.bg__light-grey {
  background: #f9f9f9;
}

:root {
  --bp-primary: #1f4dc7;
  --bp-red: #E21402;
  --bp-red-hover: #AC1002;
  --bp-black: #000;
}

.btn-primary {
  background: #ff3636;
  color: #fff;
  border: none;
  border-radius: 0;
  font-weight: 700;
  font-size: 16px;
  border: 1px solid #ff3636;
  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: #1f4dc7;
  background: #fff;
  border: none;
  border-radius: 5px;
  font-weight: 700;
  font-size: 16px;
  border: 1px solid #1f4dc7;
}
.btn-secondary:hover, .btn-secondary:focus {
  background: #1f4dc7;
  color: #fff;
  border: 1px solid #1f4dc7;
  box-shadow: none;
}
.btn-secondary:active {
  background-color: #1f4dc7 !important;
  color: #fff !important;
  border: 1px solid #1f4dc7 !important;
  box-shadow: none !important;
}

.btn-link {
  color: #fff;
  background: #1f4dc7;
  border: none;
  border-radius: 5px;
  font-weight: 700;
  font-size: 16px;
  border: 1px solid #1f4dc7;
}
.btn-link:hover, .btn-link:focus {
  background: #1f4dc7;
  color: #fff;
  border: 1px solid #1f4dc7;
  box-shadow: none;
}
.btn-link:active {
  background-color: #1f4dc7 !important;
  color: #fff !important;
  border: 1px solid #1f4dc7 !important;
  box-shadow: none !important;
}

.btn-primary.disabled,
.btn-primary:disabled,
.btn-secondary.disabled,
.btn-secondary:disabled,
.btn-link.disabled,
.btn-link: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,
.btn-link.disabled:hover,
.btn-link.disabled:focus,
.btn-link:disabled:hover,
.btn-link: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: #1f4dc7;
}

#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: #1f4dc7 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: #1f4dc7 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 #1f4dc7;
}
.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: #1f4dc7;
  border-color: #1f4dc7;
}
.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;
}

.product-pack-price {
  background: url("data:image/svg+xml,%3Csvg width='17' height='19' viewBox='0 0 17 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5562 2.5353C11.213 2.43439 12.2554 1.95688 12.8069 2.54096C13.5457 3.3234 12.2664 4.96372 11.8494 5.66631C13.365 6.53959 14.5184 7.8599 15.3257 9.40214C17.9363 14.3875 15.6771 17.6443 10.4012 18.3569C5.34411 19.0404 -1.93013 17.5459 0.473663 10.7715C1.1839 8.76965 2.52454 6.90614 4.3391 5.78293C3.94093 5.04168 2.94 3.78487 3.39379 2.90436C3.75991 2.19391 4.8438 2.46426 5.45661 2.59314C5.29351 -0.844991 10.559 -0.864167 10.5565 2.53499L10.5562 2.5353ZM9.44241 3.94143C9.92984 2.62709 9.79187 0.905355 8.04897 0.850656C6.18225 0.791871 6.09174 2.57617 6.57036 3.94174C5.79131 3.67108 5.01288 3.26555 4.1672 3.29699C4.22722 4.13161 5.0267 5.39973 5.66089 5.93697C6.74509 6.85552 9.23312 6.86464 10.35 5.99293C10.811 5.63299 12.1539 3.80342 12.1891 3.25612C12.206 2.99269 11.5477 3.18351 11.3899 3.22217C10.7164 3.38721 10.1061 3.75029 9.44304 3.94174L9.44241 3.94143ZM11.2287 6.36575C10.2658 7.3849 8.70232 7.56534 7.36262 7.45909C6.4654 7.38805 5.61123 7.02308 4.91074 6.47075C2.88154 7.6147 1.20998 10.2408 0.89163 12.5382C0.201823 17.5154 7.16212 18.0256 10.5668 17.4673C15.2183 16.7044 16.804 14.0072 14.4932 9.70707C13.7535 8.33049 12.6708 7.02685 11.2287 6.36544V6.36575Z' fill='%231A4CC7'/%3E%3Cpath d='M8.26631 12.8253C7.56173 12.5732 6.5784 12.3776 6.45427 11.4716C6.27577 10.1693 7.07965 9.65088 8.24086 9.45787L8.266 8.86719H8.85273L8.87786 9.45787C9.58967 9.59084 10.398 10.013 10.4888 10.7973L9.7072 10.968C9.48565 10.62 9.32821 10.2878 8.85241 10.2746V11.7989C9.62016 11.9815 10.5592 12.2148 10.7141 13.1321C10.9253 14.382 10.0714 15.2468 8.8521 15.2581C8.81816 15.43 8.94103 16.0107 8.75624 16.071L8.266 16.0795L8.24086 15.3131C7.376 15.2112 6.46464 14.708 6.22109 13.8146C6.18903 13.697 6.23806 13.7514 6.2962 13.7287C6.42127 13.68 7.08122 13.5043 7.14785 13.5631C7.25407 14.0682 7.73301 14.5087 8.26631 14.4961V12.825V12.8253ZM8.26631 10.2746C7.40491 10.1551 6.9926 11.2705 7.82414 11.6254C7.93414 11.6722 8.19874 11.7747 8.26631 11.6524V10.2746ZM8.85241 14.4961C10.0947 14.4508 10.1296 12.9378 8.85241 12.8545V14.4961Z' fill='%231A4CC7'/%3E%3C/svg%3E%0A") no-repeat 0.5rem center #EAF2FF;
  color: #204EC7;
  display: inline-block;
  font-size: 12px;
  margin-top: 0.5rem;
  padding: 10px 20px 10px 40px;
  font-weight: 400;
  font-size: 12px;
  border-radius: 7px;
}

.halfcon {
  width: 100%;
  margin-bottom: 10px;
}

.product-pack .product-variants {
  margin-bottom: 10px;
}
.product-pack .product-variants .pack-title {
  font-weight: 600;
  font-size: 15px;
  color: #6B7280;
  margin-bottom: 5px;
}
.product-pack .product-variants .product-variants-item {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 16px;
}
.product-pack .product-variants .product-variants-item p {
  margin: 0;
  padding: 0;
}
.product-pack .product-variants .product-variants-item p.pack-label {
  font-weight: 400;
}
.product-pack .product-variants .product-variants-item p span {
  font-weight: 400;
}
.product-pack .product-variants .product-variants-item p a {
  text-decoration: underline;
  cursor: pointer;
}

.bp-dropdown-wrapper {
  position: relative;
  width: 100%;
  margin-top: 5px;
  font-size: 14px;
  color: #333;
}

.bp-dropdown-header {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: all 0.2s;
  min-height: 50px;
}

.bp-dropdown-header:hover {
  border-color: #bbb;
}

.bp-header-content {
  display: flex;
  align-items: center;
  gap: 10px;
}

.bp-arrow {
  border: solid #666;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  margin-bottom: 2px;
  transition: transform 0.2s;
}

.bp-dropdown-wrapper.active .bp-arrow {
  transform: rotate(-135deg);
}

.bp-dropdown-list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-top: 5px;
  z-index: 100;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  max-height: 250px;
  overflow-y: auto;
}

.bp-dropdown-wrapper.active .bp-dropdown-list {
  display: block;
}

.bp-option {
  padding: 10px 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  border-bottom: 1px solid #f5f5f5;
  transition: background 0.1s;
}

.bp-option:last-child {
  border-bottom: none;
}

.bp-option:hover {
  background-color: #f9f9f9;
}

.bp-img-icon {
  width: 24px;
  height: 24px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 4px;
  flex-shrink: 0;
}

#product {
  background-color: #F6F8FB;
}
#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;
  line-height: 1.5;
  font-size: 14px;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  color: #6B7280;
  margin-bottom: 1px;
}
#product .product-container .product-name.h1 {
  font-weight: 400;
  color: #2F3640;
}
#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;
  background-color: #FFF;
}
#product .bootstrap-touchspin input#quantity_wanted {
  width: 46px;
}
#product .bootstrap-touchspin .btn {
  background-color: transparent;
  border: none;
  color: transparent;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
#product .bootstrap-touchspin .btn,
#product .bootstrap-touchspin input#quantity_wanted {
  color: #232323;
  font-size: 14px;
  font-weight: 400;
  background-color: transparent;
}
#product .bootstrap-touchspin input#quantity_wanted {
  border: 1px solid #EEEFF4;
}
#product .bootstrap-touchspin .bootstrap-touchspin-down {
  background-image: url(/themes/trec/assets//img-dist/284b848d2da0a424432fe8c21956ae59.svg);
}
#product .bootstrap-touchspin .bootstrap-touchspin-up {
  background-image: url(/themes/trec/assets//img-dist/57c4e0dd6436550ae4bc087e2ab37683.svg);
}
#product .swiper-pagination {
  display: none;
}
#product .js-product-actions-buttons > .row {
  max-width: 100%;
}
#product .product-quantity .mini-desc {
  display: none;
}
#product .product-quantity .mini-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#product .product-quantity .mini-actions .qty {
  margin-right: 10px;
}
#product .product-quantity .add {
  padding: 0;
}
#product .product-quantity .add .btn-primary {
  padding: 8px 5px;
}
@media (max-width: 991.98px) {
  #product.hide-navbar .product-quantity {
    bottom: 0;
  }
}
@media (min-width: 992px) {
  #product:not(.scrolled) .mini-actions .bootstrap-touchspin {
    margin-left: 0;
  }
}
#product .add-to-cart {
  background-color: #2757E7;
  border-color: #2757E7;
  width: 100%;
}
#product .add-to-cart:active {
  border-color: #2757E7 !important;
}
#product.scrolled .product-quantity {
  position: fixed;
  bottom: 0;
  z-index: 1000;
  background-color: #fff;
  margin: auto auto 0 !important;
  border-top: 1px solid #e9ecef;
  display: block;
  padding: 10px 5px 10px;
  width: 100%;
  left: 0;
  right: 0;
  line-height: 56px;
  min-height: 78px;
}
@media (min-width: 768px) {
  #product.scrolled .product-quantity .bar-block {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: auto 320px;
  }
  #product.scrolled .product-quantity .mini-desc {
    display: block;
  }
}
#product.scrolled:not(.hide-navbar) .product-quantity {
  bottom: 66px;
}
@media (min-width: 1200px) {
  #product.scrolled:not(.hide-navbar) .product-quantity {
    bottom: 0;
  }
}
#product #description ul,
#product #description ol,
#product #description dl {
  list-style: revert;
  margin-left: revert;
  padding-left: revert;
}
#product .category-brand-package {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 0.625rem 0;
  max-width: 100%;
  color: #787878;
}
#product .category-brand-package a {
  color: #ACACAC;
  text-decoration: underline;
}
@media (min-width: 576px) {
  #product .category-brand-package {
    justify-content: flex-start;
    gap: 20px;
  }
}

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

.product-flags__flag {
  background: var(--bp-primary);
  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;
}

.product-images_left {
  z-index: 2;
}

.product-flags__discount {
  background-color: #fe0000;
  color: #ffffff;
  display: flex;
  font-size: 11px;
  padding: 3px 8px;
  border-radius: 5px;
  font-weight: 900;
}

.usp_info .usp_bg {
  background-color: #EAF2FF;
  color: #204EC7;
  font-size: 12.5px;
  padding: 9px 17px;
  line-height: 16px;
  border-radius: 7px;
}
.usp_info span {
  padding-left: 12px;
}
@media (min-width: 768px) {
  .usp_info {
    background-size: 45px;
    margin: 0;
  }
}

.product-tabs .nav {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #fbfbfb;
  border: 1px solid #eaeaea;
  border-radius: 8px;
  padding: 6px;
  margin-bottom: 20px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.product-tabs .nav::-webkit-scrollbar {
  display: none;
}

.product-tabs .nav-item {
  margin-bottom: 0;
  white-space: nowrap;
  flex-shrink: 0;
}

.product-tabs .nav-link {
  border: none !important;
  background: transparent;
  color: #6B7280;
  padding: 10px 20px;
  font-weight: 500;
  font-size: 14px;
  border-radius: 6px;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  gap: 5px;
}

.product-tabs .nav-link:hover {
  color: #000;
  background-color: #f0f0f0;
}

.product-tabs .nav-link.active {
  background-color: #EAF2FF;
  color: #2F3640;
  font-weight: 600;
}

.product-tabs .nav__arrow {
  display: none;
}

.product-tabs .tab-content {
  padding: 10px 0;
  color: #414141;
  line-height: 1.6;
}

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

@media (min-width: 576px) {
  .product-variants-item:first-child {
    padding-left: 0;
  }
  .product-variants-item:last-child {
    padding-right: 0;
  }
}
.flavor-dropdown-container {
  position: relative;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 14px;
}

.flavor-selected-header {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 10px 15px;
  cursor: pointer;
  min-height: 46px;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.flavor-selected-header:hover {
  border-color: #aaa;
}

.flavor-selected-header.active {
  border-color: #2fb5d2;
  box-shadow: 0 0 0 1px #2fb5d2;
}

.flavor-arrow {
  margin-left: auto;
  font-size: 10px;
  color: #666;
  transition: transform 0.3s;
}

.flavor-selected-header.active .flavor-arrow {
  transform: rotate(180deg);
}

.flavor-options-list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  z-index: 100;
  margin-top: 6px;
  padding: 0;
  max-height: 300px;
  overflow-y: auto;
  list-style: none;
}

.flavor-options-list.show {
  display: block;
}

.flavor-option-item {
  border-bottom: 1px solid #f5f5f5;
  margin: 0;
}

.flavor-option-item:last-child {
  border-bottom: none;
}

.flavor-label {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  cursor: pointer;
  width: 100%;
  margin: 0;
  transition: background 0.2s;
}

.flavor-label:hover {
  background-color: #f9f9f9;
}

.input-flavor-radio {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.flavor-icon,
.flavor-icon-small {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  margin-right: 12px;
  flex-shrink: 0;
  border: 1px solid #eee;
}

.flavor-name,
.flavor-text {
  font-weight: 500;
  color: #333;
}

.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-title {
  color: #6B7280;
  font-weight: 400;
  font-size: 14px;
}
.linia_produktowa-block select {
  width: 100%;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: white;
}

.anchor-offset {
  display: block;
  padding-top: 50px !important;
  margin-top: -50px !important;
  opacity: 0;
  pointer-events: none;
  position: relative;
  z-index: -1;
  width: 100%;
}

.product-tabs .nav {
  position: relative;
  z-index: 100;
  background: #fff;
}

.product-description {
  position: relative;
  z-index: 1;
  pointer-events: auto;
}

#extendeddescription table {
  border: 1px solid #202020;
  margin: 0 auto !important;
  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;
  color: #6B7280;
}

#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;
}
.produkt-opinie-top .comments-note a {
  color: #6B7280;
}
@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;
}

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

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

#trec_expiry_date_list {
  margin-bottom: 15px;
  margin-top: 10px;
}
