/* !BLUE */
body {color: #555; font-weight: 400; background: #faf8f5;}
a, a:visited {color: #777;}
a:active, a:hover, .active a {color: #1e8abc;}

h1{font-weight: 600; color: #555;}
h2{color: #444;}
h3{color: #000;}
h4{color: #959595;}
h5{color: #000;}
h6{color: #000;}

.breadcrumbs {
  background-color: #e0dad9;
}
.breadcrumbs > * a {
      color: #888; }
.breadcrumbs > *.current {
      color: #333333;
 }

.search-button{
  background: #cb79a7;
  color: #fff;
}
.search-button:hover{
  background: #69907b;
}
#box-search small .fa{
  color: #cb79a7;
  margin: 15px 5px 15px -10px;
}
#box-search small .fa:hover{
  color: #3F3F3F;
}
.sidebar h3, .navigation .branch-name{
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6daac1+0,346a9f+100 */
  background: #cb79a7; /* Old browsers */

color: #fff;
}

#box-progress .current a{
color: #fff;
}
#box-progress .next a, #box-progress .previous a{
  color: #a5a5a5;
}

#box-progress .current{
  background: #3D75B7;
  color: #fff;
}

#box-progress .next, #box-progress .previous{
  background: #EFEFEF;
}
.basket-detail {
  border: 2px solid #1E8ABC;
}
.mini-basket-arrow {
    border-bottom: 5px solid #1E8ABC;
}
.small-basket-detail-container{
  background: #1E8ABC;
}