﻿.addedToBagDialogue::before {
  background-color: #ffffff;
  box-shadow: -2px -2px 2px rgba(0, 0, 0, 0.2);
  content: " ";
  display: block;
  height: 15px;
  right: 60px;
  position: absolute;
  top: -7px;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  transform: rotate(45deg);
  vertical-align: top;
  width: 15px;
  z-index: 4999;
}
.addedToBagDialogue {
  background-position: 10px 0;
  position: absolute;
  width: 335px;
  min-height: 140px;
  background-repeat: no-repeat;
  padding: 7px 14px 4px 12px;
  background: #fff;
  -webkit-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.3);
  color: #000;
}
.msie7 .addedToBagDialogue,
.msie8 .addedToBagDialogue {
  border: 1px solid #c7c5c5;
}
.addedToBagDialogue.empty {
  min-width: 335px;
}
.addedToBagDialogue.noScroll {
  min-width: 257px;
}
.addedToBagDialogue .innerAddedToBagDialogue {
  /*min-height: 130px;*/
  max-height: 360px;
  width: 100%;
  padding: 0 0 0 0;
  position: relative;
  margin-right: 4px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 12px;
  margin-bottom: -1px;
}
/*.addedToBagDialogue .innerAddedToBagDialogue.shadow{
    .less-helpers > .box-shadow(inset 0px -17px 29px -26px rgba(100, 100, 100, 0.9));
}*/
.addedToBagDialogue.empty .innerAddedToBagDialogue {
  box-shadow: none;
  height: 45px;
  border: none;
  /*border-top: 1px solid @color-border;*/
  padding-right: 0;
  padding-top: 10px;
}
.addedToBagDialogue.noScroll .innerAddedToBagDialogue {
  padding-right: 0;
  border-right: none;
}
.addedToBagDialogue.empty .innerAddedToBagDialogue div {
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  padding-top: 11px;
}
.addedToBagDialogue .bagHeader {
  width: 100%;
  border-bottom: 1px solid #c7c5c5;
  padding: 0 0 11px 0;
  margin: 0;
  font-family: 'azo-sans', sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.addedToBagDialogue.empty .bagHeader {
  /*margin-left: 0;
    padding: 0 0 11px 0;*/
}
.addedToBagDialogue.noScroll .bagHeader {
  /*padding-right: 0;*/
}
.addedToBagDialogue .bagDetail {
  float: left;
  width: 100%;
  margin-right: -18px;
}
.addedToBagDialogue .bagHeader .items_count {
  line-height: 100%;
  margin-top: 8px;
  text-transform: uppercase;
  text-align: center;
}
.addedToBagDialogue.noScroll .bagHeader .items_count {
  /*padding-left: 0;*/
}
.addedToBagDialogue .bagFooter {
  font-family: 'azo-sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  border-top: 1px solid #c7c5c5;
  padding: 14px 0 0 0;
  margin: 1px 0 0 0;
}
.addedToBagDialogue .rebuildBagFooter {
  font-family: 'azo-sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 14px 0 0 0;
  margin: 1px 0 0 0;
}
.addedToBagDialogue.empty .bagFooter {
  /*padding: 14px 0 0 0;
    margin: 1px 0 0 0;*/
}
.addedToBagDialogue .bagFooter .total,
.addedToBagDialogue .rebuildBagFooter .total {
  height: 20px;
  text-transform: uppercase;
  padding: 0 0 8px 0;
}
.addedToBagDialogue.empty .bagFooter .total {
  padding-right: 0;
}
.addedToBagDialogue .bagFooter .left,
.addedToBagDialogue .rebuildBagFooter .left {
  float: left;
}
.addedToBagDialogue .bagFooter .right,
.addedToBagDialogue .rebuildBagFooter .right {
  float: right;
}
.addedToBagDialogue .bagFooter .incentive,
.addedToBagDialogue .rebuildBagFooter .incentive {
  width: 100%;
  font-weight: bold;
  font-size: 12px;
  height: 24px;
}
.addedToBagDialogue .bagFooter .multibuy,
.addedToBagDialogue .rebuildBagFooter .multibuy {
  width: 100%;
  font-weight: bold;
  font-size: 12px;
  height: 24px;
}
.addedToBagDialogue .bagFooter .multibuy .saving,
.addedToBagDialogue .rebuildBagFooter .multibuy .saving {
  float: right;
}
.addedToBagDialogue .bagFooter .multibuy .description,
.addedToBagDialogue .rebuildBagFooter .multibuy .description {
  float: left;
  text-transform: uppercase;
}
.addedToBagDialogue .bagFooter .subText,
.addedToBagDialogue .rebuildBagFooter .subText {
  font-family: 'azo-sans', sans-serif;
  font-size: 11px;
  padding: 0 0 10px 0;
}
.addedToBagDialogue .bagFooter a,
.addedToBagDialogue .rebuildBagFooter a {
  padding: 9px 0;
  width: 47.2%;
  float: right;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'azo-sans', sans-serif;
  text-align: center;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.bagRebuildNotification {
  min-height: 14px;
}
.bagRebuildNotification .bagHeader {
  border-bottom: none !important;
}
.addedToBagDialogue .bagFooter a.view_edit_bag {
  color: #000;
  background-color: #fff;
  border: 1px solid #c7c5c5;
  float: left;
}
.addedToBagDialogue .rebuildBagFooter a.view_edit_bag {
  color: #000;
  background-color: #fff;
  border: 1px solid #c7c5c5;
  width: 100%;
}
.addedToBagDialogue .bagFooter a.checkout,
.addedToBagDialogue .rebuildBagFooter a.checkout {
  color: #fff;
  background-color: #1a6461;
  border: 1px solid #1a6461;
  cursor: pointer;
}
.addedToBagDialogue .bagFooter a.checkout.disabled,
.addedToBagDialogue .rebuildBagFooter a.checkout.disabled {
  opacity: 0.3;
}
.addedToBagDialogue .innerAddedToBagDialogue img.hr {
  width: 230px;
  margin-bottom: 5px;
}
.addedToBagDialogue .innerAddedToBagDialogue .itemWrapper {
  border-bottom: 1px solid #c7c5c5;
  padding: 0;
  margin: 10px 0 1px 9px;
  position: relative;
}
.addedToBagDialogue .innerAddedToBagDialogue .itemWrapper.last {
  border-bottom: none;
}
.addedToBagDialogue .innerAddedToBagDialogue .itemWrapper .itemDetail {
  float: left;
  /*max-width: 272px;*/
  font-family: 'azo-sans', sans-serif;
  font-size: 12px;
  font-weight: 500;
  position: relative;
  width: 272px;
  right: -5px;
  margin: 0 -9px 0 0;
}
.addedToBagDialogue .innerAddedToBagDialogue .itemWrapper .imgWrapper {
  float: left;
  margin: 0 15px 0 15px;
  height: 99px;
  width: 66px;
}
.addedToBagDialogue .innerAddedToBagDialogue .itemWrapper .imgWrapper img {
  max-width: 56px;
  max-height: 84px;
  /*height: 99px;*/
}
.addedToBagDialogue .innerAddedToBagDialogue .itemWrapper .imgWrapper a.noClick {
  cursor: default;
}
.addedToBagDialogue .innerAddedToBagDialogue .itemWrapper .itemDetail .descriptionWrapper {
  float: left;
}
.addedToBagDialogue .innerAddedToBagDialogue .itemWrapper .itemDetail span {
  display: block;
  color: #000;
}
.addedToBagDialogue .innerAddedToBagDialogue .itemWrapper .itemDetail span.itemStatus {
  width: 125px;
}
.addedToBagDialogue .innerAddedToBagDialogue .itemWrapper .itemDetail span.itemQty,
.addedToBagDialogue .innerAddedToBagDialogue .itemWrapper .itemDetail span.itemSize {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  overflow: hidden;
  padding-top: 3px;
}
.addedToBagDialogue .innerAddedToBagDialogue .itemWrapper .itemDetail span.itemQty strong,
.addedToBagDialogue .innerAddedToBagDialogue .itemWrapper .itemDetail span.itemSize strong {
  font-weight: 600;
}
.addedToBagDialogue .innerAddedToBagDialogue .itemWrapper .itemDetail .priceWrapper {
  float: right;
  min-width: 40px;
}
.addedToBagDialogue .innerAddedToBagDialogue .itemWrapper .itemDetail span.itemPrice {
  font-weight: 600;
  float: right;
}
.pricemoveup {
  position: relative;
  top: -14px;
}
.addedToBagDialogue .innerAddedToBagDialogue.multibuyWrapper.promotionDetails span.itemStatus {
  font-weight: bold;
  padding-top: 3px;
  margin-bottom: 3px;
  /*width: 155px;*/
}
.addedToBagDialogue .innerAddedToBagDialogue .itemWrapper .remove {
  float: right;
  cursor: pointer;
  /*height: 16px;
    width: 16px;*/
  top: 83px;
  right: 1px;
  position: relative;
}
.addedToBagDialogue .innerAddedToBagDialogue .itemWrapper .itemDetail .remove img {
  height: 16px;
  width: 16px;
  margin-top: -25px;
}
.addedToBagDialogue .innerAddedToBagDialogue .itemWrapper .itemDetail span.itemDesc,
.addedToBagDialogue .innerAddedToBagDialogue .itemWrapper .itemDetail span.itemDesc2 {
  /*width: 230px;*/
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.addedToBagDialogue .innerAddedToBagDialogue .itemWrapper .itemDetail span.itemDesc2 {
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.addedToBagDialogue .innerAddedToBagDialogue .itemWrapper .itemDetail.instock span.itemStatus {
  color: #71c341;
  text-transform: uppercase;
  padding: 15px 0 10px 0;
}
.addedToBagDialogue .innerAddedToBagDialogue .itemWrapper .itemDetail.delayed span.itemStatus {
  color: #f1b278;
  text-transform: uppercase;
  padding: 15px 0 10px 0;
}
.addedToBagDialogue .innerAddedToBagDialogue .itemWrapper .itemDetail.soldout span.itemStatus {
  color: #eb3325;
  text-transform: uppercase;
  padding: 15px 0 10px 0;
}
.addedToBagDialogue .multipleBagItemSeperator {
  margin: 11px 0;
  border-top: 1px solid #E2E1E1;
  width: 207px;
  height: 1px;
}
/*tinyscrollbar*/
.addedToBagDialogue .innerAddedToBagDialogue .viewport {
  max-height: 305px;
  overflow: hidden;
}
.addedToBagDialogue .innerAddedToBagDialogue .overview {
  list-style: none;
  position: relative;
  left: 0;
  top: 0;
  margin: 0;
}
.addedToBagDialogue .innerAddedToBagDialogue .scrollbar {
  /*background:transparent data-uri(/Images/Structural/Header/MiniBag/tinyscrollbar/bg-scrollbar-track-y.png) no-repeat 0 0;*/
  position: absolute;
  background-position: 0 0;
  right: -16px;
  padding: 0 0 0 0;
  width: 15px;
  margin: 0 0 0 0;
}
.addedToBagDialogue .innerAddedToBagDialogue .track {
  /*background:transparent data-uri(/Images/Structural/Header/MiniBag/tinyscrollbar/bg-scrollbar-trackend-y.png) no-repeat 0 100%;*/
  /*height:100%;*/
  width: 13px;
  position: relative;
  margin: 0 0 0 0;
}
.addedToBagDialogue .innerAddedToBagDialogue .thumb {
  background: transparent url(/Images/Structural/Header/MiniBag/tinyscrollbar/bg-scrollbar-thumb-y.png) no-repeat 50% 100%;
  height: 20px;
  width: 13px;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  top: 0;
  /*left:-5px;*/
}
.addedToBagDialogue .innerAddedToBagDialogue .thumb .end {
  background: transparent url(/Images/Structural/Header/MiniBag/tinyscrollbar/bg-scrollbar-thumb-y.png) no-repeat 50% 0;
  overflow: hidden;
  height: 5px;
  width: 13px;
}
.addedToBagDialogue .innerAddedToBagDialogue .disable {
  display: none;
}
.noSelect {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}
/*# sourceMappingURL=Header-Notification.css.map */