:root {
  --primary: #46A7AE;
  --black: #1B1618;
  --grey: #878787;
}

p, a, span {
  font-family: 'brandon-grotesque', sans-serif !important;
  font-size: 16px;
}

h1, h2, h3, h4 {
  font-family: 'brandon-grotesque', sans-serif !important;
  font-weight: 700;
  color: var(--black);
}

.h1, .h2, .h3, .h4 {
  font-family: 'brandon-grotesque', sans-serif !important;
  font-weight: 600;
  color: var(--black);
}

.btn-primary {
  color: white !important;
}

.btn-default {
  color: white !important;
}

#header {
  background: white;
  color: #391A14;
  border-bottom: 1px solid #f1f1f1;
}

.navigation-in {
  background: white;
}

.navigation-in ul li a {
  padding-right: 10px;
  padding-left: 10px;
}

.navigation-in a {
  color: var(--black);
}

.navigation-in a:hover b {
  color: var(--primary) !important;
}

.navigation-in ul li a b {
  font-weight: 400 !important;
  font-size: 18px;
  color: var(--black);
  text-transform: uppercase;
}

.navigation-buttons a, .navigation-buttons button {
  background: white !important;
  color: #391A14 !important;
  /*border-color: #f1f1f1 !important;*/
}

.menu-helper>span {
  background: white !important;
  color: var(--primary) !important;
}

.navigation-in ul.menu-level-2 {
  background: white;
  border: 0px;
}

.navigation-in ul.menu-level-2 a {
  color: var(--black);
}

.navigation-in ul.menu-level-2 a:hover {
  color: var(--primary) !important;
}

.menu-helper>span {
  background: white;
  color: var(--primary);
}

.menu-helper>ul {
  background: white;
  border: 0px;
}

.menu-helper>ul>li a {
  color: var(--black);
}

.menu-helper>ul>li a:hover {
  color: var(--primary);
}

.homepage-texts-wrapper {
  display: none;
}

.site-name {
  max-width: 1418px !important;
  margin: 0 auto !important;
  margin-top: 20px !important;
}

@media(min-width:990px) {
  #header .site-name a img {
    max-height: 110px;
  }

}

.sidebar-left .categories .topic>a {
  text-transform: uppercase;
  color: var(--black);
  font-size: 18px;
}

.sidebar-left .categories .topic>a:hover {
  color: var(--primary);
  text-decoration: none !important;
}

.sidebar-left .categories.expandable {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e8e8e8;
}

.sidebar-left .cat-trigger {
  display: none !important;
}

.sidebar-left .categories .topic>a {
  padding-left: 10px !important;
}

.sidebar-left .categories .expanded a {
  color: var(--grey);
  font-size: 18px;
  padding-left: 30px;
}

.sidebar-left h4 {
  display: none;
}

.sidebar-left .categories .topic>a::after {
  content: '';
  width: 23px;
  height: 23px;
  display: block;
  float: right;
  background: url('/user/documents/upload/arrow-right.png');
  background-size: cover;
}

.sidebar-left .categories .topic.active>a::after {
  content: '';
  width: 23px;
  height: 23px;
  display: block;
  float: right;
  background: url('/user/documents/upload/arrow-down.png');
  background-size: cover;
}

.sidebar-left .categories {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e8e8e8;
}

.type-index .shp-tab a {
  border: 0px !important;
  font-size: 22px;
  color: black;
  text-transform: uppercase;
  font-weight: bold;
}

.type-index .shp-tabs-holder {
  border: 0px !important;
}

.type-index .shp-tab-link {
  background: white;
}

.type-index .shp-tab.active a {
  color: var(--primary);
}

.footer-newsletter {
  display: none !important;
}

.footer-rows {
  display: none;
}

.home-bannery {
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
}

.home-banner {
  flex: 1;
  display: flex;
  align-items: center;
}

.home-banner img {
  flex: 1;
  flex-basis: 30%;
  margin-right: 20px;
}

.home-banner span {
  flex: 1;
  flex-basis: 70%;
  font-size: 16px;
}

@media(max-width:1450px) {
  .home-bannery {
    margin: 0 auto;
    margin-top: 50px;
  }

  .home-banner {
    max-width: 50%;
    flex-basis: 50%;
    margin-bottom: 20px;
  }

  .home-banner img {
    max-width: 32px;
  }

}

@media(max-width:1270px) {
  .home-bannery {
    max-width: 560px;
    margin: 0 auto;
    margin-top: 50px;
    flex-wrap: wrap;
  }

  .home-banner {
    max-width: 50%;
    flex-basis: 50%;
    margin-bottom: 20px;
  }

  .home-banner img {
    max-width: 32px;
  }

}

@media(max-width:990px) {
  .home-bannery {
    flex-wrap: wrap;
  }

  .home-banner {
    display: block;
    max-width: 50%;
    flex-basis: 50%;
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: center;
  }

  .home-banner img {
    clear: both !important;
    display: block;
    margin: 0 auto;
    max-width: 80px;
  }

  .home-banner span {
    clear: both !important;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
  }

}

@media(max-width:300px) {
  .home-bannery {
    display: block;
  }

  .home-banner {
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .home-banner img {
    clear: both !important;
    display: block;
    margin: 0 auto;
  }

}

.product .p {
  border: 0px;
}

.btn-primary {
  border: 2px solid #8D8C8A !important;
  color: #8D8C8A !important;
}

.btn-primary:hover {
  border: 2px solid var(--primary) !important;
  color: white !important;
  background: var(--primary) !important;
}

.product .name {
  font-size: 16px;
  min-height: 40px;
  height: auto !important;
}

.product .price-final {
  font-size: 26px;
}

.flag-action::before, .flag-action::after {
  display: none;
}

.flag-new::before, .flag-new::after {
  display: none;
}

.flag-tip::before, .flag-tip::after {
  display: none;
}

.flag-custom2::before, .flag-custom2::after {
  display: none;
}

.flag-custom3::before, .flag-custom3::after {
  display: none;
}

.flag-custom1::before, .flag-custom1::after {
  display: none;
}

.flag-action, .flag-new, .flag-custom1, .flag-custom2, .flag-custom3, .flag-tip {
  width: auto;
  padding: 5px 15px !important;
  text-align: left;
  font-weight: bold;
}

.flag-action {
  background: #46A7AE !important;
}

.flag-tip {
  background: var(--primary) !important;
}

.flag-new {
  background: #8D8C8A !important;
}

.flag-custom1 {
  background: #8D8C8A !important;
}

.flag-custom2 {
  background: #81CFD1 !important;
}

.flag-custom3 {
  background: #B6B6B6 !important;
}

.flags {
  top: 20px;
}

.navigation-buttons .dropdown>button {
  color: var(--black);
}

.zapati {
  width: 100%;
  display: block;
  margin-top: 70px;
  border-top: 1px solid var(--primary);
}

.zapati-in {
  max-width: 1418px;
  margin: 0 auto;
}

.zapati-social {
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  justify-content: center;
  margin-top: 35px;
}

.zapati-social-banner {
  flex: 1;
  position: relative;
  display: flex;
  justify-content: center;
}

.zapati-social-banner.tel {
  flex-basis: 30%;
}

.zapati-social-banner.mail {
  flex-basis: 30%;
}

.zapati-social-banner.fb {
  flex-basis: 20%;
}

.zapati-social-banner.ig {
  flex-basis: 20%;
}

.zapati-social-banner img {
  max-width: 30px;
  flex-basis: 30%;
  margin-right: 20px;
}

.zapati-social-banner a {
  font-size: 22px;
  color: var(--black);
}

.zapati-social-banner a:hover {
  color: var(--primary);
}

.zapati-links {
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 30px;
  justify-content: center;
}

.zapati-links-column {
  flex: 1;
  text-align: center;
}

.zapati-links-column ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.zapati-links-column ul li {
  margin-bottom: 10px;
}

.zapati-links-column ul li a {
  color: var(--black);
  font-size: 16px;
  text-transform: uppercase;
}

.zapati-links-column ul li a:hover {
  color: var(--primary);
}

.zapati .heureka {
  text-align: center;
  margin-bottom: 30px;
}

#footer {
  background: white !important;
  padding-bottom: 0px !important;
}

@media(max-width:990px) {
  .zapati-social {
    flex-wrap: wrap !important;
    justify-content: left !important;
    max-width: 600px;
  }

  .zapati-social-banner {
    max-width: 50% !important;
    flex-basis: 50% !important;
    justify-content: left !important;
    margin-bottom: 20px;
  }

  .zapati-links {
    padding-left: 20px;
    padding-right: 20px;
  }

}

@media(max-width:600px) {
  .zapati-social {
    display: block;
  }

  .zapati-social-banner {
    max-width: 220px !important;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .zapati-links {
    display: block;
  }

}

.custom-toolbar {
  width: 100%;
  border-bottom: 1px solid var(--primary);
}

.custom-toolbar-in {
  max-width: 1418px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
}

.custom-toolbar-column {
  flex: 1;
}

.custom-toolbar-column.kontakty {
  display: flex;
}

.custom-toolbar-column.kontakty>div {
  flex: 1;
}

.custom-toolbar-column.kontakty img {
  max-width: 20px;
  margin-right: 5px;
}

.custom-toolbar-column.kontakty a {
  color: var(--black);
}

.custom-toolbar-column.kontakty a:hover {
  color: var(--primary);
}

.custom-toolbar-column.social {
  text-align: left;
}

.custom-toolbar-column.social img {
  max-height: 20px;
}

.custom-toolbar-column.right {
  display: flex;
}

.custom-toolbar-column.right .login-here {
  flex: 1;
  max-width: 80%;
  flex-basis: 80%;
  text-align: right;
}

.custom-toolbar-column.right .mena {
  flex: 1;
  max-width: 20%;
  flex-basis: 20%;
}

.custom-toolbar-column.right .mena .dropdown span:not(.caret) {
  display: none;
}

.custom-toolbar .login-here a .sr-only {
  display: inline !important;
  position: static !important;
}

.custom-toolbar .login-here a {
  color: var(--black);
}

.custom-toolbar .login-here a:hover {
  color: var(--primary);
}

@media(min-width:990px) {
  .navigation-buttons a:nth-child(1) .sr-only {
    position: relative;
    margin-left: 20px;
    display: inline;
    font-size: 18px;
  }

  .navigation-buttons a:nth-child(1) {
    width: 120px !important;
  }

}

.navigation-buttons a {
  border: 0px !important;
  width: 60px;
}

.cart-count i {
  background: var(--primary) !important;
  color: white !important;
}

.flags .price-standard span {
  font-size: 12px;
}

.flags .flag-discount {
  background: var(--primary);
}

.custom-toolbar .mena button {
  background: white;
  border: 0px;
}

.custom-toolbar .mena .dropdown-menu {
  background: white;
}

.custom-toolbar .mena .dropdown-menu li a {
  color: var(--black);
  background: white;
}

.custom-toolbar .mena .dropdown-menu li a:hover {
  color: var(--primary);
}

.product .price-final[unit-name='ks']::after {
  content: "/ks";
  font-size: 12px;
}

.product .price-final[unit-name='m']::after {
  content: "/m";
  font-size: 12px;
}

.product .p-tools .btn {
  font-weight: bold;
  border: 2px solid var(--grey);
}

.button-sleva {
  display: block;
  border: 1px solid var(--primary);
  text-transform: uppercase;
  color: var(--primary);
  font-size: 18px;
  padding: 10px 15px;
  margin-bottom: 0px;
}

.button-darek {
  display: block;
  border: 1px solid var(--grey) !important;
  text-transform: uppercase;
  color: var(--grey) !important;
  font-size: 18px;
  padding: 10px 15px;
  margin-bottom: 0;
}

.button-parfemy {
  display: block;
  border: 1px solid black !important;
  text-transform: uppercase;
  color: black !important;
  font-size: 18px;
  padding: 10px 15px;
  margin-bottom: 0;
}

.box-categories {
  border-top: 0px !important;
}

.type-detail .link-icons .print {
  display: none;
}

.type-detail .link-icons .share {
  display: none;
}

.type-detail .stars-wrapper {
  display: none;
}

.type-detail .p-detail-tabs li:nth-child(3) {
  display: none;
}

.p-detail-tabs-wrapper .responsive-nav {
  display: none;
}

.benefitBanner {
  display: flex;
  margin-bottom: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
}

.benefitBanner>div {
  gap: 15px;
  display: flex;
  align-items: center;
}

@media (max-width:768px) {
  .benefitBanner {
    justify-content: normal;
    gap: 10px;
  }

}

.type-detail .detail-parameters {
  float: none !important;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.type-detail .detail-parameters tr {
  border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.type-detail .detail-parameters tr .row-header-label {
  font-weight: 400;
}

.type-detail .detail-parameters tr th {
  line-height: 30px !important;
}

.type-detail .detail-parameters tr td {
  line-height: 30px !important;
}

.type-detail .p-basic-info-block {
  border: 0;
}

.type-detail .quantity {
  border: 0px !important;
}

.type-detail .quantity input {
  height: 35px;
}

.type-detail .quantity .increase {
  border: 0px;
  background: #81CFD1;
  color: black;
  width: 35px;
  height: 35px;
}

.type-detail .quantity .increase::before {
  line-height: 35px;
}

.type-detail .quantity .decrease {
  border: 0px;
  background: #E0E0E0;
  color: grey;
  width: 35px;
  height: 35px;
}

.type-detail .quantity .decrease::before {
  line-height: 35px;
}

.type-detail .quantity {
  margin-bottom: 10px;
  display: block;
}

.type-detail .price-final span {
  font-size: 40px;
  font-weight: bold;
}

.type-detail .add-to-cart-button {
  border: 2px solid var(--primary);
  color: var(--primary);
  font-weight: bold;
  text-transform: uppercase;
  background: white;
  font-size: 18px;
}

.p-to-cart-block .add-to-cart-button.btn-conversion::before {
  display: none !important;
}

.p-to-cart-block {
  justify-content: center;
  padding: 0 0 20px;
  border: 0;
  gap: 50px;
  flex-wrap: nowrap;
}

.type-detail .basic-description {
  margin-top: 30px;
}

.type-detail .podobne {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 18px;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0px;
}

@media(min-width:992px) {
  .columns-3 .products-block.products-additional>div, .columns-4 .products-block.products-additional>div {
    width: 33% !important;
  }

}

/* .type-detail .shp-tabs-wrapper {
display:none;
} */
.ordering-process .sidebar-left {
  display: none;
}

.in-kosik .show-related {
  display: none;
}

.in-kosik .quantity {
  border: 0px !important;
}

.in-kosik .quantity input {
  height: 35px;
}

.in-kosik .quantity .increase {
  border: 0px;
  background: #81CFD1;
  color: black;
  width: 35px;
  height: 35px;
}

.in-kosik .quantity .increase::before {
  line-height: 35px;
}

.in-kosik .quantity .decrease {
  border: 0px;
  background: #E0E0E0;
  color: grey;
  width: 35px;
  height: 35px;
}

.in-kosik .quantity .decrease::before {
  line-height: 35px;
}

.in-kosik .p-name a {
  font-size: 18px !important;
}

.ordering-process .cart-header {
  border: 0px !important;
}

.ordering-process .cart-header li span {
  border: 0px !important;
  text-transform: uppercase;
}

.ordering-process .cart-header li strong {
  padding: 0px !important;
}

.ordering-process .cart-header li a {
  padding: 0px !important;
}

.ordering-process .cart-header li.active span {
  background: var(--primary);
  color: white !important;
}

.in-kosik .remove-item::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url('/user/documents/upload/remove.svg');
  background-size: cover;
}

.ordering-process .next-step-forward {
  background: #CA6A10 !important;
  border: 0px;
  padding: 5px 26px;
}

.ordering-process .next-step-forward:hover {
  background: #ad5b0d !important;
}

.ordering-process .next-step-finish {
  background: #CA6A10 !important;
  border: 0px;
  padding: 5px 26px;
}

.ordering-process .next-step-finish:hover {
  background: #ad5b0d !important;
}

@media(max-width:990px) {
  .custom-toolbar {
    display: none;
  }

  #header .container {
    min-height: 15px;
  }

}

.sidebar-left .box-filters {
  display: none;
}

.subcategories .image {
  display: none;
}

.subcategories.with-image li {
  align-items: stretch;
  padding: 5px;
}

.subcategories.with-image li a {
  padding: 5px;
  color: var(--primary);
  border: 1px solid var(--primary);
}

.subcategories.with-image li a .text {
  flex-grow: 1;
  font-size: 18px;
  text-transform: uppercase;
}

@media (min-width:992px) and (max-width:1200px) {
  .multiple-columns-body .p-to-cart-block {
    flex-flow: row !important;
  }

}

@media(max-width:500px) {
  .p-to-cart-block {
    display: block;
  }

  .p-to-cart-block>.block {
    padding: 40px;
  }

  .p-to-cart-block .quantity {
    display: block;
  }

  .add-to-cart {
    display: block;
  }

  .type-detail .quantity {
    top: 0px !important;
    max-width: 100%;
  }

  .type-detail .add-to-cart-button {
    margin-top: 20px;
  }

  .navigation-buttons a {
    width: 45px;
  }

  .shp-tabs-holder {
    margin-right: 0px;
    margin-left: 0px;
  }

}

@media (min-width:992px) {
  #productsRelated .products-block, #productsAlternative .products-block, .advanced-order .products-block {
    flex-wrap: unset;
  }

}

@media(max-width:990px) {
  .navigation-in ul li a b {
    font-size: 14px;
  }

  .navigation-in ul li a {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .products-block>div .p .p-bottom>div .p-tools .btn.btn-primary, .products-block>div .p .p-bottom>div .p-tools .btn.btn-cart.btn-primary {
    line-height: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

}

@media(max-width:500px) {
  .type-detail .p-final-price-wrapper {
    text-align: center !important;
  }

  .p-to-cart-block .p-add-to-cart-wrapper .add-to-cart {
    display: block !important;
    text-align: center !important;
  }

  .add-to-cart .quantity {
    margin: 0 auto !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

}

.product .p-code {
  position: static !important;
  margin: 0 auto !important;
  text-align: center !important;
  color: #717171 !important;
}

.p-thumbnails a img {
  border: #e6e6e600 !important;
  margin-right: 2px;
}

.button-sleva {
  border-bottom: 1px solid var(--primary) !important;
  color: var(--primary) !important;
}

.button-sleva::after, .button-darek:after, .button-parfemy:after {
  display: none !important;
}

.in-kontakt p a {
  color: var(--primary) !important;
  text-decoration: underline !important;
}

.link-icon.chat::before {
  content: "";
  width: 35px;
  height: 35px;
  background: url('/user/documents/upload/dotaz.svg');
  background-size: cover;
  display: block;
  float: left;
  margin-right: 10px;
  position: relative;
  top: -8px;
}

.link-icon.chat {
  font-size: 16px;
  font-weight: 500;
  color: #8D8C8A;
  text-transform: uppercase;
  margin-right: 20px;
}

.watchdog::before {
  content: "" !important;
  width: 35px;
  height: 35px;
  background: url('/user/documents/upload/hlidat.png');
  background-size: cover;
  display: block;
  float: left;
  margin-right: 10px;
  position: relative;
  top: -8px;
}

.watchdog {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: var(--primary) !important;
  text-transform: uppercase !important;
}

.watchdog-active {
  flex-flow: row !important;
}

@media(max-width:600px) {
  .watchdog-active {
    flex-flow: column !important;
    position: relative;
    top: 20px;
  }

}

.category-header {
  border-bottom: 0px;
}

.category-header input[type="radio"]:checked+label {
  background: var(--primary);
  color: white;
}

.type-detail h1 {
  clear: both !important;
  float: none !important;
  display: block !important;
}

@media(max-width:600px) {
  .shp-tabs-holder ul.shp-tabs li a {
    font-size: 14px !important;
  }

}

.detail-parameters .sold-out {
  display: none;
}

@media(max-width:1600px) {
  .site-name {
    max-width: 1418px !important;
    padding-left: 7rem !important;
    padding-right: 3rem !important;
  }

  .navigation-wrapper {
    max-width: 1178px !important;
  }

  .custom-toolbar-in {
    padding-left: 7rem;
    padding-right: 3rem;
  }

  .container {
    width: auto !important;
    max-width: 1418px !important;
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

}

@media(max-width:990px) {
  .site-name {
    padding: 10px !important;
    margin-top: 5px !important;
    padding-bottom: 0px !important;
  }

  #header .site-name a img {
    max-height: 30px !important;
  }

}

.sidebar-left .categories ul li ul li a {
  font-size: 16px !important;
  padding-left: 50px !important;
}

.sidebar-left .categories ul li ul li a::before {
  content: "";
  width: 10px;
  height: 1px;
  display: block;
  float: left;
  background: var(--grey);
  margin-right: 10px;
  position: relative;
  top: 10px;
}

.type-detail .pr-list-unit {
  font-size: 20px !important;
}

/*
.type-detail .p-variants-block {
display:none;
}
*/
.type-detail .detail-parameters {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.p-variants-block .detail-parameters tr {
  border-bottom: 0px !important;
}

.p-variants-block {
  padding-bottom: 0px !important;
}

.p-variants-block .delivery-time {
  padding-left: 15px;
}

.p-variants-block .detail-parameters th {
  min-width: 194px !important;
}

.p-add-to-cart-wrapper>.block {
  align-self: center;
  text-align: center;
}

.availability-label {
  font-weight: bold;
}

.ask {
  text-transform: uppercase;
  color: var(--primary);
}

.sold-out {
  text-transform: uppercase;
}

#product-detail-form button[data-testid="buttonAddToCart"] {
  display: flex;
  margin: 0 auto;
  align-items: center;
}
