/* /templates2_0/module/goods/variants/property.less */
.goods_variants_property {
  position: relative;
  box-sizing: border-box;
  width: 100%;
}
.goods_variants_property-title {
  position: relative;
  box-sizing: border-box;
  font: bold 16px Utkonos;
  text-align: left;
  color: #000;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.goods_variants_property-control {
  position: relative;
  box-sizing: border-box;
  width: 20px;
  background-color: transparent;
  text-align: center;
  font: bold 30px Utkonos;
  color: #aaa;
  cursor: pointer;
  display: none;
  -webkit-flex: 0 0 30px;
  -ms-flex: 0 0 30px;
  flex: 0 0 20px;
}
.goods_variants_property-slider {
  position: relative;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  background-color: transparent;
}
.goods_variants_property-wrap {
  position: relative;
  box-sizing: border-box;
  overflow-x: hidden;
  /* для FireFox (не inherit) */
  max-width: 260px;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  background-color: transparent;
}
.goods_variants_property-content {
  position: relative;
  box-sizing: border-box;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  /* для FireFox */
  display: flex;
}
.goods_variants_property-lot {
  /* жесткое выравнивание элементов */
  display: block;
  margin-top: 5px;
}
.goods_variants_property-item {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  background-color: #fff;
  margin: 0 2.5px;
  padding: 0 10px;
  box-shadow: inset 0 0 0 2px #ccc;
  font: bold 16px/2 Utkonos;
  color: #bbb;
  cursor: pointer;
  text-align: center;
  width: 60px;
  /**
        Раздел www.utkonos.ru/cat/119
        */
}
.goods_variants_property-item.active {
  cursor: default;
  box-shadow: inset 0 0 0 2px #38925d;
  color: #38925d;
}
.goods_variants_property-item[data-property-id="164"] {
  width: 23px;
  height: 30px;
  padding: 0px 15px;
}
.goods_variants_property-item[data-property-id="164"] span {
  display: none;
}
.goods_variants_property-item[data-property-value-id="964"] {
  background: url(/templates2_0/module/goods/variants/icons/alco-gift-icon.png) 50% 50% no-repeat;
}
.goods_variants_property-item[data-property-value-id="474378"] {
  background: url(/templates2_0/module/goods/variants/icons/alco-icon.png) 50% 50% no-repeat;
}
.goods_variants_property .color_selector {
  width: 16px;
  height: 20px;
}
.goods_variants_property .color_selector span {
  display: none;
}
.goods_variants_property .piece_cost {
  font-size: 10px;
  margin: -6px 0px 0px 0px;
}
.goods_variants_property[data-variants-slide] .goods_variants_property-control {
  display: inline-block;
}
.goods_variants_property-less .goods_variants_property {
  text-align: center;
}
.goods_variants_property-less .goods_variants_property-content {
  text-align: center;
}
.goods_variants_property-less .goods_variants_property-slider {
  margin-left: -10px;
  margin-right: -10px;
}
.goods_variants_property-less .goods_variants_property-item {
  width: 50px;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 0;
  padding-right: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
