.not-verified {
  background-color: #8a2a2b;
  padding: 6px;
  margin-top: 6px;
  margin-bottom: 6px;
  }
  
  .not-verified p.p2 {
  text-align: center;
  color: #ffffff;
  margin: 5px 25px 0;
  }

.cart-container .cart-page-header-title {
  margin: 0;
}

.cart-container {
	padding: 0 25px;
	color: #505050;
}

.cart-table {
	display: flex;
	flex: 0 0 auto;
	max-width: 1115px;
	margin: 10px 0;
}
  
.cart-table a {
text-decoration: none !important;
}

.cart-table p.notice {
	font-style: italic;
	margin: 0;
	width: 100%;
  }

.cart-table-intro {
	background: #fff;
	display: none;
	font-weight: bold;
	padding: 15px;
	text-align: center;
  }
  
.cart-table-intro.show {
	display: block;
}
  
 .cart-summary {
	width: 200px;
}
  
.cart-items {
  margin-right: 10px;
  padding-right: 10px;
  width: 80%;
}

.cart-item.cart-item--disable .cart-item__product-image,
.cart-item.cart-item--disable .cart-item__title{
  opacity: .79;
}
  
.cart-item.cart-item--disable .item-quantity-container,
.cart-item.cart-item--disable .add_to_list {
  display: none;
}
  
.cart-item.cart-item--disable .cart__out-of-stock-label {
  display: block;
}
  
.cart-item__header {
  border-bottom: solid 1px #333;
  display: flex;
  justify-content: space-between;
  padding: 40px 10px 10px;
}

.cart-item__header:first-of-type {
  padding-top: 10px;
}

.cart-item__pickup-date-time {
  font-weight: bold;
}

.cart-actions {
  line-height: 32px;
  min-width: 95px;
  text-align:right;
}

.cart-actions button {
  background-color: transparent;
  color: #505050;
  font-size:11px;
  margin: 0;
  padding: 0;
}

.cart-actions button span {
  vertical-align:middle;
}

.cart-actions .errors {
  background-color: #f8d7da;
  border: 2px solid #c80000;
  border-radius: 5px;
  color: #c80000;
  display: none;
  font-size: 1.2em;
  margin: 10px 0 15px;
  text-align: center;
}

.cart-items__container {
  border-right: 1px solid #333;
  padding-right: 15px;
}

.cart-item {
  border-bottom: 1px solid #505050;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 10px;
}

.cart-item__subtotal {
  font-weight: bold;
}

.cart-item__trash {
  text-align: right;
  width: 30px;
}

.cart__out-of-stock-label {
  display: none;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #cc0000;
  padding-top: 5px;
}

.item-note-input {
  display: none;
}
.cart-item-note-text {
  font-weight: bold;
}
.cart-item__remove-item,
.cart-item-note-edit {
  background-color: transparent;
  color: #505050;
  margin: 0;
  padding: 0;
}
.cart-item__remove-item:hover,
.cart-item-note-edit:hover,
.cart-item__remove-item:focus {
  background-color: transparent;
} 

.cart-item-note-edit span {
  vertical-align:bottom;
}
  
.cart-item .add-to-list-button {
display: none;
}

.cart-item__product-image {
  align-items: center;
  display: flex;
  height: 70px;
  justify-content: center;
  margin-right: 25px;
  width: 70px;
}

.cart-item__product-image img {
  height: auto;
  max-height: 75px;
  max-width: 75px;
  width: auto;
}

.cart-item__product-details {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.cart-item__product-details-top-line,
.cart-item__product-details-bottom-line,
.cart-item__title-price-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}

.cart-item__title {
  margin-right: 10px;
}

#main .type-page .entry .cart-item__title a,
.cart-item__title a {
  color: #505050;
  font-weight: bold;
  text-decoration: none;
}

.cart-item__price {
  min-width: 150px;
}

.cart-item__total {
  font-weight: bold;
}

.cart-item__plus-minus-widget {
  display: flex;
}

.cart-item__note {
  align-self: flex-end;
}

.cart-items__footer {
  margin-top: 10px;
}

.cart-summary h2, .cart-item__summary h2, .checkout-fulfillment__pickup h2, .checkout-fulfillment__delivery h2, .checkout-fulfillment__locker-pickup h2 {
  margin: 0 25px 7px 0;
}

.checkout-table .payment {
  margin-left: 0;
}

.cart-summary__subtotal,
.cart-summary__discount,
.cart-summary__delivery-fee,
.cart-summary__locker-fee,
.cart-summary__pickup-fee,
.cart-summary__total {
  display:flex;
  justify-content:space-between;
  line-height:28px;
}

.cart-summary__delivery-fee,
.cart-summary__locker-fee,
.cart-summary__pickup-fee,
.cart-summary__total {
  border-bottom: solid 1px #333;
}

.cart-summary__delivery-fee.hide-fee,
.cart-summary__locker-fee.hide-fee,
.cart-summary__pickup-fee.hide-fee {
  display: none;
}

.cart-summary__total {
  font-weight:bold;
  line-height:32px;
}

.cart-summary__action {
  text-align: center;
}

.cart-summary__action button {
  border-radius: 8px;
  font-weight: bold;
  min-width: 80%;
  padding:6px 20px;
}

.cart-summary__action button.transfer-list {
  background-color: #fff;
  border:1px solid #505050;
  color: #505050;
  margin:0 auto 10px;
}

.cart-summary__action button.checkout:hover,
.cart-summary__action button.checkout:active,
.cart-summary__action button.checkout:focus,
.cart-summary__action button.cart-sign-in:hover,
.cart-summary__action button.cart-sign-in:active,
.cart-summary__action button.cart-sign-in:focus {
  margin: 10px auto;
  padding: 6px 20px;
}

.cart-summary__wholesale-customer {
  font-size: 10px;
}

form.cart-form {
  margin: 0;
}

/* Confirmation */

.success-message {
  text-align: center;
  color: #db1a2d;
}

.success-message.success {
  color: #28af22;
}

.success-message.exceptions {
  color: #ff4500;
}

.success-message i {
  font-size: 75px;
}

.success-message p {
  color: #999;
}

.cart-table.confirmation {
  display: block;
  margin: 0 10px;
}

.cart-table-body h3 {
  margin: 0;
  font-weight: bold;
}

.cart-table .subtitle.center {
  text-align: center;
}

.confirmation__info-container {
  margin: 0 auto;
  max-width: 550px;
}

.confirmation__details {
  display:flex;
  justify-content:space-between;
}

.info-container {
  display: flex;
}

.info-label {
  font-weight:bold;
  margin-right:5px;
  text-align:right;
  width: 105px;
}

@media screen and (max-width: 750px) {
	.cart-table {
	  display: block;
	}
  .cart-items {
    margin-right: 0;
    padding-right: 0;
	  width: 100%;
	}
	.cart-items__container {
	  border-right: none;
    padding-right: 0;
  }
	.cart-table .cart-table-body .pickup-info {
	  flex-direction: column;
	  justify-content: center;
	}
  .cart-name {
    width:100%;
  }
  .cart-summary {
    width: auto;
  }
  .cart-summary h2, .cart-item__summary h2, .checkout-fulfillment__pickup h2 {
    margin-top: 20px;
  }
  .cart-summary__action button {
    min-width: auto;
    max-width: 250px;
    width: 80%;
  }
}

@media screen and (max-width: 650px) {
  .cart-item__title-price-container {
    display: block;
  }

  .cart-item__price {
    margin-top: 15px;
  }

  .cart-item-note {
    margin-top: 15px;
    text-align: right;
  }

  .item-note-input {
    margin-top: 12px;
    text-align: right;
  }
}

@media screen and (max-width: 550px) {
  .cart-item__product-details-bottom-line {
    display: block;
  }
  
  .confirmation__info-container {
    max-width: 300px;
  }

  .confirmation__details {
    display: block;
  }
}