.basket_top_panel {
  height: 35px;
}

.basket_top_panel {
  /*float: right;*/
  /*margin: 15px 25px 15px 0;*/
  position: relative;
}

.basket_top_panel_overlay {
  cursor: pointer;
  left: 0;
  right: 0;
  position: absolute;
  top: 0;
  height: 100%;
  border-bottom: 0;
}

/* icon */
.basket_top_panel-icon {
  background-position: 0 -95px;
  float: left;
  height: 35px;
  padding-right: 10px;
  width: 40px;
}

.basket_top_panel-text {
  float: left;
}

/* title */
.basket_top_panel-title {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

.basket_top_panel:hover .basket_top_panel-title {
  color: #4758A5;
}
