.bar-notification-container {
  position: relative;
}

.bar-notification.error {
  background-color: #fce6e5;
  color: #EC6860;
}

.bar-notification {
  position: unset !important;
  height: 42px;
  padding: 0 !important;
}

.bar-notification .content {
  text-transform: none !important;
  width: 100%;
  float: left;
  text-align: center;
  padding: 13px 40px 13px 40px;
}
 
.bar-notification .close {
  position: relative;
  right: 0;
  top: -43px;
  float: right;
}

.mpc-select-billing-address {
  text-align: center;
}

.checkout-page .ship-to-same-address {
  padding: 0px;
}

.address-select-wrapper {
  margin-top: 25px;
}

.mpc-new-billing-address {
  display: none;
}

.mpc-select-shipping-address {
  text-align: center;
}

.mpc-new-shipping-address {
  display: none;
}

.header-powered-by {
	margin: 0;
	text-align: left;
}

.billing-item-box,
.shipping-item-box {
  width: 49% !important;
  position: relative;
  float: left;
  margin: 0 0.5% 50px;
}

.add-to-cart-qty-wrapper .plus,
.add-to-cart-qty-wrapper .minus,
.wishlist-qty-wrapper .plus,
.wishlist-qty-wrapper .minus {
  display: block;
  width: 30px;
  height: 22px;
  color: #454545;
  background: #f8f8f8;
  border: 1px solid #f1f1f1;
  border-left: none;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.add-to-cart-qty-wrapper .plus:hover,
.add-to-cart-qty-wrapper .minus:hover,
.wishlist-qty-wrapper .plus:hover,
.wishlist-qty-wrapper .minus:hover {
  background-color: #f1f1f1;
}

.add-to-cart-qty-wrapper .minus,
.wishlist-qty-wrapper .minus {
  border-top: none;
}

.input-description {
  display: block;
}

.wishlist-qty-wrapper,
.add-to-cart-qty-wrapper {
  width: 100%;
}

.qty-input.add-to-cart-entered-qty,
.wishlist-qty-input {
  width: 30% !important;
}

.custom-validation-error{
    color: red;
}

.number-input-buttons{
    display:inline-block;
}

.add-to-cart-entered-qty,
.wishlist-qty-input{
    vertical-align:top !important;
    height:44px !important;
}

.button-1.add-to-cart-button.inactive {
  background-color: #999;
}

.cart .quantity{
    min-width:200px;
}

.button-2.update-cart-button.readonly {
  color: #aaa;
}

.button-1.checkout-button.readonly,
.button-2.update-wishlist-button.readonly,
.button-2.wishlist-add-to-cart-button.readonly {
  background-color: #999;
}

.quickViewWindow .overview #accordion .purchase-area .add-to-cart .number-input-buttons *{
	float: none;
}

a.ico-account{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 150px;
}

.header-links li{
  vertical-align: middle;
}

.product-grid .item-box .add-to-wishlist-multiplied-button {
  width: 17%;
}

.item-box .add-to-wishlist-multiplied-button:hover{
  background-color: #ddd;
}

.item-box .add-to-wishlist-multiplied-button {
  background-image: url(../images/wishlist-button.png);
  width: 20%;
  border-left: 1px solid #fff !important;
  background-color: #eaeaea;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0;
}

.overview .add-to-wishlist-multiplied-overview-button{
  background-image: url(../images/wishlist-button.png);
}

.item-box .alternative-price-text-container {
  margin: 0 0 10px;
  overflow: hidden;
}

.item-box .alternative-price-text {
  margin: 0 5px 0 0;
  font-size: 16px;
  color: #666;
}

.item-box .alternative-price-text-container {
  min-height: 40px;
}

.order-list-container {
  position: relative;
}

.order-list-container .ajax-order-list-busy {
  display: none;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #ffffffab url(../images/loading.gif) center no-repeat;
}

.order-list .order-item {
    border: 1px solid #3C3C3C61;
    margin-bottom: 11px;
}

.order-list .order-item .title {
    background-color: #E5E5E5;
    margin: 0;
    padding: 13px;
}

.order-list-page .order-info {
    margin-bottom: 0;
}

.order-list-page .shipment-info:first-child {
    margin-top: 10px;
}


.order-list-page .shipment-info:last-child {
    margin-bottom: 0;
}

.order-list-page .buttons {
    top: 15px;
    right: 13px;
}

.shipments-list {
  display: none;
}

.shipment-info button {
  min-width: 140px;
  border: 1px solid #4ab1f0;
  height: 36px;
  background-color: #ffffff;
  color: #4ab1f0;
  text-transform: capitalize;
  text-align: center;
  padding: 10px 30px;
  font-size: 16px;
}

.shipment-info button:hover,
.shipment-info button:focus {
  background-color: #eaeaea;
}

@media all and (min-width: 1001px) {
  .order-item .column {
    display: inline-block;
  }

  .order-item .column:last-child {
    float: right;
    text-align: end;
  }

  .customer-info-page .email-allow-update-note {
    margin-left: 150px;
  }
}

.download-invoice-button {
  background: url("../images/print.png") left center no-repeat;
}

.toggle-shipments-list-button {
  background: url("../images/delivery.png") left center no-repeat;
}

.block {
    min-height: 46px;
    margin: 0 auto 10px;
}

.block .title {
    position: relative;
    display: block;
    cursor: pointer;
    overflow: hidden;
    padding: 12px 40px 12px 10px;
    background: #f6f6f6;
    margin: 0;
    color: #444;
    font-size: 18px;
}

.block .title:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 14px;
    width: 12px;
    height: 19px;
    margin-top: -9px;
    background: url(../images/filters-toggle.png) center no-repeat;
}

@media all and (min-width: 1001px) {
    .block .title {
        font-weight: 700;
    }
}

.customer-info-page .email-allow-update-note {
    display: block;
    font-size: 14px;
    margin-top: 7px;
    white-space: normal;
}
.customer-info-page .email-allow-update-note a {
  color: #4ab2f1;
}
.customer-info-page input[type=email]:read-only {
    background: #ddd;
}
.customer-info-page .email-allow-update-note a:hover,
.customer-info-page .email-allow-update-note a:focus {
  text-decoration: underline;
}

@media all and (min-width: 1367px) {
    .customer-info-page .email-allow-update-note {
        margin-left: 225px;
    }
}

.home-page-category-grid .title a {
  padding: 0 0 13px;
  margin: 2px;
}

body, input, textarea, select, button,
.item-box .old-price {
  color: #666;
}

.item-box .product-title, 
.header-menu > ul > li > a:hover, 
.header-menu > ul > li > a:focus,
.header-links a:hover,
.header-links a:focus {
  color:#1472c5;
}

.search-box .search-box-button, 
.item-box .product-box-add-to-cart-button,
.overview .add-to-cart-button {
  background-color: #1472c5;
}

.header-links ul,
.header-logo, 
.header-menu ul {
  font-size: initial;
}

.skip-to-main-content-link {
  position: absolute;
  left: -9999px;
  z-index: 9999;
  padding: 1em;
  background-color: #1472c5;
  color: white;
  opacity: 0;
}

.skip-to-main-content-link:focus {
  left: 40%;
  transform: translateX(-50%);
  opacity: 1;
}