.bg__light-grey {
  background: #f9f9f9;
}

:root {
  --es-green: #76AB00;
  --es-red: #E21402;
  --es-red-hover: #AC1002;
  --es-black: #434343;
}

.btn-primary {
  background: #E21402;
  color: #fff;
  border: none;
  border-radius: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 16px;
  border: 1px solid #E21402;
  border-radius: 5px;
}
.btn-primary:hover, .btn-primary:focus {
  color: #fff;
  background: #AC1002;
  border: 1px solid #AC1002;
  box-shadow: none;
}
.btn-primary:active {
  color: #202020 !important;
  background-color: #fff !important;
  border: 1px solid #AC1002 !important;
  box-shadow: none !important;
}

.btn-secondary {
  color: #76AB00;
  background: #fff;
  border: none;
  border-radius: 5px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 16px;
  border: 1px solid #76AB00;
}
.btn-secondary:hover, .btn-secondary:focus {
  background: #76AB00;
  color: #fff;
  border: 1px solid #76AB00;
  box-shadow: none;
}
.btn-secondary:active {
  background-color: #76AB00 !important;
  color: #fff !important;
  border: 1px solid #76AB00 !important;
  box-shadow: none !important;
}

.btn-primary.disabled,
.btn-primary:disabled,
.btn-secondary.disabled,
.btn-secondary:disabled {
  cursor: no-drop;
  color: #000;
  background-color: #ced4da;
  border-color: #ced4da;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus,
.btn-primary:disabled:hover,
.btn-primary:disabled:focus,
.btn-secondary.disabled:hover,
.btn-secondary.disabled:focus,
.btn-secondary:disabled:hover,
.btn-secondary:disabled:focus {
  color: #555555;
  background-color: #dee2e6;
  border-color: #dee2e6;
  box-shadow: none;
}

.product-thumbs {
  margin-right: -5px;
  margin-left: -5px;
}
.product-thumbs__elem {
  padding: 0 5px;
  cursor: pointer;
  opacity: 0.3;
  transition: 0.3s ease opacity;
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.product-thumbs__elem:focus, .product-thumbs__elem:hover {
  opacity: 0.6;
}
.product-thumbs__elem.swiper-slide-thumb-active {
  opacity: 1;
}
@media (min-width: 576px) {
  .product-thumbs__elem {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.product-cover {
  position: relative;
  margin-bottom: 1.25rem;
}
.product-cover img {
  background: transparent;
}
.product-cover .layer {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  cursor: pointer;
  background: rgba(192, 192, 192, 0.6);
  opacity: 0;
  transition: opacity 0.7s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .product-cover .layer {
    transition: none;
  }
}
.product-cover .layer:hover {
  opacity: 1;
}
.product-cover .layer .zoom-in {
  font-size: 3.125rem;
  color: #76AB00;
}

#product-modal .modal-dialog {
  text-align: center;
}
#product-modal .modal-content {
  padding: 0;
  background: transparent;
  border: none;
}
#product-modal .modal-content .modal-body {
  display: flex;
}
#product-modal .modal-content .modal-body .product-cover-modal {
  background: #fff;
}
@media (max-width: 991.98px) {
  #product-modal .modal-content .modal-body .product-cover-modal {
    max-width: 100%;
    height: auto;
  }
}
#product-modal .modal-content .modal-body .image-caption {
  width: 100%;
  padding: 0.625rem 1.25rem;
  background: #fff;
  border-top: #f5f5f5 1px solid;
}
#product-modal .modal-content .modal-body .image-caption p {
  margin-bottom: 0;
}
#product-modal .modal-content .modal-body .thumbnails {
  position: relative;
}
#product-modal .modal-content .modal-body .mask {
  position: relative;
  z-index: 1;
  max-height: 49.38rem;
  margin-top: 2.188rem;
  overflow: hidden;
}
#product-modal .modal-content .modal-body .mask.nomargin {
  margin-top: 0;
}
@media (min-width: 992px) {
  #product-modal .modal-content .modal-body .product-images {
    margin-left: 2.5rem;
  }
}
#product-modal .modal-content .modal-body .product-images img {
  width: 9.25rem;
  cursor: pointer;
  background: transparent;
}
#product-modal .modal-content .modal-body .product-images img:hover {
  border: #76AB00 3px solid;
}
#product-modal .modal-content .modal-body .arrows {
  position: absolute;
  top: 0;
  right: 1.875rem;
  z-index: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
#product-modal .modal-content .modal-body .arrows .arrow-up {
  position: absolute;
  top: -2rem;
  opacity: 0.2;
}
#product-modal .modal-content .modal-body .arrows .arrow-down {
  position: absolute;
  bottom: -2rem;
}
#product-modal .modal-content .modal-body .arrows i {
  display: inline;
  font-size: 6.25rem;
}

.product-images > li.thumb-container {
  display: inline;
}
.product-images > li.thumb-container .thumb {
  margin-bottom: 0.625rem;
  cursor: pointer;
}
.images-container .product-images > li.thumb-container .thumb {
  margin-right: 0.8125rem;
}
.product-images > li.thumb-container .thumb.selected, .product-images > li.thumb-container .thumb:hover {
  border: #76AB00 3px solid;
}

#main .images-container .js-qv-mask {
  overflow: hidden;
  white-space: nowrap;
}
#main .images-container .js-qv-mask.scroll {
  width: calc(100% - 60px);
  margin: 0 auto;
}

.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;
  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.85rem + 0.6451612903vw);
  }
}

.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: #f5f5f5;
  border: none;
}
.product-customization .product-message:focus {
  background-color: #fff;
  outline: 0.1875rem solid #76AB00;
}
.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: #787878;
  text-indent: 0.625rem;
  background: #f5f5f5;
}
.product-customization .custom-file button {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
.product-customization small {
  color: #787878;
}

.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: #76AB00;
  border-color: #76AB00;
}
.attribute-radio__text {
  display: block;
  min-width: 2.1875rem;
  padding: 5px 10px;
  font-size: 0.765625rem;
  font-weight: 700;
  text-align: center;
  border: 1px solid #dee2e6;
  border-radius: 0.4rem;
}

.breadcrumb-item {
  line-height: 1.2;
}
.breadcrumb-item a {
  display: flex;
  float: none;
  color: #202020;
  text-decoration: none;
  font-size: 16px;
}
.breadcrumb-item span svg {
  margin-top: -7px;
}
.breadcrumb-item.active {
  display: flex;
  float: none;
  color: #202020;
  text-decoration: none;
  font-size: 16px;
}
.breadcrumb-item .breadcrumb-item:before {
  color: #202020;
}

#product .breadcrumb {
  margin-top: 11px !important;
}
#product #content {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}
@media (min-width: 576px) {
  #product #content {
    max-width: 452px;
  }
}
#product .control-label {
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.5;
  font-size: 1rem;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  color: #212529;
}
#product .product-container .product-prices .product-price .price {
  bottom: 0;
}
#product .product-container .scroll-box-arrows {
  display: none;
}
#product .product-container .scroll-box-arrows.scroll {
  display: block;
}
#product .product-container .scroll-box-arrows i {
  position: absolute;
  bottom: 1.625rem;
  height: 100px;
  line-height: 100px;
  cursor: pointer;
}
#product .product-container .scroll-box-arrows .left {
  left: 0;
}
#product .product-container .scroll-box-arrows .right {
  right: 0;
}
#product .bootstrap-touchspin {
  padding-bottom: 0;
  color: #838383;
  font-size: 18px;
  border-radius: 0;
  border: 1px solid #EEEFF4;
  background-color: #FFF;
}
#product .bootstrap-touchspin input#quantity_wanted {
  width: 60px;
}
#product .bootstrap-touchspin .btn,
#product .bootstrap-touchspin input#quantity_wanted {
  color: #232323;
  font-size: 14px;
  font-weight: 400;
  background-color: transparent;
}
#product .swiper-pagination {
  display: none;
}
#product .js-product-actions-buttons > .row {
  max-width: 100%;
}

li.product-flags__flag.product-flags__flag--new {
  margin-bottom: 5px;
}

.product-flags__flag {
  background: var(--es-green);
  color: #fff;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  padding: 7px 8px;
  text-transform: initial;
  width: -moz-fit-content;
  width: fit-content;
}

.usp_info {
  background: url(/themes/trec/assets//img-dist/dcbd220408ec3ea1f55b6c5ae31dc6cf.png) left center no-repeat transparent;
  background-size: 40px;
  padding-left: 51px;
  height: 53px;
  margin: 0 10px;
  margin-bottom: 0px;
  max-width: calc(100% - 10px);
}
.usp_info .usp_bg {
  background-color: #76AB00;
  color: #fff;
  font-size: 12.5px;
  padding: 7px 5px;
  max-width: 292px;
  line-height: 16px;
  height: 53px;
  border-radius: 17px;
}
.usp_info span {
  padding-left: 12px;
}
@media (min-width: 768px) {
  .usp_info {
    background-size: 45px;
    margin: 0;
  }
}

.product-tabs .tab-img-master {
  display: block;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .product-tabs .tab-img-master {
    display: none;
  }
}
.product-tabs .tab-img-master img {
  width: 100%;
  height: auto;
}
.product-tabs .nav {
  border: none;
}
.product-tabs .nav-item {
  margin-right: 3px;
}
.product-tabs .nav-link {
  padding: 25px 35px 27px 36px;
  border: 1px solid #e0e0e0;
  background-color: #e0e0e0;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  color: #202020;
}
.product-tabs .nav-link.active {
  font-weight: 700;
  border-bottom-color: white;
  background-color: white;
  z-index: 10;
  position: relative;
}
@media (max-width: 767.98px) {
  .product-tabs .nav {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
  .product-tabs .nav::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }
  .product-tabs .nav::-webkit-scrollbar-thumb {
    background: #202020;
    border: 0px none #ffffff;
    border-radius: 50px;
  }
  .product-tabs .nav-item {
    white-space: nowrap;
  }
}
.product-tabs .tabs-body {
  border: 1px solid #e0e0e0;
  margin-top: -1px;
}
.product-tabs .tabs-body .tab-pane {
  padding: 22px 6px 7px;
  overflow: hidden;
}
.product-tabs .tabs-body .tab-pane .product-description {
  font-size: 14px;
  font-weight: 300;
  color: #202020;
  line-height: 24px;
  margin-bottom: 24px;
}
.product-tabs .tabs-body .tab-pane .product-description .tab-img-fleft {
  float: right;
  margin: 0;
  width: 0;
  height: 0;
}
@media (min-width: 768px) {
  .product-tabs .tabs-body .tab-pane .product-description .tab-img-fleft {
    margin-left: 20px;
    margin-bottom: 20px;
    width: 585px;
    height: auto;
  }
}
.product-tabs .tabs-body .tab-pane .product-description p {
  line-height: 24px;
  font-weight: inherit;
}
.product-tabs .tabs-body .tab-pane .product-description p strong {
  font-weight: 500;
}
.product-tabs .tabs-body .tab-pane .product-description h2 {
  font-size: 19px;
  font-weight: 400;
  line-height: normal;
  text-transform: initial;
}
@media (min-width: 576px) {
  .product-tabs .tabs-body .tab-pane {
    padding: 22px 37px 7px;
  }
  .product-tabs .tabs-body .tab-pane .product-description h2 {
    font-size: 23px;
  }
}

.price--lg {
  font-size: 26px;
  line-height: 33px;
  color: #202020;
}

@media (min-width: 576px) {
  .product-variants-item:first-child {
    padding-left: 0;
  }
  .product-variants-item:last-child {
    padding-right: 0;
  }
}
.product-add-to-cart .ml-2 {
  margin-left: 0 !important;
}

.product-add-to-cart .px-1 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.product-additional-info {
  padding-top: 20px;
}

input#quantity_wanted {
  background-color: #ffffff;
  height: 40px;
  font-size: 18px;
  float: left;
  padding: 0;
  margin: 0;
  width: 27px;
  text-align: center;
  border-right: 0;
  border-left: 0;
  font-weight: 700;
  border-radius: 0;
  color: #202020;
}

.p-3 {
  padding: 1rem !important;
}

.bootstrap-touchspin .btn:hover,
.bootstrap-touchspin .btn:focus {
  background: #fff;
}

.product_subtitle {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #363636;
}
.product_subtitle p {
  font-weight: 700;
}

.product_bullets {
  margin-top: 10px;
  /* margin-left: 10px;*/
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #202020;
}
.product_bullets ul li::before {
  padding-right: 8px;
  content: url("data:image/svg+xml,%3Csvg width='10' height='11' viewBox='0 0 10 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 0.455444C2.23865 0.455444 0 2.64171 0 5.33844C0 8.03516 2.23865 10.2214 5 10.2214C7.76135 10.2214 10 8.03516 10 5.33844C10 2.64171 7.76135 0.455444 5 0.455444ZM4.42308 7.21651L2.30769 5.15063L2.69231 4.58721L4.42308 5.71405L7.10712 3.46036L7.69231 4.02378L4.42308 7.21651Z' fill='%23787878'/%3E%3C/svg%3E%0A");
}

a.btn-category_link {
  background: #f9f9f9;
  padding: 5px 5px;
  color: #363636;
  font-size: 14px;
  text-transform: inherit;
  font-weight: 400;
  letter-spacing: 0;
  border: 1px solid #f9f9f9;
  border-radius: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 164px;
  margin: 5px;
}

.product_categories :hover {
  background: #ce0037;
  border: 1px solid #ce0037;
  color: white;
}

.linia_produktowa img:hover {
  outline: 2px solid #202020;
}

.linia_produktowa-block .img_holder {
  padding-right: 1.75rem;
  padding-left: 0.5rem;
}

#extendeddescription table {
  border: 1px solid #202020;
  margin: 0 auto;
  width: 100% !important;
}
#extendeddescription table p {
  margin: 0;
}
#extendeddescription table tr:nth-child(1) {
  border-bottom: 5px solid #202020;
}
#extendeddescription table tr td {
  padding: 11px 15px;
  font-size: 14px;
}
#extendeddescription table tr td:nth-child(1) {
  font-weight: 600;
  text-align: left;
}
#extendeddescription table tr td:nth-child(2) p,
#extendeddescription table tr td:nth-child(2) b {
  text-align: right;
}
#extendeddescription table tbody td {
  border: 0px;
  border-bottom: 1px solid #ececec;
}
#extendeddescription table tbody tr:last-child td {
  border-color: #202020;
}

.product-add-info .product-comments-additional-info {
  display: none !important;
}

.jak-opinie {
  text-decoration: underline;
  cursor: help;
  margin-left: 20px;
}

#product-comments-list-footer .comments-pagination .btn.btn-secondary {
  border: none;
  position: relative;
  background: transparent;
  font-weight: normal;
}
@media (min-width: 576px) {
  #product-comments-list-footer .comments-pagination .btn.btn-secondary {
    margin-right: 10px;
  }
}
#product-comments-list-footer .comments-pagination .btn.btn-secondary:hover, #product-comments-list-footer .comments-pagination .btn.btn-secondary:focus, #product-comments-list-footer .comments-pagination .btn.btn-secondary:active {
  border: none !important;
  background-color: transparent !important;
  color: #202020 !important;
}
#product-comments-list-footer .comments-pagination #prevPage::before {
  content: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_4871_19255)'%3E%3Cpath d='M19 6L10 15L1 6' stroke='%23202020' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4871_19255'%3E%3Crect width='20' height='20' fill='white' transform='matrix(1.19249e-08 -1 -1 -1.19249e-08 20 20)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  position: absolute;
  left: -10px;
  top: 6px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
#product-comments-list-footer .comments-pagination #nextPage:after {
  content: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_4871_19255)'%3E%3Cpath d='M19 6L10 15L1 6' stroke='%23202020' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4871_19255'%3E%3Crect width='20' height='20' fill='white' transform='matrix(1.19249e-08 -1 -1 -1.19249e-08 20 20)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  position: absolute;
  right: -10px;
  top: 6px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}

a.liczba-ocen {
  margin-left: -25px;
}

.grade-stars {
  vertical-align: middle;
}

.product-note {
  font-weight: 700;
  font-size: 90px;
  line-height: 1;
}

.product-scale {
  font-weight: 700;
  font-size: 30px;
}

.additional-links {
  position: relative;
}

.tooltip-content {
  display: none;
  position: absolute;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 10px;
  width: 300px;
  z-index: 1000;
  top: 100%;
  right: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  line-height: 1.5;
  border-radius: 5px;
}

.tooltip-content-bot {
  display: none;
  position: absolute;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 10px;
  width: 300px;
  z-index: 1000;
  top: 3%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  line-height: 1.5;
  border-radius: 5px;
}
@media (min-width: 576px) {
  .tooltip-content-bot {
    left: 18%;
  }
}

.jak-opinie:hover + .tooltip-content {
  display: block;
}

.jak-opinie-bot:hover + .tooltip-content-bot {
  display: block;
}

.jak-opinie:hover + .tooltip-content {
  display: block;
}

.tooltip-content .text-decoration-underline {
  text-decoration: underline;
}

.produkt-opinie-top {
  line-height: 30px;
  padding-left: 4px;
}
@media (max-width: 575.98px) {
  .produkt-opinie-top {
    padding: 0;
    font-size: 12px;
  }
  .produkt-opinie-top .grade-stars {
    min-width: 96px;
  }
  .produkt-opinie-top .grade-stars .star-content .star, .produkt-opinie-top .grade-stars .star-content .star-on {
    width: 16px;
    height: 16px;
    background-size: 16px;
  }
}

.imie-recenzja {
  font-size: 16px;
  margin-left: 3px;
  margin-bottom: 0.5rem;
}

.data-kom {
  color: #aeaeae;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  margin-left: 0;
}

p.komentarz-kom {
  font-size: 14px;
  line-height: 20px;
  margin-top: -20px;
  margin-bottom: 0px;
}

.b-product-reviews__verified {
  color: #aeaeae;
  margin-left: 10px;
  margin-top: -10px;
}

svg.me-2.ver-icon {
  margin-right: 8px;
}

.pack-label {
  font-weight: 700;
  font-size: 16px;
}

p.product-pack-price {
  border: 1px solid #aeaeae;
  background: linear-gradient(0deg, #f9f9f9, #f9f9f9), linear-gradient(0deg, #aeaeae, #aeaeae);
  font-size: 12px;
  color: #787878;
  padding: 10px 20px;
}
p.product-pack-price svg {
  margin-right: 0.5rem;
}

.only-wariant {
  font-size: 16px;
}

.tab-zestaw .product-miniature {
  background-color: #fff;
}
.tab-zestaw .product-slider__item .product-miniature {
  min-height: 0;
}
