@font-face {
  font-family: "kakawco";
  src: url("../iconfonts/icomoon.eot?1f5nk5");
  src: url("../iconfonts/icomoon.eot?1f5nk5#iefix") format("embedded-opentype"), url("../iconfonts/icomoon.ttf?1f5nk5") format("truetype"), url("../iconfonts/icomoon.woff?1f5nk5") format("woff"), url("../iconfonts/icomoon.svg?1f5nk5#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.icon-pin:before {
  content: "\e901";
}

.icon-basket:before {
  content: "\e902";
}

.icon-user:before {
  content: "\e904";
}

.icon-phone:before {
  content: "\e903";
}

.icon-cart:before {
  content: "\e900";
}

.icon-tiktok:before {
  content: "\e914";
}

.icon-instagram:before {
  content: "\e915";
}

.icon-youtube:before {
  content: "\e916";
}

.icon-facebook:before {
  content: "\e917";
}

.icon-star-on:before {
  content: "\e91c";
}

.icon-search:before {
  content: "\e91e";
}

@font-face {
  font-family: "Proxima Nova Rg";
  src: url("../webfonts/ProximaNova-Regular.woff") format("woff2"), url("../webfonts/ProximaNova-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova Bold";
  src: url("../webfonts/ProximaNova-Bold.woff") format("woff2"), url("../webfonts/ProximaNova-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IndustryIncW00-Base";
  src: url("../webfonts/IndustryIncW00-Base.woff") format("woff2"), url("../webfonts/IndustryIncW00-Base.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Buttons helper */
a.btn:not(.btn-icon),
button.btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  border: 0;
  outline: none !important;
  background-color: #0e7370;
  text-align: center;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  -webkit-appearance: none;
  border: 2px solid black;
  font-size: 16px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (min-width: 480px) {
  a.btn:not(.btn-icon),
  button.btn {
    font-size: 18px;
  }
}
@media (min-width: 767px) {
  a.btn:not(.btn-icon),
  button.btn {
    font-size: 20px;
  }
}
a.btn:not(.btn-icon):hover,
button.btn:hover {
  background: rgb(8.4651162791, 69.5348837209, 67.7209302326);
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  cursor: pointer;
  text-decoration: none;
  color: #ffffff;
}
a.btn:not(.btn-icon):before,
button.btn:before {
  content: "";
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  z-index: -1;
  position: absolute;
  top: 2px;
  right: 2px;
  background-color: #233b31;
}

.btn--responsive {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  text-align: center;
}

.btn.btn-secondary,
a.btn.btn-secondary,
.btn.btn-secondary,
a.btn.btn-secondary {
  background-color: var(--color-secondary);
  color: #233b31;
  border: 2px solid black;
}
.btn.btn-secondary:hover,
a.btn.btn-secondary:hover,
.btn.btn-secondary:hover,
a.btn.btn-secondary:hover {
  background-color: var(--color-secondary-hover);
  color: #233b31;
}

.btn.btn-primary,
a.btn.btn-primary,
.btn.btn-primary,
a.btn.btn-primary {
  border: 2px solid black;
  background-color: var(--color-secondary);
  color: #233b31;
}
.btn.btn-primary:hover,
a.btn.btn-primary:hover,
.btn.btn-primary:hover,
a.btn.btn-primary:hover {
  background-color: var(--color-secondary-hover);
  color: #233b31;
}

.btn.btn-sm {
  padding: 10px 15px;
}

a:hover,
.link-like:hover,
a:focus,
.link-like:focus {
  color: #0e7370;
}

.btn.btn-cart,
a.btn.btn-cart {
  border: 2px solid black;
  color: #233b31;
}
.btn.btn-cart:hover,
a.btn.btn-cart:hover {
  border: 2px solid black;
  background-color: var(--color-secondary-hover);
  color: #233b31;
}
.btn.btn-cart:after,
a.btn.btn-cart:after {
  display: none;
}

.btn.btn-conversion,
a.btn.btn-conversion {
  background-color: #0e7370;
  color: #ffffff;
}
.btn.btn-conversion:hover,
a.btn.btn-conversion:hover {
  background-color: rgb(8.4651162791, 69.5348837209, 67.7209302326);
  color: #ffffff;
}

a.login-btn.facebook {
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  background-color: #4267b2;
  padding-left: 0;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
}
a.login-btn.facebook strong {
  display: inline-block;
  padding: 18px 4px;
}
a.login-btn.facebook .login-facebook-icon {
  position: relative;
  display: inline-block;
  background-size: cover;
  margin-right: 15px;
  width: 9px;
  height: 16px;
  background-image: url("/user/documents/public/images/icons/facebook.svg");
}

.btn.btn-xs,
a.btn.btn-xs {
  padding: 10px 15px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
}

.btn.btn-default,
a.btn.btn-default {
  color: #fff;
  border-color: #0e7370;
  background-color: #0e7370;
}
.btn.btn-default, .btn.btn-default:visited, .btn.btn-default:active, .btn.btn-default:focus,
a.btn.btn-default,
a.btn.btn-default:visited,
a.btn.btn-default:active,
a.btn.btn-default:focus {
  color: #ffffff;
}
.btn.btn-default:hover,
a.btn.btn-default:hover {
  color: #ffffff;
  background-color: rgb(8.4651162791, 69.5348837209, 67.7209302326);
}

.form-control {
  border-color: #233b31;
  color: #233b31;
  height: 50px;
  border-radius: 10px;
  border: 1px solid #233b31;
  background-color: #ffffff;
  font-size: 16px;
}

.form-group label {
  opacity: 1;
  color: #233b31;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  margin-bottom: 0.8rem;
  line-height: 1.4;
}

.form-group > input.form-control,
.form-group > select.form-control {
  width: 100%;
}

.form-group {
  position: relative;
}
.validator-msg,
.js-validator-msg {
  margin-left: 0;
}

.validator-msg,
.msg-error,
.validator-msg,
.js-validator-msg {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin-top: 0.3rem;
}

.validator-msg + input,
.js-validator-msg + input,
.validator-msg + select,
.js-validator-msg + select,
.validator-msg + .phone-combined-input,
.js-validator-msg + .phone-combined-input {
  margin-left: 0;
}

.phone-combined-input {
  width: 100%;
  max-width: 100%;
}

select,
select.form-control {
  border-color: #233b31;
  color: #233b31;
  height: 50px;
  border-radius: 10px;
  border: 1px solid #e6e6e6;
  background-color: #ffffff;
}

.form-group > input.form-control.short,
.form-group > select.form-control.short {
  width: 100%;
}

body {
  background-color: #efe6d7 !important;
}

.external-fonts-loaded body,
body.blank-mode {
  font-family: "Proxima Nova Rg", Arial, sans-serif;
  font-weight: 400;
}

.external-fonts-loaded h1,
.external-fonts-loaded h2,
.external-fonts-loaded h3,
.external-fonts-loaded h4,
.external-fonts-loaded h5,
.external-fonts-loaded h6,
.external-fonts-loaded .h1,
.external-fonts-loaded .h2,
.external-fonts-loaded .h3,
.external-fonts-loaded .h4,
.external-fonts-loaded .h5,
.external-fonts-loaded .h6,
.external-fonts-loaded .cart-table .main-link,
.external-fonts-loaded .cart-related-name,
.blank-mode h1,
.blank-mode h2,
.blank-mode h3,
.blank-mode h4,
.blank-mode h5,
.blank-mode h6,
.blank-mode .h1,
.blank-mode .h2,
.blank-mode .h3,
.blank-mode .h4,
.blank-mode .h5,
.blank-mode .h6,
.blank-mode .cart-table .main-link,
.blank-mode .cart-related-name {
  font-family: "IndustryIncW00-Base", Arial, sans-serif;
  font-weight: 400;
}

.external-fonts-loaded ol.cart-header,
.external-fonts-loaded .next-step,
.external-fonts-loaded .price-wrapper,
.external-fonts-loaded .price-additional,
.external-fonts-loaded .price-measure,
.external-fonts-loaded .price-final,
.external-fonts-loaded .price-save,
.external-fonts-loaded .price-standard,
.external-fonts-loaded .btn,
.external-fonts-loaded .products .name {
  font-family: "IndustryIncW00-Base", Arial, sans-serif;
  font-weight: 500;
}

.homepage-group-title.h4,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "IndustryIncW00-Base", Arial, sans-serif;
}

body {
  background-color: white;
}

h4.homepage-group-title[class*=homepage-products-heading],
.h4.homepage-group-title[class*=homepage-products-heading],
h4.homepage-group-title,
.h4.homepage-group-title {
  color: #233b31;
  margin-bottom: 30px;
  font-family: "IndustryIncW00-Base", Arial, sans-serif;
  font-weight: 400;
  font-size: 24px;
}
@media (min-width: 767px) {
  h4.homepage-group-title[class*=homepage-products-heading],
  .h4.homepage-group-title[class*=homepage-products-heading],
  h4.homepage-group-title,
  .h4.homepage-group-title {
    font-size: 32px;
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .navigation-buttons > a {
    padding: 0 15px;
  }
  .navigation-buttons > a[data-target=login]:before {
    margin-right: 0;
  }
  .header-top {
    padding-top: 20px;
    padding-bottom: 0;
  }
  .navigation-buttons > a.top-nav-button-login span,
  .navigation-buttons > a.top-nav-button-login:after {
    display: none;
  }
}
@media (min-width: 768px) {
  .fitted .navigation-in > ul ul.menu-level-2 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .products-group {
    margin-top: 50px;
  }
  .top-category-block {
    margin-top: 50px;
  }
  .search.is-searching input[type=search].form-contro,
  .search:hover input[type=search].form-control {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .search .btn.btn-default,
  .search a.btn.btn-default {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .navigation-in {
    font-size: 15px;
    line-height: 16px;
  }
  .navigation-buttons > a.top-nav-button-login {
    /* margin-right: 0; */
  }
  #header .cart-count {
    padding-left: 0;
  }
  .navigation-in ul li a {
    padding-left: 10px;
    padding-right: 25px;
  }
  .top-navigation-bar .container > div.top-navigation-contacts {
    top: 0;
    height: 49px;
  }
}
@media (min-width: 992px) {
  #header .cart-count {
    min-width: 160px;
  }
  .search {
    margin-right: 10px;
  }
  .navigation-in {
    width: 100%;
  }
  .navigation-in ul li.splitted {
    visibility: visible;
  }
  #header {
    opacity: 0;
  }
  .is-loaded #header {
    opacity: 1;
  }
  .header-top > div:last-child {
    min-width: 290px;
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
  }
  .header-top > div.site-name-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    width: 190px;
  }
  #navigation {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .is-loaded .navigation-in > ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #navigation {
    height: 60px;
  }
  .navigation-in > ul > li > a {
    padding-top: 22px;
    padding-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .products-group {
    margin-top: 0;
  }
  .navigation-window-visible .responsive-tools {
    margin-right: 30px;
  }
  .overall-wrapper {
    padding-top: 60px;
  }
  .in-index .overall-wrapper {
    padding-top: 50px;
  }
  .responsive-tools .click-cart {
    padding-left: 5px;
  }
  .responsive-tools > a {
    width: 40px;
  }
  .responsive-tools > a[data-target=search] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 30px;
  }
  .responsive-tools .click-cart {
    padding-right: 0;
  }
  .search-window-visible:not(.navigation-window-visible) #header {
    top: 50px;
  }
  .search-window-visible #header .search-form {
    margin: 0;
  }
  #header {
    top: -10px;
  }
}
@media (min-width: 767px) {
  .search {
    min-width: auto;
  }
  .search:not(.is-searching) input[type=search].form-control {
    width: 50px;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-transition: width 250ms ease-out !important;
    transition: width 250ms ease-out !important;
  }
  .search:hover input[type=search].form-control {
    width: 390px;
  }
  .search .btn.btn-default,
  .search a.btn.btn-default {
    width: 48px;
  }
  .search.is-searching {
    min-width: 440px;
  }
}
@media (min-width: 768px) {
  .is-header-fixed.is-header-hidden #header .site-name a img {
    max-height: 76px;
  }
  #header .site-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #header .site-name a img {
    max-height: 120px;
    max-width: 300px;
  }
}
@media (max-width: 767px) {
  .top-navigation-bar .site-name a img {
    max-height: 40px;
  }
}
.category-header input[type=radio]:checked + label {
  background-color: var(--color-primary);
}

.in-index .position--benefitHomepage {
  margin-top: 0;
  margin-bottom: 30px;
}

.welcome .welcome__content p {
  margin-bottom: 0;
}

.welcome .welcome__content p + p {
  margin-top: 20px;
}

.banners-top-block .banner-wrapper a,
.banners-top-block .banner-wrapper img {
  width: 100%;
}

@media (min-width: 768px) {
  .navigation-in {
    font-size: 15px;
    line-height: 15px;
  }
  .navigation-in ul li a {
    padding-left: 22px;
    padding-right: 22px;
  }
  .top-navigation-bar .container > div.top-navigation-contacts {
    top: 0;
    height: 49px;
  }
  .welcome h1 {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .welcome p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .welcome {
    padding: 40px 40px 40px 40px;
  }
}
@media (min-width: 992px) {
  .header-top {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .popup-widget.login-widget {
    top: 110px;
  }
  .popup-widget.cart-widget {
    top: 110px;
  }
  .admin-logged .popup-widget.login-widget {
    top: 135px;
  }
  .admin-logged .popup-widget.cart-widget {
    top: 135px;
  }
}
@media (max-width: 767px) {
  .top-navigation-bar {
    background-color: white;
  }
}
@media (max-width: 370px) {
  .top-navigation-bar .site-name a img {
    max-height: 30px;
  }
}
@media (min-width: 768px) {
  .products-related-block h2,
  .products-alternative-block h2,
  h4.homepage-group-title,
  .h4.homepage-group-title {
    font-size: 32px;
  }
  body .hodnoceni:before {
    text-align: center;
    font-size: 32px;
    margin-bottom: 30px;
  }
  .products-block.products .p .name {
    font-size: 18px;
  }
}
.navigation-buttons .click-cart a:after {
  display: none;
}

.products-block:not(.products-additional) .p .image img {
  position: relative;
  width: calc(100% + 32px);
  max-width: none;
  margin-left: -16px;
  margin-top: -16px;
}

@media (min-width: 768px) {
  .products-block:not(.products-additional) .p .image img {
    position: relative;
    width: calc(100% + 60px);
    max-width: none;
    margin-left: -30px;
    margin-top: -30px;
  }
}
#header {
  background-color: #233b31;
}

.top-navigation-bar .container > div.top-navigation-contacts {
  background-color: transparent;
}

.submenu-visible:not(.menu-helper-visible) .top-navigation-bar,
.top-navigation-bar {
  background-color: #efb35e;
}

.submenu-visible:not(.menu-helper-visible) #header {
  background-color: #233b31;
}

.top-navigation-bar a,
.top-navigation-bar .dropdown button {
  color: #233b31;
}

.navigation-in > ul > li > a:hover {
  color: #efb35e;
}

.submenu-visible .navigation-in > ul > li.exp > ul {
  padding-bottom: 30px;
}

.navigation-in.show-all-items > ul > li.ext > ul > li:not(.menu-item-category) {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 767px) {
  .navigation-in > ul > li.ext > ul > li {
    width: 14.2857142857%;
    -ms-flex-preferred-size: 14.2857142857%;
        flex-basis: 14.2857142857%;
  }
}

.login-wrapper .password-helper a + a {
  color: #233b31;
  font-family: "Proxima Nova Rg", Arial, sans-serif;
  font-weight: 400;
}

.login-wrapper .password-helper a:first-child {
  position: relative;
  border: 2px solid black;
  background-color: #c52e2c;
  color: #efe6d7;
  font-family: "IndustryIncW00-Base", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 16px;
}
@media (min-width: 480px) {
  .login-wrapper .password-helper a:first-child {
    font-size: 18px;
  }
}
@media (min-width: 767px) {
  .login-wrapper .password-helper a:first-child {
    font-size: 20px;
  }
}
.login-wrapper .password-helper a:first-child:hover {
  background-color: rgb(176.1556016598, 41.132780083, 39.3443983402);
  color: #efe6d7;
}
.login-wrapper .password-helper a:first-child:before {
  content: "";
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  z-index: -1;
  position: absolute;
  display: block;
  top: 2px;
  right: 2px;
  background-color: #233b31;
}

.login-window-visible #header .top-nav-button-login:after,
.login-window-visible #header .top-nav-button-login:before,
.login-window-visible #header .top-nav-button-login {
  color: #233b31 !important;
}

@media (min-width: 767px) {
  .header-top {
    position: relative;
  }
  #navigation {
    position: static;
  }
  .navigation-in {
    top: 10px;
  }
  .navigation-in > ul > li.ext > ul > li > div > a {
    font-size: 18px;
    max-width: 130px;
    margin: 0 auto;
  }
  .navigation-in > ul > li.ext > ul > li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .navigation-in > ul > li.ext > ul > li > a.menu-image {
    padding-right: 0;
    margin: 0 auto;
  }
  .navigation-in ul.menu-level-2 li a {
    padding-top: 15px;
    padding-bottom: 5px;
  }
  .navigation-in > ul > li.ext > ul > li > div {
    width: 100%;
    padding-right: 0;
    margin: 0 auto;
    text-align: center;
  }
  .navigation-in > ul > li.ext > ul > li > div > a {
    font-weight: 400;
    font-family: "IndustryIncW00-Base", Arial, sans-serif;
    text-transform: uppercase;
    line-height: 1.25;
  }
}
.top-navigation-bar-menu li:not(.cropped):last-child::after,
.top-navigation-bar-menu li::before {
  background-color: #233b31;
}

.navigation-in > ul > li.ext > a:after {
  display: none;
}

.top-navigation-bar .top-navigation-contacts a span {
  color: #233b31;
}

.navigation-in-bottom {
  background-color: #efe6d7;
}

.navigation-in-bottom .top-navigation-bar-menu {
  border-top: 1px solid white;
}

@media (min-width: 767px) {
  .navigation-in > ul > li.exp > a,
  .navigation-in > ul > li > a {
    color: white;
  }
}
#header .site-name {
  z-index: 1999;
  position: relative;
}

.search input[type=search].form-control {
  border: 0;
  background-color: transparent;
}

.navigation-buttons a[data-target=cart],
.navigation-buttons > a {
  color: white !important;
}

@media (min-width: 767px) {
  #header .site-name a img {
    position: relative;
    top: 15px;
  }
}

.cart-window-visible #header .cart-count:after,
.cart-window-visible #header .cart-count:before,
.cart-window-visible .header-top .btn.cart-count .cart-price {
  color: #233b31 !important;
}

@media (min-width: 767px) {
  .is-header-fixed.is-header-hidden #header .site-name a img {
    max-height: 90px;
    top: 5px;
  }
}

a.btn.cart-count.full:before,
.header-top .btn.cart-count:before {
  color: white !important;
  content: "" !important;
  width: 23px;
  height: 28px;
  background-image: url("/user/documents/upload/kosik.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.navigation-in > ul > li > a:hover {
  color: #efb35e;
}

.header-top .btn.cart-count .cart-price {
  color: white !important;
  font-family: "Proxima Nova Rg", Arial, sans-serif;
  font-weight: 400;
}

.search .btn.btn-default:before {
  content: "\e91e";
  font-family: "kakawco";
  color: white !important;
}

.navigation-buttons > a[data-target=login]:before {
  color: white !important;
  content: "" !important;
  width: 26px;
  height: 28px;
  background-image: url("/user/documents/upload/ucet.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.search.is-searching .search-form {
  height: 50px;
}

@media (min-width: 767px) {
  #navigation {
    height: 70px;
  }
}
.navigation-in > ul > li > a {
  padding-top: 26px;
  padding-bottom: 26px;
  font-family: "IndustryIncW00-Base", Arial, sans-serif;
  font-weight: 400;
}
.navigation-in > ul > li > a b {
  font-weight: 400;
}

.navigation-in {
  font-size: 20px;
  line-height: 20px;
}

.search:hover input[type=search].form-control {
  background-color: white;
}

.search.is-searching .btn.btn-default:before {
  color: #233b31 !important;
}

.search:hover input[type=search].form-control::-webkit-input-placeholder {
  color: #233b31;
}

.search:hover input[type=search].form-control::-moz-placeholder {
  color: #233b31;
}

.search:hover input[type=search].form-control:-ms-input-placeholder {
  color: #233b31;
}

.search:hover input[type=search].form-control::-ms-input-placeholder {
  color: #233b31;
}

.search:hover input[type=search].form-control::placeholder {
  color: #233b31;
}

.search .btn.btn-default {
  color: #233b31;
  background-color: #233b31;
  border: 0;
}

.search .btn.btn-default:before {
  color: white;
  width: auto;
  height: auto;
  background-color: transparent;
  z-index: auto;
  right: auto;
}

.top-navigation-bar .top-navigation-contacts a:before {
  content: "" !important;
  width: 20px;
  height: 20px;
  background-image: url("/user/documents/upload/phone.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.top-navigation-bar .top-navigation-contacts a:before {
  font-size: 20px;
}

.top-navigation-bar .top-navigation-contacts a span {
  font-size: 16px;
  font-family: "IndustryIncW00-Base", Arial, sans-serif;
}

@media (min-width: 767px) {
  .top-navigation-bar .container > div.top-navigation-contacts {
    height: 40px;
  }
  .header-top > div.site-name-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    width: 190px;
  }
  #navigation {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .is-loaded .navigation-in > ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .navigation-in {
    width: 100%;
  }
}
.top-navigation-bar-menu li:not(.cropped):last-child::after {
  display: none;
}

.top-navigation-bar a,
.top-navigation-bar .dropdown button {
  color: #233b31;
  font-weight: 400;
  font-family: "Proxima Nova Rg", Arial, sans-serif;
}

.top-navigation-bar-menu li a,
.top-navigation-bar-menu-helper li a {
  padding: 11px 20px;
}

@media (min-width: 767px) {
  .navigation-buttons > a.top-nav-button-login {
    margin-right: 0;
  }
}
@media (min-width: 1201px) and (max-width: 1440px) {
  .navigation-in {
    font-size: 18px;
    line-height: 18px;
  }
  .navigation-in > ul > li > a {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.top-navigation-menu-trigger {
  height: 41px;
}

.top-navigation-menu-trigger:after,
.top-navigation-menu-trigger {
  color: #233b31;
}

@media (min-width: 993px) and (max-width: 1200px) {
  .search {
    margin-right: 0;
  }
  .navigation-buttons > a.top-nav-button-account,
  .navigation-buttons > a.top-nav-button-login {
    margin-right: 0;
  }
  #header .site-name a img {
    top: 0;
    max-height: 90px;
  }
  .navigation-in {
    font-size: 15px;
    line-height: 15px;
  }
  .navigation-in > ul > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.in-index.mobile #content-wrapper.products-group {
  margin-top: 0;
}

@media (min-width: 768px) and (max-width: 992px) {
  .navigation-in ul li.splitted {
    visibility: visible;
  }
  #navigation {
    height: 20px;
  }
  .search {
    margin-right: 0;
  }
  .navigation-buttons > a.top-nav-button-account,
  .navigation-buttons > a.top-nav-button-login {
    margin-right: 0;
  }
  #header .site-name a img {
    top: -17px;
    max-height: 60px;
  }
  .navigation-in {
    font-size: 14px;
    line-height: 14px;
  }
  .header-top {
    z-index: 2;
  }
  .navigation-in > ul > li > a {
    padding-left: 8px;
    padding-right: 8px;
  }
  .header-top > div.site-name-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    width: 130px;
  }
  .search .btn.btn-default,
  .search a.btn.btn-default {
    width: 38px;
  }
  .navigation-in {
    top: 15px;
  }
  .top-navigation-bar .top-navigation-contacts a span {
    font-size: 14px;
    line-height: 1;
  }
  .menu-helper {
    display: none;
  }
  .admin-logged .popup-widget.cart-widget,
  .admin-logged .popup-widget.login-widget {
    top: 113px;
  }
}
@media (max-width: 766px) {
  .navigation-in > ul ul.menu-level-2 > li {
    display: block;
    font-size: 14px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 33.33%;
  }
  .submenu-visible .navigation-in > ul > li.ext.exp > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .submenu-visible .navigation-in > ul > li.exp > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
  }
  .submenu-arrow {
    width: 38px;
  }
  .navigation-in > ul > li.ext > ul > li > a.menu-image {
    width: 100%;
    padding-right: 0;
  }
  .navigation-in > ul > li.ext > ul > li > div {
    padding: 0 0 20px;
    width: 100%;
    text-align: center;
  }
  .navigation-in > ul > li.ext > ul > li > div > a {
    font-weight: 400;
    font-family: "IndustryIncW00-Base", Arial, sans-serif;
    text-transform: uppercase;
    line-height: 1.25;
    padding-left: 0;
  }
  .responsive-tools > a[data-target=navigation]:after,
  .responsive-tools > a[data-target=navigation]:before {
    color: white;
  }
  a.btn.cart-count.full {
    font-weight: 400;
  }
  .top-navigation-bar a,
  .top-navigation-bar .dropdown button {
    color: white;
  }
  .submenu-visible:not(.menu-helper-visible) .top-navigation-bar,
  .top-navigation-bar,
  .top-navigation-bar {
    background-color: #233b31;
  }
  .navigation-in-bottom {
    background-color: #233b31;
  }
  .top-navigation-bar .site-name a img {
    max-height: 50px;
  }
  #header .submenu-arrow {
    color: #233b31;
  }
  .navigation-in-bottom .top-navigation-bar-menu a,
  .navigation-in-bottom .top-navigation-contacts a:before,
  .navigation-in-bottom .top-navigation-contacts a span {
    color: white;
  }
  .navigation-in {
    font-size: 18px;
    line-height: 18px;
  }
  .navigation-in > ul > li > a {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.navigation-buttons > a.top-nav-button-account {
  color: white !important;
}
.navigation-buttons > a.top-nav-button-account span {
  display: none;
}
.navigation-buttons > a.top-nav-button-account:after {
  display: none;
}
.navigation-buttons > a.top-nav-button-account:before {
  font-weight: 400;
  font-size: 22px;
  color: white !important;
  content: "" !important;
  width: 26px;
  height: 28px;
  background-image: url("/user/documents/upload/ucet.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.search .btn.btn-default,
.search .btn.btn-default:before {
  font-weight: 400;
}

.cart-window-visible #header .cart-count:after,
.cart-window-visible #header .cart-count:before {
  background-image: url("/user/documents/upload/kosik-green.svg");
}

.login-window-visible #header .top-nav-button-login:after,
.login-window-visible #header .top-nav-button-login:before,
.login-window-visible #header .top-nav-button-login:after,
.login-window-visible #header .top-nav-button-login:before {
  background-image: url("/user/documents/upload/ucet-green.svg");
}

.popup-widget,
.cart-widget-button,
.popup-widget-inner,
.cart-window-visible #header .cart-count,
.cart-window-visible .cart-widget,
.search:hover input[type=search].form-control,
.login-window-visible .login-widget,
.login-window-visible #header .top-nav-button-login {
  background-color: #efe6d7;
}

.popup-widget.login-widget .form-control {
  background-color: #efe6d7;
}

.popup-widget.login-widget .form-control {
  border-color: #233b31;
  background-color: #fff;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .navigation-in ul li.menu-item-706 {
    display: none;
  }
  .navigation-in ul {
    padding-right: 60px;
  }
}
@media (min-width: 768px) {
  .navigation-in {
    font-size: 12px;
    line-height: 12px;
  }
  .navigation-in ul li a {
    padding-left: 2px;
    padding-right: 2px;
  }
}
@media (min-width: 992px) {
  .navigation-in {
    font-size: 14px;
    line-height: 14px;
  }
  .navigation-in ul li a {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .navigation-in > ul > li:not(.ext) > a {
    padding-right: 7px;
  }
}
@media (min-width: 1200px) {
  .navigation-in {
    font-size: 16px;
    line-height: 16px;
  }
  .navigation-in ul li a {
    padding-left: 8px;
    padding-right: 15px;
  }
}
@media (min-width: 1440px) {
  .navigation-in {
    font-size: 18px;
    line-height: 18px;
  }
  .navigation-in ul li a {
    padding-left: 22px;
    padding-right: 22px;
  }
}
#footer.is-white {
  background-color: #233b31;
}
@media (min-width: 767px) {
  #footer.is-white {
    margin-top: 100px;
  }
}
@media (min-width: 992px) {
  #footer.is-white .custom-footer .custom-footer-left-panel .footer-item {
    width: 25%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}
#footer.is-white.is-white {
  background-color: #233b31;
}
#footer.is-white ul {
  margin-top: 0;
}
#footer.is-white ul a {
  font-family: "IndustryIncW00-Base", Arial, sans-serif;
  color: #efe6d7;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 8px;
}
@media (min-width: 767px) {
  #footer.is-white ul a {
    font-size: 18px;
  }
}
#footer.is-white ul a:hover {
  color: #efb35e;
}
#footer.is-white .footer-bottom-bg:before {
  background-color: #c22d27;
}
#footer.is-white #signature a,
#footer.is-white .copyright {
  color: #233b31;
  letter-spacing: 1px;
  font-weight: 400;
  font-family: "IndustryIncW00-Base", Arial, sans-serif;
}
#footer.is-white .custom-footer .footer-item--contact {
  -webkit-box-ordinal-group: inherit;
      -ms-flex-order: inherit;
          order: inherit;
  margin-top: 5px;
}
#footer.is-white .custom-footer .custom-footer-left-panel {
  width: 100%;
  padding-right: 0;
}
@media (min-width: 768px) and (max-width: 992px) {
  #footer.is-white .copyright,
  #footer.is-white #signature {
    font-size: 12px;
    letter-spacing: 0;
  }
}
@media (min-width: 767px) {
  #footer.is-white .custom-footer__banner2 h4 {
    display: none;
  }
}
#footer.is-white .custom-footer__banner3 {
  -ms-flex-item-align: center;
      align-self: center;
}
@media (max-width: 766px) {
  #footer.is-white .custom-footer__banner3 {
    display: none;
  }
}
#footer.is-white .custom-footer__banner3 img {
  max-width: 100%;
}
@media (max-width: 991px) {
  #footer.is-white .custom-footer__banner3 img {
    max-width: 180px;
  }
}
@media (min-width: 1440px) {
  #footer.is-white .custom-footer__banner3 img {
    max-width: 260px;
  }
}
#footer.is-white .contact-box ul li {
  display: block;
  margin-bottom: 0;
}
#footer.is-white .contact-box ul li > span:before {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  left: 0;
  font-size: 18px;
  top: 5px;
  color: #efb35e !important;
}
#footer.is-white .contact-box ul li > span a {
  padding-left: 40px;
  text-transform: none;
  font-family: "Proxima Nova Rg", Arial, sans-serif;
  font-weight: 400;
  width: auto;
  height: auto;
  font-size: 16px;
}
#footer.is-white .contact-box ul li > span a:hover {
  color: #efb35e;
  text-decoration: none;
}
#footer.is-white #signature .apollo img {
  top: 0;
}
#footer.is-white h4 {
  font-family: "IndustryIncW00-Base", Arial, sans-serif;
  text-transform: uppercase;
  line-height: 1.2;
  color: #efe6d7;
  font-size: 18px;
}
@media (min-width: 480px) {
  #footer.is-white h4 {
    font-size: 18px;
  }
}
@media (min-width: 767px) {
  #footer.is-white h4 {
    font-size: 20px;
  }
}
#footer.is-white .is-active .accordion__content ul {
  margin-top: 15px;
}
#footer.is-white .accordion--sm .accordion__item.is-active .accordion__trigger {
  color: #efe6d7 !important;
}
#footer.is-white .accordion--sm .accordion__item.is-active .accordion__trigger:after {
  color: #efe6d7 !important;
}
#footer.is-white .contact-box > ul:first-child {
  display: none;
}
#footer.is-white .footer-company-image {
  max-width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 766px) {
  #footer.is-white .footer-company-image {
    max-width: 240px;
  }
}
@media (min-width: 1440px) {
  #footer.is-white .footer-company-image {
    max-width: 300px;
  }
}
#footer.is-white .custom-footer__banner1 p {
  font-size: 16px;
  color: #efe6d7;
  line-height: 1.6;
}
#footer.is-white .custom-footer__banner1 p a {
  color: #efe6d7;
  text-decoration: underline;
}
#footer.is-white .custom-footer__banner1 p a:hover {
  color: #efb35e;
  text-decoration: underline;
}
#footer.is-white .contact-box ul li > span.facebook::before {
  content: "\e917";
  font-family: "kakawco" !important;
}
#footer.is-white .contact-box ul li > span.youtube::before {
  content: "\e916";
  font-family: "kakawco" !important;
}
#footer.is-white .contact-box ul li > span.tiktok::before {
  content: "\e914";
  font-family: "kakawco" !important;
}
#footer.is-white .contact-box ul li > span.instagram::before {
  content: "\e915";
  font-family: "kakawco" !important;
}

.footer-copyright {
  padding: 15px 0 15px 0;
  background: #c22d27;
}
.footer-copyright .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer-copyright p {
  color: #213b30;
  font-size: 22px;
  margin-bottom: 0;
  letter-spacing: 3px;
  font-weight: 400;
  font-family: "IndustryIncW00-Base", Arial, sans-serif;
}
.footer-copyright .kakaw-logo-copy img {
  width: 280px;
}

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

#footer .contact-box a.btn {
  display: none;
}

/* miadizajn */
#signature .miadizajn {
  margin-left: 0;
}

#signature .miadizajn img {
  width: 93px;
  height: 17px;
  margin-left: 4px;
  position: relative;
  top: -2px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.ordering-process a.btn:not(.btn-icon):before,
.ordering-process button.btn:before {
  margin-right: 0;
}

@media (max-width: 766px) {
  .footer-banners {
    display: block;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .footer-banners > div {
    padding: 0 !important;
  }
}
@media (min-width: 767px) {
  .footer-banners {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: -8px;
    margin-right: -8px;
  }
}
.footer-banners .footer-banner {
  text-align: center;
}
@media (max-width: 766px) {
  .footer-banners .footer-banner {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    margin-bottom: 0;
  }
}
@media (max-width: 479px) {
  .footer-banners .footer-banner {
    padding: 0 5px;
  }
}
@media (min-width: 767px) {
  .footer-banners .footer-banner {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    width: 25%;
    padding: 0 8px;
  }
}
@media (min-width: 992px) {
  .footer-banners .footer-banner {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    width: 25%;
    padding: 0 8px;
  }
}
@media (min-width: 1200px) {
  .footer-banners .footer-banner {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14.2857142857%;
            flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
    width: 14.2857142857%;
    padding: 0 8px;
  }
}

.carousel-indicators {
  display: none;
}

@media (max-width: 766px) {
  .carousel {
    margin: 0 -20px 20px;
  }
}

@media (max-width: 766px) {
  .top-category-block .swiper-pagination {
    margin-top: 15px;
  }
}
.top-category-block .menu-level-2.no-menu-level-3 {
  margin: 0 -12px;
}
@media (max-width: 766px) {
  .top-category-block .menu-level-2.no-menu-level-3 {
    margin: 0;
    display: block;
  }
}
.top-category-block .menu-level-2.no-menu-level-3 .swiper-slide {
  height: auto;
}
.top-category-block .menu-level-2.no-menu-level-3 li {
  padding: 0 12px;
  margin-bottom: 24px;
  width: 50%;
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
@media (max-width: 766px) {
  .top-category-block .menu-level-2.no-menu-level-3 li {
    height: 100%;
    padding: 5px 5px;
    margin-bottom: 0;
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media (min-width: 767px) {
  .top-category-block .menu-level-2.no-menu-level-3 li {
    width: 25%;
    max-width: 25%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}
@media (min-width: 992px) {
  .top-category-block .menu-level-2.no-menu-level-3 li {
    width: 25%;
    max-width: 25%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}
@media (min-width: 1200px) {
  .top-category-block .menu-level-2.no-menu-level-3 li {
    width: 14.2857142857%;
    max-width: 14.2857142857%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14.2857142857%;
            flex: 0 0 14.2857142857%;
  }
}
.top-category-block .menu-level-2.no-menu-level-3 .menu-content {
  border: 2px solid #233b31;
  position: relative;
  padding: 20px 8px 20px;
}
.top-category-block .menu-level-2.no-menu-level-3 .menu-content:before {
  content: "";
  display: block;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  z-index: -1;
  position: absolute;
  display: block;
  top: 2px;
  right: 2px;
  background-color: #efb35e;
}
.top-category-block .menu-level-2.no-menu-level-3 .menu-content > div > a {
  text-decoration: none;
  font-weight: 400;
  font-family: "IndustryIncW00-Base", Arial, sans-serif;
  color: #233b31;
  text-transform: uppercase;
  margin-top: 5px;
  font-size: 18px;
}
@media (min-width: 1200px) {
  .top-category-block .menu-level-2.no-menu-level-3 .menu-content > div > a {
    font-size: 16px;
  }
}
@media (min-width: 1440px) {
  .top-category-block .menu-level-2.no-menu-level-3 .menu-content > div > a {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  .in-index .news-block .news-item {
    width: calc(33.33% - 20px);
    max-width: calc(33.33% - 20px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.33% - 20px);
            flex: 0 0 calc(33.33% - 20px);
  }
  .in-index .news-block .news-item:nth-child(4) {
    display: none;
  }
}
@media (min-width: 480px) and (max-width: 992px) {
  .in-index .news-block .news-item:nth-child(3) {
    display: none;
  }
}

.in-blog .sidebar {
  display: none;
  width: 100%;
}
.in-blog #content {
  padding-left: 20px;
  padding-right: 20px;
}
.in-blog header h1 {
  display: none;
}
.in-blog .container.content-wrapper {
  padding: 0;
}

.news-block .news-item {
  -webkit-box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.25);
}
@media (min-width: 767px) {
  .news-block .news-item .image {
    height: 240px;
  }
}
@media (min-width: 767px) {
  .news-block .news-item .image + .text {
    padding-bottom: 110px;
    height: calc(100% - 240px);
  }
}
.news-block .news-item .text .title {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 20px;
  font-family: "IndustryIncW00-Base", Arial, sans-serif;
}
.news-block .news-item .text time {
  color: #888888;
  letter-spacing: 0;
  font-weight: 400;
}
.news-block .news-item .text .description p {
  font-size: 16px;
  color: black;
}
.news-block .news-item .text-center {
  left: auto;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  left: 15px;
  text-align: left;
}
@media (max-width: 766px) {
  .welcome-wrapper .welcome-wrapper {
    margin: 0 -20px;
  }
}
.welcome-wrapper .welcome {
  overflow: hidden;
  background-color: #233b31;
}
@media (min-width: 768px) and (max-width: 992px) {
  .welcome-wrapper .welcome {
    padding-top: 50px;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .welcome-wrapper .welcome {
    padding-bottom: 160px;
  }
}
@media (max-width: 479px) {
  .welcome-wrapper .welcome {
    padding-bottom: 0;
  }
}
.welcome-wrapper .welcome .welcome__content {
  margin: 0;
}
@media (max-width: 479px) {
  .welcome-wrapper .welcome .welcome__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.welcome-wrapper .welcome .welcome__content .welcome__right-panel {
  position: absolute;
  bottom: 0;
  padding: 0;
  max-width: 36%;
  z-index: 1;
  bottom: 23px;
}
@media (min-width: 480px) {
  .welcome-wrapper .welcome .welcome__content .welcome__right-panel {
    max-width: 50%;
    bottom: -10px;
  }
}
@media (min-width: 767px) {
  .welcome-wrapper .welcome .welcome__content .welcome__right-panel {
    max-width: 36%;
    bottom: 15px;
  }
}
@media (min-width: 992px) {
  .welcome-wrapper .welcome .welcome__content .welcome__right-panel {
    bottom: -2px;
    max-width: 45%;
  }
}
@media (min-width: 1200px) {
  .welcome-wrapper .welcome .welcome__content .welcome__right-panel {
    bottom: 23px;
    max-width: 36%;
  }
}
@media (min-width: 1440px) {
  .welcome-wrapper .welcome .welcome__content .welcome__right-panel {
    bottom: 27px;
  }
}
@media (min-width: 1600px) {
  .welcome-wrapper .welcome .welcome__content .welcome__right-panel {
    bottom: 27px;
  }
}
.welcome-wrapper .welcome .welcome__content .welcome__right-panel.first {
  left: 0;
}
@media (min-width: 992px) {
  .welcome-wrapper .welcome .welcome__content .welcome__right-panel.first {
    left: -120px;
  }
}
@media (min-width: 1200px) {
  .welcome-wrapper .welcome .welcome__content .welcome__right-panel.first {
    left: -60px;
  }
}
@media (min-width: 1440px) {
  .welcome-wrapper .welcome .welcome__content .welcome__right-panel.first {
    left: 0;
  }
}
@media (max-width: 479px) {
  .welcome-wrapper .welcome .welcome__content .welcome__right-panel.first {
    position: relative;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    bottom: auto;
    margin: 0 -55px;
    max-width: none;
    margin-top: -30px;
    margin-bottom: -40px !important;
  }
}
.welcome-wrapper .welcome .welcome__content .welcome__right-panel.last {
  right: 0;
}
@media (min-width: 992px) {
  .welcome-wrapper .welcome .welcome__content .welcome__right-panel.last {
    right: -120px;
  }
}
@media (min-width: 1200px) {
  .welcome-wrapper .welcome .welcome__content .welcome__right-panel.last {
    right: -60px;
  }
}
@media (min-width: 1440px) {
  .welcome-wrapper .welcome .welcome__content .welcome__right-panel.last {
    right: 0;
  }
}
@media (max-width: 479px) {
  .welcome-wrapper .welcome .welcome__content .welcome__right-panel.last {
    display: none;
  }
}
.welcome-wrapper .welcome .welcome__content .bg-hero {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  z-index: 0;
}
.welcome-wrapper .welcome .welcome__content .welcome__left-panel {
  padding: 0;
  max-width: 540px;
  margin: 0 auto;
  text-align: center;
  z-index: 2;
  position: relative;
}
.welcome-wrapper .welcome .welcome__content .welcome__left-panel h1 {
  color: #efe6d7;
  font-size: 26px;
}
@media (min-width: 480px) {
  .welcome-wrapper .welcome .welcome__content .welcome__left-panel h1 {
    font-size: 32px;
  }
}
.welcome-wrapper .welcome .welcome__content .welcome__left-panel p {
  color: white;
  font-size: 16px;
}
@media (min-width: 767px) {
  .welcome-wrapper .welcome .welcome__content .welcome__left-panel p {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .welcome-wrapper .welcome .welcome__content .welcome__left-panel p {
    font-size: 18px;
  }
}
.welcome-wrapper .welcome .welcome__content .welcome__left-panel .btn {
  border-color: #c52e2c;
  color: #c52e2c;
  min-width: 150px;
  margin-top: 40px;
}
@media (max-width: 479px) {
  .welcome-wrapper .welcome .welcome__content .welcome__left-panel .btn {
    margin-top: 20px;
  }
}
.welcome-wrapper .welcome .welcome__content .welcome__left-panel .btn:before {
  background-color: #c52e2c;
}

@media (max-width: 766px) {
  .in-index.mobile #content-wrapper {
    margin-bottom: 0;
  }
}

.banners-top-block .extended-banner-texts,
.body-banners .extended-banner-texts,
.next-to-carousel-banners .extended-banner-texts,
.middle-banners-wrapper .extended-banner-texts {
  padding: 0 20px;
}
.banners-top-block .extended-banner-texts .extended-banner-title,
.body-banners .extended-banner-texts .extended-banner-title,
.next-to-carousel-banners .extended-banner-texts .extended-banner-title,
.middle-banners-wrapper .extended-banner-texts .extended-banner-title {
  font-family: "IndustryIncW00-Base", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.3;
  color: #efe6d7;
  font-size: 20px;
}
@media (max-width: 991px) {
  .banners-top-block .extended-banner-texts .extended-banner-title,
  .body-banners .extended-banner-texts .extended-banner-title,
  .next-to-carousel-banners .extended-banner-texts .extended-banner-title,
  .middle-banners-wrapper .extended-banner-texts .extended-banner-title {
    max-width: 60%;
  }
}
@media (min-width: 480px) {
  .banners-top-block .extended-banner-texts .extended-banner-title,
  .body-banners .extended-banner-texts .extended-banner-title,
  .next-to-carousel-banners .extended-banner-texts .extended-banner-title,
  .middle-banners-wrapper .extended-banner-texts .extended-banner-title {
    font-size: 16px;
  }
}
@media (min-width: 767px) {
  .banners-top-block .extended-banner-texts .extended-banner-title,
  .body-banners .extended-banner-texts .extended-banner-title,
  .next-to-carousel-banners .extended-banner-texts .extended-banner-title,
  .middle-banners-wrapper .extended-banner-texts .extended-banner-title {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .banners-top-block .extended-banner-texts .extended-banner-title,
  .body-banners .extended-banner-texts .extended-banner-title,
  .next-to-carousel-banners .extended-banner-texts .extended-banner-title,
  .middle-banners-wrapper .extended-banner-texts .extended-banner-title {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .banners-top-block .extended-banner-texts .extended-banner-title,
  .body-banners .extended-banner-texts .extended-banner-title,
  .next-to-carousel-banners .extended-banner-texts .extended-banner-title,
  .middle-banners-wrapper .extended-banner-texts .extended-banner-title {
    font-size: 24px;
  }
}
@media (min-width: 1440px) {
  .banners-top-block .extended-banner-texts .extended-banner-title,
  .body-banners .extended-banner-texts .extended-banner-title,
  .next-to-carousel-banners .extended-banner-texts .extended-banner-title,
  .middle-banners-wrapper .extended-banner-texts .extended-banner-title {
    font-size: 28px;
  }
}
.banners-top-block .extended-banner-texts .extended-banner-text,
.body-banners .extended-banner-texts .extended-banner-text,
.next-to-carousel-banners .extended-banner-texts .extended-banner-text,
.middle-banners-wrapper .extended-banner-texts .extended-banner-text {
  font-family: "Proxima Nova Bold", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.6;
  max-width: 45%;
  font-size: 14px;
}
@media (max-width: 991px) {
  .banners-top-block .extended-banner-texts .extended-banner-text,
  .body-banners .extended-banner-texts .extended-banner-text,
  .next-to-carousel-banners .extended-banner-texts .extended-banner-text,
  .middle-banners-wrapper .extended-banner-texts .extended-banner-text {
    display: none;
  }
}
@media (min-width: 767px) {
  .banners-top-block .extended-banner-texts .extended-banner-text,
  .body-banners .extended-banner-texts .extended-banner-text,
  .next-to-carousel-banners .extended-banner-texts .extended-banner-text,
  .middle-banners-wrapper .extended-banner-texts .extended-banner-text {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .banners-top-block .extended-banner-texts .extended-banner-text,
  .body-banners .extended-banner-texts .extended-banner-text,
  .next-to-carousel-banners .extended-banner-texts .extended-banner-text,
  .middle-banners-wrapper .extended-banner-texts .extended-banner-text {
    max-width: 50%;
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .banners-top-block .extended-banner-texts .extended-banner-text,
  .body-banners .extended-banner-texts .extended-banner-text,
  .next-to-carousel-banners .extended-banner-texts .extended-banner-text,
  .middle-banners-wrapper .extended-banner-texts .extended-banner-text {
    max-width: 45%;
    font-size: 16px;
  }
}
@media (min-width: 1440px) {
  .banners-top-block .extended-banner-texts .extended-banner-text,
  .body-banners .extended-banner-texts .extended-banner-text,
  .next-to-carousel-banners .extended-banner-texts .extended-banner-text,
  .middle-banners-wrapper .extended-banner-texts .extended-banner-text {
    font-size: 18px;
  }
}
.banners-top-block .extended-banner-texts .extended-banner-link,
.body-banners .extended-banner-texts .extended-banner-link,
.next-to-carousel-banners .extended-banner-texts .extended-banner-link,
.middle-banners-wrapper .extended-banner-texts .extended-banner-link {
  position: relative;
  font-size: 16px;
  border: 2px solid black;
  border: 2px solid black;
  text-transform: uppercase;
  font-family: "IndustryIncW00-Base", Arial, sans-serif;
  max-width: 150px;
  padding: 10px 15px;
  background-color: var(--color-secondary);
  color: #233b31;
  margin-top: 25px;
}
@media (max-width: 479px) {
  .banners-top-block .extended-banner-texts .extended-banner-link,
  .body-banners .extended-banner-texts .extended-banner-link,
  .next-to-carousel-banners .extended-banner-texts .extended-banner-link,
  .middle-banners-wrapper .extended-banner-texts .extended-banner-link {
    margin-top: 15px;
    min-height: 35px;
    font-size: 14px;
    padding-top: 7px;
    padding-bottom: 5px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .banners-top-block .extended-banner-texts .extended-banner-link,
  .body-banners .extended-banner-texts .extended-banner-link,
  .next-to-carousel-banners .extended-banner-texts .extended-banner-link,
  .middle-banners-wrapper .extended-banner-texts .extended-banner-link {
    margin-top: 10px;
    min-height: 30px;
    font-size: 13px;
    padding-top: 5px;
    padding-bottom: 3px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .banners-top-block .extended-banner-texts .extended-banner-link,
  .body-banners .extended-banner-texts .extended-banner-link,
  .next-to-carousel-banners .extended-banner-texts .extended-banner-link,
  .middle-banners-wrapper .extended-banner-texts .extended-banner-link {
    margin-top: 15px;
    min-height: 35px;
    font-size: 14px;
    padding-top: 7px;
    padding-bottom: 5px;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .banners-top-block .extended-banner-texts .extended-banner-link,
  .body-banners .extended-banner-texts .extended-banner-link,
  .next-to-carousel-banners .extended-banner-texts .extended-banner-link,
  .middle-banners-wrapper .extended-banner-texts .extended-banner-link {
    margin-top: 15px;
    min-height: 35px;
    font-size: 14px;
    padding-top: 7px;
    padding-bottom: 5px;
  }
}
.banners-top-block .extended-banner-texts .extended-banner-link:hover,
.body-banners .extended-banner-texts .extended-banner-link:hover,
.next-to-carousel-banners .extended-banner-texts .extended-banner-link:hover,
.middle-banners-wrapper .extended-banner-texts .extended-banner-link:hover {
  background-color: var(--color-secondary-hover);
  color: #233b31;
}
.banners-top-block .extended-banner-texts .extended-banner-link:before,
.body-banners .extended-banner-texts .extended-banner-link:before,
.next-to-carousel-banners .extended-banner-texts .extended-banner-link:before,
.middle-banners-wrapper .extended-banner-texts .extended-banner-link:before {
  content: "";
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  z-index: -1;
  position: absolute;
  display: block;
  top: 2px;
  right: 2px;
  background-color: #233b31;
}

.next-to-carousel-banners .banner-wrapper:nth-child(2) .extended-banner-text,
.next-to-carousel-banners .banner-wrapper:nth-child(2) .extended-banner-title {
  color: #233b31;
  margin-left: auto;
}
.next-to-carousel-banners .banner-wrapper:nth-child(2) .extended-banner-text {
  color: black;
}
.next-to-carousel-banners .banner-wrapper:nth-child(2) .extended-banner-texts {
  text-align: right;
}
.next-to-carousel-banners .banner-wrapper:nth-child(2) .extended-banner-link {
  background-color: #c52e2c;
  color: #efe6d7;
}
.next-to-carousel-banners .banner-wrapper:nth-child(2) .extended-banner-link:hover {
  background-color: rgb(176.1556016598, 41.132780083, 39.3443983402);
  color: #efe6d7;
}

.body-banners .col-sm-12 .banner-wrapper .extended-banner-text,
.body-banners .col-sm-12 .banner-wrapper .extended-banner-title,
.body-banners .col-sm-8 .banner-wrapper .extended-banner-text,
.body-banners .col-sm-8 .banner-wrapper .extended-banner-title,
.middle-banners-wrapper .col-sm-12 .banner-wrapper .extended-banner-text,
.middle-banners-wrapper .col-sm-12 .banner-wrapper .extended-banner-title,
.middle-banners-wrapper .col-sm-8 .banner-wrapper .extended-banner-text,
.middle-banners-wrapper .col-sm-8 .banner-wrapper .extended-banner-title {
  margin-left: auto;
}
.body-banners .col-sm-12 .banner-wrapper .extended-banner-texts,
.body-banners .col-sm-8 .banner-wrapper .extended-banner-texts,
.middle-banners-wrapper .col-sm-12 .banner-wrapper .extended-banner-texts,
.middle-banners-wrapper .col-sm-8 .banner-wrapper .extended-banner-texts {
  text-align: right;
}
.body-banners .col-sm-12 .banner-wrapper .extended-banner-link,
.body-banners .col-sm-8 .banner-wrapper .extended-banner-link,
.middle-banners-wrapper .col-sm-12 .banner-wrapper .extended-banner-link,
.middle-banners-wrapper .col-sm-8 .banner-wrapper .extended-banner-link {
  color: #c52e2c;
}
.body-banners .col-sm-12 .banner-wrapper .extended-banner-link:hover,
.body-banners .col-sm-8 .banner-wrapper .extended-banner-link:hover,
.middle-banners-wrapper .col-sm-12 .banner-wrapper .extended-banner-link:hover,
.middle-banners-wrapper .col-sm-8 .banner-wrapper .extended-banner-link:hover {
  color: #c52e2c;
}
.body-banners .col-sm-12 .banner-wrapper .extended-banner-link:before,
.body-banners .col-sm-8 .banner-wrapper .extended-banner-link:before,
.middle-banners-wrapper .col-sm-12 .banner-wrapper .extended-banner-link:before,
.middle-banners-wrapper .col-sm-8 .banner-wrapper .extended-banner-link:before {
  background-color: #c52e2c;
}

@media (max-width: 766px) {
  body.mobile .body-banners {
    margin-top: 10px !important;
  }
}

body .back-to-top {
  background-color: transparent;
}
body .back-to-top i {
  background-color: var(--color-secondary);
  border: 2px solid black;
  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;
  font-size: 12px;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
  z-index: 2;
}
body .back-to-top i:hover {
  background-color: var(--color-secondary-hover);
}
body .back-to-top i:before {
  color: #233b31;
  font-weight: 700;
}
body .back-to-top:after {
  content: "";
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  z-index: -1;
  position: absolute;
  display: block;
  top: 2px;
  right: 2px;
  background-color: #233b31;
}

body.mobile .back-to-top {
  bottom: 15px;
}

.in-o-nas .sidebar {
  display: none;
  width: 100%;
}
.in-o-nas #content {
  padding-left: 0;
  padding-right: 0;
}
.in-o-nas header h1 {
  display: none;
}
.in-o-nas .container.content-wrapper {
  width: 100%;
  padding: 0;
}

.about-us-2 h2 {
  margin-top: 0;
  line-height: 1.4;
  color: #f1b758;
  font-size: 26px;
}
@media (min-width: 767px) {
  .about-us-2 h2 {
    font-size: 32px;
  }
}

.about-us-1 h1 {
  margin-top: 0;
  font-weight: 800;
  font-size: 32px;
}
@media (min-width: 767px) {
  .about-us-1 h1 {
    font-size: 38px;
  }
}

.about-us-3 h2 {
  margin-top: 0;
  line-height: 1.4;
  color: #c22d27;
  font-size: 26px;
}
@media (min-width: 767px) {
  .about-us-3 h2 {
    font-size: 32px;
  }
}

.about-us-2,
.about-us-3,
.about-us-1 {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 767px) {
  .about-us-2,
  .about-us-3,
  .about-us-1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.about-us-2 .container,
.about-us-3 .container,
.about-us-1 .container {
  position: relative;
}
.about-us-2 .row,
.about-us-3 .row,
.about-us-1 .row {
  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;
}
.about-us-2 p,
.about-us-3 p,
.about-us-1 p {
  font-size: 16px !important;
  line-height: 1.6 !important;
}
@media (max-width: 766px) {
  .about-us-2 .margin-bottom-about,
  .about-us-3 .margin-bottom-about,
  .about-us-1 .margin-bottom-about {
    margin-bottom: 40px;
  }
}

@media (max-width: 766px) {
  .about-us-3 {
    padding-top: 100px;
    padding-bottom: 0;
  }
}

.about-us-2 {
  background: #c22d27;
}
.about-us-2 p {
  color: #efe6d7 !important;
}

.about-img-1 {
  position: absolute;
  top: -100px;
  right: 40px;
  max-width: 190px;
  z-index: 1;
}
@media (max-width: 766px) {
  .about-img-1 {
    top: -60px;
    right: 20px;
    max-width: 120px;
  }
}

.about-img-2 {
  position: absolute;
  top: -60px;
  right: 40px;
  max-width: 190px;
  z-index: 1;
}
@media (max-width: 766px) {
  .about-img-2 {
    top: -80px;
    right: 20px;
    max-width: 120px;
  }
}

.in-proc-kakawco .sidebar {
  display: none;
  width: 100%;
}
.in-proc-kakawco #content {
  padding-left: 0;
  padding-right: 0;
}
.in-proc-kakawco header h1 {
  display: none;
}
.in-proc-kakawco .container.content-wrapper {
  width: 100%;
  padding: 0;
}
.in-proc-kakawco #footer.is-white {
  margin-top: 0;
}
.in-proc-kakawco .sidebar-inner .box-rating {
  margin-top: 0;
}

.why-us-2 h1,
.why-us-2 h2 {
  margin-top: 0;
  line-height: 1.4;
  color: #f1b758;
  font-size: 26px;
}
@media (min-width: 767px) {
  .why-us-2 h1,
  .why-us-2 h2 {
    font-size: 32px;
  }
}
.why-us-2 h1 {
  font-size: 32px;
}
@media (min-width: 767px) {
  .why-us-2 h1 {
    font-size: 36px;
  }
}

.why-us-3 {
  position: relative;
}
.why-us-3 h2 {
  margin-top: 0;
  line-height: 1.4;
  color: #c22d27;
  font-size: 26px;
}
@media (min-width: 767px) {
  .why-us-3 h2 {
    font-size: 32px;
  }
}

.why-us-2,
.why-us-3,
.why-us-1 {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 767px) {
  .why-us-2,
  .why-us-3,
  .why-us-1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.why-us-2 .container,
.why-us-3 .container,
.why-us-1 .container {
  position: relative;
}
.why-us-2 .row,
.why-us-3 .row,
.why-us-1 .row {
  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;
}
.why-us-2 p,
.why-us-3 p,
.why-us-1 p {
  font-size: 16px !important;
  line-height: 1.6 !important;
}
@media (max-width: 766px) {
  .why-us-2 .margin-bottom-about,
  .why-us-3 .margin-bottom-about,
  .why-us-1 .margin-bottom-about {
    margin-bottom: 40px;
  }
}

.why-us-1 {
  padding-top: 0;
}
.why-us-1 svg {
  width: 600px;
  margin: 0 auto;
  display: block;
  height: 71px;
  margin-bottom: 3rem;
  margin-top: 3rem;
  max-width: 100%;
  padding: 0 30px;
}

.why-img-1 {
  width: 100%;
}

.why-us-3 {
  padding-bottom: 0;
}
@media (max-width: 766px) {
  .why-us-3 {
    padding-top: 30px;
    padding-bottom: 0;
  }
}

.why-us-2 {
  background: #c22d27;
}
@media (max-width: 991px) {
  .why-us-2 {
    padding-bottom: 0;
  }
}
@media (min-width: 767px) {
  .why-us-2 {
    margin-top: -140px;
    padding-top: 100px;
  }
}
@media (min-width: 992px) {
  .why-us-2 {
    margin-top: -180px;
    padding-top: 140px;
  }
}
.why-us-2 h2 {
  margin-top: 50px;
  margin-bottom: 15px;
}
.why-us-2 p {
  color: #efe6d7 !important;
}

.go-shop-btn {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  width: 177px;
  top: 50%;
}
@media (min-width: 370px) {
  .go-shop-btn {
    top: 40%;
  }
}
@media (min-width: 480px) {
  .go-shop-btn {
    top: 40%;
  }
}
@media (min-width: 767px) {
  .go-shop-btn {
    top: 40%;
  }
}
@media (min-width: 992px) {
  .go-shop-btn {
    top: 36%;
  }
}
.d-desktop-show {
  display: none;
}
@media (min-width: 767px) {
  .d-desktop-show {
    display: block;
  }
}

.d-mobile-show {
  display: block;
}
@media (min-width: 767px) {
  .d-mobile-show {
    display: none;
  }
}

.kakawco-advantages {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(4, auto);
  margin: 15px;
}
@media (max-width: 479px) {
  .kakawco-advantages {
    grid-template-columns: repeat(2, auto);
  }
}

@media (max-width: 390px) {
  .kakawco-advantages img {
    max-width: 135px;
  }
}
@media (min-width: 430px) and (max-width: 600px) {
  .kakawco-advantages {
    grid-template-columns: repeat(3, auto);
  }
}
.kakawco-advantages img {
  max-width: 150px;
}

.in-pro-firmy .sidebar {
  display: none;
  width: 100%;
}
.in-pro-firmy #content {
  padding-left: 0;
  padding-right: 0;
}
.in-pro-firmy header h1 {
  display: none;
}
.in-pro-firmy .container.content-wrapper {
  width: 100%;
  padding: 0;
}
.in-pro-firmy #footer.is-white {
  margin-top: 0;
}
.in-pro-firmy .sidebar-inner .box-rating {
  margin-top: 0;
}

.for-company-img-1 {
  position: absolute;
  top: -100px;
  right: 40px;
  max-width: 190px;
  z-index: 1;
}
@media (max-width: 766px) {
  .for-company-img-1 {
    top: -60px;
    right: 20px;
    max-width: 120px;
  }
}

.for-company-1 {
  background-color: #efb35e;
  background-image: url(/user/documents/upload/pre-firmy/bg-prefirmy.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.for-company-1 h1,
.for-company-1 h2 {
  margin-top: 0;
  line-height: 1.4;
  color: #213b30;
  font-size: 26px;
}
@media (min-width: 767px) {
  .for-company-1 h1,
  .for-company-1 h2 {
    font-size: 32px;
  }
}
.for-company-1 h1 {
  font-size: 32px;
}
@media (min-width: 767px) {
  .for-company-1 h1 {
    font-size: 36px;
  }
}

.for-company-2 h1,
.for-company-2 h2 {
  margin-top: 0;
  line-height: 1.4;
  color: #f1b758;
  font-size: 26px;
}
@media (min-width: 767px) {
  .for-company-2 h1,
  .for-company-2 h2 {
    font-size: 32px;
  }
}
.for-company-2 h1 {
  font-size: 32px;
}
@media (min-width: 767px) {
  .for-company-2 h1 {
    font-size: 36px;
  }
}

.for-company-list,
.for-company-2,
.for-company-3,
.for-company-1 {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 767px) {
  .for-company-list,
  .for-company-2,
  .for-company-3,
  .for-company-1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.for-company-list .container,
.for-company-2 .container,
.for-company-3 .container,
.for-company-1 .container {
  position: relative;
}
.for-company-list .row,
.for-company-2 .row,
.for-company-3 .row,
.for-company-1 .row {
  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;
}
.for-company-list p,
.for-company-2 p,
.for-company-3 p,
.for-company-1 p {
  font-size: 16px !important;
  line-height: 1.6 !important;
}
@media (max-width: 766px) {
  .for-company-list .margin-bottom-about,
  .for-company-2 .margin-bottom-about,
  .for-company-3 .margin-bottom-about,
  .for-company-1 .margin-bottom-about {
    margin-bottom: 40px;
  }
}

.why-img-1 {
  width: 100%;
}

.for-company-list {
  background: #0d8f63;
  text-align: center;
}
.for-company-list img {
  margin: 0 auto 15px;
  max-width: 180px;
}
.for-company-list h2 {
  color: #efe6d7;
  margin-top: 0;
  margin-bottom: 25px;
  line-height: 1.4;
  font-size: 20px;
}
@media (min-width: 767px) {
  .for-company-list h2 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .for-company-list .col-md-4 {
    margin-bottom: 40px;
  }
}
.for-company-list p {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  color: #efe6d7 !important;
}

@media (max-width: 766px) {
  .for-company-3 {
    padding-top: 30px;
  }
}
.for-company-3 h2 {
  color: #213b30;
  margin-top: 0;
  line-height: 1.4;
  font-size: 26px;
}
@media (min-width: 767px) {
  .for-company-3 h2 {
    font-size: 32px;
  }
}
.for-company-3 ul {
  padding-left: 0;
  list-style: disc inside none;
}
.for-company-3 ul li {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
.for-company-3 ul li svg {
  margin-top: 3px;
  margin-right: 10px;
}

.for-company-2 {
  padding-bottom: 0;
}
.for-company-2 h2 {
  color: #213b30;
  margin-top: 0;
  margin-bottom: 35px;
}
.for-company-2 .col-md-4 {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.in-prodejni-mista .overall-wrapper {
  background-color: #efb35e;
}
.in-prodejni-mista .sidebar {
  display: none;
  width: 100%;
}
.in-prodejni-mista #content {
  padding-left: 0;
  padding-right: 0;
}
.in-prodejni-mista header h1 {
  display: none;
}
.in-prodejni-mista .container.content-wrapper {
  width: 100%;
  padding: 0;
}
.in-prodejni-mista #footer.is-white {
  margin-top: 0;
}
@media (min-width: 992px) {
  .in-prodejni-mista #footer.is-white {
    margin-top: 80px;
  }
}
.in-prodejni-mista .sidebar-inner .box-rating {
  margin-top: 0;
}
.selling-full-img {
  width: 100%;
}

.selling-1 {
  position: relative;
  background-color: #efb35e;
}

.selling-4 {
  background-color: #efb35e;
}

.selling-3 {
  background-color: #0d8e63;
}
.selling-3 h2,
.selling-3 p {
  text-align: center !important;
  color: #efe6d7;
}

.selling-img-1 {
  position: absolute;
  top: -100px;
  right: 40px;
  max-width: 190px;
  z-index: 1;
}
@media (max-width: 766px) {
  .selling-img-1 {
    z-index: 1;
    top: -60px;
    right: 0;
    max-width: 300px;
  }
}

.selling-2,
.selling-3,
.selling-4,
.selling-5,
.selling-1 {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 767px) {
  .selling-2,
  .selling-3,
  .selling-4,
  .selling-5,
  .selling-1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.selling-2 .container,
.selling-3 .container,
.selling-4 .container,
.selling-5 .container,
.selling-1 .container {
  position: relative;
}
.selling-2 .row,
.selling-3 .row,
.selling-4 .row,
.selling-5 .row,
.selling-1 .row {
  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;
}
.selling-2 .selling-subtitle,
.selling-3 .selling-subtitle,
.selling-4 .selling-subtitle,
.selling-5 .selling-subtitle,
.selling-1 .selling-subtitle {
  font-family: "IndustryIncW00-Base", Arial, sans-serif;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}
.selling-2 p,
.selling-3 p,
.selling-4 p,
.selling-5 p,
.selling-1 p {
  text-align: center;
  font-size: 16px !important;
  line-height: 1.6 !important;
}
@media (max-width: 766px) {
  .selling-2 .margin-bottom-selling,
  .selling-3 .margin-bottom-selling,
  .selling-4 .margin-bottom-selling,
  .selling-5 .margin-bottom-selling,
  .selling-1 .margin-bottom-selling {
    margin-bottom: 40px;
  }
}
.selling-2 .row-selling-list.first,
.selling-3 .row-selling-list.first,
.selling-4 .row-selling-list.first,
.selling-5 .row-selling-list.first,
.selling-1 .row-selling-list.first {
  margin-top: 35px;
}
.selling-2 .row-selling-list .col-xs-6:first-child p,
.selling-3 .row-selling-list .col-xs-6:first-child p,
.selling-4 .row-selling-list .col-xs-6:first-child p,
.selling-5 .row-selling-list .col-xs-6:first-child p,
.selling-1 .row-selling-list .col-xs-6:first-child p {
  text-align: right;
}
.selling-2 p.selling-text,
.selling-3 p.selling-text,
.selling-4 p.selling-text,
.selling-5 p.selling-text,
.selling-1 p.selling-text {
  text-align: left;
  font-family: "Proxima Nova Bold", Arial, sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
}
.selling-2 .img-title,
.selling-3 .img-title,
.selling-4 .img-title,
.selling-5 .img-title,
.selling-1 .img-title {
  width: 360px;
  margin: 0 auto 45px;
}
.selling-2 h1,
.selling-2 h2,
.selling-3 h1,
.selling-3 h2,
.selling-4 h1,
.selling-4 h2,
.selling-5 h1,
.selling-5 h2,
.selling-1 h1,
.selling-1 h2 {
  margin-top: 0;
  margin-bottom: 25px;
  line-height: 1.4;
  color: #efe6d7;
  font-family: "Proxima Nova Rg", Arial, sans-serif;
  font-weight: 400;
  text-align: center;
  font-size: 26px;
}
@media (min-width: 767px) {
  .selling-2 h1,
  .selling-2 h2,
  .selling-3 h1,
  .selling-3 h2,
  .selling-4 h1,
  .selling-4 h2,
  .selling-5 h1,
  .selling-5 h2,
  .selling-1 h1,
  .selling-1 h2 {
    font-size: 32px;
  }
}

@media (min-width: 767px) {
  .selling-1 {
    padding-top: 100px;
  }
}
@media (max-width: 991px) {
  .selling-1 .margin-bottom-about {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 0;
    margin-top: 40px;
  }
}

@media (min-width: 992px) {
  .selling-3 {
    padding-top: 0;
  }
}
@media (max-width: 766px) {
  .selling-3 {
    padding-bottom: 0;
  }
}
.selling-3 .img-title {
  width: 240px;
}
.selling-3 p {
  text-align: center !important;
  color: #efe6d7 !important;
}
@media (min-width: 992px) {
  .selling-3 .col-md-6:last-child {
    padding-top: 200px;
    padding-bottom: 100px;
  }
}
@media (min-width: 992px) {
  .selling-3 img.img-responsive:not(.img-title) {
    margin-top: -70px;
    min-width: 590px;
  }
}
@media (max-width: 991px) {
  .selling-3 .margin-bottom-about {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 0;
    margin-top: 40px;
  }
}

.selling-btn {
  text-align: center;
}

.selling-4 {
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .selling-4 {
    padding-bottom: 0;
  }
}
.selling-4 .img-title {
  width: 400px;
}
@media (min-width: 992px) {
  .selling-4 {
    padding-top: 0;
  }
}
@media (max-width: 991px) {
  .selling-4 .col-xs-12:not(.margin-bottom-about) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 0;
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  .selling-4 img.img-responsive:not(.img-title) {
    margin-top: -40px;
    margin-bottom: -80px;
    min-width: 800px;
  }
}

.selling-5 {
  padding-bottom: 0;
  background-color: #efe6d7;
}
@media (min-width: 992px) {
  .selling-5 {
    padding-top: 100px;
  }
}
@media (min-width: 992px) {
  .selling-5 .col-md-12 {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
  }
}
.selling-5 .col-md-12 img {
  margin: 0 auto 35px;
}
.selling-5 .col-md-12 .selling-btn {
  z-index: 1;
  position: relative;
  margin-top: 35px;
}

.selling-2 {
  background: #c22d27;
}
@media (min-width: 992px) {
  .selling-2 {
    padding: 0;
  }
}
.selling-2 p {
  color: #efe6d7 !important;
}
@media (min-width: 992px) {
  .selling-2 img.img-responsive:not(.img-title) {
    margin-top: -70px;
    margin-bottom: -110px;
    min-width: 780px;
  }
}
@media (max-width: 991px) {
  .selling-2 .col-xs-12:not(.margin-bottom-about) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 0;
    margin-top: 40px;
  }
}

.selling-img-1 {
  position: absolute;
  top: -100px;
  right: 0;
  max-width: 1200px;
  z-index: 1;
}
@media (max-width: 766px) {
  .selling-img-1 {
    top: -60px;
    right: 0;
    max-width: 240px;
  }
}

.selling-img-2 {
  position: absolute;
  top: -60px;
  right: 40px;
  max-width: 190px;
  z-index: 1;
}
@media (max-width: 766px) {
  .selling-img-2 {
    top: -80px;
    right: 20px;
    max-width: 120px;
  }
}

.swiper-arrow-content {
  background-color: var(--color-secondary);
  border: 2px solid black;
}
.swiper-arrow-content:hover {
  background-color: var(--color-secondary-hover);
}
.swiper-arrow-content:hover .icon-svg {
  color: #233b31;
}
.swiper-arrow-content .icon-svg {
  color: #233b31;
  font-weight: 700;
}
.swiper-arrow-content:after {
  content: "";
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  z-index: -1;
  position: absolute;
  display: block;
  top: 2px;
  right: 2px;
  background-color: #233b31;
}

.in-index .product {
  padding-bottom: 0;
}

@media (min-width: 767px) {
  .products-block.products-page .product .p {
    padding: 30px 40px 85px;
  }
}

.product .p {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #efe6d7;
  padding: 20px 16px 80px;
}
@media (min-width: 767px) {
  .product .p {
    padding: 30px 40px 85px;
  }
}
.product .p a.image {
  margin-bottom: 10px;
  background: #efe6d7;
}
.product .p a.image img {
  -webkit-transform: scale(1) !important;
      -ms-transform: scale(1) !important;
          transform: scale(1) !important;
  background: #efe6d7;
  mix-blend-mode: multiply;
}
@media (max-width: 766px) {
  .product .p .p-in-in {
    min-height: auto;
  }
}
.product .p .name {
  text-align: center;
}
.product .p .p-bottom .prices {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.product .p .product-btn {
  z-index: 2;
}
.product .p .product-btn .pr-action {
  max-width: none;
}
.product .p .product-btn .btn {
  width: auto;
}

.is-products-slider .slider-group-products .swiper-slide {
  padding-bottom: 0;
}

@media (max-width: 479px) {
  .in-index .products-block .swiper-pagination {
    display: none;
  }
}

.columns-mobile-2 .products-block > div .p .name {
  text-align: center;
}

@media (max-width: 766px) {
  .columns-mobile-2 .products-block .product .p {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 766px) {
  .advanced-order .products .product-btn .btn {
    min-width: 100px;
    font-size: 14px;
    min-height: 30px;
  }
}

@media (max-width: 766px) {
  .advanced-order .products .product .p-bottom .prices {
    display: block;
  }
}

@media (max-width: 766px) {
  .columns-mobile-2 .products-block .product .p {
    padding-bottom: 70px;
  }
  .columns-mobile-2 .products-block .product-btn .btn {
    max-width: 100%;
    font-size: 14px;
  }
}
@media (max-width: 766px) {
  .browse-p a.btn {
    font-size: 14px;
  }
}

.flag.flag-new {
  position: relative;
  text-indent: -99000px;
  padding: 0;
  top: 39px;
  left: 55px;
}
@media (min-width: 481px) and (max-width: 767px) {
  .flag.flag-new {
    top: 29px;
    left: 35px;
  }
}
@media (max-width: 479px) {
  .flag.flag-new {
    top: 29px;
    left: 45px;
  }
}
.flag.flag-new:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 108px;
  height: 104px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/user/documents/upload/new.svg");
}
@media (min-width: 481px) and (max-width: 767px) {
  .flag.flag-new:before {
    width: 68px;
    height: 74px;
  }
}
@media (max-width: 479px) {
  .flag.flag-new:before {
    width: 78px;
    height: 74px;
  }
}

@media (max-width: 766px) {
  .columns-mobile-2 .products-block .flag.flag-new {
    top: 19px;
    left: 40px;
  }
  .columns-mobile-2 .products-block .flag.flag-new:before {
    width: 48px;
    height: 54px;
  }
}

.msg.msg-success,
.msg.msg-notice {
  border-color: var(--color-secondary);
  color: #ffffff;
  background-color: var(--color-secondary);
}

.breadcrumbs {
  color: #233b31;
  text-transform: uppercase;
  font-size: 16px;
}
@media (min-width: 767px) {
  .breadcrumbs {
    font-size: 16px;
    margin-top: 40px;
  }
}
.breadcrumbs > span > span {
  padding: 7px 8px;
}
.breadcrumbs > span > a {
  font-weight: 400;
  color: #233b31;
  padding: 7px 8px;
}
.breadcrumbs > span > a::after {
  content: "/";
  right: -7px;
  color: #233b31;
  font-size: 16px;
}

.sidebar {
  width: 280px;
}
@media (min-width: 992px) {
  .sidebar {
    width: 280px;
  }
}

.box.box-client,
.sidebar-inner .box-rating,
.sidebar-inner .box-sale,
.sidebar-inner > div {
  padding: 20px 20px;
  border: 1px solid #233b31;
  background-color: transparent;
  border-radius: 0;
}
.box.box-client h4,
.sidebar-inner .box-rating h4,
.sidebar-inner .box-sale h4,
.sidebar-inner > div h4 {
  position: relative;
  font-size: 22px;
  text-transform: uppercase;
  background-color: transparent;
  color: #233b31;
  padding: 5px 0 5px;
  margin: 0;
  margin-bottom: 20px;
}
.box.box-client h4:before,
.sidebar-inner .box-rating h4:before,
.sidebar-inner .box-sale h4:before,
.sidebar-inner > div h4:before {
  display: none;
}
.box.box-client h4:after,
.sidebar-inner .box-rating h4:after,
.sidebar-inner .box-sale h4:after,
.sidebar-inner > div h4:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 50px;
  height: 2px;
  display: block;
  background-color: #233b31;
}

.box.box-filters,
.box.box-categories {
  border-radius: 0;
  background-color: transparent;
}
.box.box-filters h4,
.box.box-categories h4 {
  position: relative;
  font-size: 22px;
  text-transform: uppercase;
  background-color: transparent;
  color: #233b31;
  padding: 5px 0 5px;
  margin: 0;
  margin-bottom: 20px;
}
.box.box-filters h4:before,
.box.box-categories h4:before {
  display: none;
}
.box.box-filters h4:after,
.box.box-categories h4:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 50px;
  height: 2px;
  display: block;
  background-color: #233b31;
}

.box.box-common > div {
  margin-top: 15px;
  padding-top: 25px;
  border-top: 1px solid #233b31;
}

#categories {
  font-size: 16px;
}
#categories .topic.child-active,
#categories .topic,
#categories .topic.active {
  display: none;
}
#categories ul li.active a {
  font-weight: 400;
  color: #efb35e !important;
  background-color: transparent !important;
}
#categories ul a {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
#categories ul a:hover {
  background-color: transparent;
  color: #efb35e;
}

ol.top-products li a .top-products-name {
  font-size: 14px;
  color: #233b31;
}

body ol.top-products.dkLabVisitedProducts li a.top-products-content,
ol.top-products li a.top-products-content {
  font-size: 14px;
  color: #233b31;
}

body ol.top-products.dkLabVisitedProducts li::before,
ol.top-products li::before {
  border-radius: 0;
  font-weight: 400;
  font-size: 14px;
  font-family: "IndustryIncW00-Base", Arial, sans-serif;
}

body ol.top-products.dkLabVisitedProducts li:nth-child(1):before,
ol.top-products li:nth-child(1):before {
  background-color: var(--color-secondary);
}

.category-top .category-title {
  margin-bottom: 20px;
  font-family: "IndustryIncW00-Base", Arial, sans-serif;
  font-weight: 400;
  font-size: 26px;
}
@media (min-width: 767px) {
  .category-top .category-title {
    font-size: 32px;
  }
}
.category-top .category-perex {
  margin-top: 0;
}
.category-top .category-perex p {
  color: #233b31;
  line-height: 1.6;
  font-size: 16px;
}
@media (min-width: 767px) {
  .category-top .category-perex p {
    font-size: 18px;
  }
}

.category-header {
  margin-bottom: 30px;
  padding-top: 20px;
  border-top-color: #233b31;
  margin-top: 20px;
}
@media (min-width: 767px) {
  .category-header {
    margin-bottom: 30px;
    padding-top: 20px;
    margin-top: 20px;
  }
}
.category-header div {
  color: #233b31;
}

.category-header input[type=radio] + label {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  border: 0;
  outline: none !important;
  background-color: #0e7370;
  text-align: center;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  -webkit-appearance: none;
  font-size: 14px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 2px solid black;
  background-color: var(--color-secondary);
  color: #233b31;
  font-family: "IndustryIncW00-Base", Arial, sans-serif;
  font-weight: 400;
}
@media (min-width: 480px) {
  .category-header input[type=radio] + label {
    font-size: 16px;
  }
}
@media (min-width: 767px) {
  .category-header input[type=radio] + label {
    font-size: 16px;
  }
}
.category-header input[type=radio] + label:hover {
  background-color: var(--color-secondary-hover);
  color: #233b31;
}
.category-header input[type=radio] + label:before {
  content: "";
  display: block;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  z-index: -1;
  position: absolute;
  display: block;
  top: 2px;
  right: 2px;
  left: auto;
  background-color: #233b31;
}

.category-header input[type=radio]:checked + label {
  background-color: #c52e2c;
}
.category-header input[type=radio]:checked + label:hover {
  background-color: rgb(176.1556016598, 41.132780083, 39.3443983402);
  color: white !important;
}

.subcategories {
  margin: 0 -5px 20px;
}
@media (min-width: 767px) {
  .subcategories {
    margin: 0 -10px 20px;
  }
}
.subcategories.with-image li a {
  position: relative;
  border: 2px solid black;
  background-color: #efe6d7;
  border-radius: 0;
}
@media (max-width: 479px) {
  .subcategories.with-image li a {
    padding: 0 5px 10px 5px;
  }
}
.subcategories.with-image li a:hover {
  background-color: rgb(246.2857142857, 241.3839285714, 233.2142857143);
}
.subcategories.with-image li a:before {
  display: none;
}
@media (min-width: 767px) {
  .subcategories.with-image li a .image {
    width: 75%;
  }
}
.subcategories.with-image li a .image img {
  mix-blend-mode: multiply;
}
.subcategories.with-image li a .text {
  font-weight: 700;
  font-size: 14px;
}
@media (min-width: 767px) {
  .subcategories.with-image li a .text {
    font-size: 16px;
  }
}
.subcategories.with-image li a:before {
  content: "";
  display: block;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  z-index: -1;
  position: absolute;
  display: block;
  top: 2px;
  right: 2px;
  left: auto;
  margin-top: 0;
  background-color: var(--color-secondary);
}

@media (max-width: 479px) {
  .category-header input[type=radio] + label {
    margin-bottom: 6px;
    margin-right: 8px;
  }
}

body ol.top-products.dkLabVisitedProducts li a.top-products-image,
ol.top-products li a.top-products-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55px;
          flex: 0 0 55px;
  margin-left: 8px;
}

body ol.top-products.dkLabVisitedProducts li a.top-products-image,
ol.top-products li a.top-products-image {
  border: 0;
}
body ol.top-products.dkLabVisitedProducts li a.top-products-image img,
ol.top-products li a.top-products-image img {
  mix-blend-mode: multiply;
}

.pagination-top .pagination-top-btn {
  padding: 0;
  min-width: 50px;
  min-height: 50px;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  border: 2px solid black;
  background-color: var(--color-secondary);
}
.pagination-top .pagination-top-btn:hover {
  background-color: var(--color-secondary-hover);
}
.pagination-top .pagination-top-btn:after {
  content: "";
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  z-index: -1;
  position: absolute;
  display: block;
  top: 2px;
  right: 2px;
  background-color: #233b31;
}
.pagination-top .pagination-link {
  width: 100%;
  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;
}
.pagination-top .pagination-link.up:before {
  color: #233b31;
  font-size: 12px;
  font-weight: 700;
}
.pagination-top strong {
  display: none;
}

.pagination-loader .btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  border: 0;
  outline: none !important;
  background-color: #0e7370;
  text-align: center;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  -webkit-appearance: none;
  font-size: 14px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 2px solid black;
  background-color: #c52e2c;
  color: #ffffff;
  font-family: "IndustryIncW00-Base", Arial, sans-serif;
  font-weight: 400;
}
.pagination-loader .btn:before {
  color: #233b31;
  font-size: 12px;
  font-weight: 700;
}
.pagination-loader .btn.unveil-button {
  padding-top: 8px;
}
@media (min-width: 480px) {
  .pagination-loader .btn {
    font-size: 16px;
  }
}
@media (min-width: 767px) {
  .pagination-loader .btn {
    font-size: 16px;
  }
}
.pagination-loader .btn:hover {
  background-color: rgb(176.1556016598, 41.132780083, 39.3443983402);
  color: #ffffff;
}
.pagination-loader .btn:after {
  content: "";
  display: block;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  z-index: -1;
  position: absolute;
  display: block;
  top: 2px;
  right: 2px;
  left: auto;
  background-color: #233b31;
}

.pagination > strong,
.pagination > a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  border: 0;
  outline: none !important;
  background-color: #0e7370;
  text-align: center;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  -webkit-appearance: none;
  font-size: 16px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 2px solid black;
  background-color: var(--color-secondary);
  color: #233b31;
  font-family: "IndustryIncW00-Base", Arial, sans-serif;
  font-weight: 400;
  border-radius: 0;
}
@media (min-width: 480px) {
  .pagination > strong,
  .pagination > a {
    font-size: 18px;
  }
}
@media (min-width: 767px) {
  .pagination > strong,
  .pagination > a {
    font-size: 18px;
  }
}
.pagination > strong:hover,
.pagination > a:hover {
  background-color: var(--color-secondary-hover);
  color: #ffffff;
}
.pagination > strong.current,
.pagination > a.current {
  background-color: #c52e2c;
}
.pagination > strong.current:hover,
.pagination > a.current:hover {
  background-color: rgb(176.1556016598, 41.132780083, 39.3443983402);
  color: #ffffff;
}
.pagination > strong:after,
.pagination > a:after {
  content: "";
  display: block;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  z-index: -1;
  position: absolute;
  display: block;
  top: 2px;
  right: 2px;
  left: auto;
  background-color: #233b31;
}

.advanced-order {
  position: relative;
}
.advanced-order:after, .advanced-order:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 991px) {
  .advanced-order:after, .advanced-order:before {
    display: none;
  }
}
.advanced-order:before {
  top: -15px;
  left: 0;
  width: 130px;
  background-image: url(/user/documents/upload/vtak-1.svg);
  height: 160px;
}
.advanced-order:after {
  top: 45px;
  right: 0;
  width: 140px;
  background-image: url(/user/documents/upload/vtak-2.svg);
  height: 160px;
}
.advanced-order .h1:not(.advanced-order-suggestion) {
  text-align: center;
  background-color: transparent;
  color: #233b31;
  height: auto;
  padding: 15px 15px 15px;
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
}
@media (min-width: 767px) {
  .advanced-order .h1:not(.advanced-order-suggestion) {
    font-size: 32px;
  }
}
.advanced-order .h1:not(.advanced-order-suggestion):before {
  display: none;
}
@media (max-width: 766px) {
  .advanced-order .h2 {
    font-size: 18px;
  }
}
.advanced-order .extra-item .extra.step {
  z-index: 2;
  position: relative;
}
.advanced-order .extra-item .extra.step .next-step-back,
.advanced-order .extra-item .extra.step .btn.btn-conversion {
  text-transform: uppercase;
  position: relative;
  margin: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  border: 0;
  font-family: "IndustryIncW00-Base", Arial, sans-serif;
  font-weight: 400;
  outline: none !important;
  background-color: #0e7370;
  text-align: center;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  -webkit-appearance: none;
  border: 2px solid black;
  font-size: 14px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: var(--color-secondary);
  color: #233b31;
  border: 2px solid black;
}
@media (max-width: 479px) {
  .advanced-order .extra-item .extra.step .next-step-back,
  .advanced-order .extra-item .extra.step .btn.btn-conversion {
    min-height: 40px;
  }
}
@media (min-width: 480px) {
  .advanced-order .extra-item .extra.step .next-step-back,
  .advanced-order .extra-item .extra.step .btn.btn-conversion {
    font-size: 16px;
  }
}
@media (min-width: 767px) {
  .advanced-order .extra-item .extra.step .next-step-back,
  .advanced-order .extra-item .extra.step .btn.btn-conversion {
    font-size: 20px;
  }
}
.advanced-order .extra-item .extra.step .next-step-back:hover,
.advanced-order .extra-item .extra.step .btn.btn-conversion:hover {
  background-color: var(--color-secondary-hover);
  color: #233b31;
}
.advanced-order .extra-item .extra.step .next-step-back:before,
.advanced-order .extra-item .extra.step .btn.btn-conversion:before {
  content: "";
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  z-index: -1;
  position: absolute;
  top: 2px;
  right: 2px;
  margin: 0;
  background-color: #233b31;
}
.advanced-order .extra-item .extra.step .next-step-back {
  color: #efe6d7;
  background-color: #c52e2c;
}
.advanced-order .extra-item .extra.step .next-step-back:hover {
  color: #efe6d7;
  background-color: rgb(176.1556016598, 41.132780083, 39.3443983402);
}
@media (max-width: 479px) {
  .shipping-options-popup .extra.step,
  .advanced-order .extra.step {
    margin-bottom: 5px;
    margin-top: 5px;
  }
}

@media (max-width: 479px) {
  .shipping-options-popup .next-step-back.back-to-shop,
  .advanced-order .next-step-back.back-to-shop {
    height: 40px;
  }
}

#cboxContent {
  background: #efe6d7;
}

.extras-wrap .extra-item.is-free-shipping .extra-content {
  background-color: #0e7370;
  border: 2px solid black;
}

.extras-wrap .extra-item.is-free-shipping span strong,
.extras-wrap .extra-item.is-free-shipping .extra.delivery::before {
  color: var(--color-secondary);
}

.extras-wrap .extra span {
  color: white;
}

#cboxClose.cboxClose--shipping:before,
#cboxClose.cboxClose--order:before {
  color: #233b31;
}

.colorbox-html-content {
  padding: 40px 20px 30px;
}
@media (max-width: 479px) {
  .colorbox-html-content {
    padding-bottom: 10px;
  }
}

#cboxClose.cboxClose--shipping,
#cboxClose.cboxClose--order {
  height: 50px;
  right: 10px;
  width: 50px;
  top: 10px;
}

.shipping-options-popup .extras-wrap .extra-content .extra-content,
.advanced-order .extras-wrap .extra-content .extra-content {
  padding: 0;
  border: 0;
}

.columns-mobile-2 .advanced-order .products-block > div .p .name {
  text-align: left;
}

.advanced-order .product .p a.image img {
  background-color: transparent;
}

.content-modal.ext .form-group label {
  margin-top: 10px;
}

.content-modal p {
  margin-bottom: 0;
}

@media (min-width: 767px) {
  .advanced-order a.btn:not(.btn-icon),
  .advanced-order button.btn {
    font-size: 16px;
  }
}

@media (max-width: 766px) {
  .p-image-wrapper .p-image {
    margin-bottom: 0;
  }
}

.p-image-wrapper .p-image {
  background-color: #efe6d7;
}
.p-image-wrapper .p-image #cloud-zoom-big {
  position: relative;
  background-color: #efe6d7 !important;
}
.p-image-wrapper .p-image #cloud-zoom-big img {
  background-color: #efe6d7;
  mix-blend-mode: multiply;
}
.p-image-wrapper .p-image #wrap {
  background-color: #efe6d7;
}
.p-image-wrapper .p-image #wrap a {
  position: relative;
  background-color: #efe6d7;
}
.p-image-wrapper .p-image #wrap a img {
  background-color: #efe6d7;
  mix-blend-mode: multiply;
}

.detail-tab-item + .detail-tab-content {
  position: relative;
}

.shp-tabs-wrapper .tab-pane.active .detail-tab-item {
  border-color: #233b31;
}

.btn.btn-conversion:after {
  display: none;
}

.p-info-wrapper .btn.btn-conversion {
  min-width: auto;
}
@media (min-width: 767px) {
  .p-info-wrapper .btn.btn-conversion {
    min-height: 50px;
    height: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

.detail-tab-item {
  color: #233b31;
  font-size: 18px;
  font-family: "IndustryIncW00-Base", Arial, sans-serif;
}
.detail-tab-item:after {
  color: #233b31;
  font-size: 12px;
}

.product-top {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .product-top {
    margin-bottom: 10px;
  }
}

.products-related-block {
  margin-bottom: 30px;
}

@media (min-width: 767px) {
  .shp-tabs-wrapper {
    margin-bottom: 70px;
  }
}

#productDiscussion,
.shp-tab[data-testid=tabDiscussion] {
  display: none !important;
}

.shp-tabs-wrapper .tab-pane {
  border-color: #233b31;
  background-color: #efb35e;
}
@media (min-width: 767px) {
  .shp-tabs-wrapper .tab-pane {
    padding: 30px 30px 30px;
  }
}

.shp-tabs-holder ul.shp-tabs li {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
}
.shp-tabs-holder ul.shp-tabs li.active:after {
  background-color: #efb35e;
}
.shp-tabs-holder ul.shp-tabs li.active a {
  border-color: #233b31;
  background-color: #efb35e;
  color: #233b31;
}
.shp-tabs-holder ul.shp-tabs li a {
  border-color: transparent;
  text-transform: uppercase;
  font-family: "IndustryIncW00-Base", Arial, sans-serif;
  font-weight: 400;
  color: #233b31;
}
@media (min-width: 992px) {
  .shp-tabs-holder ul.shp-tabs li a {
    font-size: 24px;
  }
}

#description {
  position: relative;
}
#description .detail-desc {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.2;
}
@media (min-width: 767px) {
  #description .detail-desc {
    opacity: 0.4;
  }
}

.basic-description {
  color: #233b31;
  z-index: 1;
}
@media (min-width: 992px) {
  .basic-description {
    width: 55%;
  }
}
.basic-description p {
  font-size: 16px;
}
@media (min-width: 767px) {
  .basic-description p {
    font-size: 18px;
  }
}

.shp-tabs-wrapper .tab-pane.active .detail-tab-item + .detail-tab-content {
  overflow: hidden;
}

.extended-description {
  border-left: 0;
}
@media (min-width: 992px) {
  .extended-description {
    width: 45%;
  }
}
@media (max-width: 991px) {
  .extended-description {
    margin-top: 30px;
    padding-top: 0;
    border-top: 0;
    margin-bottom: -61px;
    margin-left: -60px;
    margin-right: -60px;
  }
}

@media (min-width: 992px) {
  body:not(.multiple-columns-body) .p-image-wrapper {
    width: 40%;
  }
}
@media (min-width: 992px) {
  body:not(.multiple-columns-body) .p-info-wrapper {
    width: 60%;
  }
}

@media (min-width: 992px) {
  .p-image-wrapper {
    padding-right: 30px;
  }
}

@media (min-width: 992px) {
  .p-info-wrapper {
    padding-right: 30px;
  }
}

.p-info-headline {
  margin-bottom: 20px;
}
.p-info-headline h1,
.p-info-headline .h1 {
  font-family: "IndustryIncW00-Base", Arial, sans-serif;
  font-size: 22px;
  margin-bottom: 15px;
}
@media (min-width: 480px) {
  .p-info-headline h1,
  .p-info-headline .h1 {
    font-size: 28px;
  }
}
@media (min-width: 767px) {
  .p-info-headline h1,
  .p-info-headline .h1 {
    font-size: 32px;
  }
}
.p-info-headline .p-detail-info .stars {
  margin-right: 0;
}
.p-info-headline .stars-wrapper {
  margin-right: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  min-height: auto;
  padding: 0;
  background-color: transparent;
}
.p-info-headline .stars-label {
  display: none;
}

.p-info-grid .detail-grid-item {
  margin-bottom: 10px;
}

.p-info-grid .detail-parameters-block {
  margin-bottom: 10px;
}

.p-info-grid .detail-availability-block .detail-grid-title {
  margin-bottom: 8px;
}

.p-info-grid .detail-grid-title {
  margin-bottom: 0;
}

.detail-parameters-block .detail-grid-title {
  margin-bottom: 10px;
}

.variant-list select,
.surcharge-list select {
  width: auto;
  border: 2px solid #233b31;
  color: #233b31;
}
.variant-list select::-webkit-input-placeholder, .surcharge-list select::-webkit-input-placeholder {
  color: #233b31;
}
.variant-list select::-moz-placeholder, .surcharge-list select::-moz-placeholder {
  color: #233b31;
}
.variant-list select:-ms-input-placeholder, .surcharge-list select:-ms-input-placeholder {
  color: #233b31;
}
.variant-list select::-ms-input-placeholder, .surcharge-list select::-ms-input-placeholder {
  color: #233b31;
}
.variant-list select::placeholder,
.surcharge-list select::placeholder {
  color: #233b31;
}

.p-short-description {
  color: #233b31;
}
.p-short-description p {
  color: #233b31;
}

.detail-parameters tr:last-child th {
  display: none;
}

a.link-icon {
  color: #233b31;
}
a.link-icon::before {
  color: #233b31;
}

.p-info-wrapper .availability-value {
  text-transform: none;
  font-size: 18px;
  font-weight: 700;
  font-family: "Proxima Nova Bold", Arial, sans-serif;
}
@media (min-width: 767px) {
  .p-info-wrapper .availability-value {
    font-size: 20px;
  }
}

.social-buttons-wrapper {
  border-top-color: #233b31;
}

.add-to-cart .btn.btn-conversion,
.add-to-cart a.btn.btn-conversion {
  border: 2px solid #233b31;
  background-color: #efb35e;
  color: #233b31;
}
.add-to-cart .btn.btn-conversion:hover,
.add-to-cart a.btn.btn-conversion:hover {
  background-color: rgb(236.6949152542, 168.0508474576, 70.8050847458);
}

#cboxClose:before {
  color: #233b31;
}

input.btn {
  font-family: "IndustryIncW00-Base", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 16px;
}
@media (min-width: 767px) {
  input.btn {
    font-size: 20px;
  }
}

.discussion-form input,
.vote-form input {
  max-width: 270px;
}

.detail-tab-content .vote-form .form-group .form-control,
.detail-tab-content .discussion-form .form-group .form-control {
  background-color: #efe6d7;
  color: #233b31;
}
.detail-tab-content .vote-form .form-group .form-control::-webkit-input-placeholder, .detail-tab-content .discussion-form .form-group .form-control::-webkit-input-placeholder {
  color: #233b31;
}
.detail-tab-content .vote-form .form-group .form-control::-moz-placeholder, .detail-tab-content .discussion-form .form-group .form-control::-moz-placeholder {
  color: #233b31;
}
.detail-tab-content .vote-form .form-group .form-control:-ms-input-placeholder, .detail-tab-content .discussion-form .form-group .form-control:-ms-input-placeholder {
  color: #233b31;
}
.detail-tab-content .vote-form .form-group .form-control::-ms-input-placeholder, .detail-tab-content .discussion-form .form-group .form-control::-ms-input-placeholder {
  color: #233b31;
}
.detail-tab-content .vote-form .form-group .form-control::placeholder,
.detail-tab-content .discussion-form .form-group .form-control::placeholder {
  color: #233b31;
}

.benefitBanner {
  background-color: #308065;
  margin-top: 30px;
  margin-bottom: 50px;
  padding-top: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: relative;
}
@media (max-width: 766px) {
  .benefitBanner {
    display: block;
  }
}
.benefitBanner:before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  display: block;
  width: 100vw;
  height: 100%;
  background-color: #308065;
  z-index: 1;
}
@media (min-width: 767px) {
  .benefitBanner:before {
    left: calc(50% - 50vw - 10px);
  }
}
.benefitBanner.position--benefitProduct {
  margin-top: 0;
  margin-bottom: 50px;
}
@media (max-width: 766px) {
  .benefitBanner.position--benefitProduct {
    margin-bottom: 70px;
  }
}
.benefitBanner .benefitBanner__item {
  padding-left: 15px;
  padding-right: 15px;
  z-index: 2;
  position: relative;
  margin-bottom: 35px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
}
@media (max-width: 766px) {
  .benefitBanner .benefitBanner__item {
    margin-bottom: 0;
  }
}
@media (min-width: 767px) {
  .benefitBanner .benefitBanner__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 33.33%;
            flex: 1 1 33.33%;
    width: 33.33%;
  }
}
.benefitBanner .benefitBanner__link {
  display: block;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  opacity: 1;
}
.benefitBanner .benefitBanner__link:hover {
  opacity: 1;
}
.benefitBanner .benefitBanner__picture {
  width: 110px;
  height: 110px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 110px;
          flex: 0 0 110px;
  height: 110px;
  padding-left: 0;
  margin-right: 0;
  position: relative;
  z-index: 1;
  background-color: #308065;
  margin: 0 auto 25px;
}
.benefitBanner .benefitBanner__picture img {
  max-width: 110px;
  max-height: 110px;
}
.benefitBanner .benefitBanner__content {
  padding-right: 0;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
}
.benefitBanner .benefitBanner__title {
  color: #efe6d7;
  font-weight: 400;
  font-family: "IndustryIncW00-Base", Arial, sans-serif;
}
.benefitBanner .benefitBanner__data {
  margin-top: 20px;
  color: white;
  line-height: 1.6;
}
@media (min-width: 767px) {
  .benefitBanner .benefitBanner__data {
    font-size: 16px;
  }
}

.slider-group-benefits-banners .swiper-pagination {
  z-index: 2;
  height: 20px;
  bottom: -20px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  background-color: var(--color-secondary);
}

.swiper-pagination-bullet:after {
  opacity: 1;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #233b31;
  background-color: white;
}

.p-detail .stars-wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.products-block .ratings-wrapper {
  padding-top: 10px;
}

.stars .star {
  color: #b99944;
}
.stars .star.star-off:before, .stars .star.star-on:before {
  font-family: "kakawco" !important;
}
.stars .star.star-off {
  color: #cfcabc;
}
.stars .star.star-off:before {
  content: "\e91c";
}
.stars .star.star-on {
  color: #b99944;
}
.stars .star.star-on:before {
  content: "\e91c";
}

.rate-wrapper.unveil-wrapper .rate-wrap {
  background-color: transparent;
}

.discussion-form,
.vote-form {
  border-bottom-color: #233b31;
}

.vote-form input.btn {
  background-color: #0e7370;
  color: white;
}
.vote-form input.btn:hover {
  background-color: rgb(11.2325581395, 92.2674418605, 89.8604651163);
  color: white;
}

.p-detail .add-to-cart .quantity {
  border: 1px solid #233b31;
}

@media (min-width: 767px) {
  .p-info-wrapper .quantity input {
    width: 130px;
    height: 50px;
    font-size: 24px;
  }
}
@media (min-width: 767px) {
  .p-info-wrapper .quantity .increase,
  .p-info-wrapper .quantity .decrease {
    height: 48px;
    width: 38px;
  }
  .p-info-wrapper .quantity .increase:before,
  .p-info-wrapper .quantity .decrease:before {
    font-size: 14px;
    color: #233b31;
  }
}

.quantity {
  border: 1px solid #233b31;
}
.quantity .decrease,
.quantity .increase {
  background-color: white;
}
.quantity .decrease:before,
.quantity .increase:before {
  color: #233b31;
}
.quantity input {
  color: #233b31;
  background-color: white;
}

.in-registration-login .content-inner form {
  background-color: transparent;
  border: 1px solid #233b31;
}

.client-title {
  margin-bottom: 25px;
  font-family: "IndustryIncW00-Base", Arial, sans-serif;
  text-transform: uppercase;
}

.client-center-box ul li {
  margin-bottom: 0;
}

.client-center-box ul li a {
  color: #233b31;
}
.client-center-box ul li a:hover {
  color: #efb35e;
}

.client-center-box ul li.active a {
  color: #efb35e;
}

.client-center-box ul li a:before {
  background-color: #233b31;
}

.client-center-box ul li.active a:before {
  background-color: #efb35e;
}

.is-client-zone .co-box {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom-color: #233b31 !important;
}

.in-registration-login .content-inner .submit-wrapper .btn {
  color: #233b31;
  border-color: #233b31;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.contact-address__content {
  border-color: #233b31;
  background-color: transparent;
}

.contact-address__content .contact-box ul li {
  font-size: 16px;
}
@media (min-width: 767px) {
  .contact-address__content .contact-box ul li {
    font-size: 18px;
  }
}

.contact-address__content .contact-box ul li > span:before {
  top: 5px;
}

@media (max-width: 766px) {
  .cart-header {
    border-bottom: 2px solid #233b31;
    padding-bottom: 10px;
    margin-bottom: 50px;
  }
}
.cart-header li.step {
  font-family: "IndustryIncW00-Base", Arial, sans-serif;
  background-color: transparent;
  border: 0;
  color: #efb35e;
  font-weight: 400;
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
@media (min-width: 767px) {
  .cart-header li.step {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .cart-header li.step {
    font-size: 16px;
  }
}
@media (min-width: 1440px) {
  .cart-header li.step {
    font-size: 20px;
  }
}
.cart-header li.step.active {
  border: 0;
  background-color: transparent;
}
.cart-header li.step.active strong,
.cart-header li.step.active a {
  color: #233b31;
}
.cart-header li.step.active strong span:before,
.cart-header li.step.active a span:before {
  color: #233b31;
  border-color: #233b31;
  background-color: #efb35e;
}
.cart-header li.step.completed a,
.cart-header li.step.completed strong {
  color: #233b31;
}
.cart-header li.step.completed a span:before,
.cart-header li.step.completed strong span:before {
  color: #233b31;
  border-color: #233b31;
  background-color: #efb35e;
}
@media (min-width: 767px) {
  .cart-header li.step a,
  .cart-header li.step strong {
    padding-top: 12px;
    padding-bottom: 8px;
  }
}
.cart-header li.step strong,
.cart-header li.step a {
  font-weight: 400;
  font-family: "IndustryIncW00-Base", Arial, sans-serif;
  color: #efb35e;
}
.cart-header li.step strong span:before,
.cart-header li.step a span:before {
  border: 2px solid #efb35e;
  border-radius: 100%;
  background-color: white;
  color: #efb35e;
  font-weight: 700;
  font-family: "Proxima Nova Bold", Arial, sans-serif;
  font-size: 16px;
  line-height: 28px;
}
@media (min-width: 767px) {
  .cart-header li.step strong span:before,
  .cart-header li.step a span:before {
    font-size: 18px;
    line-height: 42px;
    width: 45px;
    height: 45px;
  }
}
.cart-header li.step a:hover {
  color: #233b31;
}
.cart-header li.step a:hover span:before {
  border-color: #efb35e;
  background-color: #ffffff;
  color: #efb35e;
}

.cart-header-block {
  display: none;
}

.ordering-process .id--16 .content-inner {
  margin-top: 60px;
}

@media (min-width: 767px) {
  .ordering-process #footer.is-white {
    margin-top: 0;
  }
}

@media (min-width: 767px) {
  .ordering-process .content-inner {
    margin-top: 60px;
  }
}

.id--9 .cart-inner {
  border: 0;
}
.id--9 .content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 0;
  padding-top: 60px;
}
@media (min-width: 767px) {
  .id--9 .content-inner {
    margin: 0 0 0;
    padding-top: 80px;
  }
}
@media (min-width: 1440px) {
  .id--9 .content-inner {
    margin: 0 -30px 0;
    padding-top: 60px;
  }
}
.id--9 .cart-wrapper {
  width: 100%;
  padding: 0 0;
}
@media (min-width: 767px) {
  .id--9 .cart-wrapper {
    width: 100%;
    padding: 0 0;
  }
}
@media (min-width: 1200px) {
  .id--9 .cart-wrapper {
    width: 65%;
    padding: 0 15px;
  }
}
@media (min-width: 1440px) {
  .id--9 .cart-wrapper {
    width: 65%;
    padding: 0 30px;
  }
}
.id--9 .cart-inner-side {
  width: 100%;
  padding: 0 0;
}
@media (min-width: 767px) {
  .id--9 .cart-inner-side {
    width: 100%;
    padding: 0 0;
  }
}
@media (min-width: 1200px) {
  .id--9 .cart-inner-side {
    width: 35%;
    padding: 0 15px;
  }
}
@media (min-width: 1440px) {
  .id--9 .cart-inner-side {
    width: 35%;
    padding: 0 30px;
  }
}
.id--9 .cart-inner {
  background-color: transparent;
  padding: 0;
}
.id--9 .extras-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.id--9 .extras-wrapper .extras-col {
  margin-bottom: 20px;
}
.id--9 .extras-wrapper .extras-col .discount-coupon-checkbox {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .id--9 .extras-wrapper .extras-col {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 20px;
  }
}
.id--9 .discount-coupon {
  border: 2px solid #233b31;
  background-color: #c52e2c;
}
.id--9 .discount-coupon .h4 {
  color: white;
  text-align: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.id--9 .discount-coupon form {
  position: relative;
  z-index: 1;
  max-width: 100%;
}
.id--9 .discount-coupon form input {
  border: 1px solid #233b31;
}
.id--9 .discount-coupon form input::-webkit-input-placeholder {
  color: #233b31;
}
.id--9 .discount-coupon form input::-moz-placeholder {
  color: #233b31;
}
.id--9 .discount-coupon form input:-ms-input-placeholder {
  color: #233b31;
}
.id--9 .discount-coupon form input::-ms-input-placeholder {
  color: #233b31;
}
.id--9 .discount-coupon form input::placeholder {
  color: #233b31;
}
.id--9 .discount-coupon form .btn {
  position: relative;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-family: "IndustryIncW00-Base", Arial, sans-serif;
  background-color: var(--color-secondary);
  color: #233b31;
  border: 2px solid black;
  font-size: 18px;
}
.id--9 .discount-coupon form .btn:before {
  content: "";
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  z-index: -1;
  position: absolute;
  top: 2px;
  right: 2px;
  background-color: #233b31;
}
.id--9 .extras-text {
  display: block;
  margin-top: -5px;
  color: #233b31;
  width: 100%;
  padding: 0 15px;
  font-size: 14px;
}
@media (max-width: 766px) {
  .id--9 .extras-text {
    margin-top: -15px;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .id--9 .extras-text {
    font-size: 16px;
  }
}

.back-shopping-link {
  margin-top: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 5px;
  padding-top: 5px;
}
@media (max-width: 1199px) {
  .back-shopping-link {
    position: absolute;
    top: 0;
    left: 20px;
  }
}
@media (max-width: 1199px) {
  .back-shopping-link {
    top: -15px;
    left: 0;
  }
}
.back-shopping-link .next-step-back {
  position: relative;
  padding: 5px 0;
  color: #233b31;
  line-height: 1.2;
  font-family: "Proxima Nova Rg", Arial, sans-serif;
  font-weight: 400;
  border-bottom: 2px solid #233b31;
  padding-left: 5px;
  font-size: 16px;
}
@media (max-width: 766px) {
  .back-shopping-link .next-step-back {
    font-size: 14px;
  }
}
.back-shopping-link .next-step-back:hover {
  color: #efb35e;
}
.back-shopping-link .next-step-back:before {
  position: absolute;
  bottom: -10px;
  left: -3px;
  display: block;
  width: 9px;
  height: 16px;
  font-weight: 700;
  margin-right: 0;
  color: #233b31;
  font-size: 14px;
}

body:not(.after-load) .order-summary-inner {
  background-color: var(--color-secondary);
}

.next-step {
  text-align: right;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-color: transparent;
}
.next-step .next-step-back.back-to-shop {
  height: auto;
  position: relative;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 5px 0;
  color: #233b31;
  line-height: 1.2;
  font-family: "Proxima Nova Rg", Arial, sans-serif;
  font-weight: 400;
  background-color: transparent;
  border-bottom: 2px solid #233b31;
  padding-left: 5px;
  font-size: 16px;
  margin-top: 10px;
}
@media (max-width: 766px) {
  .next-step .next-step-back.back-to-shop {
    font-size: 14px;
  }
}
.next-step .next-step-back.back-to-shop:hover {
  color: #efb35e;
}
.next-step .next-step-back.back-to-shop:before {
  position: absolute;
  bottom: -10px;
  left: -3px;
  display: block;
  width: 9px;
  height: 16px;
  font-weight: 700;
  margin-right: 0;
  color: #233b31;
  font-size: 14px;
}

.order-summary-top,
.order-summary-bottom,
.summary-wrapper {
  background-color: #efb35e;
  padding: 20px 20px;
  border: 2px solid #233b31;
}
.order-summary-top .next-step,
.order-summary-bottom .next-step,
.summary-wrapper .next-step {
  position: relative;
  z-index: 1;
}
.order-summary-top .btn.btn-conversion,
.order-summary-top a.btn.btn-conversion,
.order-summary-bottom .btn.btn-conversion,
.order-summary-bottom a.btn.btn-conversion,
.summary-wrapper .btn.btn-conversion,
.summary-wrapper a.btn.btn-conversion {
  min-height: 50px;
  background-color: #c52e2c;
  color: #efe6d7;
  border: 2px solid black;
  font-size: 16px;
  width: auto;
  margin: 0 auto;
}
@media (min-width: 767px) {
  .order-summary-top .btn.btn-conversion,
  .order-summary-top a.btn.btn-conversion,
  .order-summary-bottom .btn.btn-conversion,
  .order-summary-bottom a.btn.btn-conversion,
  .summary-wrapper .btn.btn-conversion,
  .summary-wrapper a.btn.btn-conversion {
    font-size: 18px;
  }
}
.order-summary-top .btn.btn-conversion:hover,
.order-summary-top a.btn.btn-conversion:hover,
.order-summary-bottom .btn.btn-conversion:hover,
.order-summary-bottom a.btn.btn-conversion:hover,
.summary-wrapper .btn.btn-conversion:hover,
.summary-wrapper a.btn.btn-conversion:hover {
  background-color: rgb(176.1556016598, 41.132780083, 39.3443983402);
  color: #efe6d7;
}

.ordering-process .price-wrapper .price.price-primary {
  color: #233b31;
}
.ordering-process .price-wrapper .price.price-secondary {
  font-weight: 400;
  color: #233b31;
  opacity: 1;
}
.ordering-process .price-wrapper .price-label {
  font-family: "Proxima Nova Bold", Arial, sans-serif;
  font-weight: 700;
}
.ordering-process .price-wrapper .price-label.price-primary {
  text-transform: uppercase;
}
.ordering-process .price-wrapper .price-label.price-secondary {
  font-family: "Proxima Nova Rg", Arial, sans-serif;
  font-weight: 400;
  opacity: 1;
  color: #233b31;
}

.cart-table {
  border: 0;
}
@media (max-width: 766px) {
  .cart-table tr {
    margin-bottom: 25px;
    padding-bottom: 15px;
  }
}
@media (min-width: 767px) {
  .cart-table tr:first-child td {
    border-top: 2px solid #233b31;
  }
}
.cart-table tr.removeable .remove-item {
  opacity: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 25px;
  height: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border: 2px solid #233b31;
  background-color: #ffffff;
  border-radius: 100%;
  margin-left: 25px;
}
.cart-table tr.removeable .remove-item:hover {
  background-color: #c52e2c;
}
.cart-table tr.removeable .remove-item:hover:before {
  color: white;
}
@media (min-width: 767px) {
  .cart-table tr.removeable .remove-item {
    right: 0;
  }
}
.cart-table tr.removeable .remove-item:before {
  content: "\e912";
  font-size: 10px;
  font-family: "shoptet" !important;
  font-size: 12px;
  color: #233b31;
}
.cart-table tr .show-related {
  color: #233b31;
  font-size: 11px;
}
.cart-table tr.related td {
  background-color: transparent;
}
.cart-table tr.related td .cart-related-availability {
  text-transform: none;
  font-weight: 700;
}
.cart-table tr.related td .cart-related-product {
  background-color: transparent;
}
.cart-table tr.related td .cart-related-img img {
  mix-blend-mode: multiply;
}
@media (min-width: 767px) {
  .cart-table tr.related td .cart-related-product {
    padding: 0px 20px;
  }
}
@media (min-width: 767px) {
  .cart-table tr.related td .cart-related-button .btn {
    font-size: 16px !important;
    min-height: 40px;
    height: 40px;
  }
}
.cart-table tr td {
  border-bottom-width: 2px;
  border-bottom-color: #233b31;
}
@media (min-width: 767px) {
  .cart-table tr td {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.cart-table tr td.cart-p-image {
  width: 110px;
  padding-right: 0;
  background-color: transparent;
}
@media (max-width: 766px) {
  .cart-table tr td.cart-p-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
  }
}
.cart-table tr td.cart-p-image img {
  width: 100%;
  mix-blend-mode: multiply;
  background: #efe6d7;
}
@media (max-width: 766px) {
  .cart-table tr td.p-name {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(100% - 80px);
            flex: 1 1 calc(100% - 80px);
  }
}
.cart-table tr td.p-name a {
  font-family: "Proxima Nova Bold", Arial, sans-serif;
  font-weight: 700;
}
.cart-table tr td.p-name a .main-link-variant {
  font-family: "Proxima Nova Rg", Arial, sans-serif;
  font-weight: 400;
  color: #233b31;
}
.cart-table tr td.p-name .show-related {
  color: #233b31;
}
.cart-table tr td.p-availability .availability-label {
  font-family: "Proxima Nova Bold", Arial, sans-serif;
  font-weight: 700;
  text-transform: none;
}
@media (min-width: 767px) {
  .cart-table tr td.p-availability .availability-label {
    font-size: 14px;
  }
}
.cart-table tr td.p-price .price-final {
  color: #233b31;
  font-family: "Proxima Nova Rg", Arial, sans-serif;
  font-weight: 400;
}
.cart-table tr td.p-price .unit-value {
  color: #233b31;
  text-transform: uppercase;
}
@media (min-width: 767px) {
  .cart-table tr td.p-total .price-final {
    font-size: 18px;
  }
}
@media (min-width: 767px) {
  .cart-table tr td.p-quantity .quantity .decrease,
  .cart-table tr td.p-quantity .quantity .increase {
    width: 28px;
  }
}
@media (min-width: 767px) {
  .cart-table tr td.p-quantity .quantity .decrease:before,
  .cart-table tr td.p-quantity .quantity .increase:before {
    font-size: 10px;
  }
}
@media (min-width: 767px) {
  .cart-table tr td.p-quantity .quantity input {
    width: 95px;
    padding-left: 28px;
    padding-right: 28px;
  }
}

@media (max-width: 766px) {
  .btn.next-step-forward,
  .btn.next-step-finish {
    z-index: auto;
  }
}

.ordering-process #footer.is-white .contact-box > ul:first-child {
  display: block;
}

.order-summary-bottom h4,
.order-summary-top h4 {
  margin-bottom: 10px;
  font-size: 20px;
  color: #233b31;
  font-family: "IndustryIncW00-Base", Arial, sans-serif;
}

.cart-item > div.cart-item-price {
  font-family: "IndustryIncW00-Base", Arial, sans-serif;
}

.cart-item-amount .unit-value,
.cart-item-name a span {
  color: #233b31;
}

.recapitulation-single > strong,
.cart-item {
  font-size: 14px;
}
@media (min-width: 767px) {
  .recapitulation-single > strong,
  .cart-item {
    font-size: 16px;
  }
}

.cart-item-price {
  font-weight: 400;
}

.id--16 .cart-inner {
  border: 0;
  background-color: transparent;
  padding: 0;
}
@media (min-width: 767px) {
  .id--16 .cart-inner {
    padding: 20px;
  }
}
.id--16 .cart-header {
  border-bottom: 2px solid #233b31;
  padding-bottom: 10px;
  margin-bottom: 50px;
}
.id--16 .payment-info .sublabel,
.id--16 .payment-shipping-price .sublabel,
.id--16 .payment-shipping .sublabel,
.id--16 .payment-info .not-possible-info,
.id--16 .payment-shipping-price .not-possible-info,
.id--16 .payment-shipping .not-possible-info {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .id--16 .shipping-billing-table {
    padding-left: 80px;
  }
}
.id--16 form:first-of-type .co-box.co-delivery-method {
  border-bottom: 2px solid #233b31;
  padding-bottom: 30px;
}
.id--16 .radio-wrapper {
  border-bottom: 2px solid #233b31;
}
.id--16 .radio-wrapper:last-child {
  border-bottom: 0;
}
.id--16 .radio-wrapper input[type=radio]:checked,
.id--16 .radio-wrapper input[type=checkbox]:checked {
  background-color: transparent;
  border: 0;
}
.id--16 .radio-wrapper input[type=radio]:checked + label:after,
.id--16 .radio-wrapper input[type=checkbox]:checked + label:after {
  width: 8px;
  height: 8px;
  background: #233b31;
  border: 0;
  border-radius: 100%;
  top: 48%;
  left: 4px;
}
.id--16 .radio-wrapper input[type=radio] + label,
.id--16 .radio-wrapper input[type=checkbox] + label {
  background-color: transparent;
  border: 0;
  padding: 8px 0 8px 35px;
  min-height: 50px;
}
.id--16 .radio-wrapper input[type=radio] + label:before,
.id--16 .radio-wrapper input[type=checkbox] + label:before {
  left: 0;
  border: 2px solid #233b31;
  border-radius: 100%;
  background-color: white;
}
.id--16 .radio-wrapper input[type=radio] + label:after,
.id--16 .radio-wrapper input[type=checkbox] + label:after {
  left: 3px;
}
.id--16 .radio-wrapper input[type=radio] + label .sublabel,
.id--16 .radio-wrapper input[type=checkbox] + label .sublabel {
  display: block;
}
.id--16 .radio-wrapper input[type=radio] + label .sublabel a,
.id--16 .radio-wrapper input[type=checkbox] + label .sublabel a {
  color: #233b31;
}

@media (max-width: 766px) {
  body.ordering-process.id--9 .cart-summary {
    padding-top: 0;
  }
}

.for-free,
.radio-wrapper.active label > .payment-shipping-price {
  color: #068c64;
}

.question-tooltip:before {
  color: #233b31;
}

.payment-logo {
  background-color: transparent;
}
.payment-logo img {
  mix-blend-mode: multiply;
}

.box.co-box.co-delivery-method h4:before,
.co-box.co-delivery-method h4:before {
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/user/documents/upload/car-truck.svg");
}
.box.co-box.co-payment-method h4:before,
.co-box.co-payment-method h4:before {
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/user/documents/upload/payment.svg");
}
.box.co-box h4,
.co-box h4 {
  color: #233b31;
  margin-bottom: 20px;
}
@media (max-width: 766px) {
  .box.co-box h4,
  .co-box h4 {
    padding-left: 65px;
  }
}

.id--17 .cart-inner {
  border: 0;
  background-color: transparent;
  padding: 0;
}
@media (min-width: 767px) {
  .id--17 .cart-inner {
    padding: 20px;
  }
}
.id--17 .cart-header {
  border-bottom: 2px solid #233b31;
  padding-bottom: 10px;
  margin-bottom: 50px;
}
.id--17 form:first-of-type .co-box.co-delivery-method {
  border-bottom: 2px solid #233b31;
  padding-bottom: 30px;
}
@media (min-width: 1200px) {
  .id--17 .form-group-content {
    padding-left: 55px;
    max-width: 90%;
  }
}
@media (min-width: 1440px) {
  .id--17 .form-group-content {
    max-width: 70%;
  }
}
.id--17 #checkoutSidebar .cart-content > .form-group {
  margin-top: 18px;
}
.id--17 .co-box.co-contact-information {
  border-bottom: 2px solid #233b31;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.id--17 .co-box.co-contact-information h4:before {
  color: #233b31;
  font-weight: 700;
  content: "" !important;
  width: 26px;
  height: 28px;
  background-image: url("/user/documents/upload/ucet-green.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (min-width: 1200px) {
  .id--17 .co-box.co-box-additional {
    padding-left: 55px;
  }
}
.id--17 .co-box.co-billing-address {
  border-bottom: 2px solid #233b31;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .id--17 .co-box.co-billing-address > .form-group {
    padding-left: 55px;
  }
}
.id--17 .co-box.co-billing-address h4:before {
  content: "\e901";
  color: #233b31;
  font-weight: 700;
  font-family: "kakawco" !important;
}
@media (min-width: 1200px) {
  .id--17 .box {
    width: 100%;
  }
}
.id--17 .box .form-group {
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 15px;
}
.id--17 .box .form-group:last-child {
  margin-bottom: 0;
}
.id--17 .box .form-group label {
  margin-top: 15px;
}
@media (min-width: 992px) {
  .id--17 .box .form-group .phone-combined-input,
  .id--17 .box .form-group > input,
  .id--17 .box .form-group label {
    width: 50%;
  }
}

.id--17 .co-box.co-billing-address .box-sm #company-info .form-group {
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.id--17 .form-group-content .js-hidden .form-group {
  margin-bottom: 15px;
}

.id--17 .box-sm #company-info .form-group-hasTooltip .question-tooltip {
  position: absolute;
  bottom: 83px;
  right: -20px;
  top: auto;
}

.form-group.consents label {
  font-size: 14px;
}

input[type=checkbox] + label::before,
input[type=radio] + label::before {
  border-color: #233b31;
}

.id--15 table.table.recapitulation-table > tbody > tr:last-child > th {
  border-bottom: 0;
}
.id--15 table.table tbody > tr > td,
.id--15 table.table tbody > tr > th {
  border-bottom-width: 2px;
}
.id--15 .recapitulation-wrapper-box {
  background-color: #c52e2c;
}
.id--15 .recapitulation-wrapper-box h1 {
  color: #efe6d7;
}
.id--15 .recapitulation-wrapper-box .order-number strong:last-child {
  color: #efb35e;
}
.id--15 .recapitulation-wrapper-box .order-summary-item {
  color: white;
}
.id--15 .recapitulation-wrapper-box .order-summary-heading {
  font-size: 22px;
  margin-bottom: 15px;
}
@media (min-width: 767px) {
  .id--15 .recapitulation-wrapper-box .order-summary-heading {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .id--15 .co-payment-method .col-sm-12 {
    padding-left: 100px;
  }
}
@media (min-width: 1200px) {
  .id--15 .co-order .cart-table {
    margin-left: 80px;
    width: calc(100% - 80px);
  }
}
.id--15 .co-order h4:before {
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/user/documents/upload/car-truck.svg");
}
.id--15 .recapitulation-wrapper:not(.recapitulation-wrapper-box) {
  padding: 20px 20px;
  border: 2px solid #233b31;
}
@media (min-width: 767px) {
  .id--15 .recapitulation-wrapper:not(.recapitulation-wrapper-box) {
    padding: 30px 30px;
  }
}
.id--15 .recapitulation-wrapper table.table {
  border: 1px solid #efb35e;
  font-size: 16px;
}
.id--15 .recapitulation-wrapper:not(.recapitulation-wrapper-box) table.table {
  background-color: #efb35e;
}
.id--15 .cart-table .p-price {
  font-size: 16px;
  font-family: "IndustryIncW00-Base", Arial, sans-serif;
  font-weight: 400;
}
.id--15.ordering-process .content-wrapper {
  margin-bottom: 0;
}
.id--15 #footer.no-newsletter {
  margin-top: 0;
}
.id--15 .cart-table .p-name span {
  font-size: 16px;
  font-family: "Proxima Nova Bold", Arial, sans-serif;
  font-weight: 700;
}
@media (max-width: 766px) {
  .id--15 table.table tbody > tr > th,
  .id--15 table.table tbody > tr > td {
    font-size: 14px;
  }
  .id--15 .cart-table tr .p-price.p-cell,
  .id--15 .cart-table tr .p-quantity.p-cell {
    display: block;
  }
  .id--15 .cart-table tr {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 766px) {
  .id--15 .cart-table tr td.p-name span {
    width: 100%;
  }
}
.id--15 .btn.btn-secondary:before {
  margin-right: 0;
}
.id--15 .order-complete-links {
  margin-top: 30px;
}
.id--15 .order-complete-links .btn-secondary:not(.btn) {
  font-family: "Proxima Nova Bold", Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
}
@media (min-width: 767px) {
  .id--15 .order-complete-links .btn-secondary:not(.btn) {
    font-size: 16px;
  }
}
.id--15 .order-complete-links .btn-secondary:not(.btn):hover {
  color: #efb35e;
}

.order-summary-bottom {
  position: relative;
  z-index: 1;
}

.extras-wrap .price-range {
  background-color: #0e7370;
}
.extras-wrap .price-range > div {
  background-color: rgb(8.4651162791, 69.5348837209, 67.7209302326);
}
.extras-wrap .extra strong {
  color: #efb35e;
}
.extras-wrap .extra:before {
  color: #efb35e;
}

body.id--17 .box-sm.co-contact-information .btn-secondary {
  border: 2px solid black;
  background-color: var(--color-secondary);
  color: #233b31;
}
body.id--17 .box-sm.co-contact-information .btn-secondary:hover {
  background-color: var(--color-secondary-hover);
  color: #233b31;
}
.id--9 .products-related-block {
  margin-top: 40px;
}

.cart-table tr .p-name a.show-related {
  display: none;
}

.id--9 .content-inner .products-related-block h2,
.id--9 .content-inner .products-alternative-block h2 {
  margin-bottom: 0;
  margin-top: 0;
  margin-bottom: -30px;
  z-index: 2;
  position: relative;
}
@media (max-width: 766px) {
  .id--9 .content-inner .products-related-block h2,
  .id--9 .content-inner .products-alternative-block h2 {
    margin-bottom: 10px;
  }
}
.id--9 .content-inner .products-related-block .product-btn .price {
  display: none;
}
.id--9 .content-inner .products-block > div:nth-child(n+5) {
  display: none;
}
@media (min-width: 480px) {
  .id--9 .content-inner .products-block > div {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .id--9 .content-inner .products-block > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
}

.is-client-zone .box.box-common > div {
  border: 0;
  padding: 0;
}

.extras-wrap .extra-item.is-free-shipping .extra-content .extra-content {
  border: 0;
}

.site-msg-custom.site-msg-custom--delivery {
  margin-top: -15px;
  margin-bottom: 15px;
  z-index: 1;
  position: relative;
}

.site-msg-custom.site-msg-custom--delivery {
  background-color: var(--color-secondary);
  color: var(--color-primary);
}

.site-msg-custom.site-msg-custom--delivery p span {
  font-family: "IndustryIncW00-Base", Arial, sans-serif;
}

.site-msg-custom.step-1:before {
  color: var(--color-primary);
}

@media (min-width: 767px) {
  .newsletter-section {
    margin-top: 50px;
  }
}

.newsletter-block {
  background-color: #c22d27;
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 766px) {
  .newsletter-block {
    padding-top: 30px;
    margin: 0 -20px;
  }
  .newsletter-block .ec-v-form-input {
    padding-right: 15px !important;
  }
}
.newsletter-block > div {
  width: 100%;
  margin-bottom: 25px;
}
@media (min-width: 767px) {
  .newsletter-block > div {
    width: 70%;
    margin-bottom: 0;
  }
}
.newsletter-block .newsletter-image-block {
  width: 100%;
  text-align: center;
  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: 766px) {
  .newsletter-block .newsletter-image-block {
    margin-bottom: -20px;
  }
}
@media (min-width: 767px) {
  .newsletter-block .newsletter-image-block {
    width: 30%;
    padding-right: 15px;
  }
}
.newsletter-block .newsletter-image-block img {
  -o-object-fit: contain;
     object-fit: contain;
}
.newsletter-block div[class*=ec-v-form-holder] {
  width: 100% !important;
  background-color: #c22d27 !important;
}
.newsletter-block .newsletter-form-title {
  color: #233b31 !important;
  font-family: "IndustryIncW00-Base" !important;
  font-size: 26px !important;
}
@media (min-width: 767px) {
  .newsletter-block .newsletter-form-title {
    font-size: 32px !important;
  }
}
.newsletter-block .newsletter-form-title .newsletter-form-title-small {
  display: block;
  color: #efb35e !important;
}
.newsletter-block .newsletter-form-subtitle {
  display: block;
  margin-top: 25px !important;
  margin-bottom: 25px;
  font-family: "IndustryIncW00-Base" !important;
  font-size: 20px !important;
  color: #efe6d7 !important;
  line-height: 1.5;
}
.newsletter-block .newsletter-form-label {
  font-size: 13px !important;
  color: #efe6d7 !important;
  line-height: 1.7;
  font-family: "Proxima Nova Rg" !important;
}
.newsletter-block .ec-v-form-submit.ec-v-form-btntype-submit {
  padding: 0 !important;
  width: 130px !important;
}
.newsletter-block .ec-v-form-spacer {
  display: none;
}
.newsletter-block .ec-v-form-submit button {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  outline: none !important;
  background-color: #0e7370;
  text-align: center;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  -webkit-appearance: none;
  border: 2px solid black !important;
  font-size: 16px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid black;
  background-color: #efb35e !important;
  font-family: "IndustryIncW00-Base" !important;
  color: #233b31 !important;
  border-radius: 0;
  height: 52px;
}
@media (min-width: 767px) {
  .newsletter-block .ec-v-form-submit button {
    font-size: 20px;
  }
}
.newsletter-block .ec-v-form-submit button:hover {
  background-color: var(--color-secondary-hover) !important;
}
.newsletter-block .ec-v-form-submit button:before {
  content: "";
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  z-index: -1;
  position: absolute;
  top: 2px;
  right: 2px;
  background-color: #233b31;
}
.newsletter-block .ec-v-form-step-send .ec-v-form-text h2 {
  text-align: left !important;
  color: #efb35e !important;
  font-family: "IndustryIncW00-Base" !important;
  font-size: 26px !important;
}
@media (min-width: 767px) {
  .newsletter-block .ec-v-form-step-send .ec-v-form-text h2 {
    font-size: 32px !important;
  }
}
.newsletter-block .ec-v-form-step-send .ec-v-form-text h2 span {
  text-align: left !important;
  color: #efb35e !important;
  font-family: "IndustryIncW00-Base" !important;
  font-size: 26px !important;
}
@media (min-width: 767px) {
  .newsletter-block .ec-v-form-step-send .ec-v-form-text h2 span {
    font-size: 32px !important;
  }
}
.newsletter-block .ec-v-form-input {
  padding: 0 !important;
  width: calc(100% - 130px) !important;
  padding-right: 25px !important;
}
@media (max-width: 479px) {
  .newsletter-block .ec-v-form-input {
    padding-right: 10px !important;
  }
}
.newsletter-block .ec-v-form-input label {
  display: none;
}
.newsletter-block .ec-form-inputs {
  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;
  padding: 4px 52px;
}
.newsletter-block input[type=email].ec-v-forms-form-control {
  background-color: #efe6d7 !important;
  font-size: 18px;
  color: #233b31;
  height: 52px;
  border: 2px solid #233b31;
  border-radius: 0;
}
.newsletter-block input[type=email].ec-v-forms-form-control::-webkit-input-placeholder {
  color: #233b31;
}
.newsletter-block input[type=email].ec-v-forms-form-control::-moz-placeholder {
  color: #233b31;
}
.newsletter-block input[type=email].ec-v-forms-form-control:-ms-input-placeholder {
  color: #233b31;
}
.newsletter-block input[type=email].ec-v-forms-form-control::-ms-input-placeholder {
  color: #233b31;
}
.newsletter-block input[type=email].ec-v-forms-form-control::placeholder {
  color: #233b31;
}

@media only screen and (max-width: 600px) {
  .newsletter-block .ec-form-inputs {
    padding: 0 25px;
  }
}