/**
 * Copyright © 2016 Magento. All rights reserved.
 * See COPYING.txt for license details.
 */
/*  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 {
  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 {
  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: 'DOSTAWCY';
  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-PROJECTS,
.post-menu-CUSTOMER {
  display: block;
  width: 100%;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .post-menu-PROJECTS,
  .post-menu-CUSTOMER {
    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-PROJECTS,
  .post-menu-CUSTOMER {
    width: 33%;
    padding-right: 12px;
    float: left;
  }
}
.post-menu-PROJECTS h1,
.post-menu-CUSTOMER h1 {
  border-bottom: 1px solid #000000;
  padding-bottom: 4px;
  margin-bottom: 10px;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .post-menu-PROJECTS h1,
  .post-menu-CUSTOMER 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-PROJECTS h1,
  .post-menu-CUSTOMER 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-PROJECTS li,
.post-menu-CUSTOMER li {
  margin: 0 0 12px !important;
  color: #000000 !important;
  text-decoration-line: underline;
  -webkit-text-decoration-line: underline;
}
.post-menu-PROJECTS li *,
.post-menu-CUSTOMER li * {
  color: #000000;
  text-decoration-line: underline !important;
  -webkit-text-decoration-line: underline !important;
}
.post-menu-PROJECTS li.current,
.post-menu-CUSTOMER li.current {
  text-decoration-line: none;
  -webkit-text-decoration-line: none;
}
.post-menu-PROJECTS li.current *,
.post-menu-CUSTOMER li.current * {
  text-decoration-line: none !important;
  -webkit-text-decoration-line: none !important;
}
.post-menu-CUSTOMER h1 {
  display: none;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .post-menu-CUSTOMER 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-CUSTOMER h1 {
    display: block;
    font-weight: 500 !important;
  }
}
.post-menu-CUSTOMER .block-content .item:not(.current) {
  display: none;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .post-menu-CUSTOMER .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-CUSTOMER .block-content .item:not(.current) {
    display: block;
  }
}
.post-menu-CUSTOMER .block-content .item.current {
  position: relative;
}
.post-menu-CUSTOMER .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-CUSTOMER .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-CUSTOMER .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-projects .columns {
  margin-top: 10px;
}
.blog-category-projects .page-title-wrapper {
  display: none;
}
.blog-category-projects .column.main {
  width: 100% !important;
  float: none !important;
}
.blog-category-projects iframe {
  height: auto;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .blog-category-projects iframe {
    min-height: 367px;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .blog-category-projects iframe {
    min-height: 367px;
  }
}
.blog-category-projects .post-list-wrapper {
  position: relative;
  min-height: 1000px;
}
.blog-category-projects .post-list-wrapper .wrapper-title {
  display: block;
}
.blog-category-projects .post-list-wrapper h1 {
  width: 100%;
  display: block;
  font-weight: 500;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .blog-category-projects .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-projects .post-list-wrapper h1 {
    border-top: 1px solid #000000;
    width: calc(33.33% - 15px);
    padding: 36px 0 30px;
  }
}
.blog-category-projects .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-projects .post-list-wrapper li * {
  text-decoration-line: underline;
  -webkit-text-decoration-line: underline;
  color: #000000 !important;
}
.blog-category-projects .post-list-wrapper li:first-child {
  text-decoration-line: none !important;
  -webkit-text-decoration-line: none !important;
}
.blog-category-projects .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-projects .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-projects .post-list-wrapper li {
    width: 33%;
    padding-right: 15px;
    float: left;
  }
}
.blog-category-projects .post-content-right:first-of-type {
  display: block;
  width: 100%;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .blog-category-projects .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-projects .post-content-right:first-of-type {
    position: relative;
    top: -92px;
    right: 0px;
    width: 67%;
    padding-left: 9px;
    float: right;
  }
}
.blog-category-projects .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-projects .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-projects .post-content-right:first-of-type .post-title {
    border-top: 1px solid #000000;
    padding: 34px 0 38px;
  }
}
.blog-category-projects .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-PROJECTS iframe {
  height: auto;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .post-PROJECTS iframe {
    min-height: 367px;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .post-PROJECTS iframe {
    min-height: 367px;
  }
}
.post-PROJECTS .columns,
.post-CUSTOMER .columns,
.cms-about .columns {
  margin-top: 10px;
}
.post-PROJECTS img,
.post-CUSTOMER 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-PROJECTS img,
  .post-CUSTOMER 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-PROJECTS img,
  .post-CUSTOMER img,
  .cms-about img {
    margin-left: 0 !important;
    width: 100%;
  }
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .post-PROJECTS,
  .post-CUSTOMER,
  .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-PROJECTS,
  .post-CUSTOMER,
  .cms-about {
    width: 67%;
    padding-left: 8px;
    float: right;
  }
}
.post-PROJECTS p,
.post-CUSTOMER 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-PROJECTS p,
  .post-CUSTOMER 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-PROJECTS p,
  .post-CUSTOMER p,
  .cms-about p {
    padding-bottom: 25px;
  }
}
.post-PROJECTS .maincontent a,
.post-CUSTOMER .maincontent a,
.cms-about .maincontent a {
  text-decoration-line: underline !important;
  -webkit-text-decoration-line: underline !important;
  text-transform: none !important;
}
.post-PROJECTS .maincontent a:hover,
.post-CUSTOMER .maincontent a:hover,
.cms-about .maincontent a:hover {
  color: #000000 !important;
}
.post-PROJECTS .page-footer p,
.post-CUSTOMER .page-footer p,
.cms-about .page-footer p {
  padding-bottom: 0;
}
.post-PROJECTS h1,
.post-CUSTOMER h1,
.cms-about h1,
.post-PROJECTS h2,
.post-CUSTOMER h2,
.cms-about h2,
.post-PROJECTS h3,
.post-CUSTOMER h3,
.cms-about h3,
.post-PROJECTS h4,
.post-CUSTOMER h4,
.cms-about h4,
.post-PROJECTS h5,
.post-CUSTOMER h5,
.cms-about h5,
.post-PROJECTS h6,
.post-CUSTOMER h6,
.cms-about h6 {
  font-size: 14px !important;
  line-height: 22px !important;
  font-weight: 500 !important;
}
.post-PROJECTS .mobile-menu img,
.post-CUSTOMER .mobile-menu img,
.cms-about .mobile-menu img,
.post-PROJECTS .mobile-shop img,
.post-CUSTOMER .mobile-shop img,
.cms-about .mobile-shop img,
.post-PROJECTS .block-1 img,
.post-CUSTOMER .block-1 img,
.cms-about .block-1 img,
.post-PROJECTS .block-2 img,
.post-CUSTOMER .block-2 img,
.cms-about .block-2 img {
  margin-left: 0 !important;
}
.post-PROJECTS.cms-about h1,
.post-CUSTOMER.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-PROJECTS.cms-about,
  .post-CUSTOMER.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-PROJECTS.cms-about,
  .post-CUSTOMER.cms-about,
  .cms-about.cms-about {
    width: 100%;
    padding-left: 0px;
    float: none;
  }
}
.post-PROJECTS.cms-about td:nth-child(2),
.post-CUSTOMER.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-PROJECTS.cms-about td:nth-child(2),
  .post-CUSTOMER.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-PROJECTS.cms-about td:nth-child(2),
  .post-CUSTOMER.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-COLLECTIONS .post-content {
  position: relative;
}
.post-COLLECTIONS .post-content:before {
  display: block;
  content: 'KOLEKCJE';
  position: relative;
  font-size: 13px;
  margin-bottom: 3px;
  font-weight: bold;
  margin-top: -8px;
}
.post-COLLECTIONS .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-COLLECTIONS .post-content:before,
  .post-COLLECTIONS .post-content:after {
    display: none;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .post-COLLECTIONS .post-content:before,
  .post-COLLECTIONS .post-content:after {
    display: none;
  }
}
.post-COLLECTIONS .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-COLLECTIONS .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-COLLECTIONS .post-title {
    font-size: 15px !important;
    margin-top: 10px;
  }
}
.post-COLLECTIONS .page-title-wrapper {
  border-top: 1px solid #000000;
  padding: 30px 0 !important;
  text-align: center;
}
.post-COLLECTIONS .page-title-wrapper .page-title span {
  font-size: 15px !important;
  font-weight: 500;
}
.post-COLLECTIONS img {
  margin-left: -15px !important;
  width: calc(100% + 30px);
  max-width: 10000px !important;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .post-COLLECTIONS 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-COLLECTIONS img {
    max-width: 100% !important;
    margin: 0 !important;
  }
}
.post-COLLECTIONS * {
  padding: 0;
}
.post-COLLECTIONS table {
  margin-top: 0px;
}
.post-COLLECTIONS table tr {
  margin-top: 5px;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .post-COLLECTIONS table tr {
    margin-top: 0;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .post-COLLECTIONS table tr {
    margin-top: 0;
  }
}
.post-COLLECTIONS table td {
  line-height: 0;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .post-COLLECTIONS table td {
    line-height: 21px;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .post-COLLECTIONS table td {
    line-height: 21px;
  }
}
.post-COLLECTIONS table tr {
  padding: 0;
  display: block;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .post-COLLECTIONS table tr {
    padding: 20px 0;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .post-COLLECTIONS table tr {
    padding: 20px 0;
  }
}
.post-COLLECTIONS table tr td {
  padding: 0 10px;
}
.post-COLLECTIONS table tr td:nth-last-child(1) {
  padding-right: 0;
}
.post-COLLECTIONS table tr td:first-child {
  padding-left: 0;
}
.post-COLLECTIONS table tr td:nth-child(2) {
  display: none;
  padding-right: 0;
}
@media all and (min-width: 1060px) and (max-width: 99999px) {
  .post-COLLECTIONS 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-COLLECTIONS table tr td:nth-child(2) {
    display: table-cell;
  }
}
.post-COLLECTIONS table tr:first-child {
  padding-top: 0;
}
.post-COLLECTIONS table tr:last-child {
  padding-bottom: 0;
}
.post-COLLECTIONS td * {
  display: inline !important;
  line-height: 16px;
  color: #000000;
}
.post-COLLECTIONS 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: 186px;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 2) and (min-width: 2120px) and (max-width: 99999px) {
  .block-search {
    width: 186px;
  }
}
.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: 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 (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;
}
.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;
}
.page-print .logo {
  float: none;
  display: block;
  text-align: left;
}
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
    filter: none !important;
  }
  a,
  a:visited {
    text-decoration: underline !important;
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  .table-wrapper table {
    width: 100%;
    table-layout: fixed;
  }
  .table-wrapper table td {
    width: auto;
  }
  .table-wrapper table > tfoot > tr:first-child {
    border-top: 1px solid #999999;
  }
  .box,
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 1cm;
  }
  .block-content,
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  .block-content {
    page-break-before: avoid;
  }
  .block-title,
  h2,
  h3 {
    page-break-after: avoid;
  }
  .nav-toggle {
    display: none !important;
  }
  .sidebar,
  .nav-sections,
  .header.content > *[class],
  .panel.wrapper > *[class],
  .footer.content > *[class] {
    display: none;
  }
  .logo,
  .footer .copyright {
    display: block !important;
    margin: 10px 0;
  }
  .order-details-items .order-items .order-gift-message:not(.expanded-content) {
    visibility: visible;
    height: auto;
  }
  .column.main {
    width: 100% !important;
    float: none !important;
  }
  .breadcrumbs {
    margin: 0 auto;
    text-align: right;
  }
  .footer.content {
    padding: 0;
  }
}
