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

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

.bar-notification {
  position: unset !important;
  height: 48px;
  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;
}

.header-company {
  float: right;
  white-space: nowrap;
  line-height: 35px;
  overflow: hidden;
  font-size: 12px;
  text-overflow: ellipsis;
  width: 70%;
  text-align: right;
}

.sales-rep-content {
  text-align: left !important;
  background-color: #ddd !important;
}

.sales-rep-title {
  text-align: left !important;
  font-weight: bold;
}

.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%;
  margin: 0 0 20px;
}

.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: 50px;
}

.item-box .product-price-call-for-price {
  min-height: 50px;
  margin: 0 0 10px;
  overflow: hidden;
}

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

.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: 200px;
  border: 1px solid #4ab1f0;
  height: 36px;
  background-color: #ffffff;
  color: #4ab1f0;
  text-transform: capitalize;
  text-align: center;
  padding: 10px 30px;
  font-size: 16px;
  margin-bottom: 5px;
}

.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;
}

.button-2.get-dynamic-price-button {
    width: auto;
    margin: 0 0 20px;
    display: none;
    background-image: url('../images/refresh.png');
}

.default.prices,
.loading-message,
.dynamic.prices div{
    display: none;
}

.default.tier-prices,
.default.tier-prices .prices-table .price-row .loading-overlay,
.dynamic.tier-prices {
    display: none;
}

.loading-spinner-container {
    display: flex;
}

.loading-spinner-container .spinner {
    width: 20px;
    height: 60px;
    background: url(../images/loading-default.png) center/100% no-repeat;
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
}

.loading-spinner-container .message {
    margin-left: 5px;
    line-height: 60px;
}

.loading-overlay {
    width: 100%;
    height: 100%;
    border-radius: 25px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    background-color: #DDDBDD;
}

.default-price {
  display: none;
}

.loading-overlay::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateX(-100%);
    background-image: linear-gradient( 90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) );
    animation: shimmer 2s infinite;
    content: '';
}

@keyframes shimmer {
    100% {
        transform: translateX(100%);
    }
}

@keyframes spin {
  from {
      transform: rotate(0deg);
  }

  to {
      transform: rotate(360deg);
  }
}

.tier-prices .item-price {
    height: 1px;
}

table.cart td.unit-price .product-unit-price.default,
table.cart td.unit-price .product-unit-price.dynamic,
table.cart td.subtotal .default,
table.cart td.subtotal .product-subtotal.dynamic,
table.cart td .loading-overlay,
table.cart-total td .loading-overlay {
    display: none;
}

table.cart td.unit-price,
table.cart td.subtotal {
    height: 1px;
}

table.cart td .loading-overlay {
    height: 15px;
    width: 100px;
}

table.cart-total td.loading-overlay-cell {
    height: 1px;
}

button.checkout-button:disabled,
button.checkout-button:disabled:hover {
    background-color: #aaa;
    cursor: not-allowed;
}

.cart-error button {
    display: inline-block;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    border: none;
    background-color: #4ab2f1;
    padding: 10px 20px;
    font-size: 15px;
    color: #fff;
}

    .cart-error button:hover,
    .cart-error button:focus {
        background-color: #248ece;
    }

.cart-error.totals {
    padding: 20px;
    display: none;
}

.cart-error.totals a {
  margin: 0 0 0 3px;
  color: #4ab2f1;
  text-decoration: underline;
}

.cart-error .title {
    margin: 0 0 5px;
    font-size: 18px;
    color: #444;
    text-align: left;
}

.cart-error p {
    margin: 0 0 5px;
}

.shipment-details-page .page-title {
  border-bottom: none;
}

.shipment-details-page .page-title h1 {
  margin: 0 0 10px;
  padding: 0 0 10px;
}

.shipment-details-page .page-title a {
  display: inline-block;
  min-width: 180px;
  margin: 5px 0;
  border: none;
  background-color: #aaa;
  background-image: none;
  padding: 10px 20px;
  font-size: 15px;
  color: #fff;
}

.shipment-details-page .page-title a:hover,
.shipment-details-page .page-title a:focus {
  background-color: #999;
}

.shipment-details-page .page-title a.print-order-button {
  background-color: #4ab2f1;
}

.shipment-details-page .page-title a.print-order-button:hover,
.shipment-details-page .page-title a.print-order-button:focus {
  background-color: #248ece;
}

.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;
}

.mini-shopping-cart .dp-reminder {
    padding-bottom: 10px;
}
.mini-shopping-cart .dp-reminder strong {
    display: block;
    font-size: 13px;
    color: #444;
}

.order-details-filters{
  margin: 10px;
}
.order-details-filters .filter-cols{
  display: inline-block;
  margin: 0px 3px;
}
.order-details-filters .filter-name{
  color: #444;
  font-weight: bolder;
}
.order-details-filters .search-order-history{
  height: 36px;
  margin-right: -5px;
  width: 160px;
}
.order-details-filters .order-history-sort-by{
  height: 36px;
}
.order-details-filters .search-filters-button{
  display: inline-block;
  min-width: 70px;
  margin: 0px;
  padding: 9px 10px 11px 10px;
}
.order-details-filters .select-origin,
.order-details-filters .select-payment-status{
  width: 188px;
  height: 36px;
}

@media all and (min-width: 1367px) {
    .customer-info-page .email-allow-update-note {
      margin-left: 225px;
    }
}
@media all and (max-width: 1001px){
  .loading-spinner-container{
    justify-content: center;
  }
}

@media all and (max-width: 767px){
  .bar-notification .close {
    top: -55px;
  }
}
@media all and (max-width: 540px){
  .bar-notification .close {
    top: -42px;
  }
}
@media all and (max-width:539px){
  .bar-notification .close {
    top: -55px;
  }
}