﻿@import url("https://fonts.googleapis.com/css?family=Poppins:300,500,600,500i,700,800,900i");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro");

/*! Drop v11.5.0 | (c) 2016 Chris Ferdinandi | MIT License | http://github.com/cferdinandi/drop */

.dropdown {
  position: relative;
}

.dropdown > a:after {
  content: "+";
  display: inline-block;
  margin-left: 0.25em;
  width: 0.5em;
}

@media (max-width: 40em) {
  .js-astro .dropdown > a:after {
    content: "";
  }
}

.dropdown.active > a:after,
.dropdown:focus > a:after,
.dropdown:hover > a:after {
  content: "\2013";
}

@media (max-width: 40em) {
  .js-astro .dropdown.active > a:after,
  .js-astro .dropdown:focus > a:after,
  .js-astro .dropdown:hover > a:after {
    content: "";
  }
}

.dropdown-menu {
  background-color: #ffffff;
    border: 0;
    border-radius: 0.0725em;
    box-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    clip: rect(0 0 0 0);
    height: auto;
    margin: -1px;
    min-width: 100%;
    padding: 0;
    right: 0;
    text-align: left;
    top: 100%;
    width: 1px;
    z-index: 1;
}

@media (min-width: 40em) {
  .dropdown-menu {
    min-width: 12em;
  }
}

.dropdown-menu ol,
.dropdown-menu ul {
  list-style: none;
  margin-left: 0;
}

.dropdown-menu a {
  display: block;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.dropdown.active .dropdown-menu,
.dropdown:focus .dropdown-menu,
.dropdown:hover .dropdown-menu,.dropdown-menu {
  border: 0.0725em solid #b8b8b8;
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  width: auto;
}

.js-drop .dropdown.active .dropdown-menu,
.js-drop .dropdown:focus .dropdown-menu,
.js-drop .dropdown:hover .dropdown-menu {
  margin-top: 0.5em;
}

@media (max-width: 40em) {
  .js-astro.js-drop .dropdown.active .dropdown-menu,
  .js-astro.js-drop .dropdown:focus .dropdown-menu,
  .js-astro.js-drop .dropdown:hover .dropdown-menu {
    margin-top: 0;
  }
}

@media (max-width: 40em) {
  .js-astro .dropdown-menu,
  .js-astro .dropdown.active .dropdown-menu {
    background-color: transparent;
    border: 0;
    box-shadow: none;
    clip: auto;
    float: none;
    height: auto;
    margin: 0 0 1.5em;
    overflow: visible;
    padding: 0;
    position: static;
    width: auto;
  }
}

.dropdown {
  background-color: #ffffff;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media (min-width: 992px) {
  .dropdown {
    display: none;
  }
}

.dropdown-menu {
  min-width: 300px;
}

:root,
body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  margin: 0;
  color: #000000;
  background: #ffffff !important;
}

.header__slider:not(.slick-slider) .header__image:not(:first-of-type) {
  display: none;
}

.header {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding-top: 1.45833vw;
  padding-left: 1.45833vw;
  padding-right: 2.86458vw;
  padding-bottom: 1vw;
  /* height: 6.5625vw; */
  box-sizing: border-box;
}

.header .header__home-link {

  margin-right: 40px;
  font-size: 0;
}

.header .header__logo { 
  height: 5.5vw;/*8vw*/
  width: auto;
  object-fit:contain;
  /* margin-right: 2.70833vw; */
}

@media (max-width: 1500px) {
  .header .header__logo {
    height: 4.5vw;
  }
}

@media (max-width: 991px) {
  .header .header__logo {
    height: auto;
    max-height: 54px;
    width: 87px;
    margin: none;
    position: absolute;
    left: 10px;
    top: 17px;
  }
}

.header .header__left {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction:row-reverse;
  margin-right:auto;

}

.header .header__right {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.66667vw;
}

@media (max-width: 991px) {
  .header .header__right {
    position: absolute;
    top: 20px;
    right: 10px;
    margin-top: 9px;
  }
}

.header .header__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.header .header__text {
  position: absolute;
  top: 17.39583vw;
  left: 24.27083vw;
  width: 31.25vw;
}

.header .header__text h1 {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 2.96875vw;
  font-weight: 900;
  font-style: italic;
  line-height: 1.0877193;
  letter-spacing: 0.18px;
  margin-bottom: 1.14583vw;
}

@media (max-width: 991px) {
  .header .header__text h1 {
    font-size: 18px;
  }
}

.header .header__text strong {
  color: #008789;
}

.header .header__text p {
  margin: 0;
  font-style: italic;
  font-size: 1.04167vw;
  line-height: 1.4;
  margin-left: 0.41667vw;
  width: 28.64583vw;
}

@media (max-width: 991px) {
  .header .header__text p {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 80%;
    min-width: 280px;
    max-width: 300px;
    font-size: 12px;
    margin-left: auto;
    margin-right: auto;
  }
}

.header .header__text a {
  font-size: 1.35417vw;
  font-weight: 900;
  font-style: italic;
  display: inline-block;
  letter-spacing: 0.15px;
  margin-top: 1.75vw;
  margin-left: 0.625vw;
  padding-top: 0.57292vw;
  text-decoration: none;
  padding-bottom: 0.41667vw;
  padding-right: 1.19792vw;
  padding-left: 1.61458vw;
  color: #ffffff;
  background-color: #008789;
  text-transform: uppercase;
}

.header .header__text a:before {
  content: ">>>";
  margin-right: 0.23438vw;
}

.header .header__text a:after {
  content: " <<<";
  margin-left: 0.23438vw;
}

@media (max-width: 991px) {
  .header .header__text a {
    font-size: 12px;
    padding: 7px 15px;
  }
}

@media (max-width: 991px) {
  .header .header__text {
    margin-top: 20px;
    position: static;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 70%;
    min-width: 300px;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
  }
}

.header .header__menu-button {
  padding: 0;
  background: none;
  border: none;
  height: auto;
  margin-left: 10px;
  margin-top: -8px;
  margin-bottom: 2.342158859vw;
  height: 32px;
}

@media (min-width: 992px) {
  .header .header__menu-button {
    display: none;
  }
}

@media (max-width: 991px) {
  .header {
    height: auto;
    display: block;
    background-color: #ffffff;
    padding-left: 0;
    padding-right: 0;
    padding-top: 75px;
  }
}

.menu {
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu .menu__position {
  font-size: 0.8vw;
  margin-right: 1.2vw;
  margin-left: 1.2vw;
  margin-top: 0.36458vw;
  font-weight: 700;
  letter-spacing: 0.8px;
}

.menu .menu__position:last-of-type {
  margin-left: 0.88542vw;
}

@media (max-width: 1299px) {
  .menu .menu__position {
    font-size: 1vw;
  }
}

@media (max-width: 991px) {
  .menu .menu__position {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 14px;
  }
}

.menu .menu__link {
  color: #000000;
  text-decoration: none;
  padding-bottom: 0.20833vw;
}

.menu .menu__link:hover,
.menu .menu__link.menu__link_active {
  border-bottom: 2px solid #008789;
}

@media (max-width: 991px) {
  .menu.menu_active {
    z-index: 1000;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 59px;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 5px;
    background-color: #ffffff;
    right: 0;
    text-align: center;
  }
}

@media (max-width: 991px) {
  .menu {
    display: none;
  }
}

.menu-cart {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.25vw;
  position: relative;
  bottom: 0.78125vw;
}

.menu-cart .menu-cart__link {
  color: #000000;
  font-size: 0.88542vw;
  margin-right: 0.78125vw;
  margin-top: 0.20833vw;
  line-height: 1.1;
  text-decoration: none;
  text-align: center;
  margin-bottom: -0.26042vw;
}

.menu-cart .menu-cart__link b {
  margin-left: 0.26042vw;
  position: relative;
  top: 1px;
}

@media (max-width: 991px) {
  .menu-cart .menu-cart__link {
    color: #008789;
    font-size: 11px;
    display: none;
    margin-bottom: 8px;
    margin-right: 3px;
  }
}

.menu-cart .menu-cart__quantity {
  font-size: 0.88542vw;
  letter-spacing: -0.3px;
  position: relative;
  top: 0.10417vw;
}

@media (max-width: 991px) {
  .menu-cart .menu-cart__quantity {
    font-size: 9px;
  }
}

.menu-cart .menu-cart__icon {
  margin-top: -0.57292vw;
  width: 2.65625vw !important;
  height: auto !important;
  background: none;
  border: none;
}

.menu-cart__icon svg {
  width: 2.65625vw;
  min-width: 23px;
  height: auto;
}

.menu-cart__icon svg * {
  fill: #008789 !important;
}

.menu-cart__icon_not-empty svg * {
  fill: #008789 !important;
}

.menu-cart .menu-cart__icon.menu-cart__icon_rwd {
  display: none;
}

@media (max-width: 991px) {
  .menu-cart .menu-cart__icon.menu-cart__icon_rwd {
    display: block;
  }
}

@media (max-width: 991px) {
  .menu-cart .menu-cart__icon {
    width: 25px !important;
    display: none;
  }
}



.search {
  bottom: 1.40625vw;
  margin-right: 2.30833vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.search .search__input {
  border: none;
  width: 11.14583vw;
  border-bottom: 2px solid #008789;
  background: none;
  color: #000000;
  padding-bottom: 0.78125vw;
  font-size: 0.83333vw;
  text-align: right;
  font-family: "Poppins", sans-serif;
}

.search .search__input:focus {
  outline: none;
}

.search .search__input::placeholder {
  color: #989898;
}

.search .search__input::-ms-input-placeholder {
  color: #989898;
}

.search .search__input:-ms-input-placeholder {
  color: #989898;
}

@media (max-width: 1299px) {
  .search .search__input {
    font-size: 1vw;
  }
}

@media (max-width: 991px) {
  .search .search__input {
    color: #008789;
    border-color: #008789;
    font-size: 11px;
    width: 78px;
    padding-bottom: 5px;
  }
  .search .search__input::placeholder {
    color: transparent;
  }
  .search .search__input::-ms-input-placeholder {
    color: transparent;
  }
  .search .search__input:-ms-input-placeholder {
    color: transparent;
  }
}

.search .search__icon {
  margin-left: 1.04167vw;
  width: 3.14240672622vw !important;
  height: auto !important;
  background: none;
  border: none;
}

.search__icon svg {
  width: 100%;
  height: auto;
}

.search__icon svg * {
  fill: #008789 !important;
}

.search .search__icon.search__icon_rwd {
  display: none;
}

@media (max-width: 991px) {
  .search .search__icon.search__icon_rwd {
    display: block;
  }
}

@media (max-width: 991px) {
  .search .search__icon {
    width: 35px !important;
    display: none;
    margin-left: 10px;
  }
}

.free-shipping {
  position: absolute;
  right: 0;
  top: 17.5vw;
  width: 21.92708vw;
}

@media (max-width: 991px) {
  .free-shipping {
    display: none;
  }
}

.autocomplete-w1 {
  background: #ffffff;
  position: absolute;
  top: 6px;
  left: 0;
  margin: 0px;
}

.autocomplete {
  -webkit-box-shadow: 1px 10px 11px 0 rgba(0, 0, 0, 0.8);
  box-shadow: 1px 4px 5px 0 rgba(0, 0, 0, 0.5);
  font-size: 0.78125vw;
  border-bottom: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  color: #000000;
  background: #f5f5f5;
  cursor: default;
  text-align: left;
  max-height: 250px;
  overflow: auto;
  background-color: #ffffff;
  max-width: 90vw;
  width: 11.66667vw !important;
}

@media (max-width: 991px) {
  .autocomplete {
    width: 110px !important;
    font-size: 11px;
  }
}

.autocomplete .selected {
  background: #f0f0f0;
  cursor: pointer;
}

.autocomplete div {
  padding: 2px 5px;
}

.autocomplete div:not(:last-of-type) {
  border-bottom: 1px solid #008789;
}

.autocomplete strong {
  font-weight: normal;
  color: #008789;
}

.categories {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: stretch;
  justify-content: space-between;
  margin: 0;
  list-style: none;
  padding: 0;
  padding-top: 1.8vw;
  padding-left: 0.54167vw;
  padding-right: 0.59375vw;
  box-sizing: border-box;
}

.categories_subsite {
  padding-right: 14.58333vw;
  margin-top: 0;
}

.categories .categories__position {
  display: flex;
  flex-direction: column;
}

.categories .categories__position_promotion {
  left: 1.66667vw;
  top: -0.78125vw;
}

.categories .categories__position_promotion img {
  width: 4.6875vw;
  height: auto;
}

.categories .categories__position_subsite {
  top: -82px;
  left: -28px;
}

.categories .categories__position_subsite::before {
  display: none;
}

.categories .categories__position_new img {
  width: 4.73958vw;
  height: auto;
}

.categories .categories__position_category {
  padding-top: 0.46875vw;
  left: 0.36458vw;
  position: relative;
  margin-right: 10px;
  margin-bottom:20px;
}

.categories .categories__position_category .categories__link {
  font-size: 20px;
  /* margin-top: 0.78125vw; */
  /* margin-top: 25%; */
  letter-spacing: 0.10417vw;
  /* margin-left: -.3125vw; */
  position: relative;
  color: #000000;
  text-align: center;
  font-weight: 700;
}

.categories .categories__position_category img {
  width: 6.23958vw;
  height: 4.73958vw;
  object-fit: contain;
  object-position: center;
  display:block;
  margin:0 auto;
}
/*
.categories .categories__position_category::before {
    content: '';
    display: block;
    position: absolute;
    background-size: 100% 100%
}

.categories .categories__position_category:nth-of-type(11n+4)::before {
    bottom: 2.13542vw;
    right: -1.875vw;
    width: 2.44792vw;
    height: .20833vw;
    background-image: url("/images/new/decorations/deco1.png")
}

.categories .categories__position_category:nth-of-type(11n+5)::before {
    bottom: 2.13542vw;
    right: -1.875vw;
    width: 1.92708vw;
    height: .20833vw;
    background-image: url("/images/new/decorations/deco2.png")
}

.categories .categories__position_category:nth-of-type(11n+6)::before {
    bottom: 2.13542vw;
    right: -1.875vw;
    width: 2.44792vw;
    height: .20833vw;
    background-image: url("/images/new/decorations/deco3.png")
}

.categories .categories__position_category:nth-of-type(11n+7)::before {
    bottom: 2.13542vw;
    right: -1.875vw;
    width: 2.86458vw;
    height: .20833vw;
    background-image: url("/images/new/decorations/deco4.png")
}

.categories .categories__position_category:nth-of-type(11n+8)::before {
    bottom: 2.13542vw;
    right: -1.875vw;
    width: 1.5625vw;
    height: .20833vw;
    background-image: url("/images/new/decorations/deco5.png")
}

.categories .categories__position_category:nth-of-type(11n+9)::before {
    bottom: 2.13542vw;
    right: -1.875vw;
    width: 2.1875vw;
    height: .15625vw;
    background-image: url("/images/new/decorations/deco6.png")
}

.categories .categories__position_category:nth-of-type(11n+10)::before {
    bottom: 2.13542vw;
    right: -1.875vw;
    width: 1.77083vw;
    height: .15625vw;
    background-image: url("/images/new/decorations/deco7.png")
}

.categories .categories__position_category:nth-of-type(11n+11)::before {
    display: none
}*/

.categories .categories__position_subsite {
  top: -82px;
  left: -28px;
}

.categories .categories__position_subsite::before {
  display: none;
}

.categories .categories__position.categories__position_active .categories__link,
.categories .categories__position:hover .categories__link {
  color: #000000;
  position: relative;
  z-index: 20;
}

.categories .categories__position.categories__position_active .svg-container > svg,
.categories .categories__position:hover .svg-container > svg {
  position: relative;
  z-index: 15;
}

.categories .categories__position.categories__position_active .svg-container > svg *,
.categories .categories__position:hover .svg-container > svg * {
  fill: #008789 !important;
}

.categories .subcategories__position {
  display: flex;
  flex-direction: column;
  padding-left: 0.39063vw;
  padding-right: 0.39063vw;
}

.categories .subcategories__position.subcategories__position_active,
.categories .subcategories__position:hover {
  position: relative;
}

.categories .subcategories__position.subcategories__position_active .subcategories__link,
.categories .subcategories__position:hover .subcategories__link {
  color: #000000;
  position: relative;
  z-index: 20;
}

.categories .subcategories__position.subcategories__position_active .svg-container > svg,
.categories .subcategories__position:hover .svg-container > svg {
  position: relative;
  z-index: 15;
}

.categories .subcategories__position.subcategories__position_active .svg-container > svg *,
.categories .subcategories__position:hover .svg-container > svg * {
  fill: #008789 !important;
}

.categories__position {
  display: flex;
  flex-direction: column;
}

.categories .subcategories__position.subcategories__position_active:before,
.categories .subcategories__position:hover:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  position: absolute;
  z-index: 10;
  left: 0;
  top: -2.5vw;
  padding-bottom: 2.5vw;
}

.categories .categories__position:hover .categories__link {
  color: #008789;
}

.categories .subcategories__position:hover .subcategories__link {
  color: #008789;
}

.categories .categories__extended > .categories__position_active:before,
.categories .categories__extended > .categories__position:hover:before {
  left: -0.8vw;
  width: 22%;
}

.categories .categories__position,
.categories .categories__extended,
.categories .subcategories,
.categories .subcategories__position {
  height: 100%;
}

.categories .svg-container {
  height: 4.21875vw;
  /* display: none; */
  width: auto;
  align-items: center;
  justify-content: center;
  margin-bottom:10px;
}

@media (max-width: 991px) {
  .categories .svg-container {
    height: 50px;
  }
}

.categories .categories__position > .svg-container svg {
  height: 4.21875vw;
  width: auto;
}

.categories .categories__position > .svg-container svg * {
  fill: #ffffff !important;
}

@media (max-width: 991px) {
  .categories .categories__position > .svg-container svg {
    height: 50px;
  }
}

.categories > .categories__position,
.categories .categories__extended {
  position: relative;
}

.categories > .categories__position:after,
.categories .categories__extended:after {
  display: none;
  content: "";
  width: 2px;
  height: 3.38542vw;
  background-color: #9b122d;
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 991px) {
  .categories > .categories__position:after,
  .categories .categories__extended:after {
    display: none;
  }
}

@media (max-width: 991px) {
  .categories > .categories__position,
  .categories .categories__extended {
    margin-bottom: 20px;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

.categories .categories__link {
  color: #000000;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.9375vw;
  text-align: center;
  margin-top: 0.78125vw;
  /* margin-left: -0.15625vw; */
  letter-spacing: 0.5px;
  max-width: 8.6875vw;
}

@media (max-width: 1299px) {
  .categories .categories__link {
    font-size: 0.83333vw;
    max-width: 13.02083vw;
  }
}

@media (max-width: 991px) {
  .categories .categories__link {
    font-size: 11px;
    max-width: 200px;
  }
  .categories .categories__link br {
    display: none;
  }
}

.categories .categories__extended {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-right: 1.82292vw;
}

@media (max-width: 991px) {
  .categories .categories__extended {
    flex-direction: column;
  }
}

@media (max-width: 1299px) {
  .categories {
    padding-left: 2.08333vw;
    padding-right: 2.08333vw;
  }
}

@media (max-width: 991px) {
  .categories {
    flex-direction: column;
    height: auto;
    justify-content: center;
    align-items: center;
    display: none;
  }
}



.categories .categories__position_subcategory
{
  padding:0 5px;
  margin-right: 0;
}


.categories .categories__position_subcategory .categories__link
{
  font-size: 20px;
  margin-top: 0.78125vw;
  letter-spacing: 0.0417vw;
  padding:0 11px;
  color: #000000;
  text-align: center;
}

.subcategories {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 1.82292vw;
}

.subcategories .subcategories__position {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.subcategories .subcategories__position:not(:first-of-type) {
  margin-left: 1.40625vw;
}

.subcategories .subcategories__position > .svg-container svg {
  height: 2.03125vw;
  width: auto;
  position: relative;
  top: 0.9375vw;
}

.subcategories .subcategories__position > .svg-container svg * {
  fill: #ffffff !important;
}

@media (max-width: 1299px) {
  .subcategories .subcategories__position > .svg-container svg {
    height: 2.60417vw;
  }
}

@media (max-width: 991px) {
  .subcategories .subcategories__position > .svg-container svg {
    height: 100%;
  }
}

.subcategories .subcategories__link {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.57292vw;
  width: 4.6875vw;
  text-align: center;
  font-weight: 700;
  margin-top: 3.64583vw;
  letter-spacing: 0.3px;
  line-height: 1.2;
}

@media (max-width: 1299px) {
  .subcategories .subcategories__link {
    font-size: 0.72917vw;
    width: 6.25vw;
  }
}

@media (max-width: 991px) {
  .subcategories .subcategories__link {
    font-size: 9px;
    width: auto;
  }
}

.subcategories .svg-container {
  height: 1.875vw;
}

@media (max-width: 1299px) {
  .subcategories .svg-container {
    height: 2.60417vw;
  }
}

@media (max-width: 991px) {
  .subcategories .svg-container {
    height: 25px;
  }
}

@media (max-width: 991px) {
  .subcategories {
    padding-left: 0;
    max-width: 300px;
    margin-top: 15px;
  }
}

.products-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  flex-direction: column;
  width: 100%;
  background: #ffffff;
}

.products-list__title {
  font-size: 26.36px;
  font-weight: 900;
  /* margin-top: 80px; */
  margin-left: 16px;
  margin-bottom: 30px;
  margin-top: 0;
}

@media (max-width: 991px) {
  .products-list__title {
    font-size: 22px;
  }
}

@media (max-width: 600px) {
  .products-list__title {
    margin-top: 11px !important;
    margin-bottom: 1px !important;
    font-size: 15px;
    margin-left: 0;
  }
}

.product-list__title_product {
  font-size: 2.25rem;
}

@media (max-width: 991px) {
  .product-list__title_product {
    font-size: 1.6rem;
  }
}

.products-list__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}

@media (max-width: 991px) {
  .products-list__inner {
    margin-top: 20px;
  }
}

.product-box {
  width: 310px;
  margin-bottom: 60px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.product-box a + a {
  margin-top: auto;
}

.product-box.product-box_hidden {
  display: none;
}

@media (max-width: 991px) {
  .product-box {
    margin-bottom: 20px;
  }
}

.product-box.product-box_new:before {
  content: url("../public/media/nowosc-4.svg?mtime=1620212120");
}

.product-box.product-box_rabat:before {
  content: url("../public/media/promocje-4.svg?mtime=1620212133");
}

.product-box.product-box_new:before,
.product-box__svg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 50px;
  height: 50px;
}

@media (max-width: 991px) {
  .product-box.product-box_new:before,
  .product-box__svg {
    width: 25px;
    height: 25px;
  }
}

.product-box__svg svg {
  width: 100%;
  height: auto;
}

.product-box__svg_rabat + .product-box__svg {
  display: none;
}
.product-box__svg svg * {
  /* fill:#008789!important; */
}

.product-box__svg_rabat svg * {
  /* fill:#008789!important; */
}

.product-box__option-name {
  font-size: 0.9375em;
}

.product-box__image {
  height: 194px;
  width: 300px;
  object-fit: contain;
}

.product-box__title {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 27px;
  text-transform: uppercase;
  line-height: 1.1;
  margin-bottom: 7px;
  font-size: 15px;
  padding: 0 4px;
  box-sizing: border-box;
}

@media (max-width: 991px) {
  .product-box__title {
    font-size: 13px;
    margin-top: 18px;
  }
}

.product-box__code {
  font-size: 11px;
  color: #000000;
  display: none;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
}

.product-box__price {
  display: block;
  color: #000000;
  font-size: 30px;
  font-weight: 700;
  margin-top: 6px;
  letter-spacing: 1.3px;
}

.product-box__price.product-box__price_old {
  font-size: 20px;
  margin-top:-4px;
  text-decoration: line-through;
  color: #000000;
  font-weight: 500;

}



.product-box__button {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  background-color: #008789;
  text-transform: uppercase;
  padding-left: 37px;
  border: none;
  padding-right: 23px;
  padding-top: 9px;
  padding-bottom: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 11px;
}

@media(max-width:991px)
{
  .product-box__button {
  display:none!important;
  }
}

.product-box__button span {
  position: relative;
  top: 2px;
}

.product-box__icon {
  height: 36px;
  width: auto;
  margin-left: 16px;
}

.clearfix {
  display: none;
}

.rwd-footer {
  max-width: 100%;
}

@media (max-width: 1199px) {
  .rwd-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: center;
  }
  .rwd-footer .tcen {
    margin: 13px !important;
  }
  .rwd-footer .footer-block {
    margin: 0;
  }
  .rwd-footer .footer-block:first-of-type {
    /* display: none; */
    margin-top:20px;
  }
}

.product-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -39px;
  gap:20px;
}

.product-content__bottom {
  width: 100%;
}

.product-content__additional-description {
  text-align: left;
  padding: 10px;
}

@media (max-width: 1400px) {
  .product-content {
    box-sizing: border-box;
  }
}

.product-content__left img {
  max-width: 100%;
  padding: 0px;
  margin-top: 20px;
  box-sizing: border-box;
  height: 500px;
  object-fit: contain;
  object-position: center;
  width:100%;
}

@media(max-width:992px)
{
  .product-content__left img {
    height: 250px;
  }
}

.product-content__left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /* justify-content: center; */
  justify-content: flex-start;
}

.product-content__left,
.product-content__right {
  width: 50%;
  width:calc(50% - 10px);
}

@media (max-width: 991px) {
  .product-content__left,
  .product-content__right {
    width: 100%;
    justify-content: center;
    text-align: center;
    align-items: center;
  }
}

.product-content__title {
  margin: 0;
  font-size: 1.7rem;
  font-weight: 900;
  line-height: 1.4;
  position: relative;
}

@media (max-width: 991px) {
  .product-content__title {
    font-size: 20px;
    line-height: 1.2;
  }
}

.product-content__title_nowosc {
  position: relative;
}

.product-content__title_nowosc:after {
  content: url("../public/media/nowosc-4.svg?mtime=1620212120");
}

.product-content__title_nowosc:after,
.product-content__title_svg {
  display: inline-block;
  position: relative;
  top: 15px;
  width: 50px;
  height: 50px;
  margin-left: 12px;
}

@media (max-width: 991px) {
  .product-content__title_nowosc:after,
  .product-content__title_svg {
    top: 7px;
    width: 25px;
    height: 25px;
    margin-left: 5px;
  }
}

.product-content__title_svg svg {
  width: 100%;
  height: auto;
}

.product-content__title_svg svg * {
  /* fill:#008789!important; */
}

.product-content__code {
  color: #008789;
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 20px;
}

.product-content__price {
  color: #000000;
  font-size: 41px;
  font-weight: 700;
  display: block;
  line-height: 1;
}

.product-content__price_netto {
  font-size: 18px;
  opacity: 0.7;
}

.product-content__price_netto::after {
  content: " netto";
}

.product-content__price.product-content__price_old:not(:empty) {
  font-size: 27px;
  text-decoration: line-through;
  color: #000000;
  font-weight: 400;
  margin-top: 10px;
  text-align: center;
}

.more-products-container .products-list__inner {
  margin-top: -20px;
}

.more-products-container .products-list__title {
  margin-bottom: 55px;
}

.product-content__buy {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: row-reverse;
  margin-bottom: 20px;
  margin-top: 11px;
}

@media (max-width: 991px) {
  .product-content__buy {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 37px;
  }
}

.special-color {
  color: #008789;
  font-size: inherit;
}

.product-content__to-cart {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  background-color: #008789;
  text-transform: uppercase;
  padding-left: 37px;
  border: none;
  padding-right: 23px;
  padding-top: 9px;
  padding-bottom: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin-left: 40px; */
  margin-top: 0;
  margin-bottom:5px;
}

.product-content__to-cart-container
{
  margin-right:40px;
}

@media(max-width:991px)
{
  .product-content__to-cart-container
{
  margin-right:0;
}

}

.product-content__to-cart span {
  position: relative;
  top: 2px;
}

.product-content__icon {
  height: 36px;
  width: auto;
  margin-left: 16px;
}

.product-discount-percent {
  font-size: 1.2em;
  font-weight: 700;
}

.product-discount-price {
  font-size: .7em;
}

.product-content__description {
  text-align: right;
  font-size: 16px;
  padding: 10px;
}

@media (max-width: 991px) {
  .product-content__description {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
  }
}

@media (max-width: 1199px) {
footer .footer-block {
  /* display: none; */
  padding:0;
  border:none;
}
}

@media (min-width: 1200px) {
  footer .footer-block {
    display: inline-block;
  }
  footer .footer-block.footer-block_links,
  footer .footer-block.footer-block__cat {
    border-right: 1px solid #ffffff;
    padding-right: 138px;
    margin-right: 40px;
  }
}

.footer-block_contact {
  margin-left: 67px !important;
  font-size: 1rem !important;
  /* height: 211px; */
  border-right: 1px solid #ffffff;
  padding-right: 93px;
}

.footer__logo {
  /* margin-top: 181px; */
  margin-bottom:10px;
  margin-left:auto;
  margin-right:auto;
display:block;
  height: 142px;
  object-fit: contain;
  object-position: left;
}

footer .footer-block-to-bottom
{
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 11px;
  padding-top: 32px;
}

@media (max-width: 1199px) {
  footer .footer-block-to-bottom {
padding-top:5px;
  }
}

.developer::before
{
  content:'szybki w konfiguracji sklep internetowy';
  margin-right:10px;
  font-size: .9em;
  font-weight: 500;
}

@media (max-width: 1199px) {
  .footer__logo {
    width:70%;
    margin-top:5px;
    margin-bottom:-8px;

  }
}

.rwd-footer {
  padding-left: 15px;
  padding-right: 15px;
}

.dane p {
  display: flex;
  align-items: center;
  margin-right: auto;
  width: 100%;
}

@media (max-width: 1199px) {
  .dane p {
    flex-direction: column;
  }
}

.dane label {
  white-space: nowrap;
}

.contrainer {
  max-width: 100%;
}

@media (max-width: 1199px) {
  .contrainer {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .contrainer div {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.header.header_subsite {
  height: 10.30208vw;
}

.header.header_subsite .header__text {
  display: none;
}

.header.header_subsite .search__input {
  color: #000000 !important;
  border-color: #008789;
}

.header.header_subsite .search__input::placeholder {
  color: #000000 !important;
}

.header.header_subsite .search__input::-ms-input-placeholder {
  color: #000000 !important;
}

.header.header_subsite .search__input:-ms-input-placeholder {
  color: #000000 !important;
}

.header.header_subsite .header__image {
  height: 11.30208vw;
}

.header.header_subsite .search__icon {
  display: none;
}

.header.header_subsite .search__icon.search__icon_rwd {
  display: block;
}

.header.header_subsite .menu-cart__link {
  color: #000000;
}

.header.header_subsite .menu-cart__icon {
  display: none;
}

.header.header_subsite .menu-cart__icon.menu-cart__icon_rwd {
  display: block;
}

body .md-overlay {
  background-color: #008789;
}

.md-show ~ .md-overlay {
  opacity: 0.8 !important;
}

body .md-content {
  padding: 0;
  background: none;
}

body .md-content button {
  background: none;
  font-weight: 700;
}

body .md-modal {
  width: 450px;
}

@media (max-width: 1199px) {
  #cartList th {
    font-size: 12px;
  }
  #cartList tbody td span.price{
    font-size: 14px;
  }
  .listItems a {
    display: flex;
    flex-direction: column;
    font-size: 14px;
  }
  form[action="podsumowanie.html"] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  form[action="podsumowanie.html"] label {
    text-align: center;
  }
  form[action="podsumowanie.html"] div {
    max-width: 100vw;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    box-sizing: border-box;
  }
  form[action="podsumowanie.html"] div.adres {
    max-width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
  }
  form[action="podsumowanie.html"] div.adres p {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .contrainer div.table-wrapper {
    overflow: auto;
    max-width: 100vw !important;
  }
  .padding {
    box-sizing: border-box;
    padding: 0;
  }
  .btn.pointer.forward {
    background-color: #008789;
    font-weight: 700;
    position: static !important;
    margin-bottom: 27px;
    font-size: 18px !important;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .btn.btn-black {
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
  }
  .contrainer div {
    box-sizing: border-box;
  }
  .adres {
    margin-top: -80px !important;
  }
}

.contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.contact div {
  margin-bottom: 20px;
}

#contact_form {
  text-align: center;
}

.privacy-policy h3 {
  margin-bottom: 20px;
}

.cookiesBar {
  color: #ffffff;
  margin: 0;
  cursor: pointer;
  width: auto;
  font-size: 14px;
  text-align: left;
  background-color: #008789;
  padding: 15px 25px;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 9999;
  text-align: center;
}

.cookiesBar a {
  color: #ffffff;
}

.cookiesBar a,
.cookiesBar a:hover,
.cookiesBar a:active,
.cookiesBar a:focus,
.cookiesBar a:focus:active {
  text-decoration: none;
}

.cookiesBar .cookiesAccept img {
  vertical-align: top;
}

.cookiesButton
{
  background-color: #565656;

  display:inline-flex;
  align-items: center;
  justify-content: center;
  padding:3px 7px;
  margin:3px;


}


.cookiesButton.cookiesAccept
{
  background-color: #000000;
  opacity:1;
}


@media screen and (max-width: 991px) {
  .cookiesBar {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }
}

.article {
  max-width: 100vw;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.dropdown {
  font-size: 18px;
  text-transform: uppercase;
  background-color: #008789;
  color: #ffffff;
  font-weight: 700;
  margin-top: 6px;
}

.dropdown .dropdown-menu {
  padding: 0;
}

.dropdown ul {
  padding-left: 0;
  margin: 0;
}

.dropdown ul li ul li a {
  padding-left: 20px;
  font-size: 16px;
}

.dropdown a {
  /* border-bottom: 2px solid #008789; */
}

.categories__text {
  /* margin-left: 4.6875vw; */
  margin-top: -1.14583vw;
  margin-right: 1.5vw;
  margin-left: 1.5vw;
}

.categories__text h2 {
  font-size: 1.35417vw;
  font-weight: 700;
  text-align: center;
}

.categories__text_subsite {
  margin-left: 5vw;
  margin-top: -9.14583vw;
  letter-spacing: 2px;
  white-space: nowrap;
  margin-right: 4.16667vw;
}

.categories__text_subsite img {
  height: 3.90625vw;
}

.categories__text_subsite h2 {
  font-size: 1.66667vw;
}

.footer__link {
  font-size: 1rem;
  font-style: italic;
}

.footer__socials {
  display: flex;
  width: 100%;
}

@media (max-width: 1199px) {
  .footer__socials {
    justify-content: center;
  }
}

.footer__social-logo {
  /* margin-bottom: 29px; */
  margin-right:25px;
}

@media (max-width: 1199px) {
  .footer__social-logo {
    margin-right: 10px;
  }
}

.category-container {
  display: flex;
  justify-content: center;
  margin-top: 29px;
}

@media (min-width: 1200px) {
  .product-list-container {
    max-width: 1596px;
    width: 85%;
    margin-top: -35px;
  }
}

@media (max-width: 1199px) {
  .hr-hd {
    display: none;
  }
}

.rwd-footer {
  box-sizing: border-box;
}

.category-menu__container {
  width: 15%;
  max-width: 320px;
  padding-left: 1.97917vw;
  padding-top: 8px;
  position: relative;
}

.category-menu__container::after {
  content: "";
  position: absolute;
  right: 0;
  top: -48px;
  width: 1px;
  width: 1px;
  height: 100%;
  box-sizing: content-box;
  padding-top: 48px;
  background-color: #e7e7e7;
}

@media (max-width: 1199px) {
  .category-menu__container {
    display: none;
  }
}

.categories__position_active .categories__link,
.categories .categories__position:hover .categories__link {
  color: #008789;
}

.category-container_news {
  margin-top: 8px;
}

.category-menu__title {
  font-size: 1rem;
  margin-top: -50px;
}

.category-menu {
  font-size: 1rem;
  padding: 2px 0 0;
  margin-top: 7px;
  list-style-position: inside;
  list-style-type: none;
}

.category-menu__element {
  font-size: 10px;

  margin-bottom: 17px;
  font-weight: 500;
  display: none;
  color: #000000;
}

.category-menu__element_active {
  color: #008789;
}

.category-menu__element_active-last
{
  font-weight: 700;;
}

.category-menu__element_active>.category-menu__subcategory>.category-menu__element {
  display: list-item;
}




.category-menu__link {
  font-size: 1rem;
  color: inherit;
  text-transform: lowercase;
}



.category-menu__subcategory {
  padding-left: 17px;
  font-size: 0.9rem;
  margin-top: 13px;
}

.category-menu > .category-menu__element > .category-menu__subcategory
{
  list-style-type: disc;
}

.category-menu__subcategory .category-menu__element {
  margin-bottom: 12px;
}

.category-menu > .category-menu__element {
  display: list-item;
}

.category-menu > .category-menu__element > .category-menu__link ,.category-menu > .category-menu__element > .category-menu__subcategory >.category-menu__element > .category-menu__link {
  text-transform: uppercase;
}


@media (max-width: 1199px) {
  .categories .categories__position_subsite {
    top: -42px;
  }
}

.product-slider {
  width: 100%;
}

.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap:wrap;
}

.slick-dots li {
  list-style: none;

}

.slick-dots button {
  background: none;
  border: none;
  font-size: 0;
}

.slick-dots button::after {
  content: "●";
  font-size: 43px;
  color: #cccccc;
  cursor:pointer;
}

.slick-dots button[aria-label="1 of 1"] {
  display: none;
}

.slick-dots .slick-active button::after {
  color: #008789;
}

@charset "UTF-8";
.feature {
  width: 290px;
  margin: -20px auto 0;
  position: relative;
  padding: 60px 0 30px 35px;
}

@media (min-width: 1200px) {
  .feature {
    width: calc(100% - 11px);
    padding: 25px 0 30px 11px;
  }
}

.feature__input-group {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 10px;
}

.feature__checkbox {
  margin-right: 10px;
}

.feature__filter-button {
  background-color: #000000;
  font-size: 1.2rem;
  padding: 15px 40px;
  border-radius: 7px;
  border: none;
  font-weight: 800;
  text-transform: uppercase;
  color: #ffffff;
  display: block;
  margin-top: 10px;
}

.feature::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  bottom: 0;
  content: "";
  height: 2px;
  background-color: #dedede;
  display: none;
}

@media (max-width: 1199px) {
  .feature::after {
    display: none;
  }
}

.feature__checkbox {
  display: none;
}

.feature__checkbox + .feature__filter-value {
  display: flex;
  align-items: center;
  text-align:left;
}

.feature__checkbox + .feature__filter-value::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  flex-shrink: 0;
  margin-right: 10px;
  border: 1px solid #000000;
  transform: translateY(-2px);
}

.feature__checkbox:checked + .feature__filter-value::before {
  background: #000000;
}

.feature__filter-title {
  font-size: 1rem;
  margin-bottom: 10px;
}

@media (max-width: 1199px) {
  .feature__filter-title {
    color: #000000;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    white-space: nowrap;
    text-align: center;
    justify-content: center;
    padding: 30px 0 0 0;
    text-align: left;
    justify-content: flex-start;
    font-size: 1.6rem;
    margin-left: -4px;
  }
  .feature__filter-title::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 6px;
    background-image: url(/public/images/icn/icn_arrow-down.svg);
    margin: 0 0 0 8px;
  }
}

.feature__filter-title + .feature__list {
  border-top: 1px solid #dedede;
  padding-top: 10px;
}

.feature__list {
  padding: 0;
  display: none;
  flex-direction: column;
  font-size: 1.4rem;
  list-style: none;
}

@media (min-width: 1200px) {
  .feature__list {
    display: flex;
  }
}

.feature__list .feature__list {
  /* display: none; */
  font-size: 0.9em;
}

.feature__list_active-only .feature__element {
  display: none !important;
  padding: 1px 0;
  position: relative;
}

.feature__list_active-only .feature__element_active {
  display: block !important;
}

.feature__list_active-only .feature__element_last-active .feature__element {
  display: block !important;
}

.feature__element_active .feature__list_active-only .feature__element:not(.feature__element_active)::before {
  content: "•";
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-55%);
  display: inline-block;
}

.feature > .feature__list {
  font-size: 1.5rem;
}

.feature > .feature__list > .feature__element > .feature__list {
  font-size: 1.6rem;
}

.feature > .feature__list > .feature__element > .feature__link {
  text-transform: uppercase;
  font-weight: 700;
}

.feature__link {
  text-decoration: none;
  color: #000000;
  margin: 0 0 10px 0;
  display: block;
  font-size: 1rem;
}

@media (max-width: 1199px) {
  .feature__link {
    padding: 0 0 0 21px;
  }
}

@media (min-width: 1200px) {
  .feature__link {
    margin: 5px 0 7px 0;
  }
}

.feature__link_active {
  color: red;
  font-weight: 700;
}

.feature__element_active > .feature__list {
  display: block;
}

.feature__icon {
  display: none;
}

@media (min-width: 1200px) {
  .feature__filter {
    margin-left: -10px;
  }
}

.feature .feature__link_arrow {
  margin-bottom: 10px;
}

.feature .feature__link_arrow::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 6px;
  background-image: url("/public/images/icn/icn_arrow-down.svg");
  margin: 0 0 0 8px;
}

.feature .feature__link_arrow.feature__link_active::after {
  transform: rotate(180deg);
}

.feature > .feature__list {
  position: relative;
}

@media (max-width: 1199px) {
  .feature > .feature__list {
    margin: 23px 0 0;
  }
}

.feature > .feature__list::after {
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  background-color: #dedede;
  position: absolute;
  right: -21px;
  top: -26px;
  padding-top: 26px;
  box-sizing: content-box;
}

@media (max-width: 1199px) {
  .feature > .feature__list::after {
    display: none;
  }
}

.feature > .feature__list > .feature__element {
  position: relative;
}

.feature > .feature__list > .feature__element > .feature__link {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  margin: 0;
}

.feature > .feature__list > .feature__element > .feature__link::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 6px;
  background-image: url("/public/images/icn/icn_arrow-down.svg");
  margin: 0 0 0 8px;
}

.feature > .feature__list > .feature__element > .feature__link_active::after {
  transform: rotate(180deg);
}

.feature > .feature__list > .feature__element > .feature__link > .feature__icon {
  height: 37px;
  width: auto;
  position: absolute;
  display: block;
  left: 6px;
  top: 50%;
  transform: translate(-100%, -50%);
}

@media (min-width: 1200px) {
  .feature > .feature__list > .feature__element > .feature__link > .feature__icon {
    height: 37px;
    left: -14px;
  }
}

.feature__title {
  font-size: 1.6rem;
  text-align: center;
  color: #000000;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  text-align: center;
  justify-content: center;
  padding: 30px 0 0 0;
  text-align: left;
  justify-content: flex-start;
  font-size: 1.6rem;
  top: 12px;
}

@media (min-width: 1200px) {
  .feature__title {
    text-align: left;
    justify-content: flex-start;
    left: -40px;
    transform: none;
    font-size: 2rem;
  }
}

.feature__title::before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  top: 0;
  content: "";
  height: 1px;
  background-color: #dedede;
}

@media (min-width: 1200px) {
  .feature__title::before {
    display: none;
  }
}

.feature__title::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 6px;
  background-image: url("/public/images/icn/icn_arrow-down.svg");
  margin: 0 0 0 8px;
}

@media (min-width: 1200px) {
  .feature__title::after {
    display: none;
  }
}

.feature__title_active::after {
  transform: rotate(180deg);
}

.feature__title_active + .feature__list {
  display: flex;
}

.feature__list .feature__element > .feature__list .feature__element > .feature__list {
  padding-left: 10px;
}

@media (min-width: 1200px) {
  .feature__list .feature__element > .feature__list .feature__element > .feature__list {
    padding-left: 19px;
    margin-top: 10px;
  }
}

.feature__list
  .feature__element
  > .feature__list
  .feature__element
  > .feature__list
  .feature__element
  > .feature__list {
  padding-left: 10px;
}

@media (min-width: 1200px) {
  .feature__list
    .feature__element
    > .feature__list
    .feature__element
    > .feature__list
    .feature__element
    > .feature__list {
    padding-left: 19px;
  }
}

.page-container {
  padding: 20px;
  /* max-width: 1200px; */
  width: 95%;
  margin: 0 auto;
}

.questions {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 27px;
  position: relative;
  padding-bottom: 50px;
}

.question__bottom-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.question__bottom-container > div {
  max-width: 70%;
  width: max-content;
  margin-right: auto;
  margin-left: auto;
}

main {
  min-height: 100vh;
}

.questions__list {
  padding: 0;
  list-style: none;
  width: 100%;
  position: relative;
  max-width: 1200px;
}

.questions__question {
  display: block;
  padding-top: 15px;
  padding-bottom: 0;
  font-size: 22px;
}

@media (max-width: 991px) {
  .questions__question {
    font-size: 15px;
  }
}

.questions__link {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  position: relative;
  /* font-style: italic; */
  color: #3c4041;
  font-weight: 700;
}

.questions__link:before {
  /* content: url("/public/images/question-icon.png");
    display: inline-block;
    margin-right: 20px;
    width: 48px;
    height: auto */
}

.questions__link:hover {
  cursor: pointer;
}

.questions__text {
  background-color: #f2f2f2;
  flex: 1;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 10px 15px;
}

a.questions__back {
  position: static;
  margin-left: 63px;
  left: 0;
  bottom: 0;
  background: #008789;
  padding: 7px 20px;
  color: #fff;
  font-size: 16px;
  border: 2px solid #008789;
  font-weight: bold;
}

a.questions__back:hover {
  background-color: #ffffff;
  color: #008789;
}

@media (max-width: 991px) {
  a.questions__back {
    font-size: 14px;
  }
}

.answer {
  max-width: 100%;
  width: 1000px;
  float: right;
  margin-top: 31px;
  font-size: 18px;
}

@media (max-width: 991px) {
  .answer {
    font-size: 14px;
  }
}

.connected {
  width: auto;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}

.connected-header {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  color: #008789;
}

a.connected-link {
  display: inline-block;
  max-width: 100%;
  background-color: #008789;
  color: #fff;
  padding: 7px 20px;
  border: 2px solid #008789;
  margin: 3px;
  width: max-content;
  font-size: 16px;
}

@media (max-width: 992px) {
  a.connected-link {
    font-size: 13px;
  }
}

a.connected-link:hover {
  background-color: #ffffff;
  color: #008789;
}

@media (max-width: 991px) {
  .questions__link:before {
    transform: scale(0.9);
  }

  .question__bottom-container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  a.questions__back {
    margin-left: 0;
  }

  .question__bottom-container > div {
    max-width: 100%;
  }

  a.connected-link {
    width: auto;
  }
  .connected-header {
    text-align: center;
    margin: 18px 0;
  }

  .questions {
    padding-bottom: 10px;
  }
}

@media (max-width: 991px) {
  .product-content__additional-description {
    text-align: center;
  }

  .category-container .product-list-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }

  .category-container .product-list-container > section {
    order: -1;
  }

  .easypack-container {
    margin-bottom: 40px !important;
  }
}

footer {
  background-size: cover !important;
}



.breadcrumbs {
  display: flex;
  padding: 0;
  justify-content: center;
  align-items: center;
  text-transform: lowercase;
  list-style: none;
  transform: translateY(-225%);
  border-bottom: 1px solid #e7e7e7;
  flex-wrap: wrap;
}

.breadcrumbs__item {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}

.breadcrumbs__item a {
  color: #000000;
}

.breadcrumbs__item:not(:last-of-type)::after {
  content: ">";
  font-size: 20px;
  color: #008789;
  margin: 0 15px;
  display: block;
}

@media (max-width: 1200px) {
  .breadcrumbs {
    transform: translateY(-46px);
  }
}

@media (max-width: 991px) {
  .breadcrumbs {
    transform: translateY(0);
    padding-bottom: 12px;
  }
}

.privacy-content {
  & > div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;

    & > div {
      margin-bottom: 20px;
      width: 100%;
    }

    @media (min-width: $screen-md-min) {
      flex-direction: row;

      & > div {
        min-width: 50%;
        max-width: 50%;
        padding: 15px;

        img {
          //height:50%;
          min-height: 100%;
          object-fit: cover;
        }
      }
    }

    @media (max-width: $screen-md-max) {
      font-size: 14px;
      h2 {
        font-size: 1.5rem;
      }
    }
  }
  @media (min-width: $screen-md-min) {
    &:nth-of-type(odd) > div {
      flex-direction: row-reverse;
    }
  }
}

.image-text-section > div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column-reverse;
}
.image-text-section > div > div {
  margin-bottom: 20px;
  width: 100%;
}
@media (min-width: 992px) {
  .image-text-section > div {
    flex-direction: row;
  }
  .image-text-section > div > div {
    min-width: 45%;
    max-width: 45%;
    padding: 15px;
  }
  .image-text-section > div > div img {
    min-height: 100%;
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .image-text-section > div {
    font-size: 14px;
  }
  .image-text-section > div h2 {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .image-text-section:nth-of-type(odd) > div {
    flex-direction: row-reverse;
  }
}

.discount-code__button
{
  font-size:15px!important;
  padding:4px 14px!important;
  text-transform: lowercase!important;
}

@media (min-width: 992px) {
  .contrainer.cart {
    margin-top: -32px;
  }
}
.product-discount-title {
  text-align: left;
  width: 100%;
  display: block;
}

@media (max-width: 991px) {
  .product-discount-title {
    text-align: center;
  }
  .product-code {
    text-align: center !important;
    margin-top: 15px;
  }
}

@media (min-width: 992px) {
  .product-discount-option-container {
    justify-content: flex-start !important;
  }

  .product-content__title_svg svg {
    height: 10px;
    transform: scale(5) translateY(-4px);
  }
}

@media (max-width: 991px) {
  .summary-table th:first-of-type,
  .summary-table tr:not(.last) td:first-of-type {
    display: none;
  }

  .summary-table input[type="number"] {
    width: 25px !important;
  }

  .hd-only {
    display: none;
  }

  .transport,
  .dokument {
    margin-top: 15px;
  }

  .cart-parameters > div {
    order: 2;
  }

  .cart-parameters > div.discount-code {
    order: 1;
    margin-bottom: 20px;
  }

  .discount-code__button {
    padding: 5px 16px !important;
    font-size: 13px !important;
  }

  .cart-parameters {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: -40px !important;
  }

  .easypack-container {
    margin: 0 !important;
  }

  .summary-data {
    text-align: center;
  }

  .summary-data > div {
    width: 100%;
  }

  .summary-back {
    display: none;
  }
}

.cart-price-netto {
  font-size: 0.8em;
  opacity: 0.7;
  font-weight: 500 !important;
}

@media(max-width:991px)
{
  .summary-agree {
    font-size: 10px;
  }
}


#e3D18r_czater #cc-button-iframe.attachment-bottom-right, #e3D18r_czater #cc-button-iframe.attachment-mobile-bottom-right
{
  bottom:30px!important;
}

.one-item-cell
{
  font-size:1.25em!important;
  color:#000!important;
}

.one-item-netto
{
  font-size: .6em;

  margin-top: -3px;
  display: block;
}

.netto,.netto-color,.one-item-netto,.sumCart2Netto
{
  opacity:.6;
}

.netto
{    font-size: .65em;

  font-weight: 500;
  display: block;
}

.sumCart2Netto
{
  font-size: .65em;
  font-weight: 500;
  display: block;
}

.discount-cart
{
  opacity:.6;
}

.btn-no-transform
{
  text-transform: none!important;
}

.product-content__information-graphic,.header__slider_product .header__image
{
  margin:5px 0;
}

.header__slider_product .header__image
{
  width:auto;
  max-width: 90%;
  height: auto;
  display: block;
margin-right:auto;
}

@media(max-width:991px)
{

.header__slider_product .header__image
{

margin:0 auto;
}

}


@media(max-width: 1199px)
{
  .one-item-cell
  {
    font-size:14px!important;
    white-space: nowrap;
  }

  .one-item-netto
  {
    font-size:1em;
  }
}

img
{
  max-width:100%;
  height:auto;
}


@media(max-width:991px)
{
  .summary-form td
  {
    font-size:16px!important;
  }

  .summary-form tr.last td h2
  {
    font-size:20px!important;
  }

  .summary-form .cart-price-netto
  {
    display:none;
  }

  .summary-data
  {
    margin-top:15px;
  }
}

.static-page {
  margin-bottom: 50px;
}

.static-container, .promotion-container {
  min-height: 35.7vh;
}

@media (max-width: 575.98px)
{
.static-container .main-banner p {
    font-size: 20px;
}
}

@media (max-width: 991.98px)
{
  .static-container .main-banner p{
    font-size: 27px;

}
}
.text-center
{text-align:center!important;}

.static-container .main-banner {
  margin-top: 75px;
  margin-bottom: 75px;
  box-sizing: border-box;
  width:100%;
}

@media(min-width:992px)
{
  .static-container .main-banner {
  margin-top:-40px;
  }

}

.static-container .main-banner{
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.static-container h1
{
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: .5rem;
}

.static-container p
{
  text-align: center;
  width: 100%;
  font-size: 28px;
  margin-top: 0;
  margin-bottom: 1rem;
}

@media(max-width:991px)
{
  .custom-container,.container-list > .custom-container
  {
    font-size:.9rem;
  }
}

@media(min-width:992px)
{
  .custom-container,.container-list > .custom-container
  {
    font-size:1rem;
  }
}

@keyframes notificationanimation {
  0% {
    transform:translateX(0);
  }
  49.99% {
    transform:translateX(-100%);
  }
  50% {
    transform:translateX(100%);
  }

  100% {
    transform:translateX(0);
  }

}

.notification
{
  background-color: #000000;
  color: #ffffff;
  padding:20px 44px;
 display:none;
position: relative;
  width:100%;
  box-sizing:border-box;
  z-index: 400;
  overflow:hidden;
}

.notification_visible
{
  display:block;
}

.notification_sticky
{
  position: sticky;
  top:0;
  left:0;
}

.notification__text
{

  text-align: center;
  display: inline-flex;
  justify-content: center;
  animation-duration: 10s;
   width:100%;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.notification__text_animation
{
  animation-name: notificationanimation; 
}

.notification__close
{
  position: absolute;
  right:10px;
  top:50%;
  transform:translateY(-50%);
  border:none;
  background:none;
  color: #ffffff;
  font-size:1.4em;
  outline:none;
  font-weight:700;
}

@media(min-width:992px)
{
  .categories__position_new
  {
    margin-right: 20px;
  }
}



.contrainer .cart-information,.cart-information
{
  text-align: center;
  font-weight:700;
  padding:5px 5px 10px;
  width: 100%;
  margin: 10px auto!important;
  line-height: 1.4;

  border:2px solid #030042;
}

@media(max-width:991px)
{
  .contrainer .cart-information,.cart-information
  {
    width:90%;
  }
}


.cart-information strong
{
  color:#008789;
  font-size:2.3em;
  line-height:1.4;
}

.cart-information p
{
  margin:0;
}


@media(min-width:1200px) and (max-width:1600px)
{
  .footer-block
  {
    margin-left:0!important;
    margin-right:0!important;
    max-width:26.6666666667vw;
    padding:0 35px;
  }

}

@media(max-width:1199px)
{
  .footer__logo
  {
    object-position: center;
    margin:5px auto;
  }
}

.columns
{
  display:flex;
  flex-wrap:wrap;
  justify-content: center;
  align-items: center;
}

.columns>*
{
  width:50%;
  padding:15px;
  box-sizing:border-box;
  min-width:300px;
}

.product-content__description ol, .product-content__description ul
{
  list-style:none;
  padding:0;
}

.active2
{
  background-color: #000;
    color: #fff;
    padding: 1px 5px;
}



.reviews__list
{
  list-style:none;
  max-width:600px;
  margin:0 auto 50px;
  padding:0 15px;
}

.reviews__quote
{
  margin:10px 0;
}

.reviews__quote p
{
  margin:0;
}

.reviews__title
{
  margin:5px 0;
}

.reviews__item
{
  border-bottom:2px solid #f2f2f2;
  padding-bottom:15px;
  margin-bottom:30px;
}

.reviews__item:last-of-type
{
  border-bottom:none;
}

.reviews__footer
{
  display:flex;
  justify-content: flex-end;
  flex-direction: row;
  align-items: center;
}

.add-review__star
{
  color:#008789;
  cursor:pointer;
  font-size:1.4em;
}  

.add-review .input-group
{
  margin:10px 0;
  max-width:600px;
  width:100%;

}

.add-review .input-group label
{
  float:none;
  width:auto;

}

.add-review input[type="text"],.add-review input[type="email"],.add-review textarea
{
  width:100%;


}

.add-review
{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 30px;
}

.product-content__description ol, .product-content__description ul
{
  list-style:none;
  padding:0;
}

.review-button
{
  font-size:16px!important;
  font-weight: 700;
  border-radius:0;
  margin-top:10px;
}


.main-category-selection
{
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: start;

}


.main-category-selection__item
{
  width:150px;
  padding:7px;
  min-width:
  box-sizing: border-box;
}

.main-category-selection__image-container
{
  width:100%;
  max-width:240px;
  height:0;
  padding-bottom:50%;
  overflow:visible;
  position: relative;
  display:block;
}

.main-category-selection__image
{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.main-category-selection__link
{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items:center;
}

.main-category-selection__name
{
  color: #000000;
  margin-top:10px;
  text-align: center;
}

@media(max-width:1199px)
{
  .menu__link_hd-only
  {
    display:none;
  }
  
}

@media(min-width:1200px)
{
  .menu__link_rwd-only,.dropdown-title
  {
    display:none;
  }
  
}

/* .category-menu__subcategory .category-menu__link {
  font-size: .9rem;
} */

.category-menu__subcategory .category-menu__subcategory .category-menu__link {
  font-size: .9rem;
}

.manufacturers
{
  display:flex;
  flex-direction: column;
  align-items:center;
  justify-content: center;
  padding:0;
}

.manufacturers__item
{
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  margin-bottom: 80px;
  width: 100%;

}

  .manufacturers__item:not(:last-of-type)
  {
    padding-bottom: 80px;
    border-bottom: 1px solid #000000;
  }

@media(max-width:991px)
{
  .manufacturers__item
{
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
}

.manufacturers__logo
{
  width: 200px;
  object-fit: contain;
  margin: 0 50px 0 0;
  height: 200px;
  flex-shrink: 0;
}

@media(max-width:991px)
{
  .manufacturers__logo
{
  margin:0 10px 30px 10px;
}
}

.manufacturers__content
{
  margin-right:auto;
  display:block;
  
}

.manufacturers__content .product-box
{
  width:20%;
  min-width: 175px;
}

  @media(max-width:991px)
  {
    .manufacturers__content .product-box
{
  width:33%;
}
  }

  @media(max-width:767px)
  {
    .manufacturers__content .product-box
{
  width:50%;
}
  }

  .manufacturers__button
  {
    display: block;
    margin: 0 auto;
    width: fit-content;
  }

.change-sorting
{
  margin:0 auto 15px 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.change-sorting__title
{
  margin-right:10px;
}

.change-sorting__name
{
  margin-right:10px;
}

.change-sorting__option
{
  cursor:pointer;
}

.change-sorting__option_active
{
  font-weight:700;
  color: #008789}

.product-not-available
{
  /* padding:10px; */
  margin-right:0;
  margin-left:40px;
}

.change-sorting__show-hidden
{
  width: auto;
    float: none;
    font-size: inhertit;
    text-align: left;
    padding: 5px;
    white-space: nowrap;
}

.partner
{
  font-size:inherit;
}

.partner img
{
  height: 2em;
  padding: 0 10px 8px 10px;
  vertical-align: middle;
  max-width:300px;
  object-fit: contain;
}

.product-box__price_new,.product-content__price_new
{
  color: #008789;
}

.header__center
{
  display:flex;
  align-items:center;
  justify-content:center;
  margin-top: 3vw;
}

@media(max-width:991px)
{
  
  .header__center 
  {
    position: absolute;
    top: 10px;
    left: 95px;
  }
}

@media(max-width:420px)
{
  .header__center
  {
    display:none;
  }
}

.header__social-logo
{
  margin:0 5px;
  max-width:42px;
  max-height:42px;
  width:2.39043824701vw;
  min-width:30px;
  min-height:30px;
  object-fit: contain;
}

.footer-block
{
  max-width:450px;
}
@media (max-width: 1526px) and (min-width: 1200px)
{
  .footer-block {
    margin-left: 0!important;
    margin-right: 0!important;
    max-width: 26.6666666667vw;
    padding: 0 35px;
}
}


.reviews__stars
{
  margin-right: auto;
  display: block;
  margin-top: 10px;
}

.review-event
{
  background-image:url("../public/media/opinie---event.png?mtime=1620211922");
  width: 159px;
  height: 231px;
  background-size: 100% 100%;
  display: block;
  position: sticky;
  bottom: 16px;
  margin-bottom:16px;
  left: 47px;
  z-index: 20;
}

.review-event__avg
{
  font-size:40px;
}

.review-event__max
{
  font-size:21px;
}    
.review-event__text
{
  position: absolute;
    left: 50%;
    bottom: 27%;
    transform: translateX(-50%);
} 

@media(max-width:600px)
{
  .review-event
{
  display:none;
}
}

.dermo-pink
{
  color: #008789;
}

.dermo-text-top,.dermo-font-plus-20
{
  font-size:2.25rem;
}

.dermo-larger,.dermo-font-plus-10
{
  font-size:1.625rem;
}

.dermo-font-plus-5
{
  font-size:1.3125rem;
}

.dermo-regular
{
  font-weight:500;
}

.custom-container tbody td:nth-child(2) 
{
  font-weight:inherit;
  font-size:inherit;
}

.dermo-table-list
{
  vertical-align: top;
}

@media(max-width:991px)
{

  .dermo-responsive-row
  {
    display: flex;
      flex-direction: column;
      align-items: center;
  }

  .dermo-table-list li
{
  text-align: left;
  text-align-last: left;
}

.dermo-text-left-mobile
{
  text-align: left!important;
  text-align-last: left;
}
}


.product-content__ask
{
  font-weight: 700;
  color: #ffffff;
  background: #008789;
  text-transform: uppercase;
  padding-left: 25px;
  border: none;
  padding-right: 23px;
  padding-top: 19px;
  padding-bottom: 19px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: .8em;
  margin-bottom: 15px;
  margin-right: auto;
  margin-left: 0;
}
/* Styles for the html/body for special modal where we want 3d effectsNote that we need a container wrapping all content on the page for the perspective effects (not including the modals and the overlay).*/.md-perspective,.md-perspective body{height:100%;overflow:hidden}.md-perspective body{background:#222;-webkit-perspective:600px;-moz-perspective:600px;perspective:600px}.container{background:#e74c3c;min-height:100%}.md-modal{position:fixed;top:50%;left:50%;width:50%;max-width:436px;min-width:320px;height:auto;z-index:2000;visibility:hidden;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateX(-50%) translateY(-50%);-moz-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.md-show{visibility:visible}.md-overlay{position:fixed;width:100%;height:100%;visibility:hidden;top:0;left:0;z-index:1000;opacity:0;background:rgba(0,0,0,0.8);-webkit-transition:all 0.3s;-moz-transition:all 0.3s;transition:all 0.3s}.md-show ~ .md-overlay{opacity:1;visibility:visible}.md-content{color:#000;background:#f8b6b0;position:relative;margin:0 auto;padding:20px}.md-content h3{margin:0;padding:0.4em;text-align:center;font-size:2.4em;font-weight:300;opacity:0.8;background:rgba(0,0,0,0.1);border-radius:3px 3px 0 0}.md-content>div{padding:15px 40px 30px;margin:0;font-weight:300;font-size:1.15em}.md-content>div p{margin:0;padding:10px 0}.md-content>div ul{margin:0;padding:0 0 30px 20px}.md-content>div ul li{padding:5px 0}.md-content button,.md-content .btn{display:inline-block;margin:0 auto;font-size:0.8em;border:none;background:#434242;color:#fff;padding:10px;text-transform:uppercase;font-size:17px}.md-content .btn{padding:11px 10px;background:#000}.md-effect-1 .md-content{-webkit-transform:scale(0.7);-moz-transform:scale(0.7);-ms-transform:scale(0.7);transform:scale(0.7);opacity:0;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;transition:all 0.3s}.md-show.md-effect-1 .md-content{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:1}.md-effect-2 .md-content{-webkit-transform:translateX(20%);-moz-transform:translateX(20%);-ms-transform:translateX(20%);transform:translateX(20%);opacity:0;-webkit-transition:all 0.3s cubic-bezier(0.25,0.5,0.5,0.9);-moz-transition:all 0.3s cubic-bezier(0.25,0.5,0.5,0.9);transition:all 0.3s cubic-bezier(0.25,0.5,0.5,0.9)}.md-show.md-effect-2 .md-content{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);opacity:1}.md-effect-3 .md-content{-webkit-transform:translateY(20%);-moz-transform:translateY(20%);-ms-transform:translateY(20%);transform:translateY(20%);opacity:0;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;transition:all 0.3s}.md-show.md-effect-3 .md-content{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);opacity:1}.md-effect-4 .md-content{-webkit-transform:scale(0) rotate(720deg);-moz-transform:scale(0) rotate(720deg);-ms-transform:scale(0) rotate(720deg);transform:scale(0) rotate(720deg);opacity:0}.md-show.md-effect-4 ~ .md-overlay,.md-effect-4 .md-content{-webkit-transition:all 0.5s;-moz-transition:all 0.5s;transition:all 0.5s}.md-show.md-effect-4 .md-content{-webkit-transform:scale(1) rotate(0deg);-moz-transform:scale(1) rotate(0deg);-ms-transform:scale(1) rotate(0deg);transform:scale(1) rotate(0deg);opacity:1}.md-effect-5.md-modal{-webkit-perspective:1300px;-moz-perspective:1300px;perspective:1300px}.md-effect-5 .md-content{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform:translateZ(600px) rotateX(20deg);-moz-transform:translateZ(600px) rotateX(20deg);-ms-transform:translateZ(600px) rotateX(20deg);transform:translateZ(600px) rotateX(20deg);opacity:0}.md-show.md-effect-5 .md-content{-webkit-transition:all 0.3s ease-in;-moz-transition:all 0.3s ease-in;transition:all 0.3s ease-in;-webkit-transform:translateZ(0px) rotateX(0deg);-moz-transform:translateZ(0px) rotateX(0deg);-ms-transform:translateZ(0px) rotateX(0deg);transform:translateZ(0px) rotateX(0deg);opacity:1}.md-effect-6.md-modal{-webkit-perspective:1300px;-moz-perspective:1300px;perspective:1300px}.md-effect-6 .md-content{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform:translate(30%) translateZ(600px) rotate(10deg);-moz-transform:translate(30%) translateZ(600px) rotate(10deg);-ms-transform:translate(30%) translateZ(600px) rotate(10deg);transform:translate(30%) translateZ(600px) rotate(10deg);opacity:0}.md-show.md-effect-6 .md-content{-webkit-transition:all 0.3s ease-in;-moz-transition:all 0.3s ease-in;transition:all 0.3s ease-in;-webkit-transform:translate(0%) translateZ(0) rotate(0deg);-moz-transform:translate(0%) translateZ(0) rotate(0deg);-ms-transform:translate(0%) translateZ(0) rotate(0deg);transform:translate(0%) translateZ(0) rotate(0deg);opacity:1}.md-effect-7{top:0;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.md-effect-7 .md-content{-webkit-transform:translateY(-200%);-moz-transform:translateY(-200%);-ms-transform:translateY(-200%);transform:translateY(-200%);-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s;opacity:0}.md-show.md-effect-7 .md-content{-webkit-transform:translateY(0%);-moz-transform:translateY(0%);-ms-transform:translateY(0%);transform:translateY(0%);border-radius:0 0 3px 3px;opacity:1}.md-effect-8.md-modal{-webkit-perspective:1300px;-moz-perspective:1300px;perspective:1300px}.md-effect-8 .md-content{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform:rotateY(-70deg);-moz-transform:rotateY(-70deg);-ms-transform:rotateY(-70deg);transform:rotateY(-70deg);-webkit-transition:all 0.3s;-moz-transition:all 0.3s;transition:all 0.3s;opacity:0}.md-show.md-effect-8 .md-content{-webkit-transform:rotateY(0deg);-moz-transform:rotateY(0deg);-ms-transform:rotateY(0deg);transform:rotateY(0deg);opacity:1}.md-effect-9.md-modal{-webkit-perspective:1300px;-moz-perspective:1300px;perspective:1300px}.md-effect-9 .md-content{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform:rotateX(-70deg);-moz-transform:rotateX(-70deg);-ms-transform:rotateX(-70deg);transform:rotateX(-70deg);-webkit-transition:all 0.3s;-moz-transition:all 0.3s;transition:all 0.3s;opacity:0}.md-show.md-effect-9 .md-content{-webkit-transform:rotateX(0deg);-moz-transform:rotateX(0deg);-ms-transform:rotateX(0deg);transform:rotateX(0deg);opacity:1}.md-effect-10.md-modal{-webkit-perspective:1300px;-moz-perspective:1300px;perspective:1300px}.md-effect-10 .md-content{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform:rotateX(-60deg);-moz-transform:rotateX(-60deg);-ms-transform:rotateX(-60deg);transform:rotateX(-60deg);-webkit-transform-origin:50% 0;-moz-transform-origin:50% 0;transform-origin:50% 0;opacity:0;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;transition:all 0.3s}.md-show.md-effect-10 .md-content{-webkit-transform:rotateX(0deg);-moz-transform:rotateX(0deg);-ms-transform:rotateX(0deg);transform:rotateX(0deg);opacity:1}.md-effect-11 .md-content{-webkit-transform:scale(2);-moz-transform:scale(2);-ms-transform:scale(2);transform:scale(2);opacity:0;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;transition:all 0.3s}.md-show.md-effect-11 .md-content{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:1}.md-effect-12 .md-content{-webkit-transform:scale(0.8);-moz-transform:scale(0.8);-ms-transform:scale(0.8);transform:scale(0.8);opacity:0;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;transition:all 0.3s}.md-show.md-effect-12 ~ .md-overlay{background:#e74c3c}.md-effect-12 .md-content h3,.md-effect-12 .md-content{background:transparent}.md-show.md-effect-12 .md-content{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:1}.md-effect-13.md-modal{-webkit-perspective:1300px;-moz-perspective:1300px;perspective:1300px}.md-effect-13 .md-content{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform:translateZ(-3000px) rotateY(90deg);-moz-transform:translateZ(-3000px) rotateY(90deg);-ms-transform:translateZ(-3000px) rotateY(90deg);transform:translateZ(-3000px) rotateY(90deg);opacity:0}.md-show.md-effect-13 .md-content{-webkit-animation:slit .7s forwards ease-out;-moz-animation:slit .7s forwards ease-out;animation:slit .7s forwards ease-out}@-webkit-keyframes slit{50%{-webkit-transform:translateZ(-250px) rotateY(89deg);opacity:.5;-webkit-animation-timing-function:ease-out}100%{-webkit-transform:translateZ(0) rotateY(0deg);opacity:1}}@-moz-keyframes slit{50%{-moz-transform:translateZ(-250px) rotateY(89deg);opacity:.5;-moz-animation-timing-function:ease-out}100%{-moz-transform:translateZ(0) rotateY(0deg);opacity:1}}@keyframes slit{50%{transform:translateZ(-250px) rotateY(89deg);opacity:1;animation-timing-function:ease-in}100%{transform:translateZ(0) rotateY(0deg);opacity:1}}.md-effect-14.md-modal{-webkit-perspective:1300px;-moz-perspective:1300px;perspective:1300px}.md-effect-14 .md-content{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform:translateY(100%) rotateX(90deg);-moz-transform:translateY(100%) rotateX(90deg);-ms-transform:translateY(100%) rotateX(90deg);transform:translateY(100%) rotateX(90deg);-webkit-transform-origin:0 100%;-moz-transform-origin:0 100%;transform-origin:0 100%;opacity:0;-webkit-transition:all 0.3s ease-out;-moz-transition:all 0.3s ease-out;transition:all 0.3s ease-out}.md-show.md-effect-14 .md-content{-webkit-transform:translateY(0%) rotateX(0deg);-moz-transform:translateY(0%) rotateX(0deg);-ms-transform:translateY(0%) rotateX(0deg);transform:translateY(0%) rotateX(0deg);opacity:1}.md-effect-15.md-modal{-webkit-perspective:1300px;-moz-perspective:1300px;perspective:1300px}.md-effect-15 .md-content{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform:translateZ(100px) translateX(-30%) rotateY(90deg);-moz-transform:translateZ(100px) translateX(-30%) rotateY(90deg);-ms-transform:translateZ(100px) translateX(-30%) rotateY(90deg);transform:translateZ(100px) translateX(-30%) rotateY(90deg);-webkit-transform-origin:0 100%;-moz-transform-origin:0 100%;transform-origin:0 100%;opacity:0;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;transition:all 0.3s}.md-show.md-effect-15 .md-content{-webkit-transform:translateZ(0px) translateX(0%) rotateY(0deg);-moz-transform:translateZ(0px) translateX(0%) rotateY(0deg);-ms-transform:translateZ(0px) translateX(0%) rotateY(0deg);transform:translateZ(0px) translateX(0%) rotateY(0deg);opacity:1}.md-show.md-effect-16 ~ .md-overlay{background:rgba(180,46,32,0.5)}.md-show.md-effect-16 ~ .container{-webkit-filter:blur(3px);-moz-filter:blur(3px);filter:blur(3px)}.md-effect-16 .md-content{-webkit-transform:translateY(-5%);-moz-transform:translateY(-5%);-ms-transform:translateY(-5%);transform:translateY(-5%);opacity:0}.md-show.md-effect-16 ~ .container,.md-effect-16 .md-content{-webkit-transition:all 0.3s;-moz-transition:all 0.3s;transition:all 0.3s}.md-show.md-effect-16 .md-content{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);opacity:1}.md-show.md-effect-17 ~ .container{height:100%;overflow:hidden;-webkit-transition:-webkit-transform 0.3s;-moz-transition:-moz-transform 0.3s;transition:transform 0.3s}.md-show.md-effect-17 ~ .container,.md-show.md-effect-17 ~ .md-overlay{-webkit-transform:rotateX(-2deg);-moz-transform:rotateX(-2deg);-ms-transform:rotateX(-2deg);transform:rotateX(-2deg);-webkit-transform-origin:50% 0%;-moz-transform-origin:50% 0%;transform-origin:50% 0%;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform-style:preserve-3d}.md-effect-17 .md-content{opacity:0;-webkit-transform:translateY(200%);-moz-transform:translateY(200%);-ms-transform:translateY(200%);transform:translateY(200%)}.md-show.md-effect-17 .md-content{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);opacity:1;-webkit-transition:all 0.3s 0.2s;-moz-transition:all 0.3s 0.2s;transition:all 0.3s 0.2s}.md-show.md-effect-18 ~ .container{height:100%;overflow:hidden}.md-show.md-effect-18 ~ .md-overlay{background:rgba(143,27,15,0.8);-webkit-transition:all 0.5s;-moz-transition:all 0.5s;transition:all 0.5s}.md-show.md-effect-18 ~ .container,.md-show.md-effect-18 ~ .md-overlay{-webkit-transform-style:preserve-3d;-webkit-transform-origin:0% 50%;-webkit-animation:rotateRightSideFirst 0.5s forwards ease-in;-moz-transform-style:preserve-3d;-moz-transform-origin:0% 50%;-moz-animation:rotateRightSideFirst 0.5s forwards ease-in;transform-style:preserve-3d;transform-origin:0% 50%;animation:rotateRightSideFirst 0.5s forwards ease-in}@-webkit-keyframes rotateRightSideFirst{50%{-webkit-transform:translateZ(-50px) rotateY(5deg);-webkit-animation-timing-function:ease-out}100%{-webkit-transform:translateZ(-200px)}}@-moz-keyframes rotateRightSideFirst{50%{-moz-transform:translateZ(-50px) rotateY(5deg);-moz-animation-timing-function:ease-out}100%{-moz-transform:translateZ(-200px)}}@keyframes rotateRightSideFirst{50%{transform:translateZ(-50px) rotateY(5deg);animation-timing-function:ease-out}100%{transform:translateZ(-200px)}}.md-effect-18 .md-content{-webkit-transform:translateX(200%);-moz-transform:translateX(200%);-ms-transform:translateX(200%);transform:translateX(200%);opacity:0}.md-show.md-effect-18 .md-content{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);opacity:1;-webkit-transition:all 0.5s 0.1s;-moz-transition:all 0.5s 0.1s;transition:all 0.5s 0.1s}.md-show.md-effect-19 ~ .container{height:100%;overflow:hidden}.md-show.md-effect-19 ~ .md-overlay{-webkit-transition:all 0.5s;-moz-transition:all 0.5s;transition:all 0.5s}.md-show.md-effect-19 ~ .container,.md-show.md-effect-19 ~ .md-overlay{-webkit-transform-style:preserve-3d;-webkit-transform-origin:50% 100%;-webkit-animation:OpenTop 0.5s forwards ease-in;-moz-transform-style:preserve-3d;-moz-transform-origin:50% 100%;-moz-animation:OpenTop 0.5s forwards ease-in;transform-style:preserve-3d;transform-origin:50% 100%;animation:OpenTop 0.5s forwards ease-in}@-webkit-keyframes OpenTop{50%{-webkit-transform:rotateX(10deg);-webkit-animation-timing-function:ease-out}}@-moz-keyframes OpenTop{50%{-moz-transform:rotateX(10deg);-moz-animation-timing-function:ease-out}}@keyframes OpenTop{50%{transform:rotateX(10deg);animation-timing-function:ease-out}}.md-effect-19 .md-content{-webkit-transform:translateY(-200%);-moz-transform:translateY(-200%);-ms-transform:translateY(-200%);transform:translateY(-200%);opacity:0}.md-show.md-effect-19 .md-content{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);opacity:1;-webkit-transition:all 0.5s 0.1s;-moz-transition:all 0.5s 0.1s;transition:all 0.5s 0.1s}@media screen and (max-width:32em){body{font-size:75%}}.tipsy { font-size: 12px; position: absolute; padding: 5px; z-index: 100000; }
  .tipsy-inner { background-color: #000; color: #FFF; max-width: 200px; padding: 5px 8px 4px 8px; text-align: center; }

  /* Rounded corners */
  .tipsy-inner { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
  
  /* Uncomment for shadow */
  /*.tipsy-inner { box-shadow: 0 0 5px #000000; -webkit-box-shadow: 0 0 5px #000000; -moz-box-shadow: 0 0 5px #000000; }*/
  
  .tipsy-arrow { position: absolute; width: 0; height: 0; line-height: 0; border: 5px dashed #000; }
  
  /* Rules to colour arrows */
  .tipsy-arrow-n { border-bottom-color: #000; }
  .tipsy-arrow-s { border-top-color: #000; }
  .tipsy-arrow-e { border-left-color: #000; }
  .tipsy-arrow-w { border-right-color: #000; }
  
	.tipsy-n .tipsy-arrow { top: 0px; left: 50%; margin-left: -5px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; }
    .tipsy-nw .tipsy-arrow { top: 0; left: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;}
    .tipsy-ne .tipsy-arrow { top: 0; right: 10px; border-bottom-style: solid; border-top: none;  border-left-color: transparent; border-right-color: transparent;}
  .tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -5px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
    .tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
    .tipsy-se .tipsy-arrow { bottom: 0; right: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
  .tipsy-e .tipsy-arrow { right: 0; top: 50%; margin-top: -5px; border-left-style: solid; border-right: none; border-top-color: transparent; border-bottom-color: transparent; }
  .tipsy-w .tipsy-arrow { left: 0; top: 50%; margin-top: -5px; border-right-style: solid; border-left: none; border-top-color: transparent; border-bottom-color: transparent; }
.hidden-on-load
{
  opacity:1;
}
html {
  height: 100%;
  /* overflow:hidden;  */
}

a {
  text-decoration: none;
  color: #000000;
}

img {
  border: none;
  vertical-align: middle;
}

body {
  margin: 0;
  /* background: url(../images/bg_zmiany.jpg) no-repeat #000000 */
}

.contrainer {
  width: 1800px;
  margin: 0 auto;
  position: relative;
}

.napis {
  width: 100%;
  height: 370px;
  float: left;
}

.napis2 {
  width: 100%;
  height: 175px;
  float: left;
}

.napis img.napis2 {
  position: relative;
  z-index: -1000;
}

.napis img.ludzie {
  position: absolute;
  z-index: -1200;
  margin-left: 220px;
  margin-top: -80px;
}

.napis img.imadla {
  margin-top: 0px;
}

.napis2 img.imadla2 {
  margin-top: 0px;
}

.category {
  width: 260px;
  float: left;
  margin-right: 7px;
  background: #ffffff;
  padding: 0 0 20px 0;
}

.category p {
  text-align: center;
}

.category ul,
.category li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.category a {
  color: #434242;
  text-transform: uppercase;
  font-weight: normal;
}

.category h2 {
  margin: 0;
  border-left: 7px solid #000000;
  font-size: 15.5px;
  border-bottom: 1px solid #000000;
  padding: 20px 0px 20px 20px;
}

.category h2:hover,
.category h2.current {
  border-left-color: #008789;
}

.category ul ul {
  margin: 10px 10px 30px 25px;
}

.category ul ul a {
  font-weight: 400;
  padding-left: 15px;
  line-height: 30px;
  font-size: 14px;
}

.category ul ul a:hover,
.category ul ul a.current {
  background: url(../images/ico_square.png) no-repeat 0 6px;
  font-weight: 600;
}

.pages {
  width: 932px;
  float: left;
  padding: 0px;
  background: rgba(255, 255, 255, 1);
  position: relative;
  padding-bottom: 20px;
}

.pages h1 {
  margin: 0;
  display: inline-block;
  position: relative;
}

.pages h1 > span {
  opacity: 0.5;
  font-size: 15px;
  font-weight: 400;
  width: 700px;
  position: absolute;
  left: 0;
  top: 35px;
}

.pages .options {
  position: absolute;
  top: 30px;
  right: 20px;
  color: #9a9a9a;
  border-left: 1px solid #000000;
  padding: 10px 0 10px 10px;
}

.pages .options img {
  padding: 0 5px;
}

.pages.full {
  width: 1160px;
  padding: 20px;
}

.pages h1 {
  margin: 0;
  display: inline-block;
  position: relative;
}

.pages h1 > span {
  opacity: 0.5;
  font-size: 15px;
  font-weight: 400;
  width: 700px;
  position: absolute;
  left: 0;
  top: 35px;
}

.pages .options {
  position: absolute;
  top: 30px;
  right: 20px;
  color: #9a9a9a;
  border-left: 1px solid #000000;
  padding: 10px 0 10px 10px;
}

.pages .options img {
  padding: 0 5px;
}

.pages.full {
  width: 1160px;
  padding: 20px;
}

.nowosc {
  background: #008789;
  color: #ffffff;
  padding: 20px 5px;
  font-size: 12px;
  display: inline-block;
  position: auto;
  left: 5px;
  bottom: 110px;
}

.nowosc.linear {
  top: 30px;
  bottom: auto;
  left: 365px;
}

.pages .box {
  width: 280px;
  height: 280px;
  border: 1px solid #000000;
  margin: 45px 20px 20px 0;
  float: left;
  text-align: right;
  position: relative;
  background: #ffffff;
}

.pages .box em {
  margin: 0;
  font-weight: 400;
  font-size: 15px;
  color: #000000;
  text-transform: uppercase;
  text-align: left;
  position: absolute;
  margin: -45px 0 0 0;
  width: 260px;
  left: 0;
  font-style: normal;
}

.pages .box em.waga {
  margin: 0;
  font-weight: 400;
  font-size: 20px;
  color: #000000;
  text-transform: none;
  text-align: left;
  position: absolute;
  margin: -35px 0 0 0;
  width: 260px;
  left: 0;
  font-style: normal;
}

.pages .box a {
  color: #000000;
  font-size: 17px;
}

.pages .box img {
  max-width: 197px;
  max-height: 192px;
  margin-top: 20px;
}

.pages .box .price {
  position: absolute;
  left: 10px;
  bottom: 5px;
}

.pages .box button {
  background: url(../images/ico_cart3.png) no-repeat #000000 10px 8px;
  color: #ffffff;
  font-weight: 600;
  padding: 10px 10px 10px 35px;
  border: none;
  position: absolute;
  right: 15px;
  bottom: 10px;
}

.pages .box .price {
  font-size: 26px;
  font-weight: bold;
}

.pages .box .price strike {
  position: absolute;
  left: 0;
  top: -8px;
  font-size: 14px;
  color: #808080;
}

.pages .box span.amount {
  position: absolute;
  left: 10px;
  bottom: 60px;
  display: inline-block;
  background: rgba(67, 66, 66, 0.9);
  color: #ffffff;
  padding: 10px;
  font-size: 14px;
  border-radius: 180px;
}

.pages .box .blue {
  max-width: 50px;
  position: absolute;
  left: 10px;
  bottom: 110px;
}

.pages .box .igroup img {
  margin: 0;
}

.pages .box .igroup {
  text-align: center;
  position: absolute;
  left: 10px;
  top: -15px;
}

.catcat {
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
}

.catcat span {
  display: block;
  font-weight: normal;
  font-size: 14px;
  color: #808080;
}

.pages .boxIndex {
  width: 250px;
  height: 260px;
  border: 2px solid #000000;
  margin: 75px 10px 0px 10px;
  float: left;
  text-align: right;
  position: relative;
  background: #ffffff;
}

.pages .boxIndex h2 {
  margin: 0;
  font-weight: 400;
  font-size: 22px;
  color: #000000;
  text-align: left;
  position: absolute;
  margin: -30px 0 0 0;
  width: 260px;
}

.pages .boxIndex a {
  color: #000000;
}

.pages .boxIndex img {
  max-width: 240px;
  max-height: 200px;
  margin-top: 40px;
}

.pages .boxIndex .price {
  position: absolute;
  left: 10px;
  bottom: 45px;
}

.pages .boxIndex button {
  background: url(../images/ico_cart3.png) no-repeat #008789 15px 5px;
  color: #000000;
  font-weight: 400;
  padding: 5px 25px 5px 40px;
  font-size: 14px;
  border: none;
  position: absolute;
  left: 10px;
  bottom: 10px;
}

.pages .boxIndex h3 strike {
  position: absolute;
  left: 0;
  top: -8px;
  font-size: 14px;
  color: #808080;
}

.pages .boxIndex span.amount {
  position: absolute;
  left: 10px;
  top: 10px;
  display: inline-block;
  background: rgba(67, 66, 66, 0.9);
  color: #ffffff;
  padding: 10px;
  font-size: 14px;
  border-radius: 180px;
}

.pages .boxIndex .blue {
  max-width: 50px;
  position: absolute;
  left: 10px;
  top: 20px;
}

.pages .line {
  width: 830px;
  height: 110px;
  border-bottom: 1px solid #000000;
  margin: 0 0 20px 0;
  float: left;
  text-align: left;
  position: relative;
}

.pages .line h2 {
  margin: 0;
  font-weight: 400;
  font-size: 20px;
  color: #000000;
  display: inline-block;
  position: absolute;
  margin: 30px 0 0 10px;
}

.pages .line a {
  color: #000000;
  font-size: 17px;
  text-transform: uppercase;
}

.pages .line img {
  max-width: 100px;
  max-height: 100px;
  margin: 3px;
}

.pages .line .price strike {
  font-size: 20px;
  margin-right: 10px;
  color: grey;
}

.pages .line .price {
  position: absolute;
  right: 145px;
  bottom: 35px;
}

.pages .line button {
  background: url(../images/ico_cart3.png) no-repeat #2ec2dd 7px 4px;
  color: #ffffff;
  font-weight: 400;
  padding: 5px 15px 5px 30px;
  border: none;
  position: absolute;
  right: 0;
  bottom: 50px;
}

.pages .line .blue {
  max-width: 50px;
  position: absolute;
  right: 380px;
  top: 20px;
}

.product h2 {
  font-size: 30px;
  font-weight: bold;
  width: 435px;
  margin: 0;
  position: relative;
  min-height: 58px;
}

.product span.h2 {
  background: #008789;
  color: #ffffff;
  font-size: 14px;
  padding: 5px 10px;
  display: inline-table;
  margin-top: -20px;
}

.product span.h2 b {
  font-size: 20px;
}

.product h6 {
  margin: 20px 0 10px 0;
  font-weight: 600;
  font-size: 16px;
}

.product button {
  background: url(../images/ico_cart3.png) no-repeat 15px 15px #2ec2dd;
  color: #ffffff;
  border: none;
  padding: 10px 15px 10px 40px;
  font-size: 22px;
  font-weight: 600;
  position: absolute;
  right: 20px;
}

.product span#price {
  font-size: 36px;
  position: absolute;
  font-weight: 600;
  right: 200px;
  margin-top: 14px;
}

.product span#oldPrice {
  color: #808080;
  font-size: 16px;
  position: absolute;
  font-weight: 400;
  right: 200px;
  margin-top: 0px;
}

.product .left {
  width: 500px;
  float: left;
  border-right: 1px solid #000000;
  padding-right: 40px;
  margin: 30px 0 30px 0;
}

.product .right {
  width: 300px;
  float: left;
  margin: 30px 0 30px 30px;
  text-align: center;
}

.product .right img {
  width: 100%;
  height: auto;
}

.product .right legend {
  position: absolute;
  right: 20px;
  display: inline-block;
  background: #434242;
  color: #ffffff;
  padding: 16px;
  font-size: 16px;
  border-radius: 180px;
}

.tags {
  color: #808080;
  font-size: 11px;
}

.tags h3 {
  color: #808080;
  font-size: 11px;
  display: inline;
}

table {
  width: 100%;
  font-size: 14px;
  border-collapse: collapse;
}

table .dodatki {
  color: #808080;
  font-weight: 400;
}

thead th {
  background: #030042;
  color: #ffffff;
  text-align: left;
  font-weight: 600;
  padding: 15px 10px;
  font-size: 16px;
  border: 0;
  border-left: 2px solid white;
}

tbody tr:nth-child(even) {

  background: #f2f2f2;
}

tbody td {
  border-bottom: 1px solid #000000;
  border-bottom: 1px solid #00000051;
  font-weight: 400;
  padding: 4px 10px;
}

tbody td:nth-child(2) {
  font-weight: 600;
  font-size: 16px;
}

tbody td span.price {
  font-size: 17px;
  font-weight: 600;
  color: #000000;
}

tbody td:nth-child(3) {
  font-weight: 400;
  font-size: 12px;
  color: #808080;
}

table tr.last td {
  border: none;
  height: 50px;
}

table tr.last td h2 {
  font-weight: bold;
  font-size: 17px;
}

.tcenter {
  text-align: center;
}

.tright {
  text-align: right;
}

.tleft {
  text-align: left;
}

.mainBox {
  float: left;
  margin-right: 20px;
  background: #f5f5f5;
  border: 1px solid #000000;
}

label {
  width: 160px;
  float: left;
  font-size: 14px;
  text-align: right;
  padding: 5px;
}

input[type="number"] {
  width: 30px;
  padding: 5px;
  font-size: 14px;
  border: 1px solid #000000;
  border: 1px solid #00000051;
}

input[type="text"],
input[type="email"],
textarea {
  width: 202px;
  border: 1px solid #000000;
  border 1px solid #00000051;
  background: #f2f2f2;
  padding: 6px;
  font-size: 12px;
}

input[type="text"].code {
  width: 35px;
}

input[type="text"].min {
  width: 150px;
}

button.btn-yellow,
a.btn-yellow {
  font-weight: 600;
  border: none;
  background: #008789;
  color: #ffffff;
  padding: 15px 25px;
  font-size: 25px;
  text-transform: uppercase;
}

button.btn,
a.btn {
  border: none;
  background: #000000;
  color: #ffffff;
  padding: 10px 20px;
  font-size: 17px;
  text-transform: uppercase;
}

h2 {
  margin: 0;
  font-weight: 400;
  font-size: 20px;
  color: #000000;
}

h3 {
  margin: 0;
  font-weight: 600;
  font-size: 30px;
  color: #000000;
}

@media(max-width:991px)
{
  h3
  {
  font-size: 18px;
  }
}

h3 span {
  font-size: 16px;
}

::-webkit-input-placeholder {
  color: #000000;
}

:-moz-placeholder {
  color: #000000;
}

::-moz-placeholder {
  color: #000000;
}

:-ms-input-placeholder {
  color: #000000;
}

.clearfix {
  width: 1200px;
  height: 30px;
  float: left;
  clear: both;
}

hr {
  border: none;
  height: 1px;
  background: #000000;
}

.pointer {
  cursor: pointer;
}

.padding {
  padding: 20px 20px 0px 20px;
}

.hidden {
  display: none;
}

:required {
  box-shadow: none;
}

input:required:focus:valid,
select:required:focus:valid,
textarea:required:focus:valid {
}

input:required:focus:invalid,
select:required:focus:invalid,
textarea:required:focus:invalid {
}

.nivoSlider {
  position: relative;
}

.nivoSlider img {
  position: absolute;
  top: 0px;
  left: 0px;
}

.nivoSlider a.nivo-imageLink {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  z-index: 6;
  display: none;
}

.nivo-slice {
  display: block;
  position: absolute;
  z-index: 5;
  height: 100%;
}

.nivo-box {
  display: block;
  position: absolute;
  z-index: 5;
}

.nivo-caption {
  position: absolute;
  left: 0px;
  bottom: 0px;
  color: #ffffff;
  opacity: 1;
  z-index: 40;
  height: 390px;
  width: 100%;
}

.nivo-caption p {
  padding: 5px;
  margin: 0;
}

.nivo-caption a {
  display: inline !important;
}

.nivo-html-caption {
  display: none;
}

.nivo-directionNav a {
  position: absolute;
  top: 45%;
  z-index: 90;
  cursor: pointer;
}

.nivo-prevNav {
  left: 0px;
}

.nivo-nextNav {
  right: 0px;
}

.nivo-controlNav a {
  position: relative;
  z-index: 9;
  cursor: pointer;
}

.nivo-controlNav a.active {
  font-weight: bold;
}

#slider {
  position: relative;
  width: 830px;
  height: 131px;
  background: url(http://roggo.pl/images/loading.gif) no-repeat 50% 50% #ffffff;
}

#slider img {
  max-width: 830px;
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
  border: 1px solid red;
  border-radius: 2px;
}

#slider a {
  border: 0;
  display: block;
}

.nivo-controlNav {
  position: absolute;
  margin-left: 45%;
  bottom: 40px;
  z-index: 9999;
}

.nivo-controlNav a {
  display: block;
  width: 15px;
  height: 16px;
  text-indent: -9999px;
  border: 0;
  margin-right: 3px;
  float: left;
}

.nivo-controlNav a.active {
}

.nivo-directionNav a {
  display: block;
  width: 30px;
  height: 30px;
  background: url(http://roggo.pl/images/arrows.png) no-repeat;
  text-indent: -9999px;
  border: 0;
}

a.nivo-nextNav {
  background-position: -30px 0;
  right: 15px;
}

a.nivo-prevNav {
  left: 15px;
}

.nivo-caption {
  text-shadow: none;
}

.nivo-caption a {
  color: #efe9d1;
  text-decoration: underline;
}

.article {
  width: 850px;
  height: auto;
  float: left;
}

.article h1 {
  font-weight: 600;
  color: #000000;
}

.article h2 {
  font-weight: 600;
  color: #008789;
  line-height: 30px;
  padding-top: 0px;
}

.article h3 {
  font-weight: 600;
  color: #000000;
  line-height: 1.2;
  padding-top: 18px;
}

.article p {
  font-weight: 200;
  color: #000000;
  padding-top: 20px;
}

.article ul li {
  font-weight: 200;
  color: #000000;
}

.menu-article {
  width: 270px;
  float: right;
  height: auto;
  background: #ebebeb;
  margin: 0 auto;
  text-align: center;
}

.menu-article img {
  margin: 0 auto;
  text-align: center;
}

.menu-article ul li a {
  font-size: 20px;
  font-weight: 600;
  color: #434242;
  text-transform: uppercase;
  padding: 15px 20px;
}

.menu-article ul li ul li a {
  font-size: 15px;
  font-weight: 600;
  color: #008789;
  text-transform: uppercase;
  padding: 30px;
}

.menu-article ul {
  padding: 0;
  list-style-type: none;
}

.menu-article ul li {
  padding: 10px;
}

ol.upper-roman {
  list-style-type: upper-roman;
  font-size: 16px;
  font-weight: 200;
  color: #000000;
  padding-top: 30px;
}

ol.lower-alpha {
  list-style-type: lower-alpha;
}

footer {
  /* float: left; */
  width: 100%;
  position: relative;
  z-index: 1;
  /* height: 546px; */
  padding-bottom:20px;


  color: #ffffff !important;
  background: url("../public/media/stopka-12.jpg?mtime=1626520119") no-repeat center bottom ;

}

footer>.contrainer
{
  display:flex;
  flex-wrap: wrap;
}

@media (max-width: 1199px) {
  footer {
    height: auto;
    margin-top:0;
  }
}
footer a {
  color: #ffffff !important;
}
footer .footer-block {
  /* float: left; */
  margin: 50px 66px 0px 2px;
  font-size: 15px;
}

footer ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-size: 15px;
  line-height: 2;
  text-transform: uppercase;
}

footer .lab {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 25px;
}

footer .footer-block b {
  font-size: 20px;
}

footer .footer-bottom {
  font-size: 13px;
  /* float: left; */
  width: 100%;
  margin-top: 38px;
  padding-top: 31px;
  border-top: 1px solid #ffffff;
}

@media (max-width: 1199px) {
  footer .footer-bottom {
    flex-direction: column;
    padding-bottom: 30px;
    font-size: 0.7rem;
    margin-top:6px;
  }

  .webmotion-logo {
    width: 40%;
    margin-top: 10px;
  }
}

footer .footer-bottom a {
  font-weight: bold;
}

.tcen {
  text-align: center;
}

.footer_top {
  width: 100%;
  height: 78px;
  background: url("../images/footer-bg-top.png") no-repeat center bottom;
  position: relative;
  bottom: -5px;
}

.footer__link {
  font-size: 1rem;
  font-style: italic;
}

.keys h1,
.keys h2,
.keys h3 {
  font-size: 12px;
  display: inline-block;
}

.keys {
  float: left;
}

#contact_form label {
  display: block;
  float: none;
  text-align: left;
}

#contact_form label input {
  padding: 10px;
}

#contact_form label textarea {
  padding: 10px;
  width: 400px;
  height: 100px;
}

#contact_form input.submit {
  background: #008789;
  color: #ffffff;
  padding: 10px;
  font-size: 20px;
  border: 0;
  font-weight: 600;
}

#contact_form .fleft {
  float: left;
}

#contact_form .fright {
  float: left;
  margin-left: 80px;
}

.red_alert {
  box-shadow: 0px 0px 2px red;
}

.payusub {
  background: #00b7ea;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYjdlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDllYzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #00b7ea 0%, #009ec3 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00b7ea), color-stop(100%, #009ec3));
  background: -webkit-linear-gradient(top, #00b7ea 0%, #009ec3 100%);
  background: -o-linear-gradient(top, #00b7ea 0%, #009ec3 100%);
  background: -ms-linear-gradient(top, #00b7ea 0%, #009ec3 100%);
  background: linear-gradient(to bottom, #00b7ea 0%, #009ec3 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00b7ea', endColorstr='#009ec3', GradientType=0);
  border-radius: 4px;
  cursor: pointer;
  color: #ffffff;
  border: none;
  display: block;
  width: 100%;
  font-size: 22px;
  padding: 20px;
}

.payuform table {
  width: 100%;
}

.payuform table tr:nth-child(odd) {
  background: transparent !important;
}

.payuform table tr:first-child {
  background: transparent !important;
}

.payuform table tr:first-child th {
  padding: 2px;
  font-weight: 600;
  height: 40px;
  font-size: 18px;
}

.payuform table td {
  text-align: left;
  padding: 7px;
}

.payuform table .tleft {
  text-align: left;
}

.payuform table .tright {
  text-align: right;
}

.payuform table tr.last {
  background: transparent !important;
}

table tr.last td {
  border-top: 0px solid #000000 !important;
}

.payuform table td a {
  color: #000000;
  font-weight: 600;
  font-size: 20px;
}

.wysylka150 {
  position: absolute;
  margin: 99px 0 0 -284px;
}

@media (min-device-width: 1px) and (max-device-width: 1579px) {
  .wysylka150,
  .wysylka150p {
    display: none;
  }
}

.wysylka150p {
  position: absolute;
  margin: 29px 0 0 -211px;
  height: 139px;
}

.mainMenu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
}

.mainMenu li {
  text-transform: uppercase;
  text-align: center;
  border-left: 1px solid #000000;
  padding: 20px 25px;
  font-weight: bold;
}

.mainMenu li.sec {
  text-transform: none;
  text-align: left;
  border-left: 1px solid #000000;
  padding: 20px 25px;
  font-weight: normal;
  font-size: 12px;
}

.mainMenu li.sec a {
  opacity: 1;
  display: inline;
}

.mainMenu li a {
  opacity: 0.2;
  display: block;
  height: 100%;
}

.mainMenu li a:hover,
.mainMenu li a.active {
  opacity: 1;
}

.mainMenu li img {
  margin-bottom: 5px;
}

.mainMenu li:first-child {
  border: none;
}

.menuZima {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-around;
  margin: -20px -20px 0 -20px;
}

.menuZima li {
  text-transform: uppercase;
  text-align: center;
  border-left: 0px solid #000000;
  padding: 20px 25px;
  font-weight: bold;
}

.menuZima li a {
  display: block;
  height: 100%;
}

.menuZima li:hover,
.menuZima li a.active,
.menuZima li:hover * {
  background: #008789;
  fill: #ffffff;
}

.menuZima li:hover a {
  color: #ffffff;
}

.menuZima li img {
  margin-bottom: 5px;
}

.menuZima li:first-child {
  border: none;
}

.svg {
  height: 100px;
}

.btn.btn-black {
  background: #ffffff !important;
  color: #000000 !important;
}

.btn.forward {
  padding: 15px 25px !important;
  font-size: 25px !important;
}

.header__slider-element {
  color:#ffffff;
  position: relative;
}

.header__slider-text {
  position: absolute;
  font-size: 3em;
  font-weight: 700;
  top: 50%;
}

.header__slider-text_center {
  left: 50%;
  transform: translate(-50%, -50%);
}

.header__slider-text_left {
  left: 50px;

  transform: translate(0, -50%);
}

.header__slider-text_right {
  right: 50px;

  transform: translate(0, -50%);
}

.custom-container {
  padding: 15px 65px;
  box-sizing: border-box;
  display: inline-block;
  text-align: left;
  /* font-size: .9rem; */
  color:#565656}

.custom-container h2
{
  font-size: 1em;;
}

.custom-container_100,
.custom-container_full {
  width: 100%;
}
.custom-container_83 {
  width: 83%;
}

.custom-container_75 {
  width: 75%;
}

.custom-container_66 {
  width: 66%;
}

.custom-container_50,
.custom-container_half {
  width: 50%;
}

.custom-container_33 {
  width: 33%;
}

.custom-container_25 {
  width: 25%;
}

.custom-container_16 {
  width: 16%;
}

.custom-container_8 {
  width: 8%;
}

.container-list {
  display: block;
  font-size: 0;
  text-align: center;
}

.container-list > * {
  font-size: 1rem;
}

@media(max-width:991px)
{
  .container-list > *
  {
    font-size: .75rem;
  }
}

.partner-slider {
  padding: 35px 0 28px 0;
}
.partner-slider__title-container {
  text-align: center;
}
.partner-slider__title {
  position: relative;
  z-index: 20;
  margin: 0;
  font-size: calc(2.1875rem + (3.75 - 2.1875) * ((100vw - 28.75rem) / (118.9375 - 28.75)));
  display: inline-block;
  color: #007d39;
}
.partner-slider__title::after {
  position: absolute;
  width: 61px;
  height: 61px;
  left: 0;
  bottom: 0;
  content: "";
  background: url("/public/images/icons/decoration-circle.svg") no-repeat;
  background-size: 100% 100%;
  background-position: center;
  z-index: -50;
  transform: translate(-30%, 17%);
}
@media (min-width: 1200px) {
  .partner-slider__title::after {
    width: 104px;
    height: 104px;
  }
}
@media (min-width: 1200px) {
  .partner-slider__title::after {
    transform: translate(-32%, 19%);
  }
}
@media (max-width: 28.75rem) {
  .partner-slider__title {
    font-size: 2.1875rem;
  }
}
@media (min-width: 118.9375rem) {
  .partner-slider__title {
    font-size: 3.75rem;
  }
}
.partner-slider__new-tag {
  position: absolute;
  top: 0;
  left: 0;
  width: 2.25em;
  height: auto;
}
.partner-slider__title-first-word {
  color: #004e28;
}
.partner-slider__entity {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-end;
}
@media (min-width: 1200px) {
  .partner-slider__entity {
    margin: 0;
  }
}
.partner-slider__element {
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  height: 100%;
  width: 100%;
  margin: 0;
}
.partner-slider__link {
  color: #445149;
  text-decoration: none;
  font-weight: 700;
  position: relative;
}
.partner-slider__name {
  font-size: 20px;
  margin: 23px 0 0;
}
@media (min-width: 1200px) {
  .partner-slider__name {
    font-size: 25px;
    margin: 55px 0 0;
  }
}
.partner-slider__image {
  max-width: 100%;
  display: block; 
  margin: 0 auto;
  height: 56px;
  object-fit: contain; 
  filter: grayscale(1);
}
@media (min-width: 1200px) {
  .partner-slider__image {
    height: 130px;
    object-fit: contain;
    max-width: 115px;
  }
}
.partner-slider .slick-dots {
  position: static;
  margin: 33px 0 0;
}
@media (min-width: 1200px) {
  .partner-slider .slick-track {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .partner-slider {
    padding: 0 90px 77px 90px;
  }
}

.page-container {
  padding: 20px;
  /* max-width: 1200px; */
  width: 95%;
  margin: 0 auto;
}

.product-discount-container {
  width: 100%;
}

.product-discount-option-container {
  display: flex;
  padding: 0 10px;
  justify-content: flex-end;
  justify-content: center;
  flex-wrap: wrap;
}

.product-discount-item {
  min-width: 105px;
  height: 70px;
  background-color: #008789;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 5px;
  border-radius:7px;
  padding: 5px 10px;
  cursor: pointer;
}

.delivery-price:empty {
  display: none;
}

.delivery-price::before {
  display: inline;
  content: ": ";
}
.delivery-price::after {
  display: inline;
  content: " zł";
}

.disabled {
  color: #aaa;
}

.license-info {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 10000;
}

.license-modal {
  padding: 30px 50px;
  background-color: #dedede;
}

.main-dtable label {
  font-size: 0;
}

.main-dtable input {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
}

.product-discount-item_single {
  display: none;
}

.discount-cart {
  font-weight: 500;
  white-space: nowrap;
}

@media(max-width:991px)
{
  .discount-cart {
    white-space: normal;
  }
}

.discount-cart:empty {
  display: none;
}

.discount-cart:not(:empty) {
  display: block;
}

.discount-cart::before {
  content: "(z\00a0\rabatem -";
  display: inline;
  font-weight: 500;
}
.discount-cart::after {
  content: "\00a0\zł)";
  display: inline;
  font-weight: 500;
}

.product-content__description ul {
  list-style: none;
  padding: 0;
  width: fit-content;
  margin-left: auto;
}

.product-content__information-graphic
{
  width:100%;
  max-width:445px;
  height:auto;
  display:block;
  margin-left:auto;
}

@media(max-width:1199px)
{
  .product-content__information-graphic
{
  margin:0 auto;
}
}

.product-content__description li {
  position: relative;
  padding: 0 0 0 36px;
}

.product-content__description li::before {
  content: "•";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);

  color: #008789;
  font-size: 40px;
}

.header__slider img {
  height: 22.041667vw;
  width: 100%;
  object-fit: contain;
}



.inpost {
  background: none!important;
  border: none!important;
  color: #000000!important;
  font-size: 1.2em!important;
}

@media (max-width: 991px) {
  .products-list__inner {
    margin: 0 auto;
  }

  .product-box {
    /* height: 288px; */
    width: 150px;
  }

  .product-discount-item
  {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .dropdown-dot{
    content: "●";
    font-size: 20px;
    color: #008789;
  }


.product-discount-percent
{
  font-weight:700;
  font-size:1.2em;
  display:block;
}

.dropdown-secondary-item a
{
padding-left: 0;
}
  .dropdown a {
    font-weight: 500;
  }
  .product-box__image {
    height: 95px;
    width: 130px;
  }

  .product-box {
    margin-bottom: 30px;
  }

  .product-box.product-box_new:before {
    transform: scale(0.7) translateY(-20px);
  }

  .product-box__title {
    width: 150px;
  }
  .product-box__button {
    font-size: 11px;
    padding: 8px;
  }

  .product-box__icon {
    height: 26px;
    margin-left: 5px;
  }

  .product-box a {
    display: block;
  }
  .products-list__title {
    margin-top: -8px;
    font-size: 22px;
  }

  .product-box__price {
    font-size: 12px!important;
    margin-top: auto;
  }

  .product-box__price:not(.product-box__price_old) + .product-box__button {
    /* margin-top:37px; */
  }

  .category-container_news {
    margin-top: -10px;
  }

  .md-content {
    display: flex;
    flex-direction: column;
  }

  .product-content__option {
    justify-content: center !important;
    margin-top: -63px;
    margin-bottom: -20px;
  }

  .custom-container {
    padding: 5px 15px;
  }

  .product-content__description {
    text-align: center;
  }

  .product-content__to-cart {
    margin-left: 0;
    position: relative;
    top: 22px;
  }

  .product-content__description li {
    margin-left: -33px;
  }

  .product-list__title_product {
    font-size: 1.2rem;
  }
  .product-content__left img {
    padding-bottom: 0;
  }

  .product-content {
    margin-top: 0px;
  }

  .listItems td > a {
    display: flex;
    justify-content: center;
    align-items: center;

    width: 40px;
    margin: 0 auto;
  }

  .listItems td br {
    display: none;
  }

  #cartList th,
  .listItems td {
    width: 65px;
  }

  #cartList th:nth-of-type(1) {
    width: 1px;
    text-align: center;
    padding: 0;
  }

  #cartList th:nth-of-type(2) {
    width: 5px;
    text-align: center;
    padding: 0 2px;
  }

  .listItems td:nth-of-type(1) {
    padding: 0;
  }

  .transport label {
    text-align: center !important;
    font-size: 12px !important;
    padding: 0;
  }

  .adres hr {
    display: none;
  }

  form[action="podsumowanie.html"] div {
    margin-bottom: 0;
  }

  .adres p {
    margin: 0 0 3px;
  }

  .adres {
    padding-top: 15px;
  }

  h1 {
    margin: 5px0;
  }

  .padding {
    padding: 7px 7px 0px 7px;
    box-sizing: border-box;
    max-width: 100vw;
  }

  .page-container {
    box-sizing: border-box;
    max-width: 100vw;
  }

  .custom-container {
    text-align: center;
    text-align-last: center;
  }

  .custom-container p {
    text-align: center;
  }

  .contrainer.cart hr,
  .contrainer.cart h2 {
    margin: 12px 0 0;
  }

  .contrainer.cart hr
  {
    display:none;
  }



  .dokument
  {
    position: relative;

    z-index: 10;
  }

  .cart-parameters>div
  {
    padding-bottom: 23px;
    margin-top: 8px!important;
    border-bottom:1px solid #000000;
  }

  .cart-parameters>div:first-of-type h2
  {

      margin-top: -9px;

  }

  .dokument {
    margin-bottom: 12px !important;
  }
  .slick-dots {
    padding: 0;
  }
  .price {
    display: block;
  }

  .product-content__price {
    font-size: 35px;
  }



  @media(max-width:991px)
  {
    .product-content__price_netto {
      font-size: 18px;
      font-weight: 500;
    }
  }

  .product-content__title_nowosc:after {
    display: none;
  }
  .product-content__title_nowosc:before {
    content: url("../public/media/nowosc-4.svg?mtime=1620212120");
    display: inline-block;
    position: relative;
    transform: scale(0.7);
    top: 15px;
    margin-right: 12px;
  }
  .cart table h2 {
    white-space: nowrap;
  }

  .product-discount-container {
    margin-top: 7px;
  }

  tbody td:nth-child(2) {
    font-weight: 500;
  }

  .product-discount-item {
    min-width: 85px;
    font-size: 16px;
  }

  .product-content__description ul {
    margin: 0 auto;
  }

  .product-content__description {
    margin-bottom: 15px;
  }

  .product-content__icon {
    height: 29px;
    width: auto;
    margin-left: 8px;
  }

  .product-content__to-cart {
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    background-color: #008789;
    text-transform: uppercase;
    padding-left: 28px;
    border: none;
    padding-right: 23px;
    padding-top: 6px;
    padding-bottom: 6px;
    display: flex;
    justify-content: center;
    align-items: center;

    margin-top: 11px;
  }

  .product-content__description > br,
  .product-content__description > br + br {
    display: none;
  }

  .product-content__to-cart {
    margin:10px auto;
    margin-bottom: 34px;
    padding-bottom: 11px;
}

.product-content__ask
{
  margin-top:10px;
}

.product-banner-container
{
  margin:20px auto;
}
}

.report-bug {
  position: fixed;
  right: 15px;
  bottom: 15px;
  width: 65px;
  height: 60px;
  z-index: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #8e14b6;
  flex-direction: column;
}
.report-bug .report-bug__icon {
  display: block;
  height: 25px;
  margin-bottom: 4px;
}
.report-bug .report-bug__icon svg {
  height: 25px;
  width: auto;
}
.report-bug .report-bug__icon svg * {
  fill: #ffffff !important;
}
.report-bug .report-bug__text {
  color: #ffffff;
  font-size: 10px;
  line-height: 1;
  margin: 0;
  text-align: center;
}
.report-bug:hover {
  cursor: pointer;
}

#bug-report.modal label {
  display: block;
}
#bug-report.modal input,
#bug-report.modal textarea {
  width: 100%;
}
#bug-report.modal .modal-footer button {
  background-color: #8e14b6;
}

.footer__quickshop-logo {
  max-width: 234px;
  margin-top: 27px;
}

.product-option {
  display: block;
  font-size: 16px;
  font-family: sans-serif;
  font-weight: 700;
  color: #000000;
  line-height: 1.3;
  padding: 5px 25px 5px 10px;
  width: fit-content;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #aaa;
  box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%230000000%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 55%, 0 0;
  background-size: 0.65em auto, 100%;
}

@media(max-width:991px)
{
  .product-option {
    max-width:100%;
  }
}

.product-option::-ms-expand {
  display: none;
}
.product-option:hover {
  border-color: #888;
}
.product-option:focus {
  border-color: #aaa;
  color: #222;
  outline: none;
}
.product-option option {
  font-weight: normal;
}

.product-content__option {
  align-items: center;
}

@media(max-width:991px)
{
  .product-content__option
  {
    flex-direction: column;
  }
}

.product-discount-percent
{
  display:block;
}

.product-discount-item
{
flex-direction: column;
}

@media(max-width:768px)
{
  .easypack-container-showed
  {
    min-height: 600px;
  }
}


.discount-color
{
  color:#008789;
}

button.btn:hover, a.btn:hover {
  color:#ffffff;
}

.discount-code__active-list
{
  padding:0;
  list-style: none;
}

.discount-code__active-list:not(:empty)::before
{
content: 'Aktywny kod:';
}

.discount-code__active-list:empty
{
  display: none;

}

.header__svg svg
{
width:100%;
height:auto;
}

.header__svg svg *
{
  fill:#008789;
}

.header__menu-button .header__svg,.header__menu-button .header__svg svg
{
  width: 32px;
  height: 32px;
}


.bg-color-1
{
  background-color:#008789;
}
.bg-color-2
{
  background-color:#000000;
}
.bg-color-3
{
  background-color:#000000;
}
.bg-color-4
{
  background-color:#565656;
}
.bg-color-5
{
  background-color:#ffffff;
}
.bg-color-6
{
  background-color:#000000;
}
.bg-color-7
{
  background-color:#ffffff;
}
.bg-color-8
{
  background-color:#008789!important;
}
.bg-color-9
{
  background-color:#030042;
}
.bg-color-10
{
  background-color:#f2f2f2;
}

.text-color-1
{
  color:#008789;
}
.text-color-2
{
  color:#000000;
}
.text-color-3
{
  color:#000000;
}
.text-color-4
{
  color:#565656;
}
.text-color-5
{
  color:#ffffff;
}
.text-color-6
{
  color:#000000;
}
.text-color-7
{
  color:#ffffff;
}
.text-color-8
{
  color:#008789;
}
.text-color-9
{
  color:#030042;
}
.text-color-10
{
  color:#f2f2f2;
}

@media(min-width:1200px)
{
  .page-container
  {
    margin-top: -56px;
  }
}


.product-discount-option-container h3
{
  font-size:21px;
}

.product-code
{
  padding: 0;
}

.contrainer.cart
{
  padding-bottom:35px;
}

@media(max-width:991px)
{
  .header__slider-text
  {
    font-size:1.5em;
  }
}


.copy-cart__input
{
  z-index:-999999999999;
  position: absolute;
  left:0;
  bottom:0;
  width:10px;
  height:10px;
}


.modal-panels
{
  display:flex;
  align-items: center;
  justify-content: center;
  width:100%;
  height:100%;
}

#modal-11
{
  width: 100%;
  max-width: unset;
  max-height: unset;
  height:100%;
  display:flex;
  align-items: center;
  justify-content:center;
}

.modal-left,.modal-right
{
  height:100%;
  width:100%;
  display:flex;
  justify-content:center;
  align-items: center;
  cursor:pointer;
}

.modal-left
{
  
 
}

.modal-right
{
background-color:#008789;
 
}

.modal-action-button
{
  background:none!important;
  font-size:35px!important;
}

#gmap_canvas
{
  width: 100%;
}

.product-box__button_page
{
  display:flex!important;
  
}

@media(max-width:991px)
{
  .product-box__button_page
  {
   
    margin-left:auto!important;
  }
    
}

.ingredient
{
  text-transform: lowercase;
  text-decoration: none;
  color:inherit!important;
  cursor: pointer;
  border-bottom: 2px dashed #008789;
  position:relative;
  margin: 5px;
    display: inline-block;
}

.ingredient:hover 
{
  /* text-decoration:underline; */
}


.ingredients
{
  text-align:left;
}

.ingredients-search-label
{
  width:auto;
  display:flex;
  align-items:center;
  justify-content: flex-start;
  float:none;
}

.ingredient-search
{
  margin-left:10px;
}

.product-box__button_disabled
{
  padding-right:37px;
  height:56px;
  background-color:#565656;
  color:#ffffff;
}

.feature__filter_hidden
{
  background-image:url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBzdHlsZT0ibWFyZ2luOiBhdXRvOyBiYWNrZ3JvdW5kOiBub25lOyBkaXNwbGF5OiBibG9jazsgc2hhcGUtcmVuZGVyaW5nOiBhdXRvOyIgd2lkdGg9IjIwMHB4IiBoZWlnaHQ9IjIwMHB4IiB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQiPgo8cmVjdCB4PSIxNy41IiB5PSIzMCIgd2lkdGg9IjE1IiBoZWlnaHQ9IjQwIiBmaWxsPSIjYTZhNmE2Ij4KICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJ5IiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgZHVyPSIxcyIgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7MC41OzEiIHZhbHVlcz0iMTg7MzA7MzAiIGtleVNwbGluZXM9IjAgMC41IDAuNSAxOzAgMC41IDAuNSAxIiBiZWdpbj0iLTAuMnMiPjwvYW5pbWF0ZT4KICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJoZWlnaHQiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiBkdXI9IjFzIiBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDswLjU7MSIgdmFsdWVzPSI2NDs0MDs0MCIga2V5U3BsaW5lcz0iMCAwLjUgMC41IDE7MCAwLjUgMC41IDEiIGJlZ2luPSItMC4ycyI+PC9hbmltYXRlPgo8L3JlY3Q+CjxyZWN0IHg9IjQyLjUiIHk9IjMwIiB3aWR0aD0iMTUiIGhlaWdodD0iNDAiIGZpbGw9IiM3NDc0NzQiPgogIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9InkiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiBkdXI9IjFzIiBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDswLjU7MSIgdmFsdWVzPSIyMC45OTk5OTk5OTk5OTk5OTY7MzA7MzAiIGtleVNwbGluZXM9IjAgMC41IDAuNSAxOzAgMC41IDAuNSAxIiBiZWdpbj0iLTAuMXMiPjwvYW5pbWF0ZT4KICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJoZWlnaHQiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiBkdXI9IjFzIiBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDswLjU7MSIgdmFsdWVzPSI1OC4wMDAwMDAwMDAwMDAwMTs0MDs0MCIga2V5U3BsaW5lcz0iMCAwLjUgMC41IDE7MCAwLjUgMC41IDEiIGJlZ2luPSItMC4xcyI+PC9hbmltYXRlPgo8L3JlY3Q+CjxyZWN0IHg9IjY3LjUiIHk9IjMwIiB3aWR0aD0iMTUiIGhlaWdodD0iNDAiIGZpbGw9IiM0YTRhNGEiPgogIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9InkiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiBkdXI9IjFzIiBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDswLjU7MSIgdmFsdWVzPSIyMC45OTk5OTk5OTk5OTk5OTY7MzA7MzAiIGtleVNwbGluZXM9IjAgMC41IDAuNSAxOzAgMC41IDAuNSAxIj48L2FuaW1hdGU+CiAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0iaGVpZ2h0IiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgZHVyPSIxcyIgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7MC41OzEiIHZhbHVlcz0iNTguMDAwMDAwMDAwMDAwMDE7NDA7NDAiIGtleVNwbGluZXM9IjAgMC41IDAuNSAxOzAgMC41IDAuNSAxIj48L2FuaW1hdGU+CjwvcmVjdD4KPCEtLSBbbGRpb10gZ2VuZXJhdGVkIGJ5IGh0dHBzOi8vbG9hZGluZy5pby8gLS0+PC9zdmc+');
  background-size:50% auto;
  background-position:center; 
  overflow:hidden;
  height:200px;
  background-color:#fff;
  background-repeat:no-repeat;
}

.feature__filter_hidden *
{
  opacity:0;
}

@media(max-width:991px)
{
  .slick-dots button::after
  {
    font-size:32px;
  }
}

.page-button-container-image
{
  position:relative;
}

.page-button-container-image .product-box__button_page
{
  opacity:0;
  width: 100%;
  height: 113px;
  z-index: 100;
  position: relative;
  display: block;
  cursor:pointer;
}

.page-button-container-image img
{
  position:absolute;
  width:auto;
  height:auto;
  max-width:100%;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
}


.md-modal.show
{
  visibility: visible!important;
}
.md-effect-11.show .md-content
{
  opacity:1!important;
  transform:scale(1)!important;
}


.service-request__label
{
  float:none;
}

.service-request__legend
{
  display:none;
}

.service-request
{
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width:100%;
  max-width:1400px;
  padding:0 15px;
  box-sizing:border-box;
  margin-bottom:100px;
  flex-wrap:wrap;
}

.service-request__fieldset
{
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border:none;
  padding:0;
  width:50%;
  min-width:300px;
}

.service-request__label:not(.service-request__label_agree)::after
{
  content:':';
}

.service-request__label_agree
{
  flex: 1;
  max-width: 85%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.service-request__label
{
  /* width:280px; */
  display:block;
  padding-left:15px;
}

.service-request__input
{
  width:auto;
  flex:1;
  border: 1px solid #000000;
  border 1px solid #00000051;
  background: #f2f2f2;
  padding: 6px;
  font-size: 12px;
  resize:vertical;
}

.service-request__input_checkbox
{
flex:unset;
}

.service-request__form-group
{
  display:flex;
  margin:7px 0;
}


.service-request__form-group_agree
{
  flex-direction: row-reverse;
  align-items: center;
  justify-content:flex-start;
}




.service-request__add-attachment
{
  width: 30px;
  height: 30px;
  border-radius: 0;
  border: 1px solid #000000;
  border 1px solid #00000051;
  background: #f2f2f2;
  font-size:25px;
  outline:none;
  font-weight:700;
}

.service-request__submit-button
{
  display:block;
  border: none;
  background: #000000;
  color: #ffffff;
  padding: 10px 20px;
  font-size: 17px;
  text-transform: uppercase;

  width:fit-content;
 margin-left:auto;

}

.service-request__file-container_template
{
  display:none;
}

.service-request__input_file
{
  margin:10px 0;
  resize:none;
}

.service-request__button-remove
{
  border: none;
  background: none;
  font-weight: 700;
  font-size: 25px;
  transform: translateY(3px);
}



.complain-log
{
  max-width:1552px;
  padding:0 15px;
  box-sizing:border-box;
  margin:0 128px;
  font-size:20px;
  display:grid;
  grid-template-columns:2fr 3fr;
  gap:27px;
}


.complain-log__comment-list
{
  list-style:none;
  padding:0;
  margin-bottom:83px;
}

.complain-log__header
{
  display:flex;
  align-items: center;
  justify-content:flex-start;


}


.complain-log__item
{
padding:33px 61px 33px 53px;
background-color:#580056;
color:#fff;
margin-bottom:16px;
border-radius:60px;
}

.complain-log__state
{
  margin-left:auto;
}




.complain-log__date
{
  font-weight:300;
    white-space: nowrap;
    margin-right: 10px;
}

.complain-log__value-title,.complain-log__user
{
  font-weight:600;
  color:#1aa9e1;
  margin-right:4px;
}

.complain-log__description
{
  font-weight:300;
  margin-top:25px;
}

.complain-log__item--client
{
  background-color:#003f7d;
}


.complain-log__item--with-description
{
  background-color:#fff;
  color:#424448;
}

.complain-log__item--with-description .complain-log__state
{
  font-weight:300;
}

.complain-log__comment-list-title
{
  padding-left:50px;
  font-weight:800;
  font-size:33px;
}

.complain-log__form-title
{
  font-size:33px;
  font-weight:800;
  text-align:right;
  margin-bottom:17px;
}

.complain-log__textarea
{
  width:100%;
  font-size:20px;
  box-sizing:border-box;
  border-radius:60px;
  background-color:#fff;
  border:3px solid #003f7d;
  padding:33px 61px 33px 53px;
  resize:vertical;
}


.complain-log__textarea:focus,.complain-log__textarea:active,.complain-log__textarea:focus:active
{
  outline:none;
}

.complain-log__form-info
{
  font-size: 16px;
  display: inline-block;
  text-align: right;
  line-height: 1.2;
}

.complain-log__form-footer
{
  margin-top:17px;
  display:flex;
  align-items: center;
  justify-content: flex-end;
  padding:0 14px;
}

.complain-log__form-button
{
  padding:17px 65px;
  background-color:#003f7d;
  color:#fff;
  border:none;
  border-radius:30px;
  font-weight:800;
  font-size:23px;

  margin-left:20px;
}

.complain-log__form
{
  margin-bottom:55px;
}

.complain-log__details-list
{
  display:grid;
  grid-template-columns:2fr 5fr;
}

.complain-log__detail-title::after
{
  content:':';
}

.complain-log__details
{
  height: 420px;
  height: fit-content;
  background: #fff;
  font-size: 20px;
  padding: 6px 38px 46px;
  border-radius: 60px;
  max-width: 500px;
  margin: 0 auto;
}
}

.complain-log__detail-title
{
  text-align: right;;
  font-weight:700;
}

.complain-log__detail-value
{
  margin-left:29px;
  font-weight:300;
}

.complain-log__detail-title--product
{
  margin-top:41px;
}

.complain-log__detail-value--product
{
  margin-top:41px;
}

.complain-log__previous-number
{
  color:#888888;
  font-weight:300;
}

.complain-log__detail-state
{
  color:#003f7d;
}

.complain-log__detail-value--number
{
  font-weight:700;
}

.complain-log__details-title
{
  font-size:47px;
  text-align:left;
  padding-left:29px;
  margin: 0 0 40px;
}

@media (max-width:1499px)
{
  .complain-log,.complain-log__details
  {
    font-size:16px;
  }

  .complain-log__details-title
  {
    font-size:35px;
  }

  .complain-log
  {
    margin:0 25px;
  }
}

@media(max-width:1400px)
{
  .complain-log
  {
    grid-template-columns: 1fr;
  }
}

@media(max-width:991px)
{
  .complain-log__form-footer
  {
    flex-direction: column;
  }

  .complain-log__form-info
  {
    margin: 0 10px 30px;
  }

  .complain-log__header
  {
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
  }

  .complain-log__state
  {
    margin: 0 auto 0 0;
  }
}

@media(max-width:360px)
{
  .complain-log,.complain-log__details
  {
    font-size:14px;
  }

  .complain-log__details-title
  {
    font-size:30px;
  }
}

.pdf-download-icon
{
  display:inline-block;
  height:27px!important;
  width:auto!important;
  margin-top:0!important;
  margin-right:10px;
}

.download-link
{
  width:100%;
  display:flex;
  align-items:center;
  justify-content: flex-start;
}


.realisation-time
{
  display:block;
  text-align: center;
  margin-top:2px;
  font-size:13px;
}

.add-file
{
  background-color:#000000;
  color:#ffffff;
  border:none;
  font-size 2em;
  padding:10px 15px;
  text-transform:uppercase;
}

.remove-parent
{
  padding: 10px!important;
  font-size: 14px!important;
  margin: 5px;
  line-height: 1;
}


@media(min-width:992px)
{

  .attachments-container
  {
    transform: translateY(7px);
  }
}

.product-banner-container
{
  margin:0 0 20px;
  display: flex;
  flex-wrap: wrap;
}


.ingredient-description
{
  display:none;
  border:solid 2px #008789;
  padding:6px;
  font-size:.85em;
  position:absolute;
  top:22px;
  left:0;
  width:300px;
  background:#ffffff;
  -webkit-box-shadow: 10px 10px 28px -25px rgba(120,120,120,1);
  -moz-box-shadow: 10px 10px 28px -25px rgba(120,120,120,1);
  box-shadow: 10px 10px 28px -25px rgba(120,120,120,1);
  z-index:1000;
}

.ingredient:hover .ingredient-description
{
  display:block;
}

.ingredients
{
  position:relative;
  z-index:1;
}

.product-content__prices
{
  padding-top:9px;
}.lb-loader,.lightbox{text-align:center;line-height:0}.lb-dataContainer:after,.lb-outerContainer:after{content:"";clear:both}body.lb-disable-scrolling{overflow:hidden}.lightboxOverlay{position:absolute;top:0;left:0;z-index:9999;background-color:#000;filter:alpha(Opacity=80);opacity:.8;display:none}.lightbox{position:absolute;left:0;width:100%;z-index:10000;font-weight:400}.lightbox .lb-image{display:block;height:auto;max-width:inherit;max-height:none;border-radius:3px;border:4px solid #fff}.lightbox a img{border:none}.lb-outerContainer{position:relative;width:250px;height:250px;margin:0 auto;border-radius:4px;background-color:#fff}.lb-loader,.lb-nav{position:absolute;left:0}.lb-outerContainer:after{display:table}.lb-loader{top:43%;height:25%;width:100%}.lb-cancel{display:block;width:32px;height:32px;margin:0 auto;background:url(../images/loading.gif) no-repeat}.lb-nav{top:0;height:100%;width:100%;z-index:10}.lb-container>.nav{left:0}.lb-nav a{outline:0;background-image:url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)}.lb-next,.lb-prev{height:100%;cursor:pointer;display:block}.lb-nav a.lb-prev{width:34%;left:0;float:left;background:url(../images/prev.png) left 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-prev:hover{filter:alpha(Opacity=100);opacity:1}.lb-nav a.lb-next{width:64%;right:0;float:right;background:url(../images/next.png) right 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-next:hover{filter:alpha(Opacity=100);opacity:1}.lb-dataContainer{margin:0 auto;padding-top:5px;width:100%;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.lb-dataContainer:after{display:table}.lb-data{padding:0 4px;color:#ccc}.lb-data .lb-details{width:85%;float:left;text-align:left;line-height:1.1em}.lb-data .lb-caption{font-size:13px;font-weight:700;line-height:1em}.lb-data .lb-caption a{color:#4ae}.lb-data .lb-number{display:block;clear:left;padding-bottom:1em;font-size:12px;color:#999}.lb-data .lb-close{display:block;float:right;width:30px;height:30px;background:url(../images/close.png) top right no-repeat;text-align:right;outline:0;filter:alpha(Opacity=70);opacity:.7;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}.lb-data .lb-close:hover{cursor:pointer;filter:alpha(Opacity=100);opacity:1}