.product-main__navi {
  width: 100px;
}
@media (max-width: 768px) {
  .product-main__navi {
    justify-content: flex-end;
  }
}
@media (max-width: 991.98px) {
  .product-main__navi {
    width: 100%;
    display: none;
  }
}
.product-main__navi .swiper-button-custom {
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  top: 0;
  flex-direction: row;
  padding: 0px;
  width: 60px;
  height: 20px;
  left: 50%;
  margin-left: -30px;
  background: #F2F2F2;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
}
@media (max-width: 991.98px) {
  .product-main__navi .swiper-button-custom {
    top: 50%;
    margin-top: -5px;
    left: 0;
    transform: rotate(-90deg);
    margin-left: -15px;
  }
}
.product-main__navi .swiper-button-custom span {
  display: none;
}
.product-main__navi .swiper-button-custom:before {
  content: "";
  display: block;
  width: 16px;
  height: 9px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='9' viewBox='0 0 16 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.59736 0.418009C8.22548 0.114694 7.67692 0.13636 7.33027 0.483005L0.635259 7.17802C0.265504 7.54777 0.265503 8.14727 0.635259 8.51702C1.00501 8.88678 1.6045 8.88678 1.97426 8.51702L7.99977 2.49151L14.0253 8.51702C14.395 8.88678 14.9945 8.88678 15.3643 8.51702C15.734 8.14726 15.734 7.54777 15.3643 7.17802L8.66927 0.483005C8.64616 0.459896 8.62216 0.43823 8.59736 0.418009Z' fill='%23232F3E'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.product-main__navi .swiper-button-custom.swiper-button-next {
  bottom: -20px;
  top: unset;
}
.product-main__navi .swiper-button-custom.swiper-button-next:before {
  transform: rotate(180deg);
}
@media (max-width: 991.98px) {
  .product-main__navi .swiper-button-custom.swiper-button-next {
    top: 50%;
    bottom: unset;
    left: unset;
    right: 0;
    margin-left: unset;
    margin-right: -15px;
  }
}
.product-main__navi .swiper-button-custom:hover {
  background: #171E26;
  box-shadow: unset;
}
.product-main__navi .swiper-button-custom:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='9' viewBox='0 0 16 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.59736 0.418009C8.22548 0.114694 7.67692 0.13636 7.33027 0.483005L0.635259 7.17802C0.265504 7.54777 0.265503 8.14727 0.635259 8.51702C1.00501 8.88678 1.6045 8.88678 1.97426 8.51702L7.99977 2.49151L14.0253 8.51702C14.395 8.88678 14.9945 8.88678 15.3643 8.51702C15.734 8.14726 15.734 7.54777 15.3643 7.17802L8.66927 0.483005C8.64616 0.459896 8.62216 0.43823 8.59736 0.418009Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
.product-main__navi .swiper-button-custom .material-icons {
  font-size: 32px;
}
@media (max-width: 768px) {
  .product-main__navi .swiper-button-custom .material-icons {
    font-size: 42px;
  }
}

.product-thumbs {
  margin-right: -5px;
  margin-left: -5px;
  display: flex;
  flex-direction: column;
  height: 650px;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .product-thumbs {
    height: auto;
  }
}
.product-thumbs__list {
  max-width: 100%;
}
.product-thumbs__navi {
  width: 100px;
}
@media (max-width: 768px) {
  .product-thumbs__navi {
    justify-content: flex-end;
  }
}
@media (max-width: 991.98px) {
  .product-thumbs__navi {
    width: 100%;
    display: none;
  }
}
.product-thumbs__navi .swiper-button-custom {
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  top: 0;
  flex-direction: row;
  padding: 0px;
  width: 60px;
  height: 20px;
  left: 50%;
  margin-left: -30px;
  background: #F2F2F2;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
}
@media (max-width: 991.98px) {
  .product-thumbs__navi .swiper-button-custom {
    top: 50%;
    margin-top: -5px;
    left: -40px;
    margin-left: unset;
    transform: rotate(-90deg);
  }
}
.product-thumbs__navi .swiper-button-custom span {
  display: none;
}
.product-thumbs__navi .swiper-button-custom:before {
  content: "";
  display: block;
  width: 16px;
  height: 9px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='9' viewBox='0 0 16 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.59736 0.418009C8.22548 0.114694 7.67692 0.13636 7.33027 0.483005L0.635259 7.17802C0.265504 7.54777 0.265503 8.14727 0.635259 8.51702C1.00501 8.88678 1.6045 8.88678 1.97426 8.51702L7.99977 2.49151L14.0253 8.51702C14.395 8.88678 14.9945 8.88678 15.3643 8.51702C15.734 8.14726 15.734 7.54777 15.3643 7.17802L8.66927 0.483005C8.64616 0.459896 8.62216 0.43823 8.59736 0.418009Z' fill='%23232F3E'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.product-thumbs__navi .swiper-button-custom.swiper-button-thumb-next {
  bottom: -20px;
  top: unset;
}
.product-thumbs__navi .swiper-button-custom.swiper-button-thumb-next:before {
  transform: rotate(180deg);
}
@media (max-width: 991.98px) {
  .product-thumbs__navi .swiper-button-custom.swiper-button-thumb-next {
    top: 50%;
    bottom: unset;
    left: unset;
    right: -40px;
    margin-left: unset;
  }
}
.product-thumbs__navi .swiper-button-custom:hover {
  background: #171E26;
  box-shadow: unset;
}
.product-thumbs__navi .swiper-button-custom:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='9' viewBox='0 0 16 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.59736 0.418009C8.22548 0.114694 7.67692 0.13636 7.33027 0.483005L0.635259 7.17802C0.265504 7.54777 0.265503 8.14727 0.635259 8.51702C1.00501 8.88678 1.6045 8.88678 1.97426 8.51702L7.99977 2.49151L14.0253 8.51702C14.395 8.88678 14.9945 8.88678 15.3643 8.51702C15.734 8.14726 15.734 7.54777 15.3643 7.17802L8.66927 0.483005C8.64616 0.459896 8.62216 0.43823 8.59736 0.418009Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
.product-thumbs__navi .swiper-button-custom .material-icons {
  font-size: 32px;
}
@media (max-width: 768px) {
  .product-thumbs__navi .swiper-button-custom .material-icons {
    font-size: 42px;
  }
}
.product-thumbs__elem {
  cursor: pointer;
  opacity: 1;
  transition: 0.3s ease opacity;
  border: 1px solid #C5C5C5;
  padding: 0;
  flex: none;
  width: 100%;
  max-width: 100%;
  height: 100px !important;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .product-thumbs__elem {
    height: unset !important;
  }
}
.product-thumbs__elem:focus, .product-thumbs__elem:hover {
  opacity: 1;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.product-thumbs__elem.swiper-slide-thumb-active {
  opacity: 1;
  border: 1px solid #C9160A;
}

.product-main-images {
  position: relative;
}
.product-main-images__modal-trigger-layer {
  position: absolute;
  right: 95px;
  bottom: 10px;
  z-index: 2;
  width: 40px;
  height: 40px;
  padding: 0;
  line-height: 1.6em;
  border: 0;
  border-radius: 50%;
  background: #E6E6E6;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
}
.product-main-images__modal-trigger-layer:before {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  background: url(/themes/kaliber/assets//img-dist/4717511490a09bd7629dfbc6be6e8ebe.svg) center center no-repeat;
}
.product-main-images__modal-trigger-layer:hover {
  background: #EEECEA;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
@media (max-width: 992px) {
  .product-main-images__modal-trigger-layer {
    font-size: calc(0.85rem + 0.6451612903vw);
  }
}

.related-products .featured-products__navigation .swiper-button-custom {
  background: none;
  width: 25px;
}
.related-products .featured-products__navigation .swiper-button-custom:hover {
  box-shadow: unset;
}

.product-tabs {
  border: 0;
}
.product-tabs .card-header {
  border-radius: unset;
  background: none;
  border: 0;
}
@media (max-width: 991.98px) {
  .product-tabs .card-header {
    padding: 0 10px;
  }
}
@media (max-width: 991.98px) {
  .product-tabs .card-body {
    padding-left: 0;
    padding-right: 0;
    margin-top: 10px;
    padding-bottom: 0;
  }
}
.product-tabs .card-header-tabs {
  border-bottom: 1px solid #C5C5C5;
}
.product-tabs .card-header-tabs .nav-link {
  border-radius: unset;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 24px;
  margin: 0 10px 0 0;
  background: #E6E6E6;
  color: #232F3E;
}
@media (max-width: 767.98px) {
  .product-tabs .card-header-tabs .nav-link {
    font-size: 18px;
  }
}
.product-tabs .card-header-tabs .nav-link.active {
  background: #000;
  color: #fff;
}

@media (max-width: 991.98px) {
  .is-right-side-2 {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 991.98px) {
  .is-right-side-2 .product-information {
    margin-bottom: 0 !important;
  }
}

.mail-container {
  width: 100%;
}
.mail-container .mail-body {
  flex: 1;
  margin-right: -30px;
}
.mail-container .mail-footer {
  min-width: 145px;
}

.product-container #product-availability {
  left: 50px;
  top: -36px;
  position: absolute;
  z-index: 9;
}
.product-container #product-availability .badge {
  background: #343A43 !important;
  color: #fff !important;
  padding: 5px 10px;
  border-radius: 20px;
  margin: 0;
  max-width: 240px;
  line-height: 110%;
  display: block;
  font-size: 14px;
  white-space: normal;
  text-align: center;
}
.product-container #product-availability .badge:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #343A43;
  position: absolute;
  bottom: -2px;
}
.product-container #product-availability .badge i {
  display: none;
}
.product-container .product-flags {
  position: relative !important;
}
@media (max-width: 991.98px) {
  .product-container .product-flags {
    flex-direction: row !important;
    flex-wrap: wrap;
  }
}
@media (max-width: 991.98px) {
  .product-container .product-flags__flag {
    margin: 0 10px 0 0;
  }
}
@media (max-width: 991.98px) {
  .product-container .product-description {
    padding-bottom: 10px;
  }
}
.product-container .product-info {
  position: relative;
}
.product-container .product-info .product-manufacturer-img {
  margin: 0 0 10px 0;
}
@media (min-width: 768px) {
  .product-container .product-info .product-manufacturer-img {
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
}
.product-container .product-info .product-manufacturer-img img {
  height: 32px;
  width: auto;
}
@media (max-width: 991.98px) {
  .product-container .qty {
    padding-right: 0;
    margin-bottom: 10px;
  }
}
@media (max-width: 991.98px) {
  .product-container .qty .bootstrap-touchspin {
    margin: 0;
  }
}
@media (max-width: 991.98px) {
  .product-container .add {
    padding-left: 0 !important;
  }
}
@media (max-width: 991.98px) {
  .product-container .add .btn {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
@media (max-width: 991.98px) {
  .product-container .add-offer .btn {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
.product-container .product-quantity {
  position: relative;
}
@media (max-width: 991.98px) {
  .product-container .product-quantity {
    flex-direction: row;
  }
}
@media (max-width: 991.98px) {
  .product-container .product-quantity .qty {
    max-width: 150px;
    margin-left: 0px !important;
    margin-right: 10px !important;
    margin-top: 10px !important;
    padding: 0 !important;
  }
}
@media (max-width: 991.98px) {
  .product-container .product-quantity .add {
    margin-top: 0 !important;
    padding: 0 !important;
    width: calc(100% - 160px) !important;
    max-width: unset !important;
    flex: unset !important;
  }
}
.product-container .product-quantity .add-to-cart {
  display: flex;
  justify-content: center;
  min-height: 23px;
  line-height: 23px;
}
.product-container .product-quantity .add-to-cart:disabled {
  opacity: 0.3;
}
.product-container .product-quantity .add-to-cart:before {
  content: "";
  width: 26px;
  height: 23px;
  display: block;
  margin: 0 10px 0 0;
  background: url(/themes/kaliber/assets//img-dist/420e65ec07208367fb4978cf8588f98e.svg) center center no-repeat;
}
.product-container .product-quantity .is-offer {
  display: flex;
  justify-content: center;
  min-height: 23px;
  line-height: 23px;
}
.product-container .product-quantity .is-offer:before {
  content: "";
  width: 19px;
  height: 23px;
  display: block;
  margin: 0 10px 0 0;
  background: url(/themes/kaliber/assets//img-dist/39c9a6a02a2f4c53ac64fbb8b314212e.svg) center center no-repeat;
}
.product-container .product-variants {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
.product-container .product-variants .product-variants-item .h6 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-transform: unset;
  font-family: 700;
}
.product-container .product-variants .product-variants-item .custom-select {
  border-radius: 0;
  border: 1px solid #CCCCCC;
}
.product-container .product-quantity-p {
  font-size: 13px;
  line-height: 12px;
}
.product-container .product-quantity-p:before {
  width: 16px;
  height: 12px;
  display: block;
  content: "";
  float: left;
  margin: 0 5px 0 0;
  background: url(/themes/kaliber/assets//img-dist/2a8edb4d0c18d10bf656256f392fc921.svg) center center no-repeat;
}
.product-container .product-price .price--regular {
  color: #232F3E;
}
.product-container .product-price .no-tax-p .price-no-tax {
  font-size: 15px;
  color: #232F3E;
}
.product-container .product-price .no-tax-p .price-no-tax strong {
  font-size: 20px;
  font-weight: 700;
  color: #232F3E;
}
.product-container .product-price .tax-p .price {
  color: #000;
  font-weight: 700;
  font-size: 16px;
}
.product-container .product-price .tax-p .price--regular {
  font-size: 15px;
  font-family: "Inter", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

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

.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: #C9160A;
  border-color: #C9160A;
}
.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: 20px;
}

#post-product-comment-modal .modal-dialog {
  max-width: 660px;
  top: 15%;
}
@media (max-width: 767.98px) {
  #post-product-comment-modal .modal-dialog {
    top: 5%;
  }
}
#post-product-comment-modal .modal-dialog img {
  max-width: 100%;
}

@media (max-width: 991.98px) {
  #product .ml-n1, #product .mx-n1 {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }
}
#product .star-content .star-on, #product .star-content .star-hover {
  background-image: url(/themes/kaliber/assets//img-dist/aa12c1f9b9e47d9a714ad2b7c81e08f5.svg);
}
#product #loyalty_product {
  border-radius: unset;
  padding: 25px;
}
#product #loyalty_product .loyalty-icon {
  width: 40px;
  height: 32px;
  display: block;
  background: url(/themes/kaliber/assets//img-dist/d92573c37ff5b717f82d53abfd17d818.svg) center center no-repeat;
  margin-right: 20px;
}
#product #loyalty_product .loyalty-text {
  padding-left: 20px;
  border-left: 1px solid #CCCCCC;
}
#product .product-information .price {
  font-size: 30px;
}
#product .product-information .price--regular {
  position: relative;
  text-decoration: unset;
  font-size: 24px;
  font-weight: 700;
}
#product .product-information .price--regular:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  top: 15px;
  border: 0.5px solid #2E2F2F;
  transform: rotate(-11.27deg);
}
#product .product-information .bootstrap-touchspin {
  margin-left: 5px;
}
@media (max-width: 991.98px) {
  #product .product-information .bootstrap-touchspin {
    margin-left: 0;
  }
}
#product .product-information .bootstrap-touchspin input, #product .product-information .bootstrap-touchspin button {
  height: 50px;
}
#product .product-information .add-to-cart {
  min-height: 50px;
  line-height: 23px;
  align-items: center;
  font-size: 16px;
}
#product .product-tabs .h2 {
  text-align: left;
  letter-spacing: 0.6px;
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 15px;
  position: relative;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 20px;
}
#product .product-tabs .h2:before {
  content: "";
  width: 80px;
  height: 3px;
  display: block;
  background: #C9160A;
  position: absolute;
  bottom: -1.5px;
}
#product h1 {
  text-align: left;
  letter-spacing: 0.6px;
  font-size: 36px;
  font-weight: 700;
  padding-bottom: 15px;
  position: relative;
}
#product h1:before {
  content: "";
  width: 40px;
  height: 3px;
  display: block;
  background: #C9160A;
  position: absolute;
  bottom: -1.5px;
}
#product .floating-flags {
  top: 10px;
  left: 10px;
}
#product .floating-flags .product-flags {
  z-index: 2;
}
#product .stock-info-container .stock-info {
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 7px;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.35;
  color: #fff;
  pointer-events: auto;
  background: #238054;
}
#product .stock-info-container .stock-info.stock-low {
  background: #DF941C;
}
#product .stock-info-container .stock-info.stock-out {
  background: #C9160A;
}
#product:not(.elementor-editor-active) .product-description {
  text-align: left;
  color: #232F3E;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
#product:not(.elementor-editor-active) .product-description p,
#product:not(.elementor-editor-active) .product-description span,
#product:not(.elementor-editor-active) .product-description strong,
#product:not(.elementor-editor-active) .product-description em,
#product:not(.elementor-editor-active) .product-description ul,
#product:not(.elementor-editor-active) .product-description li,
#product:not(.elementor-editor-active) .product-description div {
  all: unset !important;
  all: revert !important;
  color: inherit !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  text-align: inherit !important;
  line-height: inherit !important;
}
#product .featured-products.related {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
}
#product .featured-products.related .margin-top-0 {
  margin-top: 0 !important;
}
@media (min-width: 768px) {
  #product .description-container > .col-md-8 {
    flex: 0 0 57%;
    max-width: 57%;
  }
}
@media (min-width: 768px) {
  #product .js-product-container > .col-md-8 {
    flex: 0 0 57%;
    max-width: 57%;
  }
  #product .js-product-container > .col-md-4 {
    flex: 0 0 43%;
    max-width: 43%;
  }
}
@media (max-width: 991.98px) {
  #product .js-product-container .are-thumbs {
    order: 2;
  }
}
#product .product-variants .custom-radio-color {
  width: 60px;
  height: 60px;
  padding: 0;
  background-size: contain;
  display: flex;
}
#product .product-variants .custom-radio-color .custom-control-label {
  display: flex;
  width: 60px;
  height: 60px;
  padding: 0;
  cursor: pointer;
}
#product .product-variants .custom-radio-color .custom-control-label .custom-control-input-color {
  top: unset;
  left: unset;
  width: 60px;
  height: 60px;
  border-radius: unset;
  display: flex;
  border: 1px solid #CCCCCC;
  background-size: contain;
}
#product .is-size-table {
  display: flex;
  flex-direction: row;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  align-items: center;
  color: #232F3E;
  padding-top: 34px;
  padding-left: 10px;
}
@media (max-width: 767.98px) {
  #product .is-size-table {
    padding-top: 25px;
    padding-left: 0;
  }
}
#product .is-size-table:before {
  content: "";
  background: url(/themes/kaliber/assets//img-dist/24a53b460421ee73ebc0ba1718a00ba6.svg) center center no-repeat;
  width: 30px;
  height: 22px;
  margin: 0 10px 0 0;
}
