.basket-container {
  padding-right: 0;
  font-size: 0.8em;
}
.message-section {
  height: 21px;
}
.basket {
  width: 229px;
  height: 50px;
}
.basket-dropdown {
  width: 0;
  border: 1px solid lightgrey;
  position: absolute;
  right: 0;
  z-index: -1;
  background-color: #fff;
  max-height: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-box-shadow: 0 4px 7px 1px rgba(0,0,0,0.2);
     -moz-box-shadow: 0 4px 7px 1px rgba(0,0,0,0.2);
          box-shadow: 0 4px 7px 1px rgba(0,0,0,0.2);
}
.basket-name-qty-section {
  padding: 5px 0 5px 8px;
}
.basket .basket-quantity {
  margin-top: 10px;
  margin-left: 10px;
}
.basket-dropdown .basket-quantity-container {
  margin-top: 23px;
  padding-left: 8px;
}
.basket-name {
  color: #1665B2;
  font-weight: bold;
  padding-top: 2px;
  padding-left: 2px;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 135px;
  white-space: nowrap;
}
.basket-values {
  padding: 1px 3px 4px;
}
.basket-tax-text {
  font-size: 0.8em;
}
.basket .basket-quantity-container {
  border-left: 1px solid lightgrey;
  border-top: 1px solid lightgrey;
  width: 60px;
  height: 71px;
}
.more-details-button {
  color: #fff;
  background-color: #2F75BB;
  width: 22px;
  padding-top: 18px;
  cursor: pointer;
  height: 71px;
}
.basket-dropdown .basket-header-btns {
  padding-top: 10px;
}
.recent-baskets-wrapper,
.add-basket-wrapper,
.view-all-wrapper {
  border-right: 1px solid lightgrey;
  vertical-align: baseline;
  height: 35px;
}
.view-all-wrapper {
  border-right: 0;
}
.recent-basket-label,
.add-basket-label,
.view-all-label {
  display: inline-block;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 5px;
}
.recent-basket {
  border-bottom: 1px solid #D7D7D7;
  cursor: pointer;
}
.recent-basket.active {
  border-bottom: 1px solid #89C5EB;
  cursor: default;
}
.recent-basket.locked {
  cursor: default;
}
.recent-basket .basket-values {
  background-color: #EDEDED;
  padding-right: 5px;
}
.recent-basket.active .basket-values {
  background-color: #D3EEFF;
}

.recent-basket .basket-quantity-container {
  width: 10px;
  margin-right: 10px;
}
.basket-header-btns {
  padding-bottom: 4px;
}
.show-active-wrappeer {
  border-bottom: 1px solid grey;
  height: 3px;
  width: 100%;
}
.show-active {
  border-bottom: 3px solid #266FB8;
  height: 0px;
}
.basket-quantity {
  margin-right: 10px;
  padding-left: 6px;
}
.basket-list-wrapper {
  max-height: 368px;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
}
.display-basket-name-value {
  padding-right : 5px;
  padding-left : 5px;
  padding-bottom : 5px;
  border-top : 1px solid lightgrey;
  width : 145px;
  height : 50px;
}
.mini-basket-notification-message {
  border        : 1px solid #689DD2;
  padding-left  : 5px;
  padding-top   : 2px;
  padding-bottom: 2px;
}
.mini-basket-notification-message.success {
  border: 1px solid #339933;
}
.mini-basket-notification-message .check-icon {
  padding: 2px;
  font-size: 9px;
}
.mini-basket-notification-message .info-notification-icon,
.mini-basket-notification-message .info-success-icon {
  font-size: 15px;
}
.mini-basket-inner-wrapper {
    border-left : 1px solid lightgrey; 
    height:71px; 
    overflow:hidden;
}

.free-shipping-indicator-panel {
    background-color: #e6f1ea;
    color: #0B7630;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.1px;
    line-height: 15px;
    padding: 8px 5px;
    margin: 10px 0; 
}