.pre-order_count {
    font-size: 30px;
    margin: 0 10px 5px;
}

.pre-order .text--danger {
    color: #f34043;
}

.tovar-doc-item {
    border-bottom: 1px solid #e8e8e8;
    padding: 20px 0 20px;
    font-size: 14px;
}
.tovar-doc-item div {
    display: inline-block;
}
.doc-item-name {
    max-width: 70%;
    padding-right: 36px;
}
.tovar_full-info .dotted {
    border-bottom: 1px dotted #000;
}
.tovar-doc .dotted {
    border-color: #009de0;
}
.doc-item-namber{
	margin-right:10px;
}
.tovar-doc span {
    color: #939393;
}

.popular {
  display: inline-block;
  max-width: 270px;
}

.popular__text {
  display: block;
  line-height: 14px;
  margin-bottom: 10px;
}




.popular__text_action {
  
}

.popular__text_action {
	color: #e41317;
    font-weight: bold;
}

/* BEGIN: detail */
.statistic__review-link {
  display: inline-block;
  padding: 2px 6px;
  border-radius: 2px;
  font-size: 11px;
  font-style: normal;
  color: #fff;
  background-color: #FB851F;
  margin-left: 10px;
}

.statistic__review-link:hover {
  color: #fff;
}

.short-description__table {
  display: table;
}

.short-description__row {
  display: table-row;
}

.short-description__cell {
  display: table-cell;
  padding-bottom: 5px;
}

.short-description__cell + .short-description__cell {
  padding-left: 10px;
}

.tovar_description .purchase-method_description .purchase-method_description_step:first-child p {
  padding-top: 0px;
}

.b-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.b-price__text {
  margin-bottom: 5px;
}

.b-price__text--from {
  margin-right: 20px;
}

.b-price__value {
  margin-right: 5px;
}

/*fotorama*/
.tovar_gallery_slider .fotorama__fullscreen-icon {
  background: url("../img/bg.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
  width: 100% !important;
  height: 100% !important;
  left: 0 !important;
  top: 0 !important;
  z-index: 10 !important;
  margin: 0px;
  padding-left: 0px;
  opacity: 0 !important;
}

.tovar_gallery_slider.fotorama--fullscreen .fotorama__fullscreen-icon {
  width: 50px !important;
  height: 50px !important;
  background: #fff url(/local/templates/mts/img/ico/photo-close.png) no-repeat center !important;
  padding: 0;
  top: 0;
  right: 0;
  left: auto !important;
  margin: 0;
  font-size: 1px;
  line-height: 0;
  color: #fff;
  opacity: 1 !important;
}

.tovar_gallery_slider.fotorama--fullscreen .fotorama__fullscreen-icon:hover {
  background: #fff url(/local/templates/mts/img/ico/photo-close-hover.png) no-repeat center !important;
}

/*add to favorite*/
.product-action {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  top: 495px;
  left: 0;
  z-index: 10;
  background-color: #fff;
}

/* END: detail */

.no_reviews {
    background: #ff7700;
    color: white;
    padding: 0px 3px;
    margin-left: 2px;
    border-radius: 2px;
}

.bottom-compare {
	background: url(/local/templates/mts/img/ico/compare-mini.png) 10px center no-repeat #fff;
    height: 39px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 9px 20px 9px 48px;
    color: #9e9e9e;
    border-radius: 20px;
    font-size: 13px;
    line-height: 19px;
    float: left;
    clear: right;
    border: 1px solid #e41317;
    cursor: pointer;
	text-align: right;
}

.bottom-compare:hover,
.bottom-compare.active {
    color: #e41317;
	background: url(/local/templates/mts/img/ico/compare-mini-active.png) 10px center no-repeat #fff;
}

.bottom-compare.active:hover {
	background: url(/local/templates/mts/img/ico/compare-mini.png) 10px center no-repeat #fff;
    color: #9e9e9e;	
}

.item__storage__unit--disabled {
    pointer-events: all !important;
}