.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}
@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}
.header-desktop .cartSummary {
  float: right;
  position: relative;
  *width: 170px;
}
.header-desktop .cartSummary > div {
  float: right;
}
.header-desktop .cartSummary-summary {
  float: right;
  margin-left: 10px;
  padding-top: 2px;
}
.header-desktop a.cartSummary-button {
  width: 45px;
  height: 40px;
  display: block;
  float: right;
  margin-left: 10px;
  background-image: url(cart.png);
  background-repeat: no-repeat;
}
.header-desktop .cartSummary-summary .items {
  font-size: 11px;
  color: #999999;
  line-height: 13px;
  text-align: right;
}
.header-desktop .cartSummary-summary .total {
  font-size: 16px;
  color: black;
  font-weight: bold;
}
.header-desktop .cartSummary-summary-mobile {
  display: none;
}
.header-desktop .cartSummary-content {
  background-color: #ff7720;
  top: 40px;
  right: 0;
  z-index: 10;
  position: absolute;
  color: white;
  max-width: 300px;
  min-width: 250px;
  padding: 5px 10px 5px 10px;
  display: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.header-desktop .cartSummary-content td {
  padding: 3px 5px 3px 0px;
}
.header-desktop .cartSummary-content td.image img {
  border: 1px solid #b8764b;
}
.header-desktop .cartSummary-content td.details {
  padding-left: 5px;
}
.header-desktop .cartSummary-content td.details .name {
  font-size: 11px;
  font-weight: bold;
  line-height: 14px;
  height: 28px;
  margin-bottom: 5px;
  overflow: hidden;
}
.header-desktop .cartSummary-content td.details .name,
.header-desktop .cartSummary-content td.details .name a,
.header-desktop .cartSummary-content td.details .name a:hover {
  color: white;
  text-decoration: none;
}
.header-desktop .cartSummary-content td.details .price {
  float: left;
  font-size: 11px;
}
.header-desktop .cartSummary-content td.details .quantity {
  float: right;
  font-size: 11px;
}
.header-desktop .cartSummary-content tr.hor-delimiter td {
  border-bottom: 1px solid #ffa66e;
}
.header-desktop .cartSummary-content div.note {
  border-bottom: 1px solid #ffa66e;
  color: white;
  font-weight: bold;
  padding: 5px;
}
.header-desktop .cartSummary-content .checkout {
  padding-top: 5px;
}
.header-desktop .cartSummary-content .checkout .btn {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  margin-bottom: 5px;
}
.header-mobile .cartSummary {
  display: inline-block;
  margin-left: 5px;
  padding: 0 4px;
  color: white;
  background: #ff7720;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.header-mobile .cartSummary .total {
  font-weight: normal;
  color: yellow;
}
.header-mobile .cartSummary a {
  color: white;
  font-size: 17px;
}
