/* /templates2_0/module/goods/shelf/life.less */
.module_goods_shelf_life {
  border: #38925d 4px solid;
  border-radius: 50%;
  color: #38925d;
  position: absolute;
  width: 90px;
  height: 90px;
  text-align: center;
  line-height: 1;
  top: 290px;
  left: 120px;
  box-sizing: border-box;
  padding-top: 15px;
  padding-left: 3px;
  cursor: pointer;
}
.module_goods_shelf_life .tooltip {
  width: 195px;
}
.module_goods_shelf_life div.overlay {
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  border-radius: 50%;
  opacity: 0.7;
}
.module_goods_shelf_life span {
  position: relative;
  display: inline-block;
  color: #38925d;
}
.module_goods_shelf_life span.number {
  font-size: 34px;
  font-weight: bold;
  vertical-align: middle;
}
.module_goods_shelf_life span.plus {
  font-size: 17px;
  vertical-align: middle;
  margin-left: 2px;
}
.module_goods_shelf_life span.days {
  font-size: 16px;
  font-weight: bold;
  display: block;
  line-height: 1.2;
  text-transform: uppercase;
}
.module_goods_shelf_life:hover {
  border-color: #4cb075;
}
.module_goods_shelf_life:hover span {
  color: #4cb075;
}
.module_goods_shelf_life:hover div.overlay {
  opacity: 0.9;
}
.goods_view_box .module_goods_shelf_life {
  width: 64px;
  height: 64px;
  top: 10px;
  right: 10px;
  padding-top: 8px;
}
.goods_view_box .module_goods_shelf_life span.number {
  font-size: 24px;
}
.goods_view_box .module_goods_shelf_life span.plus {
  font-size: 12px;
}
.goods_view_box .module_goods_shelf_life span.days {
  font-size: 12px;
}
#el_modal_window .modal_content.shelf_life_custom {
  padding: 0;
  border: none;
}
#el_modal_window .modal_content.shelf_life_custom .modal_window_close.icon_close {
  background: none;
  text-decoration: none;
  top: 13px;
  right: 15px;
  line-height: 1;
}
#el_modal_window .modal_content.shelf_life_custom .modal_window_close.icon_close:before {
  content: '\2715';
  font-size: 24px;
  color: #FFF;
  font-weight: bold;
}
#el_modal_window .modal_content .module_goods_shelf_life-modal {
  box-sizing: border-box;
  background: url(/templates2_0/module/goods/shelf/life/bg.jpg) no-repeat top center;
  width: 630px;
  font-size: 16px;
  padding: 290px 50px 50px 50px;
  line-height: 24px;
}
