@charset "UTF-8";
.btn, a.btn {
  font-size: 16px;
  font-weight: 600 !important;
  height: auto;
  text-decoration: none !important;
}
.btn:not(.btn-sm), a.btn:not(.btn-sm) {
  line-height: 1.4;
  padding: 10px 30px;
  border-radius: 2px;
}
.btn.btn-sm, a.btn.btn-sm {
  font-size: 14px;
  padding: 5px 15px 4px;
  border-radius: 2px;
}
.btn.btn-default, a.btn.btn-default {
  color: #fff;
  background-color: #236f0d;
  border-color: #236f0d;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
}
.btn.btn-default[type=submit], a.btn.btn-default[type=submit] {
  padding: 0;
  width: 102px;
}
.btn.btn-default:hover, a.btn.btn-default:hover {
  color: #fff;
  border-color: #185308;
  background-color: #185308;
}
.btn.unveil-button, a.btn.unveil-button {
  color: #3a3530;
  background-color: transparent;
  border-color: #000;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
}
.btn.unveil-button:hover, a.btn.unveil-button:hover {
  color: #000;
  border-color: #000;
  background-color: transparent;
}
.btn.btn-conversion, .btn.btn-cart, .btn.btn.btn-primary, .btn.btn-secondary, a.btn.btn-conversion, a.btn.btn-cart, a.btn.btn.btn-primary, a.btn.btn-secondary {
  color: #fff;
  background-color: #236f0d;
  border-color: #236f0d;
}
.btn.btn-conversion:hover, .btn.btn-cart:hover, .btn.btn.btn-primary:hover, .btn.btn-secondary:hover, a.btn.btn-conversion:hover, a.btn.btn-cart:hover, a.btn.btn.btn-primary:hover, a.btn.btn-secondary:hover {
  color: #fff;
  background-color: #185308;
  border-color: #185308;
}
.btn.btn-success, a.btn.btn-success {
  color: #3a3530;
  border: 1px solid #236f0d;
  border-radius: 2px;
  background: #FFF;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.08);
  width: 200px;
}
.btn.btn-success:hover, a.btn.btn-success:hover {
  border-color: #185308;
  color: #3a3530;
}

.related .cart-related-product .cart-related-button .btn {
  font-size: 16px;
  font-weight: 600;
  height: 40px;
  line-height: 0.6;
  margin-bottom: 11px;
  padding: 15px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
  background-clip: padding-box;
}

.form-control {
  height: 40px;
  border: 1px solid #e7e7e7;
  font-size: 14px;
  color: #000;
  background-color: #fff;
  border-radius: 2px;
}
.form-control::placeholder {
  color: #000;
  font-size: 14px;
  font-weight: 400;
}

.form-control:focus,
input:focus,
select:focus,
textarea:focus {
  border-color: #e7e7e7;
}

.compact-form .btn,
.input-group .btn,
.discount-coupon .input-group .btn {
  height: 44px;
  line-height: 20px;
  padding: 10px 20px;
}
.compact-form .btn::before,
.input-group .btn::before,
.discount-coupon .input-group .btn::before {
  line-height: 1 !important;
}
.compact-form .form-control,
.input-group .form-control,
.discount-coupon .input-group .form-control {
  height: 44px;
}

.subscribe-form .form-control {
  height: 50px;
}
.subscribe-form .btn {
  height: 50px;
}
.subscribe-form .btn::before {
  display: none;
}
.subscribe-form .btn .sr-only {
  position: initial;
  width: auto;
  height: auto;
  margin: 0;
  overflow: initial;
  clip: initial;
}

select,
select.form-control {
  border: 1px solid #e7e7e7;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAA6CAIAAABNgoyqAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHNJREFUeNrs2LsNwDAIRVE7CzAp07AlU4QqRZQUeSgfRfeVIPlINqLwzEwzG49nGS8FGBgYGBgYGBgYGBj4t7C7y90WHBFnp1e9ujde9aF9VRXfeGcLqj5cm62pldn5EZDVLswCAQYGBgYGBgYG/ha8CjAAkdEmwUnCSO4AAAAASUVORK5CYII=);
}

input[type=checkbox] + label {
  padding-left: 27px;
  line-height: 1.4;
  min-height: 20px;
}
input[type=checkbox] + label::before {
  width: 20px;
  height: 20px;
  border: 1px solid #dadada;
  background-color: #fff;
  border-radius: 3px;
  transform: none;
  top: 0;
}
input[type=checkbox]:checked + label::before {
  background-color: #fff;
  border-color: #dadada;
}
input[type=checkbox]:checked + label::after {
  left: 3px;
  top: 10px;
  color: #000;
  background-color: #fff;
  border-radius: 3px;
}
@media (max-width: 991px) {
  input[type=checkbox]:checked + label::after {
    top: 50%;
  }
}
input[type=checkbox]:disabled + label::before {
  border: 1px solid #e7e7e7;
  background-color: #fff;
}

input[type=radio] + label {
  padding-left: 27px;
}
input[type=radio] + label::before {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transform: none;
  background-color: #fff;
  margin-top: -10px;
}
input[type=radio]:checked + label::before {
  background-color: #fff;
}
input[type=radio]:checked + label::after {
  height: 10px;
  width: 10px;
  left: 5px;
}

label {
  min-height: 20px;
}

.consents .whole-width {
  color: #3a3530;
  font-weight: 400;
}
.consents .whole-width a {
  color: #3a3530;
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline !important;
}
.consents .whole-width a:hover {
  text-decoration: none !important;
}

.discount-coupon button[type=submit] {
  margin-left: 5px;
}

.overall-wrapper {
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

h1, h3, h4, h5, h6, .h1, .h3, .h4, .h5, .h6 {
  color: #3a3530;
  line-height: 1.2;
  font-weight: 600;
}

h1 {
  margin-top: 40px;
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 600;
}

h2, .h2 {
  font-size: 26px;
  font-weight: 600;
  color: #008000;
}

h3 {
  font-weight: 600;
  font-size: 20px;
}

h4, .h4 {
  font-weight: 600;
  font-size: 20px;
  margin: 20px 0;
}

.products-header, .homepage-group-title {
  font-size: 26px;
  font-weight: 600;
  color: #008000;
}

#content {
  line-height: 1.384615;
  padding-top: 0;
}
#content h1 {
  font-size: 28px;
}
#content p {
  margin: 0 0 18px;
}

.content a, .content .link-like, .banner a, .banner .link-like, .banner-wrapper a, .banner-wrapper .link-like, .banner-category a, .banner-category .link-like, .carousel-inner a, .carousel-inner .link-like {
  color: #000;
  text-decoration: underline;
}
.content a:hover, .content .link-like:hover, .banner a:hover, .banner .link-like:hover, .banner-wrapper a:hover, .banner-wrapper .link-like:hover, .banner-category a:hover, .banner-category .link-like:hover, .carousel-inner a:hover, .carousel-inner .link-like:hover {
  color: #000;
  text-decoration: none;
}

.chevron-after::after {
  margin-left: 5px;
  font-size: 10px;
}

.welcome-wrapper ul, .category-perex ul, .category__secondDescription ul, .p-short-description ul, .tab-content ul, article ul {
  padding-left: 0;
}
.welcome-wrapper ul li, .category-perex ul li, .category__secondDescription ul li, .p-short-description ul li, .tab-content ul li, article ul li {
  padding-left: 0;
}
.welcome-wrapper ul li::before, .category-perex ul li::before, .category__secondDescription ul li::before, .p-short-description ul li::before, .tab-content ul li::before, article ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #000;
  margin-left: 0;
  margin-right: 8px;
}

.flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 992px) {
  h1, #content h1 {
    font-size: 38px;
  }
  h2, .products-header, .homepage-group-title {
    font-size: 34px;
  }
  h3 {
    font-size: 24px;
  }
}
@media (min-width: 1440px) {
  .container {
    width: 1340px;
  }
}
@media (max-width: 767px) {
  .overall-wrapper {
    padding-top: 70px;
    padding-bottom: 0 !important;
  }
  .container {
    width: 100%;
  }
}
.h1, .h3, .h4, .h5, .h6, body, h1, h3, h4, h5, h6 {
  color: #3a3530;
}

.h2, h2 {
  color: #008000;
}

.type-category .category-content-wrapper {
  display: flex;
  flex-direction: column;
}

.type-category main#content .filters,
.type-category main#content #filters {
  order: -15;
  margin-bottom: 0;
  position: relative;
  background-color: #fff;
  justify-content: space-between;
  z-index: 9;
}

#content .filter-big .filter-section-boolean {
  margin-right: auto;
  margin-left: 20px;
  margin-top: 10px;
  margin-bottom: 20px;
}
#content .filter-section-boolean {
  width: auto;
  order: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0px 0 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  #content .filter-section-boolean {
    margin: 10px 0 10px auto;
    width: 100%;
  }
}
#content .filter-section-boolean .param-filter-top {
  display: flex;
}
#content .filter-section-boolean .param-filter-top form {
  min-width: initial !important;
  border: 0 !important;
  display: initial !important;
}
#content .filter-section-boolean .param-filter-top form div {
  margin-bottom: 0 !important;
}
@media (max-width: 991px) {
  #content .filter-section-boolean .param-filter-top {
    width: 100%;
    flex-direction: column;
    padding: 16px 10px;
  }
}
#content .filter-section-boolean .param-filter-top form {
  position: initial !important;
  box-shadow: none !important;
  padding: 0 !important;
}
#content .filter-section-boolean .param-filter-top form fieldset div {
  width: auto !important;
  margin-bottom: 0;
  clear: none !important;
}
#content .filter-section-boolean .param-filter-top form fieldset div label {
  font-size: 16px;
  color: #000;
}
@media (max-width: 1199px) {
  #content .filter-section-boolean .param-filter-top form fieldset div label:after {
    top: 18px;
  }
}
#content .filter-section-boolean .param-filter-top form fieldset div .filter-count {
  background: #fff;
  color: #000;
  font-size: 16px;
  margin-left: 0;
  font-weight: 400;
}
#content #filters-wrapper {
  order: -1;
  background: #fff;
  border: 1px solid #cfcfcf;
}
@media (min-width: 768px) {
  #content #filters-wrapper {
    order: 2;
  }
}
#content .filters-default-position {
  order: -6;
}
#content .filters-wrapper {
  order: -6;
  background-color: transparent;
}
@media (max-width: 1199px) {
  #content .filters-wrapper {
    position: relative;
  }
}
@media (min-width: 768px) {
  #content .filters-wrapper .filters-unveil-button-wrapper {
    display: none;
  }
}
#content .filters-wrapper .filters-unveil-button-wrapper .btn-default.unveil-button {
  border: 0;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background-color: #236f0d;
  text-transform: lowercase;
  padding: 10px;
  width: 100%;
  max-width: 100%;
  margin: 0px auto;
}
#content .filters-wrapper .filters-unveil-button-wrapper .btn-default.unveil-button:after {
  font-size: 11px;
  margin-top: 5px;
}
#content .filters-wrapper .filters-unveil-button-wrapper .btn-default.unveil-button:hover {
  background-color: #185308;
}
#content .filters-wrapper > div:first-of-type {
  background-color: #fff;
  margin-bottom: 0;
}
#content #category-filter-hover {
  display: flex !important;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  #content #category-filter-hover {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #content #category-filter-hover .filter-section {
    width: 100%;
  }
}
#content .filters,
#content #filters {
  padding: 0px;
  margin-bottom: 10px;
  width: 100%;
}
#content .filters ::-webkit-scrollbar,
#content #filters ::-webkit-scrollbar {
  width: 11px;
}
#content .filters ::-webkit-scrollbar-track,
#content #filters ::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 8px;
}
#content .filters ::-webkit-scrollbar-thumb,
#content #filters ::-webkit-scrollbar-thumb {
  background-color: #236f0d;
  border-radius: 8px;
  border: 3px solid #fff;
  background-position: center center;
  background-size: 5px 8px;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  #content .filters,
  #content #filters {
    display: inline-flex !important;
    align-items: center;
    flex-wrap: wrap;
  }
}
#content .filters .slider-wrapper,
#content #filters .slider-wrapper {
  order: -20;
  padding: 0;
  position: relative;
  z-index: 9;
  margin: 0 !important;
}
@media (min-width: 768px) {
  #content .filters .slider-wrapper,
  #content #filters .slider-wrapper {
    margin: 0px !important;
  }
}
@media (max-width: 767px) {
  #content .filters .slider-wrapper,
  #content #filters .slider-wrapper {
    width: 100%;
    max-width: 100%;
  }
}
#content .filters .slider-wrapper:not(.open) .price-filter,
#content #filters .slider-wrapper:not(.open) .price-filter {
  display: none;
}
#content .filters .slider-wrapper.open,
#content #filters .slider-wrapper.open {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}
#content .filters .slider-wrapper.open h4,
#content #filters .slider-wrapper.open h4 {
  position: relative;
  border-radius: 4px 4px 0 0;
  background-color: #fff;
  color: #000;
  border-bottom: 0;
  position: relative;
}
@media (min-width: 768px) {
  #content .filters .slider-wrapper.open h4::before,
  #content #filters .slider-wrapper.open h4::before {
    position: absolute;
    bottom: -5px;
    height: 10px;
    background-color: #fff;
    content: "";
    width: 100%;
    left: 0;
    top: auto;
    z-index: 9;
    margin: 0;
    transform: none;
  }
}
#content .filters .slider-wrapper.open h4::after,
#content #filters .slider-wrapper.open h4::after {
  transform: rotate(0deg);
}
@media (max-width: 767px) {
  #content .filters .slider-wrapper.open h4,
  #content #filters .slider-wrapper.open h4 {
    border: none;
  }
}
#content .filters .slider-wrapper.open .price-filter,
#content #filters .slider-wrapper.open .price-filter {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}
#content .filters .slider-wrapper h4,
#content #filters .slider-wrapper h4 {
  border-radius: 0px;
  padding: 16px 20px;
  margin: 0;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  border: none;
  margin-bottom: 0;
  border-style: none;
}
@media (max-width: 1199px) {
  #content .filters .slider-wrapper h4,
  #content #filters .slider-wrapper h4 {
    padding: 16px 10px;
  }
}
@media (max-width: 767px) {
  #content .filters .slider-wrapper h4,
  #content #filters .slider-wrapper h4 {
    border-bottom: 1px solid #d1d1d1;
  }
}
@media (max-width: 767px) {
  #content .filters .slider-wrapper h4,
  #content #filters .slider-wrapper h4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
#content .filters .slider-wrapper h4::before,
#content #filters .slider-wrapper h4::before {
  left: auto;
  right: 10px;
  transform: rotate(180deg);
  margin-top: 1px;
}
#content .filters .slider-wrapper h4::after,
#content #filters .slider-wrapper h4::after {
  transform: rotate(180deg);
  content: "\e911";
  font-family: "Shoptet";
  color: #000;
  margin-left: 10px;
  font-size: 10px;
  position: relative;
  transition: 0.3s;
  display: inline-block;
  top: -2px;
}
@media (max-width: 1199px) {
  #content .filters .slider-wrapper h4::after,
  #content #filters .slider-wrapper h4::after {
    margin-left: 10px;
  }
}
#content .filters .slider-wrapper h4:hover,
#content #filters .slider-wrapper h4:hover {
  cursor: pointer;
}
#content .filters .slider-wrapper h4:hover span,
#content #filters .slider-wrapper h4:hover span {
  text-decoration: underline;
}
#content .filters .slider-wrapper .price-filter,
#content #filters .slider-wrapper .price-filter {
  padding: 25px 25px 0 25px;
  position: absolute;
  width: 250px;
  border-radius: 0px 4px 4px 4px;
  background-color: #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.0509803922);
  z-index: -2;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  #content .filters .slider-wrapper .price-filter,
  #content #filters .slider-wrapper .price-filter {
    position: initial;
    width: 100%;
    height: auto;
    border-radius: 0;
    border-top: 0;
    padding-bottom: 25px;
  }
}
#content .filters .slider-wrapper .price-filter .ui-slider-horizontal .ui-slider-handle,
#content #filters .slider-wrapper .price-filter .ui-slider-horizontal .ui-slider-handle {
  width: 20px;
  height: 20px;
  background: #236f0d;
  top: -5px;
}
#content .filters .slider-wrapper .price-filter .ui-slider-horizontal .ui-slider-handle::before,
#content #filters .slider-wrapper .price-filter .ui-slider-horizontal .ui-slider-handle::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  text-align: center;
  line-height: 28px;
}
#content .filters .slider-wrapper .price-filter .slider-header,
#content #filters .slider-wrapper .price-filter .slider-header {
  width: 100%;
  padding: 25px 0 25px;
}
@media (max-width: 767px) {
  #content .filters .slider-wrapper .price-filter .slider-header,
  #content #filters .slider-wrapper .price-filter .slider-header {
    margin-top: 15px;
  }
}
#content .filters .slider-wrapper .price-filter .slider-header .from,
#content .filters .slider-wrapper .price-filter .slider-header .to,
#content #filters .slider-wrapper .price-filter .slider-header .from,
#content #filters .slider-wrapper .price-filter .slider-header .to {
  color: #1a1937;
  font-size: 16px;
  font-weight: 400 !important;
}
#content .filters .slider-wrapper .price-filter .ui-slider,
#content #filters .slider-wrapper .price-filter .ui-slider {
  background-color: #e7e7e7;
}
#content .filters .slider-wrapper .price-filter .ui-slider .ui-slider-range,
#content #filters .slider-wrapper .price-filter .ui-slider .ui-slider-range {
  background: #185308;
}
#content .filters .slider-wrapper .price-filter .slider-content,
#content #filters .slider-wrapper .price-filter .slider-content {
  width: 100%;
  order: -10;
  margin-bottom: 0;
  background-color: #e7e7e7;
}
#content .filters .filter-sections,
#content #filters .filter-sections {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: auto;
  flex: 1;
  flex-wrap: wrap;
}
#content .filters .filter-sections .filter-section,
#content #filters .filter-sections .filter-section {
  position: relative;
  border-top: 0;
  padding: 0;
}
#content .filters .filter-sections .filter-section.filter-section-boolean > h4,
#content #filters .filter-sections .filter-section.filter-section-boolean > h4 {
  display: none;
}
#content .filters .filter-sections .filter-section:first-child,
#content #filters .filter-sections .filter-section:first-child {
  border-top: 0;
}
#content .filters .filter-sections .filter-section.filter-section-count,
#content #filters .filter-sections .filter-section.filter-section-count {
  display: none;
}
#content .filters .filter-sections .filter-section:not(.open) form,
#content #filters .filter-sections .filter-section:not(.open) form {
  display: none;
}
#content .filters .filter-sections .filter-section:not(.open) .parametric-slider-wrapper,
#content #filters .filter-sections .filter-section:not(.open) .parametric-slider-wrapper {
  display: none;
}
#content .filters .filter-sections .filter-section.open,
#content #filters .filter-sections .filter-section.open {
  z-index: 9;
}
#content .filters .filter-sections .filter-section.open h4,
#content #filters .filter-sections .filter-section.open h4 {
  position: relative;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.11);
  border-radius: 4px 4px 0 0;
  background-color: #ffffff;
  color: #000;
}
@media (min-width: 768px) {
  #content .filters .filter-sections .filter-section.open h4::before,
  #content #filters .filter-sections .filter-section.open h4::before {
    position: absolute;
    bottom: -5px;
    height: 10px;
    background-color: #fff;
    content: "";
    width: 100%;
    left: 0px;
    top: auto;
    z-index: 9;
    margin: 0;
    transform: none;
  }
}
#content .filters .filter-sections .filter-section.open h4::after,
#content #filters .filter-sections .filter-section.open h4::after {
  transform: rotate(0deg);
}
@media (max-width: 767px) {
  #content .filters .filter-sections .filter-section.open h4,
  #content #filters .filter-sections .filter-section.open h4 {
    border-radius: 0;
    box-shadow: none;
    border-bottom: 0;
  }
}
#content .filters .filter-sections .filter-section.open form,
#content .filters .filter-sections .filter-section.open .parametric-slider-wrapper,
#content #filters .filter-sections .filter-section.open form,
#content #filters .filter-sections .filter-section.open .parametric-slider-wrapper {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  max-height: 390px;
  overflow: scroll;
  z-index: -2;
}
#content .filters .filter-sections .filter-section.open form .slider-footer,
#content .filters .filter-sections .filter-section.open .parametric-slider-wrapper .slider-footer,
#content #filters .filter-sections .filter-section.open form .slider-footer,
#content #filters .filter-sections .filter-section.open .parametric-slider-wrapper .slider-footer {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#content .filters .filter-sections .filter-section form,
#content .filters .filter-sections .filter-section .parametric-slider-wrapper,
#content #filters .filter-sections .filter-section form,
#content #filters .filter-sections .filter-section .parametric-slider-wrapper {
  position: absolute;
  padding: 25px 25px 0;
  border-radius: 0px 4px 4px 4px;
  border: none;
  margin: 0;
  left: 0;
  background: #fff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.0509803922);
  min-width: 250px;
  z-index: 1;
}
@media (max-width: 767px) {
  #content .filters .filter-sections .filter-section form,
  #content .filters .filter-sections .filter-section .parametric-slider-wrapper,
  #content #filters .filter-sections .filter-section form,
  #content #filters .filter-sections .filter-section .parametric-slider-wrapper {
    position: initial;
    border-top: 0;
    max-width: 100%;
    border-radius: 0;
    padding: 15px;
  }
}
#content .filters .filter-sections .filter-section form fieldset div,
#content .filters .filter-sections .filter-section .parametric-slider-wrapper fieldset div,
#content #filters .filter-sections .filter-section form fieldset div,
#content #filters .filter-sections .filter-section .parametric-slider-wrapper fieldset div {
  width: 100%;
  margin-bottom: 5px;
}
#content .filters .filter-sections .filter-section form fieldset div .filter-count,
#content .filters .filter-sections .filter-section .parametric-slider-wrapper fieldset div .filter-count,
#content #filters .filter-sections .filter-section form fieldset div .filter-count,
#content #filters .filter-sections .filter-section .parametric-slider-wrapper fieldset div .filter-count {
  font-size: 16px;
}
#content .filters .filter-sections .filter-section h4,
#content #filters .filter-sections .filter-section h4 {
  z-index: 2;
  border-radius: 0px;
  padding: 16px 15px;
  margin: 0;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  border: none;
}
@media (max-width: 1199px) {
  #content .filters .filter-sections .filter-section h4,
  #content #filters .filter-sections .filter-section h4 {
    padding: 16px 10px;
  }
}
@media (max-width: 767px) {
  #content .filters .filter-sections .filter-section h4,
  #content #filters .filter-sections .filter-section h4 {
    border-bottom: 1px solid #d1d1d1;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
#content .filters .filter-sections .filter-section h4::after,
#content #filters .filter-sections .filter-section h4::after {
  content: "\e911";
  transform: rotate(180deg);
  font-family: "Shoptet";
  color: #236f0d;
  margin-left: 10px;
  font-size: 10px;
  position: relative;
  display: inline-block;
  top: -2px;
  transition: 0.3s;
}
@media (max-width: 1199px) {
  #content .filters .filter-sections .filter-section h4::after,
  #content #filters .filter-sections .filter-section h4::after {
    margin-left: 15px;
  }
}
#content .filters .filter-sections .filter-section h4::before,
#content #filters .filter-sections .filter-section h4::before {
  left: auto;
  right: 10px;
  transform: rotate(180deg);
  margin-top: 1px;
}
#content .filters .filter-sections .filter-section h4:hover,
#content #filters .filter-sections .filter-section h4:hover {
  cursor: pointer;
}
#content .filters .filter-sections .filter-section h4:hover span,
#content #filters .filter-sections .filter-section h4:hover span {
  text-decoration: underline;
}
#content .vybrane-filtry {
  order: 3;
  gap: 11px;
  flex-wrap: wrap;
  display: flex;
  padding: 10px 0;
  border-radius: 4px;
  align-items: center;
  margin-bottom: 20px;
}
#content .vybrane-filtry #clear-filters {
  order: 1;
}
@media (max-width: 767px) {
  #content .vybrane-filtry {
    margin-top: 25px;
  }
}
#content .vybrane-filtry:not(.aktivni-filtr) {
  padding: 0;
  margin-bottom: 20px;
}
#content .vybrane-filtry:not(.aktivni-filtr) .slider-wrapper {
  margin: 12px 11px;
  color: #000;
}
#content .vybrane-filtry.aktivni-filtr .vybrane-filtry-text {
  display: block;
}
#content .vybrane-filtry .vybrane-filtry-text {
  margin: 12px 0 12px 11px;
  order: -1;
  display: none;
}
#content .vybrane-filtry .filter-here {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
}
@media (max-width: 767px) {
  #content .vybrane-filtry .filter-here {
    width: 100%;
  }
}
#content .vybrane-filtry .filter-section.filter-section-count {
  padding: 0;
}
#content .vybrane-filtry .filter-total-count {
  display: none;
}
#content .vybrane-filtry #clear-filters {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #content .vybrane-filtry #clear-filters {
    width: 100%;
    text-align: right;
  }
}
#content .vybrane-filtry #clear-filters a {
  color: #000 !important;
  font-weight: 300;
  font-size: 0;
  text-transform: initial;
}
#content .vybrane-filtry #clear-filters a::after {
  display: none;
}
#content .vybrane-filtry #clear-filters a::before {
  content: "Smazat všechny filitry";
  font-size: 14px;
  position: relative;
  top: -2px;
}
#content .vybrane-filtry .filter-count {
  display: none;
}
#content .vybrane-filtry .filter-label {
  min-height: 24px;
  margin: 0;
  display: flex !important;
  align-items: center;
  padding: 7px 12px;
  line-height: 1;
  width: auto;
  border-radius: 4px;
  background-color: #fff;
  top: -8px;
  font-size: 14px;
  border: 1px solid #e7e7e7;
  font-weight: 400;
  color: #000;
}
#content .vybrane-filtry .filter-label::after {
  content: "\e912";
  font-family: "shoptet";
  color: #b4b4b4;
  font-size: 11px;
  display: block;
  margin-left: 10px;
}
#content .vybrane-filtry .slider-wrapper {
  padding: 7px 12px;
  line-height: 1;
  margin: 0;
  border-radius: 4px;
  background-color: #fff;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  max-width: unset;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  border: 1px solid #e7e7e7;
}
#content .vybrane-filtry .slider-wrapper:hover {
  cursor: pointer;
}
#content .vybrane-filtry .slider-wrapper h4,
#content .vybrane-filtry .slider-wrapper .slider-content {
  display: none;
}
#content .vybrane-filtry .slider-wrapper .slider-header {
  display: flex;
  width: auto;
  padding: 0;
  margin-left: 3px;
}
#content .vybrane-filtry .slider-wrapper .slider-header .from,
#content .vybrane-filtry .slider-wrapper .slider-header .to {
  height: auto;
  color: #000;
  border: 0;
  line-height: 1;
}
#content .vybrane-filtry .slider-wrapper.slider-filter:before {
  display: none;
}
#content .vybrane-filtry .slider-wrapper::before {
  content: "Cena:";
  color: #000;
}
#content .vybrane-filtry .slider-wrapper::after {
  content: "\e912";
  font-family: "Shoptet";
  color: #b4b4b4;
  font-size: 11px;
  display: block;
  margin-left: 10px;
}
#content .vybrane-filtry .slider-wrapper .from,
#content .vybrane-filtry .slider-wrapper .to {
  width: auto;
  float: none;
}
#content .vybrane-filtry .slider-wrapper .from > span,
#content .vybrane-filtry .slider-wrapper .to > span {
  font-size: 14px;
}
#content .vybrane-filtry .slider-wrapper .from::after {
  content: " - ";
  font-size: 14px;
}

@media (min-width: 768px) {
  .siteCookies {
    width: 854px;
    margin-left: -427px;
  }
}
.siteCookies.siteCookies--scrolled {
  background-color: #66bb33;
}
.siteCookies__form {
  align-items: center;
  max-width: 854px;
  padding-bottom: 25px;
  background-color: #66bb33;
  color: #000;
}
@media (max-width: 767px) {
  .siteCookies__form {
    display: flex;
    flex-direction: column;
    border-radius: 0;
  }
}
.siteCookies__form::before {
  content: "";
  display: inline-block;
  height: 95px;
  width: 140px;
  background-image: url(/user/documents/upload/images/cookies_logo.svg);
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .siteCookies__form::before {
    position: absolute;
    left: 20px;
  }
}
@media (max-width: 479px) {
  .siteCookies__form::before {
    position: relative;
    left: 0;
  }
}
.siteCookies__content {
  padding-left: 160px;
}
@media (min-width: 768px) {
  .siteCookies__content {
    padding-left: 25px;
  }
}
@media (max-width: 479px) {
  .siteCookies__content {
    padding: 10px 0 0 0;
    text-align: center;
  }
}
.siteCookies__text {
  margin-bottom: 8px;
}
.siteCookies__links {
  text-align: center;
}
@media (min-width: 480px) {
  .siteCookies__links {
    text-align: left;
  }
}
.siteCookies__link {
  padding: 0;
  background-color: transparent;
  color: #000;
  text-decoration: underline;
  line-height: 1.1;
}
.siteCookies__link:hover {
  background-color: transparent;
  color: #fff;
}
.siteCookies__button {
  height: 40px;
  padding: 0 25px;
  color: #000;
  font-size: 16px;
  line-height: 40px;
}

.in-favourite .sidebar,
.in-oblibene .sidebar {
  display: none;
}

.favourite_icon {
  text-align: center;
  width: 34px;
  height: 30px;
  line-height: 30px;
  border-radius: 0;
  border: none;
  z-index: 1;
  display: block;
  font-style: normal;
}
.favourite_icon .number {
  color: #fff;
  position: absolute;
  left: -12px;
  top: -8px;
  width: 21px;
  height: 20px;
  background-color: #fe680c;
  border-radius: 20px;
  line-height: 20px;
  font-size: 12px;
  font-weight: 600;
}
.favourite_icon .number:empty {
  display: none;
}
.favourite_icon svg {
  width: 34px;
  height: 30px;
  fill: transparent;
  cursor: pointer;
}

.product {
  position: relative;
}
.product.fav-active .favourite i svg {
  fill: #3a3530;
  stroke: #3a3530;
}
.product .favourite {
  text-align: center;
  color: #3a3530;
  font-size: 20px;
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 0;
  border: none;
  position: absolute;
  right: 0px;
  top: 5px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product .favourite i {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product .favourite i svg {
  fill: transparent;
  stroke: #3a3530;
  stroke-width: 1px;
  cursor: pointer;
}

#header .navigation-buttons a.favourite {
  display: initial;
  height: 30px;
  line-height: 30px;
}
#header .navigation-buttons a.favourite::before {
  display: none;
}

.type-detail .p-data-wrapper {
  display: flex;
  flex-direction: column;
}
.type-detail .p-data-wrapper .link-icons {
  align-items: center;
}
.type-detail .p-data-wrapper .favourite-detail {
  margin: 0 25px 0 0;
  text-align: center;
  font-style: normal;
  z-index: 1;
}
.type-detail .p-data-wrapper .favourite-detail p {
  margin-bottom: 0 !important;
}
.type-detail .p-data-wrapper .favourite-detail .favourite {
  margin-right: 8px;
}
.type-detail .p-data-wrapper .favourite-detail.fav-yes .favourite i svg {
  fill: #000;
  stroke: #000;
}
.type-detail .p-data-wrapper .favourite-detail.fav-yes .fav-text {
  font-size: 0;
}
.type-detail .p-data-wrapper .favourite-detail.fav-yes .fav-text::after {
  content: "Usuń z ulubionych";
  font-size: 16px;
}
.type-detail .p-data-wrapper .favourite-detail .btn_toggle {
  display: flex;
  align-items: center;
  margin: 0;
}
.type-detail .p-data-wrapper .favourite-detail .btn_toggle:hover .fav-text {
  text-decoration: none;
  color: #000;
}
.type-detail .p-data-wrapper .favourite-detail i {
  display: flex;
  align-items: center;
  justify-content: center;
}
.type-detail .p-data-wrapper .favourite-detail i svg {
  fill: transparent;
  stroke: #000;
  stroke-width: 1px;
  transform: scale(1.2);
  cursor: pointer;
}

.p-image-wrapper .p-image .favourite-detail {
  position: absolute;
  top: 15px;
  right: 15px;
}
.p-image-wrapper .p-image .favourite-detail svg {
  stroke: #3a3530;
  width: 20px;
  height: 18px;
  stroke-width: 2px;
  fill: none;
}
.p-image-wrapper .p-image .favourite-detail.fav-yes .favourite i svg {
  fill: #3a3530;
  transform: none;
  stroke: #3a3530;
}

.favourite-detail {
  order: -20;
  margin: 5px 0;
}
.favourite-detail p {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.favourite-detail p:hover {
  cursor: pointer;
}
.favourite-detail p span.favourite {
  margin-right: 7px;
}
.favourite-detail p span.favourite i {
  display: flex;
  align-items: center;
}
.favourite-detail p span.fav-text {
  color: #3a3530;
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
}
.favourite-detail p span.fav-text hover {
  text-decoration: none;
}

.ig h2 {
  text-align: center;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  padding: 25px 0;
  color: #008000;
  border-top: 1px solid #e7e7e7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ig h2 img {
  margin-right: 10px;
}

.instagram-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 10px;
  padding-right: 10px;
}
.instagram-wrap .igfeed {
  overflow: hidden;
  min-width: 33.33%;
  max-width: 33.33%;
  position: relative;
  margin-bottom: 10px;
}
.instagram-wrap .igfeed::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 10px;
  background-color: #fff;
  z-index: 1;
}
.instagram-wrap .igfeed:first-of-type::before {
  display: none;
}
.instagram-wrap .igfeed:nth-child(n+7) {
  display: none;
}
.instagram-wrap .igfeed a {
  display: block;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 0;
  padding-bottom: 100%;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.instagram-wrap .igfeed a::before {
  content: "\e909";
  font-family: "Shoptet";
  font-size: 35px;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.instagram-wrap .igfeed a:hover::before {
  opacity: 1;
}

@media (min-width: 768px) {
  .instagram-wrap .igfeed {
    max-width: 16.6667%;
    min-width: 16.6667%;
  }
}
@media (max-width: 767px) {
  .ig h2 {
    display: block;
  }
  .ig h2 img {
    margin: 0 auto 10px;
    display: block;
  }
}
@media (max-width: 479px) {
  .instagram-wrap .igfeed {
    min-width: 50%;
    max-width: 50%;
  }
  .instagram-wrap .igfeed:nth-child(5)::before {
    display: none;
  }
}
#recentlyViewed {
  margin-bottom: 30px;
  margin-top: 60px;
  width: 100%;
  border-top: 1px solid #e7e7e7;
  background-color: #fff;
}
#recentlyViewed .homepage-group-title {
  text-align: center;
  margin: 0;
  margin: 40px 0 25px;
  color: #008000;
}
#recentlyViewed .text-center {
  padding: 30px 0;
}
#recentlyViewed .text-center a {
  position: relative;
  z-index: 1;
}
#recentlyViewed .slick-slider {
  margin-left: 3px;
}
#recentlyViewed .products-block::before {
  border-radius: 0;
}
#recentlyViewed .products-block .product .p {
  height: 100% !important;
}
#recentlyViewed .products-block .product .new-description {
  display: none !important;
}
#recentlyViewed .slick-list {
  float: none;
}
#recentlyViewed .price-save + .price-save, #recentlyViewed .price-standard + .price-standard {
  display: none;
}

.type-product #recentlyViewed {
  border-top: none;
}

@media (min-width: 768px) {
  #recentlyViewed .slick-arrow {
    background-color: #f9f9f9;
  }
  #recentlyViewed .slick-next {
    right: -20px;
  }
  #recentlyViewed .slick-prev {
    left: -20px;
  }
}
@media (max-width: 767px) {
  #recentlyViewed {
    margin-top: 0;
  }
}
.messages {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  max-width: 700px;
  width: 100%;
  background-color: transparent;
  left: 50px;
  bottom: 50px;
  top: auto;
  right: auto;
}
.messages .msg {
  background-color: #fff !important;
  border: 0 !important;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  padding-left: 87px;
  padding-top: 38px;
  padding-bottom: 38px;
  min-height: 100px;
  display: flex;
  align-items: center;
  margin: 0;
  text-align: left;
}
.messages .msg.msg-error:before {
  background-color: #ca131e;
}
.messages .msg.msg-error:after {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='SVGDoc' width='27' height='27' xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:avocode='https://avocode.com/' viewBox='0 0 27 27'%3E%3Cdefs%3E%3C/defs%3E%3Cdesc%3EGenerated with Avocode.%3C/desc%3E%3Cg%3E%3Cg%3E%3Ctitle%3EShape%3C/title%3E%3Cpath d='M14.63559,16.86746c0,0.62084 -0.50535,1.12469 -1.13052,1.12469c-0.62517,0 -1.13052,-0.50385 -1.13052,-1.12469v-11.24705c0,-0.62084 0.50536,-1.12469 1.13052,-1.12469c0.62518,0 1.13052,0.50385 1.13052,1.12469zM13.50501,22.50433c-0.62406,0 -1.13052,-0.50422 -1.13052,-1.12552c0,-0.6213 0.50646,-1.12552 1.13052,-1.12552c0.62406,0 1.13052,0.50422 1.13052,1.12552c0,0.6213 -0.50646,1.12552 -1.13052,1.12552zM23.05023,3.94981c-5.26641,-5.26641 -13.834,-5.26641 -19.10042,0c-5.26641,5.26526 -5.26641,13.83512 0,19.10042c2.63266,2.63377 6.09142,3.94954 9.55019,3.94954c3.45876,0 6.91758,-1.31577 9.55018,-3.94954c5.26642,-5.2653 5.26642,-13.83516 0.00005,-19.10042z' fill='%23ca131e' fill-opacity='1'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.messages .msg.msg-success a, .messages .msg.msg-notice a {
  color: #2c9139;
}
.messages .msg.msg-success:before, .messages .msg.msg-notice:before {
  background-color: #2c9139;
}
.messages .msg.msg-success:after, .messages .msg.msg-notice:after {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='SVGDoc' width='27' height='27' xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:avocode='https://avocode.com/' viewBox='0 0 27 27'%3E%3Cdefs%3E%3C/defs%3E%3Cdesc%3EGenerated with Avocode.%3C/desc%3E%3Cg%3E%3Cg%3E%3Ctitle%3EShape%3C/title%3E%3Cpath d='M11.86624,19.64039l-5.91179,-5.91173l2.2371,-2.2371l3.7782,3.77821l7.58495,-6.89513l2.12894,2.34062zM13.5,0c-7.41498,0 -13.5,6.08502 -13.5,13.5c0,7.41498 6.08502,13.5 13.5,13.5c7.41498,0 13.5,-6.08502 13.5,-13.5c0,-7.41498 -6.08502,-13.5 -13.5,-13.5z' fill='%232c9139' fill-opacity='1'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.messages .msg:after {
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 27px;
  height: 27px;
}
.messages .msg:before {
  width: 7px;
  height: 68px;
  border-radius: 5px;
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.messages .msg .container {
  width: 100%;
}

.banner-rating {
  position: relative;
  background-color: #f9f9f9;
  margin-top: 150px;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
.banner-rating::before {
  content: "";
  border-left: 9999px solid #f9f9f9;
  -webkit-box-shadow: 9999px 0 0 #f9f9f9;
  box-shadow: 9999px 0 0 #f9f9f9;
  position: absolute;
  left: -9999px;
  right: 0;
  bottom: 0px;
  top: 0px;
  display: block;
}
.banner-rating .rate-header {
  position: relative;
  top: -66px;
}
.banner-rating .rate-header .rate-img {
  width: 104px;
  margin: 0 auto;
}
.banner-rating .rate-header h4 {
  width: 100%;
  text-align: center;
  font-size: 18px;
  margin: 25px 0 0;
}
.banner-rating .ratings__header {
  display: block;
  padding: 0;
  text-align: center;
  position: relative;
  top: -66px;
}
.banner-rating .ratings__header-img {
  width: 104px;
  margin: 0 auto;
}
.banner-rating .ratings__header {
  /*&:before {
    content: '';
    background: $clr-neutral-100;
    width: 100%;
    height: 59px;
    position: absolute;
    left: 0;
    z-index: 2;
  }*/
}
.banner-rating .ratings__header h3 {
  font-size: 22px;
  font-weight: 600;
  color: #3a3530;
  margin-bottom: 14px;
}
.banner-rating .ratings__header img {
  position: relative;
  z-index: 3;
}
.banner-rating .ratings__header .store-rating {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  display: none;
}
.banner-rating .ratings__header .store-rating .stars-rating {
  display: flex;
  flex-direction: column;
  gap: 6px;
  text-align: left;
}
.banner-rating .ratings__header .store-rating .stars-rating a.total-ratings {
  font-size: 17;
  color: #3a3530;
  text-decoration: underline;
}
.banner-rating .ratings__header .store-rating .stars-rating a.total-ratings:focus, .banner-rating .ratings__header .store-rating .stars-rating a.total-ratings:hover {
  text-decoration: none;
}
.banner-rating .ratings__header .store-rating__average {
  font-size: 32px;
  font-weight: 600;
  color: #3a3530;
}
.banner-rating .rate-items {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.banner-rating .rate-items .vote-wrap {
  font-size: 14px;
  font-weight: 400;
}
.banner-rating .rate-items .vote-wrap .stars {
  display: block;
  margin-bottom: 10px;
}
.banner-rating .rate-items .vote-wrap .vote-content {
  margin: 0;
}
.banner-rating .vote-wrap {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 38px 15px 15px;
  margin-bottom: 10px;
  width: 100%;
  font-weight: 400;
  color: #3a3530;
}
.banner-rating .vote-wrap .vote-content {
  order: -1;
  width: 100%;
  font-size: 16px;
}
.banner-rating .vote-wrap .vote-header {
  width: 100%;
}
.banner-rating .vote-wrap .vote-pic {
  display: none;
}
.banner-rating .vote-wrap .vote-summary {
  margin-top: 15px;
}
.banner-rating .vote-wrap .vote-summary .stars {
  position: absolute;
  top: 15px;
  left: 15px;
  margin: 0;
}
.banner-rating .vote-wrap .vote-time {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  color: #3a3530;
}
.banner-rating .vote-wrap .vote-rating .vote-delimeter {
  display: none;
}
.banner-rating .vote-wrap .vote-name {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 5px;
  display: block;
}
.banner-rating .button-wrap {
  margin-top: 20px;
  text-align: center;
}
.banner-rating .button-wrap .btn {
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
}

.rate-average {
  font-size: 14px;
  font-weight: 400;
  font-weight: 600;
  color: #000;
}

.stars {
  width: 100px;
}

.stars .star.star-on::before,
.stars .star.star-half::before {
  color: #e7c520;
  font-size: 16px;
}

.stars span,
.stars a {
  width: 20px;
  height: 18px;
}
.stars .star.is-active:hover {
  color: #e7c520;
}

.stars-label {
  color: #3a3530;
}

.rate-average-wrap .stars a::before,
.rate-average-wrap .stars span::before {
  font-size: 30px;
}

@media screen and (min-width: 768px) {
  .banner-rating .rate-items .vote-wrap {
    width: 33.33%;
  }
}
.msg {
  padding-top: 20px;
  padding-bottom: 20px;
}

.site-msg.information {
  position: initial;
  display: none;
  max-width: 100%;
  font-size: 16px;
  font-weight: 600;
  background-color: #fe680c;
  text-align: center;
  opacity: 1;
  padding: 0 20px;
  box-shadow: none;
}
.site-msg.information p {
  margin: 8px 0;
}
.site-msg.information a:hover {
  text-decoration: underline;
}

.type-category .overall-wrapper, .type-post .overall-wrapper, .type-page .overall-wrapper, .type-product .overall-wrapper, .in-index .overall-wrapper, .type-posts-listing .overall-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.type-category .overall-wrapper > div:not(.container), .type-category .overall-wrapper #header, .type-category .overall-wrapper #footer, .type-post .overall-wrapper > div:not(.container), .type-post .overall-wrapper #header, .type-post .overall-wrapper #footer, .type-page .overall-wrapper > div:not(.container), .type-page .overall-wrapper #header, .type-page .overall-wrapper #footer, .type-product .overall-wrapper > div:not(.container), .type-product .overall-wrapper #header, .type-product .overall-wrapper #footer, .in-index .overall-wrapper > div:not(.container), .in-index .overall-wrapper #header, .in-index .overall-wrapper #footer, .type-posts-listing .overall-wrapper > div:not(.container), .type-posts-listing .overall-wrapper #header, .type-posts-listing .overall-wrapper #footer {
  width: 100%;
}
.type-category .overall-wrapper .user-action, .type-post .overall-wrapper .user-action, .type-page .overall-wrapper .user-action, .type-product .overall-wrapper .user-action, .in-index .overall-wrapper .user-action, .type-posts-listing .overall-wrapper .user-action {
  order: -10;
}
.type-category .overall-wrapper .admin-bar, .type-post .overall-wrapper .admin-bar, .type-page .overall-wrapper .admin-bar, .type-product .overall-wrapper .admin-bar, .in-index .overall-wrapper .admin-bar, .type-posts-listing .overall-wrapper .admin-bar {
  order: -9;
}
.type-category .overall-wrapper .top-navigation-bar, .type-post .overall-wrapper .top-navigation-bar, .type-page .overall-wrapper .top-navigation-bar, .type-product .overall-wrapper .top-navigation-bar, .in-index .overall-wrapper .top-navigation-bar, .type-posts-listing .overall-wrapper .top-navigation-bar {
  order: -8;
}
.type-category .overall-wrapper #header, .type-post .overall-wrapper #header, .type-page .overall-wrapper #header, .type-product .overall-wrapper #header, .in-index .overall-wrapper #header, .type-posts-listing .overall-wrapper #header {
  order: -7;
}
.type-category .site-msg.information, .type-post .site-msg.information, .type-page .site-msg.information, .type-product .site-msg.information, .in-index .site-msg.information, .type-posts-listing .site-msg.information {
  display: block;
}

:focus {
  outline: none;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: auto;
  touch-action: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.slick-slider .slick-arrow {
  z-index: 9;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  background: #fff;
  width: 30px;
  height: 30px;
  border: 1px solid #e7e7e7;
  border-radius: 50%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.slick-slider .slick-arrow::after {
  content: "";
  width: 8px;
  height: 12px;
  margin: 0 auto;
}
.slick-slider .slick-arrow.slick-prev {
  left: 0;
}
.slick-slider .slick-arrow.slick-prev::after {
  background: url(/user/documents/upload/icons/prev.svg) center center no-repeat;
  background-size: auto 100%;
}
.slick-slider .slick-arrow.slick-next {
  right: 0;
}
.slick-slider .slick-arrow.slick-next::after {
  background: url(/user/documents/upload/icons/next.svg) center center no-repeat;
  background-size: auto 100%;
}
.slick-slider .slick-arrow:hover {
  background-color: #f9f9f9;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-loading .slick-list {
  background: #fff slick-image-url("ajax-loader.gif") center center no-repeat;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-dots {
  margin: 30px 0 15px;
  padding: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.slick-dots li {
  margin: 0 2px;
  list-style: none;
  width: 10px;
  height: 10px;
  position: relative;
}
.slick-dots li button {
  font-size: 0;
  padding: 0;
  background-color: #dadada;
  border-radius: 50%;
  border: 1px solid transparent;
  width: 10px;
  height: 10px;
  display: block;
}
.slick-dots li.slick-active button {
  background-color: #000;
  border-radius: 50%;
  border: 2px solid #000;
  width: 10px;
  height: 10px;
}

.products-block.slick-slider > div {
  width: 100%;
  padding: 0;
  border: 0;
}

.mimebox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 32px 15px;
  border-radius: 5px;
  justify-content: center;
  gap: 20px;
}
@media (min-width: 768px) {
  .mimebox {
    justify-content: space-between;
    padding: 56px;
  }
}
.mimebox > div {
  width: 100%;
}
@media (min-width: 768px) {
  .mimebox > div {
    width: calc(50% - 20px);
  }
}
.mimebox--obrazekvpravo {
  justify-content: center;
  flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .mimebox--obrazekvpravo {
    justify-content: space-between;
  }
}
.mimebox--obrazeknahore {
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.mimebox--obrazeknahore > div {
  width: 100%;
}
.mimebox--obrazekdole {
  align-items: center;
  justify-content: center;
  flex-direction: column-reverse;
}
.mimebox--obrazekdole > div {
  width: 100%;
}
.mimebox--medailon {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .mimebox--medailon {
    flex-direction: row;
    align-items: center;
  }
}
.mimebox--citace p {
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  width: 100%;
}
.mimebox--citace p span {
  font-size: 3rem;
  line-height: 16px;
  font-weight: bold;
  font-family: serif;
}
.mimebox--widget {
  flex-direction: column;
  align-items: start;
  border-radius: 2px;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
  padding: 0;
  background-color: #fff;
  text-decoration: none;
  border: 1px solid #e7e7e7;
}
.mimebox--widget .mimebox__header {
  cursor: pointer;
  width: 100%;
  padding: 16px;
  border-bottom: 1px solid #e7e7e7;
  color: #66C83B;
}
.mimebox--widget .mimebox__header::before {
  mask-image: url(/user/documents/upload/icons/down-y.svg);
  background-color: #66C83B;
  content: "";
  display: inline-block;
  height: 9px;
  margin-right: 8px;
  width: 11px;
  transform: rotate(0);
}
.mimebox--widget .mimebox__content {
  display: none;
}
.mimebox--widget.active .mimebox__content {
  display: block;
  padding: 0 16px;
  margin-bottom: 16px;
}
.mimebox--widget.active .mimebox__header::before {
  transform: rotate(180deg);
}
.mimebox--default .mimebox__content {
  width: 100%;
}
.mimebox__title {
  color: var(--color-tertiary);
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .mimebox__title {
    margin-bottom: 24px;
  }
}
.mimebox__image {
  height: 120px;
  width: 120px !important;
  position: relative;
  border-radius: 60px;
  border: 2px solid #fff;
  box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.mimebox__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mimebox__columns {
  display: flex;
  flex-wrap: wrap;
  width: 100% !important;
  justify-content: center;
  row-gap: 20px;
}
@media (min-width: 992px) {
  .mimebox__columns {
    justify-content: space-between;
  }
}
.mimebox__columns > div {
  width: 100%;
}
@media (min-width: 992px) {
  .mimebox__columns > div {
    width: calc(33.3333333333% - 20px);
  }
}
.mimebox__column {
  justify-content: flex-start;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.mimebox__column.mimebox--obrazekdole .mimebox__image {
  order: 10;
}
.mimebox--sloupce .mimebox__content {
  width: 100%;
}
.mimebox--sloupce .mimebox__content p {
  text-align: left;
}
.mimebox--sloupce .mimebox__image {
  width: 100%;
}
.mimebox--sloupce .mimebox__text {
  text-align: center;
}

@media screen and (max-width: 767px) {
  #header .user-action {
    display: none;
  }
  #header .header-top .container {
    padding-left: 45px;
    padding-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #header .search {
    width: 100%;
    padding: 5px 10px 10px;
    position: absolute;
    z-index: 1005;
    top: 70px;
    left: 0;
    right: 0;
    background-color: #fff;
  }
  #header .search .contact-header {
    display: none;
  }
  #header .search .form-control {
    box-shadow: none;
  }
  #header .searchWhisperer {
    max-height: calc(100vh - 115px);
  }
  #header .navigation-buttons {
    height: 70px;
  }
  #header .navigation-buttons a {
    width: 34px;
    height: 20px;
    line-height: 20px;
    display: block;
    margin-left: 5px !important;
  }
  #header .navigation-buttons a::before {
    line-height: 20px;
    display: block;
  }
  #header .navigation-buttons a[data-target=navigation] {
    border-right: 1px solid #e7e7e7;
    width: 54px;
    height: 70px;
    margin-left: 0 !important;
    position: absolute;
    left: 0;
  }
  #header .navigation-buttons a[data-target=navigation]::before {
    color: #000;
    line-height: 70px;
    font-size: 24px;
  }
  #header .navigation-buttons a[data-target=search] {
    width: 25px;
    height: 20px;
    order: -5;
  }
  #header .navigation-buttons a[data-target=search]::before {
    content: "";
    background: url(/user/documents/upload/icons/search.svg?1) center center no-repeat;
    background-size: 100% auto;
    width: 20px;
    height: 20px;
    filter: invert(31%) sepia(52%) saturate(1243%) hue-rotate(70deg) brightness(92%) contrast(90%);
  }
  #header .navigation-buttons a[data-target=login] {
    display: block;
    width: 31px;
    height: 37px;
    line-height: 34px;
  }
  #header .navigation-buttons a[data-target=login]::before {
    content: "";
    width: 31px;
    height: 34px;
    background: url(/user/documents/upload/icons/user.svg) no-repeat;
    background-size: 100% auto;
  }
  #header .navigation-buttons a[data-target=cart] {
    height: 28px;
    width: 30px;
    margin-left: 10px;
    margin-bottom: 8px;
  }
  #header .navigation-buttons a[data-target=cart] i {
    left: 5px;
    bottom: 12px;
  }
  #header .navigation-buttons a.favourite {
    height: 25px;
    line-height: 25px;
  }
  #header .navigation-buttons a.favourite .favourite_icon {
    width: 25px;
    height: 22px;
  }
  #header .navigation-buttons a.favourite .favourite_icon svg {
    width: 25px;
    height: 22px;
  }
  #header .navigation-buttons a.favourite .favourite_icon .number {
    bottom: 8px;
    left: 15px;
  }
  #header .site-name {
    height: 70px;
    max-width: 135px;
    min-width: 135px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .user-action-in .popup-widget.cart-widget {
    top: 70px;
  }
  .scrolled-up.scrolled #header .search {
    display: none !important;
  }
}
.in-index #header {
  border-bottom: none;
}

#header {
  border-bottom: 1px solid #e7e7e7;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
#header .search {
  padding-left: 10px;
  padding-right: 10px;
}
#header .search-form {
  position: relative;
}
#header .search-form .form-control {
  height: 50px;
  padding-left: 35px;
  border: 3px solid #e7e7e7;
  border-radius: 4px;
}
#header .search-form .search-button {
  width: 110px;
  right: 5px;
  top: 5px;
  font-size: 16px;
  height: auto;
}
#header .search-form::after {
  display: none;
}
#header .search-form .search-input-icon {
  width: 20px;
  height: 20px;
  left: 20px;
}
#header .search-form .search-input-icon::before {
  content: "";
  background: url(/user/documents/upload/icons/search.svg?1) center center no-repeat;
  background-size: 100% auto;
  width: 20px;
  height: 20px;
}
#header .search-form .search-button {
  display: block;
  line-height: 1;
  height: 40px;
}
#header .search-form:hover .search-input {
  border-color: #e7e7e7;
}
#header .navigation-buttons a {
  margin-left: 10px;
  width: 34px;
  height: 30px;
}
#header .navigation-buttons a[data-target=cart] {
  width: 34px;
  padding: 0;
  border-radius: 0;
  background-color: transparent;
}
#header .navigation-buttons a[data-target=cart]::before {
  content: "";
  height: 100%;
  width: 100%;
  background: url(/user/documents/upload/icons/cart.svg?1) no-repeat;
  background-size: contain;
  margin: 0;
}
#header .navigation-buttons a[data-target=cart] i {
  width: 21px;
  height: 20px;
  background-color: #fe680c;
  line-height: 14px;
  font-size: 12px;
  font-weight: 600;
  right: 0;
  left: unset;
  top: -3px;
  color: #fff;
}
@media (min-width: 768px) {
  #header .navigation-buttons a[data-target=cart] i {
    left: -12px;
  }
}
#header .navigation-buttons a[data-target=cart] .cart-price {
  display: none !important;
}
#header .navigation-buttons a[data-target=login] {
  line-height: 1;
}
#header .navigation-buttons a[data-target=login]::before {
  content: "";
  height: 100%;
  width: 100%;
  background: url(/user/documents/upload/icons/user.svg?2) no-repeat;
  background-size: contain;
}
#header .header-bottom {
  background: #66C83B;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
}
#header .mail {
  display: none;
}

@media (min-width: 768px) {
  #header {
    position: sticky;
    top: 0;
    z-index: 999;
  }
  #header .container {
    position: relative;
  }
  #header .header-top {
    padding: 20px 0;
  }
  #header .header-top .mail {
    position: absolute;
    top: -32px;
    left: 50%;
    margin-left: -120px;
    display: block;
    background-color: #fff;
    padding-left: 7px;
    padding-right: 7px;
  }
  #header .header-top .mail a {
    font-size: 16px;
    color: #3a3530;
    padding-left: 23px;
    font-weight: 500;
    position: relative;
  }
  #header .header-top .mail a::before {
    content: "";
    width: 16px;
    height: 16px;
    background: url(/user/documents/upload/icons/mail-g.svg?1?1) center center no-repeat;
    background-size: 100% auto;
    display: block;
    position: absolute;
    left: 0;
    top: 4px;
  }
  #header .search {
    max-width: 340px;
    width: 100%;
  }
  #header .header-top-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-left: 20px;
    padding-right: 20px;
  }
  #header .header-top-wrapper > div {
    flex: none;
  }
  #header .header-top-wrapper .navigation-buttons {
    margin-left: auto;
    justify-content: flex-start;
  }
  #header .header-top-wrapper .site-name {
    flex: none;
    margin-right: auto;
    min-width: 257px;
    max-width: 257px;
  }
  #header .header-top-wrapper .site-name a {
    display: block;
  }
  #header .header-top-wrapper .site-name a img {
    max-height: 72px;
  }
  #header .header-bottom-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  #header .navigation-buttons {
    padding-left: 0;
    min-width: 175px;
    max-width: 175px;
  }
  #header .navigation-buttons a.favourite {
    margin-left: 15px;
  }
  #header .navigation-buttons a[data-target=cart] {
    margin-left: 15px;
    transform: scale(1.1) translateY(-1.7px);
  }
  #header .navigation-buttons a[data-target=cart] .cart-price {
    display: none !important;
  }
  #header .navigation-buttons a[data-target=login] {
    display: block;
  }
}
@media (min-width: 992px) {
  #header .search {
    max-width: 530px;
  }
  #header .navigation-buttons {
    justify-content: flex-end;
  }
  #header .navigation-buttons a.favourite {
    margin-left: 22px;
  }
  #header .navigation-buttons a[data-target=cart] {
    margin-left: 33.5px;
  }
}
#header .user-action .login-widget.popup-widget {
  display: none !important;
}

.login-widget .registrace-box {
  background-color: #f9f9f9;
  padding: 20px 20px 35px;
}
.login-widget .registrace-box h3 {
  margin-bottom: 5px;
  margin-top: 20px;
  font-size: 22px;
}
@media (min-width: 992px) {
  .login-widget .registrace-box h3 {
    font-size: 28px;
  }
}
.login-widget .registrace-box p {
  font-size: 16px;
}
.login-widget .registrace-box ul {
  padding-left: 0;
  list-style-type: none;
  margin: 25px 0;
}
.login-widget .registrace-box ul li {
  position: relative;
  padding-left: 25px;
  font-size: 16px;
  margin-bottom: 10px;
}
.login-widget .registrace-box ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
  width: 18px;
  height: 14px;
  background: url(/user/documents/upload/icons/check.svg) no-repeat;
  background-size: 100% auto;
  display: block;
}
.login-widget .registrace-box .btn-primary {
  padding: 14px 30px;
}

.user-action-in {
  position: relative;
}
.user-action-in .login-widget {
  padding-top: 0;
  border-radius: 6px;
  background-color: #ffffff;
  z-index: 99999;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  margin: 0;
  position: fixed;
}
@media (max-width: 991px) {
  .user-action-in .login-widget {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .user-action-in .login-widget {
    box-shadow: none;
  }
}
.user-action-in .login-widget::before {
  display: none;
}
.user-action-in .login-widget .popup-widget-inner {
  box-shadow: none;
  border: 0;
  border-radius: 6px;
  padding: 21px 20px;
}
@media (max-width: 767px) {
  .user-action-in .login-widget .popup-widget-inner {
    padding: 20px;
    width: 100%;
    height: auto;
  }
}
.user-action-in .login-widget .popup-widget-inner span.close {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #f9f9f9;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 44px;
}
.user-action-in .login-widget .popup-widget-inner span.close:hover {
  cursor: pointer;
}
.user-action-in .login-widget .popup-widget-inner span.close::before {
  color: #000;
  content: "\e912";
  font-family: "Shoptet";
}
@media (min-width: 767px) {
  .user-action-in .login-widget .popup-widget-inner span.close {
    top: -22px;
    right: -22px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
  }
}
.user-action-in .login-widget .user-action-tabs {
  display: none;
}
.user-action-in .login-widget h2:not(.registration-benefits__title) {
  margin: 0 0 30px;
  font-size: 0 !important;
}
.user-action-in .login-widget h2:not(.registration-benefits__title)::before {
  color: #000;
  display: block;
  content: "Přihlášení";
  font-size: 22px;
  font-weight: 600;
}
@media (min-width: 992px) {
  .user-action-in .login-widget h2:not(.registration-benefits__title)::before {
    font-size: 28px;
  }
}
.user-action-in .login-widget .social-login-buttons {
  margin-top: 12px;
}
.user-action-in .login-widget .social-login-buttons-divider {
  margin-bottom: 10px;
}
.user-action-in .login-widget .social-login-buttons-divider span {
  color: #000000;
  font-size: 9px;
  font-weight: 400;
}
.user-action-in .login-widget .social-login-buttons-divider::before, .user-action-in .login-widget .social-login-buttons-divider::after {
  background-color: #AAB7A1;
}
.user-action-in .login-widget .login-wrapper {
  padding: 0;
  display: flex;
  align-items: center;
}
.user-action-in .login-widget .login-wrapper .btn {
  margin-bottom: 0;
  padding: 12px 30px;
  font-weight: 600;
  font-size: 13.5px;
  order: 2;
  margin-left: auto;
}
@media (max-width: 400px) {
  .user-action-in .login-widget .login-wrapper .btn {
    float: none;
    display: block;
  }
}
.user-action-in .login-widget .login-wrapper .btn::after {
  display: none;
}
.user-action-in .login-widget .login-wrapper .password-helper {
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.user-action-in .login-widget .login-wrapper .password-helper a {
  padding: 0;
  margin: 0;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
}
.user-action-in .login-widget .login-wrapper .password-helper a:hover {
  text-decoration: none;
}
.user-action-in .login-widget .nemateucet {
  border-top: 1px solid #000;
  padding: 23px 0 19px 0;
  margin-top: 23px;
}
.user-action-in .login-widget .nemateucet p {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
  text-align: center;
}
.user-action-in .login-widget .nemateucet p::before {
  -webkit-mask: url(/user/documents/upload/sablona-nemazat/svg/users-medical.svg) no-repeat 50% 50%;
  mask: url(/user/documents/upload/sablona-nemazat/svg/users-medical.svg) no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  content: "";
  background-color: #000;
  margin: 0px auto 12px auto;
  display: block;
  width: 45px;
  height: 30px;
}
@media (max-width: 767px) {
  .user-action-in .login-widget .nemateucet p::before {
    width: 100px;
    height: 70px;
  }
}
.user-action-in .login-widget .nemateucet p a {
  color: #000;
  margin-top: 13px;
  display: block;
  text-decoration: underline;
  font-weight: 400;
}
.user-action-in .login-widget .nemateucet p a:hover {
  text-decoration: none;
}
.user-action-in .login-widget .tab-content form .input-wrapper {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
}
.user-action-in .login-widget .tab-content form .input-wrapper::before {
  margin-bottom: 8px;
  display: block;
  width: 100%;
}
.user-action-in .login-widget .tab-content form .input-wrapper.email::before {
  content: "Uživatelské jméno nebo e-mail *";
}
.user-action-in .login-widget .tab-content form .input-wrapper.password::before {
  content: "Heslo";
}
.user-action-in .login-widget .tab-content form .login-wrapper {
  padding: 0;
}
.user-action-in .login-widget .tab-content form .login-wrapper .password-helper {
  width: 100%;
  float: none;
  text-align: center;
}
.user-action-in .login-widget .tab-content form .login-wrapper .password-helper a {
  color: #000;
  font-weight: 500;
  font-size: 14px;
  text-decoration: underline;
  width: 100%;
  padding: 16px 0 31px 0;
}
.user-action-in .login-widget .tab-content form .login-wrapper .password-helper a:hover {
  text-decoration: none;
}
.user-action-in .login-widget .tab-content form .login-wrapper button.btn {
  background-color: #e58400;
  border-radius: 3px;
  color: #fff;
  border-color: #e58400;
  font-weight: 500;
  font-size: 13px;
  width: 100%;
}
.user-action-in .login-widget .tab-content form .login-wrapper button.btn:hover {
  background-color: #ca7506;
  color: #fff;
}

.admin-logged .popup-widget.login-widget {
  top: 50%;
}

.login-window-visible #cboxOverlay {
  display: block !important;
  opacity: 0.3;
}

@media screen and (max-width: 767px) {
  .navigation-in {
    padding-bottom: 10px;
    height: 100%;
    -webkit-box-shadow: inset 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
  }
  .navigation-in a {
    color: #fff;
  }
  .navigation-in > ul {
    padding-bottom: 15px;
  }
  .navigation-in > ul > li > a > b {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navigation-in ul.menu-level-2 li a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navigation-in .navigationActions__submenu.menu-level-2 li > a {
    padding: 4px 0px 4px 4px;
  }
  #navigation {
    border-top: none;
    padding-top: 0;
    top: 70px;
    height: calc(100% - 70px);
  }
  #navigation .menu-level-1 {
    padding: 0 15px;
  }
  #navigation .menu-level-1 > li {
    margin: 0;
    border-bottom: 1px solid #e7e7e7;
  }
  #navigation .menu-level-1 > li > a {
    font-size: 17px;
    padding: 5px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #3a3530;
  }
  #navigation .menu-level-1 > li > a:hover {
    color: #3a3530;
  }
  #navigation .menu-level-1 > li > a b {
    font-weight: 600;
    text-decoration: none !important;
  }
  #navigation .menu-level-1 > li > a .submenu-arrow {
    margin-left: 10px;
    width: 30px;
  }
  #navigation .menu-level-1 > li > a .submenu-arrow::after {
    margin: 0;
    width: 30px;
    height: 48px;
    background-size: 11px auto;
  }
  #navigation .menu-level-1 > li > ul {
    padding-bottom: 8px;
  }
  #navigation .menu-level-1 > li > ul > li > div > a {
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    padding: 8px 10px 12px 42px;
    color: #3a3530;
    display: flex;
    align-items: center;
  }
  #navigation .menu-level-1 > li > ul > li > div > a:before {
    content: "";
    background-image: url(/user/documents/upload/icons/plus-7.svg);
    width: 6px;
    height: 6px;
    background-position: center;
    background-size: cover;
    display: block;
    position: relative;
    margin-right: 5px;
  }
  #navigation .navigationActions {
    padding-bottom: 5px;
  }
  #navigation .navigationActions a {
    color: #3a3530;
    font-size: 15px;
  }
  #navigation .navigationActions > li {
    border-bottom: 1px solid #e7e7e7;
    border-top: none;
  }
  #navigation .navigationActions > li:first-of-type a > span {
    padding-top: 13px;
    padding-bottom: 13px;
  }
  #navigation .navigationActions > li:first-of-type a > span > span:first-of-type {
    display: none;
  }
  #navigation .navigationActions > li:first-of-type a > span > span:nth-child(2) {
    margin-left: -4px;
    position: relative;
  }
  #navigation .navigationActions > li:first-of-type a > span > span:nth-child(2)::before {
    content: "";
    width: 7px;
    height: 20px;
    display: block;
    position: absolute;
    left: -2px;
    top: 0;
    background-color: #fff;
  }
  #navigation .navigationActions > li:first-of-type a > span > span:nth-child(2)::after {
    content: "";
    width: 7px;
    height: 20px;
    display: block;
    position: absolute;
    right: -2px;
    top: 0;
    background-color: #fff;
  }
  #navigation .navigationActions > li:first-of-type a .submenu-arrow {
    padding: 0;
    font-size: 12px;
    line-height: 44px;
    position: initial;
    margin-left: 0;
    width: 20px;
  }
  #navigation .navigationActions > li:last-of-type {
    display: none;
  }
  #navigation .navigationActions > li .navigationActions__submenu__item--active::before {
    display: none;
  }
  #navigation .navigationActions .navigationActions__submenu.menu-level-2 {
    padding-bottom: 10px;
  }
  #navigation .top-navigation-menu {
    display: block;
    height: auto;
    padding: 10px 15px 10px;
  }
  #navigation .top-navigation-bar-menu {
    display: block;
  }
  #navigation .top-navigation-bar-menu li {
    margin: 5px 25px 5px 0;
  }
  #navigation .top-navigation-bar-menu li a {
    padding: 5px 0;
    font-size: 15px;
    color: #3a3530;
  }
}
#navigation .menu-level-1 .submenu-arrow {
  display: block;
  padding-left: 5px;
}
#navigation .menu-level-1 .submenu-arrow::after {
  content: "";
  margin-top: 1px;
  background: url(/user/documents/upload/icons/down-y.svg) center center no-repeat;
  background-size: 100% auto;
  width: 11px;
  display: block;
  height: 9px;
}
#navigation .menu-level-2 {
  border: none;
}

#navigation .navigation-in ul li:hover > a > b, #navigation .navigation-in ul li:hover > div > a > span {
  text-decoration: none;
}

.navigation-in .menu-level-3 {
  display: none !important;
}
.navigation-in > ul > li.ext > ul > li > div > a {
  font-size: 14px;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .navigation-in > ul > li {
    border: none !important;
  }
  .navigation-in > ul > li > a {
    padding: 7px 13px 8px !important;
    margin: 0 !important;
    height: 59px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
  }
  .navigation-in > ul > li > a b {
    font-weight: 600;
  }
  .navigation-in > ul > li.ext.exp > a {
    color: #000;
  }
  .navigation-in > ul > li.ext.exp > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .navigation-in > ul > li.ext.exp > ul::before {
    content: "";
    border-bottom: 5px solid #e7e7e7;
    border-left: 9998px solid #fff;
    -webkit-box-shadow: 9998px 0 0 #fff;
    box-shadow: 9998px 0 0 #fff;
    position: absolute;
    left: -999px;
    right: -999px;
    bottom: 0px;
    top: 0px;
    display: block;
    z-index: 10;
  }
  .navigation-in > ul > li.exp > ul {
    top: 58px;
  }
  .navigation-in > ul > li:hover {
    background-color: #fff;
  }
  .navigation-in > ul > li:hover > a b {
    color: #000;
  }
  #navigation {
    height: 60px;
    background: transparent;
  }
  #navigation .top-navigation-menu {
    display: none;
  }
  #navigation .menu-level-2 {
    padding: 10px 0px;
  }
  #navigation .menu-level-2 > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: auto;
    padding: 5px;
    width: 25%;
    flex-basis: 25%;
    position: relative;
    z-index: 10;
  }
  #navigation .menu-level-2 > li > div {
    width: 100%;
    height: 94px;
    border-bottom: 1px solid #e7e7e7;
  }
  #navigation .menu-level-2 > li > div > a {
    width: 100%;
    height: 100%;
    padding: 0 0 0 10px;
    font-size: 16px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #3a3530;
  }
  #navigation .menu-level-2 > li .menu-image {
    min-width: 60px;
    max-width: 60px;
    padding: 0;
    height: 94px;
    border-bottom: 1px solid #e7e7e7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #navigation .menu-level-2 > li .menu-image img {
    max-width: 100%;
    max-height: 67px;
  }
  #navigation .menu-level-2 > li:hover > div > a {
    color: #023770;
  }
  #navigation .menu-level-2 > li:nth-last-child(-n+4) > div, #navigation .menu-level-2 > li:nth-last-child(-n+4) .menu-image {
    border-color: transparent;
  }
  .menu-helper {
    height: 50px;
    right: 20px;
  }
  .menu-helper > span {
    padding: 10px 10px 10px 20px;
    font-size: 0;
    font-weight: 600;
    color: #fff;
  }
  .menu-helper > ul {
    top: calc(50% + 25px);
  }
}
@media screen and (min-width: 1200px) {
  .navigation-in {
    font-size: 17px;
  }
  .menu-helper > span::after {
    font-size: 17px !important;
  }
  #navigation .menu-level-2 > li > div .menu-image {
    min-width: 80px;
    max-width: 80px;
  }
}
.top-navigation-bar a {
  font-size: 15px;
}
.top-navigation-bar .top-navigation-menu {
  height: auto;
  padding-right: 0;
}
.top-navigation-bar .top-navigation-menu li {
  display: block;
}
.top-navigation-bar .top-navigation-menu a {
  padding: 2px 8px;
}
.top-navigation-bar .top-navigation-tools {
  order: 3;
}
.top-navigation-bar .top-navigation-tools .login, .top-navigation-bar .top-navigation-tools a[data-testid=headerSignup] {
  display: none;
}

@media (min-width: 768px) {
  .top-navigation-bar {
    background-color: #151b11;
    border-top: none;
    border-bottom: 1px solid #e7e7e7;
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .top-navigation-bar .container > div {
    flex: none;
  }
  .top-navigation-bar .top-navigation-bar-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .top-navigation-bar .contact-box {
    margin-left: auto;
  }
  .top-navigation-bar .contact-box ul {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-left: auto;
    padding-bottom: 3px;
  }
  .top-navigation-bar .contact-box ul li {
    margin-left: 20px;
  }
  .top-navigation-bar .contact-box ul .social-icon-list {
    display: none;
  }
  .top-navigation-bar a {
    font-size: 15px;
    color: #fff;
  }
  .top-navigation-bar a:hover {
    text-decoration: underline;
  }
  .navigation-hovered::before, .search-focused::before {
    display: none;
  }
}
@media (min-width: 992px) {
  .top-navigation-bar {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #footer .contact-box:not(.social-box) ul {
    display: block;
  }
  #footer .custom-footer {
    margin-left: -20px;
    margin-right: -20px;
    padding-bottom: 0;
  }
  #footer .custom-footer > div {
    width: 100%;
    padding: 0 20px;
  }
  #footer .custom-footer > div:first-of-type {
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #383838;
  }
  #footer .custom-footer > div:nth-child(2), #footer .custom-footer > div:nth-child(3) {
    border-bottom: 1px solid #383838;
  }
  #footer .custom-footer > div:nth-child(2) h4, #footer .custom-footer > div:nth-child(3) h4 {
    padding: 20px 0;
    margin: 0;
    position: relative;
    cursor: pointer;
  }
  #footer .custom-footer > div:nth-child(2) h4::after, #footer .custom-footer > div:nth-child(3) h4::after {
    content: "";
    width: 12px;
    height: 8px;
    display: block;
    background: url(/user/documents/upload/icons/down-y.svg) center center no-repeat;
    background-size: 100% auto;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -4px;
    -webkit-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    filter: invert(1);
  }
  #footer .custom-footer > div:nth-child(2) ul, #footer .custom-footer > div:nth-child(3) ul {
    display: none;
    padding: 0 0 10px;
    -webkit-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  #footer .custom-footer > div:nth-child(2).show-list h4::after, #footer .custom-footer > div:nth-child(3).show-list h4::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  #footer .custom-footer > div:nth-child(2).show-list ul, #footer .custom-footer > div:nth-child(3).show-list ul {
    display: block;
  }
  #footer .custom-footer > div:nth-child(5) h4, #footer .custom-footer > div:nth-child(5) ul {
    text-align: center;
  }
  #footer #signature {
    margin-top: 20px;
  }
  #footer .footer-bottom > div {
    display: flex;
    flex-direction: column-reverse;
  }
  .footer-icons {
    border-top: 1px solid #383838;
    padding-bottom: 5px;
  }
  .footer-icons .payment, .footer-icons .shipping {
    padding: 10px 0;
    border: none;
  }
  .footer-icons .payment img, .footer-icons .shipping img {
    margin: 10px 10px 10px 0;
  }
}
@media (max-width: 400px) {
  .footer-links > div {
    width: 100%;
    text-align: center;
  }
  .footer-links > div a {
    display: inline-block;
    width: 165px;
    text-align: left;
  }
}
#footer {
  border: none;
  background-color: #151b11;
  padding-top: 0;
}
#footer h4 {
  font-weight: 600;
  font-size: 18px;
  margin: 30px 0 20px;
  color: #fff;
}
#footer a {
  color: #fff;
  font-size: 16px;
}
#footer .contact-box a {
  color: #fff;
}
#footer .banner {
  margin-bottom: 0;
  min-height: auto;
}
#footer .banner-wrapper {
  margin-top: 0;
}
#footer .footer-bottom {
  background-color: #151b11;
}
#footer .footer-bottom .container {
  padding-top: 20px;
  padding-bottom: 20px;
}
#footer .blik {
  max-width: 30px;
  mix-blend-mode: exclusion;
}

.footer-rows .custom-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 0;
  padding-bottom: 0;
}
.footer-rows .custom-footer > div:nth-child(5) {
  width: 100%;
}
.footer-rows .custom-footer > div:nth-child(n+6) {
  display: none;
}
.footer-rows .custom-footer ul li {
  padding: 0 0 10px;
}
.footer-rows .contact-box ul {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer-rows .contact-box ul li:not(.social-icon-list) {
  margin-bottom: 5px;
  width: 100%;
}
.footer-rows .contact-box ul li.social-icon-list {
  padding-bottom: 0;
}

.contact-box {
  min-height: auto;
}
.contact-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact-box ul > li:nth-child(2) {
  order: -1;
}
.contact-box ul li:not(.social-icon-list) span {
  padding-left: 25px;
  font-size: 16px;
}
.contact-box ul li:not(.social-icon-list) span a {
  line-height: 1.2;
}
.contact-box ul li:not(.social-icon-list) span a[data-testid=contactboxPhone]::before {
  content: "+420 ";
}
.contact-box ul li:not(.social-icon-list) span::before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
}
.contact-box ul li span.mail::before {
  background: url(/user/documents/upload/icons/mail.svg?1) center center no-repeat;
  background-size: 100% auto;
}
.contact-box ul li span.tel::before {
  background: url(/user/documents/upload/icons/phone.svg?1) center center no-repeat;
  background-size: 100% auto;
  transform: translateY(-2px);
}
.contact-box .social-icon-list {
  padding-top: 0;
}
.contact-box .social-icon-list .social-icon {
  background-color: transparent;
  padding: 0;
  margin: 0 10px 10px 0;
}
.contact-box .social-icon-list .social-icon::before {
  line-height: 30px;
}
.contact-box .instagram {
  width: 26px;
  height: 26px;
}
.contact-box .instagram::before {
  content: "" !important;
  background: url(/user/documents/upload/icons/ig.svg?1) center center no-repeat;
  background-size: 100% auto;
  width: 26px;
  height: 26px;
  display: block;
}
.contact-box .facebook {
  width: 26px;
  height: 26px;
}
.contact-box .facebook::before {
  content: "" !important;
  background: url(/user/documents/upload/icons/fb.svg) center center no-repeat;
  background-size: 100% auto;
  width: 26px;
  height: 26px;
  display: block;
}

.footer-logo {
  margin-top: 35px;
}

.footer-icons {
  width: 100%;
  display: block;
  margin-top: 20px;
  border-bottom: 1px solid #383838;
}
.footer-icons h5 {
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  margin: 10px 15px 10px 0;
}
.footer-icons .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 100%;
}
.footer-icons .wrap img {
  max-width: 100%;
}
.footer-icons .payment,
.footer-icons .shipping {
  padding: 30px 10px;
  border-top: 1px solid #383838;
}
.footer-icons .payment img,
.footer-icons .shipping img {
  margin: 10px;
  max-width: 100%;
}

#signature {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
#signature a {
  display: inline-block;
}
#signature a:hover {
  text-decoration: none;
}
#signature a:hover span {
  text-decoration: underline;
}
#signature a span {
  display: inline-block;
}
#signature a.title:hover {
  text-decoration: underline;
}
#signature img {
  width: 42px;
  margin-right: 0;
  margin-left: 2px;
}
#signature .image img {
  width: 15px;
  margin-right: 0px;
}

.copyright {
  font-size: 16px;
  color: #fff;
}
.copyright strong {
  font-weight: 400;
}

@media (min-width: 768px) {
  .footer-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .footer-icons .shipping {
    border-right: none;
    width: 51.5%;
  }
  .footer-icons .payment {
    justify-content: flex-start;
    width: 48.5%;
  }
}
@media screen and (min-width: 992px) {
  .footer-rows .custom-footer > div {
    width: 25%;
  }
  .footer-icons > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .footer-rows .custom-footer > div {
    width: 50%;
  }
  .footer-links > div {
    width: 33.33%;
  }
}
.ordering-process .contact-box .facebook {
  height: unset;
  width: 100%;
}
.ordering-process .contact-box .instagram {
  height: unset;
  width: 100%;
}

a.social-icon.pinterest:before {
  content: "";
  background: url(/user/documents/upload/icons/pinterest.svg) center center no-repeat;
  width: 25px;
  height: 25px;
}

.custom-footer__newsletter {
  width: 100% !important;
  background-color: #fff;
  position: relative;
}
.custom-footer__newsletter::before {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #e7e7e7;
  display: block;
}
.custom-footer__newsletter::after {
  content: "";
  border-left: 9999px solid #fff;
  -webkit-box-shadow: 9999px 0 0 #fff;
  box-shadow: 9999px 0 0 #fff;
  background-color: #fff;
  position: absolute;
  left: -9999px;
  right: 0;
  top: -1px;
  height: 1px;
  display: block;
}
.custom-footer__newsletter .newsletter-header h4 {
  font-size: 22px;
  text-align: center;
}
.custom-footer__newsletter .newsletter-header h4 span {
  color: #3a3530;
  font-weight: 400;
}
.custom-footer__newsletter .newsletter-header h4 span span {
  font-weight: 600;
  color: #236f0d;
}
.custom-footer__newsletter .subscribe-form {
  position: relative;
  max-width: 480px;
  width: 100%;
  margin: 15px auto 25px;
}
.custom-footer__newsletter .subscribe-form .validator-msg-holder + br {
  display: none;
}
.custom-footer__newsletter .subscribe-form .consents.consents-first {
  margin-top: 10px;
  text-align: center;
  color: #3a3530;
}
.custom-footer__newsletter .subscribe-form .consents.consents-first a {
  color: #3a3530;
}

@media (min-width: 768px) {
  .custom-footer__newsletter {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .custom-footer__newsletter .newsletter-header h4 {
    font-size: 26px;
  }
}
.welcome-wrapper {
  display: none;
}

.footer-banner .about {
  margin-top: 80px;
}
.footer-banner .about .row {
  margin-left: -10px;
  margin-right: -10px;
}
.footer-banner .about .row .col-md-6 {
  padding: 5px 10px;
}
.footer-banner .about .row .col-md-6 a {
  color: #236f0d;
}
.footer-banner .about .row h1 {
  margin: 15px 0 !important;
  font-size: 38px !important;
}

@media screen and (min-width: 992px) {
  .footer-banner .about h1 {
    font-size: 38px !important;
    margin: 30px 0 20px !important;
  }
}
.brands {
  margin-top: 30px;
}
.brands .brand-text h2 {
  font-size: 22px;
  margin: 5px 0;
}
.brands .brands-wrap {
  padding: 60px 0;
  border-top: 1px solid #e7e7e7;
}
.brands .brand-slider .brand {
  padding-left: 50px;
  padding-right: 50px;
}
.brands .brand-slider .slick-slide {
  padding: 0 10px;
}
.brands .brand-slider .slick-slide img {
  margin: 0 auto;
}
.brands .brand-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.brands .brand-slider .slick-arrow {
  background-color: #fff;
}

@media (min-width: 992px) {
  .brands .brands-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .brands .brand-slider {
    width: calc(100% - 300px);
  }
  .brands .brand-text {
    padding-right: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .brands .brand-text {
    padding-right: 50px;
  }
}
@media (max-width: 991px) {
  .brands {
    margin-top: 0;
  }
  .brands .brands-wrap {
    padding: 30px 0;
  }
  .brands .brand-text {
    text-align: center;
    padding-bottom: 25px;
  }
  .banner-wrapper {
    margin-top: 0;
  }
}
#carousel {
  position: relative;
}

.carousel-control {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  top: calc(50% + 43px);
  opacity: 1;
}
.carousel-control::before {
  width: 28px;
  height: 30px;
  border: none;
}
.carousel-control.right {
  background-color: #fff;
  right: 10px;
}
.carousel-control.right::before {
  content: "";
  background: url(/user/documents/upload/icons/next.svg) center center no-repeat;
  background-size: auto 16px;
}
.carousel-control.left {
  background-color: #fff;
  left: 10px;
}
.carousel-control.left::before {
  content: "";
  background: url(/user/documents/upload/icons/prev.svg) center center no-repeat;
  background-size: auto 16px;
}

.carousel-indicators {
  margin: 10px 0;
  right: 0;
  left: 14%;
  width: auto;
  bottom: -42px;
}
.carousel-indicators li {
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #e7e7e7;
  width: 32px;
  height: 8px;
  margin: 3px;
}
.carousel-indicators li.active {
  background-color: #000;
  border-radius: 4px;
  border: 1px solid #000;
  width: 32px;
  height: 8px;
  margin: 3px;
}

.banners-row:not(.footer-banners) {
  padding-bottom: 42px;
}
.banners-row:not(.footer-banners) .banner-wrapper a:hover img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

@media (min-width: 768px) {
  .desktop #carousel {
    margin-right: 5px;
  }
  .desktop .banners-row:not(.footer-banners) {
    margin: 0;
    padding-top: 25px;
    padding-bottom: 90px;
    background-color: #f9f9f9;
    position: relative;
  }
  .desktop .banners-row:not(.footer-banners)::before {
    content: "";
    border-left: 9999px solid #f9f9f9;
    -webkit-box-shadow: 9999px 0 0 #f9f9f9;
    box-shadow: 9999px 0 0 #f9f9f9;
    position: absolute;
    left: -9999px;
    right: 0;
    bottom: 0px;
    top: 0px;
    display: block;
  }
  .desktop .banners-row:not(.footer-banners) .col-sm-8 {
    width: 65%;
  }
  .desktop .banners-row:not(.footer-banners) .col-sm-4 {
    width: 35%;
  }
  .desktop .banners-row:not(.footer-banners) .next-to-carousel-banners {
    padding-left: 15px;
  }
  .desktop .banners-row:not(.footer-banners) .next-to-carousel-banners .banner-wrapper {
    margin-bottom: 14px;
  }
}
@media (max-width: 767px) {
  .in-index .content-wrapper {
    padding-top: 0;
  }
  .in-index .banners-row:not(.footer-banners) > div {
    padding-left: 0;
    padding-right: 0;
  }
  .carousel-control {
    display: none;
  }
}
.topcat {
  padding: 20px 0;
}

.topcat-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-right: -10px;
}
.topcat-wrap .item {
  width: 50%;
}
.topcat-wrap .item h2 {
  margin: 5px 0;
  color: #008000;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.topcat-wrap .item .image {
  height: 112px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 5px;
}
.topcat-wrap .item .image img {
  display: block;
  margin: 0 auto;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.topcat-wrap .item a {
  padding: 20px 10px;
  display: block;
}
.topcat-wrap .item a:hover .text {
  color: #000;
}
.topcat-wrap .item a:hover .image img {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
}

@media screen and (min-width: 768px) {
  .topcat {
    padding: 35px 0;
  }
  .topcat-wrap .item {
    width: 33.33%;
  }
}
@media (min-width: 992px) {
  .topcat-wrap .item h2 {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .topcat-wrap .item {
    width: 16.6667%;
  }
}
.homepage-blog .homepage-group-title {
  color: #008000;
}

.homepage-blog {
  padding-bottom: 100px;
}

.blog-wraper .news-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  margin-top: 20px;
}
.blog-wraper .news-wrapper .news-item {
  width: calc(33.3333333333% - 10px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.blog-wraper .news-wrapper .news-item h2 {
  color: #008000;
  order: 2;
  margin: auto;
  width: 90%;
}
.blog-wraper .news-wrapper .news-item time {
  background-color: #fff;
  display: inline-block;
  margin: 0 !important;
  padding-right: 1rem;
  position: relative;
  z-index: 1;
  color: #6A6A6A;
}
.blog-wraper .news-wrapper .news-item .time-wrapper {
  order: 1;
  position: relative;
  margin: 0 auto;
  width: 90%;
}
.blog-wraper .news-wrapper .news-item .time-wrapper::after {
  background: #dfdfdf;
  content: "";
  height: 1px;
  inset: 0;
  margin: auto;
  position: absolute;
  width: 100%;
}
.blog-wraper .news-wrapper .news-item .image a {
  width: 100%;
}
.blog-wraper .news-wrapper .news-item .title {
  font-size: 20px;
  font-weight: 600;
  margin-top: 10px;
  color: #2f2f2f;
  text-decoration: none;
}
.blog-wraper .news-wrapper .news-item .description {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  color: #2f2f2f;
  order: 3;
  margin: auto;
  width: 90%;
}
.blog-wraper .news-wrapper .news-item .description a {
  color: #236f0d;
}
.blog-wraper .news-wrapper .news-item .text time {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .blog-wraper .news-wrapper .news-item .text {
    border: 1px solid #f4f4f4;
    border-top: none;
    padding: 0 14px 22px;
  }
}
@media (max-width: 767px) {
  .blog-wraper .news-wrapper .news-item {
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
  }
  .blog-wraper .news-wrapper .news-item .image {
    width: 33.3333333333%;
    margin-right: 10px;
  }
  .blog-wraper .news-wrapper .news-item .title {
    margin-top: 0;
  }
}
@media (max-width: 479px) {
  .blog-wraper .news-wrapper .news-item .image {
    margin-bottom: 10px;
  }
}
.blog-wraper .news-wrapper .news-item:not(:nth-child(-n+3)) {
  display: none;
}

@media (min-width: 768px) {
  .blog-wraper .news-item .image {
    margin-right: 0;
  }
}
@media (min-width: 480px) {
  .blog-wraper .news-item .image {
    margin-right: 0;
    width: 100%;
  }
}
.blog-wraper .text time {
  display: none;
}

.blog-wraper .image {
  position: relative;
}

.blog-wraper .image time {
  position: absolute;
  right: 14px;
  bottom: 0;
  margin-bottom: -15px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 600;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background-color: #478c5c;
}

@media (max-width: 767px) {
  .blog-wraper .text time {
    display: block;
  }
  .blog-wraper .image time {
    display: none;
  }
}
@media (min-width: 768px) {
  .banners-content .blog-wraper a:hover img,
  .banner-footer .blog-wraper a:hover img,
  .banner-wrapper .blog-wraper a:hover img,
  .footer-banner .blog-wraper a:hover img,
  .banner-category .blog-wraper a:hover img {
    transform: inherit;
  }
}
.ratings-banner .user-rating {
  width: 100%;
}
@media (min-width: 992px) {
  .ratings-banner .user-rating {
    width: 33.3333333333%;
  }
}
.ratings-banner .user-rating p:empty {
  display: none;
}
.ratings-banner .user-rating__description {
  margin-top: 10px;
}
.ratings-banner .user-rating .user-rating-time {
  opacity: 0.8;
}
.ratings-banner .user-rating__score {
  display: flex;
}
.ratings-banner .user-rating__score .score {
  margin-right: 10px;
}

.type-category .pagination-appendix {
  display: none;
}
.type-category #content {
  padding-bottom: 20px;
}
.type-category .aside-indented .category-top,
.type-category .aside-indented .breadcrumbs {
  max-width: 100%;
}
.type-category .aside-indented .breadcrumbs {
  margin-left: 20px;
}
.type-category .aside-indented .category-top {
  position: relative;
  background-color: #f9f9f9;
}
.type-category .aside-indented .category-top::before {
  border-left: 9999px solid #f9f9f9;
  bottom: 0;
  box-shadow: 9999px 0 0 #f9f9f9;
  content: "";
  display: block;
  left: -9999px;
  position: absolute;
  right: 0;
  top: 0;
}

.category-content-wrapper > h4 {
  order: 0;
  font-size: 19px;
}
.category-content-wrapper .products-top {
  order: 1;
}
.category-content-wrapper .category-header {
  order: 4;
}
.category-content-wrapper .products.products-block {
  order: 5;
}
.category-content-wrapper .pagination-wrapper {
  order: 6;
}
.category-content-wrapper .category__secondDescription {
  order: 7;
}

.category-header-pagination {
  color: #666666;
}

@media (min-width: 480px) {
  .category-content-wrapper .products-block .product {
    padding: 20px 10px 25px;
  }
}
@media (min-width: 768px) {
  .category-header {
    text-align: left;
    padding-left: 0px;
    padding-top: 0 !important;
  }
  .category-header > form {
    display: block;
    padding-bottom: 15px;
    padding-top: 20px;
    order: -1;
  }
  .category-header .dropdown button {
    padding: 10px;
    font-size: 14px;
    font-weight: 500;
    display: none;
  }
  .category-header .dropdown .dropdown-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: none;
    background-color: transparent;
    box-shadow: none;
    position: initial;
    margin: 0 -5px;
  }
  .category-header .dropdown .dropdown-menu li {
    padding: 0;
    margin-right: 15px;
  }
  .category-header .dropdown .dropdown-menu li label {
    padding: 5px;
  }
  .category-header .dropdown .dropdown-menu li strong {
    padding: 0;
    font-size: 16px;
  }
  .category-header .dropdown .dropdown-menu li label {
    text-decoration: underline;
  }
  .category-header .dropdown .dropdown-menu li label:hover {
    text-decoration: none;
    color: #3a3530;
  }
  .category-header .products-listing-order-heading {
    display: none;
  }
  .category-top > h4::before {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .category-content-wrapper > h4 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .mobile .category-header .dropdown-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 14px;
    border: none;
    background-color: transparent;
    box-shadow: none;
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    z-index: 55;
  }
  .mobile .category-header .dropdown-menu li {
    display: flex;
  }
  .mobile .category-header .dropdown-menu li strong,
  .mobile .category-header .dropdown-menu li label {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
  }
  .mobile .category-header #products-listing-order {
    display: none;
    background-color: #f9f9f9;
    border: 1px solid #e7e7e7 !important;
    font-size: 18px !important;
  }
  .mobile .category-header #products-listing-order .products-listing-order-heading {
    display: none;
  }
  .mobile .category-header #products-listing-order .icon-chevron-down {
    font-size: 16px !important;
  }
  .mobile .category-header #products-listing-order .icon-chevron-down::before {
    color: #fe680c;
  }
  .mobile .category-content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .mobile .category-content-wrapper > div,
  .mobile .category-content-wrapper > h4 {
    width: 100%;
  }
  .mobile .category-content-wrapper > h4 {
    margin: 30px 0 15px;
  }
  .mobile .category-content-wrapper #filters-wrapper {
    order: -5;
    margin-top: 15px;
  }
}
.category-top {
  margin-bottom: 25px;
}
.category-top .category-title {
  margin-top: 0;
  margin-bottom: 20px !important;
  line-height: 1.05;
}
@media (min-width: 768px) {
  .category-top .category-title {
    margin-top: 20px !important;
  }
}
.category-top .category-perex {
  position: relative;
}

.advanced-filters-wrapper > div {
  display: flex;
  align-items: center;
}
.advanced-filters-wrapper > div input[type=checkbox] + label {
  padding-left: 10px;
}
.advanced-filters-wrapper > div input[type=checkbox] + label:before, .advanced-filters-wrapper > div input[type=checkbox] + label:after {
  display: none;
}

.pagination-wrapper {
  margin-top: 30px;
  margin-bottom: 15px;
}
.pagination-wrapper .pagination-top .pagination-link, .pagination-wrapper .pagination-top strong {
  display: none;
}
@media (max-width: 767px) {
  .pagination-wrapper .pagination-loader .btn.load-products {
    width: 156px !important;
    margin: 0 auto;
  }
}

.pagination > a {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  border: 1px solid #e7e7e7;
  background-color: transparent;
  color: #3a3530;
  text-decoration: none;
  line-height: 36px;
}
.pagination > a:hover {
  background-color: transparent;
  border-color: #000;
  color: #3a3530;
}
.pagination > strong {
  color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 38px;
  font-weight: 400;
  background-color: #000;
  color: #fff;
}

.pagination-link.prev::before, .pagination-link.next::before {
  content: "";
  background: url(/user/documents/upload/icons/arrow.svg) center center no-repeat;
  background-size: 100% auto;
  width: 14px;
  height: 9px;
}
.pagination-link.prev::before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

#productsTop {
  display: block;
}
#productsTop .product {
  padding: 5px 0;
  margin-bottom: 0;
  width: 100%;
  display: block;
  border-bottom: 1px solid #e7e7e7;
}
#productsTop .product .p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#productsTop .product .p .p-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#productsTop .product .p .p-in-in {
  flex-basis: auto;
  width: 100%;
  padding: 0;
}
#productsTop .product .p .name {
  font-weight: 600;
  font-size: 16px;
  padding: 0;
  color: #3a3530;
  line-height: 1.3;
  text-decoration: none;
  margin-right: 15px;
  max-width: 60%;
  width: 100%;
}
#productsTop .product .p .name span {
  display: block;
}
#productsTop .product .p .name:hover {
  text-decoration: underline;
}
#productsTop .product .p .availability span {
  font-size: 14px;
  font-weight: 600;
}
#productsTop .product .p .availability .availability-amount {
  display: none;
}
#productsTop .product .p .availability span[style="color:#66bb33"] {
  padding-left: 15px;
  position: relative;
  white-space: nowrap;
}
#productsTop .product .p .availability span[style="color:#66bb33"]::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
  width: 11px;
  height: 10px;
  background: url(/user/documents/upload/icons/check.svg) no-repeat;
  background-size: 100% auto;
  display: block;
}
#productsTop .product .p .p-bottom {
  flex-basis: auto;
}
#productsTop .product .p .p-bottom > div {
  display: block;
}
#productsTop .product .p .p-bottom .prices .price-standard-wrapper {
  display: inline-block !important;
}
#productsTop .product .p .p-bottom .prices .price-standard-wrapper.placeholder {
  display: none !important;
}
#productsTop .product .prices {
  display: block;
  min-height: auto;
  position: relative;
  min-height: 52px;
  text-align: right;
}
#productsTop .product .prices .price-final {
  line-height: 1.2;
}
#productsTop .toggle-top-products {
  position: relative;
  font-size: 14px;
  text-decoration: underline;
  color: #3a3530;
}
#productsTop .toggle-top-products:hover {
  text-decoration: none;
}
#productsTop .toggle-top-products::after {
  display: none;
}
#productsTop .button-wrapper {
  display: block;
  width: 100%;
  text-align: center;
}

@media (min-width: 768px) {
  #productsTop .product .p .p-in-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #productsTop .product .prices {
    min-width: 170px;
    padding-left: 60px;
  }
  #productsTop .product .prices .price-save {
    display: inline-block !important;
    top: 50%;
    left: 0;
    margin-top: -26px;
    text-align: center;
  }
}
@media (min-width: 992px) {
  #productsTop .product .p .price strong {
    font-size: 22px;
  }
}
@media screen and (min-width: 1200px) {
  #productsTop .product.active:nth-child(n+4) {
    display: none;
  }
  #productsTop.showTop > div.active {
    display: block;
  }
}
@media (max-width: 767px) {
  #productsTop .product .prices {
    max-width: 110px;
    padding-left: 10px;
    white-space: nowrap;
  }
  #productsTop .product .prices .price-save {
    display: none;
  }
}
@media (min-width: 768px) {
  .type-post .sidebar, .type-page .sidebar, .type-product .sidebar, .type-posts-listing .sidebar, .type-manufacturers-listing .sidebar, .id--51 .sidebar {
    display: none;
  }
  .sidebar-indented .content .sidebar {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .sidebar {
    width: 330px;
  }
}
.subcategories.with-image {
  padding: 5px 0 10px;
  margin: 0 -10px;
  width: calc(100% + 20px);
}
.subcategories.with-image .divider {
  display: none !important;
}
.subcategories.with-image li {
  padding: 10px;
  position: relative;
  display: none;
  width: 100%;
}
.subcategories.with-image li.show {
  display: block;
}
.subcategories.with-image li a {
  height: 55px;
  border-radius: 2px;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
  padding: 5px 10px;
  background-color: #fff;
  text-decoration: none;
  border: 1px solid #e7e7e7;
}
.subcategories.with-image li a::after {
  display: none;
}
.subcategories.with-image li a .image {
  width: 50px;
  min-width: 50px;
}
.subcategories.with-image li a .image img {
  max-height: 40px;
}
.subcategories.with-image li a .text {
  max-width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  text-transform: none;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.subcategories.with-image li a:hover {
  border-color: #000;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
}
.subcategories.with-image li a:hover .text {
  text-decoration: none;
}
.subcategories.with-image + .show-more {
  text-align: center;
  position: relative;
  z-index: 1;
  padding-bottom: 20px;
}
.subcategories.with-image + .show-more .btn-more {
  display: inline-block;
  cursor: pointer;
  color: #3a3530;
  font-size: 14px;
}
.subcategories.with-image + .show-more .btn-more::after {
  height: 14px;
}
.subcategories.with-image.showAll li {
  display: block;
}
.subcategories.with-image.showAll + .show-more .btn-more span {
  font-size: 0;
}
.subcategories.with-image.showAll + .show-more .btn-more span::before {
  content: "Pokaż mniej";
  font-size: 15px;
}
.subcategories.with-image.showAll + .show-more .btn-more::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (min-width: 480px) {
  .subcategories.with-image li {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .subcategories.with-image li {
    width: 25%;
  }
}
@media (max-width: 991px) {
  .subcategories.with-image {
    width: calc(100% + 10px);
    margin-left: -5px;
    margin-right: -5px;
  }
  .subcategories.with-image li {
    padding: 5px;
  }
}
.type-product .product-slider-holder .product-slider.products-related {
  padding-bottom: 0;
}

.p-detail-tabs-wrapper {
  margin-bottom: 50px;
}
.p-detail-tabs-wrapper .responsive-nav {
  position: relative;
  margin-bottom: 30px;
  background-color: #f9f9f9;
}
.p-detail-tabs-wrapper .responsive-nav::before {
  content: "";
  border-left: 9999px solid #f9f9f9;
  -webkit-box-shadow: 9999px 0 0 #f9f9f9;
  box-shadow: 9999px 0 0 #f9f9f9;
  position: absolute;
  left: -9999px;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
}
.p-detail-tabs-wrapper .shp-tabs-holder {
  position: relative;
}
.p-detail-tabs-wrapper #p-detail-tabs {
  margin: 0;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-detail-tabs-wrapper #p-detail-tabs li {
  margin-right: 35px;
  text-decoration: none;
}
.p-detail-tabs-wrapper #p-detail-tabs li a {
  font-size: 17px;
  font-weight: 400;
  padding: 10px 16px 10px 0;
  color: #3a3530;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  position: relative;
}
.p-detail-tabs-wrapper #p-detail-tabs li a::after {
  content: "";
  width: 10px;
  height: 6px;
  background: url(/user/documents/upload/icons/down-y.svg) left center no-repeat;
  background-size: 100% auto;
  display: block;
  color: #3a3530;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 50%;
  right: 0px;
  margin-top: -3px;
}
.p-detail-tabs-wrapper #p-detail-tabs li a:hover {
  text-decoration: none;
}
.p-detail-tabs-wrapper #p-detail-tabs li a:hover::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.p-detail-tabs-wrapper #p-detail-tabs li.active {
  text-decoration: none;
}
.p-detail-tabs-wrapper #p-detail-tabs li.active a {
  font-weight: 600;
  text-decoration: none;
}
.p-detail-tabs-wrapper #p-detail-tabs li.active a::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.p-detail-tabs-wrapper #p-detail-tabs li[data-testid=tabRelatedFiles] {
  order: 5;
}
.p-detail-tabs-wrapper #p-detail-tabs li[data-testid=tabDiscussion] {
  display: none;
}

.extended-description {
  max-width: 310px;
}
.extended-description > p {
  margin: 0 0 10px !important;
  font-size: 18px;
}
.extended-description .detail-parameters {
  max-width: 310px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 40px;
}
.extended-description .detail-parameters tr {
  border-bottom: 1px solid #e7e7e7;
}
.extended-description .detail-parameters tr:first-of-type {
  border-top: 1px solid #e7e7e7;
}
.extended-description .detail-parameters tr:last-of-type td, .extended-description .detail-parameters tr:last-of-type th {
  padding: 10px 0;
}
.extended-description .detail-parameters tr td, .extended-description .detail-parameters tr th {
  font-size: 14px;
  padding: 10px 0;
}
.extended-description .detail-parameters tr td {
  padding-right: 15px;
  font-weight: 400;
}
.extended-description .detail-parameters tr td a {
  font-weight: 400;
  color: #3a3530;
}
.extended-description .detail-parameters tr td a:hover {
  text-decoration: none;
}
.extended-description .detail-parameters tr th {
  font-weight: 600;
}
.extended-description .detail-parameters tr th::after {
  display: none;
}

.description-inner .basic-description .rate-wrapper {
  display: none;
}
.description-inner .basic-description::before {
  content: "Opis produktu";
  font-weight: 600;
  font-size: 18px;
  display: block;
  margin-bottom: 20px;
}

#accordion-content .shp-accordion {
  padding-top: 15px;
}
#accordion-content .shp-accordion[data-testid=tabDiscussion] {
  display: none;
}
#accordion-content .shp-accordion .shp-accordion-link {
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
}
#accordion-content .shp-accordion .shp-accordion-link::after {
  color: #3a3530;
  font-size: 16px;
}

#tab-content .tab-pane {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

#productDiscussion {
  display: none;
}

#relatedFiles li {
  margin-bottom: 8px;
}
#relatedFiles li::before {
  display: none;
}
#relatedFiles li a {
  color: #3a3530;
}

#ratingWrapper .rate-wrap {
  margin-bottom: 20px;
}
#ratingWrapper #rate-form {
  max-width: 650px;
}

.product-slider-holder .products-block > div .p .p-bottom.no-buttons > div .p-tools {
  justify-content: center;
  display: flex;
}

.desktop .p-detail > .products-alternative-header {
  display: none;
}
.desktop .p-detail > .products-alternative-wrapper {
  opacity: 0;
  visibility: hidden;
}

@media (min-width: 768px) {
  #tab-content .products-alternative-wrapper .navigation-next {
    right: -15px;
  }
  #tab-content .products-alternative-wrapper .navigation-prev {
    left: -15px;
  }
}
@media screen and (min-width: 992px) {
  .products-related-header::before {
    font-size: 34px;
  }
  .extended-description {
    max-width: 100%;
  }
  .extended-description .detail-parameters {
    margin-bottom: 10px;
    max-width: 100%;
  }
  .extended-description > p {
    font-size: 22px;
  }
  .description-inner .basic-description::before {
    font-size: 22px;
  }
  .description-inner .basic-description p {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .mobile .p-detail-tabs-wrapper {
    margin: 0;
  }
  .products-header {
    margin-top: 45px;
    margin-bottom: 25px;
  }
}
.products-top .flags-extra {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  top: unset;
  left: 7px;
  right: unset;
  bottom: unset;
  gap: 0 10px;
}
.products-top .flags-extra .flag {
  border-radius: 2px;
  font-size: 14px;
  font-weight: 600;
  padding: 3px 7px;
  position: relative;
  text-transform: lowercase;
  height: fit-content;
  width: max-content;
  opacity: 1;
}
.products-top .flags-extra .flag-discount {
  display: none !important;
}

.p-detail-inner .flags.flags-default {
  top: 20px;
}
.p-detail-inner .flags.flags-default .flag {
  margin-bottom: 5px;
}
.p-detail-inner .p-detail-inner-header,
.p-detail-inner .p-detail-inner-header-mobile {
  margin-bottom: 15px;
}
.p-detail-inner .p-detail-inner-header h1,
.p-detail-inner .p-detail-inner-header-mobile h1 {
  margin-bottom: 5px;
}
.p-detail-inner .p-detail-inner-header .brand-wrapper,
.p-detail-inner .p-detail-inner-header-mobile .brand-wrapper {
  display: none;
}
.p-detail-inner .stars-wrapper {
  margin: 0 20px 5px 0 !important;
}
.p-detail-inner .stars-label {
  font-size: 14px;
  color: #3a3530;
}
.p-detail-inner .stars-label:hover {
  text-decoration: none;
}
.p-detail-inner .p-short-description {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .p-detail-inner .p-short-description {
    display: none;
  }
}
.p-detail-inner .chevron-after {
  color: #3a3530;
  font-size: 14px;
  margin-top: 5px;
  display: inline-block;
}
.p-detail-inner .chevron-after::after {
  font-size: 11px;
  color: #000;
}
.p-detail-inner .p-code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}
.p-detail-inner .p-code td,
.p-detail-inner .p-code th {
  display: block;
  color: #3a3530;
  font-size: 14px;
}
.p-detail-inner .p-code th {
  font-weight: 400;
  margin-right: 4px;
}

.p-data-wrapper {
  padding-bottom: 10px;
  border-bottom: 1px solid #e7e7e7;
}
@media (min-width: 768px) {
  .p-data-wrapper {
    padding-bottom: 40px;
    border: 0;
  }
}
.p-data-wrapper .p-to-cart-block {
  background-color: #f9f9f9;
  border: none;
  border-radius: 2px;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-data-wrapper .p-to-cart-block .add-to-cart {
  width: auto;
}
.p-data-wrapper .p-to-cart-block .add-to-cart .quantity {
  margin-right: 10px;
}
.p-data-wrapper .p-to-cart-block .cart-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-data-wrapper .p-to-cart-block .add-to-cart-button {
  width: auto;
  margin-top: 0;
  height: 40px;
  min-width: 160px;
  padding: 5px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.2;
  position: relative;
  z-index: 1;
}
.p-data-wrapper .p-to-cart-block .add-to-cart-button::before {
  content: "";
  width: 30px;
  height: 30px;
  margin-right: 3px;
  display: block;
  background: url(/user/documents/upload/icons/cart-w.svg) top 5px center no-repeat;
  background-size: 100% auto;
}
.p-data-wrapper .p-to-cart-block .favourite-detail {
  position: relative;
  width: 50px;
  margin: 0;
  border-radius: 0 6px 6px 0;
  background-color: #f9f9f9;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-data-wrapper .p-to-cart-block .favourite-detail::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 0;
  bottom: 0;
  width: 10px;
  background-color: #f9f9f9;
  display: block;
  z-index: -1;
}
.p-data-wrapper .p-to-cart-block .favourite-detail .btn_toggle {
  margin: 0 !important;
}
.p-data-wrapper .p-to-cart-block .favourite-detail .favourite {
  margin-right: 0;
}
.p-data-wrapper .variant-list,
.p-data-wrapper .surcharge-list {
  padding: 15px 0 0;
}
.p-data-wrapper .surcharge-list select {
  width: 100%;
}
.p-data-wrapper .p-final-price-wrapper {
  line-height: 1.2;
  width: auto;
  display: block;
  margin-right: 10px;
  flex-grow: unset !important;
  flex-shrink: unset !important;
}
.p-data-wrapper .p-final-price-wrapper .price-save {
  margin-bottom: 7px;
  margin-right: 5px;
  order: -1;
  display: none;
}
.p-data-wrapper .p-final-price-wrapper .price-save::before {
  background-color: #f9f9f9;
}
.p-data-wrapper .p-final-price-wrapper .price-save + .price-final {
  color: #b40000;
}
.p-data-wrapper .p-final-price-wrapper strong {
  font-size: 26px;
}
.p-data-wrapper .p-final-price-wrapper .standard-price-label {
  display: none;
}
.p-data-wrapper .p-final-price-wrapper .standard-price-label .price-standard {
  margin-bottom: 5px;
}
.p-data-wrapper .social-buttons-wrapper {
  padding: 5px 0 0;
  width: 100%;
}
.p-data-wrapper .social-buttons-wrapper .social-buttons {
  display: none !important;
}
.p-data-wrapper .social-buttons-wrapper .favourite-detail {
  margin: 10px 20px 10px 0;
}
.p-data-wrapper .social-buttons-wrapper .link-icon.chat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-data-wrapper .social-buttons-wrapper .link-icon.chat::before {
  content: "";
  width: 22px;
  height: 20px;
  background: url(/user/documents/upload/icons/chat-black.svg) no-repeat;
  background-size: 100% auto;
  margin: 0 5px 0 0;
}
.p-data-wrapper .social-buttons-wrapper .close-wrapper {
  display: none !important;
}
.p-data-wrapper .social-buttons-wrapper .link-icon {
  margin: 10px 0;
}
.p-data-wrapper .social-buttons-wrapper .link-icon:hover span {
  text-decoration: none;
}
.p-data-wrapper .social-buttons-wrapper .link-icon.print, .p-data-wrapper .social-buttons-wrapper .link-icon.share {
  display: none;
}

#product-detail-form > .detail-parameters {
  margin-top: 20px;
  margin-bottom: 30px;
}
#product-detail-form > .detail-parameters .p-code {
  display: none;
}
#product-detail-form > .detail-parameters tr {
  display: block;
}
#product-detail-form > .detail-parameters th {
  display: none;
}
#product-detail-form > .detail-parameters td,
#product-detail-form > .detail-parameters th {
  padding: 0;
  line-height: 1;
}
#product-detail-form > .detail-parameters .availability-label {
  margin: 0;
  font-size: 17px;
  font-weight: 600;
}
#product-detail-form > .detail-parameters span[style="color: #66bb33"] {
  position: relative;
  margin-left: 0 !important;
  padding-left: 22px;
}
#product-detail-form > .detail-parameters span[style="color: #66bb33"]::before {
  content: "";
  display: block;
  width: 18px;
  height: 14px;
  background: url(/user/documents/upload/icons/check.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: 15px;
}
#product-detail-form > .detail-parameters .availability-amount {
  display: none;
}
#product-detail-form > .detail-parameters .delivery-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 2px;
  font-size: 15px;
}
#product-detail-form > .detail-parameters .delivery-time > span {
  font-weight: 400;
  display: block;
}
#product-detail-form > .detail-parameters .delivery-time > span::before {
  content: "Możemy dostarczyć do:";
  margin-right: 2px;
  padding-left: 22px;
}
#product-detail-form > .detail-parameters .delivery-time > span:not(.default-variant) {
  color: #66bb33;
}
#product-detail-form > .detail-parameters .shipping-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 24px;
  margin: 10px 0;
  color: #3a3530;
  font-size: 14px;
}
#product-detail-form > .detail-parameters .shipping-options::before {
  content: "";
  width: 28px;
  height: 28px;
  margin-right: 8px;
  display: block;
  background: url(/user/documents/upload/icons/truck.svg) left center no-repeat;
  background-size: 100% auto;
}
#product-detail-form > .detail-parameters .shipping-options:hover {
  text-decoration: none;
}

.type-detail .shipping-options-popup h1,
.type-detail .content-modal h1 {
  margin-top: 5px;
  font-size: 26px;
}
.type-detail #watchdog-form > h3 {
  font-size: 26px;
  margin-top: 5px;
  text-align: left;
}

@media (min-width: 480px) {
  .p-data-wrapper .p-final-price-wrapper {
    flex-basis: auto !important;
  }
  .p-data-wrapper .p-to-cart-block .add-to-cart {
    margin-left: auto;
  }
  .detail-parameters {
    position: relative;
  }
  .detail-parameters .delivery-time-row,
  .detail-parameters > tr:first-of-type {
    width: calc(100% - 145px);
    padding-right: 10px;
  }
  .detail-parameters .shipping-options-row {
    position: absolute;
    top: 6px;
    right: 0;
  }
}
@media (min-width: 768px) {
  .p-data-wrapper .p-short-description {
    font-size: 16px;
  }
}
@media (max-width: 479px) {
  .p-data-wrapper .p-to-cart-block {
    padding: 15px 0;
    background-color: #fff;
  }
  .p-data-wrapper .p-to-cart-block .add-to-cart {
    padding-top: 0;
  }
  .p-data-wrapper .p-to-cart-block .add-to-cart-button {
    margin-left: auto;
  }
  .p-data-wrapper .p-final-price-wrapper {
    flex-basis: 100%;
    margin-bottom: 17px;
  }
}
@media (min-width: 768px) {
  .p-detail {
    padding-top: 30px;
  }
}
.p-data-wrapper .social-buttons-wrapper .link-icon {
  text-decoration: none;
}
.p-data-wrapper .social-buttons-wrapper .link-icon.chat {
  padding-right: 20px;
}
.p-data-wrapper .social-buttons-wrapper .link-icon.watchdog {
  display: flex;
}

@media (min-width: 992px) {
  .wide .breadcrumb-in-detail {
    width: 100%;
    float: none;
  }
}
@media screen and (min-width: 1200px) {
  .wide .p-detail-inner .p-image-wrapper {
    width: 55%;
  }
  .wide .p-detail-inner .p-image-wrapper .p-detail-inner-header-mobile {
    display: none !important;
  }
  .wide .p-detail-inner .p-data-wrapper {
    width: 45%;
  }
  .wide .p-detail-tabs-wrapper {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .p-detail {
    padding-top: 20px;
  }
}
.products-related-header {
  order: unset !important;
}

.product-info {
  width: 100%;
  background: #fdf988;
  border: 1px solid #dad552;
  border-radius: 3px;
  display: flex;
  margin: 20px 0;
  padding: 9px;
  width: 100%;
  font-size: 14px;
}
.product-info-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-color: #f29400;
  color: #fdf988;
  font-size: 16px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.p-image-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .p-image-wrapper .ratings-and-brand {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
  }
}

.p-thumbnails {
  height: 80px;
}
.p-thumbnails > div {
  height: 80px;
  position: relative;
  text-align: center;
  width: 100%;
}
.p-thumbnails a {
  margin-right: 10px;
}
.p-thumbnails a img {
  width: 80px;
  border: 1px solid #e7e7e7;
}
.p-thumbnails a.highlighted img {
  border-color: #236f0d;
}

@media (min-width: 992px) {
  .p-image-wrapper .flags-extra .flag .price-save {
    font-size: 22px;
  }
}
.shipping-btn {
  text-align: center;
  cursor: pointer;
}
.shipping-btn span {
  display: block;
  text-decoration: underline;
}
.shipping-btn:hover span {
  text-decoration: none;
}

.shipping-info {
  display: none;
  position: fixed;
  z-index: 10001;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  max-width: 860px;
  width: 100%;
  padding: 20px;
  overflow: auto;
  max-height: 100%;
}
.shipping-info .shipping-info-wrap {
  padding: 30px 20px 10px;
  background-color: #fff;
  border-radius: 5px;
}
.shipping-info .shipping-info-table {
  overflow-x: auto;
}
.shipping-info h3 {
  margin-top: 0;
  text-align: center;
}
.shipping-info table {
  margin-bottom: 10px;
  width: 100%;
}
.shipping-info table tr {
  border: 1px solid #e7e7e7;
  border-top: none;
}
.shipping-info table tr th, .shipping-info table tr td {
  text-align: left;
  color: #3a3530;
  padding: 12px 10px;
  font-weight: 400;
  border-right: 1px solid #e7e7e7;
}
.shipping-info table tr th:last-child, .shipping-info table tr td:last-child {
  border-right: none;
}
.shipping-info table tr th .free, .shipping-info table tr td .free {
  color: #236f0d;
}
.shipping-info table tr:last-child td, .shipping-info table tr:last-child th {
  padding-bottom: 12px;
}
.shipping-info table tr:first-of-type {
  border-color: #fff;
  border-bottom-color: #e7e7e7;
}
.shipping-info table tr:first-of-type td, .shipping-info table tr:first-of-type th {
  font-weight: 500;
  font-size: 16px;
  border-color: #fff;
}
.shipping-info h4 {
  font-size: 18px;
  margin-bottom: 8px;
}
.shipping-info p {
  font-size: 16px;
  font-weight: 400;
}
.shipping-info p a {
  color: #236f0d;
  text-decoration: underline;
}
.shipping-info .shipping-close {
  width: 40px;
  height: 40px;
  display: block;
  top: 0px;
  right: 0px;
  position: absolute;
  background-color: #fff;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.shipping-info .shipping-close::before {
  font-size: 16px;
  line-height: 40px;
  color: #3a3530;
  content: "\e912";
  font-family: shoptet;
}
.shipping-info .flaticon-delivery-truck {
  margin-top: 20px;
  display: inline-block;
}
.shipping-info .flaticon-delivery-truck span {
  text-decoration: underline;
}
.shipping-info .flaticon-delivery-truck:hover span {
  text-decoration: none;
}
.shipping-info .flaticon-delivery-truck::before {
  font-family: flaticon;
  font-size: 26px;
  margin-right: 8px;
  position: relative;
  top: 9px;
}

.shipping-visible .shipping-info {
  display: block;
}
.shipping-visible #cboxOverlay {
  display: block !important;
}

@media screen and (min-width: 768px) {
  .shipping-info .shipping-info-wrap {
    padding: 30px 30px 10px;
  }
  .shipping-info table tr td:first-child, .shipping-info table tr th:first-child {
    width: 270px;
  }
}
#product-detail-form .variant-label {
  font-weight: 600;
  font-size: 16px;
  padding-bottom: 8px;
  color: #3a3530;
}
#product-detail-form .advanced-parameter {
  width: auto;
  min-width: 60px;
  height: 45px;
}
#product-detail-form .advanced-parameter .pkVar {
  display: none;
}
#product-detail-form .advanced-parameter .advanced-parameter-inner {
  padding: 5px 8px;
  border-color: #e7e7e7;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  border-radius: 2px !important;
  font-weight: 400;
  color: #3a3530;
  font-size: 16px;
  width: auto;
  height: auto;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#product-detail-form .advanced-parameter .advanced-parameter-inner.yes-before {
  border-color: #000;
}
#product-detail-form .advanced-parameter .advanced-parameter-inner.yes-before::before {
  display: none;
}
#product-detail-form .advanced-parameter .advanced-parameter-inner:hover {
  box-shadow: none;
  border-color: #000;
}
#product-detail-form .advanced-parameter .advanced-parameter-inner img {
  border-radius: 0;
}
#product-detail-form .advanced-parameter.niedostepne .advanced-parameter-inner {
  border-color: #151b11;
  color: #3a3530;
  font-weight: 400;
  background-color: transparent;
  background-image: gradient(linear, 19.1% -7.9%, 81% 107.9%, color-stop(0, transparent), color-stop(0.48, transparent), color-stop(1, #000), color-stop(0.52, transparent), color-stop(1, transparent));
  background-image: repeating-linear-gradient(144deg, transparent 0%, transparent 48%, #151b11 52%, transparent 52%, transparent 100%);
  background-image: repeating-linear-gradient(144deg, transparent 0%, transparent 48%, #000000 51%, transparent 52%, transparent 100%);
  position: relative;
}
#product-detail-form .advanced-parameter.niedostepne .advanced-parameter-inner.yes-before {
  border-color: #e7e7e7;
  color: #3a3530;
}
#product-detail-form .hidden-split-parameter[data-parameter-name=Barva] .advanced-parameter {
  width: 60px;
  height: 45px;
  min-width: auto;
}
#product-detail-form .hidden-split-parameter[data-parameter-name=Barva] .advanced-parameter-inner {
  width: 60px;
  height: 45px;
  background-color: transparent;
  padding: 0;
}

.surcharge-box {
  background-color: #f9f9f9;
  padding: 16px;
  border-radius: 5px;
  order: -1;
}
.surcharge-box h3 {
  margin-top: 0;
}
.surcharge-box .surcharge {
  margin: 10px 0;
  display: flex;
  align-items: center;
}
.surcharge-box .surcharge:first-child {
  margin-top: 0;
}
.surcharge-box .surcharge:last-child {
  margin-bottom: 0;
}
.surcharge-box .surcharge label span {
  text-decoration: underline;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  color: #313439;
}
.surcharge-box .surcharge label .surcharge-img {
  max-width: 25px;
  mix-blend-mode: multiply;
  margin-right: 5px;
}
.surcharge-box .surcharge label strong {
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  color: #b40000;
}
@media (min-width: 768px) {
  .surcharge-box .surcharge label strong {
    margin-left: 5px;
  }
}
@media (max-width: 767px) {
  .surcharge-box .surcharge label strong {
    display: block;
  }
}
.surcharge-box .surcharge label:before {
  top: 50%;
  transform: translateY(-50%);
}
.surcharge-box .surcharge input[type=checkbox] + label {
  white-space: nowrap;
}

#alternative-products,
.products-alternative-wrapper {
  display: none;
}

li[data-testid=tabAlternativeProducts] {
  display: none !important;
}

.flags {
  top: 20px;
  left: 0px;
}
.flags .flag-discount {
  background-color: #fed0d0;
  height: 52px;
  width: 52px;
  border-radius: 50%;
  text-align: center;
  line-height: 52px;
  color: #b40000;
  padding: 0;
}
.flags .flag-discount .price-standard {
  display: none;
}
.flags .flag-discount .price-save {
  font-weight: 600;
  font-size: 16px;
  color: #b40000;
}

.flag {
  position: relative;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 600;
  text-transform: lowercase;
  padding: 3px 7px;
}
.flag.flag-action {
  background-color: #fed0d0;
  color: #b40000;
}
.flag.flag-new {
  color: #66bb33;
  background-color: #d4eec4;
}
.flag.flag-doporucujeme {
  color: #006699;
}

.product .prices .price-save {
  color: #b40000;
  order: -2;
}

.recentlyViewed .flag-discount {
  display: none;
}
.recentlyViewed .price-save {
  top: 25% !important;
  font-weight: 600 !important;
}
@media (min-width: 768px) {
  .recentlyViewed .price-save {
    top: 40% !important;
  }
}

.homepage-group-title {
  margin: 55px 0 15px;
  color: #008000;
}

.products-wrapper .product-slider {
  padding: 0;
  margin-left: 0;
}
.products-wrapper .product-slider-navigation {
  opacity: 1;
  top: 40%;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.products-wrapper .product-slider-navigation.navigation-next::before, .products-wrapper .product-slider-navigation.navigation-prev::before {
  content: "";
  width: 8px;
  height: 12px;
  margin: 0 auto;
}
.products-wrapper .product-slider-navigation.navigation-next {
  right: -30px;
}
.products-wrapper .product-slider-navigation.navigation-next::before {
  background: url(/user/documents/upload/icons/next.svg) center center no-repeat;
  background-size: auto 100%;
}
.products-wrapper .product-slider-navigation.navigation-prev {
  left: -30px;
}
.products-wrapper .product-slider-navigation.navigation-prev::before {
  background: url(/user/documents/upload/icons/prev.svg) center center no-repeat;
  background-size: auto 100%;
}
.products-wrapper .product-slider-navigation:hover {
  background-color: #f9f9f9;
}

.products-wrapper {
  padding: 15px 0 30px !important;
}
.products-wrapper .product-slider {
  padding: 0;
  padding-top: 0 !important;
  margin-left: 0;
  position: relative;
  width: 100% !important;
}
.products-wrapper .product-slider::after {
  content: "";
  width: 1px;
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 1;
}
.products-wrapper .products-block .p-in-in a {
  color: #3a3530;
}
.products-wrapper .product-slider-navigation {
  opacity: 1;
  top: 50%;
  margin-top: -15px;
  background-color: #fff;
  z-index: 4;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.products-wrapper .product-slider-navigation.navigation-next::before, .products-wrapper .product-slider-navigation.navigation-prev::before {
  content: "";
  width: 8px;
  height: 12px;
  margin: 0 auto;
}
.products-wrapper .product-slider-navigation.navigation-next::before {
  background: url(/user/documents/upload/icons/next.svg) center center no-repeat;
  background-size: auto 100%;
}
.products-wrapper .product-slider-navigation.navigation-prev::before {
  background: url(/user/documents/upload/icons/prev.svg) center center no-repeat;
  background-size: auto 100%;
}
.products-wrapper .product-slider-navigation:hover {
  background-color: #f9f9f9;
}

@media (max-width: 767px) {
  .products-wrapper {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0 !important;
  }
  .products-wrapper .product-slider::after {
    right: 1px;
  }
  .products-wrapper .product-slider-navigation {
    top: 50%;
    width: 35px;
    height: 35px;
  }
  .homepage-group-title {
    margin-top: 35px;
  }
}
.product-slider-holder .product-slider-pagination .pagination-button {
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
.product-slider-holder .product-slider-pagination .pagination-button:hover {
  background-color: #4b9222;
}
.product-slider-holder .product-slider-pagination .pagination-button.active {
  width: 6px;
  height: 6px;
}
.product-slider-holder .product-slider-pagination .pagination-button.active:hover {
  background-color: #000;
}

.products-block > div {
  margin-left: 0;
  margin-right: 0;
  z-index: 1;
}
.products-block > div:hover {
  box-shadow: none;
}
.products-block > div:hover .p .name {
  text-decoration: none;
}
.products-block .product {
  padding: 10px 5px;
  border-right: 1px solid #e7e7e7;
}
@media (max-width: 992px) {
  .products-block .product {
    margin-bottom: 0 !important;
  }
}
.products-block .product:hover {
  box-shadow: none;
  border-right: 1px solid #e7e7e7;
}
.products-block .product:hover .flags-default .flag, .products-block .product:hover .flags-extra .flag {
  opacity: 1;
}
.products-block .product:hover .p .image img {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
}
.products-block .product .p {
  margin-bottom: 0;
}
.products-block .product .p .image {
  order: -3;
  overflow: hidden;
}
.products-block .product .p .image img {
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.products-block .product .p .p-code {
  order: -2;
  margin-bottom: 4px;
  position: initial;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  color: #505050;
}
.products-block .product .p .name {
  padding: 0;
  font-size: 16px;
  font-weight: 600;
}
.products-block .product .p .p-in {
  padding-top: 0;
  position: relative;
}
.products-block .product .p .p-in-in {
  padding-top: 21px;
  position: relative;
}
.products-block .product .p .p-in-in .p-desc {
  font-size: 14px;
  width: 100%;
  margin-bottom: 10px !important;
  margin-top: 10px !important;
}
.products-block .product .p .stars-placeholder {
  display: none;
}
.products-block .product .p .stars-wrapper {
  height: 16px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.products-block .product .p .stars {
  width: 70px;
  margin-right: 0;
}
.products-block .product .p .stars .star.star-on::before, .products-block .product .p .stars .star.star-half::before {
  font-size: 12px;
}
.products-block .product .p .stars span, .products-block .product .p .stars a {
  width: 14px;
}
.products-block .product .p .availability {
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  margin-top: 5px;
}
.products-block .product .p .availability span[style="color:#66bb33"] {
  padding-left: 15px;
  position: relative;
}
.products-block .product .p .availability span[style="color:#66bb33"]::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
  width: 11px;
  height: 10px;
  background: url(/user/documents/upload/icons/check.svg) no-repeat;
  background-size: 100% auto;
  display: block;
}
.products-block .product .p .availability .availability-amount {
  display: none;
}
.products-block .product .p .p-bottom {
  padding: 5px 0 0 !important;
}
.products-block .product .p .p-bottom > div .prices {
  position: initial;
  width: 100%;
  min-height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.products-block .product .p .p-bottom > div .prices .price-final {
  font-size: 22px;
  color: #3a3530;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 3px;
  width: 100%;
  order: -1;
}
.products-block .product .p .p-bottom > div .prices .price-final.red {
  color: #b40000;
}
.products-block .product .p .p-bottom > div .prices .price-additional, .products-block .product .p .p-bottom > div .prices .price-standard {
  color: #9d9d9d;
  font-size: 14px;
}
.products-block .product .p .p-bottom > div .prices .price-standard {
  width: auto;
  order: -2;
  margin: 0;
}
.products-block .product .p .p-bottom > div .prices .price-standard strong {
  font-weight: 400;
}
.products-block .product .p .p-bottom > div .prices .price-standard + .price-additional + .price-final {
  color: #b40000;
}
.products-block .product .p .p-bottom .p-desc {
  font-size: 14px;
  width: 100%;
  margin-bottom: 10px !important;
}
.products-block .product .p .p-bottom .p-tools {
  padding: 10px 0;
  width: 100%;
}
.products-block .product .p .p-bottom .p-tools form {
  display: flex;
  justify-content: center;
}
.products-block .product .p .p-bottom .p-tools .btn.btn-cart, .products-block .product .p .p-bottom .p-tools .btn.btn-primary {
  display: flex;
  justify-content: center;
  line-height: 1.4;
  font-size: 17px;
  min-width: auto;
  margin: 0;
  padding: 8px 25px;
  max-height: 40px;
  max-width: 145px;
  width: 100%;
}

.in-znacka .products-block {
  margin-top: 20px;
}

@media (min-width: 480px) {
  .products-block .product {
    padding: 10px;
  }
}
.in-index .products-block .product .p .p-code {
  display: none;
}

.recentlyViewed .availability span[style="color: #66bb33"] {
  padding-left: 15px;
  position: relative;
}
.recentlyViewed .availability span[style="color: #66bb33"]::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
  width: 11px;
  height: 10px;
  background: url(/user/documents/upload/icons/check.svg) no-repeat;
  background-size: 100% auto;
  display: block;
}

.quantity, .products-block .quantity, .cart-widget-product-amount .quantity, .cart-table .p-quantity .quantity {
  width: 100px;
  padding-left: 32px;
  padding-right: 32px;
  height: 40px;
  border-radius: 2px;
  overflow: hidden;
  border: 1px solid #e7e7e7;
}
.quantity:hover, .products-block .quantity:hover, .cart-widget-product-amount .quantity:hover, .cart-table .p-quantity .quantity:hover {
  box-shadow: none;
}
.quantity input, .products-block .quantity input, .cart-widget-product-amount .quantity input, .cart-table .p-quantity .quantity input {
  height: 40px;
  width: 36px;
  background-color: #fff;
  line-height: 38px;
  font-size: 16px;
  font-weight: 400;
  border: none;
}
.quantity .decrease, .quantity .increase, .products-block .quantity .decrease, .products-block .quantity .increase, .cart-widget-product-amount .quantity .decrease, .cart-widget-product-amount .quantity .increase, .cart-table .p-quantity .quantity .decrease, .cart-table .p-quantity .quantity .increase {
  height: 38px;
  width: 32px;
  overflow: hidden;
}
.quantity .decrease::before, .quantity .increase::before, .products-block .quantity .decrease::before, .products-block .quantity .increase::before, .cart-widget-product-amount .quantity .decrease::before, .cart-widget-product-amount .quantity .increase::before, .cart-table .p-quantity .quantity .decrease::before, .cart-table .p-quantity .quantity .increase::before {
  line-height: 38px;
  font-size: 10px;
  color: #3a3530;
}
.quantity .decrease:hover::before, .quantity .increase:hover::before, .products-block .quantity .decrease:hover::before, .products-block .quantity .increase:hover::before, .cart-widget-product-amount .quantity .decrease:hover::before, .cart-widget-product-amount .quantity .increase:hover::before, .cart-table .p-quantity .quantity .decrease:hover::before, .cart-table .p-quantity .quantity .increase:hover::before {
  color: #fff;
  background-color: #236f0d;
}
.quantity .decrease, .products-block .quantity .decrease, .cart-widget-product-amount .quantity .decrease, .cart-table .p-quantity .quantity .decrease {
  border-radius: 2px 0 0 2px;
  border-right: 1px solid #e7e7e7;
}
.quantity .increase, .products-block .quantity .increase, .cart-widget-product-amount .quantity .increase, .cart-table .p-quantity .quantity .increase {
  border-radius: 0 2px 2px 0;
  border-left: 1px solid #e7e7e7;
}

.id--9 #content {
  padding-top: 20px;
}
.id--9 .cart-empty.cart-inner h4 {
  display: block;
  margin: 25px 0;
  font-weight: 600;
}
.id--9 .cart-empty .empty-cart-boxes > .col-md-6:last-of-type {
  display: none;
}
.id--9 .cart-empty .empty-cart-boxes > .col-md-6 ul li {
  margin-bottom: 10px;
}
.id--9 .cart-empty .empty-cart-boxes > .col-md-6 ul li a {
  color: #3a3530;
}

ol.cart-header {
  margin-top: 20px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  ol.cart-header {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
ol.cart-header li a,
ol.cart-header li strong {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
ol.cart-header li a span,
ol.cart-header li strong span {
  font-size: 15px;
  font-weight: 400;
}
ol.cart-header li a span::after,
ol.cart-header li strong span::after {
  display: none;
}
ol.cart-header li a::before,
ol.cart-header li strong::before {
  margin: 0 15px;
}
ol.cart-header li a:hover span {
  text-decoration: none;
}
ol.cart-header li.active strong::before {
  background-color: transparent;
  border-color: #236f0d;
  color: #3a3530;
}
ol.cart-header li.active strong span {
  font-weight: 600;
}
ol.cart-header li.completed a::before {
  background-image: url(https://cdn.myshoptet.com/usr/mimedigital.myshoptet.com/user/documents/upload/icons/check.svg);
  width: 40px;
  height: 40px;
  background-size: 21px;
  border: none;
  padding: 0;
  display: flex;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  border: 1px solid #236f0d;
}

.cart-table .p-total {
  padding-right: 0px;
}
.cart-table tr.removeable .remove-item {
  width: auto;
  margin: -4px 0 0;
}
.cart-table tr td {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
}
.cart-table tr td .main-link {
  font-weight: 600;
}
.cart-table tr td.cart-p-image {
  padding-left: 0;
  width: 81px;
}
.cart-table tr td.cart-p-image img {
  width: 66px;
}
.cart-table tr td.p-name a {
  text-decoration: none;
}
.cart-table tr td.p-availability {
  font-size: 14px;
  text-align: left;
}
.cart-table tr td.p-availability strong {
  font-weight: 600;
}
.cart-table tr td.p-quantity {
  text-align: left;
}
.cart-table tr .btn-sm.add-to-cart-button {
  height: 40px;
  font-weight: 600;
  font-size: 16px;
  line-height: 0.6;
  margin-bottom: 11px;
}
.cart-table .remove-item {
  opacity: 1 !important;
}
.cart-table .remove-item::before {
  color: #b40000;
}
.cart-table .cart-table-header td {
  color: #3a3530;
  font-weight: 300;
  font-size: 14px;
}
.cart-table .cart-table-header td.cart-p-image::before {
  content: "Produkt";
}
.cart-table .cart-table-header td.p-total {
  text-align: center;
}

.ordering-process .radio-wrapper input[type=radio] + label::after, .ordering-process .radio-wrapper input[type=radio] + label::before {
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
}
.ordering-process .contact-box ul {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ordering-process .contact-box ul > li:not(.social-icon-list) {
  width: 100%;
}
.ordering-process .contact-box ul li {
  margin-bottom: 10px;
}
.ordering-process .contact-box ul li a {
  color: #3a3530;
  text-decoration: none;
}
.ordering-process .contact-box ul li a:hover {
  text-decoration: underline;
}
.ordering-process .contact-box ul li span.mail::before {
  background: url(/user/documents/upload/icons/mail-2.svg) center center no-repeat;
  background-size: 100% auto;
}
.ordering-process .contact-box ul li span.tel::before {
  background: url(/user/documents/upload/icons/phone-2.svg) center center no-repeat;
  background-size: 100% auto;
}
.ordering-process .contact-box ul li span.facebook::before {
  content: "\e900" !important;
  color: #3a3530;
  font-size: 16px;
  top: -5px;
}
.ordering-process .contact-box ul li span.instagram::before {
  content: "\e909" !important;
  color: #3a3530;
  font-size: 16px;
  top: -5px;
}
.ordering-process #header .site-name {
  margin-right: auto;
}
.ordering-process .cart-inner {
  width: 100%;
}
.ordering-process .cart-inner > .next-step {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.ordering-process .cart-inner > .next-step .btn-conversion {
  width: 100%;
  max-width: 250px;
}
.ordering-process .next-step-back::before {
  font-size: 10px;
}
.ordering-process .btn.btn-conversion,
.ordering-process a.btn.btn-conversion {
  font-size: 20px;
  font-weight: 600;
  padding: 15px 25px;
}
.ordering-process .btn.btn-conversion::after,
.ordering-process a.btn.btn-conversion::after {
  display: none;
}
.ordering-process .delivery-time {
  margin: 10px 0;
}
.ordering-process .extra.delivery {
  max-width: 526px;
  padding: 5px 0;
}
.ordering-process .extra.delivery > span {
  font-size: 16px;
}
.ordering-process .extra.delivery > span::before {
  content: "";
  background: url(/user/documents/upload/icons/truck.svg) center center no-repeat;
  background-size: 100% auto;
  width: 30px;
  height: 20px;
  margin-right: 10px;
  display: block;
  float: left;
}
.ordering-process .extra.delivery .price-range {
  margin: 15px 0 0;
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  background-color: #fff;
  max-width: 100%;
}
.ordering-process .extra.delivery .price-range::before {
  display: none;
}
.ordering-process .extra.delivery .price-range > div {
  background-color: #66bb33;
  border-radius: 10px;
}
.ordering-process h4 {
  font-weight: 500;
  text-align: left;
  margin: 44px 0 10px;
}
.ordering-process .co-box h4 {
  margin: 20px 0 10px;
  padding: 0;
}
@media (min-width: 768px) {
  .ordering-process .co-box h4 {
    margin: 44px 0 10px;
  }
}
.ordering-process .co-box h4::before {
  display: none;
}
.ordering-process .co-box > div {
  border-radius: 0px;
  overflow: hidden;
}

.id--9 .coupon-input {
  order: 2;
  padding: 35px 0 25px;
}
.id--9 .coupon-input .toggle-coupon-input-button {
  margin-bottom: 15px;
}
.id--9 .alert {
  margin: 0 0 25px;
}

.id--16 label[for=deliveryCountryId] {
  font-size: 0 !important;
}
.id--16 label[for=deliveryCountryId]::before {
  content: "Země";
  font-size: 16px;
  font-weight: 600;
}
.id--16 .co-box.co-basic-information h4 {
  font-size: 0;
  margin: 0 0 5px;
}
.id--16 .co-box.co-basic-information h4::after {
  content: "Základní údaje";
  font-size: 22px;
  font-weight: 500;
}
.id--16 .co-box.co-basic-information .row {
  margin: 0;
  border-radius: 4px;
  border: 1px solid #e7e7e7;
  display: block;
  padding: 30px 0 10px;
}
.id--16 .co-box.co-basic-information .row > div {
  width: 100%;
  padding: 0 20px;
  margin-bottom: 10px;
}
.id--16 .co-box.co-basic-information .form-group label {
  font-weight: 600;
  font-size: 16px;
}
.id--16 .co-box.co-basic-information .form-group label::after {
  content: "*";
  font-weight: 600;
  font-size: 16px;
}

.summary,
.order-summary-item.price {
  padding: 20px 25px 30px;
  background-color: #f9f9f9;
  border-radius: 6px;
}
.summary .price-wrapper,
.order-summary-item.price .price-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  max-width: 400px;
  width: 100%;
  margin-left: auto;
}
.summary .price-wrapper > span,
.order-summary-item.price .price-wrapper > span {
  width: 180px;
  flex: none;
}
.summary .price-wrapper > strong,
.order-summary-item.price .price-wrapper > strong {
  width: auto;
  flex: none;
  min-width: 120px;
}
.summary .price-wrapper .price-primary,
.order-summary-item.price .price-wrapper .price-primary {
  font-size: 22px;
  font-weight: 600;
  flex: none;
}
.summary .price-wrapper .price-primary.price-label,
.order-summary-item.price .price-wrapper .price-primary.price-label {
  font-size: 0;
}
.summary .price-wrapper .price-primary.price-label::before,
.order-summary-item.price .price-wrapper .price-primary.price-label::before {
  content: "Razem:";
  font-size: 22px;
  display: block;
}
.summary .price-wrapper .price-secondary,
.order-summary-item.price .price-wrapper .price-secondary {
  font-weight: 400;
  color: #3a3530;
  font-size: 16px;
}
.summary .price-wrapper .price-secondary.price-label,
.order-summary-item.price .price-wrapper .price-secondary.price-label {
  font-size: 0;
}
.summary .price-wrapper .price-secondary.price-label::before,
.order-summary-item.price .price-wrapper .price-secondary.price-label::before {
  content: "Netto:";
  font-size: 16px;
}

#checkoutContent {
  margin-left: 0%;
}
#checkoutContent .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
#checkoutContent .form-group.js-validated-element-wrapper {
  display: block;
}
#checkoutContent .form-group.company-shopping {
  margin-bottom: 25px;
}
#checkoutContent .form-group .form-control {
  max-width: 310px;
  height: 45px;
  padding: 0 10px;
}
#checkoutContent .form-group textarea.form-control {
  height: auto;
}
#checkoutContent .form-group select {
  padding-top: 5px;
  padding-bottom: 5px;
}
#checkoutContent .form-group #payment-currency {
  max-width: 105px;
  min-width: auto;
}
#checkoutContent .helper {
  padding: 20px;
  background-color: transparent;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
}
#checkoutContent .helper a {
  color: #023770;
  font-size: 16px;
  font-weight: 300;
}

.smart-labels-active #checkoutContent .smart-label-wrapper label {
  opacity: 1;
  padding: 0;
  height: auto;
  font-size: 16px;
  position: initial;
  line-height: 1.4;
  width: 88px;
}

#checkoutSidebar .toggle-contacts {
  box-shadow: none;
  color: #000;
  padding: 8px 0 12px;
  font-size: 18px;
  font-weight: 400 !important;
}
#checkoutSidebar .toggle-contacts::after {
  display: none;
}

.radio-wrapper.active label > span b {
  color: #3a3530;
}
.radio-wrapper input[type=radio] + label .sublabel {
  line-height: 1;
  margin-top: 2px;
}
.radio-wrapper input[type=radio] + label .sublabel a {
  margin-bottom: 3px;
}

.payment-info {
  width: 100%;
}
@media (min-width: 500px) {
  .payment-info {
    width: auto;
  }
}

.payment-logo img {
  max-height: 32px;
}

.radio-wrapper.active .for-free,
.for-free {
  color: #5fa95b;
}

.shipping-billing-table {
  border: 1px solid #e7e7e7;
  padding: 0 15px;
}
.shipping-billing-table .radio-wrapper {
  padding: 5px 0;
  border-color: #e7e7e7;
  box-shadow: none;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}
.shipping-billing-table .radio-wrapper:hover {
  box-shadow: none !important;
  border-color: #e7e7e7 !important;
}
.shipping-billing-table .radio-wrapper:last-of-type {
  border-bottom: none !important;
}

.checkout-box .box.box-sm {
  visibility: visible;
  height: auto;
  transform: none;
}

.in-krok-1 .next-step-forward::after,
.id--9 .next-step-forward::after {
  display: none;
}

.order-summary {
  font-size: 14px;
}
.order-summary .order-summary-inner {
  padding: 10px 15px 0;
  margin-top: 0;
  border-radius: 6px;
  border: 1px solid #e7e7e7;
  border-bottom: none;
}
.order-summary .order-summary-inner > h4 {
  display: none;
}
.order-summary > h4 {
  margin: 40px 0 10px;
  padding: 0;
}
.order-summary .order-summary-item:not(.helper) {
  padding: 10px 0;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-wrap: break-word;
}
.order-summary .order-summary-item:not(.helper) .cart-item-price {
  display: none;
}
.order-summary .order-summary-item:not(.helper) .cart-item-amount {
  order: -1;
  width: 30px;
  text-align: left;
  color: #3a3530;
}
.order-summary .order-summary-item:not(.helper) .cart-item-amount .unit-value {
  font-size: 0;
}
.order-summary .order-summary-item:not(.helper) .cart-item-amount .unit-value::before {
  content: "x";
  font-size: 14px;
}
.order-summary .order-summary-item:not(.helper) .cart-item-name a {
  font-weight: 600;
  text-decoration: none;
}
.order-summary .order-summary-item {
  border-color: #e7e7e7;
}
.order-summary .order-summary-item.helper {
  margin-top: 10px;
}
.order-summary .recapitulation-single {
  border-color: #e7e7e7;
}
.order-summary .recapitulation-single strong {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: row;
  flex-direction: row;
  text-align: left;
}
.order-summary .recapitulation-single strong::before {
  display: block;
  font-weight: 600;
  font-size: 14px;
  width: 100%;
  margin-bottom: 1px;
}
.order-summary .recapitulation-single strong > span {
  font-weight: 600;
  margin-left: auto;
  order: 2;
  margin-top: -15px;
}
.order-summary .recapitulation-shipping-billing > strong::before {
  content: "Spósob dostawy:";
}
.order-summary .recapitulation-shipping-billing.last > strong::before {
  content: "Formy płatności:";
}
.order-summary .order-recapitulation {
  position: relative;
}
.order-summary .order-recapitulation::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -16px;
  right: -16px;
  height: 5px;
  border-radius: 0 0 6px 6px;
  display: block;
  border: 1px solid #e7e7e7;
  border-top: none;
}
.order-summary .order-summary-item.price {
  margin-top: 15px;
  margin-left: -16px;
  margin-right: -16px;
  background-color: #f9f9f9;
  width: auto;
  position: relative;
  border-radius: 6px;
  padding: 15px;
}
.order-summary .order-summary-item.price::after {
  content: "";
  position: absolute;
  top: -18px;
  left: 0px;
  right: 0px;
  height: 18px;
  display: block;
  border: 1px solid #fff;
  border-bottom: none;
  border-top: none;
}

.id--17.smart-labels-active #checkoutContent .smart-label-wrapper label {
  width: auto;
  min-width: 190px;
  padding-right: 15px;
}
.id--17 .co-box h4 {
  display: none;
}
.id--17 .co-contact-information {
  padding: 30px 15px 10px;
  border: 1px solid #e7e7e7;
  border-radius: 6px;
  margin-bottom: 60px;
}
.id--17 .co-billing-address {
  padding: 30px 15px 10px;
  border: 1px solid #e7e7e7;
  border-radius: 6px;
}
.id--17 #shipping-address.js-hidden.visible {
  padding: 15px 15px 10px;
  border: 1px solid #e7e7e7;
  border-top: none;
  border-radius: 0 0 6px 6px;
  margin-top: -4px;
  background-color: #fff;
}
.id--17 .co-box-additional {
  margin-top: 23px;
}
.id--17 .consents.consents-first {
  margin-bottom: 15px;
}

.advanced-order .lbxsplide__track .lbx-carousel__item .product {
  width: 100%;
}
.advanced-order .extra {
  padding-right: 0;
}

.id--15 .content-inner {
  text-align: center;
}
.id--15 .reca-payment-wrap,
.id--15 .order-payment {
  text-align: center !important;
}
.id--15 .recapitulation-wrapper .co-payment-method .col-sm-12 {
  display: flex;
  justify-content: center;
}
.id--15 .recapitulation-wrapper .co-payment-method .recapitulation-table {
  max-width: 500px;
  width: 100%;
}
.id--15 .recapitulation-wrapper .co-payment-method .recapitulation-table tr {
  border-bottom: 1px solid #e7e7e7;
}
.id--15 .recapitulation-wrapper .co-payment-method .recapitulation-table tr th,
.id--15 .recapitulation-wrapper .co-payment-method .recapitulation-table tr td {
  padding-top: 7px;
  padding-bottom: 7px;
}
.id--15 .recapitulation-wrapper .co-payment-method .recapitulation-table tr th {
  padding-right: 10px;
  width: 100%;
}
.id--15 .recapitulation-wrapper .co-payment-method .recapitulation-table tr th::after {
  display: none;
}
.id--15 .recapitulation-wrapper .co-payment-method .recapitulation-table tr td {
  padding-left: 10px;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .ordering-process #header {
    position: relative;
  }
  .in-step-1 #header .header-top-wrapper,
  .in-step-2 #header .header-top-wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .in-step-1 #header .search,
  .in-step-2 #header .search {
    display: none;
  }
  .in-step-1 #header .header-top .mail,
  .in-step-2 #header .header-top .mail {
    position: initial;
    margin-right: auto;
    margin-left: 80px;
    margin-top: -4px;
  }
  .in-step-1 #header .header-top .site-name,
  .in-step-2 #header .header-top .site-name {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .ordering-process .summary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .ordering-process .summary .col-md-4 {
    width: 400px;
  }
  .ordering-process .summary .col-md-8 {
    width: calc(100% - 400px);
  }
  .ordering-process .cart-row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .ordering-process .col-md-4,
  .ordering-process .col-md-8,
  .ordering-process #checkoutContent {
    padding-left: 10px;
    padding-right: 10px;
  }
  .ordering-process h4 {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  #checkoutContent {
    width: 60%;
  }
  #checkoutSidebar {
    width: 40%;
  }
  .id--16 #checkoutSidebar {
    margin-top: 42px;
  }
  .cart-inner .next-step {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .cart-inner .next-step .next-step-back {
    white-space: nowrap;
    color: #236f0d;
    margin: 15px 30px 15px 0;
  }
}
@media (max-width: 1199px) {
  #checkoutSidebar .banner-help {
    display: none;
  }
}
@media (max-width: 991px) {
  .cart-table {
    border-bottom: none !important;
  }
  .cart-table tr {
    border-bottom: 1px solid #e7e7e7;
  }
  .cart-table tr:last-child {
    border-bottom: 1px solid #e7e7e7;
  }
  .summary .col-md-8,
  .summary .col-md-4 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .ordering-process .extra.delivery {
    max-width: 100%;
  }
  ol.cart-header li a,
  ol.cart-header li strong {
    display: block;
    text-align: center;
  }
  ol.cart-header li a::before,
  ol.cart-header li strong::before {
    margin: 0 auto 5px;
  }
  .id--9 .summary .col-md-4 {
    border-top: 1px solid #e7e7e7;
    margin-top: 20px;
    padding-top: 15px;
  }
  .advanced-order .extras-wrap .extra {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .id--16 .overall-wrapper,
  .id--17 .overall-wrapper {
    padding-top: 0px;
  }
  .id--16 #header,
  .id--17 #header {
    height: 70px;
    position: relative;
  }
  .id--16 #header .header-top .container,
  .id--17 #header .header-top .container {
    padding-left: 10px;
  }
  .id--16 #header .search,
  .id--17 #header .search {
    display: none;
  }
  .ordering-process .cart-inner > .next-step {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ordering-process .cart-inner > .next-step .next-step-back {
    order: 1;
  }
}
.id--17 .disabled-input {
  pointer-events: none;
  cursor: not-allowed;
  background-color: #eee;
  color: #ccc;
}
.id--17.special-delivery #another-shipping + label {
  cursor: not-allowed;
}
.id--17.special-delivery .co-shipping-address > div label {
  cursor: not-allowed;
}
.id--17.special-delivery .co-shipping-address > div.form-group {
  display: none !important;
}

body.inpostinitialized #cboxLoadedContent {
  overflow: hidden !important;
}

.toggle-coupon-input-button {
  display: none;
}

.upsell-container {
  order: 1;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 20px;
  flex-direction: column;
  width: 100%;
}
.upsell-container .upsell-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 16px 24px;
  background-color: #f9f9f9;
  border-radius: 5px;
}
.upsell-container .upsell-item label.product {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
.upsell-container .upsell-item label.product .image-name span {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  text-decoration-line: underline;
}
.upsell-container .upsell-item label.product .image-name img {
  max-width: 30px;
}
.upsell-container .upsell-item label.product .price span {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  text-decoration-line: none;
}
.upsell-container .upsell-item label.product::before {
  top: 50%;
  transform: translateY(-50%);
}

.in-404 .content-inner {
  max-width: 750px;
  margin: 80px auto 150px;
}
.in-404 .content-inner > p {
  font-size: 16px;
}
.in-404 .content-inner .banner-wrapper {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e7e7e7;
}
.in-404 .content-inner .banner-wrapper h4 {
  margin: 25px 0 15px;
  font-size: 0;
}
.in-404 .content-inner .banner-wrapper h4::before {
  content: "Prozkoumejte naši nabídku";
  font-size: 18px;
  font-weight: 600;
}
.in-404 .content-inner .banner-wrapper ul {
  list-style-type: none;
  padding-left: 0;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
.in-404 .content-inner .banner-wrapper ul li {
  margin-bottom: 5px;
}
.in-404 .content-inner .banner-wrapper ul li a {
  font-size: 16px;
}
.in-404 .empty-content-404 {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 35px;
  padding-left: 105px;
  position: relative;
  text-align: left;
  margin-bottom: 0;
}
.in-404 .empty-content-404::before {
  content: "";
  width: 84px;
  height: 84px;
  display: block;
  background: url(/user/documents/upload/icons/404.svg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -5px;
  left: 0;
}
.in-404 .empty-content-404 h1 {
  margin: 0 0 5px;
  font-size: 26px;
  color: #3a3530;
}
.in-404 .empty-content-404 h2 {
  font-size: 16px;
  font-weight: 300;
  margin: 0;
}
.in-404 .empty-content-404 h2::after {
  display: none;
}
.in-404 .empty-content-404 p {
  display: none;
}

@media (min-width: 992px) {
  .in-404 .empty-content-404 h1 {
    font-size: 34px;
  }
}
@media (max-width: 579px) {
  .in-404 .empty-content-404 {
    padding-left: 0;
    text-align: center;
  }
  .in-404 .empty-content-404::before {
    margin: 0 auto 20px;
    position: initial;
  }
  .in-404 .content-inner .banner-wrapper {
    text-align: center;
  }
  .in-404 .content-inner .banner-wrapper ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .in-404 .content-inner > p {
    text-align: center;
  }
}
.benefitBanner {
  display: block;
  margin: 0;
}

.in-index .benefitBanner {
  padding-bottom: 20px;
}

.type-category .benefitBanner {
  padding-left: 20px;
  padding-right: 20px;
}
.type-category .benefitBanner__item {
  border-top: 1px solid #e7e7e7;
}

.type-product .benefitBanner__item {
  border-bottom: 1px solid #e7e7e7;
}

.benefitBanner.position--benefitHomepage {
  position: relative;
}
.benefitBanner.position--benefitHomepage:before {
  position: absolute;
  height: 54px;
  content: "";
  display: block;
  right: 0;
  width: 100%;
  left: -50%;
  z-index: 0;
}
.benefitBanner.position--benefitHomepage:after {
  position: absolute;
  height: 54px;
  content: "";
  display: block;
  right: 0;
  width: 100%;
  left: 50%;
  z-index: 0;
  top: 0;
}

.benefitBanner__item {
  margin: 0;
  flex: auto;
  width: 100%;
  display: block;
  overflow: visible;
  max-width: 100%;
  border-bottom: 1px solid #e7e7e7;
  z-index: 1;
  position: relative;
}

.benefitBanner__content {
  display: block;
  padding: 0;
  overflow: visible;
}

.benefitBanner__picture {
  display: none;
}

.video-responsive {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.footer-banners {
  margin-left: 0;
  margin-right: 0;
}
.footer-banners .footer-banner {
  width: 100%;
}

@media (min-width: 768px) {
  .desktop .banners-row {
    margin-top: 0;
  }
}
.homepage-blog-wrapper, .type-posts-listing #newsWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.homepage-blog-wrapper .news-item, .type-posts-listing #newsWrapper .news-item {
  padding: 10px;
  width: 100%;
  max-width: 440px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.homepage-blog-wrapper .news-item a, .type-posts-listing #newsWrapper .news-item a {
  text-decoration: none;
  color: #3a3530;
}
.homepage-blog-wrapper .news-item a .image, .type-posts-listing #newsWrapper .news-item a .image {
  border-radius: 2px;
  overflow: hidden;
}
.homepage-blog-wrapper .news-item h2, .type-posts-listing #newsWrapper .news-item h2 {
  color: #008000;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  margin: 0;
  margin-bottom: 5px;
}
.homepage-blog-wrapper .news-item > a, .type-posts-listing #newsWrapper .news-item > a {
  order: -2;
  max-height: 140px;
}
.homepage-blog-wrapper .news-item .news-image, .type-posts-listing #newsWrapper .news-item .news-image {
  margin-bottom: 12px;
  min-height: 140px;
}
.homepage-blog-wrapper .news-item .description, .type-posts-listing #newsWrapper .news-item .description {
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}
.homepage-blog-wrapper .news-item .description p, .type-posts-listing #newsWrapper .news-item .description p {
  font-size: 14px;
}
.homepage-blog-wrapper .news-item time, .type-posts-listing #newsWrapper .news-item time {
  order: -2;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}
.homepage-blog-wrapper .news-item .title, .type-posts-listing #newsWrapper .news-item .title {
  font-size: 16px;
  font-weight: 600;
  margin: 12px 0 10px;
  line-height: 1.4;
  display: block;
}
.homepage-blog-wrapper .news-item .read-article, .type-posts-listing #newsWrapper .news-item .read-article {
  display: inline-block;
  text-decoration: underline;
  font-size: 16px;
  margin-top: 5px;
  color: #000;
}
.homepage-blog-wrapper .news-item .read-article:hover, .type-posts-listing #newsWrapper .news-item .read-article:hover {
  text-decoration: none;
}
.homepage-blog-wrapper .news-item .read-article::after, .type-posts-listing #newsWrapper .news-item .read-article::after {
  color: #023770;
  font-weight: 700;
}

.homepage-blog-wrapper {
  margin-top: 0;
}
.homepage-blog-wrapper .homepage-group-title {
  font-size: 0;
}
.homepage-blog-wrapper .homepage-group-title::before {
  content: "Blog";
  display: block;
  font-size: 26px;
}
.homepage-blog-wrapper .text-center {
  width: 100%;
  margin: 15px 0;
}

.type-posts-listing #newsWrapper {
  margin: 0px -10px;
}

@media (min-width: 480px) {
  .homepage-blog-wrapper .news-item, .type-posts-listing #newsWrapper .news-item {
    width: 50%;
    flex-basis: 50%;
  }
  .homepage-blog-wrapper .news-item .image, .type-posts-listing #newsWrapper .news-item .image {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .homepage-blog-wrapper .news-item, .type-posts-listing #newsWrapper .news-item {
    width: 33.33%;
    flex-basis: 33.33%;
  }
  .homepage-blog-wrapper .news-item .title, .type-posts-listing #newsWrapper .news-item .title {
    font-size: 18px;
  }
  .homepage-blog-wrapper .news-item .description p, .type-posts-listing #newsWrapper .news-item .description p {
    font-size: 16px;
  }
  .homepage-blog-wrapper .homepage-group-title::before {
    font-size: 34px;
  }
}
@media (max-width: 991px) {
  .homepage-blog-wrapper .news-item:nth-child(n+4) {
    display: none;
  }
}
@media (max-width: 767px) {
  .in-index .news-item:nth-child(n+2) {
    display: none;
  }
}
@media (max-width: 767px) {
  .homepage-blog-wrapper .news-item, .type-posts-listing #newsWrapper .news-item {
    padding: 10px 5px;
  }
}
.breadcrumbs {
  padding-top: 14px;
  padding-bottom: 14px;
  position: relative;
  background-color: #f9f9f9;
}
.breadcrumbs::before {
  content: "";
  border-left: 9999px solid #f9f9f9;
  -webkit-box-shadow: 9999px 0 0 #f9f9f9;
  box-shadow: 9999px 0 0 #f9f9f9;
  position: absolute;
  left: -9999px;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
}
.breadcrumbs > span {
  position: relative;
}
.breadcrumbs a, .breadcrumbs span {
  font-size: 14px;
  color: #3a3530;
}
.breadcrumbs a:hover, .breadcrumbs span:hover {
  text-decoration: none;
  color: #3a3530;
}
.breadcrumbs .navigation-bullet {
  font-size: 0;
  margin: 0 5px;
  width: 9px;
  height: 9px;
  display: inline-block;
}
.breadcrumbs .navigation-bullet::before {
  content: "";
  width: 9px;
  height: 9px;
  background: url(/user/documents/upload/icons/arrow.svg?1) center center no-repeat;
  background-size: auto 100%;
  display: block;
}

.type-product .breadcrumbs {
  width: 100%;
  padding-bottom: 14px;
  padding-top: 14px;
}

@media screen and (max-width: 767px) {
  .type-product .breadcrumbs > span:last-of-type {
    display: none;
  }
  .type-product .breadcrumbs > span:nth-last-child(2) .navigation-bullet {
    display: none;
  }
}
.type-posts-listing #content h1, .type-post #content h1, .type-page #content h1 {
  margin-top: 20px;
}

@media (max-width: 768px) {
  .content-wrapper {
    padding-top: 0;
  }
}
#content .text-box {
  margin: 50px 0 30px;
  background-color: #f9f9f9;
  padding: 25px;
}
#content .text-box p, #content .text-box h2, #content .text-box h3, #content .text-box ul, #content .text-box h4 {
  margin: 10px 0;
}
#content .text-box a {
  color: #3a3530;
  font-weight: 600;
}

.in-jak-nakupovat #content, .in-kontakty #content {
  padding-left: 20px;
  padding-right: 20px;
}
.in-jak-nakupovat #content-wrapper ol, .in-kontakty #content-wrapper ol {
  padding-left: 20px;
}
.in-jak-nakupovat #content-wrapper ol li, .in-kontakty #content-wrapper ol li {
  margin-bottom: 25px;
  min-height: 35px;
}
.in-jak-nakupovat #content-wrapper ol li::marker, .in-kontakty #content-wrapper ol li::marker {
  font-weight: 600;
}
.in-jak-nakupovat .col-md-6 > p > img, .in-kontakty .col-md-6 > p > img {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.in-kontakty .content-inner {
  font-size: 14px;
  padding-bottom: 70px;
}
.in-kontakty .content-inner h3 {
  font-size: 16px;
  margin-bottom: 15px;
}

#content .how-box {
  background: url(/user/documents/upload/icons/box-bg.png) center no-repeat;
  background-size: cover;
  padding: 30px 0;
  margin: 20px 0;
}
#content .how-box .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#content .how-box .container > div {
  background-color: #fff;
  border-right: 1px solid #236f0d;
  border-top: 1px solid #236f0d;
  width: 50%;
  padding: 25px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#content .how-box .container > div p {
  font-size: 16px;
  margin: 0;
  max-width: 270px;
  text-align: center;
}

.contact-section {
  background-color: #f9f9f9;
  padding: 35px 0;
  margin: 15px 0;
}
.contact-section .container > div {
  background-color: #fff;
  min-height: 120px;
  padding: 15px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.contact-section .container > div a {
  display: block;
  text-align: center;
  color: #3a3530;
}
.contact-section .container > div a img {
  margin-bottom: 5px;
}
.contact-section .container > div a span {
  font-weight: 500;
}
.contact-section .container > div a strong {
  font-size: 15px;
  font-weight: 500;
}
.contact-section .container > div span {
  display: block;
}
.contact-section .container > div div > span {
  max-width: 200px;
  display: block;
  text-align: center;
  margin: 0 auto;
}
.contact-section .container > div:first-of-type a span {
  font-size: 15px;
}
.contact-section .container > div:last-of-type a {
  font-size: 15px;
  font-weight: 500;
}
.contact-section .container > div:nth-child(2) a {
  text-decoration: none;
  padding-left: 30px;
  position: relative;
  text-align: left;
}
.contact-section .container > div:nth-child(2) a img {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
}
.contact-section .container > div:nth-child(2) a span {
  font-weight: 300;
  font-size: 14px;
}

.type-manufacturer-detail .sidebar {
  display: none;
}

@media (min-width: 768px) {
  #content .how-box .container > div {
    width: 25%;
  }
}
@media (min-width: 992px) {
  .contact-section .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .contact-section .container > div {
    width: 33.33%;
    border-right: 1px solid #e5e5e5;
    min-height: 150px;
  }
  .contact-section .container > div a strong {
    font-size: 16px;
  }
  .contact-section .container > div:last-of-type {
    border-right: none;
  }
  .contact-section .container > div:last-of-type a {
    font-size: 18px;
  }
  .contact-section .container > div:first-of-type a span {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .type-manufacturer-detail .products-block > div {
    width: 25%;
  }
}
@media (max-width: 991px) {
  .contact-section .container > div {
    border-bottom: 1px solid #e7e7e7;
  }
  .contact-section .container > div:last-of-type {
    border-bottom: none;
  }
}
@media (max-width: 767px) {
  .in-jak-nakupovat #content-wrapper, .in-kontakty #content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .in-jak-nakupovat #content-wrapper .container, .in-kontakty #content-wrapper .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.type-manufacturer-detail .custom-footer__newsletter,
.type-search .custom-footer__newsletter,
.customer-page .custom-footer__newsletter {
  float: none;
}
.type-manufacturer-detail .ig,
.type-search .ig,
.customer-page .ig {
  width: 100%;
  display: flex;
}

.id--8 .content-inner {
  display: flex;
  flex-direction: column;
  margin: 20px 0;
}
@media (min-width: 768px) {
  .id--8 .content-inner {
    padding: 0;
    margin: 40px 0;
  }
}
@media (min-width: 992px) {
  .id--8 .content-inner {
    flex-direction: row;
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .id--8 .content-inner {
    max-width: 1200px;
  }
}
@media (min-width: 1400px) {
  .id--8 .content-inner {
    margin-right: 0;
  }
}
.id--8 #content .submit-wrapper p {
  margin-bottom: 0;
}
.id--8 .register-soc h4 {
  display: none;
}
.id--8 .register-soc .form-group {
  margin-bottom: 0;
}
.id--8 #register-form {
  width: 100%;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .id--8 #register-form {
    max-width: 450px;
    padding: 36px;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .id--8 #register-form {
    max-width: 496px;
  }
}
.id--8 #register-form h1 {
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.3px;
  margin-bottom: 8px;
  margin-top: 0;
}
.id--8 #register-form .smart-label-wrapper.focused label {
  padding-top: 0;
  opacity: 1;
}
.id--8 #register-form .smart-label-wrapper label {
  height: auto;
  line-height: normal;
  font-size: 9px;
  top: 10px;
  left: 10px;
  padding: 0;
  opacity: 1;
  color: #000;
}
.id--8 #register-form > .row {
  display: flex;
  flex-direction: column;
  margin-left: 0;
  margin-right: 0;
}
.id--8 #register-form > .row > div {
  width: 100%;
  padding: 0;
  margin-bottom: 0;
}
.id--8 #register-form .btn.btn-login {
  width: 100% !important;
  border: 0;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
}
.id--8 #register-form .form-group input {
  height: 45px;
  border-radius: 0;
  border-color: #aab7a1;
}
.id--8 #register-form .registration-login-buttons-divider {
  margin-bottom: 10px;
  font-size: 9px;
  font-weight: 400;
  color: #000;
  text-align: center;
  font-family: "Inter", sans-serif;
}
.id--8 #register-form div.co-registration {
  padding-bottom: 0;
}
.id--8 #register-form div.co-registration h4 {
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.28px;
  margin-bottom: 10px;
  margin-top: 20px;
}
.id--8 #register-form div.co-registration .js-validator-msg.msg-error {
  margin-left: 0;
}
.id--8 #register-form div.co-registration > .form-group {
  margin-bottom: 16px;
}
.id--8 #register-form div.co-registration > .form-group:has(.facebook) {
  margin-bottom: 0;
}
.id--8 #register-form div.co-registration:has(.stay-in-touch) {
  padding: 0 0 37px;
  border: 0;
  display: flex;
  gap: 30px;
}
.id--8 #register-form div.co-registration:has(.stay-in-touch) label {
  font-size: 14px;
  color: #000;
  min-height: unset;
  padding-left: 18px;
}
.id--8 #register-form div.co-registration:has(.stay-in-touch) .form-group {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .id--8 #register-form div.co-registration:has(.stay-in-touch) .form-group {
    min-width: 130px;
  }
}
.id--8 #register-form div.co-registration:has(.stay-in-touch) .form-group input[type=radio] + label::before {
  width: 14px;
  height: 14px;
  top: 50%;
  left: 0;
  background-color: #fff;
  transform: translateY(-50%);
  margin-top: 0;
}
.id--8 #register-form div.co-registration:has(.stay-in-touch) .form-group input[type=radio] + label strong {
  font-weight: 400;
}
.id--8 #register-form div.co-registration:has(.stay-in-touch) .form-group input[type=radio]:checked + label::before {
  border: 0;
}
.id--8 #register-form div.co-registration:has(.stay-in-touch) .form-group input[type=radio]:checked + label::after {
  width: 14px;
  height: 14px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  border: 0;
  background-color: #d9d9d9;
}
.id--8 #register-form div.co-registration:has(.stay-in-touch) .form-group input[type=checkbox] + label::before {
  width: 14px;
  height: 14px;
  border-radius: 50px;
  top: 50%;
  transform: translateY(-50%);
}
.id--8 #register-form div.co-registration:has(.stay-in-touch) .form-group input[type=checkbox]:checked + label::before {
  border: 0;
  top: 50%;
  transform: translateY(-50%);
}
.id--8 #register-form div.co-registration:has(.stay-in-touch) .form-group input[type=checkbox]:checked + label::after {
  content: "";
  width: 14px;
  height: 14px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  border: 0;
  background-color: #d9d9d9;
  border-radius: 50px;
}
.id--8 #register-form > fieldset:has(.btn-login) > h4 {
  display: none;
}
.id--8 #register-form .whole-width {
  font-size: 14px;
  font-style: normal;
  line-height: normal;
}
.id--8 #register-form .whole-width a {
  text-decoration: underline;
}
.id--8 .col-md-8 {
  margin-bottom: 0;
}
.id--8 .col-md-8 .form-group {
  margin-bottom: 10px;
}
.id--8 .col-md-4 {
  display: none;
}
.id--8 .registration-box {
  background-color: #f0f0f0;
  font-family: "Inter", sans-serif;
  width: 100%;
  padding: 36px 10px;
}
@media (min-width: 576px) {
  .id--8 .registration-box {
    padding: 36px;
  }
}
@media (min-width: 992px) {
  .id--8 .registration-box {
    width: 496px;
  }
}
.id--8 .registration-box__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-family: "Inter", sans-serif;
  position: relative;
}
.id--8 .registration-box__content::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 100px;
  background-image: url("/user/documents/upload/mime/registrace/registrace-sleva.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  right: 0;
}
@media (min-width: 576px) {
  .id--8 .registration-box__content::after {
    width: 265px;
    height: 148px;
  }
}
.id--8 .registration-box__title {
  color: #246f0c;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.3px;
  font-style: normal;
  line-height: normal;
  margin-bottom: 30px;
  margin-top: 62px;
  font-family: "Inter", sans-serif;
  text-align: left;
  display: flex;
  align-items: center;
}
.id--8 .registration-box__title span {
  position: relative;
  max-width: 65%;
}
.id--8 .registration-box__extra-image {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  height: auto;
  max-height: 60px;
}
.id--8 .registration-box__subtitle {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 30px !important;
  color: #000;
  font-family: "Inter", sans-serif;
}
.id--8 .registration-box__list {
  list-style: none;
  padding: 0;
  margin: 0 0 0 0;
  font-family: "Inter", sans-serif;
  padding-bottom: 95px;
  position: relative;
  width: 100%;
}
.id--8 .registration-box__list::after {
  content: "";
  position: absolute;
  max-height: 100px;
  max-width: 100px;
  background-image: url("/user/documents/upload/mime/registrace/registrace-vip.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  bottom: 0;
  right: -8px;
  width: 100%;
  height: 100%;
}
@media (min-width: 375px) {
  .id--8 .registration-box__list::after {
    max-width: 130px;
    max-height: 130px;
  }
}
@media (min-width: 576px) {
  .id--8 .registration-box__list::after {
    max-width: 261px;
    max-height: 261px;
    height: 261px;
  }
}
.id--8 .registration-box__list > .registration-box__item {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.27px;
  line-height: normal;
  margin-bottom: 10px;
  font-family: "Inter", sans-serif;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 10px;
}
.id--8 .registration-box__list > .registration-box__item::before {
  content: "";
  background-image: url("/user/documents/upload/mime/registrace/seznam.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
.id--8 .registration-box__login-text {
  color: #246f0c;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.27px;
  text-align: left;
  margin-bottom: 10px !important;
  font-family: "Inter", sans-serif;
  width: 100%;
  position: relative;
}
.id--8 .registration-box__login-text .registration-box__login-link {
  color: #246f0c;
  text-decoration: underline;
  font-family: "Inter", sans-serif;
}
.id--8 .registration-box__login-text .registration-box__login-link:hover {
  text-decoration: none;
}
.id--8 .registration-box__button {
  background-color: #246f0c;
  color: #fff;
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: -0.135px;
  padding: 10px 25px;
  border: none;
  border-radius: 0;
  cursor: pointer;
  transition: background-color 0.2s;
  font-family: "Inter", sans-serif;
  height: 45px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.id--8 .registration-box__button:hover {
  background-color: rgb(28.5365853659, 87.987804878, 9.512195122);
  color: #fff;
}

a.login-btn {
  padding-left: 0;
}
a.login-btn.google {
  border-radius: 0;
  color: #000;
  border-color: #aab7a1;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  height: 45px;
}
a.login-btn.google:hover {
  color: #000;
}
a.login-btn.google strong {
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
}
a.login-btn.google .login-google-icon {
  display: none;
}
a.login-btn.facebook {
  border-radius: 0;
  margin-bottom: 10px;
  text-decoration: none;
  background-color: #4d6aac;
  border-color: #4d6aac;
  font-family: "Inter", sans-serif;
  height: 45px;
}
a.login-btn.facebook:hover {
  color: #fff;
}
a.login-btn.facebook strong {
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  line-height: normal;
}
a.login-btn.facebook .login-facebook-icon {
  display: none;
}

.usp {
  margin-left: -10px;
  margin-right: -10px;
}

@media (min-width: 768px) {
  .in-index .usp-wrap {
    margin-top: -50px;
    background-color: #fff;
  }
}

.usp-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 0;
}
.usp-wrap .usp-item {
  width: 50%;
  padding: 15px 10px;
  max-width: 330px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.usp-wrap .usp-item .usp-img {
  display: block;
  min-width: 16px;
  margin-right: 10px;
}
.usp-wrap .usp-item p {
  font-size: 14px;
  line-height: 1.35;
  margin: 0 !important;
}
.usp-wrap .usp-item p strong {
  font-size: 17px;
  display: block;
}

.type-category .usp-wrap {
  padding: 30px 0;
}

.type-detail .usp-wrap {
  padding: 0;
}
@media (min-width: 768px) {
  .type-detail .usp-wrap {
    padding: 20px 0;
  }
}

@media (min-width: 480px) {
  .usp-wrap .usp-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 992px) {
  .usp-wrap .usp-item {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .in-index .usp-wrap {
    padding: 5px 0 15px;
  }
}
@media (max-width: 479px) {
  .usp-wrap .usp-item p span {
    display: none;
  }
}
.sidebar #categories {
  border: 1px solid #e7e7e7;
}
.sidebar #categories .categories a {
  color: #236f0d;
}
.sidebar #categories .categories a:hover {
  color: #185308;
}
.sidebar #categories .categories.expanded .topic.child-active a {
  background-color: #236f0d;
  color: #fff;
}
.sidebar #categories .categories.expanded .topic.child-active a span {
  color: #fff;
}
.sidebar #categories .categories.expanded ul li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 34px;
  padding: 0 0 0 25px;
}
.sidebar #categories .categories.expanded ul li a:hover {
  color: #185308;
  text-decoration: underline;
}
.sidebar #categories .categories.expanded ul.active li.active a {
  background-color: #236f0d;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.sidebar #categories .categories.expanded ul.active li.active a:hover {
  color: #fff;
  background-color: #185308;
}
.sidebar #categories .categories.expanded ul.active li.active ul li a {
  color: #236f0d;
  background-color: transparent;
}
.sidebar #categories .categories.expanded ul.active li.active ul li a:hover {
  background-color: transparent;
  color: #185308;
}
.sidebar #categories .categories.expanded ul.active li.expanded > a {
  background-color: #236f0d;
  color: #fff;
}
.sidebar #categories .categories.expanded ul.active li.expanded > a:hover {
  color: #fff;
  background-color: #185308;
}
.sidebar #categories .categories.expanded ul.active ul {
  padding: 0;
}
.sidebar #categories .categories.expanded ul.active ul li a {
  padding-left: 35px;
}
.sidebar #categories .expandable a > span {
  left: unset;
  right: 20px;
  top: 12px;
}
.sidebar #categories .expandable a > span::before {
  content: "\e90e";
}
.sidebar #categories .expandable .topic a > span {
  left: unset;
  right: 20px;
  top: 21px;
}
.sidebar #categories .expandable .topic a > span::before {
  content: "\e90e";
}
.sidebar #categories .expandable .topic.active a {
  background-color: #236f0d;
  color: #fff;
}
.sidebar #categories .expandable .topic.active a span {
  color: #fff;
}
.sidebar #categories .expandable.expanded .topic a span::before {
  content: "\e911";
}
.sidebar #categories .expandable.expanded ul.expanded li.expandable.expanded a .cat-trigger {
  transform: rotate(180deg);
  top: 10px;
  color: #fff;
}
.sidebar #categories .expandable.expanded ul.expanded li.expandable.active a .cat-trigger {
  color: #fff;
}

.box-bg-variant .categories {
  background-color: #f8f8f8;
  border-bottom: 1px solid #e7e7e7;
}
.box-bg-variant .categories a {
  padding: 18px 15px;
  font-weight: 600;
  font-size: 17px;
  line-height: 20px;
}
.box-bg-variant .categories:last-child {
  border-bottom: 0;
}

.box.box-sm.box-filters {
  padding: 0;
  border: 0;
}
.box.box-sm.box-filters .filter-sections {
  background-color: #f9f9f9;
}

.in-index .box-filters {
  display: none;
}

.vyskakovaci img {
  position: absolute;
  left: 0;
}
.vyskakovaci p {
  padding-left: 170px;
  font-weight: 500;
  font-size: 16px;
  position: relative;
}

.site-agreement-buttons {
  padding-left: 170px;
  position: relative;
}
.site-agreement-buttons a.btn {
  padding: 10px 20px !important;
  border-radius: 0;
  margin-right: 12px;
}

@media screen and (max-width: 520px) {
  .vyskakovaci p {
    padding-left: 110px;
  }
  .site-agreement-buttons {
    padding-left: 0;
  }
}
body .popup-widget.login-widget {
  flex-direction: column-reverse;
  border-radius: 0;
  max-height: unset;
  width: 100%;
  overflow: auto;
}
@media (min-width: 375px) {
  body .popup-widget.login-widget {
    width: fit-content;
  }
}
@media (min-width: 768px) {
  body .popup-widget.login-widget {
    flex-direction: row;
    overflow: unset;
  }
}
body .popup-widget.login-widget .form-control {
  height: 45px;
  border-radius: 0;
}
body .popup-widget.login-widget .form-group:nth-child(2) {
  margin-bottom: 10px;
}
body .popup-widget.login-widget .popup-widget-inner {
  width: 100%;
  padding: 51px 10px;
  position: relative;
}
@media (min-width: 375px) {
  body .popup-widget.login-widget .popup-widget-inner {
    padding: 51px 33px;
    width: 375px;
  }
}
@media (min-width: 400px) {
  body .popup-widget.login-widget .popup-widget-inner {
    padding: 51px 33px;
    width: 400px;
  }
}
body .popup-widget.login-widget .registration-benefits {
  background-color: #f0f0f0;
  font-family: "Inter", sans-serif;
  width: 100%;
  padding: 51px 10px;
}
@media (min-width: 375px) {
  body .popup-widget.login-widget .registration-benefits {
    padding: 51px 33px;
    width: 375px;
  }
}
@media (min-width: 400px) {
  body .popup-widget.login-widget .registration-benefits {
    width: 400px;
  }
}
body .popup-widget.login-widget .registration-benefits__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-family: "Inter", sans-serif;
}
body .popup-widget.login-widget .registration-benefits__title {
  color: #246f0c;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.3px;
  font-style: normal;
  line-height: normal;
  margin-bottom: 30px;
  font-family: "Inter", sans-serif;
  text-align: left;
  display: flex;
  align-items: center;
}
body .popup-widget.login-widget .registration-benefits__title span {
  position: relative;
}
body .popup-widget.login-widget .registration-benefits__title span::after {
  content: "";
  position: absolute;
  right: 21px;
  top: 5px;
  width: 21px;
  height: 21px;
  background-image: url("/user/documents/upload/mime/registrace/hvezdicka.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
body .popup-widget.login-widget .registration-benefits__extra-image {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  height: auto;
  max-height: 50px;
}
@media (min-width: 425px) {
  body .popup-widget.login-widget .registration-benefits__extra-image {
    max-height: 60px;
  }
}
body .popup-widget.login-widget .registration-benefits__subtitle {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 30px;
  color: #000;
  font-family: "Inter", sans-serif;
}
body .popup-widget.login-widget .registration-benefits__list {
  list-style: none;
  padding: 0;
  margin: 0 0 0 0;
  font-family: "Inter", sans-serif;
  padding-bottom: 33px;
  position: relative;
  width: 100%;
}
body .popup-widget.login-widget .registration-benefits__list::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url("/user/documents/upload/mime/registrace/hvezdicky.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: -15px;
  right: 19px;
}
body .popup-widget.login-widget .registration-benefits__list::after {
  content: "";
  position: absolute;
  width: 55px;
  height: 126px;
  background-image: url("/user/documents/upload/mime/registrace/vip.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  bottom: 0;
  right: -8px;
}
@media (min-width: 425px) {
  body .popup-widget.login-widget .registration-benefits__list::after {
    width: 85px;
  }
}
body .popup-widget.login-widget .registration-benefits__list > .registration-benefits__item {
  color: #000;
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: -0.27px;
  line-height: normal;
  margin-bottom: 6px;
  font-family: "Inter", sans-serif;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 10px;
}
body .popup-widget.login-widget .registration-benefits__list > .registration-benefits__item::before {
  content: "";
  background-image: url("/user/documents/upload/mime/registrace/seznam.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
body .popup-widget.login-widget .registration-benefits__login-text {
  color: #246f0c;
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: -0.27px;
  text-align: center;
  margin-bottom: 10px;
  font-family: "Inter", sans-serif;
  width: 100%;
  position: relative;
}
body .popup-widget.login-widget .registration-benefits__login-text::before {
  content: "";
  position: absolute;
  width: 21px;
  height: 21px;
  background-image: url("/user/documents/upload/mime/registrace/hvezdicka.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: -30px;
  left: 55%;
  transform: translateX(-50%);
}
body .popup-widget.login-widget .registration-benefits__login-text .registration-benefits__login-link {
  color: #246f0c;
  text-decoration: underline;
  font-family: "Inter", sans-serif;
}
body .popup-widget.login-widget .registration-benefits__login-text .registration-benefits__login-link:hover {
  text-decoration: none;
}
body .popup-widget.login-widget .registration-benefits__button {
  background-color: #246f0c;
  color: #fff;
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: -0.135px;
  padding: 10px 25px;
  border: none;
  border-radius: 0;
  cursor: pointer;
  transition: background-color 0.2s;
  font-family: "Inter", sans-serif;
  height: 45px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .popup-widget.login-widget .registration-benefits__button:hover {
  background-color: rgb(28.5365853659, 87.987804878, 9.512195122);
}
body.login-window-visible .popup-widget.login-widget {
  display: flex !important;
}
@media (min-width: 768px) {
  body.login-window-visible .popup-widget.login-widget {
    height: fit-content;
  }
}
/*# sourceMappingURL=style.css.map */
