/**
 * Copyright © 2016 Magento. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © 2016 Magento. All rights reserved.
 * See COPYING.txt for license details.
 */
.abs-action-addto-product {
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
}
.abs-action-link-button:focus,
.abs-action-link-button:active,
.abs-action-addto-product:focus,
.abs-action-addto-product:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.abs-action-link-button:hover,
.abs-action-addto-product:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button,
.abs-action-addto-product.disabled,
.abs-action-addto-product[disabled],
fieldset[disabled] .abs-action-addto-product {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button:focus,
.abs-action-addto-product:hover,
.abs-action-addto-product:active,
.abs-action-addto-product:focus {
  text-decoration: none;
}
.abs-account-blocks .block-title {
  margin-bottom: 15px;
}
.abs-account-blocks .block-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.abs-dropdown-simple:before,
.abs-dropdown-simple:after {
  content: '';
  display: table;
}
.abs-dropdown-simple:after {
  clear: both;
}
.abs-dropdown-simple .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e607';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle:active:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e618';
  font-family: 'icons-blank-theme';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle.active:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active:active:after {
  color: inherit;
}
.abs-dropdown-simple ul.dropdown {
  background: #ffffff;
  border: 1px solid #bbbbbb;
  z-index: 100;
  margin: 0;
  padding: 0;
  list-style: none none;
  box-sizing: border-box;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  margin-top: 4px;
  min-width: 200px;
  display: none;
}
.abs-dropdown-simple ul.dropdown li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.abs-dropdown-simple ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-dropdown-simple ul.dropdown:before,
.abs-dropdown-simple ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-dropdown-simple ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-dropdown-simple ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-dropdown-simple ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.abs-dropdown-simple ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.abs-dropdown-simple.active {
  overflow: visible;
}
.abs-dropdown-simple.active ul.dropdown {
  display: block;
}
.abs-remove-button-for-blocks > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-remove-button-for-blocks:before {
  -webkit-font-smoothing: antialiased;
  font-size: 26px;
  line-height: 15px;
  color: #303030;
  content: '\e616';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-remove-button-for-blocks:hover:before {
  color: #303030;
}
.abs-remove-button-for-blocks:active:before {
  color: #303030;
}
.abs-product-link > a:visited {
  color: #333333;
  text-decoration: underline;
}
.abs-product-link > a:hover {
  color: #333333;
  text-decoration: underline;
}
.abs-product-link > a:active {
  color: #333333;
  text-decoration: underline;
}
.abs-add-fields .action.remove {
  width: auto;
  position: absolute;
  top: 31px;
  left: 10px;
  margin-left: 70%;
}
.abs-add-clearfix:before,
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):before,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after {
  content: '';
  display: table;
}
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after {
  clear: both;
}
.abs-field-date .control,
.abs-field-tooltip {
  box-sizing: border-box;
}
.abs-navigation-icon:after {
  -webkit-font-smoothing: antialiased;
  font-size: 34px;
  line-height: 1.2;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button:before,
.abs-split-button:after {
  content: '';
  display: table;
}
.abs-split-button:after {
  clear: both;
}
.abs-split-button .action.split {
  float: left;
  margin: 0;
}
.abs-split-button .action.toggle {
  float: right;
  margin: 0;
}
.abs-split-button button.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.abs-split-button button + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.abs-split-button .action.toggle {
  padding: 4px 5px;
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e607';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle:active:after {
  color: inherit;
}
.abs-split-button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e618';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle.active:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle.active:active:after {
  color: inherit;
}
.abs-split-button .items {
  background: #ffffff;
  border: 1px solid #bbbbbb;
  z-index: 100;
  margin: 0;
  padding: 0;
  list-style: none none;
  box-sizing: border-box;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  margin-top: 4px;
  min-width: 100%;
  display: none;
}
.abs-split-button .items li {
  margin: 0;
  padding: 3px 5px;
}
.abs-split-button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-split-button .items:before,
.abs-split-button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-split-button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-split-button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-split-button .items:before {
  right: 10px;
  top: -12px;
}
.abs-split-button .items:after {
  right: 9px;
  top: -14px;
}
.abs-split-button.active {
  overflow: visible;
}
.abs-split-button.active .items {
  display: block;
}
.abs-actions-addto-gridlist > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-actions-addto-gridlist:before {
  -webkit-font-smoothing: antialiased;
  font-size: 29px;
  line-height: 24px;
  color: #7d7d7d;
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-actions-addto-gridlist:hover:before {
  color: #333333;
}
.abs-action-remove,
.abs-add-fields .action.remove {
  line-height: 1.42857143;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  border-radius: 0;
  font-weight: 400;
  font-size: inherit;
}
.abs-action-button-as-link:visited,
.abs-action-remove:visited,
.abs-add-fields .action.remove:visited {
  color: #1979c3;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.abs-add-fields .action.remove:hover {
  color: #006bb4;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.abs-action-remove:active,
.abs-add-fields .action.remove:active {
  color: #ff5501;
  text-decoration: underline;
}
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.abs-add-fields .action.remove:hover {
  color: #006bb4;
}
.abs-action-button-as-link:hover,
.abs-action-button-as-link:active,
.abs-action-button-as-link:focus,
.abs-action-remove:hover,
.abs-action-remove:active,
.abs-action-remove:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus {
  background: none;
  border: 0;
}
.abs-action-button-as-link.disabled,
.abs-action-button-as-link[disabled],
fieldset[disabled] .abs-action-button-as-link,
.abs-action-remove.disabled,
.abs-action-remove[disabled],
fieldset[disabled] .abs-action-remove,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-action-remove:active,
.abs-action-remove:not(:focus),
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:not(:focus) {
  box-shadow: none;
}
.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.abs-revert-secondary-color:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.abs-tax-total:after {
  -webkit-font-smoothing: antialiased;
  font-size: 26px;
  line-height: 10px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 3px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-tax-total-expanded:after {
  content: '\e621';
}
.abs-tax-total-expanded:after {
  content: '\e621';
}
.abs-dropdown-items-new .action.new {
  display: inline-block;
  text-decoration: none;
}
.abs-icon-add:before,
.abs-dropdown-items-new .action.new:before {
  -webkit-font-smoothing: antialiased;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e61c';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-sidebar-totals .table-caption {
  display: none;
}
.abs-shopping-cart-items .action.continue:hover,
.abs-shopping-cart-items .action.continue:active,
.abs-shopping-cart-items .action.continue:focus {
  text-decoration: none;
}
.abs-shopping-cart-items .action.continue:before {
  -webkit-font-smoothing: antialiased;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e617';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-shopping-cart-items .action.continue:hover:before {
  color: inherit;
}
.abs-shopping-cart-items .action.continue:active:before {
  color: inherit;
}
.abs-shopping-cart-items .action.continue:focus,
.abs-shopping-cart-items .action.continue:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.abs-shopping-cart-items .action.continue:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.abs-shopping-cart-items .action.continue.disabled,
.abs-shopping-cart-items .action.continue[disabled],
fieldset[disabled] .abs-shopping-cart-items .action.continue {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-shopping-cart-items .action.update:before {
  -webkit-font-smoothing: antialiased;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: '\e603';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-shopping-cart-items .action.update:hover:before {
  color: inherit;
}
.abs-shopping-cart-items .action.update:active:before {
  color: inherit;
}
.abs-field-date input {
  margin-right: 10px;
  width: calc(100% - (40px + 10px));
}
.abs-sidebar-totals .totals-tax-summary .amount .price > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after {
  -webkit-font-smoothing: antialiased;
  font-size: 30px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after {
  content: '\e621';
}
.abs-discount-block > .title:after {
  -webkit-font-smoothing: antialiased;
  font-size: 30px;
  line-height: inherit;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-discount-block.active > .title:after {
  content: '\e617';
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/opensans/light/opensans-300.eot');
  src: url('../fonts/opensans/light/opensans-300.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans/light/opensans-300.woff2') format('woff2'), url('../fonts/opensans/light/opensans-300.woff') format('woff'), url('../fonts/opensans/light/opensans-300.ttf') format('truetype'), url('../fonts/opensans/light/opensans-300.svg#Open Sans') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/opensans/regular/opensans-400.eot');
  src: url('../fonts/opensans/regular/opensans-400.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans/regular/opensans-400.woff2') format('woff2'), url('../fonts/opensans/regular/opensans-400.woff') format('woff'), url('../fonts/opensans/regular/opensans-400.ttf') format('truetype'), url('../fonts/opensans/regular/opensans-400.svg#Open Sans') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/opensans/semibold/opensans-600.eot');
  src: url('../fonts/opensans/semibold/opensans-600.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans/semibold/opensans-600.woff2') format('woff2'), url('../fonts/opensans/semibold/opensans-600.woff') format('woff'), url('../fonts/opensans/semibold/opensans-600.ttf') format('truetype'), url('../fonts/opensans/semibold/opensans-600.svg#Open Sans') format('svg');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/opensans/bold/opensans-700.eot');
  src: url('../fonts/opensans/bold/opensans-700.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans/bold/opensans-700.woff2') format('woff2'), url('../fonts/opensans/bold/opensans-700.woff') format('woff'), url('../fonts/opensans/bold/opensans-700.ttf') format('truetype'), url('../fonts/opensans/bold/opensans-700.svg#Open Sans') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'icons-blank-theme';
  src: url('../fonts/Blank-Theme-Icons/Blank-Theme-Icons.eot');
  src: url('../fonts/Blank-Theme-Icons/Blank-Theme-Icons.eot?#iefix') format('embedded-opentype'), url('../fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff2') format('woff2'), url('../fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff') format('woff'), url('../fonts/Blank-Theme-Icons/Blank-Theme-Icons.ttf') format('truetype'), url('../fonts/Blank-Theme-Icons/Blank-Theme-Icons.svg#icons-blank-theme') format('svg');
  font-weight: normal;
  font-style: normal;
}
body._has-modal {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.modals-overlay {
  z-index: 899;
}
.modal-slide,
.modal-popup {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
}
.modal-slide._show,
.modal-popup._show {
  visibility: visible;
}
.modal-slide._show .modal-inner-wrap,
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-slide .modal-inner-wrap,
.modal-popup .modal-inner-wrap {
  background-color: #ffffff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
  opacity: 1;
  pointer-events: auto;
}
.modal-slide {
  left: 44px;
  z-index: 900;
}
.modal-slide._show .modal-inner-wrap {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.modal-slide .modal-inner-wrap {
  height: 100%;
  overflow-y: auto;
  position: static;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  transition-duration: .3s;
  -webkit-transition-property: -webkit-transform, visibility;
  transition-property: transform, visibility;
  transition-timing-function: ease-in-out;
  width: auto;
}
.modal-slide._inner-scroll .modal-inner-wrap {
  overflow-y: visible;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.modal-slide._inner-scroll .modal-header,
.modal-slide._inner-scroll .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-slide._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-slide._inner-scroll .modal-footer {
  margin-top: auto;
}
.modal-slide .modal-header,
.modal-slide .modal-content,
.modal-slide .modal-footer {
  padding: 0 2.6rem 2.6rem;
}
.modal-slide .modal-header {
  padding-bottom: 2.1rem;
  padding-top: 2.1rem;
}
.modal-popup {
  left: 0;
  overflow-y: auto;
  z-index: 900;
}
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.modal-popup .modal-inner-wrap {
  box-sizing: border-box;
  height: auto;
  left: 0;
  margin: 5rem auto;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  transition-duration: .2s;
  -webkit-transition-property: -webkit-transform, visibility;
  transition-property: transform, visibility;
  transition-timing-function: ease;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 75%;
}
.modal-popup._inner-scroll {
  overflow-y: visible;
}
.ie10 .modal-popup._inner-scroll,
.ie9 .modal-popup._inner-scroll {
  overflow-y: auto;
}
.modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 90%;
}
.ie10 .modal-popup._inner-scroll .modal-inner-wrap,
.ie9 .modal-popup._inner-scroll .modal-inner-wrap {
  max-height: none;
}
.modal-popup._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
  padding-left: 3rem;
  padding-right: 3rem;
}
.modal-popup .modal-header,
.modal-popup .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-popup .modal-header {
  padding-bottom: 1.2rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer {
  margin-top: auto;
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer-actions {
  text-align: right;
}
@media (max-width: 1060px) {
  .modal-popup.modal-slide {
    left: 44px;
    z-index: 900;
  }
  .modal-popup.modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transition-duration: .3s;
    -webkit-transition-property: -webkit-transform, visibility;
    transition-property: transform, visibility;
    transition-timing-function: ease-in-out;
    width: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    margin: 0;
    max-height: none;
  }
}
/**
 * Copyright © 2016 Magento. All rights reserved.
 * See COPYING.txt for license details.
 */
.fotorama-video-container:after {
  background: url(../Magento_ProductVideo/img/gallery-sprite.png) bottom right;
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama-video-container .magnify-lens {
  display: none !important;
}
.fotorama-video-container.video-unplayed:hover img {
  opacity: 0.6;
}
.fotorama-video-container.video-unplayed:hover:after {
  transform: scale(1.25);
}
.video-thumb-icon:after {
  background: url(../Magento_ProductVideo/img/gallery-sprite.png) bottom left;
  bottom: 0;
  content: '';
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 10px;
  width: 49px;
}
.product-video {
  height: 75%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  right: 0;
  bottom: 0;
  margin: auto;
}
.product-video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.fotorama__arr.hidden-video {
  z-index: -1 !important;
}
.fotorama__video-close {
  bottom: 89%;
  top: auto;
}
.fotorama__stage__shaft:focus .fotorama__stage__frame.fotorama__active:after {
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.block-wishlist-search .form-wishlist-search {
  margin: 20px 0 0;
}
@media all and (min-width: 1060px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    float: left;
    clear: 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 {
    float: left;
    display: inline-block;
    margin: 0 0 5px;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .block-addresses-list .items.addresses > .item,
  .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%;
  }
  .login-container .block:nth-child(odd),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .block-addresses-list .items.addresses > .item: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) {
    float: left;
    clear: left;
  }
  .login-container .block:nth-child(even),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .block-addresses-list .items.addresses > .item: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,
  .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 {
    top: 6px;
    margin-left: 75.8%;
  }
  .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,
  .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,
  .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,
  .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,
  .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;
    z-index: 0;
    width: 100%;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    float: left;
    width: 73%;
    position: relative;
  }
  .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.continue,
  .cart-container .form-cart .action.continue,
  .cart-container .cart-gift-item .action.continue {
    float: left;
  }
  .block-cart-failed .action.clear,
  .cart-container .form-cart .action.clear,
  .cart-container .cart-gift-item .action.clear {
    margin-right: 10px;
  }
  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 {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    max-width: 1280px;
    box-sizing: border-box;
  }
  .page-main {
    width: 100%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .ie9 .page-main {
    width: auto;
  }
  .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-right: 0;
    padding-left: 2%;
  }
  .sidebar-additional {
    padding-left: 2%;
    clear: right;
  }
  .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 .sidebar-additional {
    padding-right: 2%;
    padding-left: 0;
    clear: left;
    float: left;
  }
  .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: block !important;
  }
  .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 .level0 {
    margin: 0 10px 0 0;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0 > .level-top {
    color: #575757;
    line-height: 53px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
  }
  .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 .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: 15px 0;
    display: none;
    left: 0;
    margin: 0 !important;
    padding: 0;
    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 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: 0 !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: '\e607';
    font-family: 'icons-blank-theme';
    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;
  }
  .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: 0;
    border-top: 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 {
    width: auto;
    margin-bottom: 0;
  }
  .block-cart-failed .actions {
    text-align: left;
  }
  .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%;
  }
  .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 .start,
  .block-category-event .dates .end {
    display: inline-block;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
    position: relative;
  }
  .block-category-event .dates .start:after {
    position: absolute;
    right: 10px;
    top: 0;
  }
  .block-search {
    position: relative;
    float: right;
    padding-left: 15px;
    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 {
    position: static;
    padding-right: 35px;
    margin: 0;
  }
  .block-search input::-webkit-input-placeholder {
    color: #c2c2c2;
    font-weight: false;
  }
  .block-search input:-moz-placeholder {
    color: #c2c2c2;
    font-weight: false;
  }
  .block-search input::-moz-placeholder {
    color: #c2c2c2;
    font-weight: false;
  }
  .block-search input:-ms-input-placeholder {
    color: #c2c2c2;
    font-weight: false;
  }
  .block-search .action.search {
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
    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;
  }
  .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;
    font-size: 22px;
    line-height: 22px;
    color: #8f8f8f;
    content: '\e615';
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .action.search:hover:before {
    color: inherit;
  }
  .block-search .action.search:active:before {
    color: inherit;
  }
  .block-search .action.search:focus,
  .block-search .action.search:active {
    background: none;
    border: none;
  }
  .block-search .action.search:hover {
    background: none;
    border: none;
  }
  .block-search .action.search.disabled,
  .block-search .action.search[disabled],
  fieldset[disabled] .block-search .action.search {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search .action.search:focus:before {
    color: #333333;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .cart-container .widget {
    float: left;
  }
  .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;
  }
  .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-estimated-wrapper {
    display: none;
  }
  .opc-progress-bar-item {
    width: 185px;
  }
  .opc-wrapper .fieldset > .field.required {
    position: relative;
  }
  .opc-wrapper .fieldset > .field.required > label {
    padding-right: 25px;
  }
  .opc-wrapper .fieldset > .field.required > label:after {
    margin-left: 10px;
    position: absolute;
    top: 9px;
  }
  .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;
    position: absolute;
    text-align: left;
    top: 100%;
    transform-origin: 0 0;
    transform: scale(1, 0);
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    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: 1060px;
    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.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;
  }
  .login-container .block.login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block.login .actions-toolbar > .secondary {
    float: left;
  }
  .login-container .fieldset > .field > .control {
    width: 55%;
  }
  .form-create-account .fieldset-fullname .fields .field {
    float: left;
    margin: 0 10px 10px 0;
  }
  .form-create-account .fieldset-fullname .field-name-prefix,
  .form-create-account .fieldset-fullname .field-name-suffix {
    width: 50px;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account {
    width: 50%;
    min-width: 600px;
  }
  .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 > .item {
    margin-bottom: 20px;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .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: 0 0 20px;
    box-sizing: border-box;
  }
  .gift-message .field > .label {
    margin: 0;
  }
  .gift-message .field:before,
  .gift-message .field:after {
    content: '';
    display: table;
  }
  .gift-message .field:after {
    clear: both;
  }
  .gift-message .field.choice:before,
  .gift-message .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .gift-message .field .description {
    padding: 6px 15px 0 0;
    text-align: left;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .gift-message .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: left;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .gift-message .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .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;
  }
  .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-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%;
  }
  .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 {
    width: 32%;
  }
  .block.newsletter .field {
    margin-right: 5px;
  }
  .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: 12px 0 0 30px;
  }
  .block-returns-tracking .block-title .action.track {
    float: right;
  }
  .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-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;
  }
  html,
  body {
    height: 100%;
	min-height: 100vh;
  }
  .page-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    width: 100%;
    box-sizing: border-box;
  }
  .ie10 .page-wrapper,
  .ie11 .page-wrapper {
    height: 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-top: 10px;
    padding-bottom: 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: -8px auto 25px 0;
  }
  .logo img {
    max-height: inherit;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content .links {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
    padding: 0 50px 0 0;
  }
  .footer.content .switcher.store {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .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;
  }
  .page-products .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    width: 25%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 50%;
  }
  .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 {
    position: relative;
    left: auto;
    top: auto;
    float: left;
    margin: 0 10px 10px 0;
  }
  .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.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    width: 25%;
  }
  .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: 769px), print {
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
}
@media all and (min-width: 1024px), print {
  .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;
  }
  .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 {
    width: 23.233%;
    margin-left: calc((100% - 4 * 23.233%) / 3);
    padding: 0;
  }
  .page-products .products-grid .product-item:nth-child(4n+1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    width: 20%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 25%;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    width: 16.66666667%;
    margin-left: calc((100% - 5 * (100%/6)) / 4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n+1) {
    margin-left: calc((100% - 5 * (100%/6)) / 4);
  }
  .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 {
    width: 24.439%;
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
  }
  .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;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
  }
  .sidebar .product-items .product-item-details {
    margin-left: 85px;
  }
}
/*  reset.css begin */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
body > .content {
  padding-top: 0 !important;
}
ul,
ol {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clearfix {
  float: none !important;
  clear: both;
}
* {
  -webkit-box-sizing: border-box;
  /* iOS <= 4 i Android <= 2.2 */
  -moz-box-sizing: border-box;
  /* Firefox */
  box-sizing: border-box;
  /* Chrome, Opera, Safari 5+ i IE 8+ */
  outline: none;
}
/*  reset.css end */
@font-face {
  font-family: "din";
  src: url('../fonts/din/DINPro-Regular.otf');
}
/*@font-face {
    font-family: "Din";
    src: url("../fonts/DINNextLTPro-Bold.otf");
    font-weight: bold;
}
@font-face {
    font-family: "Din";
    src: url("../fonts/DINNextLTPro-Light.otf");
    font-weight: light;
}

@font-face {
    font-family: "Din Cond";
    src: url("../fonts/DINNextLTPro-Condensed.otf");
}*/
.row > .col {
  float: left;
}
.row > .col.small-1,
.row > .col.medium-1,
.row > .col.large-1 {
  width: 8.33333%;
}
.row > .col.small-2,
.row > .col.medium-2,
.row > .col.large-2 {
  width: 16.66666%;
}
.row > .col.small-3,
.row > .col.medium-3,
.row > .col.large-3 {
  width: 25%;
}
.row > .col.small-4,
.row > .col.medium-4,
.row > .col.large-4 {
  width: 33.33333%;
}
.row > .col.small-5,
.row > .col.medium-5,
.row > .col.large-5 {
  width: 41.66666%;
}
.row > .col.small-6,
.row > .col.medium-6,
.row > .col.large-6 {
  width: 50%;
}
.row > .col.small-7,
.row > .col.medium-7,
.row > .col.large-7 {
  width: 58.33333%;
}
.row > .col.small-8,
.row > .col.medium-8,
.row > .col.large-8 {
  width: 66.66666%;
}
.row > .col.small-9,
.row > .col.medium-9,
.row > .col.large-9 {
  width: 75%;
}
.row > .col.small-10,
.row > .col.medium-10,
.row > .col.large-10 {
  width: 83.33333%;
}
.row > .col.small-11,
.row > .col.medium-11,
.row > .col.large-11 {
  width: 91.66666%;
}
.row > .col.small-12,
.row > .col.medium-12,
.row > .col.large-12 {
  width: 100%;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .row > .col.medium-1,
  .row > .col.large-1 {
    width: 8.33333%;
  }
  .row > .col.medium-2,
  .row > .col.large-2 {
    width: 16.66666%;
  }
  .row > .col.medium-3,
  .row > .col.large-3 {
    width: 25%;
  }
  .row > .col.medium-4,
  .row > .col.large-4 {
    width: 33.33333%;
  }
  .row > .col.medium-5,
  .row > .col.large-5 {
    width: 41.66666%;
  }
  .row > .col.medium-6,
  .row > .col.large-6 {
    width: 50%;
  }
  .row > .col.medium-7,
  .row > .col.large-7 {
    width: 58.33333%;
  }
  .row > .col.medium-8,
  .row > .col.large-8 {
    width: 66.66666%;
  }
  .row > .col.medium-9,
  .row > .col.large-9 {
    width: 75%;
  }
  .row > .col.medium-10,
  .row > .col.large-10 {
    width: 83.33333%;
  }
  .row > .col.medium-11,
  .row > .col.large-11 {
    width: 91.66666%;
  }
  .row > .col.medium-12,
  .row > .col.large-12 {
    width: 100%;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .row > .col.medium-1,
  .row > .col.large-1 {
    width: 8.33333%;
  }
  .row > .col.medium-2,
  .row > .col.large-2 {
    width: 16.66666%;
  }
  .row > .col.medium-3,
  .row > .col.large-3 {
    width: 25%;
  }
  .row > .col.medium-4,
  .row > .col.large-4 {
    width: 33.33333%;
  }
  .row > .col.medium-5,
  .row > .col.large-5 {
    width: 41.66666%;
  }
  .row > .col.medium-6,
  .row > .col.large-6 {
    width: 50%;
  }
  .row > .col.medium-7,
  .row > .col.large-7 {
    width: 58.33333%;
  }
  .row > .col.medium-8,
  .row > .col.large-8 {
    width: 66.66666%;
  }
  .row > .col.medium-9,
  .row > .col.large-9 {
    width: 75%;
  }
  .row > .col.medium-10,
  .row > .col.large-10 {
    width: 83.33333%;
  }
  .row > .col.medium-11,
  .row > .col.large-11 {
    width: 91.66666%;
  }
  .row > .col.medium-12,
  .row > .col.large-12 {
    width: 100%;
  }
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .row > .col.large-1 {
    width: 8.33333%;
  }
  .row > .col.large-2 {
    width: 16.66666%;
  }
  .row > .col.large-3 {
    width: 25%;
  }
  .row > .col.large-4 {
    width: 33.33333%;
  }
  .row > .col.large-5 {
    width: 41.66666%;
  }
  .row > .col.large-6 {
    width: 50%;
  }
  .row > .col.large-7 {
    width: 58.33333%;
  }
  .row > .col.large-8 {
    width: 66.66666%;
  }
  .row > .col.large-9 {
    width: 75%;
  }
  .row > .col.large-10 {
    width: 83.33333%;
  }
  .row > .col.large-11 {
    width: 91.66666%;
  }
  .row > .col.large-12 {
    width: 100%;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .row > .col.large-1 {
    width: 8.33333%;
  }
  .row > .col.large-2 {
    width: 16.66666%;
  }
  .row > .col.large-3 {
    width: 25%;
  }
  .row > .col.large-4 {
    width: 33.33333%;
  }
  .row > .col.large-5 {
    width: 41.66666%;
  }
  .row > .col.large-6 {
    width: 50%;
  }
  .row > .col.large-7 {
    width: 58.33333%;
  }
  .row > .col.large-8 {
    width: 66.66666%;
  }
  .row > .col.large-9 {
    width: 75%;
  }
  .row > .col.large-10 {
    width: 83.33333%;
  }
  .row > .col.large-11 {
    width: 91.66666%;
  }
  .row > .col.large-12 {
    width: 100%;
  }
}
.row:after {
  float: none !important;
  clear: both;
  display: block;
  content: '';
}
.navigation,
.breadcrumbs,
.page-header .header.panel,
.header.content,
.footer.content,
.page-wrapper > .widget,
.page-wrapper > .page-bottom,
.block.category.event,
.top-container,
.page-main {
  max-width: 1040px;
  min-width: 100%;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    min-width: 0;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    min-width: 0;
  }
}
.name-Mobilemenu-left,
.name-Mobilemenu-right,
.name-Newsletterpopup {
  min-width: 0 !important;
}
.name-Mobilemenu-left .currencies,
.name-Mobilemenu-right .currencies,
.name-Newsletterpopup .currencies {
  display: none !important;
}
.maincontent {
  padding: 0 15px;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .maincontent {
    padding: 0;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .maincontent {
    padding: 0;
  }
}
body {
  color: black;
  font-family: "din", sans-serif;
  overflow-x: hidden;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  body {
    font-family: "franklin-gothic-urw", sans-serif;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  body {
    font-family: "franklin-gothic-urw", sans-serif;
  }
}
html {
  overflow-x: hidden;
}
.page-title {
  font-weight: 500;
}
body.account .block-collapsible-nav-content .nav.item:last-of-type,
body.account .block-collapsible-nav-content .nav.item:nth-last-of-type(2),
body.account .block-collapsible-nav-content .nav.item:nth-last-of-type(3) {
  display: none;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  body.account .page-title {
    width: 100%;
    border-top: 1px solid #000000;
    padding: 15px 0;
    font-size: 15px !important;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  body.account .page-title {
    width: 100%;
    border-top: 1px solid #000000;
    padding: 15px 0;
    font-size: 15px !important;
  }
}
body.account .page-title-wrapper {
  margin-top: -30px;
  border-bottom: 1px solid black;
  padding-bottom: 4px;
  margin-bottom: 30px;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  body.account .page-title-wrapper {
    margin-top: 0px;
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 20px;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  body.account .page-title-wrapper {
    margin-top: 0px;
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 20px;
  }
}
body.account .sidebar.sidebar-main {
  display: none;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  body.account .sidebar.sidebar-main {
    display: block;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  body.account .sidebar.sidebar-main {
    display: block;
  }
}
body.account .sidebar.sidebar-main:before {
  display: block;
  content: 'MOJE KONTO';
  border-top: 1px solid #000000;
  padding: 20px 0;
  font-size: 15px;
}
body.account .columns {
  margin-top: -80px;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  body.account .columns {
    margin-top: 0;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  body.account .columns {
    margin-top: 0;
  }
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  body.account .column.main {
    margin-top: -15px;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  body.account .column.main {
    margin-top: -15px;
  }
}
* {
  font-size: 13px;
  text-transform: uppercase;
  font-family: "din", sans-serif !important;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  * {
    font-family: "franklin-gothic-urw", sans-serif !important;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  * {
    font-family: "franklin-gothic-urw", sans-serif !important;
  }
}
hr {
  border-top: 1px solid #000000 !important;
}
#switcher-currency-trigger:after {
  display: none;
}
.wrapper-middle {
  margin: 0 auto;
  text-align: left;
  width: 100%;
  max-width: 1040px;
  padding: 0 20px;
}
.row {
  margin: 0;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .row {
    margin: 0 -15px;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .row {
    margin: 0 -15px;
  }
}
.row .col {
  padding: 0 15px;
}
h6 {
  font-size: 15px;
  line-height: 22px;
}
a {
  font-size: 13px;
  text-decoration-line: none;
  -webkit-text-decoration-line: none;
  color: #000000;
}
a.focus,
a.active {
  color: #000000;
}
input[type="radio"],
input[type="checkbox"] {
  height: 10px !important;
}
.cms-home .columns {
  margin-top: -37px;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .cms-home .columns {
    margin-top: 0px;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .cms-home .columns {
    margin-top: 0px;
  }
}
.form .field {
  margin-bottom: 8px !important;
}
.form .field input {
  border: 1px solid #000000 !important;
  font-size: 13px !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
@-moz-document url-prefix() {
  [type=text],
  [type=email],
  [type=password] {
    height: auto !important;
    padding: 5px 10px !important;
  }
}
.form .field.required .label {
  font-size: 13px !important;
  margin-bottom: 3px;
}
.form .field.required .label:after {
  position: relative;
  top: 4px;
  font-size: 14px !important;
  margin: 0px;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .form .field.required .label:after {
    top: 0px;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .form .field.required .label:after {
    top: 0px;
  }
}
.form .note {
  font-size: 12px;
}
.form .note * {
  font-size: 12px !important;
}
.form .field-tooltip {
  display: none;
}
.form .field .control._with-tooltip input {
  width: 100%;
}
input {
  background: #ffffff;
  -webkit-box-shadow: inset 0px 0px 3px 0px rgba(144, 144, 144, 0.5);
  -moz-box-shadow: inset 0px 0px 3px 0px rgba(144, 144, 144, 0.5);
  box-shadow: inset 0px 0px 3px 0px rgba(144, 144, 144, 0.5);
  padding: 10px !important;
  height: 28px !important;
  font-family: "din", sans-serif;
  text-transform: none;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  input {
    font-family: "franklin-gothic-urw", sans-serif;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  input {
    font-family: "franklin-gothic-urw", sans-serif;
  }
}
input:focus {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  padding: 10px;
  border: 1px solid #000000;
  background: #ffffff;
}
input:before {
  display: none !important;
}
button {
  background: #000000;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #ffffff;
  font-size: 13px;
  text-transform: uppercase;
}
.breadcrumbs {
  display: none !important;
  margin-top: 16px;
  margin-bottom: 32px;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .breadcrumbs {
    display: block !important;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .breadcrumbs {
    display: block !important;
  }
}
.breadcrumbs .item:not(:last-child):after {
  line-height: 24px;
  color: #000000;
  margin-right: -3px;
}
.breadcrumbs a,
.breadcrumbs strong {
  color: #000000;
  font-size: 13px;
  line-height: 12px;
  text-transform: uppercase;
}
.breadcrumbs li:first-child {
  position: relative;
  margin-left: 18px;
}
.breadcrumbs li:first-child:before {
  content: '';
  position: absolute;
  top: 7px;
  left: -18px;
  display: block;
  background-image: url('../images/arrow-black.png');
  background-repeat: no-repeat;
  width: 8px;
  height: 8px;
}
body .name-Mainmenu {
  display: none;
}
body .name-Mainmenu-shop {
  display: block;
  margin-top: -2px;
}
.cms-home .name-Mainmenu,
.blog-category-view .name-Mainmenu,
.blog-post-view .name-Mainmenu,
.cms-home-page-full-screen .name-Mainmenu,
.cms-stockists .name-Mainmenu,
.cms-about .name-Mainmenu,
.cms-showrooms .name-Mainmenu,
.cms-events .name-Mainmenu{
  display: block;
}
.cms-home .name-Mainmenu-shop,
.blog-category-view .name-Mainmenu-shop,
.blog-post-view .name-Mainmenu-shop,
.cms-home-page-full-screen .name-Mainmenu-shop,
.cms-stockists .name-Mainmenu-shop,
.cms-about .name-Mainmenu-shop,
.cms-showrooms .name-Mainmenu-shop,
.cms-events .name-Mainmenu-shop{
  display: none;
}
.cms-home .breadcrumbs med1,
.blog-category-view .breadcrumbs med1,
.blog-post-view .breadcrumbs med1,
.cms-home-page-full-screen .breadcrumbs med1,
.cms-stockists .breadcrumbs med1,
.cms-about .breadcrumbs med1 {
  margin-bottom: 40px;
}
.cms-stockists .columns {
  position: relative;
  margin-top: 23px;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .cms-stockists .columns {
    margin-top: 0px;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .cms-stockists .columns {
    margin-top: 0px;
  }
}
.cms-stockists .columns:before {
  display: block;
  content: 'SALONY';
  position: relative;
  font-size: 13px;
  margin-bottom: 7px;
  font-weight: bold;
  margin-top: -8px;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .cms-stockists .columns:before,
  .cms-stockists .columns:after {
    display: none;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .cms-stockists .columns:before,
  .cms-stockists .columns:after {
    display: none;
  }
}
.cms-stockists .post-title {
  display: block !important;
  border-bottom: none !important;
  padding-bottom: 4px;
  margin-bottom: 1px;
  font-size: 12px !important;
  margin-top: 13px;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .cms-stockists .post-title {
    font-size: 15px !important;
    margin-top: 10px;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .cms-stockists .post-title {
    font-size: 15px !important;
    margin-top: 10px;
  }
}
.cms-stockists .column.main {
  border-top: 1px solid #000000;
  padding-top: 3px;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .cms-stockists .column.main {
    padding-top: 30px;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .cms-stockists .column.main {
    padding-top: 30px;
  }
}
.cms-stockists .column.main p {
  line-height: 24px;
}
.cms-stockists .column.main a {
  color: #000000;
  text-decoration-line: underline;
  -webkit-text-decoration-line: underline;
}
.blog-category-view img,
.blog-post-view img {
  max-width: 100%;
  height: auto;
}
.blog-category-view iframe,
.blog-post-view iframe {
  max-width: 100%;
}
.block-12 > ul > li {
  position: relative;
  top: -4px;
}
.block-12 > ul > li:last-of-type {
  background: url('../images/my_cart.png');
  background-size: 14px;
  background-position-y: 3px;
  background-repeat: no-repeat;
}
.block-12 > ul > li:last-of-type a {
  padding-left: 21px;
}
.block-3 {
  margin-bottom: 6px !important;
  margin-top: -7px !important;
}
.block-3 > li:last-child,
.block-3 > li:last-of-type {
  display: block !important;
  text-align: right;
  background: none;
}
.catalog-product-view .nav-section,
.checkout-cart-index .nav-sections {
  display: none !important;
}
.catalog-product-view .columns {
  margin-top: 28px;
}
.account .block-collapsible-nav-content {
  background: none;
}
.account .nav.item strong,
.account .nav.item a {
  text-decoration-line: underline;
  -webkit-text-decoration-line: underline;
  color: #000000 !important;
  padding: 8px 0 !important;
  background: none !important;
}
.account .nav.item strong:hover,
.account .nav.item a:hover,
.account .nav.item strong:focus,
.account .nav.item a:focus {
  background: none !important;
}
.account .nav.item.current a {
  border: none !important;
}
.account .nav.item.current strong {
  border-left: none;
}
.action.primary {
  border: none !important;
}
a.action {
  margin-right: 10px;
  background: #000000 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
  color: #ffffff !important;
  font-size: 13px !important;
  text-transform: uppercase;
  font-weight: 400 !important;
  padding: 10px !important;
  display: inline-block;
}
.columns .block .block-title strong {
  font-size: 15px !important;
  text-decoration-line: underline;
  -webkit-text-decoration-line: underline;
}
.block-content .box {
  border-top: 1px solid #000000;
  padding-top: 20px;
}
.block-content .box .box-title span {
  font-size: 14px !important;
  text-decoration-line: underline;
  -webkit-text-decoration-line: underline;
  padding-bottom: 15px;
}
.block-content .box .box-content * {
  text-transform: none;
}
.block-content .box .box-content p {
  padding-bottom: 5px;
}
.block-content .box a {
  margin-right: 10px;
  background: #000000 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
  color: #ffffff !important;
  font-size: 13px !important;
  text-transform: uppercase;
  font-weight: 400 !important;
  padding: 10px !important;
  display: inline-block;
}
.legend {
  font-size: 13px;
}
.page-title-wrapper {
  font-size: 15px !important;
}
.checkout-cart-index .page-title-wrapper {
  text-indent: -9999px;
  margin-bottom: -3px;
}
.checkout-cart-index .page-title-wrapper:before {
  display: block;
  content: 'KOSZYK';
  position: relative;
  text-indent: 0;
  font-size: 13px;
  font-weight: bold;
  margin-top: -6px;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .checkout-cart-index .page-title-wrapper:before {
    margin-top: 20px;
    font-weight: 500;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .checkout-cart-index .page-title-wrapper:before {
    margin-top: 20px;
    font-weight: 500;
  }
}
.checkout-cart-index .page-title {
  margin-top: -4px;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .checkout-cart-index .page-title {
    margin-top: 0px;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .checkout-cart-index .page-title {
    margin-top: 0px;
  }
}
.checkout-cart-index .cart-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
.checkout-cart-index form.form-cart {
  width: 100% !important;
  float: none;
  order: 1;
  display: flex;
  flex-wrap: wrap;
}
.checkout-cart-index form.form-cart .cart.table-wrapper th.col {
  padding-top: 18px !important;
}
.checkout-cart-index form.form-cart .cart.table-wrapper .col {
  text-align: center;
}
.checkout-cart-index form.form-cart .cart.table-wrapper td.col.item {
  padding-top: 9px !important;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .checkout-cart-index form.form-cart .cart.table-wrapper td.col.item {
    padding-top: 23px !important;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .checkout-cart-index form.form-cart .cart.table-wrapper td.col.item {
    padding-top: 23px !important;
  }
}
.checkout-cart-index form.form-cart .product-item-photo {
  max-width: 90px;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .checkout-cart-index form.form-cart .product-item-photo {
    max-width: 200px;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .checkout-cart-index form.form-cart .product-item-photo {
    max-width: 200px;
  }
}
.checkout-cart-index form.form-cart .product-item-details {
  margin-left: 73px;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .checkout-cart-index form.form-cart .product-item-details {
    margin-left: 80px;
    margin-left: 0;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .checkout-cart-index form.form-cart .product-item-details {
    margin-left: 80px;
    margin-left: 0;
  }
}
.checkout-cart-index form.form-cart .col.item {
  text-align: left !important;
  padding-left: 0 !important;
}
.checkout-cart-index form.form-cart .col.price {
  display: none;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .checkout-cart-index form.form-cart .col.price {
    display: table-cell;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .checkout-cart-index form.form-cart .col.price {
    display: table-cell;
  }
}
.checkout-cart-index form.form-cart .control.qty {
  text-align: left;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .checkout-cart-index form.form-cart .control.qty {
    text-align: center;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .checkout-cart-index form.form-cart .control.qty {
    text-align: center;
  }
}
.checkout-cart-index form.form-cart .col.qty {
  position: relative;
  left: 73px;
  top: -20px;
  margin-bottom: -30px;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .checkout-cart-index form.form-cart .col.qty {
    left: 80px;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .checkout-cart-index form.form-cart .col.qty {
    left: 80px;
  }
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .checkout-cart-index form.form-cart .col.qty {
    margin-bottom: -34px;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .checkout-cart-index form.form-cart .col.qty {
    margin-bottom: -34px;
  }
}
.checkout-cart-index form.form-cart .col.qty:before {
  display: none;
}
.checkout-cart-index form.form-cart .col.qty input {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  text-align: left !important;
  padding: 0 !important;
  border: none !important;
  font-weight: bold !important;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .checkout-cart-index form.form-cart .col.qty input {
    border: 1px solid #000000 !important;
    min-width: 0 !important;
    width: 60px !important;
    -webkit-box-shadow: inset 0px 0px 3px 0px rgba(144, 144, 144, 0.5) !important;
    -moz-box-shadow: inset 0px 0px 3px 0px rgba(144, 144, 144, 0.5) !important;
    box-shadow: inset 0px 0px 3px 0px rgba(144, 144, 144, 0.5) !important;
    text-align: right !important;
    padding: 0px 10px !important;
    font-weight: 400 !important;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .checkout-cart-index form.form-cart .col.qty input {
    border: 1px solid #000000 !important;
    min-width: 0 !important;
    width: 60px !important;
    -webkit-box-shadow: inset 0px 0px 3px 0px rgba(144, 144, 144, 0.5) !important;
    -moz-box-shadow: inset 0px 0px 3px 0px rgba(144, 144, 144, 0.5) !important;
    box-shadow: inset 0px 0px 3px 0px rgba(144, 144, 144, 0.5) !important;
    text-align: right !important;
    padding: 0px 10px !important;
    font-weight: 400 !important;
  }
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .checkout-cart-index form.form-cart .col.qty {
    top: initial;
    left: initial;
    margin-bottom: 0px;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .checkout-cart-index form.form-cart .col.qty {
    top: initial;
    left: initial;
    margin-bottom: 0px;
  }
}
.checkout-cart-index form.form-cart .col.remove {
  text-align: right !important;
  padding-right: 15px !important;
  width: 86px !important;
}
.checkout-cart-index form.form-cart td {
  padding-left: 0 !important;
  text-align: center !important;
}
.checkout-cart-index form.form-cart th {
  padding: 18px 0 !important;
}
.checkout-cart-index form.form-cart thead {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  display: none;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .checkout-cart-index form.form-cart thead {
    display: table-row-group;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .checkout-cart-index form.form-cart thead {
    display: table-row-group;
  }
}
.checkout-cart-index form.form-cart .cart.table-wrapper {
  width: 100%;
}
.checkout-cart-index form.form-cart .cart.table-wrapper th.col.item {
  padding-left: 0 !important;
}
.checkout-cart-index form.form-cart .cart.table-wrapper td,
.checkout-cart-index form.form-cart .cart.table-wrapper td * {
  font-size: 12px !important;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .checkout-cart-index form.form-cart .cart.table-wrapper td,
  .checkout-cart-index form.form-cart .cart.table-wrapper td * {
    font-size: 15px !important;
    font-weight: 400 !important;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .checkout-cart-index form.form-cart .cart.table-wrapper td,
  .checkout-cart-index form.form-cart .cart.table-wrapper td * {
    font-size: 15px !important;
    font-weight: 400 !important;
  }
}
.checkout-cart-index form.form-cart .cart.table-wrapper td,
.checkout-cart-index form.form-cart .cart.table-wrapper td .product-item-name {
  font-weight: bold !important;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .checkout-cart-index form.form-cart .cart.table-wrapper td,
  .checkout-cart-index form.form-cart .cart.table-wrapper td .product-item-name {
    font-weight: 400 !important;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .checkout-cart-index form.form-cart .cart.table-wrapper td,
  .checkout-cart-index form.form-cart .cart.table-wrapper td .product-item-name {
    font-weight: 400 !important;
  }
}
.checkout-cart-index form.form-cart .cart.table-wrapper .col.item,
.checkout-cart-index form.form-cart .cart.table-wrapper .col.item * {
  font-weight: bold !important;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .checkout-cart-index form.form-cart .cart.table-wrapper .col.item,
  .checkout-cart-index form.form-cart .cart.table-wrapper .col.item * {
    font-weight: 500 !important;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .checkout-cart-index form.form-cart .cart.table-wrapper .col.item,
  .checkout-cart-index form.form-cart .cart.table-wrapper .col.item * {
    font-weight: 500 !important;
  }
}
.checkout-cart-index form.form-cart .cart.table-wrapper .product-item-name a {
  text-decoration-line: none !important;
  -webkit-text-decoration-line: none !important;
  font-weight: bold !important;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .checkout-cart-index form.form-cart .cart.table-wrapper .product-item-name a {
    text-decoration-line: underline !important;
    -webkit-text-decoration-line: underline !important;
    font-weight: 500 !important;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .checkout-cart-index form.form-cart .cart.table-wrapper .product-item-name a {
    text-decoration-line: underline !important;
    -webkit-text-decoration-line: underline !important;
    font-weight: 500 !important;
  }
}
.checkout-cart-index form.form-cart .action-edit {
  display: none !important;
}
.checkout-cart-index form.form-cart .action-delete {
  margin-right: -20px;
  width: 19px !important;
  height: 19px !important;
  top: -12px !important;
  position: relative !important;
  right: -14px !important;
  text-indent: -9999px;
  border: none !important;
  background: none !important;
  background-image: url('../images/plus_zoom.png') !important;
  background-size: 100% !important;
  padding: 0 !important;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: 8px !important;
  display: block;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .checkout-cart-index form.form-cart .action-delete {
    margin-right: 0px;
    width: 14px !important;
    height: 14px !important;
    top: 0 !important;
    right: 0 !important;
    position: none !important;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .checkout-cart-index form.form-cart .action-delete {
    margin-right: 0px;
    width: 14px !important;
    height: 14px !important;
    top: 0 !important;
    right: 0 !important;
    position: none !important;
  }
}
.checkout-cart-index form.form-cart .col.subtotal {
  position: absolute;
  right: 0;
  top: 8px;
  text-align: right;
  float: right;
  padding: 0;
  margin-top: -4px;
}
.checkout-cart-index form.form-cart .col.subtotal:before {
  display: none;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .checkout-cart-index form.form-cart .col.subtotal {
    position: relative;
    margin-top: 0px;
    top: initial;
    right: initial;
    float: none;
    text-align: left;
    padding-top: 23px;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .checkout-cart-index form.form-cart .col.subtotal {
    position: relative;
    margin-top: 0px;
    top: initial;
    right: initial;
    float: none;
    text-align: left;
    padding-top: 23px;
  }
}
.checkout-cart-index form.form-cart .col.subtotal .price {
  position: relative;
  top: 63px;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .checkout-cart-index form.form-cart .col.subtotal .price {
    top: initial;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .checkout-cart-index form.form-cart .col.subtotal .price {
    top: initial;
  }
}
.checkout-cart-index form.form-cart .col.item {
  width: 100%;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .checkout-cart-index form.form-cart .col.item {
    width: auto;
    padding: 17px 8px 18px !important;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .checkout-cart-index form.form-cart .col.item {
    width: auto;
    padding: 17px 8px 18px !important;
  }
}
.checkout-cart-index form.form-cart .item-info td {
  padding-top: 23px;
}
.checkout-cart-index form.form-cart .product-image-container {
  width: 66px !important;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .checkout-cart-index form.form-cart .product-image-container {
    width: 66px !important;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .checkout-cart-index form.form-cart .product-image-container {
    width: 66px !important;
  }
}
.checkout-cart-index form.form-cart td:not(.item) {
  padding-top: 14px !important;
}
.checkout-cart-index form.form-cart td.price,
.checkout-cart-index form.form-cart td.qty,
.checkout-cart-index form.form-cart td.subtotal {
  padding-top: 20px !important;
}
.checkout-cart-index form.form-cart td.subtotal {
  padding-top: 0px !important;
  text-align: right !important;
  position: relative;
  top: -15px;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .checkout-cart-index form.form-cart td.subtotal {
    top: initial;
    padding-top: 20px !important;
    text-align: center !important;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .checkout-cart-index form.form-cart td.subtotal {
    top: initial;
    padding-top: 20px !important;
    text-align: center !important;
  }
}
.checkout-cart-index .item-options {
  margin: 6px 0 -12px !important;
}
.checkout-cart-index .item-options * {
  font-weight: normal !important;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .checkout-cart-index .item-options * {
    font-weight: 400 !important;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .checkout-cart-index .item-options * {
    font-weight: 400 !important;
  }
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .checkout-cart-index .item-options {
    margin: 10px 0 !important;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .checkout-cart-index .item-options {
    margin: 10px 0 !important;
  }
}
.checkout-cart-index .cart-summary {
  border-bottom: 1px solid #000000;
  position: relative;
  width: 100%;
  order: 2;
  display: flex;
  float: none;
  top: -104px !important;
  background: none;
  height: 104px;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .checkout-cart-index .cart-summary {
    top: -34px !important;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .checkout-cart-index .cart-summary {
    top: -34px !important;
  }
}
.checkout-cart-index .cart-summary #block-shipping {
  display: none !important;
}
.checkout-cart-index .cart-summary .summary.title {
  display: none;
}
.checkout-cart-index .cart-summary #cart-totals {
  border: none;
  position: absolute;
  right: 0;
  width: 100%;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .checkout-cart-index .cart-summary #cart-totals {
    width: auto;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .checkout-cart-index .cart-summary #cart-totals {
    width: auto;
  }
}
.checkout-cart-index .cart-summary .totals:not(.sub):not(.grand) {
  margin-bottom: -23px;
  position: relative;
  display: block;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .checkout-cart-index .cart-summary .totals:not(.sub):not(.grand) {
    display: table-caption;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .checkout-cart-index .cart-summary .totals:not(.sub):not(.grand) {
    display: table-caption;
  }
}
.checkout-cart-index .cart-summary .totals:not(.sub):not(.grand) th {
  padding-right: 16px !important;
}
.checkout-cart-index .cart-summary .data.table.totals {
  display: block;
}
.checkout-cart-index .cart-summary .data.table.totals tbody {
  display: block;
}
.checkout-cart-index .cart-summary .data.table.totals tbody .grand.totals {
  display: block;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .checkout-cart-index .cart-summary .data.table.totals {
    display: initial;
  }
  .checkout-cart-index .cart-summary .data.table.totals tbody {
    display: initial;
  }
  .checkout-cart-index .cart-summary .data.table.totals tbody .grand.totals {
    display: initial;
  }
}
@media all and (min-width: 1060px) and (max-width: 99999px) and all and (min-width: 1060px) and (max-width: 99999px) {
  .checkout-cart-index .cart-summary .data.table.totals tbody .grand.totals {
    display: inline-block;
  }
}
@media all and (min-width: 1060px) and (max-width: 99999px) and all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .checkout-cart-index .cart-summary .data.table.totals tbody .grand.totals {
    display: inline-block;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .checkout-cart-index .cart-summary .data.table.totals {
    display: initial;
  }
  .checkout-cart-index .cart-summary .data.table.totals tbody {
    display: initial;
  }
  .checkout-cart-index .cart-summary .data.table.totals tbody .grand.totals {
    display: initial;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) and all and (min-width: 1060px) and (max-width: 99999px) {
  .checkout-cart-index .cart-summary .data.table.totals tbody .grand.totals {
    display: inline-block;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) and all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .checkout-cart-index .cart-summary .data.table.totals tbody .grand.totals {
    display: inline-block;
  }
}
.checkout-cart-index .cart-summary .totals.sub {
  display: none;
}
.checkout-cart-index .cart-summary .totals-tax {
  display: none;
}
.checkout-cart-index .cart-summary .totals:not(.grand):not(.sub) {
  padding-left: 0px;
  margin-top: 15px;
}
.checkout-cart-index .cart-summary .totals:not(.grand):not(.sub) * {
  font-size: 12px !important;
}
.checkout-cart-index .cart-summary .totals:not(.grand):not(.sub) .amount {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px !important;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .checkout-cart-index .cart-summary .totals:not(.grand):not(.sub) {
    margin-top: 0px;
  }
  .checkout-cart-index .cart-summary .totals:not(.grand):not(.sub) .amount {
    top: initial;
    position: relative;
    right: initial;
    padding-left: 3px;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .checkout-cart-index .cart-summary .totals:not(.grand):not(.sub) {
    margin-top: 0px;
  }
  .checkout-cart-index .cart-summary .totals:not(.grand):not(.sub) .amount {
    top: initial;
    position: relative;
    right: initial;
    padding-left: 3px;
  }
}
.checkout-cart-index .cart-summary .totals:not(.grand):not(.sub) th {
  padding-left: 1px !important;
  font-size: 12px !important;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .checkout-cart-index .cart-summary .totals:not(.grand):not(.sub) th {
    padding-left: 4px !important;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .checkout-cart-index .cart-summary .totals:not(.grand):not(.sub) th {
    padding-left: 4px !important;
  }
}
.checkout-cart-index .cart-summary .grand.totals .amount {
  padding-top: 23px;
  display: block;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .checkout-cart-index .cart-summary .grand.totals .amount {
    display: inline-block;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .checkout-cart-index .cart-summary .grand.totals .amount {
    display: inline-block;
  }
}
.checkout-cart-index .cart-summary .grand.totals .mark {
  display: none;
}
.checkout-cart-index .cart-summary .grand.totals strong {
  text-indent: -9999px;
  font-size: 18px;
}
.checkout-cart-index .cart-summary .grand.totals strong:before {
  content: 'SUMA';
  display: inline-block;
  font-size: 12px;
  text-indent: 0px;
  margin-right: 30px;
  margin-left: -8px;
  float: left;
  font-weight: bold;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .checkout-cart-index .cart-summary .grand.totals strong:before {
    font-weight: 500;
    float: none;
    margin-left: 0;
    font-size: 18px;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .checkout-cart-index .cart-summary .grand.totals strong:before {
    font-weight: 500;
    float: none;
    margin-left: 0;
    font-size: 18px;
  }
}
.checkout-cart-index .cart-summary .grand.totals .price {
  float: right;
  font-size: 12px !important;
  position: relative;
  right: -3px;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .checkout-cart-index .cart-summary .grand.totals .price {
    right: initial;
    float: none;
    font-size: 18px !important;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .checkout-cart-index .cart-summary .grand.totals .price {
    right: initial;
    float: none;
    font-size: 18px !important;
  }
}
.checkout-cart-index .cart-summary .grand.totals .price:after {
  display: none;
  font-size: 16px !important;
  font-weight: bold;
  content: '(brutto)';
  text-indent: 0px;
  margin-left: 40px;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .checkout-cart-index .cart-summary .grand.totals .price:after {
    display: inline-block;
    font-size: 18px !important;
    font-weight: 500;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .checkout-cart-index .cart-summary .grand.totals .price:after {
    display: inline-block;
    font-size: 18px !important;
    font-weight: 500;
  }
}
.checkout-cart-index .cart-summary .grand.totals:after {
  display: none;
  content: '(Bez kosztów dostawy)';
  text-transform: none !important;
  font-size: 14px;
  margin-top: 0px;
  font-weight: 400;
  text-indent: 0px;
  position: absolute;
  top: 60px;
  left: 10px;
  width: 300px;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .checkout-cart-index .cart-summary .grand.totals:after {
    display: block;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .checkout-cart-index .cart-summary .grand.totals:after {
    display: block;
  }
}
.checkout-cart-index .cart.main.actions {
  display: block;
  width: 100%;
  order: 3;
  position: relative;
  top: 137px;
  width: 50%;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .checkout-cart-index .cart.main.actions {
    display: flex;
    bottom: -125px;
    position: absolute;
    top: initial;
    width: 100%;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .checkout-cart-index .cart.main.actions {
    display: flex;
    bottom: -125px;
    position: absolute;
    top: initial;
    width: 100%;
  }
}
.checkout-cart-index .cart.main.actions .action.continue {
  font-weight: 700 !important;
  background: white !important;
  color: black !important;
  padding: 5px 3px !important;
  top: -74px !important;
  position: relative !important;
  height: 50px !important;
  width: 97% !important;
  color: #ffffff !important;
  background: #000000 !important;
  float: left;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .checkout-cart-index .cart.main.actions .action.continue {
    top: -4px !important;
    float: none;
    height: 29px !important;
    width: auto !important;
    color: #000000 !important;
    background: #ffffff !important;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .checkout-cart-index .cart.main.actions .action.continue {
    top: -4px !important;
    float: none;
    height: 29px !important;
    width: auto !important;
    color: #000000 !important;
    background: #ffffff !important;
  }
}
.checkout-cart-index .cart.main.actions .action.continue * {
  margin-top: 6px !important;
  font-size: 10px !important;
  color: #ffffff !important;
  font-weight: 700 !important;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .checkout-cart-index .cart.main.actions .action.continue * {
    color: #000000 !important;
    margin-top: -4px !important;
    font-size: 13px !important;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .checkout-cart-index .cart.main.actions .action.continue * {
    color: #000000 !important;
    margin-top: -4px !important;
    font-size: 13px !important;
  }
}
.checkout-cart-index .cart.main.actions .action.update {
  display: none;
  font-weight: 700;
  height: 29px !important;
  padding: 0 3px !important;
  margin-right: 50px !important;
  top: -3px !important;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .checkout-cart-index .cart.main.actions .action.update {
    display: block;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .checkout-cart-index .cart.main.actions .action.update {
    display: block;
  }
}
.checkout-cart-index .cart.main.actions .action.update * {
  font-weight: 700 !important;
}
.checkout-cart-index .discount {
  position: absolute;
  top: 156px;
  left: -5px;
}
.checkout-cart-index .discount .content {
  display: block !important;
}
.checkout-cart-index .discount * {
  font-size: 13px;
}
.checkout-cart-index .action.checkout {
  height: 29px !important;
  top: -14px !important;
  position: relative !important;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .checkout-cart-index .action.checkout {
    top: 7px !important;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .checkout-cart-index .action.checkout {
    top: 7px !important;
  }
}
.checkout-cart-index .action.checkout span {
  position: relative;
  top: 1px !important;
  font-weight: bold !important;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .checkout-cart-index .action.checkout span {
    top: -3px !important;
    font-weight: 700 !important;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .checkout-cart-index .action.checkout span {
    top: -3px !important;
    font-weight: 700 !important;
  }
}
.checkout-cart-index .checkout-methods-items {
  z-index: 5;
  text-align: center;
  position: relative;
  top: 100px;
  right: 0px;
  width: 100%;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .checkout-cart-index .checkout-methods-items {
    position: absolute;
    width: auto;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .checkout-cart-index .checkout-methods-items {
    position: absolute;
    width: auto;
  }
}
.checkout-cart-index .checkout-methods-items .action.primary.checkout {
  width: 50%;
  float: right;
  background: #000000 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
  color: #ffffff !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  height: 50px !important;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .checkout-cart-index .checkout-methods-items .action.primary.checkout {
    width: 100%;
    float: none;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .checkout-cart-index .checkout-methods-items .action.primary.checkout {
    width: 100%;
    float: none;
  }
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .checkout-cart-index .checkout-methods-items .action.primary.checkout {
    height: 29px !important;
    font-size: 13px !important;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .checkout-cart-index .checkout-methods-items .action.primary.checkout {
    height: 29px !important;
    font-size: 13px !important;
  }
}
.checkout-cart-index .checkout-methods-items .action.primary.checkout span {
  text-transform: uppercase;
}
.action.apply,
#discount-coupon-form .action.cancel {
  color: #ffffff !important;
}
#discount-coupon-form {
  width: 100%;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  #discount-coupon-form {
    width: auto;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  #discount-coupon-form {
    width: auto;
  }
}
.cart-summary {
  padding: 1px 0px 25px !important;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .cart-summary {
    padding: 1px 15px 25px !important;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .cart-summary {
    padding: 1px 15px 25px !important;
  }
}
.breadcrumbs .item.blog {
  display: none;
}
.post-menu {
  display: none;
}
.post-menu-WYDARZENIA,
.post-menu-OBSŁUGA {
  display: block;
  width: 100%;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .post-menu-WYDARZENIA,
  .post-menu-OBSŁUGA {
    width: 33%;
    padding-right: 12px;
    float: left;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .post-menu-WYDARZENIA,
  .post-menu-OBSŁUGA {
    width: 33%;
    padding-right: 12px;
    float: left;
  }
}
.post-menu-WYDARZENIA h1,
.post-menu-OBSŁUGA h1 {
  border-bottom: 1px solid #000000;
  padding-bottom: 4px;
  margin-bottom: 10px;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .post-menu-WYDARZENIA h1,
  .post-menu-OBSŁUGA h1 {
    font-size: 13px;
    width: 100%;
    border-bottom: none;
    border-top: 1px solid #000000;
    padding: 36px 0 30px;
    font-weight: 500;
    display: block;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .post-menu-WYDARZENIA h1,
  .post-menu-OBSŁUGA h1 {
    font-size: 13px;
    width: 100%;
    border-bottom: none;
    border-top: 1px solid #000000;
    padding: 36px 0 30px;
    font-weight: 500;
    display: block;
  }
}
.post-menu-WYDARZENIA li,
.post-menu-OBSŁUGA li {
  margin: 0 0 12px !important;
  color: #000000 !important;
  text-decoration-line: underline;
  -webkit-text-decoration-line: underline;
}
.post-menu-WYDARZENIA li *,
.post-menu-OBSŁUGA li * {
  color: #000000;
  text-decoration-line: underline !important;
  -webkit-text-decoration-line: underline !important;
}
.post-menu-WYDARZENIA li.current,
.post-menu-OBSŁUGA li.current {
  text-decoration-line: none;
  -webkit-text-decoration-line: none;
}
.post-menu-WYDARZENIA li.current *,
.post-menu-OBSŁUGA li.current * {
  text-decoration-line: none !important;
  -webkit-text-decoration-line: none !important;
}
.post-menu-OBSŁUGA h1 {
  display: none;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .post-menu-OBSŁUGA h1 {
    display: block;
    font-weight: 500 !important;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .post-menu-OBSŁUGA h1 {
    display: block;
    font-weight: 500 !important;
  }
}
.post-menu-OBSŁUGA .block-content .item:not(.current) {
  display: none;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .post-menu-OBSŁUGA .block-content .item:not(.current) {
    display: block;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .post-menu-OBSŁUGA .block-content .item:not(.current) {
    display: block;
  }
}
.post-menu-OBSŁUGA .block-content .item.current {
  position: relative;
}
.post-menu-OBSŁUGA .block-content .item.current:after {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: black;
  top: 19px;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .post-menu-OBSŁUGA .block-content .item.current:after {
    display: none;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .post-menu-OBSŁUGA .block-content .item.current:after {
    display: none;
  }
}
.cart.table-wrapper .items > .item {
  border-bottom: 1px solid #000000 !important;
}
.cart.table-wrapper .items thead + .item {
  border-top: 1px solid #000000 !important;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .cart.table-wrapper .items thead + .item {
    border-top: 1px solid transparent !important;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .cart.table-wrapper .items thead + .item {
    border-top: 1px solid transparent !important;
  }
}
.post-menu h1 {
  font-size: 15px !important;
  font-weight: 700;
}
.post-content-right {
  display: none;
}
.post-list-wrapper .wrapper-title {
  display: none;
}
.blog-category-events .columns {
  margin-top: 10px;
}
.blog-category-events .page-title-wrapper {
  display: none;
}
.blog-category-events .column.main {
  width: 100% !important;
  float: none !important;
}
.blog-category-events iframe {
  height: auto;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .blog-category-events iframe {
    min-height: 367px;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .blog-category-events iframe {
    min-height: 367px;
  }
}
.blog-category-events .post-list-wrapper {
  position: relative;
  min-height: 1000px;
}
.blog-category-events .post-list-wrapper .wrapper-title {
  display: block;
}
.blog-category-events .post-list-wrapper h1 {
  width: 100%;
  display: block;
  font-weight: 500;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .blog-category-events .post-list-wrapper h1 {
    border-top: 1px solid #000000;
    width: calc(33.33% - 15px);
    padding: 36px 0 30px;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .blog-category-events .post-list-wrapper h1 {
    border-top: 1px solid #000000;
    width: calc(33.33% - 15px);
    padding: 36px 0 30px;
  }
}
.blog-category-events .post-list-wrapper li {
  margin: 0 0 12px 0px !important;
  text-decoration-line: underline;
  -webkit-text-decoration-line: underline;
  color: #000000 !important;
  width: 100%;
}
.blog-category-events .post-list-wrapper li * {
  text-decoration-line: underline;
  -webkit-text-decoration-line: underline;
  color: #000000 !important;
}
.blog-category-events .post-list-wrapper li:first-child {
  text-decoration-line: none !important;
  -webkit-text-decoration-line: none !important;
}
.blog-category-events .post-list-wrapper li:first-child * {
  text-decoration-line: none !important;
  -webkit-text-decoration-line: none !important;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .blog-category-events .post-list-wrapper li {
    width: 33%;
    padding-right: 15px;
    float: left;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .blog-category-events .post-list-wrapper li {
    width: 33%;
    padding-right: 15px;
    float: left;
  }
}
.blog-category-events .post-content-right:first-of-type {
  display: block;
  width: 100%;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .blog-category-events .post-content-right:first-of-type {
    position: relative;
    top: -92px;
    right: 0px;
    width: 67%;
    padding-left: 9px;
    float: right;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .blog-category-events .post-content-right:first-of-type {
    position: relative;
    top: -92px;
    right: 0px;
    width: 67%;
    padding-left: 9px;
    float: right;
  }
}
.blog-category-events .post-content-right:first-of-type .post-title {
  width: 100%;
  display: block;
  font-weight: 500;
  font-size: 18px !important;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .blog-category-events .post-content-right:first-of-type .post-title {
    border-top: 1px solid #000000;
    padding: 34px 0 38px;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .blog-category-events .post-content-right:first-of-type .post-title {
    border-top: 1px solid #000000;
    padding: 34px 0 38px;
  }
}
.blog-category-events .post-list {
  margin-top: 12px !important;
}
.post-content-right p {
  padding-bottom: 15px;
  text-transform: none;
  font-size: 14px !important;
  line-height: 21px !important;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .post-content-right p {
    padding-bottom: 22px;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .post-content-right p {
    padding-bottom: 22px;
  }
}
.post-content-right img {
  margin: 0 !important;
}
.post-content-right h1,
.post-content-right h2,
.post-content-right h3,
.post-content-right h4,
.post-content-right h5,
.post-content-right h6 {
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 22px !important;
}
.post-content-right .page-title {
  font-size: 18px !important;
}
.post-content-right a {
  color: #000000 !important;
  text-decoration-line: underline !important;
  -webkit-text-decoration-line: underline !important;
  text-transform: none !important;
}
.blog-category-collections .column.main {
  width: 100% !important;
  float: none !important;
}
.blog-category-collections .post-holder {
  background: none !important;
}
.blog-category-collections .post-holder .addthis_default_style {
  display: none;
}
.blog-category-collections .page-title-wrapper {
  position: relative;
  top: -10px;
  border-bottom: 1px solid #000000;
  padding-bottom: 2px;
}
.blog-category-collections .page-title-wrapper .page-title span {
  font-size: 12px;
  font-weight: 500;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .blog-category-collections .page-title-wrapper {
    top: 10px;
    border-bottom: none;
    border-top: 1px solid #000000;
    padding: 30px 0 !important;
    text-align: center;
  }
  .blog-category-collections .page-title-wrapper .page-title span {
    font-size: 17px;
    font-weight: 500;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .blog-category-collections .page-title-wrapper {
    top: 10px;
    border-bottom: none;
    border-top: 1px solid #000000;
    padding: 30px 0 !important;
    text-align: center;
  }
  .blog-category-collections .page-title-wrapper .page-title span {
    font-size: 17px;
    font-weight: 500;
  }
}
.blog-category-collections .post-item-link {
  font-weight: 500 !important;
}
.blog-category-collections .post-info {
  display: none;
}
.blog-category-collections .post-holder {
  margin-bottom: 7px;
  padding: 0px !important;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .blog-category-collections .post-holder {
    margin-bottom: 20px;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .blog-category-collections .post-holder {
    margin-bottom: 20px;
  }
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .blog-category-collections .post-holder {
    padding: 50px 0px 55px !important;
    border-bottom: 1px solid black;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .blog-category-collections .post-holder {
    padding: 50px 0px 55px !important;
    border-bottom: 1px solid black;
  }
}
.blog-category-collections .post-holder:hover {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.blog-category-collections .post-holder:first-child {
  padding-top: 0px !important;
}
.blog-category-collections .post-holder:nth-last-of-type(2) {
  border-bottom: 1px solid transparent !important;
  margin-bottom: -55px;
}
.blog-category-collections .post-list {
  margin-top: 7px;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .blog-category-collections .post-list {
    margin-top: 20px;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .blog-category-collections .post-list {
    margin-top: 20px;
  }
}
.blog-category-collections .post-list li:nth-last-child(2) {
  border-bottom: none;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .blog-category-collections .post-content {
    text-align: center;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .blog-category-collections .post-content {
    text-align: center;
  }
}
.blog-category-collections .post-content img {
  margin-left: -15px;
  max-width: 100vw;
  height: 100vw;
  object-fit: cover;
  object-position: top;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .blog-category-collections .post-content img {
    margin-left: 0;
    width: 650px;
    height: auto;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .blog-category-collections .post-content img {
    margin-left: 0;
    width: 650px;
    height: auto;
  }
}
.blog-category-collections .post-link {
  width: 100%;
  margin-top: 4px;
  text-decoration-line: underline;
  -webkit-text-decoration-line: underline;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .blog-category-collections .post-link {
    text-align: center;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .blog-category-collections .post-link {
    text-align: center;
  }
}
.blog-category-collections .post-link a {
  color: #000000 !important;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .blog-category-collections .post-link {
    margin-top: 50px;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .blog-category-collections .post-link {
    margin-top: 50px;
  }
}
.mbblog-lazyload-trigger {
  display: none;
}
.post-holder {
  background: none !important;
  padding: 0 !important;
}
.post-holder:hover {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.blog-post-view .columns {
  margin-top: 10px;
}
.blog-post-view .page-title-wrapper {
  display: none;
}
.blog-post-view .post-title {
  display: none;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .blog-post-view .post-title {
    border-top: 1px solid #000000;
    padding: 34px 0 36px !important;
    text-align: left;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    display: block;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .blog-post-view .post-title {
    border-top: 1px solid #000000;
    padding: 34px 0 36px !important;
    text-align: left;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    display: block;
  }
}
.blog-post-view .column.main {
  width: 100% !important;
  float: none !important;
}
#reviews {
  display: none;
}
.post-WYDARZENIA iframe {
  height: auto;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .post-WYDARZENIA iframe {
    min-height: 367px;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .post-WYDARZENIA iframe {
    min-height: 367px;
  }
}
.post-WYDARZENIA .columns,
.post-OBSŁUGA .columns,
.cms-about .columns {
  margin-top: 10px;
}
.post-WYDARZENIA img,
.post-OBSŁUGA img,
.cms-about img {
  margin: 0 !important;
  margin-left: -15px !important;
  max-width: 100vw;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .post-WYDARZENIA img,
  .post-OBSŁUGA img,
  .cms-about img {
    margin-left: 0 !important;
    width: 100%;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .post-WYDARZENIA img,
  .post-OBSŁUGA img,
  .cms-about img {
    margin-left: 0 !important;
    width: 100%;
  }
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .post-WYDARZENIA,
  .post-OBSŁUGA,
  .cms-about {
    width: 67%;
    padding-left: 8px;
    float: right;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .post-WYDARZENIA,
  .post-OBSŁUGA,
  .cms-about {
    width: 67%;
    padding-left: 8px;
    float: right;
  }
}
.post-WYDARZENIA p,
.post-OBSŁUGA p,
.cms-about p {
  padding-bottom: 20px;
  font-size: 14px !important;
  text-transform: none;
  line-height: 21px !important;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .post-WYDARZENIA p,
  .post-OBSŁUGA p,
  .cms-about p {
    padding-bottom: 25px;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .post-WYDARZENIA p,
  .post-OBSŁUGA p,
  .cms-about p {
    padding-bottom: 25px;
  }
}
.post-WYDARZENIA .maincontent a,
.post-OBSŁUGA .maincontent a,
.cms-about .maincontent a {
  text-decoration-line: underline !important;
  -webkit-text-decoration-line: underline !important;
  text-transform: none !important;
}
.post-WYDARZENIA .maincontent a:hover,
.post-OBSŁUGA .maincontent a:hover,
.cms-about .maincontent a:hover {
  color: #000000 !important;
}
.post-WYDARZENIA .page-footer p,
.post-OBSŁUGA .page-footer p,
.cms-about .page-footer p {
  padding-bottom: 0;
}
.post-WYDARZENIA h1,
.post-OBSŁUGA h1,
.cms-about h1,
.post-WYDARZENIA h2,
.post-OBSŁUGA h2,
.cms-about h2,
.post-WYDARZENIA h3,
.post-OBSŁUGA h3,
.cms-about h3,
.post-WYDARZENIA h4,
.post-OBSŁUGA h4,
.cms-about h4,
.post-WYDARZENIA h5,
.post-OBSŁUGA h5,
.cms-about h5,
.post-WYDARZENIA h6,
.post-OBSŁUGA h6,
.cms-about h6 {
  font-size: 14px !important;
  line-height: 22px !important;
  font-weight: 500 !important;
}
.post-WYDARZENIA .mobile-menu img,
.post-OBSŁUGA .mobile-menu img,
.cms-about .mobile-menu img,
.post-WYDARZENIA .mobile-shop img,
.post-OBSŁUGA .mobile-shop img,
.cms-about .mobile-shop img,
.post-WYDARZENIA .block-1 img,
.post-OBSŁUGA .block-1 img,
.cms-about .block-1 img,
.post-WYDARZENIA .block-2 img,
.post-OBSŁUGA .block-2 img,
.cms-about .block-2 img {
  margin-left: 0 !important;
}
.post-WYDARZENIA.cms-about h1,
.post-OBSŁUGA.cms-about h1,
.cms-about.cms-about h1 {
  border-top: 1px solid #000000;
  padding-top: 25px;
  font-size: 18px !important;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .post-WYDARZENIA.cms-about,
  .post-OBSŁUGA.cms-about,
  .cms-about.cms-about {
    width: 100%;
    padding-left: 0px;
    float: none;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .post-WYDARZENIA.cms-about,
  .post-OBSŁUGA.cms-about,
  .cms-about.cms-about {
    width: 100%;
    padding-left: 0px;
    float: none;
  }
}
.post-WYDARZENIA.cms-about td:nth-child(2),
.post-OBSŁUGA.cms-about td:nth-child(2),
.cms-about.cms-about td:nth-child(2) {
  display: none;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .post-WYDARZENIA.cms-about td:nth-child(2),
  .post-OBSŁUGA.cms-about td:nth-child(2),
  .cms-about.cms-about td:nth-child(2) {
    display: table-cell;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .post-WYDARZENIA.cms-about td:nth-child(2),
  .post-OBSŁUGA.cms-about td:nth-child(2),
  .cms-about.cms-about td:nth-child(2) {
    display: table-cell;
  }
}
.cms-about .columns:before {
  content: 'O NAS';
  display: block;
  position: relative;
  margin-bottom: 5px;
  margin-top: 0px;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .cms-about .columns:before {
    display: none;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .cms-about .columns:before {
    display: none;
  }
}
.cms-about h1 {
  border-top: none !important;
}
.cms-about table h1,
.cms-about table h2,
.cms-about table h3,
.cms-about table h4,
.cms-about table h5,
.cms-about table h6 {
  line-height: 28px !important;
  font-size: 18px !important;
  margin-bottom: 5px !important;
}
.cms-about table p {
  line-height: 21px !important;
}
.cms-about td:first-child {
  padding: 0 !important;
}
.cms-about td:first-child h1 {
  border-top: 1px solid #000000 !important;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .cms-about td:first-child {
    padding-right: 150px !important;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .cms-about td:first-child {
    padding-right: 150px !important;
  }
}
.cms-about td:last-child {
  padding: 0px 4px 0 6px !important;
}
.cms-about .footer p {
  line-height: 12px !important;
}
.cms-about .footer a img {
  margin-right: 10px !important;
}
.post-view .post-title {
  font-size: 18px !important;
}
.page.messages div:before {
  display: none !important;
}
.page.messages * {
  color: #000000 !important;
  font-size: 14px !important;
}
.page.messages .message-error {
  border: 1px solid red;
}
.page.messages .message-success {
  border: 1px solid green;
}
.post-KOLEKCJE .post-content {
  position: relative;
}
.post-KOLEKCJE .post-content:before {
  display: block;
  content: 'KOLEKCJE';
  position: relative;
  font-size: 13px;
  margin-bottom: 3px;
  font-weight: bold;
  margin-top: -8px;
}
.post-KOLEKCJE .post-content:after {
  position: absolute;
  background: black;
  content: '';
  width: 100%;
  height: 1px;
  top: 21px;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .post-KOLEKCJE .post-content:before,
  .post-KOLEKCJE .post-content:after {
    display: none;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .post-KOLEKCJE .post-content:before,
  .post-KOLEKCJE .post-content:after {
    display: none;
  }
}
.post-KOLEKCJE .post-title {
  display: block !important;
  border-bottom: none !important;
  padding-bottom: 4px;
  margin-bottom: 2px;
  font-size: 12px !important;
  margin-top: 18px;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .post-KOLEKCJE .post-title {
    font-size: 15px !important;
    margin-top: 10px;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .post-KOLEKCJE .post-title {
    font-size: 15px !important;
    margin-top: 10px;
  }
}
.post-KOLEKCJE .page-title-wrapper {
  border-top: 1px solid #000000;
  padding: 30px 0 !important;
  text-align: center;
}
.post-KOLEKCJE .page-title-wrapper .page-title span {
  font-size: 15px !important;
  font-weight: 500;
}
.post-KOLEKCJE img {
  margin-left: -15px !important;
  width: calc(100% + 30px);
  max-width: 10000px !important;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .post-KOLEKCJE img {
    max-width: 100% !important;
    margin: 0 !important;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .post-KOLEKCJE img {
    max-width: 100% !important;
    margin: 0 !important;
  }
}
.post-KOLEKCJE * {
  padding: 0;
}
.post-KOLEKCJE table {
  margin-top: 0px;
}
.post-KOLEKCJE table tr {
  margin-top: 5px;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .post-KOLEKCJE table tr {
    margin-top: 0;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .post-KOLEKCJE table tr {
    margin-top: 0;
  }
}
.post-KOLEKCJE table td {
  line-height: 0;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .post-KOLEKCJE table td {
    line-height: 21px;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .post-KOLEKCJE table td {
    line-height: 21px;
  }
}
.post-KOLEKCJE table tr {
  padding: 0;
  display: block;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .post-KOLEKCJE table tr {
    padding: 20px 0;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .post-KOLEKCJE table tr {
    padding: 20px 0;
  }
}
.post-KOLEKCJE table tr td {
  padding: 0 10px;
}
.post-KOLEKCJE table tr td:nth-last-child(1) {
  padding-right: 0;
}
.post-KOLEKCJE table tr td:first-child {
  padding-left: 0;
}
.post-KOLEKCJE table tr td:nth-child(2) {
  display: none;
  padding-right: 0;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .post-KOLEKCJE table tr td:nth-child(2) {
    display: table-cell;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .post-KOLEKCJE table tr td:nth-child(2) {
    display: table-cell;
  }
}
.post-KOLEKCJE table tr:first-child {
  padding-top: 0;
}
.post-KOLEKCJE table tr:last-child {
  padding-bottom: 0;
}
.post-KOLEKCJE td * {
  display: inline !important;
  line-height: 16px;
  color: #000000;
}
.post-KOLEKCJE td a {
  text-decoration-line: underline;
  -webkit-text-decoration-line: underline;
}
.checkout-index-index button {
  background: #000000 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
  color: #ffffff !important;
  font-size: 13px !important;
  text-transform: uppercase;
  font-weight: 400 !important;
}
.checkout-index-index .discount-code {
  display: none;
}
.search_autocomplete {
  display: none !important;
}
.opc-block-summary {
  background: none;
  border: 1px solid #000000;
  display: none;
  padding: 20px !important;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .opc-block-summary {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: 11px !important;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .opc-block-summary {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: 11px !important;
  }
}
.opc-block-summary .minicart-items {
  display: flex !important;
  flex-wrap: wrap;
  order: 1;
}
.opc-block-summary .table-totals {
  display: flex;
  order: 2;
}
.opc-block-summary .totals.shipping.excl .value {
  display: none;
}
.opc-block-summary * {
  font-size: 13px !important;
  text-transform: uppercase;
}
.opc-block-summary .title {
  font-weight: 500 !important;
  margin-top: 4px;
  font-size: 14px !important;
  border-bottom: none !important;
  position: relative;
  width: 100%;
  margin-bottom: 22px;
}
.opc-block-summary .title:after {
  content: '';
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: black;
  top: 37px;
}
.opc-block-summary .product-item {
  border-top: none !important;
  padding-top: 2px !important;
}
.opc-block-summary .product-item-name {
  margin-bottom: 0px !important;
}
.opc-block-summary .product-item-inner {
  width: 197px !important;
}
.opc-block-summary .product-item-details {
  padding-left: 83px !important;
  position: relative;
  top: -4px;
}
.opc-block-summary .product-item-details .product-item-name-block * {
  font-weight: bold !important;
  line-height: 17px !important;
  text-decoration-line: none !important;
  -webkit-text-decoration-line: none !important;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .opc-block-summary .product-item-details .product-item-name-block * {
    font-weight: 500 !important;
    line-height: 17px !important;
    text-decoration-line: underline !important;
    -webkit-text-decoration-line: underline !important;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .opc-block-summary .product-item-details .product-item-name-block * {
    font-weight: 500 !important;
    line-height: 17px !important;
    text-decoration-line: underline !important;
    -webkit-text-decoration-line: underline !important;
  }
}
.opc-block-summary .product-item-details .details-qty {
  margin-top: 3px !important;
}
.opc-block-summary .product-item-details .details-qty,
.opc-block-summary .product-item-details details-qty span {
  font-weight: 400 !important;
  line-height: 17px !important;
  text-decoration-line: none !important;
  -webkit-text-decoration-line: none !important;
}
.opc-block-summary .product-item-details .subtotal {
  position: absolute;
  right: 4px;
  bottom: 0px;
}
.opc-block-summary .product.options {
  display: none;
}
.opc-block-summary .product-image-container {
  height: auto !important;
  width: 60px !important;
}
.opc-block-summary .items-in-cart .title {
  display: none;
}
.opc-block-summary .table-totals {
  border-top: 1px solid #000000 !important;
  display: block !important;
  text-align: right !important;
  padding-top: 10px !important;
}
.opc-block-summary .table-totals .amount {
  padding: 5px 0 !important;
}
.opc-block-summary .table-totals tbody {
  float: right !important;
  width: auto !important;
}
.opc-block-summary .table-totals tbody th {
  font-weight: 500 !important;
}
.opc-block-summary .table-totals .mark,
.opc-block-summary .table-totals .mark strong {
  padding-top: 5px !important;
  font-weight: 500 !important;
}
.shipping-address-item.selected-item {
  border: 1px solid black !important;
  border-color: black !important;
}
.shipping-address-item.selected-item:after {
  display: none !important;
}
.checkout-method-login {
  margin-top: 6px !important;
  height: 33px !important;
}
.billing-address-form {
  max-width: 1000px !important;
}
.opc-progress-bar {
  text-align: right;
}
.cart-empty {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 20vh 0;
  margin-bottom: 20px;
  text-align: center;
}
.message.success {
  background: #d9ffda;
  padding: 10px 20px !important;
}
.message.success > *:first-child:before {
  display: none;
}
.message.success * {
  color: #000000;
  font-size: 13px !important;
}
.message.success *:before {
  display: none;
}
.white-button-action {
  color: #000000 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
  background: #ffffff !important;
  border: 1px solid #000000 !important;
  font-size: 13px !important;
  padding: 7px 0 !important;
  height: 39px;
}
.white-button-action:before {
  display: none !important;
}
.white-button-action span {
  margin-top: -4px;
  font-weight: 500 !important;
  display: block;
  position: relative;
  font-size: 13px !important;
  color: #ffffff !important;
  padding: 0px 10px !important;
  text-transform: uppercase !important;
}
.white-button-action.cart {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.white-button-button {
  padding: 5px 0 !important;
  color: #000000 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
  background: #ffffff !important;
  border: 1px solid #000000 !important;
  font-size: 13px !important;
  position: absolute;
  right: 104px;
  height: 38px;
}
.white-button-button:before {
  display: none !important;
}
.white-button-button span {
  display: block;
  position: relative;
  top: 0px;
  padding: 0 20px !important;
  font-size: 13px !important;
  color: #000000 !important;
  padding: 0 10px !important;
  text-transform: uppercase !important;
}
.nav-sections {
  background: none;
  margin-top: 20px;
  margin-bottom: 20px !important;
}
.nav-sections .navigation {
  background: none;
}
.nav-sections .navigation ul {
  margin: 0 20px;
  padding: 0;
}
.nav-sections .navigation ul:after {
  display: block;
  content: '';
  height: 1px;
  width: 100%;
  background: black;
  position: absolute;
  top: 41px;
}
.nav-sections .navigation li {
  display: inline-flex;
  margin-right: 22px !important;
}
.nav-sections .navigation li:after {
  content: '/';
  color: #888888;
  left: 10px;
  font-size: 13px;
  position: relative;
}
.nav-sections .navigation li:last-child:after {
  display: none;
}
.nav-sections .navigation a {
  color: #888888 !important;
  text-decoration-line: underline !important;
  -webkit-text-decoration-line: underline !important;
  font-size: 14px;
  line-height: 13px !important;
  font-weight: 500;
  padding: 0 !important;
}
.nav-sections .navigation a:hover {
  text-decoration-line: underline;
  -webkit-text-decoration-line: underline;
  color: #000000 !important;
}
.nav-sections .navigation .active a {
  font-weight: 500;
  text-decoration-line: none !important;
  -webkit-text-decoration-line: none !important;
  color: #000000 !important;
}
.nav-sections .navigation .active a:hover {
  text-decoration-line: none !important;
  -webkit-text-decoration-line: none !important;
  color: #000000 !important;
}
.nav-sections .navigation li,
.nav-sections .navigation a {
  position: initial;
  background: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  border: none !important;
}
.nav-sections .navigation li ul.submenu {
  display: none !important;
}
.nav-sections .navigation li ul.submenu li {
  margin-top: 5px !important;
}
.nav-sections .navigation li ul.submenu li:not(.active) a {
  text-decoration-line: underline !important;
  -webkit-text-decoration-line: underline !important;
  color: #888888 !important;
}
.nav-sections .navigation li ul.submenu li:not(.active) a:hover {
  color: #000000 !important;
}
.nav-sections .navigation li.has-active,
.nav-sections .navigation li.parent.active {
  height: 97px;
}
.nav-sections .navigation li.has-active > a,
.nav-sections .navigation li.parent.active > a {
  border-bottom: none !important;
  color: #000000 !important;
}
.nav-sections .navigation li.has-active ul.submenu,
.nav-sections .navigation li.parent.active ul.submenu {
  position: absolute;
  top: 61px !important;
  display: block !important;
  width: 100%;
  left: 0 !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none !important;
}
.products-grid {
  margin: 0 -20px 0;
}
.products-grid .product-items {
  margin: 0 !important;
  padding: 0 10px;
}
.products-grid .product-item-info {
  width: 100% !important;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .products-grid .product-item {
    margin-top: 32px !important;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .products-grid .product-item {
    margin-top: 32px !important;
  }
}
.products-grid .product-item .special-price {
  float: left;
}
.products-grid li {
  display: inline-block;
  width: 100% !important;
  margin: 0 !important;
  margin-top: 30px !important;
  padding: 0 10px !important;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .products-grid li {
    width: 33.333% !important;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .products-grid li {
    width: 33.333% !important;
  }
}
.products-grid li span,
.products-grid li strong {
  font-size: 13px !important;
}
.products-grid li .product-item-details {
  margin-top: 19px;
}
.products-grid li .price-box {
  margin: 0 !important;
}
.products-grid li .product-image-container {
  width: 100% !important;
}
.products-grid li .product-image-container img {
  width: 100% !important;
  /*margin-bottom: 15px;*/
}
.products-grid li .product-item-actions {
  display: none !important;
}
.price-box .price-label {
  display: none !important;
}
.price-box .special-price,
.price-box .old-price {
  display: inline-block !important;
}
.price-box .old-price,
.price-box .price {
  margin-right: 4px !important;
  font-weight: 400 !important;
}
.page-title {
  margin-top: 15px;
  font-size: 14px;
  font-weight: 500;
}
.page-products .block.filter {
  display: none;
}
.page-products .columns {
  margin-top: 30px;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .page-products .columns {
    margin-top: 0;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .page-products .columns {
    margin-top: 0;
  }
}
.toolbar-products {
  display: none;
}
form .control input {
  min-width: 160px;
}
form .control:before {
  display: none !important;
}
button {
  white-space: nowrap;
  padding-top: 1px !important;
  padding-bottom: 2px !important;
}
.white-button {
  color: #000000 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
  background: #ffffff !important;
  border: 1px solid #000000 !important;
}
.white-button span {
  color: #000000 !important;
  padding: 0 10px !important;
  text-transform: uppercase !important;
}
.popup-bg {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.popup-bg.active {
  pointer-events: initial;
  opacity: 1;
}
.search-container-bg {
  position: absolute;
  z-index: 11;
  width: 100%;
  padding: 20px 10px;
  background: rgba(0, 0, 0, 0.95);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.search-container-bg.active {
  pointer-events: initial;
  opacity: 1;
}
.search-container-bg .single-product {
  display: flex;
}
.search-container-bg .single-product .left-side,
.search-container-bg .single-product .right-side {
  padding: 10px;
  color: #ffffff;
}
.search-container-bg .single-product .left-side img,
.search-container-bg .single-product .right-side img {
  max-height: 105px;
  object-fit: cover;
  min-width: 100px;
}
.search-container-bg .single-product .left-side {
  width: 125px;
}
.search-container-bg .single-product .right-side * {
  display: block;
  width: 100%;
  font-size: 13px;
  line-height: 12px;
  padding-bottom: 10px;
  font-weight: 500;
  color: #ffffff;
}
.search-container-bg .single-product .right-side p {
  font-weight: normal;
}
.search-container-bg .single-product .right-side a {
  padding: 0;
  text-decoration-line: none;
  -webkit-text-decoration-line: none;
  color: #ffffff;
}
.search-container-bg .single-product .right-side a.focus,
.search-container-bg .single-product .right-side a.active {
  color: #ffffff;
}
.page-products .page-title-wrapper {
  margin-top: -12px;
  border-bottom: 1px solid black;
  padding-bottom: 2px;
  margin-bottom: -8px;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .page-products .page-title-wrapper {
    margin-top: 0;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .page-products .page-title-wrapper {
    margin-top: 0;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.page-wrapper .minisearch-label {
  display: none;
}
.page-wrapper > .widget.block.block-static-block.block-5,
.page-wrapper > .widget.block.block-static-block.block-4 {
  max-height: 0;
  overflow: hidden;
  position: absolute;
  display: block;
  background: black;
  opacity: 0.9;
  width: 273px;
  z-index: 10;
  left: -273px;
  padding: 34px 30px;
  margin-top: -18px;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .page-wrapper > .widget.block.block-static-block.block-5,
  .page-wrapper > .widget.block.block-static-block.block-4 {
    display: none;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .page-wrapper > .widget.block.block-static-block.block-5,
  .page-wrapper > .widget.block.block-static-block.block-4 {
    display: none;
  }
}
.page-wrapper > .widget.block.block-static-block.block-5 > p > a,
.page-wrapper > .widget.block.block-static-block.block-4 > p > a {
  font-weight: bold;
}
.page-wrapper > .widget.block.block-static-block.block-5 p,
.page-wrapper > .widget.block.block-static-block.block-4 p,
.page-wrapper > .widget.block.block-static-block.block-5 a,
.page-wrapper > .widget.block.block-static-block.block-4 a,
.page-wrapper > .widget.block.block-static-block.block-5 h1,
.page-wrapper > .widget.block.block-static-block.block-4 h1,
.page-wrapper > .widget.block.block-static-block.block-5 h2,
.page-wrapper > .widget.block.block-static-block.block-4 h2,
.page-wrapper > .widget.block.block-static-block.block-5 h3,
.page-wrapper > .widget.block.block-static-block.block-4 h3,
.page-wrapper > .widget.block.block-static-block.block-5 h4,
.page-wrapper > .widget.block.block-static-block.block-4 h4,
.page-wrapper > .widget.block.block-static-block.block-5 h5,
.page-wrapper > .widget.block.block-static-block.block-4 h5,
.page-wrapper > .widget.block.block-static-block.block-5 h6,
.page-wrapper > .widget.block.block-static-block.block-4 h6,
.page-wrapper > .widget.block.block-static-block.block-5 li,
.page-wrapper > .widget.block.block-static-block.block-4 li {
  color: #ffffff;
  font-size: 13px;
  margin-bottom: 56px;
  display: block;
}
.page-wrapper > .widget.block.block-static-block.block-5 p > a,
.page-wrapper > .widget.block.block-static-block.block-4 p > a,
.page-wrapper > .widget.block.block-static-block.block-5 a > a,
.page-wrapper > .widget.block.block-static-block.block-4 a > a,
.page-wrapper > .widget.block.block-static-block.block-5 h1 > a,
.page-wrapper > .widget.block.block-static-block.block-4 h1 > a,
.page-wrapper > .widget.block.block-static-block.block-5 h2 > a,
.page-wrapper > .widget.block.block-static-block.block-4 h2 > a,
.page-wrapper > .widget.block.block-static-block.block-5 h3 > a,
.page-wrapper > .widget.block.block-static-block.block-4 h3 > a,
.page-wrapper > .widget.block.block-static-block.block-5 h4 > a,
.page-wrapper > .widget.block.block-static-block.block-4 h4 > a,
.page-wrapper > .widget.block.block-static-block.block-5 h5 > a,
.page-wrapper > .widget.block.block-static-block.block-4 h5 > a,
.page-wrapper > .widget.block.block-static-block.block-5 h6 > a,
.page-wrapper > .widget.block.block-static-block.block-4 h6 > a,
.page-wrapper > .widget.block.block-static-block.block-5 li > a,
.page-wrapper > .widget.block.block-static-block.block-4 li > a {
  display: inline-block;
  margin-bottom: 0;
}
.page-wrapper > .widget.block.block-static-block.block-5 h1,
.page-wrapper > .widget.block.block-static-block.block-4 h1,
.page-wrapper > .widget.block.block-static-block.block-5 h2,
.page-wrapper > .widget.block.block-static-block.block-4 h2,
.page-wrapper > .widget.block.block-static-block.block-5 h3,
.page-wrapper > .widget.block.block-static-block.block-4 h3,
.page-wrapper > .widget.block.block-static-block.block-5 h4,
.page-wrapper > .widget.block.block-static-block.block-4 h4,
.page-wrapper > .widget.block.block-static-block.block-5 h5,
.page-wrapper > .widget.block.block-static-block.block-4 h5,
.page-wrapper > .widget.block.block-static-block.block-5 h6,
.page-wrapper > .widget.block.block-static-block.block-4 h6 {
  margin-top: 10px;
}
.page-wrapper > .widget.block.block-static-block.block-5 h6,
.page-wrapper > .widget.block.block-static-block.block-4 h6,
.page-wrapper > .widget.block.block-static-block.block-5 h6 strong,
.page-wrapper > .widget.block.block-static-block.block-4 h6 strong {
  font-weight: bold;
}
.page-wrapper > .widget.block.block-static-block.block-5.active,
.page-wrapper > .widget.block.block-static-block.block-4.active {
  left: 0px;
  opacity: 0.95;
  max-height: 10000px;
}
.page-wrapper > .widget.block.block-static-block.block-5 .footer.content,
.page-wrapper > .widget.block.block-static-block.block-4 .footer.content {
  padding: 0 !important;
  margin: 0 !important;
  display: flex;
  flex-wrap: wrap;
}
.page-wrapper > .widget.block.block-static-block.block-5 .footer.content .block.newsletter,
.page-wrapper > .widget.block.block-static-block.block-4 .footer.content .block.newsletter {
  order: 2;
}
.page-wrapper > .widget.block.block-static-block.block-5 .footer.content .links,
.page-wrapper > .widget.block.block-static-block.block-4 .footer.content .links {
  order: 1;
}
.page-wrapper > .widget.block.block-static-block.block-5 .currencies > *,
.page-wrapper > .widget.block.block-static-block.block-4 .currencies > * {
  padding: 0 5px;
  font-weight: bold;
}
.page-wrapper > .widget.block.block-static-block.block-5 .currencies .current,
.page-wrapper > .widget.block.block-static-block.block-4 .currencies .current {
  text-decoration-line: underline;
  -webkit-text-decoration-line: underline;
}
.page-wrapper > .widget.block.block-static-block.block-5 .currencies .right,
.page-wrapper > .widget.block.block-static-block.block-4 .currencies .right {
  display: none;
}
.page-wrapper > .widget.block.block-static-block.block-5 .block-static-block h1,
.page-wrapper > .widget.block.block-static-block.block-4 .block-static-block h1,
.page-wrapper > .widget.block.block-static-block.block-5 .block-static-block h2,
.page-wrapper > .widget.block.block-static-block.block-4 .block-static-block h2,
.page-wrapper > .widget.block.block-static-block.block-5 .block-static-block h3,
.page-wrapper > .widget.block.block-static-block.block-4 .block-static-block h3,
.page-wrapper > .widget.block.block-static-block.block-5 .block-static-block h4,
.page-wrapper > .widget.block.block-static-block.block-4 .block-static-block h4,
.page-wrapper > .widget.block.block-static-block.block-5 .block-static-block h5,
.page-wrapper > .widget.block.block-static-block.block-4 .block-static-block h5,
.page-wrapper > .widget.block.block-static-block.block-5 .block-static-block h6,
.page-wrapper > .widget.block.block-static-block.block-4 .block-static-block h6 {
  padding: 0 !important;
  margin: 0 0 29px !important;
}
.page-wrapper > .widget.block.block-static-block.block-5 .block-static-block .form.subscribe,
.page-wrapper > .widget.block.block-static-block.block-4 .block-static-block .form.subscribe {
  margin-top: -15px;
}
.page-wrapper > .widget.block.block-static-block.block-5 .block-static-block p,
.page-wrapper > .widget.block.block-static-block.block-4 .block-static-block p,
.page-wrapper > .widget.block.block-static-block.block-5 .block-static-block a,
.page-wrapper > .widget.block.block-static-block.block-4 .block-static-block a {
  font-size: 11px !important;
  margin-bottom: 0px;
}
.page-wrapper > .widget.block.block-static-block.block-5 input,
.page-wrapper > .widget.block.block-static-block.block-4 input {
  text-align: center;
  font-size: 11px !important;
}
.page-wrapper > .widget.block.block-static-block.block-5 .white-button,
.page-wrapper > .widget.block.block-static-block.block-4 .white-button {
  background: transparent !important;
  border: 1px solid #ffffff !important;
}
.page-wrapper > .widget.block.block-static-block.block-5 .white-button span,
.page-wrapper > .widget.block.block-static-block.block-4 .white-button span {
  color: #ffffff !important;
  font-size: 11px !important;
}
.page-wrapper > .widget.block.block-static-block.block-5 .block.newsletter,
.page-wrapper > .widget.block.block-static-block.block-4 .block.newsletter {
  margin-top: 20px !important;
}
.page-wrapper > .widget.block.block-static-block.block-5 .block.newsletter h6,
.page-wrapper > .widget.block.block-static-block.block-4 .block.newsletter h6 {
  margin: 0 !important;
  padding: 0 !important;
}
.page-wrapper > .widget.block.block-static-block.block-5 .actions,
.page-wrapper > .widget.block.block-static-block.block-4 .actions {
  width: 100%;
  display: block;
  top: 3px;
}
.page-wrapper > .widget.block.block-static-block.block-5 .actions button,
.page-wrapper > .widget.block.block-static-block.block-4 .actions button {
  width: 100%;
  text-align: center;
}
.page-wrapper > .widget.block.block-static-block.block-5 .block-2 p,
.page-wrapper > .widget.block.block-static-block.block-4 .block-2 p,
.page-wrapper > .widget.block.block-static-block.block-5 .block-2 a,
.page-wrapper > .widget.block.block-static-block.block-4 .block-2 a {
  font-size: 0 !important;
  display: inline;
}
.page-wrapper > .widget.block.block-static-block.block-5 .name-Footerlinks-firstcolumn p,
.page-wrapper > .widget.block.block-static-block.block-4 .name-Footerlinks-firstcolumn p,
.page-wrapper > .widget.block.block-static-block.block-5 .name-Footerlinks-firstcolumn a,
.page-wrapper > .widget.block.block-static-block.block-4 .name-Footerlinks-firstcolumn a {
  height: 30px;
}
.page-wrapper > .widget.block.block-static-block.block-5 .copyright,
.page-wrapper > .widget.block.block-static-block.block-4 .copyright {
  margin-top: -24px !important;
}
.page-wrapper > .widget.block.block-static-block.block-5 .copyright .wrapper-middle,
.page-wrapper > .widget.block.block-static-block.block-4 .copyright .wrapper-middle {
  max-width: 273px;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
}
.page-wrapper > .widget.block.block-static-block.block-5 .copyright .wrapper-middle *,
.page-wrapper > .widget.block.block-static-block.block-4 .copyright .wrapper-middle * {
  font-size: 10px;
  line-height: 12px;
}
.page-wrapper > .widget.block.block-static-block.block-5 .copyright a,
.page-wrapper > .widget.block.block-static-block.block-4 .copyright a {
  display: inline !important;
}
.page-wrapper > .widget.block.block-static-block.block-5 > ul > li,
.page-wrapper > .widget.block.block-static-block.block-4 > ul > li {
  font-weight: bold;
}
.page-wrapper > .widget.block.block-static-block.block-5.block-5,
.page-wrapper > .widget.block.block-static-block.block-4.block-5 {
  right: -273px;
  left: initial;
}
.page-wrapper > .widget.block.block-static-block.block-5.block-5.active,
.page-wrapper > .widget.block.block-static-block.block-4.block-5.active {
  right: 0px;
}
.page-wrapper > .widget.block.block-static-block.block-5.block-5 > ul > li > ul,
.page-wrapper > .widget.block.block-static-block.block-4.block-5 > ul > li > ul {
  max-height: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.page-wrapper > .widget.block.block-static-block.block-5.block-5 > ul > li > ul a,
.page-wrapper > .widget.block.block-static-block.block-4.block-5 > ul > li > ul a {
  font-size: 13px !important;
  margin-bottom: 15px !important;
}
.page-wrapper > .widget.block.block-static-block.block-5.block-5 > ul > li > ul li,
.page-wrapper > .widget.block.block-static-block.block-4.block-5 > ul > li > ul li {
  margin-bottom: 0;
}
.page-wrapper > .widget.block.block-static-block.block-5.block-5 > ul > li.active > ul,
.page-wrapper > .widget.block.block-static-block.block-4.block-5 > ul > li.active > ul {
  margin-top: 30px;
  max-height: 5000px;
  opacity: 1;
}
.page-wrapper > .widget.block.block-static-block.block-5 .form.subscribe .field.newsletter,
.page-wrapper > .widget.block.block-static-block.block-4 .form.subscribe .field.newsletter {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.page-wrapper > .widget.block.block-static-block.block-5 .form.subscribe .white-button,
.page-wrapper > .widget.block.block-static-block.block-4 .form.subscribe .white-button {
  height: 35px;
}
.page-wrapper > .widget.block.block-static-block.block-5 .form.subscribe .white-button,
.page-wrapper > .widget.block.block-static-block.block-4 .form.subscribe .white-button,
.page-wrapper > .widget.block.block-static-block.block-5 .form.subscribe input,
.page-wrapper > .widget.block.block-static-block.block-4 .form.subscribe input {
  width: 100% !important;
}
.page-wrapper > .widget.block.block-static-block.block-5 .form.subscribe input,
.page-wrapper > .widget.block.block-static-block.block-4 .form.subscribe input {
  padding: 19px 10px !important;
}
.page-wrapper > .widget.block.block-static-block.block-5.block-4 .name-Footerlinks-firstcolumn,
.page-wrapper > .widget.block.block-static-block.block-4.block-4 .name-Footerlinks-firstcolumn {
  display: none;
}
.page-wrapper > .widget.block.block-static-block.block-5.hidden,
.page-wrapper > .widget.block.block-static-block.block-4.hidden {
  opacity: 0;
}
checkout-cart-index .action.continue {
  color: #ffffff !important;
  background: #000000 !important;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  checkout-cart-index .action.continue {
    color: #000000 !important;
    background: #ffffff !important;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  checkout-cart-index .action.continue {
    color: #000000 !important;
    background: #ffffff !important;
  }
}
.name-Newsletterpopup {
  position: fixed;
  border: 1px solid #000000;
  background: #ffffff;
  padding: 30px 30px 50px;
  left: -320px;
  bottom: -20px;
  width: 320px !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  z-index: 4;
}
.name-Newsletterpopup.active {
  left: 0;
}
.name-Newsletterpopup label {
  display: none;
}
.name-Newsletterpopup button {
  width: 100% !important;
  background: black !important;
  color: #ffffff !important;
}
.name-Newsletterpopup button * {
  color: #ffffff !important;
  font-weight: 600 !important;
  font-size: 14px !important;
}
.name-Newsletterpopup p {
  font-size: 13px;
  line-height: 19px;
  margin-bottom: 15px;
  font-weight: 500;
}
.name-Newsletterpopup .close-button {
  content: '';
  display: block;
  position: absolute;
  background-image: url('../images/plus_zoom.png');
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 20px;
  height: 20px;
  background-size: 20px;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.block.discount {
  width: 100%;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .block.discount .field {
    width: 200px !important;
    float: left !important;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .block.discount .field {
    width: 200px !important;
    float: left !important;
  }
}
.block.discount .control {
  width: 100%;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .block.discount .primary {
    margin: 9px 0 0 8px;
  }
  .block.discount .primary button {
    height: 27px;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .block.discount .primary {
    margin: 9px 0 0 8px;
  }
  .block.discount .primary button {
    height: 27px;
  }
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .checkout-billing-address .action-cancel {
    height: 29px;
    margin-top: 0px !important;
  }
  .checkout-billing-address .action-cancel span {
    padding: 10px;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .checkout-billing-address .action-cancel {
    height: 29px;
    margin-top: 0px !important;
  }
  .checkout-billing-address .action-cancel span {
    padding: 10px;
  }
}
.checkout-onepage-success .columns {
  margin-top: 20px;
}
.checkout-onepage-success .columns p {
  padding-top: 10px;
}
.checkout-onepage-success .columns a {
  margin-top: 20px !important;
}
.catalogsearch-result-index .column.main {
  float: none;
  width: 100%;
}
.catalogsearch-result-index .page-title-wrapper {
  padding-bottom: 28px;
  border-bottom: 1px solid #000000;
  margin-bottom: 10px;
}
.catalogsearch-result-index .message.notice {
  color: #000000 !important;
  background: none !important;
  padding: 0 !important;
  font-size: 15px !important;
  margin-top: 15px !important;
}
.catalogsearch-result-index .message.notice * {
  font-size: 15px !important;
}
.catalogsearch-result-index .message.notice div:before {
  display: none !important;
}
.block-search {
  margin: 0 !important;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .block-search {
    width: 196px;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .block-search {
    width: 196px;
  }
}
.block-search .block-title {
  display: none;
}
.block-search .input-wrap {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  width: 155px;
  position: absolute;
  top: 0px;
  z-index: 8;
  height: 32px;
  margin: 0 15px;
  left: -300px;
}
.block-search .input-wrap #search {
  position: relative;
  left: 0;
  background: none;
  border: none;
  box-shadow: none;
  font-size: 11px !important;
  margin: 3px 0px -5px;
  padding: 0 !important;
  color: #ffffff;
  height: 12px;
  font-size: 12px !important;
  word-spacing: 2px;
  font-family: "din", sans-serif;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .block-search .input-wrap #search {
    font-family: "franklin-gothic-urw", sans-serif;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .block-search .input-wrap #search {
    font-family: "franklin-gothic-urw", sans-serif;
  }
}
.block-search .input-wrap .input-desc {
  font-family: "din", sans-serif;
  position: relative;
  border-top: 1px solid #ffffff;
  margin: 0;
  font-size: 11px;
  padding-top: 5px;
  color: #ffffff;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .block-search .input-wrap .input-desc {
    font-family: "franklin-gothic-urw", sans-serif;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .block-search .input-wrap .input-desc {
    font-family: "franklin-gothic-urw", sans-serif;
  }
}
.block-search .input-wrap.active {
  left: 0;
}
.block-search .input-wrap.right {
  right: -300px;
  left: initial;
  text-align: right;
}
.block-search .input-wrap.right #search {
  text-align: right;
  padding-right: 4px !important;
}
.block-search .input-wrap.right.active {
  right: 0;
}
.block-search .input-wrap.right .input-desc {
  margin-right: 1px;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .block-search {
    padding-right: 20px;
  }
  .block-search .field.search {
    display: inline-block;
  }
  .block-search .actions {
    display: inline-block;
    position: relative;
    width: 20px;
    float: right;
  }
  .block-search .actions ::-webkit-input-placeholder {
    opacity: 1;
    color: #000000;
  }
  .block-search .actions ::-moz-placeholder {
    opacity: 1;
    color: #000000;
  }
  .block-search .actions :-ms-input-placeholder {
    opacity: 1;
    color: #000000;
  }
  .block-search .actions :-moz-placeholder {
    opacity: 1;
    color: #000000;
  }
  .block-search .actions button {
    position: relative;
    background-image: url('../images/search.png') !important;
    right: 0 !important;
    background-repeat: no-repeat !important;
    float: right;
    background-position: 0px 8px !important;
    width: 20px;
    height: 33px;
    opacity: 1 !important;
  }
  .block-search .actions :before {
    display: none !important;
  }
  .block-search .form.minisearch {
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
  }
  .block-search .control {
    padding: 0;
  }
  .block-search #search {
    position: relative;
    left: 0;
    background: none;
    border: none;
    box-shadow: none;
    font-size: 11px;
    margin: 5px 0 0;
    min-width: 131px;
    width: 131px;
    padding: 0 !important;
    color: #ffffff;
    height: 12px;
    font-family: "din", sans-serif;
    font-size: 12px;
    color: #000000;
    word-spacing: 2px;
    border: none !important;
    /* FF 4-18 */
    /* FF 19+ */
  }
  .block-search #search::-webkit-input-placeholder {
    color: #000000;
	font-size: 14px;
	text-transform: uppercase;
  }
  .block-search #search::-moz-placeholder {
    color: #000000;
  }
  .block-search #search:-ms-input-placeholder {
    color: #000000;
  }
  .block-search #search:-moz-placeholder {
    color: #000000;
  }
  .block-search #search:focus::-webkit-input-placeholder {
    color: transparent;
  }
  .block-search #search:focus:-moz-placeholder {
    color: transparent;
  }
  .block-search #search:focus::-moz-placeholder {
    color: transparent;
  }
  .block-search #search:focus:-ms-input-placeholder {
    color: transparent;
  }
}
@media all and (min-width: 1060px) and (max-width: 99999px) and all and (min-width: 1060px) and (max-width: 99999px) {
  .block-search #search {
    font-family: "franklin-gothic-urw", sans-serif;
  }
}
@media all and (min-width: 1060px) and (max-width: 99999px) and all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .block-search #search {
    font-family: "franklin-gothic-urw", sans-serif;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .block-search {
    padding-right: 20px;
  }
  .block-search .field.search {
    display: inline-block;
  }
  .block-search .actions {
    display: inline-block;
    position: relative;
    width: 20px;
    float: right;
  }
  .block-search .actions ::-webkit-input-placeholder {
    opacity: 1;
    color: #000000;
  }
  .block-search .actions ::-moz-placeholder {
    opacity: 1;
    color: #000000;
  }
  .block-search .actions :-ms-input-placeholder {
    opacity: 1;
    color: #000000;
  }
  .block-search .actions :-moz-placeholder {
    opacity: 1;
    color: #000000;
  }
  .block-search .actions button {
    position: relative;
    background-image: url('../images/search.png') !important;
    right: 0 !important;
    background-repeat: no-repeat !important;
    float: right;
    background-position: 0px 8px !important;
    width: 20px;
    height: 33px;
    opacity: 1 !important;
  }
  .block-search .actions :before {
    display: none !important;
  }
  .block-search .form.minisearch {
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
  }
  .block-search .control {
    padding: 0;
  }
  .block-search #search {
    position: relative;
    left: 0;
    background: none;
    border: none;
    box-shadow: none;
    font-size: 11px;
    margin: 5px 0 0;
    min-width: 121px;
    width: 121px;
    padding: 0 !important;
    color: #ffffff;
    height: 12px;
    font-family: "din", sans-serif;
    font-size: 12px;
    color: #000000;
    word-spacing: 2px;
    border: none !important;
    /* FF 4-18 */
    /* FF 19+ */
  }
  .block-search #search::-webkit-input-placeholder {
    color: #000000;
  }
  .block-search #search::-moz-placeholder {
    color: #000000;
  }
  .block-search #search:-ms-input-placeholder {
    color: #000000;
  }
  .block-search #search:-moz-placeholder {
    color: #000000;
  }
  .block-search #search:focus::-webkit-input-placeholder {
    color: transparent;
  }
  .block-search #search:focus:-moz-placeholder {
    color: transparent;
  }
  .block-search #search:focus::-moz-placeholder {
    color: transparent;
  }
  .block-search #search:focus:-ms-input-placeholder {
    color: transparent;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) and all and (min-width: 1060px) and (max-width: 99999px) {
  .block-search #search {
    font-family: "franklin-gothic-urw", sans-serif;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) and all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .block-search #search {
    font-family: "franklin-gothic-urw", sans-serif;
  }
}
.block-search .nested {
  display: none;
}
.mobile-menu,
.mobile-shop {
  display: block;
  background-size: 40px;
  width: 92px;
  background-position: center right;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  height: 100%;
  padding: 15px;
  background-position: center right 10px;
  left: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  background-color: #000000;
  text-align: right;
  z-index: 7;
  max-width: 10vw;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .mobile-menu,
  .mobile-shop {
    display: none;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .mobile-menu,
  .mobile-shop {
    display: none;
  }
}
.mobile-menu img,
.mobile-shop img {
  max-width: 10vw;
}
.mobile-menu.active,
.mobile-shop.active {
  max-width: 100vw;
  z-index: 8;
  width: 100%;
}
.field.search label {
  display: none;
}
.field.search .control {
  border-top: none !important;
}
.cms-no-route .page-main a {
  color: #000000 !important;
}
.action.primary {
  background: #000000 !important;
  font-size: 13px !important;
  text-transform: uppercase;
}
.customer-account-login .page-title-wrapper,
.customer-account-forgotpassword .page-title-wrapper,
.customer-account-create .page-title-wrapper {
  display: block;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .customer-account-login .page-title-wrapper,
  .customer-account-forgotpassword .page-title-wrapper,
  .customer-account-create .page-title-wrapper {
    display: none;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .customer-account-login .page-title-wrapper,
  .customer-account-forgotpassword .page-title-wrapper,
  .customer-account-create .page-title-wrapper {
    display: none;
  }
}
.customer-account-login .action.login,
.customer-account-forgotpassword .action.login,
.customer-account-create .action.login,
.customer-account-login .action.submit,
.customer-account-forgotpassword .action.submit,
.customer-account-create .action.submit {
  background: #000000 !important;
  font-size: 13px;
  text-transform: uppercase;
}
.customer-account-login .action.remind,
.customer-account-forgotpassword .action.remind,
.customer-account-create .action.remind,
.customer-account-login .action.back,
.customer-account-forgotpassword .action.back,
.customer-account-create .action.back {
  background: none !important;
  color: #000000 !important;
  text-decoration-line: underline !important;
  -webkit-text-decoration-line: underline !important;
  font-size: 13px;
  text-align: left;
  padding: 0 !important;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .customer-account-login .action.remind,
  .customer-account-forgotpassword .action.remind,
  .customer-account-create .action.remind,
  .customer-account-login .action.back,
  .customer-account-forgotpassword .action.back,
  .customer-account-create .action.back {
    position: relative;
    left: -60px;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .customer-account-login .action.remind,
  .customer-account-forgotpassword .action.remind,
  .customer-account-create .action.remind,
  .customer-account-login .action.back,
  .customer-account-forgotpassword .action.back,
  .customer-account-create .action.back {
    position: relative;
    left: -60px;
  }
}
.customer-account-login fieldset.login:after,
.customer-account-forgotpassword fieldset.login:after,
.customer-account-create fieldset.login:after {
  display: none;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .customer-account-login .block-title,
  .customer-account-forgotpassword .block-title,
  .customer-account-create .block-title {
    border-bottom: none !important;
    text-decoration-line: none !important;
    -webkit-text-decoration-line: none !important;
    font-weight: 500;
    border-top: 1px solid #000000 !important;
    padding: 20px 0;
    text-transform: uppercase;
    margin-top: 50px;
  }
  .customer-account-login .block-title *,
  .customer-account-forgotpassword .block-title *,
  .customer-account-create .block-title * {
    font-weight: 500 !important;
    text-transform: uppercase;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .customer-account-login .block-title,
  .customer-account-forgotpassword .block-title,
  .customer-account-create .block-title {
    border-bottom: none !important;
    text-decoration-line: none !important;
    -webkit-text-decoration-line: none !important;
    font-weight: 500;
    border-top: 1px solid #000000 !important;
    padding: 20px 0;
    text-transform: uppercase;
    margin-top: 50px;
  }
  .customer-account-login .block-title *,
  .customer-account-forgotpassword .block-title *,
  .customer-account-create .block-title * {
    font-weight: 500 !important;
    text-transform: uppercase;
  }
}
.customer-account-create .left-col {
  width: 100%;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .customer-account-create .left-col {
    float: left;
    width: 66.666%;
    padding-right: 17px;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .customer-account-create .left-col {
    float: left;
    width: 66.666%;
    padding-right: 17px;
  }
}
.customer-account-create .left-col h1 {
  margin-top: 15px;
  padding: 15px 0 15px;
  font-weight: 700;
  font-size: 18px;
  display: block;
  border-top: 1px solid #000000;
  width: 100%;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .customer-account-create .left-col h1 {
    margin-top: 40px;
    padding: 30px 0 40px;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .customer-account-create .left-col h1 {
    margin-top: 40px;
    padding: 30px 0 40px;
  }
}
.customer-account-create .left-col label:after {
  font-size: 14px !important;
}
.customer-account-create .right-col {
  display: none;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .customer-account-create .right-col {
    display: block;
    float: left;
    width: 33.333%;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .customer-account-create .right-col {
    display: block;
    float: left;
    width: 33.333%;
  }
}
.customer-account-create .right-col .img {
  background: url('../images/tree.png');
  width: 100%;
  background-size: contain;
  height: 512px;
  margin-top: 40px;
}
.customer-account-create button * {
  font-weight: 500 !important;
}
.customer-account-create .action.back {
  display: none !important;
}
.red-text {
  color: #e02b27;
}
.required-fields {
  margin-bottom: 20px;
  text-transform: none !important;
  font-size: 14px !important;
  margin-left: 154px;
}
.required-fields strong {
  text-transform: none !important;
  font-size: 14px !important;
}
.access {
  margin-bottom: 20px;
  text-transform: none !important;
}
.block-new-customer * {
  text-transform: none !important;
}
.block-new-customer strong {
  font-weight: 500;
}
.mobile-shop {
  background-position: center left 10px;
  right: 0px;
  left: initial;
  text-align: left;
  margin-right: 30px;
}
@media all and (min-width: 650px) and (max-width: 99999px) {
  .mobile-shop {
    margin-right: 20px;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 1300px) and (max-width: 99999px) {
  .mobile-shop {
    margin-right: 20px;
  }
}
@media all and (min-width: 750px) and (max-width: 99999px) {
  .mobile-shop {
    margin-right: 10px;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 1500px) and (max-width: 99999px) {
  .mobile-shop {
    margin-right: 10px;
  }
}
@media all and (min-width: 860px) and (max-width: 99999px) {
  .mobile-shop {
    margin-right: 0px;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 1720px) and (max-width: 99999px) {
  .mobile-shop {
    margin-right: 0px;
  }
}
.mobile-shop.active {
  margin-right: 0px;
}
.header.content {
  padding: 15px 0 10px !important;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .header.content {
    padding: 50px 0 15px !important;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .header.content {
    padding: 50px 0 15px !important;
  }
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .header.content {
    height: auto;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .header.content {
    height: auto;
  }
}
.header.content .logo {
  background-image: url('../images/logo-white.svg');
  background-repeat: no-repeat;
  position: relative;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  left: 50%;
  margin: 0;
  width: 280px;
  padding: 0;
  background-size: contain;
  background-position: center;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .header.content .logo {
    width: 280px;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .header.content .logo {
    width: 280px;
  }
}
.header.content .logo img {
  opacity: 0;
  width: 20vw;
  height: auto;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .header.content .logo {
    background-image: none;
    position: initial;
    left: initial;
    margin-left: 20px;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    width: 160px;
  }
  .header.content .logo img {
    opacity: 1;
    width: 160px;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .header.content .logo {
    background-image: none;
    position: initial;
    left: initial;
    margin-left: 20px;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    width: 160px;
  }
  .header.content .logo img {
    opacity: 1;
    width: 160px;
  }
}
.header.content .action.nav-toggle,
.header.content .minicart,
.header.content .action.showcart {
  display: none !important;
}
#switcher-currency {
  display: none;
}
.panel.header {
  letter-spacing: 1px;
}
.panel.header * {
  letter-spacing: 1px;
}
.page-header {
  border-bottom: none !important;
}
.page-header .panel.wrapper {
  display: none;
  padding: 9px 0 0px;
  background: #000000;
  font-family: "din", sans-serif;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .page-header .panel.wrapper {
    display: block;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .page-header .panel.wrapper {
    display: block;
  }
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .page-header .panel.wrapper {
    font-family: "franklin-gothic-urw", sans-serif;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .page-header .panel.wrapper {
    font-family: "franklin-gothic-urw", sans-serif;
  }
}
.page-header .panel.wrapper .switcher {
  margin: 0 !important;
}
.page-header .panel.wrapper .switcher-currency {
  color: #ffffff;
  font-size: 15px;
  text-decoration-line: underline;
  -webkit-text-decoration-line: underline;
  position: relative;
  top: -2px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.page-header .panel.wrapper .switcher-currency:hover {
  color: #888888;
}
.page-header .panel.wrapper .switcher-currency .switcher-dropdown {
  position: fixed;
  top: 22.8%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 408px;
  margin-left: -5px;
  max-width: 100%;
  padding: 50px;
  display: none;
}
.page-header .panel.wrapper .switcher-currency .switcher-dropdown.active {
  display: block;
}
.page-header .panel.wrapper .switcher-currency .switcher-dropdown li {
  padding: 13px 0;
  border-top: 1px solid #000000;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.page-header .panel.wrapper .switcher-currency .switcher-dropdown li:last-child {
  border-bottom: 1px solid #000000;
}
.page-header .panel.wrapper .switcher-currency .switcher-dropdown li:hover {
  background: rbga(0, 0, 0, 0.01);
}
.page-header .panel.wrapper .switcher-currency .switcher-dropdown:after {
  display: none;
}
.page-header .panel.wrapper .switcher-currency .switcher-dropdown .cart-span {
  display: none;
}
.page-header .panel.wrapper .switcher-currency .switcher-dropdown:before {
  content: 'WYBIERZ WALUTĘ';
  display: block;
  border: none;
  position: relative;
  padding: 0;
  margin-bottom: 26px;
  margin-top: 9px;
  width: 100%;
  height: auto;
  left: 0px;
  font-weight: 500;
  color: #000000;
  word-spacing: 1px;
  font-size: 16px;
}
.page-header .panel.wrapper .switcher-currency .switcher-dropdown a,
.page-header .panel.wrapper .switcher-currency .switcher-dropdown span {
  color: #000000;
  display: inline-block;
  width: 100%;
  padding: 0;
  position: relative;
}
.page-header .panel.wrapper .switcher-currency .switcher-dropdown .left,
.page-header .panel.wrapper .switcher-currency .switcher-dropdown .right {
  width: 50%;
  text-align: right;
  float: right;
}
.page-header .panel.wrapper .switcher-currency .switcher-dropdown .left {
  padding-left: 20px;
  text-align: left;
  font-weight: 500;
  display: block;
  float: left;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
.page-header .panel.wrapper .header.links {
  display: none;
}
.page-header .panel.wrapper .block-static-block {
  text-align: center;
  margin-bottom: 0;
}
.page-header .panel.wrapper .block-static-block .block-cms-link {
  margin-bottom: 0 !important;
  display: inline-flex;
}
.page-header .panel.wrapper .block-static-block > ul {
  max-width: 1000px;
  display: flex;
  text-align: justify !important;
  justify-content: space-between;
}
.page-header .panel.wrapper .block-static-block > ul li {
  display: inline;
  text-align: left !important;
  width: auto;
  color: #ffffff;
  margin-bottom: 0 !important;
}
.page-header .panel.wrapper .block-static-block a {
  color: #ffffff;
  text-decoration-line: none;
  -webkit-text-decoration-line: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.page-header .panel.wrapper .block-static-block a:hover {
  color: #888888;
}
.page-header .switcher-dropdown li {
  display: block !important;
}
.page-header .header.content {
  background: #000000;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .page-header .header.content {
    background: #ffffff;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .page-header .header.content {
    background: #ffffff;
  }
}
.block-3 li {
  display: block !important;
  text-align: center;
}
.block-3 li:first-child,
.block-3 li:first-of-type {
  display: block !important;
  text-align: left;
}
.block-3 li:last-child,
.block-3 li:last-of-type {
  display: block !important;
  text-align: right !important;
  background: none;
}
#registration .action.primary {
  margin-top: 15px;
  font-weight: 400;
  padding-bottom: 24px !important;
}
#registration .action.primary * {
  font-weight: 400;
}
.cms-home .page-title-wrapper {
  display: none !important;
}
.cms-home .name-Homepage-firstblock,
.cms-home .name-Homepage-secondblock {
  margin-bottom: 33px;
}
.cms-home .name-Homepage-firstblock p,
.cms-home .name-Homepage-secondblock p {
  background: #000000;
  display: block;
  margin-top: -3px;
  color: #ffffff;
}
.cms-home .name-Homepage-firstblock p *,
.cms-home .name-Homepage-secondblock p * {
  color: #ffffff;
}
.cms-home .name-Homepage-firstblock p a,
.cms-home .name-Homepage-secondblock p a {
  padding: 15px 6px 15px 4px;
  font-size: 12px;
  display: inline-block;
  color: #ffffff;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .cms-home .name-Homepage-firstblock p a,
  .cms-home .name-Homepage-secondblock p a {
    font-size: 14px;
    position: relative;
    top: 1px;
    padding: 15px 6px 15px 15px;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .cms-home .name-Homepage-firstblock p a,
  .cms-home .name-Homepage-secondblock p a {
    font-size: 14px;
    position: relative;
    top: 1px;
    padding: 15px 6px 15px 15px;
  }
}
.cms-home .name-Homepage-firstblock p a:first-child,
.cms-home .name-Homepage-secondblock p a:first-child {
  font-weight: 500;
  text-decoration-line: underline;
  -webkit-text-decoration-line: underline;
}
.cms-home .name-Homepage-firstblock p a:last-child,
.cms-home .name-Homepage-secondblock p a:last-child {
  padding: 15px 4px 15px 4px;
}
.name-Homepage-firstblock {
  margin-top: 41px;
  margin-bottom: 32px !important;
}
.cms-home-page-full-screen {
  background: black !important;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .cms-home-page-full-screen .panel.header {
    position: relative;
  }
  .cms-home-page-full-screen .panel.header:after {
    position: absolute;
    display: block;
    content: '';
    width: 160px;
    height: 45px;
    background-size: 160px 45px;
    background-image: url('../images/logo-white.svg');
    z-index: 100;
    top: 85px;
    opacity: 0.5;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .cms-home-page-full-screen .panel.header {
    position: relative;
  }
  .cms-home-page-full-screen .panel.header:after {
    position: absolute;
    display: block;
    content: '';
    width: 160px;
    height: 45px;
    background-size: 160px 45px;
    background-image: url('../images/logo-white.svg');
    z-index: 100;
    top: 85px;
    opacity: 0.5;
  }
}
.cms-home-page-full-screen .block-static-block.block-4,
.cms-home-page-full-screen .block-static-block.block-5 {
  margin-top: -18px !important;
  z-index: 20 !important;
}
.cms-home-page-full-screen .page-main .column img,
.cms-home-page-full-screen .page-main .column iframe {
  background: black !important;
  text-align: center;
  z-index: 10;
  position: fixed;
  height: calc(100% - 67px);
  height: calc(100vh - 67px);
  width: calc(100% + 40px);
  width: 100vw;
  max-height: calc(100% - 67px);
  max-height: calc(100vh - 67px);
  max-width: calc(100% + 40px);
  max-width: 100vw;
  top: 67px;
  right: 0;
  bottom: 0;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .cms-home-page-full-screen .page-main .column img,
  .cms-home-page-full-screen .page-main .column iframe {
    position: absolute;
    top: 44px;
    left: 0px;
    height: calc(100% - 44px);
    height: calc(100vh - 44px);
    max-height: calc(100% - 44px);
    max-height: calc(100vh - 44px);
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .cms-home-page-full-screen .page-main .column img,
  .cms-home-page-full-screen .page-main .column iframe {
    position: absolute;
    top: 44px;
    left: 0px;
    height: calc(100% - 44px);
    height: calc(100vh - 44px);
    max-height: calc(100% - 44px);
    max-height: calc(100vh - 44px);
  }
}
.name-Homepage-recentitems {
  padding: 30px 0 46px;
  margin-bottom: 37px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.name-Homepage-recentitems .block-title {
  display: none !important;
}
.name-Homepage-recentitems a {
  color: black;
  text-decoration-line: underline;
  -webkit-text-decoration-line: underline;
  font-size: 14px !important;
}
.name-Homepage-recentitems p,
.name-Homepage-recentitems a {
  font-size: 13px !important;
  font-weight: 500;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .name-Homepage-recentitems p,
  .name-Homepage-recentitems a {
    font-size: 14px !important;
    color: black !important;
  }
  .name-Homepage-recentitems p *,
  .name-Homepage-recentitems a * {
    color: black !important;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .name-Homepage-recentitems p,
  .name-Homepage-recentitems a {
    font-size: 14px !important;
    color: black !important;
  }
  .name-Homepage-recentitems p *,
  .name-Homepage-recentitems a * {
    color: black !important;
  }
}
.name-Homepage-recentitems p:nth-child(odd) {
  float: left;
}
.name-Homepage-recentitems p:nth-child(even) {
  float: right;
}
.name-Homepage-recentitems .block-new-products-images {
  margin-bottom: 0;
}
.name-Homepage-recentitems .block-new-products-images p {
  float: none !important;
  color: black;
}
.name-Homepage-recentitems .product-items {
  margin-bottom: 0;
}
.name-Homepage-recentitems .product-items:after {
  content: '';
  display: block;
  clear: both;
  float: none;
}
.name-Homepage-recentitems .block-products-list {
  margin-bottom: -3px !important;
}
.name-Homepage-recentitems .product-item {
  margin-top: 30px;
  width: 50% !important;
  display: inline-block;
  float: left;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .name-Homepage-recentitems .product-item {
    width: 16.666% !important;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .name-Homepage-recentitems .product-item {
    width: 16.666% !important;
  }
}
.name-Homepage-recentitems .product-item * {
  width: 100% !important;
  display: block;
}
.name-Homepage-recentitems .product-item .product-item-details {
  display: none !important;
}
.cms-stocklists .columns {
  margin-top: 10px;
}
.cms-stocklists .column p {
  line-height: 21px;
  padding-bottom: 40px;
}
.cms-stocklists .column a {
  color: #000000 !important;
  text-decoration-line: underline;
  -webkit-text-decoration-line: underline;
}
.nav-sections {
  display: none !important;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .cms-shop .page-title-wrapper,
  .page-products .page-title-wrapper,
  .catalog-category-view .page-title-wrapper {
    display: none !important;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .cms-shop .page-title-wrapper,
  .page-products .page-title-wrapper,
  .catalog-category-view .page-title-wrapper {
    display: none !important;
  }
}
.cms-shop .nav-sections,
.page-products .nav-sections,
.catalog-category-view .nav-sections {
  display: block !important;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .cms-new-arrivals .block-title,
  .cms-sale .block-title,
  .cms-outlet .block-title {
    display: none !important;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .cms-new-arrivals .block-title,
  .cms-sale .block-title,
  .cms-outlet .block-title {
    display: none !important;
  }
}
.name-Homepage-leftcolunderrecentitems,
.name-Homepage-rightcolunderrecentitems {
  width: 100%;
  float: none;
  margin-top: 18px !important;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .name-Homepage-leftcolunderrecentitems,
  .name-Homepage-rightcolunderrecentitems {
    margin-bottom: 77px !important;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .name-Homepage-leftcolunderrecentitems,
  .name-Homepage-rightcolunderrecentitems {
    margin-bottom: 77px !important;
  }
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .name-Homepage-leftcolunderrecentitems,
  .name-Homepage-rightcolunderrecentitems {
    width: 32%;
    float: right;
    clear: none;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .name-Homepage-leftcolunderrecentitems,
  .name-Homepage-rightcolunderrecentitems {
    width: 32%;
    float: right;
    clear: none;
  }
}
.name-Homepage-leftcolunderrecentitems strong,
.name-Homepage-rightcolunderrecentitems strong {
  font-size: 14px;
  font-weight: 500 !important;
  color: black !important;
}
.name-Homepage-leftcolunderrecentitems p,
.name-Homepage-rightcolunderrecentitems p {
  padding-bottom: 22px;
  text-transform: none;
  line-height: 16px;
}
.name-Homepage-leftcolunderrecentitems p:not(:first-child),
.name-Homepage-rightcolunderrecentitems p:not(:first-child) {
  padding-bottom: 17px;
  line-height: 21px;
  font-size: 15px;
  word-spacing: 2px;
}
.name-Homepage-leftcolunderrecentitems a,
.name-Homepage-rightcolunderrecentitems a {
  color: #000000 !important;
  font-weight: 500;
  text-decoration-line: underline !important;
  -webkit-text-decoration-line: underline !important;
  font-size: 14px !important;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .name-Homepage-leftcolunderrecentitems {
    width: 50%;
    float: left;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .name-Homepage-leftcolunderrecentitems {
    width: 50%;
    float: left;
  }
}
.block-customer-login #block-customer-login-heading {
  font-size: 18px !important;
  text-decoration-line: none !important;
  -webkit-text-decoration-line: none !important;
  text-transform: uppercase !important;
}
.block-customer-login .action.login.primary {
  font-weight: 500 !important;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .block-customer-login .actions-toolbar .secondary {
    float: left;
    margin-left: 70px;
  }
  .block-customer-login .actions-toolbar .secondary span {
    font-weight: 500;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .block-customer-login .actions-toolbar .secondary {
    float: left;
    margin-left: 70px;
  }
  .block-customer-login .actions-toolbar .secondary span {
    font-weight: 500;
  }
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .block-customer-login .block-title {
    padding: 28px 0 20px 0 !important;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .block-customer-login .block-title {
    padding: 28px 0 20px 0 !important;
  }
}
.block-customer-login .field {
  margin-bottom: 15px !important;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .block-customer-login .fieldset > .field > .control {
    width: 74.2% !important;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .block-customer-login .fieldset > .field > .control {
    width: 74.2% !important;
  }
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .block-new-customer {
    padding-left: 170px;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .block-new-customer {
    padding-left: 170px;
  }
}
.block-new-customer #block-new-customer-heading {
  font-size: 18px !important;
  text-decoration-line: none !important;
  -webkit-text-decoration-line: none !important;
  text-transform: uppercase !important;
}
.block-new-customer .block-content p {
  font-size: 14px !important;
  line-height: 18px !important;
}
.block-new-customer .block-title {
  padding: 28px 0 20px 0 !important;
}
.product.media {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .product.media {
    width: 65% !important;
    margin-bottom: 85px !important;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .product.media {
    width: 65% !important;
    margin-bottom: 85px !important;
  }
}
.product.media .swiper-container-product {
  padding-bottom: 15px !important;
  margin-top: -14px;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .product.media .swiper-container-product {
    margin-top: 0x;
    padding-bottom: 0px !important;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .product.media .swiper-container-product {
    margin-top: 0x;
    padding-bottom: 0px !important;
  }
}
.product.media.fixed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw !important;
  background: #ffffff;
  z-index: 11;
  padding: 0px;
  max-height: 100000px !important;
}
.product.media.fixed .swiper-container-product {
  padding-bottom: 0px !important;
  max-width: calc(100vw) !important;
  max-height: calc(100vw) !important;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .product.media.fixed .swiper-container-product {
    max-height: 100000px !important;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .product.media.fixed .swiper-container-product {
    max-height: 100000px !important;
  }
}
.product.media.fixed .swiper-container-product img {
  width: 100%;
  object-fit: cover;
  min-height: 100%;
}
.product.media.fixed .swiper-container-product .swiper-wrapper,
.product.media.fixed .swiper-container-product .swiper-slide {
  max-width: calc(100vw) !important;
  max-height: calc(100vw) !important;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .product.media.fixed .swiper-container-product .swiper-wrapper,
  .product.media.fixed .swiper-container-product .swiper-slide {
    max-height: 100000px !important;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .product.media.fixed .swiper-container-product .swiper-wrapper,
  .product.media.fixed .swiper-container-product .swiper-slide {
    max-height: 100000px !important;
  }
}
.product.media.fixed .swiper-container-product .swiper-slide:before {
  opacity: 0;
}
.product.media.fixed .swiper-container-product:after {
  opacity: 1;
}
.product.info.detailed {
  margin-bottom: 0 !important;
}
.product-info-main {
  border-top: none;
  padding-top: 0px;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .product-info-main {
    border-top: 1px solid #000000;
    padding-top: 25px;
    width: 32% !important;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .product-info-main {
    border-top: 1px solid #000000;
    padding-top: 25px;
    width: 32% !important;
  }
}
.product-info-main .special-price {
  float: left;
}
.product-info-main .old-price {
  padding: 10px;
}
.product-info-main #page-title-wrapper,
.product-info-main .price-container,
.product-info-main .price-container span {
  font-size: 15px !important;
  font-weight: 500 !important;
}
.product-info-main .price-container,
.product-info-main .price-container span {
  font-weight: 500 !important;
}
.product-info-main .page-title {
  margin-top: 8px !important;
  font-size: 13px !important;
  margin-bottom: 5px !important;
  color: #000000 !important;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .product-info-main .page-title {
    margin-top: -3px !important;
    font-size: 18px !important;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .product-info-main .page-title {
    margin-top: -3px !important;
    font-size: 18px !important;
  }
}
.product-info-main .page-title span {
  color: #000000 !important;
}
.product-info-main .price-box.price-final_price {
  margin-top: 0 !important;
}
.product-info-main .price-box.price-final_price span {
  font-size: 13px !important;
  font-weight: 400 !important;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .product-info-main .price-box.price-final_price span {
    font-size: 18px !important;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .product-info-main .price-box.price-final_price span {
    font-size: 18px !important;
  }
}
.product-info-main .product-info-stock-sku {
  display: none;
}
.product-info-main .product-reviews-summary {
  display: none;
}
.product-info-main .swatch-attribute .swatch-attribute-label {
  font-size: 13px !important;
}
.product-info-main .swatch-option.text {
  font-size: 11px !important;
  padding: 2px 5px !important;
  height: 22px;
}
.product-info-main .product-addto-links {
  display: none;
}
.product-info-main .swatch-option {
  padding-bottom: 20px;
  border: 1px solid #000000 !important;
  backgroud: #ffffff !important;
}
.product-info-main .swatch-option.selected {
  border: 1px solid #000000 !important;
  outline: none;
}
.product-info-main .swatch-attribute-selected-option {
  color: #888888 !important;
  padding-left: 8px !important;
  font-size: 13px !important;
}
.product-info-main .field.qty {
  display: none !important;
}
.product-info-main .product-options-bottom {
  width: 100% !important;
}
.product-info-main .product-options-bottom .actions {
  display: block !important;
  width: 100% !important;
}
.product-info-main .box-tocart {
  display: block !important;
  margin-bottom: 28px !important;
}
.product-info-main .box-tocart .actions {
  display: block !important;
  width: 100% !important;
}
.product-info-main .product-info-mobile {
  display: inline-block;
  width: 48% !important;
  margin-right: 1% !important;
  background: #000000;
  color: #ffffff;
  padding: 15px 0;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .product-info-main .product-info-mobile {
    display: none;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .product-info-main .product-info-mobile {
    display: none;
  }
}
.product-info-main .product-addtocart-mobile {
  display: inline-block;
  width: 48% !important;
  margin-right: 1% !important;
  background: #000000;
  color: #ffffff;
  padding: 15px 0;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .product-info-main .product-addtocart-mobile {
    display: none;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .product-info-main .product-addtocart-mobile {
    display: none;
  }
}
.product-info-main .main-button-addtocart.desktop {
  display: none;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .product-info-main .main-button-addtocart.desktop {
    width: 100% !important;
    display: block !important;
    background: #000000 !important;
    color: #ffffff !important;
    font-size: 13px !important;
    height: 44px;
    font-weight: 400 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    border-radius: 0 !important;
    outline: none !important;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .product-info-main .main-button-addtocart.desktop {
    width: 100% !important;
    display: block !important;
    background: #000000 !important;
    color: #ffffff !important;
    font-size: 13px !important;
    height: 44px;
    font-weight: 400 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    border-radius: 0 !important;
    outline: none !important;
  }
}
.product-info-main .action {
  background: none !important;
  padding: 0 !important;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .product-info-main .action {
    display: block !important;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .product-info-main .action {
    display: block !important;
  }
}
.product.info.detailed {
  border: none !important;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .product.info.detailed {
    float: right !important;
    width: 32% !important;
    clear: none !important;
    margin-top: 5px !important;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .product.info.detailed {
    float: right !important;
    width: 32% !important;
    clear: none !important;
    margin-top: 5px !important;
  }
}
.product.info.detailed .data.item.title {
  display: none !important;
}
.block-action-desktop {
  display: none;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .block-action-desktop {
    display: block;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .block-action-desktop {
    display: block;
  }
}
.block-action-desktop span {
  text-decoration-line: underline;
  -webkit-text-decoration-line: underline;
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
}
.block-action-desktop .change-currency-desktop {
  float: left;
  font-size: 14px;
}
.block-action-desktop .size-giud-desktop {
  float: right;
  font-size: 14px;
}
.details-title,
.materials-title {
  margin: 4px 0 17px !important;
  font-weight: 500;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .details-title,
  .materials-title {
    margin: 25px 0 23px !important;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .details-title,
  .materials-title {
    margin: 25px 0 23px !important;
  }
}
.authentication-wrapper {
  display: none;
}
.action-cancel {
  padding: 0 10px;
}
.opc-progress-bar {
  margin-top: -10px;
  text-align: left;
  display: flex !important;
  flex-wrap: wrap;
  display: block;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .opc-progress-bar {
    margin-top: 10px;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .opc-progress-bar {
    margin-top: 10px;
  }
}
.opc-progress-bar:before {
  display: block;
  content: 'PRZEJDŹ DO KASY';
  font-size: 12px;
  font-weight: 500;
  color: #000000;
  padding-bottom: 5px;
  border-bottom: 1px solid #000000;
  text-align: left;
  width: 100%;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .opc-progress-bar:before {
    font-size: 14px;
    padding-bottom: 20px;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .opc-progress-bar:before {
    font-size: 14px;
    padding-bottom: 20px;
  }
}
.opc-progress-bar li {
  text-align: left;
}
.opc-progress-bar li span {
  padding-top: 5px;
  font-size: 12px !important;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .opc-progress-bar li span {
    font-size: 13px !important;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .opc-progress-bar li span {
    font-size: 13px !important;
  }
}
.opc-progress-bar li span:before,
.opc-progress-bar li span:after {
  display: none;
}
.opc-progress-bar li:before {
  display: none;
}
.opc-progress-bar .opc-progress-bar-item {
  color: #888888;
}
.opc-progress-bar .opc-progress-bar-item _active {
  color: #000000;
}
.opc-estimated-wrapper {
  display: none;
}
.form.methods-shipping {
  margin-top: 8px;
}
.step-title {
  border-bottom: 1px solid #000000 !important;
  padding-bottom: 5px !important;
  font-size: 13px !important;
}
.table-checkout-shipping-method td {
  border: none !important;
}
.table-checkout-shipping-method .col-method {
  width: 70px;
}
.table-checkout-shipping-method .col-method input {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .checkout-index-index #checkout-step-shipping_method {
    border-top: 1px solid #000000;
    width: calc(100% - 38px);
  }
  .checkout-index-index #checkout-step-shipping_method .opc-continue {
    height: 29px;
  }
  .checkout-index-index #checkout-step-shipping_method .opc-continue span {
    position: relative;
    top: -3px;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .checkout-index-index #checkout-step-shipping_method {
    border-top: 1px solid #000000;
    width: calc(100% - 38px);
  }
  .checkout-index-index #checkout-step-shipping_method .opc-continue {
    height: 29px;
  }
  .checkout-index-index #checkout-step-shipping_method .opc-continue span {
    position: relative;
    top: -3px;
  }
}
.shipping-address-item .selected-item:after {
  display: none !important;
}
.mage-error {
  font-size: 13px !important;
}
.materials {
  padding-bottom: 19px;
}
.data.item.content {
  padding: 0 !important;
  margin-bottom: 0 !important;
}
.data.item.content:before {
  display: none !important;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .data.item.content {
    margin-top: 20px !important;
    border-top: 1px solid #000000 !important;
    border-bottom: 1px solid #000000 !important;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .data.item.content {
    margin-top: 20px !important;
    border-top: 1px solid #000000 !important;
    border-bottom: 1px solid #000000 !important;
  }
}
.data.item.content ul li {
  line-height: 15px;
  margin: 4px 0 !important;
}
.data.item.content ul li:before {
  content: "—";
  display: inline-block;
  margin-right: 6px;
  position: relative;
  font-size: 13px;
}
.data.item.content .value {
  margin-bottom: 15px;
}
.data.item.content {
  opacity: 1 !important;
  max-height: 5000px !important;
  padding: 12px 0 !important;
}
.data.item.content .details-title {
  display: none;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .data.item.content .details-title {
    display: block;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .data.item.content .details-title {
    display: block;
  }
}
.data.item.content * {
  color: #ffffff;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .data.item.content * {
    color: #000000;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .data.item.content * {
    color: #000000;
  }
}
.data.item.content hr {
  display: none;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .data.item.content {
    border-top: none !important;
    padding-top: 0 !important;
    border-top: 1px solid #000000 !important;
    border-bottom: 1px solid #000000 !important;
  }
  .data.item.content hr {
    display: initial;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .data.item.content {
    border-top: none !important;
    padding-top: 0 !important;
    border-top: 1px solid #000000 !important;
    border-bottom: 1px solid #000000 !important;
  }
  .data.item.content hr {
    display: initial;
  }
}
.data.item.content * {
  text-transform: none !important;
}
.data.item.content p,
.data.item.content p * {
  font-weight: 500;
  padding-bottom: 10px;
}
.data.item.content ul li {
  line-height: 15px;
  margin: 4px 0 !important;
}
.data.item.content ul li:before {
  content: "—";
  display: inline-block;
  margin-right: 6px;
  position: relative;
  font-size: 13px;
}
.product.attibute.description {
  border-bottom: 1px solid #000000;
}
.product.attibute.description .value {
  margin-bottom: 38px;
}
.share-buttons {
  display: none;
  width: 32%;
  float: right;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .share-buttons {
    display: block;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .share-buttons {
    display: block;
  }
}
.share-buttons .title {
  float: left;
  font-weight: 500;
}
.share-buttons .share-links {
  float: right;
}
.share-buttons .share-links a {
  margin-left: 7px !important;
}
.share-buttons .share-links .facebook-button {
  width: 49px;
  height: 20px;
  display: inline-block;
  background-size: 100%;
  background-image: url('../images/facebook.png');
}
.share-buttons .share-links .twitter-button {
  width: 56px;
  height: 20px;
  display: inline-block;
  background-size: 100%;
  background-image: url('../images/twitter.png');
}
.share-buttons .share-links .pinterest-button {
  width: 43px;
  height: 20px;
  display: inline-block;
  background-size: 100%;
  background-image: url('../images/pin.png');
}
.swiper-container-product {
  max-width: calc(100vw - 30px) !important;
}
.swiper-container-product img {
  width: 100%;
  object-fit: cover;
  min-height: 100%;
  cursor: pointer;
}
.swiper-container-product .swiper-wrapper,
.swiper-container-product .swiper-slide {
  max-width: calc(100vw - 30px) !important;
}
.swiper-container-product:after {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  position: absolute;
  z-index: 6;
  top: 20px;
  right: 35px;
  cursor: pointer;
  opacity: 0;
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-image: url('../images/close-button-black.png');
  background-size: 100%;
}
.swiper-container-product .swiper-pagination-bullets {
  position: absolute;
  z-index: 11;
  width: auto !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, 0) !important;
  -moz-transform: translate(-50%, 0) !important;
  -ms-transform: translate(-50%, 0) !important;
  -o-transform: translate(-50%, 0) !important;
  top: initial !important;
  top: auto !important;
  bottom: -2px !important;
}
.swiper-container-product .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  background: #888888 !important;
  opacity: 1 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
  margin: 0 3px !important;
}
.swiper-container-product .swiper-pagination-bullets .swiper-pagination-bullet-active {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
  background: #000000 !important;
  opacity: 1 !important;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .swiper-container-product .swiper-wrapper {
    flex-wrap: wrap;
  }
  .swiper-container-product .swiper-wrapper .swiper-slide {
    margin-bottom: 15px;
    position: relative;
  }
  .swiper-container-product .swiper-wrapper .swiper-slide:last-of-type {
    margin-bottom: 0;
  }
  .swiper-container-product .swiper-wrapper .swiper-slide:before {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    position: absolute;
    top: 19px;
    left: 19px;
    opacity: 1;
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-image: url('../images/plus_zoom.png');
    background-size: 100%;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .swiper-container-product .swiper-wrapper {
    flex-wrap: wrap;
  }
  .swiper-container-product .swiper-wrapper .swiper-slide {
    margin-bottom: 15px;
    position: relative;
  }
  .swiper-container-product .swiper-wrapper .swiper-slide:last-of-type {
    margin-bottom: 0;
  }
  .swiper-container-product .swiper-wrapper .swiper-slide:before {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    position: absolute;
    top: 19px;
    left: 19px;
    opacity: 1;
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-image: url('../images/plus_zoom.png');
    background-size: 100%;
  }
}
.block-static-block.block-6 {
  position: absolute;
  opacity: 1;
  width: 100%;
  text-align: left;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .block-static-block.block-6 {
    display: block;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .block-static-block.block-6 {
    display: block;
  }
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .block-static-block.block-6 {
    background: #ffffff;
    display: none;
    position: fixed;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 90vw;
    height: 90vh;
    padding: 50px;
    z-index: 100;
    max-width: 1000px;
    max-height: 1000px;
    overflow-y: scroll;
    font-size: 13px !important;
  }
  .block-static-block.block-6 * {
    font-size: 13px !important;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .block-static-block.block-6 {
    background: #ffffff;
    display: none;
    position: fixed;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 90vw;
    height: 90vh;
    padding: 50px;
    z-index: 100;
    max-width: 1000px;
    max-height: 1000px;
    overflow-y: scroll;
    font-size: 13px !important;
  }
  .block-static-block.block-6 * {
    font-size: 13px !important;
  }
}
.product-info-details {
  z-index: 3;
  width: 100vw;
  left: 0px;
  position: fixed;
  background: #000000;
  opacity: 0.9;
  bottom: -100vh;
  max-height: 166px;
  padding: 0px 50px !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  text-align: left;
}
.product-info-details .button {
  overflow: hidden;
  max-height: 2000px !important;
  opacity: 1;
  color: #ffffff;
  font-size: 16px !important;
  margin: 34px 0 !important;
  font-weight: 500 !important;
}
.product-info-details .button.hidden {
  opacity: 0;
  max-height: 0 !important;
  margin: 0 !important;
}
.product-info-details .button .content {
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  max-height: 0;
}
.product-info-details .button .content .details-swiper {
  height: calc(100vh - 150px);
}
.product-info-details .button .content.active {
  opacity: 1;
  max-height: 2000px !important;
  height: calc(100vh - 150px);
}
.product-info-details.expand {
  padding: 0px 35px !important;
}
.product-info-details.expand .button.size-button {
  margin: 34px 14px !important;
}
.product-info-details .block-static-block.block-6 {
  width: 100%;
  text-align: left;
  padding-top: 15px;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .product-info-details .block-static-block.block-6 {
    font-size: 13px !important;
  }
  .product-info-details .block-static-block.block-6 * {
    font-size: 13px !important;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .product-info-details .block-static-block.block-6 {
    font-size: 13px !important;
  }
  .product-info-details .block-static-block.block-6 * {
    font-size: 13px !important;
  }
}
.product-info-details .block-static-block.block-6 .title {
  display: none !important;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .product-info-details .block-static-block.block-6 .title {
    display: block;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .product-info-details .block-static-block.block-6 .title {
    display: block;
  }
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .product-info-details .block-static-block.block-6 * {
    color: #000000 !important;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .product-info-details .block-static-block.block-6 * {
    color: #000000 !important;
  }
}
.product-info-details .block-static-block.block-6 .article-content {
  width: 100%;
}
.product-info-details .block-static-block.block-6 .article-content a {
  color: #ffffff !important;
  text-decoration-line: underline;
  -webkit-text-decoration-line: underline;
  line-height: 18px !important;
  font-size: 12px;
  text-transform: none;
}
.product-info-details .block-static-block.block-6 .article-content > table {
  display: block;
  width: 100%;
}
.product-info-details .block-static-block.block-6 .article-content > table > tbody > tr {
/*  display: flex !important;
  flex-wrap: wrap;*/
  width: 100% !important;
}
.product-info-details .block-static-block.block-6 .article-content > table > tbody > tr table tr:first-child td {
  text-decoration: underline;
}
.product-info-details .block-static-block.block-6 .article-content > table > tbody > tr > td {
/*  display: block !important;
  width: 100% !important;*/
  padding: 4px 0 !important;
}
.product-info-details .block-static-block.block-6 .article-content > table > tbody > tr > td strong {
  padding-bottom: 5px;
}
.product-info-details .block-static-block.block-6 .article-content > table > tbody > tr > td * {
  font-size: 12px;
  line-height: 18px !important;
}
.product-info-details .block-static-block.block-6 .article-content > table > tbody > tr > td p,
.product-info-details .block-static-block.block-6 .article-content > table > tbody > tr > td td {
  padding: 2px 0 !important;
}
.product-info-details .block-static-block.block-6 .article-content p {
  line-height: 18px;
  font-size: 12px;
  text-transform: none;
}
.product-info-details .currency-button a {
  color: white !important;
  font-size: 13px !important;
  display: block !important;
  margin: 20px 0 !important;
}
.product-info-details .currency-button .left {
  padding-right: 10px;
}
.product-info-details .close-button {
  background-image: url('../images/plus_zoom_white.png') !important;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 20px;
  height: 20px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-size: 100%;
}
.product-info-details.active {
  bottom: 0;
}
.product-info-details.expand {
  max-height: calc(100vh - 120px);
}
.product-social-links {
  display: none;
}
.attr-chose-wrapper {
  z-index: 3;
  width: 100vw;
  left: 0px;
  position: fixed;
  background: #000000;
  opacity: 0;
  bottom: -100vh;
  max-height: 500px;
  padding: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  text-align: left;
}
.attr-chose-wrapper.active {
  opacity: 0.9;
  bottom: 0;
}
.attr-chose-wrapper #product-addtocart-button {
  position: absolute;
  top: 45px;
  right: 30px;
  background: transparent !important;
  border: 1px solid #ffffff !important;
  font-size: 13px !important;
  width: 130px;
}
.attr-chose-wrapper #product-addtocart-button span {
  font-weight: 400;
}
.attr-chose-wrapper .swatch-attribute-label {
  display: none !important;
}
.attr-chose-wrapper .swatch-attribute-selected-option {
  display: none !important;
}
.attr-chose-wrapper .close-button {
  background-image: url('../images/plus_zoom_white.png') !important;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 20px;
  height: 20px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-size: 100%;
}
.attr-chose-wrapper .swatch-attribute-options {
  position: relative;
  top: 18px;
  max-height: 300px;
}
.attr-chose-wrapper .swatch-attribute-options .swatch-option {
  font-size: 12px !important;
  float: none;
  padding: 0px !important;
  background: none !important;
  color: #ffffff !important;
  text-align: left;
  margin: 20px 0px;
  outline: none !important;
}
.attr-chose-wrapper .swatch-attribute-options .swatch-option.selected {
  background: none !important;
  border: none !important;
  outline: none !important;
  color: #888888 !important;
}
.swatch-option-tooltip {
  display: none !important;
}
#product-options-wrapper {
  display: none;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  #product-options-wrapper {
    display: block;
    margin-bottom: -15px;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  #product-options-wrapper {
    display: block;
    margin-bottom: -15px;
  }
}
#product-options-wrapper.active {
  display: block;
}
.blog-post-contact img {
  width: auto;
}
.blog-post-contact a[target="_blank"] img {
  margin-left: 0 !important;
}
.name-Mobilemenu-right .catalog-category a {
  font-size: 13px !important;
  margin-bottom: 15px !important;
}
/*
* FOOTER
*/
.page-footer {
  display: none;
  font-family: "din", sans-serif;
  background: #000000;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .page-footer {
    display: block;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .page-footer {
    display: block;
  }
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .page-footer {
    font-family: "franklin-gothic-urw", sans-serif;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .page-footer {
    font-family: "franklin-gothic-urw", sans-serif;
  }
}
.page-footer h1,
.page-footer h2,
.page-footer h3,
.page-footer h4,
.page-footer h5,
.page-footer h6,
.page-footer p,
.page-footer a,
.page-footer span {
  color: #ffffff;
  font-size: 13px;
}
.page-footer h1,
.page-footer h2,
.page-footer h3,
.page-footer h4,
.page-footer h5,
.page-footer h6,
.page-footer strong {
  padding: 0;
  padding-bottom: 16px;
  font-size: 14px !important;
  font-weight: 500;
}
.page-footer p,
.page-footer a {
  height: 25px;
  display: flex;
  font-size: 14px !important;
}
.page-footer .footer.content {
  border: none;
  padding: 10px 20px;
}
.page-footer .footer.content:after {
  display: block;
  content: '';
  float: none;
  clear: both;
}
.page-footer .links {
  width: 100%;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .page-footer .links {
    width: 67%;
    margin-bottom: 0 !important;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .page-footer .links {
    width: 67%;
    margin-bottom: 0 !important;
  }
}
.page-footer .links .block-static-block {
  clear: none;
  float: left;
  width: 100%;
  display: inline-block;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .page-footer .links .block-static-block {
    width: 50%;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .page-footer .links .block-static-block {
    width: 50%;
  }
}
.page-footer .links .block-static-block img {
  height: 14px;
  width: 20px;
  margin-right: 10px;
  text-align: left;
  object-fit: contain;
  position: relative;
  top: -1px;
}
.page-footer .links:after {
  display: block;
  content: '';
  float: none;
  clear: both;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .page-footer .name-Footerlinks-firstcolumn {
    width: 55% !important;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .page-footer .name-Footerlinks-firstcolumn {
    width: 55% !important;
  }
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .page-footer .name-Footerlinks-secondcolumn {
    width: 45% !important;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .page-footer .name-Footerlinks-secondcolumn {
    width: 45% !important;
  }
}
.page-footer .block.newsletter {
  width: 100%;
  float: left;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .page-footer .block.newsletter {
    width: 32%;
    float: right;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .page-footer .block.newsletter {
    width: 32%;
    float: right;
  }
}
.page-footer .block.newsletter .field {
  margin-top: 4px !important;
  margin-right: 9px !important;
}
.page-footer .block.newsletter input {
  padding: 14px 10px !important;
  top: -1px;
  position: relative;
  font-size: 14px !important;
}
.page-footer .block.newsletter input:focus {
  border: 1px solid cornflowerblue !important;
}
.page-footer .block.newsletter .actions {
  position: relative;
  top: 3px;
}
.page-footer .block.newsletter .actions button {
  height: 30px;
  width: 114px !important;
}
.page-footer .block.newsletter .actions button span {
  padding: 14px 0px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}
.copyright {
  display: none;
  padding: 20px 0;
  width: 100vw;
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  background: #000000;
  color: #ffffff;
  line-height: 30px;
  font-size: 12px;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .copyright {
    display: block;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .copyright {
    display: block;
  }
}
.copyright .col {
  padding: 0;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .copyright .col {
    padding: 0 15px;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .copyright .col {
    padding: 0 15px;
  }
}
.copyright a {
  color: #ffffff;
  font-size: 12px !important;
}
.copyright .right {
  float: none;
  display: inline-block;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .copyright .right {
    min-width: 321px;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .copyright .right {
    min-width: 321px;
  }
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .copyright .right {
    float: right;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .copyright .right {
    float: right;
  }
}
html {
  position: relative;
}
body {
  position: relative;
  height: 100%;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  height: auto;
}
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
strong,
span {
  text-decoration-color: #a3a3a3 !important;
  -webkit-text-decoration-color: #a3a3a3 !important;
}
a:hover {
  text-decoration-color: #000000 !important;
  -webkit-text-decoration-color: #000000 !important;
}
.name-Homepage-firstblock a,
.name-Homepage-secondblock a,
.copyright a,
.name-Homepage-firstblock p,
.name-Homepage-secondblock p,
.copyright p,
.name-Homepage-firstblock h1,
.name-Homepage-secondblock h1,
.copyright h1,
.name-Homepage-firstblock h2,
.name-Homepage-secondblock h2,
.copyright h2,
.name-Homepage-firstblock h3,
.name-Homepage-secondblock h3,
.copyright h3,
.name-Homepage-firstblock h4,
.name-Homepage-secondblock h4,
.copyright h4,
.name-Homepage-firstblock h5,
.name-Homepage-secondblock h5,
.copyright h5,
.name-Homepage-firstblock h6,
.name-Homepage-secondblock h6,
.copyright h6,
.name-Homepage-firstblock strong,
.name-Homepage-secondblock strong,
.copyright strong,
.name-Homepage-firstblock span,
.name-Homepage-secondblock span,
.copyright span {
  text-decoration-color: transparent !important;
  -webkit-text-decoration-color: transparent !important;
}
.name-Homepage-firstblock a:hover,
.name-Homepage-secondblock a:hover,
.copyright a:hover {
  text-decoration-color: transparent !important;
  -webkit-text-decoration-color: transparent !important;
}
.name-Homepage-recentitems p:nth-child(even) a {
  text-decoration-color: #666 !important;
  -webkit-text-decoration-color: #666 !important;
}
.widget.block.block-static-block.block-5 .copyright a,
.widget.block.block-static-block.block-4 .copyright a {
  font-size: 10px !important;
}
.checkout-index-index .step-title,
.checkout-index-index .opc-progress-bar-item {
  display: none !important;
}
.sidebar.sidebar-additional {
  display: none !important;
}
.message.warning,
* .message.warning {
  font-size: 14px !important;
}
@-moz-document url-prefix() {
  input[type=text],
  input[type=email],
  input[type=password],
  .page-footer .block.newsletter input {
    height: auto !important;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .checkout-step-shipping .action remind {
    position: relative;
    right: -9px;
    height: 29px;
  }
  .checkout-step-shipping .action remind span {
    position: relative;
    top: -2px;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .checkout-step-shipping .action remind {
    position: relative;
    right: -9px;
    height: 29px;
  }
  .checkout-step-shipping .action remind span {
    position: relative;
    top: -2px;
  }
}
.opc-block-shipping-information .ship-via {
  display: none;
}
