/* Common */
:root {
  --color-pink: #bb9fdc;
  --color-pink-dark: #9161c9;
  --color-pink-light: #fceeff;
  --color-yellow: #dcaa1e;
  --color-yellow-light: #f8efde;
  --font-primary: "Poppins";
  --font-secondary: "Playfair Display";
}

.h4,
.content h4,
.category-title,
.p-detail-inner h1,
h1,
h4.homepage-group-title,
.h4.homepage-group-title,
.products-related-header,
.in-klient h1,
.affiliate-page h1,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", serif !important;
}

a.button,
.btn,
a.btn,
button.btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.2;
  cursor: pointer;
  text-decoration: none;
  outline: none !important;
  background-color: var(--color-secondary);
  text-align: center;
  transition: background-color 250ms ease;
  -webkit-appearance: none;
  font-size: 16px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 400;
  border-radius: 0;
  min-height: 50px;
}

a.button:hover,
.btn:hover,
a.btn:hover,
button.btn:hover {
  background-color: var(--color-secondary-hover);
}

a.button:before,
.btn:before,
a.btn:before,
button.btn:before {
  content: "";
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  display: block;
  border-radius: 0;
  border: 2px solid #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.form-control {
  height: 50px;
  padding: 10px 15px;
  border-radius: 0;
  color: var(--color-pink);
  border: 2px solid var(--color-yellow);
}

.form-control::placeholder {
  color: var(--color-pink);
}

/* modal */

.advancedOrder__buttons .next-step-back {
  line-height: 1.2;
  border-radius: 0;
}

/* footer */

footer {
  background-color: var(--color-pink);
  color: #fff;
}

#footer a {
  font-size: 1em;
}

#footer h4 {
  text-transform: none;
  color: #000;
  margin-bottom: 30px;
}

#footer h4:before {
  background-color: #fff;
  bottom: -8px;
}

#footer .search-form .btn {
  min-width: 150px;
}

footer ul li a,
#footer ul li a {
  color: #fff !important;
  font-weight: 400;
}

footer ul .mail a,
footer ul .tel a,
footer ul .facebook a,
footer ul .instagram a,
footer ul .youtube a,
footer ul .tiktok a,
footer ul .whatsapp a {
  padding-left: 40px !important;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

body footer .container.footer-bottom {
  border-top-color: white;
}

body footer .container.footer-bottom .copyright .podpis a,
body footer .container.footer-bottom .copyright .podpis,
body footer .container.footer-bottom .copyright {
  color: white;
}

footer ul .mail a:before {
  top: -3px;
  width: 30px;
  height: 25px;
  background-size: contain;
  background-image: url(/user/documents/jakubtursky/icons/mail.svg);
}

footer ul .tel a:before {
  top: -3px;
  width: 30px;
  height: 25px;
  background-size: contain;
  background-image: url(/user/documents/jakubtursky/icons/phone.svg);
}

@media (min-width: 768px) {
  footer h4 {
    font-size: 1.6em;
  }
}

@media only screen and (min-width: 1500px) {
  body footer .container.footer-bottom {
    max-width: 1440px;
  }
}

/* products */

h4.homepage-group-title,
.h4.homepage-group-title {
  margin-top: 0;
}

.products-group {
  position: relative;
  padding-top: 40px;
}

.products-group:before {
  content: "";
  display: block;
  width: 100vw;
  position: absolute;
  top: 0;
  display: block;
  height: 100%;
  max-width: none;
  left: calc(50% - 50vw);
  z-index: 0;
}

.products-group-1:before {
  background-color: var(--color-yellow-light);
}

.products-group-2:before {
  background-color: var(--color-pink-light);
}

.products-group-3:before {
  background-color: var(--color-yellow-light);
}

.slick-slider .product .availability {
  display: block;
}

.h4:after,
.content h4:after,
.category-title:after,
.p-detail-inner h1:after,
h1:after,
h4.homepage-group-title:after,
.h4.homepage-group-title:after,
.products-related-header:after,
.in-klient h1:after,
.affiliate-page h1:after {
  width: 180px;
}

.h4.homepage-group-title:before {
  content: "";
  height: 2px;
  bottom: -2px;
  position: absolute;
  left: 0;
  display: block;
  background-color: black;
  margin-top: 20px;
  width: 100%;
}

.h4,
.content h4,
.category-title,
.p-detail-inner h1,
h1,
h4.homepage-group-title,
.h4.homepage-group-title,
.products-related-header,
.in-klient h1,
.affiliate-page h1 {
  font-size: 26px;
}

.slick-slider .slick-arrow {
  border: 0 !important;
  width: 40px;
  height: 40px;
  top: -76px;
  right: 0;
}

.slick-slider .slick-next {
  right: 0;
}

.slick-slider .slick-next,
.slick-slider .slick-prev {
  background-color: transparent !important;
  background: none !important;
  background-image: none !important;
  padding: 0;
}

.slick-slider .slick-prev {
  right: 56px;
}

.slick-slider .slick-arrow:before {
  content: "";
  color: var(--color-yellow);
  font-size: 18px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "shoptet" !important;
}

.slick-slider .slick-next:before {
  content: "\e910";
}

.slick-slider .slick-prev:before {
  content: "\e90f";
}

.products-block .p .flags-default {
  left: 20px;
  top: auto;
  bottom: 0;
}

.flags .flag {
  text-transform: none;
  font-weight: 500;
}

.flags .flag.flag-action {
  background-color: #df83b7;
  color: white;
}

.flags .flag.flag-tip {
  background-color: var(--color-yellow-light);
  color: var(--color-yellow);
}

.flags .flag.flag-new {
  background-color: var(--color-pink-light);
  color: var(--color-yellow);
}

.products-block.products .product .p {
  border: 2px solid var(--color-yellow);
  box-shadow: none;
}

.products-block.products .product .p-in:before {
  display: none;
}

.products-block .p-bottom .p-tools {
  order: 4;
  flex-basis: 100%;
  width: 100%;
}

.products-block.products .product:hover .p {
  box-shadow: none;
}

.products-block.products .product button,
.products-block.products .product .btn {
  margin-bottom: 0;
  margin-top: 15px;
  width: 100% !important;
  border-radius: 0;
}

.products-block.products .product button:before,
.products-block.products .product .btn:before {
  content: "";
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  display: block;
  border-radius: 0;
  border: 2px solid #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.products-block.products .product .prices .price-final strong {
  letter-spacing: 0;
  color: black;
}

.products-block.products .product .flags {
  width: calc(100% - 40px);
}

.products-block.products .product .ratings-wrapper {
  justify-content: flex-start;
  text-align: left;
}

.products-block.products .product .ratings-wrapper {
  align-items: flex-start;
  text-align: left;
}

.products-block.products .product .p-bottom > div {
  flex-direction: row;
}

.products-block.products .product .image {
  margin-bottom: 10px;
}

.products-block.products .product .p .name {
  font-family: var(--font-secondary);
  margin: 0 0 10px;
  justify-content: flex-start;
  text-align: left;
}

.products-block.products .product .availability {
  width: 50%;
  order: -1;
  margin-top: 4px;
  margin-bottom: 4px;
  text-align: left !important;
}

.products-block.products .product .p:hover {
  border-color: var(--color-pink);
}

.products-block.products .product .p:hover .btn {
  background-color: var(--color-pink);
}

.products .product button:hover,
.products .product .btn:hover {
  background-color: var(--color-pink);
}

.products-block.products .product .prices {
  width: 50%;
}

.products-block.products .product .prices .price-final {
  margin-bottom: 0;
  text-align: right;
}

@media (min-width: 768px) {
  .products-block.products .product button,
  .products-block.products .product .btn {
    font-size: 16px;
  }

  #content .btn.unveil-button,
  #footer .btn.unveil-button {
    display: inline-flex;
  }
  .products-block.products-page.products {
    max-width: none;
    margin: 0 -1%;
    width: auto;
  }
  .products-block.products .product .p .name {
    font-size: 18px;
  }
  .products-block.products .product .prices .price-final strong {
    font-size: 18px;
  }

  .h4,
  .content h4,
  .category-title,
  .p-detail-inner h1,
  h1,
  h4.homepage-group-title,
  .h4.homepage-group-title,
  .products-related-header,
  .in-klient h1,
  .affiliate-page h1 {
    font-size: 32px;
  }
}

/* benefits */

.type-index .benefitBanner {
  margin-left: auto;
  margin-right: auto;
}

.benefitBanner {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.benefitBanner .benefitBanner__item {
  width: 50%;
  padding-right: 0;
}

.benefitBanner .benefitBanner__item .benefitBanner__link {
  flex-wrap: wrap;
}

.benefitBanner .benefitBanner__item .benefitBanner__picture {
  width: 50px;
  height: 50px;
  margin: 0 auto;
}

.benefitBanner .benefitBanner__item .benefitBanner__content {
  display: block;
  text-align: center;
  justify-content: center;
  width: 100%;
  margin-top: 10px;
  padding: 0 15px;
}

.benefitBanner .benefitBanner__item .benefitBanner__title {
  font-size: 16px;
  color: var(--color-pink);
  font-family: var(--font-secondary);
  line-height: 1.4;
  font-weight: 400;
}

@media (max-width: 480px) {
  .type-index .benefitBanner {
    margin: 10px 0 20px 0;
  }
}
@media (min-width: 480px) {
  .benefitBanner .benefitBanner__item {
    width: 50%;
  }
  .benefitBanner .benefitBanner__item .benefitBanner__title {
    font-size: 20px;
  }
  .benefitBanner .benefitBanner__item .benefitBanner__content {
    margin-top: 20px;
  }
}

@media (min-width: 768px) {
  .benefitBanner .benefitBanner__item .benefitBanner__picture {
    width: 80px;
    height: 80px;
    margin: 0 auto;
  }
  .benefitBanner .benefitBanner__item {
    width: 25%;
  }
  .benefitBanner .benefitBanner__item .benefitBanner__title {
    font-size: 20px;
  }
}

/* top-banners */

.next-to-carousel-banners {
  flex-wrap: wrap;
  width: 100%;
  padding: 60px 0 60px 0;
}

.next-to-carousel-banners:before {
  display: none;
}

.next-to-carousel-banners .banner-wrapper > img,
.next-to-carousel-banners .banner-wrapper > a > img {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: filter 250ms ease-out;
}

.next-to-carousel-banners .banner-wrapper:hover > img,
.next-to-carousel-banners .banner-wrapper:hover > a > img {
  filter: brightness(90%);
}

@media (min-width: 480px) {
  .next-to-carousel-banners .banner-wrapper {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .next-to-carousel-banners .banner-wrapper {
    width: 33.33%;
  }
}

/* carousel */

.type-index .banners-row .col-sm-8,
.type-index .banners-row .col-sm-4 {
  padding: 0;
}

#carousel {
  border-radius: 0;
}

#carousel .carousel-slide-caption h2:before {
  display: none;
}

#carousel .carousel-slide-caption h2 {
  text-transform: none;
  color: white;
}

#carousel .carousel-slide-caption p {
  color: white;
  margin-top: 0;
}

#carousel .carousel-slide-caption .button {
  min-width: 220px;
  min-height: 50px;
  display: inline-flex !important;
}

@media (max-width: 767px) {
  #carousel .carousel-slide-caption {
    background: rgba(0, 0, 0, 0.2);
    top: calc(50% - 5px);
  }
}
@media (min-width: 768px) {
  .in-index .content-wrapper.before-carousel .container {
    padding: 0 10px;
  }
  #carousel .carousel-slide-caption .button {
    min-width: 250px;
  }
  #carousel .carousel-slide-caption h2 {
    font-size: 52px;
  }
  #carousel .carousel-slide-caption p {
    font-size: 26px;
  }
}

/* header */

#header .top-navigation-contacts .project-email span,
.top-navigation-bar .top-navigation-contacts .project-email span {
  display: inline-block;
}

.top-navigation-bar .msg-part {
  max-width: 100%;
  width: 100%;
}

.top-navigation-bar .nav-part {
  justify-content: flex-start;
}

.top-navigation-bar .container {
  flex-wrap: wrap;
}

.msg-part {
  clear: both;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px 10px;
  background-color: var(--color-yellow);
}

.top-navigation-bar .nav-part .top-navigation-menu > ul li a {
  color: white;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}

.top-navigation-bar-menu-helper {
  border-color: var(--color-pink);
  background-color: var(--color-pink);
}

.top-navigation-bar .nav-part .top-navigation-menu-trigger:before {
  color: white;
}

.top-navigation-bar-menu li::before {
  content: "";
  background: #ffffff;
  height: 4px;
  width: 4px;
  border: 0 !important;
  margin: 0 !important;
  border-radius: 100%;
  margin-top: -2px !important;
}

#header .top-navigation-contacts,
.top-navigation-bar .top-navigation-contacts {
  width: 25%;
}

#header .top-navigation-contacts .project-phone:before,
.top-navigation-bar .top-navigation-contacts .project-phone:before,
#header .top-navigation-contacts .project-phone,
.top-navigation-bar .top-navigation-contacts .project-phone {
  color: white;
  font-size: 14px;
}

#header .top-navigation-contacts .project-email,
.top-navigation-bar .top-navigation-contacts .project-email {
  display: flex;
  align-items: center;
  padding-left: 35px;
  line-height: 30px;
  text-decoration: none;
  letter-spacing: 1px;
  width: auto;
  color: white;
  font-size: 14px;
}

#header .header-top .top-nav-button-login span {
  display: none;
}

#header .search fieldset button {
  min-height: auto;
}

#header .navigation-buttons .btn .cart-price,
#header .navigation-buttons .sr-only {
  display: none;
}

#header .navigation-buttons .btn {
  padding: 0;
  height: auto;
  min-height: auto;
  width: 50px;
  height: 50px;
}

.navigation-buttons > a[data-target="cart"] i {
  left: 35px;
  top: -4px;
}

.popup-widget.cart-widget::before {
  display: none;
}

#header .header-top .top-nav-button-login:before {
  background-color: var(--color-yellow);
  height: 50px;
  width: 50px;
  line-height: 1;
  top: -15px;
}

#header .navigation-buttons .btn:before {
  height: 50px;
  width: 50px;
  border: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#header .header-top .top-nav-button-login:before {
  content: "";
  width: 50px;
  height: 50px;
  background-size: 34px;
  background-image: url(/user/documents/jakubtursky/icons/user.svg);
}

#header .navigation-buttons .btn:before {
  content: "";
  width: 50px;
  height: 50px;
  background-size: 34px;
  background-image: url(/user/documents/jakubtursky/icons/basket.svg);
}

@media (min-width: 768px) {
  #header .header-top .top-nav-button-login {
    margin-left: auto;
    margin-right: 20px;
    margin-top: -20px;
  }
  #header .top-navigation-contacts {
    display: none;
  }

  .top-navigation-bar {
    background: var(--color-pink);
  }
  .top-navigation-bar .container .top-navigation-menu {
    max-width: 100%;
    max-height: 27px;
    margin-left: auto;
    text-align: left;
  }
  .top-navigation-bar .nav-part .top-navigation-menu > ul {
    text-align: left;
  }
}

/* welcome */

.homepage-box.welcome-wrapper {
  margin-bottom: 0;
  padding-bottom: 0;
  margin-top: 0;
  background: white;
  border: 0;
}

@media (min-width: 768px) {
  .homepage-box.welcome-wrapper {
    margin-top: 0;
  }
}

.welcome {
  position: relative;
  padding: 40px 20px 40px 20px;
  border-radius: 0;
  background-color: var(--color-tertiary);
}

@media (min-width: 768px) {
  .welcome {
    padding: 30px 40px 30px 40px;
  }
}

@media (min-width: 992px) {
  .welcome {
    padding: 30px 80px 30px 80px;
  }
}

.welcome h1 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .welcome h1 {
    font-size: 36px;
    margin-bottom: 30px;
  }
}

.homepage-box {
  background-color: white;
  border: 0;
  padding-top: 0;
}

.welcome .btn {
  margin-top: 10px;
  min-width: 200px;
}

.welcome p {
  color: #0f0f0f;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 500;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .welcome p {
    font-size: 22px;
  }
}

.welcome ol,
.welcome ul {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .welcome ol,
  .welcome ul {
    margin-bottom: 40px;
  }
}

.welcome ol > li,
.welcome ul > li {
  margin-bottom: 10px;
  color: #0f0f0f;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .welcome ol > li,
  .welcome ul > li {
    margin-bottom: 15px;
    font-size: 16px;
  }
}

.welcome ul,
.welcome ol {
  margin-bottom: 3rem;
}

.welcome ul > li,
.welcome ol > li {
  position: relative;
  margin-bottom: 12px;
  font-weight: 400;
  line-height: 1.6;
}

.welcome ul ul,
.welcome ol ul,
.welcome ul ol,
.welcome ol ol {
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}

.welcome ul ul > li,
.welcome ol ul > li,
.welcome ul ol > li,
.welcome ol ol > li {
  margin-bottom: 8px;
}

.welcome .welcome__content {
  max-width: none;
  text-align: center;
}

@media (min-width: 768px) {
  .welcome .welcome__content {
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px;
  }
}

@media (min-width: 1200px) {
  .welcome .welcome__content {
    margin: 0 -70px;
  }
}

.welcome__left-panel {
  align-self: center;
  padding: 0 15px;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .welcome__left-panel {
    padding: 0 30px;
    margin-bottom: 0;
    width: 50%;
    max-width: 50%;
    flex: 1;
  }
}

@media (min-width: 1200px) {
  .welcome__left-panel {
    padding: 0 70px;
  }
}

.welcome__left-panel h1:last-child {
  margin-bottom: 0 !important;
  text-align: center;
}

.welcome__right-panel {
  margin-bottom: 0 !important;
}

@media (min-width: 992px) {
  .welcome__right-panel {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
    padding: 0 30px;
  }
}

@media (min-width: 1200px) {
  .welcome__right-panel {
    padding: 0 70px;
  }
}

.welcome__right-panel img {
  margin-top: 40px;
  width: 100%;
  /* border-radius: 20px; */
}

.welcome__right-panel img:first-child {
  margin-top: 0;
}

/* Welcome */

.homepage-box.welcome-wrapper h1:after {
  display: none;
}

@media (max-width: 766px) {
  .welcome-wrapper .welcome-wrapper {
    margin: 0 -20px;
  }
}

.welcome-wrapper .welcome {
  background-color: #233b31;
}

@media (min-width: 768px) and (max-width: 992px) {
  .welcome-wrapper .welcome {
    padding-top: 50px;
  }
}

@media (min-width: 480px) and (max-width: 768px) {
  .welcome-wrapper .welcome {
    padding-bottom: 160px;
  }
}

@media (max-width: 479px) {
  .welcome-wrapper .welcome {
    padding-bottom: 0;
  }
}

.welcome-wrapper .welcome .welcome__content {
  margin: 0;
}

@media (max-width: 479px) {
  .welcome-wrapper .welcome .welcome__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.welcome-wrapper .welcome .welcome__content .welcome__right-panel {
  position: absolute;
  bottom: 0;
  padding: 0;
  max-width: 36%;
  z-index: 1;
  bottom: 23px;
}

@media (min-width: 480px) {
  .welcome-wrapper .welcome .welcome__content .welcome__right-panel {
    max-width: 50%;
    bottom: -10px;
  }
}

@media (min-width: 767px) {
  .welcome-wrapper .welcome .welcome__content .welcome__right-panel {
    max-width: 30%;
    bottom: 0;
  }
  .welcome-wrapper .welcome .welcome__content .welcome__right-panel.first {
    bottom: 20px;
  }
}

@media (min-width: 992px) {
  .welcome-wrapper .welcome .welcome__content .welcome__right-panel {
    bottom: -2px;
    max-width: 20%;
  }
  .welcome-wrapper .welcome .welcome__content .welcome__right-panel {
    text-align: center;
  }
}

@media (min-width: 1200px) {
  .welcome-wrapper .welcome .welcome__content .welcome__right-panel {
    bottom: 0;
    max-width: 25%;
  }
}

@media (min-width: 1440px) {
  .welcome-wrapper .welcome .welcome__content .welcome__right-panel {
    bottom: 23px;
    max-width: 35%;
  }
  .welcome-wrapper .welcome .welcome__content .welcome__right-panel {
    bottom: 0;
  }
}

@media (min-width: 1600px) {
  .welcome-wrapper .welcome .welcome__content .welcome__right-panel {
    bottom: 0;
  }
}

.welcome-wrapper .welcome .welcome__content .welcome__right-panel.first {
  left: 0;
}

@media (min-width: 992px) {
  .welcome-wrapper .welcome .welcome__content .welcome__right-panel.first {
    /* bottom: auto;
    top: 50%;
		transform: translateY(-50%); */
    bottom: -20px;
  }
  .welcome-wrapper .welcome .welcome__content .welcome__right-panel.first {
    left: -10%;
    max-width: 35%;
  }
  .welcome-wrapper .welcome .welcome__content .welcome__right-panel.last {
    bottom: -20px;
  }
}

@media (min-width: 1200px) {
  .welcome-wrapper .welcome .welcome__content .welcome__right-panel.first {
    left: -10%;
    max-width: 35%;
  }
}

@media (min-width: 1440px) {
  .welcome-wrapper .welcome .welcome__content .welcome__right-panel.first {
    left: -10%;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .welcome-wrapper .welcome .welcome__content .welcome__right-panel.first {
    bottom: 15px;
    max-width: 30%;
    left: -85px;
  }
  .welcome-wrapper .welcome .welcome__content .welcome__right-panel.last {
    bottom: 15px;
    max-width: 30%;
    left: auto;
    right: -85px;
  }
}

.welcome-wrapper .welcome {
  background-color: var(--color-pink-light);
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .welcome-wrapper .welcome .welcome__content .welcome__right-panel.last {
    max-width: 35%;
    bottom: -40px;
    right: -40px;
  }
  .welcome-wrapper .welcome .welcome__content .welcome__right-panel.first {
    max-width: 35%;
    bottom: -40px;
    left: -40px;
  }
  /* .welcome-wrapper .welcome .welcome__content .bg-hero {
    object-position: right !important;
    opacity: 0.1;
  } */
}

@media (max-width: 479px) {
  .welcome-wrapper .welcome .welcome__content .welcome__right-panel.last {
    position: relative;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    bottom: auto;
    max-width: none;
    right: auto !important;
    left: auto;
    margin: 20px 0 -50px !important;
  }
}

.welcome-wrapper .welcome .welcome__content .welcome__right-panel.last {
  right: -85px;
}

@media (min-width: 992px) {
  .welcome-wrapper .welcome .welcome__content .welcome__right-panel.last {
    right: -10%;
    max-width: 35%;
  }
}

@media (min-width: 1200px) {
  .welcome-wrapper .welcome .welcome__content .welcome__right-panel.last {
    right: -10%;
    max-width: 35%;
  }
}

@media (min-width: 1440px) {
  .welcome-wrapper .welcome .welcome__content .welcome__right-panel.last {
    right: -10%;
  }
  .welcome-wrapper .welcome .welcome__content .welcome__left-panel {
    max-width: 590px;
  }
}

@media (max-width: 479px) {
  .welcome-wrapper .welcome .welcome__content .welcome__right-panel.first {
    display: none;
  }
}

.odber {
  display: none;
}

.welcome-wrapper .welcome .welcome__content .bg-hero {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  z-index: 0;
  height: 100%;
  display: block;
  width: 100vw;
  position: absolute;
  top: 0;
  display: block;
  height: 100%;
  max-width: none;
  left: calc(50% - 50vw);
  z-index: 0;
}

.welcome-wrapper .welcome .welcome__content .welcome__left-panel {
  padding: 0;
  max-width: 540px;
  margin: 0 auto;
  text-align: center;
  z-index: 2;
  position: relative;
}

.welcome-wrapper .welcome .welcome__content .welcome__left-panel h1 {
  color: #ffffff;
  font-size: 26px;
  font-weight: 500;
  display: inline-block;
  text-transform: none;
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
}

.welcome-wrapper .welcome .welcome__content .welcome__left-panel h2 {
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  text-transform: none;
  position: relative;
}

.homepage-box.welcome-wrapper p {
  margin: 0 auto 15px;
  line-height: 1.7;
}

/* .welcome-wrapper .welcome .welcome__content .welcome__left-panel h1:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: black;
  width: 80%;
  height: 3px;
} */

@media (min-width: 480px) {
  .welcome-wrapper .welcome .welcome__content .welcome__left-panel h1 {
    font-size: 28px;
  }
}

.welcome-wrapper .welcome .welcome__content .welcome__left-panel p {
  color: #fff;
  font-size: 16px;
}

.welcome-wrapper .welcome .welcome__content .welcome__left-panel p a {
  color: var(--color-secondary-hover);
}

@media (min-width: 767px) {
  .welcome-wrapper .welcome .welcome__content .welcome__left-panel p {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .welcome h1 {
    margin-bottom: 50px;
  }
  .welcome-wrapper .welcome .welcome__content .welcome__left-panel p {
    font-size: 16px;
  }
}

.welcome-wrapper .welcome .welcome__content .welcome__left-panel .btn {
  border-color: #141414;
  background-color: #141414;
  color: #fff;
  min-width: 150px;
  margin-top: 20px;
}

.welcome__right-panel img {
  max-width: 100%;
  width: auto;
}

.welcome-wrapper .welcome .welcome__content .welcome__left-panel .btn:hover {
  border-color: var(--color-secondary-hover);
  background-color: var(--color-secondary-hover);
  color: #ffffff;
}

@media (max-width: 479px) {
  .welcome-wrapper .welcome .welcome__content .welcome__left-panel .btn {
    margin-top: 20px;
  }
}

.welcome-wrapper .welcome .welcome__content .welcome__left-panel .btn:before {
  background-color: #c52e2c;
}

/* instagram */
.instagram-subheadline {
  display: block;
  text-align: center;
  margin-bottom: 35px;
}
.instagram-subheadline a {
  display: inline-block;
  padding: 5px 0;
  line-height: 1.4;
  color: var(--color-primary);
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
}
.instagram-block .h4.homepage-group-title {
  margin-bottom: 0;
}
@media (min-width: 767px) {
  .mobile .instagram-block .container {
    padding: 0;
  }
}
.instagram-subheadline a:hover {
  color: var(--color-primary);
}
.instagram-block {
  margin-bottom: 20px;
}
@media (min-width: 767px) {
  .instagram-block {
    margin-bottom: 50px;
  }
}
@media (min-width: 767px) {
  .instagram-block {
    padding-top: 0;
  }
}
@media (max-width: 479px) {
  .instagram-block {
    overflow: hidden;
  }
}
.instagram-block .h4.homepage-group-title--classic {
  margin-top: 0;
  margin-bottom: 32px;
}
.instagram-widget {
  display: flex;
  flex-wrap: wrap;
  background-color: transparent;
  max-width: none;
  max-width: 100%;
  border: 1px solid var(--color-yellow);
}
.instagram-widget:after {
  display: none;
}
.instagram-bottom {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-right: 24px;
}
@media (max-width: 766px) {
  .instagram-bottom {
    width: 100%;
  }
}
.instagram-follow-btn {
  margin-top: 30px;
  width: 100%;
}
@media (max-width: 766px) {
  .instagram-follow-btn {
    max-width: 270px;
    margin: 10px auto 0;
  }
}
.instagram-follow-btn:hover span:before {
  color: var(--color-primary-hover);
}
.instagram-follow-btn:hover span a {
  color: var(--color-primary-hover);
}
.instagram-follow-btn:before {
  display: none;
}
.instagram-follow-btn .instagram-bottom {
  font-size: 16px;
  font-weight: 400;
  margin-right: 24px;
  color: #640614;
}
@media (max-width: 766px) {
  .instagram-follow-btn .instagram-bottom {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.instagram-follow-btn .instagram-bottom-link {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  margin-right: 0;
  padding-left: 40px;
  color: #640614;
  background: var(--color-primary);
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 30px 10px 50px;
  color: white;
  text-decoration: none;
}
@media (max-width: 766px) {
  .instagram-follow-btn .instagram-bottom-link {
    margin-bottom: 12px;
    margin-right: 0;
    width: 100%;
    text-align: left;
  }
}
/* .instagram-follow-btn .instagram-bottom-link:hover {
  color: #ffb800;
}
.instagram-follow-btn .instagram-bottom-link:hover:before {
  color: #ffb800;
} */
.instagram-follow-btn .instagram-bottom-link:before {
  position: absolute;
  top: 17px;
  left: 15px;
  background-size: contain;
  height: 16px;
  width: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/rubin/img/insta.svg);
  font-size: 30px;
  color: #640614;
  font-weight: 300;
  transition: color 0.3s ease-out;
}

.instagram-follow-btn .instagram-bottom-link:after {
  content: "";
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  display: block;
  border-radius: 0;
  border: 2px solid #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.instagram-follow-btn .instagram-bottom-link.facebook:before {
  top: -8px;
  content: "";
}
.instagram-follow-btn .instagram-bottom-link.instagram:before {
  font-size: 26px;
  content: "";
}
@media (max-width: 479px) {
  .instagram-widget-item {
    width: calc(100% / 2);
  }
  .instagram-widget-item:nth-child(n + 5) {
    display: none;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .instagram-widget-item {
    width: calc(100% / 3);
  }
  .instagram-widget-item:nth-child(n + 7) {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .instagram-widget-item {
    width: calc(100% / 3);
  }
  .instagram-widget-item:nth-child(n + 4) {
    display: none;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .instagram-widget-item {
    width: calc(100% / 4);
  }
  .instagram-widget-item:nth-child(n + 5) {
    display: none;
  }
}
@media (min-width: 1201px) and (max-width: 1440px) {
  .instagram-widget-item {
    width: calc(100% / 5);
  }
  .instagram-widget-item:nth-child(n + 6) {
    display: none;
  }
}
@media (min-width: 1441px) and (max-width: 1600px) {
  .instagram-widget-item {
    width: calc(100% / 6);
  }
  .instagram-widget-item:nth-child(n + 7) {
    display: none;
  }
}
@media (min-width: 1600px) {
  .instagram-widget-item {
    width: calc(100% / 7);
  }
  .instagram-widget-item:nth-child(n + 8) {
    display: none;
  }
}
.instagram-widget-item a {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 100%;
  border: 1px solid var(--color-yellow);
  transition: filter 250ms ease-out;
}

.instagram-widget-item a:hover {
  filter: brightness(90%);
}

.instagram-widget-item a:after {
  content: "\e90e";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "andyhoauto";
  color: #e9e4e3;
  opacity: 0;
  font-size: 40px;
  transition: opacity 250ms ease-out;
}
@media (min-width: 767px) {
  .instagram-widget-item a:after {
    font-size: 60px;
  }
}
/* .instagram-widget-item a:before {
  opacity: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #ffb800;
  transition: opacity 250ms ease-out;
} */
/* .instagram-widget-item a:hover:after {
  opacity: 1;
}
.instagram-widget-item a:hover:before {
  opacity: 0.5;
} */
.instagram-widget-item a img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  transition: transform 400ms ease-out, opacity 400ms ease-out;
  width: calc(100% + 2px);
  height: auto;
  max-width: none;
  object-fit: cover;
}
.instagram-block {
  padding-bottom: 0;
  padding-top: 40px;
}
@media (min-width: 767px) {
  .instagram-block {
    padding-top: 40px;
  }
}

/* search */

.navigation-in > ul > li.ext > ul > li > div > a,
.navigation-in ul li a {
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
}

#header #navigation ul.menu-level-1 > li > a {
  line-height: 1.4;
  text-transform: none;
  font-weight: 400;
  font-size: 16px;
}

.submenu-arrow {
  padding-left: 5px;
  font-size: 19px;
  position: relative;
  top: -2px;
}
.navigation-in a:hover {
  color: var(--color-pink);
}

.top-navigation-bar .nav-part {
  width: 75%;
}

.top-navigation-bar .nav-part .top-navigation-menu-trigger:before {
  font-size: 16px;
}

.search + .top-nav-button-login,
.site-name-wrapper + .top-nav-button-login {
  display: none;
}

.msg-part:empty {
  display: none;
}

@media (min-width: 768px) {
  .navigation-in ul.menu-level-3 {
    margin-top: 8px;
  }
  .navigation-in ul.menu-level-3 li a {
    font-size: 14px;
  }

  .navigation-in {
    font-size: 16px;
    line-height: 16px;
  }
  .navigation-in ul li a {
    font-size: 16px;
  }

  .navigation-in > ul > li.ext > ul:before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(50% - 50vw);
    display: block;
    width: calc(100vw - 9px);
    height: 100%;
    background-color: #ffffff;
    z-index: -1;
    opacity: 0;
  }

  .search-whisperer-image {
    max-width: 45px;
  }

  #header .search fieldset input {
    width: 50px;
    padding-left: 10px;
    padding-right: 10px;
    transition: width 250ms ease-out !important;
    border-radius: 40px;
    max-width: none;
    max-width: auto;
    min-height: 50px;
  }

  #header .search.is-searching fieldset input {
    border-radius: 5px 40px 40px 5px;
  }

  #header .search fieldset button.btn.btn-default {
    position: absolute;
    background-color: white;
    right: 0;
    min-height: 50px;
    min-width: 50px;
    height: 50px;
    width: 50px;
    line-height: 1;
    margin-left: 0;
    border-radius: 100%;
    background-color: var(--color-yellow);
  }

  #header .search {
    width: auto;
    margin-left: auto;
    position: absolute;
    top: 30px;
    right: 130px;
    margin-right: 0;
  }

  #header .search-whisperer {
    top: 50px;
  }

  #header .search.is-searching input[type="search"].form-control,
  #header .search:not(.is-searching):hover input[type="search"].form-control {
    min-width: 390px;
  }

  #header .search .btn.btn-default,
  #header .search a.btn.btn-default {
    top: 50%;
    transform: translateY(-50%);
  }
}

@media (min-width: 992px) {
  #header #navigation {
    height: auto;
    width: calc(100% - 440px);
    margin-left: 25px;
  }
  .navigation-in,
  #navigation {
    position: static;
    float: none;
    width: 100%;
  }
  .submenu-visible .navigation-in,
  .fitted .navigation-in {
    width: 100%;
  }
  .navigation-in > ul > li.exp > ul {
    top: 100%;
  }
  #header #navigation ul.menu-level-1 > li.exp > ul {
    top: 100%;
    border: 0;
  }

  .navigation-in > ul {
    height: auto;
  }
  .navigation-in > ul {
    justify-content: center;
  }

  #header #navigation ul.menu-level-1 > li > a {
    padding: 40px 20px;
    line-height: 1.4;
    text-transform: none;
    font-weight: 400;
    font-size: 16px;
  }
  #header #navigation ul.menu-level-1 > li > a {
    font-size: 24px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  /* #header #navigation ul.menu-level-1 > li > a {
    padding: 10px 20px;
  }
  #header .header-top {
    padding-right: 25px;
  }

  #header .search {
    right: 150px;
  }
  .navigation-in,
  #navigation {
    position: absolute;
    width: 9999em;
  }

  #header #navigation {
    position: relative;
    left: 0;
    height: 50px;
  }
  #header #navigation {
    width: calc(100% - 270px);
    max-width: 780px;
    float: left;
  }*/
  #header .header-top .top-nav-button-login {
    right: 65px;
    top: 50px;
    margin-right: 0;
    width: 50px;
    height: 50px;
  }

  #header .top-navigation-contacts,
  .top-navigation-bar .top-navigation-contacts {
    display: none;
  }

  #header .header-top .top-nav-button-login:before {
    top: 0;
  }
}

@media (min-width: 1200px) {
  #header .search {
    right: 130px;
  }
}

.responsive-tools > a[data-target="search"]::before,
#header .search .btn.btn-default:before,
#header .search a.btn.btn-default:before {
  content: "";
  position: absolute;
  top: 24px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px;
  display: block;
  left: 9px;
  font-size: 22px;
  width: 32px;
  height: 33px;
  background-repeat: no-repeat;
  background-size: contain;
  font-weight: 400;
  border: 0;
  background-image: url(/user/documents/jakubtursky/icons/search.svg?v=1);
}

#header .search input[type="search"].form-control {
  background-color: white;
  border: 2px solid var(--color-pink);
  border-radius: 40px;
}
#header .search input[type="search"].form-control::placeholder {
  color: var(--color-black);
}

@media (min-width: 768px) {
  #header .search .btn.btn-default,
  #header .search a.btn.btn-default {
    background-color: white;
    border-radius: 40px;
    right: 2px;
    min-height: 46px;
    height: 46px;
    width: 46px;
  }
}

@media (min-width: 992px) {
  #header .search {
    margin-right: 0;
  }

  #header .search {
    min-width: auto;
  }

  #header .search:not(.is-searching) input[type="search"].form-control {
    width: 50px;
    padding-left: 10px;
    padding-right: 10px;
    transition: width 250ms ease-out !important;
    border-radius: 40px;
  }

  #header .search:hover input[type="search"].form-control,
  #header .search.is-searching input[type="search"].form-control {
    padding-left: 20px;
    padding-right: 40px;
  }

  #header .search:hover input[type="search"].form-control {
    width: 390px;
  }
}

@media (max-width: 767px) {
  #header .search-window-visible #header .search-form {
    margin: 0;
  }
}

@media (min-width: 767px) {
  #header .search:hover input[type="search"].form-control {
    width: 390px;
  }
}

@media (max-width: 767px) {
  #header .search .btn.btn-default:before,
  #header .search a.btn.btn-default:before {
    top: 19px;
  }
  #header .search input[type="search"].form-control {
    padding-left: 25px;
  }
  #header .search .btn.btn-default,
  #header .search a.btn.btn-default {
    background-color: white;
    border-radius: 40px;
    right: 2px;
    top: 2px;
    min-height: 35px;
    height: 35px;
    width: 50px;
  }
}

#header .top-navigation-contacts .project-phone:before,
.top-navigation-bar .top-navigation-contacts .project-phone:before,
#header .top-navigation-contacts .project-email:before,
.top-navigation-bar .top-navigation-contacts .project-email:before {
  content: "";
  top: 13px;
  width: 25px;
  height: 20px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/user/documents/jakubtursky/icons/mail.svg);
}

#header .top-navigation-contacts .project-email:before,
.top-navigation-bar .top-navigation-contacts .project-email:before {
  background-image: url(/user/documents/jakubtursky/icons/mail.svg);
}

#header .top-navigation-contacts .project-phone:before,
.top-navigation-bar .top-navigation-contacts .project-phone:before {
  background-image: url(/user/documents/jakubtursky/icons/phone.svg);
}

@media (max-width: 767px) {
  #header #navigation ul.menu-level-1 > li > a {
    line-height: 1.4;
    text-transform: none;
    font-weight: 400;
    font-size: 20px;
  }
  .top-navigation-bar .nav-part {
    width: 100%;
  }
  .top-navigation-bar {
    border: 0;
    background-color: var(--color-pink);
  }
  #header .navigation-buttons .btn {
    top: 0;
    right: 15px;
  }
  .top-navigation-bar .nav-part {
    justify-content: space-between;
  }
  .top-navigation-bar .nav-part {
    margin-top: 0;
  }
  #header .top-navigation-contacts,
  .top-navigation-bar .top-navigation-contacts {
    width: auto;
    height: 35px !important;
  }
  #header .site-name img {
    margin-top: -5px;
  }
  .top-navigation-bar .nav-part .responsive-tools > a {
    height: 35px;
    width: 40px;
    position: relative;
    top: 0;
    background: var(--color-yellow);
    margin-left: 5px;
  }
  #header .top-navigation-contacts .project-email,
  .top-navigation-bar .top-navigation-contacts .project-email {
    height: 35px !important;
    line-height: 34px !important;
    margin-right: 10px !important;
  }
  .top-navigation-bar .nav-part .responsive-tools {
    margin-right: 0;
  }
  #header .top-navigation-contacts .project-phone:before,
  .top-navigation-bar .top-navigation-contacts .project-phone:before,
  #header .top-navigation-contacts .project-email:before,
  .top-navigation-bar .top-navigation-contacts .project-email:before {
    top: 6px !important;
  }

  .top-navigation-bar
    .nav-part
    .responsive-tools
    a[data-target="login"]:before {
    content: "";
    width: 28px;
    height: 28px !important;
    top: 3px;
    line-height: 1;
    background-size: 28px;
    background-image: url(/user/documents/jakubtursky/icons/user.svg);
  }

  .top-navigation-bar
    .nav-part
    .responsive-tools
    a[data-target="search"]:before {
    content: "";
    width: 28px;
    height: 28px !important;
    top: 18px;
    left: 7px;
    line-height: 1;
    background-size: 28px;
    background-image: url(/user/documents/jakubtursky/icons/search.svg);
  }

  #navigation .instagram-follow-btn {
    display: none;
  }

  #header .navigation-buttons .btn {
    top: 0px;
    right: 7px;
    content: "";
    width: 50px;
    height: 50px;
    background-size: 34px;
    background-image: url(/user/documents/jakubtursky/icons/basket.svg);
    border-radius: 0;
  }

  #header .navigation-buttons .btn:before {
    transform: translate(-50%, -50%);
  }

  #header .navigation-buttons .btn {
    right: 0;
    width: 85px;
  }

  .navigation-buttons > a[data-target="cart"] i {
    left: 45px;
    top: 2px;
  }

  #header .navigation-buttons .btn:before {
    width: 85px;
    height: 50px;
    border-radius: 0;
  }

  #header .top-navigation-contacts .project-phone,
  .top-navigation-bar .top-navigation-contacts .project-phone,
  #header .top-navigation-contacts .project-email,
  .top-navigation-bar .top-navigation-contacts .project-email {
    font-size: 12px;
  }

  .next-to-carousel-banners .banner-wrapper {
    margin-bottom: 0px;
  }

  footer {
    padding-right: 5px;
    padding-left: 5px;
  }

  .products-group {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 20px;
  }

  .next-to-carousel-banners {
    padding: 20px 0 20px 0;
  }

  .products-group h4.homepage-group-title,
  .products-group .h4.homepage-group-title {
    padding-right: 100px;
  }
  #carousel .carousel-slide-caption {
    padding-left: 30px;
  }
  .welcome-wrapper .welcome .welcome__content .welcome__left-panel h1 {
    font-size: 20px;
  }
  .products-block.products .product .availability {
    font-size: 12px;
  }

  .welcome-wrapper .welcome .welcome__content .welcome__left-panel p {
    font-size: 14px;
  }

  .welcome-wrapper .welcome .welcome__content .welcome__left-panel h2 {
    font-size: 18px;
  }
  #carousel .carousel-slide-caption {
    padding-left: 30px;
    padding-right: 30px;
  }
  #header .search .btn.btn-default,
  #header .search a.btn.btn-default {
    background-color: var(--color-yellow);
    border-radius: 0;
    right: 2px;
    top: 0px;
    min-height: 35px;
    height: 38px;
    width: 50px;
    border-radius: 100px;
    right: 50px;
  }

  #header .search fieldset input {
    width: calc(100% - 50px);
  }
}

@media only screen and (max-width: 480px) {
  .products-block.products .product {
    padding: 0 !important;
  }
  .products-block .p .flags-default {
    left: 10px;
  }
  .products-block.products .product .p-in {
    padding: 0 7px 5px !important;
  }
  .products-block.products .product .prices .price-final strong {
    font-size: 1.1em;
  }
  .products-block.products .product .p-in .name {
    font-size: 1em !important;
  }
}

/* breadcrumbs */
.breadcrumbs-wrapper .breadcrumbs {
  color: var(--color-pink);
}

.breadcrumbs-wrapper .breadcrumbs > span:last-child {
  font-weight: 700;
  color: var(--color-yellow);
}

.breadcrumbs-wrapper .breadcrumbs > span > a.navigation-bullet,
.breadcrumbs-wrapper .breadcrumbs > span > span.navigation-bullet {
  display: none;
}

.breadcrumbs-wrapper .breadcrumbs > span > a,
.breadcrumbs-wrapper .breadcrumbs > span > span {
  color: var(--color-pink);
  position: relative;
}

#hodnoceniobchodu .shop-eval {
  align-items: center;
}

.breadcrumbs > span > a:after {
  content: "\e910";
  font-size: 12px;
  top: 1px;
  right: -12px;
  color: var(--color-pink);
  font-size: 10px;
  position: relative;
  top: 16px;
  right: -7px;
  font-family: "shoptet";
  position: absolute;
}

/* category page */
.sidebar h4 {
  font-size: 16px;
  font-family: var(--font-primary);
  text-transform: none;
}

.sidebar #categories,
.sidebar #filters,
.sidebar .box-onlinePayments p,
.sidebar .box-login form,
.sidebar .top-products,
.sidebar .box.client-center-box,
.sidebar .box-articles ul,
.sidebar .banner ul,
.sidebar .box-newsletter form,
.sidebar .box-productRating .rate-wrapper,
.sidebar .box-cartButton .cart-overview,
.sidebar .box-poll,
.sidebar .box-section1,
.sidebar .search form,
.sidebar .box-contact .contact-box ul {
  border: 2px solid var(--color-pink) !important;
  border-radius: 0;
  background-color: var(--color-pink-light);
}

#categories .expandable > a > span,
#categories .expandable > .topic > a > span {
  background-color: transparent;
  opacity: 1;
  font-size: 12px;
  color: #000000;
}

.categories a {
  border: 0;
  padding: 16px 0;
  text-transform: none;
}

#categories {
  font-size: 16px;
  font-family: var(--font-secondary);
}

#categories .expandable > a > span,
#categories .expandable > .topic > a > span {
  top: 17px;
}

.categories ul.expanded {
  border: 0;
}

.categories .topic > a {
  border-bottom: 1px solid var(--color-pink) !important;
}
.categories:first-child .topic > a {
  border-top: 0 !important;
}

.categories:last-child {
  border-bottom: 0;
}

#categories > .expandable.expanded > ul {
  /* border-bottom: 0; */
  border-bottom: 1px solid var(--color-pink);
  padding-top: 5px;
}

#categories > .expandable.expanded:last-child > ul {
  border-bottom: 0;
}

.ui-slider-horizontal .ui-slider-handle {
  border-radius: 0;
  border: 2px solid;
}

input[type="checkbox"] + label::before,
input[type="checkbox"] + label::after {
  border-radius: 0;
}

input[type="checkbox"] + label::before,
input[type="radio"] + label::before {
  width: 16px;
  height: 16px;
  border-width: 1px;
  border-color: #dcaa1e;
}

.sidebar .filter-sections fieldset > div {
  display: flex;
  margin-bottom: 6px;
}

input[type="checkbox"]:checked + label::after,
input[type="radio"]:checked + label::after {
  left: 3px;
}

ol.top-products li a .top-products-name {
  font-family: var(--font-secondary);
  font-size: 16px;
  font-weight: 400;
  color: black;
}

.sidebar ol.top-products li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--color-pink);
}

ol.top-products li a strong {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  color: black;
  margin-top: 5px;
  display: block;
}

.subcategories.with-image li a {
  border-radius: 0;
  border: 2px solid var(--color-yellow);
}

.subcategories.with-image li a .text {
  font-family: var(--font-secondary);
}

.subcategories li a::before {
  background: transparent;
  font-weight: 400 !important;
  color: var(--color-yellow);
  opacity: 1;
  font-size: 12px;
}

.h4,
.content h4,
.category-title,
.p-detail-inner h1,
h1,
h4.homepage-group-title,
.h4.homepage-group-title,
.products-related-header,
.in-klient h1,
.affiliate-page h1 {
  text-transform: none;
}

.h4:after,
.content h4:after,
.category-title:after,
.p-detail-inner h1:after,
h1:after,
h4.homepage-group-title:after,
.h4.homepage-group-title:after,
.products-related-header:after,
.in-klient h1:after,
.affiliate-page h1:after {
  width: 100%;
}

.category-header div {
  color: var(--color-pink);
  letter-spacing: 0;
  padding-right: 0;
}

.category-header {
  border-radius: 0;
  background-color: transparent;
  border-bottom: 2px solid var(--color-yellow);
}

.category-header input[type="radio"]:checked + label {
  background-color: transparent;
  color: var(--color-yellow);
}

.category-header input[type="radio"] + label {
  padding-left: 0;
  padding-right: 0;
  margin-right: 35px;
  letter-spacing: 0;
  font-size: 16px;
}

.category__secondDescription {
  margin-top: 40px;
}

.category-top > h4 {
  font-size: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid black;
}

.category-bestseller {
  position: relative;
  padding-top: 40px;
  padding-bottom: 20px;
  margin-bottom: 40px;
  margin-top: 30px;
}

#content .category-top .category-bestseller h4 {
  display: block;
  font-size: 20px;
  padding-bottom: 10px;
  margin-bottom: 25px;
  border-bottom: 1px solid black;
}

.category-top .category-bestseller:before {
  content: "";
  display: block;
  width: 120vw;
  position: absolute;
  top: 0;
  display: block;
  height: 100%;
  max-width: none;
  left: calc(50% - 60vw);
  z-index: -1;
  background-color: var(--color-yellow-light);
}

.products-inline.products .product .p {
  border: 2px solid var(--color-yellow);
  background-color: white;
}

.products-inline.products-top > div .p .p-in .p-bottom .availability {
}

.products-inline > div .p .p-in .p-in-in {
  padding-right: 0;
}

.products-inline > div .p .p-in .p-in-in {
  margin-bottom: 3px;
}

.products-inline > div .p .price strong {
  display: block;
  color: #000000;
  font-size: 16px;
  font-weight: 700;
}

.products-inline.products .product a {
  font-weight: 400;
  font-family: var(--font-secondary);
}

.products-inline .price-final {
  display: block;
  margin-top: 5px;
}

.products-inline.products-top > div .p .p-in .p-bottom > div {
  flex-direction: column-reverse;
}

@media (min-width: 768px) {
  .type-category #content {
    margin-top: -17px;
  }
  .subcategories li a {
    height: 75px;
  }
  #content .category-top.category-bestseller h4 {
    font-size: 24px;
  }
  .category-header input[type="radio"] + label {
    font-size: 18px;
  }
  body {
    font-size: 16px;
  }
  .subcategories.with-image li a .text {
    font-size: 18px;
  }
  #categories .topic a {
    font-size: 18px;
  }
  .filter-section .filter-count {
    display: block;
    position: absolute;
    top: 4px;
    right: 0;
    color: #dcaa1e;
    font-weight: 400;
    font-size: 12px;
  }
}

/* pagination */

.pagination-wrapper {
  border-top: 1px solid var(--color-yellow);
  padding-top: 20px;
}

.pagination-top strong {
  color: var(--color-pink);
}

.pagination-top a {
  border: 0;
  color: var(--color-pink);
  background-color: transparent;
}

.pagination a {
  background: transparent;
}

.pagination-wrapper .pagination-loader {
  margin-bottom: 0;
}

.pagination > a,
.pagination-top > a,
.pagination > strong,
.pagination-top > strong {
  color: var(--color-pink);
}

@media (min-width: 768px) {
  .pagination-wrapper .btn.unveil-button {
    min-width: 210px;
  }
}

@media (max-width: 1199px) {
  .products-inline.products {
    margin: 0 -6px 0 -6px;
  }
  .pagination-top {
    order: 3;
    padding-top: 10px;
  }
  .pagination-wrapper .pagination {
    margin-top: 20px;
  }
  .category-bestseller {
    padding-top: 30px;
    padding-bottom: 6px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}

/* rating section */

#hodnoceniobchodu {
  background-color: var(--color-yellow-light);
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

textarea.form-control {
  border-radius: 0;
}

#hodnoceniobchodu:before {
  content: "";
  background-color: var(--color-yellow-light);
  display: block;
  width: 100vw;
  position: absolute;
  top: 0;
  display: block;
  height: 100%;
  max-width: none;
  left: calc(50% - 50vw);
  z-index: -1;
}

.shoptetak-rubin #hodnoceniobchodu .shop-stat-all a {
  min-width: 260px;
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}

.shoptetak-rubin #hodnoceniobchodu .shop-stat-all a:hover {
  background-color: var(--color-primary-hover);
  border-color: var(--color-primary-hover);
}

.vote-form .consents.consents-first {
  margin-top: 10px;
}

#hodnoceniobchodu .vote-wrap:not(.admin-response .vote-wrap),
.id--51
  #content
  #ratingWrapper
  + .votes-wrap
  .vote-wrap:not(.admin-response .vote-wrap),
.template-14.id--51 .rate-wrapper:not(.admin-response .vote-wrap) {
  background-color: #ffffff;
  border: 2px solid var(--color-yellow);
  border-radius: 0;
}

.vote-product-name,
.vote-title,
.vote-name {
  font-family: var(--font-secondary);
  font-weight: 400;
}

#hodnoceniobchodu .vote-rating .vote-delimeter,
.id--51 #ratingWrapper + .votes-wrap .vote-rating .vote-delimeter {
  color: var(--color-pink);
}

#hodnoceniobchodu .vote-time,
.id--51 #ratingWrapper + .votes-wrap .vote-time {
  color: var(--color-pink);
}

.stars {
  width: 85px;
  height: 17px;
}

.stars a,
.stars span {
  width: 17px;
  height: 16px;
  line-height: 16px;
}

.stars a::before,
.stars span::before {
  font-size: 14px;
  line-height: 14px !important;
}

@media (min-width: 768px) {
  .vote-form form .form-group .form-control {
    width: 460px;
  }
}

/* detail */

.product-top .social-buttons-wrapper {
  display: none;
}

.add-to-cart-button.btn,
.flags .flag-discount,
.cart-content .next-step .btn {
  background: var(--color-yellow);
}

.product-top .add-to-cart button {
  font-size: 1.2em;
  width: auto;
}

.cart-widget-product-amount .quantity {
  width: 75px;
}

.cart-widget-product-amount .quantity input {
  width: 72px;
  height: 36px;
}

.cart-widget-product > div {
  font-size: 14px;
}

.quantity {
  width: 105px;
  border-radius: 0;
  border: 2px solid var(--color-yellow);
}

.quantity input {
  width: 105px;
}

.product-top .add-to-cart .quantity .decrease,
.product-top .add-to-cart .quantity .increase {
  top: 18px;
}

.quantity .increase,
.quantity .decrease {
  background-color: transparent;
}

.quantity .decrease:before,
.quantity .increase:before {
  font-size: 20px;
  font-weight: 700;
}

.product-top .p-detail-info > div.p-detail-block {
  clear: both;
  width: 100%;
  float: none;
  font-size: 1em;
  line-height: 1.7;
}

.product-top h1 {
  margin-bottom: 0;
  width: 100%;
}

.p-detail-info .p-detail-block p[data-testid="productCardDescr"] a {
  color: var(--color-yellow);
}

.product-top .price-line .price-final {
  color: black;
}

.product-top .p-detail-info > div a.shipping-options {
  color: var(--color-yellow);
  margin-top: 5px;
}

.product-top .add-to-cart .quantity {
  height: 58px;
  background: white;
  border: 2px solid var(--color-yellow);
}

.product-top-group {
  position: relative;
  padding-top: 40px;
  padding-bottom: 20px;
}

.product-top {
  overflow: hidden;
}

.product-top-group:before {
  content: "";
  background-color: var(--color-pink-light);
  display: block;
  width: 100vw;
  position: absolute;
  top: 0;
  display: block;
  height: 100%;
  max-width: none;
  left: calc(50% - 50vw);
  z-index: -1;
}

.p-detail .p-image {
  border: 2px solid var(--color-pink);
}

.product-top .price-line {
  border-top: 2px solid var(--color-yellow);
}

.type-detail .detail-parameters tr:last-child th,
.type-detail .detail-parameters tr:last-child td {
  border-bottom: 0;
}

.product-top .add-to-cart {
  border-top: 2px solid var(--color-yellow);
  border-bottom: 0;
}

.product-top .p-thumbnails-wrapper .p-thumbnails-inner a img {
  border: 2px solid var(--color-pink);
}

.products-block.products .product .p-in-in {
  padding-top: 12px;
}

.products-related-block {
  position: relative;
  padding-top: 40px;
  padding-bottom: 0;
  margin-bottom: 20px;
}

.products-related-block:before {
  content: "";
  background-color: var(--color-yellow-light);
  display: block;
  width: 100vw;
  position: absolute;
  top: 0;
  display: block;
  height: 100%;
  max-width: none;
  left: calc(50% - 50vw);
  z-index: -1;
}

.type-detail .products-related {
  margin-bottom: 0;
}

.quantity .decrease:hover,
.quantity .increase:hover {
  background: transparent;
}

.quantity .decrease {
  left: 8px;
  top: 8px;
}

.quantity .increase {
  right: 8px;
  top: 8px;
}

.products-block .p-bottom .p-tools .quantity {
  margin-bottom: -5px;
  width: 100%;
  margin-top: 5px;
}

.products-block .p-bottom .p-tools .quantity input {
  width: 100%;
}

.breadcrumbs-wrapper .breadcrumbs {
  margin: -10px 0 -10px 0;
}

.type-detail .products-related-header {
  margin-top: 0;
}

.product-top .price-line .price-final {
  font-size: 28px;
  letter-spacing: 0;
  line-height: 1;
}

.has-detail-product-arrows .carousel-control--product.right,
.has-detail-product-arrows .carousel-control--product.left {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  opacity: 1;
  cursor: pointer;
  background-color: rgb(255 255 255 / 25%);
}

.product-top .add-to-cart {
  margin-bottom: 0;
}

.detail-contact-form-addon .detail-contact-button.has-border {
  border: 2px solid #dcaa1e;
  background-color: white;
}

.has-detail-product-arrows .carousel-control--product {
  color: var(--color-pink);
}

.type-detail .extended-description {
  padding-left: 0;
}

#description .extended-description {
  padding: 20px 15px 30px;
  background-color: var(--color-yellow-light);
}

#description .extended-description .shop-eval {
  display: block;
  margin: 0;
  padding: 0 30px;
}

.type-detail .shp-tabs-wrapper #description h3 {
  margin-top: 0;
}

#description #hodnoceniobchodu {
  display: block;
  padding: 0;
}

#description #hodnoceniobchodu:before {
  display: none;
}

#description #hodnoceniobchodu .vote-wrap {
  width: 100%;
  margin: 0 10px;
}

.responsive-nav {
  margin-bottom: 20px;
}

#description .slick-slider .slick-prev {
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  right: auto;
}

#description .slick-slider .slick-next {
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  left: auto;
}

.type-detail .description-inner {
}

.shp-tabs-holder,
.shp-tabs {
  border-color: transparent;
  background-color: transparent;
}

.shp-tabs-holder {
  border-radius: 0;
  border-bottom: 1px solid var(--color-yellow);
}

.shp-tab-link {
  border-color: transparent;
  color: #000;
  background-color: transparent;
}

.shp-tabs-holder ul.shp-tabs li a {
  padding-left: 0;
  padding-right: 0;
  margin-right: 15px;
}

.type-detail .tab-content .detail-parameters tr {
  background: var(--color-yellow-light);
}

.type-detail #tab-content {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--color-yellow);
}

#discussion-form.visible-permanent {
  padding-left: 0;
}

.type-detail .shp-tabs-wrapper h3 {
  font-weight: 400;
  margin-top: 0;
}

.shp-tabs-holder ul.shp-tabs li.active a {
  background-color: transparent;
  color: var(--color-yellow);
}

.type-detail .shp-tabs-wrapper h3 {
  font-weight: 400;
}

.type-detail .overall-wrapper > #hodnoceniobchodu {
  display: none;
}

.type-detail .shp-tabs-wrapper {
  padding-top: 0;
}

.product-top .flags .flag.flag-new {
  background-color: var(--color-pink);
  color: white;
}

.p-detail .p-thumbnails .thumbnail-prev,
.p-detail .p-thumbnails .thumbnail-next {
  color: var(--color-pink);
}

.product-top .detail-parameters th {
  letter-spacing: 0;
  font-size: 14px;
}

.product-top .detail-parameters td select {
  background-color: white !important;
}

@media (min-width: 768px) {
  .shp-tabs-holder ul.shp-tabs li a {
    margin-right: 25px;
    font-size: 1.1em;
  }

  .product-top .price-line .price-final {
    font-size: 36px;
    letter-spacing: 0;
    line-height: 1;
  }
  .product-top .add-to-cart button {
    width: 310px;
    font-size: 1.2em;
  }
  .type-detail .shp-tabs-wrapper h3 {
    font-size: 2em;
    font-weight: 400;
    letter-spacing: 0;
  }

  .type-detail .shp-tabs-wrapper #description .extended-description h3 {
    font-size: 1.4em;
  }
}
@media (min-width: 992px) {
  .p-detail .p-image-wrapper {
    padding-right: 80px;
  }
  .type-detail .description-inner {
    padding: 0;
  }
}

@media (max-width: 767px) {
  #colorbox[role="dialog"]
    #cboxLoadedContent
    .products-block.products
    .product
    button,
  #colorbox[role="dialog"]
    #cboxLoadedContent
    .products-block.products
    .product
    .btn {
    max-width: calc(100% - 0px);
  }
  .product-top .p-detail-info > div a.shipping-options {
    display: block;
    width: 100%;
  }
  .p-detail .p-thumbnails > div > div {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
  }
  .product-top .add-to-cart button {
    padding: 0 25px;
  }
  .p-detail .p-thumbnails .p-thumbnails-inner a {
    border: 2px solid var(--color-pink);
  }
  .has-detail-product-arrows .carousel-control--product.right:before,
  .has-detail-product-arrows .carousel-control--product.left:before {
    font-size: 20px;
  }
  .product-top-group {
    padding-top: 0;
    padding-bottom: 0;
  }
  .detail-contact-form-addon .detail-contact-button__title {
    font-size: 14px;
    letter-spacing: 0;
  }
  .detail-contact-form-addon .detail-contact-button__text {
    font-size: 12px;
  }
  .products-related-block {
    padding-bottom: 20px;
  }
}

/* modal */

#colorbox[role="dialog"] #cboxLoadedContent .h1 {
  font-family: var(--font-secondary);
}

#colorbox[role="dialog"] #cboxLoadedContent .h2 {
  color: var(--color-pink);
  font-size: 1em;
}

body .advancedOrder__buttons .next-step-back {
  width: auto;
  min-width: 80px;
  border-radius: 4px;
  height: 38px;
  border: none;
  display: flex !important;
  color: #dcaa1e;
  font-weight: 300;
  justify-content: center;
  text-decoration: none;
  transition: 0.3s;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.2;
  font-family: "Poppins";
  padding: 0 15px;
  margin-right: 15px;
  background: var(--color-primary);
  color: white;
  border: 0;
  border-radius: 0;
}

.advanced-order .advanced-order-suggestion {
  margin-top: 25px;
}

body .advancedOrder__buttons .next-step-back:hover {
  background: var(--color-primary-hover);
}

#colorbox[role="dialog"] #cboxLoadedContent {
  border: 2px solid var(--color-yellow);
}

#colorbox[role="dialog"] #cboxLoadedContent .h1.advanced-order-suggestion {
  border-top: 2px solid var(--color-yellow);
}

#colorbox[role="dialog"] #cboxLoadedContent .h1.advanced-order-suggestion {
  font-size: 1.6em;
  text-align: left;
  font-family: var(--font-secondary);
  font-weight: 400;
  padding-left: 10px;
  z-index: 1;
  position: relative;
}

#colorbox[role="dialog"]
  #cboxLoadedContent
  .products-block.products
  .product
  button,
#colorbox[role="dialog"]
  #cboxLoadedContent
  .products-block.products
  .product
  .btn {
  max-width: calc(100% - 30px);
}

#colorbox[role="dialog"] #cboxLoadedContent .products-block {
  margin-top: 0;
  position: relative;
}

#colorbox[role="dialog"] #cboxLoadedContent .products-block:before {
  content: "";
  background-color: var(--color-yellow-light);
  display: block;
  width: calc(100% + 40px);
  position: absolute;
  top: -70px;
  display: block;
  height: calc(100% + 80px);
  max-width: none;
  left: -20px;
  z-index: -2;
}

#cboxClose::before {
  font-weight: 400;
  color: var(--color-yellow);
}

@media (max-width: 767px) {
  #colorbox[role="dialog"] #cboxLoadedContent .h1.advanced-order-suggestion {
    font-size: 1.4em;
  }
}

/* contact page */

.contact-group {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.contact-group__left-panel {
  padding: 0 15px;
  width: 100%;
}

.contact-group__right-panel {
  padding: 0 15px;
  width: 100%;
}

.contact-group__aside-panel {
  margin-top: 15px;
  margin-left: auto;
  max-width: 415px;
  padding: 20px;
  background-color: var(--color-yellow-light);
  border: 2px solid var(--color-yellow);
}

footer a {
  letter-spacing: 0;
}

.contact-group__aside-title {
  font-family: var(--font-secondary);
  font-weight: 400;
  font-size: 1.2em;
}

footer ul .facebook a:before {
  top: -1px;
  width: 30px;
  height: 25px;
  background-size: contain;
  background-image: url(/user/documents/jakubtursky/icons/facebook.svg);
}

footer ul .instagram a:before {
  top: -1px;
  width: 30px;
  height: 25px;
  background-size: contain;
  background-image: url(/user/documents/jakubtursky/icons/insta.svg);
}

.contact-group__aside-panel footer {
  padding: 0;
  background-color: transparent;
}

.contact-group__aside-panel footer ul li:last-child a {
  margin-bottom: 0;
}

.contact-group__aside-panel footer ul li a {
  font-weight: 700;
  font-family: var(--font-primary);
  color: var(--color-pink) !important;
}

.contact-group__aside-panel footer ul .mail a:before {
  background-image: url(/user/documents/jakubtursky/icons/mail-purple.svg);
}

.contact-group__aside-panel footer ul .tel a:before {
  background-image: url(/user/documents/jakubtursky/icons/phone-purple.svg);
}

.blog-top-products {
  position: relative;
  padding-top: 40px;
  padding-bottom: 20px;
  margin-bottom: 0;
  margin-top: 30px;
}

.blog-top-products .products-block.products .slick-list {
  margin-bottom: 0;
}

#hodnoceniobchodu h2 > a {
  font-weight: 400;
}

.blog-top-products:before {
  content: "";
  display: block;
  width: 120vw;
  position: absolute;
  top: 0;
  display: block;
  height: 100%;
  max-width: none;
  left: calc(50% - 60vw);
  z-index: -1;
  background-color: var(--color-yellow-light);
}

@media (min-width: 768px) {
  .contact-group__left-panel {
    width: 50%;
  }

  .contact-group__right-panel {
    width: 50%;
  }
}

@media (max-width: 767px) {
  #hodnoceniobchodu {
    padding-top: 20px !important;
  }
}

/* basket */
.cart-table tr td.p-name a.show-related {
  display: none;
}

.ordering-process #checkoutSidebar .checkout-box,
.id--9.ordering-process .checkout-box-wrapper {
  display: none;
}

.ordering-process .products-related-block {
  margin-top: 60px;
}

.ordering-process footer {
  margin-top: 60px;
}

.cart-content {
  border: 2px solid var(--color-yellow);
  border-radius: 0;
  background: var(--color-yellow-light);
}

.content.narrow .cart-inner .btn {
  padding-left: 0;
}

.cart-content.summary-wrapper .price-wrapper .price-label {
  letter-spacing: 0;
}

.cart-content.summary-wrapper .price-wrapper .price {
  font-size: 1.7em;
  font-weight: 700;
  letter-spacing: 0;
}

.cart-content .next-step .btn {
  font-size: 1.1em;
  letter-spacing: 0;
}

#checkoutContent .cart-header,
ol.cart-header {
  background-color: var(--color-pink-light);
  border-bottom: 2px solid var(--color-yellow);
}

ol.cart-header li a span,
ol.cart-header li strong span {
  color: var(--color-pink);
}

ol.cart-header li a span,
ol.cart-header li strong span {
  font-family: var(--font-secondary);
}

.cart-content .cart-header li a span:before,
.cart-content .cart-header li strong span:before,
.cart-content .cart-header li a span:before {
  border-color: var(--color-pink);
  color: var(--color-pink);
  background: var(--color-pink-light);
}

.cart-content .cart-header:before {
  background-color: var(--color-pink);
}

.cart-content .delivery-time {
  margin-bottom: 20px;
  font-size: 14px;
}

.cart-table .price-final,
.cart-table .price-save,
.cart-table .price-additional,
.cart-table .unit-value {
  font-size: 12px;
}

.cart-table tr td.p-total .p-label {
  font-size: 12px;
}

.cart-table .remove-item:before {
  color: var(--color-pink);
  font-size: 12px;
  font-weight: 400;
}

.cart-table tr td.p-availability strong,
.cart-table tr td .cart-related-availability strong {
  font-weight: 400;
  font-size: 14px;
}

.cart-table .remove-item {
  background-color: transparent;
}

.cart-content .delivery-time {
  border-top: 2px solid var(--color-yellow);
  background-color: var(--color-pink-light);
  margin-bottom: 0;
  padding-bottom: 20px;
}

.ordering-process .instagram-block {
  display: none;
}

.content.narrow .cart-inner > .btn:before {
  display: none;
}

.payment-shipping-price.for-free {
  /* color: var(--color-pink); */
}

#checkoutContent .cart-content h4 {
  margin: 20px 0 20px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid black;
  padding-left: 0;
  margin-top: 0;
  padding-top: 20px;
}

#checkoutContent .cart-content .form-group,
#checkoutContent .cart-content .shipping-billing-table,
#checkoutContent .cart-content .shipping-billing-table {
  max-width: 670px;
  margin: 0 auto;
}

#checkoutContent .cart-content .co-box {
  border-top: 0;
}

#checkoutContent .cart-content .co-box.co-delivery-method {
  border-top: 0;
  background-color: var(--color-yellow-light);
}

.radio-wrapper {
  border-bottom: 1px solid black;
}

#checkoutContent .cart-content .co-box.co-payment-method {
  border-top: 2px solid var(--color-yellow);
  background-color: var(--color-pink-light);
}

.cart-content .next-step .btn .order-button-suffix {
  font-size: 100%;
}

#shipping-address,
#checkoutContent .cart-content .co-contact-information {
  background-color: var(--color-yellow-light);
}

#checkoutContent .cart-content .co-contact-information div a.btn.btn-secondary {
  color: var(--color-pink) !important;
}

#checkoutContent
  .cart-content
  .co-contact-information
  div
  a.btn.btn-secondary:hover {
  text-decoration: underline;
}

#checkoutContent
  .cart-content
  .co-contact-information
  div
  a.btn.btn-secondary:before {
  display: none;
}

#checkoutContent .cart-content .co-billing-address {
  background-color: var(--color-pink-light);
}

.cart-content .order-summary .cart-items .cart-item .cart-item-name {
  font-family: var(--font-secondary);
}

.cart-content .order-summary .cart-items .cart-item .cart-item-price {
  font-weight: 700;
}

.cart-content .order-summary .cart-items .cart-item {
  margin-bottom: 7px;
}

#checkoutSidebar .order-summary,
.order-summary-item.price {
  border-color: black;
}

.cart-content .order-summary .price-wrapper .price {
  font-weight: 700;
}

.fvDoplnek {
  border-bottom: 0;
}

.fvDoplnek-produkt {
  margin-bottom: 15px !important;
}

body.fvStudio-Classic .fvDoplnek h4 {
  border-bottom: 1px solid black;
  padding-bottom: 10px;
}

.fvDoplnek-produkt img {
  mix-blend-mode: multiply;
  width: 40px;
  object-fit: contain;
  height: 40px !important;
}

.cart-content .fvDoplnek .fvDoplnek-produkt p:empty {
  margin-top: 0 !important;
}

.fvDoplnek-text .name {
  font-family: var(--font-secondary);
  text-transform: none;
  font-weight: 400;
}

.fvDoplnek .fvDoplnek-produkt .header {
  display: flex;
  align-items: center;
}

.fvDoplnek .fvDoplnek-produkt .fvDoplnek-text .price {
  color: var(--color-pink) !important;
}

body.fvStudio-Classic .fvDoplnek-produkt form input[type="checkbox"] {
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  background-color: white;
  border: 1px solid var(--color-yellow);
}

body.fvStudio-Classic .fvDoplnek-produkt form input[type="checkbox"]:checked {
  background-color: var(--color-yellow);
}

body.fvStudio-Classic .fvDoplnek {
  background-color: var(--color-yellow-light);
  margin-bottom: 0;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}

.cart-content .cart-summary {
  padding-top: 0;
}

.cart-content .extra.delivery strong,
.cart-content .extra.discount strong,
.cart-content .extra.gift strong {
  font-weight: 400;
  font-family: var(--font-secondary);
}

.cart-content .cart-summary {
  background-color: var(--color-pink-light);
}

.cart-content .extra.delivery::before {
  background: url(/user/documents/upload/free_dorucenie.svg) no-repeat center;
  background-size: contain !important;
}

@media (min-width: 768px) {
  .cart-content .order-summary .cart-items .cart-item .cart-item-name {
    font-size: 18px;
  }
  .order-summary-item.helper,
  .recapitulation-single {
    font-size: 16px;
  }
  .payment-logo,
  .payment-shipping-price {
    width: 110px;
    padding-left: 20px;
  }
  ol.cart-header li a span,
  ol.cart-header li strong span {
    font-weight: 400;
    letter-spacing: 0;
    font-size: 18px;
  }

  .ordering-process #header .search {
    right: 80px;
  }
}

@media (min-width: 1200px) {
  .ordering-process #header .search {
    right: 60px;
  }
}

@media only screen and (max-width: 480px) {
  .cart-content .next-step .btn.next-step-back {
    margin: 0 auto 0 auto !important;
    color: black !important;
  }
}
