.product-item-basketactions-add {
  width: 190px;
  height: 46px;
  text-align: center;
  display: inline-block;
  line-height: 3.3;
  font-size: inherit;
  text-decoration: none;
  color: #fff;
}
.product-item-basketactions-add:hover {
  text-decoration: none;
  color: #fff;
}
.product-item-basketactions-add img {
 margin: -1px 5px 0 0;
}

.product-item-basketactions .uk-tooltip {
    margin: -45px 0 0 -4px !important;
    padding: 10px 26px;
}

.product-item-detail {}
.product-item-detail h1 {
 font-size: 24px;
 line-height: 1.2;  
}

.product-item-detail-controls {
  background-color: #F4F5F7;
  border: 1px solid #e0e1e2;  
  padding: 20px;
}

.item_current_price {
  font-size: 20pt;
  font-weight: bold;
  height: 27px;
}
.item_old_price {
    height: 20px;
    color: #AFAFAF;
    font-size: 11pt;
    text-decoration: line-through;
}

.product-item-detail-property-field {
  margin: 0 0 5px 0;
}

.product-item-detail-property-field .name_field {
    display: inline-block;
    vertical-align: top;
    /*width: 188px;*/
    position: relative;
    width: 69%;
}
.product-item-detail-property-field .name_field:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 3px;
    height: 1px;
    background: url("images/dotted-line.png") repeat-x;    
}
.product-item-detail-property-field .name_field span {
    padding-right: 6px;
    background-color: #FFFFFF;
    position: relative;
    z-index: 2;
}
.product-item-detail-property-field .body_field {
    display: inline-block;
    vertical-align: bottom;
    width: 29%;
}

.product-item-detail-brand {  
  max-height: 50px;
}
.product-item-detail-brand img{
  max-height: 100%;
}

.slider_container {
  min-height: 100px;
  max-height: 190px;
  
  text-align: center;
  display: table;
  width: 100%;
  margin-bottom: 6px;
}
.slider_container_inner img {
  max-height: 190px;
}

.slider_container_inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.slider_container_inner a {
  display: none;
}
.slider_container_inner a.active {
  display: initial;
}

.slider_controls_items {
  width: 54px;
  height: 48px;
  padding: 0;
  margin: 0 2px 0 0;
  float: left;
  border-radius: 3px;
  text-align: center;
  overflow: hidden;
  border: 1px solid #fff;
  cursor: pointer;
  background-color: #F4F5F7;
}
.slider_controls_items:hover, .slider_controls_items.active {
  border-color: #E21E22;
}
.slider_controls_items:last-child {
  margin-right: 0;
}
#detail_slider_block {
 overflow: hidden;
}

.slider_controls_container {
  width: 100%;
  height: 50px;
  overflow: hidden;
  margin-bottom: 20px !important;
}
.slider_control {
    height: 48px;
    width: 24px;
    text-align: center;
    border: 1px solid #e0e1e2;
    cursor: pointer;
    background-color: #fff;    
    position: relative;
    margin-top: -50px;
    z-index: 1;
}
.slider_control_right {
 border-radius: 0 4px 4px 0;
 float: right;
}
.slider_control_left {
 border-radius: 4px 0 0 4px;
 float: left;
}
.slider_control > i{
    margin-top: 18px;
}    
.slider_control:hover {
 background-color: #e0e1e2;  
}
.slider_controls_overflow {
  width: 100%;
  overflow: hidden;
  padding: 0 26px;
}
.slider_controls {
  transition-duration: 0.3s;
}

.detail-slider-container {
  /*padding: 0 29px;*/
  height: 50px;
  margin: 0 29px;
  overflow: hidden;
}
.detail-slider-container .inner {
  transition-duration: 0.2s;
  height: 50px;
}
