.menu-text .extended-banner-texts,
.next-to-carousel-banners .extended-banner-texts {
  padding: 0;
  position: relative;
  transform: translate(0);
  top: auto;
}

.next-to-carousel-banners .menu-text .extended-banner-title:not(:empty) {
  font-size: 26px;
  max-width: 100%;
}

.next-to-carousel-banners .menu-text .extended-banner-link:not(:empty) {
  min-height: 40px;
  font-size: 12px;
  padding: 12px 25px;
  margin-top: 25px;
}

.top-navigation-bar .top-navigation-contacts a.project-email {
  /* display: none; */
}

/* akcia */
.categories#cat-16268 .topic > a {
  /* color: white !important;
	background-color: rgb(254 0 0 / 37%);
	border-radius: 10px; */
}

.categories#cat-16268 .topic > a,
.navigation-in > ul > li.menu-item-16268 > a {
  background: #fe0000 !important;
  color: white;
}

.categories#cat-16268 .topic > a:hover,
.navigation-in > ul > li.menu-item-16268 > a:hover {
  background: #ec0202 !important;
  color: white;
}

.categories#cat-16268 .topic > a:before {
  display: none;
}

.navigation-in > ul > li.menu-item-16268 > a {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px !important;
  border-radius: 10px;
}

.categories#cat-16268 {
  margin-bottom: 12px;
  margin-top: 12px;
}

.categories#cat-16268 .topic > a {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 25px !important;
  border-radius: 0;
}

.categories#cat-16268 .topic > a svg,
.navigation-in > ul > li.menu-item-16268 > a svg {
  display: inline-block;
  width: 25px;
  height: 25px;
  stroke-width: 0;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
.categories#cat-16268 .topic > a svg {
  left: -10px;
}

/* VIDEO */

@media (max-width: 767px) {
  .iframe-responsive-mob {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
    border-radius: 20px;
  }
  .iframe-responsive-mob iframe {
    border-radius: 20px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
}

.category-perex .iframe-responsive {
  margin-top: 0;
}

@media (min-width: 480px) and (max-width: 1200px) {
  .multiple-columns-body #content .table-column-2 tr,
  .multiple-columns-body #content .table-column-3 tr {
    flex-direction: row;
  }
  .multiple-columns-body #content .table-column-2 td,
  .multiple-columns-body #content .table-column-3 td {
    display: block;
    width: 50%;
    padding: 0 15px;
  }
}

@media (max-width: 480px) {
  .category-perex .table-iframe,
  .category-perex .iframe-responsive {
    margin-bottom: 20px;
    display: none;
  }
  /* .multiple-columns-body #content .table-column-2 tr,
  .multiple-columns-body #content .table-column-3 tr {
    flex-direction: row;
  }
  .multiple-columns-body #content .table-column-2 td,
  .multiple-columns-body #content .table-column-3 td {
    display: block;
    width: 50%;
    padding: 0 15px;
  } */
}

@media (min-width: 768px) {
  #content .category-perex table.table-column-2 {
    width: calc(100% + 30px);
    /* width: 50%; */
  }
  .desktop .carousel-inner .item:nth-child(2) {
    height: 430px;
  }
  .carousel-inner {
    min-height: auto !important;
    height: 430px !important;
  }
  .carousel-inner > .item > a > img {
    object-fit: cover;
    object-position: center;
    height: 100%;
  }
  .carousel-inner > .item {
    height: 100%;
  }
}

.desktop .carousel-inner video {
  display: block;
  margin: auto;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 5px);
}

.carousel-inner video {
  overflow: hidden;
  border-radius: 20px;
}

.banners-top-block .menu-content {
  position: relative;
  display: block;
  height: 100%;
  box-shadow: 0 6px 12px rgb(0 0 0 / 8%);
  border-radius: 20px;
  background-color: #ffffff;
  padding: 20px 15px 20px;
  display: flex;
  align-items: center;
  /* align-items: flex-end; */
  /* justify-content: center; */
  justify-content: flex-start;
  /* height: 160px; */
  overflow: hidden;
  min-height: 170px;
}

@media (min-width: 480px) {
  .banners-top-block .menu-content {
    min-height: 180px;
  }
}

@media (min-width: 767px) {
  .banners-top-block .menu-content {
    padding: 30px 15px 30px;
    min-height: 210px;
  }
}

.banners-top-block .menu-content:hover .menu-image img {
  transform: scale(1.05, 1.05);
}

.banners-top-block .menu-image {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 3;
}

.banners-top-block .menu-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  z-index: 3;
}

.banners-top-block .menu-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.85;
}

.banners-top-block .banner-wrapper:last-child {
  padding-bottom: 10px;
}

@media (min-width: 480px) {
  .banners-top-block .banner-wrapper:last-child {
    padding-bottom: 10px;
  }
}

.banners-top-block .banner-wrapper > span {
  display: block;
  width: 100%;
  height: 100%;
}

.banners-top-block .menu-text {
  padding: 0 10px;
  z-index: 4;
  position: relative;
}

.banners-top-block .menu-text a:hover {
  text-decoration: underline;
}

.banners-top-block .menu-text > a {
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 700;
  padding: 5px 0;
  display: block;
  margin-top: 0;
}

.banners-top-block .menu-text ul {
  list-style: none;
  padding-left: 0;
  margin-top: 10px;
  margin-bottom: 0;
}

.banners-top-block .menu-text ul li {
  display: block;
}

.banners-top-block .menu-text ul li > a {
  display: block;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  padding: 4px 0;
}

@media (min-width: 768px) {
  .banners-top-block .menu-text ul li > a {
    font-size: 14px;
  }
  .banners-top-block {
    margin-top: 45px;
    margin-bottom: 30px;
  }
  .products-group {
    margin-bottom: 50px;
    margin-top: 50px;
  }
}

.products-block .p .price-final .price-standard + strong,
.price-final {
  color: #66bf3a;
}

.categories .topic > a {
  display: flex;
  align-items: center;
}

#footer.is-white .footer-icons:before {
  display: none;
}

.categories .topic > a:before {
  content: "";
  margin-right: 10px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  /* background-size: cover; */
  height: 24px;
  width: 24px;
  margin-top: -12px;
  margin-bottom: -8px;
}

.categories ul a {
  padding-left: 59px;
}

.categories ul ul a {
  padding-left: 70px;
}

#categories ul .expandable .cat-trigger {
  left: 24px;
}

.categories a[href="/apple/"]::before {
  background-image: url(/user/documents/upload/icons/apple.svg);
}

.categories a[href="/drones/"]::before,
.categories a[href="/drony/"]::before {
  background-image: url(/user/documents/upload/icons/dron.svg);
}

.categories a[href="/kamery/"]::before {
  background-image: url(/user/documents/upload/icons/dslr2.svg);
}

.categories a[href="/longboard-uri-electronice/"]::before,
.categories a[href="/e-boardy/"]::before {
  background-image: url(/user/documents/upload/icons/e-board.svg);
}

.categories a[href="/krypto/"]::before {
  background-image: url(/user/documents/upload/icons/krypto.svg);
}

.categories a[href="/pozicovna/"]::before {
  background-image: url(/user/documents/upload/icons/pozicovna.svg);
}

.categories a[href="/altele-4/"]::before,
.categories a[href="/ostatne/"]::before,
.categories a[href="/prislusenstvo-2/"]::before {
  background-image: url(/user/documents/upload/icons/others.svg);
}

.categories a[href="/stabilizatoare/"]::before {
  background-image: url(/user/documents/upload/icons/stabilizator-01.png);
}

.categories a[href="/foto-video/"]::before,
.categories a[href="/akcne-kamery/"]::before {
  background-image: url(/user/documents/upload/icons/akcna-kamera-2.png);
}

.categories a[href*="/marcile-vandute/"]::before {
  background-image: url(/user/documents/upload/icons/znacky.svg);
}

.p-info-wrapper .p-final-price-wrapper .price-final {
  color: #66bf3a;
}

.product-video-group .product-video-item iframe {
  display: block !important;
}

/* Zaruka */

.detail-price-btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  padding: 8px 15px;
  min-height: 50px;
  margin-top: -15px;
  margin-bottom: 15px;
  line-height: 1.4;
  font-size: 12px;
  border-radius: 8px;
  font-weight: 700;
  background-color: white;
  color: black;
  cursor: pointer;
  transition: background-color 250ms ease-out;
}

.detail-price-btn:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

@media (min-width: 480px) {
  .detail-price-btn {
    margin-top: -15px;
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .detail-price-btn {
    font-size: 16px;
  }
}

/* Modal */
/* Modal block */
.modal__overlay {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.modal__overlay.is-active {
  width: 100%;
  height: 100%;
  opacity: 1;
  overflow: visible;
  visibility: visible;
}

.modal {
  position: fixed;
  z-index: 999999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  overflow: hidden;
  width: auto;
  height: 0;
  padding: 3rem 0 2rem;
  opacity: 0;
  -webkit-overflow-scrolling: touch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

@media (min-width: 771px) {
  .modal {
    padding: 6rem 0 4rem;
  }
}

.modal.is-active {
  visibility: visible;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.modal.is-active .modal__box {
  position: relative;
  top: auto;
  left: auto;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal.modal__hidden .modal__close,
.modal.modal__hidden .modal__scroll {
  display: none;
}

.modal__scroll {
  width: 100%;
  margin: auto 1rem;
}

.modal__box {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

@media (min-width: 576px) {
  .modal__box {
    width: 600px;
  }
}

.modal__close {
  position: absolute;
  z-index: 99;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal__close:after {
  font-family: "apollo" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  font-size: 20px;
  text-indent: 0;
  left: 50%;
  top: 50%;
  color: #c4cad5;
  transform: translate(-50%, -50%);
  content: "\e921";
}

.modal__close:focus:after,
.modal__close:hover:after {
  color: var(--color-primary);
}

.modal__body {
  padding: 6rem 3rem 5rem;
  background-color: white;
  border-radius: 8px;
}

.modal__body .txt-c {
  text-align: center;
}

.modal__body .txt-c #formContact fieldset .submit-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.modal-title {
  display: inline-block;
  position: relative;
  color: #0f0f0f;
  font-weight: 700;
  margin-top: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 25px;
}

.modal-title:after,
.modal-title:before {
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  width: 30px;
  height: 30px;
}

.modal-title:after {
  right: -18px;
  top: -5px;
  background-image: url("/user/documents/upload/fotozolo-right-shape.png");
}

.modal-title:before {
  left: -18px;
  bottom: -5px;
  background-image: url("/user/documents/upload/fotozolo-left-shape.png");
}

.modal-subtitle {
  color: #7c7e8f;
  margin-bottom: 10px;
  text-align: center;
  font-size: 14px;
}

@media (min-width: 768px) {
  .modal-subtitle {
    font-size: 16px;
  }
  .modal-title {
    font-size: 32px;
  }
  .product .p {
    padding: 30px 20px 85px;
  }
}

/* Akcia */
.flags-extra .flag {
  width: 50px;
  height: 50px;
}

.flags-extra .flag .price-standard,
.flags-extra .flag .price-save {
  font-size: 14px;
}

.flags-extra {
  top: -10px;
}

.p-image-wrapper .flags-extra {
  top: 10px;
}

.footer-icons {
  justify-content: flex-start;
}

.accordion__trigger--ext {
  margin-top: 15px !important;
}

.footer-links-icons {
  display: none;
}

.footer-icons .footer-icon {
  margin: 6px;
  height: 60px;
  padding: 5px 12px;
}

.footer-icons > div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}

#footer .footer-delivery-title {
  display: block;
  margin-top: 30px;
  width: 100%;
  flex: 0 0 100%;
}

@media (min-width: 768px) {
  .products-block .p .flags-default {
    left: -12px;
  }
  .flags-extra {
    top: 20px;
    right: -10px;
  }
  .flags-extra .flag {
    width: 70px;
    height: 70px;
  }
  .flags-extra .flag .price-standard,
  .flags-extra .flag .price-save {
    font-size: 18px;
  }
}

.p-image-wrapper .flags-extra .flag-discount .price-save {
  font-size: 18px;
}

.p-image-wrapper .flags-extra .flag-discount .price-save sub {
  font-size: 18px;
}

.flag.flag-discount {
  background: #f80120;
}

.flag.flag-discount:before {
  display: none;
  /* background-image: none;
	background: #f80120; */
}

.instagram-subheadline {
  display: block;
  text-align: center;
  margin-top: -25px;
  margin-bottom: 35px;
}

.instagram-subheadline a {
  display: inline-block;
  padding: 5px 0;
  line-height: 1.4;
  color: #7c7e8f;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
}

.instagram-subheadline a:hover {
  color: var(--color-primary);
}

.carousel-control--gallery {
  display: block;
}

.carousel-control--gallery.left {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  left: -15px;
  cursor: pointer;
}

.carousel-control--gallery.right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  right: -15px;
  cursor: pointer;
}

.carousel-control--gallery.left:before {
  left: 0;
}

.carousel-control--gallery.right:before {
  right: 0;
}

@media (min-width: 480px) {
  .banners-top-block .banner-wrapper {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
  }
}

@media (min-width: 768px) {
  .instagram-subheadline {
    margin-top: -45px;
  }
  .carousel-control--gallery.left {
    width: 50px;
    height: 50px;
    left: -25px;
  }

  .carousel-control--gallery.right {
    width: 50px;
    height: 50px;
    right: -25px;
  }
}
@media (min-width: 992px) {
  .news-block .news-item {
    width: calc(33.33% - 20px);
    max-width: calc(33.33% - 20px);
    flex: 0 0 calc(33.33% - 20px);
  }
  .banners-top-block .banner-wrapper {
    width: 33.33%;
    max-width: 33.33%;
    flex: 0 0 33.33%;
  }

  .header-top {
    padding-top: 60px;
    padding-bottom: 10px;
  }

  .popup-widget.login-widget {
    top: 160px;
  }

  .popup-widget.cart-widget {
    top: 160px;
  }

  .admin-logged .popup-widget.login-widget {
    top: 185px;
  }

  .admin-logged .popup-widget.cart-widget {
    top: 185px;
  }
}

@media (max-width: 768px) {
  .instagram-widget .instagram-widget-item:nth-child(n + 7) {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  #header .site-name a img {
    max-width: 205px;
  }
}

.top-navigation-contacts > strong {
  display: block;
}

.top-navigation-contacts .divider {
  display: inline-block;
  margin-right: 10px;
  font-size: 16px;
}

.top-navigation-contacts .divider-no-margin {
  margin-right: 0;
}

/*
.top-navigation-bar .top-navigation-contacts a.project-phone:before {
  display: none;
}

.top-navigation-bar .top-navigation-contacts a.project-phone {
  padding-left: 0;
} */

.link-icon.chat {
  display: none;
}

.iframe-responsive {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.iframe-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* UPDATE */
.footer-item.footer-item-newsletter {
  width: 100%;
}

.footer-item.footer-item-newsletter {
  background: #e0e5ee;
}

.footer-item.footer-item-newsletter h4 span,
.footer-item.footer-item-newsletter h4 {
  color: var(--color-primary);
}

.footer-item.footer-item-newsletter .form-group.consents label a,
.footer-item.footer-item-newsletter .form-group.consents label {
  color: var(--color-primary);
}

.footer-item.footer-item-newsletter .form-group.consents label a {
  color: var(--color-primary);
  text-decoration: underline;
}

.footer-item.footer-item-newsletter:after {
  display: none;
}

.footer-item.footer-item-newsletter .newsletter-image {
  position: relative;
  bottom: -30px;
}

.footer-item.footer-item-newsletter h4 {
  margin-bottom: 20px;
  display: block;
}

.footer-item.footer-item-newsletter .compact-form {
  align-self: center;
}

@media (min-width: 992px) {
  .footer-item.footer-item-newsletter .newsletter-image {
    position: relative;
    bottom: -30px;
    margin-bottom: -100px;
  }
  .footer-item.footer-item-newsletter .newsletter-header {
    max-width: none;
  }
  .footer-item.footer-item-newsletter .compact-form {
    max-width: none;
  }
}

.custom-footer__newsletter .compact-form .validator-msg-holder input {
  max-width: 480px;
}

@media (min-width: 1200px) {
  .footer-item.footer-item-newsletter {
    padding: 15px 20px 25px 20px;
  }
  .footer-item.footer-item-newsletter .compact-form {
    padding-left: 100px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .footer-item.footer-item-newsletter {
    padding: 20px 10px 20px 10px;
  }
  .footer-item.footer-item-newsletter .newsletter-image {
    bottom: -20px;
  }
}

@media (max-width: 992px) {
  .footer-item.footer-item-newsletter {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer-item.footer-item-newsletter .compact-form {
    width: 100%;
  }
  .footer-item.footer-item-newsletter .newsletter-image {
    bottom: 0;
    margin-bottom: -170px;
    right: -30px;
  }
  .footer-item.footer-item-newsletter .newsletter-header {
    order: 1;
    text-align: center;
  }
}

.basic-description .custom-text {
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 20px;
  overflow: hidden;
  background-color: #111111;
  color: white;
}

.basic-description .custom-text .iframe-responsive {
  border-radius: 0;
  margin-top: 0;
}

.basic-description .custom-text iframe {
  border-radius: 0;
}

.basic-description .custom-text img {
  /* width: 100%; */
}

.basic-description .custom-text > img:first-child {
  width: 100%;
}

.basic-description .custom-text h2 {
  color: white;
  text-align: center;
  text-transform: uppercase;
  font-size: 22px;
  margin-top: 40px;
  margin-bottom: 40px;
  line-height: 1.4;
  padding-left: 10px;
  padding-right: 10px;
}

.basic-description .custom-text h2 + p {
  margin-top: 15px;
  margin-bottom: 40px;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.4;
  margin-top: -20px;
}

.basic-description .custom-text h3 {
  color: white;
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
  margin-top: 35px;
  margin-bottom: 15px;
  line-height: 1.4;
}

.basic-description .custom-text img {
  border-radius: 0;
}

.basic-description .custom-text .table-column-2 img {
  border-radius: 10px;
}

.basic-description .custom-text p {
  font-size: 16px;
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
}

#content .basic-description .custom-text .table-column-2 {
  width: 100%;
  max-width: 80%;
  margin: 0 auto 35px;
}

#content .basic-description .custom-text .table-column-2 {
  margin-top: 45px;
  margin-bottom: 45px;
}

#content .basic-description .custom-text .table-column-2 tr td {
  vertical-align: top;
}

.basic-description .custom-text hr {
  margin-top: 30px;
  margin-bottom: 30px;
  border: 1px solid #555555;
  display: block;
}

#content
  .basic-description
  .custom-text
  .table-column-2[style="text-align: left;"]
  tr {
  display: flex;
  align-items: center;
}

#content
  .basic-description
  .custom-text
  .table-column-2[style="text-align: left;"]
  td,
#content
  .basic-description
  .custom-text
  .table-column-2[style="text-align: left;"]
  h3,
#content
  .basic-description
  .custom-text
  .table-column-2[style="text-align: left;"]
  p {
  text-align: left !important;
}

.basic-description .custom-text p.small {
  font-size: 14px;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
  margin-bottom: 35px;
}

.basic-description .custom-text td a:hover img {
  transform: scale(1.03);
}

.basic-description .custom-text td a img {
  overflow: hidden;
  transition: transform 250ms ease-out;
}

@media (min-width: 768px) {
  .basic-description .custom-text h2 {
    font-size: 38px;
  }

  .basic-description .custom-text h3 {
    font-size: 22px;
  }

  .basic-description .custom-text p {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .basic-description .custom-text {
    margin-left: -20px;
    margin-right: -20px;
    border-radius: 0;
  }
  .basic-description .custom-text h2 + p {
    max-width: 90%;
  }
  #content .basic-description .custom-text .table-column-2 {
    max-width: 90%;
  }
  .basic-description .custom-text h3 {
    margin-top: 25px;
  }
  #content .basic-description .custom-text .table-column-2 td {
    margin-bottom: 15px;
  }
  #content .basic-description .custom-text .table-column-2 td:last-child {
    /* margin-bottom: 0; */
  }
  #content .basic-description .custom-text .table-column-2 {
    margin-top: 25px;
    margin-bottom: 0;
  }
  #content .basic-description .custom-text .table-column-2 + .table-column-2 {
    margin-top: 0;
  }
  .basic-description .custom-text p {
    font-size: 15px;
  }
  .basic-description .custom-text h3 {
    font-size: 18px;
  }
}

/* Prepitné */
body.mobile.ordering-process table.tip-block {
  width: 100%;
}
body.ordering-process table.tip-block {
  width: 50%;
  margin-bottom: 30px;
}
body.ordering-process table.tip-block .tip-text-block {
  display: table-cell;
  vertical-align: top;
}
body.ordering-process table.tip-block .tip-title {
  padding-top: 0;
  padding-bottom: 0;
}
body.ordering-process table.tip-block .tip-title h4 {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 400;
}
body.ordering-process table.tip-block form select {
  cursor: pointer;
  border-radius: 5px;
}

body.ordering-process table.tip-block img {
  max-width: 70px;
  margin-right: 5px;
  cursor: pointer;
  transition: transform 250ms ease-out;
}

body.ordering-process table.tip-block img:hover {
  transform: scale(1.05);
}

#cat-17877,
.menu-item-17877 {
  display: none !important;
}

.in-prepitne.type-detail .detail-price-btn,
.in-prepitne.type-detail .detail-availability-block {
  display: none !important;
}

@media (min-width: 768px) {
  .cart-table tr > td {
    padding: 15px 10px;
  }
}

@media (max-width: 767px) {
  body.ordering-process table.tip-block img {
    margin-right: 0;
  }
  .cart-table tr {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  body.ordering-process table.tip-block img {
    max-width: 50px;
  }
}
@media (max-width: 480px) {
  body.ordering-process table.tip-block img:last-child {
    max-width: 70px !important;
  }
}

@media (min-width: 768px) {
  .top-navigation-bar .container > div.top-navigation-contacts {
    top: 49px !important;
    height: 30px !important;
  }
}

.in-prepitne.type-detail .detail-price-btn,
.in-prepitne.type-detail .detail-availability-block {
  display: none !important;
}

@media (min-width: 768px) {
  .cart-table tr > td {
    padding: 15px 10px;
  }
}

@media (max-width: 767px) {
  body.ordering-process table.tip-block img {
    margin-right: 0;
  }
  .cart-table tr {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  body.ordering-process table.tip-block img {
    max-width: 50px;
  }
}
@media (max-width: 480px) {
  body.ordering-process table.tip-block img:last-child {
    max-width: 70px !important;
  }
}

.add-to-cart.is-preorder {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  background-color: #ffffff;
  padding: 20px 20px 10px;
  margin-bottom: 35px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
}

.add-to-cart.is-preorder .quantity {
  display: none;
}

.add-to-cart.is-preorder .btn.btn-conversion {
  min-width: auto;
  min-height: 50px;
  height: 50px;
  padding: 5px 20px;
  font-size: 16px;
  display: flex;
  align-items: center;
}

.add-to-cart.is-preorder .btn.btn-conversion:after {
  display: none;
}

.add-to-cart.is-preorder .link-icon.watchdog {
  text-decoration: underline;
  color: black;
  font-size: 14px;
  margin-left: 55px;
  text-align: left;
}

.add-to-cart.is-preorder .link-icon.watchdog:hover {
  color: var(--color-secondary-hover);
}

.add-to-cart.is-preorder .link-icon.watchdog:hover:before {
  -webkit-animation: ring 4s ease-in-out infinite;
  -webkit-transform-origin: 50% 4px;
  -moz-animation: ring 4s ease-in-out infinite;
  -moz-transform-origin: 50% 4px;
  animation: ring 4s ease-in-out infinite;
  transform-origin: 50% 4px;
}

.add-to-cart.is-preorder .link-icon.watchdog:before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("/user/documents/upload/bell.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.add-to-cart-text-block {
  position: relative;
  padding-left: 55px;
  margin-bottom: 7px;
}

.add-to-cart-text-block a:hover {
  text-decoration: underline;
}

.add-to-cart-text-block:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 40px;
  height: 40px;
  background-image: url("/user/documents/upload/box.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.add-to-cart-text-block strong {
  display: block;
  font-weight: 700;
  color: black;
  font-size: 14px;
}

.add-to-cart .link-icon.chat {
  display: flex;
  position: absolute;
  bottom: 18px;
  right: 38px;
  text-decoration: none !important;
  height: 30px;
  min-height: 30px;
  font-size: 14px;
  background: white;
  padding: 5px 10px;
  color: black;
  box-shadow: none;
  margin: 0;
  min-width: 105px;
}

.add-to-cart .link-icon.chat:hover {
  background: black;
  color: white;
}

.add-to-cart .link-icon.chat::before {
  font-size: 14px;
}

.add-to-cart .link-icon.chat span {
  text-decoration: none;
}

@media (max-width: 480px) {
  .add-to-cart .link-icon.chat {
    position: static;
    bottom: auto;
    right: auto;
    text-decoration: none !important;
    min-width: auto;
    min-height: 35px;
    height: 35px;
    padding: 5px 10px;
    font-size: 16px;
    display: flex;
    align-items: center;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: -5px;
    width: 100%;
    max-width: 130px;
  }
}

.add-to-cart-left {
  flex: 1;
  padding-right: 30px;
}

.add-to-cart-submit {
  width: 140px;
}

@media (max-width: 480px) {
  .add-to-cart-submit {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
  .add-to-cart.is-preorder .btn.btn-conversion {
    text-align: center;
    width: 100%;
    justify-content: center;
  }
  .add-to-cart.is-preorder {
    padding: 20px 20px 20px;
  }
}

@-webkit-keyframes ring {
  0% {
    -webkit-transform: rotateZ(0);
  }
  1% {
    -webkit-transform: rotateZ(30deg);
  }
  3% {
    -webkit-transform: rotateZ(-28deg);
  }
  5% {
    -webkit-transform: rotateZ(34deg);
  }
  7% {
    -webkit-transform: rotateZ(-32deg);
  }
  9% {
    -webkit-transform: rotateZ(30deg);
  }
  11% {
    -webkit-transform: rotateZ(-28deg);
  }
  13% {
    -webkit-transform: rotateZ(26deg);
  }
  15% {
    -webkit-transform: rotateZ(-24deg);
  }
  17% {
    -webkit-transform: rotateZ(22deg);
  }
  19% {
    -webkit-transform: rotateZ(-20deg);
  }
  21% {
    -webkit-transform: rotateZ(18deg);
  }
  23% {
    -webkit-transform: rotateZ(-16deg);
  }
  25% {
    -webkit-transform: rotateZ(14deg);
  }
  27% {
    -webkit-transform: rotateZ(-12deg);
  }
  29% {
    -webkit-transform: rotateZ(10deg);
  }
  31% {
    -webkit-transform: rotateZ(-8deg);
  }
  33% {
    -webkit-transform: rotateZ(6deg);
  }
  35% {
    -webkit-transform: rotateZ(-4deg);
  }
  37% {
    -webkit-transform: rotateZ(2deg);
  }
  39% {
    -webkit-transform: rotateZ(-1deg);
  }
  41% {
    -webkit-transform: rotateZ(1deg);
  }

  43% {
    -webkit-transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(0);
  }
}

@-moz-keyframes ring {
  0% {
    -moz-transform: rotate(0);
  }
  1% {
    -moz-transform: rotate(30deg);
  }
  3% {
    -moz-transform: rotate(-28deg);
  }
  5% {
    -moz-transform: rotate(34deg);
  }
  7% {
    -moz-transform: rotate(-32deg);
  }
  9% {
    -moz-transform: rotate(30deg);
  }
  11% {
    -moz-transform: rotate(-28deg);
  }
  13% {
    -moz-transform: rotate(26deg);
  }
  15% {
    -moz-transform: rotate(-24deg);
  }
  17% {
    -moz-transform: rotate(22deg);
  }
  19% {
    -moz-transform: rotate(-20deg);
  }
  21% {
    -moz-transform: rotate(18deg);
  }
  23% {
    -moz-transform: rotate(-16deg);
  }
  25% {
    -moz-transform: rotate(14deg);
  }
  27% {
    -moz-transform: rotate(-12deg);
  }
  29% {
    -moz-transform: rotate(10deg);
  }
  31% {
    -moz-transform: rotate(-8deg);
  }
  33% {
    -moz-transform: rotate(6deg);
  }
  35% {
    -moz-transform: rotate(-4deg);
  }
  37% {
    -moz-transform: rotate(2deg);
  }
  39% {
    -moz-transform: rotate(-1deg);
  }
  41% {
    -moz-transform: rotate(1deg);
  }

  43% {
    -moz-transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(0);
  }
}

@keyframes ring {
  0% {
    transform: rotate(0);
  }
  1% {
    transform: rotate(30deg);
  }
  3% {
    transform: rotate(-28deg);
  }
  5% {
    transform: rotate(34deg);
  }
  7% {
    transform: rotate(-32deg);
  }
  9% {
    transform: rotate(30deg);
  }
  11% {
    transform: rotate(-28deg);
  }
  13% {
    transform: rotate(26deg);
  }
  15% {
    transform: rotate(-24deg);
  }
  17% {
    transform: rotate(22deg);
  }
  19% {
    transform: rotate(-20deg);
  }
  21% {
    transform: rotate(18deg);
  }
  23% {
    transform: rotate(-16deg);
  }
  25% {
    transform: rotate(14deg);
  }
  27% {
    transform: rotate(-12deg);
  }
  29% {
    transform: rotate(10deg);
  }
  31% {
    transform: rotate(-8deg);
  }
  33% {
    transform: rotate(6deg);
  }
  35% {
    transform: rotate(-4deg);
  }
  37% {
    transform: rotate(2deg);
  }
  39% {
    transform: rotate(-1deg);
  }
  41% {
    transform: rotate(1deg);
  }

  43% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(0);
  }
}

body .p-info-grid .detail-availability-block .delivery-time {
  background-color: transparent;
  color: #0f0f0f;
  font-size: 14px;
  font-weight: 700;
  order: 2;
  padding: 0;
  margin: 0;
  margin-left: 5px;
}

body .p-info-grid .detail-availability-block .delivery-time-label {
  margin: 0;
  order: 1;
}

@media (min-width: 992px) {
  .add-to-cart-submit {
    margin-top: 5px;
  }
  .add-to-cart .link-icon.chat {
    bottom: 22px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .add-to-cart-submit {
    margin-top: 5px;
  }
  .add-to-cart .link-icon.chat {
    bottom: 22px;
  }
}

@media (min-width: 1440px) {
  body .p-info-grid .detail-availability-block > th {
    margin-left: 0;
  }
}

@media (min-width: 480px) {
  body .p-info-grid .detail-availability-block > th {
    margin-bottom: 10px;
  }
}

.add-to-cart,
.b-cart-variants {
  position: relative;
}
