@charset "UTF-8";
.fs-18 {
  font-size: 18px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.product-thumbs {
  justify-content: center;
  width: 100%;
  height: 100px;
}
.product-thumbs__elem {
  cursor: pointer;
  border: none;
  transition: 0.3s ease opacity;
  max-width: 50%;
  padding: 0 15px;
}
.product-thumbs__elem:focus, .product-thumbs__elem:hover {
  opacity: 0.6;
}
.product-thumbs__elem.swiper-slide-thumb-active img {
  border: 1px solid #ffc6ce;
}
.product-thumbs__image_nav {
  width: 50%;
  margin-top: 10px;
}
.product-thumbs__image_nav .swiper-button-prev, .product-thumbs__image_nav .swiper-button-next {
  color: #000;
}

.mcs-items-container {
  height: auto !important;
}

.js-product-images .product-images_miniature_list .js-product-thumbs {
  max-height: 100% !important;
}

.product-main-images {
  position: relative;
}
.product-main-images__modal-trigger-layer {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  width: 1.6em;
  height: 1.6em;
  min-height: 1.6em;
  padding: 0;
  line-height: 1.6em;
  border: 0;
  border-radius: 50%;
  font-size: 1.25rem;
}
@media (max-width: 992px) {
  .product-main-images__modal-trigger-layer {
    font-size: calc(0.96875rem + 0.4536290323vw);
  }
}

.product-customization {
  margin: 40px 0;
}
.product-customization .product-customization-item {
  margin: 20px 0;
}
.product-customization .product-message {
  width: 100%;
  height: 3.125rem;
  padding: 0.625rem;
  resize: none;
  background: #F2F2F2;
  border: none;
}
.product-customization .product-message:focus {
  background-color: #fff;
  outline: 0.1875rem solid #ffc6ce;
}
.product-customization .file-input {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 2.625rem;
  overflow: hidden;
  cursor: pointer;
  opacity: 0;
}
.product-customization .customization-message {
  margin-top: 20px;
}
.product-customization .custom-file {
  position: relative;
  display: block;
  width: 100%;
  height: 2.625rem;
  margin-top: 20px;
  line-height: 2.625rem;
  color: #6c757d;
  text-indent: 0.625rem;
  background: #F2F2F2;
}
.product-customization .custom-file button {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
.product-customization small {
  color: #6c757d;
}

.attribute-radio__label {
  position: relative;
  margin: 0;
}
.attribute-radio__input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.attribute-radio__input:checked ~ .attribute-radio__text {
  color: #fff;
  background-color: #ffc6ce;
  border-color: #ffc6ce;
}
.attribute-radio__text {
  display: block;
  min-width: 2.1875rem;
  padding: 5px 10px;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
  border: 1px solid #dee2e6;
  border-radius: 0;
}

#product .product-tabs .card-header {
  background: none;
}
#product .product-tabs .card-header .nav-item a {
  color: #000;
  font-size: 20px;
}
#product .product-tabs .card-header .nav-item a.active {
  border-bottom: none;
}
#product .product-tabs .card-body {
  border: 1px solid #F2F2F2;
  border-top: none;
}
#product .bootstrap-touchspin {
  max-width: 100%;
}
@media (min-width: 768px) {
  #product .product-name {
    font-weight: 900;
  }
}
#product .characteristic .shipping-cost {
  color: #021e72;
}
#product .characteristic .product-available {
  color: #0A852F;
}
#product .characteristic .product-not-available {
  color: #E00B2B;
}
#product .characteristic .shipping-time {
  color: #021e72;
  font-weight: 800;
}
#product #product-description-full * {
  font-family: inherit !important;
}
#product #product-description-full h1,
#product #product-description-full h2 {
  font-size: 24px;
  font-weight: 500;
}
#product #product-description-full h1 *,
#product #product-description-full h2 * {
  font-size: inherit !important;
  font-family: inherit !important;
}
#product #product-description-full.cms-content ol, #product #product-description-full.cms-content ul {
  padding-inline-start: 40px;
}
#product #product-description-full.cms-content ol {
  list-style: decimal;
}
#product #product-description-full.cms-content ul {
  list-style: disc;
}
#product #product-description-full.cms-content ul li {
  margin: 0;
}
#product #notifications article[data-alert=danger] {
  display: none;
}
#product .page-404 {
  background: #F3F3F3;
  margin: 30px 0 60px;
  padding: 30px 20px;
}
#product .page-404 .right-part {
  display: flex;
  flex-direction: column;
  padding-left: 10px;
}
#product .page-404 .right-title {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 20px;
}
#product .page-404 .middle-text {
  font-weight: 700;
  font-size: 20px;
}
#product .page-404 .bottom-text {
  font-weight: 500;
  font-size: 20px;
}
@media (max-width: 767.98px) {
  #product .page-404 {
    margin-left: -20px;
    margin-right: -20px;
  }
  #product .page-404 .right-part {
    padding-left: 0;
  }
  #product .page-404 .right-title {
    margin-bottom: 10px;
    font-size: 20px;
  }
  #product .page-404 .middle-text,
  #product .page-404 .bottom-text {
    font-size: 16px;
  }
}
#product .page-404 ~ section[marketingmachineindex="2"] {
  display: none;
}
#product .product-unavailable-container {
  max-width: 1096px;
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  #product .product-unavailable-container {
    flex-direction: column;
    text-align: center;
  }
  #product .product-unavailable-container .img-fluid {
    max-width: 119px;
    margin-bottom: 10px;
  }
}
#product .hicarousel_link {
  max-width: 250px;
}
#product .tm-hornet-wrapper::before {
  content: "Opinie klientów";
  font-size: 1rem;
  font-family: "Manrope", sans-serif !important;
  background: url(../img-dist/29702e897315ab23e835.png) no-repeat left center;
  background-size: 30px auto;
  padding-left: 40px;
  padding-right: 10px;
  min-height: 30px;
  display: flex;
  align-items: center;
}
#product .tm-hornet-wrapper > div {
  margin-top: 5px;
}
@media (min-width: 768px) {
  #product .product-add-to-cart .product-quantity.flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
}

.product-features dt,
.product-features dd {
  border-color: #CCC !important;
}
.product-features .feature-item {
  margin-top: -1px;
  border-color: #CCC !important;
}

.product-description p {
  margin-bottom: 12px;
}

@media (max-width: 767.98px) {
  .product-name {
    font-size: 24px;
  }
  .product-price .price {
    font-size: 24px;
  }
}
.product-quantity .qty {
  order: 1;
  width: 150px;
}
.product-quantity .fav_box {
  order: 2;
}
.product-quantity .add {
  order: 3;
}
@media (min-width: 768px) {
  .product-quantity .qty,
  .product-quantity .add,
  .product-quantity .fav_box {
    order: unset;
  }
}

.product-container .product-flags {
  position: relative !important;
  margin-bottom: 0;
}

.product-icon-image {
  width: 35px;
}

@media (min-width: 992px) {
  .product-additional-info > .inpost-izi-btn-wrapper {
    display: flex;
    flex-wrap: nowrap;
    margin: 0 -10px;
  }
  .product-additional-info > .inpost-izi-btn-wrapper::before {
    content: "";
    display: block;
    width: 150px;
    margin-right: 20px;
    min-height: 1px;
  }
  .product-additional-info > .inpost-izi-btn-wrapper::after {
    content: "";
    display: block;
    margin-left: 20px;
    min-height: 1px;
  }
  .product-additional-info > .inpost-izi-btn-wrapper inpost-izi-button.float-center {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
}
.product-comments-lg-opinions {
  font-size: 64px;
  line-height: 74px;
}
#product-comments-list-pagination ul li {
  color: #545454;
  font-size: 24px;
}
#product-comments-list-pagination ul li:hover {
  background: none;
}
#product-comments-list-pagination ul li:focus {
  box-shadow: none;
}
#product-comments-list-pagination ul li span {
  border: none;
  color: #000;
  background: none;
}
#product-comments-list-pagination ul li span i {
  color: #000;
  font-size: 30px;
}
#product-comments-list-pagination ul li span i.rotate {
  display: block;
  margin-top: -9px;
  transform: rotate(180deg);
}
#product-comments-list-pagination ul li.disabled {
  display: none;
}

.product-comments-header > span {
  max-width: 340px;
  display: inline-block;
}
