/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
.block-minicart .block-content > .actions .smart-buttons {
  margin-top: 15px;
}
.pay-later-message {
  margin-top: 10px;
}
.smart-buttons > div > div {
  vertical-align: bottom;
}
.apple-pay {
  margin-top: 14px;
}
.cart-summary .apple-pay {
  margin-top: 11px;
}
.google-pay {
  margin-top: 14px;
}
.google-pay button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
}
.cart-summary .google-pay {
  margin-bottom: 14px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
/**
 * Common
 */
.klarna-payments-method-cell {
  display: table-cell;
  vertical-align: middle;
}
label.klarna-payments-method-cell > span {
  padding-left: 5px;
}
span.klarna-payments-method-cell > img {
  display: block;
}
/**
 * Desktop
 */
/**
 * Mobile
 */
/**
 * @copyright Copyright (c) 2024 Ninjatech <ninjatech.agency>. All rights reserved.
 * @author    Ninjatech <ninjatech.agency>
 */
.ninja-sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
}
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
/** the variable will be overridden by last definitions */
@media only screen and (max-width: 767px) {
  .page-wrapper.page-wrapper .page-header .navigation .level0 > .level-top:hover {
    display: block;
  }
}
/* =========== 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: 15px;
}
@media only screen and (max-width: 480px) {
  html {
    font-size: calc(15px * 0.9);
  }
}
@media only screen and (max-width: 320px) {
  html {
    font-size: calc(15px * 0.8);
  }
}
body {
  background-color: #ffffff;
  color: #000000;
  font-family: Ubuntu, 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 480px) {
  body {
    font-size: calc(15px * 0.9);
  }
}
@media only screen and (max-width: 320px) {
  body {
    font-size: calc(15px * 0.8);
  }
}
.navigation {
  max-width: 1150px;
}
.breadcrumbs {
  max-width: 1150px;
}
.page-header .header.panel {
  max-width: 1150px;
}
.header.content {
  max-width: 1150px;
}
.footer.content {
  max-width: 1150px;
}
.page-wrapper > .widget {
  max-width: 1150px;
}
.page-wrapper > .page-bottom {
  max-width: 1150px;
}
.block.category.event {
  max-width: 1150px;
}
.top-container {
  max-width: 1150px;
}
.page-main {
  max-width: 1150px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.8rem 0;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1 {
  font-family: Ubuntu, 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 26px;
  line-height: 1.4;
  font-weight: normal;
}
h2 {
  font-family: Ubuntu, 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 22px;
  line-height: 1.2;
  font-weight: normal;
}
h3 {
  font-family: Ubuntu, 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
}
h4 {
  font-family: Ubuntu, 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: normal;
}
h5 {
  font-family: Ubuntu, 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: normal;
}
h6 {
  font-family: Ubuntu, 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.3;
  font-weight: normal;
}
.page-main {
  padding-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 2rem;
}
@media only screen and (max-width: 1300px) {
  .page-main {
    padding-left: 20px;
    padding-right: 20px;
  }
}
a {
  color: #000000;
  transition: all linear 0.15s;
}
a:visited {
  color: #000000;
}
a:hover {
  color: #000000;
  text-decoration: none;
}
a.button,
button {
  background-color: #a43030;
  box-sizing: border-box;
  border: 0;
  border-radius: 0;
  color: #ffffff;
  display: inline-block;
  font-family: Ubuntu, 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  padding: 7px 15px;
  text-transform: uppercase;
  transition: all linear 0.15s;
  width: auto;
}
a.button:hover,
button:hover {
  background-color: #732020;
  border: 0;
  color: #ffffff;
  text-decoration: none;
}
a.button:focus,
button:focus {
  border: 0;
  background-color: #732020;
  box-shadow: none;
  color: #ffffff;
}
a.button:active,
button:active {
  border: 0;
  background-color: #732020;
  box-shadow: none;
  color: #ffffff;
}
button.action.primary,
input.action.primary {
  background-color: #a43030;
  border: 0;
  border-radius: 0;
  color: #ffffff;
  font-family: Ubuntu, 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.4;
  margin: 0;
  padding: 9px 20px;
  text-transform: uppercase;
  transition: all linear 0.15s;
  -webkit-font-smoothing: antialiased;
}
button.action.primary:hover,
input.action.primary:hover {
  border: 0;
  background-color: #732020;
  color: #ffffff;
}
button.action.primary:focus,
input.action.primary:focus {
  border: 0;
  background-color: #732020;
  color: #ffffff;
}
button.action.primary:active,
input.action.primary:active {
  border: 0;
  background-color: #732020;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  main .actions-toolbar > .primary,
  main .actions-toolbar .secondary {
    text-align: initial;
  }
}
@media only screen and (max-width: 480px) {
  main .actions-toolbar > .primary,
  main .actions-toolbar .secondary {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  main .actions-toolbar > .primary .action,
  main .actions-toolbar .secondary .action {
    width: auto;
  }
}
@media only screen and (max-width: 480px) {
  main .actions-toolbar > .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 + 1150px) * 0.5);
  width: 100vw;
}
@media only screen and (max-width: 1300px) {
  .full-screen-width {
    margin-left: calc( (-100vw + (1150px - (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 #000000;
  border-radius: 0;
  color: #000000;
  font-size: 0.875rem;
  height: 2rem;
  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 > .field,
form.form-address-edit .fieldset > .field {
  margin: 0 2rem 1.3rem 0;
}
form.form .fieldset > .field:before,
form.form-address-edit .fieldset > .field:before {
  display: none;
}
form.form .fieldset > .field > .label,
form.form-address-edit .fieldset > .field > .label {
  color: #000000;
  float: none;
  font-family: Ubuntu, 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  margin: 0 0 0.3rem 0;
  padding: 0;
  text-align: left;
  text-transform: none;
  width: auto;
  -webkit-font-smoothing: antialiased;
}
form.form .fieldset > .field > .label:after,
form.form-address-edit .fieldset > .field > .label:after {
  color: #000000;
  font-size: inherit;
}
form.form .fieldset > .field .control,
form.form-address-edit .fieldset > .field .control {
  float: none;
  width: 100%;
}
form.form .fieldset > .field .control input,
form.form-address-edit .fieldset > .field .control input {
  background-color: #ffffff;
  border: 1px solid #000000;
  color: #000000;
  height: 2rem;
}
form.form .fieldset > .field .control input:focus,
form.form-address-edit .fieldset > .field .control input:focus {
  border: 1px solid #000000;
  box-shadow: none;
  outline: none;
}
form.form .fieldset > .field .control textarea,
form.form-address-edit .fieldset > .field .control textarea {
  background-color: #ffffff;
  border: 1px solid #000000;
  height: 11.25rem;
}
form.form .fieldset > .field .control select,
form.form-address-edit .fieldset > .field .control select {
  background-color: #ffffff;
  border: 1px solid #000000;
  border-radius: 0;
  color: #000000;
  cursor: pointer;
  /*font-size: @product-page-input-size;*/
  height: 2rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
form.form .fieldset > .field .control select::-webkit-input-placeholder,
form.form-address-edit .fieldset > .field .control select::-webkit-input-placeholder {
  color: #000000;
  font-size: 0.8129999999999999rem;
}
form.form .fieldset > .field .control select:-moz-placeholder,
form.form-address-edit .fieldset > .field .control select:-moz-placeholder {
  color: #000000;
  font-size: 0.8129999999999999rem;
}
form.form .fieldset > .field .control select::-moz-placeholder,
form.form-address-edit .fieldset > .field .control select::-moz-placeholder {
  color: #000000;
  font-size: 0.8129999999999999rem;
}
form.form .fieldset > .field .control select:-ms-input-placeholder,
form.form-address-edit .fieldset > .field .control select:-ms-input-placeholder {
  color: #000000;
  font-size: 0.8129999999999999rem;
}
form.form .fieldset > .field .control select:focus,
form.form-address-edit .fieldset > .field .control select:focus {
  border: 1px solid #000000;
  box-shadow: none;
  outline: none;
}
form.form .fieldset > .field .control select::-ms-expand,
form.form-address-edit .fieldset > .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: #a43030;
  border: 0;
  border-radius: 0;
  color: #ffffff;
  font-family: Ubuntu, 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  margin: 0;
  padding: 9px 20px;
  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: #732020;
}
.columns .column form .actions-toolbar {
  margin-left: 0;
  overflow: auto;
}
.breadcrumbs {
  background-color: transparent;
  margin: 1rem auto 1.5rem 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(1rem * 0.6);
    margin-bottom: calc(1.5rem * 0.6);
    margin-left: calc(auto * 0.6);
    margin-right: calc(auto * 0.6);
  }
}
.breadcrumbs .items {
  color: #585858;
  font-family: Ubuntu, 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 0.7rem;
  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.2rem;
}
.breadcrumbs .items .item a {
  color: #585858;
}
.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: 100%;
}
@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: Ubuntu, '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: Ubuntu, '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 > *: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 > *: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 > *: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 > *: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 > *: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: Ubuntu, '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: #a43030;
  margin: 0 2rem 0 0;
  order: 1;
}
.modal-popup .modal-inner-wrap .modal-footer button:first-child:hover {
  background-color: #732020;
}
@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: #a43030;
  margin: 0;
  order: 2;
}
.modal-popup .modal-inner-wrap .modal-footer button:last-child:hover {
  background-color: #732020;
}
@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: #a43030;
  margin: 0 1.3rem 0 0;
  order: 1;
}
.modal-popup .modal-inner-wrap .modal-footer button.action-accept:hover {
  background-color: #732020;
}
@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: #a43030;
  margin: 0;
  order: 2;
}
.modal-popup .modal-inner-wrap .modal-footer button.action-dismiss:hover {
  background-color: #732020;
}
@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: 2rem;
  width: 100%;
  color: #000000;
  font-family: Ubuntu, '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: #000000;
  max-width: 1150px;
  margin: 0 auto;
  width: 100%;
}
.wrapper-around-cookies .cookie-information {
  color: #ffffff;
  padding: 1rem 1rem 0 1rem;
  font-size: calc(15px * 0.75);
  max-width: 1150px;
  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: 1150px;
  margin: 0 auto;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
}
.page-wrapper header.page-header .panel.wrapper {
  background-color: transparent;
  border-bottom: 0;
  color: #4d4d4d;
  font-family: Ubuntu, '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: Ubuntu, '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 4px 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: auto;
  list-style-type: none;
  margin-top: 0;
  padding: 8px 0;
  position: absolute;
  top: 27px;
  width: 160px;
  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(27px * 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: 27px;
  }
}
.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: #7da8e9;
  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 4px 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 > 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 > 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 > 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 > 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 > 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 > 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 > 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 > 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 > 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: 8px 0;
  position: absolute;
  top: 4.5rem;
  width: 160px;
}
@media only screen and (max-width: 1024px) {
  .page-wrapper header.page-header .panel.wrapper .panel.header .header.links .dropdown-toplinks {
    top: calc(4.5rem * 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: 4.5rem;
    width: calc(160px * 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: #7da8e9;
  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(2.5rem * 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(2.5rem * 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(2.5rem * 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(2.5rem * 0.85);
    display: inline-block !important;
  }
}
.page-wrapper header.page-header .panel.wrapper .panel.header a {
  color: #4d4d4d;
}
.page-wrapper header.page-header .header.content {
  padding: 0rem 0 0;
  z-index: 20;
}
@media only screen and (max-width: 1300px) {
  .page-wrapper header.page-header .header.content {
    padding: 0rem 20px calc(0 * 0.87);
  }
}
@media only screen and (max-width: 900px) {
  .page-wrapper header.page-header .header.content {
    padding: 0rem 20px;
  }
}
@media only screen and (max-width: 767px) {
  .page-wrapper header.page-header .header.content {
    padding: calc(0rem * 0.57) 20px calc(0 * 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((0rem * 0.57) - (0 * 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: Ubuntu, '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 > 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: #4d4d4d;
  font-family: Ubuntu, '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: Ubuntu, '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: '\e94b';
  font-family: 'ninja';
  font-size: 2.5rem;
  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(2.5rem * 0.7);
  }
}
@media only screen and (max-width: 900px) {
  .page-wrapper header.page-header .minicart-wrapper .action.showcart:before {
    font-size: calc(2.5rem * 0.6);
  }
}
@media only screen and (max-width: 767px) {
  .page-wrapper header.page-header .minicart-wrapper .action.showcart:before {
    font-size: calc(2.5rem * 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 > 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: #ffffff;
  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: 4.5rem;
  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(4.5rem * 0.85);
  }
}
@media only screen and (max-width: 767px) {
  .page-wrapper header.page-header .minicart-wrapper .block-minicart {
    top: 4.5rem;
  }
}
@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: Ubuntu, '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: Ubuntu, '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: Ubuntu, 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 14px;
  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: Ubuntu, 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 14px;
  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: Ubuntu, '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: 1.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: Ubuntu, '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: #a43030;
  border: 0;
  border-radius: 0;
  color: #ffffff;
  font-family: Ubuntu, '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: #732020;
  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: none;
  }
}
body .page-wrapper header.page-header .nav-toggle {
  left: 20px;
  position: absolute;
  right: auto;
  top: 45px;
}
@media only screen and (max-width: 400px) {
  body .page-wrapper header.page-header .nav-toggle {
    top: calc(45px * 0.876);
  }
}
body .page-wrapper header.page-header .nav-toggle:before {
  color: #000000;
  content: '\e94d';
  font-family: 'ninja';
  font-size: 26px;
  line-height: 1;
}
body .page-wrapper header.page-header .nav-sections {
  margin-bottom: 0;
  background-color: transparent;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  body .page-wrapper header.page-header .nav-sections {
    background-color: #ffffff;
    display: block;
    width: 230px;
    left: calc(-1 * 230px);
  }
}
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: transparent;
  max-width: none;
}
@media only screen and (max-width: 767px) {
  body .page-wrapper header.page-header .navigation {
    background: #ffffff;
  }
}
body .page-wrapper header.page-header .navigation > ul {
  margin-left: auto;
  margin-right: auto;
  max-width: 1150px;
  padding: 0;
}
@media only screen and (max-width: 1300px) {
  body .page-wrapper header.page-header .navigation > ul {
    box-sizing: border-box;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  body .page-wrapper header.page-header .navigation > 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 #cccccc;
    margin: 0;
  }
}
body .page-wrapper header.page-header .navigation .level0 > .level-top {
  color: #000000;
  display: block;
  font-family: Ubuntu, 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 2rem;
  padding: 0;
  border-width: 0 0 2px 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 > .level-top {
    font-weight: normal;
  }
}
body .page-wrapper header.page-header .navigation .level0 > .level-top:hover {
  border-width: 0 0 2px 0;
  background-color: transparent;
  color: #7da8e9;
  border-style: solid;
  display: block;
  transition: none;
  border-color: #7da8e9;
}
@media only screen and (max-width: 767px) {
  body .page-wrapper header.page-header .navigation .level0 > .level-top:hover {
    background-color: transparent;
    color: #7da8e9;
    border: none;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  body .page-wrapper header.page-header .navigation .level0 > .level-top {
    color: #000000;
    font-size: 14px;
    line-height: 1;
    padding: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  body .page-wrapper header.page-header .navigation .level0.parent > .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 > .level-top:hover:after {
    color: #000000;
  }
}
@media only screen and (max-width: 767px) {
  body .page-wrapper header.page-header .navigation .level0.parent > a.ui-state-focus:after,
  body .page-wrapper header.page-header .navigation .level0.parent > a.ui-state-active:after {
    content: '\e900';
    font-family: 'ninja';
  }
}
body .page-wrapper header.page-header .navigation .level0.active > a {
  border-width: 0 0 2px 0;
  color: #000000;
  border-color: #7da8e9;
}
body .page-wrapper header.page-header .navigation .level0.active > a:not(.ui-state-active) {
  border-color: #7da8e9;
}
@media only screen and (max-width: 767px) {
  body .page-wrapper header.page-header .navigation .level0.active > 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 > a:not(.ui-state-active) span:not(.ui-menu-icon),
.navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
  margin: 0;
}
.nav-open body .page-wrapper {
  left: 230px;
}
/* --- 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((1150px  - (4 * 2rem) ) * 0.2);
}
@media only screen and (max-width: 1300px) {
  header.page-header .navigation .level0 ol.level0.submenu li.level1 {
    width: calc((1150px - (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% - (1150px * 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% - (1150px * 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 > a {
  color: #000000;
  font-family: Ubuntu, '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 > 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 > 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 > a {
    color: #000000;
    margin-bottom: 0;
    padding: 0.6rem 1rem;
  }
}
header.page-header .navigation .level0 ol.level0.submenu li.level1 ul.submenu li.level2 > 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: Ubuntu, '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 > 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 > 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 > 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 > 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 > 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 > 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 > 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 > 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 > 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 > 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 > 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 > a.ui-state-focus:after {
    content: '\e900';
  }
}
header.page-header .navigation .level0 ol.level0.submenu li.level1 ul.submenu li.active > 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% - (1150px * 0.5)) !important;
  max-width: 1150px;
  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% - (1150px * 0.5)) + 20px) !important;
    max-width: calc(1150px - (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((1150px  - (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((1150px - (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((1150px  - (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((1150px - (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((1150px  - (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((1150px - (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((1150px  - (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((1150px - (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 > 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 > li.all-category a {
    padding: 0.6rem 1rem;
  }
}
header.page-header .navigation .level0 > li.all-category a:hover {
  color: #ff6700;
}
header.page-header .navigation .level0 > 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 > li.all-category a.ui-state-focus {
    padding: 0.6rem 1rem;
  }
  header.page-header .navigation .level0 > 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 > a {
  color: #000000;
  font-family: Ubuntu, '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 > a {
    color: #000000;
    padding: 0.6rem 1rem;
  }
}
header.page-header .navigation li.level0.drop-down ul.submenu li.level1 > 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: Ubuntu, '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 > a {
  border-width: 0;
  color: #ff6700;
}
header.page-header .navigation li.level0.drop-down ul.submenu li.level1.parent > 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 > a:after {
    content: '\e902';
    font-size: 0.375rem;
  }
}
header.page-header .navigation li.level0.drop-down ul.submenu li.level1.parent > 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 > 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 > a.ui-state-focus:after {
    content: '\e900';
  }
}
header.page-header .navigation li.level0.drop-down ul.submenu li.active > a {
  border-width: 0;
  color: #ff6700;
}
/* ==== FOOTER ===== */
footer.page-footer {
  background-color: #7da8e9;
  color: #ffffff;
  font-size: 1rem;
  max-width: 1150px;
  margin: 0 auto;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
}
footer.page-footer a {
  color: #ffffff;
}
footer.page-footer a:hover {
  color: #ffffff ff;
}
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: center;
}
@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: left;
    width: 50%;
  }
}
@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: left;
    margin-bottom: 4rem;
    width: 50%;
  }
}
@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: #a43030;
  border: 0;
  border-radius: 0;
  color: #ffffff;
  font-family: Ubuntu, 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  margin: 0;
  padding: 9px 20px;
  text-transform: uppercase;
  transition: all linear 0.15s;
  -webkit-font-smoothing: antialiased;
}
.primary .action.primary:hover {
  border: 0;
  background-color: #732020;
}
.page-wrapper .page-main .page-title-wrapper .page-title {
  border-bottom: none;
  display: block;
  font-family: Ubuntu, 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 0.7rem;
  padding: 0;
  text-align: left;
  text-transform: none;
}
.table:not(.cart):not(.totals).table-comparison > thead > tr > th,
.table:not(.cart):not(.totals).table-comparison > thead > tr > 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: none;
  font-family: Ubuntu, '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: 40px;
}
/* ==== 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: Ubuntu, 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 1.375rem;
  font-weight: normal;
  border-bottom: none;
  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(25px * 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 > .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: 100%;
}
@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: none;
  display: block;
  font-family: Ubuntu, 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 0.7rem;
  padding: 0;
  text-transform: none;
}
@media only screen and (max-width: 400px) {
  body.account.page-layout-2columns-left .page-wrapper .column.main .block .block-title {
    font-size: calc(25px * 0.8);
  }
}
body.account.page-layout-2columns-left .page-wrapper .column.main .block .block-title strong {
  font-size: 25px;
}
@media only screen and (max-width: 400px) {
  body.account.page-layout-2columns-left .page-wrapper .column.main .block .block-title strong {
    font-size: calc(25px * 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: #000000;
  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: Ubuntu, '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: #000000;
  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 > .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 > .account-nav {
    margin-bottom: 3rem;
  }
}
body.account.page-layout-2columns-left .page-wrapper .sidebar.sidebar-main > .account-nav div.content {
  padding: 0;
}
body.account.page-layout-2columns-left .page-wrapper .sidebar.sidebar-main > .account-nav div.content .account-nav {
  margin-bottom: 0;
}
body.account.page-layout-2columns-left .page-wrapper .sidebar.sidebar-main > .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 > .account-nav li:first-child strong,
body.account.page-layout-2columns-left .page-wrapper .sidebar.sidebar-main > .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 > .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: none;
  display: block;
  font-family: Ubuntu, 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 25px;
  font-weight: 300;
  margin-bottom: calc(0.7rem * 2);
  padding: 0;
  text-transform: none;
  width: 100%;
}
@media only screen and (max-width: 400px) {
  body.account.page-layout-2columns-left .form .fieldset .legend {
    font-size: calc(25px * 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: none;
  display: block;
  font-family: Ubuntu, 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 25px;
  font-weight: 300;
  margin-bottom: calc(0.7rem * 2);
  padding: 0;
  text-transform: none;
  width: 100%;
}
@media only screen and (max-width: 400px) {
  body.account.page-layout-2columns-left .form-address-edit .legend {
    font-size: calc(25px * 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 > .control > 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 > .control > input {
    float: none;
    margin-right: 0;
    width: 100%;
  }
}
body.account.page-layout-2columns-left .form-address-edit .field.street > .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 > .control .nested {
    float: none;
    width: 100%;
  }
}
body.account.page-layout-2columns-left .form-address-edit .field.street > .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 > .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: none;
}
body.account.page-layout-2columns-left .table-reviews > thead > tr > th {
  border-bottom: none;
}
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: 17px;
  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 > tr > 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 > tr > 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: none;
  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: none;
}
@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: none;
    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: none;
  display: block;
  font-size: 25px;
  margin-bottom: 25px;
  padding-bottom: 0.3rem;
  text-transform: none;
}
@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: 25px;
  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: none;
    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) > tbody > tr td:before,
.table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th:before {
  color: #000000;
  font-weight: bold;
}
.table-wrapper .table:not(.cart):not(.totals) > thead > tr > 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: Ubuntu, '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: Ubuntu, '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) > thead > tr > 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: Ubuntu, '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: Ubuntu, '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{
          &: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 > 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 > tr > th {
  padding-left: 0;
  font-size: 12px;
}
.page-print.sales-order-print .page-main .columns .order-details-items.ordered #my-orders-table tbody > tr > 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 > tr > 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 > tr > td .item-options dt {
  display: inline-block;
}
.page-print.sales-order-print .page-main .columns .order-details-items.ordered #my-orders-table tbody > tr > 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 > tr > 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 > tr > 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 > 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 > .box-title > 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: Ubuntu, '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: Ubuntu, '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: 26px;
  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( 26px * 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: 25px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0.7rem;
  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: Ubuntu, '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: 26px;
  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( 26px * 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: Ubuntu, '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: 100%;
}
.page-products .column.main h3 {
  font-size: 22px;
  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: 160px;
  min-height: 9.375rem;
  position: relative;
  margin-bottom: 2%;
}
@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: 160px;
}
@media only screen and (max-width: 560px) {
  .page-wrapper .page-main .category-content-preview .category-image {
    height: 10rem;
    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: auto;
  top: 2.7rem;
  left: 0;
  right: 0;
  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: 2.3rem;
    -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: none;
  border-top: none;
  color: #000000;
  font-size: 26px;
  line-height: 1;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  text-shadow: 0px 0px 8px #ffffff;
  white-space: nowrap;
  z-index: 10;
  background-color: transparent;
  font-weight: 600;
  text-align: center;
}
@media only screen and (max-width: 900px) {
  .page-wrapper .page-main .category-content-preview .page-title-wrapper h1 {
    font-size: calc( 26px * 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 > .category-description {
  margin: 3.125rem 0 0 0;
}
.column.main > .category-description h1,
.column.main > .category-description h2,
.column.main > .category-description h3,
.column.main > .category-description h4,
.column.main > .category-description h5 {
  text-transform: none;
}
.column.main > .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 #000000;
  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: #a43030;
  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: #732020;
  text-decoration: none;
  border-color: transparent;
  color: #ffffff;
}
div#more img {
  display: none !important;
}
#category-list {
  padding: 0;
  /*
  li.active{
    > div {
      > a {
        font-weight: @category-sidebar-active-item-weight;
        color: @category-sidebar-active-item-color;
      }
    }
  li.active{
    > div {
      > a.level-top {
        span {
          font-weight: @category-sidebar-active-item-weight;
        }
      }
    }
  }
  li {
    > .active {
      > 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: Ubuntu, '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 > a {
  text-transform: uppercase;
}
#category-list li.level-top > a > span {
  text-transform: uppercase;
  font-weight: normal;
}
#category-list li.level-top > div > a {
  text-transform: uppercase;
}
#category-list li.level-top > div > a > span {
  text-transform: uppercase;
  font-weight: normal;
}
#category-list li.parent > 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 > div:after {
    font-size: 0.4em;
  }
}
#category-list li.parent > div.active:after {
  content: '\e900';
}
#category-list li.active > ul.submenu {
  display: block;
}
body #category-list li.current > div a > span {
  font-weight: bold;
  color: #000000;
}
body #category-list li.current > a > 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: 1.5rem 0 1.25rem;
  padding: 1.5rem 1.5rem 2rem 1.5rem;
  width: 27%;
  border-width: 6px 0 0 0;
  border-style: solid;
  border-color: #7da8e9;
}
@media only screen and (max-width: 900px) {
  .opc-sidebar {
    width: 100%;
    display: none;
  }
}
.opc-sidebar .components .table-wrapper {
  margin: 0 0 1.5rem 0;
}
.opc-sidebar .components .table-wrapper .step-title {
  font-family: Ubuntu, 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 20px;
  border-bottom: none;
  margin: 0 0 0.6rem 0;
  padding: 0 0 0.2rem 0;
  text-align: left;
  text-transform: none;
  font-weight: 600;
}
.opc-sidebar .components .table-wrapper table > tbody > tr > th {
  font-size: 14px;
  font-weight: normal;
  padding: 2px 0;
}
.opc-sidebar .components .table-wrapper table > tbody > tr > td {
  font-size: 14px;
  padding: 2px 0;
  text-align: right;
}
.opc-sidebar .components .table-wrapper table > tbody > tr.totals.sub th {
  font-weight: 600;
}
.opc-sidebar .components .table-wrapper table > tbody > tr.totals.sub td {
  font-weight: bold;
}
.opc-sidebar .components .table-wrapper table > tbody > tr.grand.totals {
  margin-top: 2rem;
}
.opc-sidebar .components .table-wrapper table > tbody > tr.grand.totals > th {
  font-size: 1rem;
  padding: 1rem 0.5rem 0 0;
}
.opc-sidebar .components .table-wrapper table > tbody > tr.grand.totals > th strong {
  font-weight: 600;
}
.opc-sidebar .components .table-wrapper table > tbody > tr.grand.totals > td {
  font-size: 1rem;
  padding: 1rem 0 0.2rem 0.5rem;
}
.opc-sidebar .components .table-wrapper table > tbody > tr.grand.totals > td strong {
  font-weight: 600;
}
.opc-sidebar .components .payment-option {
  margin-bottom: 2rem;
}
.opc-sidebar .components .payment-option .step-title {
  font-size: 14px;
  margin: 25px 0 10px 0;
  text-transform: none;
  font-weight: 600;
  font-family: Ubuntu, 'Lato', 'Open Sans', helvetica, arial, sans-serif;
}
.opc-sidebar .components .payment-option > .step-title {
  cursor: auto;
}
.opc-sidebar .components .payment-option > .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% - 3.5rem);
}
.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: 3.5rem;
  background-color: #a43030;
  color: #ffffff;
  border: 0;
}
.opc-sidebar .components .payment-option .form-discount .actions-toolbar button:hover {
  background-color: #732020;
  color: #ffffff;
  border: 0;
}
.opc-sidebar .components .order-comment-wrapper .step-title {
  font-size: 14px;
  margin: 2rem 0 0.5rem 0;
  text-transform: none;
  font-weight: 600;
  font-family: Ubuntu, 'Lato', 'Open Sans', helvetica, arial, sans-serif;
}
.opc-sidebar .components .order-comment-wrapper .form-discount .field textarea {
  height: 8.125rem;
}
.opc-wrapper {
  margin: 1.5rem 5% 1.25rem 0;
  padding-right: 0;
  width: 68%;
}
@media only screen and (max-width: 900px) {
  .opc-wrapper {
    margin: 1.5rem 0 2rem 0;
    width: 100%;
  }
}
.opc-wrapper .block.items-in-cart {
  margin-bottom: calc(1.5rem + 1.25rem);
}
@media only screen and (max-width: 480px) {
  .opc-wrapper .block.items-in-cart {
    margin-bottom: calc((1.5rem + 1.25rem) * 0.5);
  }
}
.opc-wrapper .block.items-in-cart .minicart-items table thead {
  background-color: #7da8e9;
  color: #ffffff;
}
@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: 1rem;
  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(1rem * 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: 18px;
  padding: 1rem 0.5rem;
}
@media only screen and (max-width: 1200px) {
  .opc-wrapper .block.items-in-cart .minicart-items table tbody tr td {
    font-size: calc(18px * 0.85);
  }
}
@media only screen and (max-width: 767px) {
  .opc-wrapper .block.items-in-cart .minicart-items table tbody tr td {
    font-size: calc(18px * 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: 18px;
  }
}
@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: 35px;
  margin: 0;
  width: 25px;
  padding: 0;
  float: left;
  color: #303030;
  background: #f7f7f7;
  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(35px * 0.6875);
    width: calc(25px * 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: 23px;
    width: 23px;
  }
}
.opc-wrapper .block.items-in-cart .minicart-items table tbody tr td .cart-item-qty {
  font-size: 0.8rem;
  height: 35px;
  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(35px * 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: 23px;
    width: 25px;
  }
}
.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: #7da8e9;
}
.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: #7da8e9;
}
.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: 2.8rem 1.5rem 2.4rem 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: 14px;
  font-weight: 600;
  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(14px * 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: 14px;
  }
}
.opc-wrapper .block.items-in-cart .minicart-items table tbody tr td:nth-child(3) {
  padding: 2.3rem 0.5rem 2.4rem 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.5rem 0.5rem 2.2rem 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(18px * 0.85);
    padding: 0.15rem 0;
  }
}
.opc-wrapper .block.items-in-cart .minicart-items table tbody tr td:nth-child(3) span {
  font-weight: 600;
}
.opc-wrapper .block.items-in-cart .minicart-items table tbody tr td:nth-child(4) {
  padding: 2rem 0.5rem 2.2rem 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: 2.3rem 0.5rem 2rem 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(18px * 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: 2px;
  }
}
.opc-wrapper .block.items-in-cart .minicart-items table tbody tr td:nth-child(5) {
  padding: 2.3rem 1.5rem 2.4rem 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.5rem 0.5rem 2.2rem 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(18px * 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: 600;
}
.opc-wrapper .block.items-in-cart .minicart-items table tbody tr td:last-child {
  min-width: 3rem;
  padding: 2.3rem 0.5rem 2.4rem 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.5rem 0.5rem 2.2rem 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: Ubuntu, 'Lato', 'Open Sans', helvetica, arial, sans-serif;
}
.opc-wrapper .step-content {
  margin: 0;
}
.opc-wrapper .step-content .fieldset > .legend + br {
  display: none;
}
.opc-wrapper .checkout-shipping-method {
  margin-bottom: 1.5rem;
  overflow: auto;
}
@media only screen and (max-width: 480px) {
  .opc-wrapper .checkout-shipping-method {
    margin-bottom: calc(1.5rem * 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: 1.5rem;
}
@media only screen and (max-width: 480px) {
  .opc-wrapper .checkout-payment-method {
    margin-bottom: calc(1.5rem * 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% - 3.5rem);
}
.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: 3.5rem;
  background-color: #a43030;
  color: #ffffff;
  border: 0;
}
.opc-wrapper #mobile-order-overview .discount-code .actions-toolbar .primary button:hover {
  background-color: #732020;
  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% - (1.3rem * 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(1.3rem * 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: 2rem;
  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 > .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 > .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: 1rem;
  margin: 0 auto;
  max-width: 26.25rem;
  padding: 9px 20px;
  width: 90%;
}
.opc-wrapper .actions-toolbar .primary button:hover {
  background-color: #6c983b;
  border: 0;
  color: #ffffff;
}
div#checkout-promotion {
  margin: 1.5rem 0 0 0;
}
div#checkout-promotion h5 {
  color: #000000;
  font-family: Ubuntu, 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 0.5rem 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: 13px;
  list-style-type: none;
  margin: 0 0 0.2rem 0;
  padding-left: calc(0.8rem + 0.7rem);
  vertical-align: middle;
}
div#checkout-promotion ul li:before {
  color: #7da8e9;
  content: '\e921';
  display: inline-block;
  font-family: 'ninja';
  font-size: 0.8rem;
  margin-left: calc(-0.8rem - 0.7rem);
  vertical-align: middle;
  width: calc(0.8rem + 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: '\e94b';
  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: 1rem auto 1.5rem auto;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .cms-page-view .breadcrumbs {
    margin-top: calc(1rem * 0.6);
    margin-bottom: calc(2rem * 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 > .level-top {
  color: #000000;
  font-family: Ubuntu, '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 > .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: Ubuntu, '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 > .level-top {
  border-width: 0;
  font-weight: bold;
  display: inline;
}
.cms-page-view .columns .column.main {
  float: left;
  width: 100%;
}
@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: auto;
  left: 0;
  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: none;
  border-top: none;
  color: #000000;
  font-size: 26px;
  line-height: 1;
  margin-bottom: 0;
  margin-top: 0;
  padding: 1rem;
  text-shadow: 0px 0px 8px #ffffff;
  white-space: nowrap;
  z-index: 10;
  background-color: transparent;
  font-weight: 600;
  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( 26px * 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: 1rem 0 0 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: 13rem;
}
@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: 3rem 0 0 0;
}
/* --- FAQ --- */
.faq-wrapper {
  margin: 4rem 0 0 0;
}
.faq-group {
  float: left;
  margin: 0 6% 50px 0;
  width: 47%;
}
@media only screen and (max-width: 900px) {
  .faq-group {
    float: none;
    margin-right: 0;
    width: 100%;
  }
}
.faq-group:last-child {
  margin: 0 0 60px 0;
}
.faq-group h3.faq-group-name {
  border-bottom: 2px solid #7da8e9;
  margin: 0;
  padding: 0 0 0.7rem 0;
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
  font-family: Ubuntu, '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: Ubuntu, 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  padding-right: calc(1.2em * 3);
  position: relative;
  width: 100%;
  padding-left: 0;
}
.faq-group .faq-question:after {
  color: #979797;
  content: '\e94c';
  font-family: 'ninja';
  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: '\e94e';
}
.faq-group .faq-answer {
  color: #000000;
  font-family: Ubuntu, '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: 1rem auto 2rem auto;
}
@media only screen and (max-width: 767px) {
  body.cms-page-view.page-layout-1column .breadcrumbs {
    margin-top: calc(1rem * 0.6);
    margin-bottom: calc(2rem * 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: none;
  display: block;
  font-family: Ubuntu, 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 0.7rem;
  padding: 0;
  text-align: left;
  text-transform: none;
}
body.cms-home {
  overflow-x: hidden;
}
/* ==== SLIDER ==== */
.column.main div.slick-slider {
  height: 27rem;
  margin-bottom: 4rem;
  margin-left: calc( (-100vw + 1150px) * 0.5);
  margin-top: 0;
  width: 100vw;
}
@media only screen and (max-width: 1300px) {
  .column.main div.slick-slider {
    margin-left: calc( (-100vw + (1150px - (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: Ubuntu, 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 3rem;
  font-weight: 300;
  left: calc((100vw - 1150px) * 0.5);
  right: auto;
  margin: auto;
  line-height: 1;
  padding: 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 25%;
  width: 120px;
}
.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: Ubuntu, '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: none;
  border-top: none;
  color: #ffffff;
  font-family: Ubuntu, 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  left: calc((100vw - 1150px) * 0.5);
  right: auto;
  margin: auto;
  padding: 1rem 0;
  position: absolute;
  text-align: center;
  text-transform: none;
  top: 73%;
  width: 120px;
}
@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 20px 0;
  width: 100%;
  height: 22rem;
}
@media only screen and (max-width: 1100px) {
  .column.main div.slick-slider.boxed-slider {
    height: calc(22rem * 0.9);
  }
}
@media only screen and (max-width: 900px) {
  .column.main div.slick-slider.boxed-slider {
    height: calc(22rem * 0.8);
  }
}
@media only screen and (max-width: 480px) {
  .column.main div.slick-slider.boxed-slider {
    height: calc(22rem * 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: Ubuntu, 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  margin: 0 auto;
  max-width: 1150px;
  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: 15px;
  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: Ubuntu, '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: #a43030;
  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: #732020;
  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: Ubuntu, '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: Ubuntu, '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: 1150px;
  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: Ubuntu, 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 22px;
  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: Ubuntu, '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: Ubuntu, '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: 1rem auto 1rem 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(1rem * 0.6);
    margin-bottom: calc(1rem * 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 > * {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  body.page-layout-1column.catalog-product-view .product-info-wrapper > * {
    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: Ubuntu, '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: Ubuntu, 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 22px;
  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: Ubuntu, '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: Ubuntu, '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: Ubuntu, '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: 15px;
  line-height: 1.5;
}
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: Ubuntu, '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;
              &: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: #000000;
  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: #000000;
  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: Ubuntu, '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: Ubuntu, '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: Ubuntu, 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  margin: 0 0 0.3125rem;
  text-transform: none;
}
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: 2rem;
  width: 2rem;
  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: 2rem;
  line-height: 2rem;
  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(2rem * 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 #000000;
  border-radius: 0;
  box-sizing: border-box;
  font-weight: normal;
  margin: 2px 7px 5px 1px;
  height: 2rem;
  width: 2rem;
}
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: 2rem;
  line-height: 2rem;
  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: Ubuntu, 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  text-transform: none;
}
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: Ubuntu, 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  text-transform: none;
}
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 #000000;
  border-radius: 0;
  color: #000000;
  font-size: 0.8129999999999999rem;
  height: 2rem;
  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: #a43030;
  border: 0;
  border-radius: 0;
  color: #ffffff;
  font-family: Ubuntu, 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 16px;
  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: #732020;
  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: '\e94b';
  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: Ubuntu, '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: Ubuntu, '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: 22px;
  font-family: Ubuntu, '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: Ubuntu, '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: Ubuntu, '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: Ubuntu, 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
}
form.review-form .fieldset .legend strong {
  color: #000000;
  font-family: Ubuntu, 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 1.75rem;
  font-weight: normal;
  text-transform: uppercase;
}
form.review-form .fieldset > .field:before {
  display: none;
}
form.review-form .fieldset > .field > .label {
  color: #000000;
  float: none;
  font-family: Ubuntu, 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  margin-bottom: 0.8rem;
  padding: 0;
  text-align: left;
  text-transform: none;
  width: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
form.review-form .fieldset > .field > .label:after {
  color: #000000;
  font-size: inherit;
}
form.review-form .fieldset > .field .control {
  float: none;
  width: 100%;
}
form.review-form .fieldset > .field .control .review-field-rating .label {
  padding: 5px 20px 6px 0;
}
form.review-form .fieldset > .field .control .review-field-rating .label span {
  font-weight: normal;
}
form.review-form .fieldset > .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 > .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 > .field .control .review-field-rating .review-control-vote .rating-2:before {
  content: '\e917' '\e917';
}
form.review-form .fieldset > .field .control .review-field-rating .review-control-vote .rating-3:before {
  content: '\e917' '\e917' '\e917';
}
form.review-form .fieldset > .field .control .review-field-rating .review-control-vote .rating-4:before {
  content: '\e917' '\e917' '\e917' '\e917';
}
form.review-form .fieldset > .field .control .review-field-rating .review-control-vote .rating-5:before {
  content: '\e917' '\e917' '\e917' '\e917' '\e917';
}
form.review-form .fieldset > .field .control input[type="radio"] + label:before {
  border: 0;
  height: auto;
  margin: 0;
  padding: 0;
  width: auto;
}
form.review-form .fieldset > .field .control input {
  background-color: #ffffff;
  border: 1px solid #000000;
  color: #000000;
  height: 2rem;
}
form.review-form .fieldset > .field .control input:focus {
  border: 1px solid #000000;
  box-shadow: none;
  outline: none;
}
form.review-form .fieldset > .field .control textarea {
  background-color: #ffffff;
  border: 1px solid #000000;
  height: 11.25rem;
}
form.review-form .review-fieldset {
  margin: 0 0 2rem;
}
form.review-form .actions-toolbar .primary button.action.primary {
  background-color: #a43030;
  border: 0;
  border-radius: 0;
  color: #ffffff;
  font-family: Ubuntu, 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  margin: 0;
  padding: 9px 20px;
  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: #732020;
  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: Ubuntu, 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 22px;
  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) > tbody {
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  .table-wrapper.grouped .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr {
    padding: 0.625rem 0;
  }
}
@media only screen and (max-width: 640px) {
  .table-wrapper.grouped .table:not(.cart):not(.totals):not(.table-comparison) > tbody > 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) > tbody > 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) > tbody > tr td:before {
    font-weight: normal;
  }
}
@media only screen and (max-width: 640px) {
  .table-wrapper.grouped .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td:before {
    padding-right: 0;
  }
}
@media only screen and (max-width: 640px) {
  .table-wrapper.grouped .table:not(.cart):not(.totals):not(.table-comparison) > tbody > 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) > tbody > 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) > tbody > 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) > tbody > tr td.col.qty {
    float: right;
  }
}
@media only screen and (max-width: 400px) {
  .table-wrapper.grouped .table:not(.cart):not(.totals):not(.table-comparison) > tbody > 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) > 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) > tbody tr.row-tier-price td {
    padding: 0;
  }
  .table-wrapper.grouped .table:not(.cart):not(.totals):not(.table-comparison) > 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: Ubuntu, 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  margin: 0 0 0.3125rem;
  text-transform: none;
}
.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: 2rem;
  line-height: 2rem;
  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: 16px;
  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: 22px;
  text-transform: uppercase;
  margin-top: 0;
  line-height: 1.2;
  margin-bottom: 3.5rem;
}
.main .bundle-options-container .bundle-options-wrapper select {
  background-color: #ffffff;
  border: 1px solid #000000;
  border-radius: 0;
  color: #000000;
  cursor: pointer;
  /*font-size: @product-page-input-size;*/
  height: 2rem;
  -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 > .control {
  position: relative;
}
.main .bundle-options-container .bundle-options-wrapper .field.option > .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((((15px * 1.5) + 2rem) * 0.4) * 1.8);
  z-index: 1;
}
.main .bundle-options-container .bundle-options-wrapper .field.option > .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 > .control .option-holder {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
.main .bundle-options-container .bundle-options-wrapper .field.option > .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((((15px * 1.5) + 2rem) * 0.4) * 1.8);
  z-index: 1;
}
.main .bundle-options-container .bundle-options-wrapper .field.option > .control .option-holder .label {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
}
.main .bundle-options-container .bundle-options-wrapper .field.option > .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 > .control .options-list {
    width: 85%;
  }
}
@media only screen and (max-width: 767px) {
  .main .bundle-options-container .bundle-options-wrapper .field.option > .control .options-list {
    width: 80%;
  }
}
@media only screen and (max-width: 480px) {
  .main .bundle-options-container .bundle-options-wrapper .field.option > .control .options-list {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
.main .bundle-options-container .bundle-options-wrapper .field.option > .control .options-list .label {
  display: block;
  float: none;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
}
.main .bundle-options-container .bundle-options-wrapper .field.option > .control .options-list .label .product-name,
.main .bundle-options-container .bundle-options-wrapper .field.option > .control .options-list .label .price-notice {
  text-transform: none;
  font-weight: normal;
}
.main .bundle-options-container .bundle-options-wrapper .field.option > .control .options-list .price-container .price {
  font-size: 1rem;
}
.main .bundle-options-container .bundle-options-wrapper .field.option > .control .qty-holder {
  display: inline-block;
  width: 15%;
}
@media only screen and (max-width: 900px) {
  .main .bundle-options-container .bundle-options-wrapper .field.option > .control .qty-holder {
    width: 10%;
  }
}
@media only screen and (max-width: 767px) {
  .main .bundle-options-container .bundle-options-wrapper .field.option > .control .qty-holder {
    width: 15%;
  }
}
.main .bundle-options-container .bundle-options-wrapper .field.option > .control .qty-holder .label {
  display: block;
}
.main .bundle-options-container .bundle-options-wrapper .field.option > .control .qty-holder .qty {
  height: 2rem;
  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: none;
  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: none;
  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: 16px;
  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: '\e94b';
  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: none;
  font-size: 1rem;
}
.main .bundle-options-container .block-bundle-summary .bundle-summary {
  margin-bottom: 1.875rem;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #000000;
}
@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: none;
}
.main .bundle-options-container .block-bundle-summary .box-tocart input {
  height: 2rem;
  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 & 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: Ubuntu, '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: Ubuntu, 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  text-transform: none;
}
.product-add-form form#product_addtocart_form .box-tocart .field.qty input {
  height: 2rem;
  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: 2rem;
  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: #a43030;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: Ubuntu, 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 16px;
  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: #732020;
}
.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 > 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 > 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: '\e94b';
  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;
}
h2,
h3,
h5 {
  text-transform: uppercase;
}
h4,
h6 {
  text-transform: none;
}
a:hover {
  text-decoration: underline;
}
a.a-underline {
  text-decoration: underline;
}
a.a-underline:hover {
  text-decoration: none;
}
.scroll-to-top {
  display: none !important;
}
.message.info.empty {
  display: none !important;
}
.catalog-category-view .column.main {
  padding-bottom: 0 !important;
}
.catalog-category-view .column.main .category-description {
  margin: 0 0 1rem !important;
}
@media only screen and (max-width: 560px) {
  .catalog-category-view .column.main .category-description {
    margin: 0 0 40px !important;
  }
}
.cms-page-title-wrapper {
  margin-top: 2rem;
}
@media only screen and (max-width: 767px) {
  .cms-page-title-wrapper {
    margin-top: 1.5rem;
  }
}
.cms-page-view .message-success.success.message {
  margin: 20px 0 0 0;
}
.catalog-product-view .page-main {
  margin-top: 1.5rem;
}
@media only screen and (max-width: 480px) {
  .wrapper-around-cookies .cookie-information p {
    padding-right: 0;
  }
}
.header .minicart-wrapper {
  position: absolute;
  padding-right: 5px;
  right: 0;
  top: 28px;
  margin-left: 0;
  z-index: 99999;
}
@media only screen and (max-width: 1024px) {
  .header .minicart-wrapper {
    top: 21px;
  }
}
@media only screen and (max-width: 900px) {
  .header .minicart-wrapper {
    right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .header .minicart-wrapper {
    top: 38px;
    right: 13px;
    padding-right: 3px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 360px) {
  .header .minicart-wrapper {
    right: 9px;
  }
}
.header .minicart-wrapper:before {
  display: none !important;
}
.header .minicart-wrapper .action.showcart .your-basket-label {
  position: absolute;
  left: -4px;
  bottom: 0;
  margin-bottom: -20px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .header .minicart-wrapper .action.showcart .your-basket-label {
    left: 0px;
  }
}
.header .minicart-wrapper .action.showcart .your-basket-label:last-child {
  display: none;
}
.header .minicart-wrapper .action.showcart .counter.qty {
  position: absolute;
  right: 13px;
  top: 0;
  background-color: transparent;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .header .minicart-wrapper .action.showcart .counter.qty {
    top: -2px;
    right: 11px;
  }
}
.header .minicart-wrapper .action.showcart .counter.qty span.counter-number {
  background-color: #a43030;
  padding: 2px 6px;
  border-radius: 25px;
  line-height: 2 !important;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .header .minicart-wrapper .action.showcart .counter.qty span.counter-number {
    padding: 1px 5px 1.5px 5px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  body .page-wrapper .header.content .sections.nav-sections {
    text-align: left;
  }
}
body .page-wrapper .header.content .sections.nav-sections .nav-5,
body .page-wrapper .header.content .sections.nav-sections .nav-6,
body .page-wrapper .header.content .sections.nav-sections .nav-7,
body .page-wrapper .header.content .sections.nav-sections .nav-8,
body .page-wrapper .header.content .sections.nav-sections .nav-9 {
  display: none;
}
@media only screen and (max-width: 767px) {
  body .page-wrapper .header.content .sections.nav-sections .nav-5,
  body .page-wrapper .header.content .sections.nav-sections .nav-6,
  body .page-wrapper .header.content .sections.nav-sections .nav-7,
  body .page-wrapper .header.content .sections.nav-sections .nav-8,
  body .page-wrapper .header.content .sections.nav-sections .nav-9 {
    display: block;
  }
}
body .page-wrapper .header.content .sections.nav-sections .nav-4 {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  body .page-wrapper .header.content .sections.nav-sections .nav-4 {
    margin-bottom: 42px !important;
    border-bottom: 1px solid #cccccc !important;
  }
}
@media only screen and (max-width: 400px) {
  body .page-wrapper .header.content .nav-toggle {
    top: 45px;
  }
}
@media only screen and (max-width: 767px) {
  body .page-wrapper .header.content .nav-toggle {
    left: 15px;
  }
}
body .page-wrapper header.page-header {
  position: relative;
}
@media only screen and (max-width: 1300px) {
  body .page-wrapper header.page-header {
    max-width: 1150px;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 900px) {
  body .page-wrapper header.page-header {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  body .page-wrapper header.page-header {
    /*position: fixed;*/
    background-color: #ffffff;
    -webkit-font-smoothing: antialiased;
    top: 0;
    position: relative;
  }
}
body .page-wrapper header.page-header .header.content {
  height: auto;
}
@media only screen and (max-width: 767px) {
  body .page-wrapper header.page-header .header.content {
    border-top: none;
    padding-top: 24px;
    padding-bottom: 0;
    height: 75px;
  }
}
body .page-wrapper header.page-header .header.content:before {
  content: '';
  width: 100%;
  height: 3px;
  display: block;
  background-image: url("../images/merkmini-line.svg");
  background-repeat: repeat-x;
  padding-bottom: 1.5rem;
  opacity: 0.4;
  background-position: top left;
}
@media only screen and (max-width: 767px) {
  body .page-wrapper header.page-header .header.content:before {
    padding: 0;
    margin-left: -20px;
    margin-right: -10px;
    position: absolute;
  }
}
body .page-wrapper header.page-header .header.content:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background-image: url("../images/merkmini-line.svg");
  background-repeat: repeat-x;
  padding-top: 1rem;
  opacity: 0.4;
  background-position: bottom 0 left;
}
@media only screen and (max-width: 767px) {
  body .page-wrapper header.page-header .header.content:after {
    padding-top: 0;
    background-position: bottom 0 center;
    margin-left: -20px;
    margin-right: -10px;
    position: absolute;
    bottom: 0;
  }
}
body .page-wrapper header.page-header .header.content .nav-toggle span {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: auto;
  font-size: 10px;
  bottom: -15px;
  left: 3px;
  width: auto;
  text-transform: uppercase;
  font-weight: 500;
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
body .page-wrapper header.page-header .header.content .logo {
  z-index: 13;
}
@media only screen and (max-width: 767px) {
  body .page-wrapper header.page-header .header.content .logo {
    margin: 0 auto !important;
    position: absolute;
    left: 0;
    right: 0;
    padding-top: 8.5px;
  }
}
@media only screen and (max-width: 1024px) {
  body .page-wrapper header.page-header .header.content .logo img {
    width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  body .page-wrapper header.page-header .header.content .logo img {
    margin: 0 auto !important;
    width: 175px;
  }
}
body .page-wrapper header.page-header .header.content .page-navigation {
  padding-left: 0;
  position: absolute;
  padding-top: 20px;
  left: 0;
  right: 0;
  text-align: center;
}
@media only screen and (max-width: 1100px) {
  body .page-wrapper header.page-header .header.content .page-navigation {
    padding-left: 175px;
  }
}
@media only screen and (max-width: 1024px) {
  body .page-wrapper header.page-header .header.content .page-navigation {
    padding-top: 14px;
  }
}
body .page-wrapper header.page-header .header.content .page-navigation .navigation {
  z-index: 12;
}
@media only screen and (max-width: 1024px) {
  body .page-wrapper header.page-header .header.content .page-navigation .navigation .level0 {
    margin: 0 1.5rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  body .page-wrapper header.page-header .header.content .page-navigation .navigation .level0 {
    margin: 0;
  }
}
@media only screen and (max-width: 1024px) {
  body .page-wrapper header.page-header .header.content .page-navigation .navigation .level0 > .level-top {
    font-size: 15px;
  }
}
@media only screen and (max-width: 900px) {
  body .page-wrapper header.page-header .header.content .page-navigation .navigation .level0 > .level-top {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  body .page-wrapper header.page-header .panel.wrapper .panel.header {
    padding: 0;
  }
}
body .page-wrapper header.page-header .panel.wrapper .panel.header .switcher {
  position: absolute;
  right: 0;
  top: 10px;
  margin: 0;
}
@media only screen and (max-width: 1300px) {
  body .page-wrapper header.page-header .panel.wrapper .panel.header .switcher {
    right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  body .page-wrapper header.page-header .panel.wrapper .panel.header .switcher {
    top: 1px;
    z-index: 99;
  }
}
@media only screen and (max-width: 360px) {
  body .page-wrapper header.page-header .panel.wrapper .panel.header .switcher {
    right: 15px;
  }
}
body .page-wrapper header.page-header .panel.wrapper .panel.header .switcher:before {
  display: none;
}
body .page-wrapper header.page-header .panel.wrapper .panel.header .switcher .options.active ul.dropdown {
  display: block !important;
}
@media only screen and (max-width: 767px) {
  body .page-wrapper header.page-header .panel.wrapper .panel.header .switcher .options.active ul.dropdown {
    padding: 0;
  }
}
body .page-wrapper header.page-header .panel.wrapper .panel.header .switcher .switcher-options .switcher-trigger:after {
  margin-left: 4px;
}
@media only screen and (max-width: 767px) {
  body .page-wrapper header.page-header .panel.wrapper .panel.header .switcher .switcher-options .switcher-trigger:after {
    margin-left: 0;
  }
}
@media only screen and (max-width: 480px) {
  body .page-wrapper header.page-header .panel.wrapper .panel.header .switcher .switcher-options .switcher-trigger:after {
    vertical-align: baseline;
  }
}
body .page-wrapper header.page-header .panel.wrapper .panel.header .switcher .switcher-options .switcher-trigger .strong img {
  vertical-align: sub;
}
@media only screen and (max-width: 1024px) {
  body .page-wrapper header.page-header .panel.wrapper .panel.header .switcher .switcher-options .switcher-trigger .strong img {
    margin-bottom: 2px;
  }
}
body .page-wrapper header.page-header .panel.wrapper .panel.header .switcher .switcher-options .switcher-dropdown {
  right: 0;
}
@media only screen and (max-width: 1024px) {
  body .page-wrapper header.page-header .panel.wrapper .panel.header .switcher .switcher-options .switcher-dropdown {
    left: auto;
    width: 130px;
    min-width: 0;
  }
}
@media only screen and (max-width: 767px) {
  body .page-wrapper header.page-header .panel.wrapper .panel.header .switcher .switcher-options .switcher-dropdown {
    top: 21px;
  }
}
@media only screen and (max-width: 1100px) {
  body .page-wrapper header.page-header .panel.wrapper .panel.header .switcher .switcher-options .switcher-dropdown li a {
    font-size: calc(0.875rem * 0.8);
  }
}
@media only screen and (max-width: 900px) {
  body .page-wrapper header.page-header .panel.wrapper .panel.header .switcher .switcher-options .switcher-dropdown li a {
    font-size: calc(0.875rem * 0.7);
  }
}
@media only screen and (max-width: 767px) {
  body .page-wrapper header.page-header .panel.wrapper .panel.header .switcher .switcher-options .switcher-dropdown li a {
    font-size: 10px;
    padding: 12px 13px 11px 13px;
    border-bottom: 1px solid #e5e5e5;
  }
}
@media only screen and (max-width: 767px) {
  body .page-wrapper header.page-header .panel.wrapper .panel.header .switcher .switcher-options .switcher-dropdown li:last-child a {
    border-color: transparent;
  }
}
body .page-wrapper header.page-header .panel.wrapper .panel.header .greet.welcome {
  float: none !important;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  body .page-wrapper header.page-header .panel.wrapper .panel.header .greet.welcome {
    position: absolute;
    right: 0;
    left: 0;
    display: inline-block;
    width: calc(100% - 110px);
    margin: 0 auto;
    top: 4px;
    z-index: 99;
  }
}
body .page-wrapper header.page-header .panel.wrapper .panel.header .greet.welcome span {
  display: inline-block;
}
body .page-wrapper header.page-header .panel.wrapper .panel.header .greet.welcome span ul {
  overflow: auto;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
}
body .page-wrapper header.page-header .panel.wrapper .panel.header .greet.welcome span ul li {
  float: left;
  padding-left: 15px;
  margin-right: 25px;
  margin-left: 15px;
  margin-bottom: 0;
  color: #4d4d4d;
}
@media only screen and (max-width: 767px) {
  body .page-wrapper header.page-header .panel.wrapper .panel.header .greet.welcome span ul li {
    padding-left: 0;
    margin-right: 14px;
    margin-left: 9px;
    font-size: 9px;
  }
}
body .page-wrapper header.page-header .panel.wrapper .panel.header .greet.welcome span ul li a {
  border-bottom: 1px solid transparent;
  padding-bottom: 1px;
}
body .page-wrapper header.page-header .panel.wrapper .panel.header .greet.welcome span ul li a:hover {
  border-bottom: 1px solid #7da8e9;
  color: #7da8e9 !important;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  body .page-wrapper header.page-header .panel.wrapper .panel.header .greet.welcome span ul li a:hover {
    border-bottom: none;
  }
}
body .page-wrapper header.page-header .panel.wrapper .panel.header .greet.welcome span ul li:first-child {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
@media only screen and (max-width: 640px) {
  body .page-wrapper header.page-header .panel.wrapper .panel.header .greet.welcome span ul li:nth-child(n+4) {
    display: none;
  }
}
@media only screen and (max-width: 360px) {
  body .page-wrapper header.page-header .panel.wrapper .panel.header .greet.welcome span ul li:nth-child(n+4) {
    display: inline-block;
  }
}
@media only screen and (max-width: 360px) {
  body .page-wrapper header.page-header .panel.wrapper .panel.header .greet.welcome span ul li:nth-child(n+3) {
    display: none;
  }
}
@media only screen and (max-width: 360px) {
  body .page-wrapper header.page-header .panel.wrapper .panel.header .greet.welcome span ul li:nth-child(2) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  body .breadcrumbs {
    padding-top: 85px !important;
    margin-top: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .cms-home .page-main {
    /*padding-top: 75px !important;*/
    display: block;
    overflow: visible;
  }
}
html,
body {
  overflow-y: auto;
  min-height: 100%;
}
@media only screen and (max-width: 767px) {
  .checkout-onestep-index .page-main {
    padding-top: 20px !important;
  }
}
.checkout-onestep-index .page-main .page-title {
  text-transform: uppercase !important;
}
@media only screen and (max-device-width: 1180px) and (min-device-width: 768px) {
  .column.main {
    width: 100% !important;
  }
}
@media only screen and (max-width: 767px) {
  .column.main div.slick-slider.boxed-slider {
    margin: 0 -20px 20px -20px;
    width: 100vw;
  }
}
@media only screen and (max-width: 560px) {
  .column.main div.slick-slider.boxed-slider {
    margin-bottom: 15px;
  }
}
.column.main div.slick-slider.boxed-slider #title {
  display: none;
}
.column.main div.slick-slider.boxed-slider #desc {
  left: 58.5% !important;
  margin: 0 !important;
}
@media only screen and (max-width: 900px) {
  .column.main div.slick-slider.boxed-slider #desc {
    top: 69% !important;
    left: 61% !important;
  }
}
@media only screen and (max-width: 560px) {
  .column.main div.slick-slider.boxed-slider #desc {
    top: 69% !important;
    left: 62% !important;
  }
}
.column.main div.slick-slider.boxed-slider #desc .banner-button .button {
  color: #ffffff !important;
  padding: 12px 26px;
  font-size: 20px;
}
@media only screen and (max-width: 560px) {
  .column.main div.slick-slider.boxed-slider #desc .banner-button .button {
    padding: 10px 17px;
    font-size: 15px;
  }
}
.column.main div.slick-slider.boxed-slider #desc .banner-button .button:after {
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  content: '';
  height: 6px;
  width: 6px;
  margin-bottom: 2.5px;
  margin-left: 5px;
}
@media only screen and (max-width: 560px) {
  .column.main div.slick-slider.boxed-slider #desc .banner-button .button:after {
    border-width: 0 1px 1px 0;
    height: 4px;
    width: 4px;
    margin-bottom: 1.5px;
    margin-left: 3px;
  }
}
@media only screen and (max-width: 767px) {
  .page-wrapper .page-main {
    padding-bottom: 0;
  }
}
.first-column {
  width: 47%;
  margin-right: 6%;
  float: left;
}
@media only screen and (max-width: 767px) {
  .first-column {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.second-column {
  width: 47%;
  float: left;
}
@media only screen and (max-width: 767px) {
  .second-column {
    width: 100%;
  }
}
.column-full-width {
  margin-left: -20px;
  margin-right: -20px;
  width: 100vw;
}
@media only screen and (max-width: 767px) {
  .column-full-width-responsive {
    margin-left: -20px;
    margin-right: -20px;
    width: 100vw;
  }
}
.column-full-width-responsive img {
  display: block;
}
@media only screen and (max-width: 767px) {
  form.contact {
    margin: 1rem 0 3rem 0;
  }
}
form.contact textarea {
  overflow-y: auto;
}
.four-in-row {
  margin-bottom: 20px;
  overflow: hidden;
}
@media only screen and (max-width: 900px) {
  .four-in-row {
    margin-bottom: 0;
  }
}
.four-in-row .one-fourth {
  width: calc((100% - (20px * 3)) / 4);
  float: left;
  margin-right: 20px;
  position: relative;
  height: 190px;
}
@media only screen and (max-width: 1024px) {
  .four-in-row .one-fourth {
    height: 160px;
  }
}
@media only screen and (max-width: 900px) {
  .four-in-row .one-fourth {
    width: calc((100% - 20px) / 2);
    margin-bottom: 20px;
    height: 230px;
  }
}
@media only screen and (max-width: 767px) {
  .four-in-row .one-fourth {
    height: 180px;
  }
}
@media only screen and (max-width: 560px) {
  .four-in-row .one-fourth {
    height: 150px;
    width: calc((100% - 15px) / 2);
    margin-bottom: 15px;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .four-in-row .one-fourth {
    height: 136px;
  }
}
@media only screen and (max-width: 430px) {
  .four-in-row .one-fourth {
    height: 125px;
  }
}
@media only screen and (max-width: 400px) {
  .four-in-row .one-fourth {
    height: 110px;
  }
}
@media only screen and (max-width: 360px) {
  .four-in-row .one-fourth {
    height: 95px;
  }
}
@media only screen and (max-width: 900px) {
  .four-in-row .one-fourth:nth-child(even) {
    margin-right: 0;
  }
}
.four-in-row .one-fourth img {
  display: block;
  object-fit: cover;
  height: 100% !important;
  width: 100% !important;
}
.four-in-row .one-fourth .one-fourth-text-holder {
  position: absolute;
  bottom: 0;
  padding: 7px 11px 6px 11px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.8);
  width: 101%;
  display: table;
}
@media only screen and (max-width: 1200px) {
  .four-in-row .one-fourth .one-fourth-text-holder {
    padding: 6px 9px 5px 9px;
  }
}
@media only screen and (max-width: 900px) {
  .four-in-row .one-fourth .one-fourth-text-holder {
    padding: 7px 11px 6px 11px;
  }
}
@media only screen and (max-width: 767px) {
  .four-in-row .one-fourth .one-fourth-text-holder {
    padding: 6px 11px 6px 11px;
  }
}
@media only screen and (max-width: 560px) {
  .four-in-row .one-fourth .one-fourth-text-holder {
    padding: 6px 8px 8px 7px;
  }
}
@media only screen and (max-width: 400px) {
  .four-in-row .one-fourth .one-fourth-text-holder {
    padding: 5px 7px 4px 6px;
  }
}
.four-in-row .one-fourth .one-fourth-text-holder h3 {
  max-width: 170px;
  display: table-cell;
  vertical-align: middle;
  margin-bottom: 0;
  padding: 0 10px 0 0;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
}
@media only screen and (max-width: 1200px) {
  .four-in-row .one-fourth .one-fourth-text-holder h3 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 900px) {
  .four-in-row .one-fourth .one-fourth-text-holder h3 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .four-in-row .one-fourth .one-fourth-text-holder h3 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 560px) {
  .four-in-row .one-fourth .one-fourth-text-holder h3 {
    font-size: 13px;
  }
}
@media only screen and (max-width: 400px) {
  .four-in-row .one-fourth .one-fourth-text-holder h3 {
    font-size: 10.5px;
  }
}
.four-in-row .one-fourth .one-fourth-text-holder .button-right {
  vertical-align: middle;
  display: table-cell;
}
.four-in-row .one-fourth .one-fourth-text-holder .button-right .button {
  float: right;
}
@media only screen and (max-width: 1200px) {
  .four-in-row .one-fourth .one-fourth-text-holder .button-right .button {
    font-size: 13px;
    padding: 5px 10px;
  }
}
@media only screen and (max-width: 900px) {
  .four-in-row .one-fourth .one-fourth-text-holder .button-right .button {
    font-size: 15px;
    padding: 7px 14px;
  }
}
@media only screen and (max-width: 767px) {
  .four-in-row .one-fourth .one-fourth-text-holder .button-right .button {
    font-size: 13px;
    padding: 5px 10px;
  }
}
@media only screen and (max-width: 560px) {
  .four-in-row .one-fourth .one-fourth-text-holder .button-right .button {
    font-size: 11px;
    padding: 5px 8px;
  }
}
@media only screen and (max-width: 400px) {
  .four-in-row .one-fourth .one-fourth-text-holder .button-right .button {
    font-size: 9px;
    padding: 5px 6px;
  }
}
.four-in-row .one-fourth.one-fourth-last {
  margin-right: 0;
}
.two-in-row {
  margin-bottom: 70px;
  overflow: hidden;
}
@media only screen and (max-width: 560px) {
  .two-in-row {
    margin-bottom: 40px;
  }
}
.two-in-row .one-half-start {
  width: calc((100% - 20px) / 2);
  float: left;
  margin-right: 20px;
  position: relative;
  height: 190px;
}
@media only screen and (max-width: 1024px) {
  .two-in-row .one-half-start {
    height: 160px;
  }
}
@media only screen and (max-width: 900px) {
  .two-in-row .one-half-start {
    height: 230px;
  }
}
@media only screen and (max-width: 767px) {
  .two-in-row .one-half-start {
    height: 180px;
  }
}
@media only screen and (max-width: 560px) {
  .two-in-row .one-half-start {
    height: 150px;
    width: calc((100% - 15px) / 2);
    margin-bottom: 15px;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .two-in-row .one-half-start {
    height: 136px;
  }
}
@media only screen and (max-width: 430px) {
  .two-in-row .one-half-start {
    height: 125px;
  }
}
@media only screen and (max-width: 400px) {
  .two-in-row .one-half-start {
    height: 110px;
  }
}
@media only screen and (max-width: 360px) {
  .two-in-row .one-half-start {
    height: 95px;
  }
}
.two-in-row .one-half-start img {
  display: block;
  object-fit: cover;
  height: 100% !important;
  width: 100% !important;
}
.two-in-row .one-half-start .one-half-text-holder {
  position: absolute;
  bottom: 0;
  padding: 8px 13px 7px 12px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.8);
  width: 101%;
  display: table;
}
@media only screen and (max-width: 1200px) {
  .two-in-row .one-half-start .one-half-text-holder {
    padding: 7px 11px 7px 10px;
  }
}
@media only screen and (max-width: 900px) {
  .two-in-row .one-half-start .one-half-text-holder {
    padding: 7px 11px 6px 11px;
  }
}
@media only screen and (max-width: 767px) {
  .two-in-row .one-half-start .one-half-text-holder {
    padding: 6px 11px 6px 11px;
  }
}
@media only screen and (max-width: 560px) {
  .two-in-row .one-half-start .one-half-text-holder {
    padding: 6px 8px 8px 7px;
  }
}
@media only screen and (max-width: 400px) {
  .two-in-row .one-half-start .one-half-text-holder {
    padding: 5px 7px 4px 6px;
  }
}
.two-in-row .one-half-start .one-half-text-holder h3 {
  display: table-cell;
  vertical-align: middle;
  margin-bottom: 0;
  padding: 0 10px 0 0;
  font-weight: 600;
}
@media only screen and (max-width: 1200px) {
  .two-in-row .one-half-start .one-half-text-holder h3 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 900px) {
  .two-in-row .one-half-start .one-half-text-holder h3 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .two-in-row .one-half-start .one-half-text-holder h3 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 560px) {
  .two-in-row .one-half-start .one-half-text-holder h3 {
    font-size: 13px;
  }
}
@media only screen and (max-width: 400px) {
  .two-in-row .one-half-start .one-half-text-holder h3 {
    font-size: 10.5px;
  }
}
.two-in-row .one-half-start .one-half-text-holder .button-right {
  vertical-align: middle;
  display: table-cell;
}
.two-in-row .one-half-start .one-half-text-holder .button-right .button {
  float: right;
}
@media only screen and (max-width: 1200px) {
  .two-in-row .one-half-start .one-half-text-holder .button-right .button {
    font-size: 13px;
    padding: 5px 10px;
  }
}
@media only screen and (max-width: 900px) {
  .two-in-row .one-half-start .one-half-text-holder .button-right .button {
    font-size: 15px;
    padding: 7px 14px;
  }
}
@media only screen and (max-width: 767px) {
  .two-in-row .one-half-start .one-half-text-holder .button-right .button {
    font-size: 13px;
    padding: 5px 10px;
  }
}
@media only screen and (max-width: 560px) {
  .two-in-row .one-half-start .one-half-text-holder .button-right .button {
    font-size: 11px;
    padding: 5px 8px;
  }
}
@media only screen and (max-width: 400px) {
  .two-in-row .one-half-start .one-half-text-holder .button-right .button {
    font-size: 9px;
    padding: 5px 6px;
  }
}
.two-in-row .one-half-start.one-half-start-last {
  margin-right: 0;
}
.vilkar h3 {
  text-transform: none;
  margin: 10px 0 5px 0;
}
@media only screen and (max-width: 900px) {
  .vilkar .second-column {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .vilkar .second-column {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 480px) {
  footer.page-footer .column_1,
  footer.page-footer .column_4 {
    width: 100% !important;
  }
}
@media only screen and (max-width: 900px) {
  footer.page-footer .column_2 {
    margin-bottom: 8rem !important;
  }
}
@media only screen and (max-width: 480px) {
  footer.page-footer .column_2 {
    margin-bottom: 3rem !important;
  }
}
footer.page-footer .copyright {
  text-align: center;
}
footer.page-footer .copyright ul {
  margin: 0 auto;
  display: inline-block;
}
footer.page-footer .copyright ul .footer-social {
  display: inline-block;
  padding: 0 5px;
  float: left;
}
footer.page-footer .copyright ul .footer-social a:before {
  content: '';
  display: inline-block;
  font-family: 'ninja';
  font-size: 1.4rem;
  border: 2px solid #ffffff;
  border-radius: 25px;
  padding: 1px 6px;
  transition: all linear 0.15s;
}
footer.page-footer .copyright ul .footer-social a:hover:before {
  background-color: #fff;
  color: #7da8e9;
}
footer.page-footer .copyright ul .footer-social a span {
  display: none;
}
footer.page-footer .copyright ul .facebook a:before {
  content: '\e945';
}
footer.page-footer .copyright ul .instagram a:before {
  content: '\e949';
}
footer.page-footer .copyright ul .email a:before {
  content: '\e94a';
  font-size: 1rem;
  padding: 5px 6px;
}
.headline-line {
  text-align: center;
  height: 22px;
  position: relative;
  margin: 2.8rem 0 2.1rem 0;
}
@media only screen and (max-width: 767px) {
  .headline-line {
    margin: 2rem 0 1.5rem 0;
  }
}
@media only screen and (max-width: 560px) {
  .headline-line {
    margin: 1.5rem 0 1.2rem 0;
  }
}
.headline-line:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 13px;
  height: 1px;
  background-color: #000000;
  content: "";
}
.headline-line h2 {
  background-color: #ffffff;
  height: 22px;
  padding: 0 30px;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 600;
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .headline-line h2 {
    padding: 0 20px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 560px) {
  .headline-line h2 {
    font-size: 17px;
    line-height: 1.5;
    padding: 0 12px;
  }
}
.page-wrapper .page-main .category-content-description .category-description .category-intro-text {
  position: absolute;
  top: 5rem;
  right: 0;
  left: 0;
  text-align: center;
  max-width: 510px;
  margin: 0 auto;
  text-shadow: 0px 0px 8px #ffffff;
  line-height: 1.3;
  padding: 0 20px;
  width: 100%;
  box-sizing: border-box;
}
@media only screen and (max-width: 560px) {
  .page-wrapper .page-main .category-content-description .category-description .category-intro-text {
    top: 3.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .page-wrapper .page-main .category-content-preview {
    margin: 0 -20px 20px;
  }
}
@media only screen and (max-width: 900px) {
  .page-wrapper .page-main .category-content-preview .page-title-wrapper {
    width: 90%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 900px) {
  .page-wrapper .page-main .category-content-preview .page-title-wrapper h1 {
    font-size: 24px;
    white-space: normal;
  }
}
.faq-column .faq-wrapper .faq-group:nth-child(2n) {
  margin-right: 0;
}
.faq-column .faq-wrapper .faq-group .faq-group-name {
  text-transform: none;
  font-size: 19px;
}
.faq-column .faq-wrapper .faq-group div[role="tablist"] .faq-question {
  padding-left: 24px;
}
.faq-column .faq-wrapper .faq-group div[role="tablist"] .faq-question:after {
  right: auto;
  left: 0;
}
.cms-no-route .page-main {
  padding-top: 3rem;
}
.cms-no-route .page-main .columns .column.main {
  padding-bottom: 0;
}
/*--- Minicart --- */
.page-wrapper header.page-header .header.content .minicart-wrapper {
  float: right;
  position: relative;
  display: inline-block;
  top: 3px;
  padding-right: 2px;
}
@media only screen and (max-width: 1024px) {
  .page-wrapper header.page-header .header.content .minicart-wrapper {
    top: -5px;
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .page-wrapper header.page-header .header.content .minicart-wrapper {
    top: 14px;
    right: -5px;
  }
}
.page-wrapper header.page-header .header.content .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 .header.content .minicart-wrapper:before {
    font-size: calc(0.875rem * 0.8);
  }
}
@media only screen and (max-width: 767px) {
  .page-wrapper header.page-header .header.content .minicart-wrapper:before {
    font-size: calc(0.875rem * 1);
  }
}
.page-wrapper header.page-header .header.content .minicart-wrapper .action.showcart {
  color: #000000;
  vertical-align: middle;
  padding: 0;
  text-align: center;
}
.page-wrapper header.page-header .header.content .minicart-wrapper .action.showcart:before {
  color: #000000;
  content: '\e94b';
  font-family: 'ninja';
  font-size: 2.5rem;
  line-height: 1;
  margin: 0;
  vertical-align: middle;
  float: none;
  clear: both;
}
@media only screen and (max-width: 767px) {
  .page-wrapper header.page-header .header.content .minicart-wrapper .action.showcart:before {
    font-size: 31px;
  }
}
@media only screen and (max-width: 480px) {
  .page-wrapper header.page-header .header.content .minicart-wrapper .action.showcart:before {
    font-size: 31px;
  }
}
.page-wrapper header.page-header .header.content .minicart-wrapper .action.showcart span.text {
  line-height: 1;
  vertical-align: middle;
  font-weight: 500;
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  font-size: 15px;
  margin: 0;
  overflow: auto;
  text-align: center;
  float: none;
  clear: both;
  margin-top: 5px;
  padding-right: 1px;
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
@media only screen and (max-width: 767px) {
  .page-wrapper header.page-header .header.content .minicart-wrapper .action.showcart span.text {
    font-size: 10px;
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}
.page-wrapper header.page-header .header.content .minicart-wrapper .action.showcart span.text:after {
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  content: '';
  height: 4px;
  width: 4px;
  margin-bottom: 1px;
  margin-left: 3px;
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
@media only screen and (max-width: 767px) {
  .page-wrapper header.page-header .header.content .minicart-wrapper .action.showcart span.text:after {
    height: 2px;
    width: 2px;
    margin-left: 2px;
    border-width: 0 1px 1px 0;
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}
.page-wrapper header.page-header .header.content .minicart-wrapper .action.showcart > span.your-basket-label {
  display: none;
  /*
            @media @desktop-767 {
              font-size: 10px;
              margin-bottom: -15px;
              display: inline-block;
            }
            */
}
.page-wrapper header.page-header .header.content .minicart-wrapper .action.showcart > span.your-basket-label:after {
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  content: '';
  height: 4px;
  width: 4px;
  margin-bottom: 1px;
  margin-left: 3px;
}
@media only screen and (max-width: 767px) {
  .page-wrapper header.page-header .header.content .minicart-wrapper .action.showcart > span.your-basket-label:after {
    height: 2px;
    width: 2px;
    margin-left: 2px;
    border-width: 0 1px 1px 0;
  }
}
.page-wrapper header.page-header .header.content .minicart-wrapper .action.showcart .counter.qty {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ffffff;
  height: auto;
  line-height: 1;
  margin: 0;
  min-width: 0;
  padding: 0;
  position: absolute;
  right: 0;
  left: 0;
  margin-left: 18px;
}
@media only screen and (max-width: 767px) {
  .page-wrapper header.page-header .header.content .minicart-wrapper .action.showcart .counter.qty {
    margin-left: 16px;
  }
}
.page-wrapper header.page-header .header.content .minicart-wrapper .action.showcart.active:before {
  margin: 0;
  vertical-align: middle;
}
.page-wrapper header.page-header .header.content .minicart-wrapper .mage-dropdown-dialog {
  position: absolute;
  right: 0;
  top: 0;
}
.page-wrapper header.page-header .header.content .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: 4.5rem;
  width: 24.375rem;
}
@media only screen and (max-width: 1024px) {
  .page-wrapper header.page-header .header.content .minicart-wrapper .block-minicart {
    top: calc(4.5rem * 0.85);
  }
}
@media only screen and (max-width: 767px) {
  .page-wrapper header.page-header .header.content .minicart-wrapper .block-minicart {
    top: 61px;
  }
}
@media only screen and (max-width: 480px) {
  .page-wrapper header.page-header .header.content .minicart-wrapper .block-minicart {
    width: calc(100vw - 30px);
  }
}
.page-wrapper header.page-header .header.content .minicart-wrapper .block-minicart:before {
  border: 0;
}
.page-wrapper header.page-header .header.content .minicart-wrapper .block-minicart:after {
  border: 0;
}
.page-wrapper header.page-header .header.content .minicart-wrapper .block-minicart .minicart-additional-info {
  margin-top: 8px;
  text-align: right;
  font-size: 12.5px;
}
.page-wrapper header.page-header .header.content .minicart-wrapper .block-minicart .minicart-additional-info p {
  margin-bottom: 4px;
}
.page-wrapper header.page-header .header.content .minicart-wrapper .block-minicart .minicart-additional-info .buy-more {
  display: none;
}
.page-wrapper header.page-header .header.content .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 .header.content .minicart-wrapper .block-minicart .items-total {
  font-family: Ubuntu, '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 .header.content .minicart-wrapper .block-minicart .items-total .your-basket-label span {
  font-weight: bold;
}
.page-wrapper header.page-header .header.content .minicart-wrapper .block-minicart .items-total .count {
  font-weight: normal;
}
.page-wrapper header.page-header .header.content .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 .header.content .minicart-wrapper .block-minicart .minicart-items-wrapper ol.minicart-items li.product-item {
  padding: 0.8129999999999999rem 0;
  position: relative;
}
.page-wrapper header.page-header .header.content .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 .header.content .minicart-wrapper .block-minicart .minicart-items-wrapper ol.minicart-items li.product-item .product a.product-item-photo img.photo.image {
  width: 100px !important;
  height: auto !important;
  float: none;
  margin: 0;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  margin-left: 2px;
}
.page-wrapper header.page-header .header.content .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 .header.content .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 .header.content .minicart-wrapper .block-minicart .minicart-items-wrapper ol.minicart-items li.product-item .product-item-details {
  padding-left: 120px;
  padding-right: 20px;
}
.page-wrapper header.page-header .header.content .minicart-wrapper .block-minicart .minicart-items-wrapper ol.minicart-items li.product-item .product-item-details .product-brand {
  color: #000000;
  font-family: Ubuntu, 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 0.625rem;
  margin: 0 0 0.1rem 0;
}
.page-wrapper header.page-header .header.content .minicart-wrapper .block-minicart .minicart-items-wrapper ol.minicart-items li.product-item .product-item-details .product-item-name {
  color: #000000;
  font-family: Ubuntu, 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 14px;
  hyphens: none;
  line-height: 1.3;
  margin: 0 0 0.4rem 0;
  text-transform: uppercase;
}
.page-wrapper header.page-header .header.content .minicart-wrapper .block-minicart .minicart-items-wrapper ol.minicart-items li.product-item .product-item-details .product-item-name a {
  color: #000000;
  font-weight: 400;
}
.page-wrapper header.page-header .header.content .minicart-wrapper .block-minicart .minicart-items-wrapper ol.minicart-items li.product-item .product-item-details .product-item-pricing {
  display: inline-flex;
  flex-flow: row wrap;
  flex: 1 100%;
  width: 100%;
}
.page-wrapper header.page-header .header.content .minicart-wrapper .block-minicart .minicart-items-wrapper ol.minicart-items li.product-item .product-item-details .product-item-pricing .price-container {
  clear: both;
  order: 2;
  float: none;
  width: 100%;
  display: block;
}
.page-wrapper header.page-header .header.content .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 .header.content .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: Ubuntu, 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 14px;
  margin: 0;
}
.page-wrapper header.page-header .header.content .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 .header.content .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 .header.content .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;
  order: 1;
  margin: 0 0.6rem 0.6rem 0;
}
.page-wrapper header.page-header .header.content .minicart-wrapper .block-minicart .minicart-items-wrapper ol.minicart-items li.product-item .product-item-details .product-item-pricing .details-qty .label {
  display: none;
}
.page-wrapper header.page-header .header.content .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 #cfcfcf;
  color: #000;
  float: left;
  font-size: 0.625rem;
  height: 23px;
  margin: 0;
  padding: 0;
  width: 1.2rem;
  background-color: #f7f7f7;
  line-height: 1;
}
.page-wrapper header.page-header .header.content .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 .header.content .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;
}
@media only screen and (max-width: 480px) {
  .page-wrapper header.page-header .header.content .minicart-wrapper .block-minicart .minicart-items-wrapper ol.minicart-items li.product-item .product-item-details .product-item-pricing .details-qty button {
    width: 28px;
  }
}
.page-wrapper header.page-header .header.content .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 #cfcfcf;
  color: #000;
  float: left;
  font-size: 0.625rem;
  height: 23px;
  margin: 0;
  padding: 0;
  width: 33px;
}
.page-wrapper header.page-header .header.content .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: 0 0 0 5px;
  padding: 0;
  border: none;
}
.page-wrapper header.page-header .header.content .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 .header.content .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: Ubuntu, 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  line-height: 1;
  margin-top: calc(1.188rem * 0.1);
}
.page-wrapper header.page-header .header.content .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 .header.content .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 .header.content .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 .header.content .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 .header.content .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 .header.content .minicart-wrapper .block-minicart .minicart-items-wrapper ol.minicart-items li.product-item .product-item-details .product.actions .primary {
  display: none;
}
.page-wrapper header.page-header .header.content .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: inherit;
}
.page-wrapper header.page-header .header.content .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: inherit;
  margin-left: 0.5rem;
  padding-right: 0.1rem;
}
.page-wrapper header.page-header .header.content .minicart-wrapper .block-minicart .minicart-additional-info {
  text-align: right;
  margin-top: 4px;
  font-size: 12.5px;
}
.page-wrapper header.page-header .header.content .minicart-wrapper .block-minicart .minicart-additional-info p {
  margin-bottom: 8px;
}
.page-wrapper header.page-header .header.content .minicart-wrapper .block-minicart .minicart-additional-info .buy-more {
  display: none;
}
.page-wrapper header.page-header .header.content .minicart-wrapper .block-minicart span.free-shipping-left {
  text-transform: none;
  font-size: 0.85rem;
  display: block;
  margin: 1rem 0 0 0;
  text-align: right;
}
.page-wrapper header.page-header .header.content .minicart-wrapper .block-minicart span.free-shipping-left .price {
  font-weight: bold;
}
.page-wrapper header.page-header .header.content .minicart-wrapper .block-minicart .subtotal {
  margin: 1.2rem 0 0.8rem;
  overflow: auto;
  text-align: right;
  text-transform: none;
}
.page-wrapper header.page-header .header.content .minicart-wrapper .block-minicart .subtotal span {
  color: #000000;
  display: inline-block;
  float: none;
  font-family: Ubuntu, 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
}
.page-wrapper header.page-header .header.content .minicart-wrapper .block-minicart .subtotal .amount.price-container {
  display: inline-block;
}
.page-wrapper header.page-header .header.content .minicart-wrapper .block-minicart .subtotal span.label {
  margin: 0 0.3rem 0 0;
}
.page-wrapper header.page-header .header.content .minicart-wrapper .block-minicart .actions .primary {
  margin: 0;
}
.page-wrapper header.page-header .header.content .minicart-wrapper .block-minicart .actions .primary button.action.primary {
  background-color: #a43030;
  border: 0;
  border-radius: 0;
  color: #ffffff;
  font-family: Ubuntu, '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 .header.content .minicart-wrapper .block-minicart .actions .primary button.action.primary:hover {
  background-color: #732020;
  border: 0;
  color: #ffffff;
}
.page-wrapper header.page-header .header.content .minicart-wrapper .block-minicart .actions .primary button.action.primary span {
  font-size: inherit;
  line-height: inherit;
}
.page-wrapper header.page-header .header.content .minicart-wrapper .minicart-widgets {
  margin: 0;
}
/*--- end of minicart ---*/
.opc-wrapper .form-customer-types,
.opc-wrapper .form-shipping-address,
.opc-wrapper #order-extra,
.opc-wrapper .actions-toolbar {
  display: none;
}
.opc-wrapper .step-title {
  display: none;
}
.opc-wrapper .checkout-shipping-method,
.opc-wrapper .checkout-payment-method {
  display: none;
}
.opc-wrapper #mobile-order-overview {
  margin-bottom: 2rem;
}
.opc-wrapper #mobile-order-overview .order-comment-wrapper {
  display: none;
}
.opc-wrapper #mobile-order-overview .discount-code > .step-title {
  font-weight: 500;
  text-transform: none;
  cursor: pointer;
}
.opc-wrapper #mobile-order-overview .discount-code > .step-title:after {
  content: '';
  display: inline-block;
  width: auto;
  height: auto;
  border: solid #000;
  border-width: 0 1px 1px 0;
  padding: 2px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-left: 8px;
  margin-bottom: 2px;
}
.opc-wrapper #mobile-order-overview .discount-code div .step-title {
  display: none;
}
.opc-wrapper #mobile-order-overview .table-wrapper {
  margin-bottom: 1.2rem;
}
@media only screen and (max-width: 900px) {
  .opc-wrapper #mobile-order-overview .table-wrapper {
    margin-bottom: 5px;
  }
}
.opc-wrapper #mobile-order-overview .table-wrapper tbody .totals.sub,
.opc-wrapper #mobile-order-overview .table-wrapper tbody .totals.shipping,
.opc-wrapper #mobile-order-overview .table-wrapper tbody .totals.fee {
  display: none;
}
.opc-wrapper #mobile-order-overview .table-wrapper tbody .grand.totals {
  font-size: 1.1rem;
}
.opc-wrapper #mobile-order-overview .table-wrapper tbody .grand.totals th,
.opc-wrapper #mobile-order-overview .table-wrapper tbody .grand.totals td {
  padding-top: 10px;
}
@media only screen and (max-width: 900px) {
  .opc-wrapper .block.items-in-cart {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 640px) {
  .opc-wrapper .block.items-in-cart .minicart-items table tbody tr {
    padding: 0.7rem 0;
  }
}
@media only screen and (max-width: 640px) {
  .opc-wrapper .block.items-in-cart .minicart-items table tbody tr:last-child {
    border-bottom: 5px solid #7da8e9;
  }
}
@media only screen and (max-width: 1100px) {
  .opc-wrapper .block.items-in-cart .minicart-items table tbody tr td:nth-child(4) {
    min-width: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .opc-wrapper .block.items-in-cart .minicart-items table tbody tr td:nth-child(4) {
    min-width: 0;
  }
}
@media only screen and (max-width: 640px) {
  .opc-wrapper .block.items-in-cart .minicart-items table tbody tr td:first-child {
    height: auto;
    max-width: 120px;
    position: absolute;
  }
  .opc-wrapper .block.items-in-cart .minicart-items table tbody tr td:nth-child(2) {
    padding-left: 140px;
    float: none;
    font-size: 15px;
  }
  .opc-wrapper .block.items-in-cart .minicart-items table tbody tr td:nth-child(3) {
    padding-left: 140px;
    font-size: 12px;
  }
  .opc-wrapper .block.items-in-cart .minicart-items table tbody tr td:nth-child(3) span {
    font-weight: normal;
  }
  .opc-wrapper .block.items-in-cart .minicart-items table tbody tr td:nth-child(4) {
    padding-left: 140px;
    font-size: 12px;
  }
  .opc-wrapper .block.items-in-cart .minicart-items table tbody tr td:nth-child(5) {
    padding-left: 140px;
    font-size: 12px;
  }
  .opc-wrapper .block.items-in-cart .minicart-items table tbody tr td:nth-child(5) span {
    font-weight: normal;
  }
  .opc-wrapper .block.items-in-cart .minicart-items table tbody tr td:last-child {
    padding-left: 140px;
    font-size: 12px;
    margin-top: 0;
  }
  .opc-wrapper .block.items-in-cart .minicart-items table tbody tr td:before {
    font-weight: 500;
  }
}
@media only screen and (max-width: 1024px) {
  .opc-sidebar {
    width: 100%;
  }
}
@media only screen and (max-width: 900px) {
  .opc-sidebar {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .opc-sidebar {
    order: 1;
    align-items: normal;
    padding: 0;
    width: 100%;
    visibility: visible;
    position: relative;
    opacity: 1;
    left: 0;
    z-index: 8;
    border: none;
    margin-top: 0;
    background-color: #fff;
  }
}
.opc-sidebar .order-comment-wrapper .step-title {
  display: none;
}
.opc-sidebar .order-comment-wrapper #discount-form {
  display: none;
}
.opc-sidebar .components .payment-option {
  margin-bottom: 0;
}
.opc-sidebar .components .payment-option > .step-title {
  cursor: pointer;
}
.opc-sidebar .components .payment-option > .step-title:after {
  content: '';
  display: inline-block;
  width: auto;
  height: auto;
  border: solid #000;
  border-width: 0 1px 1px 0;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-left: 10px;
}
.opc-sidebar .components .payment-option div .step-title {
  display: none;
}
@media only screen and (max-width: 767px) {
  .opc-sidebar .modal-inner-wrap {
    background-color: #fff;
    position: relative;
    width: 100%;
    transform: none;
    box-shadow: none;
    transition: none;
    overflow: visible;
  }
}
@media only screen and (max-width: 767px) {
  .opc-sidebar .modal-inner-wrap .modal-header .action-close {
    display: none;
  }
}
.opc-sidebar .modal-inner-wrap .opc-block-summary {
  background: transparent;
  padding: 0;
  margin: 0;
}
.opc-sidebar .modal-inner-wrap .opc-block-summary > .title {
  font-family: Ubuntu, 'Lato', 'Open Sans', helvetica, arial, sans-serif;
  font-size: 20px;
  border-bottom: none;
  margin: 0 0 .6rem 0;
  padding: 0 0 .2rem 0;
  text-align: left;
  text-transform: none;
  font-weight: 600;
  color: #000;
}
.opc-sidebar .modal-inner-wrap .opc-block-summary .table-totals tbody tr th {
  padding: 2px 8px 2px 0;
  font-size: 14px;
}
.opc-sidebar .modal-inner-wrap .opc-block-summary .table-totals tbody tr td {
  padding: 2px 0 2px 8px;
  font-size: 14px;
}
.opc-sidebar .modal-inner-wrap .opc-block-summary .table-totals tbody .totals.sub th,
.opc-sidebar .modal-inner-wrap .opc-block-summary .table-totals tbody .totals.sub td {
  font-weight: 700;
}
.opc-sidebar .modal-inner-wrap .opc-block-summary .table-totals tbody .grand.totals th {
  padding-top: 1rem;
  font-size: 15px;
}
.opc-sidebar .modal-inner-wrap .opc-block-summary .table-totals tbody .grand.totals th strong {
  font-weight: 700;
}
.opc-sidebar .modal-inner-wrap .opc-block-summary .table-totals tbody .grand.totals td {
  padding-top: 1rem;
  font-size: 15px;
}
.opc-sidebar .modal-inner-wrap .opc-block-summary .table-totals tbody .totals-tax {
  display: none;
}
.opc-sidebar .modal-inner-wrap .opc-block-summary .block.items-in-cart {
  margin-top: 20px;
}
.opc-sidebar .modal-inner-wrap .opc-block-summary .block.items-in-cart > .title {
  display: none;
}
.opc-sidebar .modal-inner-wrap .opc-block-summary .block.items-in-cart .content.minicart-items {
  display: block !important;
}
.opc-sidebar .modal-inner-wrap .opc-block-summary .block.items-in-cart .content.minicart-items .minicart-items-wrapper {
  padding: 0;
}
.opc-sidebar .modal-inner-wrap .opc-block-summary .block.items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items li.product-item {
  padding: 12px 0;
}
.opc-sidebar .modal-inner-wrap .opc-block-summary .block.items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items li.product-item .product-image-container {
  width: auto !important;
  height: auto !important;
}
.opc-sidebar .modal-inner-wrap .opc-block-summary .block.items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items li.product-item .product-image-container img {
  width: 110px;
}
@media only screen and (max-width: 900px) {
  .opc-sidebar .modal-inner-wrap .opc-block-summary .block.items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items li.product-item .product-image-container img {
    width: 120px;
  }
}
.opc-sidebar .modal-inner-wrap .opc-block-summary .block.items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items li.product-item .product-item-details {
  padding-left: 125px;
}
@media only screen and (max-width: 900px) {
  .opc-sidebar .modal-inner-wrap .opc-block-summary .block.items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items li.product-item .product-item-details {
    padding-left: 135px;
  }
}
.opc-sidebar .modal-inner-wrap .opc-block-summary .block.items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items li.product-item .product-item-details .product-item-inner {
  display: block;
  margin: 0;
}
.opc-sidebar .modal-inner-wrap .opc-block-summary .block.items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items li.product-item .product-item-details .product-item-inner .product-item-name-block {
  display: block;
  padding-right: 0;
}
.opc-sidebar .modal-inner-wrap .opc-block-summary .block.items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items li.product-item .product-item-details .product-item-inner .product-item-name-block .product-item-name {
  font-weight: 600;
  margin: 0;
}
.opc-sidebar .modal-inner-wrap .opc-block-summary .block.items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items li.product-item .product-item-details .product-item-inner .product-item-name-block .details-qty {
  margin-top: 2px;
  font-size: 13px;
}
.opc-sidebar .modal-inner-wrap .opc-block-summary .block.items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items li.product-item .product-item-details .product-item-inner .subtotal {
  display: block;
  text-align: left;
}
.opc-sidebar .modal-inner-wrap .opc-block-summary .block.items-in-cart .content.minicart-items .minicart-items-wrapper .minicart-items li.product-item .product-item-details .product-item-inner .subtotal .price {
  font-size: 13px;
  display: block;
  font-weight: 600;
}
.opc-sidebar .modal-inner-wrap .checkout-payment-method {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .opc-sidebar .modal-inner-wrap .checkout-payment-method .payment-option {
    margin: 0;
  }
}
.opc-sidebar .modal-inner-wrap .checkout-payment-method .payment-option-title {
  padding: 0;
  border-top: 0;
}
.opc-sidebar .modal-inner-wrap .checkout-payment-method .payment-option-title .action.action-toggle {
  color: #000;
  font-size: 14px;
  font-weight: 600;
}
.opc-sidebar .modal-inner-wrap .checkout-payment-method .payment-option-title .action.action-toggle:after {
  content: '';
  border: solid #000;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-left: 5px;
  margin-bottom: 4px;
}
.opc-sidebar .modal-inner-wrap .checkout-payment-method .payment-option-content {
  padding: 0;
  margin-top: 5px;
}
.opc-sidebar .modal-inner-wrap .checkout-payment-method .payment-option-content .message {
  margin-bottom: 10px;
}
.opc-sidebar .modal-inner-wrap .checkout-payment-method .payment-option-content .form {
  position: relative;
}
.opc-sidebar .modal-inner-wrap .checkout-payment-method .payment-option-content .form .payment-option-inner {
  margin: 0;
  width: calc(100% - 45px);
  display: inline-block;
  float: left;
  padding-bottom: 10px;
}
.opc-sidebar .modal-inner-wrap .checkout-payment-method .payment-option-content .form .payment-option-inner .label {
  display: none;
}
.opc-sidebar .modal-inner-wrap .checkout-payment-method .payment-option-content .form .payment-option-inner input {
  height: 40px;
  width: calc(100% + 44.5px);
  box-sizing: border-box;
  padding-right: 45px;
}
.opc-sidebar .modal-inner-wrap .checkout-payment-method .payment-option-content .form .actions-toolbar {
  display: inline-block;
  float: right;
  width: 45px;
}
.opc-sidebar .modal-inner-wrap .checkout-payment-method .payment-option-content .form .actions-toolbar .primary {
  width: 100%;
}
.opc-sidebar .modal-inner-wrap .checkout-payment-method .payment-option-content .form .actions-toolbar .primary .action {
  margin: 0;
  font-size: 13px;
  height: 40px;
  padding: 0;
  width: 100%;
}
.opc-sidebar .modal-inner-wrap .checkout-payment-method .payment-option-content .form .actions-toolbar .primary .action-cancel {
  position: absolute;
  left: 0;
  bottom: -65px;
  background: transparent;
  color: #000;
  text-align: left;
  height: auto;
  width: auto;
  text-transform: none;
}
.opc-sidebar .modal-inner-wrap .checkout-payment-method .payment-option-content .form .actions-toolbar .primary .action-cancel:hover {
  text-decoration: underline;
}
.opc-sidebar .modal-inner-wrap .checkout-payment-method .discount-code._active .payment-option-title .action.action-toggle:after {
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .opc-estimated-wrapper {
    display: none;
  }
}
.cart-empty {
  margin-top: 2.5rem;
}
.cart-empty a {
  text-decoration: underline;
}
.cart-empty a:hover {
  text-decoration: none;
}
.checkout-onestep-success .page-wrapper .page-main .page-title-wrapper .page-title {
  text-align: center;
}
.checkout-onestep-index .opc-wrapper .block.items-in-cart table tbody tr.details-qty td:first-child {
  max-width: 120px !important;
}
.checkout-onestep-index .opc-wrapper .block.items-in-cart table tbody tr.details-qty td:first-child span {
  /*
                  height: 66px !important;
                  @media @desktop-1100 {
                    height: auto !important;
                  }*/
}
.checkout-onestep-index .opc-wrapper .block.items-in-cart table tbody tr.details-qty td:first-child .product-image-wrapper {
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}
.checkout-onestep-index .opc-wrapper .block.items-in-cart table tbody tr.details-qty td:first-child .product-image-wrapper img {
  /*margin-left: -1px;
                    width: 101.5% !important;
                    max-width: 110%;
                    height: 66px;
                    @media @desktop-1100 {
                      height: auto;
                      min-height: 101%;
                    }*/
}
.checkout-onestep-index .opc-wrapper .block.items-in-cart table tbody tr.details-qty td:last-child .update-cart-item {
  float: none !important;
}
@media only screen and (max-width: 640px) {
  .checkout-onestep-index .opc-wrapper .block.items-in-cart table tbody tr.details-qty td .cart-item-qty {
    padding: 0 !important;
  }
}
.checkout-klarna-index .page-title-wrapper .page-title span {
  text-transform: uppercase;
}
@media only screen and (max-width: 1180px) {
  .checkout-klarna-index .column.main {
    width: 100% !important;
  }
}
@media only screen and (max-width: 1100px) {
  .checkout-klarna-index .column.main {
    width: 100% !important;
  }
}
@media only screen and (max-width: 1024px) {
  .checkout-klarna-index .column.main .checkout-container {
    display: flex;
    flex: 1 100%;
    flex-flow: column;
  }
}
@media only screen and (max-width: 1024px) {
  .checkout-klarna-index .column.main .checkout-container .opc-wrapper {
    order: 2;
  }
}
@media only screen and (max-width: 1024px) {
  .checkout-klarna-index .column.main .checkout-container .opc-sidebar {
    order: 1;
    border: none;
    background-color: #fff;
    padding: 0;
    margin-top: 0;
  }
}
.nav-open #klarna-checkout-iframe {
  display: none;
}
.message-result {
  text-align: center;
}
.message-result-icon {
  width: 120px;
  text-align: center;
  margin: 0 auto;
}
@media all and (min-width: 769px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px;
    word-break: break-all;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .column .block-addbysku .block-content .box,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    width: 48.8%;
  }
  .column .block-addbysku .block-content .box:nth-child(odd),
  .login-container .block:nth-child(odd),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(odd) {
    clear: left;
    float: left;
  }
  .column .block-addbysku .block-content .box:nth-child(even),
  .login-container .block:nth-child(even),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(even),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(even) {
    float: right;
  }
  .abs-reset-left-margin-desktop,
  .column.main .magento-payments-review .actions-toolbar,
  .bundle-options-container .legend.title,
  .column.main .cart-summary .actions-toolbar,
  .cart.table-wrapper .item-actions .actions-toolbar,
  .gift-summary .actions-toolbar,
  .cart.table-wrapper .gift-summary .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar,
  .form-new-agreement .fieldset .legend,
  .form-new-agreement .actions-toolbar,
  .column.main .paypal-review .actions-toolbar,
  .wishlist-index-index .main .form-wishlist-items .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-add-invitations .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 75.8%;
    top: 6px;
  }
  .form-giftregistry-share .fieldset .field:not(.choice) .control,
  .form-giftregistry-edit .fieldset .field:not(.choice) .control,
  .form-add-invitations .fieldset .field:not(.choice) .control,
  .form-create-return .fieldset .field:not(.choice) .control,
  .form.send.friend .fieldset .field:not(.choice) .control {
    width: 50%;
  }
  .abs-margin-for-forms-desktop,
  .fieldset .legend,
  .column:not(.sidebar-main) form .actions-toolbar,
  .column:not(.sidebar-additional) form .actions-toolbar,
  .login-container .fieldset:after {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .modes-label,
  .block-search .label,
  .dashboard-welcome-toggler,
  .block-collapsible-nav .title {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:before,
  .abs-pager-toolbar:after,
  .magento-payments-review .block-content:before,
  .magento-payments-review .block-content:after,
  .magento-payments-review-discount:before,
  .magento-payments-review-discount:after,
  .order-review-form:before,
  .order-review-form:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:before,
  .column .block-addbysku .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .login-container:before,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:before,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:before,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:before,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:before,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:before,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .header.content:before,
  .header.content:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .account .toolbar:before,
  .account .toolbar:after,
  .toolbar-giftregistry-results:before,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:before,
  .toolbar-wishlist-results:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:after,
  .magento-payments-review .block-content:after,
  .magento-payments-review-discount:after,
  .order-review-form:after,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:after,
  .cart-container:after,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .header.content:after,
  .page-header .header.panel:after,
  .account .toolbar:after,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field,
  .product-add-form .fieldset > .field,
  .product-add-form .fieldset .fields > .field {
    margin: 0 0 20px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label,
  .product-add-form .fieldset > .field:not(.choice) > .label,
  .product-add-form .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control,
  .product-add-form .fieldset > .field:not(.choice) > .control,
  .product-add-form .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label,
  .product-add-form .fieldset > .field > .label,
  .product-add-form .fieldset .fields > .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before,
  .product-add-form .fieldset > .field.choice:before,
  .product-add-form .fieldset .fields > .field.choice:before,
  .product-add-form .fieldset > .field.no-label:before,
  .product-add-form .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .product-add-form .fieldset > .field:not(:first-child):last-of-type,
  .product-add-form .fieldset .fields > .field:not(:first-child):last-of-type {
    margin-bottom: 0;
  }
  .abs-no-display-desktop,
  .opc-estimated-wrapper,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    margin-bottom: 20px;
    position: relative;
  }
  .abs-pager-toolbar .limiter,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    float: right;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    float: left;
    line-height: normal;
    padding: 7px 0 0;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .pages,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    float: left;
    position: relative;
    width: 73%;
  }
  .abs-shopping-cart-items-desktop .actions,
  .block-cart-failed .actions,
  .cart-container .form-cart .actions,
  .cart-container .cart-gift-item .actions {
    text-align: right;
  }
  .block-cart-failed .action.clear,
  .block-cart-failed .action.update,
  .cart-container .form-cart .action.clear,
  .cart-container .form-cart .action.update,
  .cart-container .cart-gift-item .action.clear,
  .cart-container .cart-gift-item .action.update {
    margin-left: 10px;
  }
  .block-cart-failed .action.continue,
  .cart-container .form-cart .action.continue,
  .cart-container .cart-gift-item .action.continue {
    float: left;
  }
  h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  .page-main {
    width: 100%;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 66.66666667%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 83.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 83.33333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .main {
    padding-left: 2%;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-bottom: 25px;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: #f5f5f5;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation li.level0 {
    border-top: none;
  }
  .navigation li.level1 {
    position: relative;
  }
  .navigation .level0 {
    margin: 0 10px 0 0;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: calc(100% + 3px);
    z-index: 1;
  }
  .navigation .level0 > .level-top {
    color: #575757;
    line-height: 53px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 3px;
    color: #333333;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 20px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e622';
    font-family: 'ninja';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #ffffff;
    border: 1px solid #d1d1d1;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 700;
    min-width: 230px;
    padding: 0;
    display: none;
    left: 0;
    margin: 0 !important;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul {
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul:before,
  .navigation .level0 .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .navigation .level0 .submenu > ul:before {
    color: #ffffff;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #ffffff;
    z-index: 4;
  }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #d1d1d1;
    color: #d1d1d1;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation .level0 .submenu:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: -4px;
    z-index: 1;
  }
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #575757;
    padding: 8px 20px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #e8e8e8;
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 3px;
  }
  .navigation .level0 .submenu .submenu {
    top: -1px !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0 .submenu li {
    margin: 0;
    position: relative;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon {
    position: absolute;
    right: 3px;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e608';
    font-family: 'ninja';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: '\e607';
    font-family: 'ninja';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more:before {
    display: none;
  }
  .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.more li {
    display: block;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
  }
  .fieldset > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
    margin: 0 0 29px;
  }
  .fieldset > .field > .label {
    margin: 0;
  }
  .fieldset > .field:before,
  .fieldset > .field:after {
    content: '';
    display: table;
  }
  .fieldset > .field:after {
    clear: both;
  }
  .fieldset > .field.choice:before,
  .fieldset > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .fieldset > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 20px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 20px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 5px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 600;
    line-height: 20px;
    font-size: 1.4rem;
    color: #7d7d7d;
    text-decoration: none;
    background: #f0f0f0;
    border: 1px solid #d1d1d1;
    border-bottom: none;
    height: 20px;
    padding: 5px 20px 5px 20px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 6px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 31px;
    padding: 20px 20px 20px 20px;
    border: 1px solid #d1d1d1;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .secondary {
    float: right;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 5px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  /**
     * @codingStandardsIgnoreStart
     */
  #store-selector .form-continue .actions-toolbar > .primary {
    float: right;
  }
  #store-selector .form-continue .actions-toolbar .action.primary {
    margin: 0;
  }
  .pagebuilder-mobile-only {
    display: none !important;
  }
  .magento-payments-review .magento-payments-review-title {
    border-bottom: 1px solid #d1d1d1;
  }
  .magento-payments-review .block-content .box-order-shipping-address,
  .magento-payments-review .block-content .box-order-shipping-method,
  .magento-payments-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .magento-payments-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .magento-payments-review .table-magento-payments-review-items .col.price,
  .magento-payments-review .table-magento-payments-review-items .col.qty {
    text-align: center;
  }
  .magento-payments-review .table-magento-payments-review-items .col.item {
    width: 60%;
  }
  .magento-payments-review .col.subtotal,
  .magento-payments-review .mark,
  .magento-payments-review .amount {
    text-align: right;
  }
  .magento-payments-review-discount {
    border-top: 1px solid #d1d1d1;
  }
  .magento-payments-review-discount .block {
    margin-bottom: 15px;
  }
  .magento-payments-review-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .magento-payments-review-discount .block .content {
    padding-bottom: 0;
  }
  .order-review-form .actions-toolbar > .primary {
    float: right;
  }
  .order-review-form .action.primary {
    margin-right: 0;
  }
  /* Overwriting Magento's padding for the method title to make
       sure our KP methods have the same height as the core methods */
  .klarna-payments-method > .payment-method-title {
    padding: 11.5px 0;
  }
  .block-cart-failed .actions {
    text-align: left;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    position: relative;
    width: 40%;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    padding: 0;
    width: calc((100% - 4%) / 3);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    width: 25%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 50%;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
  }
  .toolbar-amount {
    float: left;
  }
  .sorter {
    float: right;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 20px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    color: #7d7d7d;
    border: 1px solid #d1d1d1;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-mode:not(.active):hover {
    color: #7d7d7d;
    background: #dedede;
  }
  .modes-mode:last-child {
    border-right: 1px solid #d1d1d1;
  }
  .modes-mode.active {
    color: #a6a6a6;
  }
  .modes-mode > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .modes-mode:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e91c';
    font-family: 'ninja';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #7d7d7d;
  }
  .mode-list:before {
    content: '\e91d';
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
    float: right;
  }
  .product-info-main .box-tocart,
  .product-options-bottom .box-tocart {
    display: table;
  }
  .product-info-main .box-tocart .field.qty,
  .product-options-bottom .box-tocart .field.qty {
    display: table-cell;
  }
  .product-info-main .box-tocart .actions,
  .product-options-bottom .box-tocart .actions {
    display: table-cell;
    padding-top: 25px;
    text-align: center;
    vertical-align: bottom;
  }
  .product-info-main .page-title-wrapper .page-title {
    margin-top: -13px;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 10px 10px 0;
    position: relative;
    top: auto;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .product-info-main {
    float: right;
  }
  .product.media {
    float: left;
    margin-bottom: 25px;
  }
  .page-layout-1column .product-info-main {
    width: 40%;
  }
  .page-layout-1column .product.media {
    width: 57%;
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 48%;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%;
  }
  .block-category-event.block:last-child {
    margin-bottom: 30px;
    padding: 10px 0 30px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .block-search {
    float: right;
    padding-left: 15px;
    position: relative;
    width: 250px;
    z-index: 4;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0 0 25px;
  }
  .block-search .nested {
    display: block;
    padding-top: 5px;
    position: absolute;
  }
  .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
  }
  .block-search input::-webkit-input-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input::-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-ms-input-placeholder {
    color: #c2c2c2;
  }
  .block-search .action.search {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    padding: 5px 0;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
  }
  .block-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: 22px;
    color: #8f8f8f;
    content: '\e916';
    font-family: 'ninja';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .action.search:hover:before {
    color: inherit;
  }
  .block-search .action.search:active:before {
    color: inherit;
  }
  .block-search .action.search:focus,
  .block-search .action.search:active {
    background: none;
    border: none;
  }
  .block-search .action.search:hover {
    background: none;
    border: none;
  }
  .block-search .action.search.disabled,
  .block-search .action.search[disabled],
  fieldset[disabled] .block-search .action.search {
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search .action.search:focus:before {
    color: #333333;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-container .widget.block {
    margin-bottom: 20px;
  }
  .cart-summary {
    float: right;
    position: relative;
    width: 23%;
  }
  .column.main .cart-summary .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 20px;
    margin: 0 0 10px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper .item .col.item {
    padding: 27px 8px 10px;
  }
  .cart.table-wrapper .item-actions td {
    text-align: right;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart.table-wrapper .item-actions .actions-toolbar {
    text-align: left;
  }
  .cart .action {
    margin-bottom: 10px;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
    margin: 0 0 1px;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 7px;
    padding-top: 8px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px;
  }
  .minicart-wrapper {
    margin-left: 13px;
  }
  .minicart-wrapper .block-minicart {
    right: -15px;
    width: 390px;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 22px 0 0;
  }
  .opc-progress-bar-item {
    width: 185px;
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 600px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 10px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 600px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 20px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #ffffff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 2.6rem;
    border-bottom: 0;
    margin-bottom: 25px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 10px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 10px 0 0 40px;
  }
  .popup-authentication .block[class] + .block:before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field {
    margin: 0 0 20px;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.choice:before {
    padding: 0;
    width: 0;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type .control {
    margin-left: 25.8%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type.no-detection .control {
    margin-left: 0;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 20px 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .login-container .block .login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block .login .actions-toolbar > .secondary {
    float: left;
  }
  .fieldset .fullname .field .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset .fullname .field .control {
    width: 74.2%;
    float: left;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account,
  .form.search.advanced,
  .form.form-orders-search {
    min-width: 600px;
    width: 50%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
    vertical-align: top;
    width: 48.8%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 2.4%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-downloadable .product-options-bottom .field.qty + .actions {
    padding-top: 0;
  }
  .gift-message .field {
    margin-bottom: 20px;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    float: right;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .cart.table-wrapper .action-gift {
    float: left;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field > .label {
    margin: 0;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    content: '';
    display: table;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    clear: both;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.choice:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 20px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 29px;
  }
  .table-invitations .col {
    width: 50%;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .wishlist.window.popup .field {
    margin: 0 0 20px;
  }
  .wishlist.window.popup .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .wishlist.window.popup .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .wishlist.window.popup .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .wishlist.window.popup .field.choice:before,
  .wishlist.window.popup .field.no-label:before {
    display: none;
  }
  .block-wishlist-management {
    margin-bottom: 20px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 10px;
    padding: 5px 10px 10px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px 10px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #ff5501;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 25px;
  }
  .block.newsletter {
    max-width: 44%;
    width: max-content;
  }
  .block.newsletter .field {
    margin-right: 5px;
  }
  .block.newsletter .field.newsletter {
    max-width: 220px;
  }
  .block.newsletter .field .control {
    width: 100%;
  }
  .block.newsletter .action.subscribe {
    border-radius: 3px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #d1d1d1;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .reward-settings + .actions-toolbar {
    margin-top: -32px;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 29px;
  }
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .table-order-items .subtotal,
  .table-order-items .amount {
    text-align: right;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .page-title-wrapper .order-date {
    margin-top: -20px;
  }
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .header.panel > .header.links {
    float: right;
    font-size: 0;
    margin: 0;
    padding: 0;
    list-style: none none;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    font-size: 14px;
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li a {
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    padding-left: 5px;
  }
  .header.content {
    padding: 30px 20px 0;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
  }
  .page-header .header.panel {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .page-header .switcher {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
  .logo {
    margin: 0 auto 25px 0;
  }
  .logo img {
    max-height: inherit;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content .links {
    display: inline-block;
    margin-bottom: 20px;
    padding: 0 50px 0 0;
    vertical-align: top;
  }
  .footer.content .switcher.store {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 10px 0 0;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    margin-bottom: 10px;
    padding-right: 10px;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty .label {
    width: auto;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  .wishlist-index-index .product-item-info {
    width: 240px;
  }
  .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .sidebar .block.widget .products-grid .product-item {
    margin-left: 0;
    width: 100%;
  }
  .sidebar .block.widget .products-grid .product-item .actions-secondary {
    display: block;
    padding: 10px 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 6%) / 4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 50%;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
}
@media all and (min-width: 1024px), print {
  .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .products-grid .product-item {
    width: 16.66666667%;
  }
  .page-layout-3columns .products-grid .product-item {
    width: 25%;
  }
  .page-products .products-grid .product-items {
    margin: 0;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    padding: 0;
    width: calc((100% - 6%) / 4);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-products .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    margin-left: 0;
    width: 20%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 1%;
    width: 32.667%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n) {
    margin-left: 1%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .opc-wrapper .shipping-address-item {
    width: 33.33333333%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #cccccc;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 8%) / 5);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
}
@media all and (min-width: 1440px), print {
  .sidebar .product-items .product-item-info .product-item-photo {
    float: none;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
  }
  .sidebar .product-items .product-item-details {
    margin-left: 85px;
  }
}
