<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* =========== VARIABLES ============ */
/* === GENERAL === */
/* -- Messages -- */
/* === ICONS === */
/* === COOKIES === */
/* === HEADER === */
/* - Top menu - */
/* - Cart -*/
/* - Logo - */
/* - Search block - */
/* - Main menu -*/
/* === SLIDER === */
/* === PRODUCT SLIDER === */
/* === NEWSLETTER BLOCK === */
/* === CATEGORY BLURBS === */
/* === CMS PAGES === */
/* -- Contact -- */
/* -- FAQ -- */
/* ==== BLOG ==== */
/* ==== PRODUCTS ==== */
/* ==== CATEGORY PAGE ==== */
/*@category-pagination-item-active-color:#000000;
@category-pagination-item-active-border:2px solid #ff6700;
@category-pagination-item-color:#000000;
@category-pagination-item-margin-right:0.5rem;
@category-pagination-icon-color:#000000;
@category-pagination-icon-size:0.55em;*/
/* ==== PRODUCT PAGE ==== */
/* === SEARCH RESULT === */
/* === MY ACCOUNT === */
/* === COMPARE PAGE === */
/* === WISHLIST === */
/* === CHECKOUT === */
/* === FOOTER === */
/* === MEDIA QUERIES BREAKPOINTS === */
/* ================================== */
/* ========== MIXINS ============== */
.transformY-50 {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.transformX-50 {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.transformXY-50 {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.transform-none {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
/* ==== GENERAL ==== */
html {
  font-size: 16px;
}
@media only screen and (max-width: 480px) {
  html {
    font-size: calc(16px * 0.9);
  }
}
@media only screen and (max-width: 320px) {
  html {
    font-size: calc(16px * 0.8);
  }
}
body {
  background-color: #ffffff;
  color: #000000;
  font-family: 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 480px) {
  body {
    font-size: calc(16px * 0.9);
  }
}
@media only screen and (max-width: 320px) {
  body {
    font-size: calc(16px * 0.8);
  }
}
.navigation {
  max-width: 1200px;
}
.breadcrumbs {
  max-width: 1200px;
}
.page-header .header.panel {
  max-width: 1200px;
}
.header.content {
  max-width: 1200px;
}
.footer.content {
  max-width: 1200px;
}
.page-wrapper &gt; .widget {
  max-width: 1200px;
}
.page-wrapper &gt; .page-bottom {
  max-width: 1200px;
}
.block.category.event {
  max-width: 1200px;
}
.top-container {
  max-width: 1200px;
}
.page-main {
  max-width: 1200px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.5rem 0;
  font-weight: normal;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1 {
  font-family: 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 2.813rem;
  line-height: 1.4;
  font-weight: normal;
}
h2 {
  font-family: 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 2.188rem;
  line-height: 1.3;
  font-weight: normal;
}
h3 {
  font-family: 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 1.75rem;
  line-height: 1.3;
  font-weight: normal;
}
h4 {
  font-family: 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: normal;
}
h5 {
  font-family: 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: normal;
}
h6 {
  font-family: 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.3;
  font-weight: normal;
}
.page-main {
  padding-bottom: 3rem;
  padding-left: 0;
  padding-right: 0;
  padding-top: 3rem;
}
@media only screen and (max-width: 1300px) {
  .page-main {
    padding-left: 20px;
    padding-right: 20px;
  }
}
a {
  color: #ff6700;
  transition: all linear 0.15s;
}
a:visited {
  color: #ff6700;
}
a:hover {
  color: #000000;
  text-decoration: none;
}
a.button,
button {
  background-color: #ff6700;
  box-sizing: border-box;
  border: 0;
  border-radius: 0;
  color: #ffffff;
  display: block;
  font-family: 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 1.125rem;
  font-weight: normal;
  padding: 0.75rem 3rem;
  text-transform: uppercase;
  transition: all linear 0.15s;
  width: auto;
}
a.button:hover,
button:hover {
  background-color: #d35703;
  border: 0;
  color: #ffffff;
  text-decoration: none;
}
a.button:focus,
button:focus {
  border: 0;
  background-color: #d35703;
  box-shadow: none;
  color: #ffffff;
}
a.button:active,
button:active {
  border: 0;
  background-color: #d35703;
  box-shadow: none;
  color: #ffffff;
}
button.action.primary,
input.action.primary {
  background-color: #ff6700;
  border: 0;
  border-radius: 0;
  color: #ffffff;
  font-family: 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 1.15rem;
  font-weight: normal;
  line-height: 1.4;
  margin: 0;
  padding: 1rem 3rem;
  text-transform: uppercase;
  transition: all linear 0.15s;
  -webkit-font-smoothing: antialiased;
}
button.action.primary:hover,
input.action.primary:hover {
  border: 0;
  background-color: #d35703;
  color: #ffffff;
}
button.action.primary:focus,
input.action.primary:focus {
  border: 0;
  background-color: #d35703;
  color: #ffffff;
}
button.action.primary:active,
input.action.primary:active {
  border: 0;
  background-color: #d35703;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  main .actions-toolbar &gt; .primary,
  main .actions-toolbar .secondary {
    text-align: initial;
  }
}
@media only screen and (max-width: 480px) {
  main .actions-toolbar &gt; .primary,
  main .actions-toolbar .secondary {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  main .actions-toolbar &gt; .primary .action,
  main .actions-toolbar .secondary .action {
    width: auto;
  }
}
@media only screen and (max-width: 480px) {
  main .actions-toolbar &gt; .primary .action,
  main .actions-toolbar .secondary .action {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  main .input.action.primary {
    width: 100%;
  }
}
.one-half {
  box-sizing: border-box;
  float: left;
  margin: 0 2rem 2rem 0;
  width: calc((100% - 2rem) * 0.5);
}
@media only screen and (max-width: 767px) {
  .one-half {
    float: none;
    margin: 0 0 2rem 0;
    width: 100%;
  }
}
.one-third {
  box-sizing: border-box;
  float: left;
  margin: 0 2rem 2rem 0;
  width: calc((100% - (2rem * 2)) * 0.33333);
}
@media only screen and (max-width: 767px) {
  .one-third {
    float: none;
    margin: 0 0 2rem 0;
    width: 100%;
  }
}
.two-third {
  box-sizing: border-box;
  float: left;
  margin: 0 2rem 2rem 0;
  width: calc(((100% - 2rem) * 0.33333) * 2);
}
@media only screen and (max-width: 767px) {
  .two-third {
    float: none;
    margin: 0 0 2rem 0;
    width: 100%;
  }
}
.last {
  margin-right: 0;
}
.full-screen-width {
  box-sizing: border-box;
  margin-left: calc( (-100vw + 1200px) * 0.5);
  width: 100vw;
}
@media only screen and (max-width: 1300px) {
  .full-screen-width {
    margin-left: calc( (-100vw + (1200px - (20px * 2))) * 0.5);
  }
}
@media only screen and (max-width: 1200px) {
  .full-screen-width {
    margin-left: -20px;
    width: 100vw;
  }
}
select {
  background-color: #ffffff;
  border: 1px solid #dcdcdc;
  border-radius: 0;
  color: #000000;
  font-size: 0.875rem;
  height: 2.813rem;
  padding: 0.25rem 0.6rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-webkit-input-placeholder {
  color: #000000;
  font-size: 0.8129999999999999rem;
}
select:-moz-placeholder {
  color: #000000;
  font-size: 0.8129999999999999rem;
}
select::-moz-placeholder {
  color: #000000;
  font-size: 0.8129999999999999rem;
}
select:-ms-input-placeholder {
  color: #000000;
  font-size: 0.8129999999999999rem;
}
select:focus {
  border: 1px solid #000000;
  box-shadow: none;
  outline: none;
}
select::-ms-expand {
  display: none;
}
select option {
  color: #000000;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  border: 1px solid #000000;
  box-shadow: none;
  outline: none;
}
form.form .fieldset .legend,
form.form-address-edit .fieldset .legend {
  margin-left: 0;
}
form.form .fieldset &gt; .field,
form.form-address-edit .fieldset &gt; .field {
  margin: 0 2rem 2rem 0;
}
form.form .fieldset &gt; .field:before,
form.form-address-edit .fieldset &gt; .field:before {
  display: none;
}
form.form .fieldset &gt; .field &gt; .label,
form.form-address-edit .fieldset &gt; .field &gt; .label {
  color: #000000;
  float: none;
  font-family: 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  margin: 0 0 0.8rem 0;
  padding: 0;
  text-align: left;
  text-transform: uppercase;
  width: auto;
  -webkit-font-smoothing: antialiased;
}
form.form .fieldset &gt; .field &gt; .label:after,
form.form-address-edit .fieldset &gt; .field &gt; .label:after {
  color: #000000;
  font-size: inherit;
}
form.form .fieldset &gt; .field .control,
form.form-address-edit .fieldset &gt; .field .control {
  float: none;
  width: 100%;
}
form.form .fieldset &gt; .field .control input,
form.form-address-edit .fieldset &gt; .field .control input {
  background-color: #ffffff;
  border: 1px solid #dcdcdc;
  color: #000000;
  height: 2.813rem;
}
form.form .fieldset &gt; .field .control input:focus,
form.form-address-edit .fieldset &gt; .field .control input:focus {
  border: 1px solid #000000;
  box-shadow: none;
  outline: none;
}
form.form .fieldset &gt; .field .control textarea,
form.form-address-edit .fieldset &gt; .field .control textarea {
  background-color: #ffffff;
  border: 1px solid #dcdcdc;
  height: 11.25rem;
}
form.form .fieldset &gt; .field .control select,
form.form-address-edit .fieldset &gt; .field .control select {
  background-color: #ffffff;
  border: 1px solid #dcdcdc;
  border-radius: 0;
  color: #000000;
  cursor: pointer;
  /*font-size: @product-page-input-size;*/
  height: 2.813rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
form.form .fieldset &gt; .field .control select::-webkit-input-placeholder,
form.form-address-edit .fieldset &gt; .field .control select::-webkit-input-placeholder {
  color: #000000;
  font-size: 0.8129999999999999rem;
}
form.form .fieldset &gt; .field .control select:-moz-placeholder,
form.form-address-edit .fieldset &gt; .field .control select:-moz-placeholder {
  color: #000000;
  font-size: 0.8129999999999999rem;
}
form.form .fieldset &gt; .field .control select::-moz-placeholder,
form.form-address-edit .fieldset &gt; .field .control select::-moz-placeholder {
  color: #000000;
  font-size: 0.8129999999999999rem;
}
form.form .fieldset &gt; .field .control select:-ms-input-placeholder,
form.form-address-edit .fieldset &gt; .field .control select:-ms-input-placeholder {
  color: #000000;
  font-size: 0.8129999999999999rem;
}
form.form .fieldset &gt; .field .control select:focus,
form.form-address-edit .fieldset &gt; .field .control select:focus {
  border: 1px solid #000000;
  box-shadow: none;
  outline: none;
}
form.form .fieldset &gt; .field .control select::-ms-expand,
form.form-address-edit .fieldset &gt; .field .control select::-ms-expand {
  display: none;
}
form.form .actions-toolbar .primary .action.primary,
form.form-address-edit .actions-toolbar .primary .action.primary {
  background-color: #ff6700;
  border: 0;
  border-radius: 0;
  color: #ffffff;
  font-family: 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 1.15rem;
  font-weight: normal;
  margin: 0;
  padding: 1rem 3rem;
  text-transform: uppercase;
  transition: all linear 0.15s;
  -webkit-font-smoothing: antialiased;
}
form.form .actions-toolbar .primary .action.primary:hover,
form.form-address-edit .actions-toolbar .primary .action.primary:hover {
  background-color: #d35703;
}
.columns .column form .actions-toolbar {
  margin-left: 0;
  overflow: auto;
}
.breadcrumbs {
  background-color: transparent;
  margin: 4.5rem auto 3rem auto;
  padding: 0;
}
@media only screen and (max-width: 1300px) {
  .breadcrumbs {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumbs {
    margin-top: calc(4.5rem * 0.6);
    margin-bottom: calc(3rem * 0.6);
    margin-left: calc(auto * 0.6);
    margin-right: calc(auto * 0.6);
  }
}
.breadcrumbs .items {
  color: #000000;
  font-family: 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
}
.breadcrumbs .items .item {
  vertical-align: unset;
}
.breadcrumbs .items .item:after {
  vertical-align: middle;
}
.breadcrumbs .items .item:not(:last-child):after {
  color: #000000;
  content: '\e91b';
  font-size: 0.6em;
  font-weight: bold;
  margin: 0 0.5rem;
}
.breadcrumbs .items .item a {
  color: #000000;
}
.breadcrumbs .items .item strong {
  color: #000000;
  font-weight: bold;
}
div.mage-error[generated] {
  color: #ce1313;
  font-size: 0.8rem;
}
body.page-layout-2columns-left .column.main {
  width: 75%;
}
@media only screen and (max-width: 900px) {
  body.page-layout-2columns-left .column.main {
    margin-right: 0;
    width: 100%;
  }
}
body.page-layout-2columns-left .sidebar-main {
  float: left;
  margin-right: 5%;
  padding: 0;
  width: 20%;
}
@media only screen and (max-width: 900px) {
  body.page-layout-2columns-left .sidebar-main {
    margin-right: 0;
    width: 100%;
  }
}
body.page-layout-2columns-left .sidebar-main h3,
body.page-layout-2columns-left .sidebar-main h5 {
  border-bottom: 2px solid #ff6700;
  color: #000000;
  font-family: 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 1.25rem;
  font-weight: normal;
  margin: 0 0 1.5rem 0;
  padding: 0 0 1rem 0;
  text-transform: uppercase;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"],
textarea {
  background-color: #ffffff;
  border: 1px solid #dcdcdc;
  border-radius: 0;
  color: #000000;
  font-family: 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 0.875rem;
}
input[type="checkbox"] + label {
  font-size: 0.875rem;
}
input[type="checkbox"] + label:before {
  border: 1px solid #e8e8e8;
  box-sizing: border-box;
  content: '';
  display: inline-block;
  height: 1.063rem;
  margin: 0 0.8rem 0 0;
  vertical-align: middle;
  width: 1.063rem;
}
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"]:checked + label:before {
  border: 0;
  border-radius: 0;
  content: '\e920';
  color: #000000;
  font-family: 'ninja';
  font-size: 1rem;
  height: auto;
  line-height: 1;
  width: 1.063rem;
}
input[type="radio"] {
  display: none;
}
input[type="radio"] + label {
  display: block;
}
input[type="radio"] + label:before {
  border: 1px solid #e8e8e8;
  border-radius: 50%;
  box-sizing: border-box;
  content: '';
  display: inline-block;
  height: 1.25rem;
  margin: 0 0.5rem 0 0;
  vertical-align: top;
  width: 1.25rem;
}
input[type="radio"]:checked + label:before {
  border: 0;
  border-radius: 0;
  content: '\e907';
  color: #ff6700;
  font-family: 'ninja';
  font-size: 1.1rem;
  height: 1.25rem;
  padding-left: 1px;
  width: 1.25rem;
  vertical-align: top;
}
/* --- Messages --- */
.message.warning {
  background: rgba(255, 103, 0, 0.05);
  border: 0;
  color: #e15c03;
  font-size: 1rem;
  line-height: 1.2;
  margin: 0 0 2rem 0;
  padding: 1rem 2.5rem;
  position: relative;
}
.message.warning &gt; *:first-child:before {
  color: #e15c03;
  content: '\e919';
  font-size: 1.2rem;
  margin: 0;
  line-height: 1.2;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.message.warning a {
  color: inherit;
  text-decoration: underline;
}
.message.warning a:hover {
  color: inherit;
  text-decoration: none;
}
.message.error {
  background: rgba(175, 0, 0, 0.05);
  border: 0;
  color: #af0000;
  clear: both;
  font-size: 1rem;
  line-height: 1.2;
  margin: 0 0 2rem 0;
  padding: 1rem 2.5rem;
  position: relative;
}
.message.error &gt; *:first-child:before {
  color: #af0000;
  content: '\e909';
  font-size: 1.2rem;
  margin: 0;
  line-height: 1.2;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.message.error a {
  color: inherit;
  text-decoration: underline;
}
.message.error a:hover {
  color: inherit;
  text-decoration: none;
}
.message.success {
  background: rgba(140, 193, 82, 0.05);
  border: 0;
  color: #669137;
  clear: both;
  font-size: 1rem;
  line-height: 1.2;
  margin: 0 0 2rem 0;
  padding: 1rem 2.5rem;
  position: relative;
}
.message.success &gt; *:first-child:before {
  color: #669137;
  content: '\e907';
  font-size: 1.2rem;
  margin: 0;
  line-height: 1.2;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.message.success a {
  color: inherit;
  text-decoration: underline;
}
.message.success a:hover {
  color: inherit;
  text-decoration: none;
}
.message.info {
  background: rgba(0, 0, 0, 0.05);
  border: 0;
  color: #000000;
  clear: both;
  font-size: 1rem;
  line-height: 1.2;
  margin: 0 0 2rem 0;
  padding: 1rem 2.5rem;
  position: relative;
}
.message.info &gt; *:first-child:before {
  color: #000000;
  content: '\e90f';
  font-size: 1.2rem;
  margin: 0;
  line-height: 1.2;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.message.info a {
  color: inherit;
  text-decoration: underline;
}
.message.info a:hover {
  color: inherit;
  text-decoration: none;
}
.message.notice {
  background: rgba(0, 0, 0, 0.05);
  border: 0;
  color: #000000;
  clear: both;
  font-size: 1rem;
  line-height: 1.2;
  margin: 0 0 2rem 0;
  padding: 1rem 2.5rem;
  position: relative;
}
.message.notice &gt; *:first-child:before {
  color: #000000;
  content: '\e90f';
  font-size: 1.2rem;
  margin: 0;
  line-height: 1.2;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.message.notice a {
  color: inherit;
  text-decoration: underline;
}
.message.notice a:hover {
  color: inherit;
  text-decoration: none;
}
body .page-wrapper .sidebar.sidebar-main {
  width: 20%;
  padding-right: 0;
}
@media only screen and (max-width: 900px) {
  body .page-wrapper .sidebar.sidebar-main {
    width: 220px;
    clear: both;
    float: none;
  }
}
@media only screen and (max-width: 767px) {
  body .page-wrapper .sidebar.sidebar-main {
    width: 100%;
  }
}
body .page-wrapper .sidebar.sidebar-main .content {
  background: transparent;
}
body .page-wrapper .sidebar.sidebar-main .content li {
  margin: 0;
  padding: 0.4rem 0.6rem 0.4rem 0;
}
body .page-wrapper .sidebar.sidebar-main .content li a {
  border: none;
  color: #000000;
  display: inline-block;
  font-family: 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1;
  padding: 0;
  text-transform: uppercase;
}
body .page-wrapper .sidebar.sidebar-main .content li a:hover {
  color: #ff6700;
  background-color: transparent;
}
body .page-wrapper .sidebar.sidebar-main .content li a:after {
  content: '\e902';
  color: #000000;
  font-family: 'ninja';
  font-size: 0.5rem;
  position: absolute;
  right: 0;
  top: 0.8rem;
}
body .page-wrapper .sidebar.sidebar-main .content .item.current strong {
  border: none;
  text-transform: uppercase;
  padding: 0;
  font-size: 0.875rem;
  line-height: 1;
  display: inline-block;
}
/* --- Pop up --- */
.modal-popup .modal-inner-wrap {
  background-color: #ffffff;
  max-width: 1050px;
  width: 90%;
}
.modal-popup .modal-inner-wrap .action-close {
  padding: 1.2rem;
}
.modal-popup .modal-inner-wrap .action-close:before {
  content: '\e923';
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: #999999;
}
.modal-popup .modal-inner-wrap .modal-header {
  text-align: left;
}
.modal-popup .modal-inner-wrap .modal-header .modal-title {
  border-bottom: 1px solid #c1c1c1;
  font-size: 1.625rem;
  font-weight: 300;
  margin: 0;
  min-height: 1em;
  padding: 0 0 10px 0;
  text-transform: uppercase;
  word-wrap: break-word;
}
.modal-popup .modal-inner-wrap .modal-content {
  text-align: left;
}
.modal-popup .modal-inner-wrap .modal-footer {
  display: inline-flex;
  flex-flow: row wrap;
  text-align: left;
  justify-content: flex-start;
  align-items: stretch;
}
.modal-popup .modal-inner-wrap .modal-footer button {
  display: inline-block;
}
@media only screen and (max-width: 480px) {
  .modal-popup .modal-inner-wrap .modal-footer button {
    display: block;
    width: 100%;
  }
}
.modal-popup .modal-inner-wrap .modal-footer button:first-child {
  background-color: #ff6700;
  margin: 0 2rem 0 0;
  order: 1;
}
.modal-popup .modal-inner-wrap .modal-footer button:first-child:hover {
  background-color: #d35703;
}
@media only screen and (max-width: 640px) {
  .modal-popup .modal-inner-wrap .modal-footer button:first-child {
    margin: 0 0 1.5rem 0;
    width: 100%;
  }
}
.modal-popup .modal-inner-wrap .modal-footer button:last-child {
  background-color: #ff6700;
  margin: 0;
  order: 2;
}
.modal-popup .modal-inner-wrap .modal-footer button:last-child:hover {
  background-color: #d35703;
}
@media only screen and (max-width: 640px) {
  .modal-popup .modal-inner-wrap .modal-footer button:last-child {
    margin: 0;
    width: 100%;
  }
}
.modal-popup .modal-inner-wrap .modal-footer button.action-accept {
  background-color: #ff6700;
  margin: 0 1.3rem 0 0;
  order: 1;
}
.modal-popup .modal-inner-wrap .modal-footer button.action-accept:hover {
  background-color: #d35703;
}
@media only screen and (max-width: 640px) {
  .modal-popup .modal-inner-wrap .modal-footer button.action-accept {
    margin: 0 1.3rem 0 0;
    width: auto;
  }
}
@media only screen and (max-width: 480px) {
  .modal-popup .modal-inner-wrap .modal-footer button.action-accept {
    margin: 0 0 1.3rem 0;
    width: 100%;
  }
}
.modal-popup .modal-inner-wrap .modal-footer button.action-dismiss {
  background-color: #ff6700;
  margin: 0;
  order: 2;
}
.modal-popup .modal-inner-wrap .modal-footer button.action-dismiss:hover {
  background-color: #d35703;
}
@media only screen and (max-width: 640px) {
  .modal-popup .modal-inner-wrap .modal-footer button.action-dismiss {
    margin: 0;
    width: auto;
  }
}
@media only screen and (max-width: 480px) {
  .modal-popup .modal-inner-wrap .modal-footer button.action-dismiss {
    margin: 0;
    width: 100%;
  }
}
.stockreminder-form.modal {
  display: none;
}
.stockreminder-form.modal .modal-content-outofstock {
  background-color: #ffffff;
  margin: 5rem auto;
  padding: 3rem 3rem 3.5rem 3rem;
  border: none;
  width: 90%;
  max-width: 1050px;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
  box-sizing: border-box;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .stockreminder-form.modal .modal-content-outofstock {
    padding: 2rem 3rem 2rem 3rem;
  }
}
.stockreminder-form.modal .modal-content-outofstock .action-close {
  background: transparent;
  font-size: 0;
  position: absolute;
  top: 0;
  right: 0;
  padding: 1.2rem;
}
.stockreminder-form.modal .modal-content-outofstock .action-close:before {
  -webkit-font-smoothing: antialiased;
  font-family: 'ninja';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  content: '\e923';
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: #999999;
}
.stockreminder-form.modal .modal-content-outofstock .enter-button {
  padding-top: 5px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .stockreminder-form.modal .modal-content-outofstock .enter-button {
    padding-top: 0;
    margin-top: 0;
  }
}
@media only screen and (max-width: 480px) {
  .stockreminder-form.modal .modal-content-outofstock .enter-button {
    width: 100%;
  }
}
.stockreminder-form.modal .modal-content-outofstock .enter-button #ninja-email-subscriber {
  padding: 0.62rem 2rem;
}
@media only screen and (max-width: 900px) {
  .stockreminder-form.modal .modal-content-outofstock .enter-button #ninja-email-subscriber {
    padding: 0.62rem 1.5rem;
  }
}
@media only screen and (max-width: 480px) {
  .stockreminder-form.modal .modal-content-outofstock .enter-button #ninja-email-subscriber {
    width: 100%;
  }
}
.stockreminder-form.modal .modal-content-outofstock .enter-email {
  width: 60%;
  display: inline-block;
  float: left;
  padding-right: 1rem;
}
@media only screen and (max-width: 1024px) {
  .stockreminder-form.modal .modal-content-outofstock .enter-email {
    width: 68%;
  }
}
@media only screen and (max-width: 900px) {
  .stockreminder-form.modal .modal-content-outofstock .enter-email {
    width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .stockreminder-form.modal .modal-content-outofstock .enter-email {
    width: 100%;
    margin-bottom: 0 !important;
  }
}
.stockreminder-form.modal .modal-content-outofstock .enter-email .input-email {
  height: 2.813rem;
  width: 100%;
  color: #000000;
  font-family: 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  margin-top: 0;
}
@media only screen and (max-width: 480px) {
  .stockreminder-form.modal .modal-content-outofstock .enter-email .input-email {
    text-align: center;
  }
}
.stockreminder-form.modal .modal-content-outofstock .enter-email .input-email:focus {
  border: 1px solid #000000;
  box-shadow: none;
  outline: none;
}
.stockreminder-form.modal .modal-content-outofstock .enter-email .input-email::-webkit-input-placeholder {
  color: #000000;
}
.stockreminder-form.modal .modal-content-outofstock .enter-email .input-email:-ms-input-placeholder {
  color: #000000;
}
.stockreminder-form.modal .modal-content-outofstock .enter-email .input-email::-moz-placeholder {
  color: #000000;
  opacity: 1;
}
.stockreminder-form.modal .modal-content-outofstock .enter-email .input-email:-moz-placeholder {
  color: #000000;
  opacity: 1;
}
.stockreminder-form.modal .modal-content-outofstock .enter-email .input-email .enter-email {
  display: inline-block;
  float: left;
  margin: 0 1rem 0 0;
}
.stockreminder-form.modal .modal-content-outofstock .enter-email .input-email .enter-button {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.stockreminder-form.modal.show-stockreminder-modal {
  display: block;
  background-color: rgba(51, 51, 51, 0.55);
}
.add-to-cart-result.success-message,
.add-to-result.success-message {
  display: block;
  z-index: 999999;
  background-color: #f9fcf6;
  bottom: 0;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 540px;
  height: 85px;
  text-align: center;
  border: 1px solid #669137;
  box-sizing: border-box;
  color: #669137;
  box-shadow: 0 0 14px 0 rgba(146, 146, 146, 0.19);
}
@media only screen and (max-width: 900px) {
  .add-to-cart-result.success-message,
  .add-to-result.success-message {
    height: 105px;
  }
}
.add-to-cart-result.success-message span,
.add-to-result.success-message span {
  z-index: 100;
  left: 0 !important;
  position: absolute;
  right: 0;
  margin: 0 auto;
  width: auto !important;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0 !important;
  padding: 0 10px;
}
.add-to-cart-result.success-message span:before,
.add-to-result.success-message span:before {
  display: inline-block;
  width: 30px;
  height: 30px;
  color: #669137;
  content: '\e907';
  font-size: 1.2rem;
  font-family: 'ninja';
  vertical-align: middle;
}
.add-to-result.failed-message {
  display: block;
  z-index: 999999;
  background-color: #fdebd5;
  bottom: 0;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 540px;
  height: 85px;
  text-align: center;
  border: 1px solid #e15c03;
  box-sizing: border-box;
  color: #e15c03;
  box-shadow: 0 0 14px 0 rgba(146, 146, 146, 0.19);
}
@media only screen and (max-width: 900px) {
  .add-to-result.failed-message {
    height: 105px;
  }
}
.add-to-result.failed-message span {
  z-index: 100;
  left: 0 !important;
  position: absolute;
  right: 0;
  margin: 0 auto;
  width: auto !important;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0 !important;
  padding: 0 10px;
}
.add-to-result.failed-message span:before {
  display: inline-block;
  width: 30px;
  height: 30px;
  color: #e15c03;
  content: '\e919';
  font-size: 1.2rem;
  font-family: 'ninja';
  vertical-align: middle;
}
/* === IE FIXES === */
.ie11 .page-header {
  flex-shrink: 0;
}
.ie11 .page-main {
  flex-grow: 0;
}
/* ---- Cookies ---- */
.wrapper-around-cookies {
  background-color: #232323;
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
}
.wrapper-around-cookies .cookie-information {
  color: #ffffff;
  padding: 1rem 1rem 0 1rem;
  font-size: calc(16px * 0.75);
  max-width: 1200px;
  margin: 0 auto;
  overflow: auto;
}
@media only screen and (max-width: 480px) {
  .wrapper-around-cookies .cookie-information {
    padding: 1.5rem 1rem 0 1rem;
    text-align: center;
  }
}
.wrapper-around-cookies .cookie-information p {
  float: left;
  padding-right: 2rem;
  margin-bottom: 1rem;
}
.wrapper-around-cookies .cookie-information p a {
  color: #ffffff;
  text-decoration: underline;
}
.wrapper-around-cookies .cookie-information p a:hover {
  text-decoration: none;
}
.wrapper-around-cookies .cookie-information #button-close-cookie {
  background-color: #ffffff;
  color: #000000;
  width: 100px;
  text-align: center;
  padding: 0.5rem 0;
  float: right;
  cursor: pointer;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 900px) {
  .wrapper-around-cookies .cookie-information #button-close-cookie {
    float: left;
  }
}
@media only screen and (max-width: 480px) {
  .wrapper-around-cookies .cookie-information #button-close-cookie {
    clear: both;
    margin: 0 auto 1.5rem auto;
    float: none;
  }
}
.loading-mask {
  background: rgba(255, 255, 255, 0.5);
}
.iframe-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
a.scroll-up {
  background-color: #ff6700;
  border-radius: 50%;
  bottom: 20px;
  cursor: pointer;
  font-size: 0;
  font-weight: 600;
  min-height: 40px;
  padding: 2px;
  position: fixed;
  text-align: center;
  text-transform: uppercase;
  width: 40px;
  z-index: 9999;
  right: 11px;
  left: auto;
}
a.scroll-up:hover {
  background-color: #e15c03;
}
a.scroll-up:hover .scroll-to-top-img:before {
  color: #ffffff;
}
.scroll-to-top-img {
  font-size: 0;
}
.scroll-to-top-img:before {
  color: #ffffff;
  content: '\e950';
  font-family: 'ninja';
  font-size: 1.25rem;
  height: 44px;
  left: 0;
  line-height: 44px;
  position: absolute;
  top: 0;
  transition: all linear 0.15s;
  width: 44px;
}
/* ==== HEADER ==== */
.page-wrapper header.page-header {
  border-bottom: 0;
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
}
.page-wrapper header.page-header .panel.wrapper {
  background-color: #e8e8e8;
  border-bottom: 0;
  color: #000000;
  font-family: 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 0.875rem;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0;
}
@media only screen and (max-width: 1100px) {
  .page-wrapper header.page-header .panel.wrapper {
    font-size: calc(0.875rem * 0.8);
  }
}
@media only screen and (max-width: 900px) {
  .page-wrapper header.page-header .panel.wrapper {
    font-size: calc(0.875rem * 0.7);
  }
}
@media only screen and (max-width: 767px) {
  .page-wrapper header.page-header .panel.wrapper {
    background-color: #ffffff;
    font-size: calc(0.875rem * 1);
  }
}
.page-wrapper header.page-header .panel.wrapper .panel.header {
  padding-bottom: 0.75rem;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.68rem;
}
@media only screen and (max-width: 1300px) {
  .page-wrapper header.page-header .panel.wrapper .panel.header {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .page-wrapper header.page-header .panel.wrapper .panel.header {
    box-sizing: border-box;
    height: /*2.875rem*/ auto;
  }
}
.page-wrapper header.page-header .panel.wrapper .panel.header .welcome {
  float: left;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .page-wrapper header.page-header .panel.wrapper .panel.header .welcome {
    display: none;
  }
}
.page-wrapper header.page-header .panel.wrapper .panel.header .welcome span {
  vertical-align: middle;
  font-family: 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-weight: normal;
  font-size: 0.875rem;
}
@media only screen and (max-width: 1100px) {
  .page-wrapper header.page-header .panel.wrapper .panel.header .welcome span {
    font-size: calc(0.875rem * 0.8);
  }
}
@media only screen and (max-width: 900px) {
  .page-wrapper header.page-header .panel.wrapper .panel.header .welcome span {
    font-size: calc(0.875rem * 0.7);
  }
}
.page-wrapper header.page-header .panel.wrapper .panel.header a {
  font-weight: normal;
  line-height: 1;
}
.page-wrapper header.page-header .panel.wrapper .panel.header .switcher {
  display: block;
  float: right;
  margin-left: 1.25rem;
  margin-right: 0;
}
@media only screen and (max-width: 1100px) {
  .page-wrapper header.page-header .panel.wrapper .panel.header .switcher {
    margin-left: calc(1.25rem * 0.5);
  }
}
@media only screen and (max-width: 767px) {
  .page-wrapper header.page-header .panel.wrapper .panel.header .switcher {
    float: left;
    margin-left: 0;
  }
}
.page-wrapper header.page-header .panel.wrapper .panel.header .switcher:before {
  content: '|';
  font-size: 0.875rem;
  line-height: 1;
  margin-right: 1.25rem;
  vertical-align: middle;
}
@media only screen and (max-width: 1100px) {
  .page-wrapper header.page-header .panel.wrapper .panel.header .switcher:before {
    font-size: calc(0.875rem * 0.8);
    margin-right: calc(1.25rem * 0.5);
  }
}
@media only screen and (max-width: 767px) {
  .page-wrapper header.page-header .panel.wrapper .panel.header .switcher:before {
    content: '';
    display: none;
    margin-right: 0;
  }
}
.page-wrapper header.page-header .panel.wrapper .panel.header .switcher .switcher-options .switcher-trigger:after {
  content: '\e902';
  font-size: 0.438rem;
  margin-left: 0.438rem;
  line-height: 1;
  vertical-align: middle;
}
.page-wrapper header.page-header .panel.wrapper .panel.header .switcher .switcher-options .switcher-trigger strong {
  line-height: 1;
  vertical-align: middle;
}
.page-wrapper header.page-header .panel.wrapper .panel.header .switcher .switcher-options .switcher-trigger strong img {
  margin: 0 0.5rem 0 0;
  max-width: 1.25rem;
  vertical-align: middle;
}
@media only screen and (max-width: 1024px) {
  .page-wrapper header.page-header .panel.wrapper .panel.header .switcher .switcher-options .switcher-trigger strong img {
    max-width: calc(1.25rem * 0.75);
  }
}
@media only screen and (max-width: 767px) {
  .page-wrapper header.page-header .panel.wrapper .panel.header .switcher .switcher-options .switcher-trigger strong img {
    max-width: calc(1.25rem * 1);
  }
}
@media only screen and (max-width: 767px) {
  .page-wrapper header.page-header .panel.wrapper .panel.header .switcher .switcher-options .switcher-trigger strong span {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .page-wrapper header.page-header .panel.wrapper .panel.header .switcher .switcher-options #switcher-incl-tax-trigger-nav-tax-switcher strong span {
    display: inline-block;
  }
}
.page-wrapper header.page-header .panel.wrapper .panel.header .switcher .switcher-options .switcher-dropdown {
  background-color: #ffffff;
  border: 0;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  display: none;
  left: -1.5rem;
  list-style-type: none;
  margin-top: 0;
  padding: 0.8rem 0 1rem 0;
  position: absolute;
  top: 2.188rem;
  width: 15rem;
  z-index: 1000;
}
.page-wrapper header.page-header .panel.wrapper .panel.header .switcher .switcher-options .switcher-dropdown:before {
  border: 0;
  content: '';
}
.page-wrapper header.page-header .panel.wrapper .panel.header .switcher .switcher-options .switcher-dropdown:after {
  border: 0;
  content: '';
}
@media only screen and (max-width: 1024px) {
  .page-wrapper header.page-header .panel.wrapper .panel.header .switcher .switcher-options .switcher-dropdown {
    left: calc(-1.25rem * 0.7);
    top: calc(2.188rem * 0.85);
  }
}
@media only screen and (max-width: 767px) {
  .page-wrapper header.page-header .panel.wrapper .panel.header .switcher .switcher-options .switcher-dropdown {
    /*left:0;*/
    top: 2.188rem;
  }
}
.page-wrapper header.page-header .panel.wrapper .panel.header .switcher .switcher-options .switcher-dropdown li {
  font-size: 0.8rem;
  margin-bottom: 0;
}
.page-wrapper header.page-header .panel.wrapper .panel.header .switcher .switcher-options .switcher-dropdown li:hover {
  background-color: transparent;
}
.page-wrapper header.page-header .panel.wrapper .panel.header .switcher .switcher-options .switcher-dropdown li a {
  display: block;
  font-size: 0.8rem;
  line-height: 1;
  padding: 0.5rem 1.2rem;
}
.page-wrapper header.page-header .panel.wrapper .panel.header .switcher .switcher-options .switcher-dropdown li a:hover {
  color: #ff6700;
  text-decoration: none;
}
@media only screen and (max-width: 1024px) {
  .page-wrapper header.page-header .panel.wrapper .panel.header .switcher .switcher-options .switcher-dropdown li a {
    font-size: calc(0.8rem * 0.85);
  }
}
.page-wrapper header.page-header .panel.wrapper .panel.header .switcher .switcher-options .switcher-dropdown li img {
  margin: 0 0.5rem 0 0;
  max-width: 1.0625rem;
  vertical-align: middle;
}
.page-wrapper header.page-header .panel.wrapper .panel.header .header.links {
  float: right;
  position: relative;
  vertical-align: middle;
  width: auto;
}
@media only screen and (max-width: 767px) {
  .page-wrapper header.page-header .panel.wrapper .panel.header .header.links {
    display: inline-block;
    margin-bottom: 0;
    padding: 0;
  }
}
.page-wrapper header.page-header .panel.wrapper .panel.header .header.links &gt; li {
  font-size: 0.875rem;
  margin: 0;
}
@media only screen and (max-width: 1100px) {
  .page-wrapper header.page-header .panel.wrapper .panel.header .header.links &gt; li {
    font-size: calc(0.875rem * 0.8);
  }
}
@media only screen and (max-width: 900px) {
  .page-wrapper header.page-header .panel.wrapper .panel.header .header.links &gt; li {
    font-size: calc(0.875rem * 0.70);
  }
}
@media only screen and (max-width: 767px) {
  .page-wrapper header.page-header .panel.wrapper .panel.header .header.links &gt; li {
    display: inline-block;
    list-style-type: none;
    margin-bottom: 0;
    vertical-align: middle;
  }
}
.page-wrapper header.page-header .panel.wrapper .panel.header .header.links &gt; li div.default-view a {
  line-height: 1;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .page-wrapper header.page-header .panel.wrapper .panel.header .header.links &gt; li div.default-view a {
    display: block;
    font-size: 0;
    height: calc(1.1rem * 1.1);
    vertical-align: middle;
    width: calc(1.1rem * 1.5);
  }
}
.page-wrapper header.page-header .panel.wrapper .panel.header .header.links &gt; li div.default-view:after {
  content: '\e902';
  cursor: pointer;
  font-family: 'ninja';
  font-size: 0.438rem;
  margin-left: 0.438rem;
  line-height: 1;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .page-wrapper header.page-header .panel.wrapper .panel.header .header.links &gt; li div.default-view:after {
    content: '';
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .page-wrapper header.page-header .panel.wrapper .panel.header .header.links &gt; li div.default-view:before {
    color: #000000;
    content: '\e901';
    display: inline-block;
    font-family: 'ninja';
    font-size: 1.1rem;
    font-weight: normal;
    line-height: 1.1;
    margin-top: 2px;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-align: center;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.page-wrapper header.page-header .panel.wrapper .panel.header .header.links .dropdown-toplinks {
  background-color: #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  display: none;
  left: 0;
  list-style-type: none;
  z-index: 1000;
  padding: 0.8rem 0 1rem 0;
  position: absolute;
  top: 2.188rem;
  width: 15rem;
}
@media only screen and (max-width: 1024px) {
  .page-wrapper header.page-header .panel.wrapper .panel.header .header.links .dropdown-toplinks {
    top: calc(2.188rem * 0.85);
  }
}
@media only screen and (max-width: 767px) {
  .page-wrapper header.page-header .panel.wrapper .panel.header .header.links .dropdown-toplinks {
    left: auto;
    top: 2.188rem;
    width: calc(15rem * 0.667);
    right: calc(-1.25rem * 0.5);
  }
}
.page-wrapper header.page-header .panel.wrapper .panel.header .header.links .dropdown-toplinks li {
  margin-bottom: 0;
}
.page-wrapper header.page-header .panel.wrapper .panel.header .header.links .dropdown-toplinks li a {
  display: block;
  font-size: 0.8rem;
  line-height: 1.1;
  padding: 0.5rem 1.2rem;
}
.page-wrapper header.page-header .panel.wrapper .panel.header .header.links .dropdown-toplinks li a:hover {
  color: #ff6700;
  text-decoration: none;
}
@media only screen and (max-width: 1024px) {
  .page-wrapper header.page-header .panel.wrapper .panel.header .header.links .dropdown-toplinks li a {
    font-size: calc(0.8rem * 0.85);
  }
}
.page-wrapper header.page-header .panel.wrapper .panel.header .header.links .dropdown-toplinks li.compare {
  display: block;
}
.page-wrapper header.page-header .panel.wrapper .panel.header .header.links li#dropdown-top-links {
  margin-left: 1.25rem;
}
@media only screen and (max-width: 1100px) {
  .page-wrapper header.page-header .panel.wrapper .panel.header .header.links li#dropdown-top-links {
    margin-left: calc(1.25rem * 0.5);
  }
}
@media only screen and (max-width: 767px) {
  .page-wrapper header.page-header .panel.wrapper .panel.header .header.links li#dropdown-top-links {
    float: left;
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .page-wrapper header.page-header .panel.wrapper .panel.header .header.links li.item.link.compare {
    display: inline-block;
    float: left;
    margin: 0 calc(1.25rem * 0.3) 0 0;
  }
}
.page-wrapper header.page-header .panel.wrapper .panel.header .header.links li.item.link.compare:after {
  content: '|';
  font-size: 0.875rem;
  line-height: 1;
  margin-left: calc(1.25rem * 0.85);
  vertical-align: middle;
}
@media only screen and (max-width: 1100px) {
  .page-wrapper header.page-header .panel.wrapper .panel.header .header.links li.item.link.compare:after {
    font-size: calc(0.875rem * 0.8);
    margin-left: calc(1.25rem * 0.5);
  }
}
@media only screen and (max-width: 767px) {
  .page-wrapper header.page-header .panel.wrapper .panel.header .header.links li.item.link.compare:after {
    font-size: calc(16px);
    margin-right: 0;
    vertical-align: bottom;
  }
}
@media only screen and (max-width: 767px) {
  .page-wrapper header.page-header .panel.wrapper .panel.header .header.links li.item.link.compare a {
    display: inline-block;
    font-size: calc(0.875rem * 1);
  }
}
.page-wrapper header.page-header .panel.wrapper .panel.header .header.links li.item.link.compare a:before {
  color: #000000;
  content: '\e90a';
  font-family: 'ninja';
  font-size: calc(1.3rem * 0.85);
  line-height: 1;
  margin: 0 0.2rem 0 0;
  vertical-align: baseline;
}
@media only screen and (max-width: 1100px) {
  .page-wrapper header.page-header .panel.wrapper .panel.header .header.links li.item.link.compare a:before {
    font-size: calc(1.3rem * 0.7);
  }
}
@media only screen and (max-width: 900px) {
  .page-wrapper header.page-header .panel.wrapper .panel.header .header.links li.item.link.compare a:before {
    font-size: calc(1.3rem * 0.6);
  }
}
@media only screen and (max-width: 767px) {
  .page-wrapper header.page-header .panel.wrapper .panel.header .header.links li.item.link.compare a:before {
    font-size: calc(1.3rem * 0.85);
    display: inline-block !important;
  }
}
.page-wrapper header.page-header .panel.wrapper .panel.header a {
  color: #000000;
}
.page-wrapper header.page-header .header.content {
  padding: 3.5rem 0 1.5rem;
  z-index: 20;
}
@media only screen and (max-width: 1300px) {
  .page-wrapper header.page-header .header.content {
    padding: 3.5rem 20px calc(1.5rem * 0.87);
  }
}
@media only screen and (max-width: 900px) {
  .page-wrapper header.page-header .header.content {
    padding: 3.5rem 20px;
  }
}
@media only screen and (max-width: 767px) {
  .page-wrapper header.page-header .header.content {
    padding: calc(3.5rem * 0.57) 20px calc(1.5rem * 0.833);
  }
}
.page-wrapper header.page-header .header.content .logo {
  margin: -0.5rem 0 0;
}
@media only screen and (max-width: 767px) {
  .page-wrapper header.page-header .header.content .logo {
    margin: 0 0 calc((3.5rem * 0.57) - (1.5rem * 0.833));
  }
}
.page-wrapper header.page-header .header.content .container-first-header-block {
  box-sizing: border-box;
  float: left;
  margin-left: 0;
  padding: 0.4rem 2rem 0;
  text-align: center;
  width: calc(100% - (33% + 16.875rem + 0.1px));
}
.page-wrapper header.page-header .header.content .container-first-header-block p {
  margin-bottom: 0;
  font-family: 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 1rem;
}
@media only screen and (max-width: 900px) {
  .page-wrapper header.page-header .header.content .container-first-header-block {
    display: none;
  }
}
.page-wrapper header.page-header .header.content .container-second-header-block {
  clear: both;
  text-align: right;
  padding: 0.3rem 0 0 0;
}
.page-wrapper header.page-header .header.content .container-second-header-block p {
  margin-bottom: 0;
}
.page-wrapper header.page-header .header.content .container-second-header-block p a {
  margin-right: 1.5rem;
}
.page-wrapper header.page-header .header.content .container-second-header-block p a:last-child {
  margin-right: 0;
}
.page-wrapper header.page-header .header.content .container-second-header-block p a img {
  /*max-height: 1.625rem;
              max-width: 4.375rem;*/
  max-height: 1.2rem;
  vertical-align: middle;
}
@media only screen and (max-width: 900px) {
  .page-wrapper header.page-header .header.content .container-second-header-block {
    display: none;
  }
}
.page-wrapper .block-search {
  padding: 0;
  width: 33%;
}
@media only screen and (max-width: 767px) {
  .page-wrapper .block-search {
    width: 100%;
  }
}
.page-wrapper .block-search .label {
  /*@media @desktop-560{
        top:35px;
      }*/
}
@media only screen and (max-width: 767px) {
  .page-wrapper .block-search .label {
    float: none;
    position: absolute;
    right: 100px;
    top: 2.625rem;
    width: 1.65rem;
  }
  .page-wrapper .block-search .label:before {
    color: #000000;
    content: '\e916';
    font-family: 'ninja';
    font-size: 1.65rem;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 480px) {
  .page-wrapper .block-search .label {
    right: calc(100px * 0.9);
  }
}
@media only screen and (max-width: 400px) {
  .page-wrapper .block-search .label {
    right: calc(100px * 0.85);
    top: calc(2.625rem * 0.876);
  }
}
@media only screen and (max-width: 320px) {
  .page-wrapper .block-search .label {
    right: calc(100px * 0.8);
  }
}
@media only screen and (max-width: 767px) {
  .page-wrapper .block-search label ~ .actions {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .page-wrapper .block-search label.active ~ .actions {
    display: block;
  }
}
.page-wrapper .block-search .control {
  border: 0;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .page-wrapper .block-search .control {
    float: left;
    width: calc(100% - 3rem);
  }
}
.page-wrapper .block-search .control input {
  background-color: #ffffff;
  border: 1px solid #aaaaaa;
  border-width: 1px;
  color: #000000;
  height: 2.5rem;
  padding-left: 9px;
}
.page-wrapper .block-search .control input::-webkit-input-placeholder {
  color: #000000;
}
.page-wrapper .block-search .control input:-moz-placeholder {
  color: #000000;
}
.page-wrapper .block-search .control input::-moz-placeholder {
  color: #000000;
}
.page-wrapper .block-search .control input:-ms-input-placeholder {
  color: #000000;
}
.page-wrapper .block-search .control input:focus {
  border: 1px solid #000000;
  box-shadow: none;
  outline: none;
}
@media only screen and (max-width: 767px) {
  .page-wrapper .block-search .control input {
    margin: 1.25rem 0 0;
  }
}
.page-wrapper .block-search .control .search-autocomplete {
  background: #ffffff;
  border: 1px solid #999999;
  border-top: 0;
  padding: 0.8rem;
}
@media only screen and (max-width: 767px) {
  .page-wrapper .block-search .control .search-autocomplete {
    margin-top: 0;
  }
}
.page-wrapper .block-search .control .search-autocomplete .products,
.page-wrapper .block-search .control .search-autocomplete .categories,
.page-wrapper .block-search .control .search-autocomplete .pages {
  margin: 0 0 1.25rem 0;
}
.page-wrapper .block-search .control .search-autocomplete .products-title {
  border-bottom: 1px solid #d2d2d2;
  font-size: 0.875rem;
  font-weight: bold;
  padding: 0 0 0.375rem 0;
  text-transform: uppercase;
}
.page-wrapper .block-search .control .search-autocomplete .categories-title,
.page-wrapper .block-search .control .search-autocomplete .pages-title {
  border-bottom: 1px solid #d2d2d2;
  font-size: 0.875rem;
  font-weight: bold;
  margin: 0 0 0.625rem 0;
  padding: 0 0 0.375rem 0;
  text-transform: uppercase;
}
.page-wrapper .block-search .control .search-autocomplete .all-results {
  padding: 0 0 0.3125rem 0;
  font-size: 0.8rem;
}
.page-wrapper .block-search .control .search-autocomplete ul li {
  border: 0;
  border-bottom: 1px solid #d2d2d2;
  color: #000000;
  font-size: 0.8rem;
  overflow: auto;
  padding: 0.5rem 0;
}
.page-wrapper .block-search .control .search-autocomplete ul li:not(:empty) {
  border-top: 0;
}
.page-wrapper .block-search .control .search-autocomplete ul li:last-child {
  border-bottom: 0;
}
.page-wrapper .block-search .control .search-autocomplete ul li .product-image {
  float: left;
  margin: 0 1rem 0 0;
}
.page-wrapper .block-search .control .search-autocomplete ul li .product-image img {
  display: block;
  max-width: 55px;
}
.page-wrapper .block-search .control .search-autocomplete ul li .product-item-name {
  color: #000000;
  transition: all linear 0.15s;
}
.page-wrapper .block-search .control .search-autocomplete ul li .product-item-price {
  color: #000000;
}
.page-wrapper .block-search .control .search-autocomplete ul li .product-item-description {
  margin: 0;
}
.page-wrapper .block-search .control .search-autocomplete ul li:hover,
.page-wrapper .block-search .control .search-autocomplete ul li.selected {
  background-color: transparent;
}
.page-wrapper .block-search .control .search-autocomplete ul li a {
  display: block;
  overflow: auto;
}
.page-wrapper .block-search .control .search-autocomplete ul li a:hover .product-item-name {
  color: #ff6700;
  text-decoration: none;
}
.page-wrapper .block-search .control .search-autocomplete ul .category-item,
.page-wrapper .block-search .control .search-autocomplete ul .page-item {
  border: 0;
  padding: 0.3125rem;
}
.page-wrapper .block-search .control .search-autocomplete ul .category-item a,
.page-wrapper .block-search .control .search-autocomplete ul .page-item a {
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .page-wrapper .block-search .actions {
    float: left;
    height: 2.5rem;
    margin: 1.25rem 0 0;
    width: 3rem;
  }
}
.page-wrapper .block-search .actions button.action.search {
  background-color: #ff6700;
  border: 0;
  border-radius: 0;
  font-size: inherit;
  height: 100%;
  right: 0;
  transition: all linear 0.15s;
  width: 2.813rem;
  box-sizing: border-box;
}
.page-wrapper .block-search .actions button.action.search:hover {
  background-color: #d35703;
}
.page-wrapper .block-search .actions button.action.search:before {
  color: #ffffff;
  content: '\e916';
  font-family: 'ninja';
  font-size: 1.1rem;
  vertical-align: middle;
  overflow: visible;
}
@media only screen and (max-width: 767px) {
  .page-wrapper .block-search .actions button.action.search {
    display: block;
    padding: 0;
    width: 100%;
  }
}
.page-wrapper .block-search .actions button.action.search &gt; span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-wrapper .block-search .actions button.action.search[disabled] {
  opacity: 1;
}
.ninja-countdown {
  display: block;
  margin: 0 1.5rem 0 0;
}
@media only screen and (max-width: 767px) {
  .ninja-countdown {
    margin: 0;
  }
}
.ninja-countdown p {
  background-color: transparent;
  border-bottom: 1px solid #dcdcdc;
  color: #000000;
  font-family: 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 0.75rem;
  font-weight: normal;
  padding: 0 0 10px 0;
  text-align: center;
  text-transform: uppercase;
}
.ninja-countdown p span {
  background-color: transparent;
  color: #ff6700;
  font-family: 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 0.75rem;
  font-weight: normal;
  text-transform: uppercase;
  vertical-align: baseline;
}
/* -- Minicart --- */
.page-wrapper header.page-header .minicart-wrapper {
  margin: 0 0 0 1.25rem;
}
@media only screen and (max-width: 1100px) {
  .page-wrapper header.page-header .minicart-wrapper {
    margin: 0 0 0 calc(1.25rem * 0.5);
  }
}
@media only screen and (max-width: 767px) {
  .page-wrapper header.page-header .minicart-wrapper {
    margin: 0 0 0 calc(1.25rem * 0.8);
  }
}
.page-wrapper header.page-header .minicart-wrapper:before {
  content: '|';
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1;
  vertical-align: middle;
}
@media only screen and (max-width: 1024px) {
  .page-wrapper header.page-header .minicart-wrapper:before {
    font-size: calc(0.875rem * 0.8);
  }
}
@media only screen and (max-width: 767px) {
  .page-wrapper header.page-header .minicart-wrapper:before {
    font-size: calc(0.875rem * 1);
  }
}
.page-wrapper header.page-header .minicart-wrapper .action.showcart {
  color: #000000;
  padding: 0 0 0 1.25rem;
  text-transform: uppercase;
  vertical-align: middle;
}
@media only screen and (max-width: 1100px) {
  .page-wrapper header.page-header .minicart-wrapper .action.showcart {
    padding: 0 0 0 calc(1.25rem * 0.5);
  }
}
@media only screen and (max-width: 767px) {
  .page-wrapper header.page-header .minicart-wrapper .action.showcart {
    padding: 0 0 0 calc(1.25rem * 0.6);
  }
}
.page-wrapper header.page-header .minicart-wrapper .action.showcart:before {
  color: #000000;
  content: '\e905';
  font-family: 'ninja';
  font-size: 1.3rem;
  line-height: 1;
  margin: 0 0.5rem 0 0;
  vertical-align: middle;
}
@media only screen and (max-width: 1100px) {
  .page-wrapper header.page-header .minicart-wrapper .action.showcart:before {
    font-size: calc(1.3rem * 0.7);
  }
}
@media only screen and (max-width: 900px) {
  .page-wrapper header.page-header .minicart-wrapper .action.showcart:before {
    font-size: calc(1.3rem * 0.6);
  }
}
@media only screen and (max-width: 767px) {
  .page-wrapper header.page-header .minicart-wrapper .action.showcart:before {
    font-size: calc(1.3rem * 0.85);
  }
}
.page-wrapper header.page-header .minicart-wrapper .action.showcart span {
  font-weight: bold;
  line-height: 1;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .page-wrapper header.page-header .minicart-wrapper .action.showcart &gt; span.your-basket-label {
    display: none;
  }
}
.page-wrapper header.page-header .minicart-wrapper .action.showcart .counter.qty {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  height: auto;
  line-height: 1;
  margin: 0;
  min-width: 0;
  padding: 0;
  /*vertical-align: sub;*/
}
.page-wrapper header.page-header .minicart-wrapper .action.showcart.active:before {
  /*content: '';*/
  margin: 0 0.5rem 0 0;
  vertical-align: middle;
}
.page-wrapper header.page-header .minicart-wrapper .mage-dropdown-dialog {
  position: absolute;
  right: 0;
  top: 0;
}
.page-wrapper header.page-header .minicart-wrapper .block-minicart {
  background-color: #ffffff;
  border: 0;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  font-size: 0.75rem;
  margin-top: 0;
  padding: 1.6rem 1.55rem;
  right: 0;
  top: 2.188rem;
  width: 24.375rem;
  /*@media @desktop-400 {
          width: calc(~"@{minicart-width} * 0.77");
        }*/
}
@media only screen and (max-width: 1024px) {
  .page-wrapper header.page-header .minicart-wrapper .block-minicart {
    top: calc(2.188rem * 0.85);
  }
}
@media only screen and (max-width: 767px) {
  .page-wrapper header.page-header .minicart-wrapper .block-minicart {
    top: 2.188rem;
  }
}
@media only screen and (max-width: 480px) {
  .page-wrapper header.page-header .minicart-wrapper .block-minicart {
    width: calc(100vw - 3rem);
  }
}
.page-wrapper header.page-header .minicart-wrapper .block-minicart:before {
  border: 0;
}
.page-wrapper header.page-header .minicart-wrapper .block-minicart:after {
  border: 0;
}
.page-wrapper header.page-header .minicart-wrapper .block-minicart .subtitle.empty {
  font-size: 0.875rem;
  font-weight: normal;
  padding: 1.5rem 0;
  text-align: center;
}
.page-wrapper header.page-header .minicart-wrapper .block-minicart .items-total {
  font-family: 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 0.9379999999999999rem;
  font-weight: normal;
  float: none;
  margin: 0 0 1rem 0;
  text-transform: uppercase;
}
.page-wrapper header.page-header .minicart-wrapper .block-minicart .items-total .your-basket-label span {
  font-weight: bold;
  text-transform: uppercase;
}
.page-wrapper header.page-header .minicart-wrapper .block-minicart .items-total .count {
  font-weight: normal;
}
.page-wrapper header.page-header .minicart-wrapper .block-minicart .minicart-items-wrapper {
  border-bottom: 1px solid #b5b5b5;
  border-top: 1px solid #b5b5b5;
  margin: 0;
  padding: 0;
}
.page-wrapper header.page-header .minicart-wrapper .block-minicart .minicart-items-wrapper ol.minicart-items li.product-item {
  padding: 0.8129999999999999rem 0;
  position: relative;
}
.page-wrapper header.page-header .minicart-wrapper .block-minicart .minicart-items-wrapper ol.minicart-items li.product-item:not(:first-child) {
  border-top: 1px solid #b5b5b5;
}
.page-wrapper header.page-header .minicart-wrapper .block-minicart .minicart-items-wrapper ol.minicart-items li.product-item .product-image-container {
  display: block;
  width: 4.688rem !important;
}
.page-wrapper header.page-header .minicart-wrapper .block-minicart .minicart-items-wrapper ol.minicart-items li.product-item .product-image-container .product-image-wrapper img {
  height: 4.688rem !important;
  width: 4.688rem !important;
}
.page-wrapper header.page-header .minicart-wrapper .block-minicart .minicart-items-wrapper ol.minicart-items li.product-item .product-item-details {
  padding-left: calc(4.688rem + 1.75rem);
  padding-right: calc((0.75rem * 2) + 1.3rem);
}
.page-wrapper header.page-header .minicart-wrapper .block-minicart .minicart-items-wrapper ol.minicart-items li.product-item .product-item-details .product-brand {
  color: #000000;
  font-family: 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 0.625rem;
  margin: 0 0 0.1rem 0;
  text-transform: uppercase;
}
.page-wrapper header.page-header .minicart-wrapper .block-minicart .minicart-items-wrapper ol.minicart-items li.product-item .product-item-details .product-item-name {
  color: #000000;
  font-family: 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 0.8129999999999999rem;
  hyphens: none;
  line-height: 1.3;
  margin: 0 0 0.4rem 0;
  text-transform: uppercase;
}
.page-wrapper header.page-header .minicart-wrapper .block-minicart .minicart-items-wrapper ol.minicart-items li.product-item .product-item-details .product-item-name a {
  color: #000000;
}
.page-wrapper header.page-header .minicart-wrapper .block-minicart .minicart-items-wrapper ol.minicart-items li.product-item .product-item-details .product-item-name a:hover {
  color: #000000;
  text-decoration: underline;
}
.page-wrapper header.page-header .minicart-wrapper .block-minicart .minicart-items-wrapper ol.minicart-items li.product-item .product-item-details .product-item-pricing .price-container {
  clear: both;
}
.page-wrapper header.page-header .minicart-wrapper .block-minicart .minicart-items-wrapper ol.minicart-items li.product-item .product-item-details .product-item-pricing .price-container .price-including-tax,
.page-wrapper header.page-header .minicart-wrapper .block-minicart .minicart-items-wrapper ol.minicart-items li.product-item .product-item-details .product-item-pricing .price-container .price-excluding-tax {
  font-family: 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 0.8129999999999999rem;
  margin: 0;
}
.page-wrapper header.page-header .minicart-wrapper .block-minicart .minicart-items-wrapper ol.minicart-items li.product-item .product-item-details .product-item-pricing .price-container .price-including-tax span.price,
.page-wrapper header.page-header .minicart-wrapper .block-minicart .minicart-items-wrapper ol.minicart-items li.product-item .product-item-details .product-item-pricing .price-container .price-excluding-tax span.price {
  color: #000000;
  font-size: inherit;
}
.page-wrapper header.page-header .minicart-wrapper .block-minicart .minicart-items-wrapper ol.minicart-items li.product-item .product-item-details .product-item-pricing .details-qty {
  display: block;
  float: left;
  margin: 0 0.6rem 0.6rem 0;
}
.page-wrapper header.page-header .minicart-wrapper .block-minicart .minicart-items-wrapper ol.minicart-items li.product-item .product-item-details .product-item-pricing .details-qty .label {
  display: block;
  margin: 2px 0;
}
.page-wrapper header.page-header .minicart-wrapper .block-minicart .minicart-items-wrapper ol.minicart-items li.product-item .product-item-details .product-item-pricing .details-qty button {
  border: 1px solid #dcdcdc;
  color: #929292;
  float: left;
  font-size: 0.625rem;
  height: 1.188rem;
  margin: 0;
  padding: 0;
  width: 1.2rem;
  background-color: transparent;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .page-wrapper header.page-header .minicart-wrapper .block-minicart .minicart-items-wrapper ol.minicart-items li.product-item .product-item-details .product-item-pricing .details-qty button {
    width: 2rem;
    height: 1.7rem;
  }
}
.page-wrapper header.page-header .minicart-wrapper .block-minicart .minicart-items-wrapper ol.minicart-items li.product-item .product-item-details .product-item-pricing .details-qty button:nth-child(2) {
  border-right: 0;
}
.page-wrapper header.page-header .minicart-wrapper .block-minicart .minicart-items-wrapper ol.minicart-items li.product-item .product-item-details .product-item-pricing .details-qty button:nth-child(4) {
  border-left: 0;
}
.page-wrapper header.page-header .minicart-wrapper .block-minicart .minicart-items-wrapper ol.minicart-items li.product-item .product-item-details .product-item-pricing .details-qty .item-qty {
  border: 1px solid #dcdcdc;
  color: #929292;
  float: left;
  font-size: 0.625rem;
  height: 1.188rem;
  margin: 0;
  padding: 0;
  width: 1.625rem;
}
@media only screen and (max-width: 767px) {
  .page-wrapper header.page-header .minicart-wrapper .block-minicart .minicart-items-wrapper ol.minicart-items li.product-item .product-item-details .product-item-pricing .details-qty .item-qty {
    width: 1.7rem;
    height: 1.7rem;
  }
}
.page-wrapper header.page-header .minicart-wrapper .block-minicart .minicart-items-wrapper ol.minicart-items li.product-item .product-item-details .product-item-pricing .details-qty button.update-cart-item {
  background-color: transparent;
  color: #000000;
  display: block;
  float: left;
  font-size: 0;
  line-height: 1;
  margin: calc(1.188rem * 0.1) 0 0 0.6rem;
  padding: 0;
  border: none;
}
.page-wrapper header.page-header .minicart-wrapper .block-minicart .minicart-items-wrapper ol.minicart-items li.product-item .product-item-details .product-item-pricing .details-qty button.update-cart-item:after {
  color: #000000;
  content: '\e915';
  font-family: 'ninja';
  font-size: 1rem;
}
.page-wrapper header.page-header .minicart-wrapper .block-minicart .minicart-items-wrapper ol.minicart-items li.product-item .product-item-details .product-item-pricing .product.options {
  color: #000000;
  display: block;
  float: left;
  font-size: 0.75rem;
  font-family: 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  line-height: 1;
  margin-top: calc(1.188rem * 0.1);
  text-transform: uppercase;
}
.page-wrapper header.page-header .minicart-wrapper .block-minicart .minicart-items-wrapper ol.minicart-items li.product-item .product-item-details .product-item-pricing .product.options dl.product.options.list {
  margin-bottom: 0;
}
.page-wrapper header.page-header .minicart-wrapper .block-minicart .minicart-items-wrapper ol.minicart-items li.product-item .product-item-details .product-item-pricing .product.options dl.product.options.list span.values:after {
  content: '/';
  display: inline-block;
  font-weight: bold;
  margin-left: 0.2rem;
  margin-right: 0.05rem;
}
.page-wrapper header.page-header .minicart-wrapper .block-minicart .minicart-items-wrapper ol.minicart-items li.product-item .product-item-details .product-item-pricing .product.options dl.product.options.list span.values:last-child:after {
  content: '';
}
.page-wrapper header.page-header .minicart-wrapper .block-minicart .minicart-items-wrapper ol.minicart-items li.product-item .product-item-details .product-item-pricing .product.options dl.product.options.list span.values span.price {
  display: block;
  margin-bottom: 0.5rem;
}
.page-wrapper header.page-header .minicart-wrapper .block-minicart .minicart-items-wrapper ol.minicart-items li.product-item .product-item-details .product.actions {
  float: none;
  margin: 0;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.page-wrapper header.page-header .minicart-wrapper .block-minicart .minicart-items-wrapper ol.minicart-items li.product-item .product-item-details .product.actions .primary a.action.edit:before {
  content: '\e90b';
  color: #000000;
  font-family: 'ninja';
  font-size: 13px;
  line-height: 13px;
}
@media only screen and (max-width: 767px) {
  .page-wrapper header.page-header .minicart-wrapper .block-minicart .minicart-items-wrapper ol.minicart-items li.product-item .product-item-details .product.actions .primary a.action.edit:before {
    font-size: 15px;
    line-height: 15px;
  }
}
.page-wrapper header.page-header .minicart-wrapper .block-minicart .minicart-items-wrapper ol.minicart-items li.product-item .product-item-details .product.actions .secondary a.action.delete:before {
  content: '\e909';
  color: #000000;
  font-family: 'ninja';
  font-size: 13px;
  line-height: 13px;
  margin-left: 0.5rem;
  padding-right: 0.1rem;
}
@media only screen and (max-width: 767px) {
  .page-wrapper header.page-header .minicart-wrapper .block-minicart .minicart-items-wrapper ol.minicart-items li.product-item .product-item-details .product.actions .secondary a.action.delete:before {
    font-size: 15px;
    line-height: 15px;
  }
}
.page-wrapper header.page-header .minicart-wrapper .block-minicart .minicart-additional-info {
  text-align: left;
  margin: 10px 0 0 0;
  font-size: 0.75rem;
  font-weight: normal;
  text-transform: none;
}
.page-wrapper header.page-header .minicart-wrapper .block-minicart span.free-shipping-left {
  text-transform: none;
  font-size: 0.85rem;
  display: block;
  margin: 1rem 0 0 0;
}
.page-wrapper header.page-header .minicart-wrapper .block-minicart span.free-shipping-left .price {
  font-weight: bold;
}
.page-wrapper header.page-header .minicart-wrapper .block-minicart .subtotal {
  margin: 2rem 0 0.8rem;
  overflow: auto;
  text-align: left;
  text-transform: none;
}
.page-wrapper header.page-header .minicart-wrapper .block-minicart .subtotal span {
  color: #000000;
  display: block;
  float: left;
  font-family: 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
}
.page-wrapper header.page-header .minicart-wrapper .block-minicart .subtotal span.label {
  margin: 0 0.3rem 0 0;
}
.page-wrapper header.page-header .minicart-wrapper .block-minicart .actions .primary {
  margin: 0;
}
.page-wrapper header.page-header .minicart-wrapper .block-minicart .actions .primary button.action.primary {
  background-color: #ff6700;
  border: 0;
  border-radius: 0;
  color: #ffffff;
  font-family: 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 1.075rem;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 0;
  padding: 0.875rem;
  text-transform: uppercase;
  transition: all linear 0.15s;
}
.page-wrapper header.page-header .minicart-wrapper .block-minicart .actions .primary button.action.primary:hover {
  background-color: #d35703;
  border: 0;
  color: #ffffff;
}
.page-wrapper header.page-header .minicart-wrapper .block-minicart .actions .primary button.action.primary span {
  font-size: inherit;
  line-height: inherit;
}
.page-wrapper header.page-header .minicart-wrapper .minicart-widgets {
  margin: 0;
}
/* ==== MENU ==== */
/*.nav-open{
  body {
    .page-wrapper {
      header.page-header {
        .page-navigation {
          display: block;
        }
      }
    }
  }
}*/
@media only screen and (max-width: 767px) {
  .use-megamenu .page-navigation {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  body .page-wrapper header.page-header {
    border-bottom: 1px solid #e8e8e8;
  }
}
body .page-wrapper header.page-header .nav-toggle {
  left: auto;
  position: absolute;
  right: 20px;
  top: 2.65rem;
}
@media only screen and (max-width: 400px) {
  body .page-wrapper header.page-header .nav-toggle {
    top: calc(2.65rem * 0.876);
  }
}
body .page-wrapper header.page-header .nav-toggle:before {
  color: #000000;
  content: '\e912';
  font-family: 'ninja';
  font-size: 1.75rem;
  line-height: 1;
}
body .page-wrapper header.page-header .nav-sections {
  margin-bottom: 0;
  background-color: #ff6700;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  body .page-wrapper header.page-header .nav-sections {
    background-color: #f5f5f5;
    display: block;
    width: 350px;
    left: calc(-1 * 350px);
  }
}
body .page-wrapper header.page-header .nav-sections .nav-sections-item-title {
  border-width: 0;
}
body .page-wrapper header.page-header .nav-sections .nav-sections-item-content {
  margin-top: 0;
  padding: 0;
}
body .page-wrapper header.page-header .ui-megamenu-show {
  display: block !important;
}
body .page-wrapper header.page-header .ui-megamenu-hide {
  display: none;
}
body .page-wrapper header.page-header .navigation {
  background: #ff6700;
  max-width: none;
}
@media only screen and (max-width: 767px) {
  body .page-wrapper header.page-header .navigation {
    background: #ff6700;
  }
}
body .page-wrapper header.page-header .navigation &gt; ul {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding: 0;
}
@media only screen and (max-width: 1300px) {
  body .page-wrapper header.page-header .navigation &gt; ul {
    box-sizing: border-box;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  body .page-wrapper header.page-header .navigation &gt; ul {
    padding: 0;
  }
}
body .page-wrapper header.page-header .navigation .level0 {
  margin: 0 2.5rem 0 0;
}
body .page-wrapper header.page-header .navigation .level0:last-child {
  border-bottom: 0;
}
body .page-wrapper header.page-header .navigation .level0:first-child {
  border-top: 0;
}
@media only screen and (max-width: 767px) {
  body .page-wrapper header.page-header .navigation .level0 {
    border-top: 1px solid #ffffff;
    margin: 0;
  }
}
body .page-wrapper header.page-header .navigation .level0 &gt; .level-top {
  color: #ffffff;
  display: block;
  font-family: 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 4.062rem;
  padding: 0;
  border-width: 0;
  text-transform: uppercase;
  transition: all linear 0.15s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 767px) {
  body .page-wrapper header.page-header .navigation .level0 &gt; .level-top {
    font-weight: normal;
  }
}
body .page-wrapper header.page-header .navigation .level0 &gt; .level-top:hover {
  border-width: 0;
  background-color: transparent;
  color: #000000;
  border-style: solid;
  display: block;
  transition: all linear 0.15s;
  border-color: #000000;
}
@media only screen and (max-width: 767px) {
  body .page-wrapper header.page-header .navigation .level0 &gt; .level-top:hover {
    background-color: transparent;
    color: #000000;
    border: none;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  body .page-wrapper header.page-header .navigation .level0 &gt; .level-top {
    color: #ffffff;
    font-size: 1.125rem;
    line-height: 1;
    padding: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  body .page-wrapper header.page-header .navigation .level0.parent &gt; .level-top:after {
    color: #ffffff;
    content: '\e902';
    font-family: 'ninja';
    font-size: 0.619rem;
    right: 1.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 767px) {
  body .page-wrapper header.page-header .navigation .level0.parent &gt; .level-top:hover:after {
    color: #000000;
  }
}
@media only screen and (max-width: 767px) {
  body .page-wrapper header.page-header .navigation .level0.parent &gt; a.ui-state-focus:after,
  body .page-wrapper header.page-header .navigation .level0.parent &gt; a.ui-state-active:after {
    content: '\e900';
    font-family: 'ninja';
  }
}
body .page-wrapper header.page-header .navigation .level0.active &gt; a {
  border-width: 0;
  color: #000000;
  border-color: #000000;
}
body .page-wrapper header.page-header .navigation .level0.active &gt; a:not(.ui-state-active) {
  border-color: #000000;
}
@media only screen and (max-width: 767px) {
  body .page-wrapper header.page-header .navigation .level0.active &gt; a:not(.ui-state-active) {
    border: 0;
  }
}
@media only screen and (max-width: 767px) {
  .nav-open .page-wrapper header.page-header .nav-sections {
    left: 0;
  }
}
.navigation .level0.active &gt; a:not(.ui-state-active) span:not(.ui-menu-icon),
.navigation .level0.has-active &gt; a:not(.ui-state-active) span:not(.ui-menu-icon) {
  margin: 0;
}
.nav-open body .page-wrapper {
  left: 350px;
}
/* --- Mega menu ---- */
header.page-header .navigation .level0.full-width {
  position: static;
}
@media only screen and (max-width: 767px) {
  header.page-header .navigation .level0.full-width {
    position: relative;
  }
}
header.page-header .navigation .level0 ol.level0.submenu {
  background-color: #ffffff;
  border: 0;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  left: 0 !important;
  margin-left: calc(-50vw + 50%) !important;
  max-width: 100vw;
  overflow: auto;
  padding: 2.5rem 0;
  position: absolute;
  top: 3.313rem;
  width: 100vw;
  display: none;
}
@media only screen and (max-width: 1200px) {
  header.page-header .navigation .level0 ol.level0.submenu {
    padding: 2.5rem 20px;
  }
}
@media only screen and (max-width: 767px) {
  header.page-header .navigation .level0 ol.level0.submenu {
    background-color: #ffffff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-left: 0 !important;
    padding: 1rem 0;
    position: relative;
    max-width: 100%;
  }
}
header.page-header .navigation .level0 ol.level0.submenu li.level1 {
  display: block;
  float: left;
  list-style-type: none;
  margin-right: 2rem;
  margin-bottom: 0;
  width: calc((1200px  - (4 * 2rem) ) * 0.2);
}
@media only screen and (max-width: 1300px) {
  header.page-header .navigation .level0 ol.level0.submenu li.level1 {
    width: calc((1200px - (20px * 2) - (4 * 2rem) ) * 0.2);
  }
}
@media only screen and (max-width: 1200px) {
  header.page-header .navigation .level0 ol.level0.submenu li.level1 {
    width: calc((100% - (4 * 2rem) ) * 0.2);
  }
}
@media only screen and (max-width: 767px) {
  header.page-header .navigation .level0 ol.level0.submenu li.level1 {
    margin-right: 0;
    width: 100%;
  }
}
header.page-header .navigation .level0 ol.level0.submenu li.level1:first-child {
  margin-left: calc(50% - (1200px * 0.5));
}
@media only screen and (max-width: 1300px) {
  header.page-header .navigation .level0 ol.level0.submenu li.level1:first-child {
    margin-left: calc((50% - (1200px * 0.5)) + 20px);
  }
}
@media only screen and (max-width: 1200px) {
  header.page-header .navigation .level0 ol.level0.submenu li.level1:first-child {
    margin-left: 0;
  }
}
header.page-header .navigation .level0 ol.level0.submenu li.level1:last-child {
  margin-right: 0;
}
header.page-header .navigation .level0 ol.level0.submenu li.level1 ul.submenu {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  display: block;
  left: 0 !important;
  min-width: 0;
  position: static;
  top: 0 !important;
}
@media only screen and (max-width: 767px) {
  header.page-header .navigation .level0 ol.level0.submenu li.level1 ul.submenu {
    background-color: #ffffff;
    margin-bottom: 0;
    padding-left: 0;
  }
}
header.page-header .navigation .level0 ol.level0.submenu li.level1 ul.submenu li.level2 {
  color: #000000;
  font-size: 0.9379999999999999rem;
  font-weight: normal;
  line-height: 1;
  margin: 0 0 3rem 0;
}
@media only screen and (max-width: 767px) {
  header.page-header .navigation .level0 ol.level0.submenu li.level1 ul.submenu li.level2 {
    background-color: #ffffff;
    margin-bottom: 0;
    font-size: 0.9379999999999999rem;
  }
}
header.page-header .navigation .level0 ol.level0.submenu li.level1 ul.submenu li.level2:hover {
  background-color: transparent;
}
header.page-header .navigation .level0 ol.level0.submenu li.level1 ul.submenu li.level2:last-child {
  margin-bottom: 0;
}
header.page-header .navigation .level0 ol.level0.submenu li.level1 ul.submenu li.level2 &gt; a {
  color: #000000;
  font-family: 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-weight: bold;
  margin: 0 0 0.8rem 0;
  padding: 0;
  position: relative;
  text-transform: uppercase;
  transition: all linear 0.15s;
}
header.page-header .navigation .level0 ol.level0.submenu li.level1 ul.submenu li.level2 &gt; a:hover {
  background-color: transparent;
  color: #ff6700;
}
@media only screen and (max-width: 767px) {
  header.page-header .navigation .level0 ol.level0.submenu li.level1 ul.submenu li.level2 &gt; a:hover {
    color: #ff6700;
  }
}
@media only screen and (max-width: 767px) {
  header.page-header .navigation .level0 ol.level0.submenu li.level1 ul.submenu li.level2 &gt; a {
    color: #000000;
    margin-bottom: 0;
    padding: 0.6rem 1rem;
  }
}
header.page-header .navigation .level0 ol.level0.submenu li.level1 ul.submenu li.level2 &gt; a.ui-state-focus {
  background-color: transparent;
}
@media only screen and (max-width: 767px) {
  header.page-header .navigation .level0 ol.level0.submenu li.level1 ul.submenu li.level2 ul.submenu.ui-megamenu-hide {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  header.page-header .navigation .level0 ol.level0.submenu li.level1 ul.submenu li.level2 ul.submenu.ui-megamenu-show {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  header.page-header .navigation .level0 ol.level0.submenu li.level1 ul.submenu li.level2 ul.level2 {
    background-color: #fafafa;
    padding: 1rem 0 1rem 1rem;
  }
}
header.page-header .navigation .level0 ol.level0.submenu li.level1 ul.submenu li.level2 ul.level2 li.level3 {
  margin-bottom: 0.7rem;
}
header.page-header .navigation .level0 ol.level0.submenu li.level1 ul.submenu li.level2 ul.level2 li.level3 .level3.submenu {
  padding: 0.5rem 0 0 0;
}
header.page-header .navigation .level0 ol.level0.submenu li.level1 ul.submenu li.level2 ul.level2 li.level3 .level3.submenu li {
  margin: 0 0 0.4rem 0.3rem;
  font-style: italic;
}
@media only screen and (max-width: 767px) {
  header.page-header .navigation .level0 ol.level0.submenu li.level1 ul.submenu li.level2 ul.level2 li.level3 .level3.submenu li {
    font-style: normal;
  }
}
header.page-header .navigation .level0 ol.level0.submenu li.level1 ul.submenu li.level2 ul.level2 li.level3 .level3.submenu li:last-child {
  margin: 0 0 0.2rem 0.3rem;
}
header.page-header .navigation .level0 ol.level0.submenu li.level1 ul.submenu li.level2 ul.level2 li.level3 .level3.submenu li a {
  font-size: 0.8rem;
}
header.page-header .navigation .level0 ol.level0.submenu li.level1 ul.submenu li.level2 ul.level2 li.level3 .level3.submenu li a:before {
  content: "-";
  display: inline-block;
  margin-right: 0.1rem;
}
@media only screen and (max-width: 767px) {
  header.page-header .navigation .level0 ol.level0.submenu li.level1 ul.submenu li.level2 ul.level2 li.level3 .level3.submenu li a:before {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  header.page-header .navigation .level0 ol.level0.submenu li.level1 ul.submenu li.level2 ul.level2 li.level3 {
    margin-bottom: 0;
  }
}
header.page-header .navigation .level0 ol.level0.submenu li.level1 ul.submenu li.level2 ul.level2 li.level3:hover {
  background-color: transparent;
}
header.page-header .navigation .level0 ol.level0.submenu li.level1 ul.submenu li.level2 ul.level2 li.level3 a {
  color: #000000;
  font-family: 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-weight: normal;
  padding: 0;
  transition: all linear 0.15s;
}
header.page-header .navigation .level0 ol.level0.submenu li.level1 ul.submenu li.level2 ul.level2 li.level3 a:hover {
  background-color: transparent;
  color: #ff6700;
}
@media only screen and (max-width: 767px) {
  header.page-header .navigation .level0 ol.level0.submenu li.level1 ul.submenu li.level2 ul.level2 li.level3 a:hover {
    color: #ff6700;
  }
}
@media only screen and (max-width: 767px) {
  header.page-header .navigation .level0 ol.level0.submenu li.level1 ul.submenu li.level2 ul.level2 li.level3 a {
    color: #000000;
    font-size: 0.9379999999999999rem;
    padding: 0.4rem 1rem;
  }
}
header.page-header .navigation .level0 ol.level0.submenu li.level1 ul.submenu li.level2 ul.level2 li.level3 a.ui-state-focus {
  background-color: transparent;
}
header.page-header .navigation .level0 ol.level0.submenu li.level1 ul.submenu li.level2 ul.level2 li.level3.parent &gt; a {
  position: relative;
}
@media only screen and (max-width: 767px) {
  header.page-header .navigation .level0 ol.level0.submenu li.level1 ul.submenu li.level2 ul.level2 li.level3.parent &gt; a:after {
    content: '\e902';
    font-family: 'ninja';
    font-size: 0.375rem;
    position: absolute;
    right: 1rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 767px) {
  header.page-header .navigation .level0 ol.level0.submenu li.level1 ul.submenu li.level2 ul.level2 li.level3.parent &gt; a.ui-state-active:after {
    content: '\e900';
  }
}
@media only screen and (max-width: 767px) {
  header.page-header .navigation .level0 ol.level0.submenu li.level1 ul.submenu li.level2 ul.level2 li.level3.parent &gt; a.ui-state-focus:after {
    content: '\e900';
  }
}
@media only screen and (max-width: 767px) {
  header.page-header .navigation .level0 ol.level0.submenu li.level1 ul.submenu li.level2 ul.level2 li.level3.parent ul.level3.submenu {
    background-color: #fafafa;
  }
}
header.page-header .navigation .level0 ol.level0.submenu li.level1 ul.submenu li.level2 ul.level2 li.level3.parent ul.level3.submenu .level4 a {
  padding: 0.3rem 1rem;
}
header.page-header .navigation .level0 ol.level0.submenu li.level1 ul.submenu li.level2 ul.level2 li.level4.parent &gt; a {
  position: relative;
}
@media only screen and (max-width: 767px) {
  header.page-header .navigation .level0 ol.level0.submenu li.level1 ul.submenu li.level2 ul.level2 li.level4.parent &gt; a:after {
    content: '\e902';
    font-family: 'ninja';
    font-size: 0.375rem;
    position: absolute;
    right: 1rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 767px) {
  header.page-header .navigation .level0 ol.level0.submenu li.level1 ul.submenu li.level2 ul.level2 li.level4.parent &gt; a.ui-state-active:after {
    content: '\e900';
  }
}
@media only screen and (max-width: 767px) {
  header.page-header .navigation .level0 ol.level0.submenu li.level1 ul.submenu li.level2 ul.level2 li.level4.parent &gt; a.ui-state-focus:after {
    content: '\e900';
  }
}
header.page-header .navigation .level0 ol.level0.submenu li.level1 ul.submenu li.level2 ul.level2 li.active &gt; a {
  border-width: 0;
  color: #ff6700;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  header.page-header .navigation .level0 ol.level0.submenu li.level1 ul.submenu li.level2.parent &gt; a:after {
    content: '\e902';
    font-family: 'ninja';
    font-size: 0.375rem;
    position: absolute;
    right: 1rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 767px) {
  header.page-header .navigation .level0 ol.level0.submenu li.level1 ul.submenu li.level2.parent &gt; a.ui-state-active:after {
    content: '\e900';
  }
}
@media only screen and (max-width: 767px) {
  header.page-header .navigation .level0 ol.level0.submenu li.level1 ul.submenu li.level2.parent &gt; a.ui-state-focus:after {
    content: '\e900';
  }
}
header.page-header .navigation .level0 ol.level0.submenu li.level1 ul.submenu li.active &gt; a {
  border-width: 0;
  color: #ff6700;
}
header.page-header .navigation .level0 ol.level0.submenu .level1.last {
  margin-right: 0;
}
header.page-header .navigation .level0 ol.level0.submenu .bottom-block {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  clear: both;
  display: block;
  left: calc(50% - (1200px * 0.5)) !important;
  max-width: 1200px;
  overflow: auto;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 1300px) {
  header.page-header .navigation .level0 ol.level0.submenu .bottom-block {
    left: calc((50% - (1200px * 0.5)) + 20px) !important;
    max-width: calc(1200px - (20px * 2));
  }
}
@media only screen and (max-width: 1200px) {
  header.page-header .navigation .level0 ol.level0.submenu .bottom-block {
    left: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  header.page-header .navigation .level0 ol.level0.submenu .bottom-block {
    display: none;
  }
}
header.page-header .navigation .level0 ol.level0.submenu .bottom-block p {
  overflow: auto;
  text-align: left;
}
@media only screen and (max-width: 1200px) {
  header.page-header .navigation .level0 ol.level0.submenu .bottom-block p {
    text-align: center;
  }
}
header.page-header .navigation .level0 ol.level0.submenu .bottom-block p a {
  display: inline-block;
  margin: 3rem 2rem 0 2rem;
  padding: 0;
}
header.page-header .navigation .level0 ol.level0.submenu .bottom-block p a:hover {
  background-color: transparent;
}
header.page-header .navigation .level0 ol.level0.submenu .bottom-block p a:hover img {
  opacity: 1;
}
header.page-header .navigation .level0 ol.level0.submenu .bottom-block p a:first-child {
  margin-left: 0;
}
header.page-header .navigation .level0 ol.level0.submenu .bottom-block p a:last-child {
  margin-right: 0;
}
header.page-header .navigation .level0 ol.level0.submenu .bottom-block p a img {
  max-height: 3.75rem;
  max-width: 11.25rem;
  opacity: 0.5;
  transition: all linear 0.15s;
  vertical-align: middle;
}
header.page-header .navigation .level0 ol.level0.submenu .bottom-block p a.ui-state-focus {
  background-color: transparent;
}
header.page-header .navigation .level0 ol.level0.submenu .right-block {
  display: block;
  position: relative;
  float: right;
  width: auto;
  left: 0 !important;
  right: 0 !important;
  min-width: 0;
  height: auto;
  margin-right: calc(50% - (1200px * 0.5)) !important;
  margin-left: 0 !important;
  overflow: auto;
  z-index: 1;
  border: 0;
  box-shadow: none;
}
@media only screen and (max-width: 1200px) {
  header.page-header .navigation .level0 ol.level0.submenu .right-block {
    margin-right: 0 !important;
    float: none;
  }
}
header.page-header .navigation .level0 ol.level0.submenu .right-block p {
  width: 100%;
  display: inline-block;
  max-width: calc((1200px  - (4 * 2rem) ) * 0.2);
}
@media only screen and (max-width: 1300px) {
  header.page-header .navigation .level0 ol.level0.submenu .right-block p {
    max-width: calc((1200px - (20px * 2) - (4 * 2rem) ) * 0.2);
  }
}
@media only screen and (max-width: 1200px) {
  header.page-header .navigation .level0 ol.level0.submenu .right-block p {
    max-width: calc((100vw - (4 * 2rem) ) * 0.2) !important;
    float: right;
  }
}
@media only screen and (max-width: 767px) {
  header.page-header .navigation .level0 ol.level0.submenu .right-block p {
    display: none;
  }
}
header.page-header .navigation .level0 ol.level0.submenu .right-block p a {
  padding: 0;
  background-color: transparent;
}
header.page-header .navigation .level0 ol.level0.submenu .right-block .images {
  margin-left: 1rem;
}
header.page-header .navigation .level0 ol.level0.submenu .right-block p.image-two-columns {
  max-width: calc((1200px  - (4 * 2rem) ) * 0.4);
}
@media only screen and (max-width: 1300px) {
  header.page-header .navigation .level0 ol.level0.submenu .right-block p.image-two-columns {
    max-width: calc((1200px - (20px * 2) - (4 * 2rem) ) * 0.4);
  }
}
@media only screen and (max-width: 1200px) {
  header.page-header .navigation .level0 ol.level0.submenu .right-block p.image-two-columns {
    max-width: calc((100vw - (4 * 2rem) ) * 0.4) !important;
  }
}
header.page-header .navigation .level0 ol.level0.submenu .right-block p.image-three-columns {
  max-width: calc((1200px  - (4 * 2rem) ) * 0.6);
}
@media only screen and (max-width: 1300px) {
  header.page-header .navigation .level0 ol.level0.submenu .right-block p.image-three-columns {
    max-width: calc((1200px - (20px * 2) - (4 * 2rem) ) * 0.6);
  }
}
@media only screen and (max-width: 1200px) {
  header.page-header .navigation .level0 ol.level0.submenu .right-block p.image-three-columns {
    max-width: calc((100vw - (4 * 2rem) ) * 0.6) !important;
  }
}
header.page-header .navigation .level0 ol.level0.submenu .right-block p.image-four-columns {
  max-width: calc((1200px  - (4 * 2rem) ) * 0.8);
}
@media only screen and (max-width: 1300px) {
  header.page-header .navigation .level0 ol.level0.submenu .right-block p.image-four-columns {
    max-width: calc((1200px - (20px * 2) - (4 * 2rem) ) * 0.8);
  }
}
@media only screen and (max-width: 1200px) {
  header.page-header .navigation .level0 ol.level0.submenu .right-block p.image-four-columns {
    max-width: calc((100vw - (4 * 2rem) ) * 0.8) !important;
  }
}
header.page-header .navigation .level0 &gt; li.all-category a {
  color: #000000;
  font-size: 0.9379999999999999rem;
  font-weight: bold;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  header.page-header .navigation .level0 &gt; li.all-category a {
    padding: 0.6rem 1rem;
  }
}
header.page-header .navigation .level0 &gt; li.all-category a:hover {
  color: #ff6700;
}
header.page-header .navigation .level0 &gt; li.all-category a.ui-state-focus {
  border-width: 0;
  color: #ff6700;
  padding: 0.4rem 1rem;
}
@media only screen and (max-width: 767px) {
  header.page-header .navigation .level0 &gt; li.all-category a.ui-state-focus {
    padding: 0.6rem 1rem;
  }
  header.page-header .navigation .level0 &gt; li.all-category a.ui-state-focus:hover {
    color: #ff6700;
  }
}
header.page-header .navigation .level0 ul.level2 li.all-category a {
  color: #000000;
  font-size: 0.9379999999999999rem;
  font-weight: bold;
  padding: 0.4rem 1rem;
}
header.page-header .navigation .level0 ul.level2 li.all-category a:hover {
  color: #ff6700;
}
header.page-header .navigation .level0 ul.level2 li.all-category a.ui-state-focus {
  border-width: 0;
  color: #ff6700;
  padding: 0.4rem 1rem;
}
/* ---- Drop down ---- */
header.page-header .navigation {
  z-index: 15;
}
header.page-header .navigation li.level0.drop-down ul.submenu {
  background-color: #ffffff;
  border: 0;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  padding: 1rem 0;
  width: 18.75rem;
  z-index: 999999;
  display: none;
}
@media only screen and (max-width: 767px) {
  header.page-header .navigation li.level0.drop-down ul.submenu {
    background-color: #ffffff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100%;
  }
}
header.page-header .navigation li.level0.drop-down ul.submenu li.level1 {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  header.page-header .navigation li.level0.drop-down ul.submenu li.level1 {
    background-color: #ffffff;
  }
}
header.page-header .navigation li.level0.drop-down ul.submenu li.level1 &gt; a {
  color: #000000;
  font-family: 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 0.9379999999999999rem;
  padding: 0.6rem 1.5rem;
  position: relative;
  text-transform: uppercase;
  transition: all linear 0.15s;
}
@media only screen and (max-width: 767px) {
  header.page-header .navigation li.level0.drop-down ul.submenu li.level1 &gt; a {
    color: #000000;
    padding: 0.6rem 1rem;
  }
}
header.page-header .navigation li.level0.drop-down ul.submenu li.level1 &gt; a:hover {
  background-color: transparent;
  color: #ff6700;
}
header.page-header .navigation li.level0.drop-down ul.submenu li.level1 a.ui-state-focus {
  background-color: transparent;
}
header.page-header .navigation li.level0.drop-down ul.submenu li.level1 a.ui-state-active {
  background-color: transparent;
  color: #ff6700;
}
header.page-header .navigation li.level0.drop-down ul.submenu li.level1 ul.level1 {
  background-color: #fafafa;
  border: 0;
  -webkit-box-shadow: inset 13px -8px 10px -14px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 13px -8px 10px -14px rgba(0, 0, 0, 0.3);
  box-shadow: inset 13px -8px 10px -14px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  height: auto;
  min-height: 100%;
}
@media only screen and (max-width: 767px) {
  header.page-header .navigation li.level0.drop-down ul.submenu li.level1 ul.level1 {
    background-color: #fafafa;
    padding: 1rem 0 1rem 1rem;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
header.page-header .navigation li.level0.drop-down ul.submenu li.level1 ul.level1 li.level2 {
  margin-bottom: 0;
}
header.page-header .navigation li.level0.drop-down ul.submenu li.level1 ul.level1 li.level2 a {
  color: #000000;
  font-family: 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 0.9379999999999999rem;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  header.page-header .navigation li.level0.drop-down ul.submenu li.level1 ul.level1 li.level2 a {
    color: #000000;
    padding: 0.4rem 1rem;
  }
}
header.page-header .navigation li.level0.drop-down ul.submenu li.level1 ul.level1 li.level2 a:hover {
  background-color: transparent;
  color: #ff6700;
}
header.page-header .navigation li.level0.drop-down ul.submenu li.level1 ul.level1 li.level2 a.ui-state-focus {
  background-color: transparent;
}
header.page-header .navigation li.level0.drop-down ul.submenu li.level1 ul.level1 li.all-category a {
  color: #000000;
  font-size: 0.9379999999999999rem;
  font-weight: bold;
  padding: 0.4rem 1rem;
}
header.page-header .navigation li.level0.drop-down ul.submenu li.level1 ul.level1 li.all-category a:hover {
  color: #ff6700;
}
header.page-header .navigation li.level0.drop-down ul.submenu li.level1 ul.level1 li.all-category a.ui-state-focus {
  border-width: 0;
  color: #ff6700;
  padding: 0.4rem 1rem;
}
header.page-header .navigation li.level0.drop-down ul.submenu li.level1 ul.level1 li.active &gt; a {
  border-width: 0;
  color: #ff6700;
}
header.page-header .navigation li.level0.drop-down ul.submenu li.level1.parent &gt; a:after {
  content: '\e903';
  display: inline-block;
  font-family: 'ninja';
  font-size: 0.375rem;
  line-height: 1;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  header.page-header .navigation li.level0.drop-down ul.submenu li.level1.parent &gt; a:after {
    content: '\e902';
    font-size: 0.375rem;
  }
}
header.page-header .navigation li.level0.drop-down ul.submenu li.level1.parent &gt; a:active {
  background-color: transparent;
  color: #ff6700;
}
@media only screen and (max-width: 767px) {
  header.page-header .navigation li.level0.drop-down ul.submenu li.level1.parent &gt; a.ui-state-active:after {
    content: '\e900';
  }
}
@media only screen and (max-width: 767px) {
  header.page-header .navigation li.level0.drop-down ul.submenu li.level1.parent &gt; a.ui-state-focus:after {
    content: '\e900';
  }
}
header.page-header .navigation li.level0.drop-down ul.submenu li.active &gt; a {
  border-width: 0;
  color: #ff6700;
}
/* ==== FOOTER ===== */
footer.page-footer {
  background-color: #000000;
  color: #ffffff;
  font-size: 1rem;
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
}
footer.page-footer a {
  color: #ffffff;
}
footer.page-footer a:hover {
  color: #ff6700;
}
footer.page-footer .footer.content {
  border-top: 0;
  margin-top: 0;
  padding-bottom: 1rem;
  padding-left: 0;
  padding-right: 0;
  padding-top: 4.5rem;
}
@media only screen and (max-width: 1300px) {
  footer.page-footer .footer.content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
footer.page-footer .footer.content .container-footer-column {
  float: left;
  margin-bottom: 4.5rem;
  overflow: auto;
  width: calc(100% * 0.25);
  text-align: left;
}
@media only screen and (max-width: 900px) {
  footer.page-footer .footer.content .container-footer-column {
    margin-bottom: 2rem;
  }
}
footer.page-footer .footer.content .container-footer-column ul li {
  line-height: 1.6;
}
footer.page-footer .footer.content .container-footer-column ul li.footer-social {
  float: left;
  margin-right: 0.8rem;
}
footer.page-footer .footer.content .container-footer-column ul li.footer-social a {
  color: #ffffff;
}
footer.page-footer .footer.content .container-footer-column ul li.footer-social a:hover {
  color: #ff6700;
}
footer.page-footer .footer.content .container-footer-column ul li.footer-social a:before {
  content: '\e918';
  display: inline-block;
  font-family: 'ninja';
  font-size: 1.4rem;
}
footer.page-footer .footer.content .container-footer-column ul li.footer-social a span {
  display: none;
}
footer.page-footer .footer.content .container-footer-column ul li.footer-social:last-child {
  margin-right: 0;
}
footer.page-footer .footer.content .container-footer-column ul li.twitter a:before {
  content: '\e918';
}
footer.page-footer .footer.content .container-footer-column ul li.instagram a:before {
  content: '\e910';
}
footer.page-footer .footer.content .container-footer-column ul li.facebook a:before {
  content: '\e90c';
}
footer.page-footer .footer.content .container-footer-column ul li.linkedin a:before {
  content: '\e911';
}
@media only screen and (max-width: 900px) {
  footer.page-footer .footer.content .container-footer-column.column_1 {
    float: none;
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  footer.page-footer .footer.content .container-footer-column.column_1 {
    float: none;
    width: 100%;
  }
}
@media only screen and (max-width: 900px) {
  footer.page-footer .footer.content .container-footer-column.column_2,
  footer.page-footer .footer.content .container-footer-column.column_3 {
    margin-bottom: 3rem;
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  footer.page-footer .footer.content .container-footer-column.column_2,
  footer.page-footer .footer.content .container-footer-column.column_3 {
    float: none;
    width: 100%;
  }
}
@media only screen and (max-width: 900px) {
  footer.page-footer .footer.content .container-footer-column.column_4 {
    float: none;
    margin-bottom: 4rem;
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  footer.page-footer .footer.content .container-footer-column.column_4 {
    float: none;
    width: 100%;
  }
}
footer.page-footer .footer.content .footer-logo {
  max-width: 12.625rem;
  margin-bottom: 1rem;
}
footer.page-footer .footer.content .copyright {
  clear: both;
  color: #ffffff;
}
/* ==== LOG IN ====*/
.primary .action.primary {
  background-color: #ff6700;
  border: 0;
  border-radius: 0;
  color: #ffffff;
  font-family: 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 1.15rem;
  font-weight: normal;
  margin: 0;
  padding: 1rem 3rem;
  text-transform: uppercase;
  transition: all linear 0.15s;
  -webkit-font-smoothing: antialiased;
}
.primary .action.primary:hover {
  border: 0;
  background-color: #d35703;
}
.page-wrapper .page-main .page-title-wrapper .page-title {
  border-bottom: 1px solid #e8e8e8;
  display: block;
  font-family: 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 1.875rem;
  font-weight: normal;
  margin-bottom: 1.5rem;
  padding: 0 0 0.6rem 0;
  text-align: left;
  text-transform: uppercase;
}
.table:not(.cart):not(.totals).table-comparison &gt; thead &gt; tr &gt; th,
.table:not(.cart):not(.totals).table-comparison &gt; thead &gt; tr &gt; td {
  border: 0;
}
.login-container {
  margin: 5.5rem 0 0 0;
}
@media only screen and (max-width: 767px) {
  .login-container {
    margin: calc(5.5rem * 0.5) 0 0 0;
  }
}
.login-container .block {
  margin-bottom: 0;
  width: 46%;
}
@media only screen and (max-width: 767px) {
  .login-container .block {
    width: 100%;
  }
}
.login-container .block .block-title {
  border-bottom: 2px solid #ff6700;
  font-family: 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 1.375rem;
  font-weight: normal;
  margin: 0 0 2rem 0;
  padding: 0 0 0.4rem 0;
  text-transform: uppercase;
}
.login-container .block .field {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .login-container .block.block-new-customer {
    margin-top: 4.5rem;
  }
}
.login-container .block.block-new-customer .actions-toolbar {
  margin-top: 3.5rem;
}
.login-container .fieldset:after {
  display: none;
}
.login-container .fieldset .field.note {
  margin: 0 0 3rem;
}
.login-container a.action.remind {
  color: #000000;
  padding: 0.5rem 0;
  text-decoration: underline;
}
.login-container a.action.remind:hover {
  text-decoration: none;
}
.login-container a.action.remind:visited {
  color: #000000;
}
.customer-account-login .column.main {
  padding-bottom: 3rem;
}
/* ==== CREATE ACCOUNT ====*/
.form.create.account {
  margin: 5.5rem 0 0 0;
  min-width: 0;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .form.create.account {
    margin: calc(5.5rem * 0.5) 0 0 0;
  }
}
.form.create.account .field {
  float: left;
  margin-right: 0;
  width: calc((100% - 6rem) * 0.5);
}
@media only screen and (max-width: 1024px) {
  .form.create.account .field {
    width: calc((100% - (6rem * 0.5)) * 0.5);
  }
}
@media only screen and (max-width: 767px) {
  .form.create.account .field {
    width: 100%;
  }
}
.form.create.account .fieldset .field-name-firstname {
  margin-right: 6rem;
}
@media only screen and (max-width: 1024px) {
  .form.create.account .fieldset .field-name-firstname {
    margin-right: calc(6rem * 0.5);
  }
}
@media only screen and (max-width: 767px) {
  .form.create.account .fieldset .field-name-firstname {
    margin-right: 0;
  }
}
.form.create.account .fieldset .legend {
  font-family: 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 1.375rem;
  font-weight: normal;
  border-bottom: 2px solid #ff6700;
  margin: 0 0 2rem 0;
  padding: 0 0 0.4rem 0;
  text-transform: uppercase;
  display: block;
  width: 100%;
}
@media only screen and (max-width: 400px) {
  .form.create.account .fieldset .legend {
    font-size: calc(1.875rem * 0.8);
  }
}
.form.create.account .fieldset {
  margin: 0;
}
.form.create.account .password {
  clear: both;
  margin-right: 6rem;
}
@media only screen and (max-width: 1024px) {
  .form.create.account .password {
    margin-right: calc(6rem * 0.5);
  }
}
@media only screen and (max-width: 767px) {
  .form.create.account .password {
    margin-right: 0;
  }
}
@media only screen and (max-width: 480px) {
  .form.create.account .actions-toolbar {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 767px) {
  .form.create.account .actions-toolbar div.primary {
    float: left;
  }
}
@media only screen and (max-width: 480px) {
  .form.create.account .actions-toolbar div.primary {
    order: 2;
    padding: 1rem 0;
    width: 100%;
  }
}
.form.create.account .actions-toolbar div.primary a.action.back {
  color: #000000;
  text-decoration: underline;
}
.form.create.account .actions-toolbar div.primary a.action.back:hover {
  text-decoration: none;
}
.form.create.account .actions-toolbar div.primary a.action.back:visited {
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .form.create.account .actions-toolbar div.secondary {
    float: right;
  }
}
@media only screen and (max-width: 480px) {
  .form.create.account .actions-toolbar div.secondary {
    order: 1;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .actions-toolbar .primary {
    float: left;
  }
}
@media only screen and (max-width: 480px) {
  .actions-toolbar .primary {
    order: 2;
    padding: 0.5rem 0;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .actions-toolbar .secondary {
    float: right;
  }
}
@media only screen and (max-width: 480px) {
  .actions-toolbar .secondary {
    width: 100%;
  }
}
.actions-toolbar a.action.back {
  color: #000000;
  text-decoration: underline;
}
.actions-toolbar a.action.back:hover {
  text-decoration: none;
}
.actions-toolbar a.action.back:visited {
  color: #000000;
}
/* ==== FORGOT PASSWORD ==== */
.customer-account-forgotpassword form.form .fieldset &gt; .field.email {
  width: 100%;
}
/* ==== MY ACCOUNT ====*/
body.account.page-layout-2columns-left .page-main {
  padding-top: 0;
}
@media only screen and (max-width: 900px) {
  body.account.page-layout-2columns-left .page-wrapper .columns {
    display: flex;
  }
}
body.account.page-layout-2columns-left .page-wrapper .column.main {
  width: 75%;
}
@media only screen and (max-width: 900px) {
  body.account.page-layout-2columns-left .page-wrapper .column.main {
    width: 100%;
  }
}
body.account.page-layout-2columns-left .page-wrapper .column.main .block .block-title {
  border-bottom: 1px solid #e8e8e8;
  display: block;
  font-family: 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 1.875rem;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 1.5rem;
  padding: 0 0 0.6rem 0;
  text-transform: uppercase;
}
@media only screen and (max-width: 400px) {
  body.account.page-layout-2columns-left .page-wrapper .column.main .block .block-title {
    font-size: calc(1.875rem * 0.8);
  }
}
body.account.page-layout-2columns-left .page-wrapper .column.main .block .block-title strong {
  font-size: 1.875rem;
}
@media only screen and (max-width: 400px) {
  body.account.page-layout-2columns-left .page-wrapper .column.main .block .block-title strong {
    font-size: calc(1.875rem * 0.8);
  }
}
body.account.page-layout-2columns-left .page-wrapper .column.main .block .block-title a.edit,
body.account.page-layout-2columns-left .page-wrapper .column.main .block .block-title a.view {
  color: #ff6700;
  float: right;
  font-size: 1rem;
  font-weight: bold;
  margin-top: 0.95rem;
  text-transform: none;
}
@media only screen and (max-width: 400px) {
  body.account.page-layout-2columns-left .page-wrapper .column.main .block .block-title a.edit,
  body.account.page-layout-2columns-left .page-wrapper .column.main .block .block-title a.view {
    margin-top: calc(0.95rem * 0.6);
  }
}
body.account.page-layout-2columns-left .page-wrapper .column.main .block .block-title a.edit:hover,
body.account.page-layout-2columns-left .page-wrapper .column.main .block .block-title a.view:hover {
  color: #000000;
}
body.account.page-layout-2columns-left .page-wrapper .column.main .block .box-title {
  color: #000000;
  font-family: 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0 0 0.625rem;
  text-transform: none;
}
body.account.page-layout-2columns-left .page-wrapper .column.main .block .box-title span {
  font-size: 1.25rem;
}
body.account.page-layout-2columns-left .page-wrapper .column.main .block .box-actions {
  margin-top: 1.25rem;
}
body.account.page-layout-2columns-left .page-wrapper .column.main .block .box-actions a.action.edit {
  display: block;
  color: #ff6700;
  font-size: 1rem;
  font-weight: bold;
  margin-top: 0.95rem;
  text-transform: none;
}
body.account.page-layout-2columns-left .page-wrapper .column.main .block .box-actions a.action.edit:hover {
  color: #000000;
}
body.account.page-layout-2columns-left .page-wrapper .column.main .block-reviews-dashboard li.item {
  padding: 1rem 0;
}
body.account.page-layout-2columns-left .page-wrapper .column.main .block-reviews-dashboard li.item:first-child {
  padding-top: 0;
}
body.account.page-layout-2columns-left .page-wrapper .column.main .block-reviews-dashboard li.item .rating-summary {
  display: block;
  margin-top: 0.5rem;
}
body.account.page-layout-2columns-left .page-wrapper .column.main .block-reviews-dashboard li.item .rating-summary span {
  color: #000000;
  font-size: 0.875rem;
  font-weight: bold;
}
@media only screen and (max-width: 900px) {
  body.account.page-layout-2columns-left .page-wrapper .sidebar.sidebar-main {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
}
body.account.page-layout-2columns-left .page-wrapper .sidebar.sidebar-main &gt; .account-nav {
  background-color: transparent;
  margin-bottom: 0;
  padding: 0;
}
@media only screen and (max-width: 900px) {
  body.account.page-layout-2columns-left .page-wrapper .sidebar.sidebar-main &gt; .account-nav {
    margin-bottom: 3rem;
  }
}
body.account.page-layout-2columns-left .page-wrapper .sidebar.sidebar-main &gt; .account-nav div.content {
  padding: 0;
}
body.account.page-layout-2columns-left .page-wrapper .sidebar.sidebar-main &gt; .account-nav div.content .account-nav {
  margin-bottom: 0;
}
body.account.page-layout-2columns-left .page-wrapper .sidebar.sidebar-main &gt; .account-nav li:first-child {
  border-bottom: 2px solid #ff6700;
  margin: 0 0 1.5rem 0;
  padding: 0 0 1rem 0;
}
body.account.page-layout-2columns-left .page-wrapper .sidebar.sidebar-main &gt; .account-nav li:first-child strong,
body.account.page-layout-2columns-left .page-wrapper .sidebar.sidebar-main &gt; .account-nav li:first-child a {
  font-size: 1.25rem;
  font-weight: normal;
  line-height: 1.2;
  text-transform: uppercase;
}
body.account.page-layout-2columns-left .page-wrapper .sidebar.sidebar-main &gt; .account-nav li a:after {
  content: '';
}
body.account.page-layout-2columns-left .form .fieldset {
  /*.field.field-name-firstname {
        margin-right: @form-field-margin-right;
      }
      .field.email {
        margin-right: @form-field-margin-right;
      }*/
}
body.account.page-layout-2columns-left .form .fieldset .legend {
  border-bottom: 1px solid #e8e8e8;
  display: block;
  font-family: 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 1.875rem;
  font-weight: 300;
  margin-bottom: calc(1.5rem * 2);
  padding: 0 0 0.6rem 0;
  text-transform: uppercase;
  width: 100%;
}
@media only screen and (max-width: 400px) {
  body.account.page-layout-2columns-left .form .fieldset .legend {
    font-size: calc(1.875rem * 0.8);
  }
}
body.account.page-layout-2columns-left .form .fieldset .field {
  float: left;
  width: calc((100% - 2rem) * 0.5);
}
@media only screen and (max-width: 560px) {
  body.account.page-layout-2columns-left .form .fieldset .field {
    width: 100%;
  }
}
body.account.page-layout-2columns-left .form .fieldset .field.new.password {
  clear: both;
  /*margin-right: @form-field-margin-right;*/
}
body.account.page-layout-2columns-left .form .fieldset .field.confirm.password {
  margin-right: 0;
}
body.account.page-layout-2columns-left .form .fieldset .field.choice {
  clear: both;
  float: none;
  margin-bottom: 1rem;
  width: 100%;
}
body.account.page-layout-2columns-left .form .fieldset .field.choice label {
  cursor: pointer;
}
body.account.page-layout-2columns-left .items.addresses .item.actions {
  margin-top: 1rem;
}
body.account.page-layout-2columns-left .items.addresses .item.actions a {
  display: block;
}
body.account.page-layout-2columns-left .form-address-edit .legend {
  border-bottom: 1px solid #e8e8e8;
  display: block;
  font-family: 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 1.875rem;
  font-weight: 300;
  margin-bottom: calc(1.5rem * 2);
  padding: 0 0 0.6rem 0;
  text-transform: uppercase;
  width: 100%;
}
@media only screen and (max-width: 400px) {
  body.account.page-layout-2columns-left .form-address-edit .legend {
    font-size: calc(1.875rem * 0.8);
  }
}
body.account.page-layout-2columns-left .form-address-edit .field {
  float: left;
  margin-right: 2rem;
  width: calc((100% - 2rem) * 0.5);
}
@media only screen and (max-width: 480px) {
  body.account.page-layout-2columns-left .form-address-edit .field {
    width: 100%;
  }
}
body.account.page-layout-2columns-left .form-address-edit .field:nth-child(2n+1) {
  margin-right: 0;
}
body.account.page-layout-2columns-left .form-address-edit .field.street {
  margin-right: 0;
  width: 100%;
}
body.account.page-layout-2columns-left .form-address-edit .field.street &gt; .control &gt; input {
  float: left;
  margin-right: 2rem;
  width: calc((100% - 2rem) * 0.5);
}
@media only screen and (max-width: 480px) {
  body.account.page-layout-2columns-left .form-address-edit .field.street &gt; .control &gt; input {
    float: none;
    margin-right: 0;
    width: 100%;
  }
}
body.account.page-layout-2columns-left .form-address-edit .field.street &gt; .control .nested {
  float: left;
  width: calc((100% - 2rem) * 0.5);
}
@media only screen and (max-width: 480px) {
  body.account.page-layout-2columns-left .form-address-edit .field.street &gt; .control .nested {
    float: none;
    width: 100%;
  }
}
body.account.page-layout-2columns-left .form-address-edit .field.street &gt; .control .nested .field.additional {
  margin-top: 0;
  width: 100%;
}
@media only screen and (max-width: 480px) {
  body.account.page-layout-2columns-left .form-address-edit .field.street &gt; .control .nested .field.additional {
    margin-top: 1rem;
  }
}
body.account.page-layout-2columns-left .form-address-edit .field.country .control {
  position: relative;
}
body.account.page-layout-2columns-left .form-address-edit .field.country .control:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.65rem;
  line-height: 1;
  color: #929292;
  content: '\e902';
  font-family: 'ninja';
  margin: 0;
  vertical-align: middle;
  font-weight: normal;
  right: 1.5rem;
  pointer-events: none;
  position: absolute;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
body.account.page-layout-2columns-left .form-address-edit .field.choice.set.billing {
  width: 100%;
}
body.account.page-layout-2columns-left .form-address-edit .field.choice.set.shipping {
  width: 100%;
}
body.account.page-layout-2columns-left .actions-toolbar {
  clear: both;
}
body.account.page-layout-2columns-left .actions-toolbar .primary {
  float: right;
}
@media only screen and (max-width: 480px) {
  body.account.page-layout-2columns-left .actions-toolbar .primary {
    float: none;
  }
}
body.account.page-layout-2columns-left .actions-toolbar .secondary {
  float: left;
}
@media only screen and (max-width: 480px) {
  body.account.page-layout-2columns-left .actions-toolbar .secondary {
    float: none;
  }
}
body.account.page-layout-2columns-left .actions-toolbar .secondary .action.back {
  display: inline-block;
  margin-top: 3rem;
}
@media only screen and (max-width: 480px) {
  body.account.page-layout-2columns-left .actions-toolbar .secondary .action.back {
    margin-top: 1.5rem;
  }
}
body.account.page-layout-2columns-left .table-reviews .rating-summary .rating-result {
  margin-left: 0;
  vertical-align: top;
}
body.account.page-layout-2columns-left .table-reviews tr {
  border-bottom: 1px solid #e8e8e8;
}
body.account.page-layout-2columns-left .table-reviews &gt; thead &gt; tr &gt; th {
  border-bottom: 1px solid #e8e8e8;
}
body.account.page-layout-2columns-left .table-reviews td {
  font-size: 0.8rem;
  padding: 0.8rem;
}
body.account.page-layout-2columns-left .table-reviews td[data-th="Product Name"] {
  max-width: 13.75rem;
}
@media only screen and (max-width: 640px) {
  body.account.page-layout-2columns-left .table-reviews td[data-th="Product Name"] {
    max-width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  body.account.page-layout-2columns-left .rating-summary {
    display: inline-block;
    vertical-align: sub;
  }
}
@media only screen and (max-width: 400px) {
  body.account.page-layout-2columns-left .rating-summary {
    vertical-align: middle;
  }
}
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) {
  body.account.page-layout-2columns-left .rating-summary {
    vertical-align: middle;
  }
}
body.account.page-layout-2columns-left .rating-summary .rating-result {
  margin-left: 0;
  vertical-align: middle;
}
body.account.page-layout-2columns-left .rating-summary .rating-result:before {
  color: #c7c7c7;
  content: '\e917' '\e917' '\e917' '\e917' '\e917';
  font-family: 'ninja';
  font-size: 1rem;
  height: auto;
  letter-spacing: 1px;
  line-height: 1;
}
body.account.page-layout-2columns-left .rating-summary .rating-result span:before {
  color: #ff6700;
  content: '\e917' '\e917' '\e917' '\e917' '\e917';
  font-family: 'ninja';
  font-size: 1rem;
  height: auto;
  letter-spacing: 1px;
  line-height: 1;
}
body.account.page-layout-2columns-left .toolbar-amount {
  font-size: 0.875rem;
  text-transform: uppercase;
}
body.account.page-layout-2columns-left .customer-review .product-media {
  margin-right: 5%;
  max-width: none;
  width: 35%;
  position: relative;
}
@media only screen and (max-width: 900px) {
  body.account.page-layout-2columns-left .customer-review .product-media {
    float: none;
    margin-right: 0;
    text-align: left;
    width: 100%;
  }
}
body.account.page-layout-2columns-left .customer-review .product-media .product-photo {
  text-align: center;
}
body.account.page-layout-2columns-left .customer-review .product-info {
  float: right;
  width: 60%;
}
@media only screen and (max-width: 900px) {
  body.account.page-layout-2columns-left .customer-review .product-info {
    float: none;
    margin-top: 3rem;
    width: 100%;
  }
}
body.account.page-layout-2columns-left .customer-review .product-info h2 {
  border-bottom: 1px solid #b5b5b5;
  font-size: 1.75rem;
  line-height: 1.1;
  margin: 0 0 1rem 0;
  padding: 0 0 1.4rem 0;
}
body.account.page-layout-2columns-left .customer-review .product-info .rating-average-label {
  color: #000000;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: bold;
  padding: 0.25rem 0.6rem 0 0;
  vertical-align: middle;
}
body.account.page-layout-2columns-left .customer-review .product-info .product-reviews-summary {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}
body.account.page-layout-2columns-left .customer-review .product-info .product-reviews-summary .rating-result {
  margin-left: 0;
}
@media only screen and (max-width: 400px) {
  body.account.page-layout-2columns-left .customer-review .product-info .product-reviews-summary .rating-result {
    vertical-align: middle;
  }
}
body.account.page-layout-2columns-left .customer-review .review-details {
  clear: both;
  padding-top: 2rem;
}
body.account.page-layout-2columns-left .customer-review .review-details .title {
  border-bottom: 0;
  font-size: 1.25rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  padding: 0;
  text-transform: uppercase;
}
body.account.page-layout-2columns-left .customer-review .review-details .title strong {
  font-weight: normal;
}
body.account.page-layout-2columns-left .customer-review .review-details .customer-review-rating {
  box-sizing: border-box;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 900px) {
  body.account.page-layout-2columns-left .customer-review .review-details .customer-review-rating {
    margin-left: 0;
    margin-top: 0;
  }
}
body.account.page-layout-2columns-left .customer-review .review-details .customer-review-rating .rating-summary.item {
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 640px) {
  body.account.page-layout-2columns-left .customer-review .review-details .customer-review-rating .rating-summary.item {
    display: block;
  }
}
body.account.page-layout-2columns-left .customer-review .review-details .customer-review-rating .rating-summary.item .rating-label {
  display: inline-block;
  min-width: 3.125rem;
  padding: 0.1rem 0.6rem 0.1rem 0;
  vertical-align: middle;
}
body.account.page-layout-2columns-left .customer-review .review-details .customer-review-rating .rating-summary.item .rating-label span {
  color: #000000;
  font-size: 0.875rem;
  font-weight: bold;
}
body.account.page-layout-2columns-left .customer-review .review-details .customer-review-rating .rating-summary.item .rating-result {
  display: inline-block;
  margin-left: 0;
  vertical-align: middle;
}
body.account.page-layout-2columns-left .customer-review .review-details .review-title {
  font-size: 1.25rem;
  margin: 0 0 1rem 0;
}
@media only screen and (max-width: 900px) {
  body.account.page-layout-2columns-left .customer-review .review-details .review-title {
    width: 100%;
  }
}
@media only screen and (max-width: 900px) {
  body.account.page-layout-2columns-left .customer-review .review-details .review-content {
    width: 100%;
  }
}
body.account.page-layout-2columns-left .customer-review .review-details .review-date {
  font-size: 0.8129999999999999rem;
  font-style: italic;
  width: 100%;
}
.customer-account-edit .form .fieldset .field.field-name-lastname {
  margin-right: 0;
}
.password-strength-meter {
  background-color: #f4f4f4;
  font-size: 0.75rem;
  text-transform: uppercase;
}
.password-strength-meter:before {
  background-color: #f4f4f4;
}
.password-strength-meter-0 .password-strength-meter:before {
  background-color: #f4f4f4;
}
.password-strength-meter-1 .password-strength-meter:before {
  background-color: #ffafae;
}
.password-strength-meter-2 .password-strength-meter:before {
  background-color: #ffd6b3;
}
.password-strength-meter-3 .password-strength-meter:before {
  background-color: #c5eeac;
}
.password-strength-meter-4 .password-strength-meter:before {
  background-color: #81b562;
}
.table-order-items thead {
  color: #000000;
  background-color: transparent;
}
.table-order-items thead &gt; tr &gt; th {
  border-bottom: 1px solid #d1d1d1;
  font-size: 1rem;
  padding: 0.8rem 1rem;
  text-transform: none;
}
@media only screen and (max-width: 640px) {
  .table-order-items thead &gt; tr &gt; th {
    padding: 0.5rem;
  }
}
.table-order-items tbody tr {
  border-bottom: 0;
}
.table-order-items tbody tr td {
  font-size: 0.8rem;
  padding: 0.8rem 1rem;
}
@media only screen and (max-width: 640px) {
  .table-order-items tbody tr td {
    padding: 0.5rem;
  }
}
@media only screen and (max-width: 640px) {
  .table-order-items tbody tr td:first-child {
    padding-top: 1.5rem;
  }
}
@media only screen and (max-width: 640px) {
  .table-order-items tbody tr td:last-child {
    padding-bottom: 1.5rem;
  }
}
.table-order-items tbody tr td.col.actions {
  text-align: right;
}
@media only screen and (max-width: 640px) {
  .table-order-items tbody tr td.col.actions {
    text-align: left;
  }
}
.account.sales-order-view .column.main .order-links,
.sales-order-invoice .column.main .order-links,
.sales-order-shipment .column.main .order-links,
.sales-order-creditmemo .column.main .order-links {
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 60px;
  margin-top: 10px;
}
@media only screen and (max-width: 640px) {
  .account.sales-order-view .column.main .order-links,
  .sales-order-invoice .column.main .order-links,
  .sales-order-shipment .column.main .order-links,
  .sales-order-creditmemo .column.main .order-links {
    margin-bottom: 30px;
  }
}
.account.sales-order-view .column.main .order-links .nav.item,
.sales-order-invoice .column.main .order-links .nav.item,
.sales-order-shipment .column.main .order-links .nav.item,
.sales-order-creditmemo .column.main .order-links .nav.item {
  padding: 0 10px 10px 10px;
}
.account.sales-order-view .column.main .order-links .nav.item:last-child,
.sales-order-invoice .column.main .order-links .nav.item:last-child,
.sales-order-shipment .column.main .order-links .nav.item:last-child,
.sales-order-creditmemo .column.main .order-links .nav.item:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 560px) {
  .account.sales-order-view .column.main .order-links .nav.item,
  .sales-order-invoice .column.main .order-links .nav.item,
  .sales-order-shipment .column.main .order-links .nav.item,
  .sales-order-creditmemo .column.main .order-links .nav.item {
    display: block;
    margin: 5px 0;
    padding: 5px 10px 5px 10px;
  }
}
.account.sales-order-view .column.main .order-links .current,
.sales-order-invoice .column.main .order-links .current,
.sales-order-shipment .column.main .order-links .current,
.sales-order-creditmemo .column.main .order-links .current {
  border-bottom: 2px solid #ff6700;
}
@media only screen and (max-width: 560px) {
  .account.sales-order-view .column.main .order-links .current,
  .sales-order-invoice .column.main .order-links .current,
  .sales-order-shipment .column.main .order-links .current,
  .sales-order-creditmemo .column.main .order-links .current {
    border-left: 2px solid #ff6700;
    border-bottom: 0;
  }
}
.account.sales-order-view .column.main .order-details-items.ordered,
.sales-order-invoice .column.main .order-details-items.ordered,
.sales-order-shipment .column.main .order-details-items.ordered,
.sales-order-creditmemo .column.main .order-details-items.ordered,
.account.sales-order-view .column.main .order-details-items.invoice,
.sales-order-invoice .column.main .order-details-items.invoice,
.sales-order-shipment .column.main .order-details-items.invoice,
.sales-order-creditmemo .column.main .order-details-items.invoice,
.account.sales-order-view .column.main .order-details-items.shipments,
.sales-order-invoice .column.main .order-details-items.shipments,
.sales-order-shipment .column.main .order-details-items.shipments,
.sales-order-creditmemo .column.main .order-details-items.shipments,
.account.sales-order-view .column.main .order-details-items.creditmemo,
.sales-order-invoice .column.main .order-details-items.creditmemo,
.sales-order-shipment .column.main .order-details-items.creditmemo,
.sales-order-creditmemo .column.main .order-details-items.creditmemo {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 50px;
}
.account.sales-order-view .column.main .order-details-items.ordered .actions-toolbar,
.sales-order-invoice .column.main .order-details-items.ordered .actions-toolbar,
.sales-order-shipment .column.main .order-details-items.ordered .actions-toolbar,
.sales-order-creditmemo .column.main .order-details-items.ordered .actions-toolbar,
.account.sales-order-view .column.main .order-details-items.invoice .actions-toolbar,
.sales-order-invoice .column.main .order-details-items.invoice .actions-toolbar,
.sales-order-shipment .column.main .order-details-items.invoice .actions-toolbar,
.sales-order-creditmemo .column.main .order-details-items.invoice .actions-toolbar,
.account.sales-order-view .column.main .order-details-items.shipments .actions-toolbar,
.sales-order-invoice .column.main .order-details-items.shipments .actions-toolbar,
.sales-order-shipment .column.main .order-details-items.shipments .actions-toolbar,
.sales-order-creditmemo .column.main .order-details-items.shipments .actions-toolbar,
.account.sales-order-view .column.main .order-details-items.creditmemo .actions-toolbar,
.sales-order-invoice .column.main .order-details-items.creditmemo .actions-toolbar,
.sales-order-shipment .column.main .order-details-items.creditmemo .actions-toolbar,
.sales-order-creditmemo .column.main .order-details-items.creditmemo .actions-toolbar {
  margin-bottom: 20px;
  text-align: right;
}
@media only screen and (max-width: 640px) {
  .account.sales-order-view .column.main .order-details-items.ordered .actions-toolbar,
  .sales-order-invoice .column.main .order-details-items.ordered .actions-toolbar,
  .sales-order-shipment .column.main .order-details-items.ordered .actions-toolbar,
  .sales-order-creditmemo .column.main .order-details-items.ordered .actions-toolbar,
  .account.sales-order-view .column.main .order-details-items.invoice .actions-toolbar,
  .sales-order-invoice .column.main .order-details-items.invoice .actions-toolbar,
  .sales-order-shipment .column.main .order-details-items.invoice .actions-toolbar,
  .sales-order-creditmemo .column.main .order-details-items.invoice .actions-toolbar,
  .account.sales-order-view .column.main .order-details-items.shipments .actions-toolbar,
  .sales-order-invoice .column.main .order-details-items.shipments .actions-toolbar,
  .sales-order-shipment .column.main .order-details-items.shipments .actions-toolbar,
  .sales-order-creditmemo .column.main .order-details-items.shipments .actions-toolbar,
  .account.sales-order-view .column.main .order-details-items.creditmemo .actions-toolbar,
  .sales-order-invoice .column.main .order-details-items.creditmemo .actions-toolbar,
  .sales-order-shipment .column.main .order-details-items.creditmemo .actions-toolbar,
  .sales-order-creditmemo .column.main .order-details-items.creditmemo .actions-toolbar {
    text-align: left;
    margin-bottom: 50px;
  }
}
.account.sales-order-view .column.main .order-details-items.ordered .actions-toolbar .print,
.sales-order-invoice .column.main .order-details-items.ordered .actions-toolbar .print,
.sales-order-shipment .column.main .order-details-items.ordered .actions-toolbar .print,
.sales-order-creditmemo .column.main .order-details-items.ordered .actions-toolbar .print,
.account.sales-order-view .column.main .order-details-items.invoice .actions-toolbar .print,
.sales-order-invoice .column.main .order-details-items.invoice .actions-toolbar .print,
.sales-order-shipment .column.main .order-details-items.invoice .actions-toolbar .print,
.sales-order-creditmemo .column.main .order-details-items.invoice .actions-toolbar .print,
.account.sales-order-view .column.main .order-details-items.shipments .actions-toolbar .print,
.sales-order-invoice .column.main .order-details-items.shipments .actions-toolbar .print,
.sales-order-shipment .column.main .order-details-items.shipments .actions-toolbar .print,
.sales-order-creditmemo .column.main .order-details-items.shipments .actions-toolbar .print,
.account.sales-order-view .column.main .order-details-items.creditmemo .actions-toolbar .print,
.sales-order-invoice .column.main .order-details-items.creditmemo .actions-toolbar .print,
.sales-order-shipment .column.main .order-details-items.creditmemo .actions-toolbar .print,
.sales-order-creditmemo .column.main .order-details-items.creditmemo .actions-toolbar .print {
  color: #000000;
}
.account.sales-order-view .column.main .order-details-items.ordered .actions-toolbar .print:before,
.sales-order-invoice .column.main .order-details-items.ordered .actions-toolbar .print:before,
.sales-order-shipment .column.main .order-details-items.ordered .actions-toolbar .print:before,
.sales-order-creditmemo .column.main .order-details-items.ordered .actions-toolbar .print:before,
.account.sales-order-view .column.main .order-details-items.invoice .actions-toolbar .print:before,
.sales-order-invoice .column.main .order-details-items.invoice .actions-toolbar .print:before,
.sales-order-shipment .column.main .order-details-items.invoice .actions-toolbar .print:before,
.sales-order-creditmemo .column.main .order-details-items.invoice .actions-toolbar .print:before,
.account.sales-order-view .column.main .order-details-items.shipments .actions-toolbar .print:before,
.sales-order-invoice .column.main .order-details-items.shipments .actions-toolbar .print:before,
.sales-order-shipment .column.main .order-details-items.shipments .actions-toolbar .print:before,
.sales-order-creditmemo .column.main .order-details-items.shipments .actions-toolbar .print:before,
.account.sales-order-view .column.main .order-details-items.creditmemo .actions-toolbar .print:before,
.sales-order-invoice .column.main .order-details-items.creditmemo .actions-toolbar .print:before,
.sales-order-shipment .column.main .order-details-items.creditmemo .actions-toolbar .print:before,
.sales-order-creditmemo .column.main .order-details-items.creditmemo .actions-toolbar .print:before {
  color: #000000;
  content: '\e914';
  display: inline-block;
  font-family: 'ninja';
  font-size: 1.1rem;
  font-weight: normal;
  margin-right: 0.3rem;
  vertical-align: middle;
}
.account.sales-order-view .column.main .order-details-items.ordered .actions-toolbar .print:hover,
.sales-order-invoice .column.main .order-details-items.ordered .actions-toolbar .print:hover,
.sales-order-shipment .column.main .order-details-items.ordered .actions-toolbar .print:hover,
.sales-order-creditmemo .column.main .order-details-items.ordered .actions-toolbar .print:hover,
.account.sales-order-view .column.main .order-details-items.invoice .actions-toolbar .print:hover,
.sales-order-invoice .column.main .order-details-items.invoice .actions-toolbar .print:hover,
.sales-order-shipment .column.main .order-details-items.invoice .actions-toolbar .print:hover,
.sales-order-creditmemo .column.main .order-details-items.invoice .actions-toolbar .print:hover,
.account.sales-order-view .column.main .order-details-items.shipments .actions-toolbar .print:hover,
.sales-order-invoice .column.main .order-details-items.shipments .actions-toolbar .print:hover,
.sales-order-shipment .column.main .order-details-items.shipments .actions-toolbar .print:hover,
.sales-order-creditmemo .column.main .order-details-items.shipments .actions-toolbar .print:hover,
.account.sales-order-view .column.main .order-details-items.creditmemo .actions-toolbar .print:hover,
.sales-order-invoice .column.main .order-details-items.creditmemo .actions-toolbar .print:hover,
.sales-order-shipment .column.main .order-details-items.creditmemo .actions-toolbar .print:hover,
.sales-order-creditmemo .column.main .order-details-items.creditmemo .actions-toolbar .print:hover {
  color: #000000;
}
.account.sales-order-view .column.main .order-details-items.ordered .order-title,
.sales-order-invoice .column.main .order-details-items.ordered .order-title,
.sales-order-shipment .column.main .order-details-items.ordered .order-title,
.sales-order-creditmemo .column.main .order-details-items.ordered .order-title,
.account.sales-order-view .column.main .order-details-items.invoice .order-title,
.sales-order-invoice .column.main .order-details-items.invoice .order-title,
.sales-order-shipment .column.main .order-details-items.invoice .order-title,
.sales-order-creditmemo .column.main .order-details-items.invoice .order-title,
.account.sales-order-view .column.main .order-details-items.shipments .order-title,
.sales-order-invoice .column.main .order-details-items.shipments .order-title,
.sales-order-shipment .column.main .order-details-items.shipments .order-title,
.sales-order-creditmemo .column.main .order-details-items.shipments .order-title,
.account.sales-order-view .column.main .order-details-items.creditmemo .order-title,
.sales-order-invoice .column.main .order-details-items.creditmemo .order-title,
.sales-order-shipment .column.main .order-details-items.creditmemo .order-title,
.sales-order-creditmemo .column.main .order-details-items.creditmemo .order-title {
  border-bottom: 1px solid #e8e8e8;
  display: block;
  font-size: 1.875rem;
  margin-bottom: 25px;
  padding-bottom: 0.3rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 640px) {
  .account.sales-order-view .column.main .order-details-items.ordered .order-title,
  .sales-order-invoice .column.main .order-details-items.ordered .order-title,
  .sales-order-shipment .column.main .order-details-items.ordered .order-title,
  .sales-order-creditmemo .column.main .order-details-items.ordered .order-title,
  .account.sales-order-view .column.main .order-details-items.invoice .order-title,
  .sales-order-invoice .column.main .order-details-items.invoice .order-title,
  .sales-order-shipment .column.main .order-details-items.invoice .order-title,
  .sales-order-creditmemo .column.main .order-details-items.invoice .order-title,
  .account.sales-order-view .column.main .order-details-items.shipments .order-title,
  .sales-order-invoice .column.main .order-details-items.shipments .order-title,
  .sales-order-shipment .column.main .order-details-items.shipments .order-title,
  .sales-order-creditmemo .column.main .order-details-items.shipments .order-title,
  .account.sales-order-view .column.main .order-details-items.creditmemo .order-title,
  .sales-order-invoice .column.main .order-details-items.creditmemo .order-title,
  .sales-order-shipment .column.main .order-details-items.creditmemo .order-title,
  .sales-order-creditmemo .column.main .order-details-items.creditmemo .order-title {
    border-bottom: none;
    margin-bottom: calc(25px * 0.6);
  }
}
.account.sales-order-view .column.main .order-details-items.ordered .order-title strong,
.sales-order-invoice .column.main .order-details-items.ordered .order-title strong,
.sales-order-shipment .column.main .order-details-items.ordered .order-title strong,
.sales-order-creditmemo .column.main .order-details-items.ordered .order-title strong,
.account.sales-order-view .column.main .order-details-items.invoice .order-title strong,
.sales-order-invoice .column.main .order-details-items.invoice .order-title strong,
.sales-order-shipment .column.main .order-details-items.invoice .order-title strong,
.sales-order-creditmemo .column.main .order-details-items.invoice .order-title strong,
.account.sales-order-view .column.main .order-details-items.shipments .order-title strong,
.sales-order-invoice .column.main .order-details-items.shipments .order-title strong,
.sales-order-shipment .column.main .order-details-items.shipments .order-title strong,
.sales-order-creditmemo .column.main .order-details-items.shipments .order-title strong,
.account.sales-order-view .column.main .order-details-items.creditmemo .order-title strong,
.sales-order-invoice .column.main .order-details-items.creditmemo .order-title strong,
.sales-order-shipment .column.main .order-details-items.creditmemo .order-title strong,
.sales-order-creditmemo .column.main .order-details-items.creditmemo .order-title strong {
  font-size: 1.875rem;
  margin: 0;
}
@media only screen and (max-width: 640px) {
  .account.sales-order-view .column.main .order-details-items.ordered .order-title strong,
  .sales-order-invoice .column.main .order-details-items.ordered .order-title strong,
  .sales-order-shipment .column.main .order-details-items.ordered .order-title strong,
  .sales-order-creditmemo .column.main .order-details-items.ordered .order-title strong,
  .account.sales-order-view .column.main .order-details-items.invoice .order-title strong,
  .sales-order-invoice .column.main .order-details-items.invoice .order-title strong,
  .sales-order-shipment .column.main .order-details-items.invoice .order-title strong,
  .sales-order-creditmemo .column.main .order-details-items.invoice .order-title strong,
  .account.sales-order-view .column.main .order-details-items.shipments .order-title strong,
  .sales-order-invoice .column.main .order-details-items.shipments .order-title strong,
  .sales-order-shipment .column.main .order-details-items.shipments .order-title strong,
  .sales-order-creditmemo .column.main .order-details-items.shipments .order-title strong,
  .account.sales-order-view .column.main .order-details-items.creditmemo .order-title strong,
  .sales-order-invoice .column.main .order-details-items.creditmemo .order-title strong,
  .sales-order-shipment .column.main .order-details-items.creditmemo .order-title strong,
  .sales-order-creditmemo .column.main .order-details-items.creditmemo .order-title strong {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 0.3rem;
    display: block;
  }
}
.account.sales-order-view .column.main .order-details-items.ordered .order-title a.action.print,
.sales-order-invoice .column.main .order-details-items.ordered .order-title a.action.print,
.sales-order-shipment .column.main .order-details-items.ordered .order-title a.action.print,
.sales-order-creditmemo .column.main .order-details-items.ordered .order-title a.action.print,
.account.sales-order-view .column.main .order-details-items.invoice .order-title a.action.print,
.sales-order-invoice .column.main .order-details-items.invoice .order-title a.action.print,
.sales-order-shipment .column.main .order-details-items.invoice .order-title a.action.print,
.sales-order-creditmemo .column.main .order-details-items.invoice .order-title a.action.print,
.account.sales-order-view .column.main .order-details-items.shipments .order-title a.action.print,
.sales-order-invoice .column.main .order-details-items.shipments .order-title a.action.print,
.sales-order-shipment .column.main .order-details-items.shipments .order-title a.action.print,
.sales-order-creditmemo .column.main .order-details-items.shipments .order-title a.action.print,
.account.sales-order-view .column.main .order-details-items.creditmemo .order-title a.action.print,
.sales-order-invoice .column.main .order-details-items.creditmemo .order-title a.action.print,
.sales-order-shipment .column.main .order-details-items.creditmemo .order-title a.action.print,
.sales-order-creditmemo .column.main .order-details-items.creditmemo .order-title a.action.print {
  text-transform: none;
  font-size: 1rem;
  text-align: right;
  float: right;
  padding-top: 10px;
  color: #000000;
}
.account.sales-order-view .column.main .order-details-items.ordered .order-title a.action.print:before,
.sales-order-invoice .column.main .order-details-items.ordered .order-title a.action.print:before,
.sales-order-shipment .column.main .order-details-items.ordered .order-title a.action.print:before,
.sales-order-creditmemo .column.main .order-details-items.ordered .order-title a.action.print:before,
.account.sales-order-view .column.main .order-details-items.invoice .order-title a.action.print:before,
.sales-order-invoice .column.main .order-details-items.invoice .order-title a.action.print:before,
.sales-order-shipment .column.main .order-details-items.invoice .order-title a.action.print:before,
.sales-order-creditmemo .column.main .order-details-items.invoice .order-title a.action.print:before,
.account.sales-order-view .column.main .order-details-items.shipments .order-title a.action.print:before,
.sales-order-invoice .column.main .order-details-items.shipments .order-title a.action.print:before,
.sales-order-shipment .column.main .order-details-items.shipments .order-title a.action.print:before,
.sales-order-creditmemo .column.main .order-details-items.shipments .order-title a.action.print:before,
.account.sales-order-view .column.main .order-details-items.creditmemo .order-title a.action.print:before,
.sales-order-invoice .column.main .order-details-items.creditmemo .order-title a.action.print:before,
.sales-order-shipment .column.main .order-details-items.creditmemo .order-title a.action.print:before,
.sales-order-creditmemo .column.main .order-details-items.creditmemo .order-title a.action.print:before {
  color: #000000;
  content: '\e914';
  display: inline-block;
  font-family: 'ninja';
  font-size: 1.1rem;
  font-weight: normal;
  margin-right: 0.3rem;
  vertical-align: middle;
}
@media only screen and (max-width: 640px) {
  .account.sales-order-view .column.main .order-details-items.ordered .order-title a.action.print,
  .sales-order-invoice .column.main .order-details-items.ordered .order-title a.action.print,
  .sales-order-shipment .column.main .order-details-items.ordered .order-title a.action.print,
  .sales-order-creditmemo .column.main .order-details-items.ordered .order-title a.action.print,
  .account.sales-order-view .column.main .order-details-items.invoice .order-title a.action.print,
  .sales-order-invoice .column.main .order-details-items.invoice .order-title a.action.print,
  .sales-order-shipment .column.main .order-details-items.invoice .order-title a.action.print,
  .sales-order-creditmemo .column.main .order-details-items.invoice .order-title a.action.print,
  .account.sales-order-view .column.main .order-details-items.shipments .order-title a.action.print,
  .sales-order-invoice .column.main .order-details-items.shipments .order-title a.action.print,
  .sales-order-shipment .column.main .order-details-items.shipments .order-title a.action.print,
  .sales-order-creditmemo .column.main .order-details-items.shipments .order-title a.action.print,
  .account.sales-order-view .column.main .order-details-items.creditmemo .order-title a.action.print,
  .sales-order-invoice .column.main .order-details-items.creditmemo .order-title a.action.print,
  .sales-order-shipment .column.main .order-details-items.creditmemo .order-title a.action.print,
  .sales-order-creditmemo .column.main .order-details-items.creditmemo .order-title a.action.print {
    display: block;
    float: none;
    text-align: left;
  }
}
.account.sales-order-view .column.main .order-details-items.ordered .order-title a.action.print:hover,
.sales-order-invoice .column.main .order-details-items.ordered .order-title a.action.print:hover,
.sales-order-shipment .column.main .order-details-items.ordered .order-title a.action.print:hover,
.sales-order-creditmemo .column.main .order-details-items.ordered .order-title a.action.print:hover,
.account.sales-order-view .column.main .order-details-items.invoice .order-title a.action.print:hover,
.sales-order-invoice .column.main .order-details-items.invoice .order-title a.action.print:hover,
.sales-order-shipment .column.main .order-details-items.invoice .order-title a.action.print:hover,
.sales-order-creditmemo .column.main .order-details-items.invoice .order-title a.action.print:hover,
.account.sales-order-view .column.main .order-details-items.shipments .order-title a.action.print:hover,
.sales-order-invoice .column.main .order-details-items.shipments .order-title a.action.print:hover,
.sales-order-shipment .column.main .order-details-items.shipments .order-title a.action.print:hover,
.sales-order-creditmemo .column.main .order-details-items.shipments .order-title a.action.print:hover,
.account.sales-order-view .column.main .order-details-items.creditmemo .order-title a.action.print:hover,
.sales-order-invoice .column.main .order-details-items.creditmemo .order-title a.action.print:hover,
.sales-order-shipment .column.main .order-details-items.creditmemo .order-title a.action.print:hover,
.sales-order-creditmemo .column.main .order-details-items.creditmemo .order-title a.action.print:hover {
  color: #000000;
}
.account.sales-order-view .column.main .order-details-items.ordered .order-title a.action.track,
.sales-order-invoice .column.main .order-details-items.ordered .order-title a.action.track,
.sales-order-shipment .column.main .order-details-items.ordered .order-title a.action.track,
.sales-order-creditmemo .column.main .order-details-items.ordered .order-title a.action.track,
.account.sales-order-view .column.main .order-details-items.invoice .order-title a.action.track,
.sales-order-invoice .column.main .order-details-items.invoice .order-title a.action.track,
.sales-order-shipment .column.main .order-details-items.invoice .order-title a.action.track,
.sales-order-creditmemo .column.main .order-details-items.invoice .order-title a.action.track,
.account.sales-order-view .column.main .order-details-items.shipments .order-title a.action.track,
.sales-order-invoice .column.main .order-details-items.shipments .order-title a.action.track,
.sales-order-shipment .column.main .order-details-items.shipments .order-title a.action.track,
.sales-order-creditmemo .column.main .order-details-items.shipments .order-title a.action.track,
.account.sales-order-view .column.main .order-details-items.creditmemo .order-title a.action.track,
.sales-order-invoice .column.main .order-details-items.creditmemo .order-title a.action.track,
.sales-order-shipment .column.main .order-details-items.creditmemo .order-title a.action.track,
.sales-order-creditmemo .column.main .order-details-items.creditmemo .order-title a.action.track {
  text-transform: none;
  font-size: 1rem;
  text-align: right;
  float: right;
  margin-right: 1rem;
  padding-top: 10px;
  color: #000000;
}
.account.sales-order-view .column.main .order-details-items.ordered .order-title a.action.track:before,
.sales-order-invoice .column.main .order-details-items.ordered .order-title a.action.track:before,
.sales-order-shipment .column.main .order-details-items.ordered .order-title a.action.track:before,
.sales-order-creditmemo .column.main .order-details-items.ordered .order-title a.action.track:before,
.account.sales-order-view .column.main .order-details-items.invoice .order-title a.action.track:before,
.sales-order-invoice .column.main .order-details-items.invoice .order-title a.action.track:before,
.sales-order-shipment .column.main .order-details-items.invoice .order-title a.action.track:before,
.sales-order-creditmemo .column.main .order-details-items.invoice .order-title a.action.track:before,
.account.sales-order-view .column.main .order-details-items.shipments .order-title a.action.track:before,
.sales-order-invoice .column.main .order-details-items.shipments .order-title a.action.track:before,
.sales-order-shipment .column.main .order-details-items.shipments .order-title a.action.track:before,
.sales-order-creditmemo .column.main .order-details-items.shipments .order-title a.action.track:before,
.account.sales-order-view .column.main .order-details-items.creditmemo .order-title a.action.track:before,
.sales-order-invoice .column.main .order-details-items.creditmemo .order-title a.action.track:before,
.sales-order-shipment .column.main .order-details-items.creditmemo .order-title a.action.track:before,
.sales-order-creditmemo .column.main .order-details-items.creditmemo .order-title a.action.track:before {
  color: #000000;
  content: '\e93b';
  display: inline-block;
  font-family: 'ninja';
  font-size: 1.1rem;
  font-weight: normal;
  margin-right: 0.3rem;
  vertical-align: middle;
}
@media only screen and (max-width: 640px) {
  .account.sales-order-view .column.main .order-details-items.ordered .order-title a.action.track,
  .sales-order-invoice .column.main .order-details-items.ordered .order-title a.action.track,
  .sales-order-shipment .column.main .order-details-items.ordered .order-title a.action.track,
  .sales-order-creditmemo .column.main .order-details-items.ordered .order-title a.action.track,
  .account.sales-order-view .column.main .order-details-items.invoice .order-title a.action.track,
  .sales-order-invoice .column.main .order-details-items.invoice .order-title a.action.track,
  .sales-order-shipment .column.main .order-details-items.invoice .order-title a.action.track,
  .sales-order-creditmemo .column.main .order-details-items.invoice .order-title a.action.track,
  .account.sales-order-view .column.main .order-details-items.shipments .order-title a.action.track,
  .sales-order-invoice .column.main .order-details-items.shipments .order-title a.action.track,
  .sales-order-shipment .column.main .order-details-items.shipments .order-title a.action.track,
  .sales-order-creditmemo .column.main .order-details-items.shipments .order-title a.action.track,
  .account.sales-order-view .column.main .order-details-items.creditmemo .order-title a.action.track,
  .sales-order-invoice .column.main .order-details-items.creditmemo .order-title a.action.track,
  .sales-order-shipment .column.main .order-details-items.creditmemo .order-title a.action.track,
  .sales-order-creditmemo .column.main .order-details-items.creditmemo .order-title a.action.track {
    display: block;
    float: none;
    text-align: left;
  }
}
.account.sales-order-view .column.main .order-details-items.ordered .order-title a.action.track:hover,
.sales-order-invoice .column.main .order-details-items.ordered .order-title a.action.track:hover,
.sales-order-shipment .column.main .order-details-items.ordered .order-title a.action.track:hover,
.sales-order-creditmemo .column.main .order-details-items.ordered .order-title a.action.track:hover,
.account.sales-order-view .column.main .order-details-items.invoice .order-title a.action.track:hover,
.sales-order-invoice .column.main .order-details-items.invoice .order-title a.action.track:hover,
.sales-order-shipment .column.main .order-details-items.invoice .order-title a.action.track:hover,
.sales-order-creditmemo .column.main .order-details-items.invoice .order-title a.action.track:hover,
.account.sales-order-view .column.main .order-details-items.shipments .order-title a.action.track:hover,
.sales-order-invoice .column.main .order-details-items.shipments .order-title a.action.track:hover,
.sales-order-shipment .column.main .order-details-items.shipments .order-title a.action.track:hover,
.sales-order-creditmemo .column.main .order-details-items.shipments .order-title a.action.track:hover,
.account.sales-order-view .column.main .order-details-items.creditmemo .order-title a.action.track:hover,
.sales-order-invoice .column.main .order-details-items.creditmemo .order-title a.action.track:hover,
.sales-order-shipment .column.main .order-details-items.creditmemo .order-title a.action.track:hover,
.sales-order-creditmemo .column.main .order-details-items.creditmemo .order-title a.action.track:hover {
  color: #000000;
}
@media only screen and (max-width: 640px) {
  .account.sales-order-view .column.main .order-details-items.ordered .order-items td,
  .sales-order-invoice .column.main .order-details-items.ordered .order-items td,
  .sales-order-shipment .column.main .order-details-items.ordered .order-items td,
  .sales-order-creditmemo .column.main .order-details-items.ordered .order-items td,
  .account.sales-order-view .column.main .order-details-items.invoice .order-items td,
  .sales-order-invoice .column.main .order-details-items.invoice .order-items td,
  .sales-order-shipment .column.main .order-details-items.invoice .order-items td,
  .sales-order-creditmemo .column.main .order-details-items.invoice .order-items td,
  .account.sales-order-view .column.main .order-details-items.shipments .order-items td,
  .sales-order-invoice .column.main .order-details-items.shipments .order-items td,
  .sales-order-shipment .column.main .order-details-items.shipments .order-items td,
  .sales-order-creditmemo .column.main .order-details-items.shipments .order-items td,
  .account.sales-order-view .column.main .order-details-items.creditmemo .order-items td,
  .sales-order-invoice .column.main .order-details-items.creditmemo .order-items td,
  .sales-order-shipment .column.main .order-details-items.creditmemo .order-items td,
  .sales-order-creditmemo .column.main .order-details-items.creditmemo .order-items td,
  .account.sales-order-view .column.main .order-details-items.ordered .table-order-items td,
  .sales-order-invoice .column.main .order-details-items.ordered .table-order-items td,
  .sales-order-shipment .column.main .order-details-items.ordered .table-order-items td,
  .sales-order-creditmemo .column.main .order-details-items.ordered .table-order-items td,
  .account.sales-order-view .column.main .order-details-items.invoice .table-order-items td,
  .sales-order-invoice .column.main .order-details-items.invoice .table-order-items td,
  .sales-order-shipment .column.main .order-details-items.invoice .table-order-items td,
  .sales-order-creditmemo .column.main .order-details-items.invoice .table-order-items td,
  .account.sales-order-view .column.main .order-details-items.shipments .table-order-items td,
  .sales-order-invoice .column.main .order-details-items.shipments .table-order-items td,
  .sales-order-shipment .column.main .order-details-items.shipments .table-order-items td,
  .sales-order-creditmemo .column.main .order-details-items.shipments .table-order-items td,
  .account.sales-order-view .column.main .order-details-items.creditmemo .table-order-items td,
  .sales-order-invoice .column.main .order-details-items.creditmemo .table-order-items td,
  .sales-order-shipment .column.main .order-details-items.creditmemo .table-order-items td,
  .sales-order-creditmemo .column.main .order-details-items.creditmemo .table-order-items td {
    text-align: left;
  }
}
@media only screen and (max-width: 640px) {
  .account.sales-order-view .column.main .order-details-items.ordered .order-items td:before,
  .sales-order-invoice .column.main .order-details-items.ordered .order-items td:before,
  .sales-order-shipment .column.main .order-details-items.ordered .order-items td:before,
  .sales-order-creditmemo .column.main .order-details-items.ordered .order-items td:before,
  .account.sales-order-view .column.main .order-details-items.invoice .order-items td:before,
  .sales-order-invoice .column.main .order-details-items.invoice .order-items td:before,
  .sales-order-shipment .column.main .order-details-items.invoice .order-items td:before,
  .sales-order-creditmemo .column.main .order-details-items.invoice .order-items td:before,
  .account.sales-order-view .column.main .order-details-items.shipments .order-items td:before,
  .sales-order-invoice .column.main .order-details-items.shipments .order-items td:before,
  .sales-order-shipment .column.main .order-details-items.shipments .order-items td:before,
  .sales-order-creditmemo .column.main .order-details-items.shipments .order-items td:before,
  .account.sales-order-view .column.main .order-details-items.creditmemo .order-items td:before,
  .sales-order-invoice .column.main .order-details-items.creditmemo .order-items td:before,
  .sales-order-shipment .column.main .order-details-items.creditmemo .order-items td:before,
  .sales-order-creditmemo .column.main .order-details-items.creditmemo .order-items td:before,
  .account.sales-order-view .column.main .order-details-items.ordered .table-order-items td:before,
  .sales-order-invoice .column.main .order-details-items.ordered .table-order-items td:before,
  .sales-order-shipment .column.main .order-details-items.ordered .table-order-items td:before,
  .sales-order-creditmemo .column.main .order-details-items.ordered .table-order-items td:before,
  .account.sales-order-view .column.main .order-details-items.invoice .table-order-items td:before,
  .sales-order-invoice .column.main .order-details-items.invoice .table-order-items td:before,
  .sales-order-shipment .column.main .order-details-items.invoice .table-order-items td:before,
  .sales-order-creditmemo .column.main .order-details-items.invoice .table-order-items td:before,
  .account.sales-order-view .column.main .order-details-items.shipments .table-order-items td:before,
  .sales-order-invoice .column.main .order-details-items.shipments .table-order-items td:before,
  .sales-order-shipment .column.main .order-details-items.shipments .table-order-items td:before,
  .sales-order-creditmemo .column.main .order-details-items.shipments .table-order-items td:before,
  .account.sales-order-view .column.main .order-details-items.creditmemo .table-order-items td:before,
  .sales-order-invoice .column.main .order-details-items.creditmemo .table-order-items td:before,
  .sales-order-shipment .column.main .order-details-items.creditmemo .table-order-items td:before,
  .sales-order-creditmemo .column.main .order-details-items.creditmemo .table-order-items td:before {
    padding-right: 0.3rem;
  }
}
.account.sales-order-view .column.main .order-details-items.ordered .order-items td .item-options,
.sales-order-invoice .column.main .order-details-items.ordered .order-items td .item-options,
.sales-order-shipment .column.main .order-details-items.ordered .order-items td .item-options,
.sales-order-creditmemo .column.main .order-details-items.ordered .order-items td .item-options,
.account.sales-order-view .column.main .order-details-items.invoice .order-items td .item-options,
.sales-order-invoice .column.main .order-details-items.invoice .order-items td .item-options,
.sales-order-shipment .column.main .order-details-items.invoice .order-items td .item-options,
.sales-order-creditmemo .column.main .order-details-items.invoice .order-items td .item-options,
.account.sales-order-view .column.main .order-details-items.shipments .order-items td .item-options,
.sales-order-invoice .column.main .order-details-items.shipments .order-items td .item-options,
.sales-order-shipment .column.main .order-details-items.shipments .order-items td .item-options,
.sales-order-creditmemo .column.main .order-details-items.shipments .order-items td .item-options,
.account.sales-order-view .column.main .order-details-items.creditmemo .order-items td .item-options,
.sales-order-invoice .column.main .order-details-items.creditmemo .order-items td .item-options,
.sales-order-shipment .column.main .order-details-items.creditmemo .order-items td .item-options,
.sales-order-creditmemo .column.main .order-details-items.creditmemo .order-items td .item-options,
.account.sales-order-view .column.main .order-details-items.ordered .table-order-items td .item-options,
.sales-order-invoice .column.main .order-details-items.ordered .table-order-items td .item-options,
.sales-order-shipment .column.main .order-details-items.ordered .table-order-items td .item-options,
.sales-order-creditmemo .column.main .order-details-items.ordered .table-order-items td .item-options,
.account.sales-order-view .column.main .order-details-items.invoice .table-order-items td .item-options,
.sales-order-invoice .column.main .order-details-items.invoice .table-order-items td .item-options,
.sales-order-shipment .column.main .order-details-items.invoice .table-order-items td .item-options,
.sales-order-creditmemo .column.main .order-details-items.invoice .table-order-items td .item-options,
.account.sales-order-view .column.main .order-details-items.shipments .table-order-items td .item-options,
.sales-order-invoice .column.main .order-details-items.shipments .table-order-items td .item-options,
.sales-order-shipment .column.main .order-details-items.shipments .table-order-items td .item-options,
.sales-order-creditmemo .column.main .order-details-items.shipments .table-order-items td .item-options,
.account.sales-order-view .column.main .order-details-items.creditmemo .table-order-items td .item-options,
.sales-order-invoice .column.main .order-details-items.creditmemo .table-order-items td .item-options,
.sales-order-shipment .column.main .order-details-items.creditmemo .table-order-items td .item-options,
.sales-order-creditmemo .column.main .order-details-items.creditmemo .table-order-items td .item-options {
  margin: 0.7rem 0 0 0;
  font-size: 0.8rem;
}
@media only screen and (max-width: 640px) {
  .account.sales-order-view .column.main .order-details-items.ordered .order-items td .item-options,
  .sales-order-invoice .column.main .order-details-items.ordered .order-items td .item-options,
  .sales-order-shipment .column.main .order-details-items.ordered .order-items td .item-options,
  .sales-order-creditmemo .column.main .order-details-items.ordered .order-items td .item-options,
  .account.sales-order-view .column.main .order-details-items.invoice .order-items td .item-options,
  .sales-order-invoice .column.main .order-details-items.invoice .order-items td .item-options,
  .sales-order-shipment .column.main .order-details-items.invoice .order-items td .item-options,
  .sales-order-creditmemo .column.main .order-details-items.invoice .order-items td .item-options,
  .account.sales-order-view .column.main .order-details-items.shipments .order-items td .item-options,
  .sales-order-invoice .column.main .order-details-items.shipments .order-items td .item-options,
  .sales-order-shipment .column.main .order-details-items.shipments .order-items td .item-options,
  .sales-order-creditmemo .column.main .order-details-items.shipments .order-items td .item-options,
  .account.sales-order-view .column.main .order-details-items.creditmemo .order-items td .item-options,
  .sales-order-invoice .column.main .order-details-items.creditmemo .order-items td .item-options,
  .sales-order-shipment .column.main .order-details-items.creditmemo .order-items td .item-options,
  .sales-order-creditmemo .column.main .order-details-items.creditmemo .order-items td .item-options,
  .account.sales-order-view .column.main .order-details-items.ordered .table-order-items td .item-options,
  .sales-order-invoice .column.main .order-details-items.ordered .table-order-items td .item-options,
  .sales-order-shipment .column.main .order-details-items.ordered .table-order-items td .item-options,
  .sales-order-creditmemo .column.main .order-details-items.ordered .table-order-items td .item-options,
  .account.sales-order-view .column.main .order-details-items.invoice .table-order-items td .item-options,
  .sales-order-invoice .column.main .order-details-items.invoice .table-order-items td .item-options,
  .sales-order-shipment .column.main .order-details-items.invoice .table-order-items td .item-options,
  .sales-order-creditmemo .column.main .order-details-items.invoice .table-order-items td .item-options,
  .account.sales-order-view .column.main .order-details-items.shipments .table-order-items td .item-options,
  .sales-order-invoice .column.main .order-details-items.shipments .table-order-items td .item-options,
  .sales-order-shipment .column.main .order-details-items.shipments .table-order-items td .item-options,
  .sales-order-creditmemo .column.main .order-details-items.shipments .table-order-items td .item-options,
  .account.sales-order-view .column.main .order-details-items.creditmemo .table-order-items td .item-options,
  .sales-order-invoice .column.main .order-details-items.creditmemo .table-order-items td .item-options,
  .sales-order-shipment .column.main .order-details-items.creditmemo .table-order-items td .item-options,
  .sales-order-creditmemo .column.main .order-details-items.creditmemo .table-order-items td .item-options {
    padding-left: 1rem;
  }
}
@media only screen and (max-width: 640px) {
  .account.sales-order-view .column.main .order-details-items.ordered .order-items td .item-options,
  .sales-order-invoice .column.main .order-details-items.ordered .order-items td .item-options,
  .sales-order-shipment .column.main .order-details-items.ordered .order-items td .item-options,
  .sales-order-creditmemo .column.main .order-details-items.ordered .order-items td .item-options,
  .account.sales-order-view .column.main .order-details-items.invoice .order-items td .item-options,
  .sales-order-invoice .column.main .order-details-items.invoice .order-items td .item-options,
  .sales-order-shipment .column.main .order-details-items.invoice .order-items td .item-options,
  .sales-order-creditmemo .column.main .order-details-items.invoice .order-items td .item-options,
  .account.sales-order-view .column.main .order-details-items.shipments .order-items td .item-options,
  .sales-order-invoice .column.main .order-details-items.shipments .order-items td .item-options,
  .sales-order-shipment .column.main .order-details-items.shipments .order-items td .item-options,
  .sales-order-creditmemo .column.main .order-details-items.shipments .order-items td .item-options,
  .account.sales-order-view .column.main .order-details-items.creditmemo .order-items td .item-options,
  .sales-order-invoice .column.main .order-details-items.creditmemo .order-items td .item-options,
  .sales-order-shipment .column.main .order-details-items.creditmemo .order-items td .item-options,
  .sales-order-creditmemo .column.main .order-details-items.creditmemo .order-items td .item-options,
  .account.sales-order-view .column.main .order-details-items.ordered .table-order-items td .item-options,
  .sales-order-invoice .column.main .order-details-items.ordered .table-order-items td .item-options,
  .sales-order-shipment .column.main .order-details-items.ordered .table-order-items td .item-options,
  .sales-order-creditmemo .column.main .order-details-items.ordered .table-order-items td .item-options,
  .account.sales-order-view .column.main .order-details-items.invoice .table-order-items td .item-options,
  .sales-order-invoice .column.main .order-details-items.invoice .table-order-items td .item-options,
  .sales-order-shipment .column.main .order-details-items.invoice .table-order-items td .item-options,
  .sales-order-creditmemo .column.main .order-details-items.invoice .table-order-items td .item-options,
  .account.sales-order-view .column.main .order-details-items.shipments .table-order-items td .item-options,
  .sales-order-invoice .column.main .order-details-items.shipments .table-order-items td .item-options,
  .sales-order-shipment .column.main .order-details-items.shipments .table-order-items td .item-options,
  .sales-order-creditmemo .column.main .order-details-items.shipments .table-order-items td .item-options,
  .account.sales-order-view .column.main .order-details-items.creditmemo .table-order-items td .item-options,
  .sales-order-invoice .column.main .order-details-items.creditmemo .table-order-items td .item-options,
  .sales-order-shipment .column.main .order-details-items.creditmemo .table-order-items td .item-options,
  .sales-order-creditmemo .column.main .order-details-items.creditmemo .table-order-items td .item-options {
    padding-left: 0;
  }
}
.account.sales-order-view .column.main .order-details-items.ordered .order-items td .item-options dd,
.sales-order-invoice .column.main .order-details-items.ordered .order-items td .item-options dd,
.sales-order-shipment .column.main .order-details-items.ordered .order-items td .item-options dd,
.sales-order-creditmemo .column.main .order-details-items.ordered .order-items td .item-options dd,
.account.sales-order-view .column.main .order-details-items.invoice .order-items td .item-options dd,
.sales-order-invoice .column.main .order-details-items.invoice .order-items td .item-options dd,
.sales-order-shipment .column.main .order-details-items.invoice .order-items td .item-options dd,
.sales-order-creditmemo .column.main .order-details-items.invoice .order-items td .item-options dd,
.account.sales-order-view .column.main .order-details-items.shipments .order-items td .item-options dd,
.sales-order-invoice .column.main .order-details-items.shipments .order-items td .item-options dd,
.sales-order-shipment .column.main .order-details-items.shipments .order-items td .item-options dd,
.sales-order-creditmemo .column.main .order-details-items.shipments .order-items td .item-options dd,
.account.sales-order-view .column.main .order-details-items.creditmemo .order-items td .item-options dd,
.sales-order-invoice .column.main .order-details-items.creditmemo .order-items td .item-options dd,
.sales-order-shipment .column.main .order-details-items.creditmemo .order-items td .item-options dd,
.sales-order-creditmemo .column.main .order-details-items.creditmemo .order-items td .item-options dd,
.account.sales-order-view .column.main .order-details-items.ordered .table-order-items td .item-options dd,
.sales-order-invoice .column.main .order-details-items.ordered .table-order-items td .item-options dd,
.sales-order-shipment .column.main .order-details-items.ordered .table-order-items td .item-options dd,
.sales-order-creditmemo .column.main .order-details-items.ordered .table-order-items td .item-options dd,
.account.sales-order-view .column.main .order-details-items.invoice .table-order-items td .item-options dd,
.sales-order-invoice .column.main .order-details-items.invoice .table-order-items td .item-options dd,
.sales-order-shipment .column.main .order-details-items.invoice .table-order-items td .item-options dd,
.sales-order-creditmemo .column.main .order-details-items.invoice .table-order-items td .item-options dd,
.account.sales-order-view .column.main .order-details-items.shipments .table-order-items td .item-options dd,
.sales-order-invoice .column.main .order-details-items.shipments .table-order-items td .item-options dd,
.sales-order-shipment .column.main .order-details-items.shipments .table-order-items td .item-options dd,
.sales-order-creditmemo .column.main .order-details-items.shipments .table-order-items td .item-options dd,
.account.sales-order-view .column.main .order-details-items.creditmemo .table-order-items td .item-options dd,
.sales-order-invoice .column.main .order-details-items.creditmemo .table-order-items td .item-options dd,
.sales-order-shipment .column.main .order-details-items.creditmemo .table-order-items td .item-options dd,
.sales-order-creditmemo .column.main .order-details-items.creditmemo .table-order-items td .item-options dd {
  margin: 0 0 0.7rem;
}
@media only screen and (max-width: 640px) {
  .account.sales-order-view .column.main .order-details-items.ordered .order-items td .item-options dd:last-child,
  .sales-order-invoice .column.main .order-details-items.ordered .order-items td .item-options dd:last-child,
  .sales-order-shipment .column.main .order-details-items.ordered .order-items td .item-options dd:last-child,
  .sales-order-creditmemo .column.main .order-details-items.ordered .order-items td .item-options dd:last-child,
  .account.sales-order-view .column.main .order-details-items.invoice .order-items td .item-options dd:last-child,
  .sales-order-invoice .column.main .order-details-items.invoice .order-items td .item-options dd:last-child,
  .sales-order-shipment .column.main .order-details-items.invoice .order-items td .item-options dd:last-child,
  .sales-order-creditmemo .column.main .order-details-items.invoice .order-items td .item-options dd:last-child,
  .account.sales-order-view .column.main .order-details-items.shipments .order-items td .item-options dd:last-child,
  .sales-order-invoice .column.main .order-details-items.shipments .order-items td .item-options dd:last-child,
  .sales-order-shipment .column.main .order-details-items.shipments .order-items td .item-options dd:last-child,
  .sales-order-creditmemo .column.main .order-details-items.shipments .order-items td .item-options dd:last-child,
  .account.sales-order-view .column.main .order-details-items.creditmemo .order-items td .item-options dd:last-child,
  .sales-order-invoice .column.main .order-details-items.creditmemo .order-items td .item-options dd:last-child,
  .sales-order-shipment .column.main .order-details-items.creditmemo .order-items td .item-options dd:last-child,
  .sales-order-creditmemo .column.main .order-details-items.creditmemo .order-items td .item-options dd:last-child,
  .account.sales-order-view .column.main .order-details-items.ordered .table-order-items td .item-options dd:last-child,
  .sales-order-invoice .column.main .order-details-items.ordered .table-order-items td .item-options dd:last-child,
  .sales-order-shipment .column.main .order-details-items.ordered .table-order-items td .item-options dd:last-child,
  .sales-order-creditmemo .column.main .order-details-items.ordered .table-order-items td .item-options dd:last-child,
  .account.sales-order-view .column.main .order-details-items.invoice .table-order-items td .item-options dd:last-child,
  .sales-order-invoice .column.main .order-details-items.invoice .table-order-items td .item-options dd:last-child,
  .sales-order-shipment .column.main .order-details-items.invoice .table-order-items td .item-options dd:last-child,
  .sales-order-creditmemo .column.main .order-details-items.invoice .table-order-items td .item-options dd:last-child,
  .account.sales-order-view .column.main .order-details-items.shipments .table-order-items td .item-options dd:last-child,
  .sales-order-invoice .column.main .order-details-items.shipments .table-order-items td .item-options dd:last-child,
  .sales-order-shipment .column.main .order-details-items.shipments .table-order-items td .item-options dd:last-child,
  .sales-order-creditmemo .column.main .order-details-items.shipments .table-order-items td .item-options dd:last-child,
  .account.sales-order-view .column.main .order-details-items.creditmemo .table-order-items td .item-options dd:last-child,
  .sales-order-invoice .column.main .order-details-items.creditmemo .table-order-items td .item-options dd:last-child,
  .sales-order-shipment .column.main .order-details-items.creditmemo .table-order-items td .item-options dd:last-child,
  .sales-order-creditmemo .column.main .order-details-items.creditmemo .table-order-items td .item-options dd:last-child {
    margin: 0;
  }
}
.account.sales-order-view .column.main .order-details-items.ordered .order-items .col.name .name,
.sales-order-invoice .column.main .order-details-items.ordered .order-items .col.name .name,
.sales-order-shipment .column.main .order-details-items.ordered .order-items .col.name .name,
.sales-order-creditmemo .column.main .order-details-items.ordered .order-items .col.name .name,
.account.sales-order-view .column.main .order-details-items.invoice .order-items .col.name .name,
.sales-order-invoice .column.main .order-details-items.invoice .order-items .col.name .name,
.sales-order-shipment .column.main .order-details-items.invoice .order-items .col.name .name,
.sales-order-creditmemo .column.main .order-details-items.invoice .order-items .col.name .name,
.account.sales-order-view .column.main .order-details-items.shipments .order-items .col.name .name,
.sales-order-invoice .column.main .order-details-items.shipments .order-items .col.name .name,
.sales-order-shipment .column.main .order-details-items.shipments .order-items .col.name .name,
.sales-order-creditmemo .column.main .order-details-items.shipments .order-items .col.name .name,
.account.sales-order-view .column.main .order-details-items.creditmemo .order-items .col.name .name,
.sales-order-invoice .column.main .order-details-items.creditmemo .order-items .col.name .name,
.sales-order-shipment .column.main .order-details-items.creditmemo .order-items .col.name .name,
.sales-order-creditmemo .column.main .order-details-items.creditmemo .order-items .col.name .name,
.account.sales-order-view .column.main .order-details-items.ordered .table-order-items .col.name .name,
.sales-order-invoice .column.main .order-details-items.ordered .table-order-items .col.name .name,
.sales-order-shipment .column.main .order-details-items.ordered .table-order-items .col.name .name,
.sales-order-creditmemo .column.main .order-details-items.ordered .table-order-items .col.name .name,
.account.sales-order-view .column.main .order-details-items.invoice .table-order-items .col.name .name,
.sales-order-invoice .column.main .order-details-items.invoice .table-order-items .col.name .name,
.sales-order-shipment .column.main .order-details-items.invoice .table-order-items .col.name .name,
.sales-order-creditmemo .column.main .order-details-items.invoice .table-order-items .col.name .name,
.account.sales-order-view .column.main .order-details-items.shipments .table-order-items .col.name .name,
.sales-order-invoice .column.main .order-details-items.shipments .table-order-items .col.name .name,
.sales-order-shipment .column.main .order-details-items.shipments .table-order-items .col.name .name,
.sales-order-creditmemo .column.main .order-details-items.shipments .table-order-items .col.name .name,
.account.sales-order-view .column.main .order-details-items.creditmemo .table-order-items .col.name .name,
.sales-order-invoice .column.main .order-details-items.creditmemo .table-order-items .col.name .name,
.sales-order-shipment .column.main .order-details-items.creditmemo .table-order-items .col.name .name,
.sales-order-creditmemo .column.main .order-details-items.creditmemo .table-order-items .col.name .name {
  margin: 0;
}
.account.sales-order-view .column.main .order-details-items.ordered .order-items .price-excluding-tax,
.sales-order-invoice .column.main .order-details-items.ordered .order-items .price-excluding-tax,
.sales-order-shipment .column.main .order-details-items.ordered .order-items .price-excluding-tax,
.sales-order-creditmemo .column.main .order-details-items.ordered .order-items .price-excluding-tax,
.account.sales-order-view .column.main .order-details-items.invoice .order-items .price-excluding-tax,
.sales-order-invoice .column.main .order-details-items.invoice .order-items .price-excluding-tax,
.sales-order-shipment .column.main .order-details-items.invoice .order-items .price-excluding-tax,
.sales-order-creditmemo .column.main .order-details-items.invoice .order-items .price-excluding-tax,
.account.sales-order-view .column.main .order-details-items.shipments .order-items .price-excluding-tax,
.sales-order-invoice .column.main .order-details-items.shipments .order-items .price-excluding-tax,
.sales-order-shipment .column.main .order-details-items.shipments .order-items .price-excluding-tax,
.sales-order-creditmemo .column.main .order-details-items.shipments .order-items .price-excluding-tax,
.account.sales-order-view .column.main .order-details-items.creditmemo .order-items .price-excluding-tax,
.sales-order-invoice .column.main .order-details-items.creditmemo .order-items .price-excluding-tax,
.sales-order-shipment .column.main .order-details-items.creditmemo .order-items .price-excluding-tax,
.sales-order-creditmemo .column.main .order-details-items.creditmemo .order-items .price-excluding-tax,
.account.sales-order-view .column.main .order-details-items.ordered .table-order-items .price-excluding-tax,
.sales-order-invoice .column.main .order-details-items.ordered .table-order-items .price-excluding-tax,
.sales-order-shipment .column.main .order-details-items.ordered .table-order-items .price-excluding-tax,
.sales-order-creditmemo .column.main .order-details-items.ordered .table-order-items .price-excluding-tax,
.account.sales-order-view .column.main .order-details-items.invoice .table-order-items .price-excluding-tax,
.sales-order-invoice .column.main .order-details-items.invoice .table-order-items .price-excluding-tax,
.sales-order-shipment .column.main .order-details-items.invoice .table-order-items .price-excluding-tax,
.sales-order-creditmemo .column.main .order-details-items.invoice .table-order-items .price-excluding-tax,
.account.sales-order-view .column.main .order-details-items.shipments .table-order-items .price-excluding-tax,
.sales-order-invoice .column.main .order-details-items.shipments .table-order-items .price-excluding-tax,
.sales-order-shipment .column.main .order-details-items.shipments .table-order-items .price-excluding-tax,
.sales-order-creditmemo .column.main .order-details-items.shipments .table-order-items .price-excluding-tax,
.account.sales-order-view .column.main .order-details-items.creditmemo .table-order-items .price-excluding-tax,
.sales-order-invoice .column.main .order-details-items.creditmemo .table-order-items .price-excluding-tax,
.sales-order-shipment .column.main .order-details-items.creditmemo .table-order-items .price-excluding-tax,
.sales-order-creditmemo .column.main .order-details-items.creditmemo .table-order-items .price-excluding-tax,
.account.sales-order-view .column.main .order-details-items.ordered .order-items .price-including-tax,
.sales-order-invoice .column.main .order-details-items.ordered .order-items .price-including-tax,
.sales-order-shipment .column.main .order-details-items.ordered .order-items .price-including-tax,
.sales-order-creditmemo .column.main .order-details-items.ordered .order-items .price-including-tax,
.account.sales-order-view .column.main .order-details-items.invoice .order-items .price-including-tax,
.sales-order-invoice .column.main .order-details-items.invoice .order-items .price-including-tax,
.sales-order-shipment .column.main .order-details-items.invoice .order-items .price-including-tax,
.sales-order-creditmemo .column.main .order-details-items.invoice .order-items .price-including-tax,
.account.sales-order-view .column.main .order-details-items.shipments .order-items .price-including-tax,
.sales-order-invoice .column.main .order-details-items.shipments .order-items .price-including-tax,
.sales-order-shipment .column.main .order-details-items.shipments .order-items .price-including-tax,
.sales-order-creditmemo .column.main .order-details-items.shipments .order-items .price-including-tax,
.account.sales-order-view .column.main .order-details-items.creditmemo .order-items .price-including-tax,
.sales-order-invoice .column.main .order-details-items.creditmemo .order-items .price-including-tax,
.sales-order-shipment .column.main .order-details-items.creditmemo .order-items .price-including-tax,
.sales-order-creditmemo .column.main .order-details-items.creditmemo .order-items .price-including-tax,
.account.sales-order-view .column.main .order-details-items.ordered .table-order-items .price-including-tax,
.sales-order-invoice .column.main .order-details-items.ordered .table-order-items .price-including-tax,
.sales-order-shipment .column.main .order-details-items.ordered .table-order-items .price-including-tax,
.sales-order-creditmemo .column.main .order-details-items.ordered .table-order-items .price-including-tax,
.account.sales-order-view .column.main .order-details-items.invoice .table-order-items .price-including-tax,
.sales-order-invoice .column.main .order-details-items.invoice .table-order-items .price-including-tax,
.sales-order-shipment .column.main .order-details-items.invoice .table-order-items .price-including-tax,
.sales-order-creditmemo .column.main .order-details-items.invoice .table-order-items .price-including-tax,
.account.sales-order-view .column.main .order-details-items.shipments .table-order-items .price-including-tax,
.sales-order-invoice .column.main .order-details-items.shipments .table-order-items .price-including-tax,
.sales-order-shipment .column.main .order-details-items.shipments .table-order-items .price-including-tax,
.sales-order-creditmemo .column.main .order-details-items.shipments .table-order-items .price-including-tax,
.account.sales-order-view .column.main .order-details-items.creditmemo .table-order-items .price-including-tax,
.sales-order-invoice .column.main .order-details-items.creditmemo .table-order-items .price-including-tax,
.sales-order-shipment .column.main .order-details-items.creditmemo .table-order-items .price-including-tax,
.sales-order-creditmemo .column.main .order-details-items.creditmemo .table-order-items .price-including-tax {
  font-size: 1rem;
}
.account.sales-order-view .column.main .order-details-items.ordered .order-items .price-excluding-tax .cart-price,
.sales-order-invoice .column.main .order-details-items.ordered .order-items .price-excluding-tax .cart-price,
.sales-order-shipment .column.main .order-details-items.ordered .order-items .price-excluding-tax .cart-price,
.sales-order-creditmemo .column.main .order-details-items.ordered .order-items .price-excluding-tax .cart-price,
.account.sales-order-view .column.main .order-details-items.invoice .order-items .price-excluding-tax .cart-price,
.sales-order-invoice .column.main .order-details-items.invoice .order-items .price-excluding-tax .cart-price,
.sales-order-shipment .column.main .order-details-items.invoice .order-items .price-excluding-tax .cart-price,
.sales-order-creditmemo .column.main .order-details-items.invoice .order-items .price-excluding-tax .cart-price,
.account.sales-order-view .column.main .order-details-items.shipments .order-items .price-excluding-tax .cart-price,
.sales-order-invoice .column.main .order-details-items.shipments .order-items .price-excluding-tax .cart-price,
.sales-order-shipment .column.main .order-details-items.shipments .order-items .price-excluding-tax .cart-price,
.sales-order-creditmemo .column.main .order-details-items.shipments .order-items .price-excluding-tax .cart-price,
.account.sales-order-view .column.main .order-details-items.creditmemo .order-items .price-excluding-tax .cart-price,
.sales-order-invoice .column.main .order-details-items.creditmemo .order-items .price-excluding-tax .cart-price,
.sales-order-shipment .column.main .order-details-items.creditmemo .order-items .price-excluding-tax .cart-price,
.sales-order-creditmemo .column.main .order-details-items.creditmemo .order-items .price-excluding-tax .cart-price,
.account.sales-order-view .column.main .order-details-items.ordered .table-order-items .price-excluding-tax .cart-price,
.sales-order-invoice .column.main .order-details-items.ordered .table-order-items .price-excluding-tax .cart-price,
.sales-order-shipment .column.main .order-details-items.ordered .table-order-items .price-excluding-tax .cart-price,
.sales-order-creditmemo .column.main .order-details-items.ordered .table-order-items .price-excluding-tax .cart-price,
.account.sales-order-view .column.main .order-details-items.invoice .table-order-items .price-excluding-tax .cart-price,
.sales-order-invoice .column.main .order-details-items.invoice .table-order-items .price-excluding-tax .cart-price,
.sales-order-shipment .column.main .order-details-items.invoice .table-order-items .price-excluding-tax .cart-price,
.sales-order-creditmemo .column.main .order-details-items.invoice .table-order-items .price-excluding-tax .cart-price,
.account.sales-order-view .column.main .order-details-items.shipments .table-order-items .price-excluding-tax .cart-price,
.sales-order-invoice .column.main .order-details-items.shipments .table-order-items .price-excluding-tax .cart-price,
.sales-order-shipment .column.main .order-details-items.shipments .table-order-items .price-excluding-tax .cart-price,
.sales-order-creditmemo .column.main .order-details-items.shipments .table-order-items .price-excluding-tax .cart-price,
.account.sales-order-view .column.main .order-details-items.creditmemo .table-order-items .price-excluding-tax .cart-price,
.sales-order-invoice .column.main .order-details-items.creditmemo .table-order-items .price-excluding-tax .cart-price,
.sales-order-shipment .column.main .order-details-items.creditmemo .table-order-items .price-excluding-tax .cart-price,
.sales-order-creditmemo .column.main .order-details-items.creditmemo .table-order-items .price-excluding-tax .cart-price,
.account.sales-order-view .column.main .order-details-items.ordered .order-items .price-including-tax .cart-price,
.sales-order-invoice .column.main .order-details-items.ordered .order-items .price-including-tax .cart-price,
.sales-order-shipment .column.main .order-details-items.ordered .order-items .price-including-tax .cart-price,
.sales-order-creditmemo .column.main .order-details-items.ordered .order-items .price-including-tax .cart-price,
.account.sales-order-view .column.main .order-details-items.invoice .order-items .price-including-tax .cart-price,
.sales-order-invoice .column.main .order-details-items.invoice .order-items .price-including-tax .cart-price,
.sales-order-shipment .column.main .order-details-items.invoice .order-items .price-including-tax .cart-price,
.sales-order-creditmemo .column.main .order-details-items.invoice .order-items .price-including-tax .cart-price,
.account.sales-order-view .column.main .order-details-items.shipments .order-items .price-including-tax .cart-price,
.sales-order-invoice .column.main .order-details-items.shipments .order-items .price-including-tax .cart-price,
.sales-order-shipment .column.main .order-details-items.shipments .order-items .price-including-tax .cart-price,
.sales-order-creditmemo .column.main .order-details-items.shipments .order-items .price-including-tax .cart-price,
.account.sales-order-view .column.main .order-details-items.creditmemo .order-items .price-including-tax .cart-price,
.sales-order-invoice .column.main .order-details-items.creditmemo .order-items .price-including-tax .cart-price,
.sales-order-shipment .column.main .order-details-items.creditmemo .order-items .price-including-tax .cart-price,
.sales-order-creditmemo .column.main .order-details-items.creditmemo .order-items .price-including-tax .cart-price,
.account.sales-order-view .column.main .order-details-items.ordered .table-order-items .price-including-tax .cart-price,
.sales-order-invoice .column.main .order-details-items.ordered .table-order-items .price-including-tax .cart-price,
.sales-order-shipment .column.main .order-details-items.ordered .table-order-items .price-including-tax .cart-price,
.sales-order-creditmemo .column.main .order-details-items.ordered .table-order-items .price-including-tax .cart-price,
.account.sales-order-view .column.main .order-details-items.invoice .table-order-items .price-including-tax .cart-price,
.sales-order-invoice .column.main .order-details-items.invoice .table-order-items .price-including-tax .cart-price,
.sales-order-shipment .column.main .order-details-items.invoice .table-order-items .price-including-tax .cart-price,
.sales-order-creditmemo .column.main .order-details-items.invoice .table-order-items .price-including-tax .cart-price,
.account.sales-order-view .column.main .order-details-items.shipments .table-order-items .price-including-tax .cart-price,
.sales-order-invoice .column.main .order-details-items.shipments .table-order-items .price-including-tax .cart-price,
.sales-order-shipment .column.main .order-details-items.shipments .table-order-items .price-including-tax .cart-price,
.sales-order-creditmemo .column.main .order-details-items.shipments .table-order-items .price-including-tax .cart-price,
.account.sales-order-view .column.main .order-details-items.creditmemo .table-order-items .price-including-tax .cart-price,
.sales-order-invoice .column.main .order-details-items.creditmemo .table-order-items .price-including-tax .cart-price,
.sales-order-shipment .column.main .order-details-items.creditmemo .table-order-items .price-including-tax .cart-price,
.sales-order-creditmemo .column.main .order-details-items.creditmemo .table-order-items .price-including-tax .cart-price {
  font-size: 1rem;
  line-height: 1.4;
  display: inline-table;
}
@media only screen and (max-width: 640px) {
  .account.sales-order-view .column.main .order-details-items.ordered .order-items .price-excluding-tax .cart-price,
  .sales-order-invoice .column.main .order-details-items.ordered .order-items .price-excluding-tax .cart-price,
  .sales-order-shipment .column.main .order-details-items.ordered .order-items .price-excluding-tax .cart-price,
  .sales-order-creditmemo .column.main .order-details-items.ordered .order-items .price-excluding-tax .cart-price,
  .account.sales-order-view .column.main .order-details-items.invoice .order-items .price-excluding-tax .cart-price,
  .sales-order-invoice .column.main .order-details-items.invoice .order-items .price-excluding-tax .cart-price,
  .sales-order-shipment .column.main .order-details-items.invoice .order-items .price-excluding-tax .cart-price,
  .sales-order-creditmemo .column.main .order-details-items.invoice .order-items .price-excluding-tax .cart-price,
  .account.sales-order-view .column.main .order-details-items.shipments .order-items .price-excluding-tax .cart-price,
  .sales-order-invoice .column.main .order-details-items.shipments .order-items .price-excluding-tax .cart-price,
  .sales-order-shipment .column.main .order-details-items.shipments .order-items .price-excluding-tax .cart-price,
  .sales-order-creditmemo .column.main .order-details-items.shipments .order-items .price-excluding-tax .cart-price,
  .account.sales-order-view .column.main .order-details-items.creditmemo .order-items .price-excluding-tax .cart-price,
  .sales-order-invoice .column.main .order-details-items.creditmemo .order-items .price-excluding-tax .cart-price,
  .sales-order-shipment .column.main .order-details-items.creditmemo .order-items .price-excluding-tax .cart-price,
  .sales-order-creditmemo .column.main .order-details-items.creditmemo .order-items .price-excluding-tax .cart-price,
  .account.sales-order-view .column.main .order-details-items.ordered .table-order-items .price-excluding-tax .cart-price,
  .sales-order-invoice .column.main .order-details-items.ordered .table-order-items .price-excluding-tax .cart-price,
  .sales-order-shipment .column.main .order-details-items.ordered .table-order-items .price-excluding-tax .cart-price,
  .sales-order-creditmemo .column.main .order-details-items.ordered .table-order-items .price-excluding-tax .cart-price,
  .account.sales-order-view .column.main .order-details-items.invoice .table-order-items .price-excluding-tax .cart-price,
  .sales-order-invoice .column.main .order-details-items.invoice .table-order-items .price-excluding-tax .cart-price,
  .sales-order-shipment .column.main .order-details-items.invoice .table-order-items .price-excluding-tax .cart-price,
  .sales-order-creditmemo .column.main .order-details-items.invoice .table-order-items .price-excluding-tax .cart-price,
  .account.sales-order-view .column.main .order-details-items.shipments .table-order-items .price-excluding-tax .cart-price,
  .sales-order-invoice .column.main .order-details-items.shipments .table-order-items .price-excluding-tax .cart-price,
  .sales-order-shipment .column.main .order-details-items.shipments .table-order-items .price-excluding-tax .cart-price,
  .sales-order-creditmemo .column.main .order-details-items.shipments .table-order-items .price-excluding-tax .cart-price,
  .account.sales-order-view .column.main .order-details-items.creditmemo .table-order-items .price-excluding-tax .cart-price,
  .sales-order-invoice .column.main .order-details-items.creditmemo .table-order-items .price-excluding-tax .cart-price,
  .sales-order-shipment .column.main .order-details-items.creditmemo .table-order-items .price-excluding-tax .cart-price,
  .sales-order-creditmemo .column.main .order-details-items.creditmemo .table-order-items .price-excluding-tax .cart-price,
  .account.sales-order-view .column.main .order-details-items.ordered .order-items .price-including-tax .cart-price,
  .sales-order-invoice .column.main .order-details-items.ordered .order-items .price-including-tax .cart-price,
  .sales-order-shipment .column.main .order-details-items.ordered .order-items .price-including-tax .cart-price,
  .sales-order-creditmemo .column.main .order-details-items.ordered .order-items .price-including-tax .cart-price,
  .account.sales-order-view .column.main .order-details-items.invoice .order-items .price-including-tax .cart-price,
  .sales-order-invoice .column.main .order-details-items.invoice .order-items .price-including-tax .cart-price,
  .sales-order-shipment .column.main .order-details-items.invoice .order-items .price-including-tax .cart-price,
  .sales-order-creditmemo .column.main .order-details-items.invoice .order-items .price-including-tax .cart-price,
  .account.sales-order-view .column.main .order-details-items.shipments .order-items .price-including-tax .cart-price,
  .sales-order-invoice .column.main .order-details-items.shipments .order-items .price-including-tax .cart-price,
  .sales-order-shipment .column.main .order-details-items.shipments .order-items .price-including-tax .cart-price,
  .sales-order-creditmemo .column.main .order-details-items.shipments .order-items .price-including-tax .cart-price,
  .account.sales-order-view .column.main .order-details-items.creditmemo .order-items .price-including-tax .cart-price,
  .sales-order-invoice .column.main .order-details-items.creditmemo .order-items .price-including-tax .cart-price,
  .sales-order-shipment .column.main .order-details-items.creditmemo .order-items .price-including-tax .cart-price,
  .sales-order-creditmemo .column.main .order-details-items.creditmemo .order-items .price-including-tax .cart-price,
  .account.sales-order-view .column.main .order-details-items.ordered .table-order-items .price-including-tax .cart-price,
  .sales-order-invoice .column.main .order-details-items.ordered .table-order-items .price-including-tax .cart-price,
  .sales-order-shipment .column.main .order-details-items.ordered .table-order-items .price-including-tax .cart-price,
  .sales-order-creditmemo .column.main .order-details-items.ordered .table-order-items .price-including-tax .cart-price,
  .account.sales-order-view .column.main .order-details-items.invoice .table-order-items .price-including-tax .cart-price,
  .sales-order-invoice .column.main .order-details-items.invoice .table-order-items .price-including-tax .cart-price,
  .sales-order-shipment .column.main .order-details-items.invoice .table-order-items .price-including-tax .cart-price,
  .sales-order-creditmemo .column.main .order-details-items.invoice .table-order-items .price-including-tax .cart-price,
  .account.sales-order-view .column.main .order-details-items.shipments .table-order-items .price-including-tax .cart-price,
  .sales-order-invoice .column.main .order-details-items.shipments .table-order-items .price-including-tax .cart-price,
  .sales-order-shipment .column.main .order-details-items.shipments .table-order-items .price-including-tax .cart-price,
  .sales-order-creditmemo .column.main .order-details-items.shipments .table-order-items .price-including-tax .cart-price,
  .account.sales-order-view .column.main .order-details-items.creditmemo .table-order-items .price-including-tax .cart-price,
  .sales-order-invoice .column.main .order-details-items.creditmemo .table-order-items .price-including-tax .cart-price,
  .sales-order-shipment .column.main .order-details-items.creditmemo .table-order-items .price-including-tax .cart-price,
  .sales-order-creditmemo .column.main .order-details-items.creditmemo .table-order-items .price-including-tax .cart-price {
    font-size: 0.8rem;
  }
}
.account.sales-order-view .column.main .order-details-items.ordered .order-items .price-excluding-tax .cart-price .price,
.sales-order-invoice .column.main .order-details-items.ordered .order-items .price-excluding-tax .cart-price .price,
.sales-order-shipment .column.main .order-details-items.ordered .order-items .price-excluding-tax .cart-price .price,
.sales-order-creditmemo .column.main .order-details-items.ordered .order-items .price-excluding-tax .cart-price .price,
.account.sales-order-view .column.main .order-details-items.invoice .order-items .price-excluding-tax .cart-price .price,
.sales-order-invoice .column.main .order-details-items.invoice .order-items .price-excluding-tax .cart-price .price,
.sales-order-shipment .column.main .order-details-items.invoice .order-items .price-excluding-tax .cart-price .price,
.sales-order-creditmemo .column.main .order-details-items.invoice .order-items .price-excluding-tax .cart-price .price,
.account.sales-order-view .column.main .order-details-items.shipments .order-items .price-excluding-tax .cart-price .price,
.sales-order-invoice .column.main .order-details-items.shipments .order-items .price-excluding-tax .cart-price .price,
.sales-order-shipment .column.main .order-details-items.shipments .order-items .price-excluding-tax .cart-price .price,
.sales-order-creditmemo .column.main .order-details-items.shipments .order-items .price-excluding-tax .cart-price .price,
.account.sales-order-view .column.main .order-details-items.creditmemo .order-items .price-excluding-tax .cart-price .price,
.sales-order-invoice .column.main .order-details-items.creditmemo .order-items .price-excluding-tax .cart-price .price,
.sales-order-shipment .column.main .order-details-items.creditmemo .order-items .price-excluding-tax .cart-price .price,
.sales-order-creditmemo .column.main .order-details-items.creditmemo .order-items .price-excluding-tax .cart-price .price,
.account.sales-order-view .column.main .order-details-items.ordered .table-order-items .price-excluding-tax .cart-price .price,
.sales-order-invoice .column.main .order-details-items.ordered .table-order-items .price-excluding-tax .cart-price .price,
.sales-order-shipment .column.main .order-details-items.ordered .table-order-items .price-excluding-tax .cart-price .price,
.sales-order-creditmemo .column.main .order-details-items.ordered .table-order-items .price-excluding-tax .cart-price .price,
.account.sales-order-view .column.main .order-details-items.invoice .table-order-items .price-excluding-tax .cart-price .price,
.sales-order-invoice .column.main .order-details-items.invoice .table-order-items .price-excluding-tax .cart-price .price,
.sales-order-shipment .column.main .order-details-items.invoice .table-order-items .price-excluding-tax .cart-price .price,
.sales-order-creditmemo .column.main .order-details-items.invoice .table-order-items .price-excluding-tax .cart-price .price,
.account.sales-order-view .column.main .order-details-items.shipments .table-order-items .price-excluding-tax .cart-price .price,
.sales-order-invoice .column.main .order-details-items.shipments .table-order-items .price-excluding-tax .cart-price .price,
.sales-order-shipment .column.main .order-details-items.shipments .table-order-items .price-excluding-tax .cart-price .price,
.sales-order-creditmemo .column.main .order-details-items.shipments .table-order-items .price-excluding-tax .cart-price .price,
.account.sales-order-view .column.main .order-details-items.creditmemo .table-order-items .price-excluding-tax .cart-price .price,
.sales-order-invoice .column.main .order-details-items.creditmemo .table-order-items .price-excluding-tax .cart-price .price,
.sales-order-shipment .column.main .order-details-items.creditmemo .table-order-items .price-excluding-tax .cart-price .price,
.sales-order-creditmemo .column.main .order-details-items.creditmemo .table-order-items .price-excluding-tax .cart-price .price,
.account.sales-order-view .column.main .order-details-items.ordered .order-items .price-including-tax .cart-price .price,
.sales-order-invoice .column.main .order-details-items.ordered .order-items .price-including-tax .cart-price .price,
.sales-order-shipment .column.main .order-details-items.ordered .order-items .price-including-tax .cart-price .price,
.sales-order-creditmemo .column.main .order-details-items.ordered .order-items .price-including-tax .cart-price .price,
.account.sales-order-view .column.main .order-details-items.invoice .order-items .price-including-tax .cart-price .price,
.sales-order-invoice .column.main .order-details-items.invoice .order-items .price-including-tax .cart-price .price,
.sales-order-shipment .column.main .order-details-items.invoice .order-items .price-including-tax .cart-price .price,
.sales-order-creditmemo .column.main .order-details-items.invoice .order-items .price-including-tax .cart-price .price,
.account.sales-order-view .column.main .order-details-items.shipments .order-items .price-including-tax .cart-price .price,
.sales-order-invoice .column.main .order-details-items.shipments .order-items .price-including-tax .cart-price .price,
.sales-order-shipment .column.main .order-details-items.shipments .order-items .price-including-tax .cart-price .price,
.sales-order-creditmemo .column.main .order-details-items.shipments .order-items .price-including-tax .cart-price .price,
.account.sales-order-view .column.main .order-details-items.creditmemo .order-items .price-including-tax .cart-price .price,
.sales-order-invoice .column.main .order-details-items.creditmemo .order-items .price-including-tax .cart-price .price,
.sales-order-shipment .column.main .order-details-items.creditmemo .order-items .price-including-tax .cart-price .price,
.sales-order-creditmemo .column.main .order-details-items.creditmemo .order-items .price-including-tax .cart-price .price,
.account.sales-order-view .column.main .order-details-items.ordered .table-order-items .price-including-tax .cart-price .price,
.sales-order-invoice .column.main .order-details-items.ordered .table-order-items .price-including-tax .cart-price .price,
.sales-order-shipment .column.main .order-details-items.ordered .table-order-items .price-including-tax .cart-price .price,
.sales-order-creditmemo .column.main .order-details-items.ordered .table-order-items .price-including-tax .cart-price .price,
.account.sales-order-view .column.main .order-details-items.invoice .table-order-items .price-including-tax .cart-price .price,
.sales-order-invoice .column.main .order-details-items.invoice .table-order-items .price-including-tax .cart-price .price,
.sales-order-shipment .column.main .order-details-items.invoice .table-order-items .price-including-tax .cart-price .price,
.sales-order-creditmemo .column.main .order-details-items.invoice .table-order-items .price-including-tax .cart-price .price,
.account.sales-order-view .column.main .order-details-items.shipments .table-order-items .price-including-tax .cart-price .price,
.sales-order-invoice .column.main .order-details-items.shipments .table-order-items .price-including-tax .cart-price .price,
.sales-order-shipment .column.main .order-details-items.shipments .table-order-items .price-including-tax .cart-price .price,
.sales-order-creditmemo .column.main .order-details-items.shipments .table-order-items .price-including-tax .cart-price .price,
.account.sales-order-view .column.main .order-details-items.creditmemo .table-order-items .price-including-tax .cart-price .price,
.sales-order-invoice .column.main .order-details-items.creditmemo .table-order-items .price-including-tax .cart-price .price,
.sales-order-shipment .column.main .order-details-items.creditmemo .table-order-items .price-including-tax .cart-price .price,
.sales-order-creditmemo .column.main .order-details-items.creditmemo .table-order-items .price-including-tax .cart-price .price {
  display: inline-table;
}
.account.sales-order-view .column.main .order-details-items.ordered .order-items tfoot .subtotal th,
.sales-order-invoice .column.main .order-details-items.ordered .order-items tfoot .subtotal th,
.sales-order-shipment .column.main .order-details-items.ordered .order-items tfoot .subtotal th,
.sales-order-creditmemo .column.main .order-details-items.ordered .order-items tfoot .subtotal th,
.account.sales-order-view .column.main .order-details-items.invoice .order-items tfoot .subtotal th,
.sales-order-invoice .column.main .order-details-items.invoice .order-items tfoot .subtotal th,
.sales-order-shipment .column.main .order-details-items.invoice .order-items tfoot .subtotal th,
.sales-order-creditmemo .column.main .order-details-items.invoice .order-items tfoot .subtotal th,
.account.sales-order-view .column.main .order-details-items.shipments .order-items tfoot .subtotal th,
.sales-order-invoice .column.main .order-details-items.shipments .order-items tfoot .subtotal th,
.sales-order-shipment .column.main .order-details-items.shipments .order-items tfoot .subtotal th,
.sales-order-creditmemo .column.main .order-details-items.shipments .order-items tfoot .subtotal th,
.account.sales-order-view .column.main .order-details-items.creditmemo .order-items tfoot .subtotal th,
.sales-order-invoice .column.main .order-details-items.creditmemo .order-items tfoot .subtotal th,
.sales-order-shipment .column.main .order-details-items.creditmemo .order-items tfoot .subtotal th,
.sales-order-creditmemo .column.main .order-details-items.creditmemo .order-items tfoot .subtotal th,
.account.sales-order-view .column.main .order-details-items.ordered .table-order-items tfoot .subtotal th,
.sales-order-invoice .column.main .order-details-items.ordered .table-order-items tfoot .subtotal th,
.sales-order-shipment .column.main .order-details-items.ordered .table-order-items tfoot .subtotal th,
.sales-order-creditmemo .column.main .order-details-items.ordered .table-order-items tfoot .subtotal th,
.account.sales-order-view .column.main .order-details-items.invoice .table-order-items tfoot .subtotal th,
.sales-order-invoice .column.main .order-details-items.invoice .table-order-items tfoot .subtotal th,
.sales-order-shipment .column.main .order-details-items.invoice .table-order-items tfoot .subtotal th,
.sales-order-creditmemo .column.main .order-details-items.invoice .table-order-items tfoot .subtotal th,
.account.sales-order-view .column.main .order-details-items.shipments .table-order-items tfoot .subtotal th,
.sales-order-invoice .column.main .order-details-items.shipments .table-order-items tfoot .subtotal th,
.sales-order-shipment .column.main .order-details-items.shipments .table-order-items tfoot .subtotal th,
.sales-order-creditmemo .column.main .order-details-items.shipments .table-order-items tfoot .subtotal th,
.account.sales-order-view .column.main .order-details-items.creditmemo .table-order-items tfoot .subtotal th,
.sales-order-invoice .column.main .order-details-items.creditmemo .table-order-items tfoot .subtotal th,
.sales-order-shipment .column.main .order-details-items.creditmemo .table-order-items tfoot .subtotal th,
.sales-order-creditmemo .column.main .order-details-items.creditmemo .table-order-items tfoot .subtotal th {
  padding: 25px 10px 2px 10px;
}
@media only screen and (max-width: 640px) {
  .account.sales-order-view .column.main .order-details-items.ordered .order-items tfoot .subtotal th,
  .sales-order-invoice .column.main .order-details-items.ordered .order-items tfoot .subtotal th,
  .sales-order-shipment .column.main .order-details-items.ordered .order-items tfoot .subtotal th,
  .sales-order-creditmemo .column.main .order-details-items.ordered .order-items tfoot .subtotal th,
  .account.sales-order-view .column.main .order-details-items.invoice .order-items tfoot .subtotal th,
  .sales-order-invoice .column.main .order-details-items.invoice .order-items tfoot .subtotal th,
  .sales-order-shipment .column.main .order-details-items.invoice .order-items tfoot .subtotal th,
  .sales-order-creditmemo .column.main .order-details-items.invoice .order-items tfoot .subtotal th,
  .account.sales-order-view .column.main .order-details-items.shipments .order-items tfoot .subtotal th,
  .sales-order-invoice .column.main .order-details-items.shipments .order-items tfoot .subtotal th,
  .sales-order-shipment .column.main .order-details-items.shipments .order-items tfoot .subtotal th,
  .sales-order-creditmemo .column.main .order-details-items.shipments .order-items tfoot .subtotal th,
  .account.sales-order-view .column.main .order-details-items.creditmemo .order-items tfoot .subtotal th,
  .sales-order-invoice .column.main .order-details-items.creditmemo .order-items tfoot .subtotal th,
  .sales-order-shipment .column.main .order-details-items.creditmemo .order-items tfoot .subtotal th,
  .sales-order-creditmemo .column.main .order-details-items.creditmemo .order-items tfoot .subtotal th,
  .account.sales-order-view .column.main .order-details-items.ordered .table-order-items tfoot .subtotal th,
  .sales-order-invoice .column.main .order-details-items.ordered .table-order-items tfoot .subtotal th,
  .sales-order-shipment .column.main .order-details-items.ordered .table-order-items tfoot .subtotal th,
  .sales-order-creditmemo .column.main .order-details-items.ordered .table-order-items tfoot .subtotal th,
  .account.sales-order-view .column.main .order-details-items.invoice .table-order-items tfoot .subtotal th,
  .sales-order-invoice .column.main .order-details-items.invoice .table-order-items tfoot .subtotal th,
  .sales-order-shipment .column.main .order-details-items.invoice .table-order-items tfoot .subtotal th,
  .sales-order-creditmemo .column.main .order-details-items.invoice .table-order-items tfoot .subtotal th,
  .account.sales-order-view .column.main .order-details-items.shipments .table-order-items tfoot .subtotal th,
  .sales-order-invoice .column.main .order-details-items.shipments .table-order-items tfoot .subtotal th,
  .sales-order-shipment .column.main .order-details-items.shipments .table-order-items tfoot .subtotal th,
  .sales-order-creditmemo .column.main .order-details-items.shipments .table-order-items tfoot .subtotal th,
  .account.sales-order-view .column.main .order-details-items.creditmemo .table-order-items tfoot .subtotal th,
  .sales-order-invoice .column.main .order-details-items.creditmemo .table-order-items tfoot .subtotal th,
  .sales-order-shipment .column.main .order-details-items.creditmemo .table-order-items tfoot .subtotal th,
  .sales-order-creditmemo .column.main .order-details-items.creditmemo .table-order-items tfoot .subtotal th {
    padding: 25px 0 2px 0;
  }
}
.account.sales-order-view .column.main .order-details-items.ordered .order-items tfoot .subtotal td,
.sales-order-invoice .column.main .order-details-items.ordered .order-items tfoot .subtotal td,
.sales-order-shipment .column.main .order-details-items.ordered .order-items tfoot .subtotal td,
.sales-order-creditmemo .column.main .order-details-items.ordered .order-items tfoot .subtotal td,
.account.sales-order-view .column.main .order-details-items.invoice .order-items tfoot .subtotal td,
.sales-order-invoice .column.main .order-details-items.invoice .order-items tfoot .subtotal td,
.sales-order-shipment .column.main .order-details-items.invoice .order-items tfoot .subtotal td,
.sales-order-creditmemo .column.main .order-details-items.invoice .order-items tfoot .subtotal td,
.account.sales-order-view .column.main .order-details-items.shipments .order-items tfoot .subtotal td,
.sales-order-invoice .column.main .order-details-items.shipments .order-items tfoot .subtotal td,
.sales-order-shipment .column.main .order-details-items.shipments .order-items tfoot .subtotal td,
.sales-order-creditmemo .column.main .order-details-items.shipments .order-items tfoot .subtotal td,
.account.sales-order-view .column.main .order-details-items.creditmemo .order-items tfoot .subtotal td,
.sales-order-invoice .column.main .order-details-items.creditmemo .order-items tfoot .subtotal td,
.sales-order-shipment .column.main .order-details-items.creditmemo .order-items tfoot .subtotal td,
.sales-order-creditmemo .column.main .order-details-items.creditmemo .order-items tfoot .subtotal td,
.account.sales-order-view .column.main .order-details-items.ordered .table-order-items tfoot .subtotal td,
.sales-order-invoice .column.main .order-details-items.ordered .table-order-items tfoot .subtotal td,
.sales-order-shipment .column.main .order-details-items.ordered .table-order-items tfoot .subtotal td,
.sales-order-creditmemo .column.main .order-details-items.ordered .table-order-items tfoot .subtotal td,
.account.sales-order-view .column.main .order-details-items.invoice .table-order-items tfoot .subtotal td,
.sales-order-invoice .column.main .order-details-items.invoice .table-order-items tfoot .subtotal td,
.sales-order-shipment .column.main .order-details-items.invoice .table-order-items tfoot .subtotal td,
.sales-order-creditmemo .column.main .order-details-items.invoice .table-order-items tfoot .subtotal td,
.account.sales-order-view .column.main .order-details-items.shipments .table-order-items tfoot .subtotal td,
.sales-order-invoice .column.main .order-details-items.shipments .table-order-items tfoot .subtotal td,
.sales-order-shipment .column.main .order-details-items.shipments .table-order-items tfoot .subtotal td,
.sales-order-creditmemo .column.main .order-details-items.shipments .table-order-items tfoot .subtotal td,
.account.sales-order-view .column.main .order-details-items.creditmemo .table-order-items tfoot .subtotal td,
.sales-order-invoice .column.main .order-details-items.creditmemo .table-order-items tfoot .subtotal td,
.sales-order-shipment .column.main .order-details-items.creditmemo .table-order-items tfoot .subtotal td,
.sales-order-creditmemo .column.main .order-details-items.creditmemo .table-order-items tfoot .subtotal td {
  padding: 25px 10px 2px 10px;
}
.account.sales-order-view .column.main .order-details-items.ordered .order-items tfoot tr th,
.sales-order-invoice .column.main .order-details-items.ordered .order-items tfoot tr th,
.sales-order-shipment .column.main .order-details-items.ordered .order-items tfoot tr th,
.sales-order-creditmemo .column.main .order-details-items.ordered .order-items tfoot tr th,
.account.sales-order-view .column.main .order-details-items.invoice .order-items tfoot tr th,
.sales-order-invoice .column.main .order-details-items.invoice .order-items tfoot tr th,
.sales-order-shipment .column.main .order-details-items.invoice .order-items tfoot tr th,
.sales-order-creditmemo .column.main .order-details-items.invoice .order-items tfoot tr th,
.account.sales-order-view .column.main .order-details-items.shipments .order-items tfoot tr th,
.sales-order-invoice .column.main .order-details-items.shipments .order-items tfoot tr th,
.sales-order-shipment .column.main .order-details-items.shipments .order-items tfoot tr th,
.sales-order-creditmemo .column.main .order-details-items.shipments .order-items tfoot tr th,
.account.sales-order-view .column.main .order-details-items.creditmemo .order-items tfoot tr th,
.sales-order-invoice .column.main .order-details-items.creditmemo .order-items tfoot tr th,
.sales-order-shipment .column.main .order-details-items.creditmemo .order-items tfoot tr th,
.sales-order-creditmemo .column.main .order-details-items.creditmemo .order-items tfoot tr th,
.account.sales-order-view .column.main .order-details-items.ordered .table-order-items tfoot tr th,
.sales-order-invoice .column.main .order-details-items.ordered .table-order-items tfoot tr th,
.sales-order-shipment .column.main .order-details-items.ordered .table-order-items tfoot tr th,
.sales-order-creditmemo .column.main .order-details-items.ordered .table-order-items tfoot tr th,
.account.sales-order-view .column.main .order-details-items.invoice .table-order-items tfoot tr th,
.sales-order-invoice .column.main .order-details-items.invoice .table-order-items tfoot tr th,
.sales-order-shipment .column.main .order-details-items.invoice .table-order-items tfoot tr th,
.sales-order-creditmemo .column.main .order-details-items.invoice .table-order-items tfoot tr th,
.account.sales-order-view .column.main .order-details-items.shipments .table-order-items tfoot tr th,
.sales-order-invoice .column.main .order-details-items.shipments .table-order-items tfoot tr th,
.sales-order-shipment .column.main .order-details-items.shipments .table-order-items tfoot tr th,
.sales-order-creditmemo .column.main .order-details-items.shipments .table-order-items tfoot tr th,
.account.sales-order-view .column.main .order-details-items.creditmemo .table-order-items tfoot tr th,
.sales-order-invoice .column.main .order-details-items.creditmemo .table-order-items tfoot tr th,
.sales-order-shipment .column.main .order-details-items.creditmemo .table-order-items tfoot tr th,
.sales-order-creditmemo .column.main .order-details-items.creditmemo .table-order-items tfoot tr th {
  padding: 2px 10px;
}
@media only screen and (max-width: 640px) {
  .account.sales-order-view .column.main .order-details-items.ordered .order-items tfoot tr th,
  .sales-order-invoice .column.main .order-details-items.ordered .order-items tfoot tr th,
  .sales-order-shipment .column.main .order-details-items.ordered .order-items tfoot tr th,
  .sales-order-creditmemo .column.main .order-details-items.ordered .order-items tfoot tr th,
  .account.sales-order-view .column.main .order-details-items.invoice .order-items tfoot tr th,
  .sales-order-invoice .column.main .order-details-items.invoice .order-items tfoot tr th,
  .sales-order-shipment .column.main .order-details-items.invoice .order-items tfoot tr th,
  .sales-order-creditmemo .column.main .order-details-items.invoice .order-items tfoot tr th,
  .account.sales-order-view .column.main .order-details-items.shipments .order-items tfoot tr th,
  .sales-order-invoice .column.main .order-details-items.shipments .order-items tfoot tr th,
  .sales-order-shipment .column.main .order-details-items.shipments .order-items tfoot tr th,
  .sales-order-creditmemo .column.main .order-details-items.shipments .order-items tfoot tr th,
  .account.sales-order-view .column.main .order-details-items.creditmemo .order-items tfoot tr th,
  .sales-order-invoice .column.main .order-details-items.creditmemo .order-items tfoot tr th,
  .sales-order-shipment .column.main .order-details-items.creditmemo .order-items tfoot tr th,
  .sales-order-creditmemo .column.main .order-details-items.creditmemo .order-items tfoot tr th,
  .account.sales-order-view .column.main .order-details-items.ordered .table-order-items tfoot tr th,
  .sales-order-invoice .column.main .order-details-items.ordered .table-order-items tfoot tr th,
  .sales-order-shipment .column.main .order-details-items.ordered .table-order-items tfoot tr th,
  .sales-order-creditmemo .column.main .order-details-items.ordered .table-order-items tfoot tr th,
  .account.sales-order-view .column.main .order-details-items.invoice .table-order-items tfoot tr th,
  .sales-order-invoice .column.main .order-details-items.invoice .table-order-items tfoot tr th,
  .sales-order-shipment .column.main .order-details-items.invoice .table-order-items tfoot tr th,
  .sales-order-creditmemo .column.main .order-details-items.invoice .table-order-items tfoot tr th,
  .account.sales-order-view .column.main .order-details-items.shipments .table-order-items tfoot tr th,
  .sales-order-invoice .column.main .order-details-items.shipments .table-order-items tfoot tr th,
  .sales-order-shipment .column.main .order-details-items.shipments .table-order-items tfoot tr th,
  .sales-order-creditmemo .column.main .order-details-items.shipments .table-order-items tfoot tr th,
  .account.sales-order-view .column.main .order-details-items.creditmemo .table-order-items tfoot tr th,
  .sales-order-invoice .column.main .order-details-items.creditmemo .table-order-items tfoot tr th,
  .sales-order-shipment .column.main .order-details-items.creditmemo .table-order-items tfoot tr th,
  .sales-order-creditmemo .column.main .order-details-items.creditmemo .table-order-items tfoot tr th {
    padding: 2px 0;
  }
}
.account.sales-order-view .column.main .order-details-items.ordered .order-items tfoot tr td,
.sales-order-invoice .column.main .order-details-items.ordered .order-items tfoot tr td,
.sales-order-shipment .column.main .order-details-items.ordered .order-items tfoot tr td,
.sales-order-creditmemo .column.main .order-details-items.ordered .order-items tfoot tr td,
.account.sales-order-view .column.main .order-details-items.invoice .order-items tfoot tr td,
.sales-order-invoice .column.main .order-details-items.invoice .order-items tfoot tr td,
.sales-order-shipment .column.main .order-details-items.invoice .order-items tfoot tr td,
.sales-order-creditmemo .column.main .order-details-items.invoice .order-items tfoot tr td,
.account.sales-order-view .column.main .order-details-items.shipments .order-items tfoot tr td,
.sales-order-invoice .column.main .order-details-items.shipments .order-items tfoot tr td,
.sales-order-shipment .column.main .order-details-items.shipments .order-items tfoot tr td,
.sales-order-creditmemo .column.main .order-details-items.shipments .order-items tfoot tr td,
.account.sales-order-view .column.main .order-details-items.creditmemo .order-items tfoot tr td,
.sales-order-invoice .column.main .order-details-items.creditmemo .order-items tfoot tr td,
.sales-order-shipment .column.main .order-details-items.creditmemo .order-items tfoot tr td,
.sales-order-creditmemo .column.main .order-details-items.creditmemo .order-items tfoot tr td,
.account.sales-order-view .column.main .order-details-items.ordered .table-order-items tfoot tr td,
.sales-order-invoice .column.main .order-details-items.ordered .table-order-items tfoot tr td,
.sales-order-shipment .column.main .order-details-items.ordered .table-order-items tfoot tr td,
.sales-order-creditmemo .column.main .order-details-items.ordered .table-order-items tfoot tr td,
.account.sales-order-view .column.main .order-details-items.invoice .table-order-items tfoot tr td,
.sales-order-invoice .column.main .order-details-items.invoice .table-order-items tfoot tr td,
.sales-order-shipment .column.main .order-details-items.invoice .table-order-items tfoot tr td,
.sales-order-creditmemo .column.main .order-details-items.invoice .table-order-items tfoot tr td,
.account.sales-order-view .column.main .order-details-items.shipments .table-order-items tfoot tr td,
.sales-order-invoice .column.main .order-details-items.shipments .table-order-items tfoot tr td,
.sales-order-shipment .column.main .order-details-items.shipments .table-order-items tfoot tr td,
.sales-order-creditmemo .column.main .order-details-items.shipments .table-order-items tfoot tr td,
.account.sales-order-view .column.main .order-details-items.creditmemo .table-order-items tfoot tr td,
.sales-order-invoice .column.main .order-details-items.creditmemo .table-order-items tfoot tr td,
.sales-order-shipment .column.main .order-details-items.creditmemo .table-order-items tfoot tr td,
.sales-order-creditmemo .column.main .order-details-items.creditmemo .table-order-items tfoot tr td {
  padding: 2px 10px;
}
.account.sales-order-view .column.main .order-details-items.ordered .order-items tfoot .grand_total th,
.sales-order-invoice .column.main .order-details-items.ordered .order-items tfoot .grand_total th,
.sales-order-shipment .column.main .order-details-items.ordered .order-items tfoot .grand_total th,
.sales-order-creditmemo .column.main .order-details-items.ordered .order-items tfoot .grand_total th,
.account.sales-order-view .column.main .order-details-items.invoice .order-items tfoot .grand_total th,
.sales-order-invoice .column.main .order-details-items.invoice .order-items tfoot .grand_total th,
.sales-order-shipment .column.main .order-details-items.invoice .order-items tfoot .grand_total th,
.sales-order-creditmemo .column.main .order-details-items.invoice .order-items tfoot .grand_total th,
.account.sales-order-view .column.main .order-details-items.shipments .order-items tfoot .grand_total th,
.sales-order-invoice .column.main .order-details-items.shipments .order-items tfoot .grand_total th,
.sales-order-shipment .column.main .order-details-items.shipments .order-items tfoot .grand_total th,
.sales-order-creditmemo .column.main .order-details-items.shipments .order-items tfoot .grand_total th,
.account.sales-order-view .column.main .order-details-items.creditmemo .order-items tfoot .grand_total th,
.sales-order-invoice .column.main .order-details-items.creditmemo .order-items tfoot .grand_total th,
.sales-order-shipment .column.main .order-details-items.creditmemo .order-items tfoot .grand_total th,
.sales-order-creditmemo .column.main .order-details-items.creditmemo .order-items tfoot .grand_total th,
.account.sales-order-view .column.main .order-details-items.ordered .table-order-items tfoot .grand_total th,
.sales-order-invoice .column.main .order-details-items.ordered .table-order-items tfoot .grand_total th,
.sales-order-shipment .column.main .order-details-items.ordered .table-order-items tfoot .grand_total th,
.sales-order-creditmemo .column.main .order-details-items.ordered .table-order-items tfoot .grand_total th,
.account.sales-order-view .column.main .order-details-items.invoice .table-order-items tfoot .grand_total th,
.sales-order-invoice .column.main .order-details-items.invoice .table-order-items tfoot .grand_total th,
.sales-order-shipment .column.main .order-details-items.invoice .table-order-items tfoot .grand_total th,
.sales-order-creditmemo .column.main .order-details-items.invoice .table-order-items tfoot .grand_total th,
.account.sales-order-view .column.main .order-details-items.shipments .table-order-items tfoot .grand_total th,
.sales-order-invoice .column.main .order-details-items.shipments .table-order-items tfoot .grand_total th,
.sales-order-shipment .column.main .order-details-items.shipments .table-order-items tfoot .grand_total th,
.sales-order-creditmemo .column.main .order-details-items.shipments .table-order-items tfoot .grand_total th,
.account.sales-order-view .column.main .order-details-items.creditmemo .table-order-items tfoot .grand_total th,
.sales-order-invoice .column.main .order-details-items.creditmemo .table-order-items tfoot .grand_total th,
.sales-order-shipment .column.main .order-details-items.creditmemo .table-order-items tfoot .grand_total th,
.sales-order-creditmemo .column.main .order-details-items.creditmemo .table-order-items tfoot .grand_total th {
  padding: 15px 10px 2px 10px;
  font-size: 1.2rem;
}
@media only screen and (max-width: 640px) {
  .account.sales-order-view .column.main .order-details-items.ordered .order-items tfoot .grand_total th,
  .sales-order-invoice .column.main .order-details-items.ordered .order-items tfoot .grand_total th,
  .sales-order-shipment .column.main .order-details-items.ordered .order-items tfoot .grand_total th,
  .sales-order-creditmemo .column.main .order-details-items.ordered .order-items tfoot .grand_total th,
  .account.sales-order-view .column.main .order-details-items.invoice .order-items tfoot .grand_total th,
  .sales-order-invoice .column.main .order-details-items.invoice .order-items tfoot .grand_total th,
  .sales-order-shipment .column.main .order-details-items.invoice .order-items tfoot .grand_total th,
  .sales-order-creditmemo .column.main .order-details-items.invoice .order-items tfoot .grand_total th,
  .account.sales-order-view .column.main .order-details-items.shipments .order-items tfoot .grand_total th,
  .sales-order-invoice .column.main .order-details-items.shipments .order-items tfoot .grand_total th,
  .sales-order-shipment .column.main .order-details-items.shipments .order-items tfoot .grand_total th,
  .sales-order-creditmemo .column.main .order-details-items.shipments .order-items tfoot .grand_total th,
  .account.sales-order-view .column.main .order-details-items.creditmemo .order-items tfoot .grand_total th,
  .sales-order-invoice .column.main .order-details-items.creditmemo .order-items tfoot .grand_total th,
  .sales-order-shipment .column.main .order-details-items.creditmemo .order-items tfoot .grand_total th,
  .sales-order-creditmemo .column.main .order-details-items.creditmemo .order-items tfoot .grand_total th,
  .account.sales-order-view .column.main .order-details-items.ordered .table-order-items tfoot .grand_total th,
  .sales-order-invoice .column.main .order-details-items.ordered .table-order-items tfoot .grand_total th,
  .sales-order-shipment .column.main .order-details-items.ordered .table-order-items tfoot .grand_total th,
  .sales-order-creditmemo .column.main .order-details-items.ordered .table-order-items tfoot .grand_total th,
  .account.sales-order-view .column.main .order-details-items.invoice .table-order-items tfoot .grand_total th,
  .sales-order-invoice .column.main .order-details-items.invoice .table-order-items tfoot .grand_total th,
  .sales-order-shipment .column.main .order-details-items.invoice .table-order-items tfoot .grand_total th,
  .sales-order-creditmemo .column.main .order-details-items.invoice .table-order-items tfoot .grand_total th,
  .account.sales-order-view .column.main .order-details-items.shipments .table-order-items tfoot .grand_total th,
  .sales-order-invoice .column.main .order-details-items.shipments .table-order-items tfoot .grand_total th,
  .sales-order-shipment .column.main .order-details-items.shipments .table-order-items tfoot .grand_total th,
  .sales-order-creditmemo .column.main .order-details-items.shipments .table-order-items tfoot .grand_total th,
  .account.sales-order-view .column.main .order-details-items.creditmemo .table-order-items tfoot .grand_total th,
  .sales-order-invoice .column.main .order-details-items.creditmemo .table-order-items tfoot .grand_total th,
  .sales-order-shipment .column.main .order-details-items.creditmemo .table-order-items tfoot .grand_total th,
  .sales-order-creditmemo .column.main .order-details-items.creditmemo .table-order-items tfoot .grand_total th {
    padding: 15px 0 2px 0;
  }
}
.account.sales-order-view .column.main .order-details-items.ordered .order-items tfoot .grand_total td,
.sales-order-invoice .column.main .order-details-items.ordered .order-items tfoot .grand_total td,
.sales-order-shipment .column.main .order-details-items.ordered .order-items tfoot .grand_total td,
.sales-order-creditmemo .column.main .order-details-items.ordered .order-items tfoot .grand_total td,
.account.sales-order-view .column.main .order-details-items.invoice .order-items tfoot .grand_total td,
.sales-order-invoice .column.main .order-details-items.invoice .order-items tfoot .grand_total td,
.sales-order-shipment .column.main .order-details-items.invoice .order-items tfoot .grand_total td,
.sales-order-creditmemo .column.main .order-details-items.invoice .order-items tfoot .grand_total td,
.account.sales-order-view .column.main .order-details-items.shipments .order-items tfoot .grand_total td,
.sales-order-invoice .column.main .order-details-items.shipments .order-items tfoot .grand_total td,
.sales-order-shipment .column.main .order-details-items.shipments .order-items tfoot .grand_total td,
.sales-order-creditmemo .column.main .order-details-items.shipments .order-items tfoot .grand_total td,
.account.sales-order-view .column.main .order-details-items.creditmemo .order-items tfoot .grand_total td,
.sales-order-invoice .column.main .order-details-items.creditmemo .order-items tfoot .grand_total td,
.sales-order-shipment .column.main .order-details-items.creditmemo .order-items tfoot .grand_total td,
.sales-order-creditmemo .column.main .order-details-items.creditmemo .order-items tfoot .grand_total td,
.account.sales-order-view .column.main .order-details-items.ordered .table-order-items tfoot .grand_total td,
.sales-order-invoice .column.main .order-details-items.ordered .table-order-items tfoot .grand_total td,
.sales-order-shipment .column.main .order-details-items.ordered .table-order-items tfoot .grand_total td,
.sales-order-creditmemo .column.main .order-details-items.ordered .table-order-items tfoot .grand_total td,
.account.sales-order-view .column.main .order-details-items.invoice .table-order-items tfoot .grand_total td,
.sales-order-invoice .column.main .order-details-items.invoice .table-order-items tfoot .grand_total td,
.sales-order-shipment .column.main .order-details-items.invoice .table-order-items tfoot .grand_total td,
.sales-order-creditmemo .column.main .order-details-items.invoice .table-order-items tfoot .grand_total td,
.account.sales-order-view .column.main .order-details-items.shipments .table-order-items tfoot .grand_total td,
.sales-order-invoice .column.main .order-details-items.shipments .table-order-items tfoot .grand_total td,
.sales-order-shipment .column.main .order-details-items.shipments .table-order-items tfoot .grand_total td,
.sales-order-creditmemo .column.main .order-details-items.shipments .table-order-items tfoot .grand_total td,
.account.sales-order-view .column.main .order-details-items.creditmemo .table-order-items tfoot .grand_total td,
.sales-order-invoice .column.main .order-details-items.creditmemo .table-order-items tfoot .grand_total td,
.sales-order-shipment .column.main .order-details-items.creditmemo .table-order-items tfoot .grand_total td,
.sales-order-creditmemo .column.main .order-details-items.creditmemo .table-order-items tfoot .grand_total td {
  padding: 15px 10px 2px 10px;
  font-size: 1.2rem;
}
.account.sales-order-view .column.main .order-details-items.ordered .order-items tbody + tbody,
.sales-order-invoice .column.main .order-details-items.ordered .order-items tbody + tbody,
.sales-order-shipment .column.main .order-details-items.ordered .order-items tbody + tbody,
.sales-order-creditmemo .column.main .order-details-items.ordered .order-items tbody + tbody,
.account.sales-order-view .column.main .order-details-items.invoice .order-items tbody + tbody,
.sales-order-invoice .column.main .order-details-items.invoice .order-items tbody + tbody,
.sales-order-shipment .column.main .order-details-items.invoice .order-items tbody + tbody,
.sales-order-creditmemo .column.main .order-details-items.invoice .order-items tbody + tbody,
.account.sales-order-view .column.main .order-details-items.shipments .order-items tbody + tbody,
.sales-order-invoice .column.main .order-details-items.shipments .order-items tbody + tbody,
.sales-order-shipment .column.main .order-details-items.shipments .order-items tbody + tbody,
.sales-order-creditmemo .column.main .order-details-items.shipments .order-items tbody + tbody,
.account.sales-order-view .column.main .order-details-items.creditmemo .order-items tbody + tbody,
.sales-order-invoice .column.main .order-details-items.creditmemo .order-items tbody + tbody,
.sales-order-shipment .column.main .order-details-items.creditmemo .order-items tbody + tbody,
.sales-order-creditmemo .column.main .order-details-items.creditmemo .order-items tbody + tbody,
.account.sales-order-view .column.main .order-details-items.ordered .table-order-items tbody + tbody,
.sales-order-invoice .column.main .order-details-items.ordered .table-order-items tbody + tbody,
.sales-order-shipment .column.main .order-details-items.ordered .table-order-items tbody + tbody,
.sales-order-creditmemo .column.main .order-details-items.ordered .table-order-items tbody + tbody,
.account.sales-order-view .column.main .order-details-items.invoice .table-order-items tbody + tbody,
.sales-order-invoice .column.main .order-details-items.invoice .table-order-items tbody + tbody,
.sales-order-shipment .column.main .order-details-items.invoice .table-order-items tbody + tbody,
.sales-order-creditmemo .column.main .order-details-items.invoice .table-order-items tbody + tbody,
.account.sales-order-view .column.main .order-details-items.shipments .table-order-items tbody + tbody,
.sales-order-invoice .column.main .order-details-items.shipments .table-order-items tbody + tbody,
.sales-order-shipment .column.main .order-details-items.shipments .table-order-items tbody + tbody,
.sales-order-creditmemo .column.main .order-details-items.shipments .table-order-items tbody + tbody,
.account.sales-order-view .column.main .order-details-items.creditmemo .table-order-items tbody + tbody,
.sales-order-invoice .column.main .order-details-items.creditmemo .table-order-items tbody + tbody,
.sales-order-shipment .column.main .order-details-items.creditmemo .table-order-items tbody + tbody,
.sales-order-creditmemo .column.main .order-details-items.creditmemo .table-order-items tbody + tbody {
  border-top: 1px solid #ffffff;
}
.account.sales-order-view .column.main .block-order-details-view .block-content .box,
.sales-order-invoice .column.main .block-order-details-view .block-content .box,
.sales-order-shipment .column.main .block-order-details-view .block-content .box,
.sales-order-creditmemo .column.main .block-order-details-view .block-content .box {
  margin-bottom: 3rem;
}
.sales-order-invoice .column.main .order-links,
.sales-order-shipment .column.main .order-links,
.sales-order-creditmemo .column.main .order-links {
  margin-bottom: 10px;
}
.sales-order-invoice .column.main .order-details-items.invoice .actions-toolbar,
.sales-order-shipment .column.main .order-details-items.invoice .actions-toolbar,
.sales-order-creditmemo .column.main .order-details-items.invoice .actions-toolbar,
.sales-order-invoice .column.main .order-details-items.shipments .actions-toolbar,
.sales-order-shipment .column.main .order-details-items.shipments .actions-toolbar,
.sales-order-creditmemo .column.main .order-details-items.shipments .actions-toolbar,
.sales-order-invoice .column.main .order-details-items.creditmemo .actions-toolbar,
.sales-order-shipment .column.main .order-details-items.creditmemo .actions-toolbar,
.sales-order-creditmemo .column.main .order-details-items.creditmemo .actions-toolbar {
  margin-bottom: 30px;
}
@media only screen and (max-width: 640px) {
  .sales-order-invoice .column.main .order-details-items.invoice .actions-toolbar,
  .sales-order-shipment .column.main .order-details-items.invoice .actions-toolbar,
  .sales-order-creditmemo .column.main .order-details-items.invoice .actions-toolbar,
  .sales-order-invoice .column.main .order-details-items.shipments .actions-toolbar,
  .sales-order-shipment .column.main .order-details-items.shipments .actions-toolbar,
  .sales-order-creditmemo .column.main .order-details-items.shipments .actions-toolbar,
  .sales-order-invoice .column.main .order-details-items.creditmemo .actions-toolbar,
  .sales-order-shipment .column.main .order-details-items.creditmemo .actions-toolbar,
  .sales-order-creditmemo .column.main .order-details-items.creditmemo .actions-toolbar {
    margin-bottom: 50px;
  }
}
.table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) &gt; tbody &gt; tr td:before,
.table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) &gt; tbody &gt; tr th:before {
  color: #000000;
  font-weight: bold;
}
.table-wrapper .table:not(.cart):not(.totals) &gt; thead &gt; tr &gt; th {
  border-bottom: 1px solid #d1d1d1;
}
/* ==== WISHLIST ==== */
body.wishlist-index-index.page-layout-2columns-left .column.main div.wishlist {
  margin-right: 0;
}
body.wishlist-index-index.page-layout-2columns-left .column.main div.wishlist .product-items {
  margin: 0 0 3rem 0;
}
body.wishlist-index-index.page-layout-2columns-left .column.main div.wishlist .product-items .product-item {
  border-bottom: 0;
  height: 36rem;
  margin-bottom: 3.75rem;
  margin-left: 0;
  margin-right: 3.75rem;
  padding: 1rem 0 0 0;
  position: relative;
  width: calc((100% - (3.75rem * 3)) * 0.25);
}
body.wishlist-index-index.page-layout-2columns-left .column.main div.wishlist .product-items .product-item:first-child {
  border-top: 0;
}
body.wishlist-index-index.page-layout-2columns-left .column.main div.wishlist .product-items .product-item:nth-child(4n) {
  margin-right: 0;
}
@media only screen and (max-width: 1200px) {
  body.wishlist-index-index.page-layout-2columns-left .column.main div.wishlist .product-items .product-item {
    margin-right: calc(3.75rem * 0.53);
  }
}
@media only screen and (max-width: 1024px) {
  body.wishlist-index-index.page-layout-2columns-left .column.main div.wishlist .product-items .product-item {
    height: calc(36rem * 1.056);
    margin-right: calc(3.75rem * 0.67);
    width: calc((100% - ((3.75rem * 0.67) * 2)) * 0.33333);
  }
  body.wishlist-index-index.page-layout-2columns-left .column.main div.wishlist .product-items .product-item:nth-child(4n) {
    margin-right: calc(3.75rem * 0.67);
  }
  body.wishlist-index-index.page-layout-2columns-left .column.main div.wishlist .product-items .product-item:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 900px) {
  body.wishlist-index-index.page-layout-2columns-left .column.main div.wishlist .product-items .product-item {
    height: 36rem;
    margin-right: calc(3.75rem * 0.53);
    width: calc((100% - ((3.75rem * 0.53) * 3)) * 0.25);
  }
  body.wishlist-index-index.page-layout-2columns-left .column.main div.wishlist .product-items .product-item:nth-child(3n) {
    margin-right: calc(3.75rem * 0.53);
  }
  body.wishlist-index-index.page-layout-2columns-left .column.main div.wishlist .product-items .product-item:nth-child(4n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  body.wishlist-index-index.page-layout-2columns-left .column.main div.wishlist .product-items .product-item {
    height: calc(36rem * 1.037);
    margin-right: calc(3.75rem * 0.67);
    width: calc((100% - ((3.75rem * 0.67) * 2)) * 0.33333);
  }
  body.wishlist-index-index.page-layout-2columns-left .column.main div.wishlist .product-items .product-item:nth-child(4n) {
    margin-right: calc(3.75rem * 0.67);
  }
  body.wishlist-index-index.page-layout-2columns-left .column.main div.wishlist .product-items .product-item:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 560px) {
  body.wishlist-index-index.page-layout-2columns-left .column.main div.wishlist .product-items .product-item {
    height: calc(36rem * 1.1);
    margin-right: calc(3.75rem * 0.67);
    width: calc((100% - (3.75rem * 0.67)) * 0.5);
  }
  body.wishlist-index-index.page-layout-2columns-left .column.main div.wishlist .product-items .product-item:nth-child(3n) {
    margin-right: calc(3.75rem * 0.67);
  }
  body.wishlist-index-index.page-layout-2columns-left .column.main div.wishlist .product-items .product-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 480px) {
  body.wishlist-index-index.page-layout-2columns-left .column.main div.wishlist .product-items .product-item {
    height: calc(36rem * 1.075);
  }
}
@media only screen and (max-width: 400px) {
  body.wishlist-index-index.page-layout-2columns-left .column.main div.wishlist .product-items .product-item {
    height: 36rem;
  }
}
@media only screen and (max-width: 900px) {
  body.wishlist-index-index.page-layout-2columns-left .column.main div.wishlist .product-items .product-item .product-item-info {
    width: 100%;
  }
}
body.wishlist-index-index.page-layout-2columns-left .column.main div.wishlist .product-items .product-item .product-item-info .product-item-photo {
  float: none;
  margin-bottom: 0;
  margin-right: 0;
}
body.wishlist-index-index.page-layout-2columns-left .column.main div.wishlist .product-items .product-item .product-item-info .product-item-photo .product-image-container {
  max-width: 100%;
}
body.wishlist-index-index.page-layout-2columns-left .column.main div.wishlist .product-items .product-item .product-item-info .sticker-new {
  /*top:calc(~"@{wishlist-product-item-padding-top} * 2");*/
}
body.wishlist-index-index.page-layout-2columns-left .column.main div.wishlist .product-items .product-item .product-item-info .product-reviews-summary {
  margin: 0 auto calc((-1rem * 1.4) * 1.285) auto;
}
body.wishlist-index-index.page-layout-2columns-left .column.main div.wishlist .product-items .product-item .product-item-info .product-reviews-summary .rating-summary .rating-result {
  margin: 0;
  width: auto;
}
body.wishlist-index-index.page-layout-2columns-left .column.main div.wishlist .product-items .product-item .product-item-info .product-reviews-summary .rating-summary .rating-result:before {
  content: '\e917' '\e917' '\e917' '\e917' '\e917';
  color: #c7c7c7;
  font-size: 1rem;
  height: calc((1rem * 1.4) * 1.285);
  letter-spacing: 0;
  line-height: 1.4;
}
body.wishlist-index-index.page-layout-2columns-left .column.main div.wishlist .product-items .product-item .product-item-info .product-reviews-summary .rating-summary .rating-result span:before {
  content: '\e917' '\e917' '\e917' '\e917' '\e917';
  color: #ff6700;
  font-size: 1rem;
  height: calc((1rem * 1.4) * 1.285);
  letter-spacing: 0;
  line-height: 1.4;
}
body.wishlist-index-index.page-layout-2columns-left .column.main div.wishlist .product-items .product-item .product-item-info .product-item-name {
  border-bottom: 1px solid #aaaaaa;
  border-top: 1px solid #aaaaaa;
  color: #636363;
  font-size: 0.9rem;
  font-family: 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  hyphens: none;
  line-height: 1.3;
  margin: calc((1rem * 1.4) * 1.285) 0 0 0;
  padding: 0.5rem 0;
  text-align: center;
  font-weight: normal;
}
body.wishlist-index-index.page-layout-2columns-left .column.main div.wishlist .product-items .product-item .product-item-info .product-item-name a {
  color: #636363;
}
body.wishlist-index-index.page-layout-2columns-left .column.main div.wishlist .product-items .product-item .product-item-info .product-item-name a:hover {
  text-decoration: none;
}
body.wishlist-index-index.page-layout-2columns-left .column.main div.wishlist .product-items .product-item .product-item-info .product-item-description {
  font-size: 0.8rem;
  height: 3.3rem;
  margin: 0.5rem 0 1rem 0;
  overflow: hidden;
}
body.wishlist-index-index.page-layout-2columns-left .column.main div.wishlist .product-items .product-item .product-item-info .swatch-attribute .swatch-option {
  box-sizing: border-box;
  height: 1.125rem;
  margin: 0 5px 0 0;
  min-width: 0;
  padding: 0;
  width: 1.125rem;
}
body.wishlist-index-index.page-layout-2columns-left .column.main div.wishlist .product-items .product-item .product-item-info .swatch-attribute .swatch-option:hover {
  outline: 2px solid #000000;
}
body.wishlist-index-index.page-layout-2columns-left .column.main div.wishlist .product-items .product-item .product-item-info .swatch-attribute .swatch-option.selected {
  outline: 2px solid #000000;
}
body.wishlist-index-index.page-layout-2columns-left .column.main div.wishlist .product-items .product-item .product-item-info .swatch-attribute .swatch-option.text {
  background-color: transparent;
  border: 0;
  color: #999999;
  font-size: 0.75rem;
  font-weight: bold;
  margin: 0 0.625rem 0 0;
  width: auto;
}
body.wishlist-index-index.page-layout-2columns-left .column.main div.wishlist .product-items .product-item .product-item-info .swatch-attribute .swatch-option.text:hover {
  background-color: transparent;
  border: 0;
  color: #000000;
  outline: 0;
}
body.wishlist-index-index.page-layout-2columns-left .column.main div.wishlist .product-items .product-item .product-item-info .swatch-attribute .swatch-option.text.selected {
  background-color: transparent;
  border: 0;
  color: #000000;
  outline: 0;
}
body.wishlist-index-index.page-layout-2columns-left .column.main div.wishlist .product-items .product-item .product-item-info .price-box {
  bottom: 3.125rem;
  left: 0;
  margin: 0;
  position: absolute;
}
body.wishlist-index-index.page-layout-2columns-left .column.main div.wishlist .product-items .product-item .product-item-info .price-box .price-as-configured {
  margin-bottom: 0;
}
body.wishlist-index-index.page-layout-2columns-left .column.main div.wishlist .product-items .product-item .product-item-info .price-box .price {
  color: #000000;
  font-family: 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 1rem;
  font-weight: bold;
}
body.wishlist-index-index.page-layout-2columns-left .column.main div.wishlist .product-items .product-item .product-item-info .price-box .old-price {
  color: #999999;
}
body.wishlist-index-index.page-layout-2columns-left .column.main div.wishlist .product-items .product-item .product-item-info .price-box .old-price .price {
  color: #999999;
}
body.wishlist-index-index.page-layout-2columns-left .column.main div.wishlist .product-items .product-item .product-item-info .price-box .special-price .price {
  color: #af0000;
}
body.wishlist-index-index.page-layout-2columns-left .column.main div.wishlist .product-items .product-item .product-item-info .actions-secondary {
  bottom: 3.125rem;
  margin: 0;
  position: absolute;
  right: 0;
}
body.wishlist-index-index.page-layout-2columns-left .column.main div.wishlist .product-items .product-item .product-item-info .actions-secondary .action {
  background: transparent;
  border: 0;
  padding: 0;
}
body.wishlist-index-index.page-layout-2columns-left .column.main div.wishlist .product-items .product-item .product-item-info .actions-secondary .tocompare:before {
  color: #999999;
  content: '\e90a';
  font-size: 0.9rem;
}
body.wishlist-index-index.page-layout-2columns-left .column.main div.wishlist .product-items .product-item .product-item-info .actions-primary {
  bottom: 0;
  display: block;
  position: absolute;
  width: 100%;
}
body.wishlist-index-index.page-layout-2columns-left .column.main div.wishlist .product-items .product-item .product-item-info .actions-primary button.action.primary {
  font-size: 0.875rem;
  line-height: 1.4;
  max-width: 100%;
  padding: 0.6rem 1rem;
  width: 100%;
}
body.wishlist-index-index.page-layout-2columns-left .column.main div.wishlist .product-items .product-item .product-item-info .actions-primary button.action.primary span i {
  display: none;
}
body.wishlist-index-index.page-layout-2columns-left .column.main div.wishlist .product-items .product-item .product-item-info .unavailable.stock {
  bottom: 0;
  display: block;
  line-height: 1.4;
  margin: 0;
  padding: 0.6rem 1rem;
  position: absolute;
  width: 100%;
}
body.wishlist-index-index.page-layout-2columns-left .column.main div.wishlist .product-items .product-item .product-item-info a.btn-remove.action.delete {
  color: #000000;
  font-size: 0.8rem;
  right: 0;
  position: absolute;
  top: 0;
  vertical-align: middle;
  z-index: 5;
  text-align: right;
}
body.wishlist-index-index.page-layout-2columns-left .column.main div.wishlist .product-items .product-item .product-item-info a.btn-remove.action.delete:before {
  content: '\e909';
  color: inherit;
  font-family: 'ninja';
  font-size: 0.9rem;
  line-height: 1;
  margin: 0 0.3rem 0 0;
  vertical-align: middle;
}
body.wishlist-index-index.page-layout-2columns-left .column.main div.wishlist .product-items .product-item .product-item-info a.btn-remove.action.delete:hover {
  color: #ff6700;
}
body.wishlist-index-index.page-layout-2columns-left .column.main div.wishlist .product-items .product-item .product-item-info a.action.edit {
  color: #000000;
  font-size: 0.8rem;
  margin-right: 0;
  position: absolute;
  right: 0;
  top: 0;
  vertical-align: middle;
  z-index: 5;
}
body.wishlist-index-index.page-layout-2columns-left .column.main div.wishlist .product-items .product-item .product-item-info a.action.edit:before {
  content: '\e90b';
  color: inherit;
  font-family: 'ninja';
  font-size: 0.9rem;
  line-height: 1;
  margin-right: 0 0.3rem 0 0;
  vertical-align: middle;
}
body.wishlist-index-index.page-layout-2columns-left .column.main div.wishlist .product-items .product-item .product-item-info a.action.edit:hover {
  color: #ff6700;
}
body.wishlist-index-index.page-layout-2columns-left .actions-toolbar .primary {
  float: right;
}
@media only screen and (max-width: 1024px) {
  body.wishlist-index-index.page-layout-2columns-left .actions-toolbar .primary {
    float: left;
  }
}
body.wishlist-index-index.page-layout-2columns-left .actions-toolbar .primary button {
  float: left;
  font-size: 0.875rem;
  margin: 0 0 0 1.25rem;
  padding: 0.7rem 1rem;
  line-height: 1.4;
}
@media only screen and (max-width: 1024px) {
  body.wishlist-index-index.page-layout-2columns-left .actions-toolbar .primary button {
    margin: 0 1.125rem 1.125rem 0;
  }
}
@media only screen and (max-width: 1024px) {
  body.wishlist-index-index.page-layout-2columns-left .actions-toolbar .primary button:last-child {
    margin: 0 0 1.125rem 0;
  }
}
body.wishlist-index-index.page-layout-2columns-left .actions-toolbar .secondary {
  float: left;
}
@media only screen and (max-width: 1024px) {
  body.wishlist-index-index.page-layout-2columns-left .actions-toolbar .secondary {
    clear: both;
    float: none;
    text-align: left;
    width: 100%;
  }
}
@media only screen and (max-width: 400px) {
  body.wishlist-index-index.page-layout-2columns-left .actions-toolbar .secondary {
    text-align: center;
  }
}
body.wishlist-index-index.page-layout-2columns-left .actions-toolbar .secondary a.action.back {
  color: #000000;
  margin-top: 2rem;
  text-decoration: underline;
}
body.wishlist-index-index.page-layout-2columns-left .actions-toolbar .secondary a.action.back:hover {
  text-decoration: none;
}
/* === COMPARE PAGE === */
body.catalog-product-compare-index .action.print {
  color: #000000;
  font-size: 0.875rem;
  font-weight: bold;
  margin: 0 0 4rem 0;
  vertical-align: middle;
}
body.catalog-product-compare-index .action.print:hover {
  color: #ff6700;
}
body.catalog-product-compare-index .action.print:before {
  color: inherit;
  content: '\e914';
  display: inline-block;
  font-family: 'ninja';
  font-size: 1.3em;
  font-weight: normal;
  margin-right: 0.5rem;
  vertical-align: middle;
}
body.catalog-product-compare-index .table-wrapper .table:not(.cart):not(.totals) &gt; thead &gt; tr &gt; th {
  border-bottom: none;
}
.table-wrapper.comparison {
  overflow-x: scroll;
}
table.table-comparison {
  overflow-x: scroll;
  table-layout: auto;
}
table.table-comparison tr th.cell.label {
  width: 15%;
}
@media only screen and (max-width: 767px) {
  table.table-comparison tr th.cell.label {
    padding: 0.75rem 1.5rem 0.75rem 0;
  }
}
table.table-comparison .cell {
  padding: 0.75rem 1.5rem;
  width: 17%;
}
table.table-comparison .cell.product.label {
  border: 0;
}
table.table-comparison .cell.product.info {
  border: 0;
  height: 23.75rem;
  position: relative;
  /*.price-wishlist{
      bottom:calc(~"@{compare-cell-from-bottom} + @{compare-cell-padding-top-bottom}");
      position:absolute;
    }*/
}
@media only screen and (max-width: 320px) {
  table.table-comparison .cell.product.info {
    height: calc(23.75rem * 1.1);
  }
}
table.table-comparison .cell.product.info .sticker-new {
  top: 0;
  left: 0;
  right: auto;
}
table.table-comparison .cell.product.info .sticker-special-price {
  top: 0;
  left: 0;
  right: auto;
}
table.table-comparison .cell.product.info .product-item-photo {
  text-align: center;
  margin: 0 auto;
}
table.table-comparison .cell.product.info .product-reviews-summary {
  margin: 0 auto calc((-1rem * 1.4) * 1.25) auto;
}
table.table-comparison .cell.product.info .product-reviews-summary .rating-summary .rating-result {
  margin: 0;
  width: auto;
}
table.table-comparison .cell.product.info .product-reviews-summary .rating-summary .rating-result:before {
  content: '\e917' '\e917' '\e917' '\e917' '\e917';
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.4;
}
table.table-comparison .cell.product.info .product-reviews-summary .rating-summary .rating-result span:before {
  content: '\e917' '\e917' '\e917' '\e917' '\e917';
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.4;
  color: #ff6700;
}
table.table-comparison .cell.product.info .compare-wrapper {
  height: 100%;
  position: relative;
}
table.table-comparison .cell.product.info .product-item-name {
  border-bottom: 1px solid #aaaaaa;
  border-top: 1px solid #aaaaaa;
  color: #636363;
  font-size: 0.9rem;
  font-family: 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  margin: calc((1rem * 1.4) * 1.285) 0 0.625rem 0;
  hyphens: none;
  line-height: 1.3;
  padding: 0.5rem 0;
  text-align: center;
  font-weight: normal;
}
table.table-comparison .cell.product.info .product-item-name a:hover {
  text-decoration: none;
}
table.table-comparison .cell.product.info .price-box {
  bottom: calc(3.125rem + 0.75rem);
  /*left:@compare-cell-padding-left-right;*/
  left: 0;
  margin: 0;
  position: absolute;
}
table.table-comparison .cell.product.info .price-box .price {
  color: #000000;
  font-family: 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 1rem;
  font-weight: bold;
}
table.table-comparison .cell.product.info .price-box .special-price {
  display: block;
}
table.table-comparison .cell.product.info .price-box .special-price .price {
  color: #af0000;
}
table.table-comparison .cell.product.info .price-box .old-price {
  color: #999999;
  display: block;
}
table.table-comparison .cell.product.info .price-box .old-price .price {
  color: #999999;
}
table.table-comparison .cell.product.info .stock.unavailable {
  line-height: 1.4;
  padding: 0.6rem 1rem;
}
table.table-comparison .cell.product.info .actions-secondary {
  bottom: calc(3.125rem + 0.75rem);
  margin: 0;
  position: absolute;
  /*right:@compare-cell-padding-left-right;*/
  right: 0;
}
table.table-comparison .cell.product.info .actions-secondary a:before {
  color: #999999;
  content: '\e90e';
  font-size: 1rem;
}
table.table-comparison .cell.product.info .product-item-actions {
  position: absolute;
  margin: 0;
  max-width: 100%;
  bottom: 0.75rem;
  /*width:calc(~"100% - (@{compare-cell-padding-left-right} * 2)");*/
  width: 100%;
  /*.secondary-addto-links{
        bottom:@compare-cell-from-bottom;
        display:inline-block;
        margin: 0;
        padding:0;
        position:absolute;
        right:0;
        width:auto;
        .action.towishlist{
          &amp;:before{
            content:@icon-heart;
            font-size:1rem;
          }
        }
      }*/
}
table.table-comparison .cell.product.info .product-item-actions .actions-primary {
  bottom: 0;
  display: block;
  max-width: 100%;
  position: absolute;
  width: 100%;
}
table.table-comparison .cell.product.info .product-item-actions .actions-primary button.action.primary {
  font-size: 0.875rem;
  max-width: 100%;
  padding: 0.6rem 1rem;
  width: 100%;
}
table.table-comparison .cell.attribute {
  font-size: 0.875rem;
}
table.table-comparison .cell.remove {
  text-align: left;
}
table.table-comparison .cell.remove a.action.delete:before {
  color: #000000;
  content: '\e909';
  font-size: 1rem;
  line-height: 1;
  margin-right: 0.3rem;
}
table.table-comparison .cell.remove a.action.delete span {
  color: #000000;
  display: inline-block;
  font-size: 0.875rem;
  height: auto;
  line-height: 1;
  position: relative;
  vertical-align: middle;
  width: auto;
}
.page-print.sales-order-print {
  font-family: 'Open Sans', helvetica, arial, sans-serif;
}
.page-print.sales-order-print .page-main {
  padding-top: 1rem;
  padding-bottom: 0;
}
.page-print.sales-order-print .page-main .page-title-wrapper {
  margin-top: 2rem;
}
.page-print.sales-order-print .page-main .page-title-wrapper .page-title {
  font-size: 20px;
  font-family: 'Open Sans', helvetica, arial, sans-serif;
  margin-bottom: 0.5rem;
}
.page-print.sales-order-print .page-main .page-title-wrapper .order-status {
  font-style: italic;
  margin-bottom: 0;
  font-size: 11px;
}
.page-print.sales-order-print .page-main .page-title-wrapper .order-date {
  margin-top: 0;
  font-size: 12px;
}
.page-print.sales-order-print .page-main .copyright {
  display: none;
}
.page-print.sales-order-print .page-main .columns .order-details-items.ordered {
  margin-bottom: 3.5rem;
}
.page-print.sales-order-print .page-main .columns .order-details-items.ordered .order-title &gt; strong {
  font-weight: bold;
  font-size: 17px;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.page-print.sales-order-print .page-main .columns .order-details-items.ordered #my-orders-table thead &gt; tr &gt; th {
  padding-left: 0;
  font-size: 12px;
}
.page-print.sales-order-print .page-main .columns .order-details-items.ordered #my-orders-table tbody &gt; tr &gt; td {
  padding-left: 0;
  font-size: 11px;
  vertical-align: middle;
}
.page-print.sales-order-print .page-main .columns .order-details-items.ordered #my-orders-table tbody &gt; tr &gt; td .item-options {
  margin-bottom: 0;
  font-size: 9px;
  font-style: italic;
}
.page-print.sales-order-print .page-main .columns .order-details-items.ordered #my-orders-table tbody &gt; tr &gt; td .item-options dt {
  display: inline-block;
}
.page-print.sales-order-print .page-main .columns .order-details-items.ordered #my-orders-table tbody &gt; tr &gt; td .item-options dd {
  display: inline-block;
  margin-right: 1rem;
  margin-bottom: 0;
}
.page-print.sales-order-print .page-main .columns .order-details-items.ordered #my-orders-table tbody &gt; tr &gt; td .price-excluding-tax .cart-price {
  vertical-align: super;
}
.page-print.sales-order-print .page-main .columns .order-details-items.ordered #my-orders-table tbody &gt; tr &gt; td .price-excluding-tax .cart-price .price {
  font-weight: normal;
  font-size: 11px;
}
.page-print.sales-order-print .page-main .columns .block.block-order-details-view .block-title {
  margin-bottom: 0.5rem;
}
.page-print.sales-order-print .page-main .columns .block.block-order-details-view .block-title &gt; strong {
  font-weight: bold;
  font-size: 17px;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.page-print.sales-order-print .page-main .columns .block.block-order-details-view .block-content .box {
  margin-bottom: 2rem;
  width: 40% !important;
  float: left !important;
}
.page-print.sales-order-print .page-main .columns .block.block-order-details-view .block-content .box &gt; .box-title &gt; span {
  font-size: 12px;
}
.page-print.sales-order-print .page-main .columns .block.block-order-details-view .block-content .box .box-content {
  font-size: 11px;
}
.page-print.sales-order-print .page-main .columns .block.block-order-details-view .block-content .box.box-order-billing-address {
  clear: both;
}
/* === BLOG === */
ul.ninjablog-post-latest,
ul.ninjablog-post-archive,
ul.ninjablog-category-list {
  padding: 0;
}
ul.ninjablog-post-latest li,
ul.ninjablog-post-archive li,
ul.ninjablog-category-list li {
  list-style-type: none;
  margin: 0 0 1rem 0;
}
ul.ninjablog-post-latest li a,
ul.ninjablog-post-archive li a,
ul.ninjablog-category-list li a {
  color: #000000;
  font-family: 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 0.875rem;
  padding: 0.2rem 0;
}
ul.ninjablog-post-latest li a:hover,
ul.ninjablog-post-archive li a:hover,
ul.ninjablog-category-list li a:hover {
  color: #ff6700;
}
.ninjablog-post-list .ninjablog-post-list-item,
#js-posts-container .ninjablog-post-list-item,
.ninjablog-post-list .postfeed-post-list-item,
#js-posts-container .postfeed-post-list-item {
  border-bottom: 1px solid #efefee;
  height: auto;
  margin: 0 0 2rem 0;
  overflow: auto;
  padding: 0 0 2rem 0;
}
.ninjablog-post-list .ninjablog-post-list-item:last-child,
#js-posts-container .ninjablog-post-list-item:last-child,
.ninjablog-post-list .postfeed-post-list-item:last-child,
#js-posts-container .postfeed-post-list-item:last-child {
  border-bottom: 0;
}
@media only screen and (max-width: 640px) {
  .ninjablog-post-list .ninjablog-post-list-item:last-child,
  #js-posts-container .ninjablog-post-list-item:last-child,
  .ninjablog-post-list .postfeed-post-list-item:last-child,
  #js-posts-container .postfeed-post-list-item:last-child {
    margin: 0;
  }
}
.ninjablog-post-list .ninjablog-post-list-item .post-item-content,
#js-posts-container .ninjablog-post-list-item .post-item-content,
.ninjablog-post-list .postfeed-post-list-item .post-item-content,
#js-posts-container .postfeed-post-list-item .post-item-content {
  clear: none;
  width: 70%;
}
@media only screen and (max-width: 900px) {
  .ninjablog-post-list .ninjablog-post-list-item .post-item-content,
  #js-posts-container .ninjablog-post-list-item .post-item-content,
  .ninjablog-post-list .postfeed-post-list-item .post-item-content,
  #js-posts-container .postfeed-post-list-item .post-item-content {
    margin-bottom: 2rem;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .ninjablog-post-list .ninjablog-post-list-item .post-item-content,
  #js-posts-container .ninjablog-post-list-item .post-item-content,
  .ninjablog-post-list .postfeed-post-list-item .post-item-content,
  #js-posts-container .postfeed-post-list-item .post-item-content {
    margin-bottom: 0;
    width: 70%;
  }
}
@media only screen and (max-width: 640px) {
  .ninjablog-post-list .ninjablog-post-list-item .post-item-content,
  #js-posts-container .ninjablog-post-list-item .post-item-content,
  .ninjablog-post-list .postfeed-post-list-item .post-item-content,
  #js-posts-container .postfeed-post-list-item .post-item-content {
    margin-bottom: 2rem;
    width: 100%;
  }
}
.ninjablog-post-list .ninjablog-post-list-item .post-item-content .post-item-date,
#js-posts-container .ninjablog-post-list-item .post-item-content .post-item-date,
.ninjablog-post-list .postfeed-post-list-item .post-item-content .post-item-date,
#js-posts-container .postfeed-post-list-item .post-item-content .post-item-date {
  border-bottom: 1px solid #ff6700;
  color: #000000;
  display: inline-block;
  font-size: 0.8129999999999999rem;
  font-weight: normal;
  line-height: 2;
  margin: 0 0 1rem 0;
}
.ninjablog-post-list .ninjablog-post-list-item .post-item-content a h3,
#js-posts-container .ninjablog-post-list-item .post-item-content a h3,
.ninjablog-post-list .postfeed-post-list-item .post-item-content a h3,
#js-posts-container .postfeed-post-list-item .post-item-content a h3 {
  color: #000000;
  font-family: 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 1.25rem;
  font-weight: normal;
  line-height: 1.5;
  margin: 0 0 1rem 0;
  text-transform: uppercase;
}
.ninjablog-post-list .ninjablog-post-list-item .post-item-content .post-item-excerpt p,
#js-posts-container .ninjablog-post-list-item .post-item-content .post-item-excerpt p,
.ninjablog-post-list .postfeed-post-list-item .post-item-content .post-item-excerpt p,
#js-posts-container .postfeed-post-list-item .post-item-content .post-item-excerpt p {
  font-size: 1rem;
  line-height: 1.5;
}
.ninjablog-post-list .ninjablog-post-list-item .post-item-content .post-item-bottom,
#js-posts-container .ninjablog-post-list-item .post-item-content .post-item-bottom,
.ninjablog-post-list .postfeed-post-list-item .post-item-content .post-item-bottom,
#js-posts-container .postfeed-post-list-item .post-item-content .post-item-bottom {
  bottom: auto;
  margin: 0;
  position: relative;
  text-align: left;
  width: 100%;
}
.ninjablog-post-list .ninjablog-post-list-item .post-item-content .post-item-bottom a,
#js-posts-container .ninjablog-post-list-item .post-item-content .post-item-bottom a,
.ninjablog-post-list .postfeed-post-list-item .post-item-content .post-item-bottom a,
#js-posts-container .postfeed-post-list-item .post-item-content .post-item-bottom a {
  background-color: transparent;
  border-radius: 0;
  color: #ff6700;
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 0;
  text-transform: uppercase;
}
.ninjablog-post-list .ninjablog-post-list-item .post-item-content .post-item-bottom a:hover,
#js-posts-container .ninjablog-post-list-item .post-item-content .post-item-bottom a:hover,
.ninjablog-post-list .postfeed-post-list-item .post-item-content .post-item-bottom a:hover,
#js-posts-container .postfeed-post-list-item .post-item-content .post-item-bottom a:hover {
  background-color: transparent;
  color: #000000;
}
.ninjablog-post-list .ninjablog-post-list-item .post-item-img,
#js-posts-container .ninjablog-post-list-item .post-item-img,
.ninjablog-post-list .postfeed-post-list-item .post-item-img,
#js-posts-container .postfeed-post-list-item .post-item-img {
  margin-right: 4%;
  width: 26%;
}
@media only screen and (max-width: 900px) {
  .ninjablog-post-list .ninjablog-post-list-item .post-item-img,
  #js-posts-container .ninjablog-post-list-item .post-item-img,
  .ninjablog-post-list .postfeed-post-list-item .post-item-img,
  #js-posts-container .postfeed-post-list-item .post-item-img {
    margin-bottom: 1.25rem;
    margin-right: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .ninjablog-post-list .ninjablog-post-list-item .post-item-img,
  #js-posts-container .ninjablog-post-list-item .post-item-img,
  .ninjablog-post-list .postfeed-post-list-item .post-item-img,
  #js-posts-container .postfeed-post-list-item .post-item-img {
    margin-right: 4%;
    width: 26%;
  }
}
@media only screen and (max-width: 640px) {
  .ninjablog-post-list .ninjablog-post-list-item .post-item-img,
  #js-posts-container .ninjablog-post-list-item .post-item-img,
  .ninjablog-post-list .postfeed-post-list-item .post-item-img,
  #js-posts-container .postfeed-post-list-item .post-item-img {
    margin-bottom: 1.25rem;
    margin-right: 0;
    width: 100%;
  }
}
.ninjablog-post-list .ninjablog-post-list-item .post-item-img img,
#js-posts-container .ninjablog-post-list-item .post-item-img img,
.ninjablog-post-list .postfeed-post-list-item .post-item-img img,
#js-posts-container .postfeed-post-list-item .post-item-img img {
  width: 100%;
}
.ninjablog-post-list .ninjablog-post-list-item .postfeed-item-date,
#js-posts-container .ninjablog-post-list-item .postfeed-item-date,
.ninjablog-post-list .postfeed-post-list-item .postfeed-item-date,
#js-posts-container .postfeed-post-list-item .postfeed-item-date {
  border-bottom: 1px solid #ff6700;
  color: #000000;
  display: inline-block;
  font-size: 0.8129999999999999rem;
  font-weight: normal;
  line-height: 2;
  margin: 0 0 1rem 0;
}
.ninjablog-post-list .ninjablog-post-list-item .postfeed-item-name,
#js-posts-container .ninjablog-post-list-item .postfeed-item-name,
.ninjablog-post-list .postfeed-post-list-item .postfeed-item-name,
#js-posts-container .postfeed-post-list-item .postfeed-item-name {
  color: #000000;
  font-size: 1.25rem;
  margin: 0 0 1rem 0;
  text-transform: uppercase;
}
.ninjablog-post-index .page-main {
  padding-top: 0;
}
.ninjablog-post-index .page-main .columns .sidebar .filter.filter-section {
  position: relative;
  margin: 0;
}
.ninjablog-post-index .page-main .columns .sidebar .filter.filter-section .open-filter {
  position: relative;
}
.ninjablog-post-index .page-main .columns .sidebar .filter.filter-section .open-filter:after {
  content: '\e900';
  color: #000000;
  cursor: pointer;
  font-family: 'ninja';
  font-size: 0.5629999999999999rem;
  position: absolute;
  right: 0;
  top: 0.8rem;
}
.ninjablog-post-index .page-main .columns .sidebar .filter.filter-section .close-filter:after {
  content: '\e902';
  color: #000000;
  cursor: pointer;
  font-family: 'ninja';
  font-size: 0.5629999999999999rem;
  position: absolute;
  right: 0;
  top: 0.8rem;
}
.ninjablog-post-index .page-main .columns .sidebar .filter.filter-section .filter-section-list.ninjablog-post-archive {
  margin-bottom: 1.5rem;
}
body .page-wrapper .page-main .blog-title-wrapper {
  background-color: transparent;
  height: auto;
  min-height: 9.375rem;
  position: relative;
  margin-bottom: 2rem;
}
body .page-wrapper .page-main .blog-title-wrapper .blog-image {
  margin-bottom: 0;
  height: auto;
}
@media only screen and (max-width: 560px) {
  body .page-wrapper .page-main .blog-title-wrapper .blog-image {
    height: 15.625rem;
    overflow: hidden;
    position: relative;
  }
}
body .page-wrapper .page-main .blog-title-wrapper .blog-image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media only screen and (max-width: 560px) {
  body .page-wrapper .page-main .blog-title-wrapper .blog-image img {
    left: 50%;
    max-height: 100%;
    max-width: none;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: auto;
  }
}
body .page-wrapper .page-main .blog-title-wrapper .page-title-wrapper {
  bottom: 2rem;
  left: 2rem;
  position: absolute;
  top: auto;
  right: auto;
  transform: none;
}
@media only screen and (max-width: 560px) {
  body .page-wrapper .page-main .blog-title-wrapper .page-title-wrapper {
    bottom: auto;
    left: 50%;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
body .page-wrapper .page-main .blog-title-wrapper .page-title-wrapper h1 {
  border-bottom: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  color: #ffffff;
  font-size: 2.813rem;
  line-height: 1;
  margin-bottom: 0;
  margin-top: 0;
  padding: 1rem;
  text-shadow: 2px 5px 9px rgba(0, 0, 0, 0.35);
  white-space: nowrap;
  z-index: 10;
  background-color: transparent;
  font-weight: normal;
  text-align: left;
}
@media only screen and (max-width: 900px) {
  body .page-wrapper .page-main .blog-title-wrapper .page-title-wrapper h1 {
    font-size: calc( 2.813rem * 0.7);
  }
}
body .page-wrapper .page-main .title-no-image {
  background-color: transparent;
  min-height: 1rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 560px) {
  body .page-wrapper .page-main .title-no-image .category-image {
    display: none;
  }
}
body .page-wrapper .page-main .title-no-image .page-title-wrapper {
  left: 0;
  position: relative;
  top: 0;
  bottom: 0;
  padding: 0;
  white-space: normal;
}
@media only screen and (max-width: 560px) {
  body .page-wrapper .page-main .title-no-image .page-title-wrapper {
    bottom: 0;
    left: 0;
    text-align: left;
    top: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
body .page-wrapper .page-main .title-no-image .page-title-wrapper h1 {
  border: 0;
  color: #000000;
  text-shadow: none;
  font-size: 2rem;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 3rem;
  padding: 0;
}
.ninjablog-post-view .page-main {
  padding-top: 0;
}
.ninjablog-post-view .page-main .sidebar .filter.filter-section {
  position: relative;
}
.ninjablog-post-view .page-main .sidebar .filter.filter-section .open-filter {
  position: relative;
}
.ninjablog-post-view .page-main .sidebar .filter.filter-section .open-filter:after {
  content: '\e900';
  color: #000000;
  cursor: pointer;
  font-family: 'ninja';
  font-size: 0.5629999999999999rem;
  position: absolute;
  right: 0;
  top: 0.8rem;
}
.ninjablog-post-view .page-main .sidebar .filter.filter-section .close-filter:after {
  content: '\e902';
  color: #000000;
  cursor: pointer;
  font-family: 'ninja';
  font-size: 0.5629999999999999rem;
  position: absolute;
  right: 0;
  top: 0.8rem;
}
.ninjablog-post-view .page-main .sidebar .filter.filter-section .filter-section-list.ninjablog-post-archive {
  margin-bottom: 1.5rem;
}
.ninjablog-post-view article .post-img {
  margin-bottom: 2rem;
}
.ninjablog-post-view .post-item-date {
  border-bottom: 1px solid #ff6700;
  color: #000000;
  display: inline-block;
  font-family: 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 0.8129999999999999rem;
  font-weight: normal;
  line-height: 2;
  margin: 0 0 1rem 0;
}
.pagination {
  margin-top: 4rem;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .pagination {
    margin-bottom: 2rem;
    margin-top: 0;
  }
}
.pagination span,
.pagination a {
  border: 1px solid #ff6700;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: bold;
  height: 1.563rem;
  line-height: 1.563rem;
  margin: 0 0.4rem 0 0;
  text-align: center;
  width: 1.563rem;
}
.pagination span:last-child,
.pagination a:last-child {
  margin-right: 0;
}
.pagination span {
  background-color: #ff6700;
  color: #ffffff;
}
.pagination a {
  background-color: transparent;
  color: #ff6700;
}
.pagination a:hover {
  background-color: #ff6700;
  color: #ffffff;
}
.pagination a.next-page {
  border: 0;
  font-size: 0;
}
.pagination a.next-page:hover {
  background-color: transparent;
}
.pagination a.next-page:hover:before {
  color: #d35703;
}
.pagination a.next-page:before {
  color: inherit;
  content: '\e903';
  font-family: 'ninja';
  font-size: 1rem;
  transition: all linear 0.15s;
}
.pagination a.previous-page {
  border: 0;
  font-size: 0;
}
.pagination a.previous-page:before {
  color: inherit;
  content: '\e91f';
  font-family: 'ninja';
  font-size: 1rem;
}
.postfeed-post-index button.more-button {
  margin: 0 auto;
}
.postfeed-post-index .page-main {
  padding-top: 0;
}
.postfeed-post-index .page-main .postfeed-title-wrapper {
  background-color: transparent;
  height: auto;
  min-height: 9.375rem;
  position: relative;
  margin-bottom: 2rem;
}
.postfeed-post-index .page-main .postfeed-title-wrapper .postfeed-image {
  margin-bottom: 0;
}
@media only screen and (max-width: 560px) {
  .postfeed-post-index .page-main .postfeed-title-wrapper .postfeed-image {
    height: 15.625rem;
    overflow: hidden;
    position: relative;
  }
}
.postfeed-post-index .page-main .postfeed-title-wrapper .postfeed-image img {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 560px) {
  .postfeed-post-index .page-main .postfeed-title-wrapper .postfeed-image img {
    left: 50%;
    max-height: 100%;
    max-width: none;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: auto;
  }
}
.postfeed-post-index .page-main .postfeed-title-wrapper .page-title-wrapper {
  bottom: 2rem;
  left: 2rem;
  position: absolute;
}
@media only screen and (max-width: 560px) {
  .postfeed-post-index .page-main .postfeed-title-wrapper .page-title-wrapper {
    bottom: auto;
    left: 50%;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.postfeed-post-index .page-main .postfeed-title-wrapper .page-title-wrapper h1 {
  border-bottom: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  color: #ffffff;
  font-size: 2.813rem;
  line-height: 1;
  margin-bottom: 0;
  margin-top: 0;
  padding: 1rem;
  text-shadow: 2px 5px 9px rgba(0, 0, 0, 0.35);
  white-space: nowrap;
  z-index: 10;
  background-color: transparent;
  font-weight: normal;
}
@media only screen and (max-width: 900px) {
  .postfeed-post-index .page-main .postfeed-title-wrapper .page-title-wrapper h1 {
    font-size: calc( 2.813rem * 0.7);
  }
}
.postfeed-post-index .page-main .title-no-image {
  background-color: transparent;
  min-height: 1rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 560px) {
  .postfeed-post-index .page-main .title-no-image .category-image {
    display: none;
  }
}
.postfeed-post-index .page-main .title-no-image .page-title-wrapper {
  left: 0;
  position: relative;
  top: 0;
  bottom: 0;
  padding: 0;
  white-space: normal;
}
@media only screen and (max-width: 560px) {
  .postfeed-post-index .page-main .title-no-image .page-title-wrapper {
    bottom: 0;
    left: 0;
    text-align: left;
    top: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
.postfeed-post-index .page-main .title-no-image .page-title-wrapper h1 {
  border: 0;
  color: #000000;
  text-shadow: none;
  font-size: 2rem;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 3rem;
  padding: 0;
}
.recent-posts {
  overflow: auto;
  padding: 30px 0;
}
.recent-posts.blog-post {
  float: left;
  margin-right: 2rem;
  padding: 0;
  width: calc((100% - 2rem) * 0.5);
}
@media only screen and (max-width: 767px) {
  .recent-posts.blog-post {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .recent-posts.blog-post:first-child {
    margin-bottom: 3rem;
  }
}
.recent-posts.blog-post:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .recent-posts.blog-post:last-child {
    margin-right: 0;
  }
}
.recent-posts.blog-post .post-img {
  float: none;
  margin: 0 0 1rem 0;
  width: 100%;
}
.recent-posts.blog-post .post-img img {
  width: 100%;
}
.recent-posts.blog-post .post-content {
  float: none;
  margin: 0;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .recent-posts.blog-post .post-content {
    margin-bottom: 0;
  }
}
.recent-posts.blog-post .post-date {
  border-bottom: 1px solid #ff6700;
  color: #000000;
  display: inline-block;
  font-size: 0.8129999999999999rem;
  font-weight: normal;
  line-height: 2;
  margin: 0 0 1rem 0;
}
.recent-posts.blog-post .post-name {
  color: #000000;
  font-family: 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 1.25rem;
  font-weight: normal;
  line-height: 1.5;
  margin: 0 0 1rem 0;
  text-transform: uppercase;
}
.recent-posts.blog-post .post-short-description {
  font-size: 1rem;
  line-height: 1.5;
  margin: 0 0 1.5rem 0;
}
.recent-posts.blog-post .post-bottom a {
  background-color: transparent;
  border-radius: 0;
  color: #ff6700;
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 0;
  text-transform: uppercase;
}
.recent-posts.blog-post .post-bottom a:hover {
  background-color: transparent;
  color: #000000;
}
/* ==== CATEGORY PAGE ==== */
.category-landing-block h3 {
  margin: 0 0 2.5rem 0;
}
.category-landing-block .block-product-slider {
  margin-top: 0;
}
.category-landing-block .category-blurbs .one-third span {
  font-size: calc(2.813rem * 0.71);
}
@media only screen and (max-width: 900px) {
  .category-landing-block .category-blurbs .one-third span {
    font-size: calc(2.813rem * 0.6);
  }
}
@media only screen and (max-width: 767px) {
  .category-landing-block .category-blurbs .one-third span {
    font-size: calc(2.813rem * 1);
  }
}
@media only screen and (max-width: 400px) {
  .category-landing-block .category-blurbs .one-third span {
    font-size: calc(2.813rem * 0.8);
  }
}
/*.page-with-filter*/
@media only screen and (max-width: 900px) {
  .page-layout-2columns-left .columns {
    display: flex;
  }
}
@media only screen and (max-width: 900px) {
  .page-layout-2columns-left .columns .sidebar-main {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
}
/* Category landing pages product slider and grid */
/* 3 columns */
.page-products .column.main .product-count-3 .grid .products.list.grid .product-item {
  margin-bottom: 4rem;
  margin-right: 4rem;
  width: calc((100% - (4rem * 2)) * 0.3333);
}
.page-products .column.main .product-count-3 .grid .products.list.grid .product-item:nth-child(3n) {
  margin-right: 0;
}
@media only screen and (max-width: 1024px) {
  .page-products .column.main .product-count-3 .grid .products.list.grid .product-item {
    margin-bottom: calc(4rem * 0.83);
    margin-right: calc(4rem * 0.83);
    width: calc((100% - ((4rem * 0.83) * 2)) * 0.3333);
  }
}
@media only screen and (max-width: 767px) {
  .page-products .column.main .product-count-3 .grid .products.list.grid .product-item {
    margin-right: calc(4rem * 0.67);
    width: calc((100% - ((4rem * 0.67) * 2)) * 0.33333);
  }
  .page-products .column.main .product-count-3 .grid .products.list.grid .product-item:nth-child(4n) {
    margin-right: calc(4rem * 0.67);
  }
  .page-products .column.main .product-count-3 .grid .products.list.grid .product-item:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 560px) {
  .page-products .column.main .product-count-3 .grid .products.list.grid .product-item {
    margin-right: calc(4rem * 0.67);
    width: calc((100% - (4rem * 0.67)) * 0.5);
  }
  .page-products .column.main .product-count-3 .grid .products.list.grid .product-item:nth-child(3n) {
    margin-right: calc(4rem * 0.67);
  }
  .page-products .column.main .product-count-3 .grid .products.list.grid .product-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .page-products .column.main .product-count-3 .grid .products.list.grid .product-item .ninja-product-item-inner .product .actions-primary button.action.primary {
    font-size: calc(0.875rem * 0.857);
  }
}
@media only screen and (max-width: 1100px) {
  .page-products .column.main .product-count-3 .grid .products.list.grid .product-item .ninja-product-item-inner .product .actions-primary button.action.primary {
    font-size: calc(0.875rem * 0.8);
  }
}
@media only screen and (max-width: 1023px) {
  .page-products .column.main .product-count-3 .grid .products.list.grid .product-item .ninja-product-item-inner .product .actions-primary button.action.primary {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 400px) {
  .page-products .column.main .product-count-3 .grid .products.list.grid .product-item .ninja-product-item-inner .product .actions-primary button.action.primary {
    font-size: calc(0.875rem * 0.85);
  }
}
@media only screen and (max-width: 1200px) {
  .page-products .column.main .product-count-3 .grid .products.list.grid .product-item .ninja-product-item-inner .product .actions-primary .stock.unavailable {
    font-size: calc(0.875rem * 0.857);
  }
}
@media only screen and (max-width: 1100px) {
  .page-products .column.main .product-count-3 .grid .products.list.grid .product-item .ninja-product-item-inner .product .actions-primary .stock.unavailable {
    font-size: calc(0.875rem * 0.8);
  }
}
@media only screen and (max-width: 1023px) {
  .page-products .column.main .product-count-3 .grid .products.list.grid .product-item .ninja-product-item-inner .product .actions-primary .stock.unavailable {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 400px) {
  .page-products .column.main .product-count-3 .grid .products.list.grid .product-item .ninja-product-item-inner .product .actions-primary .stock.unavailable {
    font-size: calc(0.875rem * 0.85);
  }
}
/* 4 columns */
.page-products .column.main .product-count-4 .grid .products.list.grid .product-item {
  margin-bottom: 3.75rem;
  margin-right: calc(3.75rem * 0.8);
  width: calc((100% - ((3.75rem * 0.8)* 3)) * 0.25);
}
.page-products .column.main .product-count-4 .grid .products.list.grid .product-item:nth-child(4n) {
  margin-right: 0;
}
@media only screen and (max-width: 1200px) {
  .page-products .column.main .product-count-4 .grid .products.list.grid .product-item {
    margin-bottom: calc(3.75rem * 0.53);
    margin-right: calc(3.75rem * 0.53);
    width: calc((100% - ((3.75rem * 0.53) * 3)) * 0.25);
  }
}
@media only screen and (max-width: 900px) {
  .page-products .column.main .product-count-4 .grid .products.list.grid .product-item {
    margin-right: calc(3.75rem * 0.53);
    width: calc((100% - ((3.75rem * 0.53) * 3)) * 0.25);
  }
  .page-products .column.main .product-count-4 .grid .products.list.grid .product-item:nth-child(3n) {
    margin-right: calc(3.75rem * 0.53);
  }
  .page-products .column.main .product-count-4 .grid .products.list.grid .product-item:nth-child(4n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .page-products .column.main .product-count-4 .grid .products.list.grid .product-item {
    margin-right: calc(3.75rem * 0.67);
    width: calc((100% - ((3.75rem * 0.67) * 2)) * 0.33333);
  }
  .page-products .column.main .product-count-4 .grid .products.list.grid .product-item:nth-child(4n) {
    margin-right: calc(3.75rem * 0.67);
  }
  .page-products .column.main .product-count-4 .grid .products.list.grid .product-item:nth-child(3n) {
    margin-right: 0;
  }
  .page-products .column.main .product-count-4 .grid .products.list.grid .product-item:nth-child(8),
  .page-products .column.main .product-count-4 .grid .products.list.grid .product-item:nth-child(7) {
    display: none;
  }
}
@media only screen and (max-width: 560px) {
  .page-products .column.main .product-count-4 .grid .products.list.grid .product-item {
    margin-right: calc(3.75rem * 0.67);
    width: calc((100% - (3.75rem * 0.67)) * 0.5);
  }
  .page-products .column.main .product-count-4 .grid .products.list.grid .product-item:nth-child(3n) {
    margin-right: calc(3.75rem * 0.67);
  }
  .page-products .column.main .product-count-4 .grid .products.list.grid .product-item:nth-child(2n) {
    margin-right: 0;
  }
  .page-products .column.main .product-count-4 .grid .products.list.grid .product-item:nth-child(8),
  .page-products .column.main .product-count-4 .grid .products.list.grid .product-item:nth-child(7) {
    display: inline-block;
  }
}
@media only screen and (max-width: 1200px) {
  .page-products .column.main .product-count-4 .grid .products.list.grid .product-item .ninja-product-item-inner .product .actions-primary button.action.primary {
    font-size: calc(0.875rem * 0.857);
  }
}
@media only screen and (max-width: 1100px) {
  .page-products .column.main .product-count-4 .grid .products.list.grid .product-item .ninja-product-item-inner .product .actions-primary button.action.primary {
    font-size: calc(0.875rem * 0.8);
  }
}
@media only screen and (max-width: 1023px) {
  .page-products .column.main .product-count-4 .grid .products.list.grid .product-item .ninja-product-item-inner .product .actions-primary button.action.primary {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 400px) {
  .page-products .column.main .product-count-4 .grid .products.list.grid .product-item .ninja-product-item-inner .product .actions-primary button.action.primary {
    font-size: calc(0.875rem * 0.85);
  }
}
@media only screen and (max-width: 1200px) {
  .page-products .column.main .product-count-4 .grid .products.list.grid .product-item .ninja-product-item-inner .product .actions-primary .stock.unavailable {
    font-size: calc(0.875rem * 0.857);
  }
}
@media only screen and (max-width: 1100px) {
  .page-products .column.main .product-count-4 .grid .products.list.grid .product-item .ninja-product-item-inner .product .actions-primary .stock.unavailable {
    font-size: calc(0.875rem * 0.8);
  }
}
@media only screen and (max-width: 1023px) {
  .page-products .column.main .product-count-4 .grid .products.list.grid .product-item .ninja-product-item-inner .product .actions-primary .stock.unavailable {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 400px) {
  .page-products .column.main .product-count-4 .grid .products.list.grid .product-item .ninja-product-item-inner .product .actions-primary .stock.unavailable {
    font-size: calc(0.875rem * 0.85);
  }
}
/* 5 columns */
.page-products .column.main .product-count-5 .grid .products.list.grid .product-item {
  margin-bottom: 3.75rem;
  margin-right: calc(2.8rem * 0.71);
  width: calc((100% - ((2.8rem * 0.71) * 4)) * 0.20);
}
.page-products .column.main .product-count-5 .grid .products.list.grid .product-item:nth-child(5n) {
  margin-right: 0;
}
@media only screen and (max-width: 1200px) {
  .page-products .column.main .product-count-5 .grid .products.list.grid .product-item {
    margin-bottom: calc(3.75rem * 0.73);
    margin-right: calc(2.8rem * 0.73);
    width: calc((100% - ((2.8rem * 0.73) * 4)) * 0.20);
  }
}
@media only screen and (max-width: 1024px) {
  .page-products .column.main .product-count-5 .grid .products.list.grid .product-item {
    margin-right: calc(2.8rem * 0.83);
    width: calc((100% - ((2.8rem * 0.83) * 3)) * 0.25);
  }
  .page-products .column.main .product-count-5 .grid .products.list.grid .product-item:nth-child(5n) {
    margin-right: calc(2.8rem * 0.83);
  }
  .page-products .column.main .product-count-5 .grid .products.list.grid .product-item:nth-child(4n) {
    margin-right: 0;
  }
  .page-products .column.main .product-count-5 .grid .products.list.grid .product-item:nth-child(9),
  .page-products .column.main .product-count-5 .grid .products.list.grid .product-item:nth-child(10) {
    display: none;
  }
}
@media only screen and (max-width: 900px) {
  .page-products .column.main .product-count-5 .grid .products.list.grid .product-item {
    margin-right: calc(2.8rem * 0.83);
    width: calc((100% - ((2.8rem * 0.83) * 3)) * 0.25);
  }
  .page-products .column.main .product-count-5 .grid .products.list.grid .product-item:nth-child(3n) {
    margin-right: calc(2.8rem * 0.83);
  }
  .page-products .column.main .product-count-5 .grid .products.list.grid .product-item:nth-child(4n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .page-products .column.main .product-count-5 .grid .products.list.grid .product-item {
    margin-right: calc(2.8rem * 0.87);
    width: calc((100% - ((2.8rem * 0.87) * 2)) * 0.33333);
  }
  .page-products .column.main .product-count-5 .grid .products.list.grid .product-item:nth-child(4n) {
    margin-right: calc(2.8rem * 0.87);
  }
  .page-products .column.main .product-count-5 .grid .products.list.grid .product-item:nth-child(3n) {
    margin-right: 0;
  }
  .page-products .column.main .product-count-5 .grid .products.list.grid .product-item:nth-child(9) {
    display: inline-block;
  }
}
@media only screen and (max-width: 560px) {
  .page-products .column.main .product-count-5 .grid .products.list.grid .product-item {
    margin-right: calc(2.8rem * 0.67);
    width: calc((100% - (2.8rem * 0.67)) * 0.5);
  }
  .page-products .column.main .product-count-5 .grid .products.list.grid .product-item:nth-child(3n) {
    margin-right: calc(2.8rem * 0.67);
  }
  .page-products .column.main .product-count-5 .grid .products.list.grid .product-item:nth-child(5n) {
    margin-right: calc(2.8rem * 0.67);
  }
  .page-products .column.main .product-count-5 .grid .products.list.grid .product-item:nth-child(2n) {
    margin-right: 0;
  }
  .page-products .column.main .product-count-5 .grid .products.list.grid .product-item:nth-child(10) {
    display: inline-block;
  }
}
@media only screen and (max-width: 1200px) {
  .page-products .column.main .product-count-5 .grid .products.list.grid .product-item .ninja-product-item-inner .product .actions-primary button.action.primary {
    font-size: calc(0.875rem * 0.857);
  }
}
@media only screen and (max-width: 1100px) {
  .page-products .column.main .product-count-5 .grid .products.list.grid .product-item .ninja-product-item-inner .product .actions-primary button.action.primary {
    font-size: calc(0.875rem * 0.8);
  }
}
@media only screen and (max-width: 1023px) {
  .page-products .column.main .product-count-5 .grid .products.list.grid .product-item .ninja-product-item-inner .product .actions-primary button.action.primary {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 400px) {
  .page-products .column.main .product-count-5 .grid .products.list.grid .product-item .ninja-product-item-inner .product .actions-primary button.action.primary {
    font-size: calc(0.875rem * 0.85);
  }
}
@media only screen and (max-width: 1200px) {
  .page-products .column.main .product-count-5 .grid .products.list.grid .product-item .ninja-product-item-inner .product .actions-primary .stock.unavailable {
    font-size: calc(0.875rem * 0.857);
  }
}
@media only screen and (max-width: 1100px) {
  .page-products .column.main .product-count-5 .grid .products.list.grid .product-item .ninja-product-item-inner .product .actions-primary .stock.unavailable {
    font-size: calc(0.875rem * 0.8);
  }
}
@media only screen and (max-width: 1023px) {
  .page-products .column.main .product-count-5 .grid .products.list.grid .product-item .ninja-product-item-inner .product .actions-primary .stock.unavailable {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 400px) {
  .page-products .column.main .product-count-5 .grid .products.list.grid .product-item .ninja-product-item-inner .product .actions-primary .stock.unavailable {
    font-size: calc(0.875rem * 0.85);
  }
}
.instagram-widget {
  overflow: auto;
}
.instagram-widget ul {
  margin: 0;
  padding: 0;
}
.instagram-widget ul li {
  display: block;
  float: left;
  list-style-type: none;
  margin: 0 1.5rem 1.5rem 0;
  overflow: hidden;
  padding-top: calc((100% - (1.5rem * 3)) * 0.25);
  position: relative;
  width: calc((100% - (1.5rem * 3)) * 0.25);
}
.instagram-widget ul li:nth-child(4n) {
  margin-right: 0;
}
@media only screen and (max-width: 1024px) {
  .instagram-widget ul li {
    width: calc((100% - (1.5rem * 2)) * 0.33333);
    padding-top: calc((100% - (1.5rem * 2)) * 0.33333);
  }
  .instagram-widget ul li:nth-child(4n) {
    margin-right: 1.5rem;
  }
  .instagram-widget ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 900px) {
  .instagram-widget ul li {
    width: calc((100% - (1.5rem * 3)) * 0.25);
    padding-top: calc((100% - (1.5rem * 3)) * 0.25);
  }
  .instagram-widget ul li:nth-child(3n) {
    margin-right: 1.5rem;
  }
  .instagram-widget ul li:nth-child(4n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .instagram-widget ul li {
    width: calc((100% - (1.5rem * 2)) * 0.33333);
    padding-top: calc((100% - (1.5rem * 2)) * 0.33333);
  }
  .instagram-widget ul li:nth-child(4n) {
    margin-right: 1.5rem;
  }
  .instagram-widget ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 560px) {
  .instagram-widget ul li {
    width: calc((100% - 1.5rem) * 0.5);
    padding-top: calc((100% - 1.5rem) * 0.5);
  }
  .instagram-widget ul li:nth-child(3n) {
    margin-right: 1.5rem;
  }
  .instagram-widget ul li:nth-child(2n) {
    margin-right: 0;
  }
}
.instagram-widget ul li a {
  display: block;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}
.instagram-widget ul li img {
  display: block;
  height: 100%;
  max-width: none;
  left: 50%;
  position: absolute;
  top: 50%;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.page-layout-1column.page-products .column.main {
  width: 100%;
}
body.page-products .columns .column.main .grouped-list .products.list .product-item {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  body.page-products .columns .column.main .grouped-list .products.list .product-item {
    width: 100%;
  }
}
body.page-products .columns .column.main .grouped-list .products.list .product-item .product-item-info .product-item-details .product-item-name {
  border-width: 0 0 2px 0;
  border-color: #ff6700;
  border-style: solid;
  padding: 0.5rem 0;
  margin: 0 0 2rem 0;
  text-align: left;
  text-transform: uppercase;
  color: #000000;
  font-size: 1.1rem;
}
body.page-products .columns .column.main .grouped-list .products.list .product-item .product-item-info .product-item-details .product-item-name strong {
  font-weight: normal;
}
body.page-products .columns .column.main .grouped-list .products.list .product-item .product-item-info .product-item-details .product-item-image {
  display: inline-block;
  float: left;
  width: 50%;
}
@media only screen and (max-width: 640px) {
  body.page-products .columns .column.main .grouped-list .products.list .product-item .product-item-info .product-item-details .product-item-image {
    width: 100%;
  }
}
body.page-products .columns .column.main .grouped-list .products.list .product-item .product-item-info .product-item-details .product-item-description {
  height: auto;
  overflow: auto;
  font-size: 0.9rem;
  float: right;
  width: 50%;
}
@media only screen and (max-width: 640px) {
  body.page-products .columns .column.main .grouped-list .products.list .product-item .product-item-info .product-item-details .product-item-description {
    width: 100%;
    float: left;
  }
}
body.page-products .columns .column.main .grouped-list .products.list .product-item .product-item-info .product-associated {
  height: auto;
}
body.page-products .columns .column.main .grouped-list .products.list .product-item .product-item-info .product-associated .table-wrapper .table.data thead tr {
  background-color: #ff6700;
  color: #ffffff;
}
body.page-products .columns .column.main .grouped-list .products.list .product-item .product-item-info .product-associated .table-wrapper .table.data thead tr th {
  text-transform: none;
  padding: 0.5rem;
  min-width: 35px;
  text-align: left;
  border-bottom: none;
  font-weight: normal;
  font-size: 0.85rem;
}
@media only screen and (max-width: 1024px) {
  body.page-products .columns .column.main .grouped-list .products.list .product-item .product-item-info .product-associated .table-wrapper .table.data thead tr th {
    font-size: calc(0.85rem * 0.85);
  }
}
@media only screen and (max-width: 640px) {
  body.page-products .columns .column.main .grouped-list .products.list .product-item .product-item-info .product-associated .table-wrapper .table.data thead tr th {
    font-size: 0.85rem;
  }
}
body.page-products .columns .column.main .grouped-list .products.list .product-item .product-item-info .product-associated .table-wrapper .table.data tbody tr {
  font-size: 0.8rem;
}
body.page-products .columns .column.main .grouped-list .products.list .product-item .product-item-info .product-associated .table-wrapper .table.data tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}
@media only screen and (max-width: 1024px) {
  body.page-products .columns .column.main .grouped-list .products.list .product-item .product-item-info .product-associated .table-wrapper .table.data tbody tr {
    font-size: calc(0.8rem * 0.8);
  }
}
@media only screen and (max-width: 640px) {
  body.page-products .columns .column.main .grouped-list .products.list .product-item .product-item-info .product-associated .table-wrapper .table.data tbody tr {
    font-size: 0.8rem;
  }
}
body.page-products .columns .column.main .grouped-list .products.list .product-item .product-item-info .product-associated .table-wrapper .table.data tbody tr td {
  padding: 0.5rem;
  text-align: left;
  vertical-align: middle;
}
@media only screen and (max-width: 640px) {
  body.page-products .columns .column.main .grouped-list .products.list .product-item .product-item-info .product-associated .table-wrapper .table.data tbody tr td {
    width: 100%;
    float: none;
  }
}
body.page-products .columns .column.main .grouped-list .products.list .product-item .product-item-info .product-associated .table-wrapper .table.data tbody tr td:before {
  text-transform: none;
  font-weight: bold;
}
body.page-products .columns .column.main .grouped-list .products.list .product-item .product-item-info .product-associated .table-wrapper .table.data tbody tr td .product-add-form form#product_addtocart_form {
  display: inline-flex;
  flex-flow: row wrap;
  position: relative;
  flex: 1 100%;
  width: 100%;
}
body.page-products .columns .column.main .grouped-list .products.list .product-item .product-item-info .product-associated .table-wrapper .table.data tbody tr td .product-add-form form#product_addtocart_form .actions-secondary {
  bottom: unset;
  right: unset;
  top: unset;
  position: relative;
  float: right;
  order: 2;
  display: inline-block;
  padding: 5px 10px 0 2px;
}
@media only screen and (max-width: 640px) {
  body.page-products .columns .column.main .grouped-list .products.list .product-item .product-item-info .product-associated .table-wrapper .table.data tbody tr td .product-add-form form#product_addtocart_form .actions-secondary {
    display: block;
    padding: 10px 10px 10px 0px;
    clear: both;
  }
}
body.page-products .columns .column.main .grouped-list .products.list .product-item .product-item-info .product-associated .table-wrapper .table.data tbody tr td .product-add-form form#product_addtocart_form .product-options-wrapper {
  display: inline-block;
  float: left;
  order: 1;
}
@media only screen and (max-width: 640px) {
  body.page-products .columns .column.main .grouped-list .products.list .product-item .product-item-info .product-associated .table-wrapper .table.data tbody tr td .product-add-form form#product_addtocart_form .product-options-wrapper {
    display: block;
    clear: both;
    width: 100%;
  }
}
body.page-products .columns .column.main .grouped-list .products.list .product-item .product-item-info .product-associated .table-wrapper .table.data tbody tr td .product-add-form form#product_addtocart_form .product-options-wrapper .fieldset .box-tocart .field.qty {
  padding: 0;
  margin: 0;
  display: inline-block;
  float: left;
}
body.page-products .columns .column.main .grouped-list .products.list .product-item .product-item-info .product-associated .table-wrapper .table.data tbody tr td .product-add-form form#product_addtocart_form .product-options-wrapper .fieldset .box-tocart .field.qty .label {
  display: none;
}
body.page-products .columns .column.main .grouped-list .products.list .product-item .product-item-info .product-associated .table-wrapper .table.data tbody tr td .product-add-form form#product_addtocart_form .product-options-wrapper .fieldset .box-tocart .field.qty .control {
  float: left;
  display: inline-block;
}
body.page-products .columns .column.main .grouped-list .products.list .product-item .product-item-info .product-associated .table-wrapper .table.data tbody tr td .product-add-form form#product_addtocart_form .product-options-wrapper .fieldset .box-tocart .field.qty .control input {
  height: 1.8rem;
  width: 2.8rem;
  margin: 0;
  font-size: 0.8rem;
}
@media only screen and (max-width: 1024px) {
  body.page-products .columns .column.main .grouped-list .products.list .product-item .product-item-info .product-associated .table-wrapper .table.data tbody tr td .product-add-form form#product_addtocart_form .product-options-wrapper .fieldset .box-tocart .field.qty .control input {
    font-size: calc(0.8rem * 0.8);
  }
}
@media only screen and (max-width: 640px) {
  body.page-products .columns .column.main .grouped-list .products.list .product-item .product-item-info .product-associated .table-wrapper .table.data tbody tr td .product-add-form form#product_addtocart_form .product-options-wrapper .fieldset .box-tocart .field.qty .control input {
    font-size: 0.8rem;
  }
}
body.page-products .columns .column.main .grouped-list .products.list .product-item .product-item-info .product-associated .table-wrapper .table.data tbody tr td .product-add-form form#product_addtocart_form .product-options-bottom {
  float: right;
  display: inline-block;
  order: 3;
}
@media only screen and (max-width: 640px) {
  body.page-products .columns .column.main .grouped-list .products.list .product-item .product-item-info .product-associated .table-wrapper .table.data tbody tr td .product-add-form form#product_addtocart_form .product-options-bottom {
    display: block;
    clear: both;
    width: 100%;
  }
}
body.page-products .columns .column.main .grouped-list .products.list .product-item .product-item-info .product-associated .table-wrapper .table.data tbody tr td .product-add-form form#product_addtocart_form .product-options-bottom .box-tocart {
  display: inline-block;
  margin: 0;
}
body.page-products .columns .column.main .grouped-list .products.list .product-item .product-item-info .product-associated .table-wrapper .table.data tbody tr td .product-add-form form#product_addtocart_form .product-options-bottom .box-tocart .fieldset .actions {
  padding: 0;
  display: inline-block;
  vertical-align: unset;
}
body.page-products .columns .column.main .grouped-list .products.list .product-item .product-item-info .product-associated .table-wrapper .table.data tbody tr td .product-add-form form#product_addtocart_form .product-options-bottom .box-tocart .fieldset .actions button {
  font-size: 0.7rem;
  padding: 0.5rem;
  line-height: 1.1;
}
@media only screen and (max-width: 640px) {
  body.page-products .columns .column.main .grouped-list .products.list .product-item .product-item-info .product-associated .table-wrapper .table.data tbody tr td .product-add-form form#product_addtocart_form .product-options-bottom .box-tocart .fieldset .actions button {
    font-size: calc(0.7rem * 1.2);
    padding: 0.7rem 0.9rem;
  }
}
body.page-products .columns .column.main .grouped-list .products.list .product-item .product-item-info .product-associated .table-wrapper .table.data tbody tr td.col.qty {
  width: 125px;
  text-align: right;
}
@media only screen and (max-width: 640px) {
  body.page-products .columns .column.main .grouped-list .products.list .product-item .product-item-info .product-associated .table-wrapper .table.data tbody tr td.col.qty {
    width: 100px;
    text-align: left;
  }
  body.page-products .columns .column.main .grouped-list .products.list .product-item .product-item-info .product-associated .table-wrapper .table.data tbody tr td.col.qty:before {
    display: none;
  }
}
body.page-products .columns .column.main .grouped-list .products.list .product-item .product-item-info .product-associated .table-wrapper .table.data .col.item.tier-price {
  width: 50px;
}
@media only screen and (max-width: 640px) {
  body.page-products .columns .column.main .grouped-list .products.list .product-item .product-item-info .product-associated .table-wrapper .table.data .col.item.tier-price {
    width: 100%;
  }
}
.page-products .page-main {
  padding-top: 0;
}
.page-products .column.main {
  width: 75%;
}
.page-products .column.main h3 {
  font-size: 2.188rem;
  font-weight: 300;
  text-transform: none;
}
.page-products .column.main .products {
  margin: 2rem 0 0 0;
}
.page-products .column.main .products.list .product-item .product-image-wrapper {
  padding-bottom: 100% !important;
}
.page-products .column.main .products.list .product-item .product-image-wrapper .product-image-photo {
  max-height: 100%;
  width: auto;
}
.page-products .column.main .products.list .product-item .product.details {
  margin: calc((1rem * 1.4) * 1.285) 0 0.625rem 0;
}
.page-products .sidebar-main {
  padding: 0;
  width: 20%;
}
@media only screen and (max-width: 900px) {
  .page-products .sidebar-main {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.page-products .column.main .block-product-slider.product-count-3 .products-grid .products.list:not(.grid) .product-item {
  margin-right: 0;
}
@media only screen and (max-width: 1200px) {
  .page-products .column.main .block-product-slider.product-count-3 .products-grid .products.list:not(.grid) .product-item-info .product.details .actions-primary button.action.primary {
    font-size: calc(0.875rem * 0.857);
  }
}
@media only screen and (max-width: 1100px) {
  .page-products .column.main .block-product-slider.product-count-3 .products-grid .products.list:not(.grid) .product-item-info .product.details .actions-primary button.action.primary {
    font-size: calc(0.875rem * 0.8);
  }
}
@media only screen and (max-width: 1023px) {
  .page-products .column.main .block-product-slider.product-count-3 .products-grid .products.list:not(.grid) .product-item-info .product.details .actions-primary button.action.primary {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 400px) {
  .page-products .column.main .block-product-slider.product-count-3 .products-grid .products.list:not(.grid) .product-item-info .product.details .actions-primary button.action.primary {
    font-size: calc(0.875rem * 0.85);
  }
}
@media only screen and (max-width: 1200px) {
  .page-products .column.main .block-product-slider.product-count-3 .products-grid .products.list:not(.grid) .product-item-info .product.details .actions-primary .stock.unavailable {
    font-size: calc(0.875rem * 0.857);
  }
}
@media only screen and (max-width: 1100px) {
  .page-products .column.main .block-product-slider.product-count-3 .products-grid .products.list:not(.grid) .product-item-info .product.details .actions-primary .stock.unavailable {
    font-size: calc(0.875rem * 0.8);
  }
}
@media only screen and (max-width: 1023px) {
  .page-products .column.main .block-product-slider.product-count-3 .products-grid .products.list:not(.grid) .product-item-info .product.details .actions-primary .stock.unavailable {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 400px) {
  .page-products .column.main .block-product-slider.product-count-3 .products-grid .products.list:not(.grid) .product-item-info .product.details .actions-primary .stock.unavailable {
    font-size: calc(0.875rem * 0.85);
  }
}
.page-products .column.main .block-product-slider.product-count-4 .products-grid .products.list:not(.grid) .slick-list .slick-track li.item {
  padding: 0 1.5625rem;
}
@media only screen and (max-width: 1100px) {
  .page-products .column.main .block-product-slider.product-count-4 .products-grid .products.list:not(.grid) .slick-list .slick-track li.item {
    padding: 0 1rem;
  }
}
@media only screen and (max-width: 1023px) {
  .page-products .column.main .block-product-slider.product-count-4 .products-grid .products.list:not(.grid) .slick-list .slick-track li.item {
    padding: 0 calc(2.5rem * 0.75);
  }
}
@media only screen and (max-width: 900px) {
  .page-products .column.main .block-product-slider.product-count-4 .products-grid .products.list:not(.grid) .slick-list .slick-track li.item {
    padding: 0 calc(2.5rem * 0.375);
  }
}
@media only screen and (max-width: 1200px) {
  .page-products .column.main .block-product-slider.product-count-4 .products-grid .products.list:not(.grid) .slick-list .slick-track li.item .product-item-info .product.details .actions-primary button.action.primary {
    font-size: calc(0.875rem * 0.857);
  }
}
@media only screen and (max-width: 1100px) {
  .page-products .column.main .block-product-slider.product-count-4 .products-grid .products.list:not(.grid) .slick-list .slick-track li.item .product-item-info .product.details .actions-primary button.action.primary {
    font-size: calc(0.875rem * 0.8);
  }
}
@media only screen and (max-width: 1023px) {
  .page-products .column.main .block-product-slider.product-count-4 .products-grid .products.list:not(.grid) .slick-list .slick-track li.item .product-item-info .product.details .actions-primary button.action.primary {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 400px) {
  .page-products .column.main .block-product-slider.product-count-4 .products-grid .products.list:not(.grid) .slick-list .slick-track li.item .product-item-info .product.details .actions-primary button.action.primary {
    font-size: calc(0.875rem * 0.85);
  }
}
@media only screen and (max-width: 1200px) {
  .page-products .column.main .block-product-slider.product-count-4 .products-grid .products.list:not(.grid) .slick-list .slick-track li.item .product-item-info .product.details .actions-primary .stock.unavailable {
    font-size: calc(0.875rem * 0.857);
  }
}
@media only screen and (max-width: 1100px) {
  .page-products .column.main .block-product-slider.product-count-4 .products-grid .products.list:not(.grid) .slick-list .slick-track li.item .product-item-info .product.details .actions-primary .stock.unavailable {
    font-size: calc(0.875rem * 0.8);
  }
}
@media only screen and (max-width: 1023px) {
  .page-products .column.main .block-product-slider.product-count-4 .products-grid .products.list:not(.grid) .slick-list .slick-track li.item .product-item-info .product.details .actions-primary .stock.unavailable {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 400px) {
  .page-products .column.main .block-product-slider.product-count-4 .products-grid .products.list:not(.grid) .slick-list .slick-track li.item .product-item-info .product.details .actions-primary .stock.unavailable {
    font-size: calc(0.875rem * 0.85);
  }
}
.page-products .column.main .block-product-slider.product-count-4 .products-grid .products.list:not(.grid) .product-item {
  margin-right: 0;
  padding: 0 1.5625rem;
}
@media only screen and (max-width: 1100px) {
  .page-products .column.main .block-product-slider.product-count-4 .products-grid .products.list:not(.grid) .product-item {
    padding: 0 1rem;
  }
}
@media only screen and (max-width: 1023px) {
  .page-products .column.main .block-product-slider.product-count-4 .products-grid .products.list:not(.grid) .product-item {
    padding: 0 calc(2.5rem * 0.75);
  }
}
@media only screen and (max-width: 900px) {
  .page-products .column.main .block-product-slider.product-count-4 .products-grid .products.list:not(.grid) .product-item {
    padding: 0 calc(2.5rem * 0.375);
  }
}
@media only screen and (max-width: 1200px) {
  .page-products .column.main .block-product-slider.product-count-4 .products-grid .products.list:not(.grid) .product-item .stock.unavailable {
    font-size: calc(0.875rem * 0.857);
  }
}
@media only screen and (max-width: 1100px) {
  .page-products .column.main .block-product-slider.product-count-4 .products-grid .products.list:not(.grid) .product-item .stock.unavailable {
    font-size: calc(0.875rem * 0.8);
  }
}
@media only screen and (max-width: 1023px) {
  .page-products .column.main .block-product-slider.product-count-4 .products-grid .products.list:not(.grid) .product-item .stock.unavailable {
    font-size: 0.875rem;
  }
}
.page-products .column.main .block-product-slider.product-count-5 .products-grid .products.list:not(.grid) .slick-list .slick-track li.item {
  padding: 0 1rem;
}
@media only screen and (max-width: 1300px) {
  .page-products .column.main .block-product-slider.product-count-5 .products-grid .products.list:not(.grid) .slick-list .slick-track li.item {
    padding: 0 0.75rem;
  }
}
@media only screen and (max-width: 1023px) {
  .page-products .column.main .block-product-slider.product-count-5 .products-grid .products.list:not(.grid) .slick-list .slick-track li.item {
    padding: 0 calc(2.5rem * 0.75);
  }
}
@media only screen and (max-width: 900px) {
  .page-products .column.main .block-product-slider.product-count-5 .products-grid .products.list:not(.grid) .slick-list .slick-track li.item {
    padding: 0 calc(2.5rem * 0.375);
  }
}
@media only screen and (max-width: 1200px) {
  .page-products .column.main .block-product-slider.product-count-5 .products-grid .products.list:not(.grid) .slick-list .slick-track li.item .product-item-info .product.details .actions-primary button.action.primary {
    font-size: calc(0.875rem * 0.857);
  }
}
@media only screen and (max-width: 1100px) {
  .page-products .column.main .block-product-slider.product-count-5 .products-grid .products.list:not(.grid) .slick-list .slick-track li.item .product-item-info .product.details .actions-primary button.action.primary {
    font-size: calc(0.875rem * 0.8);
  }
}
@media only screen and (max-width: 1023px) {
  .page-products .column.main .block-product-slider.product-count-5 .products-grid .products.list:not(.grid) .slick-list .slick-track li.item .product-item-info .product.details .actions-primary button.action.primary {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 400px) {
  .page-products .column.main .block-product-slider.product-count-5 .products-grid .products.list:not(.grid) .slick-list .slick-track li.item .product-item-info .product.details .actions-primary button.action.primary {
    font-size: calc(0.875rem * 0.85);
  }
}
@media only screen and (max-width: 1200px) {
  .page-products .column.main .block-product-slider.product-count-5 .products-grid .products.list:not(.grid) .slick-list .slick-track li.item .product-item-info .product.details .actions-primary .stock.unavailable {
    font-size: calc(0.875rem * 0.857);
  }
}
@media only screen and (max-width: 1100px) {
  .page-products .column.main .block-product-slider.product-count-5 .products-grid .products.list:not(.grid) .slick-list .slick-track li.item .product-item-info .product.details .actions-primary .stock.unavailable {
    font-size: calc(0.875rem * 0.8);
  }
}
@media only screen and (max-width: 1023px) {
  .page-products .column.main .block-product-slider.product-count-5 .products-grid .products.list:not(.grid) .slick-list .slick-track li.item .product-item-info .product.details .actions-primary .stock.unavailable {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 400px) {
  .page-products .column.main .block-product-slider.product-count-5 .products-grid .products.list:not(.grid) .slick-list .slick-track li.item .product-item-info .product.details .actions-primary .stock.unavailable {
    font-size: calc(0.875rem * 0.85);
  }
}
.page-products .column.main .block-product-slider.product-count-5 .products-grid .products.list:not(.grid) .product-item {
  margin-right: 0;
  padding: 0 1rem;
}
@media only screen and (max-width: 1300px) {
  .page-products .column.main .block-product-slider.product-count-5 .products-grid .products.list:not(.grid) .product-item {
    padding: 0 0.75rem;
  }
}
@media only screen and (max-width: 1023px) {
  .page-products .column.main .block-product-slider.product-count-5 .products-grid .products.list:not(.grid) .product-item {
    padding: 0 calc(2.5rem * 0.75);
  }
}
@media only screen and (max-width: 900px) {
  .page-products .column.main .block-product-slider.product-count-5 .products-grid .products.list:not(.grid) .product-item {
    padding: 0 calc(2.5rem * 0.375);
  }
}
@media only screen and (max-width: 1200px) {
  .page-products .column.main .block-product-slider.product-count-5 .products-grid .products.list:not(.grid) .product-item button.action.primary {
    font-size: calc(0.875rem * 0.857);
  }
}
@media only screen and (max-width: 1100px) {
  .page-products .column.main .block-product-slider.product-count-5 .products-grid .products.list:not(.grid) .product-item button.action.primary {
    font-size: calc(0.875rem * 0.8);
  }
}
@media only screen and (max-width: 1023px) {
  .page-products .column.main .block-product-slider.product-count-5 .products-grid .products.list:not(.grid) .product-item button.action.primary {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 1200px) {
  .page-products .column.main .block-product-slider.product-count-5 .products-grid .products.list:not(.grid) .product-item .stock.unavailable {
    font-size: calc(0.875rem * 0.857);
  }
}
@media only screen and (max-width: 1100px) {
  .page-products .column.main .block-product-slider.product-count-5 .products-grid .products.list:not(.grid) .product-item .stock.unavailable {
    font-size: calc(0.875rem * 0.8);
  }
}
@media only screen and (max-width: 1023px) {
  .page-products .column.main .block-product-slider.product-count-5 .products-grid .products.list:not(.grid) .product-item .stock.unavailable {
    font-size: 0.875rem;
  }
}
.page-products .stock.unavailable {
  line-height: calc(1.8 * 0.778);
}
@media only screen and (max-width: 900px) {
  .page-products .column.main .sidebar-main h3 {
    font-size: 1.25rem;
    text-transform: uppercase;
    font-weight: normal;
  }
}
/* 4 columns */
.page-products.category-columns-4 .column.main .products.list.product-items .product-item {
  margin-bottom: 3.75rem;
  margin-right: 3.75rem;
  width: calc((100% - (3.75rem * 3)) * 0.25);
}
.page-products.category-columns-4 .column.main .products.list.product-items .product-item:nth-child(4n) {
  margin-right: 0;
}
@media only screen and (max-width: 1200px) {
  .page-products.category-columns-4 .column.main .products.list.product-items .product-item {
    margin-bottom: calc(3.75rem * 0.53);
    margin-right: calc(3.75rem * 0.53);
    width: calc((100% - ((3.75rem * 0.53) * 3)) * 0.25);
  }
}
@media only screen and (max-width: 1024px) {
  .page-products.category-columns-4 .column.main .products.list.product-items .product-item {
    margin-bottom: calc(3.75rem * 0.67);
    margin-right: calc(3.75rem * 0.67);
    width: calc((100% - ((3.75rem * 0.67) * 2)) * 0.33333);
  }
  .page-products.category-columns-4 .column.main .products.list.product-items .product-item:nth-child(4n) {
    margin-right: calc(3.75rem * 0.67);
  }
  .page-products.category-columns-4 .column.main .products.list.product-items .product-item:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 900px) {
  .page-products.category-columns-4 .column.main .products.list.product-items .product-item {
    margin-right: calc(3.75rem * 0.53);
    width: calc((100% - ((3.75rem * 0.53) * 3)) * 0.25);
  }
  .page-products.category-columns-4 .column.main .products.list.product-items .product-item:nth-child(3n) {
    margin-right: calc(3.75rem * 0.53);
  }
  .page-products.category-columns-4 .column.main .products.list.product-items .product-item:nth-child(4n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .page-products.category-columns-4 .column.main .products.list.product-items .product-item {
    margin-right: calc(3.75rem * 0.67);
    width: calc((100% - ((3.75rem * 0.67) * 2)) * 0.33333);
  }
  .page-products.category-columns-4 .column.main .products.list.product-items .product-item:nth-child(4n) {
    margin-right: calc(3.75rem * 0.67);
  }
  .page-products.category-columns-4 .column.main .products.list.product-items .product-item:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 560px) {
  .page-products.category-columns-4 .column.main .products.list.product-items .product-item {
    margin-right: calc(3.75rem * 0.67);
    width: calc((100% - (3.75rem * 0.67)) * 0.5);
  }
  .page-products.category-columns-4 .column.main .products.list.product-items .product-item:nth-child(3n) {
    margin-right: calc(3.75rem * 0.67);
  }
  .page-products.category-columns-4 .column.main .products.list.product-items .product-item:nth-child(2n) {
    margin-right: 0;
  }
}
/* 3 columns */
.page-products.category-columns-3 .column.main .products.list .product-item {
  margin-bottom: 3.75rem;
  margin-right: 3.75rem;
  width: calc((100% - (3.75rem * 2)) * 0.33333);
}
.page-products.category-columns-3 .column.main .products.list .product-item:nth-child(3n) {
  margin-right: 0;
}
@media only screen and (max-width: 1024px) {
  .page-products.category-columns-3 .column.main .products.list .product-item {
    margin-bottom: calc(3.75rem * 0.67);
    margin-right: calc(3.75rem * 0.67);
    width: calc((100% - ((3.75rem * 0.67) * 2)) * 0.33333);
  }
  .page-products.category-columns-3 .column.main .products.list .product-item:nth-child(4n) {
    margin-right: calc(3.75rem * 0.67);
  }
  .page-products.category-columns-3 .column.main .products.list .product-item:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 900px) {
  .page-products.category-columns-3 .column.main .products.list .product-item {
    margin-right: calc(3.75rem * 0.53);
    width: calc((100% - ((3.75rem * 0.53) * 2)) * 0.33333);
  }
  .page-products.category-columns-3 .column.main .products.list .product-item:nth-child(2n) {
    margin-right: calc(3.75rem * 0.53);
  }
  .page-products.category-columns-3 .column.main .products.list .product-item:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .page-products.category-columns-3 .column.main .products.list .product-item {
    margin-right: calc(3.75rem * 0.67);
    width: calc((100% - ((3.75rem * 0.67) * 2)) * 0.33333);
  }
  .page-products.category-columns-3 .column.main .products.list .product-item:nth-child(4n) {
    margin-right: calc(3.75rem * 0.67);
  }
  .page-products.category-columns-3 .column.main .products.list .product-item:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 560px) {
  .page-products.category-columns-3 .column.main .products.list .product-item {
    margin-right: calc(3.75rem * 0.67);
    width: calc((100% - (3.75rem * 0.67)) * 0.5);
  }
  .page-products.category-columns-3 .column.main .products.list .product-item:nth-child(3n) {
    margin-right: calc(3.75rem * 0.67);
  }
  .page-products.category-columns-3 .column.main .products.list .product-item:nth-child(2n) {
    margin-right: 0;
  }
}
.product-item .product-reviews-summary {
  margin: 0 auto calc((-1rem * 1.4) * 1.25) auto;
}
@media only screen and (max-width: 480px) {
  .product-item .product-reviews-summary {
    margin: 0 auto calc((-1rem * 1.4) * 1.32) auto;
  }
}
@media only screen and (max-width: 320px) {
  .product-item .product-reviews-summary {
    margin: 0 auto calc((-1rem * 1.4) * 1.57) auto;
  }
}
.product-item .product-reviews-summary .rating-summary .rating-result {
  margin: 0;
  width: auto;
}
.product-item .product-reviews-summary .rating-summary .rating-result:before {
  content: '\e917' '\e917' '\e917' '\e917' '\e917';
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.4;
}
.product-item .product-reviews-summary .rating-summary .rating-result span:before {
  content: '\e917' '\e917' '\e917' '\e917' '\e917';
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.4;
  color: #ff6700;
}
.page-wrapper .page-main .category-content-preview {
  background-color: #999999;
  height: auto;
  min-height: 9.375rem;
  position: relative;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 560px) {
  .page-wrapper .page-main .category-content-preview {
    height: auto;
  }
}
.page-wrapper .page-main .category-content-preview .category-image {
  margin-bottom: 0;
  height: auto;
}
@media only screen and (max-width: 560px) {
  .page-wrapper .page-main .category-content-preview .category-image {
    height: 15.625rem;
    overflow: hidden;
    position: relative;
  }
}
.page-wrapper .page-main .category-content-preview .category-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 560px) {
  .page-wrapper .page-main .category-content-preview .category-image img {
    height: auto;
    object-fit: unset;
    left: 50%;
    max-height: 100%;
    max-width: none;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: auto;
  }
}
.page-wrapper .page-main .category-content-preview .page-title-wrapper {
  bottom: 2rem;
  top: auto;
  left: 2rem;
  right: auto;
  position: absolute;
}
@media only screen and (max-width: 560px) {
  .page-wrapper .page-main .category-content-preview .page-title-wrapper {
    bottom: auto;
    left: 50%;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.page-wrapper .page-main .category-content-preview .page-title-wrapper h1 {
  border-bottom: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  color: #ffffff;
  font-size: 2.813rem;
  line-height: 1;
  margin-bottom: 0;
  margin-top: 0;
  padding: 1rem;
  text-shadow: 2px 5px 9px rgba(0, 0, 0, 0.35);
  white-space: nowrap;
  z-index: 10;
  background-color: transparent;
  font-weight: normal;
  text-align: left;
}
@media only screen and (max-width: 900px) {
  .page-wrapper .page-main .category-content-preview .page-title-wrapper h1 {
    font-size: calc( 2.813rem * 0.7);
  }
}
.page-wrapper .page-main .category-no-image {
  background-color: transparent;
  min-height: 1rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 560px) {
  .page-wrapper .page-main .category-no-image .category-image {
    display: none;
  }
}
.page-wrapper .page-main .category-no-image .page-title-wrapper {
  left: 0;
  position: relative;
  top: 0;
  bottom: 0;
  padding: 0;
  white-space: normal;
}
@media only screen and (max-width: 560px) {
  .page-wrapper .page-main .category-no-image .page-title-wrapper {
    bottom: 0;
    left: 0;
    text-align: left;
    top: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
.page-wrapper .page-main .category-no-image .page-title-wrapper h1 {
  border: 0;
  color: #000000;
  text-shadow: none;
  font-size: 2rem;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 0;
  padding: 0;
  text-transform: uppercase;
}
.category-content-description .category-description {
  margin: 0 0 4rem;
}
@media only screen and (max-width: 900px) {
  .category-content-description .category-description {
    margin: 0 0 3rem;
  }
}
.category-content-description .category-description p {
  margin-bottom: 0;
  max-width: 90%;
}
@media only screen and (max-width: 1024px) {
  .category-content-description .category-description p {
    max-width: none;
  }
}
.category-content-description .category-description .content.short {
  overflow: hidden;
}
.category-content-description .category-description .content.short ~ .see-more:before {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  content: '';
  display: block;
  height: 40px;
  position: absolute;
  top: -50px;
  width: 100%;
}
.category-content-description .category-description .see-more {
  cursor: pointer;
  display: block;
  font-weight: bold;
  margin: 0.625rem 0 0 0;
  position: relative;
}
.category-content-description .category-description .see-more:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 900px) {
  .sidebar-section:first-child {
    display: none !important;
  }
}
@media only screen and (max-width: 900px) {
  .filter-section .filter-section-list {
    display: none;
  }
}
#category-filter {
  position: relative;
}
#category-filter:after {
  content: '\e900';
  color: #000000;
  cursor: pointer;
  font-family: 'ninja';
  font-size: 0.5629999999999999rem;
  position: absolute;
  right: 0;
  top: 0.8rem;
}
#category-filter.close-filter:after {
  content: '\e902';
  color: #000000;
  cursor: pointer;
  font-family: 'ninja';
  font-size: 0.5629999999999999rem;
  position: absolute;
  right: 0;
  top: 0.8rem;
}
.block.filter .filter-content {
  border-bottom: 1px solid #999999;
}
.block.filter .filter-content .filter-options:first-child .filter-options-title {
  border-top: 0;
}
.block.filter .filter-content .filter-options .filter-options-title {
  border-top: 1px solid #999999;
  color: #000000;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1;
  margin: 0;
  padding: 1rem 0;
  position: relative;
  text-transform: uppercase;
}
.block.filter .filter-content .filter-options .filter-options-title:after {
  content: '\e902';
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-family: 'ninja';
  font-size: 0.438rem;
  line-height: inherit;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.block.filter .filter-content .filter-options .filter-options-content {
  margin: 0 0 1.5rem;
  display: none;
}
.block.filter .filter-content .filter-options .filter-options-content .items {
  padding-left: 1.5rem;
}
.block.filter .filter-content .filter-options .filter-options-content .items .item {
  line-height: 1.6;
}
.block.filter .filter-content .filter-options .filter-options-content .items .item a {
  color: #000000;
  font-size: 0.875rem;
  transition: all linear 0.15s;
}
.block.filter .filter-content .filter-options .filter-options-content .items .item a span {
  color: #000000;
  font-size: inherit;
  transition: all linear 0.15s;
}
.block.filter .filter-content .filter-options .filter-options-content .items .item a:hover {
  color: #ff6700;
}
.block.filter .filter-content .filter-options .filter-options-content .items .item a:hover span {
  color: #ff6700;
}
.block.filter .filter-content .filter-options .filter-options-content .swatch-attribute .swatch-attribute-options {
  margin-top: 0.3rem 0 0 0;
}
.block.filter .filter-content .filter-options .filter-options-content .swatch-attribute .swatch-attribute-options .swatch-option {
  border: 1px solid #cacaca;
  height: 1.875rem;
  margin: 0 0.3rem 0.3rem 0;
  min-width: 0;
  width: 1.875rem;
}
.block.filter .filter-content .filter-options .filter-options-content .swatch-attribute .swatch-attribute-options .swatch-option:not(.disabled):hover {
  outline: 2px solid #000000;
}
.block.filter .filter-content .filter-options .filter-options-content .swatch-attribute .swatch-attribute-options .swatch-option.text {
  background-color: transparent;
  border: 0;
  color: #999999;
  height: auto;
  margin: 0 1rem 0.5rem 0;
  padding: 0;
  width: auto;
}
.block.filter .filter-content .filter-options .filter-options-content .swatch-attribute .swatch-attribute-options .swatch-option.text:hover {
  color: #000000;
  outline: 0;
}
.block.filter .filter-content .filter-options.active .filter-options-title:after {
  content: '\e900';
}
.block.filter .filter-content .filter-options.active .filter-options-content {
  display: block;
}
.block.filter .filter-content .filter-current {
  border: 1px solid #999999;
  margin: 0 0 2rem 0;
  padding: 1rem 0.8rem;
}
.block.filter .filter-content .filter-current .filter-current-subtitle {
  color: #000000;
  font-size: 0.875rem;
  font-weight: normal;
  text-transform: uppercase;
}
@media only screen and (max-width: 900px) {
  .block.filter .filter-content .filter-current .filter-current-subtitle {
    font-size: calc(0.875rem * 0.8);
  }
}
.block.filter .filter-content .filter-current .items {
  padding-left: 1.4rem;
}
@media only screen and (max-width: 900px) {
  .block.filter .filter-content .filter-current .items {
    padding-left: 0;
  }
}
.block.filter .filter-content .filter-current .items .item {
  margin: 0 0 0.5rem 0;
  position: relative;
}
.block.filter .filter-content .filter-current .items .item:last-child {
  margin-bottom: 0;
}
.block.filter .filter-content .filter-current .items .item .filter-label {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: normal;
}
@media only screen and (max-width: 900px) {
  .block.filter .filter-content .filter-current .items .item .filter-label {
    font-size: calc(0.875rem * 0.8);
  }
}
.block.filter .filter-content .filter-current .items .item .filter-value {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: normal;
}
@media only screen and (max-width: 900px) {
  .block.filter .filter-content .filter-current .items .item .filter-value {
    font-size: calc(0.875rem * 0.8);
  }
}
.block.filter .filter-content .filter-current .items .item .swatch-option {
  box-sizing: border-box;
  cursor: default;
  display: inline-block;
  float: none;
  height: 0.9379999999999999rem;
  margin: 0 0 0 0.2rem;
  max-width: none;
  min-width: 0;
  padding: 0;
  vertical-align: middle;
  width: 0.9379999999999999rem;
}
.block.filter .filter-content .filter-current .items .item .swatch-option:hover {
  border: 0;
  cursor: default;
  outline: none;
}
.block.filter .filter-content .filter-current .items .item .action.remove {
  position: absolute;
  right: 0;
  top: 0;
}
.block.filter .filter-content .filter-current .items .item .action.remove span {
  display: none;
}
.block.filter .filter-content .filter-current .items .item .action.remove:before {
  color: #000000;
  content: '\e909';
  display: inline-block;
  font-family: 'ninja';
  font-size: 0.75rem;
}
.swatch-option-tooltip {
  display: none !important;
}
.toolbar-products {
  margin-bottom: 0;
  padding: 0;
}
@media only screen and (max-width: 560px) {
  .toolbar-products {
    text-align: left;
  }
}
.toolbar-products .toolbar-amount {
  font-size: 0.875rem;
  line-height: 1.1;
  margin: 0.75rem 0 1rem 0;
  padding: 0;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .toolbar-products .toolbar-amount {
    float: left;
  }
}
@media only screen and (max-width: 560px) {
  .toolbar-products .toolbar-amount {
    float: none;
  }
}
@media only screen and (max-width: 560px) {
  .toolbar-products .pages {
    text-align: center;
  }
}
.toolbar-products .pages .pages-items li {
  font-size: 0.875rem;
  height: 1.563rem;
  line-height: 1.563rem;
  margin: 0 0.4rem 0 0;
  width: 1.563rem;
  vertical-align: middle;
}
.toolbar-products .pages .pages-items li strong {
  background-color: #ff6700;
  border: 1px solid #ff6700;
  color: #ffffff;
  display: block;
  font-size: 1em;
  font-weight: bold;
  line-height: inherit;
}
.toolbar-products .pages .pages-items li a {
  background-color: transparent;
  border: 1px solid #ff6700;
  color: #ff6700;
  display: block;
  font-weight: bold;
}
.toolbar-products .pages .pages-items li a:hover {
  background-color: #ff6700;
  border: 1px solid #ff6700;
  color: #ffffff;
}
.toolbar-products .pages .pages-items li a.action {
  border: 0;
  font-size: 0;
  width: auto;
}
.toolbar-products .pages .pages-items li a.action:before {
  color: inherit;
  font-family: 'ninja';
  font-size: 1rem;
  vertical-align: baseline;
}
.toolbar-products .pages .pages-items li a.action:hover {
  background-color: transparent;
}
.toolbar-products .pages .pages-items li a.action:hover:before {
  color: #d35703;
}
.toolbar-products .pages .pages-items li a.next:before {
  content: '\e903';
}
.toolbar-products .pages .pages-items li a.previous:before {
  content: '\e91f';
}
.toolbar-products .pages .pages-items li.pages-item-previous {
  margin-right: 0;
  height: 1.563rem;
  line-height: 1.563rem;
}
.toolbar-products .toolbar-sorter {
  padding: 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .toolbar-products .toolbar-sorter {
    float: right;
  }
}
@media only screen and (max-width: 560px) {
  .toolbar-products .toolbar-sorter {
    float: none;
  }
}
.toolbar-products .toolbar-sorter .sorter-label {
  font-size: 0.875rem;
  text-transform: uppercase;
}
.toolbar-products .toolbar-sorter a.sorter-action {
  line-height: 1;
  margin-left: 0.5rem;
  vertical-align: middle;
}
.toolbar-products .toolbar-sorter a.sorter-action:before {
  color: #999999;
  font-size: 1rem;
  line-height: 1;
}
.toolbar-products .toolbar-sorter a.sorter-action.sort-asc:before {
  content: '\e904';
}
.toolbar-products .toolbar-sorter a.sorter-action.sort-desc:before {
  content: '\e91e';
}
.toolbar-products .toolbar-sorter select {
  font-size: 0.8129999999999999rem;
  height: 2.5rem;
  width: 12.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.toolbar-products .toolbar-sorter select::-ms-expand {
  display: none;
}
.toolbar-products .toolbar-sorter:after {
  color: #929292;
  content: '\e902';
  font-family: 'ninja';
  font-size: 0.65rem;
  font-weight: normal;
  line-height: 1;
  margin: 0;
  pointer-events: none;
  position: absolute;
  right: 2.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  vertical-align: middle;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 560px) {
  .toolbar-products .toolbar-sorter:after {
    left: 18.5rem;
    right: auto;
  }
}
.column.main &gt; .category-description {
  margin: 3.125rem 0 0 0;
}
.column.main &gt; .category-description h1,
.column.main &gt; .category-description h2,
.column.main &gt; .category-description h3,
.column.main &gt; .category-description h4,
.column.main &gt; .category-description h5 {
  text-transform: none;
}
.column.main &gt; .category-description p {
  font-size: 1rem;
}
.column.main .limiter span,
.column.main .limiter strong {
  font-size: 0.875rem;
  text-transform: uppercase;
}
.column.main .limiter .control {
  position: relative;
  display: inline-block;
}
.column.main .limiter .control:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.5rem;
  line-height: 1;
  color: #929292;
  content: '\e902';
  font-family: 'ninja';
  margin: 0;
  vertical-align: middle;
  font-weight: normal;
  right: 1rem;
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.column.main .limiter .control .limiter-options {
  width: 3.75rem;
}
.column.main .limiter select {
  background-color: #ffffff;
  border: 1px solid #dcdcdc;
  border-radius: 0;
  color: #000000;
  cursor: pointer;
  font-size: 0.8129999999999999rem;
  height: 2.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 3.75rem;
}
.column.main .limiter select::-webkit-input-placeholder {
  color: #000000;
  font-size: 0.8129999999999999rem;
}
.column.main .limiter select:-moz-placeholder {
  color: #000000;
  font-size: 0.8129999999999999rem;
}
.column.main .limiter select::-moz-placeholder {
  color: #000000;
  font-size: 0.8129999999999999rem;
}
.column.main .limiter select:-ms-input-placeholder {
  color: #000000;
  font-size: 0.8129999999999999rem;
}
.column.main .limiter select:focus {
  border: 1px solid #000000;
  box-shadow: none;
  outline: none;
}
.column.main .limiter select::-ms-expand {
  display: none;
}
div#more {
  background-color: #ff6700;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  font-size: 0.875rem;
  line-height: 1.8;
  margin: 0 auto;
  max-width: 11.25rem;
  padding: 0.5rem 1.5rem;
  text-align: center;
  text-transform: uppercase;
  transition: all linear 0.15s;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
}
div#more:hover {
  background-color: #d35703;
  text-decoration: none;
  border-color: transparent;
  color: #ffffff;
}
div#more img {
  display: none !important;
}
#category-list {
  padding: 0;
  /*
  li.active{
    &gt; div {
      &gt; a {
        font-weight: @category-sidebar-active-item-weight;
        color: @category-sidebar-active-item-color;
      }
    }
  li.active{
    &gt; div {
      &gt; a.level-top {
        span {
          font-weight: @category-sidebar-active-item-weight;
        }
      }
    }
  }
  li {
    &gt; .active {
      &gt; a {
        font-weight: @category-sidebar-active-item-weight;
      }
    }
  }
  }*/
}
#category-list li {
  font-size: 0.875rem;
  list-style-type: none;
  margin-bottom: 0;
  padding: 0.2rem 0;
  position: relative;
}
@media only screen and (max-width: 900px) {
  #category-list li {
    padding: 0;
  }
}
#category-list li a {
  color: #000000;
  font-family: 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1;
}
#category-list li a:hover {
  color: #ff6700;
}
@media only screen and (max-width: 900px) {
  #category-list li a {
    font-size: 0.8em;
  }
}
#category-list li ul.submenu {
  padding: 0.9rem 0 0.5rem 1.25rem;
  display: none;
}
@media only screen and (max-width: 900px) {
  #category-list li ul.submenu {
    padding: 0.4rem 0 0.1rem 1rem;
  }
}
#category-list li ul.submenu li {
  padding: 0.2rem 0;
}
#category-list li ul.submenu li:last-child {
  margin-bottom: 0;
}
#category-list li ul.submenu li a {
  font-size: 0.875rem;
}
#category-list li ul.submenu li .level1.submenu {
  padding: 0.3rem 0 0.2rem 1rem;
}
#category-list li ul.submenu li .level1.submenu .level2.parent {
  padding: 0.2rem 0;
}
#category-list li ul.submenu li .level1.submenu .level2.parent a {
  font-size: 0.8129999999999999rem;
}
#category-list li ul.submenu li .level1.submenu .level2.parent .level2.submenu {
  padding: 0.3rem 0 0.2rem 1rem;
}
#category-list li ul.submenu li .level1.submenu .level2.parent .level2.submenu li {
  padding: 0.2rem 0;
}
#category-list li ul.submenu li .level1.submenu .level2.parent .level2.submenu li a {
  font-size: 0.8129999999999999rem;
}
#category-list li.level-top {
  padding: 0.4rem 0.6rem 0.4rem 0;
}
@media only screen and (max-width: 900px) {
  #category-list li.level-top {
    padding: calc(0.4rem * 0.625) 0.6rem calc(0.4rem * 0.625) 0;
  }
}
#category-list li.level-top &gt; a {
  text-transform: uppercase;
}
#category-list li.level-top &gt; a &gt; span {
  text-transform: uppercase;
  font-weight: normal;
}
#category-list li.level-top &gt; div &gt; a {
  text-transform: uppercase;
}
#category-list li.level-top &gt; div &gt; a &gt; span {
  text-transform: uppercase;
  font-weight: normal;
}
#category-list li.parent &gt; div:after {
  content: '\e902';
  color: #000000;
  cursor: pointer;
  font-family: 'ninja';
  font-size: 0.5rem;
  position: absolute;
  right: 0;
  top: 0.8rem;
}
@media only screen and (max-width: 900px) {
  #category-list li.parent &gt; div:after {
    font-size: 0.4em;
  }
}
#category-list li.parent &gt; div.active:after {
  content: '\e900';
}
#category-list li.active &gt; ul.submenu {
  display: block;
}
body #category-list li.current &gt; div a &gt; span {
  font-weight: bold;
  color: #000000;
}
body #category-list li.current &gt; a &gt; span {
  font-weight: bold;
  color: #000000;
}
.category-landing-block {
  margin-bottom: 0 0 5rem 0;
}
/* ====== CHECKOUT ======= */
body.klarna-onestep-index .page-wrapper .page-main .page-title-wrapper .page-title {
  margin-bottom: 0;
}
body.klarna-onestep-index .column.main .block .title {
  margin-bottom: 0;
}
.opc-sidebar {
  background-color: #fafafa;
  box-sizing: border-box;
  margin: 2rem 0 1.25rem;
  padding: 1.5rem;
  width: 27%;
  border-width: 0;
  border-style: none;
  border-color: transparent;
}
@media only screen and (max-width: 900px) {
  .opc-sidebar {
    width: 100%;
    display: none;
  }
}
.opc-sidebar .components .table-wrapper {
  margin: 0 0 3rem 0;
}
.opc-sidebar .components .table-wrapper .step-title {
  font-family: 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 1.375rem;
  border-bottom: 2px solid #ff6700;
  margin: 0 0 1.25rem 0;
  padding: 0 0 1rem 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
}
.opc-sidebar .components .table-wrapper table &gt; tbody &gt; tr &gt; th {
  font-size: 0.875rem;
  font-weight: normal;
  padding: 0.7rem 0.5rem 0 0;
}
.opc-sidebar .components .table-wrapper table &gt; tbody &gt; tr &gt; td {
  font-size: 0.875rem;
  padding: 0.7rem 0 0.2rem 0.5rem;
  text-align: right;
}
.opc-sidebar .components .table-wrapper table &gt; tbody &gt; tr.totals.sub th {
  font-weight: bold;
}
.opc-sidebar .components .table-wrapper table &gt; tbody &gt; tr.totals.sub td {
  font-weight: bold;
}
.opc-sidebar .components .table-wrapper table &gt; tbody &gt; tr.grand.totals {
  margin-top: 2rem;
}
.opc-sidebar .components .table-wrapper table &gt; tbody &gt; tr.grand.totals &gt; th {
  font-size: 1rem;
  padding: 1.5rem 0.5rem 0 0;
}
.opc-sidebar .components .table-wrapper table &gt; tbody &gt; tr.grand.totals &gt; th strong {
  font-weight: bold;
}
.opc-sidebar .components .table-wrapper table &gt; tbody &gt; tr.grand.totals &gt; td {
  font-size: 1rem;
  padding: 1.5rem 0 0.2rem 0.5rem;
}
.opc-sidebar .components .table-wrapper table &gt; tbody &gt; tr.grand.totals &gt; td strong {
  font-weight: bold;
}
.opc-sidebar .components .payment-option {
  margin-bottom: 2rem;
}
.opc-sidebar .components .payment-option .step-title {
  font-size: 0.875rem;
  margin: 0 0 0.5rem 0;
  text-transform: uppercase;
  font-weight: normal;
  font-family: 'Lato', 'Open Sans', helvetica, arial, sans-serif;
}
.opc-sidebar .components .payment-option &gt; .step-title {
  cursor: auto;
}
.opc-sidebar .components .payment-option &gt; .step-title:after {
  content: '';
  display: none;
  border: solid #000000;
  border-width: 0 1px 1px 0;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin: 0 0 3px 10px;
}
.opc-sidebar .components .payment-option div .step-title {
  display: block;
}
.opc-sidebar .components .payment-option .form-discount {
  overflow: auto;
}
.opc-sidebar .components .payment-option .form-discount .payment-option-inner {
  float: left;
  width: calc(100% - 4rem);
}
.opc-sidebar .components .payment-option .form-discount .payment-option-inner .control input {
  height: 2.625rem;
}
.opc-sidebar .components .payment-option .form-discount .actions-toolbar {
  float: left;
}
.opc-sidebar .components .payment-option .form-discount .actions-toolbar button {
  font-size: 0.875rem;
  height: 2.625rem;
  line-height: 1;
  margin: 0;
  padding: 0.9rem;
  width: 4rem;
  background-color: #ff6700;
  color: #ffffff;
  border: 0;
}
.opc-sidebar .components .payment-option .form-discount .actions-toolbar button:hover {
  background-color: #d35703;
  color: #ffffff;
  border: 0;
}
.opc-sidebar .components .order-comment-wrapper .step-title {
  font-size: 0.875rem;
  margin: 2rem 0 0.5rem 0;
  text-transform: uppercase;
  font-weight: normal;
  font-family: 'Lato', 'Open Sans', helvetica, arial, sans-serif;
}
.opc-sidebar .components .order-comment-wrapper .form-discount .field textarea {
  height: 8.125rem;
}
.opc-wrapper {
  margin: 2rem 5% 1.25rem 0;
  padding-right: 0;
  width: 68%;
}
@media only screen and (max-width: 900px) {
  .opc-wrapper {
    margin: 2rem 0 4rem 0;
    width: 100%;
  }
}
.opc-wrapper .block.items-in-cart {
  margin-bottom: calc(3rem + 1.25rem);
}
@media only screen and (max-width: 480px) {
  .opc-wrapper .block.items-in-cart {
    margin-bottom: calc((3rem + 1.25rem) * 0.5);
  }
}
.opc-wrapper .block.items-in-cart .minicart-items table thead {
  background-color: #e8e8e8;
  color: #000000;
}
@media only screen and (max-width: 640px) {
  .opc-wrapper .block.items-in-cart .minicart-items table thead {
    display: none;
  }
}
.opc-wrapper .block.items-in-cart .minicart-items table thead tr th {
  font-size: 0.875rem;
  padding: 0.8rem 0.5rem;
  text-transform: none;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .opc-wrapper .block.items-in-cart .minicart-items table thead tr th {
    font-size: calc(0.875rem * 0.85);
  }
}
@media only screen and (max-width: 480px) {
  .opc-wrapper .block.items-in-cart .minicart-items table thead tr th:first-child {
    display: none;
  }
}
.opc-wrapper .block.items-in-cart .minicart-items table tbody tr {
  border-bottom: 1px solid #b5b5b5;
}
@media only screen and (max-width: 640px) {
  .opc-wrapper .block.items-in-cart .minicart-items table tbody tr {
    display: block;
    padding: 1.5rem 0;
  }
}
.opc-wrapper .block.items-in-cart .minicart-items table tbody tr:first-child {
  padding-top: 0;
}
.opc-wrapper .block.items-in-cart .minicart-items table tbody tr td {
  font-size: 1rem;
  padding: 1.5rem 0.5rem;
}
@media only screen and (max-width: 1200px) {
  .opc-wrapper .block.items-in-cart .minicart-items table tbody tr td {
    font-size: calc(1rem * 0.85);
  }
}
@media only screen and (max-width: 767px) {
  .opc-wrapper .block.items-in-cart .minicart-items table tbody tr td {
    font-size: calc(1rem * 0.7);
  }
}
@media only screen and (max-width: 640px) {
  .opc-wrapper .block.items-in-cart .minicart-items table tbody tr td {
    display: block;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 640px) {
  .opc-wrapper .block.items-in-cart .minicart-items table tbody tr td:before {
    content: attr(data-th) ": ";
    display: inline-block;
    font-weight: bold;
    margin-right: 0.5rem;
    text-transform: uppercase;
    vertical-align: middle;
    float: left;
  }
}
.opc-wrapper .block.items-in-cart .minicart-items table tbody tr td button {
  font-size: 0.8rem;
  height: 2rem;
  margin: 0;
  width: 1.8rem;
  padding: 0;
  float: left;
  color: #303030;
  background: transparent;
  border: 1px solid #dcdcdc;
}
.opc-wrapper .block.items-in-cart .minicart-items table tbody tr td button:first-child {
  border-right: 0;
}
.opc-wrapper .block.items-in-cart .minicart-items table tbody tr td button:nth-child(3) {
  border-left: 0;
}
@media only screen and (max-width: 1200px) {
  .opc-wrapper .block.items-in-cart .minicart-items table tbody tr td button {
    font-size: calc(0.8rem * 0.875);
  }
}
@media only screen and (max-width: 767px) {
  .opc-wrapper .block.items-in-cart .minicart-items table tbody tr td button {
    font-size: calc(0.8rem * 0.75);
    height: calc(2rem * 0.6875);
    width: calc(1.8rem * 0.714);
  }
}
@media only screen and (max-width: 640px) {
  .opc-wrapper .block.items-in-cart .minicart-items table tbody tr td button {
    font-size: 0.8rem;
    height: 1.8rem;
    width: 2.5rem;
  }
}
.opc-wrapper .block.items-in-cart .minicart-items table tbody tr td .cart-item-qty {
  font-size: 0.8rem;
  height: 2rem;
  margin: 0;
  width: 2.625rem;
  float: left;
}
@media only screen and (max-width: 1200px) {
  .opc-wrapper .block.items-in-cart .minicart-items table tbody tr td .cart-item-qty {
    font-size: calc(0.8rem * 0.875);
  }
}
@media only screen and (max-width: 767px) {
  .opc-wrapper .block.items-in-cart .minicart-items table tbody tr td .cart-item-qty {
    font-size: calc(0.8rem * 0.75);
    height: calc(2rem * 0.6875);
    width: calc(2.625rem * 0.714);
  }
}
@media only screen and (max-width: 640px) {
  .opc-wrapper .block.items-in-cart .minicart-items table tbody tr td .cart-item-qty {
    font-size: 0.8rem;
    height: 1.8rem;
    width: 2.3rem;
  }
}
.opc-wrapper .block.items-in-cart .minicart-items table tbody tr td button.update-cart-item {
  background-color: transparent;
  display: inline-block;
  font-size: 0;
  line-height: 1;
  margin-right: 0.4rem;
  padding: 0;
  vertical-align: middle;
  border: none;
  color: transparent;
  width: auto;
  height: auto;
  float: none;
}
.opc-wrapper .block.items-in-cart .minicart-items table tbody tr td button.update-cart-item:hover span:before {
  color: #ff6700;
}
.opc-wrapper .block.items-in-cart .minicart-items table tbody tr td button.update-cart-item span:before {
  color: #303030;
  content: '\e915';
  display: inline-block;
  font-family: 'ninja';
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.4;
  overflow: hidden;
  text-align: center;
  transition: all linear 0.15s;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (max-width: 1200px) {
  .opc-wrapper .block.items-in-cart .minicart-items table tbody tr td button.update-cart-item span:before {
    font-size: calc(1.2rem * 0.9);
  }
}
@media only screen and (max-width: 767px) {
  .opc-wrapper .block.items-in-cart .minicart-items table tbody tr td button.update-cart-item span:before {
    font-size: calc(1.2rem * 0.8);
  }
}
@media only screen and (max-width: 640px) {
  .opc-wrapper .block.items-in-cart .minicart-items table tbody tr td button.update-cart-item span:before {
    font-size: 1.2rem;
  }
}
.opc-wrapper .block.items-in-cart .minicart-items table tbody tr td .action.delete:before {
  font-size: 1rem;
  line-height: 1.4;
  color: #303030;
  content: '\e909';
  transition: all linear 0.15s;
  vertical-align: middle;
  width: calc(1rem + 1px);
}
@media only screen and (max-width: 1200px) {
  .opc-wrapper .block.items-in-cart .minicart-items table tbody tr td .action.delete:before {
    font-size: calc(1rem * 0.9);
  }
}
@media only screen and (max-width: 767px) {
  .opc-wrapper .block.items-in-cart .minicart-items table tbody tr td .action.delete:before {
    font-size: calc(1rem * 0.8);
  }
}
@media only screen and (max-width: 640px) {
  .opc-wrapper .block.items-in-cart .minicart-items table tbody tr td .action.delete:before {
    font-size: 1rem;
  }
}
.opc-wrapper .block.items-in-cart .minicart-items table tbody tr td .action.delete:hover:before {
  color: #ff6700;
}
.opc-wrapper .block.items-in-cart .minicart-items table tbody tr td:first-child {
  max-width: 3.75rem;
}
@media only screen and (max-width: 640px) {
  .opc-wrapper .block.items-in-cart .minicart-items table tbody tr td:first-child:before {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .opc-wrapper .block.items-in-cart .minicart-items table tbody tr td:first-child {
    max-width: 3.125rem;
  }
}
@media only screen and (max-width: 640px) {
  .opc-wrapper .block.items-in-cart .minicart-items table tbody tr td:first-child {
    float: left;
    margin-bottom: 1.5rem;
    margin-right: 1rem;
    max-width: 6rem;
    padding: 0.25rem 0;
  }
}
.opc-wrapper .block.items-in-cart .minicart-items table tbody tr td:first-child span {
  display: block;
  height: auto !important;
}
.opc-wrapper .block.items-in-cart .minicart-items table tbody tr td:first-child span img {
  display: block;
}
.opc-wrapper .block.items-in-cart .minicart-items table tbody tr td:nth-child(2) {
  max-width: 13.75rem;
  padding: 1.5rem 1.5rem 1.5rem 0.5rem;
}
@media only screen and (max-width: 640px) {
  .opc-wrapper .block.items-in-cart .minicart-items table tbody tr td:nth-child(2) {
    float: left;
    max-width: calc(100% - (6rem + 1rem));
    padding: 0.25rem 0;
  }
}
@media only screen and (max-width: 640px) {
  .opc-wrapper .block.items-in-cart .minicart-items table tbody tr td:nth-child(2):before {
    display: none;
  }
}
.opc-wrapper .block.items-in-cart .minicart-items table tbody tr td:nth-child(2) span {
  display: block;
  font-size: 0.75rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .opc-wrapper .block.items-in-cart .minicart-items table tbody tr td:nth-child(2) span {
    font-size: calc(0.75rem * 0.8);
  }
}
@media only screen and (max-width: 640px) {
  .opc-wrapper .block.items-in-cart .minicart-items table tbody tr td:nth-child(2) span {
    font-size: 0.75rem;
  }
}
.opc-wrapper .block.items-in-cart .minicart-items table tbody tr td:nth-child(2) a {
  color: #000000;
}
.opc-wrapper .block.items-in-cart .minicart-items table tbody tr td:nth-child(2) a:hover {
  color: #ff6700;
}
.opc-wrapper .block.items-in-cart .minicart-items table tbody tr td:nth-child(2) strong {
  font-size: 1rem;
  font-weight: bold;
  hyphens: none;
  line-height: 1.2;
  margin-bottom: 0.25rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 1200px) {
  .opc-wrapper .block.items-in-cart .minicart-items table tbody tr td:nth-child(2) strong {
    font-size: calc(1rem * 0.8);
  }
}
@media only screen and (max-width: 640px) {
  .opc-wrapper .block.items-in-cart .minicart-items table tbody tr td:nth-child(2) strong {
    font-size: 1rem;
  }
}
.opc-wrapper .block.items-in-cart .minicart-items table tbody tr td:nth-child(3) {
  padding: 2.4rem 0.5rem 0.8rem 0.5rem;
}
@media only screen and (max-width: 767px) {
  .opc-wrapper .block.items-in-cart .minicart-items table tbody tr td:nth-child(3) {
    padding: 2.2rem 0.5rem 0.8rem 0.5rem;
  }
}
@media only screen and (max-width: 640px) {
  .opc-wrapper .block.items-in-cart .minicart-items table tbody tr td:nth-child(3) {
    clear: both;
    font-size: calc(1rem * 0.85);
    padding: 0.15rem 0;
  }
}
.opc-wrapper .block.items-in-cart .minicart-items table tbody tr td:nth-child(3) span {
  font-weight: bold;
}
.opc-wrapper .block.items-in-cart .minicart-items table tbody tr td:nth-child(4) {
  padding: 2.2rem 0.5rem 0.8rem 0.5rem;
}
@media only screen and (max-width: 767px) {
  .opc-wrapper .block.items-in-cart .minicart-items table tbody tr td:nth-child(4) {
    padding: 2rem 0.5rem 0.8rem 0.5rem;
  }
}
@media only screen and (max-width: 640px) {
  .opc-wrapper .block.items-in-cart .minicart-items table tbody tr td:nth-child(4) {
    font-size: calc(1rem * 0.85);
    padding: 0.2rem 0;
    overflow: auto;
  }
}
@media only screen and (max-width: 640px) {
  .opc-wrapper .block.items-in-cart .minicart-items table tbody tr td:nth-child(4):before {
    padding-top: 5px;
  }
}
.opc-wrapper .block.items-in-cart .minicart-items table tbody tr td:nth-child(5) {
  padding: 2.4rem 1.5rem 0.8rem 0.5rem;
}
@media only screen and (max-width: 767px) {
  .opc-wrapper .block.items-in-cart .minicart-items table tbody tr td:nth-child(5) {
    padding: 2.2rem 0.5rem 0.8rem 0.5rem;
  }
}
@media only screen and (max-width: 640px) {
  .opc-wrapper .block.items-in-cart .minicart-items table tbody tr td:nth-child(5) {
    font-size: calc(1rem * 0.85);
    padding: 0.15rem 0;
    clear: both;
  }
}
.opc-wrapper .block.items-in-cart .minicart-items table tbody tr td:nth-child(5) span {
  font-weight: bold;
}
.opc-wrapper .block.items-in-cart .minicart-items table tbody tr td:last-child {
  min-width: 3rem;
  padding: 2.4rem 0.5rem 0.8rem 0.5rem;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .opc-wrapper .block.items-in-cart .minicart-items table tbody tr td:last-child:before {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .opc-wrapper .block.items-in-cart .minicart-items table tbody tr td:last-child {
    padding: 2.2rem 0.5rem 0.8rem 0.5rem;
  }
}
@media only screen and (max-width: 640px) {
  .opc-wrapper .block.items-in-cart .minicart-items table tbody tr td:last-child {
    margin-top: 0.5rem;
    padding: 0.2rem 0;
    text-align: left;
  }
}
.opc-wrapper .step-title {
  background-color: #ff6700;
  border-bottom: 0;
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: normal;
  margin: 0 0 1.5rem 0;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  clear: both;
  font-family: 'Lato', 'Open Sans', helvetica, arial, sans-serif;
}
.opc-wrapper .step-content {
  margin: 0;
}
.opc-wrapper .step-content .fieldset &gt; .legend + br {
  display: none;
}
.opc-wrapper .checkout-shipping-method {
  margin-bottom: 3rem;
  overflow: auto;
}
@media only screen and (max-width: 480px) {
  .opc-wrapper .checkout-shipping-method {
    margin-bottom: calc(3rem * 0.5);
  }
}
.opc-wrapper .checkout-shipping-method .shipping-method {
  cursor: pointer;
  float: left;
  margin-right: 1.25rem;
  margin-bottom: 1.25rem;
  width: calc((100% - 1.25rem) * 0.5);
}
@media only screen and (max-width: 767px) {
  .opc-wrapper .checkout-shipping-method .shipping-method {
    margin-bottom: 1.25rem;
    margin-right: 0;
    width: 100%;
  }
}
.opc-wrapper .checkout-shipping-method .shipping-method:nth-child(2n) {
  margin-right: 0;
}
.opc-wrapper .checkout-shipping-method .shipping-method input[type="radio"] {
  display: none;
}
.opc-wrapper .checkout-shipping-method .shipping-method label {
  background-color: transparent;
  border: 1px solid #e8e8e8;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  font-weight: bold;
  overflow: auto;
  padding: 0 1.5rem 0 calc(1.5rem * 3);
  position: relative;
  height: 137px;
  box-sizing: border-box;
}
@media only screen and (max-width: 480px) {
  .opc-wrapper .checkout-shipping-method .shipping-method label {
    font-size: calc(1rem * 0.9);
    padding: calc(0 * 0.9) 1.5rem calc(0 * 0.9) calc(1.5rem * 3);
  }
}
.opc-wrapper .checkout-shipping-method .shipping-method label:before {
  border: 1px solid #e8e8e8;
  border-radius: 50%;
  box-sizing: border-box;
  content: '';
  display: inline-block;
  height: 1.25rem;
  margin-right: 1.5rem;
  left: 1.5rem;
  line-height: 1;
  position: absolute;
  vertical-align: middle;
  top: 50%;
  width: 1.25rem;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 480px) {
  .opc-wrapper .checkout-shipping-method .shipping-method label:before {
    height: calc(1.25rem * 0.9);
    margin-right: calc(1.5rem * 0.6);
    width: calc(1.25rem * 0.9);
  }
}
.opc-wrapper .checkout-shipping-method .shipping-method .shipping-method-info {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.opc-wrapper .checkout-shipping-method .shipping-method .shipping-image {
  display: block;
}
.opc-wrapper .checkout-shipping-method .shipping-method .shipping-image img {
  display: block;
  margin-bottom: 0.5rem;
  max-height: 2.188rem;
  max-width: 6.25rem;
}
@media only screen and (max-width: 480px) {
  .opc-wrapper .checkout-shipping-method .shipping-method .shipping-image img {
    max-height: calc(2.188rem * 0.8);
    max-width: calc(6.25rem * 0.8);
  }
}
.opc-wrapper .checkout-shipping-method .shipping-method .shipping-price {
  display: block;
}
.opc-wrapper .checkout-shipping-method .shipping-method .shipping-desc {
  display: block;
  font-weight: normal;
  font-size: 1rem;
  padding-right: 1rem;
}
@media only screen and (max-width: 400px) {
  .opc-wrapper .checkout-shipping-method .shipping-method .shipping-desc {
    font-size: calc(1rem * 0.8);
  }
}
.opc-wrapper .checkout-shipping-method .shipping-method input[type="radio"]:checked + label {
  background-color: #f9f9f9;
  border: 1px solid #b5b5b5;
  font-weight: bold;
  color: #000000;
}
.opc-wrapper .checkout-shipping-method .shipping-method input[type="radio"]:checked + label:before {
  border: 0;
  border-radius: 0;
  content: '\e907';
  color: #ff6700;
  font-family: 'ninja';
  font-size: 1.25rem;
  height: auto;
  width: 1.25rem;
}
.opc-wrapper .checkout-payment-method {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 480px) {
  .opc-wrapper .checkout-payment-method {
    margin-bottom: calc(3rem * 0.5);
  }
}
@media only screen and (max-width: 767px) {
  .opc-wrapper .checkout-payment-method .payment-methods {
    margin: 0;
  }
}
.opc-wrapper .checkout-payment-method .payment-method {
  cursor: pointer;
  margin: 0 0 1.25rem 0;
}
.opc-wrapper .checkout-payment-method .payment-method .payment-method-title {
  padding: 0;
}
.opc-wrapper .checkout-payment-method .payment-method .payment-method-title input[type="radio"] {
  display: none;
}
.opc-wrapper .checkout-payment-method .payment-method .payment-method-title label {
  background-color: transparent;
  border: 1px solid #e8e8e8;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  font-weight: bold;
  overflow: auto;
  padding: 0 1.5rem 0 calc(1.5rem * 3);
  position: relative;
  height: 121px;
}
@media only screen and (max-width: 480px) {
  .opc-wrapper .checkout-payment-method .payment-method .payment-method-title label {
    font-size: calc(1rem * 0.9);
  }
}
.opc-wrapper .checkout-payment-method .payment-method .payment-method-title label:before {
  border: 1px solid #e8e8e8;
  border-radius: 50%;
  box-sizing: border-box;
  content: '';
  display: inline-block;
  height: 1.25rem;
  margin-right: 1.5rem;
  left: 1.5rem;
  line-height: 1;
  vertical-align: middle;
  width: 1.25rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 480px) {
  .opc-wrapper .checkout-payment-method .payment-method .payment-method-title label:before {
    height: calc(1.25rem * 0.9);
    margin-right: calc(1.5rem * 0.6);
    width: calc(1.25rem * 0.9);
  }
}
.opc-wrapper .checkout-payment-method .payment-method .payment-method-title label .payment-method-info {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 400px;
}
@media only screen and (max-width: 1024px) {
  .opc-wrapper .checkout-payment-method .payment-method .payment-method-title label .payment-method-info {
    max-width: 300px;
  }
}
@media only screen and (max-width: 900px) {
  .opc-wrapper .checkout-payment-method .payment-method .payment-method-title label .payment-method-info {
    max-width: 400px;
  }
}
@media only screen and (max-width: 640px) {
  .opc-wrapper .checkout-payment-method .payment-method .payment-method-title label .payment-method-info {
    max-width: 240px;
  }
}
@media only screen and (max-width: 560px) {
  .opc-wrapper .checkout-payment-method .payment-method .payment-method-title label .payment-method-info {
    max-width: 160px;
  }
}
.opc-wrapper .checkout-payment-method .payment-method .payment-method-title label .payment-method-info .payment-desc {
  display: block;
  font-weight: normal;
  font-size: 1rem;
  padding-right: 1rem;
}
@media only screen and (max-width: 400px) {
  .opc-wrapper .checkout-payment-method .payment-method .payment-method-title label .payment-method-info .payment-desc {
    font-size: calc(1rem * 0.8);
  }
}
.opc-wrapper .checkout-payment-method .payment-method .payment-method-title .payment-image {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.opc-wrapper .checkout-payment-method .payment-method .payment-method-title .payment-image img {
  display: block;
  max-height: 3.75rem;
  max-width: 11.25rem;
}
@media only screen and (max-width: 480px) {
  .opc-wrapper .checkout-payment-method .payment-method .payment-method-title .payment-image img {
    max-height: calc(3.75rem * 0.75);
    max-width: calc(11.25rem * 0.75);
  }
}
@media only screen and (max-width: 320px) {
  .opc-wrapper .checkout-payment-method .payment-method .payment-method-title .payment-image img {
    max-height: calc(3.75rem * 0.6);
    max-width: calc(11.25rem * 0.6);
  }
}
.opc-wrapper .checkout-payment-method .payment-method._active .payment-method-title label {
  background-color: #f9f9f9;
  border: 1px solid #b5b5b5;
  font-weight: bold;
}
.opc-wrapper .checkout-payment-method .payment-method._active .payment-method-title label:before {
  border: 0;
  border-radius: 0;
  content: '\e907';
  color: #ff6700;
  font-family: 'ninja';
  font-size: 1.25rem;
  height: auto;
  width: 1.25rem;
}
.opc-wrapper .checkout-payment-method .payment-method._active .payment-method-content {
  padding: 0;
}
.opc-wrapper .checkout-payment-method .payment-method + .payment-method .payment-method-title {
  border-top: 0;
}
.opc-wrapper form h5 {
  margin: 0.5rem 0 0 0;
  text-transform: uppercase;
}
.opc-wrapper #mobile-order-overview {
  display: none;
  margin-bottom: 5rem;
  overflow: auto;
}
@media only screen and (max-width: 900px) {
  .opc-wrapper #mobile-order-overview {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .opc-wrapper #mobile-order-overview {
    margin-bottom: 3.5rem;
  }
}
.opc-wrapper #mobile-order-overview .table-wrapper {
  margin-bottom: 2.8rem;
}
@media only screen and (max-width: 480px) {
  .opc-wrapper #mobile-order-overview .table-wrapper {
    margin-bottom: 1.8rem;
  }
}
.opc-wrapper #mobile-order-overview .table-wrapper th {
  padding-left: 0;
}
.opc-wrapper #mobile-order-overview .table-wrapper td.amount {
  text-align: right;
}
.opc-wrapper #mobile-order-overview .table-wrapper .totals.sub th {
  font-weight: bold;
  padding: 8px 10px 8px 0;
}
.opc-wrapper #mobile-order-overview .table-wrapper .totals.sub td {
  padding: 8px 0 8px 10px;
}
.opc-wrapper #mobile-order-overview .table-wrapper .totals.sub td span {
  font-weight: bold;
}
.opc-wrapper #mobile-order-overview .table-wrapper .totals.shipping th,
.opc-wrapper #mobile-order-overview .table-wrapper .totals.fee th {
  font-weight: normal;
  padding: 8px 10px 8px 0;
}
.opc-wrapper #mobile-order-overview .table-wrapper .totals.shipping td,
.opc-wrapper #mobile-order-overview .table-wrapper .totals.fee td {
  padding: 8px 0 8px 10px;
}
.opc-wrapper #mobile-order-overview .table-wrapper .totals.shipping td span,
.opc-wrapper #mobile-order-overview .table-wrapper .totals.fee td span {
  font-weight: normal;
}
.opc-wrapper #mobile-order-overview .table-wrapper tr.grand.totals {
  font-size: 1.25rem;
}
@media only screen and (max-width: 480px) {
  .opc-wrapper #mobile-order-overview .table-wrapper tr.grand.totals {
    font-size: 1.1rem;
  }
}
.opc-wrapper #mobile-order-overview .table-wrapper tr.grand.totals th {
  padding: 20px 10px 8px 0;
}
.opc-wrapper #mobile-order-overview .table-wrapper tr.grand.totals td {
  padding: 20px 0 8px 10px;
}
.opc-wrapper #mobile-order-overview .table-wrapper .excl th,
.opc-wrapper #mobile-order-overview .table-wrapper .totals-tax th {
  font-weight: normal;
}
@media only screen and (max-width: 900px) {
  .opc-wrapper #mobile-order-overview .table-wrapper .totals.sub .amount .price {
    font-weight: bold;
  }
}
.opc-wrapper #mobile-order-overview .discount-code {
  display: inline-block;
  width: 47%;
  float: left;
}
@media only screen and (max-width: 480px) {
  .opc-wrapper #mobile-order-overview .discount-code {
    width: 100%;
  }
}
.opc-wrapper #mobile-order-overview .discount-code .step-title {
  background-color: transparent;
  color: #000000;
  padding: 0;
  font-size: 0.875rem;
  margin: 0 0 0.5rem 0;
  display: inline-block;
}
.opc-wrapper #mobile-order-overview .discount-code .payment-option-inner {
  display: inline-block;
  float: left;
  width: calc(100% - 4rem);
}
.opc-wrapper #mobile-order-overview .discount-code .payment-option-inner .input-text {
  height: 2.625rem;
}
.opc-wrapper #mobile-order-overview .discount-code .actions-toolbar {
  margin-top: 0;
  display: inline-block;
}
.opc-wrapper #mobile-order-overview .discount-code .actions-toolbar .primary {
  display: inline-block;
  padding: 0;
}
.opc-wrapper #mobile-order-overview .discount-code .actions-toolbar .primary button {
  font-size: 0.875rem;
  height: 2.625rem;
  line-height: 1;
  margin: 0;
  padding: 0.9rem;
  width: 4rem;
  background-color: #ff6700;
  color: #ffffff;
  border: 0;
}
.opc-wrapper #mobile-order-overview .discount-code .actions-toolbar .primary button:hover {
  background-color: #d35703;
  color: #ffffff;
  border: 0;
}
.opc-wrapper #mobile-order-overview .order-comment-wrapper {
  display: inline-block;
  width: 47%;
  float: right;
}
@media only screen and (max-width: 480px) {
  .opc-wrapper #mobile-order-overview .order-comment-wrapper {
    width: 100%;
    float: left;
    margin-top: 2rem;
  }
}
.opc-wrapper #mobile-order-overview .order-comment-wrapper .step-title {
  background-color: transparent;
  color: #000000;
  padding: 0;
  font-size: 0.875rem;
  margin: 0 0 0.5rem 0;
}
.opc-wrapper #mobile-order-overview .order-comment-wrapper textarea {
  height: 6rem;
}
.opc-wrapper button.action.primary {
  font-size: 0.875rem;
  padding: 0.75rem 2rem;
  margin: 1rem 0 2rem;
}
@media only screen and (max-width: 480px) {
  .opc-wrapper button.action.primary {
    font-size: 0.75rem;
  }
}
.opc-wrapper form.form-login {
  margin: 0 0 1rem 0;
  max-width: 100%;
}
@media only screen and (max-width: 639px) {
  .opc-wrapper form.form-login {
    border: 0;
  }
}
.opc-wrapper form.form-login .field {
  float: left;
  width: calc((100% - (2rem * 2) - 100px) * 0.5);
}
@media only screen and (max-width: 560px) {
  .opc-wrapper form.form-login .field {
    float: none;
    width: 100%;
  }
}
@media only screen and (max-width: 560px) {
  .opc-wrapper form.form-login .field:nth-child(2) {
    margin-bottom: calc(2rem * 0.5);
  }
}
.opc-wrapper form.form-login .actions-toolbar {
  float: left;
  margin: 0;
  overflow: visible;
  position: relative;
}
.opc-wrapper form.form-login .actions-toolbar .primary .action.primary {
  font-size: 0.875rem;
  height: 2.813rem;
  padding: 0.75rem 1rem;
  width: 100px;
}
@media only screen and (max-width: 560px) {
  .opc-wrapper form.form-login .actions-toolbar .primary .action.primary {
    height: auto;
  }
}
.opc-wrapper form.form-login .actions-toolbar .secondary {
  bottom: -35px;
  display: block;
  min-width: 150px;
  position: absolute;
  right: 0;
  text-align: right;
}
@media only screen and (max-width: 560px) {
  .opc-wrapper form.form-login .actions-toolbar .secondary {
    bottom: auto;
    float: none;
    margin-top: 0.5rem 0 0 0;
    position: relative;
    right: auto;
    text-align: left;
  }
}
.opc-wrapper form.form-login .actions-toolbar .secondary a {
  font-size: 0.875rem;
}
.opc-wrapper form.form-customer-types {
  margin: 0 0 2rem 0;
  overflow: auto;
}
.opc-wrapper form.form-customer-types .customer-types-wrapper {
  margin: 0;
}
.opc-wrapper form.form-customer-types .customer-types-wrapper ul.customer-types {
  margin: 0;
  overflow: auto;
  padding: 0;
}
.opc-wrapper form.form-customer-types .customer-types-wrapper ul.customer-types li {
  float: left;
  font-weight: bold;
  list-style-type: none;
  margin: 0 3rem 0 0;
}
.opc-wrapper form.form-shipping-address {
  clear: both;
  max-width: 100%;
}
.opc-wrapper form.form-shipping-address &gt; .fieldset {
  margin: 0;
}
.opc-wrapper form.form-shipping-address #billing-new-address-form {
  margin-bottom: 0.5rem;
  overflow: auto;
  width: 100%;
}
.opc-wrapper form.form-shipping-address .field {
  float: left;
  margin-bottom: 1.5rem;
  margin-right: 0;
  overflow: auto;
  width: calc((100% - 1.5rem) * 0.5);
}
@media only screen and (max-width: 560px) {
  .opc-wrapper form.form-shipping-address .field {
    width: 100%;
  }
}
.opc-wrapper form.form-shipping-address .field label {
  display: none;
}
.opc-wrapper form.form-shipping-address .field label:after {
  display: none;
}
.opc-wrapper form.form-shipping-address .field .control._with-tooltip input {
  margin-right: 0;
  width: 100%;
}
.opc-wrapper form.form-shipping-address .field .control._with-tooltip .field-tooltip {
  display: none;
}
.opc-wrapper form.form-shipping-address .field.field-select-billing,
.opc-wrapper form.form-shipping-address .field.field-select-shipping {
  float: none;
  margin: 0;
  width: 100%;
}
.opc-wrapper form.form-shipping-address .field.field-select-billing .control,
.opc-wrapper form.form-shipping-address .field.field-select-shipping .control {
  margin: 0.5rem 0 1rem;
  overflow: hidden;
  position: relative;
}
.opc-wrapper form.form-shipping-address .field.field-select-billing .control:after,
.opc-wrapper form.form-shipping-address .field.field-select-shipping .control:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.65rem;
  line-height: 1;
  color: #929292;
  content: '\e902';
  font-family: 'ninja';
  margin: 0;
  vertical-align: middle;
  font-weight: normal;
  right: 1.5rem;
  pointer-events: none;
  position: absolute;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.opc-wrapper form.form-shipping-address .field.field-select-billing select,
.opc-wrapper form.form-shipping-address .field.field-select-shipping select {
  padding: 0.25rem 3.25rem 0.25rem 0.6rem;
}
.opc-wrapper form.form-shipping-address .field.choice {
  float: none;
  width: 100%;
}
.opc-wrapper form.form-shipping-address fieldset.field {
  width: 100%;
}
.opc-wrapper form.form-shipping-address fieldset.field .label {
  display: none;
}
.opc-wrapper form.form-shipping-address fieldset.field .field {
  width: 100%;
}
.opc-wrapper form.form-shipping-address fieldset.field .additional {
  margin-top: 0;
  margin-bottom: 0;
}
.opc-wrapper form.form-shipping-address .field[name="billingAddress.company"] {
  margin-right: 1.5rem;
}
.opc-wrapper form.form-shipping-address .field[name="billingAddress.firstname"] {
  margin-right: 1.5rem;
}
.opc-wrapper form.form-shipping-address .field[name="billingAddress.postcode"] {
  margin-right: 1.5rem;
}
.opc-wrapper form.form-shipping-address .field[name="billingAddress.email"] {
  margin-right: 1.5rem;
}
.opc-wrapper form.form-shipping-address input#use-shipping-same-as-billing {
  display: none;
}
.opc-wrapper form.form-shipping-address label[for="use-shipping-same-as-billing"] {
  display: block;
  font-weight: bold;
}
.opc-wrapper form.form-shipping-address label[for="use-shipping-same-as-billing"]:before {
  border: 1px solid #e8e8e8;
  border-radius: 50%;
  box-sizing: border-box;
  content: '';
  display: inline-block;
  height: 1.25rem;
  margin: 0 0.5rem 0 0;
  vertical-align: middle;
  width: 1.25rem;
}
.opc-wrapper form.form-shipping-address input#use-shipping-same-as-billing:checked + label[for="use-shipping-same-as-billing"]:before {
  border: 0;
  border-radius: 0;
  content: '\e907';
  color: #ff6700;
  font-family: 'ninja';
  font-size: 1.1rem;
  height: auto;
  width: 1.25rem;
}
.opc-wrapper form#co-shipping-form {
  margin: 0;
  overflow: auto;
}
.opc-wrapper form#co-shipping-form .fieldset &gt; .field {
  margin-right: 0;
}
.opc-wrapper form#co-shipping-form .fieldset .field[name="shippingAddress.company"] {
  margin-right: 1.5rem;
}
.opc-wrapper form#co-shipping-form .fieldset .field[name="shippingAddress.firstname"] {
  margin-right: 1.5rem;
}
.opc-wrapper form#co-shipping-form .fieldset .field[name="shippingAddress.postcode"] {
  margin-right: 1.5rem;
}
.opc-wrapper form#co-shipping-form .fieldset .field[name="shippingAddress.email"] {
  margin-right: 1.5rem;
}
.opc-wrapper form#order-extra {
  clear: both;
  margin-top: 2rem;
}
.opc-wrapper form#order-extra .field {
  margin-bottom: 0.6rem;
  position: relative;
}
.opc-wrapper form#order-extra .field label[for="purchase_conditions"] ~ a {
  color: #000000;
  font-size: 0.875rem;
  text-decoration: underline;
}
.opc-wrapper form#order-extra .field div#purchase_conditions-error {
  position: absolute;
  top: 0;
  left: 200px;
  margin-top: 4px;
}
.opc-wrapper form#order-extra input {
  display: none;
}
.opc-wrapper .actions-toolbar {
  margin-top: 3rem;
}
.opc-wrapper .actions-toolbar .primary {
  display: block;
  float: none;
  margin: 0 auto;
}
.opc-wrapper .actions-toolbar .primary button {
  background-color: #8cc152;
  border: 0;
  color: #ffffff;
  font-size: 1.15rem;
  margin: 0 auto;
  max-width: 26.25rem;
  padding: 1rem 3rem;
  width: 90%;
}
.opc-wrapper .actions-toolbar .primary button:hover {
  background-color: #6c983b;
  border: 0;
  color: #ffffff;
}
div#checkout-promotion {
  margin: 2rem 0 0 0;
}
div#checkout-promotion h5 {
  color: #000000;
  font-family: 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 1rem;
  font-weight: bold;
  margin: 0 0 0.8rem 0;
  text-transform: none;
}
div#checkout-promotion .one-third {
  margin-bottom: 0;
  text-align: right;
  width: calc(((100% - 2rem) * 0.33333) * 0.67);
}
@media only screen and (max-width: 1200px) {
  div#checkout-promotion .one-third {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  div#checkout-promotion .one-third {
    width: calc(((100% - 2rem) * 0.33333) * 0.67);
  }
}
div#checkout-promotion .one-third img {
  max-width: 4.375rem;
  width: 100%;
}
div#checkout-promotion .two-third {
  margin-bottom: 0;
  width: calc(((100% - 2rem) * 0.33333) * 2.33);
}
@media only screen and (max-width: 1200px) {
  div#checkout-promotion .two-third {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  div#checkout-promotion .two-third {
    width: calc(((100% - 2rem) * 0.33333) * 2.33);
  }
}
div#checkout-promotion ul {
  margin-bottom: 0;
  padding: 0;
}
div#checkout-promotion ul li {
  font-size: 0.875rem;
  list-style-type: none;
  margin: 0 0 0.2rem 0;
  padding-left: calc(0.7em + 0.7rem);
  vertical-align: middle;
}
div#checkout-promotion ul li:before {
  color: #8cc152;
  content: '\e921';
  display: inline-block;
  font-family: 'ninja';
  font-size: 0.7em;
  margin-left: calc(-0.7em - 0.7rem);
  vertical-align: middle;
  width: calc(0.7em + 0.7rem);
}
div#klarna-checkout-container {
  background-color: transparent;
  box-sizing: border-box;
  padding: 0;
}
/* ==== EMPTY CART ==== */
.cart-empty {
  margin-top: 4rem;
}
/* ==== ORDER SUCCESS ==== */
.checkout-onepage-success .page-title-wrapper {
  height: auto;
  margin: 0;
  width: auto;
  position: relative;
}
.checkout-onepage-success a.print {
  color: #000000;
  display: block;
  float: right;
}
@media only screen and (max-width: 767px) {
  .checkout-onepage-success a.print {
    float: none;
    margin-bottom: 1rem;
  }
}
.checkout-onepage-success a.print:before {
  content: '\e914';
  font-family: 'ninja';
  margin-right: 0.5rem;
}
.order-success-content {
  float: left;
  margin-right: 6rem;
  width: calc((100% - 6rem) / 2);
}
@media only screen and (max-width: 767px) {
  .order-success-content {
    float: none;
    margin-bottom: 0;
    margin-right: 0;
    width: 100%;
  }
}
.order-success-content .checkout-success {
  margin: 1rem 0 3rem 0;
  overflow: auto;
}
.order-success-content .checkout-success strong {
  margin-bottom: 0.75rem;
  display: block;
}
.order-success-content .checkout-success strong a {
  color: #000000;
  text-decoration: underline;
}
.order-success-content .checkout-success strong a strong {
  display: inline;
}
.order-success-content .checkout-success .actions-toolbar {
  margin-top: 2.25rem;
}
.order-success-content #registration h4 {
  margin-bottom: 1rem;
}
.order-success-content #registration p {
  margin-bottom: 0.75rem;
}
.order-success-content #registration form {
  margin-top: 2rem;
}
.order-success-static-content {
  width: calc((100% - 6rem) / 2);
  float: left;
}
@media only screen and (max-width: 767px) {
  .order-success-static-content {
    float: none;
    width: 100%;
  }
}
.order-success-static-content .image-box {
  margin-bottom: 2.5rem;
}
.order-success-static-content .content-box {
  background-color: #eeeeee;
  padding: 2.5rem;
}
.order-success-static-content .content-box h4 {
  margin-bottom: 2rem;
}
.order-success-static-content .content-box table td {
  font-weight: bold;
  padding: 0.75rem 1rem 0.75rem 0;
}
.order-success-static-content .content-box table td span.subtext {
  display: block;
  font-weight: normal;
}
.order-success-static-content .content-box table td span.cart:before {
  content: '\e905';
  font-family: 'ninja';
  font-size: 1.3rem;
  vertical-align: middle;
  display: inline;
}
.order-success-static-content .content-box table td span.truck:before {
  content: '\e925';
  font-family: 'ninja';
  font-size: 1.3rem;
  vertical-align: middle;
  display: inline;
}
.order-success-static-content .content-box table td span.check:before {
  content: '\e921';
  font-family: 'ninja';
  font-size: 1.3rem;
  vertical-align: middle;
  display: inline;
}
.order-success-static-content .content-box table td span.clock-back:before {
  content: '\e924';
  font-family: 'ninja';
  font-size: 1.3rem;
  vertical-align: middle;
  display: inline;
}
/* ==== CMS PAGES ==== */
.cms-content ul:last-child {
  margin-bottom: 0;
}
.cms-content li:last-child {
  margin-bottom: 0;
}
.cms-page-view .breadcrumbs {
  background-color: transparent;
  margin: 2.5rem auto 3rem auto;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .cms-page-view .breadcrumbs {
    margin-top: calc(2.5rem * 0.6);
    margin-bottom: calc(3rem * 0.6);
    margin-left: calc(auto * 0.6);
    margin-right: calc(auto * 0.6);
  }
}
.cms-page-view .breadcrumbs .items .item {
  vertical-align: unset;
}
.cms-page-view main {
  padding-top: 0;
}
.cms-page-view .columns .sidebar-main {
  float: left;
  margin-right: 5%;
  padding: 0;
  width: 20%;
}
@media only screen and (max-width: 900px) {
  .cms-page-view .columns .sidebar-main {
    float: none;
    margin-bottom: 3.5rem;
    margin-right: 0;
    width: 100%;
  }
}
.cms-page-view .columns .sidebar-main .navigation {
  background: transparent;
  text-transform: uppercase;
}
.cms-page-view .columns .sidebar-main .navigation ul {
  padding: 0;
}
.cms-page-view .columns .sidebar-main .navigation .level0 {
  border-top: 0;
  border-bottom: 0;
  display: block;
  font-size: inherit;
  margin: 0;
  padding: 0.4rem 0.6rem 0.4rem 0;
}
.cms-page-view .columns .sidebar-main .navigation .level0 &gt; .level-top {
  color: #000000;
  font-family: 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cms-page-view .columns .sidebar-main .navigation .level0 &gt; .level-top:hover {
  color: #ff6700;
}
.cms-page-view .columns .sidebar-main .navigation .level0.first {
  border-bottom: 2px solid #ff6700;
  border-top: 0;
  font-weight: normal;
  margin: 0 0 1.2rem 0;
  padding: 0 0 1rem 0;
}
.cms-page-view .columns .sidebar-main .navigation .level0.first span {
  color: #000000;
  font-family: 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cms-page-view .columns .sidebar-main .navigation .level0.active &gt; .level-top {
  border-width: 0;
  font-weight: bold;
  display: inline;
}
.cms-page-view .columns .column.main {
  float: left;
  width: 75%;
}
@media only screen and (max-width: 900px) {
  .cms-page-view .columns .column.main {
    float: none;
    padding-bottom: 0;
    width: 100%;
  }
}
.cms-page-view .columns .cms-page-title-wrapper {
  background-color: #999999;
  height: auto;
  min-height: 9.375rem;
  position: relative;
  margin-bottom: 2rem;
}
.cms-page-view .columns .cms-page-title-wrapper .cms-page-image {
  margin-bottom: 0;
  height: auto;
}
@media only screen and (max-width: 560px) {
  .cms-page-view .columns .cms-page-title-wrapper .cms-page-image {
    height: 15.625rem;
    overflow: hidden;
    position: relative;
  }
}
.cms-page-view .columns .cms-page-title-wrapper .cms-page-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 560px) {
  .cms-page-view .columns .cms-page-title-wrapper .cms-page-image img {
    left: 50%;
    max-height: 100%;
    max-width: none;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: auto;
  }
}
.cms-page-view .columns .cms-page-title-wrapper .page-title-wrapper {
  bottom: 2rem;
  left: 2rem;
  position: absolute;
  right: auto;
  top: auto;
  transform: none;
}
@media only screen and (max-width: 560px) {
  .cms-page-view .columns .cms-page-title-wrapper .page-title-wrapper {
    bottom: auto;
    left: 50%;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.cms-page-view .columns .cms-page-title-wrapper .page-title-wrapper h1 {
  border-bottom: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  color: #ffffff;
  font-size: 2.813rem;
  line-height: 1;
  margin-bottom: 0;
  margin-top: 0;
  padding: 1rem;
  text-shadow: 2px 5px 9px rgba(0, 0, 0, 0.35);
  white-space: nowrap;
  z-index: 10;
  background-color: transparent;
  font-weight: normal;
  text-align: left;
}
@media only screen and (max-width: 900px) {
  .cms-page-view .columns .cms-page-title-wrapper .page-title-wrapper h1 {
    font-size: calc( 2.813rem * 0.7);
  }
}
.cms-page-view .columns .title-no-image {
  background-color: transparent;
  min-height: 1rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 560px) {
  .cms-page-view .columns .title-no-image .category-image {
    display: none;
  }
}
.cms-page-view .columns .title-no-image .page-title-wrapper {
  left: 0;
  position: relative;
  top: 0;
  bottom: 0;
  padding: 0;
  white-space: normal;
}
@media only screen and (max-width: 560px) {
  .cms-page-view .columns .title-no-image .page-title-wrapper {
    bottom: 0;
    left: 0;
    text-align: left;
    top: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
.cms-page-view .columns .title-no-image .page-title-wrapper h1 {
  border: 0;
  color: #000000;
  text-shadow: none;
  font-size: 2rem;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 0;
  padding: 0;
}
/* --- Contact us --- */
form.contact {
  margin: 3.5rem 0 5rem 0;
}
form.contact .fieldset {
  margin: 0;
}
form.contact .fieldset .field {
  margin-right: 0;
}
form.contact .fieldset .field.email {
  float: left;
  margin-right: 2rem;
  width: calc( (100% - 2rem) * 0.5);
}
@media only screen and (max-width: 560px) {
  form.contact .fieldset .field.email {
    float: none;
    margin-right: 0;
    width: 100%;
  }
}
form.contact .fieldset .field.telephone {
  float: left;
  width: calc( (100% - 2rem) * 0.5);
}
@media only screen and (max-width: 560px) {
  form.contact .fieldset .field.telephone {
    float: none;
    margin-right: 0;
    width: 100%;
  }
}
form.contact .fieldset .field.comment {
  clear: both;
}
form.contact .actions-toolbar .primary button {
  width: 17.813rem;
}
@media only screen and (max-width: 480px) {
  form.contact .actions-toolbar .primary button {
    width: 100%;
  }
}
ul.contact-info-list {
  padding: 0;
  margin-bottom: 1rem;
}
ul.contact-info-list li {
  list-style-type: none;
  margin: 0;
}
.contact-map {
  margin: 2rem 0 0 0;
}
/* --- FAQ --- */
.faq-wrapper {
  margin: 4rem 0 0 0;
}
.faq-group {
  float: none;
  margin: 0 0 4rem 0;
  width: 100%;
}
@media only screen and (max-width: 900px) {
  .faq-group {
    float: none;
    margin-right: 0;
    width: 100%;
  }
}
.faq-group:last-child {
  margin: 0;
}
.faq-group h3.faq-group-name {
  border-bottom: 2px solid #ff6700;
  margin: 0;
  padding: 0 0 1.25rem 0;
  font-size: 1.75rem;
  line-height: 1.3;
  font-weight: normal;
  font-family: 'Lato', 'Open Sans', helvetica, arial, sans-serif;
}
.faq-group div[role="tablist"] {
  border-bottom: 1px solid #d4d4d3;
  cursor: pointer;
  padding: 1rem 0;
}
.faq-group .faq-question {
  box-sizing: border-box;
  color: #000000;
  font-family: 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 1rem;
  font-weight: bold;
  padding-right: calc(1.2em * 3);
  position: relative;
  width: 100%;
  padding-left: 0;
}
.faq-group .faq-question:after {
  color: #000000;
  content: '+';
  font-family: 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 1.2em;
  position: absolute;
  right: 1rem;
  top: 50%;
  left: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.faq-group .faq-question[aria-expanded="true"]:after {
  content: '-';
}
.faq-group .faq-answer {
  color: #000000;
  font-family: 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 0.875rem;
  margin: 1rem 0 0 0;
}
/* === Enable cookies === */
body.cms-page-view.page-layout-1column h2,
body.cms-page-view.page-layout-1column h3,
body.cms-page-view.page-layout-1column h4,
body.cms-page-view.page-layout-1column h5,
body.cms-page-view.page-layout-1column h6 {
  margin: 2rem 0 0.5rem 0;
}
body.cms-page-view.page-layout-1column .breadcrumbs {
  margin: 2.5rem auto 3rem auto;
}
@media only screen and (max-width: 767px) {
  body.cms-page-view.page-layout-1column .breadcrumbs {
    margin-top: calc(2.5rem * 0.6);
    margin-bottom: calc(3rem * 0.6);
    margin-left: calc(auto * 0.6);
    margin-right: calc(auto * 0.6);
  }
}
body.cms-page-view.page-layout-1column main {
  padding-top: 0;
}
body.cms-page-view.page-layout-1column table {
  font-size: 0.8rem;
}
/* === 404 === */
.cms-no-route .page-wrapper .page-main .page-title-wrapper .page-title {
  border-bottom: 1px solid #e8e8e8;
  display: block;
  font-family: 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 1.875rem;
  font-weight: normal;
  margin-bottom: 1.5rem;
  padding: 0 0 0.6rem 0;
  text-align: left;
  text-transform: uppercase;
}
body.cms-home {
  overflow-x: hidden;
}
/* ==== SLIDER ==== */
.column.main div.slick-slider {
  height: 40.625rem;
  margin-bottom: 4rem;
  margin-left: calc( (-100vw + 1200px) * 0.5);
  margin-top: 0;
  width: 100vw;
}
@media only screen and (max-width: 1300px) {
  .column.main div.slick-slider {
    margin-left: calc( (-100vw + (1200px - (20px * 2))) * 0.5);
  }
}
@media only screen and (max-width: 1200px) {
  .column.main div.slick-slider {
    margin-left: -20px;
    width: 100vw;
  }
}
.column.main div.slick-slider ol.slick-slider {
  height: 100%;
  margin: 0;
  padding: 0;
}
.column.main div.slick-slider ol.slick-slider div.slick-list {
  height: 100%;
}
.column.main div.slick-slider ol.slick-slider div.slick-list div.slick-track {
  height: 100%;
}
.column.main div.slick-slider ol.slick-slider div.slick-list div.slick-track li.slick-slide {
  height: 100%;
  text-shadow: none;
}
.column.main div.slick-slider ol.slick-slider div.slick-list div.slick-track li.slick-slide a {
  color: transparent;
}
.column.main div.slick-slider ol.slick-slider div.slick-list div.slick-track li.slick-slide a:hover {
  color: transparent;
}
.column.main div.slick-slider ol.slick-slider div.slick-list div.slick-track li.slick-slide img {
  display: block;
  height: 100%;
  left: 50%;
  max-height: 100%;
  min-height: 100%;
  max-width: none;
  min-width: 100%;
  position: absolute;
  object-fit: cover;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.column.main div.slick-slider ol.slick-slider div.slick-list div.slick-track li.slick-slide div#title {
  background-color: transparent;
  bottom: auto;
  color: #ffffff;
  font-family: 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 3rem;
  font-weight: 300;
  left: calc((100vw - 1200px) * 0.5);
  right: auto;
  margin: auto;
  line-height: 1;
  padding: 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 25%;
  width: 21.5rem;
}
.column.main div.slick-slider ol.slick-slider div.slick-list div.slick-track li.slick-slide div#title span {
  color: #ffffff;
  display: block;
  font-family: 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 5.8rem;
  font-weight: 300;
  line-height: 1;
}
@media only screen and (max-width: 1300px) {
  .column.main div.slick-slider ol.slick-slider div.slick-list div.slick-track li.slick-slide div#title {
    left: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .column.main div.slick-slider ol.slick-slider div.slick-list div.slick-track li.slick-slide div#title {
    left: 0;
    margin: 0 auto;
    right: 0;
  }
}
.column.main div.slick-slider ol.slick-slider div.slick-list div.slick-track li.slick-slide div#desc {
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  color: #ffffff;
  font-family: 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 300;
  line-height: 1;
  left: calc((100vw - 1200px) * 0.5);
  right: auto;
  margin: auto;
  padding: 1rem 0;
  position: absolute;
  text-align: center;
  text-transform: none;
  top: 50%;
  width: 21.5rem;
}
@media only screen and (max-width: 1300px) {
  .column.main div.slick-slider ol.slick-slider div.slick-list div.slick-track li.slick-slide div#desc {
    left: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .column.main div.slick-slider ol.slick-slider div.slick-list div.slick-track li.slick-slide div#desc {
    left: 0;
    margin: 0 auto;
    right: 0;
  }
}
.column.main div.slick-slider.boxed-slider {
  margin: 0 0 3rem 0;
  width: 100%;
  height: 20rem;
}
@media only screen and (max-width: 1100px) {
  .column.main div.slick-slider.boxed-slider {
    height: calc(20rem * 0.9);
  }
}
@media only screen and (max-width: 900px) {
  .column.main div.slick-slider.boxed-slider {
    height: calc(20rem * 0.8);
  }
}
@media only screen and (max-width: 480px) {
  .column.main div.slick-slider.boxed-slider {
    height: calc(20rem * 0.7);
  }
}
/* ==== NEWSLETTER BLOCK ==== */
div.container-newsletter-block {
  background-color: #232323;
}
div.container-newsletter-block .block.newsletter {
  box-sizing: border-box;
  color: #ffffff;
  font-family: 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  margin: 0 auto;
  max-width: 1200px;
  overflow: auto;
  padding: 3.5rem 0;
  width: 100%;
}
@media only screen and (max-width: 1300px) {
  div.container-newsletter-block .block.newsletter {
    padding: calc(3.5rem * 0.915) calc(20px * 2);
  }
}
div.container-newsletter-block .block.newsletter .title {
  display: block;
  float: left;
  font-size: 1.25rem;
  margin-bottom: 0;
  margin-right: 15%;
  text-transform: uppercase;
  width: 45%;
}
@media only screen and (max-width: 767px) {
  div.container-newsletter-block .block.newsletter .title {
    float: none;
    margin-bottom: 2.4rem;
    margin-right: 0;
    text-align: center;
    width: 100%;
  }
}
div.container-newsletter-block .block.newsletter .title h4 {
  margin-bottom: 0.6rem;
}
div.container-newsletter-block .block.newsletter .title p {
  font-size: 16px;
  margin-bottom: 0;
  text-transform: none;
}
div.container-newsletter-block .block.newsletter .content {
  float: left;
  margin-top: 0.5rem;
  width: 40%;
}
@media only screen and (max-width: 767px) {
  div.container-newsletter-block .block.newsletter .content {
    float: none;
    width: 100%;
  }
}
div.container-newsletter-block .block.newsletter .content form.subscribe .field.newsletter {
  margin: 0;
}
div.container-newsletter-block .block.newsletter .content form.subscribe .field.newsletter .control {
  background-color: #ffffff;
}
div.container-newsletter-block .block.newsletter .content form.subscribe .field.newsletter .control:before {
  display: none;
}
div.container-newsletter-block .block.newsletter .content form.subscribe .field.newsletter .control input {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 0;
  color: #000000;
  font-family: 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 0.9379999999999999rem;
  height: 2.5rem;
  padding: 0 1rem;
  width: 100%;
}
div.container-newsletter-block .block.newsletter .content form.subscribe .field.newsletter .control input::-webkit-input-placeholder {
  color: #000000;
}
div.container-newsletter-block .block.newsletter .content form.subscribe .field.newsletter .control input:-moz-placeholder {
  color: #000000;
}
div.container-newsletter-block .block.newsletter .content form.subscribe .field.newsletter .control input::-moz-placeholder {
  color: #000000;
}
div.container-newsletter-block .block.newsletter .content form.subscribe .field.newsletter .control input:-ms-input-placeholder {
  color: #000000;
}
div.container-newsletter-block .block.newsletter .content form.subscribe .field.newsletter .control input:focus {
  box-shadow: none;
  outline: 0;
}
div.container-newsletter-block .block.newsletter .content form.subscribe .field.newsletter p.newsletter-message {
  font-size: 0.875rem;
  margin: 0.5rem 0 0 0;
}
div.container-newsletter-block .block.newsletter .content form.subscribe .field.newsletter p.newsletter-message.error {
  color: #ce1313;
}
div.container-newsletter-block .block.newsletter .content form.subscribe .actions {
  height: 100%;
  width: 3.125rem;
}
div.container-newsletter-block .block.newsletter .content form.subscribe .actions button.action.subscribe {
  background-color: #ff6700;
  border: 1px solid #ffffff;
  border-radius: 0;
  color: #ffffff;
  font-size: inherit;
  height: 2.5rem;
  margin: 0;
  padding: 0;
  right: 0;
  text-transform: uppercase;
  transition: all linear 0.15s;
  width: 100%;
}
div.container-newsletter-block .block.newsletter .content form.subscribe .actions button.action.subscribe:hover {
  background-color: #d35703;
  border: 1px solid #ffffff;
}
div.container-newsletter-block .block.newsletter .content form.subscribe .actions button.action.subscribe:hover span {
  color: #ffffff;
}
div.container-newsletter-block .block.newsletter .content form.subscribe .actions button.action.subscribe span {
  color: #ffffff;
  font-size: 1rem;
  font-family: 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-weight: normal;
}
div.container-newsletter-block .block.newsletter .content form.subscribe .actions button.action.subscribe[disabled] {
  opacity: 1;
}
/* ==== HOME PAGE BLOCKS ==== */
body.cms-home .columns .column.main {
  padding-bottom: 0;
}
body.cms-home .page-main {
  padding-bottom: 0;
  padding-top: 0;
}
div.category-blurbs {
  overflow: auto;
}
div.category-blurbs .one-half,
div.category-blurbs .one-third {
  color: transparent;
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  div.category-blurbs .one-half,
  div.category-blurbs .one-third {
    max-height: 23.75rem;
  }
}
@media only screen and (max-width: 480px) {
  div.category-blurbs .one-half,
  div.category-blurbs .one-third {
    max-height: 15rem;
  }
}
div.category-blurbs .one-half:hover,
div.category-blurbs .one-third:hover {
  color: transparent;
}
div.category-blurbs .one-half:before,
div.category-blurbs .one-third:before {
  background-color: rgba(0, 0, 0, 0.4);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all linear 0.15s;
  z-index: 1;
  width: 100%;
}
div.category-blurbs .one-half img,
div.category-blurbs .one-third img {
  display: block;
}
div.category-blurbs .one-half span,
div.category-blurbs .one-third span {
  background-color: transparent;
  border-bottom: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  box-sizing: border-box;
  color: #ffffff;
  display: block;
  font-family: 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 2.813rem;
  font-weight: normal;
  left: 50%;
  line-height: 1;
  padding: 1rem 0;
  position: absolute;
  text-shadow: 1px 7px 8px rgba(0, 0, 0, 0.35);
  text-transform: uppercase;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all linear 0.15s;
  z-index: 5;
  width: 64%;
}
div.category-blurbs .one-half:hover:before,
div.category-blurbs .one-third:hover:before {
  background-color: rgba(0, 0, 0, 0);
}
div.category-blurbs .one-half:hover span,
div.category-blurbs .one-third:hover span {
  background-color: #ffffff;
  color: #000000;
  text-shadow: none;
}
.container-banner-block {
  background: url('../images/banner-block-background.jpg');
  box-sizing: border-box;
  margin-top: 3rem;
  max-height: 31.875rem;
}
@media only screen and (max-width: 767px) {
  .container-banner-block {
    max-height: none;
    padding: 3rem 2rem;
  }
}
.container-banner-block .banner-block-content {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.container-banner-block .banner-block-content .one-half {
  margin-bottom: 0;
  max-height: 100%;
}
@media only screen and (max-width: 767px) {
  .container-banner-block .banner-block-content .one-half {
    margin-bottom: 2rem;
    text-align: center;
  }
}
.container-banner-block .banner-block-content .one-half img {
  display: block;
  max-height: 31.875rem;
}
@media only screen and (max-width: 767px) {
  .container-banner-block .banner-block-content .one-half img {
    margin: 0 auto;
  }
}
.container-banner-block .banner-block-content .one-half h3 {
  color: #ff6700;
  font-weight: bold;
  margin: 0 0 1rem 0;
  text-transform: none;
}
.container-banner-block .banner-block-content .one-half p {
  font-size: 1.25rem;
  margin: 0 0 3rem 0;
}
@media only screen and (max-width: 767px) {
  .container-banner-block .banner-block-content .one-half p {
    font-size: calc(1.25rem * 0.8);
  }
}
.container-banner-block .banner-block-content .one-half a.button {
  float: right;
  max-width: 12.5rem;
}
@media only screen and (max-width: 767px) {
  .container-banner-block .banner-block-content .one-half a.button {
    float: none;
    margin: 0 auto;
  }
}
.container-banner-block .banner-block-content .one-half.last {
  text-align: right;
  padding-left: 6%;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 1300px) {
  .container-banner-block .banner-block-content .one-half.last {
    padding-left: 0;
    right: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .container-banner-block .banner-block-content .one-half.last {
    text-align: center;
    position: relative;
    right: auto;
    top: auto;
    transform: none;
  }
}
/* ==== HOME PAGE PRODUCT SLIDER ==== */
.column.main .block .title {
  margin: 0;
}
.column.main .block .title strong {
  color: #000000;
  font-family: 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 2.188rem;
  font-weight: 300;
}
.column.main .block-product-slider {
  margin: 4rem 0 0 0;
}
.column.main .block-product-slider .products-grid .products.list:not(.grid) .slick-dots {
  bottom: auto;
  display: none !important;
  position: relative;
}
.column.main .block-product-slider .products-grid .products.list:not(.grid) .slick-dots li {
  height: auto;
  margin: 0 1rem;
  width: auto;
}
.column.main .block-product-slider .products-grid .products.list:not(.grid) .slick-dots li button {
  background-color: #dedede;
  border-radius: 50%;
  height: 0.625rem;
  padding: 0;
  transition: all linear 0.15s;
  width: 0.625rem;
}
.column.main .block-product-slider .products-grid .products.list:not(.grid) .slick-dots li button:hover {
  background-color: #000000;
}
.column.main .block-product-slider .products-grid .products.list:not(.grid) .slick-dots li button:before {
  content: '';
}
.column.main .block-product-slider .products-grid .products.list:not(.grid) .slick-dots li.slick-active button {
  background-color: #000000;
}
.column.main .block-product-slider .products-grid .products.list:not(.grid) .slick-prev,
.column.main .block-product-slider .products-grid .products.list:not(.grid) .slick-next {
  background: transparent;
  border: 0;
  height: auto;
  opacity: 1;
  transition: all linear 0.15s;
  width: auto;
}
.column.main .block-product-slider .products-grid .products.list:not(.grid) .slick-prev:hover,
.column.main .block-product-slider .products-grid .products.list:not(.grid) .slick-next:hover {
  border: 0;
}
.column.main .block-product-slider .products-grid .products.list:not(.grid) .slick-prev:hover:before,
.column.main .block-product-slider .products-grid .products.list:not(.grid) .slick-next:hover:before {
  color: #000000;
}
.column.main .block-product-slider .products-grid .products.list:not(.grid) .slick-prev:active,
.column.main .block-product-slider .products-grid .products.list:not(.grid) .slick-next:active {
  border: 0;
  box-shadow: none;
}
.column.main .block-product-slider .products-grid .products.list:not(.grid) .slick-prev:active:before,
.column.main .block-product-slider .products-grid .products.list:not(.grid) .slick-next:active:before {
  color: #000000;
}
.column.main .block-product-slider .products-grid .products.list:not(.grid) .slick-prev:before,
.column.main .block-product-slider .products-grid .products.list:not(.grid) .slick-next:before {
  color: #dedede;
  content: '\e91b';
  font-family: 'ninja';
  font-size: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .column.main .block-product-slider .products-grid .products.list:not(.grid) .slick-prev:before,
  .column.main .block-product-slider .products-grid .products.list:not(.grid) .slick-next:before {
    font-size: calc(2.5rem * 0.5);
  }
}
.column.main .block-product-slider .products-grid .products.list:not(.grid) .slick-next {
  right: -1.25rem;
}
.column.main .block-product-slider .products-grid .products.list:not(.grid) .slick-prev {
  left: -1.25rem;
}
.column.main .block-product-slider .products-grid .products.list:not(.grid) .slick-prev:before {
  content: '\e91a';
}
.column.main .block-product-slider .products-grid .products.list:not(.grid) .slick-list {
  margin-bottom: 1.5rem;
}
.column.main .block-product-slider .products-grid .products.list:not(.grid) .slick-list .slick-track li.item {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 0;
  padding: 0 2.5rem;
}
@media only screen and (max-width: 1024px) {
  .column.main .block-product-slider .products-grid .products.list:not(.grid) .slick-list .slick-track li.item {
    padding: 0 calc(2.5rem * 0.75);
  }
}
@media only screen and (max-width: 900px) {
  .column.main .block-product-slider .products-grid .products.list:not(.grid) .slick-list .slick-track li.item {
    padding: 0 calc(2.5rem * 0.375);
  }
}
.column.main .block-product-slider .products-grid .products.list:not(.grid) .slick-list .slick-track li.item .sticker-special-price {
  left: 2.5rem;
}
@media only screen and (max-width: 1024px) {
  .column.main .block-product-slider .products-grid .products.list:not(.grid) .slick-list .slick-track li.item .sticker-special-price {
    left: calc(2.5rem * 0.75);
  }
}
@media only screen and (max-width: 900px) {
  .column.main .block-product-slider .products-grid .products.list:not(.grid) .slick-list .slick-track li.item .sticker-special-price {
    left: calc(2.5rem * 0.375);
  }
}
.column.main .block-product-slider .products-grid .products.list:not(.grid) .slick-list .slick-track li.item .sticker-new {
  left: 2.5rem;
}
@media only screen and (max-width: 1024px) {
  .column.main .block-product-slider .products-grid .products.list:not(.grid) .slick-list .slick-track li.item .sticker-new {
    left: calc(2.5rem * 0.75);
  }
}
@media only screen and (max-width: 900px) {
  .column.main .block-product-slider .products-grid .products.list:not(.grid) .slick-list .slick-track li.item .sticker-new {
    left: calc(2.5rem * 0.375);
  }
}
.column.main .block-product-slider .products-grid .products.list:not(.grid) .slick-list .slick-track li.item .ninja-product-item-inner {
  bottom: 0;
  position: absolute;
  width: 100%;
}
.column.main .block-product-slider .products-grid .products.list:not(.grid) .product-item {
  display: none;
  margin-bottom: 0;
  padding: 0 2.5rem;
  width: 25%;
}
@media only screen and (max-width: 1023px) {
  .column.main .block-product-slider .products-grid .products.list:not(.grid) .product-item {
    padding: 0 calc(2.5rem * 0.75);
    width: 33.3333%;
  }
}
@media only screen and (max-width: 900px) {
  .column.main .block-product-slider .products-grid .products.list:not(.grid) .product-item {
    padding: 0 calc(2.5rem * 0.375);
  }
}
@media only screen and (max-width: 899px) {
  .column.main .block-product-slider .products-grid .products.list:not(.grid) .product-item {
    padding: 0 calc(2.5rem * 0.375);
    width: 25%;
  }
}
@media only screen and (max-width: 766px) {
  .column.main .block-product-slider .products-grid .products.list:not(.grid) .product-item {
    width: 33.3333%;
  }
}
@media only screen and (max-width: 559px) {
  .column.main .block-product-slider .products-grid .products.list:not(.grid) .product-item {
    width: 50%;
  }
}
.column.main .block-product-slider .products-grid .products.list:not(.grid) .product-item:nth-child(1),
.column.main .block-product-slider .products-grid .products.list:not(.grid) .product-item:nth-child(2),
.column.main .block-product-slider .products-grid .products.list:not(.grid) .product-item:nth-child(3),
.column.main .block-product-slider .products-grid .products.list:not(.grid) .product-item:nth-child(4) {
  display: inline-block;
}
@media only screen and (max-width: 559px) {
  .column.main .block-product-slider .products-grid .products.list:not(.grid) .product-item:nth-child(3) {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .column.main .block-product-slider .products-grid .products.list:not(.grid) .product-item:nth-child(4) {
    display: none;
  }
}
@media only screen and (max-width: 899px) {
  .column.main .block-product-slider .products-grid .products.list:not(.grid) .product-item:nth-child(4) {
    display: inline-block;
  }
}
@media only screen and (max-width: 766px) {
  .column.main .block-product-slider .products-grid .products.list:not(.grid) .product-item:nth-child(4) {
    display: none;
  }
}
.column.main .block-product-slider .products-grid .products.list:not(.grid) .product-item .product-item-photo img {
  display: block;
}
/* 5 columns */
.column.main .product-count-5 .products-grid .products.list:not(.grid) .slick-list .slick-track li.item {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 0;
  padding: 0 1.5rem;
}
@media only screen and (max-width: 1024px) {
  .column.main .product-count-5 .products-grid .products.list:not(.grid) .slick-list .slick-track li.item {
    padding: 0 calc(2.5rem * 0.75);
  }
}
@media only screen and (max-width: 900px) {
  .column.main .product-count-5 .products-grid .products.list:not(.grid) .slick-list .slick-track li.item {
    padding: 0 calc(2.5rem * 0.375);
  }
}
.column.main .product-count-5 .products-grid .products.list:not(.grid) .slick-list .slick-track li.item .sticker-special-price {
  left: 1.5rem;
}
@media only screen and (max-width: 1024px) {
  .column.main .product-count-5 .products-grid .products.list:not(.grid) .slick-list .slick-track li.item .sticker-special-price {
    left: calc(2.5rem * 0.75);
  }
}
@media only screen and (max-width: 900px) {
  .column.main .product-count-5 .products-grid .products.list:not(.grid) .slick-list .slick-track li.item .sticker-special-price {
    left: calc(2.5rem * 0.375);
  }
}
.column.main .product-count-5 .products-grid .products.list:not(.grid) .slick-list .slick-track li.item .sticker-new {
  left: 1.5rem;
}
@media only screen and (max-width: 1024px) {
  .column.main .product-count-5 .products-grid .products.list:not(.grid) .slick-list .slick-track li.item .sticker-new {
    left: calc(2.5rem * 0.75);
  }
}
@media only screen and (max-width: 900px) {
  .column.main .product-count-5 .products-grid .products.list:not(.grid) .slick-list .slick-track li.item .sticker-new {
    left: calc(2.5rem * 0.375);
  }
}
.column.main .product-count-5 .products-grid .products.list:not(.grid) .slick-list .slick-track li.item .ninja-product-item-inner {
  bottom: 0;
  position: absolute;
  width: 100%;
}
.column.main .product-count-5 .products-grid .products.list:not(.grid) .product-item {
  padding: 0 1.5rem;
  display: none;
  margin-bottom: 0;
  width: 20%;
}
@media only screen and (max-width: 1023px) {
  .column.main .product-count-5 .products-grid .products.list:not(.grid) .product-item {
    width: 33.33%;
    padding: 0 calc(2.5rem * 0.75);
  }
}
@media only screen and (max-width: 899px) {
  .column.main .product-count-5 .products-grid .products.list:not(.grid) .product-item {
    width: 25%;
    padding: 0 calc(2.5rem * 0.375);
  }
}
@media only screen and (max-width: 766px) {
  .column.main .product-count-5 .products-grid .products.list:not(.grid) .product-item {
    width: 33.333%;
  }
}
@media only screen and (max-width: 559px) {
  .column.main .product-count-5 .products-grid .products.list:not(.grid) .product-item {
    width: 50%;
  }
}
.column.main .product-count-5 .products-grid .products.list:not(.grid) .product-item:nth-child(1),
.column.main .product-count-5 .products-grid .products.list:not(.grid) .product-item:nth-child(2),
.column.main .product-count-5 .products-grid .products.list:not(.grid) .product-item:nth-child(3),
.column.main .product-count-5 .products-grid .products.list:not(.grid) .product-item:nth-child(4),
.column.main .product-count-5 .products-grid .products.list:not(.grid) .product-item:nth-child(5) {
  display: inline-block;
}
@media only screen and (max-width: 559px) {
  .column.main .product-count-5 .products-grid .products.list:not(.grid) .product-item:nth-child(3) {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .column.main .product-count-5 .products-grid .products.list:not(.grid) .product-item:nth-child(4) {
    display: none;
  }
}
@media only screen and (max-width: 899px) {
  .column.main .product-count-5 .products-grid .products.list:not(.grid) .product-item:nth-child(4) {
    display: inline-block;
  }
}
@media only screen and (max-width: 766px) {
  .column.main .product-count-5 .products-grid .products.list:not(.grid) .product-item:nth-child(4) {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .column.main .product-count-5 .products-grid .products.list:not(.grid) .product-item:nth-child(5) {
    display: none;
  }
}
.column.main .product-count-5 .products-grid .products.list:not(.grid) .product-item .product-item-photo img {
  display: block;
}
/* 3 columns */
.column.main .product-count-3 .products-grid .products.list:not(.grid) .slick-list .slick-track li.item {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 0;
  padding: 0 2.5rem;
}
@media only screen and (max-width: 1024px) {
  .column.main .product-count-3 .products-grid .products.list:not(.grid) .slick-list .slick-track li.item {
    padding: 0 calc(2.5rem * 0.75);
  }
}
@media only screen and (max-width: 900px) {
  .column.main .product-count-3 .products-grid .products.list:not(.grid) .slick-list .slick-track li.item {
    padding: 0 calc(2.5rem * 0.375);
  }
}
.column.main .product-count-3 .products-grid .products.list:not(.grid) .slick-list .slick-track li.item .sticker-special-price {
  left: 2.5rem;
}
@media only screen and (max-width: 1024px) {
  .column.main .product-count-3 .products-grid .products.list:not(.grid) .slick-list .slick-track li.item .sticker-special-price {
    left: calc(2.5rem * 0.75);
  }
}
@media only screen and (max-width: 900px) {
  .column.main .product-count-3 .products-grid .products.list:not(.grid) .slick-list .slick-track li.item .sticker-special-price {
    left: calc(2.5rem * 0.375);
  }
}
.column.main .product-count-3 .products-grid .products.list:not(.grid) .slick-list .slick-track li.item .sticker-new {
  left: 2.5rem;
}
@media only screen and (max-width: 1024px) {
  .column.main .product-count-3 .products-grid .products.list:not(.grid) .slick-list .slick-track li.item .sticker-new {
    left: calc(2.5rem * 0.75);
  }
}
@media only screen and (max-width: 900px) {
  .column.main .product-count-3 .products-grid .products.list:not(.grid) .slick-list .slick-track li.item .sticker-new {
    left: calc(2.5rem * 0.375);
  }
}
.column.main .product-count-3 .products-grid .products.list:not(.grid) .slick-list .slick-track li.item .ninja-product-item-inner {
  bottom: 0;
  position: absolute;
  width: 100%;
}
.column.main .product-count-3 .products-grid .products.list:not(.grid) .product-item {
  padding: 0 2.5rem;
  display: none;
  margin-bottom: 0;
  width: 33.333%;
}
@media only screen and (max-width: 899px) {
  .column.main .product-count-3 .products-grid .products.list:not(.grid) .product-item {
    width: 33.333%;
    padding: 0 calc(2.5rem * 0.375);
  }
}
@media only screen and (max-width: 766px) {
  .column.main .product-count-3 .products-grid .products.list:not(.grid) .product-item {
    width: 33.333%;
  }
}
@media only screen and (max-width: 559px) {
  .column.main .product-count-3 .products-grid .products.list:not(.grid) .product-item {
    width: 50%;
  }
}
.column.main .product-count-3 .products-grid .products.list:not(.grid) .product-item:nth-child(1),
.column.main .product-count-3 .products-grid .products.list:not(.grid) .product-item:nth-child(2),
.column.main .product-count-3 .products-grid .products.list:not(.grid) .product-item:nth-child(3) {
  display: inline-block;
}
.column.main .product-count-3 .products-grid .products.list:not(.grid) .product-item:nth-child(4) {
  display: none;
}
@media only screen and (max-width: 559px) {
  .column.main .product-count-3 .products-grid .products.list:not(.grid) .product-item:nth-child(3) {
    display: none;
  }
}
.column.main .product-count-3 .products-grid .products.list:not(.grid) .product-item .product-item-photo img {
  display: block;
}
/* ===== GRID ==== */
/* 3 columns */
.cms-home .column.main .product-count-3 .grid .products.list.grid .product-item {
  margin-bottom: 4rem;
  margin-right: 4rem;
  width: calc((100% - (4rem * 2)) * 0.3333);
}
.cms-home .column.main .product-count-3 .grid .products.list.grid .product-item:nth-child(3n) {
  margin-right: 0;
}
@media only screen and (max-width: 1024px) {
  .cms-home .column.main .product-count-3 .grid .products.list.grid .product-item {
    margin-bottom: calc(4rem * 0.83);
    margin-right: calc(4rem * 0.83);
    width: calc((100% - ((4rem * 0.83) * 2)) * 0.3333);
  }
}
@media only screen and (max-width: 767px) {
  .cms-home .column.main .product-count-3 .grid .products.list.grid .product-item {
    margin-right: calc(4rem * 0.67);
    width: calc((100% - ((4rem * 0.67) * 2)) * 0.33333);
  }
  .cms-home .column.main .product-count-3 .grid .products.list.grid .product-item:nth-child(4n) {
    margin-right: calc(4rem * 0.67);
  }
  .cms-home .column.main .product-count-3 .grid .products.list.grid .product-item:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 560px) {
  .cms-home .column.main .product-count-3 .grid .products.list.grid .product-item {
    margin-right: calc(4rem * 0.67);
    width: calc((100% - (4rem * 0.67)) * 0.5);
  }
  .cms-home .column.main .product-count-3 .grid .products.list.grid .product-item:nth-child(3n) {
    margin-right: calc(4rem * 0.67);
  }
  .cms-home .column.main .product-count-3 .grid .products.list.grid .product-item:nth-child(2n) {
    margin-right: 0;
  }
}
/* 4 columns */
.cms-home .column.main .product-count-4 .grid .products.list.grid .product-item {
  margin-bottom: 3.75rem;
  margin-right: 3.75rem;
  width: calc((100% - (3.75rem * 3)) * 0.25);
}
.cms-home .column.main .product-count-4 .grid .products.list.grid .product-item:nth-child(4n) {
  margin-right: 0;
}
@media only screen and (max-width: 1200px) {
  .cms-home .column.main .product-count-4 .grid .products.list.grid .product-item {
    margin-bottom: calc(3.75rem * 0.53);
    margin-right: calc(3.75rem * 0.53);
    width: calc((100% - ((3.75rem * 0.53) * 3)) * 0.25);
  }
}
@media only screen and (max-width: 900px) {
  .cms-home .column.main .product-count-4 .grid .products.list.grid .product-item {
    margin-right: calc(3.75rem * 0.53);
    width: calc((100% - ((3.75rem * 0.53) * 3)) * 0.25);
  }
  .cms-home .column.main .product-count-4 .grid .products.list.grid .product-item:nth-child(3n) {
    margin-right: calc(3.75rem * 0.53);
  }
  .cms-home .column.main .product-count-4 .grid .products.list.grid .product-item:nth-child(4n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .cms-home .column.main .product-count-4 .grid .products.list.grid .product-item {
    margin-right: calc(3.75rem * 0.67);
    width: calc((100% - ((3.75rem * 0.67) * 2)) * 0.33333);
  }
  .cms-home .column.main .product-count-4 .grid .products.list.grid .product-item:nth-child(4n) {
    margin-right: calc(3.75rem * 0.67);
  }
  .cms-home .column.main .product-count-4 .grid .products.list.grid .product-item:nth-child(3n) {
    margin-right: 0;
  }
  .cms-home .column.main .product-count-4 .grid .products.list.grid .product-item:nth-child(8),
  .cms-home .column.main .product-count-4 .grid .products.list.grid .product-item:nth-child(7) {
    display: none;
  }
}
@media only screen and (max-width: 560px) {
  .cms-home .column.main .product-count-4 .grid .products.list.grid .product-item {
    margin-right: calc(3.75rem * 0.67);
    width: calc((100% - (3.75rem * 0.67)) * 0.5);
  }
  .cms-home .column.main .product-count-4 .grid .products.list.grid .product-item:nth-child(3n) {
    margin-right: calc(3.75rem * 0.67);
  }
  .cms-home .column.main .product-count-4 .grid .products.list.grid .product-item:nth-child(2n) {
    margin-right: 0;
  }
  .cms-home .column.main .product-count-4 .grid .products.list.grid .product-item:nth-child(8),
  .cms-home .column.main .product-count-4 .grid .products.list.grid .product-item:nth-child(7) {
    display: inline-block;
  }
}
/* 5 columns */
.cms-home .column.main .product-count-5 .grid .products.list.grid .product-item {
  margin-bottom: 3.75rem;
  margin-right: 2.8rem;
  width: calc((100% - (2.8rem * 4)) * 0.20);
}
.cms-home .column.main .product-count-5 .grid .products.list.grid .product-item:nth-child(5n) {
  margin-right: 0;
}
@media only screen and (max-width: 1200px) {
  .cms-home .column.main .product-count-5 .grid .products.list.grid .product-item {
    margin-bottom: calc(3.75rem * 0.73);
    margin-right: calc(2.8rem * 0.73);
    width: calc((100% - ((2.8rem * 0.73) * 4)) * 0.20);
  }
}
@media only screen and (max-width: 1024px) {
  .cms-home .column.main .product-count-5 .grid .products.list.grid .product-item {
    margin-right: calc(2.8rem * 0.83);
    width: calc((100% - ((2.8rem * 0.83) * 3)) * 0.25);
  }
  .cms-home .column.main .product-count-5 .grid .products.list.grid .product-item:nth-child(5n) {
    margin-right: calc(2.8rem * 0.83);
  }
  .cms-home .column.main .product-count-5 .grid .products.list.grid .product-item:nth-child(4n) {
    margin-right: 0;
  }
  .cms-home .column.main .product-count-5 .grid .products.list.grid .product-item:nth-child(9),
  .cms-home .column.main .product-count-5 .grid .products.list.grid .product-item:nth-child(10) {
    display: none;
  }
}
@media only screen and (max-width: 900px) {
  .cms-home .column.main .product-count-5 .grid .products.list.grid .product-item {
    margin-right: calc(2.8rem * 0.83);
    width: calc((100% - ((2.8rem * 0.83) * 3)) * 0.25);
  }
  .cms-home .column.main .product-count-5 .grid .products.list.grid .product-item:nth-child(3n) {
    margin-right: calc(2.8rem * 0.83);
  }
  .cms-home .column.main .product-count-5 .grid .products.list.grid .product-item:nth-child(4n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .cms-home .column.main .product-count-5 .grid .products.list.grid .product-item {
    margin-right: calc(2.8rem * 0.87);
    width: calc((100% - ((2.8rem * 0.87) * 2)) * 0.33333);
  }
  .cms-home .column.main .product-count-5 .grid .products.list.grid .product-item:nth-child(4n) {
    margin-right: calc(2.8rem * 0.87);
  }
  .cms-home .column.main .product-count-5 .grid .products.list.grid .product-item:nth-child(3n) {
    margin-right: 0;
  }
  .cms-home .column.main .product-count-5 .grid .products.list.grid .product-item:nth-child(9) {
    display: inline-block;
  }
}
@media only screen and (max-width: 560px) {
  .cms-home .column.main .product-count-5 .grid .products.list.grid .product-item {
    margin-right: calc(2.8rem * 0.67);
    width: calc((100% - (2.8rem * 0.67)) * 0.5);
  }
  .cms-home .column.main .product-count-5 .grid .products.list.grid .product-item:nth-child(3n) {
    margin-right: calc(2.8rem * 0.67);
  }
  .cms-home .column.main .product-count-5 .grid .products.list.grid .product-item:nth-child(5n) {
    margin-right: calc(2.8rem * 0.67);
  }
  .cms-home .column.main .product-count-5 .grid .products.list.grid .product-item:nth-child(2n) {
    margin-right: 0;
  }
  .cms-home .column.main .product-count-5 .grid .products.list.grid .product-item:nth-child(10) {
    display: inline-block;
  }
}
.page-main .column.main .slick-slider .slider_content .slick-dots {
  bottom: 15px;
  display: block;
}
.page-main .column.main .slick-slider .slider_content .slick-dots li {
  margin: 0 4px;
}
.page-main .column.main .slick-slider .slider_content .slick-dots li button:before {
  content: "â€¢";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 12px;
  line-height: 1.4;
  color: #ffffff;
  opacity: 0.6;
  vertical-align: middle;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  transition: all linear 0.15s;
}
.page-main .column.main .slick-slider .slider_content .slick-dots li button:hover:before {
  color: #ffffff;
  opacity: 1;
  font-size: 12px;
}
.page-main .column.main .slick-slider .slider_content .slick-dots li.slick-active button:before {
  color: #ffffff;
  opacity: 1;
  font-size: 12px;
}
.page-main .column.main .slick-slider .slider_content .slick-arrow {
  display: inline-block;
  height: 50px;
  width: 50px;
  background: transparent;
  padding: 0;
  color: #ffffff;
  margin-top: 0;
  z-index: 9;
}
.page-main .column.main .slick-slider .slider_content .slick-arrow:before {
  font-family: 'ninja';
  font-size: 2.3rem;
  line-height: 1;
  color: #ffffff;
  opacity: 0.75;
  background-color: transparent;
  padding: 0;
  border-radius: 0;
}
.page-main .column.main .slick-slider .slider_content .slick-next {
  right: 10px;
}
@media only screen and (max-width: 767px) {
  .page-main .column.main .slick-slider .slider_content .slick-next {
    right: -5px;
  }
}
.page-main .column.main .slick-slider .slider_content .slick-next:before {
  content: '\e94c';
  transition: all linear 0.15s;
}
.page-main .column.main .slick-slider .slider_content .slick-next:hover:before {
  opacity: 1;
}
.page-main .column.main .slick-slider .slider_content .slick-prev {
  left: 10px;
}
@media only screen and (max-width: 767px) {
  .page-main .column.main .slick-slider .slider_content .slick-prev {
    left: -5px;
  }
}
.page-main .column.main .slick-slider .slider_content .slick-prev:before {
  content: '\e94f';
}
/* ==== PRODUCTS ==== */
.column.main .products.list {
  margin: 0;
}
.column.main .products.list .product-item {
  margin-left: 0;
  padding-left: 0;
  position: relative;
}
.column.main .products.list .product-item:nth-child(4n) {
  margin-right: 0;
}
.column.main .products.list .product-item .product-item-info {
  width: 100%;
}
.column.main .products.list .product-item .product-item-info .product-item-photo {
  display: block;
  width: 100%;
}
.column.main .products.list .product-item .product-item-info .product-reviews-summary .rating-summary {
  left: 0;
}
.column.main .products.list .product-item .product-item-info .product.details {
  /*height: @products-content-height;*/
  height: 14rem;
  margin: calc((1rem * 1.4) * 1.285) 0 0 0;
  position: relative;
}
.column.main .products.list .product-item .product-item-info .product.details .product-item-name {
  border-bottom: 1px solid #aaaaaa;
  border-top: 1px solid #aaaaaa;
  color: #636363;
  font-family: 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  hyphens: none;
  line-height: 1.3;
  margin: 0;
  padding: 0.5rem 0;
  text-align: center;
  text-transform: none;
}
.column.main .products.list .product-item .product-item-info .product.details .product-item-name a {
  color: #636363;
  font-size: 0.9rem;
  font-weight: normal;
}
.column.main .products.list .product-item .product-item-info .product.details .product-item-name a:hover {
  text-decoration: none;
}
.column.main .products.list .product-item .product-item-info .product.details .product-item-description {
  font-size: 0.8rem;
  height: 3.3rem;
  margin: 0.5rem 0 1rem 0;
  overflow: hidden;
  text-align: left;
  display: block;
}
.column.main .products.list .product-item .product-item-info .product.details .product-item-attributes tr {
  font-size: 0.8rem;
}
.column.main .products.list .product-item .product-item-info .product.details .product-item-attributes tr th,
.column.main .products.list .product-item .product-item-info .product.details .product-item-attributes tr td {
  display: inline-block;
  padding: 0 10px 0 0;
  min-width: 40px;
}
.column.main .products.list .product-item .product-item-info .product.details .product-item-attributes .swatch-option.color {
  box-sizing: border-box;
  height: 1.125rem;
  margin: 0 5px 0 0;
  min-width: 0;
  padding: 0;
  width: 1.125rem;
  display: inline-block;
  border: 1px solid;
  border-color: #dcdcdc;
  outline: 2px solid #000000;
}
.column.main .products.list .product-item .product-item-info .product.details .product-item-attributes .swatch-attribute.size {
  margin-top: 0.3125rem;
}
.column.main .products.list .product-item .product-item-info .product.details .product-item-attributes .swatch-attribute.size .swatch-option.text {
  background-color: transparent;
  border: 0;
  color: #000000;
  outline: 0;
  font-size: 0.75rem;
  font-weight: bold;
  margin: 0 0.625rem 0 0;
  width: auto;
  padding: 0;
  cursor: text;
}
.column.main .products.list .product-item .product-item-info .product.details .minimal-price-link {
  display: inline-block;
}
.column.main .products.list .product-item .product-item-info .product.details .price-box {
  bottom: 3rem;
  left: 0;
  margin: 0;
  right: auto;
  text-align: left;
  position: absolute;
}
.column.main .products.list .product-item .product-item-info .product.details .price-box .price-box {
  bottom: 0;
}
.column.main .products.list .product-item .product-item-info .product.details .price-box .price-box .minimal-price {
  margin-bottom: 0;
}
.column.main .products.list .product-item .product-item-info .product.details .price-box .price-box .minimal-price .price-label {
  white-space: nowrap;
}
.column.main .products.list .product-item .product-item-info .product.details .price-box .minimal-price-link {
  display: inline-block;
}
.column.main .products.list .product-item .product-item-info .product.details .price-box .price-label {
  font-size: 0.875rem;
}
.column.main .products.list .product-item .product-item-info .product.details .price-box .price-from {
  font-size: 0.875rem;
}
.column.main .products.list .product-item .product-item-info .product.details .price-box .price-to {
  font-size: 0.875rem;
}
.column.main .products.list .product-item .product-item-info .product.details .price-box .price {
  color: #000000;
  font-family: 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 1rem;
  font-weight: bold;
}
.column.main .products.list .product-item .product-item-info .product.details .price-box .old-price {
  color: #999999;
  display: block;
}
.column.main .products.list .product-item .product-item-info .product.details .price-box .old-price .price {
  color: #999999;
}
.column.main .products.list .product-item .product-item-info .product.details .price-box .special-price {
  color: #af0000;
  display: block;
  padding-right: 0;
}
.column.main .products.list .product-item .product-item-info .product.details .price-box .special-price .price {
  color: #af0000;
}
.column.main .products.list .product-item .product-item-info .product.details .price-box .package-you-save .price {
  font-size: 0.8rem;
  font-weight: normal;
  font-style: italic;
  color: #999999;
}
.column.main .products.list .product-item .product-item-info .product.details .actions-secondary {
  bottom: 3.2rem;
  position: absolute;
  right: 0;
}
.column.main .products.list .product-item .product-item-info .product.details .actions-secondary a {
  margin-left: 0.5rem;
}
.column.main .products.list .product-item .product-item-info .product.details .actions-secondary a:before {
  color: #999999;
  font-family: 'ninja';
  font-size: 0.9rem;
  line-height: 1;
  padding-left: 1px;
  transition: all linear 0.15s;
}
.column.main .products.list .product-item .product-item-info .product.details .actions-secondary a:hover:before {
  color: #000000;
}
.column.main .products.list .product-item .product-item-info .product.details .actions-secondary a.tocompare:before {
  content: '\e90a';
}
.column.main .products.list .product-item .product-item-info .product.details .actions-secondary a.towishlist:before {
  content: '\e90e';
  padding-right: 0.1rem;
}
.column.main .products.list .product-item .product-item-info .product.details .ninja-product-item-inner,
.column.main .products.list .product-item .product-item-info .product.details .product-item-inner {
  bottom: 0;
  position: absolute;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .column.main .products.list .product-item .product-item-info .product.details .ninja-product-item-inner .product-item-actions,
  .column.main .products.list .product-item .product-item-info .product.details .product-item-inner .product-item-actions {
    display: block;
  }
}
.column.main .products.list .product-item .product-item-info .product.details .ninja-product-item-inner .product-item-actions,
.column.main .products.list .product-item .product-item-info .product.details .product-item-inner .product-item-actions {
  margin: 0;
}
.column.main .products.list .product-item .product-item-info .product.details .actions-primary {
  display: block;
}
.column.main .products.list .product-item .product-item-info .product.details .actions-primary button.action.primary {
  font-size: 0.875rem;
  max-width: 100%;
  padding: 0.6rem 1rem;
  width: 100%;
  display: inline-block;
  margin: 0;
}
@media only screen and (max-width: 400px) {
  .column.main .products.list .product-item .product-item-info .product.details .actions-primary button.action.primary {
    font-size: calc(0.875rem * 0.85);
  }
}
.column.main .products.list .product-item .product-item-info .product.details .actions-primary button.action.primary span i {
  display: none;
}
.column.main .products.list .product-item .product-item-info .swatch-attribute-options {
  margin-top: 0.3125rem;
}
.column.main .products.list .product-item .product-item-info .swatch-attribute-options .swatch-option {
  box-sizing: border-box;
  height: 1.125rem;
  margin: 0 5px 0 0;
  min-width: 0;
  padding: 0;
  width: 1.125rem;
  display: inline-block;
  cursor: pointer;
}
.column.main .products.list .product-item .product-item-info .swatch-attribute-options .swatch-option:hover {
  outline: 2px solid #000000;
}
.column.main .products.list .product-item .product-item-info .swatch-attribute-options .swatch-option.color {
  border: 1px solid;
  border-color: #dcdcdc;
}
.column.main .products.list .product-item .product-item-info .swatch-attribute-options .swatch-option.selected {
  outline: 2px solid #000000;
}
.column.main .products.list .product-item .product-item-info .swatch-attribute-options .swatch-option.text {
  background-color: transparent;
  border: 0;
  color: #999999;
  font-size: 0.75rem;
  font-weight: bold;
  margin: 0 0.625rem 0 0;
  width: auto;
}
.column.main .products.list .product-item .product-item-info .swatch-attribute-options .swatch-option.text:hover {
  background-color: transparent;
  border: 0;
  color: #000000;
  outline: 0;
}
.column.main .products.list .product-item .product-item-info .swatch-attribute-options .swatch-option.text.selected {
  background-color: transparent;
  border: 0;
  color: #000000;
  outline: 0;
}
.product-item-brand {
  color: #000000;
  display: block;
  font-family: inherit;
  font-size: 0.75rem;
  font-weight: bold;
  margin-bottom: 0.25rem;
  text-transform: uppercase;
}
.sticker-new {
  background-color: #000000;
  color: #ffffff;
  font-family: inherit;
  font-size: 0.8129999999999999rem;
  font-weight: normal;
  left: 0;
  line-height: 1.5;
  padding: 0.4em 1em;
  position: absolute;
  right: auto;
  text-align: left;
  text-transform: uppercase;
  top: 0;
  width: auto;
  z-index: 10;
}
.sticker-special-price {
  background-color: #af0000;
  color: #ffffff;
  font-family: inherit;
  font-size: 0.8129999999999999rem;
  font-weight: normal;
  left: 0;
  line-height: 1.5;
  padding: 0.4em 1em;
  position: absolute;
  right: auto;
  text-align: left;
  text-transform: uppercase;
  top: 0;
  width: auto;
  z-index: 10;
}
.actions-primary .stock.unavailable {
  background-color: #e8e8e8;
  box-sizing: border-box;
  color: #999999;
  font-size: 0.875rem;
  line-height: 1.8;
  padding: 0.6rem 1rem;
  text-transform: uppercase;
  text-align: center;
  max-width: 100%;
  width: 100%;
  display: inline-block;
  margin: 0;
}
/* ==== PRODUCT PAGE ==== */
body.page-layout-1column.catalog-product-view {
  display: block;
}
body.page-layout-1column.catalog-product-view .breadcrumbs {
  margin: 2.5rem auto 3rem auto;
}
@media only screen and (max-width: 1300px) {
  body.page-layout-1column.catalog-product-view .breadcrumbs {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  body.page-layout-1column.catalog-product-view .breadcrumbs {
    margin-top: calc(2.5rem * 0.6);
    margin-bottom: calc(3rem * 0.6);
    margin-left: calc(auto * 0.6);
    margin-right: calc(auto * 0.6);
  }
}
body.page-layout-1column.catalog-product-view .page-main {
  padding-top: 0;
}
body.page-layout-1column.catalog-product-view div.column.main {
  padding-bottom: 0;
}
body.page-layout-1column.catalog-product-view .product-info-wrapper {
  width: 100%;
  background: transparent;
  background-size: 0;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: auto;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border-width: 0;
  border-color: transparent;
  border-style: solid;
}
@media only screen and (max-width: 1300px) {
  body.page-layout-1column.catalog-product-view .product-info-wrapper {
    margin: 0;
    padding: 0;
    background: transparent;
  }
}
@media only screen and (max-width: 1200px) {
  body.page-layout-1column.catalog-product-view .product-info-wrapper {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  body.page-layout-1column.catalog-product-view .product-info-wrapper {
    width: 100%;
    margin: 0;
    border-width: 0;
    border-color: transparent;
    border-style: solid;
  }
}
@media only screen and (max-width: 1300px) {
  body.page-layout-1column.catalog-product-view .product-info-wrapper &gt; * {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  body.page-layout-1column.catalog-product-view .product-info-wrapper &gt; * {
    flex: 1 100%;
    width: 100%;
  }
}
body.page-layout-1column.catalog-product-view .product-info-wrapper .product-info-inner-wrapper {
  max-width: none;
  margin: 0;
  padding: 0;
  overflow: auto;
  background: transparent;
  box-sizing: border-box;
  border-width: 0;
  border-color: transparent;
  border-style: solid;
}
@media only screen and (max-width: 1300px) {
  body.page-layout-1column.catalog-product-view .product-info-wrapper .product-info-inner-wrapper {
    padding: 0;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  body.page-layout-1column.catalog-product-view .product-info-wrapper .product-info-inner-wrapper {
    display: inline-flex;
    flex-flow: row wrap;
    padding: 0;
    margin: 0;
    border-width: 0;
    border-color: transparent;
    border-style: solid;
  }
}
@media only screen and (max-width: 767px) {
  body.page-layout-1column.catalog-product-view .product-info-wrapper .product-info-inner-wrapper .product-info-main {
    order: 2;
  }
}
@media only screen and (max-width: 767px) {
  body.page-layout-1column.catalog-product-view .product-info-wrapper .product-info-inner-wrapper .product.media {
    order: 1;
  }
}
body.page-layout-1column.catalog-product-view .product-info-main {
  margin-bottom: 4rem;
  width: 48%;
}
@media only screen and (max-width: 767px) {
  body.page-layout-1column.catalog-product-view .product-info-main {
    margin-bottom: 2rem;
    width: 100%;
  }
}
body.page-layout-1column.catalog-product-view .product-info-main .product.attribute.brand {
  color: #000000;
  font-family: 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.4;
  margin: 0 0 0.5rem 0;
  text-transform: uppercase;
  border-bottom: none;
  padding: 0;
}
body.page-layout-1column.catalog-product-view .product-info-main .page-title-wrapper.product h1.page-title {
  border-bottom: 1px solid #b5b5b5;
  color: #000000;
  font-family: 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 2.188rem;
  font-weight: normal;
  line-height: 1.1;
  margin: 0 0 1rem 0;
  padding: 0 0 1.4rem 0;
  text-align: left;
  text-transform: uppercase;
}
body.page-layout-1column.catalog-product-view .product-info-main .product-info-main-review {
  display: table;
  overflow: auto;
  table-layout: auto;
  width: 100%;
}
body.page-layout-1column.catalog-product-view .product-info-main .product-info-main-review .product-reviews-summary {
  display: table-cell;
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  body.page-layout-1column.catalog-product-view .product-info-main .product-info-main-review .product-reviews-summary {
    display: block;
    margin-bottom: 0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  body.page-layout-1column.catalog-product-view .product-info-main .product-info-main-review .product-reviews-summary {
    display: table-cell;
    margin: 0;
  }
}
@media only screen and (max-width: 480px) {
  body.page-layout-1column.catalog-product-view .product-info-main .product-info-main-review .product-reviews-summary {
    display: block;
    margin-bottom: 0.5rem;
  }
}
body.page-layout-1column.catalog-product-view .product-info-main .product-info-main-review .product-reviews-summary .rating-summary .rating-result {
  margin-left: 0;
  width: auto;
}
body.page-layout-1column.catalog-product-view .product-info-main .product-info-main-review .product-reviews-summary .rating-summary .rating-result:before {
  color: #c7c7c7;
  content: '\e917' '\e917' '\e917' '\e917' '\e917';
  font-family: 'ninja';
  font-size: 1.2rem;
  letter-spacing: 1px;
}
body.page-layout-1column.catalog-product-view .product-info-main .product-info-main-review .product-reviews-summary .rating-summary .rating-result span:before {
  color: #ff6700;
  content: '\e917' '\e917' '\e917' '\e917' '\e917';
  font-family: 'ninja';
  font-size: 1.2rem;
  letter-spacing: 1px;
}
body.page-layout-1column.catalog-product-view .product-info-main .product-info-main-review .product-reviews-summary .reviews-actions a {
  color: #000000;
  font-family: 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 0.8129999999999999rem;
  font-weight: normal;
  text-transform: uppercase;
  vertical-align: middle;
}
body.page-layout-1column.catalog-product-view .product-info-main .product-info-main-review .product-reviews-summary .reviews-actions a:hover {
  color: #ff6700;
}
body.page-layout-1column.catalog-product-view .product-info-main .product-info-main-review .product-reviews-summary .reviews-actions span {
  color: #000000;
  font-family: 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 0.8129999999999999rem;
  font-weight: normal;
  text-transform: uppercase;
  vertical-align: middle;
}
body.page-layout-1column.catalog-product-view .product-info-main .product-info-main-review .product.attribute.sku {
  color: #000000;
  display: table-cell;
  font-family: 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 0.8129999999999999rem;
  font-weight: 300;
  text-align: right;
  vertical-align: middle;
}
@media only screen and (max-width: 1024px) {
  body.page-layout-1column.catalog-product-view .product-info-main .product-info-main-review .product.attribute.sku {
    display: block;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  body.page-layout-1column.catalog-product-view .product-info-main .product-info-main-review .product.attribute.sku {
    display: table-cell;
    text-align: right;
  }
}
@media only screen and (max-width: 480px) {
  body.page-layout-1column.catalog-product-view .product-info-main .product-info-main-review .product.attribute.sku {
    display: block;
    text-align: left;
  }
}
body.page-layout-1column.catalog-product-view .product-info-main .product-info-main-review .product.attribute.sku strong.type {
  font-weight: 300;
  margin-right: 0;
}
body.page-layout-1column.catalog-product-view .product-info-main .product.attribute.overview {
  clear: both;
  margin: 2rem 0 0 0;
  font-size: 16px;
  line-height: 1.4;
}
body.page-layout-1column.catalog-product-view .product-info-main .product.attribute.overview .content.short {
  overflow: hidden;
}
body.page-layout-1column.catalog-product-view .product-info-main .product.attribute.overview .content.short ~ .see-more:before {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  content: '';
  display: block;
  height: 40px;
  position: absolute;
  top: -50px;
  width: 100%;
}
body.page-layout-1column.catalog-product-view .product-info-main .product.attribute.overview .see-more {
  cursor: pointer;
  display: block;
  font-weight: bold;
  margin: 0.625rem 0 0 0;
  position: relative;
}
body.page-layout-1column.catalog-product-view .product-info-main .product.attribute.overview .see-more:hover {
  text-decoration: underline;
}
body.page-layout-1column.catalog-product-view .product-info-main .product-attribute-info .table-wrapper {
  margin-bottom: 2rem;
}
body.page-layout-1column.catalog-product-view .product-info-main .product-attribute-info .table-wrapper tbody th,
body.page-layout-1column.catalog-product-view .product-info-main .product-attribute-info .table-wrapper tbody td {
  display: inline-block;
  padding: 0 10px 0 0;
  min-width: 50px;
}
body.page-layout-1column.catalog-product-view .product-info-main .product-info-price {
  margin: 2rem 0 2.5rem 0;
}
body.page-layout-1column.catalog-product-view .product-info-main .product-info-price .product-info-stock-sku {
  margin: 0 0 2.5rem 0;
}
body.page-layout-1column.catalog-product-view .product-info-main .product-info-price .product-info-stock-sku .stock {
  display: block;
  vertical-align: middle;
}
body.page-layout-1column.catalog-product-view .product-info-main .product-info-price .product-info-stock-sku .stock span {
  color: #000000;
  font-family: 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 0.8129999999999999rem;
  font-weight: normal;
}
body.page-layout-1column.catalog-product-view .product-info-main .product-info-price .product-info-stock-sku .available span:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.98rem;
  line-height: 1.1;
  color: #19772c;
  content: '\e906';
  font-family: 'ninja';
  margin: 0 0.5rem 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
body.page-layout-1column.catalog-product-view .product-info-main .product-info-price .product-info-stock-sku .unavailable span:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.98rem;
  line-height: 1.1;
  color: #ce1313;
  content: '\e908';
  font-family: 'ninja';
  margin: 0 0.5rem 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
body.page-layout-1column.catalog-product-view .product-info-main .product-info-price .product-info-stock-sku .stock-reminder-wrapper {
  /*.stock.unavailable {
            display: inline-block;
            vertical-align: bottom;
            width: auto;
            line-height: 1;
            padding: @product-page-button-padding-topbottom @product-page-button-padding-leftright;
            span {
              font-family: @product-page-button-font;
              font-size: @product-page-button-size;
              line-height: 1;
              &amp;:before {
                vertical-align: text-bottom;
              }
            }
          }*/
}
body.page-layout-1column.catalog-product-view .product-info-main .product-info-price .product-info-stock-sku .stock-reminder-wrapper .stock.unavailable {
  width: auto;
}
body.page-layout-1column.catalog-product-view .product-info-main .product-info-price .product-info-stock-sku .stock-reminder-wrapper .stockreminder-popup-info {
  margin-top: 1rem;
}
body.page-layout-1column.catalog-product-view .product-info-main .product-info-price .product-info-stock-sku .stock-reminder-wrapper .stockreminder-popup-info #stockreminder-popup-info {
  color: #ff6700;
  text-decoration: underline;
  font-weight: bold;
}
body.page-layout-1column.catalog-product-view .product-info-main .product-info-price .product-info-stock-sku .stock-reminder-wrapper .stockreminder-popup-info #stockreminder-popup-info:hover {
  color: #ff6700;
  text-decoration: none;
}
body.page-layout-1column.catalog-product-view .product-info-main .prices-tier.items {
  background: transparent;
  margin: 0 0 2.5rem 0;
  padding: 0;
}
body.page-layout-1column.catalog-product-view .product-info-main .prices-tier.items li {
  padding: 0.3rem 0.625rem 0.3rem 0;
  font-size: calc(1rem * 0.9);
}
body.page-layout-1column.catalog-product-view .product-info-main .prices-tier.items li .price {
  font-size: calc(1rem * 0.9);
}
body.page-layout-1column.catalog-product-view .product-info-main .price-box .price-wrapper .price {
  color: #000000;
  font-family: 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: none;
}
body.page-layout-1column.catalog-product-view .product-info-main .price-box .minimal-price {
  text-transform: uppercase;
  font-size: 1.125rem;
  margin-bottom: 1.3rem;
}
body.page-layout-1column.catalog-product-view .product-info-main .price-box .minimal-price .price-label:after {
  content: ':';
  display: inline-block;
}
body.page-layout-1column.catalog-product-view .product-info-main .price-box .old-price {
  color: #999999;
  display: inline-block;
}
body.page-layout-1column.catalog-product-view .product-info-main .price-box .old-price .price {
  color: #999999;
  font-family: 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: none;
}
body.page-layout-1column.catalog-product-view .product-info-main .price-box .special-price {
  color: #af0000;
  display: inline-block;
  margin-right: 1rem;
}
body.page-layout-1column.catalog-product-view .product-info-main .price-box .special-price .price {
  color: #af0000;
}
body.page-layout-1column.catalog-product-view .product-info-main .product-options-wrapper {
  margin: 0;
}
body.page-layout-1column.catalog-product-view .product-info-main .product-options-wrapper .fieldset {
  overflow: auto;
}
body.page-layout-1column.catalog-product-view .product-info-main .product-options-wrapper .fieldset .swatch-opt {
  margin: 0;
}
body.page-layout-1column.catalog-product-view .product-info-main .product-options-wrapper .fieldset .swatch-attribute {
  float: left;
  margin-bottom: 0;
  margin-right: 2rem;
  max-width: calc( (100% - (2rem * 2) - 2.813rem) * 0.5);
  width: auto;
}
@media only screen and (max-width: 1024px) {
  body.page-layout-1column.catalog-product-view .product-info-main .product-options-wrapper .fieldset .swatch-attribute {
    max-width: calc( (100% - (2rem * 2)) * 0.5);
  }
}
@media only screen and (max-width: 900px) {
  body.page-layout-1column.catalog-product-view .product-info-main .product-options-wrapper .fieldset .swatch-attribute {
    margin-bottom: 0;
    max-width: none;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  body.page-layout-1column.catalog-product-view .product-info-main .product-options-wrapper .fieldset .swatch-attribute {
    margin-right: calc(2rem * 0.6);
    max-width: calc((100% - ((2rem * 0.6) * 2) - 2.813rem) * 0.5);
    width: auto;
  }
}
@media only screen and (max-width: 480px) {
  body.page-layout-1column.catalog-product-view .product-info-main .product-options-wrapper .fieldset .swatch-attribute {
    margin-bottom: 0;
    max-width: 100%;
  }
}
body.page-layout-1column.catalog-product-view .product-info-main .product-options-wrapper .fieldset .swatch-attribute .swatch-attribute-label {
  color: #000000;
  display: block;
  font-family: 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  margin: 0 0 0.3125rem;
  text-transform: uppercase;
}
body.page-layout-1column.catalog-product-view .product-info-main .product-options-wrapper .fieldset .swatch-attribute .swatch-attribute-label:after {
  color: #000000;
  font-size: inherit;
  margin: 0;
}
body.page-layout-1column.catalog-product-view .product-info-main .product-options-wrapper .fieldset .swatch-attribute .swatch-option.color {
  /*border:@product-page-swatch-hover-border;
            outline:@product-page-swatch-hover-outline;*/
  border-radius: 0;
  box-sizing: border-box;
  font-weight: normal;
  height: 2.813rem;
  width: 2.813rem;
  margin: 2px 7px 5px 1px;
}
body.page-layout-1column.catalog-product-view .product-info-main .product-options-wrapper .fieldset .swatch-attribute .swatch-option.text {
  background-color: #ffffff;
  /*border:@product-page-swatch-hover-border;*/
  border-radius: 0;
  box-sizing: border-box;
  color: #000000;
  font-size: 0.8129999999999999rem;
  font-weight: normal;
  height: 2.813rem;
  line-height: 2.813rem;
  margin: 2px 7px 5px 1px;
  min-width: 2.5rem;
  padding: 0 0.7rem;
  width: auto;
  /*outline:@product-page-swatch-hover-outline;*/
}
body.page-layout-1column.catalog-product-view .product-info-main .product-options-wrapper .fieldset .swatch-attribute .swatch-attribute-selected-option {
  display: none;
}
body.page-layout-1column.catalog-product-view .product-info-main .product-options-wrapper .fieldset .swatch-attribute .swatch-attribute-options {
  height: auto;
  margin-top: 0;
  min-height: calc(2.813rem * 1.6);
  overflow: auto;
  padding: 1px 0 0 1px;
}
body.page-layout-1column.catalog-product-view .product-info-main .product-options-wrapper .fieldset .swatch-attribute .swatch-attribute-options .swatch-option {
  border: 1px solid #dcdcdc;
  border-radius: 0;
  box-sizing: border-box;
  font-weight: normal;
  margin: 2px 7px 5px 1px;
  height: 2.813rem;
  width: 2.813rem;
}
body.page-layout-1column.catalog-product-view .product-info-main .product-options-wrapper .fieldset .swatch-attribute .swatch-attribute-options .swatch-option:hover {
  border: 1px solid #ffffff;
  outline: 2px solid #000000;
}
body.page-layout-1column.catalog-product-view .product-info-main .product-options-wrapper .fieldset .swatch-attribute .swatch-attribute-options .swatch-option.selected {
  border: 1px solid #ffffff;
  outline: 2px solid #000000;
}
body.page-layout-1column.catalog-product-view .product-info-main .product-options-wrapper .fieldset .swatch-attribute .swatch-attribute-options .swatch-option.text {
  background-color: transparent;
  border: 1px solid #dcdcdc;
  border-radius: 0;
  box-sizing: border-box;
  color: #000000;
  font-size: 0.8129999999999999rem;
  font-weight: normal;
  height: 2.813rem;
  line-height: 2.813rem;
  min-width: 2.5rem;
  padding: 0 0.7rem;
  width: auto;
}
body.page-layout-1column.catalog-product-view .product-info-main .product-options-wrapper .fieldset .swatch-attribute .swatch-attribute-options .swatch-option.text:hover {
  border: 1px solid #ffffff;
  font-weight: bold;
  outline: 2px solid #000000;
  background-color: #f3f3f3;
}
body.page-layout-1column.catalog-product-view .product-info-main .product-options-wrapper .fieldset .swatch-attribute .swatch-attribute-options .swatch-option.text.selected {
  background-color: #f3f3f3 !important;
  border: 1px solid #ffffff;
  color: #000000;
  outline: 2px solid #000000;
  font-weight: bold;
}
body.page-layout-1column.catalog-product-view .product-info-main .product-options-wrapper .fieldset .swatch-attribute div.mage-error[generated] {
  clear: both;
}
body.page-layout-1column.catalog-product-view .product-info-main .product-options-wrapper .fieldset .fieldset .field.configurable {
  float: left;
  margin-right: 2rem;
  max-width: 16rem;
  width: 100%;
}
@media only screen and (max-width: 480px) {
  body.page-layout-1column.catalog-product-view .product-info-main .product-options-wrapper .fieldset .fieldset .field.configurable {
    max-width: calc(16rem * 0.9);
  }
}
body.page-layout-1column.catalog-product-view .product-info-main .product-options-wrapper .fieldset .fieldset .field.configurable .label {
  color: #000000;
  font-family: 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  text-transform: uppercase;
}
body.page-layout-1column.catalog-product-view .product-info-main .product-options-wrapper .fieldset .fieldset .field.configurable .label:after {
  color: #000000;
  font-size: 1rem;
  line-height: 1;
  margin: 0;
}
body.page-layout-1column.catalog-product-view .product-info-main .product-options-wrapper .fieldset .fieldset .field.configurable .control {
  position: relative;
}
body.page-layout-1column.catalog-product-view .product-info-main .product-options-wrapper .fieldset .fieldset .field.configurable .control:after {
  color: #929292;
  content: '\e902';
  display: block;
  font-family: 'ninja';
  font-size: 0.65rem;
  pointer-events: none;
  position: absolute;
  right: 1rem;
  top: 1.2rem;
}
body.page-layout-1column.catalog-product-view .product-info-main .product-options-wrapper .box-tocart {
  display: block;
  float: left;
  margin: 0;
}
body.page-layout-1column.catalog-product-view .product-info-main .product-options-wrapper .box-tocart .fieldset .field {
  display: block;
  margin-bottom: 0;
  padding: 0;
}
body.page-layout-1column.catalog-product-view .product-info-main .product-options-wrapper .box-tocart .fieldset .field .label {
  color: #000000;
  font-family: 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  text-transform: uppercase;
}
body.page-layout-1column.catalog-product-view .product-info-main .product-options-wrapper .box-tocart .fieldset .field .control input {
  background-color: #ffffff;
  border: 1px solid #dcdcdc;
  border-radius: 0;
  color: #000000;
  font-size: 0.8129999999999999rem;
  height: 2.813rem;
  width: 2.813rem;
}
body.page-layout-1column.catalog-product-view .product-info-main .product-options-wrapper .box-tocart .fieldset .field .control input::-webkit-input-placeholder {
  color: #000000;
  font-size: 0.8129999999999999rem;
}
body.page-layout-1column.catalog-product-view .product-info-main .product-options-wrapper .box-tocart .fieldset .field .control input:-moz-placeholder {
  color: #000000;
  font-size: 0.8129999999999999rem;
}
body.page-layout-1column.catalog-product-view .product-info-main .product-options-wrapper .box-tocart .fieldset .field .control input::-moz-placeholder {
  color: #000000;
  font-size: 0.8129999999999999rem;
}
body.page-layout-1column.catalog-product-view .product-info-main .product-options-wrapper .box-tocart .fieldset .field .control input:-ms-input-placeholder {
  color: #000000;
  font-size: 0.8129999999999999rem;
}
body.page-layout-1column.catalog-product-view .product-info-main .product-options-wrapper .box-tocart .fieldset .field .control input:focus {
  border: 1px solid #000000;
  box-shadow: none;
  outline: none;
}
body.page-layout-1column.catalog-product-view .product-info-main .product-options-bottom {
  clear: both;
  overflow: visible;
  margin: 2rem 0 0 0;
}
body.page-layout-1column.catalog-product-view .product-info-main .box-tocart {
  margin: 0;
  display: inline-block;
}
body.page-layout-1column.catalog-product-view .product-info-main .box-tocart .fieldset .actions {
  padding-top: 0;
  display: inline-block;
}
body.page-layout-1column.catalog-product-view .product-info-main .box-tocart .fieldset .actions button.action.primary {
  background-color: #ff6700;
  border: 0;
  border-radius: 0;
  color: #ffffff;
  font-family: 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 1;
  padding: 1.065rem 3.2rem;
  text-transform: uppercase;
  transition: all linear 0.15s;
  width: auto;
}
body.page-layout-1column.catalog-product-view .product-info-main .box-tocart .fieldset .actions button.action.primary:hover {
  background-color: #d35703;
  border: 0;
  color: #ffffff;
}
body.page-layout-1column.catalog-product-view .product-info-main .box-tocart .fieldset .actions button.action.primary span {
  padding: 0 0 0 2rem;
  position: relative;
}
body.page-layout-1column.catalog-product-view .product-info-main .box-tocart .fieldset .actions button.action.primary span:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.238rem;
  line-height: 1;
  color: inherit;
  content: '\e905';
  font-family: 'ninja';
  margin: 0;
  vertical-align: middle;
  font-weight: normal;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0.230rem;
}
@media only screen and (max-width: 640px) {
  body.page-layout-1column.catalog-product-view .product-info-main .product-item-actions {
    display: block;
  }
}
body.page-layout-1column.catalog-product-view .product-info-main .product-item-actions .product-addto-links a.action {
  background: transparent;
  border: 0;
  color: #999999;
  font-family: 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
  margin: 0 2.5rem 0.7rem 0;
  padding: 0;
  text-transform: uppercase;
  transition: all linear 0.15s;
  vertical-align: baseline;
}
body.page-layout-1column.catalog-product-view .product-info-main .product-item-actions .product-addto-links a.action:last-child {
  margin-right: 0;
}
body.page-layout-1column.catalog-product-view .product-info-main .product-item-actions .product-addto-links a.action:hover {
  color: #000000;
}
body.page-layout-1column.catalog-product-view .product-info-main .product-item-actions .product-addto-links a.action:hover:before {
  color: #000000;
}
body.page-layout-1column.catalog-product-view .product-info-main .product-item-actions .product-addto-links a.towishlist span:before {
  color: inherit;
  content: '\e90e';
  display: inline-block;
  font-family: 'ninja';
  font-size: 1.225rem;
  font-weight: normal;
  line-height: 1;
  margin: 0 0.5rem 0 0;
  vertical-align: text-bottom;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 400px) {
  body.page-layout-1column.catalog-product-view .product-info-main .product-item-actions .product-addto-links a.towishlist {
    display: block;
  }
}
body.page-layout-1column.catalog-product-view .product-info-main .product-item-actions .product-addto-links a.tocompare span:before {
  color: inherit;
  content: '\e90a';
  display: inline-block;
  font-family: 'ninja';
  font-size: 1.225rem;
  font-weight: normal;
  line-height: 1;
  margin: 0 0.5rem 0 0;
  vertical-align: text-bottom;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 767px) {
  body.page-layout-1column.catalog-product-view .product-info-main .product-item-actions .product-addto-links a.tocompare {
    display: inline-block;
  }
}
@media only screen and (max-width: 400px) {
  body.page-layout-1column.catalog-product-view .product-info-main .product-item-actions .product-addto-links a.tocompare {
    display: block;
  }
}
body.page-layout-1column.catalog-product-view .product.media {
  margin-bottom: 8rem;
  width: 44%;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 767px) {
  body.page-layout-1column.catalog-product-view .product.media {
    margin-bottom: calc(8rem * 0.5);
    width: 100%;
  }
}
body.page-layout-1column.catalog-product-view .product.media .fotorama__stage {
  margin: 0 0 3rem 0;
}
body.page-layout-1column.catalog-product-view .product.media .fotorama__stage .fotorama__grab {
  cursor: pointer;
}
body.page-layout-1column.catalog-product-view .product.media .fotorama__nav-wrap .fotorama__thumb-border {
  background-image: none;
  border-width: 0;
}
body.page-layout-1column.catalog-product-view .product.media .fotorama__nav-wrap .fotorama__nav__frame {
  border: 1px solid transparent;
  box-sizing: border-box;
  cursor: pointer;
  margin: 0 1.5rem 0 0;
  padding: 0;
}
body.page-layout-1column.catalog-product-view .product.media .fotorama__nav-wrap .fotorama__active {
  border: 1px solid #000000;
}
body.page-layout-1column.catalog-product-view .fotorama--fullscreen {
  background-color: #ffffff;
}
body.page-layout-1column.catalog-product-view .fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon,
body.page-layout-1column.catalog-product-view .fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out,
body.page-layout-1column.catalog-product-view .fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in {
  background-color: rgba(255, 255, 255, 0.3);
}
body.page-layout-1column.catalog-product-view .fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:hover,
body.page-layout-1column.catalog-product-view .fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:hover,
body.page-layout-1column.catalog-product-view .fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:hover {
  background-color: gba(255, 255, 255, 0.5);
}
body.page-layout-1column.catalog-product-view .product.info.detailed {
  margin: 0 0 4rem 0;
}
@media only screen and (max-width: 767px) {
  body.page-layout-1column.catalog-product-view .product.info.detailed {
    margin-bottom: 4rem;
  }
}
body.page-layout-1column.catalog-product-view .product.info.detailed .product.data.items .data.item.title {
  margin: 0;
  text-align: center;
  width: 20%;
}
@media only screen and (max-width: 1024px) {
  body.page-layout-1column.catalog-product-view .product.info.detailed .product.data.items .data.item.title {
    width: 25%;
  }
}
@media only screen and (max-width: 767px) {
  body.page-layout-1column.catalog-product-view .product.info.detailed .product.data.items .data.item.title {
    width: 100%;
  }
}
body.page-layout-1column.catalog-product-view .product.info.detailed .product.data.items .data.item.title a {
  background-color: #ffffff;
  border-bottom: 0;
  border-left: 0;
  border-right: 1px solid #999999;
  border-top: 1px solid #999999;
  box-sizing: border-box;
  color: #000000;
  font-family: 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 1.125rem;
  font-weight: normal;
  height: 4.688rem;
  line-height: 1;
  padding: 1.7rem;
  text-transform: none;
}
@media only screen and (max-width: 767px) {
  body.page-layout-1column.catalog-product-view .product.info.detailed .product.data.items .data.item.title a {
    border-bottom: 1px solid #999999;
    border-left: 1px solid #999999;
    border-top: 0;
  }
}
body.page-layout-1column.catalog-product-view .product.info.detailed .product.data.items .data.item.title:first-child a {
  border-left: 1px solid #999999;
}
@media only screen and (max-width: 767px) {
  body.page-layout-1column.catalog-product-view .product.info.detailed .product.data.items .data.item.title:first-child a {
    border-top: 1px solid #999999;
  }
}
body.page-layout-1column.catalog-product-view .product.info.detailed .product.data.items .data.item.title.active a {
  background-color: transparent;
  border-bottom: 2px solid #ff6700;
  color: #000000;
}
body.page-layout-1column.catalog-product-view .product.info.detailed .product.data.items .data.item.content {
  background: #ffffff;
  border-top: 1px solid #999999;
  margin-top: 4.688rem;
  padding: 3rem 1.5rem 0 1.5rem;
}
@media only screen and (max-width: 767px) {
  body.page-layout-1column.catalog-product-view .product.info.detailed .product.data.items .data.item.content {
    border: 1px solid #999999;
    margin: 0;
    padding-bottom: 1.5rem;
  }
}
body.page-layout-1column.catalog-product-view .product.info.detailed .product.data.items .data.item.content .product.attribute {
  max-width: 43.75rem;
}
.fotorama-item .fotorama__thumb-border {
  border: 1px solid #000000;
}
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  background-image: none;
}
.review-list .block-title {
  margin: 0 0 2.5rem 0;
}
.review-list .block-title strong {
  font-size: 2.188rem;
  font-family: 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-weight: 300;
  text-align: left;
  margin: 0;
}
.review-list .review-items .review-item {
  padding: 2.5rem 0;
}
.review-list .review-items .review-item .review-title {
  font-family: 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  color: #000000;
  margin: 0 0 1rem 0;
  font-weight: bold;
  font-size: 1.125rem;
  display: block;
}
.review-list .review-items .review-item .review-ratings {
  float: right;
  margin-right: 1rem;
}
@media only screen and (max-width: 1024px) {
  .review-list .review-items .review-item .review-ratings {
    float: none;
    margin: 1.5rem 0 1rem;
  }
}
.review-list .review-items .review-item .review-ratings .rating-summary {
  padding: 0.4rem 0.6rem 0.4rem 0;
}
.review-list .review-items .review-item .review-ratings .rating-summary .rating-label {
  display: inline-block;
  min-width: 70px;
  vertical-align: middle;
}
.review-list .review-items .review-item .review-ratings .rating-summary .rating-label span {
  color: #000000;
  font-size: 0.875rem;
  font-weight: bold;
}
.review-list .review-items .review-item .review-ratings .rating-summary .rating-result {
  margin-left: 0;
  vertical-align: middle;
}
.review-list .review-items .review-item .review-ratings .rating-summary .rating-result:before {
  color: #c7c7c7;
  content: '\e917' '\e917' '\e917' '\e917' '\e917';
  font-family: 'ninja';
  font-size: 1.2rem;
  letter-spacing: 1px;
}
.review-list .review-items .review-item .review-ratings .rating-summary .rating-result span:before {
  color: #ff6700;
  content: '\e917' '\e917' '\e917' '\e917' '\e917';
  font-family: 'ninja';
  font-size: 1.2rem;
  letter-spacing: 1px;
}
.review-list .review-items .review-item .review-ratings .rating-summary:first-child .rating-label {
  padding-top: 0;
}
.review-list .review-items .review-item .review-ratings .rating-summary:first-child .rating-result:before {
  top: 0;
}
.review-list .review-items .review-item .review-content {
  margin-left: 0;
  max-width: 43.75rem;
}
@media only screen and (max-width: 767px) {
  .review-list .review-items .review-item .review-content {
    max-width: 100%;
  }
}
.review-list .review-items .review-item .review-details {
  color: #818181;
  font-family: 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 0.875rem;
  margin-left: 0;
}
form.review-form {
  max-width: 43.75rem;
}
form.review-form .fieldset .legend {
  margin-left: 0;
}
form.review-form .fieldset .legend span {
  color: #000000;
  font-family: 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
}
form.review-form .fieldset .legend strong {
  color: #000000;
  font-family: 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 1.75rem;
  font-weight: normal;
  text-transform: uppercase;
}
form.review-form .fieldset &gt; .field:before {
  display: none;
}
form.review-form .fieldset &gt; .field &gt; .label {
  color: #000000;
  float: none;
  font-family: 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  margin-bottom: 0.8rem;
  padding: 0;
  text-align: left;
  text-transform: uppercase;
  width: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
form.review-form .fieldset &gt; .field &gt; .label:after {
  color: #000000;
  font-size: inherit;
}
form.review-form .fieldset &gt; .field .control {
  float: none;
  width: 100%;
}
form.review-form .fieldset &gt; .field .control .review-field-rating .label {
  padding: 5px 20px 6px 0;
}
form.review-form .fieldset &gt; .field .control .review-field-rating .label span {
  font-weight: normal;
}
form.review-form .fieldset &gt; .field .control .review-field-rating .review-control-vote:before {
  content: '\e917' '\e917' '\e917' '\e917' '\e917';
  font-family: 'ninja';
  font-size: 1.2rem;
  letter-spacing: 0;
}
form.review-form .fieldset &gt; .field .control .review-field-rating .review-control-vote label:before {
  content: '\e917';
  font-family: 'ninja';
  font-size: 1.2rem;
  letter-spacing: 0;
  color: #ff6700;
}
form.review-form .fieldset &gt; .field .control .review-field-rating .review-control-vote .rating-2:before {
  content: '\e917' '\e917';
}
form.review-form .fieldset &gt; .field .control .review-field-rating .review-control-vote .rating-3:before {
  content: '\e917' '\e917' '\e917';
}
form.review-form .fieldset &gt; .field .control .review-field-rating .review-control-vote .rating-4:before {
  content: '\e917' '\e917' '\e917' '\e917';
}
form.review-form .fieldset &gt; .field .control .review-field-rating .review-control-vote .rating-5:before {
  content: '\e917' '\e917' '\e917' '\e917' '\e917';
}
form.review-form .fieldset &gt; .field .control input[type="radio"] + label:before {
  border: 0;
  height: auto;
  margin: 0;
  padding: 0;
  width: auto;
}
form.review-form .fieldset &gt; .field .control input {
  background-color: #ffffff;
  border: 1px solid #dcdcdc;
  color: #000000;
  height: 2.813rem;
}
form.review-form .fieldset &gt; .field .control input:focus {
  border: 1px solid #000000;
  box-shadow: none;
  outline: none;
}
form.review-form .fieldset &gt; .field .control textarea {
  background-color: #ffffff;
  border: 1px solid #dcdcdc;
  height: 11.25rem;
}
form.review-form .review-fieldset {
  margin: 0 0 2rem;
}
form.review-form .actions-toolbar .primary button.action.primary {
  background-color: #ff6700;
  border: 0;
  border-radius: 0;
  color: #ffffff;
  font-family: 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 1.15rem;
  font-weight: normal;
  margin: 0;
  padding: 1rem 3rem;
  text-transform: uppercase;
  transition: all linear 0.15s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
form.review-form .actions-toolbar .primary button.action.primary:hover {
  background-color: #d35703;
  color: #ffffff;
}
.column.main .block.related .block-title,
.column.main .block.crosssell .block-title,
.column.main .block.upsell .block-title {
  border-width: 0;
  border-color: transparent;
  border-style: solid;
  margin: 0 0 2rem 0;
  padding: 0;
  text-align: left;
}
.column.main .block.related .block-title strong,
.column.main .block.crosssell .block-title strong,
.column.main .block.upsell .block-title strong {
  color: #000000;
  font-family: 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 2.188rem;
  font-weight: 300;
  text-transform: none;
}
.column.main .block.related .products-related,
.column.main .block.crosssell .products-related,
.column.main .block.upsell .products-related {
  margin: 0;
}
.column.main .block.related .products.list .item.product,
.column.main .block.crosssell .products.list .item.product,
.column.main .block.upsell .products.list .item.product {
  display: inline-block !important;
  margin-right: 2.4rem;
  width: calc(((100% - (2.4rem * 5)) * 0.1666));
}
.column.main .block.related .products.list .item.product:nth-child(6n),
.column.main .block.crosssell .products.list .item.product:nth-child(6n),
.column.main .block.upsell .products.list .item.product:nth-child(6n) {
  margin-right: 0;
}
.column.main .block.related .products.list .item.product:last-child,
.column.main .block.crosssell .products.list .item.product:last-child,
.column.main .block.upsell .products.list .item.product:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 1024px) {
  .column.main .block.related .products.list .item.product,
  .column.main .block.crosssell .products.list .item.product,
  .column.main .block.upsell .products.list .item.product {
    width: calc(((100% - (2.4rem * 4)) * 0.2));
  }
  .column.main .block.related .products.list .item.product:nth-child(5n),
  .column.main .block.crosssell .products.list .item.product:nth-child(5n),
  .column.main .block.upsell .products.list .item.product:nth-child(5n) {
    margin-right: 0;
  }
  .column.main .block.related .products.list .item.product:nth-child(6n),
  .column.main .block.crosssell .products.list .item.product:nth-child(6n),
  .column.main .block.upsell .products.list .item.product:nth-child(6n) {
    display: none !important;
  }
}
@media only screen and (max-width: 900px) {
  .column.main .block.related .products.list .item.product,
  .column.main .block.crosssell .products.list .item.product,
  .column.main .block.upsell .products.list .item.product {
    width: calc(((100% - (2.4rem * 3)) * 0.25));
  }
  .column.main .block.related .products.list .item.product:nth-child(4n),
  .column.main .block.crosssell .products.list .item.product:nth-child(4n),
  .column.main .block.upsell .products.list .item.product:nth-child(4n) {
    margin-right: 0;
  }
  .column.main .block.related .products.list .item.product:nth-child(5n),
  .column.main .block.crosssell .products.list .item.product:nth-child(5n),
  .column.main .block.upsell .products.list .item.product:nth-child(5n) {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .column.main .block.related .products.list .item.product,
  .column.main .block.crosssell .products.list .item.product,
  .column.main .block.upsell .products.list .item.product {
    width: calc(((100% - (2.4rem * 2)) * 0.33333));
  }
  .column.main .block.related .products.list .item.product:nth-child(3n),
  .column.main .block.crosssell .products.list .item.product:nth-child(3n),
  .column.main .block.upsell .products.list .item.product:nth-child(3n) {
    margin-right: 0;
  }
  .column.main .block.related .products.list .item.product:nth-child(4n),
  .column.main .block.crosssell .products.list .item.product:nth-child(4n),
  .column.main .block.upsell .products.list .item.product:nth-child(4n) {
    display: none !important;
  }
}
@media only screen and (max-width: 560px) {
  .column.main .block.related .products.list .item.product,
  .column.main .block.crosssell .products.list .item.product,
  .column.main .block.upsell .products.list .item.product {
    width: calc(((100% - 2.4rem) * 0.5));
  }
  .column.main .block.related .products.list .item.product:nth-child(2n),
  .column.main .block.crosssell .products.list .item.product:nth-child(2n),
  .column.main .block.upsell .products.list .item.product:nth-child(2n) {
    margin-right: 0;
  }
  .column.main .block.related .products.list .item.product:nth-child(3n),
  .column.main .block.crosssell .products.list .item.product:nth-child(3n),
  .column.main .block.upsell .products.list .item.product:nth-child(3n) {
    display: none !important;
  }
}
.column.main .block.related .products.list .item.product .product-item-actions,
.column.main .block.crosssell .products.list .item.product .product-item-actions,
.column.main .block.upsell .products.list .item.product .product-item-actions {
  display: block;
}
.column.main .block.related .products.list .item.product .product-item-actions .actions-primary,
.column.main .block.crosssell .products.list .item.product .product-item-actions .actions-primary,
.column.main .block.upsell .products.list .item.product .product-item-actions .actions-primary {
  bottom: 0;
  position: absolute;
  width: 100%;
}
.column.main .block.related .products.list .item.product .product-item-info .product.details,
.column.main .block.crosssell .products.list .item.product .product-item-info .product.details,
.column.main .block.upsell .products.list .item.product .product-item-info .product.details {
  height: 9rem;
}
/* Grouped product*/
body.page-layout-1column.catalog-product-view .product-info-main .grouped .row-tier-price td {
  padding-top: 0;
  padding-left: 0;
}
@media only screen and (max-width: 640px) {
  body.page-layout-1column.catalog-product-view .product-info-main .grouped .row-tier-price td {
    padding: 0;
  }
  body.page-layout-1column.catalog-product-view .product-info-main .grouped .row-tier-price td:before {
    display: none;
  }
}
body.page-layout-1column.catalog-product-view .product-info-main .grouped .row-tier-price td .prices-tier {
  background: none;
  padding: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 640px) {
  body.page-layout-1column.catalog-product-view .product-info-main .grouped .row-tier-price td .prices-tier {
    margin: 0;
  }
}
body.page-layout-1column.catalog-product-view .product-info-main .grouped .row-tier-price td .prices-tier li {
  padding: 0.3rem 0.625rem 0.3rem 0;
  font-size: calc(1rem * 0.9);
}
body.page-layout-1column.catalog-product-view .product-info-main .grouped .row-tier-price td .prices-tier li .weee .price {
  font-size: calc(1rem * 0.9);
}
body.page-layout-1column.catalog-product-view .product-info-main .grouped .price-box .price-wrapper .price {
  font-size: 1rem;
}
body.page-layout-1column.catalog-product-view .product-info-main .grouped .price-box .special-price {
  margin: 0;
}
body.page-layout-1column.catalog-product-view .product-info-main #validation-message-box div.mage-error[generated] {
  margin-bottom: 13px;
  margin-top: 0;
}
.grouped .grouped {
  margin-bottom: 2.5rem;
}
.grouped .grouped tbody td.qty {
  vertical-align: middle;
  text-align: right;
}
@media only screen and (max-width: 640px) {
  .grouped .grouped tbody td:before {
    font-weight: normal;
    text-transform: uppercase;
  }
}
.grouped .grouped tbody .item {
  padding: 0.5rem 0.625rem 0.5rem 0;
}
.grouped .grouped thead th.qty {
  text-align: right;
}
.grouped .grouped thead .item {
  padding: 0.5rem 0.625rem 0.5rem 0;
}
.grouped .grouped thead th {
  font-weight: normal;
  text-transform: uppercase;
}
@media only screen and (max-width: 640px) {
  .table-wrapper.grouped .table:not(.cart):not(.totals):not(.table-comparison) &gt; tbody {
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  .table-wrapper.grouped .table:not(.cart):not(.totals):not(.table-comparison) &gt; tbody &gt; tr {
    padding: 0.625rem 0;
  }
}
@media only screen and (max-width: 640px) {
  .table-wrapper.grouped .table:not(.cart):not(.totals):not(.table-comparison) &gt; tbody &gt; tr td {
    display: inline-block;
    padding: 0.625rem 0;
  }
}
@media only screen and (max-width: 400px) {
  .table-wrapper.grouped .table:not(.cart):not(.totals):not(.table-comparison) &gt; tbody &gt; tr td {
    display: block;
    padding: 0.5rem 0;
  }
}
@media only screen and (max-width: 640px) {
  .table-wrapper.grouped .table:not(.cart):not(.totals):not(.table-comparison) &gt; tbody &gt; tr td:before {
    font-weight: normal;
  }
}
@media only screen and (max-width: 640px) {
  .table-wrapper.grouped .table:not(.cart):not(.totals):not(.table-comparison) &gt; tbody &gt; tr td:before {
    padding-right: 0;
  }
}
@media only screen and (max-width: 640px) {
  .table-wrapper.grouped .table:not(.cart):not(.totals):not(.table-comparison) &gt; tbody &gt; tr td .control.qty {
    text-align: center;
    margin-top: 0.3125rem;
  }
}
@media only screen and (max-width: 400px) {
  .table-wrapper.grouped .table:not(.cart):not(.totals):not(.table-comparison) &gt; tbody &gt; tr td .control.qty {
    text-align: left;
  }
}
@media only screen and (max-width: 640px) {
  .table-wrapper.grouped .table:not(.cart):not(.totals):not(.table-comparison) &gt; tbody &gt; tr td .price-box {
    margin-top: 0;
  }
}
@media only screen and (max-width: 640px) {
  .table-wrapper.grouped .table:not(.cart):not(.totals):not(.table-comparison) &gt; tbody &gt; tr td.col.qty {
    float: right;
  }
}
@media only screen and (max-width: 400px) {
  .table-wrapper.grouped .table:not(.cart):not(.totals):not(.table-comparison) &gt; tbody &gt; tr td.col.qty {
    float: none;
    text-align: left;
  }
}
@media only screen and (max-width: 640px) {
  .table-wrapper.grouped .table:not(.cart):not(.totals):not(.table-comparison) &gt; tbody tr.row-tier-price {
    padding-top: 0;
  }
}
@media only screen and (max-width: 640px) {
  .table-wrapper.grouped .table:not(.cart):not(.totals):not(.table-comparison) &gt; tbody tr.row-tier-price td {
    padding: 0;
  }
  .table-wrapper.grouped .table:not(.cart):not(.totals):not(.table-comparison) &gt; tbody tr.row-tier-price td:before {
    display: none;
  }
}
.page-product-grouped .product-add-form .product-attribute-info {
  margin-bottom: 2rem;
}
.page-product-grouped .product-add-form .product-attribute-info .swatch-attribute {
  display: inline-block;
  margin-right: 2rem;
}
.page-product-grouped .product-add-form .product-attribute-info .swatch-attribute .swatch-attribute-label {
  color: #000000;
  display: block;
  font-family: 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  margin: 0 0 0.3125rem;
  text-transform: uppercase;
}
.page-product-grouped .product-add-form .product-attribute-info .swatch-attribute .swatch-attribute-label:after {
  color: #000000;
  font-size: inherit;
  margin: 0;
}
.page-product-grouped .product-add-form .product-attribute-info .swatch-attribute .swatch-option.text {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 0;
  box-sizing: border-box;
  color: #000000;
  font-size: 0.8129999999999999rem;
  font-weight: bold;
  height: 2.813rem;
  line-height: 2.813rem;
  min-width: 2.5rem;
  padding: 0 0.7rem;
  width: auto;
  outline: 2px solid #000000;
}
/* Bundle Product */
.page-product-bundle .price-box .price-from {
  text-transform: uppercase;
  font-size: 1.125rem;
  margin-bottom: 1.3rem;
}
.page-product-bundle .price-box .price-from .price-container {
  margin-right: 1rem;
}
.page-product-bundle .price-box .price-to {
  text-transform: uppercase;
  font-size: 1.125rem;
}
.page-product-bundle .price-box .price-to .price-container {
  margin-right: 1rem;
}
.bundle-actions button#bundle-slide {
  line-height: 1;
  padding: 1.065rem 3.2rem;
  font-size: 1.125rem;
  width: auto;
}
@media only screen and (max-width: 767px) {
  .bundle-actions button#bundle-slide {
    width: 100%;
  }
}
.main .bundle-options-container .bundle-options-wrapper {
  width: 45%;
}
@media only screen and (max-width: 900px) {
  .main .bundle-options-container .bundle-options-wrapper {
    width: 100%;
  }
}
.main .bundle-options-container .bundle-options-wrapper .product-options-wrapper {
  width: 100%;
  margin-bottom: 3.125rem;
}
@media only screen and (max-width: 480px) {
  .main .bundle-options-container .bundle-options-wrapper .product-options-wrapper {
    margin-bottom: 0;
  }
}
.main .bundle-options-container .bundle-options-wrapper .product-options-wrapper p.required {
  display: none;
}
.main .bundle-options-container .bundle-options-wrapper .title {
  color: #000000;
  font-size: 2.188rem;
  text-transform: uppercase;
  margin-top: 0;
  line-height: 1.3;
  margin-bottom: 3.5rem;
}
.main .bundle-options-container .bundle-options-wrapper select {
  background-color: #ffffff;
  border: 1px solid #dcdcdc;
  border-radius: 0;
  color: #000000;
  cursor: pointer;
  /*font-size: @product-page-input-size;*/
  height: 2.813rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.main .bundle-options-container .bundle-options-wrapper select::-webkit-input-placeholder {
  color: #000000;
  font-size: 0.8129999999999999rem;
}
.main .bundle-options-container .bundle-options-wrapper select:-moz-placeholder {
  color: #000000;
  font-size: 0.8129999999999999rem;
}
.main .bundle-options-container .bundle-options-wrapper select::-moz-placeholder {
  color: #000000;
  font-size: 0.8129999999999999rem;
}
.main .bundle-options-container .bundle-options-wrapper select:-ms-input-placeholder {
  color: #000000;
  font-size: 0.8129999999999999rem;
}
.main .bundle-options-container .bundle-options-wrapper select:focus {
  border: 1px solid #000000;
  box-shadow: none;
  outline: none;
}
.main .bundle-options-container .bundle-options-wrapper select::-ms-expand {
  display: none;
}
.main .bundle-options-container .bundle-options-wrapper .field.option.required .option-holder .label:after {
  content: '*';
}
@media only screen and (max-width: 767px) {
  .main .bundle-options-container .bundle-options-wrapper .field.option {
    margin-bottom: 2.5rem;
  }
}
.main .bundle-options-container .bundle-options-wrapper .field.option &gt; .control {
  position: relative;
}
.main .bundle-options-container .bundle-options-wrapper .field.option &gt; .control .options-list.dropdown:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.65rem;
  line-height: 1;
  color: #929292;
  content: '\e902';
  font-family: 'ninja';
  margin: 0;
  vertical-align: middle;
  font-weight: normal;
  right: 1.3rem;
  pointer-events: none;
  position: absolute;
  top: calc((((16px * 1.4) + 2.813rem) * 0.4) * 1.8);
  z-index: 1;
}
.main .bundle-options-container .bundle-options-wrapper .field.option &gt; .control .option-holder {
  display: inline-block;
  float: left;
  width: 80%;
  margin-right: 5%;
  position: relative;
}
@media only screen and (max-width: 480px) {
  .main .bundle-options-container .bundle-options-wrapper .field.option &gt; .control .option-holder {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
.main .bundle-options-container .bundle-options-wrapper .field.option &gt; .control .option-holder:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.65em;
  line-height: 1;
  color: #929292;
  content: '\e902';
  font-family: 'ninja';
  margin: 0;
  vertical-align: middle;
  font-weight: normal;
  right: 1.3rem;
  pointer-events: none;
  position: absolute;
  top: calc((((16px * 1.4) + 2.813rem) * 0.4) * 1.8);
  z-index: 1;
}
.main .bundle-options-container .bundle-options-wrapper .field.option &gt; .control .option-holder .label {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
}
.main .bundle-options-container .bundle-options-wrapper .field.option &gt; .control .options-list {
  display: inline-block;
  float: left;
  width: 80%;
  margin-right: 5%;
  position: relative;
}
@media only screen and (max-width: 900px) {
  .main .bundle-options-container .bundle-options-wrapper .field.option &gt; .control .options-list {
    width: 85%;
  }
}
@media only screen and (max-width: 767px) {
  .main .bundle-options-container .bundle-options-wrapper .field.option &gt; .control .options-list {
    width: 80%;
  }
}
@media only screen and (max-width: 480px) {
  .main .bundle-options-container .bundle-options-wrapper .field.option &gt; .control .options-list {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
.main .bundle-options-container .bundle-options-wrapper .field.option &gt; .control .options-list .label {
  display: block;
  float: none;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
}
.main .bundle-options-container .bundle-options-wrapper .field.option &gt; .control .options-list .label .product-name,
.main .bundle-options-container .bundle-options-wrapper .field.option &gt; .control .options-list .label .price-notice {
  text-transform: none;
  font-weight: normal;
}
.main .bundle-options-container .bundle-options-wrapper .field.option &gt; .control .options-list .price-container .price {
  font-size: 1rem;
}
.main .bundle-options-container .bundle-options-wrapper .field.option &gt; .control .qty-holder {
  display: inline-block;
  width: 15%;
}
@media only screen and (max-width: 900px) {
  .main .bundle-options-container .bundle-options-wrapper .field.option &gt; .control .qty-holder {
    width: 10%;
  }
}
@media only screen and (max-width: 767px) {
  .main .bundle-options-container .bundle-options-wrapper .field.option &gt; .control .qty-holder {
    width: 15%;
  }
}
.main .bundle-options-container .bundle-options-wrapper .field.option &gt; .control .qty-holder .label {
  display: block;
}
.main .bundle-options-container .bundle-options-wrapper .field.option &gt; .control .qty-holder .qty {
  height: 2.813rem;
  width: 2.813rem;
}
.main .bundle-options-container .bundle-options-wrapper .field.option .label {
  margin-bottom: 0.5rem;
  float: left;
}
.main .bundle-options-container .bundle-options-wrapper .field.option .label span {
  text-transform: uppercase;
  font-size: 1rem;
}
.main .bundle-options-container .block-bundle-summary {
  width: 48%;
  background-color: transparent;
  margin-bottom: 5rem;
  padding: 0;
}
@media only screen and (max-width: 900px) {
  .main .bundle-options-container .block-bundle-summary {
    width: 100%;
    margin-bottom: 2.5rem;
  }
}
.main .bundle-options-container .block-bundle-summary .bundle-title-price {
  border-bottom: 2px solid #ff6700;
  margin: 0 0 2rem 0;
  padding: 0 0 0.4rem 0;
  display: block;
  overflow: auto;
  width: 100%;
}
.main .bundle-options-container .block-bundle-summary .bundle-title-price .title {
  font-size: 1.375rem;
  text-transform: uppercase;
  clear: both;
  float: left;
  margin-top: 0.6rem;
}
.main .bundle-options-container .block-bundle-summary .bundle-title-price .title strong {
  font-weight: normal;
}
.main .bundle-options-container .block-bundle-summary .bundle-title-price .product-details {
  float: right;
}
@media only screen and (max-width: 767px) {
  .main .bundle-options-container .block-bundle-summary .bundle-title-price .product-details {
    float: left;
    margin-top: 0.5rem;
    display: block;
    width: 100%;
  }
}
.main .bundle-options-container .block-bundle-summary .bundle-title-price .product-details .price-as-configured {
  margin-bottom: 0;
}
.main .bundle-options-container .block-bundle-summary .bundle-title-price .product-details .price-as-configured .price {
  font-size: 1.5rem;
}
.main .bundle-options-container .block-bundle-summary button.action.primary {
  line-height: 1;
  padding: 1.065rem 3.2rem;
  font-size: 1.125rem;
  width: auto;
}
@media only screen and (max-width: 900px) {
  .main .bundle-options-container .block-bundle-summary button.action.primary {
    padding: 1.065rem calc(3.2rem * 0.78);
  }
}
@media only screen and (max-width: 767px) {
  .main .bundle-options-container .block-bundle-summary button.action.primary {
    padding: 1.065rem 3.2rem;
    width: 100%;
  }
}
@media only screen and (max-width: 400px) {
  .main .bundle-options-container .block-bundle-summary button.action.primary {
    padding: 1.065rem calc(3.2rem * 0.78);
  }
}
.main .bundle-options-container .block-bundle-summary button.action.primary span {
  position: relative;
  padding: 0 0 0 2rem;
}
.main .bundle-options-container .block-bundle-summary button.action.primary span:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.238rem;
  line-height: 1;
  color: inherit;
  content: '\e905';
  font-family: 'ninja';
  margin: 0;
  vertical-align: middle;
  font-weight: normal;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0.186rem;
}
.main .bundle-options-container .block-bundle-summary .bundle li {
  margin-bottom: 1.25rem;
}
.main .bundle-options-container .block-bundle-summary .bundle li .label {
  text-transform: uppercase;
  font-size: 1rem;
}
.main .bundle-options-container .block-bundle-summary .bundle-summary {
  margin-bottom: 1.875rem;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #dcdcdc;
}
@media only screen and (max-width: 767px) {
  .main .bundle-options-container .block-bundle-summary .box-tocart {
    margin-bottom: 1.875rem;
  }
}
.main .bundle-options-container .block-bundle-summary .box-tocart .label {
  font-weight: normal;
  text-transform: uppercase;
}
.main .bundle-options-container .block-bundle-summary .box-tocart input {
  height: 2.813rem;
  width: 2.813rem;
}
.main .bundle-options-container .block-bundle-summary .box-tocart input:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #000000;
}
.main .bundle-options-container .block-bundle-summary .box-tocart .actions {
  width: auto;
}
@media only screen and (max-width: 767px) {
  .main .bundle-options-container .block-bundle-summary .box-tocart .actions {
    display: block;
  }
}
.main .bundle-options-container button.action.back.customization {
  background-color: transparent;
  color: #999999;
  display: block;
  float: right;
  font-size: 0.875rem;
  font-weight: bold;
  padding: 0 0 0 1.25rem;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 3.5rem;
}
.main .bundle-options-container button.action.back.customization:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.1em;
  line-height: 1;
  color: inherit;
  content: '\e904';
  font-family: 'ninja';
  margin: 0;
  vertical-align: middle;
  font-weight: normal;
  left: 0;
  right: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
  top: 0.4em;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .main .bundle-options-container button.action.back.customization {
    display: none;
  }
}
/* Downloadable product &amp; Virtual product */
.page-product-downloadable .product-options-wrapper {
  width: 100%;
}
.page-product-downloadable .product-options-wrapper .field.downloads {
  margin-bottom: 2.5rem;
}
.page-product-downloadable .product-options-bottom {
  width: 100%;
  float: left;
}
/* Package product */
.product-info-price .price-final_price .product-info-stock-sku {
  font-style: normal;
}
.product-info-price .price-final_price .price-box.old-price {
  font-style: normal;
  display: inline-block;
  font-family: 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 1.5rem;
  color: #999999;
  font-weight: bold;
}
.product-info-price .price-final_price .price-box {
  font-style: normal;
  margin-bottom: 0.2rem;
  margin-right: 1rem;
}
.product-info-price .price-final_price .package-you-save {
  font-style: italic;
}
.product-add-form form#product_addtocart_form .box-tocart .field.qty {
  padding-bottom: 2rem;
  display: block;
}
.product-add-form form#product_addtocart_form .box-tocart .field.qty .label {
  color: #000000;
  font-family: 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  text-transform: uppercase;
}
.product-add-form form#product_addtocart_form .box-tocart .field.qty input {
  height: 2.813rem;
  margin: 3px 0 0 0;
  width: 2.813rem;
}
.product-add-form form#product_addtocart_form .box-tocart .field.qty input:focus {
  outline: none;
  box-shadow: none;
}
.product-add-form form#product_addtocart_form .box-tocart .field.qty button + input {
  float: left;
}
.product-add-form form#product_addtocart_form .box-tocart .field.qty button {
  background-color: transparent;
  border: 1px solid #dcdcdc;
  color: #717171;
  float: left;
  font-size: 1rem;
  font-weight: normal;
  height: 2.813rem;
  margin: 3px 0 0 0;
  padding: 0;
  width: 1.25rem;
}
.product-add-form form#product_addtocart_form .box-tocart .field.qty button:hover {
  color: #000000;
}
.product-add-form form#product_addtocart_form .box-tocart .field.qty button:first-child {
  border-right: 0;
}
.product-add-form form#product_addtocart_form .box-tocart .field.qty button:last-child {
  border-left: 0;
}
/* ====== QUICK ORDER ====== */
.quickorder-index-index .quick-order-wrapper {
  margin-top: 3.5rem;
}
.quickorder-index-index .quick-order-wrapper .quick-order-text {
  display: inline-block;
  width: 65%;
}
@media only screen and (max-width: 900px) {
  .quickorder-index-index .quick-order-wrapper .quick-order-text {
    width: 100%;
  }
}
.quickorder-index-index .quick-order-wrapper .import-excel {
  display: inline-block;
  width: 30%;
  float: right;
  text-align: right;
}
@media only screen and (max-width: 900px) {
  .quickorder-index-index .quick-order-wrapper .import-excel {
    width: 100%;
    float: left;
    margin: 10px 0 50px 0;
  }
}
.quickorder-index-index .quick-order-wrapper .import-excel label {
  background-color: #ff6700;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 1.125rem;
  padding: 0.75rem 1.5rem;
  text-transform: uppercase;
  transition: all linear 0.2s;
  /*float: right;*/
}
@media only screen and (max-width: 900px) {
  .quickorder-index-index .quick-order-wrapper .import-excel label {
    /*float: left;*/
  }
}
.quickorder-index-index .quick-order-wrapper .import-excel label:hover {
  background-color: #d35703;
}
.quickorder-index-index .quick-order-wrapper .import-excel label input#products {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: none;
}
.quickorder-index-index .quick-order-wrapper .import-excel a {
  display: block;
  color: #000000;
  font-size: 0.750rem;
  /*float: right;*/
  margin-top: 0.5rem;
}
@media only screen and (max-width: 900px) {
  .quickorder-index-index .quick-order-wrapper .import-excel a {
    float: left;
    clear: both;
  }
}
.quickorder-index-index .quick-order-wrapper .import-excel a:before {
  font-family: 'ninja';
  content: '\e90d';
  font-size: 0.7rem;
  line-height: 1rem;
  display: inline-block;
}
.quickorder-index-index .quick-order-wrapper .grid-block {
  margin-top: 3rem;
}
.quickorder-index-index .quick-order-wrapper .grid-block table {
  margin-bottom: 1.5rem;
}
.quickorder-index-index .quick-order-wrapper .grid-block table thead {
  background-color: #ff6700;
  color: #ffffff;
}
@media only screen and (max-width: 1024px) {
  .quickorder-index-index .quick-order-wrapper .grid-block table thead {
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .quickorder-index-index .quick-order-wrapper .grid-block table thead {
    display: none;
  }
}
.quickorder-index-index .quick-order-wrapper .grid-block table thead th img {
  width: 1.250rem;
}
.quickorder-index-index .quick-order-wrapper .grid-block table thead th:nth-child(1) {
  min-width: 10px;
  padding-left: 20px;
  text-align: center;
}
.quickorder-index-index .quick-order-wrapper .grid-block table thead th:nth-child(2) {
  width: 15%;
}
@media only screen and (max-width: 900px) {
  .quickorder-index-index .quick-order-wrapper .grid-block table thead th:nth-child(2) {
    width: 20%;
  }
}
.quickorder-index-index .quick-order-wrapper .grid-block table thead th:nth-child(3) {
  width: 25%;
}
@media only screen and (max-width: 900px) {
  .quickorder-index-index .quick-order-wrapper .grid-block table thead th:nth-child(3) {
    width: 23%;
  }
}
.quickorder-index-index .quick-order-wrapper .grid-block table thead th:nth-child(4) {
  width: 60px;
}
.quickorder-index-index .quick-order-wrapper .grid-block table thead th:nth-child(7) {
  width: 22%;
}
@media only screen and (max-width: 900px) {
  .quickorder-index-index .quick-order-wrapper .grid-block table thead th:nth-child(7) {
    width: 21%;
  }
}
@media only screen and (max-width: 767px) {
  .quickorder-index-index .quick-order-wrapper .grid-block table tbody {
    display: block;
  }
}
.quickorder-index-index .quick-order-wrapper .grid-block table tbody tr {
  font-size: 0.813rem;
}
@media only screen and (max-width: 1024px) {
  .quickorder-index-index .quick-order-wrapper .grid-block table tbody tr {
    font-size: 0.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .quickorder-index-index .quick-order-wrapper .grid-block table tbody tr {
    display: block;
    margin: 1.8rem 0;
    font-size: 0.875rem;
    padding: 5px 0;
  }
}
.quickorder-index-index .quick-order-wrapper .grid-block table tbody tr:nth-child(even) {
  background-color: #fafafa;
}
.quickorder-index-index .quick-order-wrapper .grid-block table tbody tr td {
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .quickorder-index-index .quick-order-wrapper .grid-block table tbody tr td {
    display: block;
    padding: 5px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .quickorder-index-index .quick-order-wrapper .grid-block table tbody tr td:before {
    padding-bottom: 0.2rem;
    content: attr(data-th) ': ';
    display: inline-block;
    font-weight: bold;
    font-size: 0.938rem;
    text-transform: uppercase;
    padding-right: 0.4rem;
  }
}
.quickorder-index-index .quick-order-wrapper .grid-block table tbody tr td img {
  width: 1.7rem;
}
@media only screen and (max-width: 767px) {
  .quickorder-index-index .quick-order-wrapper .grid-block table tbody tr td img {
    width: auto;
    max-width: 100px;
  }
}
.quickorder-index-index .quick-order-wrapper .grid-block table tbody tr td .autocomplete-loader {
  position: absolute;
}
.quickorder-index-index .quick-order-wrapper .grid-block table tbody tr td:nth-child(8) a:before {
  font-family: 'ninja';
  content: '\e909';
  color: #000000;
  font-size: 0.9rem;
}
.quickorder-index-index .quick-order-wrapper .grid-block table tbody tr td:nth-child(8) a span {
  display: none;
}
.quickorder-index-index .quick-order-wrapper .grid-block table tbody tr td.image {
  padding-left: 20px;
  text-align: center;
}
@media only screen and (max-width: 900px) {
  .quickorder-index-index .quick-order-wrapper .grid-block table tbody tr td.image {
    padding-left: 0.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .quickorder-index-index .quick-order-wrapper .grid-block table tbody tr td.image {
    text-align: left;
  }
}
.quickorder-index-index .quick-order-wrapper .grid-block table tbody tr td.image:before {
  display: none;
}
.quickorder-index-index .quick-order-wrapper .grid-block table tbody tr td.reset:before {
  display: none;
}
.quickorder-index-index .quick-order-wrapper .grid-block table tbody tr input {
  border-color: #dcdcdc;
  box-shadow: none;
  outline: none;
  font-size: 0.813rem;
}
@media only screen and (max-width: 1024px) {
  .quickorder-index-index .quick-order-wrapper .grid-block table tbody tr input {
    font-size: 0.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .quickorder-index-index .quick-order-wrapper .grid-block table tbody tr input {
    font-size: 0.875rem;
  }
}
.quickorder-index-index .quick-order-wrapper .grid-block table tbody tr input:focus {
  border: 1px solid #000000;
  box-shadow: none;
  outline: none;
}
.quickorder-index-index .quick-order-wrapper .grid-block table tbody tr span[data-bind="text: $parent.formatPrice(total_price)"] {
  font-weight: bold;
}
.quickorder-index-index .quick-order-wrapper .grid-block table tbody tr .available {
  float: none;
  display: inline-block;
}
.quickorder-index-index .quick-order-wrapper .grid-block table tbody tr .available &gt; span:before {
  font-family: 'ninja';
  content: '\e906';
  color: #669137;
  padding-right: 0.5rem;
  vertical-align: text-top;
}
.quickorder-index-index .quick-order-wrapper .grid-block table tbody tr .unavailable {
  background-color: transparent;
  box-sizing: border-box;
  color: #000000;
  font-size: 0.813rem;
  line-height: 1.4;
  max-width: 100%;
  padding: 0;
  text-transform: none;
  text-align: left;
  width: auto;
  float: none;
  display: inline-block;
}
@media only screen and (max-width: 1024px) {
  .quickorder-index-index .quick-order-wrapper .grid-block table tbody tr .unavailable {
    font-size: 0.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .quickorder-index-index .quick-order-wrapper .grid-block table tbody tr .unavailable {
    font-size: 0.875rem;
  }
}
.quickorder-index-index .quick-order-wrapper .grid-block table tbody tr .unavailable &gt; span:before {
  font-family: 'ninja';
  content: '\e908';
  color: #af0000;
  padding-right: 0.5rem;
  vertical-align: text-top;
}
@media only screen and (max-width: 767px) {
  .quickorder-index-index .quick-order-wrapper .grid-block table tbody tr .search-autocomplete {
    margin-top: 0;
  }
}
.quickorder-index-index .quick-order-wrapper .grid-block table tbody tr .search-autocomplete ul {
  border: 1px solid #b5b5b5;
  border-bottom: none;
}
.quickorder-index-index .quick-order-wrapper .grid-block table tbody tr .search-autocomplete ul li {
  padding: 0.5rem 0.66rem;
  overflow: auto;
  border: none;
  border-bottom: 1px solid #b5b5b5;
}
.quickorder-index-index .quick-order-wrapper .grid-block table tbody tr .search-autocomplete ul li span {
  display: block;
  padding-left: 2rem;
  max-width: calc(100% - 2rem);
}
@media only screen and (max-width: 1024px) {
  .quickorder-index-index .quick-order-wrapper .grid-block table tbody tr .search-autocomplete ul li span {
    padding-left: 1.5rem;
    max-width: calc(100% - 1.4rem);
  }
}
@media only screen and (max-width: 767px) {
  .quickorder-index-index .quick-order-wrapper .grid-block table tbody tr .search-autocomplete ul li span {
    padding-left: 2rem;
    max-width: calc(100% - 2rem);
  }
}
@media only screen and (max-width: 560px) {
  .quickorder-index-index .quick-order-wrapper .grid-block table tbody tr .search-autocomplete ul li span {
    padding-left: 1.5rem;
    max-width: calc(100% - 1.4rem);
  }
}
.quickorder-index-index .quick-order-wrapper .grid-block table tbody tr .search-autocomplete ul li .sku {
  font-size: 0.6rem;
}
.quickorder-index-index .quick-order-wrapper .grid-block table tbody tr .search-autocomplete ul li img {
  left: 0.6rem;
  height: auto;
  max-width: 1.6rem;
  position: absolute;
  top: 0.6rem;
  width: auto;
}
@media only screen and (max-width: 1024px) {
  .quickorder-index-index .quick-order-wrapper .grid-block table tbody tr .search-autocomplete ul li img {
    max-width: 1.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .quickorder-index-index .quick-order-wrapper .grid-block table tbody tr .search-autocomplete ul li img {
    max-width: 1.6rem;
  }
}
@media only screen and (max-width: 560px) {
  .quickorder-index-index .quick-order-wrapper .grid-block table tbody tr .search-autocomplete ul li img {
    max-width: 1.1rem;
  }
}
.quickorder-index-index .quick-order-wrapper .grid-block table tbody tr .search-autocomplete ul li .qs-option-name {
  font-size: 0.7rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 1200px) {
  .quickorder-index-index .quick-order-wrapper .grid-block table tbody tr .search-autocomplete ul li .qs-option-name {
    font-size: 0.6rem;
  }
}
@media only screen and (max-width: 1024px) {
  .quickorder-index-index .quick-order-wrapper .grid-block table tbody tr .search-autocomplete ul li .qs-option-name {
    font-size: 0.55rem;
  }
}
@media only screen and (max-width: 767px) {
  .quickorder-index-index .quick-order-wrapper .grid-block table tbody tr .search-autocomplete ul li .qs-option-name {
    font-size: 0.7rem;
  }
}
@media only screen and (max-width: 640px) {
  .quickorder-index-index .quick-order-wrapper .grid-block table tbody tr .search-autocomplete ul li .qs-option-name {
    font-size: 0.6rem;
  }
}
@media only screen and (max-width: 560px) {
  .quickorder-index-index .quick-order-wrapper .grid-block table tbody tr .search-autocomplete ul li .qs-option-name {
    font-size: 0.55rem;
  }
}
.quickorder-index-index .quick-order-wrapper .grid-block table tbody tr .search-autocomplete ul li .options {
  font-size: 0.6rem;
}
.quickorder-index-index .quick-order-wrapper .grid-block div {
  float: right;
  clear: both;
}
@media only screen and (max-width: 767px) {
  .quickorder-index-index .quick-order-wrapper .grid-block div {
    float: none;
  }
}
.quickorder-index-index .quick-order-wrapper .grid-block div button[data-bind="click: addPackOfItems"] {
  background-color: transparent;
  color: #000000;
  font-size: 1rem;
  text-align: right;
  padding: 0;
  margin-bottom: 3rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .quickorder-index-index .quick-order-wrapper .grid-block div button[data-bind="click: addPackOfItems"] {
    margin-bottom: 2rem;
    text-align: left;
  }
}
.quickorder-index-index .quick-order-wrapper .grid-block div button[data-bind="click: addPackOfItems"]:before {
  content: '+';
  margin-right: 0.4rem;
  display: inline-block;
}
.quickorder-index-index .quick-order-wrapper .grid-block div button[data-bind="click: addPackOfItems"]:hover {
  text-decoration: underline;
}
.quickorder-index-index .quick-order-wrapper .grid-block div button[data-role="mass-tocart"] {
  width: 100%;
}
.quickorder-index-index .quick-order-wrapper .grid-block div button[data-role="mass-tocart"] span {
  padding: 0 0 0 2rem;
  position: relative;
}
.quickorder-index-index .quick-order-wrapper .grid-block div button[data-role="mass-tocart"] span:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.238rem;
  line-height: 1;
  color: inherit;
  content: '\e905';
  font-family: 'ninja';
  margin: 0;
  vertical-align: middle;
  font-weight: normal;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0.186rem;
}
/* === SEARCH RESULT PAGE === */
.catalogsearch-result-index h1 {
  text-transform: none;
}
.fotorama-stretch,
.fotorama-focus-overlay:after,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__html,
.fotorama__video iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.fotorama-grab-cursor,
.fotorama__wrap .fotorama__grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.fotorama-grabbing-cursor,
.fotorama__grabbing * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.fotorama-gpu,
.fotorama--fullscreen,
.fotorama__caption,
.fotorama__wrap--css3 .fotorama__spinner,
.fotorama__wrap--css3 .fotorama__stage,
.fotorama__wrap--css3 .fotorama__nav,
.fotorama__wrap--css3 .fotorama__stage__frame,
.fotorama__wrap--css3 .fotorama__html,
.fotorama__stage:before,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__nav:after,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  transform: translateZ(0);
}
.fotorama-focus,
.fotorama__nav__frame,
.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus {
  outline: 0;
}
.fotorama-focus-overlay:after {
  background-color: #006bb4;
  border-radius: inherit;
  content: '';
}
.fotorama-transform-disabled,
.fotorama__wrap--video .fotorama__stage__shaft,
.fotorama__wrap--video .fotorama__stage,
.fotorama__wrap--video .fotorama__stage__frame--video,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  transform: none !important;
}
.fotorama-transition-for-slide,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border {
  transition-duration: 0ms;
  transition-property: transform, width;
  transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
}
.fotorama-no-select,
.fotorama__wrap,
.fotorama__no-select,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  user-select: none;
}
.fotorama-select,
.fotorama__select {
  user-select: text;
}
.fotorama-empty-bg {
  background: url(data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=);
}
.fotorama-auto-margin,
.fotorama__nav,
.fotorama__nav__frame {
  margin: auto;
  padding: 0;
}
.fotorama-inline-block,
.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__caption__wrap {
  *display: inline;
  *zoom: 1;
  -moz-box-orient: vertical;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
}
.fotorama-content-box,
.fotorama__nav__frame {
  box-sizing: content-box;
}
.fotorama-border-box,
.fotorama__thumb-border,
.fotorama__caption__wrap,
.fotorama__arr {
  box-sizing: border-box;
}
.fotorama-hidden,
.fotorama--hidden,
.fotorama__load {
  left: -99999px;
  position: absolute;
  top: -99999px;
  z-index: -1000;
}
.fotorama-visible {
  left: auto;
  opacity: 1;
  position: relative;
  top: auto;
  z-index: auto;
}
.fotorama-no-tap,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__nav,
.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.transitionDuration {
  transition-duration: 333ms;
}
.transitionDurationZero {
  transition-duration: 0ms;
}
.fotorama-sprite,
.fotorama__fullscreen .fotorama__zoom-out,
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__arr .fotorama__arr__arr,
.fotorama__fullscreen-icon,
.fotorama__video-play,
.fotorama__thumb--icon,
.fotorama__video-close {
  background-image: url('gallery.png');
  background-repeat: no-repeat;
}
@media print {
  .fotorama-print-background,
  .fotorama-sprite,
  .fotorama__thumb-border,
  .fotorama__fullscreen .fotorama__zoom-out,
  .fotorama__fullscreen .fotorama__zoom-in,
  .fotorama__arr .fotorama__arr__arr,
  .fotorama__fullscreen-icon,
  .fotorama__video-play,
  .fotorama__thumb--icon,
  .fotorama__video-close {
    background: none !important;
  }
}
.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus,
.fotorama__arr:focus,
.fotorama__stage__shaft:focus,
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__dot {
  box-shadow: none;
}
.fotorama__fullscreen-icon:focus:after,
.fotorama__zoom-out:focus:after,
.fotorama__zoom-in:focus:after,
.fotorama__arr:focus:after,
.fotorama__stage__shaft:focus:after,
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  border-radius: inherit;
  bottom: 3px;
  box-shadow: 0 0 3px 1px #68a8e0;
  content: '';
  left: 3px;
  position: absolute;
  right: 3px;
  top: 3px;
  z-index: 1000;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb:after,
.fotorama__nav__frame--thumb:focus .fotorama__dot:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb.fotorama_vertical_ratio:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  left: 2px;
  right: 2px;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__thumb {
  overflow: inherit;
}
.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb:after {
  left: 1px;
}
.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb.fotorama_vertical_ratio:after {
  top: 1px;
}
.fotorama__nav__frame:last-child:focus .fotorama__thumb:after {
  right: 1px;
}
.fotorama__nav__frame:last-child:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  bottom: 1px;
}
.fotorama__thumb__arr {
  box-shadow: none;
}
.fotorama--fullscreen {
  background: #ffffff;
  bottom: 0 !important;
  float: none !important;
  left: 0 !important;
  margin: 0 !important;
  position: fixed !important;
  right: 0 !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
}
.fotorama--fullscreen .fotorama__wrap {
  max-width: 100% !important;
}
.fotorama__fullscreen {
  overflow: hidden;
  position: relative;
}
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__fullscreen .fotorama__zoom-out {
  cursor: pointer;
  display: block;
  height: 80px;
  overflow: hidden;
  position: absolute;
  width: 80px;
}
.fotorama__fullscreen .fotorama__zoom-out {
  background-position: 0 -80px !important;
  top: 80px;
}
.fotorama__fullscreen .fotorama__zoom-out.fotorama__zoom-out--disabled {
  display: none;
}
.fotorama__fullscreen .fotorama__zoom-in {
  background-position: 0 0 !important;
  top: 0;
}
.fotorama__fullscreen .fotorama__zoom-in.fotorama__zoom-in--disabled {
  display: none;
}
.fotorama__fullscreen .fotorama__video-close {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
  display: block;
}
.fotorama__zoom-in,
.fotorama__zoom-out {
  display: none;
}
.fotorama {
  min-width: 1px;
  overflow: hidden;
}
.fotorama__wrap {
  -webkit-text-size-adjust: 100%;
  direction: ltr;
  position: relative;
  z-index: 0;
}
.fotorama__wrap--rtl .fotorama__stage__frame {
  direction: rtl;
}
.fotorama__stage,
.fotorama__nav {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.fotorama__wrap--pan-y {
  -ms-touch-action: pan-y;
}
.fotorama__stage__shaft {
  position: relative;
}
.fotorama__wrap .fotorama__pointer {
  cursor: pointer;
}
.fotorama__wrap--slide .fotorama__stage__frame {
  opacity: 1 !important;
}
.fotorama__stage__frame {
  overflow: hidden;
}
.fotorama__stage__frame.fotorama__active {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__stage__frame {
  display: none;
}
.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active,
.fotorama__wrap--fade .fotorama__fade-front,
.fotorama__wrap--fade .fotorama__fade-rear {
  display: block;
  left: 0;
  top: 0;
}
.fotorama__wrap--fade .fotorama__fade-front {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__fade-rear {
  z-index: 7;
}
.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
  z-index: 9;
}
.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
  display: none;
}
.fotorama__img {
  border: none !important;
  max-width: inherit;
  opacity: 0;
}
.fotorama__loaded .fotorama__img,
.fotorama__error .fotorama__img {
  opacity: 1;
}
.fotorama__img--full {
  display: none;
}
.fotorama__nav {
  display: none;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
  z-index: 5;
}
.fotorama__nav__shaft {
  left: 0;
  position: relative;
  text-align: left;
  top: 0;
}
.fotorama__nav__frame {
  position: relative;
}
.fotorama__nav--dots {
  display: block;
  text-align: center;
}
.fotorama__nav--dots .fotorama__nav__frame {
  height: 30px;
  width: 18px;
}
.fotorama__nav--dots .fotorama__nav__frame--thumb,
.fotorama__nav--dots .fotorama__thumb-border {
  display: none;
}
.fotorama__nav--thumbs {
  display: block;
}
.fotorama__nav--thumbs .fotorama__nav__frame {
  padding-left: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
  padding-right: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame--dot {
  display: none;
}
.fotorama__active .fotorama__dot {
  background-color: #ff5501;
  border-color: #ff5501;
}
.fotorama__nav__frame.fotorama__active .fotorama__nav__frame {
  border-width: 3px;
  height: 0;
  width: 0;
}
.fotorama__nav__frame.fotorama__active .fotorama__nav__frame:after {
  left: -3px;
  padding: 3px;
  top: -3px;
}
.fotorama__nav__frame:focus  {
  box-shadow: none;
}
.fotorama__nav__frame:focus :after {
  left: -1px;
  padding: 1px;
  top: -1px;
}
.fotorama__dot {
  border-radius: 6px;
  border: 1px solid #858585;
  display: block;
  height: 4px;
  left: 6px;
  position: relative;
  top: 12px;
  width: 4px;
}
.fotorama__thumb {
  background-color: #ebebeb;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.fotorama__nav__frame:focus .fotorama__thumb {
  z-index: 2;
}
.fotorama__thumb-border {
  backface-visibility: hidden;
  background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1));
  border: 1px solid #ff5501;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 9;
}
.fotorama__caption {
  bottom: 0;
  color: #000000;
  font-size: 14px;
  left: 0;
  line-height: 1.5;
  position: absolute;
  right: 0;
  z-index: 12;
}
.fotorama__caption a {
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.005);
  color: #000000;
  text-decoration: none;
}
.fotorama__caption a:hover {
  border-color: rgba(0, 0, 0, 0.005);
  color: #000000;
}
.fotorama__wrap--rtl .fotorama__caption {
  left: auto;
  right: 0;
}
.fotorama__wrap--video .fotorama__caption,
.fotorama__wrap--no-captions .fotorama__caption {
  display: none;
}
.fotorama__caption__wrap {
  background-color: #ffffff;
  padding: 5px 10px;
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fotorama__spinner {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
}
.fotorama__wrap--css3 .fotorama__spinner {
  animation: spinner 24s infinite linear;
}
.fotorama__wrap--css3 .fotorama__html {
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: linear;
}
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  opacity: 0;
}
.fotorama__select {
  cursor: auto;
}
.fotorama__video {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 32px;
  z-index: 10;
}
@-moz-document url-prefix() {
  .fotorama__active {
    box-shadow: 0 0 0 transparent;
  }
}
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  cursor: pointer;
  position: absolute;
}
.fotorama__arr {
  z-index: 900;
}
.fotorama__fullscreen-icon,
.fotorama__zoom-out,
.fotorama__zoom-in,
.fotorama__video-close {
  z-index: 1000;
}
.fotorama__arr {
  bottom: 0;
  position: absolute;
  top: 0;
  width: 80px;
}
._block-content-loading .fotorama__arr {
  opacity: 0;
}
.fotorama__arr .fotorama__arr__arr {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  height: 80px;
  width: 80px;
}
.fotorama__arr--prev {
  left: 0;
}
.fotorama__arr--prev .fotorama__arr__arr {
  background-position: -80px -80px;
}
.fotorama__arr--next {
  right: 0;
}
.fotorama__arr--next .fotorama__arr__arr {
  background-position: -160px -80px;
}
.fotorama__arr--disabled {
  cursor: default;
  opacity: 0;
  pointer-events: none;
}
.fotorama__fullscreen-icon {
  background-position: 0 0;
  display: none;
  height: 80px;
  right: 0;
  top: 0;
  width: 80px;
  z-index: 1000;
}
.fotorama--fullscreen-icons .fotorama__fullscreen-icon {
  display: none;
}
.fotorama--fullscreen .fotorama__fullscreen-icon {
  background-position: -80px 0;
  display: inline-block;
}
.fotorama__video-play {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  background-position: -80px -160px;
  height: 160px;
  width: 160px;
}
.fotorama__wrap--css2 .fotorama__video-play,
.fotorama__wrap--video .fotorama__stage .fotorama__video-play {
  display: none;
}
.fotorama__loaded .fotorama__video-play,
.fotorama__error .fotorama__video-play,
.fotorama__nav__frame .fotorama__video-play {
  display: block;
  opacity: 1;
}
.fotorama__nav__frame .fotorama__video-play {
  background-position: 0 -240px;
  height: 80px;
  width: 80px;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  opacity: 0;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  opacity: 1;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--video .fotorama__fullscreen-icon {
  opacity: 0 !important;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  display: none;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  display: block;
}
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
  display: none !important;
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
  -webkit-transform: translate3d(80px, -80px, 0);
  -ms-transform: translate3d(80px, -80px, 0);
  -o-transform: translate3d(80px, -80px, 0);
  transform: translate3d(80px, -80px, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
  -webkit-transform: translate3d(-120px, 0, 0);
  -ms-transform: translate3d(-120px, 0, 0);
  -o-transform: translate3d(-120px, 0, 0);
  transform: translate3d(-120px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
  -webkit-transform: translate3d(120px, 0, 0);
  -ms-transform: translate3d(120px, 0, 0);
  -o-transform: translate3d(120px, 0, 0);
  transform: translate3d(120px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
  -webkit-transform: translate3d(80px, -80px, 0) !important;
  -ms-transform: translate3d(80px, -80px, 0) !important;
  -o-transform: translate3d(80px, -80px, 0) !important;
  transform: translate3d(80px, -80px, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
  -webkit-transform: translate3d(-120px, 0, 0) !important;
  -ms-transform: translate3d(-120px, 0, 0) !important;
  -o-transform: translate3d(-120px, 0, 0) !important;
  transform: translate3d(-120px, 0, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
  -webkit-transform: translate3d(120px, 0, 0) !important;
  -ms-transform: translate3d(120px, 0, 0) !important;
  -o-transform: translate3d(120px, 0, 0) !important;
  transform: translate3d(120px, 0, 0) !important;
}
.fotorama__wrap--css3 .fotorama__arr:not(:focus),
.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),
.fotorama__wrap--css3 .fotorama__video-play:not(:focus),
.fotorama__wrap--css3 .fotorama__video-close:not(:focus) {
  transition-duration: 0.3s;
  transition-property: transform, opacity, background-color;
}
.fotorama__stage:before,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__nav:after {
  background-repeat: no-repeat;
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  text-decoration: none;
  z-index: 10;
}
.fotorama__stage:before,
.fotorama__nav:before {
  left: -10px;
  top: -10px;
}
.fotorama__stage:after,
.fotorama__nav:after {
  right: -10px;
  bottom: -10px;
}
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before,
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  background-size: 1px 100%, 5px 100%;
  bottom: 0;
  height: auto;
  top: 0;
  width: 10px;
}
.fotorama__stage.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--top:before,
.fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--bottom:after {
  background-size: 100% 1px, 100% 5px ;
  height: 10px;
  left: 0;
  right: 0;
  width: auto;
}
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  left: 0;
}
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 100% 0, 100% 0;
  right: 0;
}
.fotorama__stage.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--top:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  top: 0;
}
.fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--bottom:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 100%, 0 100%;
  bottom: 0;
}
.fotorama--fullscreen .fotorama__stage:before,
.fotorama--fullscreen .fotorama__nav:before,
.fotorama__wrap--no-shadows .fotorama__stage:before,
.fotorama__wrap--no-shadows .fotorama__nav:before,
.fotorama__wrap--fade .fotorama__stage:before,
.fotorama--fullscreen .fotorama__stage:after,
.fotorama--fullscreen .fotorama__nav:after,
.fotorama__wrap--no-shadows .fotorama__stage:after,
.fotorama__wrap--no-shadows .fotorama__nav:after,
.fotorama__wrap--fade .fotorama__stage:after {
  display: none;
}
.fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: auto;
  position: absolute;
  top: 50%;
  width: 100%;
}
.fotorama__nav-wrap .fotorama_horizontal_ratio .fotorama__img {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translateY(-50%, -50%);
  -o-transform: translateY(-50%, -50%);
  transform: translateY(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  width: auto;
}
.magnifier-thumb-wrapper {
  display: block;
  left: 0;
  position: relative;
  top: 0;
}
.magnifier-lens {
  border: solid 1px #bbbbbb;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 800;
}
.magnify-lens {
  background: rgba(255, 255, 255, 0.5);
  border: solid 1px #bbbbbb;
  color: #ffffff;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 1000;
  overflow: hidden;
}
.magnify-lens .magnifier-large {
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  border: none;
  position: absolute;
  z-index: 100;
}
.magnifier-loader-text {
  margin-top: 10px;
}
.magnifier-preview {
  bottom: 0;
  left: 58%;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 2;
  top: 215px;
}
.magnifier-preview:not(.hidden) {
  background-color: #ffffff;
}
.magnifier-preview img {
  left: 0;
  max-width: inherit;
  max-height: inherit;
  position: absolute;
  top: 0;
  object-fit: scale-down;
}
.fotorama__stage__frame {
  text-align: center;
}
.fotorama__stage__frame .fotorama__img {
  height: auto;
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  transition-duration: 0.3s;
  transition-property: width, height, top, left;
  vertical-align: middle;
  width: auto;
}
@media all and (min-width: 768px) {
  .fotorama__stage__frame .fotorama__img {
    top: 49.5%;
  }
}
.magnify-opaque {
  opacity: .5;
}
.magnify-hidden {
  display: none;
}
.fotorama__nav-wrap--vertical.fotorama__nav-wrap {
  display: inline-block;
  left: 0;
  position: absolute;
  top: 0;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft {
  background-color: white;
  width: 100%;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft .fotorama__nav__frame--thumb {
  display: block;
  padding-bottom: inherit !important;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: inherit;
  max-width: inherit;
  position: absolute;
  right: 0;
  top: 0;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  cursor: default;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  top: 0;
  transition: 0.3s linear;
  vertical-align: middle;
  width: auto;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--zoommable {
  cursor: pointer;
  max-height: none;
  max-width: none;
  transition-property: width, height, bottom, right, top, left;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--draggable {
  cursor: move;
  transition-property: none;
}
.fotorama--fullscreen .fotorama__stage__frame iframe {
  left: 80px;
  width: calc(100% - 80px * 2);
}
.fotorama__nav-wrap--horizontal.fotorama__nav-wrap {
  min-height: 30px;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  bottom: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 30px;
  z-index: 1000;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left {
  left: 0;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  right: 0;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  cursor: pointer;
  height: 30px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1000;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right .fotorama__thumb--icon {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin: auto;
  width: 30px;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left {
  top: 0;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  bottom: 0;
}
.fotorama__wrap--only-active .fotorama__stage,
.fotorama__wrap--only-active .fotorama__nav {
  max-width: 99999px !important;
}
.fotorama__wrap--only-active .fotorama__stage__frame {
  visibility: hidden;
}
.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
  visibility: visible;
}
.fotorama__thumb--icon {
  font-size: 0.001px;
  padding-bottom: 30px;
}
.fotorama__thumb__arr--left .fotorama__thumb--icon {
  background-position: -25px -265px;
}
.fotorama__thumb__arr--right .fotorama__thumb--icon {
  background-position: -25px -350px;
}
.magnify-fullimage {
  display: none;
}
.fotorama__arr,
.fotorama__thumb__arr {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}
.fotorama__arr:hover,
.fotorama__thumb__arr:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__arr:active,
.fotorama__thumb__arr:active {
  background-color: rgba(213, 213, 213, 0.5);
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:active {
  background-color: rgba(213, 213, 213, 0.5);
}
.fotorama__video-close {
  background-position: -80px 0;
  height: 80px;
  opacity: 0;
  right: 0;
  top: 0;
  transform: translate3d(80px, -80px, 0);
  transition: opacity 0.3s ease-in-out;
  width: 80px;
}
@media all and (max-width: 768px) {
  .fotorama__video-close {
    background-position: -100px -20px;
    top: 10px;
    height: 40px;
    width: 40px;
  }
}
.fotorama__video-close.fotorama-show-control {
  opacity: 1;
  transform: translate3d(0, -10px, 0);
}
.gallery-placeholder__image {
  display: block;
  margin: auto;
}
.fotorama__spinner {
  background-image: url('../../images/loader-1.gif');
  bottom: 0;
  display: none;
  height: 64px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 64px;
  z-index: 100;
}
.fotorama__spinner.fotorama__spinner--show {
  display: block;
}
.fotorama__product-video--loaded .fotorama__img,
.fotorama__product-video--loaded .fotorama__img--full {
  display: none !important;
}
.fotorama__stage .fotorama__arr--shown {
  display: block !important;
}
.fotorama__stage .fotorama__arr--hidden {
  display: none !important;
}
._block-content-loading .fotorama-item {
  position: absolute !important;
  z-index: -1;
  top: 0;
  width: 100%;
}
.gallery-placeholder:not(._block-content-loading) .gallery-placeholder__image {
  display: none;
}
</pre></body></html>