/* Sidebar */
.product-item-detail-info-section {
  padding: 0 20px;
}

/*@media (max-width: 767px){
	.product-item-detail-info-section{padding:0;}
}*/
@media (max-width: 992px) {
  .product-item-detail-info-section {
    padding: 0;
  }
}
.product-item-detail-info-container {
  /*outline:1px dashed #ff3c00;*/
  margin-bottom: 20px;
}
.product-item-detail-info-container .info-message {
  font-size: 0.8em;
  font-weight: 500;
  line-height: 1.5em;
  color: rgb(252, 110, 79);
}

.product-item-detail-info-container-title {
  font-weight: bold;
  color: #000;
  font-size: 13px;
  margin-bottom: 3px;
}

.product-item-detail-pay-block {
  /*border:1px solid #e4e4e4;*/
  padding: 20px 20px 0;
  border-radius: 3px;
  background-color: #fff;
  position: relative;
  margin-bottom: 15px;
}

.bx-retina .product-item-detail-pay-block {
  border-width: 0.5px;
}

/*Compare*/
.product-item-detail-compare-container {
  font-size: 12px;
  padding: 4px 15px;
  border-top: 1px solid #e4e4e4;
  position: relative;
  margin: 0 -20px;
  background: #F3F3F3;
  line-height: 20px;
  vertical-align: middle;
  min-height: 30px;
  box-shadow: inset 0 1px 1px 0 #eee;
  /*box-shadow: 0 1px 1px 0 #eee;*/
  color: #4e4e4e;
}

.product-item-detail-compare .checkbox {
  margin: 0;
  padding: 0;
}

/* Price */
.product-item-detail-price-current {
  font-size: 30px;
  color: #D0021B;
  font-weight: bold;
  white-space: nowrap;
  -webkit-transition: font-size 200ms ease;
  -moz-transition: font-size 200ms ease;
  -ms-transition: font-size 200ms ease;
  -o-transition: font-size 200ms ease;
  transition: font-size 200ms ease;
}
.product-item-detail-info-price-container {
  position: relative;
  padding: 15px;
  margin: -15px;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.product-item-detail-info-price-container .item_economy_price {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 0.8em;
  letter-spacing: -0.05em;
  text-align: center;
}
.product-item-detail-info-price-container .item_economy_price .item_economy_price_title {
  padding: 3px 9px;
}
.product-item-detail-info-price-container .item_economy_price .item_economy_price_summ {
  font-weight: bold;
  background-color: #FEF035;
  padding: 7px 9px;
}
.product-item-detail-info-price-container .item_economy_price_procent {
  margin: 15px -15px -15px;
  padding: 15px;
  font-size: 0.8em;
  text-align: center;
  background-color: #c9e2fd;
  color: #000;
}

.product-item-detail-qunatity-current {
  font-size: 0.8em;
  line-height: 1.2em;
  color: #666;
  margin: 25px 0;
}
.product-item-detail-qunatity-current > span {
  font-weight: bold;
  font-size: 1.3em;
}
.product-item-detail-qunatity-current > span.quantity_avaiable {
  color: green;
}
.product-item-detail-qunatity-current > span.quantity_notavaiable {
  color: red;
}

.product-item-detail-price-old {
  color: #999;
  font-size: 14px;
  line-height: 17px;
  white-space: nowrap;
  text-decoration: line-through;
}

/* SCU */
.product-item-scu-container {
  padding: 0 0 2px;
}

.product-item-scu-container-title {
  font-size: 12px;
  color: #333;
}

.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 {
  /* float: left; */
  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: 0.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: 0.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: 0.5px;
}

.product-item-selected-scu-color {
  background-position: center;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

/*Amount*/
.product-item-amount {
  text-align: left !important;
  padding: 0 0 2px;
}

.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: 0.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: 0.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: 0.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: 0.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: 0.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-quantity {
  color: #333;
  font-size: 12px;
  font-weight: normal;
}

/*Buy button*/
.btn.product-item-detail-buy-button {
  width: 100%;
  max-width: 250px;
  display: block;
  font-weight: 800;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  height: 50px;
  text-transform: uppercase;
  position: relative;
  margin: 0 0 20px;
}

.product-item-detail-short-card-btn .btn.product-item-detail-buy-button {
  margin: 0;
}

.btn.product-item-detail-buy-button span {
  line-height: 16px;
  display: inline-block;
  min-height: 16px;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  max-width: 100%;
  white-space: normal;
  transform: translateY(-50%);
}

.btn-link.product-item-detail-buy-button {
  height: 25px;
}

/* Slider */
.product-item-detail-slider-container {
  max-width: 100%;
  position: relative;
  background: transparent;
  -webkit-transition: background 800ms ease;
  -moz-transition: background 800ms ease;
  -ms-transition: background 800ms ease;
  -o-transition: background 800ms ease;
  transition: background 800ms ease;
}

.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;
}

/*Slider Controls*/
.product-item-detail-slider-controls-block {
  padding: 10px 0;
  text-align: center;
}

.product-item-detail-slider-controls-image {
  width: 65px;
  height: 65px;
  background-color: #fff;
  position: relative;
  text-align: center;
  display: inline-block;
  outline: 1px solid #c0cfda;
  cursor: pointer;
  overflow: hidden;
}

.bx-retina .product-item-detail-slider-controls-image {
  outline-width: 0.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-controls-image img {
  max-width: 65px;
  max-height: 65px;
  height: auto;
  width: auto;
  -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%);
  position: absolute;
  top: 50%;
  left: 50%;
}

.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: 0.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: 0.8;
  background-color: rgba(255, 255, 255, 0.4);
}

.product-item-detail-slider-close {
  display: none;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-close {
  width: 50px;
  height: 50px;
  right: 110px;
  top: 4px;
  opacity: 0.27;
  background: 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%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2015.1%208.944%208%2016%201%2015.006%200%208.05%207%20.994%200%200%201%207.056%208%200%2015.1%20.994%2016%208.05%209%2015.006%2016%22%2F%3E%3C%2Fsvg%3E") no-repeat center;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  bottom: 0;
  display: block;
  position: absolute;
  cursor: pointer;
  z-index: 150;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-close:hover {
  opacity: 1;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-right {
  right: 105px;
}

/*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;
}

/*	>>>	popup*/
.product-item-detail-slider-container.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 999999;
  animation-name: imgPopupShow;
  animation-duration: 300ms;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-images-container {
  right: 105px;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-block {
  height: 100vh;
  padding-top: 0;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-image {
  max-height: 100vh;
  position: absolute;
  top: 50%;
  width: calc(100% - 150px);
  left: 50%;
  -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%);
}

@keyframes imgPopupShow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.product-item-detail-slider-container.popup .product-item-detail-slider-image img {
  width: auto;
  max-width: 100%;
  cursor: default;
  max-height: 90vh;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-controls-block {
  border-left: 1px solid #d3d3d3;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 20px;
  overflow-y: auto;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-controls-image {
  display: block;
  margin-bottom: 20px;
}

/* Slider Mobile*/
@media (max-width: 767px) {
  .product-item-detail-slider-container.popup .product-item-detail-slider-images-container {
    right: 0;
  }
  .product-item-detail-slider-container.popup .product-item-detail-slider-block {
    height: calc(100vh - 111px);
    padding-top: 0;
  }
  .product-item-detail-slider-container.popup .product-item-detail-slider-image {
    width: 90%;
  }
  .product-item-detail-slider-container.popup .product-item-detail-slider-image img {
    width: auto;
    max-width: 100%;
    cursor: default;
    max-height: calc(100vh - 115px);
  }
  .product-item-detail-slider-container.popup .product-item-detail-slider-controls-block {
    border-left: none;
    border-top: 1px solid #d3d3d3;
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    max-height: 111px;
    overflow-x: auto;
    white-space: nowrap;
  }
  .product-item-detail-slider-container.popup .product-item-detail-slider-controls-image {
    display: inline-block;
    margin-bottom: 0;
  }
  .product-item-detail-slider-container.popup .product-item-detail-slider-close {
    right: 10px;
    z-index: 200;
  }
  .product-item-detail-slider-left,
  .product-item-detail-slider-right {
    max-width: 75px;
  }
  .product-item-detail-slider-container.popup .product-item-detail-slider-right {
    right: 0;
  }
}
/*Label*/
.product-item-label-text,
.product-item-label-ring {
  position: absolute;
  z-index: 190;
  opacity: 1;
  -webkit-transition: opacity 450ms ease;
  -moz-transition: opacity 450ms ease;
  -ms-transition: opacity 450ms ease;
  -o-transition: opacity 450ms ease;
  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;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  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-detail-slider-container.popup .product-item-label-text,
.product-item-detail-slider-container.popup .product-item-label-ring {
  display: none;
}

/* TEXT */
.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;
  }
}
/*RING*/
.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%);
}

/* Tabs */
.product-item-detail-tabs-container {
  min-height: 60px;
  background: #fff;
  border-bottom: 1px solid #ededed;
}

.product-item-detail-tabs-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}

.product-item-detail-tabs-list:after {
  content: "";
  clear: both;
  display: table;
}

.product-item-detail-tab {
  float: left;
  min-height: 60px;
}

.product-item-detail-tab-link {
  height: 60px;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 10px 25px;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  line-height: 45px;
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
  color: #039BE5;
  vertical-align: middle;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
.product-item-detail-tab-link:hover {
  text-decoration: none;
}
.product-item-detail-tab-link :after {
  content: "";
  height: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1485CE;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}

.product-item-detail-tab-link:hover,
.product-item-detail-tab.active .product-item-detail-tab-link {
  color: #000;
}

.product-item-detail-tab-link:hover:after,
.product-item-detail-tab.active .product-item-detail-tab-link:after {
  height: 3px;
}

.product-item-detail-tab-link:active:after {
  height: 6px;
}

.product-item-detail-tab-content {
  padding: 25px 0;
}

@media (max-width: 991px) {
  .product-item-detail-tabs-container {
    display: none !important;
  }
  .product-item-detail-tab-content {
    display: block !important;
  }
}
/*Tab fixed*/
.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, 0.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;
}

/*Small Card*/
.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, 0.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;
}

/*Properties */
.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;
}

.item_without_price {
  color: red;
}

.product-item-detail-properties {
  display: block;
  overflow: hidden;
  font-size: 0.8em;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.4em;
}
.product-item-detail-properties a {
  color: #3e97d1;
  text-decoration: none;
  border-bottom: 1px dashed #3e97d1;
}
.product-item-detail-properties a:visited {
  color: #3e97d1;
  text-decoration: none;
}
.product-item-detail-properties a:hover {
  border-bottom-color: #fff;
  text-decoration: none;
}
.product-item-detail-properties dl {
  clear: both;
}
.product-item-detail-properties dt {
  clear: both;
  float: left;
}
.product-item-detail-properties dt:after {
  content: ":";
}
.product-item-detail-properties dd {
  margin-bottom: 3px;
  float: left;
  margin-left: 5px;
  color: #e93a73;
}

.product-item-detail-badges-block {
  padding: 20px 20px;
  border-radius: 3px;
  background-color: #fff;
  position: relative;
  margin-bottom: 15px;
  font-size: 0.8em;
  font-weight: 600;
  color: red;
}
.product-item-detail-badges-block .prfh-badge {
  margin-bottom: 5px;
}
.product-item-detail-badges-block .sted-badge-description {
  margin: 10px 0 10px 10px;
  color: #000;
  font-size: 0.9em;
}

.prfh-cert-content .prfh-c-certificate {
  display: inline-block;
  margin: 10px 10px 0;
  width: 25%;
  max-width: 300px;
  vertical-align: top;
}
.prfh-cert-content .prfh-c-certificate h4 {
  font-size: 0.8em;
  letter-spacing: -0.03em;
  line-height: 1.4em;
}

.prfh-files-content {
  display: flex;
  justify-content: flex-start;
}

.product-item-howbuy {
  padding: 20px 20px;
  font-size: 0.8em;
  line-height: 1.4em;
  font-weight: normal;
  color: #000;
  background-color: rgb(219, 241, 253);
}
.product-item-howbuy h4 {
  font-size: 1.6em;
  font-weight: 700;
}
.product-item-howbuy a, .product-item-howbuy a:visited {
  color: #e93a73;
  text-decoration: none;
  border-bottom: 1px dashed #fff;
}
.product-item-howbuy a:hover, .product-item-howbuy a:visited:hover {
  text-decoration: none;
  border-bottom-color: #000;
}

.skidka101520 {
  margin: 0;
  list-style: none;
}
.skidka101520-item {
  margin: 0;
  padding: 10px 15px;
  color: #fff;
  background-color: #99cc33;
  font-size: 12px;
  letter-spacing: -0.05em;
  font-weight: normal;
}
.skidka101520-item span {
  color: #dfff8f;
  font-weight: bold;
  font-size: 1.25em;
  margin-left: 10px;
}
.skidka101520-item.r10dp5 {
  background-color: rgb(143.82, 191.76, 47.94);
}
.skidka101520-item.r10dp10 {
  background-color: rgb(134.64, 179.52, 44.88);
}
.skidka101520-item.r10dp15 {
  background-color: rgb(125.46, 167.28, 41.82);
}
.skidka101520-item.r10dp20 {
  background-color: rgb(116.28, 155.04, 38.76);
}
.skidka101520-item.r10dp25 {
  background-color: rgb(107.1, 142.8, 35.7);
}
.skidka101520-item.r10dp30 {
  background-color: rgb(97.92, 130.56, 32.64);
}
.skidka101520-item.r10dp35 {
  background-color: rgb(88.74, 118.32, 29.58);
}
.skidka101520-item.r10dp40 {
  background-color: rgb(79.56, 106.08, 26.52);
}
.skidka101520-item.r10dp45 {
  background-color: rgb(70.38, 93.84, 23.46);
}
.skidka101520-item.r10dp50 {
  background-color: rgb(61.2, 81.6, 20.4);
}

.price_box_discount_wrapper {
  margin: 0;
  margin-top: 20px;
  list-style: none;
}
.price_box_discount_wrapper > li {
  margin: 0;
  padding: 0;
}

.price_box_discount {
  margin: 0;
  padding: 12px 15px !important;
  color: #fff;
  background: #99cc33;
  font-size: 1em;
  letter-spacing: -0.05em;
  font-weight: normal;
}
.price_box_discount a {
  color: #dfff8f;
}
.price_box_discount a:hover {
  color: #fff;
}
.price_box_discount span {
  color: #dfff8f;
  font-weight: bold;
  font-size: 1.25em;
  margin-left: 10px;
}

.bx-catalog-element .outofproduction-to-new {
  margin: 0 0 20px;
  padding: 25px 10px;
  border-radius: 3px;
  background: #eafbde;
  border: 2px solid rgb(190.5810810811, 242.7297297297, 153.7702702703);
  text-align: center;
  line-height: 1.4em;
  font-size: 0.9em;
  letter-spacing: -0.05em;
}
.bx-catalog-element .outofproduction-to-new-2 {
  margin: 15px 0;
  padding: 15px;
  border: 1px solid #FBB831;
  border-radius: 5px;
  background: #fff;
  line-height: 1.2em;
  font-size: 1em;
  letter-spacing: -0.05em;
}
.bx-catalog-element .outofproduction-to-new-2 > a {
  color: rgb(77, 161, 255);
}

.sted-badges {
  margin: 10px 0;
}
.sted-badges .devider {
  margin: 0 35px;
}

.sted-badge {
  display: inline-block;
  padding: 0 10px;
  font-size: 11px;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  text-transform: lowercase;
  color: #8c8c8c;
  border: 1px solid #f0f0f0;
  background-color: #fff;
  cursor: default;
  border-radius: 3px;
  user-select: none;
}

/*.sted-badge-simple {@include sted-badge-simple(default);}
.sted-badge-gray {@include sted-badge-simple(gray);}
.sted-badge-grayblue {@include sted-badge-simple(grayblue);}
.sted-badge-warningred {@include sted-badge-simple(warningred);}
.sted-badge-black {@include sted-badge-simple(black);}*/
.sted-badge-twain {
  display: inline-block;
  padding: 0;
  font-size: 11px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.8em;
  text-transform: lowercase;
  color: #8c8c8c;
  border: 1px solid transparent;
  background-color: #fff;
  white-space: nowrap;
  user-select: none;
  cursor: default;
}
.sted-badge-twain > span {
  display: inline-block;
  text-align: center;
  color: #ffffe6;
  padding: 0 4px;
  text-shadow: 1px 1px 1px #999;
}
.sted-badge-twain > span:first-child {
  border-radius: 3px 0 0 3px;
  border-right: none !important;
}
.sted-badge-twain > span:last-child {
  border-radius: 0 3px 3px 0;
  border-left: none !important;
}

.sted-badge-gray {
  background-color: #ececec;
}

.sted-badge-black {
  background-color: #666;
  border-color: #666;
  color: #ffffe6;
}

.sted-badge-grayblue {
  color: #444460;
  background-color: #e9f1f5;
  display: inline-block;
  padding: 0 10px;
  font-size: 11px;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  text-transform: lowercase;
  color: #8c8c8c;
  border: 1px solid #f0f0f0;
  background-color: #fff;
  cursor: default;
  border-radius: 3px;
  user-select: none;
}

.sted-badge-green {
  color: #89af31;
  border-color: rgb(183.5357142857, 214.75, 111.25);
}

.sted-badge-red {
  color: #fc6e4f;
  border-color: rgb(253.7094972067, 192.625698324, 179.2905027933);
}

.sted-badge-lgreen {
  border-color: rgb(163.3632653061, 228.1510204082, 138.8489795918);
  background-color: #62d138;
  background-image: linear-gradient(#62d138, #3db70f);
}

.sted-badge-darkorange {
  background-color: #de6952;
  border-color: rgb(238.3398058252, 179.2718446602, 167.6601941748);
  background-image: linear-gradient(#f78344, #e47031);
}

.sted-badge-darkred {
  background-color: #eea99c;
  border-color: rgb(246.1408450704, 185.6901408451, 152.8591549296);
  background-image: linear-gradient(#E36E57, #C9543D);
}

.sted-badge-darkyellow {
  border-color: #F4E8BB;
  background-color: #de6952;
  border-color: rgb(238.3398058252, 179.2718446602, 167.6601941748);
  background-image: linear-gradient(#dbb428, #c8a115);
}

.sted-badge-warningred {
  color: #C3120F;
  border-color: #fccdd3;
  background-color: #fccdd3;
}

.sted-badge-blue {
  color: #4da1ff;
  border-color: rgb(179, 214.8651685393, 255);
}

.sted-badge-yellow {
  color: #fdb534;
  border-color: rgb(253.9951219512, 217.8195121951, 153.0048780488);
}

.separate_down {
  margin-bottom: 50px;
}
