@charset "UTF-8";
* {
  font-family: "Baloo 2", sans-serif !important;
}

.container,
.breadcrumbs, .index-content-wrapper, .ordering-process .content-wrapper-in, .type-search .content-wrapper-in, .type-manufacturers-listing .content-wrapper-in, .type-manufacturer-detail .content-wrapper-in, .type-posts-listing .content-wrapper-in, .type-post .content-wrapper-in, .type-page .content-wrapper-in, .type-glossary .content-wrapper-in, .next-to-carousel-banners, .type-category .content, .p-detail-inner, .p-detail-tabs-wrapper {
  max-width: 1340px;
}

body.in-index {
  overflow-x: hidden;
}
body.in-index .overall-wrapper {
  overflow: hidden;
  padding-top: 0 !important;
}

a, .link-like {
  color: #debb4c;
}
a:hover, .link-like:hover {
  color: #debb4c;
  text-decoration: underline;
}

.social-links {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row !important;
  margin-top: 12px !important;
}
.social-links li {
  margin-right: 9px;
}
.social-links li.soc-link span {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-links li.soc-link span.instagram a::before {
  content: "";
}
.social-links li.soc-link span.facebook a::before {
  content: "";
}
.social-links li.soc-link span::before {
  display: initial;
  display: none;
}
.social-links li.soc-link span a {
  font-size: 0 !important;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background-color: #debb4c;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  text-decoration: none !important;
}
.social-links li.soc-link span a::before {
  font-size: 16px !important;
  font-family: "Shoptet";
  color: #211f1e;
}
.social-links li.soc-link span a:hover {
  background-color: #bb9622;
}

.languagesMenu .languagesMenu__list__link {
  text-transform: lowercase;
}

.languagesMenu__header {
  border: 0;
  text-transform: lowercase;
}

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

div[itemprop=about] a {
  text-decoration: none;
  color: #debb4c;
}
div[itemprop=about] a:hover {
  text-decoration: none;
}

div[itemprop=about] .reakce {
  background-color: #f7f7f7;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 20px;
}
div[itemprop=about] .reakce h5 {
  margin: 0 0 10px 0;
  font-size: 16px;
}

body:not(.type-category):not(.type-product) .navigation-buttons a[data-target=login] {
  display: none;
}
body:not(.type-category):not(.type-product) .navigation-buttons a.cart-count {
  display: none;
}
body:not(.type-category):not(.type-product) .languagesMenu__box[data-target=currency] {
  display: none;
}

body:not(.type-category):not(.type-product) #vatDrop {
  display: none;
}

body:not(.type-category):not(.type-product) .dklab-delivery-box {
  display: none!important;
}

.navigationActions__flagWrapper {
  text-transform: lowercase;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 991px) {
  .breadcrumbs {
    margin: 10px 0;
  }
}
@media (max-width: 991px) {
  .breadcrumbs > span {
    padding: 0 0 0 10px;
  }
}
@media (max-width: 991px) {
  .breadcrumbs > span > a::after {
    content: "";
    font-size: 12px;
    color: #666;
    padding: 10px 0 10px 10px;
    font-family: "Shoptet";
  }
}
.siteCookies__form {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  width: 600px;
  max-width: 90%;
  transform: translate(-50%, -50%);
  margin: 0;
  position: fixed;
}

.siteCookies--center {
  width: 100%;
  height: 100%;
  margin: 0;
  left: 0;
  top: 0;
  transform: none;
}
.siteCookies--center::before {
  background-color: rgba(0, 0, 0, 0.65);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
}

.siteCookies__text .siteCookies__link {
  padding: 0;
  font-size: 16px;
  margin: 0;
  font-weight: 400;
}
.siteCookies__text .siteCookies__link:hover {
  background-color: transparent;
}

.siteCookies__content > .siteCookies__links a {
  font-weight: 400;
  position: relative;
  top: 12px;
}

.siteCookies--center .siteCookies__button {
  background-color: #debb4c;
  font-size: 0;
}
.siteCookies--center .siteCookies__button:hover {
  background-color: #bb9622;
  opacity: 1;
}
.siteCookies--center .siteCookies__button::after {
  font-size: 16px;
  content: "Povolit cookies";
  position: relative;
  top: 3px;
}

:focus {
  outline: none;
}

.products-block .slick-list::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #fff;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: auto;
  touch-action: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.slick-slider .slick-arrow {
  z-index: 9;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 43px;
  height: 43px;
  border: 1px solid #d9d9d9;
  padding: 0;
  display: flex;
  border-radius: 43px;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
.slick-slider .slick-arrow:hover {
  background-color: #d9d9d9;
}
@media (max-width: 767px) {
  .slick-slider .slick-arrow {
    width: 30px;
    height: 30px;
    border-radius: 30px;
  }
}
.slick-slider .slick-arrow.slick-prev {
  left: -35px;
}
@media (max-width: 767px) {
  .slick-slider .slick-arrow.slick-prev {
    left: -40px;
  }
}
.slick-slider .slick-arrow.slick-prev::after {
  content: "";
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='SVGDoc' width='8' height='12' xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:avocode='https://avocode.com/' viewBox='0 0 8 12'%3E%3Cdefs%3E%3C/defs%3E%3Cdesc%3EGenerated with Avocode.%3C/desc%3E%3Cg%3E%3Cg%3E%3Ctitle%3EArrow-13%3C/title%3E%3Cg%3E%3Ctitle%3EVector%3C/title%3E%3Cpath d='M1.07422,11.73022c-0.09253,-0.039 -0.15271,-0.1296 -0.15271,-0.2302l0.00012,-10.99998c0,-0.10046 0.06018,-0.19116 0.15271,-0.23035c0.09253,-0.03906 0.19959,-0.01892 0.27161,0.05115l5.65686,5.5c0.04834,0.047 0.07568,0.1117 0.07568,0.1792c0,0.06751 -0.02734,0.13221 -0.07568,0.1792l-5.65698,5.49998c-0.07214,0.0701 -0.17908,0.0901 -0.27161,0.051z' fill='%23000000' fill-opacity='1'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  width: 8px;
  height: 12px;
  display: inline-block;
  transform: rotate(-180deg);
}
.slick-slider .slick-arrow.slick-next {
  right: -35px;
}
@media (max-width: 767px) {
  .slick-slider .slick-arrow.slick-next {
    right: -40px;
  }
}
.slick-slider .slick-arrow.slick-next::after {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='SVGDoc' width='8' height='12' xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:avocode='https://avocode.com/' viewBox='0 0 8 12'%3E%3Cdefs%3E%3C/defs%3E%3Cdesc%3EGenerated with Avocode.%3C/desc%3E%3Cg%3E%3Cg%3E%3Ctitle%3EArrow-13%3C/title%3E%3Cg%3E%3Ctitle%3EVector%3C/title%3E%3Cpath d='M1.07422,11.73022c-0.09253,-0.039 -0.15271,-0.1296 -0.15271,-0.2302l0.00012,-10.99998c0,-0.10046 0.06018,-0.19116 0.15271,-0.23035c0.09253,-0.03906 0.19959,-0.01892 0.27161,0.05115l5.65686,5.5c0.04834,0.047 0.07568,0.1117 0.07568,0.1792c0,0.06751 -0.02734,0.13221 -0.07568,0.1792l-5.65698,5.49998c-0.07214,0.0701 -0.17908,0.0901 -0.27161,0.051z' fill='%23000000' fill-opacity='1'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  width: 8px;
  height: 12px;
  content: "";
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-loading .slick-list {
  background: #fff slick-image-url("ajax-loader.gif") center center no-repeat;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-list::after {
  right: 0;
  height: 100%;
  background-color: #fff;
  width: 1px;
  content: "";
  top: 0;
  position: absolute;
}

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

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

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

.slick-dots {
  margin: 0;
  margin-bottom: 30px;
  padding: 0;
  display: flex;
  width: 100%;
  justify-content: center;
}
.slick-dots li {
  margin: 0 3px;
  list-style: none;
  width: 10px;
  height: 10px;
  position: relative;
}
.slick-dots li.slick-active button {
  background-color: #000;
  border-radius: 10px;
  border: 1px solid #000;
  width: 10px;
  height: 10px;
}
.slick-dots li button {
  width: 10px;
  height: 10px;
  position: absolute;
  font-size: 0;
  border: 1px solid #000;
  background-color: #fff;
  padding: 0;
  border-radius: 10px;
}

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

@media print {
  .type-detail > *:not(#PDFcontent) {
    display: none;
  }

  #PDFcontent.hide {
    display: block !important;
  }
  #PDFcontent .text-left img {
    max-width: 300px;
  }
  #PDFcontent h2 {
    font-size: 20px;
  }
  #PDFcontent h3 {
    margin: 20px 0 0 0;
    font-size: 28px;
  }
  #PDFcontent .basic-text {
    margin: 10px 0 15px 0;
    font-size: 15px;
  }
  #PDFcontent .basic-text div {
    margin-bottom: 10px;
  }
  #PDFcontent .variant-print {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #PDFcontent .variant-print .variant {
    margin: 1%;
    border: 1px solid #f7f7f7;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 230px;
    padding: 10px;
  }
  #PDFcontent .variant-print .variant .text-name {
    font-weight: 700;
    margin: 10px 0;
    font-size: 18px;
  }
  #PDFcontent .variant-print .variant .price {
    font-size: 16px;
    font-weight: 700;
  }
  #PDFcontent .variant-print .variant .price .price-additional {
    font-weight: 400;
    font-size: 13px;
  }
  #PDFcontent .footer {
    position: absolute;
    bottom: 20px;
    width: 100%;
    font-size: 13px;
    text-align: center;
    border-top: 1px solid #e7e7e7;
    margin-top: 25px;
    padding-top: 20px;
    display: flex;
    justify-content: center;
  }
  #PDFcontent .footer > div {
    padding: 0 10px;
  }
  #PDFcontent .date {
    font-size: 12px;
    text-align: right;
  }
}
.basic-description div {
  margin-bottom: 10px;
}

footer#footer {
  background: url("/user/documents/upload/sablona-nemazat/bg-footer.jpg") no-repeat center center;
  padding: 36px 0 33px 0;
  background-size: cover;
}
@media (max-width: 767px) {
  footer#footer {
    padding: 0;
  }
}
footer#footer .custom-footer {
  padding: 0;
}
footer#footer .custom-footer > div {
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  footer#footer .custom-footer > div {
    padding: 0 10px;
    text-align: left;
    border-top: 1px solid #616161;
  }
}
@media (max-width: 767px) {
  footer#footer .custom-footer > div:nth-child(1) {
    padding: 25px;
    text-align: center;
    border-top: 0;
  }
}
@media (max-width: 767px) {
  footer#footer .custom-footer > div:not(.open-it) h4::after {
    display: inline-block;
    transform: rotate(-180deg);
  }
}
@media (max-width: 767px) {
  footer#footer .custom-footer > div:not(.open-it) ul {
    display: none;
  }
}
@media (max-width: 767px) {
  footer#footer .custom-footer > div:not(.open-it) .contact-box {
    display: none;
  }
}
footer#footer .custom-footer > div .banner-wrapper {
  margin-top: 0;
}
footer#footer .custom-footer > div .banner {
  min-height: unset;
  margin-bottom: 0;
}
footer#footer h4 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 11px;
}
@media (max-width: 767px) {
  footer#footer h4 {
    padding: 15px 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  footer#footer h4::after {
    content: "";
    font-size: 10px;
    font-family: "Shoptet";
  }
}
footer#footer ul {
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  footer#footer ul {
    margin-bottom: 15px;
  }
}
footer#footer ul li {
  margin-bottom: 5px;
}
footer#footer ul li::before {
  display: none;
}
footer#footer ul li a {
  color: #adadad;
  font-size: 14px;
  font-weight: 400;
}
footer#footer ul li a:hover {
  color: #fff;
}
footer#footer img[alt=logo] {
  max-height: 150px;
  width: auto;
}
footer#footer .contact-box {
  min-height: unset;
}
footer#footer .contact-box::before {
  color: #adadad;
  font-size: 14px;
  font-weight: 400;
  display: block;
  margin-bottom: 12px;
}
footer#footer .contact-box ul {
  display: flex;
  flex-direction: column-reverse;
}
footer#footer .contact-box ul li {
  margin-bottom: 12px;
}
footer#footer .contact-box ul li span.mail {
  padding-left: 32px;
}
footer#footer .contact-box ul li span.mail::before {
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='SVGDoc' width='24' height='24' xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:avocode='https://avocode.com/' viewBox='0 0 24 24'%3E%3Cdefs%3E%3C/defs%3E%3Cdesc%3EGenerated with Avocode.%3C/desc%3E%3Cg%3E%3Cg%3E%3Ctitle%3Eemail-52 1%3C/title%3E%3Cg%3E%3Ctitle%3EBackground%3C/title%3E%3C/g%3E%3Cg%3E%3Ctitle%3EGroup%3C/title%3E%3Cg%3E%3Ctitle%3EGroup%3C/title%3E%3Cg%3E%3Ctitle%3EVector%3C/title%3E%3Cpath d='M2.04,3.6v0l9.96,6.96v0l9.96,-6.96v0z' fill='%23debb4c' fill-opacity='1'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Ctitle%3EGroup%3C/title%3E%3Cg%3E%3Ctitle%3EGroup%3C/title%3E%3Cg%3E%3Ctitle%3EVector%3C/title%3E%3Cpath d='M12.6,12.96c-0.36,0.24 -0.96,0.24 -1.32,0l-11.28,-7.92v0v14.16c0,0.6 0.6,1.2 1.2,1.2h21.6c0.6,0 1.2,-0.6 1.2,-1.2v-14.16v0z' fill='%23debb4c' fill-opacity='1'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  width: 24px;
  height: 24px;
  background-position: center center;
  background-repeat: no-repeat;
}
footer#footer .contact-box ul li span.tel {
  padding-left: 32px;
}
footer#footer .contact-box ul li span.tel::before {
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='SVGDoc' width='24' height='24' xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:avocode='https://avocode.com/' viewBox='0 0 24 24'%3E%3Cdefs%3E%3C/defs%3E%3Cdesc%3EGenerated with Avocode.%3C/desc%3E%3Cg%3E%3Cg%3E%3Ctitle%3EVector%3C/title%3E%3Cpath d='M23.3516,17.6136v0l-3.3493,-3.3493c-1.1962,-1.1962 -3.2296,-0.7176 -3.7081,0.8373c-0.3589,1.0766 -1.555,1.6747 -2.6316,1.4354c-2.3923,-0.5981 -5.62197,-3.7081 -6.22005,-6.22c-0.35886,-1.07665 0.35885,-2.27282 1.4354,-2.63162c1.55505,-0.47847 2.03345,-2.51195 0.83732,-3.70812l-3.34928,-3.34927c-0.95693,-0.83732 -2.39233,-0.83732 -3.22965,0l-2.27272,2.27272c-2.27272,2.39234 0.23923,8.73199 5.86122,14.35399c5.62196,5.622 11.96166,8.2536 14.35406,5.8613l2.2727,-2.2728c0.8374,-0.9569 0.8374,-2.3923 0,-3.2296z' fill='%23debb4c' fill-opacity='1'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  width: 24px;
  height: 24px;
  background-position: center center;
  background-repeat: no-repeat;
}
footer#footer .contact-box ul li span.tel a:hover {
  text-decoration: none;
}
footer#footer .contact-box ul li span.tel a::after {
  color: #adadad;
  font-size: 14px;
  font-weight: 400;
  display: block;
}
footer#footer .contact-box ul li a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
}

.footer-bottom {
  background-color: #000000;
  padding: 20px 0;
  border: 0;
}
.footer-bottom #signature,
.footer-bottom .copyright {
  color: #adadad;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}
.footer-bottom #signature a,
.footer-bottom .copyright a {
  color: #adadad;
  font-size: 14px;
  font-weight: 400;
}
.footer-bottom .copyright a {
  text-decoration: underline;
}
.footer-bottom .copyright a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .footer-bottom .container {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .footer-bottom #signature {
    margin-top: 15px;
  }
}

.reakce-zakazniku {
  padding: 86px 0 55px 0;
}
@media (max-width: 991px) {
  .reakce-zakazniku {
    padding: 50px;
  }
}
@media (max-width: 767px) {
  .reakce-zakazniku {
    padding: 25px;
  }
}
.reakce-zakazniku h4 {
  color: #debb4c;
  font-size: 38px;
  font-weight: 600;
  margin: 15px 0 38px 0;
  text-align: center;
}
@media (max-width: 600px) {
  .reakce-zakazniku h4 {
    margin: 15px 0 25px 0;
    font-size: 32px;
  }
}
.reakce-zakazniku .text-center {
  position: relative;
  z-index: 1;
  margin-top: 55px;
}
.reakce-zakazniku .text-center a.btn.btn-gold {
  color: #debb4c;
  font-size: 16px;
  font-weight: 500;
  border-radius: 2px;
  border: 1px solid #debb4c;
  text-transform: initial;
  line-height: 1;
  width: 100%;
  max-width: 200px;
  padding: 14px 10px;
}
.reakce-zakazniku .text-center a.btn.btn-gold:hover {
  color: #fff;
  background-color: #debb4c;
}
.reakce-zakazniku .reference-feed .ref-inner {
  padding: 0 30px;
}
@media (min-width: 768px) {
  .reakce-zakazniku .reference-feed .ref-inner::after {
    width: 1px;
    height: 191px;
    background-color: #e8e8e8;
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
.reakce-zakazniku .reference-feed .ref-inner p {
  overflow: hidden;
  text-align: center;
  color: #3a3530;
  font-size: 16px;
  font-weight: 400;
}
.reakce-zakazniku .reference-feed .ref-inner p a {
  text-decoration: none;
  color: #debb4c;
}
.reakce-zakazniku .reference-feed .ref-inner p a:hover {
  text-decoration: none;
}
.reakce-zakazniku .reference-feed .ref-inner .avatar {
  text-align: center;
  margin-top: 15px;
}
.reakce-zakazniku .reference-feed .ref-inner .avatar img {
  margin: 0px auto;
  max-width: 61px;
  max-height: 61px;
  border-radius: 61px;
}
.reakce-zakazniku .reference-feed .ref-inner .avatar strong {
  color: #3a3530;
  font-size: 16px;
  font-weight: 700;
  display: block;
}

.blog-section {
  position: relative;
  padding: 54px 0 76px 0;
}
@media (max-width: 600px) {
  .blog-section {
    padding: 20px 0 35px 0;
  }
}
.blog-section::before {
  background: url("/user/documents/upload/sablona-nemazat/bgrecepty-tinified.jpg") center center;
  z-index: 0;
  position: absolute;
  left: -150%;
  content: "";
  width: 300%;
  display: block;
  height: 100%;
  top: 0px;
}
.blog-section h4 {
  position: relative;
  z-index: 1;
  color: #debb4c;
  font-size: 38px;
  font-weight: 600;
  margin: 15px 0 32px 0;
  text-align: center;
}
@media (max-width: 600px) {
  .blog-section h4 {
    margin: 15px 0 25px 0;
    font-size: 32px;
  }
}
.blog-section .blog-feed {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -9px;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .blog-section .blog-feed {
    margin: 0;
  }
}
.blog-section .blog-feed .news-item {
  width: calc(33.333333% - 9px);
  margin-bottom: 39px;
  display: flex;
  flex-direction: column;
  padding: 0;
}
@media (max-width: 600px) {
  .blog-section .blog-feed .news-item {
    width: 48%;
  }
}
@media (max-width: 600px) {
  .blog-section .blog-feed .news-item:nth-last-child(-n+1) {
    display: none;
  }
}
.blog-section .blog-feed .news-item .image {
  width: 100%;
  margin: 0;
  max-height: 259px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 600px) {
  .blog-section .blog-feed .news-item .image {
    max-height: 200px;
  }
}
@media (max-width: 380px) {
  .blog-section .blog-feed .news-item .image {
    max-height: 120px;
  }
}
.blog-section .blog-feed .news-item .text a.title {
  line-height: 1;
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  margin: 21px 0 10px 0;
}
@media (max-width: 1199px) {
  .blog-section .blog-feed .news-item .text a.title {
    font-size: 18px;
  }
}
@media (max-width: 380px) {
  .blog-section .blog-feed .news-item .text a.title {
    font-size: 14px;
    margin: 15px 0 10px 0;
  }
}
.blog-section .blog-feed .news-item .text .description {
  display: none;
}
.blog-section .text-center {
  position: relative;
  z-index: 1;
}
.blog-section .text-center a.btn.btn-gold {
  color: #debb4c;
  font-size: 16px;
  font-weight: 500;
  border-radius: 2px;
  border: 1px solid #debb4c;
  text-transform: initial;
  line-height: 1;
  width: 100%;
  max-width: 200px;
  padding: 14px 10px;
}
.blog-section .text-center a.btn.btn-gold:hover {
  color: #fff;
  background-color: #debb4c;
}

.footer-banners.banner-wrapper {
  margin: 0;
}
.footer-banners.banner-wrapper .footer-banner {
  width: 100%;
}
@media (max-width: 767px) {
  .footer-banners.banner-wrapper .footer-banner {
    padding: 0;
  }
}

.homepage-texts-wrapper {
  padding: 77px 0 90px 0;
  margin: 0;
}
@media (max-width: 767px) {
  .homepage-texts-wrapper {
    padding: 25px 0;
  }
}
.homepage-texts-wrapper .welcome-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.homepage-texts-wrapper .welcome-wrapper > p {
  width: 58%;
  text-align: right;
}
@media (max-width: 767px) {
  .homepage-texts-wrapper .welcome-wrapper > p {
    width: 100%;
    margin-top: 20px;
  }
}
.homepage-texts-wrapper .welcome-wrapper .welcome {
  width: 42%;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .homepage-texts-wrapper .welcome-wrapper .welcome {
    width: 100%;
  }
}
.homepage-texts-wrapper .welcome-wrapper .welcome h1 {
  text-align: center;
  color: #debb4c;
  font-size: 34px;
  font-weight: 600;
  margin: 0 0 30px 0;
}
.homepage-texts-wrapper .welcome-wrapper .welcome p {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}
.homepage-texts-wrapper .welcome-wrapper .welcome p:last-of-type {
  margin-bottom: 0;
}
.homepage-texts-wrapper .welcome-wrapper .welcome p strong {
  font-size: 18px;
  font-weight: 500;
  display: block;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .next-to-carousel-banners {
    margin-top: 20px !important;
    display: flex;
    flex-wrap: wrap;
    flex-flow: wrap;
  }
}
.next-to-carousel-banners .banner-wrapper {
  margin: 5px;
  width: calc(25% - 10px);
}
@media (max-width: 991px) {
  .next-to-carousel-banners .banner-wrapper {
    width: calc(33.33333% - 10px);
  }
}
@media (max-width: 767px) {
  .next-to-carousel-banners .banner-wrapper {
    width: calc(33.33333% - 10px);
  }
}
@media (max-width: 600px) {
  .next-to-carousel-banners .banner-wrapper {
    width: calc(50% - 10px);
  }
}
@media (max-width: 420px) {
  .next-to-carousel-banners .banner-wrapper {
    width: 100%;
    margin: 5px 0;
  }
}
.next-to-carousel-banners .top-inner {
  height: 337px;
  position: relative;
  overflow: hidden;
  border-radius: 2px;
}
@media (max-width: 420px) {
  .next-to-carousel-banners .top-inner {
    background-size: cover !important;
  }
}
.next-to-carousel-banners .top-inner::before {
  background-image: linear-gradient(to bottom, black 0%, transparent);
  width: 100%;
  height: 150px;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.next-to-carousel-banners .top-inner:hover .top-wrap {
  border-radius: 2px;
  border: 3px solid #debb4c;
  background-color: rgba(24, 24, 24, 0.9);
}
.next-to-carousel-banners .top-inner:hover .top-wrap .text {
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.next-to-carousel-banners .top-inner .top-wrap {
  position: relative;
  z-indeX: 1;
  border: 3px solid transparent;
  height: 337px;
  padding: 0 15px;
}
.next-to-carousel-banners .top-inner h2 {
  text-align: center;
  color: #ffffff;
  font-size: 28px;
  font-weight: 600;
  margin: 38px 0 30px 0;
}
@media (max-width: 1199px) {
  .next-to-carousel-banners .top-inner h2 {
    margin: 38px 0 20px 0;
  }
}
.next-to-carousel-banners .top-inner .text {
  opacity: 0;
}
.next-to-carousel-banners .top-inner .text p {
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .next-to-carousel-banners .top-inner .text p {
    font-size: 13px;
  }
}
.next-to-carousel-banners .top-inner .text .flexik {
  position: absolute;
  width: 100%;
  bottom: 32px;
  left: 0;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1294px) {
  .next-to-carousel-banners .top-inner .text .flexik {
    padding: 0 8px;
    justify-content: space-around;
  }
}
.next-to-carousel-banners .top-inner .text .flexik.center {
  justify-content: center;
}
.next-to-carousel-banners .top-inner .text a.btn.btn-gold {
  padding: 10px;
  width: 100%;
  max-width: 104px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  border-radius: 2px;
  background-color: #debb4c;
  border: 0;
  text-transform: initial;
}
.next-to-carousel-banners .top-inner .text a.btn.btn-gold:hover {
  background-color: #bb9622;
}
@media (max-width: 1294px) {
  .next-to-carousel-banners .top-inner .text a.btn.btn-gold {
    max-width: 90px;
  }
}
@media (max-width: 1294px) {
  .next-to-carousel-banners .top-inner .text a.btn.btn-gold {
    padding: 10px 8px;
    width: auto;
    max-width: unset;
  }
}

.carousel-inner .extended-banner-texts {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -150px;
}
@media (max-width: 767px) {
  .carousel-inner .extended-banner-texts {
    margin-top: 0;
  }
}
.carousel-inner .extended-banner-texts .extended-banner-text {
  position: initial;
  background: none;
  border: 0;
  box-shadow: none;
  color: #ffffff;
  font-size: 45px;
  text-align: center;
  font-weight: 800;
  padding: 0;
  max-width: 100%;
}
@media (max-width: 991px) {
  .carousel-inner .extended-banner-texts .extended-banner-text {
    font-size: 35px;
  }
}
@media (max-width: 600px) {
  .carousel-inner .extended-banner-texts .extended-banner-text {
    font-size: 30px;
  }
}
@media (max-width: 479px) {
  .carousel-inner .extended-banner-texts .extended-banner-text {
    font-size: 25px;
  }
}
@media (max-width: 370px) {
  .carousel-inner .extended-banner-texts .extended-banner-text {
    font-size: 20px;
    padding: 0 10px;
  }
}
.carousel-inner .extended-banner-texts .extended-banner-text img {
  display: block;
  margin: 0px auto 12px auto;
  max-width: 50%;
}
@media (min-width: 992px) {
  .wide .wide-carousel .carousel {
    margin-top: -80px;
  }
}

.navigation-window-visible .next-to-carousel-banners .top-inner .top-wrap {
  z-index: -1;
}

header#header {
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  header#header {
    background-color: transparent;
  }
}
@media (max-width: 991px) {
  header#header {
    background-color: #000;
  }
}
@media (min-width: 992px) {
  header#header .container {
    background-color: transparent;
  }
}
@media (max-width: 1440px) {
  header#header .container {
    width: 98%;
    max-width: 100%;
  }
}
header#header .site-name {
  max-height: 30px;
}
@media (max-width: 1300px) {
  header#header .site-name {
    flex-basis: 160px;
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  header#header .site-name {
    padding-right: 0;
    flex-basis: 169px;
  }
}
@media (max-width: 412px) {
  header#header .site-name {
    padding-right: 15px;
    flex: 0 1 40%;
  }
}
@media (max-width: 356px) {
  header#header .site-name {
    padding-right: 15px;
    flex: 0 1 35%;
  }
}
header#header .search_wrap {
  position: absolute;
  z-index: 99999999;
  right: 41px;
  top: 57px;
}
@media (max-width: 330px) {
  header#header .search_wrap {
    right: 0;
    width: 100%;
    text-align: center;
  }
}
header#header .search_wrap:not(.open-it) {
  display: none;
}
header#header .search_wrap input {
  background-color: #f7f7f7;
  border: 1px solid #e7e7e7;
  height: 36px;
  border-radius: 5px 0 0 5px;
  padding: 0 15px;
  font-size: 15px;
  color: #000;
}
header#header .search_wrap input:focus {
  outline: none;
  box-shadow: none;
}
header#header .search_wrap button {
  color: #fff;
  background-color: #debb4c;
  font-size: 16px;
  font-weight: 500;
  border-radius: 0 5px 5px 0;
  border: 0;
  padding: 0 5px;
  height: 36px;
  position: relative;
  top: 0px;
}
header#header .search_wrap button:hover {
  background-color: #bb9622;
  color: #fff;
}
header#header .navigation-buttons {
  border: 0;
}
header#header .navigation-buttons .languagesMenu__content {
  background-color: transparent;
}
@media (min-width: 992px) {
  header#header .navigation-buttons .eshop-link {
    display: none;
  }
}
header#header .navigation-buttons .eshop-link a {
  font-size: 16px;
  color: #fff;
  padding: 10px 15px;
  border-radius: 2px;
  background-color: #debb4c;
  width: auto;
  height: auto;
  line-height: 1;
}
@media (max-width: 479px) {
  header#header .navigation-buttons .eshop-link a {
    font-size: 14px;
    padding: 5px 10px;
  }
}
@media (max-width: 340px) {
  header#header .navigation-buttons .eshop-link a {
    font-size: 12px;
    padding: 5px 5px;
  }
}
header#header .navigation-buttons .custom-search {
  width: 40px;
  background-color: transparent;
  border: 0;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
}
header#header .navigation-buttons .custom-search::before {
  content: "";
  font-family: "Shoptet";
  font-size: 18px;
}
header#header .navigation-buttons a[data-target=login] {
  width: 40px;
  background-color: transparent;
  border: 0;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header#header .navigation-buttons a[data-target=navigation] {
  background-color: transparent;
  border: 0;
  color: #fff;
}
header#header .navigation-buttons a[data-target=navigation]:hover {
  color: #fff;
}
header#header .navigation-buttons a[data-target=search] {
  width: 40px;
  background-color: transparent;
  border: 0;
}
header#header .navigation-buttons a[data-target=cart] {
  width: 40px;
  background-color: transparent;
  border: 0;
}

@media (min-width: 992px) {
  body:not(.in-index) header#header {
    background: url("/user/documents/upload/sablona-nemazat/bgheader.jpg") center center;
  }
}

@media (min-width: 992px) and (max-width: 1231px) {
  nav#navigation {
    height: 36px;
  }
}
@media (max-width: 479px) {
  nav#navigation {
    top: 40px;
  }
}
nav#navigation .navigation-in {
  background-color: transparent;
}
@media (max-width: 991px) {
  nav#navigation .navigation-in {
    background-color: #343230;
  }
}
nav#navigation .navigation-in .navigationActions {
  border: 0;
}
nav#navigation .navigation-in .navigationActions__submenu ul:not(:first-of-type) li:first-of-type > a {
  border-color: #616161;
}
nav#navigation .navigation-in .navigationActions__submenu li::before {
  display: none;
}
nav#navigation .navigation-in .navigationActions__submenu li a {
  padding-left: 0;
}
nav#navigation .navigation-in a {
  color: #fff;
}
nav#navigation .navigation-in > ul > li > a {
  font-size: 16px;
  color: #fff;
  padding: 10px 15px;
}
nav#navigation .navigation-in > ul > li > a:hover {
  color: #bb9622;
}
nav#navigation .navigation-in > ul > li > a > b {
  font-weight: 400;
}

.fitted .navigation-in ul {
  justify-content: center;
}
@media (min-width: 1232px) {
  .fitted .navigation-in ul {
    height: 80px;
  }
}

.menu-helper span {
  font-size: 16px;
  color: #fff;
  border: 0;
  background-color: transparent;
  background: transparent;
  font-weight: 400;
}

@media (max-width: 991px) {
  .navigation-window-visible #navigation {
    width: 100%;
  }
}

@media (max-width: 479px) {
  .navigation-window-visible .navigation-buttons a[data-target=navigation]::before {
    content: "";
  }
}

.navigation-close {
  display: none;
}

.type-posts-listing #newsWrapper {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}
.type-posts-listing #newsWrapper .news-item {
  width: calc(25% - 20px);
  display: flex;
  flex-direction: column;
  margin: 10px;
  padding: 0;
  background-color: #f7f7f7;
  border-radius: 5px;
}
@media (max-width: 991px) {
  .type-posts-listing #newsWrapper .news-item {
    width: calc(33.3333% - 20px);
  }
}
@media (max-width: 767px) {
  .type-posts-listing #newsWrapper .news-item {
    width: calc(50% - 20px);
  }
}
@media (max-width: 680px) {
  .type-posts-listing #newsWrapper .news-item {
    width: calc(100%);
  }
}
.type-posts-listing #newsWrapper .news-item .image {
  width: 100%;
  margin: 0 0 10px 0;
  border-radius: 5px 5px 0 0;
  height: 207px;
  position: relative;
  overflow: hidden;
}
.type-posts-listing #newsWrapper .news-item .image img {
 position: absolute;
   top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 207px;
  border-radius: 5px 5px 0 0;
  max-width: unset;
  width: unset;
  height: unset;
  width: 100%;
  max-height: unset;

}
.type-posts-listing #newsWrapper .news-item .text {
  padding: 0 10px 10px 10px;
}
.type-posts-listing #newsWrapper .news-item .text a.title {
  line-height: 1;
  color: #3a3530;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  margin: 0px 0 10px 0;
}

.p-data-wrapper .p-short-description {
  margin-bottom: 20px;
}
.p-data-wrapper .p-variants-block {
  padding: 10px 0 0 0;
  background-color: #f7f7f7;
  border: 1px solid #e7e7e7;
  border-bottom: 0;
}
.p-data-wrapper .p-variants-block p {
  display: none;
}
.p-data-wrapper #variants .table-row {
  border-bottom: 1px solid #e7e7e7;
}
.p-data-wrapper #variants .table-row:last-of-type {
  border-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .p-data-wrapper #variants .table-row .variant-name-wrapper {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .p-data-wrapper #variants .table-row .variant-name-wrapper {
    width: calc(100% - 350px);
  }
}
.p-data-wrapper #variants .table-row .variant-name-wrapper .variant-name {
  font-size: 16px;
  font-weight: 600;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .p-data-wrapper #variants .table-row .price {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .p-data-wrapper #variants .table-row .price {
    width: 135px;
  }
}
@media (max-width: 400px) {
  .p-data-wrapper #variants .table-row .price {
    width: 100%;
  }
}
.p-data-wrapper #variants .table-row .price .price-final {
  font-size: 16px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .p-data-wrapper #variants .table-row .cart {
    width: 50%;
  }
}
@media (max-width: 400px) {
  .p-data-wrapper #variants .table-row .cart {
    width: 100%;
    margin-top: 5px;
  }
}
@media (max-width: 400px) {
  .p-data-wrapper #variants .table-row .cart button {
    background-color: #000;
    width: 48px;
    height: 48px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 400px) {
  .p-data-wrapper #variants .table-row .cart button::before {
    color: #fff;
    font-weight: 400;
  }
}
.p-data-wrapper #variants .table-row .quantity {
  display: inline-block;
  background-color: #fff;
}
.p-data-wrapper #variants .table-row img {
  mix-blend-mode: multiply;
}
@media (max-width: 550px) {
  .p-data-wrapper .p-to-cart-block {
    flex-wrap: wrap;
  }
}
@media (max-width: 363px) {
  .p-data-wrapper .p-to-cart-block .p-add-to-cart-wrapper {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .p-data-wrapper .p-to-cart-block .quantity {
    display: inline-block;
  }
}
@media (max-width: 363px) {
  .p-data-wrapper .p-to-cart-block button {
    padding: 13px 0;
    width: calc(100% - 146px);
  }
}
@media (max-width: 550px) {
  .p-data-wrapper .p-to-cart-block .p-final-price-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }
}

#tab-content #description {
  margin: 0 0 45px 0;
  font-size: 16px;
}
#tab-content #description::before {
  display: block;
  margin: 0 0 15px 0;
  font-size: 30px;
  font-weight: 600;
}
#tab-content #productsRelated {
  display: block;
  opacity: 1;
}
#tab-content #productsRelated::before {
  display: block;
  margin: 0 0 15px 0;
  font-size: 30px;
  font-weight: 600;
}

.p-detail-tabs-wrapper .responsive-nav {
  display: none;
}

.have-widget.product .p-tools {
  padding: 0 !important;
}
.have-widget.product a.name {
  font-weight: 600;
}
.have-widget.product .availability {
  padding: 0 !important;
}
.have-widget.product .widget-parameter-wrapper,
.product .p-bottom {
  display: none;
}
.have-widget.product .butoncustom-var {
  margin: 1%;
  display: flex;
  flex-wrap: wrap;
}
.have-widget.product .butoncustom-var .button {
  background-color: #f7f7f7;
  border: 1px solid #e7e7e7;
  padding: 10px 5px;
  border-radius: 5px;
  cursor: pointer;
  margin: 1%;
}
@media (max-width: 767px) {
  .have-widget.product .butoncustom-var .button {
    padding: 5px;
  }
}
@media (max-width: 479px) {
  .have-widget.product .butoncustom-var .button {
    padding: 5px 2px;
  }
}
.have-widget.product .butoncustom-var .button:hover {
  background-color: #e7e7e7;
}
.have-widget.product .butoncustom-var .button .name-var {
  font-weight: 700;
  font-size: 14px;
  margin: 0 0 5px 0;
}
.have-widget.product .butoncustom-var .button .price-var {
  font-size: 12px;
  margin: 0 0 0px 0;
}
@media (max-width: 479px) {
  .have-widget.product .butoncustom-var .button .price-var {
    font-size: 10px;
  }
}
.have-widget.product .butoncustom-var .button button {
  font-size: 0;
  background-color: transparent;
  border: 0;
  padding: 0;
}
.have-widget.product .butoncustom-var .button button::before {
  font-size: 20px;
  content: "";
  color: #000;
  font-family: "Shoptet";
}

.product a.name {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}
.product:not(.have-widget) a.name {
  font-weight: 600;
}
.product:not(.have-widget) .availability {
  padding: 0 !important;
  margin-bottom: 10px !important;
}
.product:not(.have-widget) .price-additional {
  display: none;
}
.product:not(.have-widget) .p-tools {
  padding: 8px 0 !important;
}
.product:not(.have-widget) .p-tools button {
  font-weight: 700;
  font-size: 14px;
  text-transform: initial;
  background-color: #f7f7f7;
  border: 1px solid #e7e7e7;
  padding: 10px;
  border-radius: 5px;
  color: #000;
  cursor: pointer;
  margin: 1%;
}
@media (max-width: 767px) {
  .product:not(.have-widget) .p-tools button {
    padding: 5px;
  }
}
@media (max-width: 479px) {
  .product:not(.have-widget) .p-tools button {
    padding: 5px 2px;
  }
}
.product:not(.have-widget) .p-tools button:hover {
  background-color: #e7e7e7;
}

.timeline {
  position: relative;
  max-width: 1100px;
  display: flex;
  flex-direction: column;
  align-items: space-between;
  margin: 25px auto;
}
.timeline h2 {
  margin: 10px 0 5px 0;
}
.timeline::after {
  content: "";
  position: absolute;
  width: 6px;
  background-color: #debb4c;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}
@media (max-width: 600px) {
  .timeline::after {
    left: 0;
    margin-left: 0;
  }
}
.timeline .left {
  background-color: #f7f7f7;
  width: 46%;
  margin: 5px 0 5px 0;
  border-radius: 5px;
  position: relative;
}
@media (max-width: 600px) {
  .timeline .left {
    width: 94%;
    margin: 5px 0 5px auto;
  }
}
@media (min-width: 601px) {
  .timeline .left::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: -10px;
    border: medium solid #f7f7f7;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #f7f7f7;
  }
}
@media (max-width: 600px) {
  .timeline .left::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: -10px;
    border: medium solid #f7f7f7;
    border-width: 10px 10px 10px 0;
    border-color: transparent #f7f7f7 transparent transparent;
  }
}
.timeline .left::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  right: -54px;
  background-color: white;
  border: 4px solid #debb4c;
  top: 22px;
  border-radius: 50%;
  z-index: 1;
}
@media (max-width: 600px) {
  .timeline .left::after {
    left: -6%;
    margin-left: -8px;
  }
}
.timeline .right {
  border-radius: 5px;
  background-color: #f7f7f7;
  width: 46%;
  margin: 5px 0 5px auto;
  position: relative;
}
@media (max-width: 600px) {
  .timeline .right {
    width: 94%;
    margin: 5px 0 5px auto;
  }
}
.timeline .right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: -10px;
  border: medium solid #f7f7f7;
  border-width: 10px 10px 10px 0;
  border-color: transparent #f7f7f7 transparent transparent;
}
.timeline .right::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: -54px;
  background-color: white;
  border: 4px solid #debb4c;
  top: 22px;
  border-radius: 50%;
  z-index: 1;
}
@media (max-width: 600px) {
  .timeline .right::after {
    left: -6%;
    margin-left: -8px;
  }
}

.cart-table .related {
  padding: 0;
}
.cart-table .related td {
  padding: 0;
}
.cart-table .related .cart-related-product {
  max-width: 100%;
  background-color: #f7f7f7;
  padding: 0 10px;
  position: relative;
  padding-left: 70px;
}
.cart-table .related .cart-related-product img {
  mix-blend-mode: multiply;
}
.cart-table .related .cart-related-product .cart-related-info {
  width: 60%;
}
@media (max-width: 767px) {
  .cart-table .related .cart-related-product .cart-related-info {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cart-table .related .cart-related-product .cart-related-info .cart-related-img {
    position: absolute;
    background-color: #f7f7f7;
    width: 50px;
    left: 10px;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
.cart-table .related .cart-related-product .cart-related-info .cart-related-name {
  text-transform: initial;
}
.cart-table .related .cart-related-product .cart-related-button {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 767px) {
  .cart-table .related .cart-related-product .cart-related-button {
    width: 100%;
  }
}
.cart-table .related .cart-related-product .cart-related-button .price {
  margin: 0 15px 0 0;
}
.cart-table .related .cart-related-product .cart-related-button a {
  text-transform: initial;
}
.cart-table .related .cart-related-product .cart-related-button button[type=submit] {
  text-transform: initial;
}
.cart-table .related .cart-related-product .cart-related-button button[type=submit]::after {
  display: none;
}


@media(min-width:768px){
  #vatDrop{
    border:0;
    position:relative;
    top:1px;
  }
  
  #vatDrop span.caret{
    margin-left:5px;
    margin-top:-2px;
  }
  
  .navigation-buttons .dropdown.open .dropdown-menu{
    margin-top:-24px;
  }
}


.dropdown-menu[data-dropdown="vatDrop"] li{
  height: 30px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  cursor:pointer;
}

.dropdown-menu[data-dropdown="vatDrop"] li:hover{
  color:#000;
  text-decoration:underline;
  background-color:#fff;
}

@media(min-width:768px) and (max-width:991px){
  .navigation-buttons .dropdown{
    display:flex;
    margin-left:10px;
  }
}

@media(min-width:768px) and (max-width:991px){
  .navigationActions .dropdown{
    display:none
  }
}

@media(max-width:767px){
  .dropdown-backdrop{
    display:none;
  }
  #vatDrop{
    background: transparent;
    border: 0;
    padding: 21.5px 15px;
   
  }
  .navigationActions .dropdown .dropdown-menu{
    position:initial;
    width:100%;
    float:none;
    background-color:transparent;
    box-shadow:none;
    border:0;
  }
  .navigationActions .dropdown .dropdown-menu li{
    position:initial;
    width:100%;
    height:auto;
    padding:10px 25px;
  }
}


.product .customVariants{
  display:flex;
  flex-wrap:wrap;
}

.product .customVariants .customVariant{
  background-color: #f7f7f7;
  border: 1px solid #e7e7e7;
  padding: 10px 5px;
  border-radius: 5px;
  cursor: pointer;
  margin: 1%;
}
.product .customVariants .customVariant:hover{
  background-color: #e7e7e7;
}

.product .customVariants .customVariant .variantName{
  font-weight: 700;
  font-size: 14px;
  margin: 0 0 5px 0;
}
.product .customVariants .customVariant .varinatPrice{
  font-size: 12px;
  margin: 0 0 0px 0;
}

.product .customVariants .customVariant span.button{
  
}

.product .customVariants .customVariant span.button::before{
  font-size: 20px;
  content: "\e921";
  color: #000;
  font-family: "Shoptet";
}

.product .widget-parameter-wrapper{
  height:0;
  opacity:0;
  margin:0;
  padding:0;
}

.product[data-color="#cb0000"] .p-bottom,
.product[data-color="#800040"] .p-bottom{
  display:none;
}
