#cartHeading h1 {
  display: inline-block;
  float: left;
  line-height: 100%;
}

#addCards {
  margin: 0 0 20px 0;
  display: inline-block;
}

#addCards .material-icons {
  font-weight: bold;
  /* color: #a5a5a5;--JJ#530326*/
  font-size: 14px;
}

.itemsCart {
  float: right;
}

.editItemLink {
  position: absolute;
  top: 70px;
  left: 0;
  font-size: 12px;
}

#delivField {
  display: none;
}

#clmHeadings {
  padding: 0 0 10px 0;
  border-bottom: 1px solid #ccc;
}

#clmHeadings span {
  display: inline-block;
  font-size: 13px;
}

#removeHead {
  width: 30%;
}

#descriptionHead {
  width: 22%;
}

#detailsHead {
  width: 20%;
}

#clmHeadings {
  font-size: 0;
}

#msgHead {
  width: 35%;
}

#valueHead {
  width: 19%;
}

#cartColumn {
  width: 73%;
  margin: 0 2% 0 0;
  float: left;
}

#cartItems {
  min-height: 50px;
  background-repeat: no-repeat;
  background-size: 50px;
  background-position: 50%;
  padding: 25px 0 0 0;
}

.cartHead {
  color: #000;
  font-weight: bold;
  display: inline-block;
  width: 14%;
}

#itemHead {
  width: 53%;
  margin: 0;
}

.cart-item-row__enlarge-image-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: none;
  border: none;
}

.cardImg {
  max-width: 100%;
  max-height: 100px;
  cursor: pointer;
  align-self: center;
  margin: 0 auto;
}

.cardImg:hover {
  opacity: 0.8;
}

.cardImgFull {
  max-width: 300px;
  height: auto;
  width: 100%;
}

.lineItem {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 0 0 20px 0px;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #cccccc;
}

.midColumn {
  width: 24%;
  display: block;
  float: left;
  box-sizing: border-box;
  padding: 0 3% 0 0;
}

.msgColumn {
  width: 44%;
  display: block;
  float: left;
}

.amtBox,
.senderBox,
.recipBox {
  margin: 0 0 15px 0;
}

.recipBox > .cartOutput:last-child {
  word-break: break-word; /* breaks long emails into multiple lines */
}

.cartLbl {
  font-size: 12px;
  font-weight: bold;
  line-height: 100%;
}

#cwsForm {
  padding: 20px;
  width: 300px;
}

.form {
  margin: 0;
}

#cwsForm h2 {
  border-bottom: 1px solid #cacaca;
}

.emptyCart {
  margin: 10px 0 0;
  display: inline-block;
}

.removeHold {
  width: 6%;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.removeLink {
  display: block;
  width: 18px;
  margin: auto;
  height: 18px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 16px;
  text-decoration: none;
  background-color: #757575;
  border: none;
  border-radius: 100%;
  transition: 0.25s opacity;
}

.removeLink:hover {
  opacity: 0.5;
  color: #fff;
}

#confirmRemove {
  display: inline-block;
  margin: 0 15px 0 0;
}

.item-removal-confirmation-dialog__text {
  font-size: 15px;
  font-weight: 600;
}

.imgColumn {
  margin: 0 2% 0 0;
  box-sizing: border-box;
  float: left;
  text-align: center;
  width: 17%;
  min-height: 50px;
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: 60%;
  position: relative;
  display: flex;
}

.txtColumn {
  width: 70%;
  display: inline-block;
  vertical-align: top;
  height: 100%;
  font-size: 16px;
  position: relative;
}

#cws_val_cartCheckout {
  background-color: #ffe6e6;
  padding: 10px;
  border: 1px solid #aa0d0d;
  position: absolute;
  bottom: 50px;
  margin: 0;
  left: -10px;
  right: auto;
}

#cws_val_cartCheckout:after {
  content: "";
  display: block;
  width: 0px;
  height: 10px;
  border-top: 10px solid #aa0d0d;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: auto;
}

#cartSummary {
  position: relative;
}

#cws_val_cartSize:after {
  content: "";
  display: block;
  width: 0px;
  height: 10px;
  border-top: 10px solid #aa0d0d;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: auto;
}

.name {
  font-size: 16px;
  font-weight: bold;
  width: 32%;
  box-sizing: border-box;
  padding: 0 5% 0 0;
  display: block;
  vertical-align: top;
  float: left;
}

.to,
.from {
  display: block;
  margin: 0 0 15px;
}

.toFrom {
  width: 34%;
  float: left;
  margin: 0 4% 0 0;
}

.message {
  display: block;
  line-height: 150%;
  float: left;
  width: 62%;
}

.less,
.more {
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 24px;
  cursor: pointer;
  background-color: #eee;
  box-sizing: border-box;
  border: 1px solid #ccc;
  transition: all 0.25s;
}

.less:hover,
.more:hover {
  background-color: #000;
  color: #fff;
}

.less {
  float: left;
}

.more {
  float: right;
}

.datepicker-container {
  z-index: 9500 !important;
}

/* Order Summary */
#orderSummary {
  display: none;
  padding: 0 0 0 30px;
  margin: 0 0 50px 0;
  width: 25%;
  float: left;
  box-sizing: border-box;
  position: relative;
}

#orderSummary h3 {
  font-size: 22px;
  white-space: nowrap;
  line-height: 100%;
}

#cws_btn_cartCheckout {
  display: block;
  width: 100%;
}

#itemsInCart {
  font-size: 14px;
}

#sumTotal {
  border-top: 1px solid #d0d0d0;
  padding: 10px 0 0;
  width: 100%;
  display: none;
}

#sumTotal strong {
  margin: 0 5% 0 0;
}

.fancybox-image {
  width: auto !important;
  height: auto !important;
  max-width: 600px !important;
  max-height: 600px !important;
}

#cws_val_coupon {
  bottom: 0px;
}

#emptyCart {
  display: none;
}

@media (max-width: 1024px) {
  #cartItems {
    padding: 0;
  }

  #clmHeadings {
    display: none;
  }

  #cartColumn {
    width: 66%;
  }

  #orderSummary {
    margin: 0 0 30px 0;
    width: 32%;
  }

  .name {
    float: none;
    display: block;
    margin: 0 0 15px 0;
    width: 100%;
  }

  .midColumn {
    width: 45%;
  }

  .msgColumn {
    width: 55%;
  }

  .cartOutput {
    font-size: 14px;
  }

  #valueHead {
    width: 22%;
  }

  .editItemLink {
    top: 130px;
    bottom: 0;
    left: 0;
  }

  .imgColumn {
    margin: 0 4% 0 0;
  }

  .txtColumn {
    width: 68%;
  }

  .lineItem {
    min-height: 145px;
  }
}

@media (max-width: 767px) {
  #cartColumn {
    width: 100%;
    float: none;
  }

  #orderSummary {
    width: 100%;
    float: none;
    text-align: center;
    padding: 0;
  }

  #valueHead {
    width: 20%;
  }

  .toFrom,
  .message {
    float: none;
    width: 100%;
  }

  #cws_btn_cartCheckout {
    float: none;
    clear: both;
    margin: 22px auto 0 auto;
    width: 50%;
  }
}

@media (max-width: 500px) {
  .midColumn {
    width: 35%;
  }

  .msgColumn {
    width: 65%;
  }

  .imgColumn {
    float: none;
    width: 33%;
    margin: 0;
  }

  #clmHeadings {
    display: none;
  }

  .txtColumn {
    width: 100%;
    float: none;
    box-sizing: border-box;
    padding: 0;
  }

  .to {
    margin-top: 15px;
  }

  #cwsForm {
    width: 100%;
    box-sizing: border-box;
  }

  #cws_btn_cartCheckout {
    float: none;
    width: 100%;
    box-sizing: border-box;
  }

  .lineItem {
    position: relative;
  }

  #orderSummary {
    padding: 10px;
  }

  .name {
    padding: 0;
  }

  .removeHold {
    width: 12%;
  }

  .editItemLink {
    left: 12%;
  }

  .lineItem {
    min-height: 230px;
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 400px) {
  .txtColumn,
  .imgColumn {
    padding: 0;
  }

  .editItemLink {
    left: 0;
  }
}