@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:700,400);
@import url("https://use.typekit.net/svh8znd.css");
/* fix lists */
.product-desc ul, .product-detail-green ul, .product-right ul, .blog-content ul {
  list-style-type: disc;
}
.product-desc ol, .product-detail-green ol, .product-right ol, .blog-content ol {
  list-style-type: decimal;
}
.product-desc ul, .product-desc ol, .product-detail-green ul, .product-detail-green ol, .product-right ul, .product-right ol, .blog-content ul, .blog-content ol {
  margin-left: 20px;
}
.product-desc ul:not(:last-child), .product-desc ol:not(:last-child), .product-detail-green ul:not(:last-child), .product-detail-green ol:not(:last-child), .product-right ul:not(:last-child), .product-right ol:not(:last-child), .blog-content ul:not(:last-child), .blog-content ol:not(:last-child) {
  margin-bottom: 1rem;
}
.product-desc ul li, .product-desc ol li, .product-detail-green ul li, .product-detail-green ol li, .product-right ul li, .product-right ol li, .blog-content ul li, .blog-content ol li {
  display: list-item;
}
.product-desc p:last-child, .product-detail-green p:last-child, .product-right p:last-child, .blog-content p:last-child {
  margin-bottom: 0;
}
.product-desc a, .product-detail-green a, .product-right a, .blog-content a {
  color: #17a19e;
  text-decoration: underline;
}
.product-desc a:hover, .product-detail-green a:hover, .product-right a:hover, .blog-content a:hover {
  color: #0056b3;
}

.video-reference {
  margin-bottom: 1.5rem;
}
.video-reference .video-container {
  width: 100% !important;
  margin: 0;
}
.video-reference .video-container iframe {
  height: auto;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 15px;
  overflow: hidden;
}
.video-reference .video-description {
  line-height: 1.5;
  padding-top: 10px;
}
.video-reference .video-description strong {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
}

.video-segment {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

@media (max-width: 767px) {
  .cart-table thead {
    display: none;
  }
  .cart-table tbody tr {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #eee;
  }
  .cart-table tbody tr td {
    display: block;
    border: none;
    text-align: left;
    align-items: center;
    position: relative;
  }
  .cart-table tbody tr td::before {
    position: absolute;
    font-weight: 700;
    left: 50%;
    top: -12px;
    transform: translateX(-50%);
    text-wrap: nowrap;
    text-align: center;
  }
  .cart-table tbody tr td:nth-child(1) {
    width: 120px;
    padding-left: 0;
  }
  .cart-table tbody tr td:nth-child(1) img {
    width: 90px;
    height: 90px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .cart-table tbody tr td:nth-child(2) {
    width: calc(100% - 120px);
    display: flex;
    align-items: center;
  }
  .cart-table tbody tr td:nth-child(2) h5 {
    font-size: 18px;
  }
  .cart-table tbody tr td:nth-child(3) {
    width: 33.33%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cart-table tbody tr td:nth-child(3)::before {
    content: "Cena za ks";
  }
  .cart-table tbody tr td:nth-child(4) {
    width: 33.33%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cart-table tbody tr td:nth-child(4)::before {
    content: "Množstvo";
  }
  .cart-table tbody tr td:nth-child(5) {
    width: 33.33%;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
  }
  .cart-table tbody tr td:nth-child(5)::before {
    content: "Vymazať";
  }
  .cart-table tbody tr td:nth-child(6) {
    width: 100%;
    text-align: right;
    align-items: center;
  }
  .cart-table tbody tr td:nth-child(6)::before {
    position: relative;
    content: "Položka celkovo:";
    left: initial;
    top: initial;
    transform: none;
  }
}

.delivery-select {
  flex-direction: column;
}
.delivery-select .delivery-select-option {
  width: 100%;
  display: flex;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
}
.delivery-select .delivery-select-option .delivery-select-icon {
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.delivery-select .delivery-select-option .delivery-select-icon > i, .delivery-select .delivery-select-option .delivery-select-icon > img {
  margin-bottom: 0;
}
.delivery-select .delivery-select-option .delivery-price-wrapper {
  margin-left: 1rem;
  text-align: left;
  flex: 1;
}

.zasielkovna, .dpd-parcelpoint {
  border: 1px solid #ba1b02;
  padding: 1rem;
  text-align: center;
}
.zasielkovna .packeta-selector-open,
.zasielkovna .dpd-selector-open, .dpd-parcelpoint .packeta-selector-open,
.dpd-parcelpoint .dpd-selector-open {
  background-color: #ba1b02;
  padding: 0.5rem 1.5rem;
  font-weight: 600;
  color: white;
  cursor: pointer;
  transition: all 0.15s ease-in;
}
.zasielkovna .packeta-selector-open:hover,
.zasielkovna .dpd-selector-open:hover, .dpd-parcelpoint .packeta-selector-open:hover,
.dpd-parcelpoint .dpd-selector-open:hover {
  opacity: 0.7;
}
.zasielkovna .packeta-selector-branch-name > div,
.zasielkovna .dpd-selector-branch-name > div, .dpd-parcelpoint .packeta-selector-branch-name > div,
.dpd-parcelpoint .dpd-selector-branch-name > div {
  display: flex;
  align-items: center;
}
.zasielkovna .packeta-selector-branch-name > div img,
.zasielkovna .dpd-selector-branch-name > div img, .dpd-parcelpoint .packeta-selector-branch-name > div img,
.dpd-parcelpoint .dpd-selector-branch-name > div img {
  width: 120px;
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}
.zasielkovna .packeta-selector-branch-name > div .pickup-point-content,
.zasielkovna .dpd-selector-branch-name > div .pickup-point-content, .dpd-parcelpoint .packeta-selector-branch-name > div .pickup-point-content,
.dpd-parcelpoint .dpd-selector-branch-name > div .pickup-point-content {
  margin-left: 15px;
  text-align: left;
}
.zasielkovna .packeta-selector-branch-name > div .pickup-point-content h5,
.zasielkovna .dpd-selector-branch-name > div .pickup-point-content h5, .dpd-parcelpoint .packeta-selector-branch-name > div .pickup-point-content h5,
.dpd-parcelpoint .dpd-selector-branch-name > div .pickup-point-content h5 {
  font-size: 20px;
}
.zasielkovna .packeta-selector-branch-name > div .pickup-point-content h6,
.zasielkovna .dpd-selector-branch-name > div .pickup-point-content h6, .dpd-parcelpoint .packeta-selector-branch-name > div .pickup-point-content h6,
.dpd-parcelpoint .dpd-selector-branch-name > div .pickup-point-content h6 {
  font-size: 16px;
}

.dpd-parcelpoint {
  border-color: #e70025;
}
.dpd-parcelpoint .dpd-selector-open {
  border-color: #e70025;
  background-color: #bf0034;
}
.dpd-parcelpoint .dpd-selector-branch-name > div .pickup-point-content {
  margin-left: 0;
}

#dpdWidget .modal-content {
  border-radius: 0;
}
#dpdWidget .modal-content .modal-body {
  padding: 0;
}
#dpdWidget .modal-content iframe {
  width: 100%;
  height: 80vh;
  min-height: 500px;
}

@media (min-width: 992px) {
  .modal-xl {
    max-width: 800px !important;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px !important;
  }
}/*# sourceMappingURL=style.css.map */