/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.page-print .logo {
  display: block;
  float: none;
  text-align: left;
}
@media print {
  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,
  em,
  img,
  ins,
  kbd,
  q,
  s,
  samp,
  small,
  strike,
  strong,
  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;
  }
  ol,
  ul {
    list-style: none;
  }
  ul > li,
  ol > li {
    margin-bottom: 0;
    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;
  }
  input[type="text"],
  input[type="text"]:focus {
    outline: none;
    box-shadow: none;
  }
  select {
    outline: none;
    box-shadow: none !important;
  }
  .row {
    margin: 0 !important;
  }
  .temp-links {
    color: #11347e;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .temp-links:hover,
  .temp-links:focus,
  .temp-links:active .temp-links:visited {
    color: #e17c26;
  }
  .temp-transition {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .temp-box-shadow {
    -webkit-box-shadow: 0px 1px 5px -2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 1px 5px -2px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 1px 5px -2px rgba(0, 0, 0, 0.75);
  }
  .temp-message-success {
    margin: 0;
    background-color: #11347e;
    color: #ffffff;
    padding: 20px 40px 20px 20px;
    opacity: 1;
    font-size: 13px;
    border: none;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .temp-message-success div {
    padding-left: 0;
  }
  .temp-message-success div::before {
    top: 50% !important;
    cursor: pointer;
  }
  .temp-message-success::after {
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: calc(50% - 15px);
    font-family: "Font Awesome 5 Free";
    content: "\f00d";
    width: 2px;
    height: 30px;
    font-size: 20px;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-weight: 700;
    background: transparent;
    padding: 0;
    color: #fff;
  }
  .temp-message-success::after > *:first-child:before {
    display: none;
  }
  .temp-message-error {
    margin: 0;
    background-color: darkred;
    color: #ffffff;
    padding: 20px 40px 20px 20px;
    opacity: 1;
    font-size: 13px;
    border: none;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .temp-message-error div {
    padding-left: 0;
  }
  .temp-message-error div::before {
    top: 50% !important;
    cursor: pointer;
  }
  .temp-message-error > *:first-child:before {
    display: none;
  }
  .temp-message-error::after {
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: calc(50% - 15px);
    font-family: "Font Awesome 5 Free";
    content: "\f00d";
    width: 2px;
    height: 30px;
    font-size: 20px;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-weight: 700;
    background: transparent;
    padding: 0;
    color: #fff;
  }
  .temp-button {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 32px;
    min-width: 150px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: normal;
    font-stretch: expanded;
    transition: all 0.3s ease-in-out;
    box-shadow: none;
  }
  .temp-button:hover {
    text-decoration: none;
  }
  .temp-button-primary {
    border: 2px solid;
    border-radius: 0px;
    border-color: #3e7bef;
    background-color: #3e7bef;
    color: #f7f7f7;
  }
  .temp-button-primary a {
    color: #f7f7f7;
    text-decoration: none;
  }
  .temp-button-primary:hover {
    background-color: #11347e;
    border-color: #3e7bef;
    color: #fff;
  }
  .temp-button-primary:hover a {
    color: #fff;
    text-decoration: none;
  }
  .temp-button-secondary {
    border: 2px solid;
    border-radius: 0px;
    background-color: #fff;
    color: #11347e;
    border-color: #11347e;
  }
  .temp-button-secondary a {
    color: #11347e;
    text-decoration: none;
  }
  .temp-button-secondary:hover {
    background-color: #11347e;
    color: #f7f7f7;
  }
  .temp-button-secondary:hover a {
    color: #fff;
    text-decoration: none;
  }
  .toolbar-button-temp {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 32px;
    min-width: 150px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: normal;
    font-stretch: expanded;
    transition: all 0.3s ease-in-out;
    box-shadow: none;
    border: 2px solid;
    border-radius: 0px;
    border-color: #3e7bef;
    background-color: #3e7bef;
    color: #f7f7f7;
    max-height: 40px;
  }
  .toolbar-button-temp:hover {
    text-decoration: none;
  }
  .toolbar-button-temp a {
    color: #f7f7f7;
    text-decoration: none;
  }
  .toolbar-button-temp:hover {
    background-color: #11347e;
    border-color: #3e7bef;
    color: #fff;
  }
  .toolbar-button-temp:hover a {
    color: #fff;
    text-decoration: none;
  }
  .temp-button-addToCart {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 32px;
    min-width: 150px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: normal;
    font-stretch: expanded;
    transition: all 0.3s ease-in-out;
    box-shadow: none;
    border: 2px solid;
    border-radius: 0px;
    background-color: #fff;
    color: #11347e;
    border-color: #11347e;
    margin-top: 5px;
    width: 100%;
    padding: 10px;
  }
  .temp-button-addToCart:hover {
    text-decoration: none;
  }
  .temp-button-addToCart a {
    color: #11347e;
    text-decoration: none;
  }
  .temp-button-addToCart:hover {
    background-color: #11347e;
    color: #f7f7f7;
  }
  .temp-button-addToCart:hover a {
    color: #fff;
    text-decoration: none;
  }
  /* .inner-slider-row {
    width: 100%;
} */
  .slick-dots {
    display: none !important;
  }
  .slick-arrow {
    position: absolute;
    z-index: 9;
    top: 50%;
  }
  .slick-arrow,
  .slick-arrow:hover,
  .slick-arrow:active,
  .slick-arrow:visited {
    color: transparent !important;
    width: 20px !important;
    height: 50px !important;
    background-position: center !important;
    border: none !important;
    padding: 0px !important;
    background-repeat: no-repeat !important;
    background-color: transparent !important;
    border-radius: 0px !important;
    font-size: 0 !important;
    outline: none !important;
    box-shadow: none !important;
  }
  .slick-arrow.slick-prev {
    left: 0;
  }
  .slick-arrow.slick-next {
    right: 0;
  }
  .slick-track {
    margin-left: 0 !important;
  }
  .slick-track li {
    margin: 0;
    box-sizing: border-box;
    padding: 0 10px !important;
    background-color: #f7f7f7 !important;
    border: 1px solid transparent !important;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .slick-track li a {
    text-decoration: none;
    outline: none;
  }
  .slick-track li a p,
  .slick-track li a span {
    text-align: center;
  }
  .slick-track li:hover {
    box-shadow: none !important;
    background-color: #f7f7f7;
  }
  .slick-track li:hover .sliderProduct {
    border: 1px solid #d2d2d2;
    transform: none;
    box-shadow: 0px 1px 5px -2px rgba(0, 0, 0, 0.75);
  }
  .slick-track li:hover .slider_button_zobacz {
    border: 2px solid #e17c26;
    background-color: #e17c26;
    color: #fff;
  }
  .slick-track .sliderProduct {
    color: #11347e;
    font-size: 13px;
    padding: 10px;
    background-color: #ffffff;
    border: 1px solid transparent;
    box-shadow: none;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .slick-track .sliderProduct .nazwa-produktu-slider {
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 0 10px;
  }
  .slick-track .sliderProduct .product-image-wrapper {
    height: 245px;
    display: flex;
    align-items: center;
    padding-bottom: 0 !important;
    justify-content: center;
  }
  body {
    font-family: 'Open Sans', sans-serif;
    background-color: #f7f7f7;
    /* Track */
    /* Handle */
    /* Handle on hover */
  }
  body ::-webkit-scrollbar {
    width: 4px;
  }
  body ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  body ::-webkit-scrollbar-thumb {
    background: #e17c26;
    border-radius: 2px;
  }
  body ::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  .body,
  .max-width {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 10px;
  }
  .show {
    display: flex !important;
    opacity: 1 !important;
  }
  .hide,
  .hidden {
    display: none !important;
  }
  .btn {
    width: 100%;
  }
  .action.primary {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 32px;
    min-width: 150px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: normal;
    font-stretch: expanded;
    transition: all 0.3s ease-in-out;
    box-shadow: none;
    border: 2px solid;
    border-radius: 0px;
    border-color: #3e7bef;
    background-color: #3e7bef;
    color: #f7f7f7;
  }
  .action.primary:hover {
    text-decoration: none;
  }
  .action.primary a {
    color: #f7f7f7;
    text-decoration: none;
  }
  .action.primary:hover {
    background-color: #11347e;
    border-color: #3e7bef;
    color: #fff;
  }
  .action.primary:hover a {
    color: #fff;
    text-decoration: none;
  }
  .action.secondary {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 32px;
    min-width: 150px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: normal;
    font-stretch: expanded;
    transition: all 0.3s ease-in-out;
    box-shadow: none;
    border: 2px solid;
    border-radius: 0px;
    background-color: #fff;
    color: #11347e;
    border-color: #11347e;
  }
  .action.secondary:hover {
    text-decoration: none;
  }
  .action.secondary a {
    color: #11347e;
    text-decoration: none;
  }
  .action.secondary:hover {
    background-color: #11347e;
    color: #f7f7f7;
  }
  .action.secondary:hover a {
    color: #fff;
    text-decoration: none;
  }
  button:focus,
  button:active button:visited {
    outline: unset;
  }
  #maincontent {
    margin-top: 0;
    background-color: #f7f7f7;
    flex: 1 0 auto;
  }
  .active {
    color: #e17c26 !important;
  }
  a {
    color: #11347e;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  a:hover,
  a:focus,
  a:active a:visited {
    color: #e17c26;
  }
  a:visited {
    color: #11347e;
  }
  #callBackWrapper #callBackHolder,
  #callBackWrapper #callBackTooltip,
  #callBackWrapper #leaveNumberCallBack {
    z-index: 998 !important;
  }
  .dotpay-payment-back #maincontent .column.main {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .dotpay-payment-back #maincontent .column.main .back-title {
    margin: 40px auto 30px;
    width: 100%;
    text-align: center;
    font-size: 17px;
  }
  .actions-toolbar .secondary a.action {
    margin-top: unset;
  }
  .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: 1280px;
  }
  header {
    position: fixed;
    background-color: #ffffff;
    width: 100%;
    top: 0;
    z-index: 999;
  }
  header .header.content {
    padding: unset;
    width: 100%;
    max-width: unset;
  }
  header p {
    margin-bottom: 0 !important;
  }
  header .top-bar {
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #ffffff;
  }
  header .top-bar p {
    color: #11347e;
    font-size: 11px;
    letter-spacing: 0.05em;
    line-height: 1.7;
  }
  header .top-bar p a {
    display: inline-block;
    color: #e17c26;
    text-decoration: none;
    letter-spacing: 0.05em;
    font-weight: bold;
  }
  header .top-bar p a:hover {
    color: #3e7bef;
  }
  header .top-bar p a .header-phone {
    color: #e17c26;
  }
  header .top-bar p a .header-email {
    text-transform: uppercase;
    color: #11347e;
  }
  header .top-bar .links {
    display: flex;
    justify-content: flex-end;
  }
  header .top-bar .links a {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 11px;
    color: #11347e;
    text-decoration: none;
    font-weight: 900;
    letter-spacing: 0.1em;
    margin-left: 30px;
    text-align: center;
  }
  header .top-bar .links a img {
    margin-right: 5px;
    width: 25px;
    height: 25px;
  }
  header .mid-bar {
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  header .mid-bar .mid-bar-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 10px 0;
  }
  header .mid-bar .mid-bar-wrapper .logo {
    margin: 0;
    margin-right: 20px;
    max-width: 100%;
  }
  header .mid-bar .mid-bar-wrapper .logo img {
    height: 50px;
    width: auto;
  }
  header .mid-bar .mid-bar-wrapper .links {
    display: flex;
    position: relative;
  }
  header .mid-bar .mid-bar-wrapper .links .logged_user_icons {
    display: flex;
  }
  header .mid-bar .mid-bar-wrapper .links a {
    position: relative;
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    font-size: 11px;
    color: #11347e;
  }
  header .mid-bar .mid-bar-wrapper .links a img {
    width: 32px;
    height: 32px;
    margin-bottom: 6px;
  }
  header .mid-bar .search {
    height: 50px;
    width: 100%;
    max-width: 620px;
    border-radius: 0px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    margin: 0 auto;
  }
  header .mid-bar .search input {
    width: 50%;
    padding: 0 10px;
    height: 100%;
    outline: none;
    box-shadow: none;
    border: 1px solid #d2d2d2;
    border-radius: 0px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #ffffff;
  }
  header .mid-bar .search input::placeholder {
    font-style: italic;
  }
  header .mid-bar .search input:focus {
    outline: none;
  }
  header .mid-bar .search .categories {
    position: relative;
    font-size: 11px;
    cursor: pointer;
    width: 200px;
    padding: 0 20px;
    margin: 10px 0;
    display: flex;
    align-items: center;
  }
  header .mid-bar .search .categories-list {
    display: none;
    background-color: #ffffff;
    box-sizing: border-box;
    border-left: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    z-index: 10;
    position: absolute;
    flex-direction: column;
    top: 46px;
    left: 0;
    width: 100%;
    max-height: 300px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  header .mid-bar .search .categories-list li {
    display: flex;
    align-items: center;
    font-size: 13px;
    padding: 0 20px;
    height: 30px;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  header .mid-bar .search .categories-list li:hover {
    background-color: #f7f7f7;
    color: #3e7bef;
  }
  header .mid-bar .search button {
    padding: 10px;
    height: 100%;
    width: 50px;
    background-color: #11347e;
    outline: none;
    box-shadow: none;
    cursor: pointer;
    border-radius: 0px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border: none;
  }
  header .mid-bar .search button img {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 50px;
  }
  header .mid-bar .search button:hover {
    background-color: #e17c26;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  header .mid-bar .search button:hover img {
    transform: scale(1.1);
  }
  header .bottom-bar {
    height: 36px;
    background-color: #ffffff;
    padding-bottom: 0px;
  }
  header .bottom-bar ul {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: space-around;
  }
  header .bottom-bar ul li {
    height: 100%;
    display: flex;
    align-items: center;
    /* margin-right: 30px; */
    color: #11347e;
    font-size: 13px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
  }
  header .bottom-bar ul li a {
    text-decoration: none;
    color: #11347e;
    text-transform: capitalize;
  }
  header .bottom-bar ul li:hover {
    color: #e17c26;
  }
  header .bottom-bar ul li:hover a {
    color: #e17c26;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  header .bottom-bar ul .contact-drop {
    position: relative;
  }
  header #cart-item-counter,
  header #ilosc-produktow-w-schowku {
    position: absolute;
    right: -7px;
    top: -8px;
    background-color: #e17c26 !important;
    border-radius: 50%;
    border: unset;
    border-color: unset;
    width: 20px;
    height: 20px;
    color: #f7f7f7;
    text-align: center;
    font-size: 13px;
    font-weight: 900;
    line-height: 20px;
  }
  header #cart-item-counter {
    background-color: transparent;
  }
  header .categories-drop:hover::after,
  header .producers-drop:hover::after {
    border-color: #3e7bef;
  }
  header .hamburger {
    height: 24px;
    width: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: auto;
  }
  header .hamburger span {
    width: 100%;
    height: 3px;
    border-radius: 0px;
    background-color: #11347e;
  }
  header .mobile-menu {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #ffffff;
    visibility: hidden;
    opacity: 0;
    z-index: 6;
    overflow-y: scroll;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  header .mobile-menu .close-wrapper {
    width: 30px;
    height: 30px;
    margin: 10px;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  header .mobile-menu .close-wrapper .close {
    position: relative;
  }
  header .mobile-menu .close-wrapper .close span {
    width: 100%;
    position: absolute;
    height: 5px;
    border-radius: 0px;
    background-color: #11347e;
  }
  header .mobile-menu .close-wrapper .close span:first-of-type {
    transform: rotate(45deg);
  }
  header .mobile-menu .close-wrapper .close span:last-of-type {
    transform: rotate(-45deg);
  }
  header .mobile-menu ul {
    margin-top: 50px;
    padding: 10px;
  }
  header .mobile-menu ul li {
    padding: 5px 0;
    text-align: center;
    color: #11347e;
    text-decoration: none;
  }
  header .mobile-menu ul li a {
    text-decoration: none;
    color: #11347e;
  }
  header .show-mobile {
    opacity: 1 !important;
    visibility: visible !important;
  }
  header .dropdown {
    position: absolute;
    display: none;
    opacity: 0;
    width: 100%;
    margin-top: -1px;
    background-color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  header .dropdown li {
    padding: 10px 0;
    cursor: pointer;
  }
  header .dropdown a {
    text-decoration: none;
    color: #11347e;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  header .dropdown a span {
    color: #3e7bef;
  }
  header .dropdown a:hover {
    color: #3e7bef;
  }
  header .dropdown .max-width {
    height: 500px;
    background-color: #ffffff;
    z-index: 10;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #d2d2d2;
    display: flex;
    border-top: none;
    font-size: 13px;
    -webkit-box-shadow: 0px 3px 12px -1px #d2d2d2;
    -moz-box-shadow: 0px 3px 12px -1px #d2d2d2;
    box-shadow: 0px 3px 12px -1px #d2d2d2;
  }
  header .dropdown .left {
    width: 30%;
    border-right: 1px solid #d2d2d2;
    padding-right: 10px;
    overflow: auto;
  }
  header .dropdown .right {
    width: 100%;
    padding-left: 10px;
  }
  header .dropdown .right p {
    padding: 10px 0;
    color: #11347e;
    font-size: 20px;
  }
  header .dropdown .right p span {
    color: #3e7bef;
  }
  header #subcategory {
    height: 600px;
  }
  header #subcategory ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  header #subcategory ul li {
    color: #11347e;
    flex-direction: column;
    display: flex;
    flex-wrap: wrap;
    width: 50%;
    align-items: flex-start;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  header #subcategory ul li:hover {
    color: #3e7bef;
  }
  header #subcategory .children-categories {
    /* height: 100%; */
    overflow: auto;
  }
  header #subcategory .children-sub-categories {
    padding: 10px 0;
    width: 100%;
    display: none;
  }
  header #producers {
    width: 100%;
    overflow: auto;
  }
  header #producers ul {
    display: flex;
    flex-wrap: wrap;
  }
  header #producers ul li {
    width: 30%;
  }
  header #dropdown-contact {
    padding: 20px;
    flex-direction: column;
    width: 240px;
    right: -120px;
    top: 60px;
    position: absolute;
  }
  header #dropdown-contact h2 {
    color: #3e7bef;
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: bold;
  }
  header #dropdown-contact .contact-section {
    color: #11347e;
    font-size: 13px;
    margin-bottom: 20px;
  }
  header #dropdown-contact .contact-section p {
    margin-bottom: 10px;
  }
  header .category-select-wrapper {
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    width: 40%;
    border: 1px solid #d2d2d2;
    border-left: none;
    border-right: none;
  }
  header .category-select-wrapper select {
    display: none;
  }
  header .select-selected {
    color: #11347e;
    background-color: #ffffff;
    height: 100%;
    box-sizing: border-box;
    line-height: 36px;
    border: none;
  }
  header .select-selected:after {
    position: absolute;
    content: "";
    top: 25px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #d4cbcb transparent transparent transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  header .select-selected.select-arrow-active:after {
    border-color: transparent transparent #d4cbcb transparent;
    top: 19px;
  }
  header .select-items div,
  header .select-selected {
    padding: 5px 16px;
    border: 1px solid transparent;
    cursor: pointer;
  }
  header .select-items {
    position: absolute;
    background-color: #ffffff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    max-height: 220px;
    overflow: auto;
    -webkit-box-shadow: 0px 1px 5px -2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 1px 5px -2px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 1px 5px -2px rgba(0, 0, 0, 0.75);
  }
  header .select-items div:hover {
    background-color: rgba(0, 0, 0, 0.1);
  }
  header .select-hide {
    display: none;
  }
  header .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
  }
  header #dropdown-category-mobile {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0px 1px 5px -2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 1px 5px -2px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 1px 5px -2px rgba(0, 0, 0, 0.75);
    margin-top: 5px;
  }
  header #dropdown-category-mobile ul {
    margin-top: 0;
  }
  header #categories-drop-label-mobile:after {
    content: '';
    display: inline-block;
    border-style: solid;
    border-color: #231f20;
    border-width: 1px 1px 0 0;
    position: relative;
    vertical-align: top;
    transform: rotate(135deg);
    width: 7px;
    height: 7px;
    left: 10px;
    top: 3px;
    transition: all 0.2s ease-in-out;
  }
  header #categories-drop-label-mobile.active:after {
    transform: rotate(-45deg);
    top: 6px;
  }
  .nav-sections {
    margin-bottom: unset;
  }
  .minicart-wrapper .action.showcart,
  .minicart-wrapper .action.showcart.active {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: none;
  }
  .minicart-wrapper .action.showcart > .text,
  .minicart-wrapper .action.showcart.active > .text {
    height: unset;
    width: unset;
    position: unset;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 11px;
    color: #11347e;
  }
  .minicart-wrapper .action.showcart:before,
  .minicart-wrapper .action.showcart.active:before {
    content: "";
    background-image: url('../images/cart.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: center;
    width: 32px;
    height: 32px;
    margin-bottom: 6px;
  }
  .minicart-wrapper .action.showcart .counter.qty,
  .minicart-wrapper .action.showcart.active .counter.qty {
    position: absolute;
    right: -6px;
    top: -12px;
    background: #11347e;
    border-radius: 50%;
    border: unset;
    border-color: unset;
    width: 20px;
    height: 20px;
    color: #ffffff;
    text-align: center;
    font-size: 13px;
    font-weight: 900;
    line-height: 20px;
  }
  footer {
    background-color: #ffffff;
    margin-top: 10px;
    overflow: hidden;
  }
  footer p {
    margin-bottom: 0 !important;
  }
  footer .main-bar {
    display: flex;
    flex-direction: column;
  }
  footer #top-footer-row .container {
    display: flex;
    justify-content: space-between;
    color: #11347e;
    border-top: 1px solid #f7f7f7;
    border-bottom: 1px solid #f7f7f7;
    margin-bottom: 20px !important;
  }
  footer #top-footer-row .container #first-section-top-footer,
  footer #top-footer-row .container #second-section-top-footer,
  footer #top-footer-row .container #third-section-top-footer {
    width: 33.33%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px;
    font-size: 16px;
    font-weight: normal;
    color: #11347e;
  }
  footer #top-footer-row .container #first-section-top-footer .section-icon,
  footer #top-footer-row .container #second-section-top-footer .section-icon,
  footer #top-footer-row .container #third-section-top-footer .section-icon {
    display: block;
    height: 30px;
    width: auto;
    margin-right: 10px;
  }
  footer #top-footer-row .container #first-section-top-footer .section-content-wrapper,
  footer #top-footer-row .container #second-section-top-footer .section-content-wrapper,
  footer #top-footer-row .container #third-section-top-footer .section-content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  footer #top-footer-row .container #first-section-top-footer .section-content-wrapper span:nth-child(2),
  footer #top-footer-row .container #second-section-top-footer .section-content-wrapper span:nth-child(2),
  footer #top-footer-row .container #third-section-top-footer .section-content-wrapper span:nth-child(2) {
    color: #e17c26;
    font-size: 20px;
    font-weight: bold;
    margin-top: 5px;
  }
  footer .copywrite-bar {
    background-color: #ffffff;
    display: flex;
    align-items: center;
    height: 90px;
  }
  footer .copywrite-bar .body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
  }
  footer .copywrite-bar .body p {
    color: #808080;
    font-size: 11px;
    padding: 10px 0;
  }
  footer .copywrite-bar .body .social-icons {
    display: flex;
  }
  footer .copywrite-bar .body .social-icons a {
    text-decoration: none;
    margin-left: 10px;
    display: flex;
    align-items: center;
  }
  footer .copywrite-bar .body .social-icons a:first-of-type {
    margin-left: 0;
  }
  footer .copywrite-bar .body .social-icons a img {
    width: 25px;
    height: 25px;
  }
  footer .bottom-bar {
    height: 60px;
    display: flex;
    align-items: center;
  }
  footer .bottom-bar .left {
    background-color: #0095da;
    transform: skew(-30deg);
    padding: 5px 20px;
    margin-left: -20px;
    margin-right: 20px;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
  }
  footer .bottom-bar .left::before {
    content: '';
    height: 100%;
    background-color: #0095da;
    position: absolute;
    right: 0;
    width: 1000px;
  }
  footer .bottom-bar .left img {
    display: block;
    transform: skew(30deg);
  }
  footer .bottom-bar .right {
    background-color: #11347e;
    transform: skew(-30deg);
    padding: 5px 20px;
    height: 100%;
    display: flex;
    align-items: center;
    margin-right: -20px;
    position: relative;
    width: 100%;
  }
  footer .bottom-bar .right::after {
    content: '';
    height: 100%;
    background-color: #11347e;
    position: absolute;
    left: 0;
    width: 2000px;
    z-index: -1;
  }
  footer .bottom-bar .right img {
    display: block;
    transform: skew(30deg);
    margin-right: 20px;
    height: 30px;
  }
  footer .bottom-bar .right p {
    color: #ffffff;
    font-size: 11px;
    padding: 5px 0;
    text-align: left;
    transform: skew(30deg);
  }
  .page-main {
    padding: 0 10px;
    max-width: 1280px;
    font-size: 13px;
    color: #11347e;
  }
  .page-main h2 {
    font-size: 20px;
  }
  .home-page {
    display: flex;
    align-items: flex-start;
  }
  .column.main.home-page {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    max-width: 100%;
  }
  .column.main.home-page p:first-of-type {
    margin-top: 5px !important;
  }
  .column.main.home-page h2 {
    margin: 30px 0 10px 0;
  }
  .side-bar {
    min-width: 25%;
    max-width: 25%;
    padding-right: 15px;
    display: inline-block;
    position: -webkit-sticky;
    position: sticky;
    box-sizing: border-box;
    top: 120px;
  }
  .side-bar .expand-expanded {
    cursor: pointer;
    width: 13px;
    height: 13px;
    border: 1px solid #11347e;
    border-radius: 0px;
    position: absolute;
    top: 8px;
    left: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .side-bar .expand-expanded::after {
    content: "";
    border: solid #11347e;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 2px;
    position: absolute;
    top: 2px;
    left: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .side-bar .expand::after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .side-bar .expanded {
    border: 1px solid #e17c26;
    background-color: #e17c26;
  }
  .side-bar .expanded::after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    top: 4px;
    border: solid #fff;
    border-width: 0 1px 1px 0;
  }
  .side-bar span.spacer::before {
    content: none;
  }
  .side-bar .actions-toolbar {
    padding: 0 10px;
    justify-content: flex-end;
  }
  .side-bar .action {
    text-decoration: none !important;
    font-size: 13px;
  }
  .side-bar .widget {
    margin-top: 20px;
  }
  .side-bar .widget h3 {
    text-align: left;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
  }
  .side-bar .widget p {
    font-size: 14px;
    line-height: 20px;
  }
  .side-bar .subscribe {
    position: relative;
    margin-top: 10px;
  }
  .side-bar .subscribe .field.newsletter {
    margin: 0 !important;
  }
  .side-bar .subscribe .field.newsletter input {
    margin: 0;
    padding-left: 10px;
    box-shadow: none;
  }
  .side-bar .subscribe .control::before {
    content: none !important;
  }
  .side-bar .subscribe .actions {
    position: absolute;
    right: 0;
    width: auto !important;
    top: 0;
    height: 32px;
  }
  .side-bar .subscribe .actions button {
    height: 32px;
    border: none;
    background-color: #3e7bef;
    margin: 0;
  }
  .side-bar .subscribe .actions button:hover {
    background-color: #11347e;
  }
  .side-bar ul {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    box-sizing: border-box;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
  .side-bar ul li {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
  }
  .side-bar ul li.level0 {
    padding: 5px 10px 5px 20px;
  }
  .side-bar ul li.level1 {
    padding: 5px 5px 5px 20px;
  }
  .side-bar ul li a {
    text-decoration: none;
    max-width: 90%;
    color: #11347e;
    font-size: 13px;
    margin-right: auto;
    padding-right: 10px;
    line-height: 1.5;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .side-bar ul li a span {
    color: #11347e;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .side-bar ul li a span.tree-product-number {
    color: #3e7bef !important;
    font-weight: 400;
  }
  .side-bar ul li a:hover {
    color: #3e7bef !important;
  }
  .side-bar ul li a:hover span {
    color: #3e7bef !important;
  }
  .side-bar .tree-category-name {
    /* margin-left: 5px; */
    line-height: 1.5;
  }
  .side-bar .block.filter {
    background-color: #ffffff;
    margin-bottom: unset;
  }
  .side-bar .filter-title {
    display: none;
    font-size: 20px;
    font-weight: 400;
    color: #11347e;
    margin-bottom: 30px;
    padding: 0 10px;
  }
  .side-bar .filter-options .filter-options-title {
    color: #11347e !important;
    position: relative;
    outline: none;
    padding-left: 20px;
    font-size: 13px;
    margin: 0;
    word-break: normal;
    line-height: 20px;
  }
  .side-bar .filter-options-title::before {
    content: "";
    cursor: pointer;
    width: 13px;
    height: 13px;
    border: 1px solid #11347e;
    border-radius: 0px;
    background: transparent;
    position: absolute;
    top: 3px;
    left: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .side-bar .filter-options-title::after {
    content: "";
    cursor: pointer !important;
    border: solid #11347e !important;
    border-width: 0 1px 1px 0 !important;
    display: inline-block !important;
    padding: 2px !important;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    left: 4px;
    top: 6px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .side-bar .filter-options-item.active .filter-options-title::before {
    border: 1px solid #3e7bef;
    background: #3e7bef;
    border-width: 0 1px 1px 0 !important;
  }
  .side-bar .filter-options-item.active .filter-options-title::after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    top: 8px;
    border: solid #ffffff !important;
    border-width: 0 1px 1px 0 !important;
  }
  .side-bar .filter-content {
    font-size: 13px;
    color: #11347e;
    border: 1px solid #e4e4e4;
    padding: 10px 0 0;
  }
  .side-bar .filter-options-item {
    padding: 5px 10px;
    cursor: pointer;
  }
  .side-bar .filter-options .filter-options-content {
    padding: 5px 0;
    margin: 0;
  }
  .side-bar .filter-count-label {
    display: none;
  }
  .side-bar .filter-subtitle,
  .side-bar .filter-current-subtitle {
    font-size: 16px;
    font-weight: 700;
    color: #11347e;
    margin-bottom: 30px;
    display: block;
    padding: 0 10px;
  }
  .side-bar .count {
    color: #3e7bef !important;
    display: inline-flex;
    font-weight: 400;
  }
  .side-bar .smile-es-range-slider > div:nth-child(1),
  .side-bar .smile-es-range-slider > div:nth-child(2) {
    width: 50%;
    margin-bottom: 5px;
    display: inline-flex;
    color: #e17c26;
    font-weight: 400;
  }
  .side-bar .smile-es-range-slider > div:nth-child(2) {
    float: right;
    text-align: right;
    display: inline-block;
  }
  .side-bar .actions-toolbar {
    display: flex;
    justify-content: center;
    padding: 0 10px;
    margin-top: 10px;
  }
  .side-bar .actions-toolbar .action.primary.small {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 32px;
    min-width: 150px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: normal;
    font-stretch: expanded;
    transition: all 0.3s ease-in-out;
    box-shadow: none;
    border: 2px solid;
    border-radius: 0px;
    border-color: #3e7bef;
    background-color: #3e7bef;
    color: #f7f7f7;
    height: 40px;
    width: 200px;
  }
  .side-bar .actions-toolbar .action.primary.small:hover {
    text-decoration: none;
  }
  .side-bar .actions-toolbar .action.primary.small a {
    color: #f7f7f7;
    text-decoration: none;
  }
  .side-bar .actions-toolbar .action.primary.small:hover {
    background-color: #11347e;
    border-color: #3e7bef;
    color: #fff;
  }
  .side-bar .actions-toolbar .action.primary.small:hover a {
    color: #fff;
    text-decoration: none;
  }
  .side-bar .filter-current ol.items {
    padding: 10px;
  }
  .side-bar .filter-current ol.items li.item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    position: relative;
    flex-wrap: nowrap;
    margin: 5px 0;
  }
  .side-bar .filter-current ol.items li.item a.remove {
    position: absolute;
    left: 0;
    padding-right: 10px !important;
    margin: 0;
    top: 0;
  }
  .side-bar .filter-current ol.items li.item a.remove span {
    font-size: 0px !important;
  }
  .side-bar .filter-current ol.items li.item a.remove::before,
  .side-bar .filter-current ol.items li.item a.remove::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 10px;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #000;
  }
  .side-bar .filter-current ol.items li.item a.remove::before {
    display: inline-block;
    width: 10px;
    height: 2px;
    overflow: hidden;
    transform: rotate(45deg);
  }
  .side-bar .filter-current ol.items li.item a.remove::after {
    transform: rotate(-45deg);
  }
  .side-bar .filter-value {
    margin-left: 10px;
  }
  .side-bar .filter-label {
    margin-left: 15px;
    font-weight: 600;
  }
  .side-bar .action.clear {
    text-decoration: none;
    color: #11347e;
    margin: 10px 10px 30px 10px;
    display: block;
  }
  .side-bar .action.clear:hover {
    color: #e17c26;
  }
  .side-bar .filter-options-content ol.items li.item input {
    position: absolute;
    visibility: hidden;
  }
  .side-bar .filter-options-content ol.items li.item input + label {
    position: relative;
    cursor: pointer;
    padding: 0;
  }
  .side-bar .filter-options-content ol.items li.item input + label span {
    color: #e17c26;
    font-weight: 400;
  }
  .side-bar .filter-options-content ol.items li.item input + label:before {
    content: '';
    margin-right: 10px;
    margin-top: 2px;
    display: inline-block;
    vertical-align: text-top;
    width: 13px;
    height: 13px;
    border-radius: 0px;
    background: transparent;
    border: 1px solid #11347e;
  }
  .side-bar .filter-options-content ol.items li.item input:hover + label:before {
    background: #f7f7f7;
  }
  .side-bar .filter-options-content ol.items li.item input:focus + label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
  }
  .side-bar .filter-options-content ol.items li.item input:checked + label:before {
    background: #11347e;
  }
  .side-bar .filter-options-content ol.items li.item input:disabled + label {
    color: #b8b8b8;
    cursor: auto;
  }
  .side-bar .filter-options-content ol.items li.item input:disabled + label:before {
    box-shadow: none;
    background: #ddd;
  }
  .side-bar .filter-options-content ol.items li.item input:checked + label:after {
    content: '';
    position: absolute;
    left: 1px;
    top: 6px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 #ffffff, 4px 0 0 #ffffff, 4px -2px 0 #ffffff, 4px -4px 0 #ffffff, 4px -6px 0 #ffffff, 4px -8px 0 #ffffff;
    transform: rotate(45deg);
  }
  .side-bar .filter-options-content input {
    height: 40px;
    border-radius: 0px;
    max-width: 100%;
    border: 1px solid #f7f7f7;
    padding: 0 10px;
    box-sizing: border-box;
    margin: 10px 0;
  }
  .side-bar .filter-options-content .actions-toolbar {
    justify-content: flex-end;
  }
  .side-bar .ui-slider-handle {
    background: #e17c26 !important;
  }
  .side-bar .filter .filter-content .item {
    margin: 10px 0 10px 10px;
  }
  .category side-bar.c-sidebar .filter-subtitle #filter-close-btn,
  .page-with-filter side-bar.c-sidebar .filter-subtitle #filter-close-btn {
    display: none;
  }
  .category #filter-btn,
  .page-with-filter #filter-btn {
    display: none;
  }
  /* Slider */
  #maincontent .home-page .slick-slider button {
    top: 50% !important;
  }
  .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    visibility: hidden;
    width: 100%;
  }
  .slick-initialized {
    visibility: visible !important;
  }
  .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
  }
  .slick-list:focus {
    outline: none;
  }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
  }
  .slick-slider .slick-track,
  .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .slick-track:before,
  .slick-track:after {
    content: "";
    display: table;
  }
  .slick-track:after {
    clear: both;
  }
  .slick-loading .slick-track {
    visibility: hidden;
  }
  .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
  }
  [dir="rtl"] .slick-slide {
    float: right;
  }
  .slick-slide img {
    display: block;
  }
  .slick-slide.slick-loading img {
    display: none;
  }
  .slick-slide.dragging img {
    pointer-events: none;
  }
  .slick-slide.slick-initialized {
    visibility: visible !important;
  }
  .slick-loading .slick-slide {
    visibility: hidden;
  }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
  }
  .slick-arrow.slick-hidden {
    display: none;
  }
  .slick-arrow {
    border-radius: 0 !important;
  }
  .slick-arrow.slick-next {
    right: 10px;
  }
  .slick-arrow.slick-prev {
    left: 10px;
  }
  .anchor-section {
    padding: 0 !important;
  }
  #maincontent .main-slider {
    width: 100%;
  }
  #maincontent .main-slider .container {
    padding: 0;
    max-width: 100%;
    background-color: #fff;
  }
  #maincontent .main-slider .container img {
    width: 100%;
    height: auto;
  }
  #maincontent .main-slider .col-12 {
    padding: 0;
  }
  #maincontent .main-slider .col-12 + p {
    display: none;
  }
  #maincontent .main-slider .slider-nav {
    color: #11347e;
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
    min-height: 40px;
    height: auto;
    cursor: pointer;
  }
  #maincontent .main-slider .slider-nav .col-3 {
    padding-left: 0;
    padding-right: 0;
  }
  #maincontent .main-slider .slider-nav p.nav-module {
    font-size: 13px;
    line-height: 18px;
    padding: 12px 3px;
    margin: 0 !important;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-top: 0 !important;
    border-bottom: 2px solid transparent;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  #maincontent .main-slider .slider-nav .nav-module.active,
  #maincontent .main-slider .slider-nav .nav-module:hover {
    color: #e17c26 !important;
    border-bottom: 2px solid #e17c26;
    background-color: #fff;
  }
  /* page scrolled */
  body .page-main {
    margin-top: 0;
    transition: all .5s ease;
  }
  body.page-scrolled .page-main {
    margin-top: 150px;
    transition: all 0s ease;
  }
  /* layout fix */
  /* compare */
  body.catalog-product-compare-index #product-comparison .cell {
    width: 320px;
  }
  body.catalog-product-compare-index #product-comparison .cell.label {
    width: 170px;
  }
  body.catalog-product-compare-index #product-comparison td:last-child {
    padding-right: 0 !important;
    padding-left: 40px !important;
  }
  body.catalog-product-compare-index .action.print {
    padding-right: 0;
  }
  /* page products */
  /* home */
  .cms-home .columns .column.main h1,
  .cms-home .columns .column.main h1 + p {
    padding: 0 !important;
  }
  .cms-home #sliderBlog button.slick-prev.slick-arrow {
    left: 5px !important;
  }
  .cms-home #sliderBlog button.slick-next.slick-arrow {
    right: 5px !important;
  }
  .cms-home #slider-featured .slick-list.draggable {
    margin-left: -20px;
  }
  .cms-home #slider-featured button.slick-prev.slick-arrow {
    left: -15px !important;
    top: 160px;
  }
  .cms-home #slider-featured button.slick-next.slick-arrow {
    right: -15px !important;
    top: 160px;
  }
  .cms-home #sliderBlog .slick-slide p {
    min-height: 40px !important;
  }
  /* other */
  #slider-producenci {
    width: 100%;
    margin: 0 auto;
  }
  #sliderBlog {
    padding: 0;
    margin: 0 -15px;
  }
  #sliderBlog .container {
    padding: 0 15px;
  }
  .cms-home #sliderBlog button.slick-next.slick-arrow {
    right: 40px !important;
  }
  .cms-home #sliderBlog button.slick-prev.slick-arrow {
    left: 40px !important;
  }
  .slick-prev:before,
  .slick-next:before {
    display: none;
  }
  slider-featured_sale .slick-initialized {
    visibility: visible;
  }
  slider-featured_new .slick-initialized {
    visibility: visible;
  }
  #slider-featured .slick-initialized {
    visibility: visible;
  }
  #slider-producenci.slick-initialized {
    visibility: visible;
  }
  #sliderBlog.slick-initialized {
    visibility: visible;
  }
  #slider-komplet.slick-initialized {
    visibility: visible;
  }
  #slider-zamienniki.slick-initialized {
    visibility: visible;
  }
  button.slick-prev.slick-arrow {
    background-image: url('../images/left_arrow.svg') !important;
  }
  button.slick-next.slick-arrow {
    background-image: url('../images/right_arrow.svg') !important;
  }
  #slider-producenci {
    padding-left: 60px;
    padding-right: 60px;
    background-color: #fff;
    margin-top: 10px;
  }
  #slider-producenci .sliderProduct {
    background: white !important;
    text-align: center !important;
  }
  #slider-producenci .sliderProduct img {
    max-width: 100% !important;
  }
  #slider-producenci .slick-slider button.slick-prev.slick-arrow,
  #slider-producenci .slick-slider button.slick-next.slick-arrow {
    top: 20px !important;
  }
  #slider-producenci .slick-slider button.slick-prev.slick-arrow {
    left: 5px !important;
  }
  #slider-producenci .slick-slider button.slick-next.slick-arrow {
    right: 5px !important;
  }
  .breadcrumbs,
  .breadcrumbs-product {
    margin: 0 auto;
    padding: 0;
    height: 50px;
    background-color: transparent;
    box-shadow: unset;
    position: relative;
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border: none;
    overflow: hidden;
  }
  .breadcrumbs .items,
  .breadcrumbs-product .items {
    margin: 0;
    padding: 0;
    list-style: none none;
    font-size: 13px;
    color: #808080;
    letter-spacing: .025em;
    text-decoration: none;
    white-space: nowrap;
    display: flex;
  }
  .breadcrumbs .items > li,
  .breadcrumbs-product .items > li {
    color: #11347e;
    cursor: pointer;
    position: relative;
    height: 13px;
  }
  .breadcrumbs .items > li a,
  .breadcrumbs-product .items > li a {
    font-size: 13px;
    color: #808080;
    letter-spacing: .025em;
    text-decoration: none;
    white-space: nowrap;
  }
  .breadcrumbs .items > li:hover a,
  .breadcrumbs-product .items > li:hover a {
    color: #11347e;
    cursor: pointer;
    position: relative;
  }
  .breadcrumbs .items > li:not(:last-child):after,
  .breadcrumbs-product .items > li:not(:last-child):after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 18px;
    font-family: 'luma-icons';
    margin: 0 10px;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    text-align: center;
    content: '';
    width: 12px;
    height: 1px;
    background: #808080;
    position: relative;
    top: 50%;
  }
  .breadcrumbs .items > li .crumbSubcategories,
  .breadcrumbs-product .items > li .crumbSubcategories {
    display: none;
    position: absolute;
    top: 68px;
    left: 0;
    border: none;
    padding: 14px 20px;
    background: #ffffff;
    z-index: 10;
    -webkit-box-shadow: 0px 1px 5px -2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 1px 5px -2px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 1px 5px -2px rgba(0, 0, 0, 0.75);
  }
  .breadcrumbs .items > li .crumbSubcategories ul,
  .breadcrumbs-product .items > li .crumbSubcategories ul {
    flex-direction: column;
  }
  .breadcrumbs .items > li .crumbSubcategories ul li,
  .breadcrumbs-product .items > li .crumbSubcategories ul li {
    line-height: 16px;
    list-style: none;
    padding: 8px 0;
    margin: 0;
  }
  .breadcrumbs .items > li .crumbSubcategories ul li a,
  .breadcrumbs-product .items > li .crumbSubcategories ul li a {
    color: #11347e !important;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .breadcrumbs .items > li .crumbSubcategories ul li:hover a,
  .breadcrumbs-product .items > li .crumbSubcategories ul li:hover a {
    color: #e17c26 !important;
  }
  .breadcrumbs .items > li:hover .crumbSubcategories,
  .breadcrumbs-product .items > li:hover .crumbSubcategories {
    display: block;
  }
  .columns {
    display: flex;
  }
  .category,
  .columns {
    display: flex;
    flex-wrap: wrap;
  }
  .category .top,
  .columns .top,
  .category .search-results-main,
  .columns .search-results-main {
    width: 80%;
  }
  .category .category-description,
  .columns .category-description {
    margin-bottom: 20px;
  }
  .category .category-description h1,
  .columns .category-description h1 {
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 25px;
    font-weight: normal;
    color: #11347e;
    border: none;
    border-width: 0;
  }
  .category .category-description p,
  .columns .category-description p {
    font-size: 13px;
    margin-bottom: 10px;
    line-height: 1.5;
  }
  .category p,
  .columns p {
    font-size: 13px;
    margin-bottom: 10px;
    line-height: 1.5;
  }
  .category .products-list,
  .columns .products-list {
    width: 100%;
  }
  .category .toolbar-products,
  .columns .toolbar-products {
    margin-bottom: 20px;
    padding: 0;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  .category .toolbar-products::before,
  .columns .toolbar-products::before,
  .category .toolbar-products::after,
  .columns .toolbar-products::after {
    display: none;
  }
  .category .toolbar-products .category_searcher,
  .columns .toolbar-products .category_searcher {
    width: 40%;
  }
  .category .toolbar-products .toolbar-sorter.sorter,
  .columns .toolbar-products .toolbar-sorter.sorter {
    width: 40%;
    max-width: 40%;
  }
  .category .select-hide,
  .columns .select-hide {
    display: none;
  }
  .category .select-items,
  .columns .select-items {
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
  }
  .category .control,
  .columns .control {
    position: relative;
    width: 50%;
    padding: 0 !important;
  }
  .category .toolbar-products .toolbar-sorter,
  .columns .toolbar-products .toolbar-sorter {
    flex: 1 0 30%;
    padding: 0 !important;
    position: relative;
  }
  .category .search .control,
  .columns .search .control {
    width: 100%;
  }
  .category .toolbar-sorter.sorter select,
  .columns .toolbar-sorter.sorter select,
  .category .control select,
  .columns .control select {
    display: none;
  }
  .category .select-items div,
  .columns .select-items div,
  .category .select-selected,
  .columns .select-selected {
    box-sizing: border-box;
    line-height: 22px;
    color: #ffffff;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    font-size: 13px;
    background-color: #3e7bef;
  }
  .category .select-selected,
  .columns .select-selected {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 32px;
    min-width: 150px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: normal;
    font-stretch: expanded;
    box-shadow: none;
    border: 2px solid;
    border-radius: 0px;
    border-color: #3e7bef;
    background-color: #3e7bef;
    color: #f7f7f7;
    max-height: 40px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .category .select-selected:hover,
  .columns .select-selected:hover {
    text-decoration: none;
  }
  .category .select-selected a,
  .columns .select-selected a {
    color: #f7f7f7;
    text-decoration: none;
  }
  .category .select-selected:hover,
  .columns .select-selected:hover {
    background-color: #11347e;
    border-color: #3e7bef;
    color: #fff;
  }
  .category .select-selected:hover a,
  .columns .select-selected:hover a {
    color: #fff;
    text-decoration: none;
  }
  .category .select-selected.select-arrow-active,
  .columns .select-selected.select-arrow-active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .category .modes,
  .columns .modes {
    display: flex;
    margin-right: 10px;
  }
  .category .category_searcher,
  .columns .category_searcher {
    flex: 1 0 30%;
    margin-right: 10px;
  }
  .category .category_searcher .category-searcher-input,
  .columns .category_searcher .category-searcher-input {
    height: 40px;
  }
  .category .limiter.field,
  .columns .limiter.field {
    display: flex !important;
    align-items: center;
  }
  .category .limiter.field span,
  .columns .limiter.field span {
    white-space: nowrap;
  }
  .category .limiter.field .control,
  .columns .limiter.field .control {
    margin: 0 5px;
    width: 70px;
  }
  .category .limiter.field label,
  .columns .limiter.field label {
    margin: 0;
  }
  .category .limiter.field .select-selected,
  .columns .limiter.field .select-selected {
    min-width: unset;
  }
  .category .pages-items .item,
  .columns .pages-items .item {
    width: 30px;
    height: 30px;
  }
  .category .pages-items .item a,
  .columns .pages-items .item a,
  .category .pages-items .item strong,
  .columns .pages-items .item strong {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    line-height: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
  }
  .category .pages-items .item strong,
  .columns .pages-items .item strong {
    background-color: #3e7bef;
    color: #fff;
  }
  .category .pages-items .item a,
  .columns .pages-items .item a {
    color: #000;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .category .pages-items .item a:hover,
  .columns .pages-items .item a:hover {
    background-color: #e4e4e4;
  }
  .category .pages-items .item a.action,
  .columns .pages-items .item a.action {
    border: none;
    line-height: 13px;
  }
  .category .field.limiter,
  .columns .field.limiter {
    display: flex;
    justify-content: center;
  }
  .category #toolbar-amount,
  .columns #toolbar-amount {
    width: 100%;
    text-align: center;
    color: #e17c26;
    margin-top: 20px;
    padding: 10px;
    font-size: 20px;
    font-weight: normal;
    border: 1px solid;
    border-radius: 0px;
  }
  .category .modes-mode,
  .columns .modes-mode {
    border: 1px solid #d2d2d2;
    padding: 7px 10px;
    border-right: 0;
  }
  .category .modes-mode:last-child,
  .columns .modes-mode:last-child {
    border-right: 1px solid #d2d2d2;
  }
  .category .modes-mode.active,
  .columns .modes-mode.active {
    background: #e4e4e4;
  }
  .page-with-filter .products {
    width: 100%;
  }
  .page-with-filter dl.block {
    padding: 20px 0;
    margin: 30px 0;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    line-height: 1.2;
  }
  .page-with-filter dl.block .title {
    font-weight: bold;
  }
  .products-grid .product-item,
  .products-list .product-item,
  .products-slider .product-item {
    background-color: #ffffff;
    padding: 10px !important;
    border: 1px solid transparent;
    box-shadow: none;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .products-grid .product-item:hover,
  .products-list .product-item:hover,
  .products-slider .product-item:hover {
    background-color: #ffffff;
    border: 1px solid transparent;
    box-shadow: 0px 1px 5px -2px rgba(0, 0, 0, 0.75);
    transform: none;
  }
  .products-grid .product-item .product-item-info,
  .products-list .product-item .product-item-info,
  .products-slider .product-item .product-item-info {
    width: 100%;
    position: relative;
  }
  .products-grid .product-item .product-item-details,
  .products-list .product-item .product-item-details,
  .products-slider .product-item .product-item-details {
    width: 100%;
    margin-bottom: 0;
  }
  .products-grid .product-item .product-image-photo,
  .products-list .product-item .product-image-photo,
  .products-slider .product-item .product-image-photo {
    position: relative;
    max-height: 100%;
    max-width: 100%;
  }
  .products-grid .product-item .product-item-photo,
  .products-list .product-item .product-item-photo,
  .products-slider .product-item .product-item-photo {
    display: flex;
    padding: 10px 0;
    width: 100%;
    max-width: 150px !important;
    margin: 0 auto;
    height: 200px;
    overflow: hidden;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
  }
  .products-grid .product-item .product-item-name,
  .products-list .product-item .product-item-name,
  .products-slider .product-item .product-item-name {
    height: 54px;
    padding: 0 10px;
  }
  .products-grid .product-item .product-item-name .product.name a,
  .products-list .product-item .product-item-name .product.name a,
  .products-slider .product-item .product-item-name .product.name a {
    font-weight: 400;
  }
  .products-grid .product-item .product-item-link,
  .products-list .product-item .product-item-link,
  .products-slider .product-item .product-item-link,
  .products-grid .product-item .nazwa-produktu-slider,
  .products-list .product-item .nazwa-produktu-slider,
  .products-slider .product-item .nazwa-produktu-slider {
    color: #11347e;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    width: 100%;
    display: flex;
    line-height: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .products-grid .product-item .product-item-link:hover,
  .products-list .product-item .product-item-link:hover,
  .products-slider .product-item .product-item-link:hover,
  .products-grid .product-item .nazwa-produktu-slider:hover,
  .products-list .product-item .nazwa-produktu-slider:hover,
  .products-slider .product-item .nazwa-produktu-slider:hover {
    color: #e17c26;
    text-decoration: none !important;
  }
  .products-grid .product-item .cena-promo,
  .products-list .product-item .cena-promo,
  .products-slider .product-item .cena-promo {
    min-height: 115px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .products-grid .product-item .cena-promo p.newProductPrice,
  .products-list .product-item .cena-promo p.newProductPrice,
  .products-slider .product-item .cena-promo p.newProductPrice,
  .products-grid .product-item .cena-promo #promoPrice,
  .products-list .product-item .cena-promo #promoPrice,
  .products-slider .product-item .cena-promo #promoPrice {
    color: #e17c26;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    padding: 0 0 5px;
    margin: 0;
  }
  .products-grid .product-item .cena-promo p.cena-produktu-netto-slider,
  .products-list .product-item .cena-promo p.cena-produktu-netto-slider,
  .products-slider .product-item .cena-promo p.cena-produktu-netto-slider,
  .products-grid .product-item .cena-promo p.price-excluding-tax,
  .products-list .product-item .cena-promo p.price-excluding-tax,
  .products-slider .product-item .cena-promo p.price-excluding-tax {
    color: #808080;
    text-align: center;
  }
  .products-grid .product-item .cena-promo #normalPrice,
  .products-list .product-item .cena-promo #normalPrice,
  .products-slider .product-item .cena-promo #normalPrice {
    color: #e17c26;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-decoration: line-through;
    margin-bottom: 0;
  }
  .products-grid .product-item .cena-promo .slider_button_zobacz,
  .products-list .product-item .cena-promo .slider_button_zobacz,
  .products-slider .product-item .cena-promo .slider_button_zobacz,
  .products-grid .product-item .cena-promo .tocart_tile,
  .products-list .product-item .cena-promo .tocart_tile,
  .products-slider .product-item .cena-promo .tocart_tile {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 32px;
    min-width: 150px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: normal;
    font-stretch: expanded;
    transition: all 0.3s ease-in-out;
    box-shadow: none;
    border: 2px solid;
    border-radius: 0px;
    background-color: #fff;
    color: #11347e;
    border-color: #11347e;
    margin-top: 5px;
    width: 100%;
    padding: 10px;
  }
  .products-grid .product-item .cena-promo .slider_button_zobacz:hover,
  .products-list .product-item .cena-promo .slider_button_zobacz:hover,
  .products-slider .product-item .cena-promo .slider_button_zobacz:hover,
  .products-grid .product-item .cena-promo .tocart_tile:hover,
  .products-list .product-item .cena-promo .tocart_tile:hover,
  .products-slider .product-item .cena-promo .tocart_tile:hover {
    text-decoration: none;
  }
  .products-grid .product-item .cena-promo .slider_button_zobacz a,
  .products-list .product-item .cena-promo .slider_button_zobacz a,
  .products-slider .product-item .cena-promo .slider_button_zobacz a,
  .products-grid .product-item .cena-promo .tocart_tile a,
  .products-list .product-item .cena-promo .tocart_tile a,
  .products-slider .product-item .cena-promo .tocart_tile a {
    color: #11347e;
    text-decoration: none;
  }
  .products-grid .product-item .cena-promo .slider_button_zobacz:hover,
  .products-list .product-item .cena-promo .slider_button_zobacz:hover,
  .products-slider .product-item .cena-promo .slider_button_zobacz:hover,
  .products-grid .product-item .cena-promo .tocart_tile:hover,
  .products-list .product-item .cena-promo .tocart_tile:hover,
  .products-slider .product-item .cena-promo .tocart_tile:hover {
    background-color: #11347e;
    color: #f7f7f7;
  }
  .products-grid .product-item .cena-promo .slider_button_zobacz:hover a,
  .products-list .product-item .cena-promo .slider_button_zobacz:hover a,
  .products-slider .product-item .cena-promo .slider_button_zobacz:hover a,
  .products-grid .product-item .cena-promo .tocart_tile:hover a,
  .products-list .product-item .cena-promo .tocart_tile:hover a,
  .products-slider .product-item .cena-promo .tocart_tile:hover a {
    color: #fff;
    text-decoration: none;
  }
  .products-grid .product-item .cena-promo .slider_button_zobacz a,
  .products-list .product-item .cena-promo .slider_button_zobacz a,
  .products-slider .product-item .cena-promo .slider_button_zobacz a,
  .products-grid .product-item .cena-promo .tocart_tile a,
  .products-list .product-item .cena-promo .tocart_tile a,
  .products-slider .product-item .cena-promo .tocart_tile a {
    font-weight: inherit;
    line-height: inherit;
    font-size: inherit;
    text-align: inherit;
  }
  .products-grid .product-item .btn,
  .products-list .product-item .btn,
  .products-slider .product-item .btn {
    width: 100%;
    padding: 0 !important;
    display: flex;
    justify-content: center;
  }
  .products-grid .product-item .product-circles-wrapper,
  .products-list .product-item .product-circles-wrapper,
  .products-slider .product-item .product-circles-wrapper {
    position: absolute;
    z-index: 10;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    left: unset;
    top: unset;
    right: unset;
    bottom: unset;
  }
  .products-grid .product-item .product-circles-wrapper .red-circle,
  .products-list .product-item .product-circles-wrapper .red-circle,
  .products-slider .product-item .product-circles-wrapper .red-circle {
    width: 35px;
    height: 35px;
    background-color: #f7f7f7;
    border-radius: 50%;
    justify-content: center;
    display: flex;
    align-items: center;
    border: 2px solid #e17c26;
  }
  .products-grid .product-item .product-circles-wrapper .red-circle p.discount,
  .products-list .product-item .product-circles-wrapper .red-circle p.discount,
  .products-slider .product-item .product-circles-wrapper .red-circle p.discount {
    font-size: 14px;
    color: #e17c26;
    font-weight: bold;
    margin-bottom: 0;
  }
  .products-slider .product-item {
    box-shadow: none;
  }
  .products-slider .product-item:hover {
    box-shadow: none;
  }
  .products-list .product-item {
    margin-bottom: 15px;
    border: 1px solid #d2d2d2;
  }
  .products-list .product-item:hover {
    border: 1px solid #e17c26;
  }
  .products-list .product-item .product-item-info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .products-list .product-item .product-item-photo {
    width: 50%;
  }
  .products-list .product-item .product-item-details {
    width: 30%;
  }
  .products-list .product-item .product-item-name {
    height: unset;
    padding: 0 10px;
    width: 100%;
    border-bottom: none;
    border-color: none;
  }
  .products-list .product-item .product-item-name .product.name a {
    font-weight: 700;
  }
  .products-list .product-item .product-item-link {
    color: #11347e;
    font-size: 18px;
    text-align: left;
    width: 100%;
    display: flex;
    line-height: 21px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .products-slider .product-item {
    margin-bottom: 0px;
  }
  .product {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
  }
  .product .mage-error {
    font-size: 12px;
    margin-bottom: 10px;
    order: 1 !important;
  }
  .product .v-divider {
    display: none;
  }
  .product h2 {
    padding: 0;
    margin: 40px 0 20px;
    font-size: 20px;
    line-height: 20px;
    font-weight: normal;
    color: #11347e;
    border-bottom: none;
  }
  .product h1 {
    font-size: 20px;
    margin: 0 0 20px 0;
  }
  .product .top {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
  .product.media {
    margin-bottom: 0 !important;
  }
  .product .products.wrapper {
    margin: 30px 0 !important;
  }
  .product .fotorama__stage__shaft {
    background-color: #fff;
  }
  .product .inner-anchor {
    position: absolute;
    top: -130px;
  }
  .product .anchor-section {
    position: relative;
  }
  .product .icons {
    display: flex;
    align-items: center;
    padding: 20px 10px;
  }
  .product .icons .icon {
    width: 25%;
    cursor: pointer;
  }
  .product .icons .icon a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    width: 100%;
    margin: 0;
  }
  .product .icons .icon a img {
    height: 28px;
    width: auto;
  }
  .product .icons .icon a p {
    font-size: 10px;
    padding-top: 5px;
    text-align: center;
    color: #11347e;
    text-transform: uppercase;
    font-weight: normal;
  }
  .product .icons .icon a::before {
    content: none;
  }
  .product .fotorama__fullscreen-icon {
    display: block;
  }
  .product .product-side-bar {
    width: 30%;
    position: sticky;
    top: 130px;
  }
  .product .product-side-bar .box {
    background-color: #ffffff;
    padding: 20px 10px;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: 0px 1px 5px -2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 1px 5px -2px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 1px 5px -2px rgba(0, 0, 0, 0.75);
  }
  .product .content {
    width: 70%;
    margin-right: 10px;
  }
  .product .banner-produkt-kontakt {
    padding: 0;
    position: relative;
    margin-top: 40px;
  }
  .product .banner-produkt-kontakt .contact_banner_content_box {
    position: absolute;
    top: 0;
    color: #fff;
    padding: 10px;
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .product .banner-produkt-kontakt .contact_banner_content_box h2 {
    font-size: 24px;
    font-weight: bold;
    margin: 10px 0;
    color: #fff;
    line-height: 24px;
  }
  .product .banner-produkt-kontakt .contact_banner_content_box .contact_banner_content_buttons {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
  }
  .product .banner-produkt-kontakt .contact_banner_content_box .contact_banner_content_buttons a {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 32px;
    min-width: 150px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: normal;
    font-stretch: expanded;
    transition: all 0.3s ease-in-out;
    box-shadow: none;
    border: 2px solid;
    border-radius: 0px;
    border-color: #3e7bef;
    background-color: #3e7bef;
    color: #f7f7f7;
  }
  .product .banner-produkt-kontakt .contact_banner_content_box .contact_banner_content_buttons a:hover {
    text-decoration: none;
  }
  .product .banner-produkt-kontakt .contact_banner_content_box .contact_banner_content_buttons a a {
    color: #f7f7f7;
    text-decoration: none;
  }
  .product .banner-produkt-kontakt .contact_banner_content_box .contact_banner_content_buttons a:hover {
    background-color: #11347e;
    border-color: #3e7bef;
    color: #fff;
  }
  .product .banner-produkt-kontakt .contact_banner_content_box .contact_banner_content_buttons a:hover a {
    color: #fff;
    text-decoration: none;
  }
  .product .banner-produkt-kontakt .contact_banner_content_box .contact_banner_content_buttons a:first-of-type {
    margin-right: 15px;
  }
  .product .banner-produkt-kontakt .contact_banner_content_box .contact_banner_content {
    line-height: 25px;
    padding: 15px 0;
  }
  .product td {
    padding-left: space-between;
    font-size: 13px;
    font-weight: normal;
    color: #11347e;
    line-height: 18px;
  }
  .product .panel-content__wrapper {
    font-size: 13px;
    line-height: 21px;
    border: unset;
  }
  .product .inner-slider-row {
    margin-top: 0px !important;
  }
  .product .technical-data tbody {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .product .technical-data tr {
    border-bottom: 1px solid #e4e4e4;
    width: 48%;
    display: flex;
    justify-content: space-between;
  }
  .product .technical-data td:last-child {
    color: #e17c26;
    font-size: 13px;
    font-weight: bold;
  }
  .product .product-navigation ul {
    margin-top: 10px;
    display: flex;
    justify-content: space-around;
    background-color: #e4e4e4;
  }
  .product .product-navigation ul li {
    padding: 10px;
    cursor: pointer;
  }
  .product .product-navigation ul li a {
    color: #808080;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
  }
  .product .product-navigation ul li a:hover {
    color: #11347e;
  }
  .product .product-info {
    display: flex;
  }
  .product .product-info .gallery-placeholder {
    width: 50%;
  }
  .product .product-info .info {
    width: 100%;
    padding: 0 10px;
    color: #11347e;
    margin: 0 0 20px;
  }
  .product .product-info .info td:first-child {
    font-weight: bold;
    width: 150px;
    line-height: 21px;
  }
  .product .product-info .info td {
    padding: 0;
  }
  .product .product-info .info h1 {
    font-size: 18px;
    font-weight: normal;
    color: #11347e;
    margin: 0 0 20px 0;
    padding: 0;
    border-bottom: none;
  }
  .product .prices {
    padding: 0 10px;
  }
  .product .prices .price-wrapper.price-excluding-tax {
    color: #11347e;
    font-weight: normal;
    line-height: 18px;
    margin-bottom: 5px;
  }
  .product .prices .price-wrapper.price-excluding-tax span,
  .product .prices .price-wrapper.price-excluding-tax::before {
    font-size: 13px !important;
  }
  .product .prices .price-container,
  .product .prices .after_price_label {
    font-size: 20px !important;
    color: #e17c26;
    font-weight: bold;
    line-height: 24px;
  }
  .product .prices .product-net-price {
    padding: 10px 0;
  }
  .product .prices .tax-amont {
    padding-bottom: 10px;
    color: #11347e;
    font-weight: normal;
    line-height: 18px;
  }
  .product .shippment {
    padding: 10px;
  }
  .product .shippment p span:first-child {
    font-weight: bold;
  }
  .product .shippment p {
    font-size: 13px;
    font-weight: bold;
    line-height: 18px;
    padding-bottom: 10px;
  }
  .product .shippment .free-shipping {
    font-weight: bold;
    color: #e17c26;
  }
  .product .product-availability .free-shipping {
    font-weight: bold;
    color: #e17c26;
  }
  .product .add-to-cart {
    padding: 10px;
  }
  .product .add-to-cart p {
    padding-bottom: 10px;
  }
  .product .add-to-cart .add-to-cart-buttons {
    display: flex;
  }
  .product .add-to-cart .dotpay-logo {
    display: none;
  }
  .product .add-to-cart .quantity-handler {
    display: flex;
    width: 50%;
    padding-right: 5px;
    box-sizing: border-box;
    flex-wrap: wrap;
  }
  .product .add-to-cart .quantity-handler button {
    background: #fff;
    outline: none;
  }
  .product .add-to-cart .quantity-handler button.qty-minus {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .product .add-to-cart .quantity-handler button.qty-plus {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .product .add-to-cart .quantity-handler .qty-minus,
  .product .add-to-cart .quantity-handler .qty-plus,
  .product .add-to-cart .quantity-handler .qty {
    width: 33.33%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .product .add-to-cart .quantity-handler .qty {
    border-left: none;
    border-right: none;
    text-align: center;
    height: auto;
    margin-bottom: 0px;
    order: 0 !important;
    z-index: 2;
  }
  .product .add-to-cart #product-addtocart-button,
  .product .add-to-cart #product-addtowishlist-button {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 32px;
    min-width: 150px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: normal;
    font-stretch: expanded;
    transition: all 0.3s ease-in-out;
    box-shadow: none;
    border: 2px solid;
    border-radius: 0px;
    border-color: #3e7bef;
    background-color: #3e7bef;
    color: #f7f7f7;
    padding: 10px;
  }
  .product .add-to-cart #product-addtocart-button:hover,
  .product .add-to-cart #product-addtowishlist-button:hover {
    text-decoration: none;
  }
  .product .add-to-cart #product-addtocart-button a,
  .product .add-to-cart #product-addtowishlist-button a {
    color: #f7f7f7;
    text-decoration: none;
  }
  .product .add-to-cart #product-addtocart-button:hover,
  .product .add-to-cart #product-addtowishlist-button:hover {
    background-color: #11347e;
    border-color: #3e7bef;
    color: #fff;
  }
  .product .add-to-cart #product-addtocart-button:hover a,
  .product .add-to-cart #product-addtowishlist-button:hover a {
    color: #fff;
    text-decoration: none;
  }
  .product .add-to-cart #product-addtocart-button {
    width: 50%;
  }
  .product .add-to-cart #product-addtowishlist-button {
    width: 100%;
  }
  .product .add-to-cart .addtowishlist-order-info {
    margin-top: 30px;
  }
  .product .add-to-cart .addtowishlist-order-info p {
    padding: 5px;
    font-size: 13px;
    font-weight: 600;
    line-height: 27px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .product .additional-box-informations p:first-child {
    padding-bottom: 10px;
  }
  .product .additional-box-informations .availability {
    color: #e17c26;
    font-weight: bold;
  }
  .product .additional-box-informations .availability,
  .product .additional-box-informations .order {
    padding: 10px;
  }
  .product .additional-box-informations .towishlist {
    display: block;
  }
  .product .additional-box-informations .order {
    display: flex;
  }
  .product .additional-box-informations .order span {
    color: #808080;
    padding: 0 10px;
  }
  .product .additional-box-informations .order a {
    cursor: pointer;
    text-decoration: none;
  }
  .product .additional-box-informations .order a span {
    text-decoration: none;
    color: #11347e;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .product .additional-box-informations .order a span:hover {
    color: #3e7bef;
  }
  .product .additional-box-informations .ask {
    border-top: 1px solid #f7f7f7;
    padding: 20px 20px 10px 20px;
    cursor: pointer;
    font-size: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .product .additional-box-informations .ask img {
    width: 10px;
    height: 10px;
  }
  .product .additional-box-informations .ask a p:first-child {
    color: #e17c26;
    font-weight: bold;
  }
  .product .additional-box-informations .ask a:hover p {
    color: #e17c26;
  }
  .product .energy_label_button {
    margin: 10px 0;
  }
  .product .energy_label_button img {
    cursor: pointer;
  }
  .product .gallery-placeholder__image {
    height: 100%;
    padding-bottom: 15px;
  }
  .product-product-availability {
    margin-right: 5px;
  }
  .product-product-availability ~ span {
    white-space: nowrap;
  }
  .product-product-availability ~ span i::before {
    color: green;
  }
  .modal-1,
  .modal-2,
  .modal-3,
  .modal-4,
  .modal-energy-label,
  .modal-split-order {
    width: 100%;
    height: 100vh;
    border: solid;
    background-color: rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0px;
    left: 0px;
    opacity: 0;
    z-index: 2147483648 !important;
    border: none;
    font-family: 'Open Sans', sans-serif;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .modal-inner {
    width: 30%;
    height: 100%;
    background-color: #fff;
    display: flex;
    padding: 20px;
    position: relative;
    overflow-y: auto;
    box-sizing: border-box;
  }
  .modal-inner .infotext {
    margin-bottom: 150px;
  }
  .modal-inner .close-modal,
  .modal-inner .close-modal-contact,
  .modal-inner .close-modal-question,
  .modal-inner .close-modal-propagate,
  .modal-inner .close-modal-ask-product {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 9999999;
    cursor: pointer;
    display: inline-block;
    width: 30px;
    height: 30px;
    overflow: hidden;
  }
  .modal-inner .close-modal::before,
  .modal-inner .close-modal-contact::before,
  .modal-inner .close-modal-question::before,
  .modal-inner .close-modal-propagate::before,
  .modal-inner .close-modal-ask-product::before,
  .modal-inner .close-modal::after,
  .modal-inner .close-modal-contact::after,
  .modal-inner .close-modal-question::after,
  .modal-inner .close-modal-propagate::after,
  .modal-inner .close-modal-ask-product::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #000;
  }
  .modal-inner .close-modal::before,
  .modal-inner .close-modal-contact::before,
  .modal-inner .close-modal-question::before,
  .modal-inner .close-modal-propagate::before,
  .modal-inner .close-modal-ask-product::before {
    transform: rotate(45deg);
  }
  .modal-inner .close-modal::after,
  .modal-inner .close-modal-contact::after,
  .modal-inner .close-modal-question::after,
  .modal-inner .close-modal-propagate::after,
  .modal-inner .close-modal-ask-product::after {
    transform: rotate(-45deg);
  }
  .popup-content,
  .popup-product-content,
  .popup-question-content,
  .popup-propagate {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .popup-content .popupheader,
  .popup-question-content .popupheader {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .popup-content .popuptext,
  .popup-question-content .popuptext {
    font-size: 13px;
    margin-bottom: 20px;
    line-height: 1.3;
  }
  .popup-question-content .popup-tel-btn,
  .popup-question-content .popup-mail-btn {
    width: 100%;
    height: 40px;
    border-radius: 3px;
    text-decoration: none;
    text-align: center;
    line-height: 40px;
    margin-bottom: 20px;
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .popup-question-content .popup-tel-btn {
    border: 3px #e17c26 solid;
    background-color: #e17c26;
    color: #fff;
    margin-top: 20px;
  }
  .popup-question-content .popup-mail-btn {
    border: 3px #3e7bef solid;
    color: #3e7bef;
  }
  .popup-product-img,
  .popup-product-text {
    margin-bottom: 20px;
  }
  h3,
  h4,
  h5 {
    text-align: center;
  }
  .product-name {
    color: #11347e;
    margin: 5px auto;
  }
  .popup-product-content .ask-about-product-form .popup-input,
  .popup-propagate .popup-input,
  .popup-product-content .ask-about-product-form input,
  .popup-propagate input,
  .popup-product-content .ask-about-product-form textarea,
  .popup-propagate textarea {
    width: 100%;
    margin-bottom: 10px;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 3px;
    border: 1px solid #d4cbcb;
  }
  .popup-product-content .ask-about-product-form .popup-input,
  .popup-propagate .popup-input {
    height: 40px;
  }
  .popup-product-content .ask-about-product-form textarea,
  .popup-propagate textarea {
    height: 120px;
  }
  .popup-product-content .ask-about-product-form .form-group,
  .popup-propagate .form-group {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    margin-top: 10px;
  }
  .popup-product-content .ask-about-product-form .form-group input.rodo-check,
  .popup-propagate .form-group input.rodo-check {
    width: auto;
    margin-right: 10px;
  }
  #zapytanie-submit,
  #przeslij-submit,
  #product-availability-question,
  #ask-about-product-submit {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 32px;
    min-width: 150px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: normal;
    font-stretch: expanded;
    transition: all 0.3s ease-in-out;
    box-shadow: none;
    border: 2px solid;
    border-radius: 0px;
    border-color: #3e7bef;
    background-color: #3e7bef;
    color: #f7f7f7;
  }
  #zapytanie-submit:hover,
  #przeslij-submit:hover,
  #product-availability-question:hover,
  #ask-about-product-submit:hover {
    text-decoration: none;
  }
  #zapytanie-submit a,
  #przeslij-submit a,
  #product-availability-question a,
  #ask-about-product-submit a {
    color: #f7f7f7;
    text-decoration: none;
  }
  #zapytanie-submit:hover,
  #przeslij-submit:hover,
  #product-availability-question:hover,
  #ask-about-product-submit:hover {
    background-color: #11347e;
    border-color: #3e7bef;
    color: #fff;
  }
  #zapytanie-submit:hover a,
  #przeslij-submit:hover a,
  #product-availability-question:hover a,
  #ask-about-product-submit:hover a {
    color: #fff;
    text-decoration: none;
  }
  .rodo-header,
  .form-group,
  .infotext {
    font-size: 13px;
  }
  .popup-propagate,
  .popup-content {
    width: 100%;
  }
  .rodo-confirm-second-line label::before {
    content: "* ";
    display: inline-block;
    font-size: 12px;
    visibility: visible;
    margin-right: 2px;
  }
  #form-info-error {
    color: red;
    padding: 5px 0;
  }
  .page.messages {
    position: sticky;
    z-index: 100;
    /* padding: 20px; */
    -webkit-box-shadow: 0px 1px 5px -2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 1px 5px -2px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 1px 5px -2px rgba(0, 0, 0, 0.75);
  }
  .page.messages p {
    margin-bottom: unset;
  }
  .message-success,
  .form-message {
    margin: 0 !important;
    background-color: #11347e !important;
    color: #ffffff !important;
    padding: 20px 40px 20px 20px !important;
    opacity: 1 !important;
    font-size: 13px !important;
    border: none !important;
    -webkit-transition: all 0.3s ease-in-out !important;
    -o-transition: all 0.3s ease-in-out !important;
    transition: all 0.3s ease-in-out !important;
  }
  .message-success div,
  .form-message div {
    padding-left: 0 !important;
  }
  .message-success div::before,
  .form-message div::before {
    top: 50% !important !important;
    cursor: pointer !important;
  }
  .message-success::after,
  .form-message::after {
    cursor: pointer !important;
    position: absolute !important;
    right: 20px !important;
    top: calc(50% - 15px) !important;
    font-family: "Font Awesome 5 Free" !important;
    content: "\f00d" !important;
    width: 2px !important;
    height: 30px !important;
    font-size: 20px !important;
    border: 0 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    border-radius: 50% !important;
    font-weight: 700 !important;
    background: transparent !important;
    padding: 0 !important;
    color: #fff !important;
  }
  .message-success::after > *:first-child:before,
  .form-message::after > *:first-child:before {
    display: none !important;
  }
  .message.success > *:first-child:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 24px;
    color: #e17c26;
    content: '\e60e';
    font-family: 'luma-icons';
    margin: -12px 0 0;
    vertical-align: middle;
    display: none;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    left: 0;
    top: 22px;
    width: 45px;
    position: absolute;
    text-align: center;
  }
  .message.success > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 15px;
  }
  .message.success > div .message-buttons {
    display: flex;
  }
  .message-error {
    margin: 0 !important;
    background-color: darkred !important;
    color: #ffffff !important;
    padding: 20px 40px 20px 20px !important;
    opacity: 1 !important;
    font-size: 13px !important;
    border: none !important;
    -webkit-transition: all 0.3s ease-in-out !important;
    -o-transition: all 0.3s ease-in-out !important;
    transition: all 0.3s ease-in-out !important;
  }
  .message-error div {
    padding-left: 0 !important;
  }
  .message-error div::before {
    top: 50% !important !important;
    cursor: pointer !important;
  }
  .message-error > *:first-child:before {
    display: none !important;
  }
  .message-error::after {
    cursor: pointer !important;
    position: absolute !important;
    right: 20px !important;
    top: calc(50% - 15px) !important;
    font-family: "Font Awesome 5 Free" !important;
    content: "\f00d" !important;
    width: 2px !important;
    height: 30px !important;
    font-size: 20px !important;
    border: 0 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    border-radius: 50% !important;
    font-weight: 700 !important;
    background: transparent !important;
    padding: 0 !important;
    color: #fff !important;
  }
  .form-message {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .close-form-message {
    display: inline-block;
    width: 30px;
    height: 30px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
  }
  .close-form-message::before,
  .close-form-message::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #fff;
  }
  .close-form-message::before {
    transform: rotate(45deg);
  }
  .close-form-message::after {
    transform: rotate(-45deg);
  }
  .message.notice {
    margin: 0 !important;
    background-color: #11347e !important;
    color: #ffffff !important;
    padding: 20px 40px 20px 20px !important;
    opacity: 1 !important;
    font-size: 13px !important;
    border: none !important;
    -webkit-transition: all 0.3s ease-in-out !important;
    -o-transition: all 0.3s ease-in-out !important;
    transition: all 0.3s ease-in-out !important;
  }
  .message.notice div {
    padding-left: 0 !important;
  }
  .message.notice div::before {
    top: 50% !important !important;
    cursor: pointer !important;
  }
  .message.notice::after {
    cursor: pointer !important;
    position: absolute !important;
    right: 20px !important;
    top: calc(50% - 15px) !important;
    font-family: "Font Awesome 5 Free" !important;
    content: "\f00d" !important;
    width: 2px !important;
    height: 30px !important;
    font-size: 20px !important;
    border: 0 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    border-radius: 50% !important;
    font-weight: 700 !important;
    background: transparent !important;
    padding: 0 !important;
    color: #fff !important;
  }
  .message.notice::after > *:first-child:before {
    display: none !important;
  }
  .message.notice > *:first-child:before {
    content: "";
  }
  .wishlist-index-index .message-success > div {
    display: block !important;
    line-height: 1.5;
  }
  .message-success > div a {
    background-color: #3e7bef;
    margin: 0 10px;
    padding: 2px 10px;
    border-radius: 3px;
    color: #fff;
    text-decoration: none;
  }
  #cart_redirect_button,
  #whishlist_redirect_button {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 32px;
    min-width: 150px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: normal;
    font-stretch: expanded;
    transition: all 0.3s ease-in-out;
    box-shadow: none;
    border: 2px solid;
    border-radius: 0px;
    border-color: #3e7bef;
    background-color: #3e7bef;
    color: #f7f7f7;
    padding: 0 10px !important;
  }
  #cart_redirect_button:hover,
  #whishlist_redirect_button:hover {
    text-decoration: none;
  }
  #cart_redirect_button a,
  #whishlist_redirect_button a {
    color: #f7f7f7;
    text-decoration: none;
  }
  #cart_redirect_button:hover,
  #whishlist_redirect_button:hover {
    background-color: #11347e;
    border-color: #3e7bef;
    color: #fff;
  }
  #cart_redirect_button:hover a,
  #whishlist_redirect_button:hover a {
    color: #fff;
    text-decoration: none;
  }
  .cart-redirect-1,
  .cart-redirect-2,
  #whishlist_redirect_button {
    margin-left: 10px !important;
    min-width: 120px;
    display: flex;
    align-items: center;
  }
  .cart-redirect-1 .cart-redirect-2,
  .cart-redirect-2 .cart-redirect-2,
  #whishlist_redirect_button .cart-redirect-2 {
    margin-top: 10px;
  }
  #maincontent .checkout-all {
    font-size: 14px;
    width: 100%;
    max-width: 100%;
    margin: 10px 0;
  }
  #maincontent .checkout-all .container {
    margin: 0;
    padding: 0;
  }
  #maincontent .checkout-all .podsumowanie-koszyka-dane-do-faktury,
  #maincontent .checkout-all .podsumowanie-koszyka-informacje {
    display: flex;
    margin-top: 10px;
  }
  #maincontent .checkout-all .podsumowanie-koszyka-dane-do-faktury h3,
  #maincontent .checkout-all .podsumowanie-koszyka-informacje h3,
  #maincontent .checkout-all .podsumowanie-koszyka-dane-do-faktury p,
  #maincontent .checkout-all .podsumowanie-koszyka-informacje p {
    margin: 0;
    width: 50%;
  }
  #maincontent .checkout-all .podsumowanie-koszyka-dane-do-faktury p,
  #maincontent .checkout-all .podsumowanie-koszyka-informacje p {
    padding-left: 2px;
    line-height: 20px;
    margin-top: 0 !important;
  }
  #maincontent .checkout-all .podsumowanie-koszyka-dane-do-faktury h3,
  #maincontent .checkout-all .podsumowanie-koszyka-informacje h3 {
    font-weight: bold;
    text-align: left;
    line-height: 20px;
  }
  #maincontent .checkout-all .container {
    max-width: 100%;
  }
  #maincontent .checkout-all .podsumowanie-kolumna-druga .label {
    padding: 0;
  }
  #maincontent .checkout-all .podsumowanie-kolumna-druga .label h5,
  #maincontent .checkout-all .podsumowanie-kolumna-druga .label p {
    text-align: left;
    font-size: 14px;
  }
  #maincontent .checkout-all .podsumowanie-kolumna-druga .value {
    padding: 0;
  }
  #maincontent .checkout-all .podsumowanie-kolumna-druga .value h5,
  #maincontent .checkout-all .podsumowanie-kolumna-druga .value h6 {
    text-align: right;
    font-size: 16px;
  }
  #maincontent .checkout-all .podsumowanie-kolumna-druga .value p {
    text-align: right;
    font-size: 11px;
    color: #808080;
  }
  #maincontent .checkout-all .checkout-step-c {
    width: 100%;
  }
  #maincontent .checkout-all .summary-totals,
  #maincontent .checkout-all .podsumowanie-kolumna-druga {
    display: flex;
    flex-direction: column;
  }
  #maincontent .checkout-all .summary-totals .do-zaplaty,
  #maincontent .checkout-all .podsumowanie-kolumna-druga .do-zaplaty {
    order: 1;
    padding-top: 10px;
    border-top: 1px solid #11347e;
  }
  #maincontent .checkout-all .total-element {
    display: flex;
    margin-bottom: 10px;
  }
  #maincontent .checkout-all .total-element-label {
    width: 50%;
  }
  #maincontent .checkout-all .total-element-value-wrapper {
    padding-left: 5px;
    width: 50%;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    align-items: flex-end;
    margin: 5px 0;
  }
  #maincontent .checkout-all .total-element-value-wrapper p {
    font-size: 14px;
    color: #808080;
  }
  #maincontent .checkout-all .total-element-discount .total-element {
    align-items: flex-end;
  }
  #maincontent .checkout-all .total-element-discount .total-element-label {
    font-weight: bold;
    line-height: 18px;
    color: #e17c26;
    display: flex;
    flex-direction: column;
  }
  #maincontent .checkout-all .total-element-discount .total-element-value-wrapper {
    font-weight: bold;
    color: #e17c26;
    margin-bottom: 0;
  }
  #maincontent .checkout-all .input-wrapper textarea {
    margin-bottom: 0;
  }
  #maincontent .checkout-all #quote_setCustomerNote-message {
    padding-top: 5px;
    color: red;
    font-size: 13px;
  }
  .checkout-all .input-wrapper {
    display: flex;
    flex-direction: column;
    padding: 5px 0;
    position: relative;
  }
  .input-wrapper input::placeholder,
  .input-wrapper textarea::placeholder {
    color: #cccccc;
    font-size: 12px;
    font-style: italic;
  }
  .input-wrapper label {
    position: absolute;
    padding-left: 15px;
    top: 19px;
    color: #cccccc;
    font-size: 12px;
    font-style: italic;
  }
  .address-numers,
  .adres-numer {
    display: flex;
    justify-content: space-between;
  }
  .address-numers .input-wrapper,
  .adres-numer .input-wrapper {
    width: 48% !important;
  }
  .input-wrapper input,
  .input-wrapper textarea {
    padding: 5px 10px;
    box-shadow: none;
  }
  .input-wrapper input:valid + label,
  .input-wrapper textarea:valid + label {
    visibility: hidden;
  }
  .input-wrapper input.required + label:after,
  .input-wrapper textarea.required + label:after {
    content: '*';
    color: red;
    margin-left: 2px;
  }
  .input-wrapper input:focus,
  .input-wrapper textarea:focus {
    box-shadow: none;
  }
  .input-wrapper textarea {
    margin-bottom: 20px;
  }
  .checkout-all .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
    width: 100%;
  }
  .kmk-checkout-form {
    display: flex;
    flex-wrap: wrap;
  }
  .kmk-checkout-form .field-recaptcha {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .kmk-checkout-form .rejestracja-kolumna-trzecia {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .kmk-checkout-form .kmk-checkout-customer-data,
  .kmk-checkout-form .kmk-checkout-address,
  .kmk-checkout-form .rejestracja-kolumna-trzecia {
    width: 33.33%;
    box-sizing: border-box;
    padding: 40px 40px;
  }
  .kmk-checkout-form .kmk-checkout-customer-data,
  .kmk-checkout-form .rejestracja-kolumna-trzecia {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .checkout-all .checkout-step-b-buttons .btn-col-1,
  .checkout-all .checkout-step-b-buttons .btn-col-2,
  .checkout-all .checkout-step-b-buttons .btn-col-3 {
    width: 33.33%;
    padding-bottom: 30px;
  }
  .checkout-all .checkout-step-b-buttons .btn-col-1 {
    margin: 0;
  }
  .checkout-all .checkout-step-b-buttons .btn-col-2 {
    border-right: 1px solid #d2d2d2;
  }
  .checkout-all .checkout-step-b-buttons .btn-col-3 {
    padding-left: 10px;
  }
  .checkout-all .checkout-step-b-buttons button {
    border: none;
    color: #fff;
    background-color: #11347e;
    border-radius: 3px;
    cursor: pointer;
    box-shadow: none;
    font-size: 14px;
    padding: 0px;
  }
  .checkout-all {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
    border: 1px solid #d2d2d2;
  }
  .kmk-checkout-form .row .info-darmowa-dostawa {
    border: 1px solid #808080;
    padding: 15px;
    border-radius: 3px;
    display: flex;
    margin: 10px 0;
    width: fit-content;
    margin: 0 auto;
  }
  .kmk-checkout-form .row .info-darmowa-dostawa em,
  .kmk-checkout-form .row .info-darmowa-dostawa i {
    margin-right: 15px;
    color: #e17c26;
  }
  .kmk-checkout-form .row .info-darmowa-dostawa p {
    margin: 0 !important;
    font-size: 14px;
    font-weight: bold;
    line-height: 13px;
  }
  .kmk-checkout-form .row .info-darmowa-dostawa p .free-delivery-info {
    display: block;
    margin: 5px 0;
    color: #808080;
    font-weight: normal;
  }
  .kmk-checkout-form .row .info-darmowa-dostawa p a {
    color: #e17c26;
    text-decoration: none;
  }
  .kmk-checkout-form .row .info-darmowa-dostawa p a:hover {
    color: #3e7bef;
  }
  .kmk-checkout-form .row .info-darmowa-dostawa .info-darmowa-dostawa-teksty h5 {
    text-align: left;
  }
  .kmk-checkout-form .row .info-darmowa-dostawa .info-darmowa-dostawa-teksty {
    margin-left: 10px;
  }
  .kmk-checkout-form .row .info-darmowa-dostawa .info-darmowa-dostawa-teksty a {
    padding: 5px 10px;
    background: #11347e;
    display: inline-flex;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
  }
  .kmk-checkout-form .summary-terms {
    display: flex;
    flex-direction: column;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .kmk-checkout-form .summary-terms .warunki-zakupu {
    margin-bottom: 20px;
  }
  .kmk-checkout-form .summary-terms .custom-checbox {
    margin-bottom: 10px;
  }
  .kmk-checkout-form .summary-totals {
    line-height: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .kmk-checkout-form .summary-label {
    padding-left: 0;
  }
  .kmk-checkout-form .summary-label h5,
  .kmk-checkout-form .summary-label p {
    color: #11347e;
    text-align: left;
    font-size: 14px;
  }
  .kmk-checkout-form .summary-value {
    padding-right: 0;
    margin-bottom: 15px;
  }
  .kmk-checkout-form .summary-value h5,
  .kmk-checkout-form .summary-value p {
    color: #11347e;
    text-align: right;
  }
  .kmk-checkout-form .summary-value h5 {
    font-size: 14px;
  }
  .kmk-checkout-form .summary-value p {
    font-size: 11px;
    color: #808080;
  }
  .kmk-checkout-form .summary-customer,
  .kmk-checkout-form .summary-register {
    line-height: 20px;
    margin-bottom: 20px;
  }
  .summary-register .registration,
  .kmk-checkout-form .customer-status {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
  }
  .kmk-checkout-form .summary-register a {
    color: #e17c26;
    text-decoration: none;
    cursor: pointer;
  }
  /* Hide the browser's default checkbox */
  .kmk-checkout-form .custom-checbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  .kmk-checkout-form .custom-checbox {
    position: relative;
    padding-left: 23px;
  }
  /* Create a custom checkbox */
  .kmk-checkout-form .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: white;
    border-radius: 4px;
    border: 1px solid #11347e;
  }
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  .kmk-checkout-form .custom-checbox input:checked ~ .checkmark {
    background-color: #11347e;
  }
  /* Create the checkmark/indicator (hidden when not checked) */
  .kmk-checkout-form .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  /* Show the checkmark when checked */
  .kmk-checkout-form .custom-checbox input:checked ~ .checkmark:after {
    display: block;
  }
  /* Style the checkmark/indicator */
  .kmk-checkout-form .custom-checbox .checkmark:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .kmk-checkout-form .bill-type p {
    margin: 20px 0;
  }
  textarea {
    height: 100px;
  }
  .kmk-checkout-form .billing-address {
    margin-bottom: 20px;
  }
  .kmk-checkout-form .kmk-checkout-shipping-address {
    margin-top: 10px;
  }
  .kmk-checkout-form a {
    color: #3e7bef;
    text-decoration: none;
    cursor: pointer;
  }
  .kmk-checkout-form a:hover {
    color: #e17c26;
  }
  .checkout-all .checkout-step-b-buttons > div {
    width: 33.33%;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    padding: 10px 0;
  }
  .checkout-all {
    flex-wrap: nowrap;
    padding: 0 10px;
  }
  .checkout-all .btn-col-3,
  .checkout-all .btn-col-1,
  .checkout-all .btn-col-1-mobile {
    flex: none;
    max-width: 100%;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding: 0;
  }
  .checkout-all .btn-col-3 a,
  .checkout-all .btn-col-1 a,
  .checkout-all .btn-col-1-mobile a {
    width: 100%;
  }
  .checkout-all .btn-col-3 button,
  .checkout-all .btn-col-1 button,
  .checkout-all .btn-col-1-mobile button {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 32px;
    min-width: 150px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: normal;
    font-stretch: expanded;
    transition: all 0.3s ease-in-out;
    box-shadow: none;
    width: 100%;
    height: 40px;
  }
  .checkout-all .btn-col-3 button:hover,
  .checkout-all .btn-col-1 button:hover,
  .checkout-all .btn-col-1-mobile button:hover {
    text-decoration: none;
  }
  .checkout-all .btn-col-3 button.poprzedni-krok-btn,
  .checkout-all .btn-col-1 button.poprzedni-krok-btn,
  .checkout-all .btn-col-1-mobile button.poprzedni-krok-btn {
    border: 2px solid;
    border-radius: 0px;
    background-color: #fff;
    color: #11347e;
    border-color: #11347e;
  }
  .checkout-all .btn-col-3 button.poprzedni-krok-btn a,
  .checkout-all .btn-col-1 button.poprzedni-krok-btn a,
  .checkout-all .btn-col-1-mobile button.poprzedni-krok-btn a {
    color: #11347e;
    text-decoration: none;
  }
  .checkout-all .btn-col-3 button.poprzedni-krok-btn:hover,
  .checkout-all .btn-col-1 button.poprzedni-krok-btn:hover,
  .checkout-all .btn-col-1-mobile button.poprzedni-krok-btn:hover {
    background-color: #11347e;
    color: #f7f7f7;
  }
  .checkout-all .btn-col-3 button.poprzedni-krok-btn:hover a,
  .checkout-all .btn-col-1 button.poprzedni-krok-btn:hover a,
  .checkout-all .btn-col-1-mobile button.poprzedni-krok-btn:hover a {
    color: #fff;
    text-decoration: none;
  }
  .checkout-all .btn-col-3 button.przejdz-dalej-btn,
  .checkout-all .btn-col-1 button.przejdz-dalej-btn,
  .checkout-all .btn-col-1-mobile button.przejdz-dalej-btn {
    border: 2px solid;
    border-radius: 0px;
    border-color: #3e7bef;
    background-color: #3e7bef;
    color: #f7f7f7;
  }
  .checkout-all .btn-col-3 button.przejdz-dalej-btn a,
  .checkout-all .btn-col-1 button.przejdz-dalej-btn a,
  .checkout-all .btn-col-1-mobile button.przejdz-dalej-btn a {
    color: #f7f7f7;
    text-decoration: none;
  }
  .checkout-all .btn-col-3 button.przejdz-dalej-btn:hover,
  .checkout-all .btn-col-1 button.przejdz-dalej-btn:hover,
  .checkout-all .btn-col-1-mobile button.przejdz-dalej-btn:hover {
    background-color: #11347e;
    border-color: #3e7bef;
    color: #fff;
  }
  .checkout-all .btn-col-3 button.przejdz-dalej-btn:hover a,
  .checkout-all .btn-col-1 button.przejdz-dalej-btn:hover a,
  .checkout-all .btn-col-1-mobile button.przejdz-dalej-btn:hover a {
    color: #fff;
    text-decoration: none;
  }
  .checkout-all .btn-col-1 {
    margin-top: 20px;
  }
  .checkout-all .btn-col-1-mobile {
    margin-bottom: 20px;
  }
  .checkout-all .form-info-error {
    width: 100%;
    text-align: center;
    color: red;
    margin-top: 10px;
  }
  .kmk-checkout-form .abc {
    display: none;
  }
  .kmk-checkout-form .koszt-dostawy {
    margin: 10px 0;
  }
  /* THIRD STEP */
  .checkout-all .summary {
    display: none;
  }
  #stepB {
    margin-right: auto;
  }
  #createOrder {
    margin-left: auto;
  }
  .checkout-all .summary-products,
  .checkout-all .podsumowanie-koszyka-dane-klienta {
    width: 66.66%;
    border-right: 1px solid #d2d2d2;
    padding: 20px 0;
    box-sizing: border-box;
  }
  .checkout-all .summary-products .row .col-sm-4.col-xl-4.col-md-4.col-lg-4,
  .checkout-all .podsumowanie-koszyka-dane-klienta .row .col-sm-4.col-xl-4.col-md-4.col-lg-4 {
    padding-left: 0;
  }
  .checkout-all .summary-products h3,
  .checkout-all .podsumowanie-koszyka-dane-klienta h3 {
    font-size: 14px;
  }
  .checkout-all .podsumowanie-kolumna-druga {
    width: 33.33%;
    padding: 20px;
    box-sizing: border-box;
    color: #000;
  }
  .checkout-all .podsumowanie-kolumna-druga .label {
    margin-top: 0 !important;
  }
  .checkout-all .podsumowanie-kolumna-druga .row {
    margin-bottom: 10px;
  }
  .checkout-all .podsumowanie-kolumna-druga .do-zaplaty .value h5 {
    color: #e17c26;
  }
  .checkout-all .podsumowanie-kolumna-druga .value {
    text-align: start;
    width: 30%;
    margin-bottom: 15px;
    color: #11347e;
  }
  .checkout-all .summary-products {
    border-bottom: 1px solid #d2d2d2;
  }
  .checkout-all .summary-products .product .row .col-0 {
    width: 50% !important;
    max-width: 50%;
    display: inline-flex;
  }
  .checkout-all .summary-products .product .row .col-0 img {
    margin-right: 10px;
  }
  .checkout-all .summary-products .product .row .col-2,
  .checkout-all .summary-products .product .row .col-4 {
    width: 25% !important;
    max-width: 25%;
  }
  .checkout-all .summary-products .product .row .col-0,
  .checkout-all .summary-products .product .row .col-2,
  .checkout-all .summary-products .product .row .col-4 {
    flex: auto;
    padding-right: 10px;
    box-sizing: border-box;
    margin: 5px 0;
  }
  .checkout-all .summary-products .product .row .col-0 h4,
  .checkout-all .summary-products .product .row .col-2 h4,
  .checkout-all .summary-products .product .row .col-4 h4 {
    font-size: 14px;
  }
  .checkout-all .summary-products .product .row h4 {
    line-height: 20px;
    text-align: left;
  }
  .checkout-all .summary-products .products .product .row p.netto {
    font-size: 11px;
    color: #808080;
  }
  .checkout-all .products-header .row .col-6 {
    width: 50%;
    max-width: 50%;
    flex: auto;
  }
  .checkout-all .products-header .row .col-2,
  .checkout-all .products-header .row .col-4 {
    width: 25%;
    max-width: 25%;
    flex: auto;
  }
  .checkout-all .informacje-o-kliencie-naglowek {
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 16px;
  }
  .input-error-msg {
    color: red;
    margin-top: 5px;
    font-size: 11px;
  }
  #maincontent .column.top .info-darmowa-dostawa {
    border: 1px solid #808080;
    padding: 15px;
    border-radius: 0px;
    display: flex;
    width: fit-content;
    margin: 0 auto;
  }
  #maincontent .column.top .info-darmowa-dostawa em,
  #maincontent .column.top .info-darmowa-dostawa i {
    margin-right: 15px;
    color: #e17c26;
  }
  #maincontent .column.top .info-darmowa-dostawa p {
    margin: 0 !important;
    font-size: 14px;
    font-weight: bold;
    line-height: 13px;
  }
  #maincontent .column.top .info-darmowa-dostawa p .free-delivery-info {
    display: block;
    margin: 5px 0;
    color: #808080;
    font-weight: normal;
  }
  #maincontent .column.top .info-darmowa-dostawa p a {
    color: #e17c26;
    text-decoration: none;
  }
  #maincontent .column.top .info-darmowa-dostawa p a:hover {
    color: #3e7bef;
  }
  .cart-empty {
    margin: 20px auto;
    width: 360px;
    height: 360px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .cart-empty p {
    color: #11347e;
    text-align: center;
    font-size: 18px;
    line-height: 25px;
  }
  .cart-empty img {
    width: 50%;
    height: 50%;
  }
  .cart-empty a {
    color: #e17c26;
  }
  .cart-empty::before {
    display: none;
  }
  .cart-container {
    font-size: 16px;
    width: 100%;
    margin: 10px 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 1px solid #d2d2d2;
    padding: 30px 30px 10px 30px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
  }
  .cart-container .form-cart {
    width: 100%;
  }
  .cart-container .kmk-row {
    width: 100%;
    margin: 0;
  }
  .cart-container select {
    font-size: 14px;
  }
  .cart-container #coupon_code-error {
    font-size: 14px;
  }
  .cart-container .table-caption {
    font-weight: bold;
    color: #11347e;
    margin-bottom: 20px;
    display: none;
  }
  .cart-container .kmk-checkout-shipping-elements.shipping-methods {
    margin-bottom: 25px;
  }
  .cart-container .shipping-methods {
    margin-bottom: 10px;
  }
  .cart-container .cart.table-wrapper {
    border: none !important;
  }
  .cart-container .row {
    display: flex;
    margin: 0;
    width: 100%;
    justify-content: flex-start;
  }
  .cart-container .kmk-row.row {
    justify-content: flex-end;
  }
  .cart-container .column-labels {
    margin: 20px 0;
    color: #11347e;
    font-size: 14px;
  }
  .cart-container .column-labels .delete {
    display: none;
  }
  .cart-container .checkout-product {
    padding: 20px 0px 20px 5px;
    margin: 20px 0;
  }
  .cart-container .checkout-product .row {
    position: relative;
  }
  .cart-container .checkout-product .total-net,
  .cart-container .checkout-product .price-net,
  .cart-container .checkout-product .product-id {
    font-size: 14px;
    color: #808080;
  }
  .cart-container .checkout-product .total-net span,
  .cart-container .checkout-product .price-net span,
  .cart-container .checkout-product .product-id span {
    font-size: 14px;
  }
  .cart-container .checkout-product .availability_text {
    display: none;
    width: 100%;
    font-size: 12px;
    color: red;
  }
  .cart-container .checkout-product .availability_text span {
    text-align: center;
    width: 100%;
  }
  .cart-container .item,
  .cart-container .image-name {
    width: 40%;
    max-width: 40%;
    flex: auto;
    padding-left: 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
  }
  .cart-container .item .col-sm-2,
  .cart-container .image-name .col-sm-2 {
    padding: 0;
  }
  .cart-container .item .product-item-photo,
  .cart-container .image-name .product-item-photo {
    padding-right: 0;
  }
  .cart-container .price-qty,
  .cart-container .checkout-product-last-column {
    width: 30%;
    max-width: 30%;
    flex: auto;
    padding: 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    position: static;
  }
  .cart-container .price-qty .row,
  .cart-container .checkout-product-last-column .row {
    position: static;
  }
  .cart-container .price,
  .cart-container .stock,
  .cart-container .column-labels .qty,
  .cart-container .subtotal {
    width: 15%;
    max-width: 15%;
    flex: auto;
    padding-left: 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
  }
  .cart-container .product-item-name {
    color: #11347e;
    margin-top: 0 !important;
  }
  .cart-container .product-item-name a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #11347e;
  }
  .cart-container .product-item-name a:hover {
    color: #e17c26;
  }
  .cart-container .price-qty {
    color: #11347e;
  }
  .cart-container .price-qty .lista-zamowionych-produktow-cena,
  .cart-container .price-qty .product-stock {
    padding-left: 0;
  }
  .cart-container .price-qty .product-stock {
    display: flex;
    align-items: center;
  }
  .cart-container .price-qty .price-including-tax,
  .cart-container .price-qty h4 {
    text-align: left;
    font-size: 16px;
  }
  .cart-container .qty-wrapper,
  .cart-container .last-value,
  .cart-container .last-button {
    padding-left: 0;
    color: #11347e;
    display: flex;
    align-items: center;
  }
  .cart-container .product-stock {
    color: #11347e;
    padding-left: 0;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    line-height: 20px;
  }
  .cart-container .product-stock h4 {
    text-align: left;
    font-size: 16px;
  }
  .cart-container .last-value {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  .cart-container .lista-zamowionych-produktow-cena p,
  .cart-container .last-value p {
    display: flex;
  }
  .cart-container .last-button {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    height: 100%;
  }
  .cart-container .last-button .action-edit {
    display: none;
  }
  .cart-container .last-button .action-delete {
    margin-bottom: 0;
  }
  .cart-container .last-button .action-delete span {
    display: none;
  }
  .cart-container .last-button .action-delete::before {
    font-family: "Font Awesome 5 Free";
    content: '\f00d';
    color: #e17c26;
    font-weight: 900;
    cursor: pointer;
  }
  .cart-container .cart-price {
    font-size: 16px;
    display: flex;
  }
  .cart-container .cart-price .price {
    width: 100%;
    max-width: 100%;
    margin-right: 5px;
  }
  .cart-container .count-input.space-bottom .control.qty {
    display: flex;
  }
  .cart-container .count-input.space-bottom .control.qty .label {
    display: none;
  }
  .cart-container #qty-dec,
  .cart-container #qty-inc,
  .cart-container .qty-dec,
  .cart-container .qty-inc {
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #e17c26;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-weight: 700;
    font-size: 20px;
  }
  .cart-container #qty-dec:hover,
  .cart-container #qty-inc:hover,
  .cart-container .qty-dec:hover,
  .cart-container .qty-inc:hover {
    color: #3e7bef;
  }
  .cart-container .input-text.qty {
    margin: 0 10px;
    width: 50px;
    text-align: center;
  }
  .cart-container .cart.main.actions {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 30px 0;
  }
  .cart-container .cart.main.actions a,
  .cart-container .cart.main.actions button {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 32px;
    min-width: 150px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: normal;
    font-stretch: expanded;
    transition: all 0.3s ease-in-out;
    box-shadow: none;
    border: 2px solid;
    border-radius: 0px;
    background-color: #fff;
    color: #11347e;
    border-color: #11347e;
    height: 32px;
    font-size: 12px;
  }
  .cart-container .cart.main.actions a span,
  .cart-container .cart.main.actions button span {
    padding: 5px 10px;
    font-weight: normal;
  }
  .cart-container .cart.main.actions a:hover,
  .cart-container .cart.main.actions button:hover {
    text-decoration: none;
  }
  .cart-container .cart.main.actions a a,
  .cart-container .cart.main.actions button a {
    color: #11347e;
    text-decoration: none;
  }
  .cart-container .cart.main.actions a:hover,
  .cart-container .cart.main.actions button:hover {
    background-color: #11347e;
    color: #f7f7f7;
  }
  .cart-container .cart.main.actions a:hover a,
  .cart-container .cart.main.actions button:hover a {
    color: #fff;
    text-decoration: none;
  }
  .cart-container .cart.main.actions a::before,
  .cart-container .cart.main.actions button::before {
    content: none;
  }
  .cart-container .cart.main.actions a:hover,
  .cart-container .cart.main.actions button:hover {
    color: #fff;
    background-color: #3e7bef;
  }
  .cart-container .kmk-checkout-elements {
    border-top: 1px solid #d2d2d2;
  }
  .cart-container .kmk-checkout-elements .kmk-row.row .payment-methods,
  .cart-container .kmk-checkout-elements .kmk-row.row .kmk-shipping-coupon-column,
  .cart-container .kmk-checkout-elements .kmk-row.row .container {
    width: 33.33%;
    display: flex;
    flex-direction: column;
  }
  .cart-container .kmk-checkout-elements .kmk-row.row .payment-methods .container,
  .cart-container .kmk-checkout-elements .kmk-row.row .kmk-shipping-coupon-column .container,
  .cart-container .kmk-checkout-elements .kmk-row.row .container .container {
    width: 100%;
    padding: 0;
  }
  .cart-container .kmk-checkout-elements .kmk-row.row .payment-methods label,
  .cart-container .kmk-checkout-elements .kmk-row.row .kmk-shipping-coupon-column label,
  .cart-container .kmk-checkout-elements .kmk-row.row .container label {
    margin-bottom: 15px !important;
  }
  .cart-container .kmk-checkout-elements .kmk-row.row .kmk-shipping-coupon-column {
    padding: 30px 30px 0px 15px;
  }
  .cart-container .kmk-checkout-elements .kmk-row.row .kmk-shipping-coupon-column label {
    width: 100%;
  }
  .cart-container .kmk-checkout-elements .kmk-row.row .container {
    padding: 30px 0 0px 30px;
  }
  .cart-container .kmk-checkout-elements .kmk-row.row .payment-methods {
    padding: 30px 30px 0px 0;
  }
  .cart-container .kmk-checkout-elements .kmk-row.row #select_paczkomaty_point,
  .cart-container .kmk-checkout-elements .kmk-row.row #select_paczkomaty_point_cod {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 32px;
    min-width: 150px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: normal;
    font-stretch: expanded;
    transition: all 0.3s ease-in-out;
    box-shadow: none;
    border: 2px solid;
    border-radius: 0px;
    background-color: #fff;
    color: #11347e;
    border-color: #11347e;
    font-size: 12px;
    line-height: 1.2;
    margin-top: 10px;
    width: fit-content;
    width: -moz-fit-content;
    padding: 5px 10px;
  }
  .cart-container .kmk-checkout-elements .kmk-row.row #select_paczkomaty_point:hover,
  .cart-container .kmk-checkout-elements .kmk-row.row #select_paczkomaty_point_cod:hover {
    text-decoration: none;
  }
  .cart-container .kmk-checkout-elements .kmk-row.row #select_paczkomaty_point a,
  .cart-container .kmk-checkout-elements .kmk-row.row #select_paczkomaty_point_cod a {
    color: #11347e;
    text-decoration: none;
  }
  .cart-container .kmk-checkout-elements .kmk-row.row #select_paczkomaty_point:hover,
  .cart-container .kmk-checkout-elements .kmk-row.row #select_paczkomaty_point_cod:hover {
    background-color: #11347e;
    color: #f7f7f7;
  }
  .cart-container .kmk-checkout-elements .kmk-row.row #select_paczkomaty_point:hover a,
  .cart-container .kmk-checkout-elements .kmk-row.row #select_paczkomaty_point_cod:hover a {
    color: #fff;
    text-decoration: none;
  }
  .cart-container .kmk-checkout-elements .kmk-row.row label[for=country] {
    margin-top: 15px;
  }
  .cart-container .kmk-checkout-elements .kmk-row.row #country {
    margin-bottom: 25px;
  }
  .cart-container .kmk-checkout-elements .kmk-row.row #block-discount-heading {
    display: none;
  }
  .cart-container .kmk-checkout-elements .kmk-row.row #block-discount {
    color: #11347e !important;
  }
  .cart-container .kmk-checkout-elements .kmk-row.row #block-discount .label {
    display: none;
  }
  .cart-container .kmk-checkout-elements .kmk-row.row #block-discount .content {
    display: block !important;
  }
  .cart-container .kmk-checkout-elements .kmk-row.row #block-discount button {
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 32px;
    min-width: 150px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: normal;
    font-stretch: expanded;
    transition: all 0.3s ease-in-out;
    box-shadow: none;
    border: 2px solid;
    border-radius: 0px;
    background-color: #fff;
    color: #11347e;
    border-color: #11347e;
    height: 32px;
    font-size: 12px;
  }
  .cart-container .kmk-checkout-elements .kmk-row.row #block-discount button span {
    padding: 5px 10px;
    font-weight: normal;
  }
  .cart-container .kmk-checkout-elements .kmk-row.row #block-discount button:hover {
    text-decoration: none;
  }
  .cart-container .kmk-checkout-elements .kmk-row.row #block-discount button a {
    color: #11347e;
    text-decoration: none;
  }
  .cart-container .kmk-checkout-elements .kmk-row.row #block-discount button:hover {
    background-color: #11347e;
    color: #f7f7f7;
  }
  .cart-container .kmk-checkout-elements .kmk-row.row #block-discount button:hover a {
    color: #fff;
    text-decoration: none;
  }
  .cart-container .kmk-checkout-elements .kmk-row.row #block-discount button::before {
    content: none;
  }
  .cart-container .kmk-checkout-elements .kmk-row.row .actions-toolbar {
    margin: 0;
    justify-content: flex-start;
  }
  .cart-container .kmk-checkout-elements .kmk-row.row button.action.apply.primary {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 32px;
    min-width: 150px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: normal;
    font-stretch: expanded;
    transition: all 0.3s ease-in-out;
    box-shadow: none;
    border: 2px solid;
    border-radius: 0px;
    border-color: #3e7bef;
    background-color: #3e7bef;
    color: #f7f7f7;
  }
  .cart-container .kmk-checkout-elements .kmk-row.row button.action.apply.primary:hover {
    text-decoration: none;
  }
  .cart-container .kmk-checkout-elements .kmk-row.row button.action.apply.primary a {
    color: #f7f7f7;
    text-decoration: none;
  }
  .cart-container .kmk-checkout-elements .kmk-row.row button.action.apply.primary:hover {
    background-color: #11347e;
    border-color: #3e7bef;
    color: #fff;
  }
  .cart-container .kmk-checkout-elements .kmk-row.row button.action.apply.primary:hover a {
    color: #fff;
    text-decoration: none;
  }
  .cart-container .kmk-checkout-elements .kmk-row.row button.action.apply.primary::before {
    content: none;
  }
  .cart-container .kmk-checkout-elements .kmk-row.row button.action.apply.primary span {
    padding: 5px 10px;
  }
  .cart-container .kmk-checkout-elements .kmk-row.row .total-element {
    display: flex;
    margin-bottom: 10px;
  }
  .cart-container .kmk-checkout-elements .kmk-row.row .total-element.grand-total {
    order: 1;
    border-top: 1px solid #11347e;
    padding-top: 10px;
  }
  .cart-container .kmk-checkout-elements .kmk-row.row .total-element-label {
    width: 50%;
  }
  .cart-container .kmk-checkout-elements .kmk-row.row .total-element-value-wrapper {
    padding-left: 5px;
    width: 50%;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    align-items: flex-end;
    margin: 5px 0;
  }
  .cart-container .kmk-checkout-elements .kmk-row.row .total-element-value-wrapper p {
    font-size: 14px;
    color: #808080;
  }
  .cart-container .kmk-checkout-elements .kmk-row.row .total-element-discount .total-element {
    align-items: flex-end;
  }
  .cart-container .kmk-checkout-elements .kmk-row.row .total-element-discount .total-element-label {
    font-weight: bold;
    line-height: 18px;
    color: #e17c26;
    display: flex;
    flex-direction: column;
  }
  .cart-container .kmk-checkout-elements .kmk-row.row .total-element-discount .total-element-value-wrapper {
    font-weight: bold;
    color: #e17c26;
    margin-bottom: 0;
  }
  .cart-container .kmk-checkout-elements .kmk-row.row .info-darmowa-dostawa {
    border: 1px solid #808080;
    padding: 15px;
    border-radius: 0px;
    display: flex;
    margin: 10px 0;
    width: 31%;
  }
  .cart-container .kmk-checkout-elements .kmk-row.row .info-darmowa-dostawa em,
  .cart-container .kmk-checkout-elements .kmk-row.row .info-darmowa-dostawa i {
    margin-right: 15px;
    color: #e17c26;
  }
  .cart-container .kmk-checkout-elements .kmk-row.row .info-darmowa-dostawa p {
    margin: 0 !important;
    font-size: 14px;
    font-weight: bold;
    line-height: 13px;
  }
  .cart-container .kmk-checkout-elements .kmk-row.row .info-darmowa-dostawa p .free-delivery-info {
    display: block;
    margin: 5px 0;
    color: #808080;
    font-weight: normal;
  }
  .cart-container .kmk-checkout-elements .kmk-row.row .info-darmowa-dostawa p a {
    color: #e17c26;
    text-decoration: none;
  }
  .cart-container .kmk-checkout-elements .kmk-row.row .info-darmowa-dostawa p a:hover {
    color: #3e7bef;
  }
  .cart-container .checkout-bottom-buttons-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    margin: 30px 0;
    padding-right: 0px;
  }
  .cart-container .checkout-bottom-buttons-wrapper .checkout-bottom-buttons {
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .cart-container .checkout-bottom-buttons-wrapper .checkout-bottom-buttons .action {
    width: 200px;
  }
  .cart-container .checkout-bottom-buttons-wrapper .checkout-bottom-buttons .action::before {
    content: none;
  }
  .cart-container .checkout-bottom-buttons-wrapper .checkout-bottom-buttons .action.next-step-wrapper {
    width: 200px;
  }
  .cart-container .checkout-bottom-buttons-wrapper .checkout-bottom-buttons .action.next-step {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 32px;
    min-width: 150px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: normal;
    font-stretch: expanded;
    transition: all 0.3s ease-in-out;
    box-shadow: none;
    border: 2px solid;
    border-radius: 0px;
    border-color: #3e7bef;
    background-color: #3e7bef;
    color: #f7f7f7;
    font-size: 12px;
    max-height: 40px;
  }
  .cart-container .checkout-bottom-buttons-wrapper .checkout-bottom-buttons .action.next-step:hover {
    text-decoration: none;
  }
  .cart-container .checkout-bottom-buttons-wrapper .checkout-bottom-buttons .action.next-step a {
    color: #f7f7f7;
    text-decoration: none;
  }
  .cart-container .checkout-bottom-buttons-wrapper .checkout-bottom-buttons .action.next-step:hover {
    background-color: #11347e;
    border-color: #3e7bef;
    color: #fff;
  }
  .cart-container .checkout-bottom-buttons-wrapper .checkout-bottom-buttons .action.next-step:hover a {
    color: #fff;
    text-decoration: none;
  }
  .cart-container .checkout-bottom-buttons-wrapper .checkout-bottom-buttons .action.go-back {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 32px;
    min-width: 150px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: normal;
    font-stretch: expanded;
    transition: all 0.3s ease-in-out;
    box-shadow: none;
    border: 2px solid;
    border-radius: 0px;
    background-color: #fff;
    color: #11347e;
    border-color: #11347e;
    font-size: 12px;
    max-height: 40px;
  }
  .cart-container .checkout-bottom-buttons-wrapper .checkout-bottom-buttons .action.go-back:hover {
    text-decoration: none;
  }
  .cart-container .checkout-bottom-buttons-wrapper .checkout-bottom-buttons .action.go-back a {
    color: #11347e;
    text-decoration: none;
  }
  .cart-container .checkout-bottom-buttons-wrapper .checkout-bottom-buttons .action.go-back:hover {
    background-color: #11347e;
    color: #f7f7f7;
  }
  .cart-container .checkout-bottom-buttons-wrapper .checkout-bottom-buttons .action.go-back:hover a {
    color: #fff;
    text-decoration: none;
  }
  .cart-container .checkout-bottom-buttons-wrapper .checkout-bottom-buttons .action span {
    padding: 5px 10px !important;
    line-height: 25px;
  }
  .cart-container .cart-products-toolbar-top,
  .cart-container .cart-products-toolbar-bottom {
    border-bottom: 1px solid #d2d2d2;
    border-top: 1px solid #d2d2d2;
    padding: 5px 0;
    margin-bottom: 20px;
  }
  .cart-container .cart-products-toolbar-top .pager,
  .cart-container .cart-products-toolbar-bottom .pager {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .cart-container .cart-products-toolbar-top .pager .pages .items.pages-items,
  .cart-container .cart-products-toolbar-bottom .pager .pages .items.pages-items {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .cart-container .cart-products-toolbar-top .pager .pages .items.pages-items .item,
  .cart-container .cart-products-toolbar-bottom .pager .pages .items.pages-items .item {
    width: 30px;
    height: 30px;
    font-size: 1.2rem;
    line-height: 3rem;
    letter-spacing: normal;
    margin: 0 8px 0 0;
    display: inline-block;
  }
  .cart-container .cart-products-toolbar-top .pager .pages .items.pages-items .item strong,
  .cart-container .cart-products-toolbar-bottom .pager .pages .items.pages-items .item strong,
  .cart-container .cart-products-toolbar-top .pager .pages .items.pages-items .item a,
  .cart-container .cart-products-toolbar-bottom .pager .pages .items.pages-items .item a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    line-height: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
  }
  .cart-container .cart-products-toolbar-top .pager .pages .items.pages-items .item strong,
  .cart-container .cart-products-toolbar-bottom .pager .pages .items.pages-items .item strong {
    background-color: #e17c26;
    color: #fff;
  }
  .cart-container .cart-products-toolbar-top .pager .pages .items.pages-items .item a,
  .cart-container .cart-products-toolbar-bottom .pager .pages .items.pages-items .item a {
    color: #11347e;
    transition: all 0.3s ease-in-out;
  }
  .cart-container .cart-products-toolbar-top .pager .pages .items.pages-items .item a.action,
  .cart-container .cart-products-toolbar-bottom .pager .pages .items.pages-items .item a.action {
    border: none;
    line-height: 13px;
    box-shadow: unset;
  }
  .radio {
    position: relative;
    float: left;
    clear: left;
    display: block;
    padding-left: 25px;
    margin-bottom: 14px;
    line-height: 16px;
    font-size: 14px;
    color: #11347e;
    cursor: pointer;
  }
  .radio:hover:before {
    border: 2px solid #3e7bef;
  }
  .radio.disabled {
    pointer-events: none;
    opacity: .5;
  }
  .radio:before {
    background: #fff;
    content: "";
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #3e7bef;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
  }
  input[type="radio"] {
    display: none;
  }
  input[type="radio"]:checked + label:before {
    background-color: #3e7bef;
  }
  input[type="radio"]:checked {
    background-color: #3e7bef;
  }
  span.radio-error-msg,
  span.pickup-error-msg {
    color: red;
    text-align: center;
    margin-top: 10px;
    display: block;
    line-height: 20px;
  }
  #empty_cart_button {
    border-radius: 0;
  }
  .confirm-delete {
    position: absolute;
    width: calc(100% - 50px);
    background: #fff;
    height: calc(100% - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .confirm-delete .confirm-delete-buttons {
    display: flex;
    margin-top: 20px;
  }
  .confirm-delete button {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 32px;
    min-width: 150px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: normal;
    font-stretch: expanded;
    transition: all 0.3s ease-in-out;
    box-shadow: none;
    border: 2px solid;
    border-radius: 0px;
    background-color: #fff;
    color: #11347e;
    border-color: #11347e;
  }
  .confirm-delete button:first-of-type {
    margin-right: 10px;
  }
  .confirm-delete button:hover {
    text-decoration: none;
  }
  .confirm-delete button a {
    color: #11347e;
    text-decoration: none;
  }
  .confirm-delete button:hover {
    background-color: #11347e;
    color: #f7f7f7;
  }
  .confirm-delete button:hover a {
    color: #fff;
    text-decoration: none;
  }
  .confirm-delete button::before {
    content: none;
  }
  .split-order-container {
    font-size: 14px;
    line-height: 16px;
    border: 3px solid #e17c26;
    -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3);
  }
  .split-order-container .split-order-desc {
    background-color: #e17c26;
    padding: 30px 30px 30px 15px;
    color: #fff;
    font-weight: 700;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    max-width: calc(33.333% - 20px);
  }
  .split-order-container .split-order-desc em,
  .split-order-container .split-order-desc i {
    font-size: 80px;
    margin-right: 10px;
  }
  .split-order-container .split-order-options {
    padding: 30px 30px 30px 20px;
  }
  .split-order-container .split-order-options label {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .split-order-container .split-order-options label:hover {
    text-decoration: underline;
  }
  .split-order-container .split-order-icon {
    cursor: pointer;
    position: relative;
    color: #e17c26;
    width: 15px;
    height: 15px;
  }
  .split-order-container .split-order-icon .split-order-more {
    position: absolute;
    bottom: 15px;
    right: 15px;
    padding: 10px;
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 16px;
    color: #11347e;
    -webkit-box-shadow: 0px 1px 5px -2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 1px 5px -2px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 1px 5px -2px rgba(0, 0, 0, 0.75);
  }
  #outOfStock,
  #collectInPersonOutOfStock,
  #collectInPersonInStock {
    border: 3px solid #e17c26;
    margin-top: 10px;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3);
  }
  #outOfStock::before,
  #collectInPersonOutOfStock::before,
  #collectInPersonInStock::before {
    padding: 10px 15px;
    display: block;
    font-weight: bold;
    color: #fff;
    background-color: #e17c26;
  }
  #outOfStock::before {
    content: 'Produkt niedostępny w wybranej ilości';
  }
  #collectInPersonOutOfStock::before {
    content: 'Produkt do odbioru osobistego niedostępny';
  }
  #collectInPersonInStock::before {
    content: 'Produkt do odbioru osobistego';
  }
  .checkout-product-availability {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .checkout-product-availability em,
  .checkout-product-availability i {
    margin-left: 10px;
    margin-right: 5px;
  }
  .checkout-product-availability em::before,
  .checkout-product-availability i::before {
    color: green;
  }
  .payment-method-wrapper label[for=dotpay_widget] {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .payment-method-wrapper label[for=dotpay_widget]::after {
    display: none;
    content: url('../images/payments1.jpg');
    width: 300px;
    position: absolute;
    left: 8%;
    top: 130%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .payment-method-wrapper label[for=dotpay_widget]:hover::after {
    display: block;
  }
  #maincontent div .mage-error {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .customer-account-login .messages {
    display: block;
    width: 100%;
    max-width: 1240px;
    margin: 20px auto 0;
  }
  .customer-account-login .block-customer-login {
    width: 100% !important;
    float: none !important;
  }
  .customer-account-login .block-customer-login .block-content .row {
    width: 100%;
    flex-wrap: nowrap !important;
    display: flex;
  }
  .customer-account-login .block-customer-login .block-content .row div {
    flex: unset !important;
  }
  .customer-account-login .block-customer-login .block-content .row .formularz-logowania {
    min-width: 50% !important;
  }
  .customer-account-login .login-container {
    width: 100%;
  }
  .customer-account-login .columns .column.main {
    padding-bottom: 0px !important;
  }
  .customer-account-login .strona-logowania {
    background: #e6e6e6;
    background: -moz-linear-gradient(top, #e6e6e6 0%, #f7f7f7 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #e6e6e6), color-stop(100%, #f7f7f7));
    background: -webkit-linear-gradient(top, #e6e6e6 0%, #f7f7f7 100%);
    background: -o-linear-gradient(top, #e6e6e6 0%, #f7f7f7 100%);
    background: -ms-linear-gradient(top, #e6e6e6 0%, #f7f7f7 100%);
    background: linear-gradient(to bottom, #e6e6e6 0%, #f7f7f7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e6e6', endColorstr='#f7f7f7', GradientType=0);
    padding-bottom: 70px;
    background: transparent;
  }
  .customer-account-login .strona-logowania .breadcrumbs {
    padding-top: 26px;
  }
  .customer-account-login .strona-logowania .breadcrumbs a {
    text-decoration: none;
    font-size: 13px;
    color: #808080;
  }
  .customer-account-login .strona-logowania .breadcrumbs a.breadcrumb-active {
    color: #11347e;
  }
  .customer-account-login .formularz-logowania {
    background: white;
    -webkit-box-shadow: 3px 3px 5px 0px #e8e8e8;
    -moz-box-shadow: 3px 3px 5px 0px #e8e8e8;
    box-shadow: 3px 3px 5px 0px #e8e8e8;
    padding: 40px;
    margin-top: 60px;
  }
  .customer-account-login .formularz-logowania h1 {
    font-size: 34px;
    font-weight: 300;
    color: #11347e;
    padding-bottom: 0;
    margin-bottom: 30px;
    text-indent: -2px;
    padding-top: 0;
  }
  .customer-account-login .formularz-logowania input {
    width: 100%;
    outline: none;
    border: 1px solid lightgray;
    margin-bottom: 10px;
    border-radius: 2px;
    height: 40px;
    padding-left: 10px;
    font-size: 13px;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: inset -9999px -9999px 0 0 #ffffff;
    box-shadow: inset -9999px -9999px 0 0 #ffffff;
  }
  .customer-account-login .formularz-logowania button.primary {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 32px;
    min-width: 150px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: normal;
    font-stretch: expanded;
    transition: all 0.3s ease-in-out;
    box-shadow: none;
    border: 2px solid;
    border-radius: 0px;
    border-color: #3e7bef;
    background-color: #3e7bef;
    color: #f7f7f7;
    width: 100%;
    height: 40px !important;
    letter-spacing: .15em;
    font-size: 12px !important;
    font-weight: bold;
  }
  .customer-account-login .formularz-logowania button.primary:hover {
    text-decoration: none;
  }
  .customer-account-login .formularz-logowania button.primary a {
    color: #f7f7f7;
    text-decoration: none;
  }
  .customer-account-login .formularz-logowania button.primary:hover {
    background-color: #11347e;
    border-color: #3e7bef;
    color: #fff;
  }
  .customer-account-login .formularz-logowania button.primary:hover a {
    color: #fff;
    text-decoration: none;
  }
  .customer-account-login .formularz-logowania button.primary:focus,
  .customer-account-login .formularz-logowania button.primary:active {
    background: #3e7bef;
  }
  .customer-account-login .formularz-logowania button.primary.captcha-reload {
    height: auto;
    width: auto;
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: top;
    border-radius: 0;
    text-align: left;
    background: none;
    color: #3e7bef;
    letter-spacing: 0;
    line-height: 1.5;
    transition: none;
  }
  .customer-account-login .formularz-logowania button.primary.captcha-reload:hover {
    color: #11347e;
  }
  .customer-account-login .formularz-logowania p {
    font-size: 13px;
    color: #11347e;
    padding-bottom: 0;
  }
  .customer-account-login .formularz-logowania a {
    text-decoration: none;
    color: #3e7bef;
  }
  .customer-account-login .formularz-logowania a:hover {
    color: #11347e;
  }
  .customer-account-login .formularz-logowania .fieldset > .field {
    margin: 0;
  }
  .customer-account-login aside {
    padding-left: 60px;
  }
  .customer-account-login aside h1 {
    padding-top: 0;
    font-size: 34px;
    font-weight: 300;
    color: #11347e;
    margin-top: 100px;
  }
  .customer-account-login aside p {
    font-size: 13px;
    font-weight: 700;
    color: #11347e;
    padding-top: 4px;
    padding-bottom: 0;
    margin-bottom: 20px;
  }
  .customer-account-login aside a:hover,
  .customer-account-login aside a:focus,
  .customer-account-login aside a:active {
    text-decoration: none;
  }
  .customer-account-login aside button {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 32px;
    min-width: 150px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: normal;
    font-stretch: expanded;
    transition: all 0.3s ease-in-out;
    box-shadow: none;
    border: 2px solid;
    border-radius: 0px;
    border-color: #3e7bef;
    background-color: #3e7bef;
    color: #f7f7f7;
    width: 100%;
    height: 40px;
    font-size: 12px !important;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: .15em;
    font-weight: bold !important;
    margin-top: 14px;
  }
  .customer-account-login aside button:hover {
    text-decoration: none;
  }
  .customer-account-login aside button a {
    color: #f7f7f7;
    text-decoration: none;
  }
  .customer-account-login aside button:hover {
    background-color: #11347e;
    border-color: #3e7bef;
    color: #fff;
  }
  .customer-account-login aside button:hover a {
    color: #fff;
    text-decoration: none;
  }
  .customer-account-login aside .zalety-rejestracji {
    display: flex;
    margin-top: 20px;
  }
  .customer-account-login aside .zalety-rejestracji p {
    font-size: 13px;
    font-weight: 400;
    color: #11347e;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 9px;
    line-height: 1.5;
  }
  .customer-account-login aside .zalety-rejestracji img {
    margin-bottom: 0;
    margin-right: 15px;
    margin-top: 3px;
    height: 13px;
    width: 14px;
  }
  .customer-account-login .captcha label {
    font-size: 12px;
    margin-bottom: 4px;
    color: #11347e;
  }
  .customer-account-login .actions-toolbar {
    margin-left: 0 !important;
  }
  .customer-account-login .social-login-authentication-channel {
    margin-top: 60px;
    margin-bottom: 0 !important;
  }
  .customer-account-login .social-login-authentication-channel .actions-toolbar {
    margin-top: 0;
    width: auto !important;
  }
  .customer-account-login .social-login-authentication-channel .btn-facebook,
  .customer-account-login .social-login-authentication-channel .btn-google {
    background: none !important;
    height: 60px;
    line-height: 56px;
    padding: 0 40px 0 60px;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: .05em;
    text-transform: uppercase;
  }
  .customer-account-login .social-login-authentication-channel .btn-facebook {
    border: 2px solid #11347e !important;
    color: #11347e !important;
  }
  .customer-account-login .social-login-authentication-channel .btn-facebook:hover {
    background: #11347e !important;
    color: #ffffff !important;
  }
  .customer-account-login .social-login-authentication-channel .btn-facebook::before {
    content: '\f09a';
  }
  .customer-account-login .social-login-authentication-channel .btn-google {
    border: 2px solid #3e7bef !important;
    color: #3e7bef !important;
  }
  .customer-account-login .social-login-authentication-channel .btn-google:hover {
    background: #3e7bef !important;
    color: #ffffff !important;
  }
  .customer-account-login .social-login-authentication-channel .btn-social > :first-child {
    border: none;
  }
  .customer-account-login .social-login-authentication-channel .btn-social svg {
    display: none;
  }
  .customer-account-login .social-login-authentication-channel .btn-social::before {
    content: '\f1a0';
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-family: 'Font Awesome 5 Free';
    font-size: 18px;
    position: absolute;
    top: calc(35%);
    left: 25px;
  }
  .customer-account-login .social-login-authentication-channel .facebook-login {
    margin-right: 10px;
  }
  .form-create-account {
    font-family: 'Open Sans', sans-serif !important;
    width: 100%;
    margin: 0 auto;
    max-width: 350px !important;
    margin-bottom: 20px;
  }
  .form-create-account .bookmark-account-create {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 30px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 18px;
    color: #11347e;
    font-weight: normal;
    border-bottom: 1px solid #11347e;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .form-create-account .bookmark-account-create.active {
    border-bottom: 8px solid #e17c26;
    color: #e17c26;
    cursor: default;
  }
  .form-create-account .business-info {
    width: 100%;
    padding: 30px 50px;
    border: 2px solid #e17c26;
  }
  .form-create-account .business-info p {
    font-size: 14px;
    font-weight: normal;
    line-height: 17px;
    text-align: center;
    color: #11347e;
  }
  .form-create-account .business-info a {
    text-decoration: none;
    color: #e17c26;
    font-weight: normal;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .form-create-account .business-info a:hover {
    font-weight: bold;
  }
  .form-create-account input[type=text],
  .form-create-account input[type=email],
  .form-create-account input[type=password] {
    width: 100%;
    margin-bottom: 5px;
    padding: 5px 10px;
    box-sizing: border-box !important;
    height: 40px;
    margin-top: 5px;
  }
  .form-create-account select {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .form-create-account .control {
    width: 100%;
  }
  .form-create-account #password-error {
    font-size: 10px;
  }
  .form-create-account .fieldset {
    margin-top: 20px;
  }
  .form-create-account .legend,
  .form-create-account .label {
    color: #11347e;
    margin-top: 15px;
  }
  .form-create-account .field .label,
  .form-create-account .field #password-strength-meter {
    padding-left: 0;
    margin: 15px 0 0;
    font-size: 13px;
  }
  .form-create-account .field .label #password-strength-meter-label,
  .form-create-account .field #password-strength-meter #password-strength-meter-label {
    display: inline;
  }
  .form-create-account .field .label::first-letter,
  .form-create-account .field #password-strength-meter::first-letter {
    text-transform: uppercase;
  }
  .form-create-account .field.required .label {
    display: flex;
    margin: 15px 0 0;
  }
  .form-create-account .field.required .label::after {
    font-size: 11px !important;
  }
  .form-create-account .field.required .label span::first-letter {
    text-transform: uppercase;
  }
  .form-create-account .field.street .field .label {
    order: 0;
    clip: unset;
    height: unset;
    margin: 15px 0 0;
    overflow: unset;
    padding: 0;
    position: unset;
    width: unset;
  }
  .form-create-account .field.newsletter {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .form-create-account .field.newsletter .label {
    margin-top: 3px;
  }
  .form-create-account .control .nested .field.additional .label {
    display: flex;
    font-weight: normal;
  }
  .form-create-account .control .nested .field.additional .label::after {
    content: " ";
  }
  .form-create-account .control .nested .field.street .field .label {
    order: 0;
    clip: unset;
    height: unset;
    margin: 15px 0 0;
    overflow: unset;
    padding: 0;
    position: unset;
    width: unset;
  }
  .form-create-account .control select {
    display: block;
  }
  .form-create-account .actions-toolbar {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    line-height: 40px;
    margin: 0;
  }
  .form-create-account .actions-toolbar button.primary,
  .form-create-account .actions-toolbar .secondary {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 32px;
    min-width: 150px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: normal;
    font-stretch: expanded;
    transition: all 0.3s ease-in-out;
    box-shadow: none;
    line-height: 1;
    height: 32px;
  }
  .form-create-account .actions-toolbar button.primary:hover,
  .form-create-account .actions-toolbar .secondary:hover {
    text-decoration: none;
  }
  .form-create-account .actions-toolbar button.primary {
    border: 2px solid;
    border-radius: 0px;
    border-color: #3e7bef;
    background-color: #3e7bef;
    color: #f7f7f7;
  }
  .form-create-account .actions-toolbar button.primary a {
    color: #f7f7f7;
    text-decoration: none;
  }
  .form-create-account .actions-toolbar button.primary:hover {
    background-color: #11347e;
    border-color: #3e7bef;
    color: #fff;
  }
  .form-create-account .actions-toolbar button.primary:hover a {
    color: #fff;
    text-decoration: none;
  }
  .form-create-account .actions-toolbar .secondary a {
    border: 2px solid;
    border-radius: 0px;
    background-color: #fff;
    color: #11347e;
    border-color: #11347e;
    display: flex;
  }
  .form-create-account .actions-toolbar .secondary a a {
    color: #11347e;
    text-decoration: none;
  }
  .form-create-account .actions-toolbar .secondary a:hover {
    background-color: #11347e;
    color: #f7f7f7;
  }
  .form-create-account .actions-toolbar .secondary a:hover a {
    color: #fff;
    text-decoration: none;
  }
  .form-create-account .control.captcha-image {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
  }
  .form-create-account .control.captcha-image .captcha-img {
    margin-bottom: 0;
  }
  .form-create-account .g-recaptcha {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
  }
  .form-create-account .field.choice.consent.required {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
  }
  .form-create-account .field.choice.consent.required #customer_agreement-error {
    width: 100%;
  }
  .checkout-header {
    margin: -25px auto 0px;
    width: 100%;
    display: flex;
  }
  .checkout-header .checkout-menu {
    width: 33.33%;
    height: 60px;
    padding: 0px;
    cursor: pointer;
  }
  .checkout-header .checkout-menu .row {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    border-bottom: 2px solid #808080;
  }
  .checkout-header .checkout-menu .row.active {
    border-bottom: 2px solid #e17c26;
  }
  .checkout-header .checkout-menu .row.active p {
    font-weight: bold;
    color: #e17c26;
  }
  .checkout-header .checkout-menu span {
    width: 60px;
    height: 32px;
  }
  .checkout-header .checkout-menu h1 {
    font-size: 40px;
    line-height: 40px;
    font-weight: 900;
    color: #11347e;
    margin: 0;
    padding-right: 5px;
  }
  .checkout-header .checkout-menu p {
    color: #11347e;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    padding-left: 5px;
    text-transform: uppercase;
  }
  .checkout-header .checkout-koszyk {
    background-image: url('../images/cart.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: center;
  }
  .checkout-header .checkout-dane {
    background-image: url('../images/checkout.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: center;
  }
  .checkout-header .checkout-podsumowanie {
    background-image: url('../images/summary.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: center;
  }
  .loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.5);
  }
  .loader-wrapper em,
  .loader-wrapper i {
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
    font-size: 50px;
    color: #11347e;
  }
  @-moz-keyframes spin {
    100% {
      -moz-transform: rotate(360deg);
    }
  }
  @-webkit-keyframes spin {
    100% {
      -webkit-transform: rotate(360deg);
    }
  }
  @keyframes spin {
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  .checkout-onepage-success .checkout-success,
  .checkout-onepage-success #registration {
    text-align: center;
    width: 100%;
  }
  .checkout-onepage-success .checkout-success p,
  .checkout-onepage-success #registration p {
    margin-bottom: 10px;
    color: #11347e;
  }
  .checkout-onepage-success .checkout-success .primary,
  .checkout-onepage-success #registration .primary {
    border-radius: 3px;
  }
  .checkout-onepage-success .checkout-success .continue,
  .checkout-onepage-success #registration .continue {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    min-height: 32px !important;
    min-width: 150px !important;
    padding: 10px 20px !important;
    text-transform: uppercase !important;
    font-size: 13px !important;
    font-weight: normal !important;
    font-stretch: expanded !important;
    transition: all 0.3s ease-in-out !important;
    box-shadow: none !important;
    border: 2px solid !important;
    border-radius: 0px !important;
    border-color: #3e7bef !important;
    background-color: #3e7bef !important;
    color: #f7f7f7 !important;
    margin-right: unset;
  }
  .checkout-onepage-success .checkout-success .continue:hover,
  .checkout-onepage-success #registration .continue:hover {
    text-decoration: none !important;
  }
  .checkout-onepage-success .checkout-success .continue a,
  .checkout-onepage-success #registration .continue a {
    color: #f7f7f7 !important;
    text-decoration: none !important;
  }
  .checkout-onepage-success .checkout-success .continue:hover,
  .checkout-onepage-success #registration .continue:hover {
    background-color: #11347e !important;
    border-color: #3e7bef !important;
    color: #fff !important;
  }
  .checkout-onepage-success .checkout-success .continue:hover a,
  .checkout-onepage-success #registration .continue:hover a {
    color: #fff !important;
    text-decoration: none !important;
  }
  .checkout-onepage-success #registration .action.primary {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    min-height: 32px !important;
    min-width: 150px !important;
    padding: 10px 20px !important;
    text-transform: uppercase !important;
    font-size: 13px !important;
    font-weight: normal !important;
    font-stretch: expanded !important;
    transition: all 0.3s ease-in-out !important;
    box-shadow: none !important;
    border: 2px solid !important;
    border-radius: 0px !important;
    border-color: #3e7bef !important;
    background-color: #3e7bef !important;
    color: #f7f7f7 !important;
    max-width: 200px;
    margin: auto;
  }
  .checkout-onepage-success #registration .action.primary:hover {
    text-decoration: none !important;
  }
  .checkout-onepage-success #registration .action.primary a {
    color: #f7f7f7 !important;
    text-decoration: none !important;
  }
  .checkout-onepage-success #registration .action.primary:hover {
    background-color: #11347e !important;
    border-color: #3e7bef !important;
    color: #fff !important;
  }
  .checkout-onepage-success #registration .action.primary:hover a {
    color: #fff !important;
    text-decoration: none !important;
  }
  .checkout-onepage-success .checkout-success {
    margin-top: 50px;
  }
  .checkout-onepage-success .checkout-success .actions-toolbar {
    justify-content: center;
    display: flex;
  }
  .form.password.forget,
  .form.password.reset {
    margin: 50px auto;
  }
  .form.password.forget .control,
  .form.password.reset .control {
    width: 100%;
  }
  .form.password.forget .actions-toolbar,
  .form.password.reset .actions-toolbar {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
  }
  .form.password.forget .primary button,
  .form.password.reset .primary button {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 32px;
    min-width: 150px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: normal;
    font-stretch: expanded;
    transition: all 0.3s ease-in-out;
    box-shadow: none;
    border: 2px solid;
    border-radius: 0px;
    border-color: #3e7bef;
    background-color: #3e7bef;
    color: #f7f7f7;
    max-width: 200px;
  }
  .form.password.forget .primary button:hover,
  .form.password.reset .primary button:hover {
    text-decoration: none;
  }
  .form.password.forget .primary button a,
  .form.password.reset .primary button a {
    color: #f7f7f7;
    text-decoration: none;
  }
  .form.password.forget .primary button:hover,
  .form.password.reset .primary button:hover {
    background-color: #11347e;
    border-color: #3e7bef;
    color: #fff;
  }
  .form.password.forget .primary button:hover a,
  .form.password.reset .primary button:hover a {
    color: #fff;
    text-decoration: none;
  }
  .form.password.forget .primary button span,
  .form.password.reset .primary button span {
    line-height: 1;
  }
  .form.password.forget .secondary,
  .form.password.reset .secondary {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 32px;
    min-width: 150px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: normal;
    font-stretch: expanded;
    transition: all 0.3s ease-in-out;
    box-shadow: none;
    border: 2px solid;
    border-radius: 0px;
    border-color: #3e7bef;
    background-color: #3e7bef;
    color: #f7f7f7;
    max-width: 200px;
  }
  .form.password.forget .secondary:hover,
  .form.password.reset .secondary:hover {
    text-decoration: none;
  }
  .form.password.forget .secondary a,
  .form.password.reset .secondary a {
    color: #f7f7f7;
    text-decoration: none;
  }
  .form.password.forget .secondary:hover,
  .form.password.reset .secondary:hover {
    background-color: #11347e;
    border-color: #3e7bef;
    color: #fff;
  }
  .form.password.forget .secondary:hover a,
  .form.password.reset .secondary:hover a {
    color: #fff;
    text-decoration: none;
  }
  .form.password.forget .secondary a span,
  .form.password.reset .secondary a span {
    line-height: 1;
  }
  .form.password.forget label,
  .form.password.reset label {
    font-weight: 600;
    font-size: 14px;
  }
  #notice-cookie-block {
    background-color: #11347e;
    font-size: 14px;
    color: #fff;
    z-index: 999;
  }
  #notice-cookie-block button.primary {
    width: fit-content;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    background-color: #3e7bef;
    margin: 0;
    border: none;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  #notice-cookie-block button.primary:hover {
    background-color: #e17c26;
  }
  #notice-cookie-block button.primary span {
    font-size: 14px;
    font-weight: normal;
  }
  .background__unboxing {
    margin: 0 auto;
    width: 100%;
    font-size: 13px;
  }
  .content-404__left h1 {
    font-size: 72px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #808080;
  }
  .content-404__left {
    text-align: center;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .content-404__right,
  .content-404__left {
    width: 50%;
    padding: 0 10px;
  }
  .content-404 {
    display: flex;
    justify-content: space-around;
  }
  .content-404__right svg {
    max-width: 250px;
  }
  .es-404-image .svg-bulb {
    height: 100px;
  }
  .es-404-image {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .content-404--text {
    margin: 10px 0 !important;
  }
  .buttons-404 button {
    padding: 0;
    border: 0;
  }
  .buttons-404 button a {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 32px;
    min-width: 150px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: normal;
    font-stretch: expanded;
    transition: all 0.3s ease-in-out;
    box-shadow: none;
    border: 2px solid;
    border-radius: 0px;
    border-color: #3e7bef;
    background-color: #3e7bef;
    color: #f7f7f7;
  }
  .buttons-404 button a:hover {
    text-decoration: none;
  }
  .buttons-404 button a a {
    color: #f7f7f7;
    text-decoration: none;
  }
  .buttons-404 button a:hover {
    background-color: #11347e;
    border-color: #3e7bef;
    color: #fff;
  }
  .buttons-404 button a:hover a {
    color: #fff;
    text-decoration: none;
  }
  .footer-404 {
    text-align: center;
    margin: 20px 0;
  }
  .account.body {
    display: flex;
    margin-bottom: 50px;
  }
  .login-container {
    font-family: 'Open Sans', sans-serif;
  }
  .account.page-layout-2columns-left .account,
  .page-layout-1column .account {
    /* Order history */
  }
  .account.page-layout-2columns-left .account .action,
  .page-layout-1column .account .action {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 32px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: normal;
    font-stretch: expanded;
    transition: all 0.3s ease-in-out;
    box-shadow: none;
    border: 2px solid;
    border-radius: 0px;
    border-color: #3e7bef;
    background-color: #3e7bef;
    color: #f7f7f7;
    height: 32px;
    min-width: 150px;
    font-size: 12px;
  }
  .account.page-layout-2columns-left .account .action:hover,
  .page-layout-1column .account .action:hover {
    text-decoration: none;
  }
  .account.page-layout-2columns-left .account .action a,
  .page-layout-1column .account .action a {
    color: #f7f7f7;
    text-decoration: none;
  }
  .account.page-layout-2columns-left .account .action:hover,
  .page-layout-1column .account .action:hover {
    background-color: #11347e;
    border-color: #3e7bef;
    color: #fff;
  }
  .account.page-layout-2columns-left .account .action:hover a,
  .page-layout-1column .account .action:hover a {
    color: #fff;
    text-decoration: none;
  }
  .account.page-layout-2columns-left .account .action span,
  .page-layout-1column .account .action span {
    line-height: inherit;
    font-weight: inherit;
  }
  .account.page-layout-2columns-left .account span,
  .page-layout-1column .account span {
    font-weight: normal;
    line-height: 1.7;
  }
  .account.page-layout-2columns-left .account .column.main,
  .page-layout-1column .account .column.main,
  .account.page-layout-2columns-left .account .block-content,
  .page-layout-1column .account .block-content,
  .account.page-layout-2columns-left .account .block,
  .page-layout-1column .account .block {
    width: 100%;
    color: #11347e;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
  }
  .account.page-layout-2columns-left .account .block-content,
  .page-layout-1column .account .block-content {
    width: 100%;
    color: #11347e;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .account.page-layout-2columns-left .account .block-content:nth-child(n):before,
  .page-layout-1column .account .block-content:nth-child(n):before,
  .account.page-layout-2columns-left .account .block-content:nth-child(n):after,
  .page-layout-1column .account .block-content:nth-child(n):after {
    display: none !important;
  }
  .account.page-layout-2columns-left .account .column,
  .page-layout-1column .account .column {
    display: flex;
    flex-direction: column;
    padding-top: 8px;
    padding-bottom: 50px;
  }
  .account.page-layout-2columns-left .account .column.main .home-page.top,
  .page-layout-1column .account .column.main .home-page.top {
    margin-top: 0 !important;
  }
  .account.page-layout-2columns-left .account .column.main .block:not(.widget) .box-title > span,
  .page-layout-1column .account .column.main .block:not(.widget) .box-title > span {
    margin: 0 0 20px;
  }
  .account.page-layout-2columns-left .account .column.main .toolbar,
  .page-layout-1column .account .column.main .toolbar {
    text-align: center;
    width: 100%;
  }
  .account.page-layout-2columns-left .account .column.main .toolbar .pager,
  .page-layout-1column .account .column.main .toolbar .pager {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .account.page-layout-2columns-left .account .column.main .toolbar .pager .toolbar-amount,
  .page-layout-1column .account .column.main .toolbar .pager .toolbar-amount {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  .account.page-layout-2columns-left .account .column .legend span,
  .page-layout-1column .account .column .legend span {
    font-size: 20px !important;
    font-weight: bold !important;
  }
  .account.page-layout-2columns-left .account .column .message.info,
  .page-layout-1column .account .column .message.info,
  .account.page-layout-2columns-left .account .column .message.info.empty,
  .page-layout-1column .account .column .message.info.empty {
    width: 100%;
    color: #11347e;
    font-size: 13px;
    font-weight: bold;
  }
  .account.page-layout-2columns-left .account .nav.item strong,
  .page-layout-1column .account .nav.item strong {
    font-size: 13px;
    color: #11347e;
    margin-right: auto;
    font-weight: bold;
  }
  .account.page-layout-2columns-left .account .password-strength-meter,
  .page-layout-1column .account .password-strength-meter {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .account.page-layout-2columns-left .account .block-title,
  .page-layout-1column .account .block-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid;
    padding-bottom: 5px;
  }
  .account.page-layout-2columns-left .account .block-title strong,
  .page-layout-1column .account .block-title strong {
    font-size: 20px !important;
    font-weight: bold !important;
    margin: 0 !important;
  }
  .account.page-layout-2columns-left .account .box,
  .page-layout-1column .account .box {
    padding: 10px;
    margin-bottom: 10px !important;
    width: 100%;
    background-color: #fff;
  }
  .account.page-layout-2columns-left .account .box p,
  .page-layout-1column .account .box p,
  .account.page-layout-2columns-left .account .box address,
  .page-layout-1column .account .box address,
  .account.page-layout-2columns-left .account .box span,
  .page-layout-1column .account .box span {
    line-height: 1.7;
  }
  .account.page-layout-2columns-left .account .box .box-actions,
  .page-layout-1column .account .box .box-actions {
    margin-top: 20px;
    display: flex;
  }
  .account.page-layout-2columns-left .account .box .box-newsletter,
  .page-layout-1column .account .box .box-newsletter {
    margin-bottom: 30px !important;
  }
  .account.page-layout-2columns-left .account .box span,
  .page-layout-1column .account .box span {
    font-weight: inherit;
    line-height: inherit;
  }
  .account.page-layout-2columns-left .account .box.box-information .box-actions .action.edit,
  .page-layout-1column .account .box.box-information .box-actions .action.edit {
    margin-right: 10px;
  }
  .account.page-layout-2columns-left .account .products-grid.wishlist .product-item-actions,
  .page-layout-1column .account .products-grid.wishlist .product-item-actions {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .account.page-layout-2columns-left .account .products-grid.wishlist .product-item-actions > *,
  .page-layout-1column .account .products-grid.wishlist .product-item-actions > * {
    display: inline-flex;
    margin-right: 5px;
  }
  .account.page-layout-2columns-left .account .products-grid.wishlist .product-item-actions .price-container,
  .page-layout-1column .account .products-grid.wishlist .product-item-actions .price-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
  }
  .account.page-layout-2columns-left .account .products-grid.wishlist .product-item-actions .price-container .price-excluding-tax,
  .page-layout-1column .account .products-grid.wishlist .product-item-actions .price-container .price-excluding-tax {
    margin-top: 5px;
    display: flex;
    color: #808080;
  }
  .account.page-layout-2columns-left .account .products-grid.wishlist .product-item-actions .price-container .price-excluding-tax .price,
  .page-layout-1column .account .products-grid.wishlist .product-item-actions .price-container .price-excluding-tax .price,
  .account.page-layout-2columns-left .account .products-grid.wishlist .product-item-actions .price-container .price-excluding-tax::before,
  .page-layout-1column .account .products-grid.wishlist .product-item-actions .price-container .price-excluding-tax::before {
    font-size: 13px;
  }
  .account.page-layout-2columns-left .account .block-addresses-list,
  .page-layout-1column .account .block-addresses-list,
  .account.page-layout-2columns-left .account .block-addresses-default,
  .page-layout-1column .account .block-addresses-default {
    color: #11347e;
    font-family: 'Roboto';
    font-size: 13px;
    margin-bottom: 0 !important;
  }
  .account.page-layout-2columns-left .account .block-addresses-list .block-title,
  .page-layout-1column .account .block-addresses-list .block-title,
  .account.page-layout-2columns-left .account .block-addresses-default .block-title,
  .page-layout-1column .account .block-addresses-default .block-title {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
  }
  .account.page-layout-2columns-left .account .block-addresses-list .block-content,
  .page-layout-1column .account .block-addresses-list .block-content,
  .account.page-layout-2columns-left .account .block-addresses-default .block-content,
  .page-layout-1column .account .block-addresses-default .block-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .account.page-layout-2columns-left .account .block-addresses-list .block-content .box.box-address-billing,
  .page-layout-1column .account .block-addresses-list .block-content .box.box-address-billing,
  .account.page-layout-2columns-left .account .block-addresses-default .block-content .box.box-address-billing,
  .page-layout-1column .account .block-addresses-default .block-content .box.box-address-billing,
  .account.page-layout-2columns-left .account .block-addresses-list .block-content .box.box-address-shipping,
  .page-layout-1column .account .block-addresses-list .block-content .box.box-address-shipping,
  .account.page-layout-2columns-left .account .block-addresses-default .block-content .box.box-address-shipping,
  .page-layout-1column .account .block-addresses-default .block-content .box.box-address-shipping {
    width: 49%;
  }
  .account.page-layout-2columns-left .account .block-addresses-list .block-content .table-wrapper.additional-addresses,
  .page-layout-1column .account .block-addresses-list .block-content .table-wrapper.additional-addresses,
  .account.page-layout-2columns-left .account .block-addresses-default .block-content .table-wrapper.additional-addresses,
  .page-layout-1column .account .block-addresses-default .block-content .table-wrapper.additional-addresses {
    width: 100%;
  }
  .account.page-layout-2columns-left .account .block-addresses-list .box,
  .page-layout-1column .account .block-addresses-list .box,
  .account.page-layout-2columns-left .account .block-addresses-default .box,
  .page-layout-1column .account .block-addresses-default .box {
    padding: 10px;
    margin-bottom: 10px;
  }
  .account.page-layout-2columns-left .account .block-addresses-list address,
  .page-layout-1column .account .block-addresses-list address,
  .account.page-layout-2columns-left .account .block-addresses-default address,
  .page-layout-1column .account .block-addresses-default address {
    line-height: 1.7;
  }
  .account.page-layout-2columns-left .account .block-addresses-list address a,
  .page-layout-1column .account .block-addresses-list address a,
  .account.page-layout-2columns-left .account .block-addresses-default address a,
  .page-layout-1column .account .block-addresses-default address a {
    text-decoration: none;
    color: #3e7bef;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .account.page-layout-2columns-left .account .block-addresses-list address a:hover,
  .page-layout-1column .account .block-addresses-list address a:hover,
  .account.page-layout-2columns-left .account .block-addresses-default address a:hover,
  .page-layout-1column .account .block-addresses-default address a:hover {
    color: #11347e;
  }
  .account.page-layout-2columns-left .account .form-edit-account input[type=text],
  .page-layout-1column .account .form-edit-account input[type=text],
  .account.page-layout-2columns-left .account .form-address-edit input[type=text],
  .page-layout-1column .account .form-address-edit input[type=text],
  .account.page-layout-2columns-left .account .form-edit-account input[type=password],
  .page-layout-1column .account .form-edit-account input[type=password],
  .account.page-layout-2columns-left .account .form-address-edit input[type=password],
  .page-layout-1column .account .form-address-edit input[type=password],
  .account.page-layout-2columns-left .account .form-edit-account input[type=email],
  .page-layout-1column .account .form-edit-account input[type=email],
  .account.page-layout-2columns-left .account .form-address-edit input[type=email],
  .page-layout-1column .account .form-address-edit input[type=email] {
    width: 100%;
    height: 40px;
    border-radius: 0px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #11347e;
  }
  .account.page-layout-2columns-left .account .form-edit-account .field,
  .page-layout-1column .account .form-edit-account .field,
  .account.page-layout-2columns-left .account .form-address-edit .field,
  .page-layout-1column .account .form-address-edit .field {
    margin-top: 10px;
  }
  .account.page-layout-2columns-left .account .form-edit-account .field.set.billing,
  .page-layout-1column .account .form-edit-account .field.set.billing,
  .account.page-layout-2columns-left .account .form-address-edit .field.set.billing,
  .page-layout-1column .account .form-address-edit .field.set.billing,
  .account.page-layout-2columns-left .account .form-edit-account .field.set.shipping,
  .page-layout-1column .account .form-edit-account .field.set.shipping,
  .account.page-layout-2columns-left .account .form-address-edit .field.set.shipping,
  .page-layout-1column .account .form-address-edit .field.set.shipping,
  .account.page-layout-2columns-left .account .form-edit-account .field.choice,
  .page-layout-1column .account .form-edit-account .field.choice,
  .account.page-layout-2columns-left .account .form-address-edit .field.choice,
  .page-layout-1column .account .form-address-edit .field.choice {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .account.page-layout-2columns-left .account .form-edit-account .field.choice input[type="checkbox"],
  .page-layout-1column .account .form-edit-account .field.choice input[type="checkbox"],
  .account.page-layout-2columns-left .account .form-address-edit .field.choice input[type="checkbox"],
  .page-layout-1column .account .form-address-edit .field.choice input[type="checkbox"] {
    margin: 5px 5px 0 0;
    position: relative;
    top: 2px;
  }
  .account.page-layout-2columns-left .account .form-edit-account .field.choice.set input[type="checkbox"],
  .page-layout-1column .account .form-edit-account .field.choice.set input[type="checkbox"],
  .account.page-layout-2columns-left .account .form-address-edit .field.choice.set input[type="checkbox"],
  .page-layout-1column .account .form-address-edit .field.choice.set input[type="checkbox"] {
    margin: 0 5px 0 0;
    position: relative;
    top: 0px;
  }
  .account.page-layout-2columns-left .account .form-edit-account .field .label,
  .page-layout-1column .account .form-edit-account .field .label,
  .account.page-layout-2columns-left .account .form-address-edit .field .label,
  .page-layout-1column .account .form-address-edit .field .label {
    display: flex;
  }
  .account.page-layout-2columns-left .account .form-edit-account .control,
  .page-layout-1column .account .form-edit-account .control,
  .account.page-layout-2columns-left .account .form-address-edit .control,
  .page-layout-1column .account .form-address-edit .control {
    width: 100% !important;
  }
  .account.page-layout-2columns-left .account .form-newsletter-manage .field.choice,
  .page-layout-1column .account .form-newsletter-manage .field.choice {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .account.page-layout-2columns-left .account .form-newsletter-manage .field.choice input[type="checkbox"],
  .page-layout-1column .account .form-newsletter-manage .field.choice input[type="checkbox"] {
    margin: 0 5px 0 0;
    position: relative;
    top: 0px;
  }
  .account.page-layout-2columns-left .account .form-edit-account .fieldset,
  .page-layout-1column .account .form-edit-account .fieldset {
    width: 100%;
  }
  .account.page-layout-2columns-left .account .form-edit-account .fieldset > .field,
  .page-layout-1column .account .form-edit-account .fieldset > .field,
  .account.page-layout-2columns-left .account .form-edit-account .fieldset > .fields > .field,
  .page-layout-1column .account .form-edit-account .fieldset > .fields > .field {
    margin: 0px !important;
  }
  .account.page-layout-2columns-left .account .form-edit-account .fieldset > .field .label,
  .page-layout-1column .account .form-edit-account .fieldset > .field .label,
  .account.page-layout-2columns-left .account .form-edit-account .fieldset > .fields > .field .label,
  .page-layout-1column .account .form-edit-account .fieldset > .fields > .field .label {
    margin: 15px 0 5px;
  }
  .account.page-layout-2columns-left .account .form-edit-account .fieldset .email-change,
  .page-layout-1column .account .form-edit-account .fieldset .email-change {
    margin-top: 20px !important;
  }
  .account.page-layout-2columns-left .account .form-edit-account .actions-toolbar,
  .page-layout-1column .account .form-edit-account .actions-toolbar {
    justify-content: flex-start !important;
  }
  .account.page-layout-2columns-left .account .form-address-edit,
  .page-layout-1column .account .form-address-edit {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .account.page-layout-2columns-left .account .form-address-edit .fieldset,
  .page-layout-1column .account .form-address-edit .fieldset {
    width: 48%;
  }
  .account.page-layout-2columns-left .account .form-address-edit .actions-toolbar,
  .page-layout-1column .account .form-address-edit .actions-toolbar {
    width: 100%;
    justify-content: flex-start !important;
  }
  .account.page-layout-2columns-left .account .form-address-edit .secondary a,
  .page-layout-1column .account .form-address-edit .secondary a {
    margin-right: 0 !important;
  }
  .account.page-layout-2columns-left .account .account-nav .widget .block .block-static-block,
  .page-layout-1column .account .account-nav .widget .block .block-static-block {
    display: none;
  }
  .account.page-layout-2columns-left .account .abs-toggling-title-mobile:after,
  .page-layout-1column .account .abs-toggling-title-mobile:after,
  .account.page-layout-2columns-left .account .block-wishlist-management .wishlist-select .wishlist-name:after,
  .page-layout-1column .account .block-wishlist-management .wishlist-select .wishlist-name:after,
  .account.page-layout-2columns-left .account .block-collapsible-nav .title:after,
  .page-layout-1column .account .block-collapsible-nav .title:after {
    font-size: 16px;
  }
  .account.page-layout-2columns-left .account .actions-toolbar,
  .page-layout-1column .account .actions-toolbar {
    margin-bottom: 20px;
  }
  .account.page-layout-2columns-left .account .actions-toolbar .back,
  .page-layout-1column .account .actions-toolbar .back {
    margin-top: 0 !important;
  }
  .account.page-layout-2columns-left .account .table-wrapper.orders-history,
  .page-layout-1column .account .table-wrapper.orders-history {
    width: 100%;
  }
  .account.page-layout-2columns-left .account .table-wrapper.orders-history tr,
  .page-layout-1column .account .table-wrapper.orders-history tr {
    padding: 10px 0 !important;
  }
  .account.page-layout-2columns-left .account .table-wrapper.orders-history td,
  .page-layout-1column .account .table-wrapper.orders-history td,
  .account.page-layout-2columns-left .account .table-wrapper.orders-history th,
  .page-layout-1column .account .table-wrapper.orders-history th {
    height: auto !important;
    border: none !important;
  }
  .account.page-layout-2columns-left .account .password-info,
  .page-layout-1column .account .password-info {
    color: #11347e;
    font-size: 13px;
    margin: 20px 0;
  }
  .account.page-layout-2columns-left .account .password-info a,
  .page-layout-1column .account .password-info a {
    color: #3e7bef;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .account.page-layout-2columns-left .account .password-info a:hover,
  .page-layout-1column .account .password-info a:hover {
    color: #11347e;
  }
  .account.page-layout-2columns-left .account .block-content .items .item,
  .page-layout-1column .account .block-content .items .item {
    margin-bottom: 10px;
  }
  .account.page-layout-2columns-left .account .wishlist,
  .page-layout-1column .account .wishlist {
    font-family: 'Roboto';
  }
  .account.page-layout-2columns-left .account .wishlist a,
  .page-layout-1column .account .wishlist a {
    text-decoration: none;
    color: #11347e;
  }
  .account.page-layout-2columns-left .account .wishlist .field,
  .page-layout-1column .account .wishlist .field,
  .account.page-layout-2columns-left .account .wishlist .box-tocart,
  .page-layout-1column .account .wishlist .box-tocart,
  .account.page-layout-2columns-left .account .wishlist .product-item-actions,
  .page-layout-1column .account .wishlist .product-item-actions {
    margin-bottom: 10px;
  }
  .account.page-layout-2columns-left .account .wishlist .product-item-info,
  .page-layout-1column .account .wishlist .product-item-info {
    padding: 10px;
    border: 1px solid #d4cbcb;
  }
  .account.page-layout-2columns-left .account .wishlist .form-wishlist-items .actions-toolbar button,
  .page-layout-1column .account .wishlist .form-wishlist-items .actions-toolbar button {
    margin-bottom: 10px;
  }
  .account.page-layout-2columns-left .account .wishlist-index-index .account.body,
  .page-layout-1column .account .wishlist-index-index .account.body {
    margin-top: 0px;
  }
  .account.page-layout-2columns-left .account .wishlist-index-index .message-success > div a,
  .page-layout-1column .account .wishlist-index-index .message-success > div a {
    background-color: #3e7bef;
    margin: 0 10px;
    padding: 2px 10px;
    border-radius: 3px;
    color: #fff;
    text-decoration: none;
  }
  .account.page-layout-2columns-left .account .wishlist-index-index input,
  .page-layout-1column .account .wishlist-index-index input,
  .account.page-layout-2columns-left .account .wishlist-index-index textarea,
  .page-layout-1column .account .wishlist-index-index textarea {
    border-radius: 3px;
    font-family: 'Roboto';
    padding: 5px 10px;
    border: 1px solid #d4cbcb;
    width: 100%;
    box-sizing: border-box;
  }
  .account.page-layout-2columns-left .account .wishlist-index-index textarea,
  .page-layout-1column .account .wishlist-index-index textarea {
    height: 100px;
  }
  .account.page-layout-2columns-left .account .wishlist-index-index .product-image-container,
  .page-layout-1column .account .wishlist-index-index .product-image-container {
    margin-bottom: 10px;
    justify-content: flex-start !important;
  }
  .account.page-layout-2columns-left .account .wishlist-index-index .product-image-wrapper,
  .page-layout-1column .account .wishlist-index-index .product-image-wrapper {
    padding-bottom: 0 !important;
    height: 100%;
  }
  .account.page-layout-2columns-left .account .wishlist-index-index .product-items,
  .page-layout-1column .account .wishlist-index-index .product-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .account.page-layout-2columns-left .account .wishlist-index-index .product-item,
  .page-layout-1column .account .wishlist-index-index .product-item {
    width: calc(48%);
    margin-bottom: 4px;
  }
  .account.page-layout-2columns-left .account .wishlist-index-index .product-image-wrapper img,
  .page-layout-1column .account .wishlist-index-index .product-image-wrapper img {
    width: auto;
    height: 100%;
  }
  .account.page-layout-2columns-left .account .wishlist-index-index .product-item-link,
  .page-layout-1column .account .wishlist-index-index .product-item-link {
    width: 100%;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
  }
  .account.page-layout-2columns-left .account .wishlist-index-index .control,
  .page-layout-1column .account .wishlist-index-index .control {
    width: 100%;
  }
  .account.page-layout-2columns-left .account .wishlist-index-index .wishlist-toolbar .toolbar-number,
  .page-layout-1column .account .wishlist-index-index .wishlist-toolbar .toolbar-number {
    display: none;
  }
  .account.page-layout-2columns-left .account .orders-history .table-order-items,
  .page-layout-1column .account .orders-history .table-order-items {
    width: 100% !important;
  }
  .account.page-layout-2columns-left .account .orders-history .table-caption,
  .page-layout-1column .account .orders-history .table-caption {
    margin-bottom: 20px;
    font-size: 15px;
  }
  .account.page-layout-2columns-left .account .orders-history th,
  .page-layout-1column .account .orders-history th,
  .account.page-layout-2columns-left .account .orders-history td,
  .page-layout-1column .account .orders-history td {
    text-align: left;
    height: 40px;
    width: 10px;
    vertical-align: middle;
    padding: 10px;
  }
  .account.page-layout-2columns-left .account .orders-history .table-caption,
  .page-layout-1column .account .orders-history .table-caption,
  .account.page-layout-2columns-left .account .orders-history .orders-history th,
  .page-layout-1column .account .orders-history .orders-history th {
    font-weight: bold;
  }
  .account.page-layout-2columns-left .account .orders-history tbody tr:nth-child(odd),
  .page-layout-1column .account .orders-history tbody tr:nth-child(odd) {
    background-color: #f7f7f7;
    padding: 10px;
  }
  .account.page-layout-2columns-left .account .orders-history a span,
  .page-layout-1column .account .orders-history a span {
    color: unset;
  }
  .account.page-layout-2columns-left .account .orders-history .action.view,
  .page-layout-1column .account .orders-history .action.view {
    margin-bottom: 5px;
  }
  .account.page-layout-2columns-left .account .order-details-items.ordered,
  .page-layout-1column .account .order-details-items.ordered {
    padding: 10px 0;
  }
  .account.page-layout-2columns-left .account .ordered,
  .page-layout-1column .account .ordered {
    padding: 10px 0;
  }
  .account.page-layout-2columns-left .account .ordered .order-title,
  .page-layout-1column .account .ordered .order-title {
    display: none;
  }
  .account.page-layout-2columns-left .account .ordered .order-items .table-caption,
  .page-layout-1column .account .ordered .order-items .table-caption {
    display: none;
  }
  .account.page-layout-2columns-left .account .ordered #my-orders-table,
  .page-layout-1column .account .ordered #my-orders-table {
    width: 100%;
  }
  .account.page-layout-2columns-left .account .ordered #my-orders-table thead,
  .page-layout-1column .account .ordered #my-orders-table thead {
    font-weight: bold;
  }
  .account.page-layout-2columns-left .account .ordered #my-orders-table thead,
  .page-layout-1column .account .ordered #my-orders-table thead,
  .account.page-layout-2columns-left .account .ordered #my-orders-table tbody,
  .page-layout-1column .account .ordered #my-orders-table tbody,
  .account.page-layout-2columns-left .account .ordered #my-orders-table tfoot,
  .page-layout-1column .account .ordered #my-orders-table tfoot {
    text-align: left;
  }
  .account.page-layout-2columns-left .account .control select,
  .page-layout-1column .account .control select {
    display: block;
  }
  .account.page-layout-2columns-left .account #additional-addresses-table table,
  .page-layout-1column .account #additional-addresses-table table {
    background-color: white;
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 100%;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
  }
  .account.page-layout-2columns-left .account #additional-addresses-table table thead th,
  .page-layout-1column .account #additional-addresses-table table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
  }
  .account.page-layout-2columns-left .account #additional-addresses-table table th,
  .page-layout-1column .account #additional-addresses-table table th,
  .account.page-layout-2columns-left .account #additional-addresses-table .table td,
  .page-layout-1column .account #additional-addresses-table .table td {
    padding: 0.75rem;
    vertical-align: top;
    text-align: left;
  }
  .account.page-layout-2columns-left .account #additional-addresses-table tbody tr,
  .page-layout-1column .account #additional-addresses-table tbody tr {
    border: 1px solid #dee2e6;
  }
  .account.page-layout-2columns-left .account #additional-addresses-table .col,
  .page-layout-1column .account #additional-addresses-table .col {
    position: relative;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: auto !important;
    min-width: 8%;
    padding-right: 10px;
    padding-left: 0px;
  }
  .account.page-layout-2columns-left .account #additional-addresses-table td.col.actions,
  .page-layout-1column .account #additional-addresses-table td.col.actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-right: 0px !important;
    flex-grow: 1;
  }
  .account.page-layout-2columns-left .account #additional-addresses-table td.col.actions .action,
  .page-layout-1column .account #additional-addresses-table td.col.actions .action {
    margin-bottom: 5px;
  }
  .account.page-layout-2columns-left .account .block-collapsible-nav .content,
  .page-layout-1column .account .block-collapsible-nav .content {
    background-color: #fff;
    border: 1px solid #d2d2d2;
    border-radius: 0px;
    padding: 15px 10px;
  }
  .account.page-layout-2columns-left .account .block-collapsible-nav .item a,
  .page-layout-1column .account .block-collapsible-nav .item a,
  .account.page-layout-2columns-left .account .block-collapsible-nav .item > strong,
  .page-layout-1column .account .block-collapsible-nav .item > strong {
    border-left: 0 solid transparent;
    border-bottom: 1px solid transparent;
    color: #11347e;
    display: block;
    padding: 5px 0;
  }
  .account.page-layout-2columns-left .account .block-collapsible-nav .item a:hover,
  .page-layout-1column .account .block-collapsible-nav .item a:hover,
  .account.page-layout-2columns-left .account .block-collapsible-nav .item > strong:hover,
  .page-layout-1column .account .block-collapsible-nav .item > strong:hover {
    background: none;
  }
  .account.page-layout-2columns-left .account .block-collapsible-nav .item.current a,
  .page-layout-1column .account .block-collapsible-nav .item.current a,
  .account.page-layout-2columns-left .account .block-collapsible-nav .item.current > strong,
  .page-layout-1column .account .block-collapsible-nav .item.current > strong {
    border-left: 0 solid transparent;
    border-bottom: 1px solid #11347e;
  }
  .account.page-layout-2columns-left .account .account-nav .content,
  .page-layout-1column .account .account-nav .content {
    background: none;
  }
  .account.page-layout-2columns-left .account .order-products-toolbar .limiter,
  .page-layout-1column .account .order-products-toolbar .limiter {
    display: inline-flex;
    align-items: center;
  }
  .account.page-layout-2columns-left .account .product-item-name,
  .page-layout-1column .account .product-item-name,
  .account.page-layout-2columns-left .account .col.sku,
  .page-layout-1column .account .col.sku {
    line-height: 20px;
  }
  .account.page-layout-2columns-left .account li.item,
  .page-layout-1column .account li.item {
    display: inline-flex;
  }
  .account.page-layout-2columns-left .account li.item .content,
  .page-layout-1column .account li.item .content {
    margin-left: 10px;
  }
  .account.page-layout-2columns-left .account .table thead th,
  .page-layout-1column .account .table thead th {
    border-bottom: 1px solid #dee2e6;
  }
  .account.page-layout-2columns-left .account span,
  .page-layout-1column .account span {
    line-height: normal;
  }
  .account.page-layout-2columns-left .account .order-details-items .table-order-items .price-excluding-tax,
  .page-layout-1column .account .order-details-items .table-order-items .price-excluding-tax {
    display: inline-flex;
    align-items: baseline;
  }
  .account.page-layout-2columns-left .account .order-details-items .table-order-items .price-excluding-tax .price,
  .page-layout-1column .account .order-details-items .table-order-items .price-excluding-tax .price {
    line-height: 20px;
  }
  .account.page-layout-2columns-left .account .order-details-items,
  .page-layout-1column .account .order-details-items {
    width: 100%;
  }
  .account.page-layout-2columns-left .account .order-details-items .actions-toolbar,
  .page-layout-1column .account .order-details-items .actions-toolbar {
    justify-content: flex-end;
  }
  .account.page-layout-2columns-left .account #my-orders-table,
  .page-layout-1column .account #my-orders-table {
    font-size: 14px;
  }
  .account.page-layout-2columns-left .account #my-orders-table .col,
  .page-layout-1column .account #my-orders-table .col {
    width: unset;
  }
  .account.page-layout-2columns-left .account #my-orders-table .price-including-tax + .price-excluding-tax:before,
  .page-layout-1column .account #my-orders-table .price-including-tax + .price-excluding-tax:before {
    font-size: 14px;
    margin-right: 5px;
  }
  .account.page-layout-2columns-left .account #my-orders-table .action,
  .page-layout-1column .account #my-orders-table .action {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .account.page-layout-2columns-left .account #my-orders-table .price,
  .page-layout-1column .account #my-orders-table .price,
  .account.page-layout-2columns-left .account #my-orders-table::before,
  .page-layout-1column .account #my-orders-table::before {
    font-size: 14px;
  }
  .account.page-layout-2columns-left .account #my-orders-table .price,
  .page-layout-1column .account #my-orders-table .price,
  .account.page-layout-2columns-left .account #my-orders-table::before,
  .page-layout-1column .account #my-orders-table::before {
    font-size: 14px;
  }
  .account.page-layout-2columns-left .account #my-orders-table::before,
  .page-layout-1column .account #my-orders-table::before {
    line-height: 20px;
    margin-right: 5px;
  }
  .account.page-layout-2columns-left .account .p24-payment-form .admin__field,
  .page-layout-1column .account .p24-payment-form .admin__field {
    float: right;
    margin-bottom: 20px;
  }
  .account.page-layout-2columns-left .account .p24-payment-form .admin__field .p24-button.submit,
  .page-layout-1column .account .p24-payment-form .admin__field .p24-button.submit {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 32px;
    min-width: 150px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: normal;
    font-stretch: expanded;
    transition: all 0.3s ease-in-out;
    box-shadow: none;
    border: 2px solid;
    border-radius: 0px;
    border-color: #3e7bef;
    background-color: #3e7bef;
    color: #f7f7f7;
  }
  .account.page-layout-2columns-left .account .p24-payment-form .admin__field .p24-button.submit:hover,
  .page-layout-1column .account .p24-payment-form .admin__field .p24-button.submit:hover {
    text-decoration: none;
  }
  .account.page-layout-2columns-left .account .p24-payment-form .admin__field .p24-button.submit a,
  .page-layout-1column .account .p24-payment-form .admin__field .p24-button.submit a {
    color: #f7f7f7;
    text-decoration: none;
  }
  .account.page-layout-2columns-left .account .p24-payment-form .admin__field .p24-button.submit:hover,
  .page-layout-1column .account .p24-payment-form .admin__field .p24-button.submit:hover {
    background-color: #11347e;
    border-color: #3e7bef;
    color: #fff;
  }
  .account.page-layout-2columns-left .account .p24-payment-form .admin__field .p24-button.submit:hover a,
  .page-layout-1column .account .p24-payment-form .admin__field .p24-button.submit:hover a {
    color: #fff;
    text-decoration: none;
  }
  .account.page-layout-2columns-left .account .mark,
  .page-layout-1column .account .mark {
    background-color: transparent;
  }
  .account.page-layout-2columns-left .account .workers-permissions-list .form-super-user label,
  .page-layout-1column .account .workers-permissions-list .form-super-user label {
    font-size: 13px;
    font-weight: normal;
    color: #11347e;
    padding: 5px 0;
  }
  .account.page-layout-2columns-left .account .workers-permissions-list .form-super-user .action,
  .page-layout-1column .account .workers-permissions-list .form-super-user .action {
    margin-top: 30px;
  }
  .account.page-layout-2columns-left .account .workers-order-list .customer-name,
  .page-layout-1column .account .workers-order-list .customer-name {
    font-weight: bold;
    font-size: 17px;
    line-height: 20px;
    width: 100%;
    padding: 5px 10px;
    background-color: #11347e;
    color: #fff;
  }
  .account.page-layout-2columns-left .account .workers-order-list .customer-orders,
  .page-layout-1column .account .workers-order-list .customer-orders {
    padding-bottom: 30px;
  }
  .account.page-layout-2columns-left .account .workers-order-list .col,
  .page-layout-1column .account .workers-order-list .col {
    padding-left: 0px;
    width: auto;
  }
  .account.page-layout-2columns-left .account .workers-order-list table thead tr,
  .page-layout-1column .account .workers-order-list table thead tr {
    border-bottom: 2px solid #11347e;
    font-weight: bold;
    text-align: left;
  }
  .account.page-layout-2columns-left .account .workers-order-list table tbody tr,
  .page-layout-1column .account .workers-order-list table tbody tr {
    text-align: left;
    border-bottom: 1px solid #11347e;
  }
  .account.page-layout-2columns-left .account .workers-order-list table > tbody > tr > td,
  .page-layout-1column .account .workers-order-list table > tbody > tr > td {
    padding-left: 0px;
  }
  .account.page-layout-2columns-left .account .workers-invoice-list .customer,
  .page-layout-1column .account .workers-invoice-list .customer {
    margin-bottom: 30px;
  }
  .account.page-layout-2columns-left .account .workers-invoice-list .customer-name,
  .page-layout-1column .account .workers-invoice-list .customer-name {
    font-weight: bold;
    font-size: 17px;
    line-height: 20px;
    width: 100%;
    padding: 5px 10px;
    background-color: #11347e;
    color: #fff;
    display: block;
  }
  .account.page-layout-2columns-left .account .workers-invoice-list .customer-invoices a,
  .page-layout-1column .account .workers-invoice-list .customer-invoices a {
    padding: 5px;
    color: #11347e;
    font-size: 13px;
    font-weight: normal;
    text-decoration: none;
    line-height: 17px;
    display: block;
  }
  .account.page-layout-2columns-left .account .commercialData,
  .page-layout-1column .account .commercialData {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 400px;
    height: auto;
    margin: 20px auto;
    padding: 60px 30px;
    border-radius: 3px;
    border: 3px solid #e17c26;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
  }
  .account.page-layout-2columns-left .account .commercialData span,
  .page-layout-1column .account .commercialData span {
    line-height: 21px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
  }
  .account.page-layout-2columns-left .account .commercialData span b,
  .page-layout-1column .account .commercialData span b {
    color: #e17c26;
    font-size: 17px;
    font-weight: bold;
  }
  .account.page-layout-2columns-left .account .return-container,
  .page-layout-1column .account .return-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .account.page-layout-2columns-left .account .return-container a,
  .page-layout-1column .account .return-container a {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 32px;
    min-width: 150px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: normal;
    font-stretch: expanded;
    transition: all 0.3s ease-in-out;
    box-shadow: none;
    border: 2px solid;
    border-radius: 0px;
    border-color: #3e7bef;
    background-color: #3e7bef;
    color: #f7f7f7;
  }
  .account.page-layout-2columns-left .account .return-container a:hover,
  .page-layout-1column .account .return-container a:hover {
    text-decoration: none;
  }
  .account.page-layout-2columns-left .account .return-container a a,
  .page-layout-1column .account .return-container a a {
    color: #f7f7f7;
    text-decoration: none;
  }
  .account.page-layout-2columns-left .account .return-container a:hover,
  .page-layout-1column .account .return-container a:hover {
    background-color: #11347e;
    border-color: #3e7bef;
    color: #fff;
  }
  .account.page-layout-2columns-left .account .return-container a:hover a,
  .page-layout-1column .account .return-container a:hover a {
    color: #fff;
    text-decoration: none;
  }
  .account.page-layout-2columns-left .account .return-container a span,
  .page-layout-1column .account .return-container a span {
    font-weight: unset;
  }
  .abs-margin-for-forms-desktop,
  .column:not(.sidebar-main) form .actions-toolbar,
  .column:not(.sidebar-additional) form .actions-toolbar,
  .login-container .fieldset:after {
    margin-left: unset;
  }
  .static-page,
  .top-sitemap-container {
    background-color: #fff;
    padding: 20px;
    width: 100%;
  }
  .static-page ol li,
  .top-sitemap-container ol li {
    list-style: decimal !important;
  }
  .static-page ul li,
  .top-sitemap-container ul li {
    list-style: disc !important;
  }
  .static-page ol,
  .top-sitemap-container ol,
  .static-page ul,
  .top-sitemap-container ul {
    margin: 10px auto 20px;
    padding: 0 0 0 30px;
  }
  .static-page ol li,
  .top-sitemap-container ol li,
  .static-page ul li,
  .top-sitemap-container ul li {
    list-style-position: outside !important;
    padding-left: 10px;
    line-height: 25px;
    margin-bottom: 10px;
  }
  .static-page.help,
  .top-sitemap-container.help,
  .static-page .multi-collapse,
  .top-sitemap-container .multi-collapse {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .static-page.help h3,
  .top-sitemap-container.help h3,
  .static-page .multi-collapse h3,
  .top-sitemap-container .multi-collapse h3,
  .static-page.help p,
  .top-sitemap-container.help p,
  .static-page .multi-collapse p,
  .top-sitemap-container .multi-collapse p {
    display: inline-block;
  }
  .static-page .multi-collapse p,
  .top-sitemap-container .multi-collapse p {
    margin-bottom: 10px;
  }
  .static-page p,
  .top-sitemap-container p,
  .static-page li,
  .top-sitemap-container li {
    line-height: 25px;
  }
  .static-page h1,
  .top-sitemap-container h1 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
  }
  .static-page h3,
  .top-sitemap-container h3 {
    color: #808080;
    font-size: 20px;
  }
  .static-page h4,
  .top-sitemap-container h4 {
    color: #e17c26;
    font-size: 24px;
    margin-top: 20px;
  }
  .static-page h5,
  .top-sitemap-container h5 {
    margin-top: 20px;
  }
  .static-page strong,
  .top-sitemap-container strong {
    font-weight: bold;
  }
  .static-page i,
  .top-sitemap-container i {
    font-style: italic;
  }
  .static-page .btn,
  .top-sitemap-container .btn {
    background-color: #3e7bef;
    border: none;
    padding: 10px 20px;
    width: fit-content;
    font-size: 14px !important;
    margin-top: 20px;
    transition: all 0.3s ease-in-out;
  }
  .static-page .btn:hover,
  .top-sitemap-container .btn:hover {
    background-color: #11347e;
  }
  .contact-form {
    width: 100%;
  }
  .contact-form .contact-form-wrapper {
    width: 60%;
    margin: 50px auto;
  }
  .contact-form .container {
    padding: 10px;
    background-color: #fff;
  }
  .contact-form h2 {
    margin-top: 0 !important;
    padding-bottom: 5px;
    border-bottom: 2px solid #e17c26;
    margin-bottom: 10px;
  }
  .contact-form .rodo-header {
    margin-bottom: 10px;
    line-height: 16px;
  }
  .contact-form .form-group {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .contact-form .form-group label {
    margin-top: 3px;
    line-height: 16px;
  }
  .contact-form .form-group input[type="checkbox"]:focus {
    box-shadow: none;
  }
  .contact-form .actions-toolbar {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .contact-form .actions-toolbar .primary {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 32px;
    min-width: 150px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: normal;
    font-stretch: expanded;
    transition: all 0.3s ease-in-out;
    box-shadow: none;
    border: 2px solid;
    border-radius: 0px;
    border-color: #3e7bef;
    background-color: #3e7bef;
    color: #f7f7f7;
  }
  .contact-form .actions-toolbar .primary:hover {
    text-decoration: none;
  }
  .contact-form .actions-toolbar .primary a {
    color: #f7f7f7;
    text-decoration: none;
  }
  .contact-form .actions-toolbar .primary:hover {
    background-color: #11347e;
    border-color: #3e7bef;
    color: #fff;
  }
  .contact-form .actions-toolbar .primary:hover a {
    color: #fff;
    text-decoration: none;
  }
  .contact-form #form-info-error {
    font-size: 13px;
    color: darkred;
    line-height: 16px;
    font-weight: bold;
    margin-top: 10px;
  }
  .contact-form #form-info-success {
    font-size: 13px;
    color: #11347e;
    line-height: 16px;
    font-weight: bold;
    margin-top: 10px;
  }
  .contact-form h4 {
    font-size: 20px;
  }
  .contact-form h3,
  .contact-form h4 {
    text-align: left;
    margin-bottom: 10px;
  }
  .contact-form p {
    font-size: 14px;
    line-height: 21px;
  }
  .contact-form .kontakt-dzial .col-xl-4,
  .contact-form .kontakt-magazyny .col-xl-4 {
    width: 100%;
    max-width: 100%;
    flex: auto;
    padding-left: 0;
  }
  .contact-form .kontakt-dzial .col-xl-4 a,
  .contact-form .kontakt-magazyny .col-xl-4 a {
    color: #3e7bef;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
  }
  .contact-form .kontakt-dzial .col-xl-4 a:hover,
  .contact-form .kontakt-magazyny .col-xl-4 a:hover {
    color: #e17c26;
  }
  .contact-form .multi-collapse {
    flex-direction: column;
  }
  .contact-form .multi-collapse h4,
  .contact-form .multi-collapse h5 {
    margin-bottom: 10px;
    text-align: left;
    margin-top: 20px;
  }
  .contact-form .kontakt-dojazd {
    margin-bottom: 10px;
  }
  .contact-form .kontakt-lista,
  .contact-form .magazyny {
    font-size: 16px;
  }
  .contact-form .kontakt-lista img,
  .contact-form .magazyny img {
    display: none;
  }
  .contact-form .col {
    padding: 0;
  }
  .featured-brands {
    width: 100%;
  }
  .featured-brands h1 {
    font-size: 25px;
    margin-bottom: 20px;
    margin-top: 20px;
    margin-left: 5px;
  }
  .featured-brands .producers-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .featured-brands .producers-wrapper span {
    width: calc(25% - 10px);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 170px;
    padding: 10px;
    box-sizing: border-box;
    border: none;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .featured-brands .producers-wrapper span .brand-title:hover {
    box-shadow: none;
  }
  .featured-brands .producers-wrapper span a {
    padding: 10px;
    background-color: #fff;
    color: #11347e;
    text-decoration: none;
    width: 100%;
    height: 170px;
    align-items: center;
    justify-content: center;
    display: flex;
    line-height: 25px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .featured-brands .producers-wrapper span a:hover {
    color: #e17c26;
    -webkit-box-shadow: 0px 1px 5px -2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 1px 5px -2px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 1px 5px -2px rgba(0, 0, 0, 0.75);
  }
  .featured-brands .producers-wrapper span a span {
    width: 100%;
    margin: unset;
  }
  .featured-brands .producers-wrapper span .f-barnd-img {
    width: auto;
    height: auto !important;
  }
  .account.page-layout-2columns-left.wishlist-index-index {
    font-family: 'Open Sans', sans-serif;
  }
  .account.page-layout-2columns-left.wishlist-index-index .account .action {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 32px;
    min-width: 150px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: normal;
    font-stretch: expanded;
    transition: all 0.3s ease-in-out;
    box-shadow: none;
    border: 2px solid;
    border-radius: 0px;
    border-color: #3e7bef;
    background-color: #3e7bef;
    color: #f7f7f7;
  }
  .account.page-layout-2columns-left.wishlist-index-index .account .action:hover {
    text-decoration: none;
  }
  .account.page-layout-2columns-left.wishlist-index-index .account .action a {
    color: #f7f7f7;
    text-decoration: none;
  }
  .account.page-layout-2columns-left.wishlist-index-index .account .action:hover {
    background-color: #11347e;
    border-color: #3e7bef;
    color: #fff;
  }
  .account.page-layout-2columns-left.wishlist-index-index .account .action:hover a {
    color: #fff;
    text-decoration: none;
  }
  .account.page-layout-2columns-left.wishlist-index-index a {
    text-decoration: none;
    color: #11347e;
  }
  .account.page-layout-2columns-left.wishlist-index-index .box-tocart {
    margin-bottom: 10px;
  }
  .account.page-layout-2columns-left.wishlist-index-index .box-tocart .field.qty {
    display: none;
  }
  .account.page-layout-2columns-left.wishlist-index-index .product-item .action {
    color: #fff;
    margin-right: 0px !important;
    width: 100%;
    border: 2px solid;
    border-radius: 0px;
    background-color: #fff;
    color: #11347e;
    border-color: #11347e;
  }
  .account.page-layout-2columns-left.wishlist-index-index .product-item .action a {
    color: #11347e;
    text-decoration: none;
  }
  .account.page-layout-2columns-left.wishlist-index-index .product-item .action:hover {
    background-color: #11347e;
    color: #f7f7f7;
  }
  .account.page-layout-2columns-left.wishlist-index-index .product-item .action:hover a {
    color: #fff;
    text-decoration: none;
  }
  .account.page-layout-2columns-left.wishlist-index-index .product-item .tocart_tile {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 32px;
    min-width: 150px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: normal;
    font-stretch: expanded;
    transition: all 0.3s ease-in-out;
    box-shadow: none;
    border: 2px solid;
    border-radius: 0px;
    border-color: #3e7bef;
    background-color: #3e7bef;
    color: #f7f7f7;
  }
  .account.page-layout-2columns-left.wishlist-index-index .product-item .tocart_tile:hover {
    text-decoration: none;
  }
  .account.page-layout-2columns-left.wishlist-index-index .product-item .tocart_tile a {
    color: #f7f7f7;
    text-decoration: none;
  }
  .account.page-layout-2columns-left.wishlist-index-index .product-item .tocart_tile:hover {
    background-color: #11347e;
    border-color: #3e7bef;
    color: #fff;
  }
  .account.page-layout-2columns-left.wishlist-index-index .product-item .tocart_tile:hover a {
    color: #fff;
    text-decoration: none;
  }
  .account.page-layout-2columns-left.wishlist-index-index .product-item .tocart_tile span {
    font-weight: bold;
  }
  .account .wishlist-toolbar .limiter-options {
    border: 1px solid #e17c26;
    padding: 0px;
    padding-right: 25px;
    font-size: 17px;
    font-weight: 400;
  }
  .form-wishlist-items .actions-toolbar button {
    margin-bottom: 10px;
  }
  .wishlist-index-index .account.body {
    margin-top: 0px !important;
  }
  .wishlist-index-index input,
  .wishlist-index-index textarea {
    border-radius: 3px;
    font-family: 'Open Sans', sans-serif;
    padding: 5px 10px;
    border: 1px solid #d4cbcb;
    width: 100%;
    box-sizing: border-box;
  }
  .wishlist-index-index textarea {
    height: 100px;
  }
  .wishlist-index-index .product-image-container {
    margin-bottom: 10px;
    justify-content: flex-start !important;
  }
  .wishlist-index-index .product-image-wrapper {
    padding-bottom: 0 !important;
    height: 100%;
  }
  .wishlist-index-index .product-image-wrapper img {
    width: auto;
    height: 100%;
  }
  .wishlist-index-index .product-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .wishlist-index-index .product-item {
    width: calc(48%);
    margin-bottom: 4px;
  }
  .wishlist-index-index .product-item-link {
    width: 100%;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
  }
  .wishlist-index-index .control {
    width: 100%;
  }
  .wishlist-toolbar .toolbar-number {
    display: none;
  }
  #maincontent .wishlist-toolbar .limiter {
    display: flex;
    align-items: center;
  }
  #maincontent .form-wishlist-items {
    width: 100%;
  }
  #maincontent .form-wishlist-items .actions-toolbar {
    justify-content: flex-start;
    margin-top: 20px;
    padding: 0 10px;
    margin-left: 0;
  }
  #maincontent .form-wishlist-items .actions-toolbar button {
    box-shadow: none;
    outline: none;
  }
  #maincontent .form-wishlist-items .actions-toolbar .primary {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  #maincontent .form-wishlist-items .products-grid.wishlist {
    margin-right: 0;
  }
  #maincontent .form-wishlist-items .products-grid.wishlist .product-items {
    justify-content: flex-start;
  }
  #maincontent .form-wishlist-items .products-grid.wishlist .product-item {
    width: 24% !important;
    background-color: #fff;
    margin: 0;
    margin-left: -1px;
    margin-right: 1%;
    border: none;
  }
  #maincontent .form-wishlist-items .products-grid.wishlist .product-item:hover {
    box-shadow: none;
    border: none;
  }
  #maincontent .form-wishlist-items .products-grid.wishlist .product-item-info {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border: none;
    transition: all 0.3s ease-in-out;
    border: 1px solid transparent;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
  }
  #maincontent .form-wishlist-items .products-grid.wishlist .product-item-info .product-item-photo {
    margin: 0 auto;
  }
  #maincontent .form-wishlist-items .products-grid.wishlist .product-item-info .product-item-photo img {
    width: auto;
    height: auto;
    font-size: 10px;
  }
  #maincontent .form-wishlist-items .products-grid.wishlist .product-item-info .product-item-name {
    margin: 0;
    height: 50px;
    overflow: hidden;
  }
  #maincontent .form-wishlist-items .products-grid.wishlist .product-item-info .price-box {
    margin: 0;
  }
  #maincontent .form-wishlist-items .products-grid.wishlist .product-item-info .price-box .price {
    font-size: 27px;
    font-weight: 700 !important;
    white-space: nowrap;
  }
  #maincontent .form-wishlist-items .products-grid.wishlist .product-item-info .price-as-configured {
    text-align: center;
    margin-bottom: 5px;
  }
  #maincontent .form-wishlist-items .products-grid.wishlist .product-item-info .box-tocart {
    margin-right: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  #maincontent .form-wishlist-items .products-grid.wishlist .product-item-info .box-tocart fieldset,
  #maincontent .form-wishlist-items .products-grid.wishlist .product-item-info .box-tocart .field.qty {
    display: flex;
  }
  #maincontent .form-wishlist-items .products-grid.wishlist .product-item-info .box-tocart fieldset .control,
  #maincontent .form-wishlist-items .products-grid.wishlist .product-item-info .box-tocart .field.qty .control {
    margin-left: 10px;
  }
  #maincontent .form-wishlist-items .products-grid.wishlist .product-item-info .box-tocart fieldset {
    flex-direction: column;
  }
  #maincontent .form-wishlist-items .products-grid.wishlist .product-item-info .box-tocart .unavailable.stock {
    font-size: 14px;
    text-align: center;
  }
  #maincontent .form-wishlist-items .products-grid.wishlist .product-item-info .actions-primary {
    width: 100%;
  }
  #maincontent .form-wishlist-items .products-grid.wishlist .product-item-info .product-item-inner {
    display: flex;
    flex-direction: column;
    position: relative;
    box-shadow: none;
    border: none;
    margin: 0;
    padding: 0;
    padding-top: 10px;
  }
  #maincontent .form-wishlist-items .products-grid.wishlist .product-item-info .product-item-inner textarea::placeholder {
    font-size: 12px;
  }
  #maincontent .form-wishlist-items .products-grid.wishlist .product-item-info .product-item-inner button {
    font-family: 'Open Sans', sans-serif;
    height: 25px;
    padding: 0 10px;
    margin-right: 0;
    width: 100%;
  }
  #maincontent .form-wishlist-items .products-grid.wishlist .comment-box {
    margin-top: 20px;
    border-radius: 0px;
    border: 2px solid #e17c26;
    padding: 5px;
  }
  #maincontent .form-wishlist-items .products-grid.wishlist .product-item-comment {
    display: block;
    height: 30px;
    margin: 0;
    border: none;
    box-shadow: none;
    font-size: 12px;
    line-height: 15px;
  }
  #maincontent .form-wishlist-items .products-grid.wishlist .product-item-comment::placeholder {
    text-align: center;
    vertical-align: middle;
  }
  #maincontent .form-wishlist-items .products-grid.wishlist .product-item-comment::-webkit-scrollbar-track {
    background-color: transparent;
  }
  #maincontent .form-wishlist-items .products-grid.wishlist .product-item-comment::-webkit-resizer {
    display: none;
  }
  #maincontent .form-wishlist-items .products-grid.wishlist .product-item-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0px;
  }
  #maincontent .form-wishlist-items .products-grid.wishlist .product-item-actions > * {
    display: inline-flex;
  }
  #maincontent .form-wishlist-items .products-grid.wishlist .price-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
  }
  #maincontent .form-wishlist-items .products-grid.wishlist .price-container .price-excluding-tax {
    margin-top: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #808080;
  }
  #maincontent .form-wishlist-items .products-grid.wishlist .price-container .price-excluding-tax .price,
  #maincontent .form-wishlist-items .products-grid.wishlist .price-container .price-excluding-tax::before {
    font-size: 13px;
  }
  #maincontent .form-wishlist-items .products-grid.wishlist .product-item-info .box-tocart .field.qty {
    display: none;
  }
  .table-comparison .product-image-container {
    width: 100%;
  }
  .table-comparison .product-image-container .product-image-wrapper {
    width: 240px;
    height: 300px;
  }
  .table-comparison .product-image-container .product-image-wrapper .product-image-photo {
    width: auto;
    height: auto;
  }
  .table-comparison .product-item-name {
    display: block;
    margin: 15px 0;
    font-size: 13px;
    height: 34px;
  }
  .table-comparison .price {
    font-size: 1.4rem;
    font-weight: normal;
    color: #11347e;
  }
  .table-comparison .price-box .price-container .price-including-tax {
    display: flex;
    justify-content: left;
  }
  .table-comparison .price-box .price-container .price-excluding-tax {
    font-family: 'Open Sans', sans-serif;
    display: flex;
  }
  .table-comparison .price-box .price-container .price-excluding-tax::before,
  .table-comparison .price-box .price-container .price-excluding-tax .price {
    font-size: 13px;
    margin-top: 5px;
    margin-right: 5px;
    color: #808080;
  }
  .table-comparison .cell {
    padding: 10px;
  }
  .table-comparison .cell.atribute {
    font-size: 13px;
  }
  .table-comparison .cell.atribute.value {
    font-size: 15px;
  }
  .table-comparison .cell.remove {
    border-top: none;
    border-bottom: none;
  }
  .table-comparison .cell.remove .action.delete:before {
    font-size: 15px;
  }
  .table-comparison .cell .product.info,
  .table-comparison .cell .label.product {
    border-top: none;
  }
  .table-comparison .legend,
  .table-comparison .label {
    margin-top: unset;
  }
  .table-comparison .product-item-actions .actions-primary {
    margin-right: 10px;
  }
  .table-comparison .product-item-actions .actions-secondary > .action:before {
    display: contents;
  }
  .table-comparison .product-item-actions .actions-primary + .actions-secondary {
    margin-top: 0px;
  }
  .table-comparison .product-item-actions .actions-primary + .actions-secondary .action {
    line-height: unset;
    width: unset;
  }
  .table-comparison .product {
    display: table-cell;
    border-right: 1px solid #ccc;
  }
  .table-comparison .action.primary,
  .table-comparison .slider_button_zobacz {
    width: 100%;
    font-size: 14px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 600;
    line-height: 20px;
    color: #fff;
    background-color: #e17c26;
    border: 1px solid #e17c26;
    border-radius: 3px;
    text-transform: uppercase;
    padding: 7px 15px;
    margin-top: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .table-comparison .action.primary:hover,
  .table-comparison .slider_button_zobacz:hover {
    background-color: #3e7bef;
    border-color: #3e7bef;
  }
  .account .complaint-instruction,
  .account .complaint-info {
    width: 60%;
    padding: 30px 50px;
    border: 2px solid #e17c26;
    margin: 15px auto;
  }
  .account .complaint-instruction h2,
  .account .complaint-info h2 {
    font-size: 17px;
    font-weight: bold;
    line-height: 21px;
    color: #11347e;
    margin-bottom: 10px;
  }
  .account .complaint-instruction p,
  .account .complaint-info p {
    font-size: 14px;
    font-weight: normal;
    line-height: 21px;
    text-align: left;
    color: #11347e;
  }
  .account .complaint-instruction a,
  .account .complaint-info a {
    text-decoration: none;
    color: #e17c26;
    font-weight: normal;
    transition: 0.3s ease-in-out;
  }
  .account .complaint-instruction a:hover,
  .account .complaint-info a:hover {
    font-weight: bold;
  }
  .account .complaint-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .account .complaint-info p,
  .account .complaint-info a {
    text-align: center;
  }
  .account .complaint-wrapper {
    max-width: 100%;
    padding: 0;
    margin-top: 14px;
  }
  .account .complaint-wrapper .options-button-wrapper .bookmark {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 32px;
    min-width: 150px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: normal;
    font-stretch: expanded;
    transition: all 0.3s ease-in-out;
    box-shadow: none;
    border: 2px solid;
    border-radius: 0px;
    background-color: #fff;
    color: #11347e;
    border-color: #11347e;
    font-size: 14px;
    height: 40px;
    width: 49%;
    font-weight: bold !important;
  }
  .account .complaint-wrapper .options-button-wrapper .bookmark:hover {
    text-decoration: none;
  }
  .account .complaint-wrapper .options-button-wrapper .bookmark a {
    color: #11347e;
    text-decoration: none;
  }
  .account .complaint-wrapper .options-button-wrapper .bookmark:hover {
    background-color: #11347e;
    color: #f7f7f7;
  }
  .account .complaint-wrapper .options-button-wrapper .bookmark:hover a {
    color: #fff;
    text-decoration: none;
  }
  .account .complaint-wrapper .options-button-wrapper .bookmark.active {
    border: 2px solid !important;
    border-radius: 0px !important;
    border-color: #3e7bef !important;
    background-color: #3e7bef !important;
    color: #f7f7f7 !important;
  }
  .account .complaint-wrapper .options-button-wrapper .bookmark.active a {
    color: #f7f7f7 !important;
    text-decoration: none !important;
  }
  .account .complaint-wrapper .options-button-wrapper .bookmark.active:hover {
    background-color: #11347e !important;
    border-color: #3e7bef !important;
    color: #fff !important;
  }
  .account .complaint-wrapper .options-button-wrapper .bookmark.active:hover a {
    color: #fff !important;
    text-decoration: none !important;
  }
  .account .complaint-wrapper .options-button-wrapper .row:first-child {
    padding-right: 5px;
  }
  .account .complaint-wrapper .row {
    display: flex;
    justify-content: space-between;
  }
  .account .complaint-wrapper .row:first-child {
    margin-left: 0;
  }
  .account .complaint-wrapper .row:last-child {
    margin-right: 0;
  }
  .account .complaint-wrapper #complaint-comment-message {
    padding-top: 5px;
    color: red;
  }
  .account .complaint-wrapper #make-complaint-wrapper > div {
    margin: 20px 0;
  }
  .account .complaint-wrapper .bookmark {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 30px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 18px;
    color: #11347e;
    font-weight: normal;
    border-bottom: 1px solid #11347e;
    transition: 0.3s ease-in-out;
  }
  .account .complaint-wrapper .bookmark.active {
    border-bottom: 8px solid #e17c26;
    color: #e17c26;
    cursor: default;
  }
  .account .complaint-wrapper .complaint-search {
    display: flex;
  }
  .account .complaint-wrapper .complaint-search #searchProductKey,
  .account .complaint-wrapper .complaint-search #searchProductValue {
    height: 40px;
  }
  .account .complaint-wrapper button,
  .account .complaint-wrapper .button-send-complaint,
  .account .complaint-wrapper .complaint-search-button {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 32px;
    min-width: 150px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: normal;
    font-stretch: expanded;
    transition: all 0.3s ease-in-out;
    box-shadow: none;
    border: 2px solid;
    border-radius: 0px;
    border-color: #3e7bef;
    background-color: #3e7bef;
    color: #f7f7f7;
    font-size: 14px;
    height: 40px;
  }
  .account .complaint-wrapper button:hover,
  .account .complaint-wrapper .button-send-complaint:hover,
  .account .complaint-wrapper .complaint-search-button:hover {
    text-decoration: none;
  }
  .account .complaint-wrapper button a,
  .account .complaint-wrapper .button-send-complaint a,
  .account .complaint-wrapper .complaint-search-button a {
    color: #f7f7f7;
    text-decoration: none;
  }
  .account .complaint-wrapper button:hover,
  .account .complaint-wrapper .button-send-complaint:hover,
  .account .complaint-wrapper .complaint-search-button:hover {
    background-color: #11347e;
    border-color: #3e7bef;
    color: #fff;
  }
  .account .complaint-wrapper button:hover a,
  .account .complaint-wrapper .button-send-complaint:hover a,
  .account .complaint-wrapper .complaint-search-button:hover a {
    color: #fff;
    text-decoration: none;
  }
  .account .complaint-wrapper button img,
  .account .complaint-wrapper .button-send-complaint img,
  .account .complaint-wrapper .complaint-search-button img {
    height: 20px;
    width: 20px;
    margin: 0 5px;
  }
  .account .complaint-wrapper input[type="checkbox"] {
    margin-top: 0;
  }
  .account .complaint-wrapper input[type="number"] {
    line-height: 32px;
  }
  .account .complaint-wrapper input[type="radio"] {
    display: block;
  }
  .account .complaint-wrapper .comment-wrapper label {
    margin-bottom: 10px;
  }
  .account .complaint-wrapper #form-complaint-message {
    text-align: center;
  }
  .account .complaint-wrapper .header {
    margin-bottom: 20px;
  }
  .account .complaint-wrapper .header #stationary-store,
  .account .complaint-wrapper .header #magento-store {
    margin-left: 0;
  }
  .account .complaint-wrapper .header span {
    cursor: pointer;
  }
  .account .complaint-wrapper #complaint-table th,
  .account .complaint-wrapper #order-history-list th {
    background-color: #e17c26;
    color: #FFF;
    font-weight: bold;
    text-align: left;
    vertical-align: center;
    font-size: 14px;
  }
  .account .complaint-wrapper #complaint-table tr:nth-child(even),
  .account .complaint-wrapper #order-history-list tr:nth-child(even) {
    background: #fff;
  }
  .account .complaint-wrapper #complaint-table td,
  .account .complaint-wrapper #order-history-list td {
    text-align: left;
    vertical-align: center;
    border: 1px solid #f7f7f7;
    font-size: 14px;
  }
  .account .complaint-wrapper #complaint-table td.complaint-radio,
  .account .complaint-wrapper #order-history-list td.complaint-radio {
    text-align: center;
  }
  .account .complaint-wrapper #complaint-history-wrapper #complaint-history-list {
    margin-bottom: 30px;
  }
  .account .complaint-wrapper #complaint-history-wrapper #complaint-history-list li {
    line-height: 21px;
    margin-bottom: 50px;
    color: #11347e;
    font-size: 14px;
    font-weight: normal;
  }
  .account .complaint-wrapper #complaint-history-wrapper #complaint-history-list li > div {
    margin-bottom: 5px;
  }
  .account .complaint-wrapper #complaint-history-wrapper #complaint-history-list li strong {
    font-weight: bold;
  }
  .account .complaint-wrapper #complaint-history-wrapper #complaint-history-list li h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    padding-bottom: 5px;
    border-bottom: 2px solid #e17c26;
    margin-bottom: 20px;
    text-align: left;
  }
  .account .complaint-wrapper #complaint-history-wrapper #complaint-history-list li h3 {
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 20px;
    text-align: left;
  }
  .account .complaint-wrapper #complaint-pagination {
    margin: 20px 0;
    display: flex;
    justify-content: space-between;
  }
  .account .complaint-wrapper #complaint-pagination #complaint-pagination-prev {
    margin-right: auto;
  }
  .account .complaint-wrapper #complaint-pagination #complaint-pagination-next {
    margin-left: auto;
  }
  .account .complaint-wrapper #kmk-complaint-magento {
    padding: 0;
    display: inline-flex;
    flex-direction: column;
  }
  .account .complaint-wrapper #kmk-complaint-magento textarea,
  .account .complaint-wrapper #kmk-complaint-magento input,
  .account .complaint-wrapper #kmk-complaint-magento button,
  .account .complaint-wrapper #kmk-complaint-magento span {
    margin-bottom: 10px;
  }
  .account .complaint-wrapper #magento-complaint-error,
  .account .complaint-wrapper #magento-stationary-complaint-error {
    color: red;
  }
  .account .complaint-wrapper #magento-complaint-success,
  .account .complaint-wrapper #magento-stationary-complaint-success {
    color: green;
  }
  .account .complaint-wrapper #kmk-complaint-stationary {
    padding: 15px 0;
  }
  .account .complaint-wrapper #kmk-complaint-stationary h4 {
    margin: 10px 0;
  }
  .account .complaint-wrapper #kmk-complaint-stationary .add-product,
  .account .complaint-wrapper #kmk-complaint-stationary #send-stationary-complaint,
  .account .complaint-wrapper #kmk-complaint-stationary .delete-complaint-product {
    padding: 10px 20px;
    color: #fff;
    background-color: #3e7bef;
    transition: 0.3s all ease-in-out;
    margin-bottom: 30px;
    cursor: pointer;
    width: fit-content;
    border-radius: 3px;
    border: none;
    outline: none;
    box-shadow: none;
    font-weight: normal;
  }
  .account .complaint-wrapper #kmk-complaint-stationary .add-product:hover,
  .account .complaint-wrapper #kmk-complaint-stationary #send-stationary-complaint:hover,
  .account .complaint-wrapper #kmk-complaint-stationary .delete-complaint-product:hover {
    background-color: #11347e;
  }
  .account .complaint-wrapper #kmk-complaint-stationary #send-stationary-complaint {
    margin-bottom: 10px;
  }
  .account .complaint-wrapper #kmk-complaint-stationary textarea {
    margin-bottom: 30px;
    outline: none;
    box-shadow: none;
  }
  .account .complaint-wrapper #kmk-complaint-stationary .stationary-product input {
    margin-bottom: 10px;
  }
  .account .complaint-wrapper .stationary-product-counter {
    display: inline;
  }
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="tel"],
  input[type="email"],
  input[type="date"] {
    width: 100%;
    box-sizing: border-box;
    border-radius: 0px;
    border: 1px solid;
    border-color: #cccccc;
    padding: 18px 10px;
    font-family: 'Open Sans', sans-serif;
    box-shadow: none;
  }
  input[type="date"] {
    height: 32px;
    box-shadow: none;
    outline: none;
  }
  .streamsoft-preview-wrapper .streamsoft-preview-header {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 20px;
  }
  .streamsoft-preview-wrapper .streamsoft-preview-header .bookmark {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 33.333%;
    height: 30px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 18px;
    color: #11347e;
    font-weight: normal;
    border-bottom: 1px solid #11347e;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .streamsoft-preview-wrapper .streamsoft-preview-header .bookmark.active {
    border-bottom: 8px solid #e17c26;
    color: #e17c26;
    cursor: default;
  }
  .streamsoft-preview-wrapper #product-info-table,
  .streamsoft-preview-wrapper #order-list-table,
  .streamsoft-preview-wrapper #order-details-table {
    color: #11347e;
  }
  .streamsoft-preview-wrapper #product-info-table .active,
  .streamsoft-preview-wrapper #order-list-table .active,
  .streamsoft-preview-wrapper #order-details-table .active {
    color: #11347e;
  }
  .streamsoft-preview-wrapper #product-info-table .send_form,
  .streamsoft-preview-wrapper #order-list-table .send_form,
  .streamsoft-preview-wrapper #order-details-table .send_form,
  .streamsoft-preview-wrapper #product-info-table .send-form-order,
  .streamsoft-preview-wrapper #order-list-table .send-form-order,
  .streamsoft-preview-wrapper #order-details-table .send-form-order {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
  }
  .streamsoft-preview-wrapper #product-info-table .send_form label,
  .streamsoft-preview-wrapper #order-list-table .send_form label,
  .streamsoft-preview-wrapper #order-details-table .send_form label,
  .streamsoft-preview-wrapper #product-info-table .send-form-order label,
  .streamsoft-preview-wrapper #order-list-table .send-form-order label,
  .streamsoft-preview-wrapper #order-details-table .send-form-order label {
    width: 100%;
    margin-bottom: 5px;
    color: #11347e;
    text-align: center;
  }
  .streamsoft-preview-wrapper #product-info-table .send_form button,
  .streamsoft-preview-wrapper #order-list-table .send_form button,
  .streamsoft-preview-wrapper #order-details-table .send_form button,
  .streamsoft-preview-wrapper #product-info-table .send-form-order button,
  .streamsoft-preview-wrapper #order-list-table .send-form-order button,
  .streamsoft-preview-wrapper #order-details-table .send-form-order button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 5px 15px;
    background-color: #5ac0ff;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-size: 13px !important;
    margin-right: 10px;
    text-decoration: none;
    font-weight: unset;
    text-align: center;
    border: none;
    height: 32px;
    min-width: 60px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .streamsoft-preview-wrapper #product-info-table input[type=text],
  .streamsoft-preview-wrapper #order-list-table input[type=text],
  .streamsoft-preview-wrapper #order-details-table input[type=text] {
    width: 40%;
    margin-bottom: 5px;
    padding: 5px 10px;
    box-sizing: border-box !important;
    height: 32px;
    margin-top: 5px;
    margin-right: 10px;
  }
  .streamsoft-preview-wrapper #product-info-table table,
  .streamsoft-preview-wrapper #order-list-table table,
  .streamsoft-preview-wrapper #order-details-table table {
    font-family: 'Open Sans', sans-serif;
    color: #11347e;
    font-size: 13px;
    border-collapse: collapse;
    width: 60%;
    margin: auto;
  }
  .streamsoft-preview-wrapper #product-info-table table td,
  .streamsoft-preview-wrapper #order-list-table table td,
  .streamsoft-preview-wrapper #order-details-table table td,
  .streamsoft-preview-wrapper #product-info-table table th,
  .streamsoft-preview-wrapper #order-list-table table th,
  .streamsoft-preview-wrapper #order-details-table table th {
    border: 1px solid #ddd;
    padding: 8px;
  }
  .streamsoft-preview-wrapper #product-info-table table tr:nth-child(even),
  .streamsoft-preview-wrapper #order-list-table table tr:nth-child(even),
  .streamsoft-preview-wrapper #order-details-table table tr:nth-child(even) {
    background-color: #f2f2f2;
  }
  .streamsoft-preview-wrapper #product-info-table table tr:hover,
  .streamsoft-preview-wrapper #order-list-table table tr:hover,
  .streamsoft-preview-wrapper #order-details-table table tr:hover {
    background-color: #ddd;
  }
  .streamsoft-preview-wrapper #product-info-table table td:first-child,
  .streamsoft-preview-wrapper #order-list-table table td:first-child,
  .streamsoft-preview-wrapper #order-details-table table td:first-child {
    width: 20%;
  }
  .streamsoft-preview-wrapper #product-info-table table th,
  .streamsoft-preview-wrapper #order-list-table table th,
  .streamsoft-preview-wrapper #order-details-table table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    font-size: 13px;
    font-weight: bold;
    background-color: #e17c26;
    color: white;
  }
  .streamsoft-preview-wrapper #product-info-table .send_button,
  .streamsoft-preview-wrapper #order-list-table .send_button,
  .streamsoft-preview-wrapper #order-details-table .send_button {
    padding: 5px;
    font-size: 12px;
  }
  .streamsoft-preview-wrapper #product-info-table .send_button:hover,
  .streamsoft-preview-wrapper #order-list-table .send_button:hover,
  .streamsoft-preview-wrapper #order-details-table .send_button:hover {
    cursor: pointer;
  }
  #button-gus-wrapper {
    display: flex;
    width: 100%;
    padding: 15px 0;
    justify-content: center;
    align-items: center;
  }
  #button-gus-wrapper #button-gus {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 32px;
    min-width: 150px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: normal;
    font-stretch: expanded;
    transition: all 0.3s ease-in-out;
    box-shadow: none;
    border: 2px solid;
    border-radius: 0px;
    border-color: #3e7bef;
    background-color: #3e7bef;
    color: #f7f7f7;
    max-width: 240px;
    cursor: pointer;
  }
  #button-gus-wrapper #button-gus:hover {
    text-decoration: none;
  }
  #button-gus-wrapper #button-gus a {
    color: #f7f7f7;
    text-decoration: none;
  }
  #button-gus-wrapper #button-gus:hover {
    background-color: #11347e;
    border-color: #3e7bef;
    color: #fff;
  }
  #button-gus-wrapper #button-gus:hover a {
    color: #fff;
    text-decoration: none;
  }
  #button-gus-wrapper .fail {
    border: 2px solid #f20000 !important;
    background-color: #fff !important;
    color: #f20000 !important;
  }
  #gus_data_pop-up,
  #gus_data_pop-up_fail {
    display: none;
    width: 40%;
    margin: 0 auto;
    padding: 50px;
    background-color: #fff;
    border: 2px solid #e17c26;
    position: fixed;
    top: 30%;
    left: 30%;
    z-index: 100;
  }
  #gus_data_pop-up .gus_data_pop-up_content,
  #gus_data_pop-up_fail .gus_data_pop-up_content {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-weight: normal;
    line-height: 21px;
    color: #11347e;
  }
  #gus_data_pop-up .gus_data_pop-up_content .gus_info,
  #gus_data_pop-up_fail .gus_data_pop-up_content .gus_info {
    margin-bottom: 10px;
    font-size: 17px;
  }
  #gus_data_pop-up .gus_data_pop-up_content p,
  #gus_data_pop-up_fail .gus_data_pop-up_content p {
    display: flex;
  }
  #gus_data_pop-up .gus_data_pop-up_content p span,
  #gus_data_pop-up_fail .gus_data_pop-up_content p span {
    margin-bottom: 5px;
    margin-left: 5px;
    font-weight: bold;
    font-size: 14px;
  }
  #gus_data_pop-up .actions-toolbar,
  #gus_data_pop-up_fail .actions-toolbar {
    justify-content: center;
    display: flex;
    margin-top: 20px;
  }
  #gus_data_pop-up .actions-toolbar #yes-btn,
  #gus_data_pop-up_fail .actions-toolbar #yes-btn,
  #gus_data_pop-up .actions-toolbar #ok-gus-btn,
  #gus_data_pop-up_fail .actions-toolbar #ok-gus-btn {
    height: 40px;
    border-radius: 3px;
    font-size: 13px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    background: #e17c26;
    color: #fff;
    margin: 0 15px 0 0;
    border: 2px solid #e17c26;
    box-shadow: none;
    padding: 5px 15px;
    min-width: 100px;
    transition: all 0.3s ease-in-out;
  }
  #gus_data_pop-up .actions-toolbar #yes-btn:hover,
  #gus_data_pop-up_fail .actions-toolbar #yes-btn:hover,
  #gus_data_pop-up .actions-toolbar #ok-gus-btn:hover,
  #gus_data_pop-up_fail .actions-toolbar #ok-gus-btn:hover {
    font-weight: bold;
  }
  #gus_data_pop-up .actions-toolbar #no-btn,
  #gus_data_pop-up_fail .actions-toolbar #no-btn {
    height: 40px;
    border-radius: 3px;
    font-size: 13px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    background: #fff;
    color: #11347e;
    margin: 0 15px 0 0;
    border: 2px solid #11347e;
    box-shadow: none;
    padding: 5px 15px;
    min-width: 100px;
    transition: all 0.3s ease-in-out;
  }
  #gus_data_pop-up .actions-toolbar #no-btn:hover,
  #gus_data_pop-up_fail .actions-toolbar #no-btn:hover {
    font-weight: bold;
    color: white;
    background-color: #e17c26;
    border: 2px solid #e17c26;
  }
  .cart-offer-prepare h2 {
    font-size: 19px;
    line-height: 27px;
    margin-bottom: 10px;
  }
  .cart-offer-prepare table {
    font-family: 'Open Sans', sans-serif;
    border-collapse: collapse;
    width: 100%;
  }
  .cart-offer-prepare table td,
  .cart-offer-prepare table th {
    border: 1px solid #ddd;
    padding: 8px;
    vertical-align: middle;
  }
  .cart-offer-prepare table tr:nth-child(even) {
    background-color: #f2f2f2;
  }
  .cart-offer-prepare table tr:hover {
    background-color: #ddd;
  }
  .cart-offer-prepare table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #e17c26;
    color: white;
    font-weight: 700;
  }
  .cart-offer-prepare table td {
    text-align: right;
  }
  .cart-offer-prepare table td input {
    max-width: 80px;
  }
  .cart-offer-prepare table td.name,
  .cart-offer-prepare table td.id {
    text-align: left;
  }
  .cart-offer-prepare table #order-list-sum-row .hidden-cell {
    background-color: #fff;
    border: none;
  }
  .cart-offer-prepare .offer-button-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px 0;
  }
  .cart-offer-prepare .offer-button-container #offer_btn_send {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 32px;
    min-width: 150px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: normal;
    font-stretch: expanded;
    transition: all 0.3s ease-in-out;
    box-shadow: none;
    border: 2px solid;
    border-radius: 0px;
    border-color: #3e7bef;
    background-color: #3e7bef;
    color: #f7f7f7;
  }
  .cart-offer-prepare .offer-button-container #offer_btn_send:hover {
    text-decoration: none;
  }
  .cart-offer-prepare .offer-button-container #offer_btn_send a {
    color: #f7f7f7;
    text-decoration: none;
  }
  .cart-offer-prepare .offer-button-container #offer_btn_send:hover {
    background-color: #11347e;
    border-color: #3e7bef;
    color: #fff;
  }
  .cart-offer-prepare .offer-button-container #offer_btn_send:hover a {
    color: #fff;
    text-decoration: none;
  }
  .cart-offer-prepare .customer-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .cart-offer-prepare .customer-container .customer_comment_wrapper {
    width: 30%;
  }
  .cart-offer-prepare .customer-container .customer_comment_wrapper label {
    font-size: 18px;
    line-height: 1.2;
    font-weight: bold;
    border-bottom: 1px solid #e17c26;
    width: 100%;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
  .cart-offer-prepare .customer-container .customer_billing_data,
  .cart-offer-prepare .customer-container .customer_shipping_data {
    max-width: 30%;
  }
  .cart-offer-prepare .customer-container .customer_billing_data p,
  .cart-offer-prepare .customer-container .customer_shipping_data p {
    line-height: 1.4;
  }
  .cart-offer-prepare .customer-container .customer_billing_data .address-title,
  .cart-offer-prepare .customer-container .customer_shipping_data .address-title {
    font-size: 18px;
    line-height: 1.2;
    font-weight: bold;
    border-bottom: 1px solid #e17c26;
    width: 100%;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
  .offer_cancel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
  }
  .offer_cancel-container #offer_cancel {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 32px;
    min-width: 150px;
    padding: 10px 20px;
    font-size: 13px;
    font-weight: normal;
    font-stretch: expanded;
    transition: all 0.3s ease-in-out;
    box-shadow: none;
    border: 2px solid;
    border-radius: 0px;
    background-color: #fff;
    color: #11347e;
    border-color: #11347e;
    width: 100%;
    text-transform: uppercase;
  }
  .offer_cancel-container #offer_cancel:hover {
    text-decoration: none;
  }
  .offer_cancel-container #offer_cancel a {
    color: #11347e;
    text-decoration: none;
  }
  .offer_cancel-container #offer_cancel:hover {
    background-color: #11347e;
    color: #f7f7f7;
  }
  .offer_cancel-container #offer_cancel:hover a {
    color: #fff;
    text-decoration: none;
  }
  #offer_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 32px;
    min-width: 150px;
    padding: 10px 20px;
    font-size: 13px;
    font-weight: normal;
    font-stretch: expanded;
    transition: all 0.3s ease-in-out;
    box-shadow: none;
    border: 2px solid;
    border-radius: 0px;
    border-color: #3e7bef;
    background-color: #3e7bef;
    color: #f7f7f7;
    text-transform: uppercase;
  }
  #offer_btn:hover {
    text-decoration: none;
  }
  #offer_btn a {
    color: #f7f7f7;
    text-decoration: none;
  }
  #offer_btn:hover {
    background-color: #11347e;
    border-color: #3e7bef;
    color: #fff;
  }
  #offer_btn:hover a {
    color: #fff;
    text-decoration: none;
  }
  #modal-product-size,
  #modal-oversize-product-popup,
  #modal-business-terms-popup,
  #modal-offer-popup,
  #offer-info,
  #modal-popup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1001;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(8px);
  }
  #modal-product-size .modal-product-size-info,
  #modal-oversize-product-popup .modal-product-size-info,
  #modal-business-terms-popup .modal-product-size-info,
  #modal-offer-popup .modal-product-size-info,
  #offer-info .modal-product-size-info,
  #modal-popup .modal-product-size-info,
  #modal-product-size .modal-info-wrapper,
  #modal-oversize-product-popup .modal-info-wrapper,
  #modal-business-terms-popup .modal-info-wrapper,
  #modal-offer-popup .modal-info-wrapper,
  #offer-info .modal-info-wrapper,
  #modal-popup .modal-info-wrapper {
    position: fixed;
    top: 30%;
    width: 60%;
    left: 20%;
    background-color: #e17c26;
    color: #fff;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1002;
  }
  #modal-product-size .modal-product-size-info .product-size-label,
  #modal-oversize-product-popup .modal-product-size-info .product-size-label,
  #modal-business-terms-popup .modal-product-size-info .product-size-label,
  #modal-offer-popup .modal-product-size-info .product-size-label,
  #offer-info .modal-product-size-info .product-size-label,
  #modal-popup .modal-product-size-info .product-size-label,
  #modal-product-size .modal-info-wrapper .product-size-label,
  #modal-oversize-product-popup .modal-info-wrapper .product-size-label,
  #modal-business-terms-popup .modal-info-wrapper .product-size-label,
  #modal-offer-popup .modal-info-wrapper .product-size-label,
  #offer-info .modal-info-wrapper .product-size-label,
  #modal-popup .modal-info-wrapper .product-size-label,
  #modal-product-size .modal-product-size-info .modal-label,
  #modal-oversize-product-popup .modal-product-size-info .modal-label,
  #modal-business-terms-popup .modal-product-size-info .modal-label,
  #modal-offer-popup .modal-product-size-info .modal-label,
  #offer-info .modal-product-size-info .modal-label,
  #modal-popup .modal-product-size-info .modal-label,
  #modal-product-size .modal-info-wrapper .modal-label,
  #modal-oversize-product-popup .modal-info-wrapper .modal-label,
  #modal-business-terms-popup .modal-info-wrapper .modal-label,
  #modal-offer-popup .modal-info-wrapper .modal-label,
  #offer-info .modal-info-wrapper .modal-label,
  #modal-popup .modal-info-wrapper .modal-label {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
  }
  #modal-product-size .modal-product-size-info .product-size-content,
  #modal-oversize-product-popup .modal-product-size-info .product-size-content,
  #modal-business-terms-popup .modal-product-size-info .product-size-content,
  #modal-offer-popup .modal-product-size-info .product-size-content,
  #offer-info .modal-product-size-info .product-size-content,
  #modal-popup .modal-product-size-info .product-size-content,
  #modal-product-size .modal-info-wrapper .product-size-content,
  #modal-oversize-product-popup .modal-info-wrapper .product-size-content,
  #modal-business-terms-popup .modal-info-wrapper .product-size-content,
  #modal-offer-popup .modal-info-wrapper .product-size-content,
  #offer-info .modal-info-wrapper .product-size-content,
  #modal-popup .modal-info-wrapper .product-size-content,
  #modal-product-size .modal-product-size-info .modal-content,
  #modal-oversize-product-popup .modal-product-size-info .modal-content,
  #modal-business-terms-popup .modal-product-size-info .modal-content,
  #modal-offer-popup .modal-product-size-info .modal-content,
  #offer-info .modal-product-size-info .modal-content,
  #modal-popup .modal-product-size-info .modal-content,
  #modal-product-size .modal-info-wrapper .modal-content,
  #modal-oversize-product-popup .modal-info-wrapper .modal-content,
  #modal-business-terms-popup .modal-info-wrapper .modal-content,
  #modal-offer-popup .modal-info-wrapper .modal-content,
  #offer-info .modal-info-wrapper .modal-content,
  #modal-popup .modal-info-wrapper .modal-content {
    font-size: 14px;
    line-height: 21px;
    font-weight: normal;
    margin-bottom: 20px;
    text-align: left;
    color: #fff;
  }
  #modal-product-size .modal-product-size-info .product-size-content p,
  #modal-oversize-product-popup .modal-product-size-info .product-size-content p,
  #modal-business-terms-popup .modal-product-size-info .product-size-content p,
  #modal-offer-popup .modal-product-size-info .product-size-content p,
  #offer-info .modal-product-size-info .product-size-content p,
  #modal-popup .modal-product-size-info .product-size-content p,
  #modal-product-size .modal-info-wrapper .product-size-content p,
  #modal-oversize-product-popup .modal-info-wrapper .product-size-content p,
  #modal-business-terms-popup .modal-info-wrapper .product-size-content p,
  #modal-offer-popup .modal-info-wrapper .product-size-content p,
  #offer-info .modal-info-wrapper .product-size-content p,
  #modal-popup .modal-info-wrapper .product-size-content p,
  #modal-product-size .modal-product-size-info .modal-content p,
  #modal-oversize-product-popup .modal-product-size-info .modal-content p,
  #modal-business-terms-popup .modal-product-size-info .modal-content p,
  #modal-offer-popup .modal-product-size-info .modal-content p,
  #offer-info .modal-product-size-info .modal-content p,
  #modal-popup .modal-product-size-info .modal-content p,
  #modal-product-size .modal-info-wrapper .modal-content p,
  #modal-oversize-product-popup .modal-info-wrapper .modal-content p,
  #modal-business-terms-popup .modal-info-wrapper .modal-content p,
  #modal-offer-popup .modal-info-wrapper .modal-content p,
  #offer-info .modal-info-wrapper .modal-content p,
  #modal-popup .modal-info-wrapper .modal-content p,
  #modal-product-size .modal-product-size-info .product-size-content li,
  #modal-oversize-product-popup .modal-product-size-info .product-size-content li,
  #modal-business-terms-popup .modal-product-size-info .product-size-content li,
  #modal-offer-popup .modal-product-size-info .product-size-content li,
  #offer-info .modal-product-size-info .product-size-content li,
  #modal-popup .modal-product-size-info .product-size-content li,
  #modal-product-size .modal-info-wrapper .product-size-content li,
  #modal-oversize-product-popup .modal-info-wrapper .product-size-content li,
  #modal-business-terms-popup .modal-info-wrapper .product-size-content li,
  #modal-offer-popup .modal-info-wrapper .product-size-content li,
  #offer-info .modal-info-wrapper .product-size-content li,
  #modal-popup .modal-info-wrapper .product-size-content li,
  #modal-product-size .modal-product-size-info .modal-content li,
  #modal-oversize-product-popup .modal-product-size-info .modal-content li,
  #modal-business-terms-popup .modal-product-size-info .modal-content li,
  #modal-offer-popup .modal-product-size-info .modal-content li,
  #offer-info .modal-product-size-info .modal-content li,
  #modal-popup .modal-product-size-info .modal-content li,
  #modal-product-size .modal-info-wrapper .modal-content li,
  #modal-oversize-product-popup .modal-info-wrapper .modal-content li,
  #modal-business-terms-popup .modal-info-wrapper .modal-content li,
  #modal-offer-popup .modal-info-wrapper .modal-content li,
  #offer-info .modal-info-wrapper .modal-content li,
  #modal-popup .modal-info-wrapper .modal-content li {
    line-height: 25px;
    text-align: left;
  }
  #modal-product-size .modal-product-size-info .product-size-content h1,
  #modal-oversize-product-popup .modal-product-size-info .product-size-content h1,
  #modal-business-terms-popup .modal-product-size-info .product-size-content h1,
  #modal-offer-popup .modal-product-size-info .product-size-content h1,
  #offer-info .modal-product-size-info .product-size-content h1,
  #modal-popup .modal-product-size-info .product-size-content h1,
  #modal-product-size .modal-info-wrapper .product-size-content h1,
  #modal-oversize-product-popup .modal-info-wrapper .product-size-content h1,
  #modal-business-terms-popup .modal-info-wrapper .product-size-content h1,
  #modal-offer-popup .modal-info-wrapper .product-size-content h1,
  #offer-info .modal-info-wrapper .product-size-content h1,
  #modal-popup .modal-info-wrapper .product-size-content h1,
  #modal-product-size .modal-product-size-info .modal-content h1,
  #modal-oversize-product-popup .modal-product-size-info .modal-content h1,
  #modal-business-terms-popup .modal-product-size-info .modal-content h1,
  #modal-offer-popup .modal-product-size-info .modal-content h1,
  #offer-info .modal-product-size-info .modal-content h1,
  #modal-popup .modal-product-size-info .modal-content h1,
  #modal-product-size .modal-info-wrapper .modal-content h1,
  #modal-oversize-product-popup .modal-info-wrapper .modal-content h1,
  #modal-business-terms-popup .modal-info-wrapper .modal-content h1,
  #modal-offer-popup .modal-info-wrapper .modal-content h1,
  #offer-info .modal-info-wrapper .modal-content h1,
  #modal-popup .modal-info-wrapper .modal-content h1 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
  }
  #modal-product-size .modal-product-size-info .product-size-content h3,
  #modal-oversize-product-popup .modal-product-size-info .product-size-content h3,
  #modal-business-terms-popup .modal-product-size-info .product-size-content h3,
  #modal-offer-popup .modal-product-size-info .product-size-content h3,
  #offer-info .modal-product-size-info .product-size-content h3,
  #modal-popup .modal-product-size-info .product-size-content h3,
  #modal-product-size .modal-info-wrapper .product-size-content h3,
  #modal-oversize-product-popup .modal-info-wrapper .product-size-content h3,
  #modal-business-terms-popup .modal-info-wrapper .product-size-content h3,
  #modal-offer-popup .modal-info-wrapper .product-size-content h3,
  #offer-info .modal-info-wrapper .product-size-content h3,
  #modal-popup .modal-info-wrapper .product-size-content h3,
  #modal-product-size .modal-product-size-info .modal-content h3,
  #modal-oversize-product-popup .modal-product-size-info .modal-content h3,
  #modal-business-terms-popup .modal-product-size-info .modal-content h3,
  #modal-offer-popup .modal-product-size-info .modal-content h3,
  #offer-info .modal-product-size-info .modal-content h3,
  #modal-popup .modal-product-size-info .modal-content h3,
  #modal-product-size .modal-info-wrapper .modal-content h3,
  #modal-oversize-product-popup .modal-info-wrapper .modal-content h3,
  #modal-business-terms-popup .modal-info-wrapper .modal-content h3,
  #modal-offer-popup .modal-info-wrapper .modal-content h3,
  #offer-info .modal-info-wrapper .modal-content h3,
  #modal-popup .modal-info-wrapper .modal-content h3 {
    font-size: 20px;
    font-weight: bold;
    text-align: left;
  }
  #modal-product-size .modal-product-size-info .product-size-content h4,
  #modal-oversize-product-popup .modal-product-size-info .product-size-content h4,
  #modal-business-terms-popup .modal-product-size-info .product-size-content h4,
  #modal-offer-popup .modal-product-size-info .product-size-content h4,
  #offer-info .modal-product-size-info .product-size-content h4,
  #modal-popup .modal-product-size-info .product-size-content h4,
  #modal-product-size .modal-info-wrapper .product-size-content h4,
  #modal-oversize-product-popup .modal-info-wrapper .product-size-content h4,
  #modal-business-terms-popup .modal-info-wrapper .product-size-content h4,
  #modal-offer-popup .modal-info-wrapper .product-size-content h4,
  #offer-info .modal-info-wrapper .product-size-content h4,
  #modal-popup .modal-info-wrapper .product-size-content h4,
  #modal-product-size .modal-product-size-info .modal-content h4,
  #modal-oversize-product-popup .modal-product-size-info .modal-content h4,
  #modal-business-terms-popup .modal-product-size-info .modal-content h4,
  #modal-offer-popup .modal-product-size-info .modal-content h4,
  #offer-info .modal-product-size-info .modal-content h4,
  #modal-popup .modal-product-size-info .modal-content h4,
  #modal-product-size .modal-info-wrapper .modal-content h4,
  #modal-oversize-product-popup .modal-info-wrapper .modal-content h4,
  #modal-business-terms-popup .modal-info-wrapper .modal-content h4,
  #modal-offer-popup .modal-info-wrapper .modal-content h4,
  #offer-info .modal-info-wrapper .modal-content h4,
  #modal-popup .modal-info-wrapper .modal-content h4 {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left;
  }
  #modal-product-size .modal-product-size-info .product-size-content h5,
  #modal-oversize-product-popup .modal-product-size-info .product-size-content h5,
  #modal-business-terms-popup .modal-product-size-info .product-size-content h5,
  #modal-offer-popup .modal-product-size-info .product-size-content h5,
  #offer-info .modal-product-size-info .product-size-content h5,
  #modal-popup .modal-product-size-info .product-size-content h5,
  #modal-product-size .modal-info-wrapper .product-size-content h5,
  #modal-oversize-product-popup .modal-info-wrapper .product-size-content h5,
  #modal-business-terms-popup .modal-info-wrapper .product-size-content h5,
  #modal-offer-popup .modal-info-wrapper .product-size-content h5,
  #offer-info .modal-info-wrapper .product-size-content h5,
  #modal-popup .modal-info-wrapper .product-size-content h5,
  #modal-product-size .modal-product-size-info .modal-content h5,
  #modal-oversize-product-popup .modal-product-size-info .modal-content h5,
  #modal-business-terms-popup .modal-product-size-info .modal-content h5,
  #modal-offer-popup .modal-product-size-info .modal-content h5,
  #offer-info .modal-product-size-info .modal-content h5,
  #modal-popup .modal-product-size-info .modal-content h5,
  #modal-product-size .modal-info-wrapper .modal-content h5,
  #modal-oversize-product-popup .modal-info-wrapper .modal-content h5,
  #modal-business-terms-popup .modal-info-wrapper .modal-content h5,
  #modal-offer-popup .modal-info-wrapper .modal-content h5,
  #offer-info .modal-info-wrapper .modal-content h5,
  #modal-popup .modal-info-wrapper .modal-content h5 {
    margin-top: 20px;
    font-weight: bold;
    text-align: left;
  }
  #modal-product-size .modal-product-size-info .product-size-content strong,
  #modal-oversize-product-popup .modal-product-size-info .product-size-content strong,
  #modal-business-terms-popup .modal-product-size-info .product-size-content strong,
  #modal-offer-popup .modal-product-size-info .product-size-content strong,
  #offer-info .modal-product-size-info .product-size-content strong,
  #modal-popup .modal-product-size-info .product-size-content strong,
  #modal-product-size .modal-info-wrapper .product-size-content strong,
  #modal-oversize-product-popup .modal-info-wrapper .product-size-content strong,
  #modal-business-terms-popup .modal-info-wrapper .product-size-content strong,
  #modal-offer-popup .modal-info-wrapper .product-size-content strong,
  #offer-info .modal-info-wrapper .product-size-content strong,
  #modal-popup .modal-info-wrapper .product-size-content strong,
  #modal-product-size .modal-product-size-info .modal-content strong,
  #modal-oversize-product-popup .modal-product-size-info .modal-content strong,
  #modal-business-terms-popup .modal-product-size-info .modal-content strong,
  #modal-offer-popup .modal-product-size-info .modal-content strong,
  #offer-info .modal-product-size-info .modal-content strong,
  #modal-popup .modal-product-size-info .modal-content strong,
  #modal-product-size .modal-info-wrapper .modal-content strong,
  #modal-oversize-product-popup .modal-info-wrapper .modal-content strong,
  #modal-business-terms-popup .modal-info-wrapper .modal-content strong,
  #modal-offer-popup .modal-info-wrapper .modal-content strong,
  #offer-info .modal-info-wrapper .modal-content strong,
  #modal-popup .modal-info-wrapper .modal-content strong {
    font-weight: bold;
  }
  #modal-product-size .modal-product-size-info .product-size-content i,
  #modal-oversize-product-popup .modal-product-size-info .product-size-content i,
  #modal-business-terms-popup .modal-product-size-info .product-size-content i,
  #modal-offer-popup .modal-product-size-info .product-size-content i,
  #offer-info .modal-product-size-info .product-size-content i,
  #modal-popup .modal-product-size-info .product-size-content i,
  #modal-product-size .modal-info-wrapper .product-size-content i,
  #modal-oversize-product-popup .modal-info-wrapper .product-size-content i,
  #modal-business-terms-popup .modal-info-wrapper .product-size-content i,
  #modal-offer-popup .modal-info-wrapper .product-size-content i,
  #offer-info .modal-info-wrapper .product-size-content i,
  #modal-popup .modal-info-wrapper .product-size-content i,
  #modal-product-size .modal-product-size-info .modal-content i,
  #modal-oversize-product-popup .modal-product-size-info .modal-content i,
  #modal-business-terms-popup .modal-product-size-info .modal-content i,
  #modal-offer-popup .modal-product-size-info .modal-content i,
  #offer-info .modal-product-size-info .modal-content i,
  #modal-popup .modal-product-size-info .modal-content i,
  #modal-product-size .modal-info-wrapper .modal-content i,
  #modal-oversize-product-popup .modal-info-wrapper .modal-content i,
  #modal-business-terms-popup .modal-info-wrapper .modal-content i,
  #modal-offer-popup .modal-info-wrapper .modal-content i,
  #offer-info .modal-info-wrapper .modal-content i,
  #modal-popup .modal-info-wrapper .modal-content i {
    font-style: italic;
  }
  #modal-product-size .modal-product-size-info .product-size-name,
  #modal-oversize-product-popup .modal-product-size-info .product-size-name,
  #modal-business-terms-popup .modal-product-size-info .product-size-name,
  #modal-offer-popup .modal-product-size-info .product-size-name,
  #offer-info .modal-product-size-info .product-size-name,
  #modal-popup .modal-product-size-info .product-size-name,
  #modal-product-size .modal-info-wrapper .product-size-name,
  #modal-oversize-product-popup .modal-info-wrapper .product-size-name,
  #modal-business-terms-popup .modal-info-wrapper .product-size-name,
  #modal-offer-popup .modal-info-wrapper .product-size-name,
  #offer-info .modal-info-wrapper .product-size-name,
  #modal-popup .modal-info-wrapper .product-size-name {
    font-weight: bold;
  }
  #modal-product-size .modal-product-size-info .button-wrapper,
  #modal-oversize-product-popup .modal-product-size-info .button-wrapper,
  #modal-business-terms-popup .modal-product-size-info .button-wrapper,
  #modal-offer-popup .modal-product-size-info .button-wrapper,
  #offer-info .modal-product-size-info .button-wrapper,
  #modal-popup .modal-product-size-info .button-wrapper,
  #modal-product-size .modal-info-wrapper .button-wrapper,
  #modal-oversize-product-popup .modal-info-wrapper .button-wrapper,
  #modal-business-terms-popup .modal-info-wrapper .button-wrapper,
  #modal-offer-popup .modal-info-wrapper .button-wrapper,
  #offer-info .modal-info-wrapper .button-wrapper,
  #modal-popup .modal-info-wrapper .button-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
  }
  #modal-product-size .modal-product-size-info .button-wrapper button:first-child,
  #modal-oversize-product-popup .modal-product-size-info .button-wrapper button:first-child,
  #modal-business-terms-popup .modal-product-size-info .button-wrapper button:first-child,
  #modal-offer-popup .modal-product-size-info .button-wrapper button:first-child,
  #offer-info .modal-product-size-info .button-wrapper button:first-child,
  #modal-popup .modal-product-size-info .button-wrapper button:first-child,
  #modal-product-size .modal-info-wrapper .button-wrapper button:first-child,
  #modal-oversize-product-popup .modal-info-wrapper .button-wrapper button:first-child,
  #modal-business-terms-popup .modal-info-wrapper .button-wrapper button:first-child,
  #modal-offer-popup .modal-info-wrapper .button-wrapper button:first-child,
  #offer-info .modal-info-wrapper .button-wrapper button:first-child,
  #modal-popup .modal-info-wrapper .button-wrapper button:first-child {
    margin-right: 10px;
  }
  #modal-product-size .modal-product-size-info #action-ok,
  #modal-oversize-product-popup .modal-product-size-info #action-ok,
  #modal-business-terms-popup .modal-product-size-info #action-ok,
  #modal-offer-popup .modal-product-size-info #action-ok,
  #offer-info .modal-product-size-info #action-ok,
  #modal-popup .modal-product-size-info #action-ok,
  #modal-product-size .modal-info-wrapper #action-ok,
  #modal-oversize-product-popup .modal-info-wrapper #action-ok,
  #modal-business-terms-popup .modal-info-wrapper #action-ok,
  #modal-offer-popup .modal-info-wrapper #action-ok,
  #offer-info .modal-info-wrapper #action-ok,
  #modal-popup .modal-info-wrapper #action-ok,
  #modal-product-size .modal-product-size-info #action-accept,
  #modal-oversize-product-popup .modal-product-size-info #action-accept,
  #modal-business-terms-popup .modal-product-size-info #action-accept,
  #modal-offer-popup .modal-product-size-info #action-accept,
  #offer-info .modal-product-size-info #action-accept,
  #modal-popup .modal-product-size-info #action-accept,
  #modal-product-size .modal-info-wrapper #action-accept,
  #modal-oversize-product-popup .modal-info-wrapper #action-accept,
  #modal-business-terms-popup .modal-info-wrapper #action-accept,
  #modal-offer-popup .modal-info-wrapper #action-accept,
  #offer-info .modal-info-wrapper #action-accept,
  #modal-popup .modal-info-wrapper #action-accept,
  #modal-product-size .modal-product-size-info .action-button,
  #modal-oversize-product-popup .modal-product-size-info .action-button,
  #modal-business-terms-popup .modal-product-size-info .action-button,
  #modal-offer-popup .modal-product-size-info .action-button,
  #offer-info .modal-product-size-info .action-button,
  #modal-popup .modal-product-size-info .action-button,
  #modal-product-size .modal-info-wrapper .action-button,
  #modal-oversize-product-popup .modal-info-wrapper .action-button,
  #modal-business-terms-popup .modal-info-wrapper .action-button,
  #modal-offer-popup .modal-info-wrapper .action-button,
  #offer-info .modal-info-wrapper .action-button,
  #modal-popup .modal-info-wrapper .action-button {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    color: #e17c26;
    border: 2px solid #fff;
    border-radius: 0px;
    font-size: 12px;
    padding: 0 20px;
    height: 40px;
    box-shadow: none;
    min-width: 120px;
    width: fit-content;
    width: -moz-fit-content;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  #modal-product-size .modal-product-size-info #action-ok:hover,
  #modal-oversize-product-popup .modal-product-size-info #action-ok:hover,
  #modal-business-terms-popup .modal-product-size-info #action-ok:hover,
  #modal-offer-popup .modal-product-size-info #action-ok:hover,
  #offer-info .modal-product-size-info #action-ok:hover,
  #modal-popup .modal-product-size-info #action-ok:hover,
  #modal-product-size .modal-info-wrapper #action-ok:hover,
  #modal-oversize-product-popup .modal-info-wrapper #action-ok:hover,
  #modal-business-terms-popup .modal-info-wrapper #action-ok:hover,
  #modal-offer-popup .modal-info-wrapper #action-ok:hover,
  #offer-info .modal-info-wrapper #action-ok:hover,
  #modal-popup .modal-info-wrapper #action-ok:hover,
  #modal-product-size .modal-product-size-info #action-accept:hover,
  #modal-oversize-product-popup .modal-product-size-info #action-accept:hover,
  #modal-business-terms-popup .modal-product-size-info #action-accept:hover,
  #modal-offer-popup .modal-product-size-info #action-accept:hover,
  #offer-info .modal-product-size-info #action-accept:hover,
  #modal-popup .modal-product-size-info #action-accept:hover,
  #modal-product-size .modal-info-wrapper #action-accept:hover,
  #modal-oversize-product-popup .modal-info-wrapper #action-accept:hover,
  #modal-business-terms-popup .modal-info-wrapper #action-accept:hover,
  #modal-offer-popup .modal-info-wrapper #action-accept:hover,
  #offer-info .modal-info-wrapper #action-accept:hover,
  #modal-popup .modal-info-wrapper #action-accept:hover,
  #modal-product-size .modal-product-size-info .action-button:hover,
  #modal-oversize-product-popup .modal-product-size-info .action-button:hover,
  #modal-business-terms-popup .modal-product-size-info .action-button:hover,
  #modal-offer-popup .modal-product-size-info .action-button:hover,
  #offer-info .modal-product-size-info .action-button:hover,
  #modal-popup .modal-product-size-info .action-button:hover,
  #modal-product-size .modal-info-wrapper .action-button:hover,
  #modal-oversize-product-popup .modal-info-wrapper .action-button:hover,
  #modal-business-terms-popup .modal-info-wrapper .action-button:hover,
  #modal-offer-popup .modal-info-wrapper .action-button:hover,
  #offer-info .modal-info-wrapper .action-button:hover,
  #modal-popup .modal-info-wrapper .action-button:hover {
    background-color: transparent;
    color: #fff;
  }
  .manufacturer-page-wrapper .header-wrapper {
    display: flex;
    flex-direction: column;
  }
  .manufacturer-page-wrapper .header-wrapper .first-row {
    width: 100%;
    height: 150px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #e17c26;
  }
  .manufacturer-page-wrapper .header-wrapper .first-row h1 {
    margin-bottom: 0;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: bold;
  }
  .manufacturer-page-wrapper .header-wrapper .first-row .logo {
    margin: 0;
  }
  .manufacturer-page-wrapper .header-wrapper .first-row .logo img {
    max-height: 140px;
  }
  .manufacturer-page-wrapper .header-wrapper .second-row {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 10px 0 30px;
  }
  .manufacturer-page-wrapper .block {
    -webkit-box-shadow: 0px 1px 5px -2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 1px 5px -2px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 1px 5px -2px rgba(0, 0, 0, 0.75);
  }
  .manufacturer-page-wrapper .block-title {
    line-height: 1;
    font-size: 21px;
    width: 100%;
    text-align: left;
    vertical-align: middle;
    background-color: #e17c26;
    padding: 10px 15px;
    font-weight: bold;
    color: #fff;
  }
  .manufacturer-page-wrapper .categories-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
  }
  .manufacturer-page-wrapper .categories-wrapper li {
    width: 25%;
    height: 180px;
    border: 1px solid #f4f4f4;
    margin-bottom: 0;
  }
  .manufacturer-page-wrapper .categories-wrapper li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  .manufacturer-page-wrapper .categories-wrapper li a strong {
    margin-top: 10px;
    text-align: center;
  }
  .manufacturer-page-wrapper .categories-wrapper li img {
    width: auto;
    max-height: 140px;
  }
  .manufacturer-page-wrapper .block-description .description-wrapper {
    padding: 10px;
  }
  .manufacturer-page-wrapper .block-description .description-wrapper .description-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .manufacturer-page-wrapper .block-description .description-wrapper .description-content .logo {
    width: 30%;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: unset;
  }
  .manufacturer-page-wrapper .block-description .description-wrapper .description-content .banner-full-width {
    width: 100%;
  }
  .manufacturer-page-wrapper .block-description .description-wrapper .description-content .banner-full-width img {
    width: 100%;
    height: auto;
  }
  .manufacturer-page-wrapper .block-description .description-wrapper .description-content .banner-half-width {
    width: 50%;
  }
  .manufacturer-page-wrapper .block-description .description-wrapper .description-content .banner-half-width img {
    width: 100%;
    height: auto;
  }
  .manufacturer-page-wrapper .block-description .description-wrapper .description-content .banner-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
  }
  .manufacturer-page-wrapper .block-description .description-wrapper .description-content .text {
    width: 70%;
  }
  .manufacturer-page-wrapper .block-description .description-wrapper .description-content .text.full-width {
    width: 100%;
  }
  .manufacturer-page-wrapper .block-description .description-wrapper .description-content .text ol li {
    list-style: decimal !important;
    list-style-position: inside !important;
  }
  .manufacturer-page-wrapper .block-description .description-wrapper .description-content .text ul li {
    list-style: disc !important;
    list-style-position: inside !important;
  }
  .manufacturer-page-wrapper .block-description .description-wrapper .description-content .text p,
  .manufacturer-page-wrapper .block-description .description-wrapper .description-content .text li {
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .manufacturer-page-wrapper .block-description .description-wrapper .description-content .text p {
    line-height: 20px;
  }
  .manufacturer-page-wrapper .block-description .description-wrapper .description-content .text li {
    line-height: 25px;
  }
  .manufacturer-page-wrapper .block-description .description-wrapper .description-content .text h1 {
    font-size: 27px;
    text-align: left;
    margin: 10px auto 30px;
    font-weight: bold;
    line-height: 30px;
  }
  .manufacturer-page-wrapper .block-description .description-wrapper .description-content .text h2 {
    font-size: 24px;
    text-align: left;
    margin: 10px auto 20px;
    font-weight: bold;
    line-height: 27px;
  }
  .manufacturer-page-wrapper .block-description .description-wrapper .description-content .text h3 {
    font-size: 21px;
    text-align: center;
    margin: 0 auto 20px;
    font-weight: bold;
    line-height: 24px;
  }
  .manufacturer-page-wrapper .block-description .description-wrapper .description-content .text h4 {
    font-size: 18px;
    text-align: center;
    margin: 0 auto 10px;
    font-weight: bold;
    line-height: 21px;
  }
  .manufacturer-page-wrapper .block-description .description-wrapper .description-content .text h5 {
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
    line-height: 18px;
  }
  .manufacturer-page-wrapper .block-description .description-wrapper .description-content .text strong {
    font-weight: bold;
  }
  .manufacturer-page-wrapper .block-description .description-wrapper .description-content .text i {
    font-style: italic;
  }
  .manufacturer-page-wrapper .block-youtube-content .block-content {
    padding: 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .manufacturer-page-wrapper .block-youtube-content .block-content iframe {
    margin-bottom: 20px;
  }
  .mpfreegifts-btn-cart {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .mpfreegifts-btn-cart #mpfreegifts-cart-btn {
    width: auto;
  }
  .mpfreegifts-btn-cart #mpfreegifts-cart-btn .mpfreegifts-btn.action.primary {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    min-height: 32px !important;
    min-width: 150px !important;
    padding: 10px 20px !important;
    text-transform: uppercase !important;
    font-size: 13px !important;
    font-weight: normal !important;
    font-stretch: expanded !important;
    transition: all 0.3s ease-in-out !important;
    box-shadow: none !important;
    border: 2px solid !important;
    border-radius: 0px !important;
    border-color: #3e7bef !important;
    background-color: #3e7bef !important;
    color: #f7f7f7 !important;
    font-size: 12px !important;
    max-height: 40px !important;
    min-width: 200px !important;
  }
  .mpfreegifts-btn-cart #mpfreegifts-cart-btn .mpfreegifts-btn.action.primary:hover {
    text-decoration: none !important;
  }
  .mpfreegifts-btn-cart #mpfreegifts-cart-btn .mpfreegifts-btn.action.primary a {
    color: #f7f7f7 !important;
    text-decoration: none !important;
  }
  .mpfreegifts-btn-cart #mpfreegifts-cart-btn .mpfreegifts-btn.action.primary:hover {
    background-color: #11347e !important;
    border-color: #3e7bef !important;
    color: #fff !important;
  }
  .mpfreegifts-btn-cart #mpfreegifts-cart-btn .mpfreegifts-btn.action.primary:hover a {
    color: #fff !important;
    text-decoration: none !important;
  }
  .modal-popup.mpFreeGiftsList .modal-inner-wrap {
    margin-top: 15vh;
  }
  .modal-popup.mpFreeGiftsList .modal-inner-wrap .modal-header {
    display: block;
    border: none;
    position: unset;
    padding-top: 20px;
  }
  .modal-popup.mpFreeGiftsList .modal-inner-wrap .modal-content {
    width: 90%;
  }
  .modal-popup.mpFreeGiftsList .modal-inner-wrap .modal-content .mpfreegifts-item-left {
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    padding: 5px 0;
  }
  .modal-popup.mpFreeGiftsList .modal-inner-wrap .modal-content .mpfreegifts-rule-grid {
    width: 99%;
    margin-top: 0;
  }
  .modal-popup.mpFreeGiftsList .modal-inner-wrap .modal-content .mpfreegifts-rule-grid .gift-container {
    padding: 10px 5px;
  }
  .modal-popup.mpFreeGiftsList .modal-inner-wrap .modal-content .mpfreegifts-rule-grid .gift-container .gift-item {
    padding: 10px 5px;
  }
  .modal-popup.mpFreeGiftsList .modal-inner-wrap .modal-content .mpfreegifts-rule-grid .gift-container .gift-item .mpfreegifts-gift-name,
  .modal-popup.mpFreeGiftsList .modal-inner-wrap .modal-content .mpfreegifts-rule-grid .gift-container .gift-item .mpfreegifts-gift-price,
  .modal-popup.mpFreeGiftsList .modal-inner-wrap .modal-content .mpfreegifts-rule-grid .gift-container .gift-item .mpfreegifts-gift-action {
    color: #515151;
    font-size: 13px;
    text-align: center;
    width: 100%;
    display: flex;
    line-height: 17px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
  }
  .modal-popup.mpFreeGiftsList .modal-inner-wrap .modal-content .mpfreegifts-rule-grid .gift-container .gift-item .mpfreegifts-gift-original-price {
    font-size: 20px;
  }
  .modal-popup.mpFreeGiftsList .modal-inner-wrap .modal-content .mpfreegifts-rule-grid .gift-container .gift-item .mpfreegifts-gift-final-price {
    font-size: 20px;
    font-weight: 700;
    padding: 10px 0;
  }
  .modal-popup.mpFreeGiftsList .modal-inner-wrap .modal-content .mpfreegifts-rule-grid .gift-container .gift-item .action.primary {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 32px;
    min-width: 150px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: normal;
    font-stretch: expanded;
    transition: all 0.3s ease-in-out;
    box-shadow: none;
    border: 2px solid;
    border-radius: 0px;
    border-color: #3e7bef;
    background-color: #3e7bef;
    color: #f7f7f7;
    font-size: 12px;
    max-height: 40px;
    min-width: 100%;
  }
  .modal-popup.mpFreeGiftsList .modal-inner-wrap .modal-content .mpfreegifts-rule-grid .gift-container .gift-item .action.primary:hover {
    text-decoration: none;
  }
  .modal-popup.mpFreeGiftsList .modal-inner-wrap .modal-content .mpfreegifts-rule-grid .gift-container .gift-item .action.primary a {
    color: #f7f7f7;
    text-decoration: none;
  }
  .modal-popup.mpFreeGiftsList .modal-inner-wrap .modal-content .mpfreegifts-rule-grid .gift-container .gift-item .action.primary:hover {
    background-color: #11347e;
    border-color: #3e7bef;
    color: #fff;
  }
  .modal-popup.mpFreeGiftsList .modal-inner-wrap .modal-content .mpfreegifts-rule-grid .gift-container .gift-item .action.primary:hover a {
    color: #fff;
    text-decoration: none;
  }
  .mpfreegifts-notify-hide-btn a {
    padding: 10px !important;
    color: #fff !important;
  }
  .cart .gift-wrapper {
    padding: 0 !important;
    border: 3px solid #e17c26;
    margin-top: 10px !important;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3);
  }
  .cart .gift-wrapper:before {
    content: "Prezent";
    padding: 10px 15px;
    display: block;
    font-weight: bold;
    color: #fff;
    background-color: #e17c26;
  }
  .cart .gift-wrapper .row {
    padding: 20px 0 20px 5px;
  }
  .cart .gift-notice {
    color: #e17c26;
    font-weight: bold;
    font-size: 15px;
    line-height: 30px;
  }
  .main .widget {
    width: 100%;
  }
  .main_page_news h3 {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .main_page_news img {
    width: 100%;
  }
  .main_page_news p {
    width: 70%;
    margin: 10px auto 0 auto !important;
    text-align: center;
    line-height: 20px;
  }
  .top-banner-wrapper .top-banner-content {
    display: flex;
    justify-content: center;
    align-content: center;
    position: relative;
  }
  .top-banner-wrapper .top-banner-content .top-banner-text-wrapper {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 30%;
    height: 100%;
    margin-left: 15%;
    font-size: 13px;
    line-height: 18px;
  }
  header .top-bar p a.header-mail {
    color: #11347e;
    text-transform: lowercase;
  }
  header .mid-bar .mid-bar-wrapper .logo img {
    padding-left: 10px;
  }
  header .bottom-bar ul li {
    padding: 0 30px;
    border-bottom: 2px solid transparent;
  }
  header .bottom-bar ul li:hover {
    color: #11347e;
    border-bottom: 2px solid #e17c26;
  }
  header .bottom-bar ul li:hover a {
    color: #11347e;
  }
  header .producers-drop .all-brands {
    font-weight: bold;
  }
  footer .main-bar .section {
    padding-left: 5%;
  }
  footer .newsletter div.mage-error[generated] {
    font-size: 12px;
  }
  .main-bar {
    flex-direction: row;
  }
  .main-bar .section {
    width: 25%;
    padding: 10px;
  }
  .main-bar .section .block.newsletter {
    max-width: 100%;
  }
  .main-bar .section .block.newsletter .newsletter-modal-content {
    display: none;
  }
  .main-bar .section .block.newsletter .title,
  .main-bar .section .block.newsletter .content {
    text-align: left;
  }
  .main-bar .section .block.newsletter .title {
    display: block;
    font-size: 13px;
    font-weight: normal;
    color: #11347e;
    margin: 0 auto 25px !important;
  }
  .main-bar .section .block.newsletter .content {
    padding: 5px 0;
  }
  .main-bar .section .block.newsletter .content button.action.primary {
    background-color: #11347e;
    border: none;
    width: 100%;
  }
  .main-bar .section .block.newsletter .content p {
    color: #808080;
    text-decoration: none;
    font-size: 11px;
    line-height: 16px;
  }
  .main-bar .section .block.newsletter .field .control:before {
    display: none;
  }
  .main-bar .section .block.newsletter .field.newsletter {
    margin-right: 0;
  }
  .main-bar .section .block.newsletter .field.newsletter label {
    width: 100%;
  }
  .main-bar .section .block.newsletter .field.newsletter label input {
    height: 42px;
    margin-right: 0;
    width: 100%;
    padding: 0 0 0 5px  ;
  }
  .main-bar .section .block.newsletter .action.subscribe {
    min-width: unset;
    width: auto;
    padding: 10px;
    height: 42px;
    border-radius: 0;
    background-color: #11347e;
    border-color: #11347e;
    border: unset;
  }
  .main-bar .section .block.newsletter .action.subscribe:hover {
    background-color: #3e7bef;
    border-color: #3e7bef;
  }
  .main-bar .section .block.newsletter span.envelope-icon {
    background: url("../images/envelope_icon_white.svg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 25px;
    height: 20px;
  }
  .main-bar .section .block.newsletter .fb-block a {
    font-size: 13px;
    font-weight: normal;
    color: #11347e;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 30px;
  }
  .main-bar .section .block.newsletter .fb-block a .fab {
    font-size: 24px;
    margin-left: 10px;
    color: #11347e;
  }
  .category .category-description ol li,
  .columns .category-description ol li {
    list-style: decimal !important;
  }
  .category .category-description ul li,
  .columns .category-description ul li {
    list-style: disc !important;
  }
  .category .category-description ol,
  .columns .category-description ol,
  .category .category-description ul,
  .columns .category-description ul {
    margin: 10px auto 20px;
    padding: 0 0 0 30px;
  }
  .category .category-description ol li,
  .columns .category-description ol li,
  .category .category-description ul li,
  .columns .category-description ul li {
    list-style-position: outside !important;
    padding-left: 10px;
    line-height: 25px;
    margin-bottom: 10px;
  }
  .category .category-description h3,
  .columns .category-description h3 {
    color: #808080;
    font-size: 20px;
  }
  .category .category-description h4,
  .columns .category-description h4 {
    color: #e17c26;
    font-size: 24px;
    margin-top: 20px;
  }
  .category .category-description h5,
  .columns .category-description h5 {
    margin-top: 20px;
  }
  .category .category-description strong,
  .columns .category-description strong {
    font-weight: bold;
  }
  .category .category-description i,
  .columns .category-description i {
    font-style: italic;
  }
  .category .toolbar-products .pager-limiter-wrapper,
  .columns .toolbar-products .pager-limiter-wrapper {
    width: 100%;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .category .toolbar-products .pager-limiter-wrapper .pages,
  .columns .toolbar-products .pager-limiter-wrapper .pages,
  .category .toolbar-products .pager-limiter-wrapper .limiter,
  .columns .toolbar-products .pager-limiter-wrapper .limiter {
    display: block;
  }
  .category .side-bar .filter-content > .actions-toolbar,
  .columns .side-bar .filter-content > .actions-toolbar {
    position: sticky;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
    margin-top: 0;
    bottom: 0;
  }
  .category .side-bar .filter-content > .actions-toolbar .actions-primary,
  .columns .side-bar .filter-content > .actions-toolbar .actions-primary {
    width: 100%;
  }
  .category .side-bar .filter-content > .actions-toolbar .actions-primary .action.primary.small,
  .columns .side-bar .filter-content > .actions-toolbar .actions-primary .action.primary.small {
    width: 100%;
  }
  .category .top,
  .columns .top,
  .category .search-results-main,
  .columns .search-results-main {
    width: 75%;
  }
  .category #toolbar-amount,
  .columns #toolbar-amount {
    display: none;
  }
  .category .pages-items .item strong,
  .columns .pages-items .item strong {
    background-color: transparent;
    color: #e17c26;
  }
  .category .pages-items .item a.action,
  .columns .pages-items .item a.action {
    box-shadow: none;
  }
  .category .pages-items .item a.action.previous.first:after,
  .columns .pages-items .item a.action.previous.first:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: inherit;
    content: '\e617';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .category .pages-items .item a.action.next.last:after,
  .columns .pages-items .item a.action.next.last:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: inherit;
    content: '\e608';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .category .pages-items .item a.action.next:before,
  .columns .pages-items .item a.action.next:before,
  .category .pages-items .item a.action.next.last:after,
  .columns .pages-items .item a.action.next.last:after,
  .category .pages-items .item a.action.previous:before,
  .columns .pages-items .item a.action.previous:before,
  .category .pages-items .item a.action.previous.first:after,
  .columns .pages-items .item a.action.previous.first:after {
    color: #e17c26;
    font-size: 12px;
  }
  .category .pages-items .item a.action:hover,
  .columns .pages-items .item a.action:hover {
    background-color: transparent;
    color: #3e7bef;
  }
  .category .pages-items .item a.action:hover.next:before,
  .columns .pages-items .item a.action:hover.next:before,
  .category .pages-items .item a.action:hover.next.last:after,
  .columns .pages-items .item a.action:hover.next.last:after,
  .category .pages-items .item a.action:hover.previous:before,
  .columns .pages-items .item a.action:hover.previous:before,
  .category .pages-items .item a.action:hover.previous:after,
  .columns .pages-items .item a.action:hover.previous:after {
    color: #3e7bef;
  }
  .category .pages-items .item a:hover,
  .columns .pages-items .item a:hover {
    background-color: transparent;
    color: #3e7bef;
  }
  .category .limiter.field .select-selected,
  .columns .limiter.field .select-selected {
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #3e7bef;
    color: #3e7bef;
    min-height: 22px;
    height: 32px;
  }
  .category .limiter.field .select-items,
  .columns .limiter.field .select-items {
    display: flex;
    background-color: transparent;
    left: -50%;
  }
  .category .limiter.field .select-items div,
  .columns .limiter.field .select-items div {
    border-bottom: 2px solid #3e7bef;
    background-color: #11347e;
    color: #f7f7f7;
  }
  .category .limiter.field .select-items div:hover,
  .columns .limiter.field .select-items div:hover {
    border-bottom: 2px solid #e17c26;
  }
  .category .limiter.field .select-items.select-hide,
  .columns .limiter.field .select-items.select-hide {
    display: none;
  }
  .category-desc-wrapper h1 {
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 25px;
    font-weight: normal;
    color: #11347e;
    border: none;
    border-width: 0;
  }
  .category-desc-wrapper p {
    font-size: 13px;
    margin-bottom: 10px;
    line-height: 1.5;
    font-weight: normal;
    color: #11347e;
  }
  .categories-block-wrapper {
    width: 100%;
  }
  .categories-block-wrapper .categories-grid #main-categories-grid,
  .categories-block-wrapper .categories-grid #main-subcategory {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .categories-block-wrapper .categories-grid #main-categories-grid li.category-square,
  .categories-block-wrapper .categories-grid #main-subcategory li.category-square {
    width: 20%;
    height: auto;
    padding: 10px;
    position: relative;
    aspect-ratio: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .categories-block-wrapper .categories-grid #main-categories-grid li.category-square a,
  .categories-block-wrapper .categories-grid #main-subcategory li.category-square a,
  .categories-block-wrapper .categories-grid #main-categories-grid li.category-square .category-square-item,
  .categories-block-wrapper .categories-grid #main-subcategory li.category-square .category-square-item {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 5px;
    z-index: 5;
    border: 1px solid #e4e4e4;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .categories-block-wrapper .categories-grid #main-categories-grid li.category-square a .overlay,
  .categories-block-wrapper .categories-grid #main-subcategory li.category-square a .overlay,
  .categories-block-wrapper .categories-grid #main-categories-grid li.category-square .category-square-item .overlay,
  .categories-block-wrapper .categories-grid #main-subcategory li.category-square .category-square-item .overlay {
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 3;
    top: 0;
    position: absolute;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .categories-block-wrapper .categories-grid #main-categories-grid li.category-square a span,
  .categories-block-wrapper .categories-grid #main-subcategory li.category-square a span,
  .categories-block-wrapper .categories-grid #main-categories-grid li.category-square .category-square-item span,
  .categories-block-wrapper .categories-grid #main-subcategory li.category-square .category-square-item span {
    position: absolute;
    text-align: left;
    top: 10%;
    left: 15%;
    width: 60%;
    z-index: 4;
    padding-left: 5px;
    border-left: 2px solid #11347e;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .categories-block-wrapper .categories-grid #main-categories-grid li.category-square a img,
  .categories-block-wrapper .categories-grid #main-subcategory li.category-square a img,
  .categories-block-wrapper .categories-grid #main-categories-grid li.category-square .category-square-item img,
  .categories-block-wrapper .categories-grid #main-subcategory li.category-square .category-square-item img {
    width: 100%;
    height: 100%;
    z-index: 2;
    padding: 10px;
  }
  .categories-block-wrapper .categories-grid #main-categories-grid li.category-square:hover a,
  .categories-block-wrapper .categories-grid #main-subcategory li.category-square:hover a {
    color: #fff;
  }
  .categories-block-wrapper .categories-grid #main-categories-grid li.category-square:hover a span,
  .categories-block-wrapper .categories-grid #main-subcategory li.category-square:hover a span {
    color: #fff;
    border-color: #fff;
  }
  .categories-block-wrapper .categories-grid #main-categories-grid li.category-square:hover a .overlay,
  .categories-block-wrapper .categories-grid #main-subcategory li.category-square:hover a .overlay {
    background-color: rgba(17, 83, 207, 0.7);
  }
  .categories-block-wrapper .categories-grid .categories-grid-btn-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 30px 0;
  }
  .categories-block-wrapper .categories-grid .categories-grid-btn-wrapper #categories-grid-btn,
  .categories-block-wrapper .categories-grid .categories-grid-btn-wrapper #categories-grid-btn-less {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 32px;
    min-width: 150px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: normal;
    font-stretch: expanded;
    transition: all 0.3s ease-in-out;
    box-shadow: none;
    border: 2px solid;
    border-radius: 0px;
    border-color: #3e7bef;
    background-color: #3e7bef;
    color: #f7f7f7;
    display: none;
    cursor: pointer;
  }
  .categories-block-wrapper .categories-grid .categories-grid-btn-wrapper #categories-grid-btn:hover,
  .categories-block-wrapper .categories-grid .categories-grid-btn-wrapper #categories-grid-btn-less:hover {
    text-decoration: none;
  }
  .categories-block-wrapper .categories-grid .categories-grid-btn-wrapper #categories-grid-btn a,
  .categories-block-wrapper .categories-grid .categories-grid-btn-wrapper #categories-grid-btn-less a {
    color: #f7f7f7;
    text-decoration: none;
  }
  .categories-block-wrapper .categories-grid .categories-grid-btn-wrapper #categories-grid-btn:hover,
  .categories-block-wrapper .categories-grid .categories-grid-btn-wrapper #categories-grid-btn-less:hover {
    background-color: #11347e;
    border-color: #3e7bef;
    color: #fff;
  }
  .categories-block-wrapper .categories-grid .categories-grid-btn-wrapper #categories-grid-btn:hover a,
  .categories-block-wrapper .categories-grid .categories-grid-btn-wrapper #categories-grid-btn-less:hover a {
    color: #fff;
    text-decoration: none;
  }
  .products-list .product-item {
    padding: 10px 10px 5px !important;
  }
  .products-list .product-item .product-item-name {
    margin-bottom: 15px;
  }
  .products-list .product-item .list_element_attributes_wrapper {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    position: relative;
  }
  .products-list .product-item .list_element_attributes_wrapper .list_element_attributes {
    width: 90%;
    flex: 1 0 auto;
  }
  .products-list .product-item .list_element_attributes_wrapper .list_element_attributes td {
    width: 50%;
    font-size: 15px;
    padding: 5px 0;
    line-height: 1.1;
    font-weight: 500;
  }
  .products-list .product-item .list_element_attributes_wrapper .more_info_wrapper {
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .products-list .product-item .list_element_attributes_wrapper .more_info_wrapper .list_technical_data {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    line-height: 1.1;
    font-weight: bold;
    cursor: pointer;
  }
  .products-list .product-item .list_element_attributes_wrapper .more_info_wrapper .list_technical_data .dropdown_icon {
    display: block;
    background-image: url("../images/arrow_drop_down.svg");
    height: 20px;
    width: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: rotate(0deg);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .products-list .product-item .list_element_attributes_wrapper .more_info_wrapper .list_technical_data .dropdown_icon.active {
    transform: rotate(180deg);
  }
  .products-list .product-item .list_element_attributes_wrapper .more_info_wrapper .btn-category-series-function {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 32px;
    min-width: 150px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: normal;
    font-stretch: expanded;
    transition: all 0.3s ease-in-out;
    box-shadow: none;
    border: 2px solid;
    border-radius: 0px;
    border-color: #3e7bef;
    background-color: #3e7bef;
    color: #f7f7f7;
    height: 40px;
    cursor: pointer;
    width: 50%;
    margin-bottom: 1px;
  }
  .products-list .product-item .list_element_attributes_wrapper .more_info_wrapper .btn-category-series-function:hover {
    text-decoration: none;
  }
  .products-list .product-item .list_element_attributes_wrapper .more_info_wrapper .btn-category-series-function a {
    color: #f7f7f7;
    text-decoration: none;
  }
  .products-list .product-item .list_element_attributes_wrapper .more_info_wrapper .btn-category-series-function:hover {
    background-color: #11347e;
    border-color: #3e7bef;
    color: #fff;
  }
  .products-list .product-item .list_element_attributes_wrapper .more_info_wrapper .btn-category-series-function:hover a {
    color: #fff;
    text-decoration: none;
  }
  .products-list .product-item .list_element_attributes_wrapper .more-attributes-wrapper {
    display: none;
    width: 100%;
    border: 1px solid #d2d2d2;
    margin: 10px;
    position: absolute;
    background-color: #fff;
    top: 170px;
    z-index: 99;
    box-shadow: 0px 1px 5px -2px rgba(0, 0, 0, 0.75);
  }
  .products-list .product-item .list_element_attributes_wrapper .more-attributes-wrapper .list_element_attributes {
    margin: auto;
    padding: 5px 0;
  }
  .products-list .product-item .product-item-photo {
    width: 30%;
  }
  .product-item-details .list_element_stock {
    font-size: 14px;
    justify-content: center;
    margin: 5px 0;
    min-height: 40px;
  }
  .product-item-details .list_element_stock p {
    font-size: 13px;
    margin-bottom: 5px;
  }
  .product-item-details .product-product-availability {
    padding: 5px 0;
  }
  .product td {
    width: 50%;
  }
  .product .about-content {
    padding: 20px 10px;
    background-color: #fff;
    box-shadow: 0px 1px 5px -2px rgba(0, 0, 0, 0.75);
    line-height: 18px;
  }
  .product .about-content ol {
    list-style: decimal;
    padding: 10px 0;
    padding-inline-start: 40px;
  }
  .product .about-content ol li {
    list-style: decimal;
    line-height: 20px;
    font-weight: normal;
    font-size: 14px;
    padding-left: 5px;
  }
  .product .about-content ul {
    list-style: disc;
    padding: 10px 0;
    padding-inline-start: 40px;
  }
  .product .about-content ul li {
    list-style: disc;
    line-height: 20px;
    font-weight: normal;
    font-size: 14px;
    padding-left: 5px;
  }
  .product .about-content h1 {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 27px;
    font-weight: bold;
    line-height: 35px;
  }
  .product .about-content h2 {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 21px;
    font-weight: bold;
    line-height: 27px;
  }
  .product .about-content h3 {
    text-align: left;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    line-height: 21px;
  }
  .product .about-content p {
    font-size: 14px;
    line-height: 20px;
  }
  .product .about-content strong,
  .product .about-content b {
    font-weight: bold;
  }
  .product .about-content i {
    font-style: italic;
  }
  .product .iframe-wrapper {
    position: relative;
    max-height: 80vh;
    overflow-y: auto;
    height: 800px;
  }
  .product .iframe-wrapper .responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .product .product-info .description-container {
    width: 50%;
  }
  .product .product-info .description-container #btn-series-function {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 32px;
    min-width: 150px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: normal;
    font-stretch: expanded;
    transition: all 0.3s ease-in-out;
    box-shadow: none;
    border: 2px solid;
    border-radius: 0px;
    border-color: #3e7bef;
    background-color: #3e7bef;
    color: #f7f7f7;
    max-width: 200px;
    margin-top: 30px;
    cursor: pointer;
  }
  .product .product-info .description-container #btn-series-function:hover {
    text-decoration: none;
  }
  .product .product-info .description-container #btn-series-function a {
    color: #f7f7f7;
    text-decoration: none;
  }
  .product .product-info .description-container #btn-series-function:hover {
    background-color: #11347e;
    border-color: #3e7bef;
    color: #fff;
  }
  .product .product-info .description-container #btn-series-function:hover a {
    color: #fff;
    text-decoration: none;
  }
  .product .product-info .description-container #substitute-product {
    background-color: #e17c26;
    color: #ffffff;
    padding: 16px 24px;
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
    justify-content: flex-start;
    margin-top: 30px;
  }
  .product .product-info .description-container #substitute-product .fa-exclamation-triangle {
    font-size: 20px;
  }
  .product .product-info .description-container #substitute-product .wrapper {
    display: flex;
    flex-direction: column;
    gap: 0px;
    align-items: flex-start;
  }
  .product .product-info .description-container #substitute-product .wrapper .substitute-product-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
  }
  .product .product-info .description-container #substitute-product .wrapper .substitute-product-description,
  .product .product-info .description-container #substitute-product .wrapper .substitute-product-link {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #ffffff;
  }
  .product .product-info .description-container #substitute-product .wrapper .substitute-product-link {
    text-decoration: underline;
    font-weight: 600;
  }
  .product .product-info .info h1 {
    line-height: 22px;
    font-family: 'Open Sans', sans-serif;
  }
  .product .technical-data td:last-child {
    color: #3e7bef;
  }
  .product .add-to-cart {
    justify-content: space-between;
  }
  .product .add-to-cart .quantity-handler .qty-plus,
  .product .add-to-cart .quantity-handler .qty-minus {
    width: 25%;
  }
  .product .add-to-cart .quantity-handler .qty {
    width: 50%;
  }
  .product .add-to-cart #product-addtocart-button,
  .product .add-to-cart #product-addtowishlist-button {
    width: 49%;
    height: 50px;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
  }
  .product .add-to-cart #product-addtocart-button::after {
    content: url("../images/cart_white.svg");
    height: 30px;
    width: 40px;
    margin-left: 5px;
  }
  .product .add-to-cart #product-addtowishlist-button {
    width: 100%;
  }
  .product .add-to-cart .addtowishlist-order-info {
    margin-top: 15px;
  }
  .product .add-to-cart .addtowishlist-order-info p {
    line-height: 1.4;
  }
  .product .prices .main-price .price-label {
    font-size: 21px;
  }
  .product .prices .main-price tr td:first-child {
    width: 42%;
  }
  .product .prices .main-price tr td:last-child {
    width: 58%;
  }
  .product .prices .price-wrapper.price-excluding-tax {
    margin-top: 0;
    color: #e17c26;
    margin-bottom: 10px;
  }
  .product .prices .price-wrapper.price-excluding-tax:after {
    content: ' ' attr(data-label);
    font-weight: 700;
    font-size: 18px !important;
  }
  .product .prices .price-wrapper.price-excluding-tax .price {
    font-size: 1.4rem !important;
  }
  .product .prices .price-wrapper.price-including-tax {
    font-size: 13px;
    color: #11347e;
  }
  .product .prices .price-wrapper.price-including-tax:after {
    content: ' ' attr(data-label);
  }
  .product .prices .price-wrapper.price-including-tax .price {
    font-size: 13px;
  }
  .product .prices .old-price-label,
  .product .prices .old-price {
    color: #808080;
    font-size: 14px;
    text-decoration: none;
  }
  .product .prices .discount-label,
  .product .prices .discount {
    color: #e17c26;
    font-size: 14px;
  }
  .product .product-offer {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding: 30px 10px 10px;
    width: 100%;
    border-top: 1px solid #f7f7f7;
  }
  .product .product-offer a {
    text-transform: uppercase;
    text-decoration: underline;
    letter-spacing: 0.05em;
    font-size: 13px;
    font-weight: 500;
    color: #e17c26;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .product .product-offer a:hover {
    color: #3e7bef;
  }
  .product .energy_label_button {
    display: none;
  }
  .product .additional-box-informations .order {
    padding: 0 5px 10px;
  }
  .product .additional-box-informations .ask {
    padding: 15px 10px 15px;
  }
  .product .fotorama__stage__frame .fotorama__img {
    padding: 20px;
  }
  .product .icons .icon {
    width: 100%;
  }
  .product .circle-wrapper {
    position: absolute;
    z-index: 10;
    width: unset;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    left: unset;
    top: 8px;
    right: 8px;
    bottom: unset;
  }
  .product .circle-wrapper .circle {
    width: 35px;
    height: 35px;
    background-color: #f7f7f7;
    border-radius: 50%;
    justify-content: center;
    display: flex;
    align-items: center;
    border: 2px solid #e17c26;
  }
  .product .circle-wrapper .circle p.discount {
    font-size: 14px;
    color: #e17c26;
    font-weight: bold;
    margin-bottom: 0;
  }
  .product .product-files-wrapper {
    padding: 20px 10px;
    background-color: #fff;
    box-shadow: 0px 1px 5px -2px rgba(0, 0, 0, 0.75);
    line-height: 24px;
  }
  .product .product-files-wrapper .product-files-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .product .product-files-wrapper .product-files-list .product-file {
    width: 48%;
  }
  .product .product-files-wrapper .product-files-list .product-file a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .product .product-files-wrapper .product-files-list .product-file a i {
    font-size: 18px;
    line-height: 21px;
    padding-right: 10px;
    padding-left: 5px;
  }
  .product .product-files-wrapper .product-files-list .product-file a i.fa-file-pdf {
    color: #F40F02;
  }
  .product .product-files-wrapper .product-files-list .product-file a:hover {
    text-decoration: none;
  }
  .product .product-files-wrapper .product-files-list .product-file a:hover i {
    color: #11347e;
  }
  .product .product-files-wrapper .product-files-list .product-file a:hover i.fa-file-pdf {
    color: #F40F02;
  }
  .product .action.tologin {
    width: 100%;
    display: flex;
  }
  .product .product-view-videos {
    padding: 20px 10px;
    background-color: #fff;
    box-shadow: 0 1px 5px -2px rgba(0, 0, 0, 0.75);
    line-height: 24px;
  }
  .product .product-view-videos li {
    margin-top: 20px;
  }
  .product .product-view-videos li:first-child {
    margin-top: 0;
  }
  .product .product-view-videos .product-view-video {
    width: 100%;
    position: relative;
    padding-top: 56.25%;
  }
  .product .product-view-videos .product-view-video > div {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .product .product-view-videos .product-view-video iframe {
    border: none;
    width: 100%;
    height: 100%;
  }
  .product .offer #product-offer-btn {
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
    width: 100%;
  }
  .product .offer .popup-wrapper {
    display: none;
    padding: 10px;
    border: 1px solid;
    background-color: #fff;
    margin-top: 10px;
  }
  .product .offer .popup-wrapper ol {
    list-style: decimal;
    padding: 10px 0;
    padding-inline-start: 40px;
  }
  .product .offer .popup-wrapper ol li {
    list-style: decimal;
    line-height: 20px;
    font-weight: normal;
    font-size: 14px;
    padding-left: 5px;
  }
  .product .offer .popup-wrapper ul {
    list-style: disc;
    padding: 10px 0;
    padding-inline-start: 40px;
  }
  .product .offer .popup-wrapper ul li {
    list-style: disc;
    line-height: 20px;
    font-weight: normal;
    font-size: 14px;
    padding-left: 5px;
  }
  .product .offer .popup-wrapper p {
    font-size: 14px;
    line-height: 20px;
  }
  .product .offer .popup-wrapper strong,
  .product .offer .popup-wrapper b {
    font-weight: bold;
  }
  .product #ask-about-product-submit {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 32px;
    min-width: 150px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: normal;
    font-stretch: expanded;
    transition: all 0.3s ease-in-out;
    box-shadow: none;
    border: 2px solid;
    border-radius: 0px;
    border-color: #3e7bef;
    background-color: #3e7bef;
    color: #f7f7f7;
  }
  .product #ask-about-product-submit:hover {
    text-decoration: none;
  }
  .product #ask-about-product-submit a {
    color: #f7f7f7;
    text-decoration: none;
  }
  .product #ask-about-product-submit:hover {
    background-color: #11347e;
    border-color: #3e7bef;
    color: #fff;
  }
  .product #ask-about-product-submit:hover a {
    color: #fff;
    text-decoration: none;
  }
  .product .price-box td {
    padding: 10px 0;
  }
  .product .omnibus-note {
    color: #808080;
    line-height: 1.3;
    font-size: 14px;
  }
  .product-availability-stock,
  .list_element_stock {
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .product-availability-stock .product-product-availability,
  .list_element_stock .product-product-availability {
    padding: 5px 0;
  }
  .product-availability-stock .availability-dot,
  .list_element_stock .availability-dot {
    display: inline-block;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    margin-right: 5px;
    color: #11347e;
  }
  .product-availability-stock .availability-dot.dot-green,
  .list_element_stock .availability-dot.dot-green {
    background-color: #70c349;
  }
  .product-availability-stock .availability-dot.dot-yellow,
  .list_element_stock .availability-dot.dot-yellow {
    background-color: #e17c26;
  }
  .product-availability-stock .availability-dot.dot-red,
  .list_element_stock .availability-dot.dot-red {
    background-color: #fd133a;
  }
  .product-availability-stock .product-availability-amount,
  .list_element_stock .product-availability-amount {
    font-weight: normal;
  }
  .product-availability-stock p,
  .list_element_stock p {
    font-weight: normal;
    color: #808080;
    margin-top: 5px;
    font-size: 14px;
    letter-spacing: 0.05em;
  }
  .products-grid .price-row {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .products-grid .price-row .price-label,
  .products-grid .price-row .special-price {
    width: 100%;
    padding: 5px 0;
  }
  .products-grid .price-row .price-label {
    font-size: 18px;
    line-height: 1.2;
  }
  .products-grid .price-row .price-label:after {
    content: "";
  }
  .sliderBlog-title {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 32px;
    min-width: 150px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: normal;
    font-stretch: expanded;
    transition: all 0.3s ease-in-out;
    box-shadow: none;
    border: 2px solid;
    border-radius: 0px;
    background-color: #fff;
    color: #11347e;
    border-color: #11347e;
    cursor: unset;
    font-size: 18px;
    background-color: transparent;
    margin-left: 10px;
  }
  .sliderBlog-title:hover {
    text-decoration: none;
  }
  .sliderBlog-title a {
    color: #11347e;
    text-decoration: none;
  }
  .sliderBlog-title:hover {
    background-color: #11347e;
    color: #f7f7f7;
  }
  .sliderBlog-title:hover a {
    color: #fff;
    text-decoration: none;
  }
  .slider-porady {
    background: #f4f4f4;
    padding: 20px 0;
    text-align: center;
  }
  .slider-porady .slider-porady-kontener {
    background: white;
    border: 1px solid #e4e4e4;
  }
  .slider-porady-kontener img {
    width: 100%;
    max-height: 140px;
    min-height: 140px;
  }
  .slider-porady .slider-porady-kontener h5 {
    font-size: 15px;
    font-weight: bold;
    padding: 20px 28px 10px 28px;
    color: #11347e;
    text-align: left;
    height: 62px;
  }
  .slider-porady .slider-porady-kontener .post-content {
    padding: 15px 28px 30px 28px;
    font-size: 13px;
    color: #808080;
    text-align: left;
  }
  .slider-porady .slider-porady-kontener .post-content h1,
  .slider-porady .slider-porady-kontener .post-content h2,
  .slider-porady .slider-porady-kontener .post-content h3,
  .slider-porady .slider-porady-kontener .post-content h4,
  .slider-porady .slider-porady-kontener .post-content h5 {
    font-weight: bold;
  }
  #maincontent #sliderBlog.slick-slider button.slick-prev.slick-arrow {
    left: 5px !important;
    top: 50% !important;
    width: 40px;
    height: 40px;
  }
  #maincontent #sliderBlog.slick-slider button.slick-next.slick-arrow {
    right: 5px !important;
    top: 50% !important;
    width: 40px;
    height: 40px;
  }
  #sliderBlog {
    width: 100% !important;
    margin: 0 auto !important;
  }
  #sliderBlog .slider_button_zobacz {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 32px;
    min-width: 150px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: normal;
    font-stretch: expanded;
    transition: all 0.3s ease-in-out;
    box-shadow: none;
    border: 2px solid;
    border-radius: 0px;
    border-color: #3e7bef;
    background-color: #3e7bef;
    color: #f7f7f7;
    width: 80%;
    margin: auto;
  }
  #sliderBlog .slider_button_zobacz:hover {
    text-decoration: none;
  }
  #sliderBlog .slider_button_zobacz a {
    color: #f7f7f7;
    text-decoration: none;
  }
  #sliderBlog .slider_button_zobacz:hover {
    background-color: #11347e;
    border-color: #3e7bef;
    color: #fff;
  }
  #sliderBlog .slider_button_zobacz:hover a {
    color: #fff;
    text-decoration: none;
  }
  #sliderBlog .slider-porady:hover a {
    text-decoration: none !important;
    color: #e17c26 !important;
    transition: all 0.3s ease-in-out;
  }
  #sliderBlog .slider-porady:hover a .slider_button_zobacz {
    color: #fff !important;
    background-color: #e17c26;
    border: 2px solid #e17c26;
  }
  #sliderBlog .slick-track {
    display: flex;
  }
  #sliderBlog .slick-list {
    width: 100%;
  }
  #sliderBlog .slider-porady-kontener {
    padding-bottom: 20px;
  }
  #sliderBlog .container {
    padding: 0;
  }
  #sliderBlog .col {
    padding-left: 10px;
    padding-right: 10px;
  }
  .carousel-control-next,
  .carousel-control-prev {
    width: 30px;
    background-image: url(../images/right_arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
  }
  .carousel-control-prev {
    background-image: url(../images/left_arrow.svg);
  }
  .main-page-description {
    width: 100%;
    padding: 30px 0;
  }
  .main-page-description p {
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    margin-bottom: 10px;
  }
  .category .popup-series-table,
  .product .popup-series-table,
  .catalogsearch-result-index .popup-series-table {
    display: none;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 100;
  }
  .category #product-table-wrapper,
  .product #product-table-wrapper,
  .catalogsearch-result-index #product-table-wrapper {
    display: none;
    position: absolute;
    top: 180px;
    max-width: 1050px;
    width: 100%;
    padding: 30px;
    margin: 0 auto;
    background-color: #fff;
  }
  .category #product-table-wrapper .product-table-wrapper,
  .product #product-table-wrapper .product-table-wrapper,
  .catalogsearch-result-index #product-table-wrapper .product-table-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
  }
  .category #product-table-wrapper .product-table-wrapper .product-table-header,
  .product #product-table-wrapper .product-table-wrapper .product-table-header,
  .catalogsearch-result-index #product-table-wrapper .product-table-wrapper .product-table-header,
  .category #product-table-wrapper .product-table-wrapper .product-table-content,
  .product #product-table-wrapper .product-table-wrapper .product-table-content,
  .catalogsearch-result-index #product-table-wrapper .product-table-wrapper .product-table-content {
    width: 100%;
  }
  .category #product-table-wrapper .product-table-wrapper .series-table-close-btn-wrapper,
  .product #product-table-wrapper .product-table-wrapper .series-table-close-btn-wrapper,
  .catalogsearch-result-index #product-table-wrapper .product-table-wrapper .series-table-close-btn-wrapper {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 10px;
  }
  .category #product-table-wrapper .product-table-wrapper .series-table-close-btn-wrapper #series-table-close-btn,
  .product #product-table-wrapper .product-table-wrapper .series-table-close-btn-wrapper #series-table-close-btn,
  .catalogsearch-result-index #product-table-wrapper .product-table-wrapper .series-table-close-btn-wrapper #series-table-close-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background-image: url('../images/close.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
    border: none;
    box-shadow: unset;
  }
  .category #product-table-wrapper .product-table-wrapper .product-table-header,
  .product #product-table-wrapper .product-table-wrapper .product-table-header,
  .catalogsearch-result-index #product-table-wrapper .product-table-wrapper .product-table-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #11347e;
  }
  .category #product-table-wrapper .product-table-wrapper .product-table-header .address,
  .product #product-table-wrapper .product-table-wrapper .product-table-header .address,
  .catalogsearch-result-index #product-table-wrapper .product-table-wrapper .product-table-header .address,
  .category #product-table-wrapper .product-table-wrapper .product-table-header .logo,
  .product #product-table-wrapper .product-table-wrapper .product-table-header .logo,
  .catalogsearch-result-index #product-table-wrapper .product-table-wrapper .product-table-header .logo,
  .category #product-table-wrapper .product-table-wrapper .product-table-header .contact,
  .product #product-table-wrapper .product-table-wrapper .product-table-header .contact,
  .catalogsearch-result-index #product-table-wrapper .product-table-wrapper .product-table-header .contact {
    width: fit-content;
  }
  .category #product-table-wrapper .product-table-wrapper .product-table-header .address,
  .product #product-table-wrapper .product-table-wrapper .product-table-header .address,
  .catalogsearch-result-index #product-table-wrapper .product-table-wrapper .product-table-header .address,
  .category #product-table-wrapper .product-table-wrapper .product-table-header .contact,
  .product #product-table-wrapper .product-table-wrapper .product-table-header .contact,
  .catalogsearch-result-index #product-table-wrapper .product-table-wrapper .product-table-header .contact {
    text-align: left;
    font-size: 13px;
    line-height: 16px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .category #product-table-wrapper .product-table-wrapper .product-table-header .address strong,
  .product #product-table-wrapper .product-table-wrapper .product-table-header .address strong,
  .catalogsearch-result-index #product-table-wrapper .product-table-wrapper .product-table-header .address strong,
  .category #product-table-wrapper .product-table-wrapper .product-table-header .contact strong,
  .product #product-table-wrapper .product-table-wrapper .product-table-header .contact strong,
  .catalogsearch-result-index #product-table-wrapper .product-table-wrapper .product-table-header .contact strong {
    font-weight: bold;
  }
  .category #product-table-wrapper .product-table-wrapper .product-table-header .address a,
  .product #product-table-wrapper .product-table-wrapper .product-table-header .address a,
  .catalogsearch-result-index #product-table-wrapper .product-table-wrapper .product-table-header .address a,
  .category #product-table-wrapper .product-table-wrapper .product-table-header .contact a,
  .product #product-table-wrapper .product-table-wrapper .product-table-header .contact a,
  .catalogsearch-result-index #product-table-wrapper .product-table-wrapper .product-table-header .contact a {
    text-decoration: none;
    line-height: 1.3;
    color: #11347e;
  }
  .category #product-table-wrapper .product-table-wrapper .product-table-header .address a:hover,
  .product #product-table-wrapper .product-table-wrapper .product-table-header .address a:hover,
  .catalogsearch-result-index #product-table-wrapper .product-table-wrapper .product-table-header .address a:hover,
  .category #product-table-wrapper .product-table-wrapper .product-table-header .contact a:hover,
  .product #product-table-wrapper .product-table-wrapper .product-table-header .contact a:hover,
  .catalogsearch-result-index #product-table-wrapper .product-table-wrapper .product-table-header .contact a:hover {
    text-decoration: none;
  }
  .category #product-table-wrapper .product-table-wrapper .product-table-header .address p,
  .product #product-table-wrapper .product-table-wrapper .product-table-header .address p,
  .catalogsearch-result-index #product-table-wrapper .product-table-wrapper .product-table-header .address p,
  .category #product-table-wrapper .product-table-wrapper .product-table-header .contact p,
  .product #product-table-wrapper .product-table-wrapper .product-table-header .contact p,
  .catalogsearch-result-index #product-table-wrapper .product-table-wrapper .product-table-header .contact p {
    margin-bottom: 0;
    line-height: 1.3;
    color: #11347e;
  }
  .category #product-table-wrapper .product-table-wrapper .product-table-header .address a.main-link,
  .product #product-table-wrapper .product-table-wrapper .product-table-header .address a.main-link,
  .catalogsearch-result-index #product-table-wrapper .product-table-wrapper .product-table-header .address a.main-link,
  .category #product-table-wrapper .product-table-wrapper .product-table-header .contact a.main-link,
  .product #product-table-wrapper .product-table-wrapper .product-table-header .contact a.main-link,
  .catalogsearch-result-index #product-table-wrapper .product-table-wrapper .product-table-header .contact a.main-link {
    font-size: 15px;
    margin-bottom: 4px;
  }
  .category #product-table-wrapper .product-table-wrapper .product-table-header .address a.main-link strong,
  .product #product-table-wrapper .product-table-wrapper .product-table-header .address a.main-link strong,
  .catalogsearch-result-index #product-table-wrapper .product-table-wrapper .product-table-header .address a.main-link strong,
  .category #product-table-wrapper .product-table-wrapper .product-table-header .contact a.main-link strong,
  .product #product-table-wrapper .product-table-wrapper .product-table-header .contact a.main-link strong,
  .catalogsearch-result-index #product-table-wrapper .product-table-wrapper .product-table-header .contact a.main-link strong {
    color: #e17c26;
    text-decoration: underline;
  }
  .category #product-table-wrapper .product-table-wrapper .product-table-header .logo,
  .product #product-table-wrapper .product-table-wrapper .product-table-header .logo,
  .catalogsearch-result-index #product-table-wrapper .product-table-wrapper .product-table-header .logo {
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 60px;
    margin: auto;
  }
  .category #product-table-wrapper .product-table-wrapper .product-table-content,
  .product #product-table-wrapper .product-table-wrapper .product-table-content,
  .catalogsearch-result-index #product-table-wrapper .product-table-wrapper .product-table-content {
    display: flex;
    flex-direction: column;
  }
  .category #product-table-wrapper .product-table-wrapper .product-table-content h1,
  .product #product-table-wrapper .product-table-wrapper .product-table-content h1,
  .catalogsearch-result-index #product-table-wrapper .product-table-wrapper .product-table-content h1 {
    font-size: 27px;
    line-height: 31px;
    font-weight: bold;
    color: #11347e;
    text-decoration: none;
    margin-bottom: 20px;
  }
  .category #product-table-wrapper .product-table-wrapper .product-table-content #series-desc,
  .product #product-table-wrapper .product-table-wrapper .product-table-content #series-desc,
  .catalogsearch-result-index #product-table-wrapper .product-table-wrapper .product-table-content #series-desc,
  .category #product-table-wrapper .product-table-wrapper .product-table-content #rel-series-desc,
  .product #product-table-wrapper .product-table-wrapper .product-table-content #rel-series-desc,
  .catalogsearch-result-index #product-table-wrapper .product-table-wrapper .product-table-content #rel-series-desc {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0;
  }
  .category #product-table-wrapper .product-table-wrapper .product-table-content .row,
  .product #product-table-wrapper .product-table-wrapper .product-table-content .row,
  .catalogsearch-result-index #product-table-wrapper .product-table-wrapper .product-table-content .row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 30px !important;
    align-items: flex-start;
  }
  .category #product-table-wrapper .product-table-wrapper .product-table-content .row.product-wrapper,
  .product #product-table-wrapper .product-table-wrapper .product-table-content .row.product-wrapper,
  .catalogsearch-result-index #product-table-wrapper .product-table-wrapper .product-table-content .row.product-wrapper {
    align-items: center;
    padding-top: 20px;
    border-top: 1px solid;
  }
  .category #product-table-wrapper .product-table-wrapper .product-table-content .row h3,
  .product #product-table-wrapper .product-table-wrapper .product-table-content .row h3,
  .catalogsearch-result-index #product-table-wrapper .product-table-wrapper .product-table-content .row h3 {
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    width: 100%;
    text-align: left;
  }
  .category #product-table-wrapper .product-table-wrapper .product-table-content .series-wrapper,
  .product #product-table-wrapper .product-table-wrapper .product-table-content .series-wrapper,
  .catalogsearch-result-index #product-table-wrapper .product-table-wrapper .product-table-content .series-wrapper,
  .category #product-table-wrapper .product-table-wrapper .product-table-content #product-short-desc,
  .product #product-table-wrapper .product-table-wrapper .product-table-content #product-short-desc,
  .catalogsearch-result-index #product-table-wrapper .product-table-wrapper .product-table-content #product-short-desc,
  .category #product-table-wrapper .product-table-wrapper .product-table-content .rel-series-wrapper,
  .product #product-table-wrapper .product-table-wrapper .product-table-content .rel-series-wrapper,
  .catalogsearch-result-index #product-table-wrapper .product-table-wrapper .product-table-content .rel-series-wrapper {
    width: 60%;
  }
  .category #product-table-wrapper .product-table-wrapper .product-table-content #manufacturer-logo,
  .product #product-table-wrapper .product-table-wrapper .product-table-content #manufacturer-logo,
  .catalogsearch-result-index #product-table-wrapper .product-table-wrapper .product-table-content #manufacturer-logo,
  .category #product-table-wrapper .product-table-wrapper .product-table-content #product-img,
  .product #product-table-wrapper .product-table-wrapper .product-table-content #product-img,
  .catalogsearch-result-index #product-table-wrapper .product-table-wrapper .product-table-content #product-img,
  .category #product-table-wrapper .product-table-wrapper .product-table-content #rel-product-img,
  .product #product-table-wrapper .product-table-wrapper .product-table-content #rel-product-img,
  .catalogsearch-result-index #product-table-wrapper .product-table-wrapper .product-table-content #rel-product-img {
    width: 38%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .category #product-table-wrapper .product-table-wrapper .product-table-content #product-short-desc td,
  .product #product-table-wrapper .product-table-wrapper .product-table-content #product-short-desc td,
  .catalogsearch-result-index #product-table-wrapper .product-table-wrapper .product-table-content #product-short-desc td {
    font-size: 13px;
    font-weight: normal;
    color: #11347e;
    line-height: 18px;
    padding: 5px 10px;
    width: unset;
  }
  .category #product-table-wrapper .product-table-wrapper .product-table-content #product-short-desc td:first-child,
  .product #product-table-wrapper .product-table-wrapper .product-table-content #product-short-desc td:first-child,
  .catalogsearch-result-index #product-table-wrapper .product-table-wrapper .product-table-content #product-short-desc td:first-child {
    font-weight: bold;
  }
  .category #product-table-wrapper .product-table-wrapper .product-table-content #product-short-desc tr:nth-child(odd),
  .product #product-table-wrapper .product-table-wrapper .product-table-content #product-short-desc tr:nth-child(odd),
  .catalogsearch-result-index #product-table-wrapper .product-table-wrapper .product-table-content #product-short-desc tr:nth-child(odd) {
    background-color: #e4e4e4;
  }
  .category #product-table-wrapper .product-table-wrapper .product-table-content #series-table,
  .product #product-table-wrapper .product-table-wrapper .product-table-content #series-table,
  .catalogsearch-result-index #product-table-wrapper .product-table-wrapper .product-table-content #series-table,
  .category #product-table-wrapper .product-table-wrapper .product-table-content #rel-series-table,
  .product #product-table-wrapper .product-table-wrapper .product-table-content #rel-series-table,
  .catalogsearch-result-index #product-table-wrapper .product-table-wrapper .product-table-content #rel-series-table {
    width: 100%;
  }
  .category #product-table-wrapper .product-table-wrapper .product-table-content #series-table table,
  .product #product-table-wrapper .product-table-wrapper .product-table-content #series-table table,
  .catalogsearch-result-index #product-table-wrapper .product-table-wrapper .product-table-content #series-table table,
  .category #product-table-wrapper .product-table-wrapper .product-table-content #rel-series-table table,
  .product #product-table-wrapper .product-table-wrapper .product-table-content #rel-series-table table,
  .catalogsearch-result-index #product-table-wrapper .product-table-wrapper .product-table-content #rel-series-table table {
    border-collapse: collapse;
    margin-bottom: 5px;
  }
  .category #product-table-wrapper .product-table-wrapper .product-table-content #series-table th,
  .product #product-table-wrapper .product-table-wrapper .product-table-content #series-table th,
  .catalogsearch-result-index #product-table-wrapper .product-table-wrapper .product-table-content #series-table th,
  .category #product-table-wrapper .product-table-wrapper .product-table-content #rel-series-table th,
  .product #product-table-wrapper .product-table-wrapper .product-table-content #rel-series-table th,
  .catalogsearch-result-index #product-table-wrapper .product-table-wrapper .product-table-content #rel-series-table th {
    padding: 10px;
    background-color: #11347e;
    color: #fff;
    line-height: 1.2;
  }
  .category #product-table-wrapper .product-table-wrapper .product-table-content #series-table td,
  .product #product-table-wrapper .product-table-wrapper .product-table-content #series-table td,
  .catalogsearch-result-index #product-table-wrapper .product-table-wrapper .product-table-content #series-table td,
  .category #product-table-wrapper .product-table-wrapper .product-table-content #rel-series-table td,
  .product #product-table-wrapper .product-table-wrapper .product-table-content #rel-series-table td,
  .catalogsearch-result-index #product-table-wrapper .product-table-wrapper .product-table-content #rel-series-table td {
    padding: 0;
  }
  .category #product-table-wrapper .product-table-wrapper .product-table-content #series-table td a,
  .product #product-table-wrapper .product-table-wrapper .product-table-content #series-table td a,
  .catalogsearch-result-index #product-table-wrapper .product-table-wrapper .product-table-content #series-table td a,
  .category #product-table-wrapper .product-table-wrapper .product-table-content #rel-series-table td a,
  .product #product-table-wrapper .product-table-wrapper .product-table-content #rel-series-table td a,
  .catalogsearch-result-index #product-table-wrapper .product-table-wrapper .product-table-content #rel-series-table td a {
    padding: 5px 10px;
    color: #11347e;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.2;
  }
  .category #product-table-wrapper .product-table-wrapper .product-table-content #series-table td a:hover,
  .product #product-table-wrapper .product-table-wrapper .product-table-content #series-table td a:hover,
  .catalogsearch-result-index #product-table-wrapper .product-table-wrapper .product-table-content #series-table td a:hover,
  .category #product-table-wrapper .product-table-wrapper .product-table-content #rel-series-table td a:hover,
  .product #product-table-wrapper .product-table-wrapper .product-table-content #rel-series-table td a:hover,
  .catalogsearch-result-index #product-table-wrapper .product-table-wrapper .product-table-content #rel-series-table td a:hover {
    text-decoration: none;
    color: #11347e;
  }
  .category #product-table-wrapper .product-table-wrapper .product-table-content #series-table td,
  .product #product-table-wrapper .product-table-wrapper .product-table-content #series-table td,
  .catalogsearch-result-index #product-table-wrapper .product-table-wrapper .product-table-content #series-table td,
  .category #product-table-wrapper .product-table-wrapper .product-table-content #rel-series-table td,
  .product #product-table-wrapper .product-table-wrapper .product-table-content #rel-series-table td,
  .catalogsearch-result-index #product-table-wrapper .product-table-wrapper .product-table-content #rel-series-table td,
  .category #product-table-wrapper .product-table-wrapper .product-table-content #series-table th,
  .product #product-table-wrapper .product-table-wrapper .product-table-content #series-table th,
  .catalogsearch-result-index #product-table-wrapper .product-table-wrapper .product-table-content #series-table th,
  .category #product-table-wrapper .product-table-wrapper .product-table-content #rel-series-table th,
  .product #product-table-wrapper .product-table-wrapper .product-table-content #rel-series-table th,
  .catalogsearch-result-index #product-table-wrapper .product-table-wrapper .product-table-content #rel-series-table th {
    text-align: center;
    vertical-align: middle;
    border: 1px solid black;
    width: fit-content;
    width: -moz-fit-content;
  }
  .category #product-table-wrapper .product-table-wrapper .product-table-content #series-table td:first-child,
  .product #product-table-wrapper .product-table-wrapper .product-table-content #series-table td:first-child,
  .catalogsearch-result-index #product-table-wrapper .product-table-wrapper .product-table-content #series-table td:first-child,
  .category #product-table-wrapper .product-table-wrapper .product-table-content #rel-series-table td:first-child,
  .product #product-table-wrapper .product-table-wrapper .product-table-content #rel-series-table td:first-child,
  .catalogsearch-result-index #product-table-wrapper .product-table-wrapper .product-table-content #rel-series-table td:first-child,
  .category #product-table-wrapper .product-table-wrapper .product-table-content #series-table th:first-child,
  .product #product-table-wrapper .product-table-wrapper .product-table-content #series-table th:first-child,
  .catalogsearch-result-index #product-table-wrapper .product-table-wrapper .product-table-content #series-table th:first-child,
  .category #product-table-wrapper .product-table-wrapper .product-table-content #rel-series-table th:first-child,
  .product #product-table-wrapper .product-table-wrapper .product-table-content #rel-series-table th:first-child,
  .catalogsearch-result-index #product-table-wrapper .product-table-wrapper .product-table-content #rel-series-table th:first-child {
    text-align: left;
  }
  .category #product-table-wrapper .product-table-wrapper .product-table-content #series-table td:first-child a,
  .product #product-table-wrapper .product-table-wrapper .product-table-content #series-table td:first-child a,
  .catalogsearch-result-index #product-table-wrapper .product-table-wrapper .product-table-content #series-table td:first-child a,
  .category #product-table-wrapper .product-table-wrapper .product-table-content #rel-series-table td:first-child a,
  .product #product-table-wrapper .product-table-wrapper .product-table-content #rel-series-table td:first-child a,
  .catalogsearch-result-index #product-table-wrapper .product-table-wrapper .product-table-content #rel-series-table td:first-child a,
  .category #product-table-wrapper .product-table-wrapper .product-table-content #series-table th:first-child a,
  .product #product-table-wrapper .product-table-wrapper .product-table-content #series-table th:first-child a,
  .catalogsearch-result-index #product-table-wrapper .product-table-wrapper .product-table-content #series-table th:first-child a,
  .category #product-table-wrapper .product-table-wrapper .product-table-content #rel-series-table th:first-child a,
  .product #product-table-wrapper .product-table-wrapper .product-table-content #rel-series-table th:first-child a,
  .catalogsearch-result-index #product-table-wrapper .product-table-wrapper .product-table-content #rel-series-table th:first-child a {
    justify-content: flex-start;
  }
  .category #product-table-wrapper .product-table-wrapper .product-table-content #series-table tr:hover,
  .product #product-table-wrapper .product-table-wrapper .product-table-content #series-table tr:hover,
  .catalogsearch-result-index #product-table-wrapper .product-table-wrapper .product-table-content #series-table tr:hover,
  .category #product-table-wrapper .product-table-wrapper .product-table-content #rel-series-table tr:hover,
  .product #product-table-wrapper .product-table-wrapper .product-table-content #rel-series-table tr:hover,
  .catalogsearch-result-index #product-table-wrapper .product-table-wrapper .product-table-content #rel-series-table tr:hover {
    background-color: #a6c1ff;
    cursor: pointer;
  }
  .category #product-table-wrapper .product-table-wrapper .product-table-content #series-table.symbol-include td:nth-child(2),
  .product #product-table-wrapper .product-table-wrapper .product-table-content #series-table.symbol-include td:nth-child(2),
  .catalogsearch-result-index #product-table-wrapper .product-table-wrapper .product-table-content #series-table.symbol-include td:nth-child(2),
  .category #product-table-wrapper .product-table-wrapper .product-table-content #rel-series-table.symbol-include td:nth-child(2),
  .product #product-table-wrapper .product-table-wrapper .product-table-content #rel-series-table.symbol-include td:nth-child(2),
  .catalogsearch-result-index #product-table-wrapper .product-table-wrapper .product-table-content #rel-series-table.symbol-include td:nth-child(2),
  .category #product-table-wrapper .product-table-wrapper .product-table-content #series-table.symbol-include th:nth-child(2),
  .product #product-table-wrapper .product-table-wrapper .product-table-content #series-table.symbol-include th:nth-child(2),
  .catalogsearch-result-index #product-table-wrapper .product-table-wrapper .product-table-content #series-table.symbol-include th:nth-child(2),
  .category #product-table-wrapper .product-table-wrapper .product-table-content #rel-series-table.symbol-include th:nth-child(2),
  .product #product-table-wrapper .product-table-wrapper .product-table-content #rel-series-table.symbol-include th:nth-child(2),
  .catalogsearch-result-index #product-table-wrapper .product-table-wrapper .product-table-content #rel-series-table.symbol-include th:nth-child(2) {
    text-align: left;
  }
  .category #product-table-wrapper .product-table-wrapper .product-table-content #series-table.symbol-include td:nth-child(2) a,
  .product #product-table-wrapper .product-table-wrapper .product-table-content #series-table.symbol-include td:nth-child(2) a,
  .catalogsearch-result-index #product-table-wrapper .product-table-wrapper .product-table-content #series-table.symbol-include td:nth-child(2) a,
  .category #product-table-wrapper .product-table-wrapper .product-table-content #rel-series-table.symbol-include td:nth-child(2) a,
  .product #product-table-wrapper .product-table-wrapper .product-table-content #rel-series-table.symbol-include td:nth-child(2) a,
  .catalogsearch-result-index #product-table-wrapper .product-table-wrapper .product-table-content #rel-series-table.symbol-include td:nth-child(2) a,
  .category #product-table-wrapper .product-table-wrapper .product-table-content #series-table.symbol-include th:nth-child(2) a,
  .product #product-table-wrapper .product-table-wrapper .product-table-content #series-table.symbol-include th:nth-child(2) a,
  .catalogsearch-result-index #product-table-wrapper .product-table-wrapper .product-table-content #series-table.symbol-include th:nth-child(2) a,
  .category #product-table-wrapper .product-table-wrapper .product-table-content #rel-series-table.symbol-include th:nth-child(2) a,
  .product #product-table-wrapper .product-table-wrapper .product-table-content #rel-series-table.symbol-include th:nth-child(2) a,
  .catalogsearch-result-index #product-table-wrapper .product-table-wrapper .product-table-content #rel-series-table.symbol-include th:nth-child(2) a {
    justify-content: flex-start;
  }
  .category #product-table-wrapper .product-table-wrapper .product-table-content #series-table > p,
  .product #product-table-wrapper .product-table-wrapper .product-table-content #series-table > p,
  .catalogsearch-result-index #product-table-wrapper .product-table-wrapper .product-table-content #series-table > p,
  .category #product-table-wrapper .product-table-wrapper .product-table-content #rel-series-table > p,
  .product #product-table-wrapper .product-table-wrapper .product-table-content #rel-series-table > p,
  .catalogsearch-result-index #product-table-wrapper .product-table-wrapper .product-table-content #rel-series-table > p {
    margin-bottom: unset;
    line-height: unset;
    font-size: 13px;
    color: #11347e;
  }
  .category #product-table-wrapper .product-table-wrapper .product-table-content #similar-series h3,
  .product #product-table-wrapper .product-table-wrapper .product-table-content #similar-series h3,
  .catalogsearch-result-index #product-table-wrapper .product-table-wrapper .product-table-content #similar-series h3,
  .category #product-table-wrapper .product-table-wrapper .product-table-content #similar-series ul,
  .product #product-table-wrapper .product-table-wrapper .product-table-content #similar-series ul,
  .catalogsearch-result-index #product-table-wrapper .product-table-wrapper .product-table-content #similar-series ul {
    width: 100%;
    text-align: left;
  }
  .category #product-table-wrapper .product-table-wrapper .product-table-content #similar-series h3,
  .product #product-table-wrapper .product-table-wrapper .product-table-content #similar-series h3,
  .catalogsearch-result-index #product-table-wrapper .product-table-wrapper .product-table-content #similar-series h3 {
    background-color: #11347e;
    color: #fff;
    padding: 10px;
  }
  .category #product-table-wrapper .product-table-wrapper .product-table-content #similar-series ul li,
  .product #product-table-wrapper .product-table-wrapper .product-table-content #similar-series ul li,
  .catalogsearch-result-index #product-table-wrapper .product-table-wrapper .product-table-content #similar-series ul li {
    border-bottom: 1px solid;
    padding: 10px;
  }
  .category #product-table-wrapper .product-table-wrapper .product-table-content #similar-series .related-series-wrapper,
  .product #product-table-wrapper .product-table-wrapper .product-table-content #similar-series .related-series-wrapper,
  .catalogsearch-result-index #product-table-wrapper .product-table-wrapper .product-table-content #similar-series .related-series-wrapper {
    padding: 20px 0 0 0;
    border-top: 1px solid;
    margin-top: 10px;
  }
  .category #product-table-wrapper .product-table-wrapper .product-table-content #similar-series .related-product-name,
  .product #product-table-wrapper .product-table-wrapper .product-table-content #similar-series .related-product-name,
  .catalogsearch-result-index #product-table-wrapper .product-table-wrapper .product-table-content #similar-series .related-product-name {
    font-size: 14px;
    line-height: 24px;
    cursor: pointer;
    text-decoration: underline;
  }
  .category #product-table-wrapper .product-table-wrapper .product-table-content #similar-series .related-product-name:after,
  .product #product-table-wrapper .product-table-wrapper .product-table-content #similar-series .related-product-name:after,
  .catalogsearch-result-index #product-table-wrapper .product-table-wrapper .product-table-content #similar-series .related-product-name:after {
    display: inline-block;
    content: "";
    background-image: url('..//images/right_arrow.svg');
    transform: rotate(90deg);
    width: 10px;
    height: 10px;
    margin-left: 10px;
    margin-right: 50px;
  }
  .category #product-table-wrapper .product-table-wrapper .product-table-content #series-to-pdf,
  .product #product-table-wrapper .product-table-wrapper .product-table-content #series-to-pdf,
  .catalogsearch-result-index #product-table-wrapper .product-table-wrapper .product-table-content #series-to-pdf {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 32px;
    min-width: 150px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: normal;
    font-stretch: expanded;
    transition: all 0.3s ease-in-out;
    box-shadow: none;
    border: 2px solid;
    border-radius: 0px;
    border-color: #3e7bef;
    background-color: #3e7bef;
    color: #f7f7f7;
    width: 100%;
  }
  .category #product-table-wrapper .product-table-wrapper .product-table-content #series-to-pdf:hover,
  .product #product-table-wrapper .product-table-wrapper .product-table-content #series-to-pdf:hover,
  .catalogsearch-result-index #product-table-wrapper .product-table-wrapper .product-table-content #series-to-pdf:hover {
    text-decoration: none;
  }
  .category #product-table-wrapper .product-table-wrapper .product-table-content #series-to-pdf a,
  .product #product-table-wrapper .product-table-wrapper .product-table-content #series-to-pdf a,
  .catalogsearch-result-index #product-table-wrapper .product-table-wrapper .product-table-content #series-to-pdf a {
    color: #f7f7f7;
    text-decoration: none;
  }
  .category #product-table-wrapper .product-table-wrapper .product-table-content #series-to-pdf:hover,
  .product #product-table-wrapper .product-table-wrapper .product-table-content #series-to-pdf:hover,
  .catalogsearch-result-index #product-table-wrapper .product-table-wrapper .product-table-content #series-to-pdf:hover {
    background-color: #11347e;
    border-color: #3e7bef;
    color: #fff;
  }
  .category #product-table-wrapper .product-table-wrapper .product-table-content #series-to-pdf:hover a,
  .product #product-table-wrapper .product-table-wrapper .product-table-content #series-to-pdf:hover a,
  .catalogsearch-result-index #product-table-wrapper .product-table-wrapper .product-table-content #series-to-pdf:hover a {
    color: #fff;
    text-decoration: none;
  }
  .manufacturer-list,
  .custom-category-page {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    max-width: 960px;
    margin: auto;
  }
  .manufacturer-list .category-desc-wrapper,
  .custom-category-page .category-desc-wrapper {
    width: 100%;
    padding: 10px;
  }
  .manufacturer-list .category-image,
  .custom-category-page .category-image {
    width: 100%;
  }
  .manufacturer-list .top-wrapper,
  .custom-category-page .top-wrapper {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .manufacturer-list .categories-block-wrapper .categories-grid #main-categories li.category-square,
  .custom-category-page .categories-block-wrapper .categories-grid #main-categories li.category-square,
  .manufacturer-list .categories-block-wrapper .categories-grid #main-subcategory li.category-square,
  .custom-category-page .categories-block-wrapper .categories-grid #main-subcategory li.category-square {
    width: 25%;
  }
  .custom-category-page {
    max-width: 1260px;
  }
  .custom-category-page .categories-block-wrapper .categories-grid #main-categories li.category-square,
  .custom-category-page .categories-block-wrapper .categories-grid #main-subcategory li.category-square {
    width: 20%;
  }
  .cms-producenci_lista .breadcrumbs {
    display: none;
  }
  .products-grid .product-item,
  .products-list .product-item,
  .products-slider .product-item {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .products-grid .product-item .product-item-link,
  .products-list .product-item .product-item-link,
  .products-slider .product-item .product-item-link,
  .products-grid .product-item .nazwa-produktu-slider,
  .products-list .product-item .nazwa-produktu-slider,
  .products-slider .product-item .nazwa-produktu-slider {
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: unset;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .products-grid .product-item:hover .product-item-link,
  .products-list .product-item:hover .product-item-link,
  .products-slider .product-item:hover .product-item-link,
  .products-grid .product-item:hover .nazwa-produktu-slider,
  .products-list .product-item:hover .nazwa-produktu-slider,
  .products-slider .product-item:hover .nazwa-produktu-slider {
    color: #e17c26;
    text-decoration: none !important;
  }
  .products-grid .product-item .cena-promo .slider_button_zobacz,
  .products-list .product-item .cena-promo .slider_button_zobacz,
  .products-slider .product-item .cena-promo .slider_button_zobacz,
  .products-grid .product-item .cena-promo .tocart_tile,
  .products-list .product-item .cena-promo .tocart_tile,
  .products-slider .product-item .cena-promo .tocart_tile {
    height: 40px;
  }
  .products-grid .product-item .cena-promo .slider_button_zobacz a,
  .products-list .product-item .cena-promo .slider_button_zobacz a,
  .products-slider .product-item .cena-promo .slider_button_zobacz a {
    color: #11347e;
    text-decoration: none;
    line-height: 1.4;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: inherit;
    font-weight: inherit;
  }
  .products-grid .product-item .cena-promo p.cena-produktu-brutto-slider,
  .products-list .product-item .cena-promo p.cena-produktu-brutto-slider,
  .products-slider .product-item .cena-promo p.cena-produktu-brutto-slider {
    text-align: center;
  }
  .products-grid .product-item .tier-price-label,
  .products-list .product-item .tier-price-label,
  .products-slider .product-item .tier-price-label {
    font-size: 18px;
    text-align: center;
    margin-bottom: 0;
    font-weight: normal;
    color: #11347e;
  }
  .products-grid .product-item .product-circles-wrapper,
  .products-list .product-item .product-circles-wrapper,
  .products-slider .product-item .product-circles-wrapper {
    width: unset;
    right: 0;
  }
  .products-list .product-item .product-item-photo {
    padding: 0;
  }
  .products-list .product-item .product-item-photo .product-image-photo {
    height: 100%;
    width: auto;
  }
  .products-list .product-item .btn {
    width: 100%;
    margin: 0 auto 25px;
    flex: 1 0 auto;
    align-items: flex-end;
    justify-content: space-between;
  }
  .products-list .product-item .btn .tocart_tile {
    height: 40px;
    width: 49%;
    min-width: unset;
  }
  .products-list .product-item .cena-promo {
    height: 100%;
  }
  .products-list .product-item .cena-promo .qty-label {
    margin-bottom: 0;
  }
  .products-list .product-item .cena-promo .cena-produktu-brutto-slider {
    color: #808080;
    text-align: center;
  }
  .products-list .product .add-to-cart .quantity-handler button.qty-minus,
  .products-list .product .add-to-cart .quantity-handler button.qty-plus,
  .products-list .product .add-to-cart .quantity-handler .qty {
    height: 40px;
  }
  .products-slider .cena-promo .cena-produktu-brutto-slider {
    color: #808080;
    text-align: center;
  }
  .products-grid .product-item .tier-price-label,
  .products-grid .product-item .cena-promo #promoPrice {
    margin-top: -20px;
  }
  .form-create-account .bookmark-account-create.active {
    background-color: #11347e;
    border-bottom: 1px solid #11347e;
    color: #fff !important;
    font-weight: bold;
  }
  .cart-container .checkout-product .total-net,
  .cart-container .checkout-product .price-net,
  .cart-container .checkout-product .catalog-price {
    font-size: 16px;
    font-weight: 700;
    color: #11347e;
    margin-bottom: 0;
  }
  .cart-container .checkout-product .catalog-price {
    font-weight: 400;
  }
  .cart-container .checkout-product .price-including-tax .price {
    color: #808080;
    font-size: 14px;
    font-weight: 400;
  }
  .cart-container .checkout-product .row {
    align-items: center;
  }
  .cart-container .checkout-product .row .product-item-name-wrapper {
    width: 80%;
  }
  .cart-container .checkout-product .row .product-item-name-wrapper a {
    line-height: 1.2;
  }
  .cart-container .item,
  .cart-container .image-name {
    width: 35%;
    max-width: 35%;
  }
  .cart-container .column-labels .price,
  .cart-container .column-labels .stock,
  .cart-container .column-labels .qty,
  .cart-container .column-labels .subtotal,
  .cart-container .column-labels .discount,
  .cart-container .column-labels .discount-price {
    width: 10%;
    max-width: 10%;
  }
  .cart-container .column-labels .discount,
  .cart-container .column-labels .discount-price {
    flex: auto;
    padding-left: 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
  }
  .cart-container .column-labels .discount {
    width: 8%;
    max-width: 8%;
    justify-content: center;
    padding-right: 0;
  }
  .cart-container .column-labels .discount-price {
    width: 12%;
    max-width: 12%;
  }
  .cart-container .column-labels .delete {
    width: 5%;
    max-width: 5%;
  }
  .cart-container .price-qty {
    width: 20%;
    max-width: 20%;
  }
  .cart-container .price-qty .qty-wrapper,
  .cart-container .price-qty .lista-zamowionych-produktow-cena {
    width: 50%;
  }
  .cart-container .price-qty.discount-wrapper .discount-number,
  .cart-container .price-qty.discount-wrapper .discount-price {
    width: 60%;
    font-weight: 700;
    line-height: 24px;
  }
  .cart-container .price-qty.discount-wrapper .discount-number {
    width: 40%;
    display: flex;
    justify-content: center;
  }
  .cart-container .checkout-product-last-column {
    width: 25%;
    max-width: 25%;
  }
  .cart-container .checkout-product-last-column .product-stock,
  .cart-container .checkout-product-last-column .last-value {
    width: 40%;
  }
  .cart-container .product-item-name {
    font-size: 14px;
  }
  .cart-container .product-stock h4.product-stock-info {
    text-align: center;
  }
  .cart-container .cart.main.actions {
    padding: 30px 0 10px;
  }
  .cart-container .pdf-button-wrapper {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .cart-container .pdf-button-wrapper .action.primary {
    height: 40px;
    width: 170px;
    display: flex;
  }
  .cart-container .checkout-bottom-buttons-wrapper .checkout-bottom-buttons .next-step-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
  }
  .cart-container .checkout-bottom-buttons-wrapper .checkout-bottom-buttons .next-step-wrapper .custom-order-number-label {
    font-size: 14px;
    margin-right: 20px;
    white-space: nowrap;
  }
  .cart-container .checkout-bottom-buttons-wrapper .checkout-bottom-buttons .next-step-wrapper input#custom_order_number {
    height: 40px;
    margin-right: 20px;
    min-width: 200px;
    width: 30%;
  }
  .cart-container .checkout-bottom-buttons-wrapper .checkout-bottom-buttons .next-step-wrapper .action.next-step {
    min-width: 200px;
  }
  .cart-container p.annotation {
    text-align: right;
  }
  .cart-container .block.discount .control {
    width: 90%;
  }
  .checkout-all .input-wrapper {
    display: flex;
    flex-direction: column;
    padding: 5px 0;
    position: relative;
  }
  .checkout-all .input-wrapper input:read-only {
    opacity: .5;
    background-color: #e4e4e4;
  }
  .input-wrapper input:read-only + label,
  .input-wrapper textarea:read-only + label {
    visibility: hidden;
  }
  #maincontent .checkout-all .podsumowanie-kolumna-druga .label h5 {
    color: #11347e;
    line-height: 1.2;
  }
  .input-wrapper label,
  .input-wrapper textarea::placeholder {
    color: #999999;
  }
  .account.page-layout-2columns-left .account .main,
  .page-layout-1column .account .main {
    padding-left: 0 !important;
  }
  .account.page-layout-2columns-left .account address table > tbody > tr > td,
  .page-layout-1column .account address table > tbody > tr > td {
    padding: 0 5px;
    width: 50%;
  }
  .account.page-layout-2columns-left .account address strong,
  .page-layout-1column .account address strong {
    font-weight: bold;
  }
  .account.page-layout-2columns-left .account .customer-data,
  .page-layout-1column .account .customer-data {
    height: fit-content;
  }
  .account.page-layout-2columns-left .account .customer-data tr > td,
  .page-layout-1column .account .customer-data tr > td {
    padding: 0 5px;
  }
  .account.page-layout-2columns-left .account .customer-data strong,
  .page-layout-1column .account .customer-data strong {
    font-weight: bold;
  }
  .account.page-layout-2columns-left .account .block-dashboard-info .block-content .box-information,
  .page-layout-1column .account .block-dashboard-info .block-content .box-information {
    width: 100% !important;
  }
  .account.page-layout-2columns-left .account .block-dashboard-info .block-content .box-information .box-content .customer-data,
  .page-layout-1column .account .block-dashboard-info .block-content .box-information .box-content .customer-data {
    width: 50%;
  }
  .account.page-layout-2columns-left .account .box-title span,
  .page-layout-1column .account .box-title span {
    font-size: 18px !important;
    margin-bottom: 20px !important;
  }
  .account.page-layout-2columns-left .account .table-order-items tbody th,
  .page-layout-1column .account .table-order-items tbody th {
    font-weight: 700;
  }
  .account.page-layout-2columns-left .account .table-order-items tbody th.title,
  .page-layout-1column .account .table-order-items tbody th.title {
    border: none;
    border-left: 5px solid #11347e;
  }
  .account.page-layout-2columns-left .account .table-order-items tbody .col,
  .page-layout-1column .account .table-order-items tbody .col {
    line-height: 1.2;
  }
  .account.page-layout-2columns-left .account .table-order-items tbody .col.price,
  .page-layout-1column .account .table-order-items tbody .col.price {
    min-width: 140px;
  }
  .account.page-layout-2columns-left .account .table-order-items tbody .col-price-original,
  .page-layout-1column .account .table-order-items tbody .col-price-original {
    text-align: right;
  }
  .account.page-layout-2columns-left .account .table-order-items tbody .price-excluding-tax,
  .page-layout-1column .account .table-order-items tbody .price-excluding-tax,
  .account.page-layout-2columns-left .account .table-order-items tbody .price-including-tax,
  .page-layout-1column .account .table-order-items tbody .price-including-tax {
    font-size: initial;
  }
  .account.page-layout-2columns-left .account .table-order-items tbody .price-excluding-tax .cart-price .tax,
  .page-layout-1column .account .table-order-items tbody .price-excluding-tax .cart-price .tax,
  .account.page-layout-2columns-left .account .table-order-items tbody .price-including-tax .cart-price .tax,
  .page-layout-1column .account .table-order-items tbody .price-including-tax .cart-price .tax {
    font-size: 14px;
  }
  .account.page-layout-2columns-left .account .table-order-items tbody .price-excluding-tax .cart-price .price,
  .page-layout-1column .account .table-order-items tbody .price-excluding-tax .cart-price .price,
  .account.page-layout-2columns-left .account .table-order-items tbody .price-excluding-tax .cart-price .tax,
  .page-layout-1column .account .table-order-items tbody .price-excluding-tax .cart-price .tax {
    font-weight: 700;
  }
  .account.page-layout-2columns-left .account .table-order-items tfoot tr th,
  .page-layout-1column .account .table-order-items tfoot tr th {
    font-weight: 700;
    vertical-align: initial;
  }
  .account.page-layout-2columns-left .account .table-order-items tfoot tr th,
  .page-layout-1column .account .table-order-items tfoot tr th,
  .account.page-layout-2columns-left .account .table-order-items tfoot tr td,
  .page-layout-1column .account .table-order-items tfoot tr td {
    padding: 15px 10px 5px;
  }
  .account.page-layout-2columns-left .account .table-order-items tfoot tr th.amount,
  .page-layout-1column .account .table-order-items tfoot tr th.amount,
  .account.page-layout-2columns-left .account .table-order-items tfoot tr td.amount,
  .page-layout-1column .account .table-order-items tfoot tr td.amount,
  .account.page-layout-2columns-left .account .table-order-items tfoot tr th.amount strong,
  .page-layout-1column .account .table-order-items tfoot tr th.amount strong,
  .account.page-layout-2columns-left .account .table-order-items tfoot tr td.amount strong,
  .page-layout-1column .account .table-order-items tfoot tr td.amount strong {
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
  }
  .account.page-layout-2columns-left .account .table-order-items tfoot tr th.amount .price,
  .page-layout-1column .account .table-order-items tfoot tr th.amount .price,
  .account.page-layout-2columns-left .account .table-order-items tfoot tr td.amount .price,
  .page-layout-1column .account .table-order-items tfoot tr td.amount .price,
  .account.page-layout-2columns-left .account .table-order-items tfoot tr th.amount strong .price,
  .page-layout-1column .account .table-order-items tfoot tr th.amount strong .price,
  .account.page-layout-2columns-left .account .table-order-items tfoot tr td.amount strong .price,
  .page-layout-1column .account .table-order-items tfoot tr td.amount strong .price {
    margin-right: 3px;
  }
  .account.page-layout-2columns-left .account .table-order-items tfoot tr:nth-child(2n+1) td,
  .page-layout-1column .account .table-order-items tfoot tr:nth-child(2n+1) td {
    font-weight: 700;
    padding: 12px 10px 0;
  }
  .account.page-layout-2columns-left .account .table-order-items tfoot tr:nth-child(2n+1) td .price,
  .page-layout-1column .account .table-order-items tfoot tr:nth-child(2n+1) td .price {
    font-weight: 700;
  }
  .account.page-layout-2columns-left .account .table-order-items tfoot tr:nth-child(2n) td,
  .page-layout-1column .account .table-order-items tfoot tr:nth-child(2n) td {
    padding: 15px 10px 5px;
  }
  .account.page-layout-2columns-left .account .table-order-items tfoot tr.grand_total_incl:nth-child(2n) td,
  .page-layout-1column .account .table-order-items tfoot tr.grand_total_incl:nth-child(2n) td {
    padding: 0 10px;
  }
  .account.page-layout-2columns-left .account .business-terms-wrapper,
  .page-layout-1column .account .business-terms-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .account.page-layout-2columns-left .account .business-terms-wrapper .container-business-terms-negation,
  .page-layout-1column .account .business-terms-wrapper .container-business-terms-negation,
  .account.page-layout-2columns-left .account .business-terms-wrapper .container-business-terms,
  .page-layout-1column .account .business-terms-wrapper .container-business-terms {
    min-width: 50%;
    max-width: 50%;
    padding: 10px;
  }
  .account.page-layout-2columns-left .account .commercialData,
  .page-layout-1column .account .commercialData {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: unset;
    height: auto;
    margin: unset;
    padding: unset;
    border-radius: 0px;
    border: none;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }
  .account.page-layout-2columns-left .account .commercialData .business-terms-title,
  .page-layout-1column .account .commercialData .business-terms-title {
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #11347e;
    font-size: 20px;
  }
  .account.page-layout-2columns-left .account .commercialData li,
  .page-layout-1column .account .commercialData li {
    text-align: left;
  }
  .account.page-layout-2columns-left .account .commercialData span,
  .page-layout-1column .account .commercialData span {
    line-height: 21px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
  }
  .account.page-layout-2columns-left .account .commercialData span span,
  .page-layout-1column .account .commercialData span span {
    width: 50%;
    text-align: left;
  }
  .account.page-layout-2columns-left .account .commercialData span b,
  .page-layout-1column .account .commercialData span b {
    color: #e17c26;
    font-size: 17px;
    font-weight: bold;
  }
  .account.page-layout-2columns-left .account .return-container,
  .page-layout-1column .account .return-container {
    width: 100%;
    max-width: 1240px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
  }
  .account.page-layout-2columns-left .account .return-container a,
  .page-layout-1column .account .return-container a {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 32px;
    min-width: 150px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: normal;
    font-stretch: expanded;
    transition: all 0.3s ease-in-out;
    box-shadow: none;
    border: 2px solid;
    border-radius: 0px;
    border-color: #3e7bef;
    background-color: #3e7bef;
    color: #f7f7f7;
  }
  .account.page-layout-2columns-left .account .return-container a:hover,
  .page-layout-1column .account .return-container a:hover {
    text-decoration: none;
  }
  .account.page-layout-2columns-left .account .return-container a a,
  .page-layout-1column .account .return-container a a {
    color: #f7f7f7;
    text-decoration: none;
  }
  .account.page-layout-2columns-left .account .return-container a:hover,
  .page-layout-1column .account .return-container a:hover {
    background-color: #11347e;
    border-color: #3e7bef;
    color: #fff;
  }
  .account.page-layout-2columns-left .account .return-container a:hover a,
  .page-layout-1column .account .return-container a:hover a {
    color: #fff;
    text-decoration: none;
  }
  .blog-category-index .columns,
  .blog-post-view .columns {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 100%;
  }
  .blog-category-index .columns .blog__sidebar-main,
  .blog-post-view .columns .blog__sidebar-main {
    width: 20%;
  }
  .blog-category-index .columns .blog__sidebar-main .blog__sidebar-search,
  .blog-post-view .columns .blog__sidebar-main .blog__sidebar-search {
    height: 40px;
    width: 100%;
    max-width: 620px;
    border-radius: 3px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    margin: 0 auto 30px;
  }
  .blog-category-index .columns .blog__sidebar-main .blog__sidebar-search form,
  .blog-post-view .columns .blog__sidebar-main .blog__sidebar-search form {
    width: 100%;
  }
  .blog-category-index .columns .blog__sidebar-main .blog__sidebar-search form input,
  .blog-post-view .columns .blog__sidebar-main .blog__sidebar-search form input {
    height: 40px;
    width: 100%;
    padding: 0 10px;
    outline: none;
    box-shadow: none;
    border: 1px solid #f4f4f4;
    font-size: 14px;
  }
  .blog-category-index .columns .blog__sidebar-main .blog__sidebar-search .action.primary,
  .blog-post-view .columns .blog__sidebar-main .blog__sidebar-search .action.primary {
    height: 40px;
    padding: 0px;
    width: 50px;
    background-color: #e17c26;
    outline: none;
    box-shadow: none;
    cursor: pointer;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border: none;
    min-width: unset;
  }
  .blog-category-index .columns .blog__sidebar-main .blog__sidebar-search .action.primary:hover,
  .blog-post-view .columns .blog__sidebar-main .blog__sidebar-search .action.primary:hover {
    background-color: #808080;
  }
  .blog-category-index .columns .blog__sidebar-main .blog__sidebar-category-tree,
  .blog-post-view .columns .blog__sidebar-main .blog__sidebar-category-tree,
  .blog-category-index .columns .blog__sidebar-main #category-tree-wrapper,
  .blog-post-view .columns .blog__sidebar-main #category-tree-wrapper {
    display: none;
  }
  .blog-category-index .columns .blog__sidebar-main .blog__sidebar-recent .block-title,
  .blog-post-view .columns .blog__sidebar-main .blog__sidebar-recent .block-title {
    font-size: 21px;
    color: #11347e;
    margin-bottom: 10px;
    font-weight: bold;
  }
  .blog-category-index .columns .blog__sidebar-main .blog__sidebar-recent .block-title strong,
  .blog-post-view .columns .blog__sidebar-main .blog__sidebar-recent .block-title strong {
    font-weight: bold;
  }
  .blog-category-index .columns .blog__sidebar-main .blog__sidebar-recent .block-content .items .item,
  .blog-post-view .columns .blog__sidebar-main .blog__sidebar-recent .block-content .items .item {
    display: flex;
    align-items: center;
  }
  .blog-category-index .columns .blog__sidebar-main .blog__sidebar-recent .block-content .items .item a,
  .blog-post-view .columns .blog__sidebar-main .blog__sidebar-recent .block-content .items .item a {
    font-size: 13px;
    color: #11347e;
    margin-bottom: 10px;
  }
  .blog-category-index .columns .blog__sidebar-main .blog__sidebar-recent .block-content .items .item a:hover,
  .blog-post-view .columns .blog__sidebar-main .blog__sidebar-recent .block-content .items .item a:hover {
    color: #e17c26;
  }
  .blog-category-index .columns .blog__sidebar-main .blog__sidebar-recent .block-content .items .item a:first-child:before,
  .blog-post-view .columns .blog__sidebar-main .blog__sidebar-recent .block-content .items .item a:first-child:before {
    content: "";
    display: block;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    margin-right: 5px;
    background-color: #11347e;
  }
  .blog-category-index .columns .blog__sidebar-main .blog__sidebar-recent .block-content .items .item img,
  .blog-post-view .columns .blog__sidebar-main .blog__sidebar-recent .block-content .items .item img {
    display: none;
  }
  .blog-category-index .columns .blog__sidebar-main .blog__sidebar-tag-cloud .block-content a,
  .blog-post-view .columns .blog__sidebar-main .blog__sidebar-tag-cloud .block-content a {
    font-size: 14px !important;
  }
  .blog-category-index .columns .blog__sidebar-main .blog__sidebar-rss-link a,
  .blog-post-view .columns .blog__sidebar-main .blog__sidebar-rss-link a {
    font-size: 14px;
  }
  .blog-category-index .columns .column.main,
  .blog-post-view .columns .column.main {
    width: 78%;
    flex-grow: unset;
  }
  .blog-category-index .columns .column.main .blog__post-list-wrapper .blog__post-list > li,
  .blog-post-view .columns .column.main .blog__post-list-wrapper .blog__post-list > li {
    border-bottom: 2px solid #e17c26;
    padding: 10px 10px 30px;
    margin-bottom: 30px;
  }
  .blog-category-index .columns .column.main .blog__post-list-wrapper .blog__post-list > li .blog__post-header,
  .blog-post-view .columns .column.main .blog__post-list-wrapper .blog__post-list > li .blog__post-header {
    position: unset;
    background-color: unset;
    margin-bottom: 10px;
  }
  .blog-category-index .columns .column.main .blog__post-list-wrapper .blog__post-list > li .blog__post-header .blog__post-title a,
  .blog-post-view .columns .column.main .blog__post-list-wrapper .blog__post-list > li .blog__post-header .blog__post-title a {
    font-size: 27px;
    margin-bottom: 30px;
    font-weight: bold;
    color: #11347e;
  }
  .blog-category-index .columns .column.main .blog__post-list-wrapper .blog__post-list > li .blog__post-header .blog__post-title a:hover,
  .blog-post-view .columns .column.main .blog__post-list-wrapper .blog__post-list > li .blog__post-header .blog__post-title a:hover {
    color: #e17c26;
  }
  .blog-category-index .columns .column.main .blog__post-list-wrapper .toolbar,
  .blog-post-view .columns .column.main .blog__post-list-wrapper .toolbar {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .blog-category-index .columns .column.main .blog__post-list-wrapper .toolbar:before,
  .blog-post-view .columns .column.main .blog__post-list-wrapper .toolbar:before,
  .blog-category-index .columns .column.main .blog__post-list-wrapper .toolbar:after,
  .blog-post-view .columns .column.main .blog__post-list-wrapper .toolbar:after {
    display: none;
  }
  .blog-category-index .blog__post-view .blog__post-featured-image,
  .blog-post-view .blog__post-view .blog__post-featured-image {
    float: none;
    width: 100%;
    padding: 10px 30px 30px;
    max-width: 800px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .blog-category-index .blog__post-view ol li,
  .blog-post-view .blog__post-view ol li {
    list-style: decimal !important;
    list-style-position: inside !important;
  }
  .blog-category-index .blog__post-view ul li,
  .blog-post-view .blog__post-view ul li {
    list-style: disc !important;
    list-style-position: inside !important;
  }
  .blog-category-index .blog__post-view p,
  .blog-post-view .blog__post-view p,
  .blog-category-index .blog__post-view li,
  .blog-post-view .blog__post-view li {
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .blog-category-index .blog__post-view p,
  .blog-post-view .blog__post-view p {
    line-height: 20px;
  }
  .blog-category-index .blog__post-view li,
  .blog-post-view .blog__post-view li {
    line-height: 25px;
  }
  .blog-category-index .blog__post-view h1,
  .blog-post-view .blog__post-view h1 {
    font-size: 27px;
    text-align: center;
    margin: 10px auto 30px;
    font-weight: bold;
    line-height: 30px;
  }
  .blog-category-index .blog__post-view h2,
  .blog-post-view .blog__post-view h2 {
    font-size: 24px;
    text-align: center;
    margin: 10px auto 20px;
    font-weight: bold;
    line-height: 27px;
  }
  .blog-category-index .blog__post-view h3,
  .blog-post-view .blog__post-view h3 {
    font-size: 21px;
    text-align: center;
    margin: 0 auto 20px;
    font-weight: bold;
    line-height: 24px;
  }
  .blog-category-index .blog__post-view h4,
  .blog-post-view .blog__post-view h4 {
    font-size: 18px;
    text-align: center;
    margin: 0 auto 10px;
    font-weight: bold;
    line-height: 21px;
  }
  .blog-category-index .blog__post-view h5,
  .blog-post-view .blog__post-view h5 {
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
    line-height: 18px;
  }
  .blog-category-index .blog__post-view strong,
  .blog-post-view .blog__post-view strong {
    font-weight: bold;
  }
  .blog-category-index .blog__post-view i,
  .blog-post-view .blog__post-view i {
    font-style: italic;
  }
  .blog-category-index .blog__post-view .gallery-wrapper,
  .blog-post-view .blog__post-view .gallery-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
  }
  .blog-category-index .blog__post-view .gallery-wrapper img,
  .blog-post-view .blog__post-view .gallery-wrapper img {
    max-width: 350px;
  }
  .blog-category-index .blog__post-view .blog__post-featured-image,
  .blog-post-view .blog__post-view .blog__post-featured-image,
  .blog-category-index .blog__post-view .blog__post-featured-image,
  .blog-post-view .blog__post-view .blog__post-featured-image {
    padding: 10px 0 30px;
    max-width: 100%;
  }
  .blog-category-index .blog__post-meta-author,
  .blog-post-view .blog__post-meta-author {
    display: none;
  }
  .blog-category-index .blog__post-excerpt,
  .blog-post-view .blog__post-excerpt {
    line-height: 1.3;
  }
  .blog-category-index .blog__post-view .blog__post-view-related-products ol li,
  .blog-post-view .blog__post-view .blog__post-view-related-products ol li {
    width: 23%;
    margin: 10px 1%;
  }
  .blog-category-index .blog__post-view .blog__post-view-related-products ol li .tax-amont,
  .blog-post-view .blog__post-view .blog__post-view-related-products ol li .tax-amont {
    display: none;
  }
  .blog-category-index .blog__post-view .blog__post-view-related-products ol li .price-excluding-tax,
  .blog-post-view .blog__post-view .blog__post-view-related-products ol li .price-excluding-tax {
    color: #e17c26;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    padding: 0 0 5px;
    margin: 0;
  }
  .blog-category-index .blog__post-view .blog__post-view-related-products ol li .price-excluding-tax:after,
  .blog-post-view .blog__post-view .blog__post-view-related-products ol li .price-excluding-tax:after {
    content: "netto";
    margin-left: 5px;
  }
  .blog-category-index .blog__post-view .blog__post-view-related-products ol li .price-including-tax,
  .blog-post-view .blog__post-view .blog__post-view-related-products ol li .price-including-tax {
    text-align: center;
    font-size: unset;
  }
  .blog-category-index .blog__post-view .blog__post-view-related-products ol li .price-including-tax .price,
  .blog-post-view .blog__post-view .blog__post-view-related-products ol li .price-including-tax .price {
    font-size: 13px;
    margin-bottom: 10px;
    line-height: 1.5;
    color: #11347e;
  }
  .blog-category-index .blog__post-view .blog__post-view-related-products ol li .price-including-tax .price:after,
  .blog-post-view .blog__post-view .blog__post-view-related-products ol li .price-including-tax .price:after {
    content: "brutto";
    margin-left: 5px;
  }
  .blog-category-index .blog__post-view .blog__post-view-related-products ol li .product-image-photo,
  .blog-post-view .blog__post-view .blog__post-view-related-products ol li .product-image-photo {
    height: unset;
    width: 100%;
  }
  .blog-category-index .blog__post-view .blog__post-view-related-products ol li .product .old-price,
  .blog-post-view .blog__post-view .blog__post-view-related-products ol li .product .old-price {
    text-decoration: none;
  }
  .blog-category-index .blog__post-footer,
  .blog-post-view .blog__post-footer {
    background-color: #f7f7f7;
    margin-bottom: 10px;
    margin-top: 20px;
    color: #11347e;
  }
  .blog-category-index .blog__copyright-wrapper,
  .blog-post-view .blog__copyright-wrapper {
    display: none;
  }
  .blog-category-index .blog__sidebar-tag-cloud,
  .blog-post-view .blog__sidebar-tag-cloud,
  .blog-category-index .blog__sidebar-rss-link,
  .blog-post-view .blog__sidebar-rss-link {
    display: none;
  }
  #cart_redirect_button,
  #whishlist_redirect_button {
    min-width: 165px;
  }
  .page.messages {
    margin-bottom: 20px;
  }
  .contact-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .contact-wrapper h2 {
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #11347e;
  }
  .contact-wrapper p,
  .contact-wrapper a,
  .contact-wrapper strong {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    padding: 0;
  }
  .contact-wrapper strong {
    font-weight: bold;
  }
  .contact-wrapper .row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
  }
  .contact-wrapper .row .two-column {
    width: 50%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
  .contact-wrapper .row .two-column p {
    padding: 10px 0;
  }
  .contact-wrapper .row .button-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 20px;
  }
  .contact-wrapper .row .button-wrapper .google-button,
  .contact-wrapper .row .button-wrapper .contact-form-button {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 32px;
    min-width: 150px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: normal;
    font-stretch: expanded;
    transition: all 0.3s ease-in-out;
    box-shadow: none;
    border: 2px solid;
    border-radius: 0px;
    border-color: #3e7bef;
    background-color: #3e7bef;
    color: #f7f7f7;
  }
  .contact-wrapper .row .button-wrapper .google-button:hover,
  .contact-wrapper .row .button-wrapper .contact-form-button:hover {
    text-decoration: none;
  }
  .contact-wrapper .row .button-wrapper .google-button a,
  .contact-wrapper .row .button-wrapper .contact-form-button a {
    color: #f7f7f7;
    text-decoration: none;
  }
  .contact-wrapper .row .button-wrapper .google-button:hover,
  .contact-wrapper .row .button-wrapper .contact-form-button:hover {
    background-color: #11347e;
    border-color: #3e7bef;
    color: #fff;
  }
  .contact-wrapper .row .button-wrapper .google-button:hover a,
  .contact-wrapper .row .button-wrapper .contact-form-button:hover a {
    color: #fff;
    text-decoration: none;
  }
  .contact-wrapper .row .person-contact,
  .contact-wrapper .row .contact-box {
    width: 50%;
    display: flex;
    flex-direction: column;
    padding: 10px 0;
  }
  .contact-wrapper .row .person-contact .name,
  .contact-wrapper .row .contact-box .name {
    margin-bottom: 0;
  }
  .promo-page h1 {
    font-size: 27px;
    line-height: 30px;
    font-weight: normal;
    margin-bottom: 30px;
    padding-left: 10px;
  }
  .promo-page .promo-block-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
    margin-bottom: 60px;
  }
  .promo-page .promo-block-wrapper a.promo-block {
    margin: 10px 10px 20px;
    padding-bottom: 5px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    max-width: 800px;
    width: calc(50% - 20px);
    border-bottom: 1px solid #11347e;
    font-size: 21px;
    line-height: 1.2;
    text-decoration: none;
  }
  .promo-page .promo-block-wrapper a.promo-block .sample,
  .promo-page .promo-block-wrapper a.promo-block .promo-cover {
    min-height: 200px;
    width: 100%;
    background-color: #EEEEEE;
    border: 1px solid #11347e;
    margin-bottom: 5px;
  }
  .promo-page .promo-block-wrapper a.promo-block:hover {
    text-decoration: none;
  }
  #maincontent .form-wishlist-items .products-grid.wishlist .product-item-info .price-box .price-excluding-tax .price {
    font-size: 21px;
    font-weight: 700 !important;
    white-space: nowrap;
    color: #11347e;
  }
  #maincontent .form-wishlist-items .products-grid.wishlist .product-item-info .price-box .price-excluding-tax .price:after {
    content: "netto";
    margin-left: 5px;
  }
  #maincontent .form-wishlist-items .products-grid.wishlist .product-item-info .price-box .price-including-tax {
    margin-top: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #808080;
  }
  #maincontent .form-wishlist-items .products-grid.wishlist .product-item-info .price-box .price-including-tax .price {
    font-size: 13px;
  }
  #maincontent .form-wishlist-items .products-grid.wishlist .product-item-info .price-box .price-including-tax .price:after {
    content: "brutto";
    margin-left: 5px;
  }
  #maincontent .form-wishlist-items .products-grid.wishlist .product-item-info .product-item-photo img {
    height: 100%;
    width: 100%;
  }
  #maincontent .form-wishlist-items .products-grid.wishlist .product-item-info .field.comment-box {
    display: none;
  }
  .wishlist-index-index .product-item-link {
    overflow: hidden;
    white-space: unset;
    height: 52px;
  }
  .account .complaint-instruction,
  .account .complaint-info {
    width: 100%;
    margin: 0 auto 20px;
    border: none;
    padding: 0 30px 15px;
  }
  .account .complaint-instruction strong,
  .account .complaint-info strong {
    font-weight: bold;
  }
  .account .complaint-instruction a,
  .account .complaint-info a {
    color: #11347e;
  }
  .account .complaint-button-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .account .complaint-button-wrapper .contact-form-button {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 32px;
    min-width: 150px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: normal;
    font-stretch: expanded;
    transition: all 0.3s ease-in-out;
    box-shadow: none;
    border: 2px solid;
    border-radius: 0px;
    border-color: #3e7bef;
    background-color: #3e7bef;
    color: #f7f7f7;
  }
  .account .complaint-button-wrapper .contact-form-button:hover {
    text-decoration: none;
  }
  .account .complaint-button-wrapper .contact-form-button a {
    color: #f7f7f7;
    text-decoration: none;
  }
  .account .complaint-button-wrapper .contact-form-button:hover {
    background-color: #11347e;
    border-color: #3e7bef;
    color: #fff;
  }
  .account .complaint-button-wrapper .contact-form-button:hover a {
    color: #fff;
    text-decoration: none;
  }
  #modal-product-size .modal-product-size-info,
  #modal-oversize-product-popup .modal-product-size-info,
  #modal-business-terms-popup .modal-product-size-info,
  #modal-offer-popup .modal-product-size-info,
  #offer-info .modal-product-size-info,
  #modal-popup .modal-product-size-info,
  #modal-product-size .modal-info-wrapper,
  #modal-oversize-product-popup .modal-info-wrapper,
  #modal-business-terms-popup .modal-info-wrapper,
  #modal-offer-popup .modal-info-wrapper,
  #offer-info .modal-info-wrapper,
  #modal-popup .modal-info-wrapper {
    background-color: #11347e;
  }
  #modal-product-size .modal-product-size-info #action-ok,
  #modal-oversize-product-popup .modal-product-size-info #action-ok,
  #modal-business-terms-popup .modal-product-size-info #action-ok,
  #modal-offer-popup .modal-product-size-info #action-ok,
  #offer-info .modal-product-size-info #action-ok,
  #modal-popup .modal-product-size-info #action-ok,
  #modal-product-size .modal-info-wrapper #action-ok,
  #modal-oversize-product-popup .modal-info-wrapper #action-ok,
  #modal-business-terms-popup .modal-info-wrapper #action-ok,
  #modal-offer-popup .modal-info-wrapper #action-ok,
  #offer-info .modal-info-wrapper #action-ok,
  #modal-popup .modal-info-wrapper #action-ok,
  #modal-product-size .modal-product-size-info #action-accept,
  #modal-oversize-product-popup .modal-product-size-info #action-accept,
  #modal-business-terms-popup .modal-product-size-info #action-accept,
  #modal-offer-popup .modal-product-size-info #action-accept,
  #offer-info .modal-product-size-info #action-accept,
  #modal-popup .modal-product-size-info #action-accept,
  #modal-product-size .modal-info-wrapper #action-accept,
  #modal-oversize-product-popup .modal-info-wrapper #action-accept,
  #modal-business-terms-popup .modal-info-wrapper #action-accept,
  #modal-offer-popup .modal-info-wrapper #action-accept,
  #offer-info .modal-info-wrapper #action-accept,
  #modal-popup .modal-info-wrapper #action-accept,
  #modal-product-size .modal-product-size-info .action-button,
  #modal-oversize-product-popup .modal-product-size-info .action-button,
  #modal-business-terms-popup .modal-product-size-info .action-button,
  #modal-offer-popup .modal-product-size-info .action-button,
  #offer-info .modal-product-size-info .action-button,
  #modal-popup .modal-product-size-info .action-button,
  #modal-product-size .modal-info-wrapper .action-button,
  #modal-oversize-product-popup .modal-info-wrapper .action-button,
  #modal-business-terms-popup .modal-info-wrapper .action-button,
  #modal-offer-popup .modal-info-wrapper .action-button,
  #offer-info .modal-info-wrapper .action-button,
  #modal-popup .modal-info-wrapper .action-button {
    background-color: #fff;
    color: #11347e;
    border: 2px solid #fff;
  }
  #modal-product-size .modal-product-size-info #action-ok:hover,
  #modal-oversize-product-popup .modal-product-size-info #action-ok:hover,
  #modal-business-terms-popup .modal-product-size-info #action-ok:hover,
  #modal-offer-popup .modal-product-size-info #action-ok:hover,
  #offer-info .modal-product-size-info #action-ok:hover,
  #modal-popup .modal-product-size-info #action-ok:hover,
  #modal-product-size .modal-info-wrapper #action-ok:hover,
  #modal-oversize-product-popup .modal-info-wrapper #action-ok:hover,
  #modal-business-terms-popup .modal-info-wrapper #action-ok:hover,
  #modal-offer-popup .modal-info-wrapper #action-ok:hover,
  #offer-info .modal-info-wrapper #action-ok:hover,
  #modal-popup .modal-info-wrapper #action-ok:hover,
  #modal-product-size .modal-product-size-info #action-accept:hover,
  #modal-oversize-product-popup .modal-product-size-info #action-accept:hover,
  #modal-business-terms-popup .modal-product-size-info #action-accept:hover,
  #modal-offer-popup .modal-product-size-info #action-accept:hover,
  #offer-info .modal-product-size-info #action-accept:hover,
  #modal-popup .modal-product-size-info #action-accept:hover,
  #modal-product-size .modal-info-wrapper #action-accept:hover,
  #modal-oversize-product-popup .modal-info-wrapper #action-accept:hover,
  #modal-business-terms-popup .modal-info-wrapper #action-accept:hover,
  #modal-offer-popup .modal-info-wrapper #action-accept:hover,
  #offer-info .modal-info-wrapper #action-accept:hover,
  #modal-popup .modal-info-wrapper #action-accept:hover,
  #modal-product-size .modal-product-size-info .action-button:hover,
  #modal-oversize-product-popup .modal-product-size-info .action-button:hover,
  #modal-business-terms-popup .modal-product-size-info .action-button:hover,
  #modal-offer-popup .modal-product-size-info .action-button:hover,
  #offer-info .modal-product-size-info .action-button:hover,
  #modal-popup .modal-product-size-info .action-button:hover,
  #modal-product-size .modal-info-wrapper .action-button:hover,
  #modal-oversize-product-popup .modal-info-wrapper .action-button:hover,
  #modal-business-terms-popup .modal-info-wrapper .action-button:hover,
  #modal-offer-popup .modal-info-wrapper .action-button:hover,
  #offer-info .modal-info-wrapper .action-button:hover,
  #modal-popup .modal-info-wrapper .action-button:hover {
    background-color: transparent;
    color: #fff;
  }
  .invoice-history .dataTables_length label,
  .invoice-history .dataTables_filter label {
    display: inline-flex;
    align-items: center;
  }
  .invoice-history .dataTables_length label select,
  .invoice-history .dataTables_filter label select,
  .invoice-history .dataTables_length label input,
  .invoice-history .dataTables_filter label input {
    margin: 0 10px;
    min-width: 60px;
    border: 1px solid #cccccc;
    border-radius: 0;
  }
  .invoice-history .dataTables_paginate .paginate_button.current {
    background: none;
  }
  .invoice-history .dataTables_paginate .paginate_button:hover:not(.current) {
    background: #3e7bef;
  }
  .filter-options .filter-options-item {
    padding: 5px 10px;
    cursor: pointer;
  }
  .filter-options .filter-options-item:first-child .filter-options-content ol.items {
    max-height: unset;
  }
  .filter-options .filter-options-item .filter-options-content {
    padding: 5px 0;
    margin: 0;
  }
  .filter-options .filter-options-item .filter-options-content ol.items {
    max-height: 255px;
    overflow: hidden;
  }
  .filter-options .filter-options-item .filter-options-content ol.items.items-expanded {
    max-height: unset;
  }
  .filter-options .filter-options-item .filter-options-content ol.items li.item input + label {
    display: flex;
    width: 100%;
    align-items: center;
  }
  .filter-options .filter-options-item .filter-options-content ol.items li.item input + label span {
    max-width: calc(100% - 30px);
  }
  .filter-options .filter-options-item .filter-options-content ol.items li.item input + label span.count {
    margin-left: 2px;
  }
  .loader-wrapper {
    z-index: 100;
    flex-direction: column;
    background-color: rgba(255, 255, 255, 0.7);
  }
  .loader-wrapper p {
    font-weight: bold;
    color: #11347e;
    margin-top: 20px;
  }
  * {
    -webkit-filter: none !important;
    background: transparent !important;
    color: #000000 !important;
    filter: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline !important;
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    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 {
    break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 1.5cm 1cm;
  }
  .block-content,
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  .block-content {
    break-before: avoid;
  }
  .block-title,
  h2,
  h3 {
    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) {
    height: auto;
    visibility: visible;
  }
  .column.main {
    float: none !important;
    width: 100% !important;
  }
  .breadcrumbs {
    margin: 0 auto;
    text-align: right;
  }
  .footer.content {
    padding: 0;
  }
  .hidden-print {
    display: none !important;
  }
  header {
    position: relative;
  }
  header .top-bar,
  header .mid-bar .mid-bar-wrapper .search,
  header .mid-bar .mid-bar-wrapper .hamburger,
  header .mid-bar .mid-bar-wrapper .links,
  header .mid-bar .icons,
  header .bottom-bar,
  header .dropdown,
  header .mobile-menu,
  footer div,
  footer .bottom-bar,
  .first_slider,
  .second_slider,
  .breadcrumbs,
  .page.messages,
  .toolbar.toolbar-products,
  .c-sidebar,
  .add-to-cart,
  .category .products-list .product-item .list_element_content .list_element_box .cena-promo .btn,
  .search.results .products-list .product-item .list_element_content .list_element_box .cena-promo .btn,
  .slider_add_to_cart_button,
  .product .icons,
  .product .second_slider,
  .product .first_slider,
  .product .main_slider,
  .product .product-navigation,
  .product .box .additional-box-informations {
    display: none;
    height: 0;
  }
  header .mid-bar .logo,
  footer div.middle-bar {
    display: block !important;
    margin: 10px 0;
  }
  header .mid-bar .logo {
    height: 40px;
  }
  footer div.middle-bar,
  footer .copywrite-bar {
    break-inside: avoid;
  }
  .products-grid .product-items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border-collapse: collapse;
  }
  .products-grid .item.product.product-item {
    width: 25%;
    border: 1px solid #e4e4e4;
    margin-bottom: 0;
  }
  .item.product.product-item {
    break-inside: avoid;
    page-break-inside: avoid;
  }
  .product .product-side-bar {
    position: static;
  }
  .product .about-product tr,
  .product .technical-data tr {
    border-bottom: 1px solid #999999;
  }
}
@media print and (max-width: 460px) {
  .temp-message-success::after {
    height: 20px;
  }
}
@media print and (max-width: 460px) {
  .temp-message-error::after {
    height: 20px;
  }
}
@media print and (max-width: 899px) {
  #maincontent {
    margin-top: 0;
  }
}
@media print and (max-width: 600px) {
  #maincontent {
    margin-top: 0;
  }
}
@media print and (max-width: 899px) {
  .hide-on-mobile {
    display: none !important;
  }
}
@media print and (min-width: 900px) {
  .hide-on-desktop {
    display: none !important;
  }
}
@media print and (max-width: 899px) {
  header .mid-bar .mid-bar-wrapper .logo img {
    height: 30px;
  }
}
@media print and (max-width: 899px) {
  header .mid-bar .mid-bar-wrapper .links {
    margin-left: auto;
  }
}
@media print and (max-width: 899px) {
  header .mid-bar .search {
    order: 3;
  }
}
@media print and (max-width: 899px) {
  header .mid-bar-wrapper {
    flex-wrap: wrap;
  }
  header .top-bar {
    height: 50px;
  }
  header .top-bar p {
    font-size: 11px;
  }
  header .mid-bar .mid-bar-wrapper {
    padding: 10px 0;
  }
  header .mid-bar .search {
    max-width: 100%;
    height: 40px;
    margin-top: 10px;
  }
  header .mid-bar .search input {
    width: 100%;
  }
  header .mid-bar .search button {
    display: flex;
    justify-content: center;
    padding: 0;
    align-items: center;
  }
  header .mid-bar .search button img {
    height: 20px;
  }
  header .mid-bar .search .hide-on-desktop {
    margin-top: 10px;
  }
  header .mid-bar .body {
    flex-wrap: wrap;
  }
  header .mid-bar .body .logo {
    height: 30px;
  }
  header .mid-bar .body .logo img {
    height: 30px;
  }
}
@media print and (max-width: 899px) {
  header .select-selected {
    line-height: 22px;
  }
}
@media print and (max-width: 899px) {
  header .select-selected:after {
    top: 18px;
  }
}
@media print and (max-width: 767px) {
  footer #top-footer-row .container {
    flex-direction: column;
    border: none !important;
    margin-bottom: 0px !important;
  }
}
@media print and (max-width: 767px) {
  footer #top-footer-row .container #first-section-top-footer,
  footer #top-footer-row .container #second-section-top-footer,
  footer #top-footer-row .container #third-section-top-footer {
    width: 100%;
    padding: 10px;
  }
}
@media print and (min-width: 768px) {
  footer #top-footer-row .container #second-section-top-footer {
    border-left: 1px solid #f7f7f7;
    border-right: 1px solid #f7f7f7;
  }
}
@media print and (min-width: 768px) {
  footer .main-bar {
    flex-direction: row;
  }
  footer .main-bar .section {
    width: 25%;
    padding: 10px;
  }
  footer .main-bar .section p,
  footer .main-bar .section ul li {
    text-align: left;
  }
  footer .main-bar .section p {
    font-size: 13px;
    font-weight: normal;
    color: #11347e;
    margin: 0 auto 25px !important;
  }
  footer .main-bar .section img {
    max-width: 100%;
    max-height: 100%;
  }
  footer .main-bar .section ul {
    margin-bottom: 0 !important;
  }
  footer .main-bar .section li {
    padding: 5px 0;
  }
  footer .main-bar .section a {
    color: #808080;
    text-decoration: none;
    font-size: 11px;
  }
  footer .main-bar .section a:hover {
    color: #3e7bef;
  }
  footer .main-bar .section:first-of-type {
    padding-left: 0;
  }
  footer .main-bar .section:last-of-type {
    padding-right: 0;
  }
}
@media print and (min-width: 768px) and (max-width: 767px) {
  footer .main-bar .section p {
    margin: 0 auto 10px !important;
  }
}
@media print and (min-width: 768px) and (max-width: 767px) {
  footer .main-bar .section li {
    padding: 10px 0 0 0;
  }
}
@media print and (max-width: 767px) {
  footer .main-bar .section {
    width: fit-content;
    padding: 10px 0;
    width: 100%;
  }
  footer .main-bar .section p {
    margin-bottom: 5px !important;
  }
  footer .main-bar .section ul li {
    padding: 10px 0;
    font-size: 13px;
  }
  footer .main-bar .section img {
    width: 100%;
  }
}
@media print and (max-width: 767px) {
  footer .bottom-bar {
    flex-direction: column;
    height: 120px;
  }
}
@media print and (max-width: 767px) {
  footer .bottom-bar .left {
    height: 60px;
    transform: skew(0deg);
    width: 100%;
    padding: 5px 0;
    margin-left: 0;
    margin-right: 0;
  }
}
@media print and (max-width: 767px) {
  footer .bottom-bar .left::before {
    right: -20px;
  }
}
@media print and (max-width: 767px) {
  footer .bottom-bar .left img {
    transform: skew(0deg);
  }
}
@media print and (max-width: 767px) {
  footer .bottom-bar .right {
    height: 60px;
    transform: skew(0deg);
    width: 100%;
    padding: 5px 0;
    margin-left: 0;
    margin-right: 0;
  }
}
@media print and (max-width: 767px) {
  footer .bottom-bar .right::after {
    left: -20px;
  }
}
@media print and (max-width: 767px) {
  footer .bottom-bar .right img {
    transform: skew(0deg);
  }
}
@media print and (max-width: 767px) {
  footer .bottom-bar .right p {
    transform: skew(0deg);
  }
}
@media print and (max-width: 899px) {
  .column.main.home-page.top {
    width: 100%;
  }
  .home-page .c-sidebar {
    display: none;
  }
}
@media print and (max-width: 899px) {
  .side-bar.c-sidebar {
    position: relative;
    min-width: 50%;
    max-width: 100%;
    padding-right: 0;
    top: 0;
    margin-top: 20px;
    order: 3;
    min-height: 30px;
  }
}
@media print and (max-width: 600px) {
  .side-bar.c-sidebar {
    min-width: 100%;
  }
}
@media print and (max-width: 768px) {
  .side-bar .filter-options-item {
    padding: 10px;
  }
}
@media print and (max-width: 899px) {
  .category,
  .page-with-filter {
    position: relative;
  }
  .category .side-bar.c-sidebar,
  .page-with-filter .side-bar.c-sidebar {
    position: absolute;
    transform: translateX(-100%);
    opacity: 0;
    z-index: 1000;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .category .side-bar.c-sidebar.active,
  .page-with-filter .side-bar.c-sidebar.active {
    transform: translateX(0%);
    opacity: 1;
  }
  .category .side-bar.c-sidebar.active .filter-subtitle,
  .page-with-filter .side-bar.c-sidebar.active .filter-subtitle {
    display: flex;
    justify-content: space-between;
  }
  .category .side-bar.c-sidebar.active .filter-subtitle #filter-close-btn,
  .page-with-filter .side-bar.c-sidebar.active .filter-subtitle #filter-close-btn {
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 15;
    background-color: pink;
  }
  .category .side-bar.c-sidebar.active .filter-subtitle #filter-close-btn:after,
  .page-with-filter .side-bar.c-sidebar.active .filter-subtitle #filter-close-btn:after {
    content: "\f00d";
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    z-index: 11;
  }
  .category .side-bar.c-sidebar .close-wrapper,
  .page-with-filter .side-bar.c-sidebar .close-wrapper {
    width: 30px;
    height: 30px;
    margin: 10px;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .category .side-bar.c-sidebar .close-wrapper .close,
  .page-with-filter .side-bar.c-sidebar .close-wrapper .close {
    position: relative;
  }
  .category .side-bar.c-sidebar .close-wrapper .close span,
  .page-with-filter .side-bar.c-sidebar .close-wrapper .close span {
    width: 100%;
    position: absolute;
    height: 5px;
    border-radius: 0px;
    background-color: #11347e;
  }
  .category .side-bar.c-sidebar .close-wrapper .close span:first-of-type,
  .page-with-filter .side-bar.c-sidebar .close-wrapper .close span:first-of-type {
    transform: rotate(45deg);
  }
  .category .side-bar.c-sidebar .close-wrapper .close span:last-of-type,
  .page-with-filter .side-bar.c-sidebar .close-wrapper .close span:last-of-type {
    transform: rotate(-45deg);
  }
  .category .side-bar.c-sidebar .filter .filter-content .item,
  .page-with-filter .side-bar.c-sidebar .filter .filter-content .item {
    margin: 20px 0 20px 10px;
  }
  .category #filter-btn,
  .page-with-filter #filter-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 32px;
    min-width: 150px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 13px;
    font-stretch: expanded;
    transition: all 0.3s ease-in-out;
    box-shadow: none;
    border: 2px solid;
    border-radius: 0px;
    border-color: #3e7bef;
    background-color: #3e7bef;
    color: #f7f7f7;
    font-weight: normal;
    padding: 0;
    width: 49%;
  }
  .category #filter-btn:hover,
  .page-with-filter #filter-btn:hover {
    text-decoration: none;
  }
  .category #filter-btn a,
  .page-with-filter #filter-btn a {
    color: #f7f7f7;
    text-decoration: none;
  }
  .category #filter-btn:hover,
  .page-with-filter #filter-btn:hover {
    background-color: #11347e;
    border-color: #3e7bef;
    color: #fff;
  }
  .category #filter-btn:hover a,
  .page-with-filter #filter-btn:hover a {
    color: #fff;
    text-decoration: none;
  }
}
@media print and (max-width: 767px) {
  #maincontent .main-slider .slider-nav p.nav-module {
    font-size: 10px;
  }
}
@media print and (min-width: 1200px) {
  .container {
    max-width: 1240px;
  }
}
@media print and only screen and (max-width: 380px) {
  body.catalog-product-compare-index #product-comparison .cell {
    width: 190px;
    padding-top: 10px;
  }
  body.catalog-product-compare-index #product-comparison .cell.label {
    width: 100px;
  }
  body.catalog-product-compare-index .action.print {
    display: none;
  }
  body.catalog-product-compare-index #product-comparison .product-image-photo {
    padding: 0;
  }
  body.catalog-product-compare-index #product-comparison .product-item-actions .actions-primary + .actions-secondary {
    margin-top: 10px;
  }
}
@media print and (max-width: 380px) {
  .page-products .columns .column.main {
    padding-bottom: 0 !important;
  }
  .page-products .c-sidebar.c-sidebar--categories {
    padding: 0 !important;
  }
  .page-products .page-products .columns {
    padding-top: 15px;
  }
  .page-products .products-grid {
    margin-top: 90px;
  }
  .page-products .products-grid .product-item {
    margin-bottom: 13px !important;
  }
  #sliderBlog,
  #sliderBlog .container,
  #sliderBlog .container .col {
    padding: 0 !important;
  }
}
@media print and only screen and (max-width: 767px) {
  .row {
    margin-right: 0 !important;
  }
  #sliderBlog .slider-porady .row {
    margin-left: 0 !important;
  }
}
@media print and (max-width: 380px) {
  .cms-home .main-slider,
  .cms-home .banner-mainpage,
  .cms-home #slider-featured,
  .cms-home #slider-producenci {
    margin-bottom: 0;
  }
  #sliderBlog button.slick-prev.slick-arrow,
  #sliderBlog button.slick-next.slick-arrow {
    top: 19% !important;
  }
}
@media print and (max-width: 767px) {
  .cms-home #slider-featured button.slick-prev.slick-arrow {
    left: 20px !important;
  }
  .cms-home #slider-featured button.slick-next.slick-arrow {
    right: 30px !important;
  }
  .cms-home .column.main .product-item {
    padding-left: 10px;
    padding-right: 10px;
  }
  #sliderBlog {
    padding: 0;
    margin: 0 -15px;
  }
  #sliderBlog .container {
    padding: 0 15px;
  }
  #sliderBlog .container .col {
    padding: 0;
  }
  .cms-home #sliderBlog button.slick-next.slick-arrow {
    right: 40px !important;
  }
  .cms-home #sliderBlog button.slick-prev.slick-arrow {
    left: 40px !important;
  }
}
@media print and only screen and (max-width: 599px) {
  .cms-home .slick-prev,
  .cms-home .slick-next {
    top: 50%;
    opacity: .5;
  }
  .cms-home .slick-prev:hover,
  .cms-home .slick-next:hover {
    opacity: 1;
  }
  .cms-home .slick-prev,
  .cms-home #slider-featured button.slick-prev.slick-arrow,
  .cms-home #slider-producenci button.slick-prev.slick-arrow {
    left: 5px !important;
  }
  .cms-home .slick-next,
  .cms-home #slider-featured button.slick-next.slick-arrow,
  .cms-home #slider-producenci button.slick-next.slick-arrow {
    right: 5px !important;
  }
  .cms-home #slider-producenci button.slick-prev.slick-arrow,
  .cms-home #slider-producenci button.slick-next.slick-arrow {
    top: 45% !important;
  }
}
@media print and (max-width: 899px) {
  .breadcrumbs .items,
  .breadcrumbs-product .items {
    overflow-x: auto;
    padding-bottom: 10px;
  }
  .breadcrumbs .items::-webkit-scrollbar,
  .breadcrumbs-product .items::-webkit-scrollbar {
    padding-top: 10px;
    width: 1px;
    height: 2px;
  }
  .breadcrumbs .items::-webkit-scrollbar-track,
  .breadcrumbs-product .items::-webkit-scrollbar-track {
    box-shadow: none;
  }
  .breadcrumbs .items::-webkit-scrollbar-thumb,
  .breadcrumbs-product .items::-webkit-scrollbar-thumb {
    background-color: #11347e;
  }
}
@media print and (max-width: 899px) {
  .category .top,
  .columns .top,
  .category .search-results-main,
  .columns .search-results-main {
    width: 100%;
  }
}
@media print and (max-width: 899px) {
  .category .toolbar-products,
  .columns .toolbar-products {
    flex-wrap: wrap;
  }
  .category .toolbar-products .modes,
  .columns .toolbar-products .modes {
    display: none;
  }
  .category .toolbar-products .category_searcher,
  .columns .toolbar-products .category_searcher,
  .category .toolbar-products .sorter.toolbar-sorter,
  .columns .toolbar-products .sorter.toolbar-sorter,
  .category .toolbar-products .field.limiter,
  .columns .toolbar-products .field.limiter,
  .category .toolbar-products .pages,
  .columns .toolbar-products .pages,
  .category .toolbar-products #toolbar-amount,
  .columns .toolbar-products #toolbar-amount {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .category .toolbar-products .category_searcher,
  .columns .toolbar-products .category_searcher {
    margin-right: 10px;
  }
  .category .products,
  .columns .products {
    margin-top: 30px;
  }
}
@media print and (max-width: 899px) {
  .category .toolbar-products .toolbar-sorter,
  .columns .toolbar-products .toolbar-sorter {
    display: flex;
    justify-content: space-between;
    flex: 1 0 47%;
  }
  .category .toolbar-products .toolbar-sorter.sorter,
  .columns .toolbar-products .toolbar-sorter.sorter {
    max-width: unset;
  }
}
@media print and (max-width: 600px) {
  .category .toolbar-products .toolbar-sorter,
  .columns .toolbar-products .toolbar-sorter {
    flex-direction: column;
  }
  .category .toolbar-products .toolbar-sorter #filter-btn,
  .columns .toolbar-products .toolbar-sorter #filter-btn {
    margin-bottom: 10px;
    height: 40px;
  }
}
@media print and (max-width: 899px) {
  .category .select-selected,
  .columns .select-selected {
    width: 49%;
  }
}
@media print and (max-width: 600px) {
  .category .select-selected,
  .columns .select-selected {
    width: 100%;
  }
}
@media print and (max-width: 767px) {
  .category .toolbar-sorter,
  .columns .toolbar-sorter {
    flex: 1 0 100%;
  }
  .category .category_searcher,
  .columns .category_searcher {
    flex: 1 0 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .category .toolbar-products,
  .columns .toolbar-products {
    flex-wrap: wrap;
  }
  .category .toolbar-products .modes,
  .columns .toolbar-products .modes {
    display: none;
  }
  .category .toolbar-products .category_searcher,
  .columns .toolbar-products .category_searcher,
  .category .toolbar-products .sorter,
  .columns .toolbar-products .sorter,
  .category .toolbar-products .field.limiter,
  .columns .toolbar-products .field.limiter,
  .category .toolbar-products .pages,
  .columns .toolbar-products .pages,
  .category .toolbar-products #toolbar-amount,
  .columns .toolbar-products #toolbar-amount {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .category .products,
  .columns .products {
    margin-top: 30px;
  }
}
@media print and (max-width: 414px) {
  .products-grid .product-item,
  .products-list .product-item,
  .products-slider .product-item {
    margin-bottom: 13px !important;
  }
}
@media print and (max-width: 414px) {
  .products-slider .product-item {
    margin-bottom: 0 !important;
  }
}
@media print and (max-width: 414px) {
  .products-list .product-item {
    margin-bottom: 10px !important;
  }
}
@media print and (max-width: 899px) {
  .product .content {
    width: 100%;
    margin-right: 0;
  }
}
@media print and (max-width: 899px) {
  .product .banner-produkt-kontakt .contact_banner_content_box h2 {
    font-size: 20px;
  }
}
@media print and (max-width: 899px) {
  .product .banner-produkt-kontakt {
    background-color: #11347e;
  }
  .product .banner-produkt-kontakt #contact_banner_image {
    display: none;
  }
  .product .banner-produkt-kontakt .contact_banner_content_box {
    width: 100%;
    position: relative;
  }
}
@media print and (max-width: 899px) {
  .product td {
    padding: 5px 10px;
  }
}
@media print and (max-width: 899px) {
  .product .product-info {
    flex-direction: column;
  }
  .product .product-info .gallery-placeholder {
    width: 100%;
  }
  .product .product-info .info {
    width: 100%;
    padding-left: 0;
  }
}
@media print and (max-width: 899px) {
  .product .prices {
    padding: 0;
  }
}
@media print and (max-width: 899px) {
  .product .prices .tax-amont {
    padding-bottom: 0;
  }
}
@media print and (max-width: 899px) {
  .product .shippment {
    padding: 0;
  }
}
@media print and (max-width: 899px) {
  .product .shippment p {
    margin-bottom: 0;
  }
}
@media print and (max-width: 899px) {
  .product .add-to-cart {
    padding: 10px 0;
  }
}
@media print and (max-width: 899px) {
  .product .add-to-cart .add-to-cart-buttons {
    flex-wrap: wrap;
  }
}
@media print and (max-width: 899px) {
  .product .add-to-cart .quantity-handler {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 10px;
  }
}
@media print and (max-width: 899px) {
  .product .add-to-cart #product-addtocart-button {
    width: 100%;
  }
}
@media print and (max-width: 899px) {
  .product .additional-box-informations .availability,
  .product .additional-box-informations .order {
    padding: 0;
  }
}
@media print and (max-width: 899px) {
  .product .additional-box-informations .ask {
    padding: 20px 0 10px 0;
  }
}
@media print and (max-width: 899px) {
  .modal-inner {
    width: 100%;
  }
}
@media print and (max-width: 767px) {
  .message-success > div {
    flex-direction: column;
    align-items: flex-start;
  }
  .message-success > div a {
    margin: 0;
    margin-top: 10px;
  }
  .message-success > div .message-buttons {
    width: 100%;
    padding-left: 0;
    flex-direction: column;
  }
  p #cart_redirect_button {
    margin-top: 10px;
    display: block;
  }
}
@media print and (max-width: 600px) {
  .cart-redirect-1,
  .cart-redirect-2,
  #whishlist_redirect_button {
    margin-left: 0 !important;
  }
}
@media print and (max-width: 767px) {
  #maincontent .checkout-all .total-element-value-wrapper h5 {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 0;
  }
}
@media print and (max-width: 899px) {
  .input-wrapper label {
    top: 16px;
  }
}
@media print and (max-width: 899px) {
  .kmk-checkout-form .kmk-checkout-customer-data,
  .kmk-checkout-form .kmk-checkout-address,
  .kmk-checkout-form .rejestracja-kolumna-trzecia {
    padding: 40px 10px;
  }
}
@media print and (min-width: 899px) {
  .kmk-checkout-form .kmk-checkout-address {
    border-left: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
  }
}
@media print and (max-width: 899px) {
  .checkout-all .checkout-step-b-buttons .btn-col-1,
  .checkout-all .checkout-step-b-buttons .btn-col-2,
  .checkout-all .checkout-step-b-buttons .btn-col-3 {
    width: 100%;
    border: none;
    padding-bottom: 10px;
  }
}
@media print and (max-width: 899px) {
  .checkout-all .checkout-step-b-buttons .btn-col-2 {
    display: none;
  }
}
@media print and (max-width: 899px) {
  .checkout-all .checkout-step-b-buttons .btn-col-3 {
    padding-left: 0;
  }
}
@media print and (min-width: 900px) {
  .kmk-checkout-form .custom-checbox:hover input ~ .checkmark {
    background-color: #11347e;
  }
}
@media print and (max-width: 767px) {
  .checkout-all .btn-col-1 {
    display: none;
  }
}
@media print and (min-width: 899px) {
  .checkout-all .btn-col-1-mobile {
    display: none;
  }
}
@media print and (max-width: 899px) {
  .kmk-checkout-form .kmk-checkout-customer-data,
  .kmk-checkout-form .kmk-checkout-address,
  .kmk-checkout-form .rejestracja-kolumna-trzecia {
    width: 100%;
  }
  .summary-terms {
    margin-bottom: 10px;
  }
  .summary-terms .warunki-zakupu {
    margin-bottom: 20px;
  }
  .summary-terms .custom-checbox {
    margin-bottom: 10px;
  }
  .kmk-checkout-form .row .info-darmowa-dostawa {
    justify-content: flex-start;
    width: 100%;
  }
}
@media print and (max-width: 899px) {
  .checkout-step-c .checkout-body .podsumowanie-koszyka-dane-klienta {
    max-width: 100%;
    flex: 0 0 100%;
    border-top: 1px solid #d2d2d2;
  }
}
@media print and (max-width: 899px) {
  .checkout-all .summary-products,
  .checkout-all .podsumowanie-koszyka-dane-klienta {
    width: 100%;
    border: none;
  }
  .checkout-all .summary-products .row .col-xl-6,
  .checkout-all .podsumowanie-koszyka-dane-klienta .row .col-xl-6 {
    width: 100%;
    max-width: 100%;
    flex: auto;
  }
}
@media print and (max-width: 899px) {
  .checkout-all .podsumowanie-kolumna-druga {
    width: 100%;
    border-left: 1px solid #d2d2d2;
  }
}
@media print and (max-width: 767px) {
  .checkout-all .podsumowanie-kolumna-druga {
    border-left: none;
  }
}
@media print and (max-width: 899px) {
  .checkout-all .summary-products {
    border: none;
  }
}
@media print and (max-width: 360px) {
  .cart-empty {
    width: 100%;
  }
}
@media print and (max-width: 600px) {
  .cart-container {
    padding: 20px 10px;
  }
}
@media print and (max-width: 899px) {
  .cart-container .column-labels {
    display: none;
  }
}
@media print and (max-width: 899px) {
  .cart-container .checkout-product {
    border-bottom: 1px solid #808080;
  }
  .cart-container .checkout-product .row {
    flex-direction: row;
    margin-bottom: 20px !important;
  }
  .cart-container .checkout-product .image-name .row .col-sm-2 {
    width: 30%;
  }
  .cart-container .checkout-product .image-name .row .product-item-name-wrapper {
    width: 70%;
    flex: 0 0 70%;
  }
  .cart-container .checkout-product .price-qty .row {
    flex-direction: row-reverse;
  }
  .cart-container .checkout-product .price-qty .row .lista-zamowionych-produktow-cena {
    width: 50%;
  }
  .cart-container .checkout-product .price-qty .row .qty-wrapper {
    width: 50%;
    flex: 0 0 50%;
  }
  .cart-container .checkout-product .checkout-product-last-column .row .product-stock {
    width: 50%;
  }
  .cart-container .checkout-product .checkout-product-last-column .row .last-value {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media print and (max-width: 899px) {
  .cart-container .checkout-product .availability_text {
    border-bottom: 1px solid #11347e;
    padding-bottom: 10px;
    margin-bottom: 10px !important;
  }
}
@media print and (max-width: 1023px) {
  .cart-container .image-name .row {
    align-items: center;
  }
}
@media print and (max-width: 899px) {
  .cart-container .item,
  .cart-container .image-name {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
  .cart-container .item .product-item-photo,
  .cart-container .image-name .product-item-photo {
    position: relative;
    top: 0;
  }
  .cart-container .item div,
  .cart-container .image-name div {
    padding-left: 0;
  }
}
@media print and (max-width: 899px) {
  .cart-container .price-qty,
  .cart-container .checkout-product-last-column {
    width: 100%;
    max-width: 100%;
  }
}
@media print and (max-width: 899px) {
  .cart-container .price,
  .cart-container .stock,
  .cart-container .column-labels .qty,
  .cart-container .subtotal {
    width: 100%;
    max-width: 100%;
  }
}
@media print and (min-width: 900px) {
  .cart-container #clear_out_of_stock_products {
    margin-left: 10px;
  }
}
@media print and (min-width: 400px) {
  .cart-container .checkout-product .row .product-item-name-wrapper {
    padding-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
}
@media print and (max-width: 899px) {
  .cart-container .price-qty .product-stock {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media print and (max-width: 899px) {
  .cart-container .price-qty .lista-zamowionych-produktow-cena::before {
    content: 'Cena:';
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
  }
  .cart-container .price-qty .product-stock::before {
    content: 'Dostępność:';
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
  }
}
@media print and (max-width: 899px) {
  .cart-container .price-qty h4,
  .cart-container .price-qty .price-net {
    margin: 0 0 10px 0;
  }
}
@media print and (max-width: 899px) {
  .cart-container .qty-wrapper {
    margin-bottom: 10px;
    flex-direction: column;
    align-items: flex-start;
  }
  .cart-container .qty-wrapper::before {
    content: 'Ilość:';
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
  }
}
@media print and (max-width: 899px) {
  .cart-container .product-stock {
    margin-bottom: 10px;
    align-items: start;
    flex-direction: column;
  }
  .cart-container .product-stock::before {
    content: 'Dostępność:';
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
  }
}
@media print and (max-width: 899px) {
  .cart-container .last-value::before {
    content: 'Suma częściowa:';
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
  }
  .cart-container .last-value .total-net,
  .cart-container .last-value .price-including-tax {
    margin-bottom: 10px;
  }
}
@media print and (max-width: 899px) {
  .cart-container .last-button {
    top: 0px;
    align-items: flex-start;
  }
}
@media print and (max-width: 899px) {
  .cart-container .cart.main.actions {
    flex-direction: column;
    justify-content: center;
  }
}
@media print and (max-width: 899px) {
  .cart-container .cart.main.actions a,
  .cart-container .cart.main.actions button {
    width: 100%;
  }
}
@media print and (max-width: 899px) {
  .cart-container .kmk-checkout-elements .container {
    padding-left: 0 !important;
  }
}
@media print and (max-width: 899px) {
  .cart-container .kmk-checkout-elements .kmk-row.row {
    flex-direction: column;
  }
}
@media print and (max-width: 899px) {
  .cart-container .kmk-checkout-elements .kmk-row.row .payment-methods,
  .cart-container .kmk-checkout-elements .kmk-row.row .kmk-shipping-coupon-column,
  .cart-container .kmk-checkout-elements .kmk-row.row .container {
    width: 100%;
    padding: 0;
    max-width: 100%;
  }
}
@media print and (max-width: 899px) {
  .cart-container .kmk-checkout-elements .kmk-row.row .kmk-shipping-coupon-column {
    padding-left: 0;
    padding-right: 0;
  }
}
@media print and (max-width: 899px) {
  .cart-container .kmk-checkout-elements .kmk-row.row #block-discount button {
    width: 100%;
  }
}
@media print and (max-width: 767px) {
  .cart-container .kmk-checkout-elements .kmk-row.row .total-element-value-wrapper h5 {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 0;
  }
}
@media print and (max-width: 834px) {
  .cart-container .kmk-checkout-elements .kmk-row.row .info-darmowa-dostawa {
    width: 50%;
    margin: 10px auto;
  }
}
@media print and (max-width: 600px) {
  .cart-container .kmk-checkout-elements .kmk-row.row .info-darmowa-dostawa {
    width: 100%;
  }
}
@media print and (max-width: 899px) {
  .cart-container .checkout-bottom-buttons-wrapper .checkout-bottom-buttons {
    flex-direction: column-reverse;
  }
}
@media print and (max-width: 899px) {
  .cart-container .checkout-bottom-buttons-wrapper .checkout-bottom-buttons .action {
    width: 100%;
  }
}
@media print and (max-width: 899px) {
  .cart-container .checkout-bottom-buttons-wrapper .checkout-bottom-buttons .action.next-step-wrapper {
    width: 100%;
  }
}
@media print and (max-width: 899px) {
  .cart-container .checkout-bottom-buttons-wrapper .checkout-bottom-buttons .action.go-back {
    margin-bottom: 20px;
  }
}
@media print and (max-width: 899px) {
  .split-order-container .split-order-desc {
    max-width: 100%;
    width: 100%;
    flex: 100%;
  }
}
@media print and (max-width: 899px) {
  .split-order-container .split-order-options {
    max-width: 100%;
    width: 100%;
    flex: 100%;
  }
}
@media print and (max-width: 899px) {
  .payment-method-wrapper label[for=dotpay_widget]:hover::after {
    display: none;
  }
}
@media print and (max-width: 899px) {
  .customer-account-login .block-customer-login .block-content .row {
    flex-direction: column !important;
  }
  .customer-account-login .block-customer-login .block-content .row .col-xl-7 {
    padding: 40px !important;
  }
  .customer-account-login .block-customer-login .block-content .row aside {
    padding-left: 0 !important;
  }
}
@media print and only screen and (max-width: 480px) {
  .customer-account-login aside {
    padding-left: 25px;
    padding-right: 25px;
  }
  .customer-account-login aside h1 {
    font-size: 32px;
  }
  .customer-account-login aside button {
    width: 100%;
  }
  .customer-account-login .formularz-logowania h1 {
    font-size: 32px;
  }
}
@media print and (max-width: 899px) {
  .checkout-header {
    display: none;
  }
}
@media print and (max-width: 899px) {
  .content-404 {
    flex-direction: column;
  }
  .content-404__right,
  .content-404__left {
    width: 100%;
  }
}
@media print and (max-width: 899px) {
  .account.page-layout-2columns-left .account,
  .page-layout-1column .account {
    flex-direction: column-reverse;
  }
  .account.page-layout-2columns-left .account .form-address-edit .actions-toolbar,
  .page-layout-1column .account .form-address-edit .actions-toolbar {
    justify-content: space-between !important;
  }
  .account.page-layout-2columns-left .account .form-address-edit .fieldset,
  .page-layout-1column .account .form-address-edit .fieldset {
    width: 100% !important;
  }
  .account.page-layout-2columns-left .account .form-edit-account input[type=text],
  .page-layout-1column .account .form-edit-account input[type=text],
  .account.page-layout-2columns-left .account .form-address-edit input[type=text],
  .page-layout-1column .account .form-address-edit input[type=text],
  .account.page-layout-2columns-left .account .form-edit-account input[type=password],
  .page-layout-1column .account .form-edit-account input[type=password],
  .account.page-layout-2columns-left .account .form-address-edit input[type=password],
  .page-layout-1column .account .form-address-edit input[type=password],
  .account.page-layout-2columns-left .account .form-edit-account input[type=email],
  .page-layout-1column .account .form-edit-account input[type=email],
  .account.page-layout-2columns-left .account .form-address-edit input[type=email],
  .page-layout-1column .account .form-address-edit input[type=email] {
    width: 100%;
  }
}
@media print and (max-width: 899px) {
  .account.page-layout-2columns-left .account .block-addresses-list .block-content .box.box-address-billing,
  .page-layout-1column .account .block-addresses-list .block-content .box.box-address-billing,
  .account.page-layout-2columns-left .account .block-addresses-default .block-content .box.box-address-billing,
  .page-layout-1column .account .block-addresses-default .block-content .box.box-address-billing,
  .account.page-layout-2columns-left .account .block-addresses-list .block-content .box.box-address-shipping,
  .page-layout-1column .account .block-addresses-list .block-content .box.box-address-shipping,
  .account.page-layout-2columns-left .account .block-addresses-default .block-content .box.box-address-shipping,
  .page-layout-1column .account .block-addresses-default .block-content .box.box-address-shipping {
    width: 100%;
  }
}
@media print and (max-width: 899px) {
  .account.page-layout-2columns-left .account .table-wrapper.orders-history td,
  .page-layout-1column .account .table-wrapper.orders-history td,
  .account.page-layout-2columns-left .account .table-wrapper.orders-history th,
  .page-layout-1column .account .table-wrapper.orders-history th {
    width: auto !important;
    padding: 5px 0px !important;
  }
}
@media print and (max-width: 899px) {
  .account.page-layout-2columns-left .account .wishlist-index-index .page.messages,
  .page-layout-1column .account .wishlist-index-index .page.messages {
    margin-top: 130px;
  }
  .account.page-layout-2columns-left .account .wishlist-index-index .product-item,
  .page-layout-1column .account .wishlist-index-index .product-item {
    width: 100% !important;
  }
}
@media print and only screen and (max-width: 899px) {
  .account.page-layout-2columns-left .account .account-nav .content,
  .page-layout-1column .account .account-nav .content {
    padding: 0px;
  }
  .account.page-layout-2columns-left .account .block-collapsible-nav .title,
  .page-layout-1column .account .block-collapsible-nav .title {
    border-bottom: 1px solid #11347e;
    border-top: 1px solid #11347e;
    cursor: pointer;
    margin-bottom: 0;
    padding: 5px 0px;
    position: relative;
    display: block;
    text-decoration: none;
    width: 100%;
    margin-top: 20px;
    height: auto;
    font-size: unset;
  }
  .account.page-layout-2columns-left .account .block-collapsible-nav .title:after,
  .page-layout-1column .account .block-collapsible-nav .title:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    position: absolute;
    right: 10px;
    top: 0;
    padding: 10px 0px;
  }
  .account.page-layout-2columns-left .account .block-collapsible-nav .title:after.active,
  .page-layout-1column .account .block-collapsible-nav .title:after.active {
    color: #11347e;
  }
  .account.page-layout-2columns-left .account .block-collapsible-nav .title strong,
  .page-layout-1column .account .block-collapsible-nav .title strong {
    font-weight: 700;
    line-height: 1.1;
    font-size: 1.4rem;
    margin-top: 0px;
    text-decoration: none;
    margin-bottom: 0px;
    color: #11347e;
  }
  .account.page-layout-2columns-left .account .block-collapsible-nav .title strong.active,
  .page-layout-1column .account .block-collapsible-nav .title strong.active {
    color: #11347e;
  }
  .account.page-layout-2columns-left .account .block-collapsible-nav .content,
  .page-layout-1column .account .block-collapsible-nav .content {
    border-bottom: 1px solid #ccc;
    display: none;
  }
  .account.page-layout-2columns-left .account .block-collapsible-nav .content.active,
  .page-layout-1column .account .block-collapsible-nav .content.active {
    display: block;
  }
  .account.page-layout-2columns-left .account .block,
  .page-layout-1column .account .block {
    margin-bottom: 0px;
  }
}
@media print and only screen and (max-width: 767px) {
  .account.page-layout-2columns-left .account .block-collapsible-nav .title,
  .page-layout-1column .account .block-collapsible-nav .title {
    margin-top: 0;
  }
  .account.page-layout-2columns-left .account .block-collapsible-nav .title::after,
  .page-layout-1column .account .block-collapsible-nav .title::after {
    padding: inherit;
  }
}
@media print and (max-width: 639px) {
  .account.page-layout-2columns-left .account span,
  .page-layout-1column .account span {
    line-height: normal;
    display: block;
  }
  .account.page-layout-2columns-left .account span.price-excluding-tax,
  .page-layout-1column .account span.price-excluding-tax {
    display: block;
  }
  .account.page-layout-2columns-left .account .order-details-items .table-order-items .price-including-tax,
  .page-layout-1column .account .order-details-items .table-order-items .price-including-tax,
  .account.page-layout-2columns-left .account .order-details-items .table-order-items .items-qty,
  .page-layout-1column .account .order-details-items .table-order-items .items-qty {
    display: block;
  }
}
@media print and (max-width: 767px) {
  .account.page-layout-2columns-left .account .commercialData,
  .page-layout-1column .account .commercialData {
    padding: 40px 5px;
  }
}
@media print and (max-width: 899px) {
  .contact-form .contact-form-wrapper {
    width: 80%;
  }
}
@media print and (max-width: 600px) {
  .contact-form .contact-form-wrapper {
    width: 100%;
  }
}
@media print and (max-width: 899px) {
  .featured-brands .producers-wrapper span {
    width: 33.33%;
  }
}
@media print and (max-width: 499px) {
  .featured-brands .producers-wrapper span {
    width: 50%;
  }
}
@media print and (max-width: 899px) {
  .wishlist-index-index .product-item {
    width: 100% !important;
  }
}
@media print and (max-width: 600px) {
  #maincontent .form-wishlist-items .actions-toolbar .primary {
    text-align: left;
    flex-direction: column;
  }
}
@media print and (max-width: 767px) {
  #maincontent .form-wishlist-items .products-grid.wishlist .product-item {
    width: 32.33% !important;
  }
}
@media print and (max-width: 600px) {
  #maincontent .form-wishlist-items .products-grid.wishlist .product-item {
    width: 49% !important;
  }
}
@media print and (max-width: 400px) {
  #maincontent .form-wishlist-items .products-grid.wishlist .product-item {
    width: 100% !important;
    margin-right: 0;
  }
}
@media print and (max-width: 899px) {
  .table-comparison .product-image-container {
    width: 100%;
  }
  .table-comparison .product-image-container .product-image-wrapper {
    width: 100%;
    height: auto;
  }
}
@media print and (max-width: 600px) {
  .table-comparison .product-item-actions .secondary-addto-links.actions-secondary {
    margin-top: 10px;
  }
}
@media print and (max-width: 899px) {
  .account .complaint-instruction,
  .account .complaint-info {
    width: 100%;
  }
}
@media print and (max-width: 767px) {
  .account .complaint-wrapper #complaint-table .table-header {
    display: none;
  }
  .account .complaint-wrapper #complaint-table tr {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .account .complaint-wrapper #complaint-table .complaint-name,
  .account .complaint-wrapper #complaint-table .complaint-producer,
  .account .complaint-wrapper #complaint-table .complaint-dates-td {
    width: 100%;
  }
  .account .complaint-wrapper #complaint-table .complaint-name::before {
    content: 'Nazwa:';
    font-weight: bold;
    display: block;
  }
  .account .complaint-wrapper #complaint-table .complaint-id::before {
    content: 'ID:';
    font-weight: bold;
    display: block;
  }
  .account .complaint-wrapper #complaint-table .complaint-price::before {
    content: 'Cena:';
    font-weight: bold;
    display: block;
  }
  .account .complaint-wrapper #complaint-table .complaint-qty::before {
    content: 'Ilość:';
    font-weight: bold;
    display: block;
  }
  .account .complaint-wrapper #complaint-table .complaint-order-id::before {
    content: 'Nr zamówienia:';
    font-weight: bold;
    display: block;
  }
  .account .complaint-wrapper #complaint-table .complaint-order-dates::before {
    content: 'Data zakupu:';
    font-weight: bold;
    display: block;
  }
  .account .complaint-wrapper #complaint-table .complaint-producer::before {
    content: 'Producent:';
    font-weight: bold;
    display: block;
  }
  .account .complaint-wrapper #complaint-table .complaint-dates-td::before {
    content: 'Data zakupu:';
    font-weight: bold;
    display: block;
  }
}
@media print and (max-width: 600px) {
  .streamsoft-preview-wrapper .streamsoft-preview-header {
    flex-direction: column;
  }
  .streamsoft-preview-wrapper .streamsoft-preview-header .bookmark {
    width: 100%;
    border-left: 1px solid #11347e;
    border-bottom: none;
    justify-content: flex-start;
    margin: 0px;
    padding: 15px;
  }
  .streamsoft-preview-wrapper .streamsoft-preview-header .bookmark.active {
    border-left: 8px solid #e17c26;
    border-bottom: none;
    color: #e17c26;
    cursor: default;
  }
}
@media print and (max-width: 1024px) {
  .streamsoft-preview-wrapper #product-info-table table,
  .streamsoft-preview-wrapper #order-list-table table,
  .streamsoft-preview-wrapper #order-details-table table {
    width: 100%;
  }
  .streamsoft-preview-wrapper #product-info-table table td:first-child,
  .streamsoft-preview-wrapper #order-list-table table td:first-child,
  .streamsoft-preview-wrapper #order-details-table table td:first-child {
    width: 40%;
  }
  .streamsoft-preview-wrapper #product-info-table input[type=text],
  .streamsoft-preview-wrapper #order-list-table input[type=text],
  .streamsoft-preview-wrapper #order-details-table input[type=text] {
    width: 70%;
    margin-bottom: 5px;
    padding: 5px 10px;
    box-sizing: border-box !important;
    height: 32px;
    margin-top: 5px;
    margin-right: 10px;
  }
}
@media print and (max-width: 1280px) {
  #gus_data_pop-up,
  #gus_data_pop-up_fail {
    width: 50%;
    left: 25%;
  }
}
@media print and (max-width: 899px) {
  #gus_data_pop-up,
  #gus_data_pop-up_fail {
    width: 70%;
    left: 15%;
  }
}
@media print and (max-width: 600px) {
  #gus_data_pop-up,
  #gus_data_pop-up_fail {
    width: 90%;
    left: 5%;
  }
}
@media print and (max-width: 767px) {
  #modal-product-size .modal-product-size-info,
  #modal-oversize-product-popup .modal-product-size-info,
  #modal-business-terms-popup .modal-product-size-info,
  #modal-offer-popup .modal-product-size-info,
  #offer-info .modal-product-size-info,
  #modal-popup .modal-product-size-info,
  #modal-product-size .modal-info-wrapper,
  #modal-oversize-product-popup .modal-info-wrapper,
  #modal-business-terms-popup .modal-info-wrapper,
  #modal-offer-popup .modal-info-wrapper,
  #offer-info .modal-info-wrapper,
  #modal-popup .modal-info-wrapper {
    top: 20%;
    left: 10%;
    width: 80%;
  }
}
@media print and (max-width: 899px) {
  .manufacturer-page-wrapper .categories-wrapper li {
    width: 33.333%;
  }
}
@media print and (max-width: 600px) {
  .manufacturer-page-wrapper .header-wrapper .first-row h1 {
    font-size: 24px;
  }
  .manufacturer-page-wrapper .categories-wrapper li {
    width: 50%;
  }
  .manufacturer-page-wrapper .block-description .description-wrapper .description-content .logo {
    width: 100%;
  }
  .manufacturer-page-wrapper .block-description .description-wrapper .description-content .banner-half-width {
    width: 100%;
  }
  .manufacturer-page-wrapper .block-description .description-wrapper .description-content .text {
    width: 100%;
  }
}
@media print and only screen and (max-width: 899px) {
  .modal-popup.mpFreeGiftsList {
    left: 5px;
  }
  .modal-popup.mpFreeGiftsList .modal-inner-wrap .modal-content {
    width: 97%;
  }
  .modal-popup.mpFreeGiftsList .mpfreegifts-modal {
    width: 90%;
    margin: auto;
  }
  .mpfreegifts-btn-cart #mpfreegifts-cart-btn {
    width: 100%;
  }
  .mpfreegifts-btn-cart #mpfreegifts-cart-btn .mpfreegifts-btn.action.primary {
    width: 100%;
  }
}
@media print and (max-width: 767px) {
  .main-bar .section .block.newsletter .title {
    margin: 0 auto 10px !important;
  }
}
@media print and (max-width: 767px) {
  .main-bar .section .block.newsletter .content {
    padding: 10px 0 0 0;
  }
}
@media print and (max-width: 899px) {
  .category .top,
  .columns .top,
  .category .search-results-main,
  .columns .search-results-main {
    width: 100%;
  }
}
@media print and (max-width: 768px) {
  .category .select-selected,
  .columns .select-selected {
    line-height: 17px;
  }
  .category .category-tree-wrapper,
  .columns .category-tree-wrapper {
    display: none;
  }
  .category .toolbar-products .modes,
  .columns .toolbar-products .modes {
    display: none;
  }
}
@media print and (max-width: 768px) {
  .categories-block-wrapper .categories-grid #main-categories-grid li.category-square,
  .categories-block-wrapper .categories-grid #main-subcategory li.category-square {
    width: 33.333%;
  }
}
@media print and (max-width: 460px) {
  .categories-block-wrapper .categories-grid #main-categories-grid li.category-square,
  .categories-block-wrapper .categories-grid #main-subcategory li.category-square {
    width: 100%;
    padding: 10px 0;
    aspect-ratio: unset;
  }
  .categories-block-wrapper .categories-grid #main-categories-grid li.category-square a,
  .categories-block-wrapper .categories-grid #main-subcategory li.category-square a {
    padding: 10px;
    background-color: #fff;
  }
  .categories-block-wrapper .categories-grid #main-categories-grid li.category-square a img,
  .categories-block-wrapper .categories-grid #main-subcategory li.category-square a img {
    display: none;
  }
  .categories-block-wrapper .categories-grid #main-categories-grid li.category-square a span,
  .categories-block-wrapper .categories-grid #main-subcategory li.category-square a span {
    position: relative;
    width: 75%;
    left: 0;
  }
}
@media print and (max-width: 900px) {
  .products-list .product-item .product-item-photo {
    width: 100%;
    max-width: unset !important;
  }
  .products-list .product-item .list_element_attributes_wrapper,
  .products-list .product-item .product-item-details {
    width: 50%;
  }
}
@media print and (max-width: 767px) {
  .products-list .product-item .list_element_attributes_wrapper,
  .products-list .product-item .product-item-details {
    width: 100%;
  }
  .products-list .product-item .list_element_attributes_wrapper .list_element_attributes,
  .products-list .product-item .product-item-details .list_element_attributes {
    width: 100%;
  }
  .products-list .product-item .list_element_attributes_wrapper .more_info_wrapper,
  .products-list .product-item .product-item-details .more_info_wrapper {
    display: none;
  }
}
@media print and (max-width: 460px) {
  .category #filter-btn,
  .search.results #filter-btn {
    width: 100%;
  }
}
@media print and (max-width: 900px) {
  .product .info table td:last-child {
    padding-left: 10px;
  }
  .product #add-to-cart-mobile .quantity-handler {
    width: 49%;
    margin-bottom: 0;
  }
  .product #add-to-cart-mobile .box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .product #add-to-cart-mobile .box .prices,
  .product #add-to-cart-mobile .box .product-availability {
    width: 49%;
    padding: 0;
  }
  .product #add-to-cart-mobile .box .product-availability {
    order: -1;
  }
  .product #add-to-cart-mobile .box .product-add-form {
    width: 100%;
  }
  .product #add-to-cart-mobile .box .product-add-form .add-to-cart-buttons {
    justify-content: space-between;
  }
  .product #add-to-cart-mobile .box .product-availability-stock {
    margin: 0;
  }
  .product #add-to-cart-mobile .box .product-availability-stock p {
    line-height: 18px;
  }
  .product #add-to-cart-mobile .icons {
    display: none;
  }
  .product #add-to-cart-mobile .additional-box-informations {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .product #add-to-cart-mobile .additional-box-informations .order,
  .product #add-to-cart-mobile .additional-box-informations .ask {
    width: 49%;
  }
  .product #add-to-cart-mobile .additional-box-informations .order {
    padding: 0 0 10px;
  }
  .product #add-to-cart-mobile .additional-box-informations .order span {
    padding: 0 10px 0 0;
  }
  .product #add-to-cart-mobile .additional-box-informations .ask {
    padding: 15px 10px 15px 0;
  }
  .product #add-to-cart-mobile .product-offer {
    padding: 10px 0;
  }
  .product #product-addtocart-button::after {
    width: 30px;
  }
  .product .product-info .description-container {
    width: 100%;
  }
}
@media print and (max-width: 900px) and (max-width: 768px) {
  .product .add-to-cart .quantity-handler {
    width: 49%;
    margin-bottom: 0;
  }
}
@media print and (max-width: 767px) {
  .product .circle-wrapper {
    display: none;
  }
  .product #add-to-cart-mobile .box .prices,
  .product #add-to-cart-mobile .box .product-availability {
    width: 100%;
  }
  .product #add-to-cart-mobile .box .product-availability {
    order: 0;
    padding-top: 15px;
  }
  .product #add-to-cart-mobile .additional-box-informations .order,
  .product #add-to-cart-mobile .additional-box-informations .ask {
    width: 100%;
  }
  .product .technical-data tr {
    width: 100%;
  }
}
@media print and (max-width: 460px) {
  .product .product-files-wrapper .product-files-list .product-file {
    width: 100%;
  }
}
@media print and (max-width: 768px) {
  .product .main-price td {
    padding-left: 0;
  }
  .product #btn-series-function {
    display: none;
  }
}
@media print and (max-width: 768px) {
  .category #product-table-wrapper,
  .product #product-table-wrapper,
  .catalogsearch-result-index #product-table-wrapper {
    max-width: 768px;
  }
}
@media print and (max-width: 600px) {
  .manufacturer-list .categories-block-wrapper .categories-grid #main-categories,
  .custom-category-page .categories-block-wrapper .categories-grid #main-categories,
  .manufacturer-list .categories-block-wrapper .categories-grid #main-subcategory,
  .custom-category-page .categories-block-wrapper .categories-grid #main-subcategory {
    justify-content: space-between;
  }
  .manufacturer-list .categories-block-wrapper .categories-grid #main-categories li.category-square,
  .custom-category-page .categories-block-wrapper .categories-grid #main-categories li.category-square,
  .manufacturer-list .categories-block-wrapper .categories-grid #main-subcategory li.category-square,
  .custom-category-page .categories-block-wrapper .categories-grid #main-subcategory li.category-square {
    width: 49%;
  }
}
@media print and (max-width: 768px) {
  .custom-category-page .categories-block-wrapper .categories-grid #main-categories li.category-square,
  .custom-category-page .categories-block-wrapper .categories-grid #main-subcategory li.category-square {
    width: 33.333%;
  }
}
@media print and (max-width: 600px) {
  .custom-category-page .categories-block-wrapper .categories-grid #main-categories,
  .custom-category-page .categories-block-wrapper .categories-grid #main-subcategory {
    justify-content: space-between;
  }
  .custom-category-page .categories-block-wrapper .categories-grid #main-categories li.category-square,
  .custom-category-page .categories-block-wrapper .categories-grid #main-subcategory li.category-square {
    width: 49%;
  }
}
@media print and (max-width: 768px) {
  .cart-container .pdf-button-wrapper .action.primary {
    width: 100%;
  }
}
@media print and (max-width: 768px) {
  .cart-container .checkout-bottom-buttons-wrapper .checkout-bottom-buttons .next-step-wrapper {
    justify-content: space-between;
  }
  .cart-container .checkout-bottom-buttons-wrapper .checkout-bottom-buttons .next-step-wrapper input#custom_order_number {
    width: 50%;
    margin-right: 0;
  }
  .cart-container .checkout-bottom-buttons-wrapper .checkout-bottom-buttons .next-step-wrapper .custom-order-number-label {
    width: 49%;
    margin-right: 0;
    text-align: right;
  }
  .cart-container .checkout-bottom-buttons-wrapper .checkout-bottom-buttons .next-step-wrapper .action.next-step {
    margin-top: 20px;
  }
}
@media print and (max-width: 460px) {
  .cart-container .checkout-bottom-buttons-wrapper .checkout-bottom-buttons .next-step-wrapper .custom-order-number-label,
  .cart-container .checkout-bottom-buttons-wrapper .checkout-bottom-buttons .next-step-wrapper input#custom_order_number {
    width: 100%;
  }
  .cart-container .checkout-bottom-buttons-wrapper .checkout-bottom-buttons .next-step-wrapper .custom-order-number-label {
    text-align: left;
    margin-bottom: 10px;
  }
}
@media print and (max-width: 899px) {
  .cart-container .checkout-product .row {
    flex-direction: column;
  }
  .cart-container .image-name,
  .cart-container .price-qty,
  .cart-container .discount-wrapper,
  .cart-container .checkout-product-last-column {
    width: 100%;
    max-width: 100%;
  }
  .cart-container .price-qty.discount-wrapper {
    flex-direction: row;
  }
  .cart-container .price-qty.discount-wrapper .discount-price,
  .cart-container .price-qty.discount-wrapper .discount-number {
    width: 50%;
  }
  .cart-container .price-qty.discount-wrapper .discount-number {
    justify-content: flex-start;
  }
  .cart-container .price-qty.discount-wrapper .discount-price:before,
  .cart-container .price-qty.discount-wrapper .discount-number:before {
    content: 'Cena po rabacie:';
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
  }
  .cart-container .price-qty.discount-wrapper .discount-number:before {
    content: "Rabat:";
  }
  .cart-container .checkout-product-last-column .row {
    flex-direction: row;
  }
}
@media print and (max-width: 768px) {
  .cart-container .kmk-checkout-elements .kmk-row.row .info-darmowa-dostawa {
    width: 100%;
  }
  .cart-container .image-name .row,
  .cart-container .price-qty.discount-wrapper .row {
    flex-direction: row;
  }
  .cart-container .checkout-product-last-column .row .product-stock {
    margin-bottom: 0;
  }
}
@media print and (max-width: 768px) {
  .cart-container .block.discount .control {
    width: 100%;
  }
}
@media print and (max-width: 768px) {
  .account.page-layout-2columns-left .account .block-dashboard-info .block-content .box-information .box-content .customer-data,
  .page-layout-1column .account .block-dashboard-info .block-content .box-information .box-content .customer-data {
    width: 100%;
    margin: 0 0 20px;
  }
  .account.page-layout-2columns-left .account .box-information .box-content,
  .page-layout-1column .account .box-information .box-content {
    flex-wrap: wrap;
  }
  .account.page-layout-2columns-left .account .box-information .box-content tr td:first-child,
  .page-layout-1column .account .box-information .box-content tr td:first-child {
    width: 30%;
  }
  .account.page-layout-2columns-left .account address,
  .page-layout-1column .account address {
    width: 100%;
  }
  .account.page-layout-2columns-left .account address table > tbody > tr > td:first-child,
  .page-layout-1column .account address table > tbody > tr > td:first-child {
    width: 30%;
  }
}
@media print and (max-width: 468px) {
  .account.page-layout-2columns-left .account .table-order-items tbody th,
  .page-layout-1column .account .table-order-items tbody th {
    display: none;
  }
  .account.page-layout-2columns-left .account .table-order-items tbody th.title,
  .page-layout-1column .account .table-order-items tbody th.title {
    display: table-cell !important;
  }
}
@media print and (max-width: 639px) {
  .account.page-layout-2columns-left .account .table-order-items tbody .col-price-original,
  .page-layout-1column .account .table-order-items tbody .col-price-original,
  .account.page-layout-2columns-left .account .table-order-items tbody .col.qty,
  .page-layout-1column .account .table-order-items tbody .col.qty,
  .account.page-layout-2columns-left .account .table-order-items tbody .col.subtotal,
  .page-layout-1column .account .table-order-items tbody .col.subtotal {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
  }
  .account.page-layout-2columns-left .account .table-order-items tbody .col-price-original,
  .page-layout-1column .account .table-order-items tbody .col-price-original {
    display: flex !important;
  }
  .account.page-layout-2columns-left .account .table-order-items tbody .col.actions .action.view,
  .page-layout-1column .account .table-order-items tbody .col.actions .action.view {
    margin-top: 10px;
  }
  .account.page-layout-2columns-left .account .table-order-items tbody .col.total span.price,
  .page-layout-1column .account .table-order-items tbody .col.total span.price {
    display: inline-block;
  }
}
@media print and (max-width: 768px) {
  .account.page-layout-2columns-left .account .business-terms-wrapper .container-business-terms-negation,
  .page-layout-1column .account .business-terms-wrapper .container-business-terms-negation,
  .account.page-layout-2columns-left .account .business-terms-wrapper .container-business-terms,
  .page-layout-1column .account .business-terms-wrapper .container-business-terms {
    min-width: 100%;
    max-width: 100%;
    margin: 20px auto;
  }
}
@media print and (max-width: 460px) {
  .account.page-layout-2columns-left .account #my-orders-table tbody th,
  .page-layout-1column .account #my-orders-table tbody th {
    display: none;
  }
  .account.page-layout-2columns-left .account .admin__field,
  .page-layout-1column .account .admin__field {
    width: 100%;
  }
  .account.page-layout-2columns-left .account .admin__field .p24-button.submit,
  .page-layout-1column .account .admin__field .p24-button.submit {
    width: 100%;
  }
}
@media print and (max-width: 768px) {
  .blog-category-index .blog__post-view .blog__post-view-related-products ol li,
  .blog-post-view .blog__post-view .blog__post-view-related-products ol li {
    width: 31%;
  }
}
@media print and (max-width: 460px) {
  .blog-category-index .blog__post-view .blog__post-view-related-products ol li,
  .blog-post-view .blog__post-view .blog__post-view-related-products ol li {
    width: 48%;
  }
}
@media print and (max-width: 768px) {
  .contact-wrapper .row .two-column,
  .contact-wrapper .row .person-contact,
  .contact-wrapper .row .contact-box {
    width: 100%;
  }
  .contact-wrapper .row .google-map {
    margin: auto;
  }
  .contact-wrapper .row .google-button,
  .contact-wrapper .row .contact-form-button {
    width: 100%;
  }
}
@media print and (max-width: 640px) {
  .contact-wrapper .row .google-map {
    display: none;
  }
}
@media print and (max-width: 768px) {
  .promo-page .promo-block-wrapper a.promo-block {
    width: 100%;
  }
}
@media print and (max-width: 768px) {
  .filter-options .filter-options-item .filter-options-content ol.items {
    max-height: 360px;
  }
}
