body {
  overflow-x: hidden;
}
.overall-wrapper {
  overflow-x: hidden;
  width: 100%;
}
.navigation-buttons a[data-target="search"] {
  display: none;
}

.navigation-in > ul > li > a,
.navigation-in ul.menu-level-2 a,
.menu-helper > span,
.menu-helper > ul > li a,
.navigation-buttons a[data-target="search"],
.navigation-buttons a[data-target="cart"],
.navigation-buttons a[data-target="login"],
.navigation-buttons a[data-target="navigation"],
.navigation-in > ul > li.exp > a {
  color: #d35315;
}
.navigation-in > ul > li > a:hover,
.navigation-in ul.menu-level-2 a:hover,
.menu-helper > span:hover,
.menu-helper > ul > li a:hover,
.navigation-buttons a[data-target="search"]:hover,
.navigation-buttons a[data-target="cart"]:hover,
.navigation-buttons a[data-target="login"]:hover,
.navigation-buttons a[data-target="navigation"]:hover {
  color: #fcc760;
}
#header,
.navigation-in,
.menu-helper > span,
.navigation-buttons a[data-target="search"],
.navigation-buttons a[data-target="login"],
.navigation-buttons a[data-target="cart"],
.navigation-buttons a[data-target="navigation"],
.menu-helper > ul > li.exp > a,
.menu-helper > ul > li.exp > ul > li {
  background-color: #fff;
  border-color: #fff;
}
.navigation-buttons a[data-target="search"]:hover,
.navigation-buttons a[data-target="cart"]:hover,
.navigation-buttons a[data-target="login"]:hover,
.navigation-buttons a[data-target="navigation"]:hover {
  background-color: #fff;
  border-color: #fff;
  color: #fcc760;
}
.navigation-in ul.menu-level-2,
.menu-helper > ul {
  background-color: #fff;
  border-color: #fff;
}

@media (min-width: 992px) {
  .fitted .navigation-in ul {
    justify-content: center;
    xxxmargin-left: 80px;
  }
  .navigation-buttons a {
    width: 40px;
  }
}
.navigation-buttons a[data-target="cart"]:before {
  content: url(https://www.drepak.cz/user/documents/upload/res/icon_cart.svg);
}
.navigation-buttons a[data-target="cart"]:hover:before {
  content: url(https://www.drepak.cz/user/documents/upload/res/icon_cart_hover.svg);
}
.navigation-buttons a[data-target="login"]:before {
  content: url(https://www.drepak.cz/user/documents/upload/res/icon_user.svg);
}
.navigation-buttons a[data-target="login"]:hover:before {
  content: url(https://www.drepak.cz/user/documents/upload/res/icon_user_hover.svg);
}
#header {
  box-shadow: 0 0 30px #ffe8bc99;
  position: relative;
  z-index: 1;
}

@media (max-width: 479px) {
  .overall-wrapper {
    padding-top: 0px;
  }
}
.body-banners {
  margin: 0;
}
.shp-tabs-wrapper.homepage-tabs-wrapper {
  display: none;
}

.p-to-cart-block .add-to-cart-button.btn-conversion {
  min-width: 150px;
  flex: 1 1 auto;
  cursor: pointer;
  font-weight: 500;
  color: #fff;
  background: #d35315;
  padding: 12px 20px;
  border-radius: 16px;
  font-size: 16px;
  display: block;
  height: auto;
  border-color: #d35315;
}
.p-to-cart-block .add-to-cart-button.btn-conversion:hover {
  background: #fcc760;
  color: #4b1b04;
  border-color: #fcc760;
}
.advanced-parameter,
.advanced-parameter-inner {
  height: 36px;
  width: 36px;
}
.advanced-parameter {
  margin-bottom: 0;
}
.add-to-cart .quantity:before {
  content: "Počet kusů";
  color: #4b1b04;
  font-size: 21px;
  margin-bottom: 0;
  min-width: unset;
  font-weight: normal;
  text-transform: none;
  position: absolute;
  left: -130px;
  top: 50%;
  transform: translateY(-50%);
}
.add-to-cart .quantity {
  position: relative;
  margin-left: 130px;
}
.quantity {
  border-color: #d35315;
  color: #d35315;
  width: 100px;
  height: 36px;
  border-radius: 18px;
  padding-left: 36px;
  padding-right: 36px;
}
.quantity .decrease,
.quantity .increase {
  height: 36px;
  width: 36px;
  border: none !important;
}
.quantity .decrease:hover,
.quantity .increase:hover {
  color: #fff;
  background: #d35315;
}
.quantity .decrease {
  border-radius: 36px 0 0 36px;
}
.quantity .increase {
  border-radius: 0 36px 36px 0;
}
.quantity .decrease:before,
.quantity .increase:before {
  font-size: 8px;
  line-height: 36px;
  font-weight: 600;
}
.quantity input {
  height: 36px;
  width: 28px;
}
.p-to-cart-block .p-add-to-cart-wrapper .add-to-cart {
  align-items: flex-start;
  gap: 30px;
  flex-direction: column;
}
.btn,
a.btn {
  text-transform: none;
}

.p-to-cart-block .add-to-cart-button.btn-conversion:before {
  display: none;
}
.benefitBanner__title {
  font-size: 16px;
  color: #4b1b04;
  font-weight: 600;
  max-width: 142px;
  text-align: center;
  display: block;
}
.benefitBanner__content {
  padding-right: 0;
}
.benefitBanner__item {
  flex-direction: column;
  gap: 20px;
  margin-bottom: 0;
}
.benefitBanner__picture {
  flex: 0 0 120px;
  margin-right: 0px;
  max-width: 120px;
}
.benefitBanner {
  max-width: 990px;
  margin: 0 auto;
  gap: 30px 0;
}
.btn_yellow {
  cursor: pointer;
  font-weight: 500;
  background: #fcc760;
  color: #4b1b04;
  padding: 12px 20px;
  border-radius: 16px;
  font-size: 16px;
  display: inline-block;
  height: auto;
}
.btn_yellow:hover {
  color: #fff;
  background: #d35315;
}

/*
@media (min-width: 768px) {
  .siteCookies--bottom {
    left: 0;
    width: 100%;
    margin-left: 0;
  }
  .siteCookies__form {
    border-radius: 0;
    display: flex;
    align-items: center;
    padding: 7px 14px;
    max-width: 100%;
    box-shadow: none;
  }
  .siteCookies__content {
    flex: 1;
    display: flex;
    align-items: center;
  }
  .siteCookies__text {
    margin-bottom: 0;
    flex: 100%;
  }
  .siteCookies__links {
    width: auto;
  }
  .siteCookies__button {
    line-height: 25px;
  }
  .siteCookies__link {
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .siteCookies__links {
    width: 50%;
    margin-bottom: 0;
  }
  .siteCookies__buttonWrap {
    width: 50%;
    margin-left: 50%;
    margin-top: -47px;
  }
}
.siteCookies__form,
.siteCookies__link {
  background-color: #222;
}
.siteCookies__link,
.siteCookies__text {
  color: #d3d3d3;
  font-weight: 300;
}
.siteCookies__text a {
  text-decoration: none;
}
*/

.navigation-buttons > a[data-target="cart"] i {
  background: #fcc760;
  color: #4b1b04;
}

#footer {
  margin-top: 0;
  padding-top: 30px;
  padding-bottom: 0;
  background: #d35315;
  border: none;
}
.homepage-texts-wrapper {
  margin-bottom: 0;
}
#footer h4 {
  font-size: 18px;
  font-weight: 600;
  color: #fcc760;
  margin-bottom: 20px;
}
#footer a {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
#footer ul li {
  padding: 5px 0;
}
#footer ul {
  list-style-type: none;
  padding-left: 0;
}
#footer ul li:before {
  display: none;
}
.contact-box ul li > span.mail a {
  font-size: 21px !important;
}
#footer .contact-box ul li > span.mail:before {
  content: "";
  width: 19px;
  height: 16px;
  background-image: url("/user/documents/upload/res/icon_mail.svg");
  top: 7px;
}
#footer .contact-box > img,
#footer .contact-box > strong {
  display: block;
  position: unset;
  margin-top: 80px;
  width: 190px;
  max-width: unset;
}
.footer-bottom,
.footer-newsletter {
  border: none;
  background: #ba4209;
  color: #fcc760;
}
.footer-bottom {
  position: relative;
  isolation: isolate;
}
.footer-bottom:after {
  content: "";
  background: #ba4209;
  position: absolute;
  width: 200%;
  height: 100%;
  left: -50%;
  top: 0;
  z-index: -1;
}
#footer a {
  color: #fcc760;
}
html {
  height: 100%;
}
body {
  height: 100%;
  margin: 0;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
}
html {
  scroll-behavior: smooth;
}
#footer a {
  color: #fff;
}
#footer a:hover {
  color: #fcc760;
}
#footer #signature a {
  color: #fcc760;
}

@media (max-width: 768px) {
  .drepak_wrapper {
    padding: 20px 0;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .drepak_wrapper {
    padding: 30px 0;
  }
}

@media (min-width: 992px) {
  .drepak_wrapper {
    padding: 50px 0;
  }
}
.drepak_wrapper {
  position: relative;
  isolation: isolate;
}
.drepak_wrapper:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 100%;
  top: 0;
  left: -50%;
  z-index: -1;
}
.drepak_wrapper.orange:after {
  background: #ffe8bc;
}
.drepak_wrapper.yellow:after {
  background: #fef4df;
}
.drepak_wrapper.dark_orange:after {
  background: #d35315;
}

.category-title,
#category-header {
  display: none;
}

@media (min-width: 992px) {
  .columns-3 .products-block > div,
  .columns-4 .products-block > div {
    width: 50%;
  }
}
.products-block .p {
  border-style: none;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.products-block .p a img {
  animation: 1s fadeIn;
}
.breadcrumbs,
.breadcrumbs a,
.breadcrumbs a:hover,
.breadcrumbs > span > a:after {
  border-color: #4b1b04;
  color: #4b1b04;
}
.breadcrumbs {
  margin-top: 30px;
}
.products-block > div .p .name {
  height: unset;
  color: #d35315;
  font-size: 36px;
  font-weight: 600;
}
.products-block .p-bottom .prices,
.products-block .p-bottom .prices strong {
  color: #d35315;
  font-size: 28px;
  font-weight: 600;
}
.products-block > div .p .p-bottom > div .p-tools > .btn:last-child {
  cursor: pointer;
  font-weight: 500;
  padding: 12px 20px;
  border-radius: 16px;
  font-size: 16px;
  display: block;
  height: auto;
  background: #fcc760;
  color: #4b1b04;
  border: none;
}
.products-block > div .p .p-bottom > div .p-tools > .btn:last-child:hover {
  color: #fff;
  background: #d35315;
}
.pagination-count {
  display: none;
}
.breadcrumbs > span > span {
  font-weight: 600;
}
.type-product h1 {
  color: #d35315;
}
.p-final-price-wrapper > strong {
  font-weight: 600;
  color: #d35315;
}
.p-param-block {
  display: none;
}
.p-basic-info-block,
.p-to-cart-block {
  border: none;
}
.p-detail-inner .p-data-wrapper {
  display: flex;
  flex-direction: column;
}
.p-to-cart-block .p-add-to-cart-wrapper {
  width: 100%;
}
.p-final-price-wrapper,
.wide .p-final-price-wrapper {
  width: 100%;
}
.p-basic-info-block {
  display: none;
}
.p-to-cart-block {
  padding: 0px 0 50px;
}
.one-column-body table.detail-parameters tbody tr th {
  min-width: 130px;
  color: #4b1b04;
  font-size: 21px;
  font-weight: normal;
  text-transform: none;
}
.type-product .p-to-cart-block .p-add-to-cart-wrapper .add-to-cart {
  align-items: flex-start;
  gap: 30px;
  flex-direction: row;
  width: 100%;
}
.type-product .add-to-cart .quantity {
  margin-right: auto;
}
.back_btn {
  flex: 1;
  display: block;
  font-size: 18px;
  color: #4b1b04;
  line-height: 48px;
}
.back_btn:before {
  content: "\e910";
  font-family: shoptet;
  transform: scale(-1);
  display: inline-block;
  color: #d35315;
  margin-right: 15px;
}
.back_btn:hover {
  color: #d35315;
}
.p-detail-inner .p-short-description {
  font-size: 16px;
  color: #4b1b04;
}
.wide .image360:after,
.wide .p-image:after {
  display: none;
}
.p-thumbnails a {
  margin-right: 20px;
  border-radius: 12px;
  overflow: hidden;
}
.p-thumbnail.highlighted:before {
  display: none;
}
.p-thumbnail:hover:before {
  background: #d35315;
  opacity: 0.8;
  color: #fff;
  display: grid;
  place-content: center;
  font-size: 20px;
  font-weight: 600;
  content: "\e920";
  font-family: shoptet;
}
.p-thumbnails-horizontal .p-thumbnail:before,
.p-thumbnails-horizontal .show360image:before {
  height: 100%;
  top: 0;
  width: 100%;
}
.p-thumbnails a img {
  border: none;
}
.type-product .content {
  display: flex;
  flex-direction: column;
}
.container--bannersBenefit {
  order: 99;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #d35315;
  font-weight: 600;
}
.news-item time,
.news-item-detail time {
  display: none;
}
.type-post {
  background: rgb(255, 242, 216);
  background: linear-gradient(
    0deg,
    rgba(255, 242, 216, 1) 0%,
    rgba(255, 251, 244, 1) 100%
  );
}
.content-wrapper {
  background-color: transparent;
}
.news-item-detail .text img {
  border-radius: 16px;
}
.news-item-detail .next-prev a {
  border: none;
  color: #4b1b04;
  font-weight: 600;
}
.news-item-detail .next-prev a:before {
  content: "\e910";
  font-family: shoptet;
  transform: scale(-1);
  display: inline-block;
  color: #d35315;
  margin-right: 15px;
}
.news-item-detail .next-prev a + a:before {
  display: none;
}
.news-item-detail .next-prev a + a:after {
  content: "\e910";
  font-family: shoptet;
  display: inline-block;
  color: #d35315;
  margin-left: 15px;
  transform: translateY(2px);
}
.news-item-detail .next-prev a:hover {
  border: none;
  color: #d35315;
  background: transparent;
}
.in-blog .breadcrumbs {
  display: none;
}
details {
  transition: all 0.5s ease;
  min-height: 5px;
  margin: 0 auto;
  position: relative;
  font-size: 22px;
  box-sizing: border-box;
  transition: all 0.3s;
  background-color: #fef4df;
  border-bottom: none;
  margin-top: 10px;
}

details + details {
  margin-top: 10px;
}

details[open] {
  min-height: 50px;
  background-color: #fef4df;
  border-radius: 8px;
}

details p {
  color: #96999d;
  font-weight: 300;
  padding: 35px 25px 25px;
}

summary {
  padding: 15px 50px 15px 15px;
  cursor: pointer;
  color: #4b1b04;
  font-size: 14px;
  font-weight: 700;
  border-radius: 8px;
  background: #fcc760;
}
summary:focus {
  outline: none;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  padding: 15px;
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 15px;
  font-style: normal;
  font-variant-caps: normal;
  font-variant-ligatures: normal;
  font-weight: 900;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\e910";
  font-family: shoptet;
  transform: translateY(-50%) rotate(90deg);
  transition: 0.3s ease;
}
xxxdetails[open] summary {
  box-shadow: 0px 5px 20px rgb(0 0 0 / 20%);
}
details[open] summary::after {
  content: "\e912";
  font-family: shoptet;
  font-size: 15px;
  top: 0;
  transform: translateY(0);
  transition: 0.3s ease;
}

details li {
  color: #96999d;
}
details a {
  color: #55bdc7;
}
details a:hover {
  color: #55bdc7;
  text-decoration: underline;
}

details[open] summary:hover::after {
  animation: pulse 1s ease;
}

@keyframes pulse {
  25% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.drepak_wrapper .drepak_child2 details p {
  padding: 15px;
  font-size: 14px;
  margin: 0;
}
.drepak_child2.faqs {
  align-self: flex-start;
}
.review img {
  width: 100%;
}
.review_claim {
  text-align: center;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#navigation {
  animation: 1.5s fadeIn;
}
@media (max-width: 991px) {
  .overall-wrapper {
    padding-top: 0px;
  }
}
.content-window-in,
.ordering-process {
  background: rgb(255, 242, 216);
  background: linear-gradient(
    0deg,
    rgba(255, 242, 216, 1) 0%,
    rgba(255, 251, 244, 1) 100%
  );
}
.ordering-process .content-wrapper-in {
  flex-direction: column;
}
.continue-shopping {
  border: none;
  color: #4b1b04;
  font-weight: 600;
}
.continue-shopping:before,
.next-step .next-step-back:before {
  content: "\e910";
  font-family: shoptet;
  transform: scale(-1);
  display: inline-block;
  color: #d35315;
  margin-right: 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  opacity: 1;
}
ol.cart-header li a span,
ol.cart-header li strong span {
  background: transparent;
  border: none;
  color: #4b1b0454;
  font-weight: 600;
}
ol.cart-header li.active a span,
ol.cart-header li.active strong span,
ol.cart-header li a,
ol.cart-header li a:hover,
ol.cart-header li strong {
  background: transparent;
  border: none;
  border-bottom-color: transparent;
  color: #d35315;
}
ol.cart-header li.active {
  flex: 1 1 auto;
}
ol.cart-header li a span:before,
ol.cart-header li strong span:before {
  display: inline;
}
ol.cart-header li:not(:last-child) a:after,
ol.cart-header li:not(:last-child) strong:after {
  content: "\e910";
  font-family: shoptet;
  display: inline-block;
  color: #d35315;
  margin-left: 15px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
ol.cart-header li a:hover span {
  background: transparent;
  color: #d35315;
}
ol.cart-header {
  border-bottom: solid 1px #fbc760;
  padding-bottom: 20px;
}
.cart-table tr td,
.cart-table tr td.cart-p-image {
  background-color: transparent;
}
.cart-table .cart-p-image img {
  border-radius: 7px;
}
.cart-table tr {
  border-bottom: solid 1px #fbc760;
}
.cart-table .p-quantity .quantity input {
  width: 28px;
}
.cart-table tr td.p-name a {
  color: #d35315;
  font-size: 24px;
  font-weight: 600;
  padding-left: 20px;
}
.main-link-surcharges,
.main-link-variant {
  font-size: 14px;
  padding-left: 20px;
  color: #4b1b04;
  font-weight: 400;
}
.cart-table tr > td.p-total {
  color: #d35315;
}
.p-price,
.p-price .price-final,
.p-price,
.p-price .price-final + .unit-value {
  font-weight: 500;
  color: #4b1b04;
}
.summary {
  border-top: none;
}
.price-wrapper .price.price-primary {
  color: #d35315;
}
.price-wrapper .price-label.price-primary,
.price-wrapper .price-label.price-primary {
  font-weight: 400;
  color: #4b1b04;
}
.extra,
.extra strong {
  color: #4b1b04;
  font-weight: 400 !important;
}
.btn.btn-cart,
.btn.btn-conversion,
a.btn.btn-cart,
a.btn.btn-conversion {
  color: #fff;
  background: #d35315;
  border-color: #d35315;
  padding: 12px 20px;
  border-radius: 16px;
}
.btn.btn-cart:hover,
.btn.btn-conversion:hover,
a.btn.btn-cart:hover,
a.btn.btn-conversion:hover {
  color: #fff;
  background: #fcc760;
  border-color: #fcc760;
  padding: 12px 20px;
  border-radius: 16px;
}
.cart-table tr td {
  border-top-color: #fbc760;
}
.co-box {
  border: none;
}
.order-recapitulation > div,
.order-summary-item,
.order-recapitulation,
.ordering-process .radio-wrapper {
  border-color: #fbc760;
}
.radio-wrapper.active {
  background-color: transparent;
}
.radio-wrapper.active label > span b,
.radio-wrapper.active .for-free {
  color: #d35315;
}
.radio-wrapper input[type="checkbox"]:checked + label:after,
.radio-wrapper input[type="radio"]:checked + label:after {
  background-color: #d35315;
}
.radio-wrapper input[type="checkbox"]:checked + label:before,
.radio-wrapper input[type="radio"]:checked + label:before {
  border-color: #d35315;
}
.payment-info,
.order-recapitulation > div > strong,
.form-group label {
  color: #4b1b04;
}
.next-step .next-step-back {
  border: none;
  color: #4b1b04;
  font-weight: 600;
}
details a {
  color: #d35315;
}
details a:hover {
  color: #d35315;
}
.in-hodnoceni-obchodu .content-inner {
  max-width: 900px;
  margin: auto;
}
.in-hodnoceni-obchodu .breadcrumbs {
  display: none;
}
.add-comment .rating-icon,
#rate-form input[type="submit"].btn {
  border: none;
  font-weight: 500;
  color: #fff;
  background: #d35315;
  padding: 12px 20px;
  border-radius: 16px;
  font-size: 16px;
  display: block;
  height: auto;
}
.add-comment .rating-icon:hover,
#rate-form input[type="submit"].btn:hover {
  background: #fcc760;
  color: #4b1b04;
}
.add-comment .rating-icon:before {
  display: none;
}
.stars .star.is-active:hover,
.stars .star.star-half:before,
.stars .star.star-on:before {
  color: #fcc760;
}
.stars a:before,
.stars span:before {
  font-size: 24px;
  line-height: 24px;
}
.stars a,
.stars span {
  height: 24px;
  width: 24px;
}
.stars {
  height: 24px;
  width: 120px;
}
.content .vote-wrap {
  border-top-style: none;
  padding: 20px;
}
.content .vote-wrap:nth-child(odd) {
  background-color: #fef4df;
}
.rate-bar {
  background-color: #fcc760;
}
#description {
  border-top: solid 1px #fbc760;
  opacity: 1;
  display: block;
}
.tab-content > #ratingTab {
  margin: 75px 0;
  order: -99;
}
.tab-content {
  display: flex;
  flex-direction: column;
}
.news-item .text .description {
  display: none;
}
.form-control,
select {
  border-color: #fbc760;
  color: #666;
  border-radius: 16px;
  background: #fdfdfa;
}
.co-contact-information .form-group .btn {
  border-radius: 16px;
  color: #4b1b04;
  background: #fcc760;
  border-color: #fcc760;
  font-weight: 600;
}
.btn.btn-cart:hover,
.btn.btn-conversion:hover,
a.btn.btn-cart:hover,
a.btn.btn-conversion:hover {
  color: #4b1b04;
}
.co-contact-information .form-group .btn:hover {
  color: #fff;
  background: #d35315;
  border-color: #d35315;
}
@media (max-width: 767px) {
  ol.cart-header li:not(:last-child) a:after,
  ol.cart-header li:not(:last-child) strong:after {
    display: none;
  }
}
.desc_variant {
  display: none;
}
.desc_variant.visible {
  display: block;
}

.blog_post {
  position: relative;
  isolation: isolate;
  padding: 75px 20px;
  max-width: 1418px;
  background: #fff;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  gap: 20px;
  margin: 0 auto;
}
.blog_post:before {
  top: 0;
  content: "";
  position: absolute;
  width: 200%;
  height: 100%;
  background: #fff;
  z-index: -1;
  margin-left: -50%;
}
#newsWrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  gap: 20px;
}
/* Fix for Safari width */
#newsWrapper:before,
#newsWrapper:after {
  width: 100%;
}
.news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: column-reverse wrap;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}

@media (max-width: 768px) {
  .news-item {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .news-item {
    width: calc((100% - 20px) / 2);
  }
}
@media (min-width: 992px) {
  .news-item {
    width: calc((100% - 40px) / 3);
  }
}
.news-item .image {
  width: 100%;
  margin: 0;
}
.news-item .image a {
  position: relative;
  display: block;
  margin-right: 0;
  width: 100%;
  margin-bottom: 0px;
  border-radius: 16px;
  overflow: hidden;
}
.news-item .text .title {
  color: #d35315;
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 30px;
}
.news-item time,
.news-item-detail time {
  display: none;
}
.news-item .image a:hover:before {
  content: "Přečíst článek ❯";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #d35315;
  opacity: 0.8;
  color: #fff;
  display: grid;
  place-content: center;
  font-size: 20px;
  font-weight: 600;
}

.news-item {
  margin-bottom: 0px;
  padding-bottom: 0;
}
.compact-form .btn.btn-lg {
  color: #fff;
  background-color: #d35315;
  border-color: #d35315;
  border-radius: 16px;
}
.compact-form .btn.btn-default:hover,
.compact-form a.btn.btn-default:hover {
  background-color: #fcc760;
  border-color: #fcc760;
  color: #4b1b04;
}
input[type="checkbox"] + label:before,
input[type="radio"] + label:before,
.radio-wrapper input[type="radio"]:disabled + label:before,
.radio-wrapper input[type="radio"] + label:before {
  border-color: #fbc760;
  border-radius: 100%;
  background: #fdfdfa;
}
input[type="checkbox"]:checked + label:before {
  border-color: #d35315;
}
input[type="checkbox"]:checked + label:after,
input[type="radio"]:checked + label:after {
  background-color: #d35315;
  border-color: #fff;
  border-radius: 100%;
}

.illustration img {
  width: 100%;
  max-width: 350px;
  margin: auto;
  margin-bottom: 28px;
}
.drepak_wrapper .drepak_child2.illustration p {
  color: #d35315;
}
.illustration .btn.btn-primary {
  cursor: pointer;
  font-weight: 500;
  padding: 12px 20px;
  border-radius: 16px;
  font-size: 16px;
  display: block;
  height: auto;
  background: #fcc760;
  color: #4b1b04;
  border: none;
  width: 50%;
  margin: auto;
}
.drepak_wrapper.gradient:after {
  background: rgb(255, 242, 216);
  background: linear-gradient(
    0deg,
    rgba(255, 242, 216, 1) 0%,
    rgba(255, 251, 244, 1) 100%
  );
}
.navigation-window-visible .navigation-buttons a[data-target="navigation"],
.navigation-window-visible
  .navigation-buttons
  a[data-target="navigation"]:hover,
.navigation-close,
.navigation-in .navigationActions__submenu li:before {
  color: #d35315;
}
.navigationActions {
  display: none;
}
#header .site-name {
  z-index: 1001;
}
#gif_wrapper {
  border-radius: 16px;
}
.type-post p {
  margin: 0 0 30px;
}

@media (max-width: 479px) {
  #header {
    padding: 15px 15px;
  }
  .container.navigation-wrapper .site-name {
    flex: 0 1 200px;
  }
  .navigation-buttons {
    top: 10px;
    right: 15px;
  }
  .navigation-buttons a[data-target="navigation"]:before {
    font-size: 30px;
  }
  .navigation-buttons a[data-target="cart"]:before {
    content: url(/user/documents/upload/res/icon_cart_30.svg);
  }
  .navigation-buttons a[data-target="cart"]:hover:before {
    content: url(/user/documents/upload/res/icon_cart_hover_30.svg);
  }
  .navigation-buttons > a[data-target="cart"] i {
    left: 53%;
    top: 11px;
  }
  .navigation-buttons > a {
    margin-left: 10px;
  }
  #navigation {
    padding-top: 0px;
    top: 70px;
  }
  .navigation-close {
    display: none;
    padding: 0;
    position: absolute;
    right: 11px;
    top: 0px;
    z-index: 99;
    background: #fff;
    width: 40px;
    height: 40px;
    place-content: center;
  }
  .navigation-window-visible .navigation-close {
    display: grid;
  }
  .navigation-window-visible .navigation-buttons a[data-target="navigation"] {
    display: none;
  }
  .navigation-close:before {
    font-size: 30px;
    width: unset;
    line-height: 19px;
  }
}

@media (min-width: 480px) and (max-width: 991px) {
  #header {
    padding: 20px 0;
  }
  .navigation-buttons,
  .navigation-window-visible .navigation-buttons,
  .scrolled .navigation-buttons {
    top: 20px;
  }
  .navigation-buttons a[data-target="navigation"]:before {
    font-size: 30px;
  }
  .navigation-buttons a[data-target="cart"]:before {
    content: url(/user/documents/upload/res/icon_cart_30.svg);
  }
  .navigation-buttons a[data-target="cart"]:hover:before {
    content: url(/user/documents/upload/res/icon_cart_hover_30.svg);
  }
  .navigation-buttons > a[data-target="cart"] i {
    left: 53%;
    top: 11px;
  }
  #navigation {
    padding-top: 100px;
  }
}

@media (max-width: 991px) {
  #navigation {
    height: 0;
    width: 100%;
    overflow: visible;
  }
  .navigation-window-visible #navigation {
    width: 100%;
    height: auto;
    box-shadow: 0px 30px 30px #ffe8bc4a;
  }
  .navigation-in > ul > li > a {
    padding: 7px 20px;
    margin: auto;
    display: block;
    text-align: center;
  }
}

.drepak_child3.slick-slide {
  padding: 20px;
}
.slick-list {
  margin-bottom: 50px;
}
.slick-arrow {
  background: transparent;
  border: none;
  font-size: 0;
  width: 50px;
  height: 50px;
}
.slick-prev.slick-arrow {
  order: 98;
  left: 50%;
  position: absolute;
  bottom: 0;
  transform: translate(-50px, 0px);
}
.slick-next.slick-arrow {
  order: 99;
  left: 50%;
  position: absolute;
  bottom: 0;
}
.slick-prev.slick-arrow:before,
.slick-next.slick-arrow:before {
  content: "\e910";
  font-family: shoptet;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #d35315;
  font-weight: 600;
  font-size: 23px;
}
.slick-prev.slick-arrow:before {
  transform: translate(-50%, -50%) scale(-1);
}

@media (max-width: 767px) {
  .homepage-texts-wrapper > div {
    max-width: 100%;
    margin: 0;
  }
  .drepak_container {
    padding: 0;
    margin: 0px -20px;
  }
  #proc-drepak .drepak_container {
    padding: 0;
    margin: 0px -40px;
  }
  .custom-footer {
    display: flex;
    flex-wrap: wrap;
  }
  .custom-footer > div {
    width: 50%;
    text-align: left;
  }
  .custom-footer > .custom-footer__contact,
  .custom-footer > .custom-footer__banner9 {
    width: 100%;
    text-align: center;
  }
  #footer .contact-box > img {
    position: unset;
    margin: 30px auto;
  }
  #footer .banner-wrapper {
    margin-top: 0px;
  }
  #footer .banner {
    margin-top: 0px;
    min-height: unset;
    margin-bottom: 20px;
  }
  .custom-footer > .custom-footer__banner9 ul {
    justify-content: center;
  }
  .drepak_container.faqs_container {
    gap: 0px;
  }
  .p-detail .stars-wrapper {
    flex-direction: column;
    gap: 10px;
  }
  .type-product h1 {
    text-align: center;
    font-size: 46px;
  }
  .one-column-body table.detail-parameters tbody tr th {
    margin-bottom: 0px !important;
    width: auto;
    min-width: unset !important;
    margin-right: 20px;
  }
  .p-variants-block table.detail-parameters {
    width: auto;
    margin: auto;
  }
  .variant-list {
    display: flex;
    align-items: center;
  }
  table.detail-parameters tbody tr td {
    margin-bottom: 0px;
  }
  .p-to-cart-block .p-add-to-cart-wrapper .add-to-cart {
    align-items: center;
    margin-top: 10px;
  }
  .p-to-cart-block .add-to-cart-button.btn-conversion {
    min-width: 275px;
  }
  .type-product .add-to-cart .quantity {
    margin-right: calc(50% - 113px);
  }
  .p-final-price-wrapper {
    text-align: center;
  }
  .drepak_wrapper .drepak_child2 h2 {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .drepak_wrapper {
    padding: 50px 20px !important;
  }
}

@media (max-width: 768px) {
  .news-item:not(:first-child) .text .title {
    margin-top: 50px;
  }
  .type-post h1 {
    text-align: center;
    line-height: 1.5;
  }
  .columns-3 .products-block > div,
  .columns-4 .products-block > div {
    width: 100%;
  }
  .columns-3 .products-block > div:nth-child(n + 2),
  .columns-4 .products-block > div:nth-child(n + 2) {
    border-top: solid 1px #fbc760;
    padding-top: 30px;
    margin-top: 30px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .news-item:not(:first-child) .text .title {
    margin-top: 50px;
  }
  .type-post h1 {
    text-align: center;
    line-height: 1.5;
  }
}

@media (max-width: 767px) {
  .back_btn {
    flex: unset;
  }
  ol.cart-header li a span,
  ol.cart-header li strong span {
    color: #4b1b04;
    font-weight: 400;
    font-size: 16px;
    padding: 7px;
  }
  ol.cart-header li.active strong span {
    line-height: 30px;
    font-size: 30px;
    font-weight: 600;
    padding: 20px;
  }
}
@media (max-width: 479px) {
  .benefitBanner {
    display: flex;
    flex-wrap: wrap;
  }
  .benefitBanner__item {
    flex: 0 0 50%;
    width: 50%;
  }
}
.siteCookies__link {
  border: none;
}
.dark_orange .btn_yellow:hover {
  color: #d35315;
  background: #fff;
}
.advanced-parameter-inner.yes-before {
  border: solid 2px #d35315;
  color: #d35315;
}
.drepak_child2.illustration {
  position: relative;
}
.drepak_child2.illustration p:last-child {
  margin-bottom: 0;
}
.drepak_child2.illustration:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 50px solid #fff2d8;
  display: block;
  left: 50%;
  bottom: -50px;
  position: absolute;
  transform: translate(-50%, 50px);
}
@media (max-width: 767px) {
  .drepak_wrapper .drepak_child2 h3 {
    text-align: center;
  }
  .drepak_child2.illustration {
    position: relative;
    margin: 0 -20px;
    width: calc(100% + 40px);
  }
  .drepak_wrapper.gradient:after {
    background: #fff;
  }
  .drepak_child2.illustration:nth-child(1):after {
    border-top: 50px solid #ffff;
    left: unset;
    bottom: -27px;
    right: 30px;
    z-index: 9;
  }
  .drepak_child2.illustration:nth-child(2) {
    background: #fff2d8;
  }
  .drepak_child2.illustration:nth-child(2):after {
    transform: translate(-50%, 50px);
    left: unset;
    bottom: 0;
    right: 30px;
    z-index: 9;
  }
  .drepak_child2.illustration:nth-child(2):before {
    content: "";
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 50px solid #fff2d8;
    display: block;
    left: 50%;
    bottom: -50px;
    position: absolute;
    transform: translate(-50%, 50px);
    left: unset;
    right: 30px;
    z-index: 9;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .in-index .drepak_child2.illustration:after {
    transform: translate(-50%, 5px);
  }
}
@media (min-width: 992px) {
  .drepak_child2.illustration {
    padding-bottom: 0;
  }
}
.category-perex {
  margin-bottom: 50px;
}
.custom-footer__banner8 img {
  max-width: 200px;
}

.drepak_child2 .btn.btn-primary {
  cursor: pointer;
  font-weight: 500;
  padding: 12px 20px;
  border-radius: 16px;
  font-size: 16px;
  display: block;
  height: auto;
  background: #fcc760;
  color: #4b1b04;
  border: none;
  min-width: 200px;
}
.drepak_child2 .btn.btn-primary:hover {
  color: #fff;
  background: #d35315;
}
.drepak_child2 .p-detail-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 0;
}
.drepak_child2 .p-detail-inner .p-data-wrapper,
.drepak_child2 .p-detail-inner .p-image-wrapper {
  width: 100%;
}
.p-detail-inner-header h2 {
  margin: 0;
}
.wide .drepak_child2 .image360,
.wide .drepak_child2 .p-image {
  min-height: unset;
}
.drepak_wrapper .drepak_child2 .p-short-description p:last-child {
  margin-bottom: 0px;
}
.one-column-body table.detail-parameters tbody tr th {
  min-width: unset !important;
}
html {
  scroll-margin-top: 150px;
  scroll-padding-top: 150px;
}

body:not(.ordering-process).sticky #header {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  z-index: 9;
}
.type-product .drepak_child2.illustration:after {
  display: none;
}
h1 {
  text-align: center;
  font-size: 36px;
}
.siteCookies__form {
  background-color: #fcc760;
  border-radius: 8px;
  box-shadow: none;
  padding: 15px;
  background-image: url(/user/documents/upload/res/cookie.png);
  background-repeat: no-repeat;
  background-size: 70px;
  display: flex;
  flex-direction: column;
}
.siteCookies__text:before {
  content: "Povolit cookie soubory?";
  color: #d35315;
  display: block;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.siteCookies__text {
  color: #d35315;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 500;
}
.siteCookies__link {
  border: none;
  border-radius: 8px;
  color: #d35315;
  background: #fff;
  font-weight: 500;
  line-height: 1;
  padding: 12px 15px;
}
.siteCookies__button {
  border: none;
  border-radius: 8px;
  color: #fff;
  background: #d35315;
  font-weight: 500;
  line-height: 1;
  padding: 12px 15px;
}
.siteCookies--bottom.siteCookies--scrolled {
  background-color: transparent;
  box-shadow: none;
}
@media (min-width: 768px) {
  .siteCookies__buttonWrap {
    margin-top: -40px;
    margin-left: 130px;
  }
}
@media (min-width: 380px) {
  .siteCookies__form {
    padding-left: 100px;
    background-position: 15px center;
  }
}
@media (max-width: 379px) {
  .siteCookies__form {
    padding-top: 100px;
    background-position: center 15px;
  }
}
@media (max-width: 767px) {
  .drepak_wrapper .drepak_child2.light_text h2,
  h1,
  h3 {
    text-align: center !important;
  }
  .slick-prev.slick-arrow:before {
    margin-top: -1px;
  }
  .drepak_child2 .btn.btn-primary,
  .btn_yellow,
  .btn.btn-cart,
  .btn.btn-conversion,
  a.btn.btn-cart,
  a.btn.btn-conversion,
  #carousel .extended-banner-link {
    cursor: pointer;
    font-weight: 600 !important;
    padding: 18px 20px !important;
    border-radius: 16px !important;
    font-size: 16px !important;
    display: block;
    height: auto;
    min-width: 200px;
    max-width: 250px;
    line-height: 1;
    margin: auto;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .drepak_child2.illustration:after {
    border-left: 30px solid transparent !important;
    border-right: 30px solid transparent !important;
    border-top: 30px solid #fff2d8 !important;
    bottom: -30px !important;
    transform: translate(-50%, 30px) !important;
  }
}

@media (max-width: 1199px) {
  .custom-footer > div.custom-footer__banner8 {
    width: 100%;
    order: 99;
    text-align: center;
  }
  .custom-footer > div.custom-footer__banner9 {
    width: 100%;
    text-align: center;
  }
  #footer .custom-footer > div.custom-footer__banner9 ul {
    justify-content: center;
  }
  .custom-footer {
    display: flex;
    flex-wrap: wrap;
  }
}
.type-product .question-tooltip {
  font-size: 22px;
  height: 25px;
  line-height: 25px;
  width: 25px;
}
.question-tooltip {
  background-color: #d35315;
  border-color: #d35315;
  color: #fff;
}
.question-tooltip:hover {
  background-color: #fcc760;
  border-color: #fcc760;
  color: #4b1b04;
}
body:not(.type-product) .variant-list .question-tooltip {
  margin-right: 10px;
}
.flag.flag-freeshipping {
  display: none;
}
.flags-default .flag:after,
.flags-default .flag:before {
  display: none;
}
.flags-default .flag.flag-doprava:after,
.flags-default .flag.flag-doprava:after,
.flags-default .flag.flag-mnozstevni:after {
  content: "zdarma";
  display: inline-block !important;
  font-weight: 600;
  position: unset;
  transform: none;
  height: auto;
  width: auto;
  padding: 0;
}
.flags-default .flag.flag-mnozstevni:after {
  content: "sleva";
}
.flags-default .flag.flag-mnozstevni,
.flags-default .flag.flag-doprava {
  background: #d15417 !important;
  padding: 12px 24px;
  max-width: unset;
  border-radius: 0 8px 8px 0;
  text-transform: none;
  font-size: 16px;
}
.flags-default .flag.flag-mnozstevni {
  background: #e48637 !important;
}
.content-wrapper {
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}
#multisale {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}
#multisale img {
  width: 65px;
}
.type-product h1 {
  text-align: left;
}
@media (max-width: 767px) {
  .drepak_wrapper .drepak_child2 h2,
  .drepak_wrapper .drepak_child2 .p-short-description p:last-child,
  .desc_variant.visible p,
  .drepak_wrapper .drepak_child2 p,
  .drepak_wrapper .drepak_child2 p,
  .one-column-body table.detail-parameters tbody tr th,
  .drepak_child23 p,
  .type-product h1 {
    text-align: center !important;
  }
  .new_quantity {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 20px auto 0;
  }
  #multisale {
    justify-content: center;
  }
  .p-image-wrapper .flags-default {
    left: -20px;
  }
  .flags-default .flag.flag-mnozstevni,
  .flags-default .flag.flag-doprava {
    padding: 8px 16px;
    font-size: 12px;
  }
}

.columns-mobile-2 .homepage-texts-wrapper > div {
  margin: 0 -10px;
  max-width: calc(100% + 20px);
}
.review_name {
  font-weight: 600;
}
.p-basic-info-block {
  font-size: 12px;
  display: block;
  width: 100%;
  padding: 0;
}
.p-basic-info-block .block {
  padding: 0;
}
.type-product .p-to-cart-block .p-add-to-cart-wrapper .add-to-cart {
  gap: 15px;
}
#description {
  border-top: none;
}
.news-item-detail .text {
  max-width: 800px;
  margin: 0 auto;
}
