.product-item-amount.product-item-detail-info-container {
  display: none;
}

.product-item-detail-info-section {
  padding: 0 20px;
  display: none
}

@media (max-width: 992px) {
  .product-item-detail-info-section {
    padding: 0;
  }
}
.catalog-block-header {
  font-size: 16px;
  font-weight: bold;
  margin: 5px 0;
  padding: 5px 15px;
  border-bottom: 2px solid var(--primary-main);
  color: #000;
}
.product-item-detail-price-current {
  font-size: 2em;
  font-family: "Montserrat", 'open sans', Helvetica, sans-serif;
  color: #fff;
  line-height: 33px;
  font-weight: bold;
  white-space: nowrap;
  transition: font-size 200ms ease;
}

.product-item-detail-price-old {
  color: #BDBDBD;
  font-size: 14px;
  line-height: 17px;
  font-weight: bold;
  white-space: nowrap;
  text-decoration: line-through;
}

.product-item-scu-container {
  padding: 0 0 2px;
}

.product-item-scu-container-title {
  font-size: 12px;
  color: #333;
}

.product-item-scu-block {
}

.product-item-scu-list {
  margin: 0;
}

.product-item-scu-item-list {
  list-style: none;
  padding: 0;
  overflow: hidden;
  margin: 0 0 0 -2px;
}

.product-item-scu-item-color-container,
.product-item-scu-item-text-container {
  padding: 5px 3px;
  box-sizing: border-box;
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
}

.product-item-scu-item-text-container {
  min-width: 48px;
}

.product-item-scu-item-color-container {
  max-width: 60px;
  width: 25%;
}

.product-item-scu-item-color-block {
  position: relative;
  padding-top: 100%;
  cursor: pointer;
  outline: 1px solid #c0cfda;
}

.bx-no-touch .product-item-scu-item-color-block {
  transition: outline 200ms ease;
}

.bx-retina .product-item-scu-item-color-block {
  outline-width: .5px;
}

.product-item-scu-item-color-container.selected .product-item-scu-item-color-block {
  outline-width: 2px;
}

.bx-retina.product-item-scu-item.selected .product-item-scu-item-color-block {
  outline-width: 1px;
}

.product-item-scu-item-color {
  position: absolute;
  top: 2px;
  right: 2px;
  left: 2px;
  bottom: 2px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.product-item-scu-item-text-block {
  position: relative;
  cursor: pointer;
  outline: 1px solid #c0cfda;
  padding: 0 5px;
}

.bx-no-touch .product-item-scu-item-text-block {
  transition: outline 300ms ease;
}

.bx-retina .product-item-scu-item-text-block {
  outline-width: .5px;
}

.product-item-scu-item-text-container.selected .product-item-scu-item-text-block {
  outline-width: 2px;
}

.bx-retina.product-item-scu-item.selected .product-item-scu-item-text-block {
  outline-width: 1px;
}

.product-item-scu-item-text {
  vertical-align: middle;
  text-align: center;
  font-size: 11px;
  line-height: 18px;
  white-space: nowrap;
  text-transform: uppercase;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block,
.product-item-scu-item-text-container.notallowed.product-item-scu-item-text-block {
  position: relative;
  outline-color: #A9ADB4 !important;
  overflow: hidden;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:after,
.product-item-scu-item-text-container.notallowed.product-item-scu-item-text-block:after {
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  content: "";
  background: rgba(255, 255, 255, 0.75) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4gIDxwYXRoIGZpbGw9IiNBOUFEQjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjM5MjEyNjgsMTMuMjMyMzAyOSBMMjUuOTkyLDEuNDE4IEwyNC42LDAgTDEyLjk5OTk5NTYsMTEuODE0NDM2NCBMMS40LDAgTDAuMDA5LDEuNDE5IEwxMS42MDc4Njg3LDEzLjIzMjI5NzUgTDAuNDczLDI0LjU3MyBMMS44NjUsMjUuOTkxIEwxMi45OTk5OTkzLDE0LjY1MDE2NDUgTDI0LjEzNCwyNS45OSBMMjUuNTI2LDI0LjU3MiBMMTQuMzkyMTI2OCwxMy4yMzIzMDI5IFoiLz48L3N2Zz4=) no-repeat center;
  background-size: 80% 80%;
}

.product-item-selected-scu-container {
  word-spacing: 1px
}

.product-item-selected-scu {
  display: inline-block;
  outline: 1px solid #c0cfda;
  vertical-align: middle;
  text-align: center;
  font-size: 11px;
  line-height: 22px;
  height: 22px;
  min-width: 22px;
  white-space: nowrap;
  text-transform: uppercase;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 5px;
}

.bx-retina .product-item-selected-scu {
  outline-width: .5px;
}

.product-item-selected-scu-color {
  background-position: center;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

.product-item-amount {
  text-align: center;
  padding: 0 0 2px;
}

.product-item-amount-field-container {
}

.product-item-amount-field-btn-plus,
.product-item-amount-field-btn-minus {
  height: 22px;
  min-width: 22px;
  display: inline-block;
  vertical-align: middle;
  background-color: #f2f2f2;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  cursor: pointer;
  position: relative;
  transition: background 300ms ease, opacity 300ms ease;
}

.bx-retina .product-item-amount-field-btn-plus,
.bx-retina .product-item-amount-field-btn-minus {
  border-width: .5px;
}

.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-minus:hover {
  background: #d3d3d3;
}

.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-minus:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  opacity: .8;
  transition: opacity 300ms ease, background 300ms ease;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after {
  opacity: .3 !important;
  cursor: default;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover {
  background-color: #f2f2f2;
}

.product-item-amount-field-btn-minus:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  opacity: .8;
  transition: opacity 300ms ease;
}

.product-item-amount-field-btn-plus:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==) no-repeat center;
  background-size: 10px;
}

.product-item-amount-field-btn-minus:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center;
  background-size: 10px;
}

.product-item-amount-field-btn-plus:hover:after,
.product-item-amount-field-btn-minus:hover:after {
  opacity: 1;
}

.product-item-amount-field {
  max-width: 50px;
  width: auto;
  color: #000;
  font-weight: bold;
  display: inline-block;
  line-height: 22px;
  vertical-align: middle;
  height: 22px;
  padding: 0;
  font-size: 19px;
  text-align: center;
  background: transparent !important;
  border: 1px solid transparent;
  border-radius: 2px;
  transition: border 300ms ease;
}

.bx-retina .product-item-amount-field {
  border-width: .5px;
}

.product-item-amount-field:focus {
  outline: none !important;
}

.bx-no-touch input.product-item-amount-field::-webkit-outer-spin-button,
.bx-no-touch input.product-item-amount-field::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0
}

.product-item-amount-description-container {
  color: #a5a5a5;
  font-size: 12px;
  white-space: nowrap;
}

.product-item-amount-description-container strong {
  color: #333;
  white-space: nowrap;
}

.product-item-amount-label-container {
  font-weight: bold;
  color: #a5a5a5;
  font-size: 12px;
  margin: 5px 0;
}

.product-item-detail-info-container-title .product-item-quantity {
  color: #fff;
  font-size: 1em;
  font-weight: normal;
}


.product-item-detail-slider-block {
  position: relative;
  box-sizing: border-box;
  padding-top: 56.25%;
  height: 0;
}

.product-item-detail-slider-block.product-item-detail-slider-block-square {
  padding-top: 100%;
}

.product-item-detail-slider-images-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.product-item-detail-slider-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 250ms linear;
  -moz-transition: opacity 250ms linear;
  -ms-transition: opacity 250ms linear;
  -o-transition: opacity 250ms linear;
  transition: opacity 250ms linear;
}

.product-item-detail-slider-image.active {
  opacity: 1;
  z-index: 10;
}

.product-item-detail-slider-image img {
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  -webkit-transition: background-size 450ms ease, width 450ms ease, height 450ms ease, outline 450ms ease;
  -moz-transition: background-size 450ms ease, width 450ms ease, height 450ms ease, outline 450ms ease;
  -ms-transition: background-size 450ms ease, width 450ms ease, height 450ms ease, outline 450ms ease;
  -o-transition: background-size 450ms ease, width 450ms ease, height 450ms ease, outline 450ms ease;
  transition: background-size 450ms ease, width 450ms ease, height 450ms ease, outline 450ms ease;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  height: auto;
  width: auto;
  max-height: 100%;
  max-width: 100%;
  outline: 1px solid transparent;
}

.product-item-detail-slider-progress-bar {
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 180;
}

.product-item-detail-slider-controls-block {
  padding: 10px 0;
  text-align: center;
}

.bx-retina .product-item-detail-slider-controls-image {
  outline-width: .5px;
}

.bx-no-retina .product-item-detail-slider-controls-image.active {
  outline-width: 2px;
}

.bx-retina .product-item-detail-slider-controls-image.active {
  outline-width: 1px;
}


.product-item-detail-slider-left,
.product-item-detail-slider-right {
  display: block;
  position: absolute;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  opacity: .57;
  background: rgba(255, 255, 255, 0) url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2230%22%20viewBox%3D%220%200%2016%2030%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2050%202%2036%2016%2022%2015%2021%201%2035%200%2036%201%2037%2015%2051%22%20transform%3D%22translate(0%20-21)%22%2F%3E%3C%2Fsvg%3E') no-repeat center;
  z-index: 111;
  top: 0;
  bottom: 0;
  width: 25%;
}

.product-item-detail-slider-left {
  left: 0;
}

.product-item-detail-slider-right {
  right: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.product-item-detail-slider-left:hover,
.product-item-detail-slider-right:hover {
  opacity: .8;
  background-color: rgba(255, 255, 255, .4);
}

.product-item-detail-slider-close {
  display: none;
}

.product_item_detail_slider_container.magnified .product-item-detail-slider-image {
  z-index: 100;
}

.product_item_detail_slider_container.magnified .product-item-detail-slider-image img {
}

.product_item_detail_slider_container.magnified .product-item-detail-slider-left,
.product_item_detail_slider_container.magnified .product-item-detail-slider-right {
  z-index: 50;
}

.product_item_detail_slider_container.magnified .product-item-label-text,
.product_item_detail_slider_container.magnified .product-item-label-ring {
  opacity: 0;
}

@keyframes imgPopupShow {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@media (max-width: 767px) {
  .product-item-detail-slider-left,
  .product-item-detail-slider-right {
    max-width: 75px;
  }
}

.product-item-label-text,
.product-item-label-ring {
  position: absolute;
  z-index: 190;
  opacity: 1;
  transition: opacity 450ms ease;
}

.product-item-label-text span,
.product-item-label-ring {
  margin-bottom: 2px;
  color: #fff;
  display: inline-block;
  clear: both;
  background: #F42C2C;
  text-align: center;
  vertical-align: middle;
  transition: all 250ms ease;
}

.bx-red .product-item-label-text span,
.bx-red .product-item-label-ring {
  background-color: #fba90c;
}

.product-item-label-text > div,
.product-item-label-ring > div {
  line-height: 0;
}

.product-item-label-text span {
  padding: 2px 5px;
  font-weight: bold;
  vertical-align: middle;
}

.product-item-label-text.product-item-label-small span {
  line-height: 14px;
  font-size: 13px;
  padding: 2px 7px;
  margin-bottom: 1px;
  font-weight: normal;
}

.product-item-label-text.product-item-label-big span {
  line-height: 17px;
  font-size: 13px;
  padding: 4px 10px;
}

@media (max-width: 767px) {
  .product-item-label-text > div {
    line-height: 0;
  }

  .product-item-label-text.product-item-label-small span,
  .product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {
    line-height: 14px;
    font-size: 10px;
    padding: 2px 7px;
    margin-bottom: 1px;
  }

  .product-item-big-card .product-item-label-text.product-item-label-small span,
  .product-item-label-text.product-item-label-big span,
  .product-item-scalable-card.hover .product-item-label-text.product-item-label-big span {
    margin-bottom: 1px;
    line-height: 16px;
    font-size: 14px;
    padding: 3px 12px;
  }

  .product-item-big-card .product-item-label-text.product-item-label-big span {
    line-height: 25px;
    font-size: 20px;
    padding: 3px 12px;
  }
}

.product-item-label-ring {
  border-radius: 50%;
  font-weight: bold;
  box-sizing: border-box;
}

.product-item-label-ring.product-item-label-small {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}

.product-item-label-ring.product-item-label-big {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
}

@media (max-width: 767px) {

  .product-item-label-ring.product-item-label-small,
  .product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 13px;
  }

  .product-item-big-card .product-item-label-ring.product-item-label-small,
  .product-item-label-ring.product-item-label-big,
  .product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
  }

  .product-item-big-card .product-item-label-ring.product-item-label-big {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 24px;
  }
}

.product-item-label-top {
  top: -5px;
}

.product-item-label-center {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.product-item-label-center > div {
  text-align: center;
}

.product-item-label-left {
  left: -5px;
}

.product-item-label-left > div {
  text-align: left;
}

.product-item-label-bottom {
  bottom: -5px;
}

.product-item-label-middle {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.product-item-label-right {
  right: -5px;
}

.product-item-label-right > div {
  text-align: right;
}

.product-item-label-center.product-item-label-middle {
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.product-item-detail-tabs-container-fixed {
  position: fixed;
  top: -100px;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: #fff;
  box-shadow: 0 4px 14px 0 rgba(32, 54, 74, .23);
  -webkit-transition: top 350ms linear;
  -moz-transition: top 350ms linear;
  -ms-transition: top 350ms linear;
  -o-transition: top 350ms linear;
  transition: top 350ms linear;
}

.product-item-detail-tabs-container-fixed {
  min-height: 45px;
  background: #fff;
}

.product-item-detail-tabs-container-fixed.active {
  opacity: 1;
  top: 0;
}

.product-item-detail-tabs-container-fixed .product-item-detail-tabs-list {
  max-width: 1048px;
  margin: 0 auto;
}

.product-item-detail-tabs-container-fixed .product-item-detail-tab {
  min-height: 45px;
}

.product-item-detail-tabs-container-fixed .product-item-detail-tab-link {
  height: 45px;
  padding: 10px 25px;
  line-height: 25px;
}

.bx-touch .product-item-detail-tabs-container-fixed {
  display: none !important;
}

.product-item-detail-short-card-fixed {
  position: fixed;
  top: -85px;
  left: 0;
  right: 0;
  z-index: 1010;
  background-color: #fff;
  box-shadow: 0 4px 14px 0 rgba(32, 54, 74, .23);
  -webkit-transition: top 220ms linear;
  -moz-transition: top 220ms linear;
  -ms-transition: top 220ms linear;
  -o-transition: top 220ms linear;
  transition: top 220ms linear;
  height: 85px;
  box-sizing: border-box;
  padding: 7px 0 8px;
}

.product-item-detail-short-card-fixed.active {
  opacity: 1;
  top: 0;
}

.product-item-detail-short-card-fixed.active + .product-item-detail-tabs-container-fixed.active {
  top: 85px;
}

.bx-touch .product-item-detail-short-card-fixed {
  display: none !important;
}

.product-item-detail-short-card-fixed .product-item-detail-short-card-content-container {
  max-width: 1048px;
  margin: 0 auto;
}

.product-item-detail-short-card-content-container table {
  border-collapse: collapse;
  min-width: 100%;
}

.product-item-detail-short-card-image {
  vertical-align: middle;
  text-align: left;
  width: 80px;
  padding-right: 15px;
}

.product-item-detail-short-card-image img {
  height: 65px;
  max-width: none;
}

.product-item-detail-short-title-container {
  max-width: 650px
}

.product-item-detail-short-title-text {
  display: block;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #000;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.product-item-detail-short-card-price {
  text-align: right;
  vertical-align: middle;
  padding: 0 10px;
}

.product-item-detail-short-card-btn {
  padding-left: 10px;
  min-width: 120px;
}

.product-item-detail-tab-content {
  display: none;
}

.product-item-detail-tab-content.active {
  display: block;
}

.product-item-detail-tab-content h3 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

/*lazarovStudio*/
.pdf_file {
  width: 100%;
  height: 100%;
}

.product-item-detail-properties {
  color: #999999;
  font-size: 14px;
  margin: 0;
  display: block;
  overflow: hidden;
  max-width: 980px;
  min-width: 300px;

  .product_tab_properties {
    display: table;
    width: 100%;
    height: max-content;
    border-bottom: 1px solid #333;
    padding: 10px 0;

    > dd {
      > a {
        margin-bottom: 10px;
      }
    }
  }
}

/*BNT ADD REVIEW*/
a.bx_medium.bx_bt_button {
  padding: 30px !important;
  line-height: 1 !important;
  font-size: 20px !important;
  height: max-content !important;
  background: #1E1E1E !important;
  text-shadow: unset !important;

  &:hover {
    background: #F5D392 !important;
    color: #424242 !important;
  }
}

div.blog-comment-buttons input {
  font-size: 17px !important;
  padding: 0 3px !important;
  color: #167df0;
  font-weight: bold;
}

/*END_ BNT ADD REVIEW*/

/*CEO_BANNER_FORM*/
.catalog-section__banner {
  margin: 10px auto !important;
  width: 100% !important;
  max-width: 100% !important;

  .catalog-section__banner-wrap {
    justify-content: space-between;
    align-items: center;

    .catalog-section__banner-info {
      padding: unset !important;
      max-width: 100% !important;

      > h3 {
        margin-bottom: 30px;
      }

      .catalog-section__banner-advantages {
        display: flex;
        flex-direction: row-reverse;
        gap: clamp(30px, 10vw, 190px);
        @media screen and (width <= 900px) {
          flex-direction: column;
        }
      }
    }
  }
}

/*END_CEO_BANNER_FORM*/
/*END_lazarovStudio*/
.product-item-detail-properties.product {
  color: #333;
  line-height: 1.5em;
}

.product-item-detail-properties.product .namename {
  font-size: 2em;
  line-height: 1.5em;
  font-weight: bold;
}

.product-item-detail-properties.product .namecolors {
  font-size: 1em;
  font-weight: bold;
  display: inline-block;
}

.product-item-detail-properties.product .namecode {
  font-size: 1em;
  display: inline-block;
  font-weight: bold;
}

.product-item-detail-properties.product .nameprefix a {
  font-family: 'Inter', sans-serif;
  color: #333;
  border-bottom: 1px dashed;
}

.nobreak {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  display: inline-block;
}

.product-item-detail-properties dl {
  clear: both;
}

.product-item-detail-properties dt {
  clear: both;
  float: left;
  font-weight: normal;
}

.product-item-detail-properties dd {
  margin-bottom: 3px;
  float: right;
  text-align: right;
  margin-left: 5px;
  color: #000;
}

.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input[type='number'] {
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}


@media (max-width: 991px) {

  .product-item-detail-slider-left,
  .product-item-detail-slider-right {
    display: block;
    position: absolute;
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    opacity: .57;
    background: rgba(255, 255, 255, 0) url("data:image/svg+xml,%3Csvg width='10' height='18' viewBox='0 0 10 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 1L1.70711 8.29289C1.31658 8.68342 1.31658 9.31658 1.70711 9.70711L9 17' stroke='%23353535' stroke-width='2' stroke-linecap='round' stroke-linejoin='bevel'/%3E%3C/svg%3E%0A") no-repeat center;
    z-index: 111;
    top: 0;
    bottom: 0;
    width: 15%;
  }

  .product-item-detail-slider-block.product-item-detail-slider-block-square {
    padding-top: 95%;
  }

  .product-item-detail-slider-controls-block {
    padding: 10px 0 0;
  }

  #imagine .product_item_detail_slider_container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

@media (max-width: 800px) {
  .product-item-detail-slider-block.product-item-detail-slider-block-square {
    padding-top: 105%;
  }
}


/*LazarovStudio*/
.container-fluid {
  padding: 0 !important;
}

.product_detail_content_header {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  @media screen and (max-width: 768px) {
    flex-direction: column;
  }

  .block_product_rigth {
    padding: 0;

    .poduct_title_h1 {
      margin-bottom: 18px;
      font-weight: 600;
      font-size: clamp(20px, 3vw, 25px);
      line-height: 130%;
      letter-spacing: 0;
      text-transform: uppercase;
      color: #333;
    }

    .product_provider_rf {
      background: #1E1E1E;
      font-weight: 400;
      font-style: Italic;
      font-size: clamp(15px, 3vw, 18px);
      line-height: 21.96px;
      letter-spacing: 0;
      text-align: left;
      vertical-align: middle;
      color: #F2D590;
      padding: 1px 12px;
      width: 100%;
      max-width: max-content;
      border-radius: 4px;
      margin-bottom: 12px;
    }

    .product_garanti {
      display: flex;
      gap: 10px;
      align-items: center;
      font-weight: 400;
      font-size: 16px;
      line-height: 100%;
      letter-spacing: 0;
      color: #333;
      width: 100%;
      max-width: max-content;
      text-wrap-style: balance;
      margin-bottom: 12px;

      &: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%3Crect width='20' height='20' rx='3' fill='%2340904E'/%3E%3Crect x='0.5' y='0.5' width='19' height='19' rx='2.5' stroke='white' stroke-opacity='0.2'/%3E%3Cpath d='M14.7071 7.64349L9.43167 12.7181C9.04102 13.094 8.40732 13.094 8.0163 12.7181L5.2931 10.0982C4.9023 9.7223 4.9023 9.11261 5.2931 8.73666C5.68397 8.36064 6.31762 8.36064 6.70832 8.73652L8.7242 10.6758L13.2916 6.28191C13.6825 5.90589 14.3162 5.90617 14.7069 6.28191C15.0977 6.65786 15.0977 7.26733 14.7071 7.64349Z' fill='white'/%3E%3C/svg%3E");
        width: 20px;
        height: 20px;
        display: block;
      }
    }

    .product_brand {
      margin: 12px 0 6px 0;

      .brandblock-block {
        display: block !important;
        background-position: left !important;
      }
    }

    .product_model_prefix {
      font-family: "Montserrat";
      display: flex;
      align-items: center;
      gap: 10px;
      color: #333;
      font-weight: 700;
      font-size: 28px;
      line-height: 42px;
      letter-spacing: -0.8px;
      vertical-align: middle;
    }

    .product_properties {
      display: flex;
      align-items: center;
      gap: 5px;

      .nobreak {
        font-family: "Montserrat";
        font-weight: 500;
        font-size: 16px;
        line-height: 21px;
        letter-spacing: -0.8px;
        vertical-align: middle;
      }

      .name {
        font-family: "Montserrat";
        color: #333;
        font-weight: 700;
        font-size: 14px;
        line-height: 21px;
        letter-spacing: -0.8px;
        vertical-align: middle;
      }
    }

    .product_tab_har {
      font-family: "Montserrat";
      font-weight: 500;
      font-style: Italic;
      font-size: 16px;
      line-height: 21px;
      letter-spacing: -0.8px;
      vertical-align: middle;
      color: #d9d9d9;
      margin-top: 10px;
    }

    .properties_price_btns {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));

      .product-item-detail-properties.product {
        margin-bottom: 15px;
      }

      .product_price_btns {
        display: flex;
        flex-direction: column;
        /*price*/
        .product-item-detail-info-container {
          margin-bottom: 17px;

          .product-item-detail-price-current {
            font-weight: 500;
            font-size: clamp(20px, 3vw, 32px);
            line-height: 100%;
            letter-spacing: 0;
            vertical-align: middle;
            color: #424242;
            margin-bottom: 5px;
          }

          .product_price_otp {
            font-weight: 500;
            font-style: Italic;
            font-size: 16px;
            line-height: 100%;
            letter-spacing: 0;
            vertical-align: middle;
            color: #d9d9d9;
          }
        }

        /*btns*/
        .product_btns {
          .btns__pay__fast_pay {
            display: flex;
            flex-direction: column;

            .product_btns__pay {
              display: flex;
              gap: 10px;
              flex-flow: row wrap;

              .product-item-detail-buy-button {
                padding: 14px 57px;
                background: #F5D392;
                max-width: 200px;

                > span {
                  font-family: Montserrat;
                  font-weight: 500;
                  font-size: 16px;
                  line-height: 100%;
                  letter-spacing: 0;
                  vertical-align: middle;
                  color: #424242;
                }
              }

              .product_btn_fast_pay {
                padding: 15px 35px;
                font-weight: 500;
                font-size: 16px;
                line-height: 100%;
                letter-spacing: 0;
                vertical-align: middle;
                color: #424242;
                background: #d9d9d9;
                border: unset;
                width: 100%;
                max-width: 200px;
              }
            }

            button.b24-web-form-popup-btn-4 {
              width: 100%;
              background: unset;
              border: unset;
              font-weight: 500;
              font-size: 16px;
              line-height: 100%;
              letter-spacing: 0;
              vertical-align: middle;
              text-decoration: underline;
              text-decoration-style: solid;
              text-decoration-offset: 0%;
              text-decoration-thickness: 0;
              text-decoration-skip-ink: auto;
              text-align: left;
              padding: 0;
              margin-top: 17px;
              color: #424242;
            }
          }

          .product_delivery_blocks {
            display: flex;
            gap: 20px;
            flex-flow: row wrap;
            margin-top: clamp(24px, 3vw, 47px);

            .delivery_pickup, .delivery_ourier {
              font-weight: 500;
              font-size: 16px;
              line-height: 21px;
              letter-spacing: -0.8px;
              vertical-align: middle;
              color: #333;
              display: flex;
              gap: 5px;
              align-items: flex-start;
              margin: 0;
              width: 202px;
              font-family: Montserrat;

              &:before {
                content: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.3333 5.50008H3.66667V3.66675H18.3333V5.50008ZM11.9167 14.2084C11.9167 15.2534 12.3108 16.3717 12.8333 17.4167V18.3334H3.66667V12.8334H2.75V11.0001L3.66667 6.41675H18.3333L18.975 9.62508C18.3333 9.33175 17.6733 9.16675 16.9583 9.16675C14.2083 9.16675 11.9167 11.4584 11.9167 14.2084ZM11 12.8334H5.5V16.5001H11V12.8334ZM20.1667 14.2084C20.1667 16.5917 16.9583 20.1667 16.9583 20.1667C16.9583 20.1667 13.75 16.5917 13.75 14.2084C13.75 12.4667 15.2167 11.0001 16.9583 11.0001C18.7 11.0001 20.1667 12.4667 20.1667 14.2084ZM18.0583 14.3001C18.0583 13.7501 17.5083 13.2001 16.9583 13.2001C16.4083 13.2001 15.8583 13.6584 15.8583 14.3001C15.8583 14.8501 16.3167 15.4001 16.9583 15.4001C17.6 15.4001 18.15 14.8501 18.0583 14.3001Z' fill='%23333333'/%3E%3C/svg%3E");
                width: 22px;
                height: 22px;
              }
            }

            .delivery_ourier {
              &:before {
                content: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.8008 10.285L15.5841 6.89333V4.58333C15.6066 4.12036 15.4445 3.66738 15.1335 3.32371C14.8225 2.98004 14.3879 2.77372 13.925 2.75H3.47497C3.01532 2.77838 2.58537 2.98671 2.27824 3.32987C1.97112 3.67302 1.81156 4.12337 1.83414 4.58333V13.75C1.82563 14.114 1.92571 14.4723 2.12161 14.7792C2.31752 15.0862 2.60038 15.3278 2.93414 15.4733C2.76532 15.8863 2.69953 16.3342 2.74243 16.7783C2.78534 17.2224 2.93566 17.6494 3.18042 18.0225C3.42518 18.3955 3.75704 18.7034 4.14735 18.9195C4.53766 19.1357 4.9747 19.2537 5.42077 19.2632C5.86684 19.2728 6.30854 19.1737 6.70775 18.9744C7.10696 18.7752 7.4517 18.4818 7.71222 18.1196C7.97273 17.7573 8.14121 17.3372 8.2031 16.8953C8.26499 16.4535 8.21844 16.0032 8.06747 15.5833H13.8975C13.7467 15.9987 13.6983 16.4443 13.7562 16.8823C13.8142 17.3204 13.9769 17.7381 14.2305 18.0999C14.4841 18.4618 14.8212 18.7572 15.2132 18.9611C15.6052 19.1651 16.0406 19.2716 16.4825 19.2716C16.9244 19.2716 17.3597 19.1651 17.7517 18.9611C18.1437 18.7572 18.4808 18.4618 18.7344 18.0999C18.988 17.7381 19.1507 17.3204 19.2087 16.8823C19.2667 16.4443 19.2182 15.9987 19.0675 15.5833H19.2508C19.4939 15.5833 19.7271 15.4868 19.899 15.3148C20.0709 15.1429 20.1675 14.9098 20.1675 14.6667V11C20.1647 10.8608 20.1302 10.7241 20.0667 10.6002C20.0031 10.4763 19.9122 10.3685 19.8008 10.285ZM18.3341 11.44V13.75H15.5841V9.24L18.3341 11.44ZM6.41747 16.5C6.41747 16.6813 6.36371 16.8585 6.26298 17.0093C6.16226 17.16 6.0191 17.2775 5.8516 17.3469C5.6841 17.4163 5.49979 17.4344 5.32197 17.3991C5.14416 17.3637 4.98082 17.2764 4.85262 17.1482C4.72443 17.02 4.63712 16.8566 4.60175 16.6788C4.56638 16.501 4.58453 16.3167 4.65392 16.1492C4.7233 15.9817 4.84079 15.8385 4.99153 15.7378C5.14228 15.6371 5.3195 15.5833 5.5008 15.5833C5.74392 15.5833 5.97708 15.6799 6.14899 15.8518C6.32089 16.0237 6.41747 16.2569 6.41747 16.5ZM17.4175 16.5C17.4175 16.6813 17.3637 16.8585 17.263 17.0093C17.1623 17.16 17.0191 17.2775 16.8516 17.3469C16.6841 17.4163 16.4998 17.4344 16.322 17.3991C16.1442 17.3637 15.9808 17.2764 15.8526 17.1482C15.7244 17.02 15.6371 16.8566 15.6018 16.6788C15.5664 16.501 15.5845 16.3167 15.6539 16.1492C15.7233 15.9817 15.8408 15.8385 15.9915 15.7378C16.1423 15.6371 16.3195 15.5833 16.5008 15.5833C16.7439 15.5833 16.9771 15.6799 17.149 15.8518C17.3209 16.0237 17.4175 16.2569 17.4175 16.5Z' fill='%231E1E1E'/%3E%3C/svg%3E");
                width: 22px;
                height: 22px;
              }
            }
          }
        }
      }
    }

    .catalog-top {
      > h5 {
        font-weight: 700;
        font-size: 16px;
        line-height: 21px;
        letter-spacing: -0.8px;
        vertical-align: middle;
        color: #333;
        margin-bottom: 23px;
        border: unset;
      }
    }
  }

}

.tabs__block_v2 {
  .product-item-detail-tabs-container {
    background: #1E1E1E;
    min-height: 55px;
    max-height: 55px;
    height: 55px;
    border: unset;

    .product-item-detail-tabs-list {
      height: inherit;

      li.product-item-detail-tab {
        height: inherit;
        min-height: inherit;

        > a {
          height: inherit;
          min-height: inherit;
          font-weight: 500;
          font-size: 16px;
          line-height: 100%;
          letter-spacing: 0;
          padding: 17px 56px;
          vertical-align: middle;
          color: #F5D392;
        }
      }

      li.product-item-detail-tab.active {
        height: inherit;
        min-height: inherit;
        background: #F5D392;

        > a {
          height: inherit;
          min-height: inherit;
          font-weight: 500;
          font-size: 16px;
          line-height: 100%;
          letter-spacing: 0;
          vertical-align: middle;
          color: #424242;
          padding: 17px 56px;
          text-decoration: none;

          &:after {
            content: unset;
          }
        }
      }
    }
  }

  .product-item-detail-tab-content[data-value=description] {
    padding: 20px 0;

    > p {
      font-weight: 400;
      font-size: 16px;
      line-height: 27px;
      letter-spacing: 0;
      vertical-align: middle;
      color: #333;
      font-family: "Montserrat";
      margin: 0;
    }
  }

  .product-item-detail-tab-content[data-value=properties] {
    padding: 20px 0;
  }
}

/* Slider */
.row.row-video {
  display: flex;

  .img_mini {
    width: 100%;
    max-width: 250px;
    @media screen and (max-width: 768px) {
      display: none;
    }
  }

  .img_big {
    width: 100%;
    max-width: 62%;
    height: 800px;
    @media screen and (max-width: 768px) {
      height: auto;
    }
  }
}

.product_item_detail_slider_container {
  position: relative;
  width: 100%;
  max-width: 910px;
  background: transparent;
  transition: background 800ms ease;
}

.product-item-detail-slider-block {
  position: relative;
  box-sizing: border-box;
  padding-top: 56.25%;
  height: inherit;
}

.product-item-detail-slider-images-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.product-item-detail-slider-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  opacity: 0;
  transition: opacity 250ms linear;
}

.product-item-detail-slider-image.active {
  z-index: 10;
  opacity: 1;
}

.product-item-detail-slider-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  outline: 1px solid transparent;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-size 450ms ease, width 450ms ease, height 450ms ease, outline 450ms ease;
  transform: translateY(-50%) translateX(-50%);
}

.product-item-detail-slider-progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 180;
  height: 3px;
}

/*Slider Controls*/
.thumbnails-container {
  position: relative;
  overflow-y: auto !important;
  scrollbar-width: none;
  -ms-overflow-style: none;
  margin-bottom: 0;
  padding: 0;
  height: 720px;
  width: 240px;

  .thumbnails {
    display: flex !important;
    flex-direction: column !important;
    gap: 21.67px;
    padding: 10px;
  }
}

.thumbnails-container::-webkit-scrollbar {
  display: none;
}

.thumbnails-scroll-prev,
.thumbnails-scroll-next {
  position: relative;
  left: auto;
  width: 240px;
  height: 43px;
  background: #ECECEC;
  border: none;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.7;
  transition: opacity 0.3s;
}

.thumbnails-scroll-prev:hover,
.thumbnails-scroll-next:hover {
  opacity: 1;
}

.thumbnails-scroll-prev {
  top: 0;
}

.thumbnails-scroll-next {
  bottom: 0;
}

.thumbnails-scroll-prev::after,
.thumbnails-scroll-next::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-left: 2px solid #000;
  border-top: 2px solid #000;
}

.thumbnails-scroll-prev::after {
  transform: rotate(45deg);
  margin-top: 5px;
}

.thumbnails-scroll-next::after {
  transform: rotate(225deg);
  margin-bottom: 5px;
}

.product-item-detail-slider-controls-main {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 20;
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
  pointer-events: none;
}

.product-item-detail-slider-arrow-left,
.product-item-detail-slider-arrow-right {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  cursor: pointer;
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
}

.product-item-detail-slider-arrow-left:hover,
.product-item-detail-slider-arrow-right:hover {
  background: rgba(255, 255, 255, 1);
}

.product-item-detail-slider-arrow-left::after,
.product-item-detail-slider-arrow-right::after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border-left: 2px solid #000;
  border-top: 2px solid #000;
}

.product-item-detail-slider-arrow-left::after {
  transform: rotate(-45deg);
  margin-left: 5px;
}

.product-item-detail-slider-arrow-right::after {
  transform: rotate(135deg);
  margin-right: 5px;
}

.product-item-detail-slider-controls-block {
  padding: 10px 0;
  text-align: center;
}

.product-item-detail-slider-controls-image {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 220px;
  height: 220px;
  outline: 1px solid #c0cfda;
  background-color: #fff;
  text-align: center;
  cursor: pointer;

  > img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 238px;
    max-height: 238px;
    padding: 10px;
    width: auto;
    height: auto;
    transform: translateY(-50%) translateX(-50%);
  }
}

.bx-retina .product-item-detail-slider-controls-image {
  outline-width: .5px;
}

.bx-no-retina .product-item-detail-slider-controls-image.active {
  outline-width: 2px;
}

.bx-retina .product-item-detail-slider-controls-image.active {
  outline-width: 1px;
}


.product-item-detail-slider-left,
.product-item-detail-slider-right {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 111;
  display: block;
  width: 25%;
  background: rgba(255, 255, 255, 0) url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2230%22%20viewBox%3D%220%200%2016%2030%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2050%202%2036%2016%2022%2015%2021%201%2035%200%2036%201%2037%2015%2051%22%20transform%3D%22translate(0%20-21)%22%2F%3E%3C%2Fsvg%3E') no-repeat center;
  opacity: .57;
  cursor: pointer;
  transition: all 300ms ease;
}

.product-item-detail-slider-left {
  left: 0;
}

.product-item-detail-slider-right {
  right: 0;
  transform: rotate(180deg);
}

.product-item-detail-slider-left:hover,
.product-item-detail-slider-right:hover {
  background-color: rgba(255, 255, 255, .4);
  opacity: .8;
}

.product-item-detail-slider-close {
  display: none;
}


/*magnified*/
.product_item_detail_slider_container.magnified .product-item-detail-slider-image {
  z-index: 100;
}

.product_item_detail_slider_container.magnified .product-item-detail-slider-image img {
  outline-color: #ddd;
}

.product_item_detail_slider_container.magnified .product-item-detail-slider-left,
.product_item_detail_slider_container.magnified .product-item-detail-slider-right {
  z-index: 50;
}

.product_item_detail_slider_container.magnified .product-item-label-text,
.product_item_detail_slider_container.magnified .product-item-label-ring {
  opacity: 0;
}

.product-item-detail-slider-video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  background: #ECECEC;
  border-radius: 99999px;

  &:after {
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    background: url('data:image/svg+xml;charset=UTF-8,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"%3e%3cpath d="M8 5v14l11-7z"/%3e%3c/svg%3e') no-repeat center;
    background-size: contain;
  }
}

.product-item-detail-slider-pdf-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  width: 60px;
  height: 60px;
  background: url("data:image/svg+xml,%3Csvg width='62' height='62' viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23ff402f;%7D%3C/style%3E%3C/defs%3E%3Ctitle/%3E%3Cg id='xxx-word'%3E%3Cpath class='cls-1' d='M325,105H250a5,5,0,0,1-5-5V25a5,5,0,0,1,10,0V95h70a5,5,0,0,1,0,10Z'/%3E%3Cpath class='cls-1' d='M325,154.83a5,5,0,0,1-5-5V102.07L247.93,30H100A20,20,0,0,0,80,50v98.17a5,5,0,0,1-10,0V50a30,30,0,0,1,30-30H250a5,5,0,0,1,3.54,1.46l75,75A5,5,0,0,1,330,100v49.83A5,5,0,0,1,325,154.83Z'/%3E%3Cpath class='cls-1' d='M300,380H100a30,30,0,0,1-30-30V275a5,5,0,0,1,10,0v75a20,20,0,0,0,20,20H300a20,20,0,0,0,20-20V275a5,5,0,0,1,10,0v75A30,30,0,0,1,300,380Z'/%3E%3Cpath class='cls-1' d='M275,280H125a5,5,0,0,1,0-10H275a5,5,0,0,1,0,10Z'/%3E%3Cpath class='cls-1' d='M200,330H125a5,5,0,0,1,0-10h75a5,5,0,0,1,0,10Z'/%3E%3Cpath class='cls-1' d='M325,280H75a30,30,0,0,1-30-30V173.17a30,30,0,0,1,30-30h.2l250,1.66a30.09,30.09,0,0,1,29.81,30V250A30,30,0,0,1,325,280ZM75,153.17a20,20,0,0,0-20,20V250a20,20,0,0,0,20,20H325a20,20,0,0,0,20-20V174.83a20.06,20.06,0,0,0-19.88-20l-250-1.66Z'/%3E%3Cpath class='cls-1' d='M145,236h-9.61V182.68h21.84q9.34,0,13.85,4.71a16.37,16.37,0,0,1-.37,22.95,17.49,17.49,0,0,1-12.38,4.53H145Zm0-29.37h11.37q4.45,0,6.8-2.19a7.58,7.58,0,0,0,2.34-5.82,8,8,0,0,0-2.17-5.62q-2.17-2.34-7.83-2.34H145Z'/%3E%3Cpath class='cls-1' d='M183,236V182.68H202.7q10.9,0,17.5,7.71t6.6,19q0,11.33-6.8,18.95T200.55,236Zm9.88-7.85h8a14.36,14.36,0,0,0,10.94-4.84q4.49-4.84,4.49-14.41a21.91,21.91,0,0,0-3.93-13.22,12.22,12.22,0,0,0-10.37-5.41h-9.14Z'/%3E%3Cpath class='cls-1' d='M245.59,236H235.7V182.68h33.71v8.24H245.59v14.57h18.75v8H245.59Z'/%3E%3C/g%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
}

.product-item-detail-slider-pdf-icon-big {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 100;
  width: 80px;
  height: 80px;
  background-size: contain;
  background: url("data:image/svg+xml,%3Csvg width='62' height='62' viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23ff402f;%7D%3C/style%3E%3C/defs%3E%3Ctitle/%3E%3Cg id='xxx-word'%3E%3Cpath class='cls-1' d='M325,105H250a5,5,0,0,1-5-5V25a5,5,0,0,1,10,0V95h70a5,5,0,0,1,0,10Z'/%3E%3Cpath class='cls-1' d='M325,154.83a5,5,0,0,1-5-5V102.07L247.93,30H100A20,20,0,0,0,80,50v98.17a5,5,0,0,1-10,0V50a30,30,0,0,1,30-30H250a5,5,0,0,1,3.54,1.46l75,75A5,5,0,0,1,330,100v49.83A5,5,0,0,1,325,154.83Z'/%3E%3Cpath class='cls-1' d='M300,380H100a30,30,0,0,1-30-30V275a5,5,0,0,1,10,0v75a20,20,0,0,0,20,20H300a20,20,0,0,0,20-20V275a5,5,0,0,1,10,0v75A30,30,0,0,1,300,380Z'/%3E%3Cpath class='cls-1' d='M275,280H125a5,5,0,0,1,0-10H275a5,5,0,0,1,0,10Z'/%3E%3Cpath class='cls-1' d='M200,330H125a5,5,0,0,1,0-10h75a5,5,0,0,1,0,10Z'/%3E%3Cpath class='cls-1' d='M325,280H75a30,30,0,0,1-30-30V173.17a30,30,0,0,1,30-30h.2l250,1.66a30.09,30.09,0,0,1,29.81,30V250A30,30,0,0,1,325,280ZM75,153.17a20,20,0,0,0-20,20V250a20,20,0,0,0,20,20H325a20,20,0,0,0,20-20V174.83a20.06,20.06,0,0,0-19.88-20l-250-1.66Z'/%3E%3Cpath class='cls-1' d='M145,236h-9.61V182.68h21.84q9.34,0,13.85,4.71a16.37,16.37,0,0,1-.37,22.95,17.49,17.49,0,0,1-12.38,4.53H145Zm0-29.37h11.37q4.45,0,6.8-2.19a7.58,7.58,0,0,0,2.34-5.82,8,8,0,0,0-2.17-5.62q-2.17-2.34-7.83-2.34H145Z'/%3E%3Cpath class='cls-1' d='M183,236V182.68H202.7q10.9,0,17.5,7.71t6.6,19q0,11.33-6.8,18.95T200.55,236Zm9.88-7.85h8a14.36,14.36,0,0,0,10.94-4.84q4.49-4.84,4.49-14.41a21.91,21.91,0,0,0-3.93-13.22,12.22,12.22,0,0,0-10.37-5.41h-9.14Z'/%3E%3Cpath class='cls-1' d='M245.59,236H235.7V182.68h33.71v8.24H245.59v14.57h18.75v8H245.59Z'/%3E%3C/g%3E%3C/svg%3E") no-repeat center;
  pointer-events: none;
}

p.poster-contain.poster-contain-active {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  outline: 1px solid transparent;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-size 450ms ease, width 450ms ease, height 450ms ease, outline 450ms ease;
  transform: translateY(-50%) translateX(-50%);
}

/*end_LazarovStudio*/
/*	>>>	popup*/

@-webkit-keyframes imgPopupShow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-moz-keyframes imgPopupShow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-ms-keyframes imgPopupShow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-o-keyframes imgPopupShow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes imgPopupShow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}


/* Slider Mobile*/
@media (max-width: 767px) {
  .product-item-detail-slider-left,
  .product-item-detail-slider-right {
    max-width: 75px;
  }
}