@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

.pagination-bar {
  margin: 10px 0;
  line-height: 35px;
}
.pagination-bar .pagination {
  margin: 0;
  float: right;
}
.pagination-bar .pager {
  margin: 0;
  float: right;
}
.pagination-bar .form-group {
  margin: 0;
}
.register-section{margin-bottom:25px;}
@media (min-width: 1024px) {
  .pagination-bar .form-group {
    margin: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 150px;
  }
}
@media (max-width: 1023px) {
  .pagination-bar.top .sort-refine-bar {
    margin-top:0px;
    clear: both;
    background-color: #fff;
    padding: 0;
    border-radius: 0;
  }
  
  .pagination-bar.top .sort-refine-bar > div {
    padding: 0;
  }
  
  .pagination-bar.top .sort-refine-bar:before,
  .pagination-bar.top .sort-refine-bar:after {
    content: " ";
    display: table;
  }
  .pagination-bar.top .sort-refine-bar:after {
    clear: both;
  }
  .pagination-bar.top .sort-refine-bar:before,
  .pagination-bar.top .sort-refine-bar:after {
    content: " ";
    display: table;
  }
  .pagination-bar.top .sort-refine-bar:after {
    clear: both;
  }
  .pagination-bar.top .sort-refine-bar .form-group select {
    width: 143px;
    height: auto;
    padding: 5px;
    font-size: 13px;
    line-height: 1;
    border-radius: 0;
  }
  select.pagination-bar.top .sort-refine-bar .form-group select {
    height: 46px;
    line-height: 46px;
  }
  textarea.pagination-bar.top .sort-refine-bar .form-group select,
  select[multiple].pagination-bar.top .sort-refine-bar .form-group select {
    height: auto;
  }
  .pagination-bar.top .sort-refine-bar button {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 0;
  }
  
	.pagination-bar {
	    margin: auto;
	    line-height: 1;
	}
	.pagination-bar.bottom{
	    padding:15px 0;
	}
  
}
.pagination-bar.bottom .helper {
  display: none;
}
.pagination-bar.bottom .sort-refine-bar {
  display: none;
}
.cart-top-bar {
  background: #F2F4F7;
  margin-top: -10px;
  padding: 10px;
}

.cart-top-bar + .yCmsContentSlot > .content{padding-bottom:20px;}
.cart-top-bar + .yCmsContentSlot > .content > h2{padding-bottom:20px;}
.cart-top-bar + .yCmsContentSlot > .content > h2 + p{float:left;}
.cart-top-bar + .yCmsContentSlot > .content > h2 + ul{float:left;}

.cart-top-bar a.help .glyphicon {
  color: #000;
  font-size: 1.5em;
}
.cart-top-bar .help-popup-content-holder {
  display: none;
}

.cart-top-bar+div.container > h3 {
    position: absolute;
    margin-top: 8px;
}
#skip-to-content+div.container > h3 {
    position: absolute;
    margin-top: 40px;
}

.cart-restoration-bar {
  background: #F2F4F7;
  margin: 0 10px 20px;
  padding: 10px;
}
.help-popup-content strong {
  display: block;
  margin-bottom: 15px;
}
.cart-top-totals {
  text-align: right;
  line-height: 4em;
  font-size: 18px;
  font-weight: bold;
}
.cart-totals {
  text-align: right;
  line-height: 2em;
  margin: 14px;
}
.cart-totals .cart-price {
  font-weight: bold;
}
.cart-totals .discount {
  color: #f00;
}
.cart-totals .grand-total {
  margin-top: 5px;
  border-top: 1px solid #777777;
  line-height: 2.5em;
  font-size: 18px;
  font-weight: bold;
}
.express-checkout {
  background-color: #f2f4f7;
  padding: 9px;
  border-radius: 0;
  padding: 10px 20px;
  margin: 10px 0;
}
.express-checkout .headline {
  font-size: 18px;
  margin: 0 0 10px 0;
}
.express-checkout ul li {
  list-style-type: circle;
}
.cart-list {
  padding-left: 0;
  list-style: none;
  margin: 10px 0;
  border-bottom: 1px dashed #777777;
  border-top: 1px dashed #777777;
}
.cart-list .product-item {
  position: relative;
  padding: 10px;
}
.cart-list .product-item .remove-item {
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  /*background: @gray-light;*/
  color: #ff4444;
  height: 34px;
  width: 34px;
  z-index: 2;
  font-size: 1.4em;
}
@media (max-width: 1023px) {
  .cart-list .product-item .remove-item {
    height: 46px;
    width: 46px;
  }
}
.cart-list .product-item:nth-child(2n) {
  background: #F2F4F7;
}
.cart-list .product-item .thumb {
  float: left;
}
.cart-list .product-item .details {
  margin-left: 110px;
}
.cart-list .product-item .details .name {
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 50px;
}
.cart-list .product-item .details .promo {
  color: #3e5983;
  margin: 10px 0;
}
a.cart-list .product-item .details .promo:hover {
  color: #2e4160;
}
.cart-list .product-item .details .qty {
  line-height: 34px;
  margin: 10px 0;
}
.cart-list .product-item .details .qty:before,
.cart-list .product-item .details .qty:after {
  content: " ";
  display: table;
}
.cart-list .product-item .details .qty:after {
  clear: both;
}
.cart-list .product-item .details .qty:before,
.cart-list .product-item .details .qty:after {
  content: " ";
  display: table;
}
.cart-list .product-item .details .qty:after {
  clear: both;
}
.cart-list .product-item .details .qty label {
  float: left;
  margin-right: 10px;
}
.cart-list .product-item .details .qty input {
  float: left;
  width: 70px;
  text-align: center;
  padding-left: 12px;
  padding-right: 12px;
}
.cart-list .product-item .item-price {
  float: left;
  font-size: 18px;
  font-weight: bold;
  margin-left: 10px;
}
.cart-list .product-item .pickup {
  max-width: 350px ;
  color: #ff4444;
}
.cart-list .product-item .pickup:before,
.cart-list .product-item .pickup:after {
  content: " ";
  display: table;
}
.cart-list .product-item .pickup:after {
  clear: both;
}
.cart-list .product-item .pickup:before,
.cart-list .product-item .pickup:after {
  content: " ";
  display: table;
}
.cart-list .product-item .pickup:after {
  clear: both;
}
.cart-list .product-item .pickup .radio-column {
  float: left;
  margin: 0 10px;
}
.cart-list .product-item .pickup .radio-column input {
  display: block;
  float: left;
  margin: 10px 0;
}
.cart-list .product-item .pickup .radio-column label {
  width: 50px;
  display: block;
  text-align: left;
  margin: 0 0 0 20px;
  opacity: 0.5;
  cursor: pointer;
}
.cart-list .product-item .pickup .radio-column label span {
  display: block;
}
.cart-list .product-item .pickup .radio-column label .glyphicon {
  font-size: 1.5em;
}
.cart-list .product-item .pickup .radio-column input:checked + label {
  opacity: 1;
}
.cart-list .product-item .pickup .store-column {
  margin: 5px 0 5px 5px;
  float: left;
}
.cart-list .product-item .pickup .store-column .store-name {
  font-size: 12px;
}
.cart-list .product-item .pickup .actions {
  clear: both;
  margin: 10px 0 10px 120px;
}
@media (max-width: 1023px) {
  .cart-list .product-item .pickup {
    margin-left: 110px;
  }
}
.error-details-section .action {
  text-align: center;
  margin: 10px 0;
}
@media (max-width: 639px) {
  .continueShoppingButton,
  .checkoutButton {
    margin-bottom: 15px;
  }
}
.back-to-storelist {
  display: none;
}
@media (min-width: 1024px) {
  #colorbox #cboxTitle .headline-text {
    display: block !important;
  }
}
.pickup-component {
  padding: 0;
  margin: -10px;
}
.pickup-component .find-store-display:before,
.pickup-component .find-store-display:after {
  content: " ";
  display: table;
}
.pickup-component .find-store-display:after {
  clear: both;
}
.pickup-component .find-store-display:before,
.pickup-component .find-store-display:after {
  content: " ";
  display: table;
}
.pickup-component .find-store-display:after {
  clear: both;
}
.pickup-component .find-store-display .store-navigation {
  float: left;
  width: 50%;
  border-right: 1px solid #ff4444;
}
.pickup-component .find-store-display .store-navigation .pickup-product {
  display: none;
  height: 56px;
  display: table;
  width: 100%;
  font-size: 12px;
  font-weight: bold;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}
.pickup-component .find-store-display .store-navigation .pickup-product .thumb,
.pickup-component .find-store-display .store-navigation .pickup-product .name,
.pickup-component .find-store-display .store-navigation .pickup-product .price {
  height: 56px;
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
}
.pickup-component .find-store-display .store-navigation .pickup-product .thumb {
  width: 56px;
  padding: 10px;
}
.pickup-component .find-store-display .store-navigation .pickup-product .thumb img {
  height: 100%;
  width: 100%;
}
.pickup-component .find-store-display .store-navigation .pickup-product .price {
  padding: 0 10px;
}
.pickup-component .find-store-display .store-navigation .pickup-search-product {
  height: 56px;
  display: table;
  border-bottom: 1px solid #ddd;
  width: 100%;
  font-size: 12px;
  overflow: hidden;
}
.pickup-component .find-store-display .store-navigation .pickup-search-product .pickup-search-bar {
  height: 56px;
  display: table-cell;
  padding: 0 10px;
  vertical-align: middle;
}
.pickup-component .find-store-display .store-navigation .pickup-search-product .pickup-search-bar .input-group .btn {
  box-shadow: none !important;
}
.pickup-component .find-store-display .store-navigation .pickup-search-product .near-me {
  height: 56px;
  display: table-cell;
  padding: 0 10px;
  vertical-align: middle;
  display: none;
}
.pickup-component .find-store-display .store-navigation .pickup-search-product .near-me .near-store span {
  margin-right: 10px;
}
.pickup-component .find-store-display .store-navigation .store-navigation-pager {
  height: 28px;
  line-height: 28px;
  padding: 0 10px;
  background: #fff;
}
.pickup-component .find-store-display .store-navigation .store-navigation-pager:before,
.pickup-component .find-store-display .store-navigation .store-navigation-pager:after {
  content: " ";
  display: table;
}
.pickup-component .find-store-display .store-navigation .store-navigation-pager:after {
  clear: both;
}
.pickup-component .find-store-display .store-navigation .store-navigation-pager:before,
.pickup-component .find-store-display .store-navigation .store-navigation-pager:after {
  content: " ";
  display: table;
}
.pickup-component .find-store-display .store-navigation .store-navigation-pager:after {
  clear: both;
}
.pickup-component .find-store-display .store-navigation .store-navigation-pager .prev {
  float: left;
}
.pickup-component .find-store-display .store-navigation .store-navigation-pager .next {
  float: right;
}
.pickup-component .find-store-display .store-navigation .store-navigation-pager .position {
  text-align: center;
  margin: 0 80px;
}
.pickup-component .find-store-display .display-details {
  float: left;
  width: 50%;
  position: relative;
  height: 364px;
  background: #fff;
  overflow: hidden;
}
.pickup-component .find-store-display .display-details .store-image {
  float: right;
  width: 150px;
}
.pickup-component .find-store-display .display-details .store-image img {
  width: 100%;
  height: auto;
}
.pickup-component .find-store-display .display-details .distance {
  text-align: right;
  margin-top: 10px;
}
.pickup-component .find-store-display .display-details .store-info .name {
  font-weight: bold;
}
.pickup-component .find-store-display .display-details .store-info .address {
  color: #777777;
}
.pickup-component .find-store-display .display-details .store-links {
  margin: 10px 0;
}
.pickup-component .find-store-display .display-details .store-links a {
  display: block;
}
.pickup-component .find-store-display .display-details .store-openings .title {
  font-weight: bold;
}
.pickup-component .find-store-display .display-details .store-openings dl dt {
  width: 60px;
  text-align: left;
  float: left;
}
.pickup-component .find-store-display .display-details .store-openings dl dd {
  margin-left: 80px;
}
.pickup-component .find-store-display .display-details .pickup-product {
  height: 112px;
  width: 100%;
  font-weight: bold;
  border-top: 1px solid #ddd;
}
.pickup-component .find-store-display .display-details .pickup-product .variants {
  height: 30px;
  margin-top: -30px;
  padding: 5px 10px;
  font-weight: normal;
}
.pickup-component .find-store-display .display-details .pickup-product .variants span:after {
  content: ", ";
}
.pickup-component .find-store-display .display-details .pickup-product .variants span:last-child:after {
  content: "";
}
.pickup-component .find-store-display .display-details .pickup-product .thumb {
  float: left;
  width: 112px;
  height: 112px;
  padding: 10px;
}
.pickup-component .find-store-display .display-details .pickup-product .thumb img {
  height: 100%;
  width: auto;
}
.pickup-component .find-store-display .display-details .pickup-product .pickup-product-info {
  display: table;
  height: 56px;
}
.pickup-component .find-store-display .display-details .pickup-product .pickup-product-info .name,
.pickup-component .find-store-display .display-details .pickup-product .pickup-product-info .price {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
}
.pickup-component .find-store-display .display-details .pickup-product .pickup-product-info .name {
  font-weight: normal;
  width: 100%;
}
.pickup-component .find-store-display .display-details .pickup-product .pickup-product-info .price {
  padding: 0 10px;
  text-align: right;
}
.pickup-component .find-store-display .display-details .pickup-product .pickup-product-info .price .stock {
  white-space: nowrap;
}
.pickup-component .find-store-display .display-details .pickup-product .action {
  height: 56px;
  padding: 11px 10px;
  text-align: right;
}
.pickup-component .find-store-display .display-details .pickup-product .action button {
  vertical-align: top;
}
.pickup-component .find-store-display .display-details .pickup-product .action .qty-selector {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.pickup-component .find-store-display .display-details .pickup-product .action .qty-selector .input-group {
  width: 102px;
}
.pickup-component .find-store-display .display-details .pickup-product .action .qty-selector .input-group input {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
/*   border-bottom: 1px solid #8B4513; */
/*   border-top: 1px solid #8B4513; */
}
.pickup-component .pickup-store-list {
  padding-left: 0;
  list-style: none;
  height: 280px;
  overflow: hidden;
  margin: 0;
  position: relative;
}
.pickup-component .pickup-store-list li.loading {
  height: 56px;
  background: #f2f4f7;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ff4444;
  text-align: center;
  line-height: 56px;
}
.pickup-component .pickup-store-list li.loading .glyphicon {
  color: #ff4444;
  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.pickup-component .pickup-store-list .pickup-store-list-entry {
  height: 66px;
}
.pickup-component .pickup-store-list .pickup-store-list-entry input {
  display: none;
}
.pickup-component .pickup-store-list .pickup-store-list-entry label {
  margin: 0;
  height: 100%;
  font-size: 13px;
  padding: 0 0 0 10px;
  display: table;
  width: 100%;
  cursor: pointer;
  position: relative;
  background: #ffffff;
  border-bottom: 1px solid #ddd;
}
.pickup-component .pickup-store-list .pickup-store-list-entry label:hover {
  background: #f2f2f2;
}
.pickup-component .pickup-store-list .pickup-store-list-entry .pickup-store-info {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.pickup-component .pickup-store-list .pickup-store-list-entry .pickup-store-list-entry-name {
  display: block;
}
.pickup-component .pickup-store-list .pickup-store-list-entry .pickup-store-list-entry-city {
  display: block;
  font-weight: normal;
}
.pickup-component .pickup-store-list .pickup-store-list-entry .store-availability {
  display: table;
  height: 100%;
  width: 80px;
  border-left: 1px solid #ddd;
}
.pickup-component .pickup-store-list .pickup-store-list-entry .store-availability span {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 5px;
  text-align: center;
  white-space: nowrap;
}
.pickup-component .pickup-store-list .pickup-store-list-entry .store-availability span div {
  font-size: 10px;
}
.inline-layer {
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.9s ease-out;
  -o-transition: 0.9s ease-out;
  transition: 0.9s ease-out;
}
.inline-layer.open {
  height: auto !important;
}
@media (min-width: 1024px) {
  .pickup-component .find-store-display .pickup-store-list {
    margin: 0 -1px 0 0;
  }
  .pickup-component .find-store-display .pickup-store-list .pickup-store-list-entry label {
    padding-right: 14px;
  }
  .pickup-component .find-store-display .pickup-store-list .pickup-store-list-entry label:after {
    content: "";
    display: block;
    width: 1px;
    height: auto;
    position: absolute;
    top: -1px;
    right: 0;
    bottom: -1px;
    background: #ff4444;
  }
  .pickup-component .find-store-display .pickup-store-list .pickup-store-list-entry input:checked + label {
    background: #999999;
  }
  .pickup-component .find-store-display .pickup-store-list .pickup-store-list-entry input:checked + label .pickup-store-info {
    color: #fff;
  }
  .pickup-component .find-store-display .pickup-store-list .pickup-store-list-entry input:checked + label .store-availability {
    color: #fff;
  }
  .pickup-component .find-store-display .pickup-store-list .pickup-store-list-entry input:checked + label:after {
    display: block;
    content: "";
    width: 28px;
    height: 28px;
    position: absolute;
    top: 50%;
    right: -1px;
    background: transparent;
    border: 14px solid transparent;
    border-right-color: #fff;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
@media (max-width: 1023px) {
  .pickup-component {
    overflow: hidden;
  }
  .pickup-component .find-store-display {
    width: 200%;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
  }
  .pickup-component .find-store-display .store-navigation {
    width: 50%;
    border: 0;
  }
  .pickup-component.show-store .find-store-display {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .pickup-component .qty-selector input {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    width: 60px;
  }
  .pickup-component .action {
    padding-top: 0 !important;
  }
}
@media (max-width: 639px) {
  .pickup-component .find-store-display .display-details .store-image {
    float: none;
    width: auto;
  }
  .pickup-component .find-store-display .display-details .store-image:before,
  .pickup-component .find-store-display .display-details .store-image:after {
    content: " ";
    display: table;
  }
  .pickup-component .find-store-display .display-details .store-image:after {
    clear: both;
  }
  .pickup-component .find-store-display .display-details .store-image:before,
  .pickup-component .find-store-display .display-details .store-image:after {
    content: " ";
    display: table;
  }
  .pickup-component .find-store-display .display-details .store-image:after {
    clear: both;
  }
  .pickup-component .find-store-display .display-details .store-image img {
    width: 50%;
    height: auto;
    float: left;
    max-width: 150px;
  }
  .pickup-component .find-store-display .display-details .store-image .distance {
    width: 50%;
    text-align: left;
    float: left;
    margin: 0;
    padding: 0 0 0 10px;
  }
  .pickup-component .find-store-display .display-details .store-image .distance strong {
    display: block;
  }
  .pickup-component .find-store-display .display-details .pickup-product {
    position: relative;
  }
  .pickup-component .find-store-display .display-details .pickup-product .thumb {
    width: 56px;
    height: 56px;
    padding: 5px;
  }
  .pickup-component .find-store-display .display-details .pickup-product .action {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #fff;
    white-space: nowrap;
    padding-top: 0;
  }
  .pickup-component .find-store-display .display-details .pickup-product .action .qty-selector {
    margin-right: 5px;
  }
  .pickup-component .find-store-display .display-details .pickup-product .action .qty-selector .input-group {
    min-width: 120px;
  }
  .pickup-component .find-store-display .display-details .pickup-product .action .qty-selector .input-group input {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    width: 60px;
  }
  .pickup-component .find-store-display .display-details .pickup-product .action .qty-selector .btn {
    padding-left: 15px;
    padding-right: 15px;
  }
  .pickup-component .find-store-display .display-details .pickup-product .action .btn {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.pickup-component .display-details .store-tabs {
  position: relative;
  padding: 10px;
  height: 252px;
}
.pickup-component .display-details .store-tabs .tabs-list {
  padding-left: 0;
  list-style: none;
  background-image: linear-gradient(to right, #f6f6f6 0%, #ffffff 8px);
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 10px 0;
}
.pickup-component .display-details .store-tabs .tabs-list .current-info {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.pickup-component .display-details .store-tabs .tabs-list:before,
.pickup-component .display-details .store-tabs .tabs-list:after {
  content: "";
  position: absolute;
  background-color: transparent;
  height: 10px;
  left: 0;
  width: 100%;
}
.pickup-component .display-details .store-tabs .tabs-list:before {
  top: 0;
  background-image: linear-gradient(#ffffff, rgba(255, 255, 255, 0));
}
.pickup-component .display-details .store-tabs .tabs-list:after {
  bottom: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0), #ffffff);
}
.pickup-component .display-details .store-tabs .tabs-list li {
  margin: 5px 0;
  border: 1px solid transparent;
  border-left: 0;
  color: #999;
  position: relative;
}
.pickup-component .display-details .store-tabs .tabs-list li a {
  color: inherit;
  font-size: 18px;
  padding: 5px 10px;
  display: block;
  border-left: 2px solid transparent;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.pickup-component .display-details .store-tabs .tabs-list li.active {
  border: 1px solid #eee;
  border-left: 0;
  background: #fff;
  color: #000;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.05);
  border-right: 2px solid #ff4444;
}
.pickup-component .display-details .store-tabs .tabs-list li.active a {
  border-left: 2px solid transparent !important;
}
.pickup-component .display-details .store-tabs .tabs-list li a:hover,
.pickup-component .display-details .store-tabs .tabs-list li a:focus {
  color: #000;
  border-left: 2px solid #ff4444;
}
.pickup-component .display-details .store-tabs .tabs-list li a:hover:before,
.pickup-component .display-details .store-tabs .tabs-list li a:focus:before {
  display: block;
  content: attr(aria-label);
  width: auto;
  height: 20px;
  line-height: 20px;
  background: #ff4444;
  position: absolute;
  top: 0;
  left: -10px;
  margin: 6px 0;
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  font-size: 12px;
  padding: 0 5px;
  color: #fff;
  white-space: nowrap;
}
.pickup-component .display-details .store-tabs .tabs-list li a:hover:after,
.pickup-component .display-details .store-tabs .tabs-list li a:focus:after {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border: 5px solid transparent;
  border-left: 5px solid #ff4444;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  margin: 6px 0;
  -webkit-transform: translate(-100%, 5px);
  -ms-transform: translate(-100%, 5px);
  -o-transform: translate(-100%, 5px);
  transform: translate(-100%, 5px);
}
.pickup-component .display-details .store-tabs .content {
  margin-right: 52px;
  overflow: auto;
  height: 100%;
}
.pickup-component .display-details .store-tabs .tabhead {
  display: none;
}
.pickup-component .display-details .store-tabs .pickup-map {
  height: 232px;
}
.addressbook-component {
  border: 1px solid #eee;
  padding: 0;
  margin: 140px 0;
}
.addressbook-component .addressbook-header {
  background: #eee;
  position: relative;
  border-bottom: 1px solid #ff4444;
  padding: 10px;
  height: 56px;
  display: table;
  width: 100%;
}
.addressbook-component .addressbook-header .headline {
  line-height: 16px;
  font-weight: bold;
  font-size: 12px;
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
.addressbook-component .addressbook-header .headline .back-to-storelist {
  display: none;
}
.addressbook-component .addressbook-header .close-addressbook {
  display: table-cell;
}
.addressbook-component .find-address-display:before,
.addressbook-component .find-address-display:after {
  content: " ";
  display: table;
}
.addressbook-component .find-address-display:after {
  clear: both;
}
.addressbook-component .find-address-display:before,
.addressbook-component .find-address-display:after {
  content: " ";
  display: table;
}
.addressbook-component .find-address-display:after {
  clear: both;
}
.addressbook-component .find-address-display .address-navigation {
  float: left;
  width: 50%;
  border-right: 1px solid #ff4444;
}
.addressbook-component .find-address-display .address-navigation .address-navigation-pager {
  height: 28px;
  line-height: 28px;
  padding: 0 10px;
  border-top: 1px solid #DDDDDD;
  margin-top: -1px;
  background: #fff;
}
.addressbook-component .find-address-display .address-navigation .address-navigation-pager:before,
.addressbook-component .find-address-display .address-navigation .address-navigation-pager:after {
  content: " ";
  display: table;
}
.addressbook-component .find-address-display .address-navigation .address-navigation-pager:after {
  clear: both;
}
.addressbook-component .find-address-display .address-navigation .address-navigation-pager:before,
.addressbook-component .find-address-display .address-navigation .address-navigation-pager:after {
  content: " ";
  display: table;
}
.addressbook-component .find-address-display .address-navigation .address-navigation-pager:after {
  clear: both;
}
.addressbook-component .find-address-display .address-navigation .address-navigation-pager .prev {
  float: left;
}
.addressbook-component .find-address-display .address-navigation .address-navigation-pager .next {
  float: right;
}
.addressbook-component .find-address-display .address-navigation .address-navigation-pager .position {
  text-align: center;
  margin: 0 80px;
}
.addressbook-component .find-address-display .display-details {
  float: left;
  width: 50%;
}
.addressbook-component .find-address-display .display-details .address-details {
  padding: 10px;
  height: 252px;
  overflow: hidden;
}
.addressbook-component .find-address-display .display-details .address-actions {
  height: 56px;
  width: 100%;
  font-weight: bold;
  border-top: 1px solid #ddd;
  padding: 10px 10px;
  position: relative;
}
.addressbook-component .find-address-display .display-details .address-actions .set-default {
  position: absolute;
  top: -50px;
  right: 10px;
}
.addressbook-component .address-list {
  padding-left: 0;
  list-style: none;
  height: 280px;
  overflow: hidden;
  margin: 0;
  position: relative;
}
.addressbook-component .address-list .address-list-entry {
  height: 56px;
  overflow: hidden;
}
.addressbook-component .address-list .address-list-entry input {
  display: none;
}
.addressbook-component .address-list .address-list-entry label {
  margin: 0;
  height: 100%;
  font-size: 12px;
  padding: 0 0 0 10px;
  display: table;
  width: 100%;
  cursor: pointer;
  position: relative;
  background: #eee;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
}
.addressbook-component .address-list .address-list-entry label:hover {
  background: #f2f2f2;
}
.addressbook-component .address-list .address-list-entry .address-info {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.addressbook-component .address-list .address-list-entry .address-info .inner {
  max-height: 56px;
  overflow: hidden;
  display: block;
}
.addressbook-component .address-list .address-list-entry .address-list-entry-name {
  display: block;
}
.addressbook-component .address-list .address-list-entry .address-list-entry-city {
  display: block;
  font-weight: normal;
}
.addressbook-component .address-list .address-list-entry .address-actions {
  display: table;
  height: 100%;
  width: auto;
}
.addressbook-component .address-list .address-list-entry .address-actions span {
  display: table-cell;
  vertical-align: middle;
  padding: 0 5px;
  text-align: center;
}
.inline-layer {
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.9s ease-out;
  -o-transition: 0.9s ease-out;
  transition: 0.9s ease-out;
}
.inline-layer.open {
  height: auto !important;
}
@media (min-width: 1024px) {
  .addressbook-component .find-address-display .address-list {
    margin: 0 -1px 0 0;
  }
  .addressbook-component .find-address-display .address-list .address-list-entry label {
    padding-right: 14px;
  }
  .addressbook-component .find-address-display .address-list .address-list-entry label:after {
    content: "";
    display: block;
    width: 1px;
    height: auto;
    position: absolute;
    top: -1px;
    right: 0;
    bottom: -1px;
    background: #ff4444;
  }
  .addressbook-component .find-address-display .address-list .address-list-entry input:checked + label {
    background: #ff4444;
  }
  .addressbook-component .find-address-display .address-list .address-list-entry input:checked + label .address-info {
    color: #fff;
  }
  .addressbook-component .find-address-display .address-list .address-list-entry input:checked + label .address-actions {
    color: #fff;
  }
  .addressbook-component .find-address-display .address-list .address-list-entry input:checked + label:after {
    display: block;
    content: "";
    width: 28px;
    height: 28px;
    position: absolute;
    top: 50%;
    right: -1px;
    background: transparent;
    border: 14px solid transparent;
    border-right-color: #fff;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
@media (max-width: 1023px) {
  .addressbook-component {
    overflow: hidden;
  }
  .addressbook-component .find-address-display {
    width: 200%;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
  }
  .addressbook-component .find-address-display .address-navigation {
    width: 50%;
    border: 0;
  }
  .addressbook-component .find-address-display .address-list .address-list-entry input:checked + label {
    background: #ff4444;
  }
  .addressbook-component .find-address-display .address-list .address-list-entry input:checked + label .address-info {
    color: #fff;
  }
  .addressbook-component .find-address-display .address-list .address-list-entry input:checked + label .address-actions {
    color: #fff;
  }
}
.login-section .headline,
.register-section .headline {
  padding: 10px 0;
  font-size: 18px;
}
.forgotten-password {
  margin-bottom: 20px;
}
.forgotten-password .description {
  margin-bottom: 10px;
}
@media (max-width: 1023px) {
  .login-section,
  .register-section {
    margin-bottom: 50px;
  }
  .login-section .headline,
  .register-section .headline {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
  }
  .login-section .forgotten-password,
  .register-section .forgotten-password {
    padding-top: 10px;
    margin-bottom: 30px;
  }
}
.checkout-login .headline {
  padding: 10px 0 20px;
  font-size: 18px;
  font-weight: 300;
}
.checkout-login .btn.btn-block + .btn.btn-block {
  margin-top: 10px;
}
.checkout-headline {
  font-size: 27px;
  margin: 10px 0;
  font-weight: 300;
}
.checkout-headline span {
  color: #ff4444;
}
.checkout-steps .headline {
  padding: 10px 0 20px;
  font-size: 18px;
  font-weight: 300;
}
.checkout-steps .step-head {
  background: #c7cbd0;
  padding: 0 20px 0 70px;
  cursor: default;
  font-weight: 300;
  color: #19212b;
  font-size: 18px;
  margin-bottom: 10px;
  display: table;
  width: 100%;
  height: 44px;
  counter-increment: checkout;
  position: relative;
}
.checkout-steps .step-head:before {
  content: counter(checkout);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  width: 50px;
  text-align: center;
  font-size: 1.2em;
  line-height: 44px;
}
.checkout-steps .step-head.active:before,
.checkout-steps .step-head.done:before {
  font-weight: bold;
}
@media (max-width: 1023px) {
  .checkout-steps .step-head {
    height: 55px;
  }
}
.checkout-steps .step-head:hover,
.checkout-steps .step-head:focus {
  text-decoration: none;
}
.checkout-steps .step-head .title {
  font-size: 16px;
  vertical-align: middle;
  display: table-cell;
  width: 100%;
}
.checkout-steps .step-head.active {
  background: #19212b;
  color: #fff;
}
.checkout-steps .step-head.done {
  cursor: pointer;
  background: #a9afb7;
  font-weight: 400;
  -webkit-box-shadow: 0 2px 2px 0 #6d7989;
  box-shadow: 0 2px 2px 0 #6d7989;
}
.checkout-steps .step-head .edit {
  height: auto;
  text-align: center;
  color: #19212b;
  font-size: 25px;
  display: table-cell;
  vertical-align: middle;
}
.checkout-steps .step-body > div {
  margin: 10px 0;
}
.checkout-steps .step-body .checkout-indent {
  margin: 0 20px;
}
.checkout-steps .step-body hr {
  margin: 10px 0;
  border-color: #b6b6b6;
}
.checkout-steps .step-body .btn.checkout-next {
  margin: 20px 0;
}
.checkout-shipping .checkout-shipping-items {
  background: #f2f4f7;
  padding: 10px;
  margin: 10px 0;
}
.checkout-shipping .checkout-shipping-items .checkout-shipping-items-header {
  padding: 0 0 10px 0;
  font-size: 16px;
}
.checkout-shipping .checkout-shipping-items ul {
  padding-left: 0;
  list-style: none;
}
.checkout-shipping .checkout-shipping-items ul li {
  font-size: 13px;
}
.checkout-shipping .checkout-shipping-items ul li .name {
  font-weight: bold;
}
.checkout-shipping .simplify-pickup-locations {
  background: #f2f4f7;
  padding: 10px;
}
.checkout-shipping .simplify-pickup-locations .simplify-pickup-location-header {
  background: #b3bfd0;
  padding: 10px;
  line-height: 35px;
  margin: -10px -10px 10px -10px;
}
.checkout-shipping .simplify-pickup-locations .simplify-pickup-location-header:before,
.checkout-shipping .simplify-pickup-locations .simplify-pickup-location-header:after {
  content: " ";
  display: table;
}
.checkout-shipping .simplify-pickup-locations .simplify-pickup-location-header:after {
  clear: both;
}
.checkout-shipping .simplify-pickup-locations .simplify-pickup-location-header:before,
.checkout-shipping .simplify-pickup-locations .simplify-pickup-location-header:after {
  content: " ";
  display: table;
}
.checkout-shipping .simplify-pickup-locations .simplify-pickup-location-header:after {
  clear: both;
}
.checkout-shipping .simplify-pickup-locations ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.checkout-shipping .simplify-pickup-locations ul li + li {
  border-top: 1px solid #b3bfd0;
}
.checkout-shipping .simplify-pickup-locations ul a {
  color: #303030;
  background: #fff;
  display: block;
  padding: 10px;
  text-decoration: none;
}
#addressbook,
#savedpayments {
  display: none;
  padding-bottom: 20px;
}
#colorbox #addressbook,
#colorbox #savedpayments {
  display: block;
}
#addressbook ul,
#savedpayments ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
#addressbook ul li,
#savedpayments ul li {
  padding: 10px 0;
}
.checkout-review .checkout-review-section {
  padding: 10px 0;
}
.checkout-review .checkout-review-section .title {
  font-weight: bold;
  background: #f2f4f7;
  padding: 10px;
}
.checkout-review .checkout-review-section .content {
  padding: 10px;
}
.checkout-order-summary .headline {
  font-size: 16px;
  font-weight: 300;
  background: #19212b;
  padding: 0 20px;
  line-height: 44px;
  color: #fff;
}
@media (max-width: 1023px) {
  .checkout-order-summary .headline {
    line-height: 55px;
  }
}
.checkout-order-summary .checkout-order-summary-list {
  padding-left: 0;
  list-style: none;
  margin: 0;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #b6b6b6;
}
.checkout-order-summary .checkout-order-summary-list li {
  padding: 10px 0;
  border-bottom: 1px solid #b6b6b6;
}
.checkout-order-summary .checkout-order-summary-list li:before,
.checkout-order-summary .checkout-order-summary-list li:after {
  content: " ";
  display: table;
}
.checkout-order-summary .checkout-order-summary-list li:after {
  clear: both;
}
.checkout-order-summary .checkout-order-summary-list li:before,
.checkout-order-summary .checkout-order-summary-list li:after {
  content: " ";
  display: table;
}
.checkout-order-summary .checkout-order-summary-list li:after {
  clear: both;
}
.checkout-order-summary .checkout-order-summary-list li:last-child {
  border: 0;
}
.checkout-order-summary .checkout-order-summary-list .thumb {
  float: left;
  margin-right: 10px;
}
.checkout-order-summary .checkout-order-summary-list .thumb img {
  width: 100%;
  height: auto;
}
.checkout-order-summary .checkout-order-summary-list .price {
  float: right;
  margin-left: 10px;
  font-size: 13px;
  font-weight: bold;
}
.checkout-order-summary .checkout-order-summary-list .details {
  font-size: 13px;
}
.checkout-order-summary .checkout-order-summary-list .details .name {
  font-weight: bold;
  display: inline;
}
.checkout-order-summary .checkout-order-summary-list .details .qty {
  display: inline;
}
.checkout-order-summary .checkout-order-summary-list .details .variants {
  padding: 10px 0;
}
.checkout-order-summary .checkout-order-summary-list .stock-status {
  clear: both;
  padding: 10px 0;
  font-size: 12px;
}
.checkout-order-summary .checkout-order-summary-list li.section {
  margin-top: 10px;
  background: #f2f4f7;
  padding: 10px 20px;
  border: 0;
}
.checkout-order-summary .checkout-order-summary-list li.section .title {
  float: left;
  margin: 0 10px 0 0;
  width: 76px;
  font-weight: bold;
  text-transform: uppercase;
}
.checkout-order-summary .checkout-order-summary-list li.section .address {
  margin-left: 86px;
  font-size: 13px;
}
.checkout-order-summary .checkout-order-summary-list li.section .alternatetitle {
  float: left;
  margin: 0 10px 0 0;
  font-weight: bold;
  text-transform: uppercase;
}
.checkout-order-summary .subtotals {
  background: #f2f4f7;
  padding: 10px 20px;
}
.checkout-order-summary .subtotals.dark {
  background: #19212b;
  color: #fff;
}
@media (max-width: 639px) {
  .checkout-order-summary .subtotals {
    background: #19212b;
    color: #fff;
  }
}
.checkout-order-summary .subtotals .subtotal-headline {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.checkout-order-summary .subtotal span,
.checkout-order-summary .shipping span,
.checkout-order-summary .tax span,
.checkout-order-summary .totals span {
  float: right;
}
.checkout-order-summary .totals {
  font-weight: bold;
  margin-top: 10px;
  margin: 10px -20px;
  padding: 10px 20px;
  border-top: 1px solid #adaeb0;
  font-size: 18px;
}
.checkout-success .checkout-success-headline {
  font-size: 18px;
  margin: 10px;
}

.checkout-success .checkout-success-headline #chkWaiting {
	display: block;
}

.checkout-success .checkout-success-headline #chkFailed{
	display: block;
}

.checkout-success .checkout-success-headline #chkSuccess{
	display: block;
}
.checkout-success .checkout-success-headline span {
  color: #ff4444;
}
.checkout-success .checkout-success-body {
/*   text-align: center; */
  display: none:
}

.checkout-success .checkout-waitpaid-body {
/*   text-align: center; */
  display: none:
}

.checkout-success .checkout-waiting-body {
  text-align: center;
}

.checkout-success .checkout-invalid-body {
  
  text-align: center;
  font-size: 16px;
}

.checkout-success .checkout-failed-body {
  text-align: center;
  display: none:
}

.checkout-success .checkout-success-body .checkout-success-body-headline {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0;
}

.checkout-success .checkout-failed-body .checkout-failed-body-headline {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0;
  font-color:red;
}

.checkout-success .checkout-invalid-body .checkout-invalid-body-headline {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0;
}

.checkout-success-body-register {
  overflow: hidden;
  margin: 20px 0 35px 0;
}
.checkout-success-body-register .login-section,
.checkout-success-body-register .register-section {
  margin: 0 auto;
  float: none;
  background-color: #f2f4f7;
  padding: 15px;
}
.checkout-success-body-register .checkout-success-body-register-email {
  display: inline-block;
  margin-left: 5px;
}
.checkout-success-body-register form {
  padding: 20px 0;
  text-align: left;
}
.checkout-help {
  text-align: center;
  border: 1px solid #7f7f7f;
  font-size: 15px;
  padding: 10px;
}
.termsAndConditions-section {
  padding-bottom: 20px;
}
label.terms {
  margin: 15px 0;
}
fieldset#cardDate > .control-label,
fieldset#startDate > .control-label {
  font-weight: bold;
  margin-bottom: 5px;
}
fieldset#cardDate .form-group .control-label,
fieldset#startDate .form-group .control-label {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.store-finder {
  display: none;
  padding: 0;
}
.store-finder-headline {
  font-size: 18px;
  margin-bottom: 10px;
}
.store-finder-search .row > * {
  margin-bottom: 10px;
}
.store-finder-pagination {
  line-height: 34px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.store-finder-pagination:before,
.store-finder-pagination:after {
  content: " ";
  display: table;
}
.store-finder-pagination:after {
  clear: both;
}
.store-finder-pagination:before,
.store-finder-pagination:after {
  content: " ";
  display: table;
}
.store-finder-pagination:after {
  clear: both;
}
.store-finder-navigation {
  overflow: hidden;
  height: 561px;
}
.store-finder-navigation,
.store-finder-details {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.store-finder-map {
  width: 100%;
  height: 200px;
}
.store-finder .stores-nearby {
  margin-bottom: 10px;
}
.store-finder-navigation-list {
  padding-left: 0;
  list-style: none;
  margin: 0;
  border: 1px solid #ddd;
  position: relative;
}
.store-finder-navigation-list li.loading {
  height: 56px;
  background: #f2f4f7;
  border-bottom: 1px solid #ddd;
  text-align: center;
  line-height: 56px;
}
.store-finder-navigation-list li.loading .glyphicon {
  color: #ff4444;
  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.store-finder-navigation-list-entry {
  height: 56px;
}
.store-finder-navigation-list-entry:last-child label {
  border: 0;
}
.store-finder-navigation-list-entry input {
  display: none;
}
.store-finder-navigation-list-entry label {
  margin: 0;
  height: 100%;
  font-size: 12px;
  padding: 0 14px 0 10px;
  display: table;
  width: 100%;
  cursor: pointer;
  position: relative;
  background: #f2f4f7;
  border-bottom: 1px solid #ddd;
}
.store-finder-navigation-list-entry label:hover {
  background: #f2f2f2;
}
.store-finder-navigation-list-entry input:checked + label {
  background: #ff4444;
  color: #fff !important;
}
.store-finder-navigation-list-entry input:checked + label:after {
  display: block;
  content: "";
  width: 28px;
  height: 28px;
  position: absolute;
  top: 50%;
  right: -1px;
  background: transparent;
  border: 14px solid transparent;
  border-right-color: #fff;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.store-finder-navigation-list-entry-info {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.store-finder-navigation-list-entry-name {
  display: block;
}
.store-finder-navigation-list-entry-city {
  display: block;
  font-weight: normal;
}
.store-finder-navigation-list-entry-distance {
  display: table;
  height: 100%;
  width: 80px;
  border-left: 1px solid #ddd;
}
.store-finder-navigation-list-entry-distance span {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 5px;
  text-align: center;
  white-space: nowrap;
}
.store-finder-details-back {
  margin-bottom: 20px;
  display: none !important;
}
@media (max-width: 639px) {
  .store-finder-details-back {
    display: inline-block !important;
  }
}
.store-finder-details-image {
  width: 112px;
  float: left;
  margin-right: 10px;
}
.store-finder-details-image img {
  width: 100%;
  height: auto;
}
.store-finder-details-info {
  margin-left: 122px;
}
.store-finder-details-info-name {
  font-weight: bold;
}
.store-finder-details hr {
  clear: both;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 1px;
  position: relative;
  border: 0;
}
.store-finder-details hr:after {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  height: 1px;
  right: 0;
  left: 0;
  background: #ddd;
}
.store-finder-details-map {
  background: #eee;
}
.store-finder-details-openings dl dt {
  text-align: left !important;
  width: 60px;
}
.store-finder-details-openings dl dd {
  margin-left: 60px;
}
.store-finder-details-openings ul {
  padding-left: 0;
  list-style: none;
}
@media (max-width: 639px) {
  .store-finder .back-to-storelist {
    margin-bottom: 10px;
  }
  .store-finder .store-finder-panel {
    width: 200%;
    margin: 0;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
  }
  .store-finder .store-finder-panel > * {
    padding: 0;
  }
  .store-finder .store-finder-panel .store-finder-details {
    display: none;
  }
  .store-finder.show-store .store-finder-pagination {
    color: rgba(0, 0, 0, 0);
    height: 46px;
  }
  .store-finder.show-store .store-finder-pagination * {
    display: none;
  }
  .store-finder.show-store .store-finder-panel {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .store-finder.show-store .store-finder-panel .store-finder-navigation {
    padding-right: 20px;
  }
  .store-finder.show-store .store-finder-panel .store-finder-details {
    display: block;
  }
}
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}
#cboxWrapper {
  max-width: none;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
  border-radius: 7px;
}
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000;
}
#colorbox {
  outline: 0;
}
#cboxTopLeft {
  width: 14px;
  height: 14px;
}
#cboxTopCenter {
  height: 14px;
}
#cboxTopRight {
  width: 14px;
  height: 14px;
}
#cboxBottomLeft {
  width: 14px;
}
#cboxBottomCenter {
  height: 43px;
}
#cboxBottomRight {
  width: 14px;
}
#cboxMiddleLeft {
  width: 14px;
}
#cboxMiddleRight {
  width: 14px;
}
#cboxContent {
  background: #fff;
  overflow: visible;
}
.cboxIframe {
  background: #fff;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
#cboxCurrent {
  position: absolute;
  bottom: -25px;
  left: 58px;
  font-weight: bold;
  color: #7C7C7C;
}
/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  position: absolute;
  bottom: -29px;
  width: 23px;
  height: 23px;
  text-indent: -9999px;
}
/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}
#cboxPrevious {
  left: 0px;
  background-position: -51px -25px;
}
#cboxPrevious:hover {
  background-position: -51px 0px;
}
#cboxNext {
  left: 27px;
  background-position: -75px -25px;
}
#cboxNext:hover {
  background-position: -75px 0px;
}
.cboxSlideshow_on #cboxSlideshow {
  background-position: -125px 0px;
  right: 27px;
}
.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -150px 0px;
}
.cboxSlideshow_off #cboxSlideshow {
  background-position: -150px -25px;
  right: 27px;
}
.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -125px 0px;
}
#cboxTitle {
  background: #f2f4f7;
  position: absolute;
  top: 0;
  border-bottom: 0px solid #ff4444;
  padding: 10px;
  height: 56px;
  display: table;
  width: 100%;
}
#cboxTitle .headline {
  background-color:#444444;
  color:#FFFFFF;
  Height:40px;
  line-height: 16px;
  font-weight: bold;
  font-size: 12px;
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
#cboxClose {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 5px 10px 8px 10px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  color: #000000;
  background-color: #ffffff;
  border-color: transparent;
  -webkit-box-shadow: 0 2px 2px 0 #FFFFFF;
  box-shadow: 0 2px 2px 0 #FFFFFF;
  position: absolute;
  top: 12px;
  right: 13px;
/*   border-radius: 7px; */
}

}
#cboxClose:focus,
#cboxClose:active:focus,
#cboxClose.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#cboxClose:hover,
#cboxClose:focus {
  color: #19212b;
  text-decoration: none;
}
#cboxClose:active,
#cboxClose.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
#cboxClose.disabled,
#cboxClose[disabled],
fieldset[disabled] #cboxClose {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
#cboxClose:hover,
#cboxClose:focus,
#cboxClose:active,
#cboxClose.active,
.open > .dropdown-toggle#cboxClose {
  color: #ffffff;
  background-color: #ff1111;
  border-color: rgba(0, 0, 0, 0);
}
#cboxClose:active,
#cboxClose.active,
.open > .dropdown-toggle#cboxClose {
  background-image: none;
}
#cboxClose.disabled,
#cboxClose[disabled],
fieldset[disabled] #cboxClose,
#cboxClose.disabled:hover,
#cboxClose[disabled]:hover,
fieldset[disabled] #cboxClose:hover,
#cboxClose.disabled:focus,
#cboxClose[disabled]:focus,
fieldset[disabled] #cboxClose:focus,
#cboxClose.disabled:active,
#cboxClose[disabled]:active,
fieldset[disabled] #cboxClose:active,
#cboxClose.disabled.active,
#cboxClose[disabled].active,
fieldset[disabled] #cboxClose.active {
  background-color: #ff4444;
  border-color: transparent;
}
#cboxClose .badge {
  color: #ff4444;
  background-color: #ffffff;
}
#cboxClose:hover,
#cboxClose:focus,
#cboxClose:active,
#cboxClose.active,
.open .dropdown-toggle#cboxClose {
  color: #ff4444;
  background-color: #fff;
  border-color: #ff4444;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#cboxClose:active,
#cboxClose.active,
.open .dropdown-toggle#cboxClose {
  background-image: none;
}
#cboxClose.disabled,
#cboxClose[disabled],
fieldset[disabled] #cboxClose,
#cboxClose.disabled:hover,
#cboxClose[disabled]:hover,
fieldset[disabled] #cboxClose:hover,
#cboxClose.disabled:focus,
#cboxClose[disabled]:focus,
fieldset[disabled] #cboxClose:focus,
#cboxClose.disabled:active,
#cboxClose[disabled]:active,
fieldset[disabled] #cboxClose:active,
#cboxClose.disabled.active,
#cboxClose[disabled].active,
fieldset[disabled] #cboxClose.active {
  color: #ff4444;
  background-color: #ff8686;
  border-color: transparent;
  -webkit-box-shadow: 0 2px 2px 0 #ff0707;
  box-shadow: 0 2px 2px 0 #ff0707;
}
#cboxClose .badge {
  color: #ff4444;
  background-color: #ffffff;
}
#cboxTitle {
  height: 56px;
}
#cboxLoadedContent {
  margin-top: 56px;
  padding: 10px;
}
@media (max-width: 1023px) {
  #cboxClose {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 0;
  }
  #cboxTitle {
    height: 66px;
    padding: 0 10px;
  }
  #cboxTitle:before,
  #cboxTitle:after {
    content: " ";
    display: table;
  }
  #cboxTitle:after {
    clear: both;
  }
  #cboxTitle:before,
  #cboxTitle:after {
    content: " ";
    display: table;
  }
  #cboxTitle:after {
    clear: both;
  }
  #cboxLoadedContent {
    margin-top: 66px;
  }
}
.price del {
  color: #000;
  font-weight: bold;
}
.price ins {
  color: #ff4444;
  text-decoration: none;
}
a.price ins:hover {
  color: #ff1111;
}
.price.msrp {
  color: #666;
}
.account-navigation {
  margin-bottom: 10px;
}
.account-navigation .account-navigation-header {
  padding: 10px;
  text-transform: uppercase;
}
.account-navigation .account-navigation-header a {
  display: block;
}
.account-navigation .account-navigation-list {
  margin: 10px;
  padding-left: 0;
  list-style: none;
}
@media (min-width: 640px) and (max-width: 1023px) {
  .account-navigation .account-navigation-list {
    display: none !important;
  }
}
@media (max-width: 639px) {
  .account-navigation .account-navigation-list {
    display: none !important;
  }
}
.account-navigation .account-navigation-list li.title {
  margin-top: 10px;
  font-weight: bold;
}
.account-navigation .account-navigation-list li.active {
  font-weight: bold;
}
.account-navigation .account-navigation-list li a:hover,
.account-navigation .account-navigation-list li afocus {
  color: #ff4444;
}
.account-home .account-home-section {
  margin-bottom: 20px;
}
.account-home .account-home-section .account-home-section-header {
  background: #f2f4f7;
  padding: 10px;
  text-transform: uppercase;
}
.account-home .account-home-section .account-home-section-content {
  height: 100px;
  padding: 10px;
  border: 1px solid #f2f4f7;
  border-top: 0;
}
.account-home .account-home-section .account-home-section-content ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
@media (max-width: 1023px) {
  .account-home .account-home-section {
    margin-bottom: 10px;
  }
  .account-home .account-home-section .account-home-section-content {
    height: auto;
    padding: 0;
  }
  .account-home .account-home-section .account-home-section-content ul li a {
    padding: 10px;
    display: block;
  }
  .account-home .account-home-section .account-home-section-content ul li + li {
    border-top: 1px solid #eee;
  }
}
.account-section .addressBackBtn,
.account-section .orderTopBackBtn {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.account-section .account-section-header {
  background: #f2f4f7;
  padding: 10px;
  text-transform: uppercase;
}
.account-section .account-section-content {
  padding: 20px 10px 10px 10px;
}
.account-section .account-section-content.account-section-content-small {
  max-width: 600px;
}
.account-section .account-section-content.account-section-content-small .container {
  max-width: 600px;
}
@media (min-width: 1024px) {
  .account-section .account-section-content.account-section-content-small .account-addressbook,
  .account-section .account-section-content.account-section-content-small .account-paymentdetails {
    max-width: 900px;
  }
  .account-section .account-section-content.account-section-content-small .account-addressbook .container,
  .account-section .account-section-content.account-section-content-small .account-paymentdetails .container {
    max-width: 900px;
  }
  .account-section .account-section-content.account-section-content-small .account-addressbook .accountAddressItem:nth-child(even),
  .account-section .account-section-content.account-section-content-small .account-paymentdetails .accountAddressItem:nth-child(even),
  .account-section .account-section-content.account-section-content-small .account-addressbook .accountPaymentDetailsItem:nth-child(even),
  .account-section .account-section-content.account-section-content-small .account-paymentdetails .accountPaymentDetailsItem:nth-child(even) {
    padding-left: 30px;
  }
  .account-section .account-section-content.account-section-content-small .account-addressbook .accountAddressItem:nth-child(odd),
  .account-section .account-section-content.account-section-content-small .account-paymentdetails .accountAddressItem:nth-child(odd),
  .account-section .account-section-content.account-section-content-small .account-addressbook .accountPaymentDetailsItem:nth-child(odd),
  .account-section .account-section-content.account-section-content-small .account-paymentdetails .accountPaymentDetailsItem:nth-child(odd) {
    padding-right: 30px;
  }
}
@media (min-width: 1400px) {
  .account-section .account-section-content.account-section-content-small .account-addressbook,
  .account-section .account-section-content.account-section-content-small .account-paymentdetails {
    max-width: 1200px;
  }
  .account-section .account-section-content.account-section-content-small .account-addressbook .container,
  .account-section .account-section-content.account-section-content-small .account-paymentdetails .container {
    max-width: 1200px;
  }
}
.account-section .account-section-content .accountActions {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 20px;
}
@media (max-width: 639px) {
  .account-section .account-section-content .accountActions .accountButtons:first-child {
    padding-bottom: 20px;
  }
}
@media (min-width: 640px) {
  .account-section .account-section-content .accountActions .accountButtons:first-child {
    padding-left: 10px;
  }
  .account-section .account-section-content .accountActions .accountButtons:last-child {
    padding-right: 10px;
  }
}
@media (min-width: 1024px) {
  .account-section .account-section-content .accountActions {
    padding-right: 20px;
  }
}
.account-section .account-section-content .accountActions .accountButtons {
  padding-left: 0px;
  padding-right: 0px;
}
.account-section .cancel-panel {
  float: right;
}
@media (min-width: 640px) {
  .account-section .cancel-panel {
    padding-left: 0px;
  }
}
.account-section .btn.btn-block + .btn.btn-block {
  margin-top: 10px;
}
.account-profil .account-profil-info {
  margin: 0 0 10px;
}
.account-profil .account-profil-info .account-profil-info-line {
  line-height: 2em;
}
.account-profil .account-profil-info .account-profil-info-line span {
  display: inline-block;
  width: 100px;
}
.account-profil a.btn {
  margin-top: 10px;
}
.account-profil .btn + .btn {
  margin-left: 10px;
}
.account-addressbook .account-addressbook-list,
.account-paymentdetails .account-addressbook-list,
.account-addressbook .account-paymentdetails-list,
.account-paymentdetails .account-paymentdetails-list {
  padding-left: 0;
  list-style: none;
}
.account-addressbook .account-addressbook-list .accountAddressItem,
.account-paymentdetails .account-addressbook-list .accountAddressItem,
.account-addressbook .account-paymentdetails-list .accountAddressItem,
.account-paymentdetails .account-paymentdetails-list .accountAddressItem {
  padding: 10px;
  border-bottom: 1px solid #f2f4f7;
}
.account-addressbook .account-addressbook-list .accountAddressItem .actions .btn,
.account-paymentdetails .account-addressbook-list .accountAddressItem .actions .btn,
.account-addressbook .account-paymentdetails-list .accountAddressItem .actions .btn,
.account-paymentdetails .account-paymentdetails-list .accountAddressItem .actions .btn {
  margin-top: 10px;
}
.account-addressbook .account-addressbook-list .accountAddressItem .actions .btn + .btn,
.account-paymentdetails .account-addressbook-list .accountAddressItem .actions .btn + .btn,
.account-addressbook .account-paymentdetails-list .accountAddressItem .actions .btn + .btn,
.account-paymentdetails .account-paymentdetails-list .accountAddressItem .actions .btn + .btn {
  margin-left: 10px;
}
.account-addressbook .account-addressbook-list .accountAddressItem .remove,
.account-paymentdetails .account-addressbook-list .accountAddressItem .remove,
.account-addressbook .account-paymentdetails-list .accountAddressItem .remove,
.account-paymentdetails .account-paymentdetails-list .accountAddressItem .remove {
  float: right;
}
.account-addressbook .account-addressbook-list .accountAddressItem + .accountAddressItem,
.account-paymentdetails .account-addressbook-list .accountAddressItem + .accountAddressItem,
.account-addressbook .account-paymentdetails-list .accountAddressItem + .accountAddressItem,
.account-paymentdetails .account-paymentdetails-list .accountAddressItem + .accountAddressItem {
  border-top: 1px solid #f2f4f7;
}
.account-addressbook .account-addressbook-list .accountPaymentDetailsItem,
.account-paymentdetails .account-addressbook-list .accountPaymentDetailsItem,
.account-addressbook .account-paymentdetails-list .accountPaymentDetailsItem,
.account-paymentdetails .account-paymentdetails-list .accountPaymentDetailsItem {
  padding: 10px 0;
  border-top: 1px solid #f2f4f7;
}
.account-addressbook .account-addressbook-list .accountPaymentDetailsItem .actions .btn,
.account-paymentdetails .account-addressbook-list .accountPaymentDetailsItem .actions .btn,
.account-addressbook .account-paymentdetails-list .accountPaymentDetailsItem .actions .btn,
.account-paymentdetails .account-paymentdetails-list .accountPaymentDetailsItem .actions .btn {
  margin-top: 10px;
}
.account-addressbook .account-addressbook-list .accountPaymentDetailsItem .actions .btn + .btn,
.account-paymentdetails .account-addressbook-list .accountPaymentDetailsItem .actions .btn + .btn,
.account-addressbook .account-paymentdetails-list .accountPaymentDetailsItem .actions .btn + .btn,
.account-paymentdetails .account-paymentdetails-list .accountPaymentDetailsItem .actions .btn + .btn {
  margin-left: 10px;
}
.account-addressbook .account-addressbook-list .accountPaymentDetailsItem .remove,
.account-paymentdetails .account-addressbook-list .accountPaymentDetailsItem .remove,
.account-addressbook .account-paymentdetails-list .accountPaymentDetailsItem .remove,
.account-paymentdetails .account-paymentdetails-list .accountPaymentDetailsItem .remove {
  float: right;
}
.account-addressbook .account-addressbook-list .accountPaymentDetailsItem + .accountPaymentDetailsItem,
.account-paymentdetails .account-addressbook-list .accountPaymentDetailsItem + .accountPaymentDetailsItem,
.account-addressbook .account-paymentdetails-list .accountPaymentDetailsItem + .accountPaymentDetailsItem,
.account-paymentdetails .account-paymentdetails-list .accountPaymentDetailsItem + .accountPaymentDetailsItem {
  border-top: 1px solid #f2f4f7;
}
.account-addressbook .accountAddAddress {
  padding-left: 0;
}
.account-addressbook .remove {
  float: right;
}
.account-orderhistory .account-orderhistory-pagination {
  padding-bottom: 10px;
  padding-top: 10px;
}
.account-orderhistory .account-orderhistory-pagination .account-orderhistory-pagination-text {
  line-height: 32px;
}
.account-orderhistory .account-orderhistory-pagination .pager {
  margin: 0;
}
.account-orderhistory .account-orderhistory-sort {
  background: #f2f4f7;
  padding: 10px;
}
.account-orderhistory .account-orderhistory-list {
  border: 1px solid #eee;
}
.account-orderhistory .account-orderhistory-list ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.account-orderhistory .account-orderhistory-list .account-orderhistory-list-item {
  padding: 10px;
}
.account-orderhistory .account-orderhistory-list .account-orderhistory-list-item .order-list-id {
  font-weight: bold;
}
.account-orderhistory .account-orderhistory-list .account-orderhistory-list-item a {
  color: #303030;
}
.account-orderhistory .account-orderhistory-list .account-orderhistory-list-item a:hover,
.account-orderhistory .account-orderhistory-list .account-orderhistory-list-item a:focus {
  color: #ff4444;
}
@media (max-width: 639px) {
  .account-orderhistory .account-orderhistory-list .account-orderhistory-list-item .status strong {
    display: block;
  }
}
.account-orderhistory .account-orderhistory-list .account-orderhistory-list-item:nth-child(2n) {
  background: none repeat scroll 0 0 #F2F4F7;
}
.account-orderhistory .account-orderhistory-list li + li {
  border-top: 1px solid #eee;
}
@media (min-width: 1024px) {
  .account-orderdetail .text-right-md {
    text-align: right;
  }
}
.account-orderdetail .account-orderdetail-overview {
  padding-bottom: 20px;
  padding-top: 20px;
}
.account-orderdetail .account-orderdetail-overview .account-order-header_data {
  font-weight: bold;
}
@media (max-width: 1023px) {
  .account-orderdetail .account-orderdetail-overview .account-order-header_data .uppercase-sm {
    text-transform: uppercase;
  }
}
.account-orderdetail .account-orderdetail-overview:before,
.account-orderdetail .account-orderdetail-overview:after {
  content: " ";
  display: table;
}
.account-orderdetail .account-orderdetail-overview:after {
  clear: both;
}
.account-orderdetail .account-orderdetail-overview:before,
.account-orderdetail .account-orderdetail-overview:after {
  content: " ";
  display: table;
}
.account-orderdetail .account-orderdetail-overview:after {
  clear: both;
}
.account-orderdetail .account-orderdetail-item-section-header .account-orderdetail-orderPromotion-section {
  color: #33cc33;
}
.account-orderdetail .account-orderdetail-orderPromotion-section {
  border-top: 1px solid #eee;
  padding-top: 20px;
}
.account-orderdetail .account-orderdetail-orderPromotion-section .orderPromotion {
  padding-right: 10px;
}
.account-orderdetail .account-orderdetail-item-section-header.item-box {
  background: #afb2b5;
  padding: 10px;
  margin-bottom: 5px;
  margin-top: 5px;
}
.account-orderdetail .account-orderdetail-item-section-header.item-box:before,
.account-orderdetail .account-orderdetail-item-section-header.item-box:after {
  content: " ";
  display: table;
}
.account-orderdetail .account-orderdetail-item-section-header.item-box:after {
  clear: both;
}
.account-orderdetail .account-orderdetail-item-section-header.item-box:before,
.account-orderdetail .account-orderdetail-item-section-header.item-box:after {
  content: " ";
  display: table;
}
.account-orderdetail .account-orderdetail-item-section-header.item-box:after {
  clear: both;
}
.account-orderdetail .account-orderdetail-item-section-header.order-data {
  background-color: #F2F4F7;
  padding: 10px;
}
.account-orderdetail .account-orderdetail-item-section .account-orderdetail-item-section-header {
  background: #f2f4f7;
}
.account-orderdetail .account-orderdetail-item-section .account-orderdetail-item-section-header .orderDetail_itemHeader {
  background-color: black;
  color: white;
  padding: 10px 20px 10px 10px;
  height: 40px;
}
.account-orderdetail .account-orderdetail-item-section .account-orderdetail-item-section-header .orderDetail_itemHeader.orderPending {
  height: 40px;
}
.account-orderdetail .account-orderdetail-item-section .account-orderdetail-item-section-header:before,
.account-orderdetail .account-orderdetail-item-section .account-orderdetail-item-section-header:after {
  content: " ";
  display: table;
}
.account-orderdetail .account-orderdetail-item-section .account-orderdetail-item-section-header:after {
  clear: both;
}
.account-orderdetail .account-orderdetail-item-section .account-orderdetail-item-section-header:before,
.account-orderdetail .account-orderdetail-item-section .account-orderdetail-item-section-header:after {
  content: " ";
  display: table;
}
.account-orderdetail .account-orderdetail-item-section .account-orderdetail-item-section-header:after {
  clear: both;
}
.account-orderdetail .account-orderdetail-item-section .account-orderdetail-item-section-header .button-panel {
  float: right;
  max-width: 200px;
}
.account-orderdetail .account-orderdetail-item-section .account-orderdetail-item-section-body ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.account-orderdetail .account-orderdetail-item-section .account-orderdetail-item-section-body ul li {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.account-orderdetail .account-orderdetail-item-section .account-orderdetail-item-section-body ul li:before,
.account-orderdetail .account-orderdetail-item-section .account-orderdetail-item-section-body ul li:after {
  content: " ";
  display: table;
}
.account-orderdetail .account-orderdetail-item-section .account-orderdetail-item-section-body ul li:after {
  clear: both;
}
.account-orderdetail .account-orderdetail-item-section .account-orderdetail-item-section-body ul li:before,
.account-orderdetail .account-orderdetail-item-section .account-orderdetail-item-section-body ul li:after {
  content: " ";
  display: table;
}
.account-orderdetail .account-orderdetail-item-section .account-orderdetail-item-section-body ul li:after {
  clear: both;
}
.account-orderdetail .account-orderdetail-item-section .account-orderdetail-item-section-body ul li + li {
  border-top: 1px solid #eee;
}
.account-orderdetail .account-orderdetail-item-section .account-orderdetail-item-section-body ul .thumb {
  float: left;
  margin-right: 10px;
  max-width: 100px;
}
.account-orderdetail .account-orderdetail-item-section .account-orderdetail-item-section-body ul .price-total {
  float: right;
  padding-right: 10px;
}
.account-orderdetail .account-orderdetail-item-section .account-orderdetail-item-section-body ul .details .name {
  font-weight: bold;
}
.account-orderdetail .account-orderdetail-item-section .account-orderdetail-item-section-body ul .promo {
  color: #33cc33;
}
@media (min-width: 1024px) and (max-width: 1399px) {
  .account-orderdetail .account-orderdetail-item-section .account-orderdetail-item-section-body ul .promo {
    padding-left: 22px;
  }
}
@media (min-width: 1400px) {
  .account-orderdetail .account-orderdetail-item-section .account-orderdetail-item-section-body ul .promo {
    padding-left: 0px;
  }
}
.account-orderdetail .account-orderdetail-item-section .account-orderdetail-item-section-body ul .promo li {
  border-bottom: 0;
}
.account-orderdetail .account-orderdetail-item-section .account-orderdetail-item-section-footer .total-headline {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.account-orderdetail .account-orderdetail-item-section .account-orderdetail-item-section-footer .subtotals {
  padding: 10px;
  text-align: right;
  border-top: 1px solid #eee;
}
.account-orderdetail .account-orderdetail-item-section .account-orderdetail-item-section-footer .subtotals div span {
  display: inline-block;
  width: 100px;
}
.account-orderdetail .account-orderdetail-item-section .account-orderdetail-item-section-footer .subtotals .totals {
  font-weight: bold;
}
.account-orderdetail .account-orderdetail-item-section-header .order-ship-to,
.account-orderdetail .account-orderdetail-item-section-header .order-shipping-method,
.account-orderdetail .account-orderdetail-item-section-header .order-tracking-no,
.account-orderdetail .account-orderdetail-item-section-header .order-store-address,
.account-orderdetail .account-orderdetail-item-section-header .order-store-hours {
  padding-bottom: 20px;
  padding-top: 20px;
}
.account-orderdetail .account-orderdetail-item-section-header .order-ship-to .order-track-number,
.account-orderdetail .account-orderdetail-item-section-header .order-shipping-method .order-track-number,
.account-orderdetail .account-orderdetail-item-section-header .order-tracking-no .order-track-number,
.account-orderdetail .account-orderdetail-item-section-header .order-store-address .order-track-number,
.account-orderdetail .account-orderdetail-item-section-header .order-store-hours .order-track-number {
  color: #ff4444;
}
.account-orderdetail .account-orderdetail-item-section-header .order-payment-data,
.account-orderdetail .account-orderdetail-item-section-header .order-billing-address {
  padding-top: 10px;
  padding-bottom: 10px;
}
.account-orderdetail .account-orderdetail-item-section-header .order-billing-address .label-order,
.account-orderdetail .account-orderdetail-item-section-header .order-payment-data .label-order,
.account-orderdetail .account-orderdetail-item-section-header .order-ship-to .label-order,
.account-orderdetail .account-orderdetail-item-section-header .order-shipping-method .label-order,
.account-orderdetail .account-orderdetail-item-section-header .order-tracking-no .label-order,
.account-orderdetail .account-orderdetail-item-section-header .order-store-address .label-order,
.account-orderdetail .account-orderdetail-item-section-header .order-store-hours .label-order {
  text-transform: uppercase;
  font-weight: bold;
}
.account-orderdetail .account-orderdetail-item-section-header .order-ship-to,
.account-orderdetail .account-orderdetail-item-section-header .order-store-address,
.account-orderdetail .account-orderdetail-item-section-header .order-billing-address {
  padding-left: 20px;
}
@media (max-width: 1023px) {
  .account-orderdetail .account-orderdetail-item-section-header .order-shipping-method,
  .account-orderdetail .account-orderdetail-item-section-header .order-tracking-no,
  .account-orderdetail .account-orderdetail-item-section-header .order-payment-data,
  .account-orderdetail .account-orderdetail-item-section-header .order-store-hours {
    padding-left: 20px;
  }
}
.account-orderdetail .account-orderdetail-item-section-header .account-orderdetail-item-section-footer {
  padding-top: 20px;
}
.account-orderdetail .account-orderdetail-item-section-header .account-orderdetail-item-section-footer .total-headline {
  font-weight: bold;
  margin-bottom: 10px;
}
.account-orderdetail .account-orderdetail-item-section-header .account-orderdetail-item-section-footer .subtotals {
  padding: 10px;
  text-align: right;
  border-top: 1px solid #eee;
}
.account-orderdetail .account-orderdetail-item-section-header .account-orderdetail-item-section-footer .subtotals div span {
  display: inline-block;
  width: 100px;
}
.account-orderdetail .account-orderdetail-item-section-header .account-orderdetail-item-section-footer .totals div {
  font-weight: bold;
  line-height: 300%;
}
.account-orderdetail .account-orderdetail-item-section-header .account-orderdetail-item-section-footer:before,
.account-orderdetail .account-orderdetail-item-section-header .account-orderdetail-item-section-footer:after {
  content: " ";
  display: table;
}
.account-orderdetail .account-orderdetail-item-section-header .account-orderdetail-item-section-footer:after {
  clear: both;
}
.account-orderdetail .account-orderdetail-item-section-header .account-orderdetail-item-section-footer:before,
.account-orderdetail .account-orderdetail-item-section-header .account-orderdetail-item-section-footer:after {
  content: " ";
  display: table;
}
.account-orderdetail .account-orderdetail-item-section-header .account-orderdetail-item-section-footer:after {
  clear: both;
}
.account-orderdetail .account-orderdetail-item-section-header .account-orderdetail-orderTotalDiscount-section {
  padding: 20px 0;
}
.account-orderdetail .account-orderdetail-item-section-header .account-orderdetail-orderTotalDiscount-section .order-total-savings {
  text-align: right;
  color: #33cc33;
  font-weight: bold;
  padding-right: 10px;
}
.account-orderdetail .account-orderdetail-item-section-header .account-orderdetail-orderTotalDiscount-section .order-total-taxes {
  text-align: right;
  padding-right: 10px;
}
@media (max-width: 1023px) {
  .account-orderdetail .account-orderdetail-item-section-header .account-orderdetail-orderTotalDiscount-section {
    margin-bottom: 20px;
  }
}
.order-separator {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}
.paymentsDeleteActions {
  padding-left: 0px;
  padding-right: 0px;
  width: 300px;
}
.paymentsDeleteActions :first-child {
  margin-bottom: 10px;
}
.paymentsDeleteActions .paymentsDeleteBtn {
  padding-right: 0px;
  padding-left: 0px;
}
.quick-view-popup .product-image {
  float: left;
  width: 33%;
}
.quick-view-popup .product-image a {
  display: block;
}
.quick-view-popup .product-image img {
  width: 100%;
  height: auto;
}
.quick-view-popup .product-details {
  margin-left: 33%;
  padding-left: 20px;
}
.quick-view-popup .product-details .name {
  font-size: inherit;
  font-weight: bold;
}
.quick-view-popup .product-details .rating:after {
  clear: none;
}
.quick-view-popup .product-details .price {
  font-size: inherit;
  font-weight: bold;
}
.quick-view-popup .addtocart-component {
  clear: both;
  padding-top: 20px;
}
.skip,
.skiptocontent,
.skiptonavigation {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
