/* Custom elements */
/*---------------------------------------------------
      LESS Elements 0.9
    ---------------------------------------------------
      A set of useful LESS mixins
      More info at: http://lesselements.com
    ---------------------------------------------------*/
/*@tokc-yellow: #FFDE83;*/
#basketInfo {
  position: relative;
}
#basketInfo span.cartOverview {
  text-transform: none !important;
  min-width: 180px;
  text-align: center;
}
#basketInfo .basketPopup {
  display: none;
  position: absolute;
  left: 0;
  top: 41px;
  width: 100%;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.8);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.8);
  background-color: #f1f1f1;
}
#basketInfo .basketPopup .itemsList .cartItem {
  position: relative;
  padding: 5px;
  border-bottom: 1px solid #ddd;
}
#basketInfo .basketPopup .itemsList .cartItem > div {
  position: relative;
  float: left;
  min-height: 30px;
}
#basketInfo .basketPopup .itemsList .cartItem > div > span {
  display: inline;
}
#basketInfo .basketPopup .itemsList .cartItem .cartItemTitle {
  text-align: left;
  width: 200px;
  padding-right: 5px;
}
#basketInfo .basketPopup .itemsList .cartItem .cartItemTitle a {
  color: #337ab7;
  text-decoration: underline;
  text-transform: none !important;
}
#basketInfo .basketPopup .itemsList .cartItem .cartItemAmount {
  width: 30px;
  top: 5px;
  text-align: left;
}
#basketInfo .basketPopup .itemsList .cartItem .cartItemAmount .amount {
  font-size: 14px;
}
#basketInfo .basketPopup .itemsList .cartItem .cartItemDelete {
  width: 20px;
  top: 7px;
}
#basketInfo .basketPopup .itemsList .cartItem .cartItemDelete span {
  cursor: pointer;
  color: #888;
}
#basketInfo .basketPopup .itemsList .cartItem .cartItemDelete span:hover {
  color: #333333;
}
#basketInfo .basketPopup .itemsMore {
  padding: 5px;
  border-bottom: 1px solid #ddd;
}
#basketInfo .basketPopup .itemsMore a {
  display: inline;
  text-align: left;
  color: #337ab7;
  text-decoration: underline;
  text-transform: uppercase;
  font-weight: bold;
}
#basketInfo .basketPopup .itemsSummary {
  text-align: left;
  padding: 5px;
}
#basketInfo .basketPopup .itemsSummary > * {
  display: inline-block;
  font-weight: bold;
}
#basketInfo .basketPopup .itemsSummary .totalText {
  display: inline-block;
  text-transform: uppercase;
  color: #6a6a6a;
}
#basketInfo .basketPopup .itemsSummary .totalSum {
  font-size: 16px;
}
#basketInfo .basketPopup .basketLink {
  display: block;
  padding: 10px;
  background-color: #FFE66E;
  font-size: 22px;
  text-transform: none !important;
}
#basketInfo .basketPopup .basketLink:hover {
  color: #666;
}
#basketInfo.notEmpty:hover .basketPopup {
  display: block;
}
.headButtonSm .glyphicon-shopping-cart {
  left: 9px !important;
}
