<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* ISEEK Huhtamaki Packaging Plugin CSS */
/* iSeek Theme SCSS Mixins */
@keyframes clockwise {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(180deg);
  }
}
@keyframes fadin {
  from {
    top: -100px;
    opacity: 0;
  }
  to {
    top: 0px;
    opacity: 1;
  }
}
.tabs ul#tabs-nav {
  list-style: none;
  margin: 0;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  background-color: white;
  padding: 4px;
  overflow: auto;
  display: flex;
}
.tabs ul#tabs-nav li {
  flex: 1;
  text-align: center;
  padding: 4px 0px;
  border-radius: 4px;
  cursor: pointer;
}
.tabs ul#tabs-nav li a {
  color: #00286e;
  text-decoration: none;
  font-size: 16px;
  white-space: nowrap;
}
.tabs ul#tabs-nav li:hover, .tabs ul#tabs-nav li.active {
  background-color: #ecf3fb;
}
.tabs ul#tabs-nav li:hover a, .tabs ul#tabs-nav li.active a {
  font-weight: bold;
}

.woocommerce-Price-amount.amount bdi {
  white-space: nowrap !important;
}

.packaging-pricing-breakdown-box {
  padding: 16px;
  margin-top: 16px;
  margin-bottom: 16px;
  border-radius: 4px;
  border: 2px solid #e8e8e8;
  transition: 0.5s all;
}
.packaging-pricing-breakdown-box.breakdown-open {
  box-shadow: 0 0 0 4px #cbe6fc;
  border: solid 2px #4082d2;
  margin-left: 4px;
  margin-right: 4px;
}
.packaging-pricing-breakdown-box .inner-breakdown-box {
  display: flex;
  flex-wrap: wrap;
}
.packaging-pricing-breakdown-box .inner-breakdown-box .full-pallets {
  flex: 0 1 50%;
  display: flex;
  align-items: center;
  color: #00286e;
  font-size: 14px;
}
.packaging-pricing-breakdown-box .inner-breakdown-box .full-pallets svg {
  margin-right: 8px;
}
.packaging-pricing-breakdown-box .inner-breakdown-box .full-pallets .pallets-text {
  margin-right: 8px;
  white-space: nowrap;
}
.packaging-pricing-breakdown-box .inner-breakdown-box .full-pallets .full-pallet-count {
  font-weight: bold;
  width: 63px;
  text-align: right;
}
.packaging-pricing-breakdown-box .inner-breakdown-box #show_button.show-button {
  margin-left: auto;
  display: flex;
  align-items: center;
  color: #343a40;
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
  white-space: nowrap;
}
.packaging-pricing-breakdown-box .inner-breakdown-box #show_button.show-button .show {
  display: inline;
}
.packaging-pricing-breakdown-box .inner-breakdown-box #show_button.show-button .hide {
  display: none;
}
.packaging-pricing-breakdown-box .inner-breakdown-box #show_button.show-button svg {
  transform: rotate(360deg);
  transition: transform 0.5s;
  margin-left: 14px;
  transition: 0.5s all;
}
.packaging-pricing-breakdown-box .inner-breakdown-box #show_button.show-button.is-open .show {
  display: none;
}
.packaging-pricing-breakdown-box .inner-breakdown-box #show_button.show-button.is-open .hide {
  display: inline;
}
.packaging-pricing-breakdown-box .inner-breakdown-box #show_button.show-button.is-open svg {
  animation: clockwise 0.5s;
  transform: rotate(180deg);
}
.packaging-pricing-breakdown-box .inner-breakdown-box label[for=full_pallets] {
  display: none;
}
.packaging-pricing-breakdown-box .inner-breakdown-box progress {
  margin-top: 16px;
  margin-bottom: 16px;
}
.packaging-pricing-breakdown-box .inner-breakdown-box progress#full_pallets[value] {
  /* Reset the default appearance */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  flex: 0 1 100%;
  width: 100%;
  height: 12px;
}
.packaging-pricing-breakdown-box .inner-breakdown-box progress#full_pallets[value]::-webkit-progress-bar {
  border: solid 2px #e8e8e8;
  background-color: #f8f8f8;
  border-radius: 10px;
}
.packaging-pricing-breakdown-box .inner-breakdown-box progress#full_pallets[value]::-webkit-progress-value {
  border-radius: 8px;
  background-color: #0e61c6;
}
.packaging-pricing-breakdown-box .inner-breakdown-box progress#full_pallets[value]::-moz-progress-bar {
  border-radius: 8px;
  background-color: #0e61c6;
}
.packaging-pricing-breakdown-box .inner-breakdown-box #info.info {
  pointer-events: none;
  flex: 0 1 100%;
  text-decoration: none;
  margin-right: 10px;
}
.packaging-pricing-breakdown-box .inner-breakdown-box #info.info svg {
  display: none;
}
.packaging-pricing-breakdown-box .inner-breakdown-box #info.info .info-message {
  width: 100%;
  font-size: 14px;
  color: #00286e;
}
.packaging-pricing-breakdown-box .inner-breakdown-box #info.info .info-message .message-cases,
.packaging-pricing-breakdown-box .inner-breakdown-box #info.info .info-message .message-full-pallets {
  font-weight: bold;
}
.packaging-pricing-breakdown-box .breakdown {
  margin-top: 16px;
  border-top: 1px solid #f2eee4;
  padding-top: 16px;
  width: 100%;
  display: none;
}
.packaging-pricing-breakdown-box .breakdown .breakdown-title {
  font-weight: bold;
  color: #00286e;
  font-size: 18px;
  line-height: 1.44;
  margin-bottom: 16px;
}
.packaging-pricing-breakdown-box .breakdown .item {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #00286e;
  padding: 16px;
}
.packaging-pricing-breakdown-box .breakdown .item svg {
  margin-right: 16px;
}
.packaging-pricing-breakdown-box .breakdown .item .price-wrap,
.packaging-pricing-breakdown-box .breakdown .item .piece-wrap {
  margin-left: auto;
}
.packaging-pricing-breakdown-box .breakdown .item .price-wrap .symbol,
.packaging-pricing-breakdown-box .breakdown .item .piece-wrap .symbol {
  font-weight: bold;
}
.packaging-pricing-breakdown-box .breakdown .item .price-wrap .value,
.packaging-pricing-breakdown-box .breakdown .item .piece-wrap .value {
  font-weight: bold;
  white-space: nowrap;
}
.packaging-pricing-breakdown-box .breakdown .item:not(:last-child) {
  border-bottom: 1px solid #f8f8f8;
}
.packaging-pricing-breakdown-box .breakdown.bundle {
  display: block;
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
.packaging-pricing-breakdown-box .breakdown.bundle .breakdown-title,
.packaging-pricing-breakdown-box .breakdown.bundle .item {
  padding: 20px;
  margin-bottom: 0;
}
.packaging-pricing-breakdown-box .breakdown.bundle .breakdown-title {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .packaging-pricing-breakdown-box {
    padding: 18px 20px;
  }
  .packaging-pricing-breakdown-box:not(.bundle).breakdown-open, .packaging-pricing-breakdown-box:not(.bundle):hover, .packaging-pricing-breakdown-box:not(.bundle):focus, .packaging-pricing-breakdown-box:not(.bundle):active {
    box-shadow: 0 0 0 4px #cbe6fc;
    border: solid 2px #4082d2;
    margin-left: 0;
    margin-right: 0;
  }
  .packaging-pricing-breakdown-box.bundle {
    padding: 0;
  }
  .packaging-pricing-breakdown-box .inner-breakdown-box {
    flex-wrap: nowrap;
    align-items: center;
  }
  .packaging-pricing-breakdown-box .inner-breakdown-box .full-pallets {
    flex: 0 1 auto;
    font-size: 16px;
    order: 1;
  }
  .packaging-pricing-breakdown-box .inner-breakdown-box .full-pallets svg {
    margin-right: 10px;
  }
  .packaging-pricing-breakdown-box .inner-breakdown-box .full-pallets .pallets-text {
    margin-right: 8px;
    line-height: 1;
  }
  .packaging-pricing-breakdown-box .inner-breakdown-box #show_button.show-button {
    order: 4;
    margin-left: auto;
    font-size: 12px;
    line-height: 1;
  }
  .packaging-pricing-breakdown-box .inner-breakdown-box #show_button.show-button svg {
    margin-left: 15px;
  }
  .packaging-pricing-breakdown-box .inner-breakdown-box progress {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 10px;
    margin-left: 10px;
    order: 2;
  }
  .packaging-pricing-breakdown-box .inner-breakdown-box progress#full_pallets[value] {
    flex: 0 1 100%;
    height: 16px;
  }
  .packaging-pricing-breakdown-box .inner-breakdown-box #info.info {
    pointer-events: all;
    order: 3;
    flex: 0 1 auto;
    position: relative;
    line-height: 1;
  }
  .packaging-pricing-breakdown-box .inner-breakdown-box #info.info svg {
    display: inline-block;
    cursor: pointer;
  }
  .packaging-pricing-breakdown-box .inner-breakdown-box #info.info .info-message {
    position: absolute;
    line-height: 1.5;
    text-align: center;
    padding: 8px 10px;
    width: 200px;
    height: auto;
    background-color: #343a40;
    border-radius: 3px;
    color: white;
    left: -450%;
    top: -300%;
    opacity: 0;
    transition: 0.2s all;
    z-index: -1;
  }
  .packaging-pricing-breakdown-box .inner-breakdown-box #info.info .info-message.visible {
    opacity: 1;
    z-index: 5;
  }
  .packaging-pricing-breakdown-box .inner-breakdown-box #info.info .info-message:after {
    content: "";
    position: absolute;
    height: 9px;
    width: 10px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -9px;
    border-style: solid;
    border-width: 8.7px 5px 0 5px;
    border-color: #343a40 transparent transparent transparent;
  }
}

.price-list-select.mobile-only {
  margin-bottom: 16px;
}
.price-list-select.mobile-only select {
  width: 100%;
}

.pricing-messages {
  flex: 0 1 100%;
  padding: 16px 0 0 0;
}
.pricing-messages.mobile-only {
  margin-bottom: 16px;
}

.info-message {
  width: 100%;
  font-size: 14px;
  color: #00286e;
}
.info-message .message-cases,
.info-message .message-full-pallets {
  font-weight: bold;
}

.pricing-wrap {
  display: flex;
  align-items: center;
  flex: 0 1 50%;
}
.pricing-wrap .price-list-select {
  flex: 0 1 56%;
  margin-right: 16px;
}
.pricing-wrap .price-list-select #current_customer_price_list {
  width: 100%;
  padding: 8px 16px;
  background-color: white;
  color: #00286e;
  font-weight: bold;
  border: solid 2px #e8e8e8;
  border-radius: 4px;
  cursor: pointer;
}
.pricing-wrap .price-list-select #current_customer_price_list:hover {
  background-color: #ecf3fb;
}
.pricing-wrap .single-price-list {
  font-weight: 600;
  color: #00286e;
}
.pricing-wrap .price {
  margin-right: 8px;
  margin-left: auto;
  margin-bottom: 0;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.pricing-wrap .price .more {
  vertical-align: middle;
}
.pricing-wrap .price .woocommerce-Price-amount.amount {
  margin-right: 8px;
}
.pricing-wrap .price .woocommerce-Price-amount.amount bdi {
  font-size: 22px;
  display: flex;
  justify-content: flex-end;
  font-weight: bold;
}
.pricing-wrap .price.left .woocommerce-Price-amount.amount bdi .woocommerce-Price-currencySymbol, .pricing-wrap .price.left_space .woocommerce-Price-amount.amount bdi .woocommerce-Price-currencySymbol {
  margin-right: 8px;
}
.pricing-wrap .price.right .woocommerce-Price-amount.amount bdi .woocommerce-Price-currencySymbol, .pricing-wrap .price.right_space .woocommerce-Price-amount.amount bdi .woocommerce-Price-currencySymbol {
  margin-left: 8px;
}
.pricing-wrap .info-icon {
  display: inline-flex;
  vertical-align: middle;
}
.pricing-wrap .info-icon svg path {
  fill: #343a40;
}
.pricing-wrap .warning-icon {
  display: none;
  vertical-align: middle;
}
.pricing-wrap .warning-icon svg path {
  fill: #f9a400;
}
.pricing-wrap .warning .warning-icon {
  display: inline-flex;
}
.pricing-wrap .warning .info-icon {
  display: none !important;
}
.pricing-wrap .best {
  vertical-align: middle;
}
.pricing-wrap .best svg path {
  fill: #58b24a;
}
@media (min-width: 768px) {
  .pricing-wrap {
    flex: 1 auto;
    margin-bottom: 16px;
  }
  .pricing-wrap .price {
    display: block;
  }
  .pricing-wrap .price .woocommerce-Price-amount.amount {
    margin-right: 0;
  }
  .pricing-wrap .price .woocommerce-Price-amount.amount bdi {
    font-size: 30px;
  }
  .pricing-wrap .price.left .woocommerce-Price-amount.amount bdi .woocommerce-Price-currencySymbol, .pricing-wrap .price.left_space .woocommerce-Price-amount.amount bdi .woocommerce-Price-currencySymbol {
    margin-right: 23px;
  }
  .pricing-wrap #info_price,
  .pricing-wrap #info_price_best {
    text-decoration: none;
    pointer-events: all;
    order: 3;
    flex: 0 1 auto;
    position: relative;
    line-height: 1;
  }
  .pricing-wrap #info_price svg,
  .pricing-wrap #info_price_best svg {
    display: inline-block;
    cursor: pointer;
  }
  .pricing-wrap #info_price .info-message,
  .pricing-wrap #info_price_best .info-message {
    position: absolute;
    line-height: 1.5;
    text-align: center;
    padding: 8px 10px;
    width: 210px;
    height: auto;
    background-color: #343a40;
    border-radius: 3px;
    color: white;
    left: -475%;
    top: -305%;
    opacity: 0;
    transition: 0.2s all;
    z-index: -1;
  }
  .pricing-wrap #info_price .info-message.visible,
  .pricing-wrap #info_price_best .info-message.visible {
    opacity: 1;
    z-index: 2;
  }
  .pricing-wrap #info_price .info-message:after,
  .pricing-wrap #info_price_best .info-message:after {
    content: "";
    position: absolute;
    height: 9px;
    width: 10px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -9px;
    border-style: solid;
    border-width: 8.7px 5px 0 5px;
    border-color: #343a40 transparent transparent transparent;
  }
}

body .woocommerce table:not(.wishlist_table).shop_table.cart, body .woocommerce table:not(.wishlist_table).woocommerce-checkout-review-order, body .woocommerce table:not(.wishlist_table).woocommerce-table--order-details {
  width: 100%;
}
body .woocommerce table:not(.wishlist_table).shop_table.cart th,
body .woocommerce table:not(.wishlist_table).shop_table.cart td, body .woocommerce table:not(.wishlist_table).woocommerce-checkout-review-order th,
body .woocommerce table:not(.wishlist_table).woocommerce-checkout-review-order td, body .woocommerce table:not(.wishlist_table).woocommerce-table--order-details th,
body .woocommerce table:not(.wishlist_table).woocommerce-table--order-details td {
  padding-right: 0;
  padding-left: 0;
}
body .woocommerce table:not(.wishlist_table).shop_table.cart th.product-price, body .woocommerce table:not(.wishlist_table).shop_table.cart th.product-total,
body .woocommerce table:not(.wishlist_table).shop_table.cart td.product-price,
body .woocommerce table:not(.wishlist_table).shop_table.cart td.product-total, body .woocommerce table:not(.wishlist_table).woocommerce-checkout-review-order th.product-price, body .woocommerce table:not(.wishlist_table).woocommerce-checkout-review-order th.product-total,
body .woocommerce table:not(.wishlist_table).woocommerce-checkout-review-order td.product-price,
body .woocommerce table:not(.wishlist_table).woocommerce-checkout-review-order td.product-total, body .woocommerce table:not(.wishlist_table).woocommerce-table--order-details th.product-price, body .woocommerce table:not(.wishlist_table).woocommerce-table--order-details th.product-total,
body .woocommerce table:not(.wishlist_table).woocommerce-table--order-details td.product-price,
body .woocommerce table:not(.wishlist_table).woocommerce-table--order-details td.product-total {
  display: none !important;
}
body .woocommerce table:not(.wishlist_table).shop_table.cart th.product-subtotal,
body .woocommerce table:not(.wishlist_table).shop_table.cart td.product-subtotal, body .woocommerce table:not(.wishlist_table).woocommerce-checkout-review-order th.product-subtotal,
body .woocommerce table:not(.wishlist_table).woocommerce-checkout-review-order td.product-subtotal, body .woocommerce table:not(.wishlist_table).woocommerce-table--order-details th.product-subtotal,
body .woocommerce table:not(.wishlist_table).woocommerce-table--order-details td.product-subtotal {
  text-align: right;
  padding-right: 20px;
}
body .woocommerce table:not(.wishlist_table).shop_table.cart th .woocommerce-Price-amount.amount bdi,
body .woocommerce table:not(.wishlist_table).shop_table.cart td .woocommerce-Price-amount.amount bdi, body .woocommerce table:not(.wishlist_table).woocommerce-checkout-review-order th .woocommerce-Price-amount.amount bdi,
body .woocommerce table:not(.wishlist_table).woocommerce-checkout-review-order td .woocommerce-Price-amount.amount bdi, body .woocommerce table:not(.wishlist_table).woocommerce-table--order-details th .woocommerce-Price-amount.amount bdi,
body .woocommerce table:not(.wishlist_table).woocommerce-table--order-details td .woocommerce-Price-amount.amount bdi {
  font-size: 18px;
  font-weight: bold;
}
body .woocommerce table:not(.wishlist_table).shop_table.cart th .price-wrap.left .woocommerce-Price-currencySymbol,
body .woocommerce table:not(.wishlist_table).shop_table.cart td .price-wrap.left .woocommerce-Price-currencySymbol, body .woocommerce table:not(.wishlist_table).woocommerce-checkout-review-order th .price-wrap.left .woocommerce-Price-currencySymbol,
body .woocommerce table:not(.wishlist_table).woocommerce-checkout-review-order td .price-wrap.left .woocommerce-Price-currencySymbol, body .woocommerce table:not(.wishlist_table).woocommerce-table--order-details th .price-wrap.left .woocommerce-Price-currencySymbol,
body .woocommerce table:not(.wishlist_table).woocommerce-table--order-details td .price-wrap.left .woocommerce-Price-currencySymbol {
  margin-right: 8px;
}
body .woocommerce table:not(.wishlist_table).shop_table.cart th .price-wrap.right .woocommerce-Price-currencySymbol,
body .woocommerce table:not(.wishlist_table).shop_table.cart td .price-wrap.right .woocommerce-Price-currencySymbol, body .woocommerce table:not(.wishlist_table).woocommerce-checkout-review-order th .price-wrap.right .woocommerce-Price-currencySymbol,
body .woocommerce table:not(.wishlist_table).woocommerce-checkout-review-order td .price-wrap.right .woocommerce-Price-currencySymbol, body .woocommerce table:not(.wishlist_table).woocommerce-table--order-details th .price-wrap.right .woocommerce-Price-currencySymbol,
body .woocommerce table:not(.wishlist_table).woocommerce-table--order-details td .price-wrap.right .woocommerce-Price-currencySymbol {
  margin-left: 8px;
}
body .woocommerce table:not(.wishlist_table).shop_table.cart th.product-quantity,
body .woocommerce table:not(.wishlist_table).shop_table.cart td.product-quantity, body .woocommerce table:not(.wishlist_table).woocommerce-checkout-review-order th.product-quantity,
body .woocommerce table:not(.wishlist_table).woocommerce-checkout-review-order td.product-quantity, body .woocommerce table:not(.wishlist_table).woocommerce-table--order-details th.product-quantity,
body .woocommerce table:not(.wishlist_table).woocommerce-table--order-details td.product-quantity {
  padding-left: 16px;
}
body .woocommerce table:not(.wishlist_table).shop_table.cart th.product-quantity input,
body .woocommerce table:not(.wishlist_table).shop_table.cart td.product-quantity input, body .woocommerce table:not(.wishlist_table).woocommerce-checkout-review-order th.product-quantity input,
body .woocommerce table:not(.wishlist_table).woocommerce-checkout-review-order td.product-quantity input, body .woocommerce table:not(.wishlist_table).woocommerce-table--order-details th.product-quantity input,
body .woocommerce table:not(.wishlist_table).woocommerce-table--order-details td.product-quantity input {
  font-weight: bold;
  font-size: 18px;
}
body .woocommerce table:not(.wishlist_table).shop_table.cart th.product-earliest-delivery,
body .woocommerce table:not(.wishlist_table).shop_table.cart td.product-earliest-delivery, body .woocommerce table:not(.wishlist_table).woocommerce-checkout-review-order th.product-earliest-delivery,
body .woocommerce table:not(.wishlist_table).woocommerce-checkout-review-order td.product-earliest-delivery, body .woocommerce table:not(.wishlist_table).woocommerce-table--order-details th.product-earliest-delivery,
body .woocommerce table:not(.wishlist_table).woocommerce-table--order-details td.product-earliest-delivery {
  white-space: nowrap;
  padding-right: 16px;
}
body .woocommerce table:not(.wishlist_table).shop_table.cart th.product-earliest-delivery .earliest-delivery-date,
body .woocommerce table:not(.wishlist_table).shop_table.cart td.product-earliest-delivery .earliest-delivery-date, body .woocommerce table:not(.wishlist_table).woocommerce-checkout-review-order th.product-earliest-delivery .earliest-delivery-date,
body .woocommerce table:not(.wishlist_table).woocommerce-checkout-review-order td.product-earliest-delivery .earliest-delivery-date, body .woocommerce table:not(.wishlist_table).woocommerce-table--order-details th.product-earliest-delivery .earliest-delivery-date,
body .woocommerce table:not(.wishlist_table).woocommerce-table--order-details td.product-earliest-delivery .earliest-delivery-date {
  font-weight: bold;
}
body .woocommerce table:not(.wishlist_table).shop_table.cart th.product-earliest-delivery .earliest-delivery-date.earliest,
body .woocommerce table:not(.wishlist_table).shop_table.cart td.product-earliest-delivery .earliest-delivery-date.earliest, body .woocommerce table:not(.wishlist_table).woocommerce-checkout-review-order th.product-earliest-delivery .earliest-delivery-date.earliest,
body .woocommerce table:not(.wishlist_table).woocommerce-checkout-review-order td.product-earliest-delivery .earliest-delivery-date.earliest, body .woocommerce table:not(.wishlist_table).woocommerce-table--order-details th.product-earliest-delivery .earliest-delivery-date.earliest,
body .woocommerce table:not(.wishlist_table).woocommerce-table--order-details td.product-earliest-delivery .earliest-delivery-date.earliest {
  color: #cb5b51;
}
body .woocommerce table:not(.wishlist_table).shop_table.cart th.product-name,
body .woocommerce table:not(.wishlist_table).shop_table.cart td.product-name, body .woocommerce table:not(.wishlist_table).woocommerce-checkout-review-order th.product-name,
body .woocommerce table:not(.wishlist_table).woocommerce-checkout-review-order td.product-name, body .woocommerce table:not(.wishlist_table).woocommerce-table--order-details th.product-name,
body .woocommerce table:not(.wishlist_table).woocommerce-table--order-details td.product-name {
  padding-left: 16px;
  padding-right: 100px;
}
body .woocommerce table:not(.wishlist_table).shop_table.cart th.product-remove,
body .woocommerce table:not(.wishlist_table).shop_table.cart td.product-remove, body .woocommerce table:not(.wishlist_table).woocommerce-checkout-review-order th.product-remove,
body .woocommerce table:not(.wishlist_table).woocommerce-checkout-review-order td.product-remove, body .woocommerce table:not(.wishlist_table).woocommerce-table--order-details th.product-remove,
body .woocommerce table:not(.wishlist_table).woocommerce-table--order-details td.product-remove {
  padding-right: 16px;
}
body .woocommerce table:not(.wishlist_table).shop_table.cart td, body .woocommerce table:not(.wishlist_table).woocommerce-checkout-review-order td, body .woocommerce table:not(.wishlist_table).woocommerce-table--order-details td {
  vertical-align: middle;
}
body .woocommerce table:not(.wishlist_table).shop_table.cart td.product-remove .remove, body .woocommerce table:not(.wishlist_table).woocommerce-checkout-review-order td.product-remove .remove, body .woocommerce table:not(.wishlist_table).woocommerce-table--order-details td.product-remove .remove {
  text-decoration: none;
  color: #cb5b51 !important;
  width: 50px;
  height: 50px;
  border-radius: 4px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border: none !important;
  margin: 0;
}
body .woocommerce table:not(.wishlist_table).shop_table.cart td.product-remove .remove:hover, body .woocommerce table:not(.wishlist_table).shop_table.cart td.product-remove .remove:focus, body .woocommerce table:not(.wishlist_table).shop_table.cart td.product-remove .remove:active, body .woocommerce table:not(.wishlist_table).woocommerce-checkout-review-order td.product-remove .remove:hover, body .woocommerce table:not(.wishlist_table).woocommerce-checkout-review-order td.product-remove .remove:focus, body .woocommerce table:not(.wishlist_table).woocommerce-checkout-review-order td.product-remove .remove:active, body .woocommerce table:not(.wishlist_table).woocommerce-table--order-details td.product-remove .remove:hover, body .woocommerce table:not(.wishlist_table).woocommerce-table--order-details td.product-remove .remove:focus, body .woocommerce table:not(.wishlist_table).woocommerce-table--order-details td.product-remove .remove:active {
  background-color: #f2d6d3 !important;
  opacity: 1 !important;
}
body .woocommerce table:not(.wishlist_table).shop_table.cart td.product-thumbnail, body .woocommerce table:not(.wishlist_table).woocommerce-checkout-review-order td.product-thumbnail, body .woocommerce table:not(.wishlist_table).woocommerce-table--order-details td.product-thumbnail {
  padding-left: 0;
  padding-right: 0;
}
body .woocommerce table:not(.wishlist_table).shop_table.cart td.product-thumbnail .image-wrap, body .woocommerce table:not(.wishlist_table).woocommerce-checkout-review-order td.product-thumbnail .image-wrap, body .woocommerce table:not(.wishlist_table).woocommerce-table--order-details td.product-thumbnail .image-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 70px;
  border-radius: 6px;
  overflow: hidden;
  background-color: rgba(144, 129, 111, 0.2);
}
body .woocommerce table:not(.wishlist_table).shop_table.cart td.product-name, body .woocommerce table:not(.wishlist_table).woocommerce-checkout-review-order td.product-name, body .woocommerce table:not(.wishlist_table).woocommerce-table--order-details td.product-name {
  text-align: left;
  font-weight: bold;
  font-size: 16px;
  white-space: nowrap;
}
body .woocommerce table:not(.wishlist_table).shop_table.cart td.product-name a, body .woocommerce table:not(.wishlist_table).woocommerce-checkout-review-order td.product-name a, body .woocommerce table:not(.wishlist_table).woocommerce-table--order-details td.product-name a {
  text-decoration: none;
}
body .woocommerce table:not(.wishlist_table).shop_table.cart td.product-name .sku, body .woocommerce table:not(.wishlist_table).woocommerce-checkout-review-order td.product-name .sku, body .woocommerce table:not(.wishlist_table).woocommerce-table--order-details td.product-name .sku {
  font-size: 14px;
  font-weight: normal;
}
body .woocommerce table:not(.wishlist_table).shop_table.cart td.product-packaging .units-per-case,
body .woocommerce table:not(.wishlist_table).shop_table.cart td.product-packaging .cases-per-pallet, body .woocommerce table:not(.wishlist_table).woocommerce-checkout-review-order td.product-packaging .units-per-case,
body .woocommerce table:not(.wishlist_table).woocommerce-checkout-review-order td.product-packaging .cases-per-pallet, body .woocommerce table:not(.wishlist_table).woocommerce-table--order-details td.product-packaging .units-per-case,
body .woocommerce table:not(.wishlist_table).woocommerce-table--order-details td.product-packaging .cases-per-pallet {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
body .woocommerce table:not(.wishlist_table).shop_table.cart td.product-packaging .units-per-case svg,
body .woocommerce table:not(.wishlist_table).shop_table.cart td.product-packaging .cases-per-pallet svg, body .woocommerce table:not(.wishlist_table).woocommerce-checkout-review-order td.product-packaging .units-per-case svg,
body .woocommerce table:not(.wishlist_table).woocommerce-checkout-review-order td.product-packaging .cases-per-pallet svg, body .woocommerce table:not(.wishlist_table).woocommerce-table--order-details td.product-packaging .units-per-case svg,
body .woocommerce table:not(.wishlist_table).woocommerce-table--order-details td.product-packaging .cases-per-pallet svg {
  color: #00286e;
  margin-right: 8px;
}
body .woocommerce table:not(.wishlist_table).shop_table.cart td.product-packaging .units-per-case .units span,
body .woocommerce table:not(.wishlist_table).shop_table.cart td.product-packaging .cases-per-pallet .units span, body .woocommerce table:not(.wishlist_table).woocommerce-checkout-review-order td.product-packaging .units-per-case .units span,
body .woocommerce table:not(.wishlist_table).woocommerce-checkout-review-order td.product-packaging .cases-per-pallet .units span, body .woocommerce table:not(.wishlist_table).woocommerce-table--order-details td.product-packaging .units-per-case .units span,
body .woocommerce table:not(.wishlist_table).woocommerce-table--order-details td.product-packaging .cases-per-pallet .units span {
  font-size: 12px;
  line-height: 1.83;
}
body .woocommerce table:not(.wishlist_table).shop_table.cart td.product-packaging .units-per-case .units span:first-child,
body .woocommerce table:not(.wishlist_table).shop_table.cart td.product-packaging .cases-per-pallet .units span:first-child, body .woocommerce table:not(.wishlist_table).woocommerce-checkout-review-order td.product-packaging .units-per-case .units span:first-child,
body .woocommerce table:not(.wishlist_table).woocommerce-checkout-review-order td.product-packaging .cases-per-pallet .units span:first-child, body .woocommerce table:not(.wishlist_table).woocommerce-table--order-details td.product-packaging .units-per-case .units span:first-child,
body .woocommerce table:not(.wishlist_table).woocommerce-table--order-details td.product-packaging .cases-per-pallet .units span:first-child {
  color: #00286e;
  font-size: 16px;
  line-height: 1.5;
  margin-right: 8px;
  font-weight: bold;
}
body .woocommerce table:not(.wishlist_table).shop_table.cart td.product-packaging .units-per-case, body .woocommerce table:not(.wishlist_table).woocommerce-checkout-review-order td.product-packaging .units-per-case, body .woocommerce table:not(.wishlist_table).woocommerce-table--order-details td.product-packaging .units-per-case {
  margin-bottom: 16px;
}
body .woocommerce table:not(.wishlist_table).shop_table.cart td.product-quantity input[readonly], body .woocommerce table:not(.wishlist_table).woocommerce-checkout-review-order td.product-quantity input[readonly], body .woocommerce table:not(.wishlist_table).woocommerce-table--order-details td.product-quantity input[readonly] {
  border: none;
  background: transparent;
  padding: 10px 0px;
  max-width: 65px;
  color: #343a40;
  font-size: 16px;
  text-align: center;
}
body .woocommerce table:not(.wishlist_table).shop_table.cart td.product-quantity .quantity.buttons-added, body .woocommerce table:not(.wishlist_table).woocommerce-checkout-review-order td.product-quantity .quantity.buttons-added, body .woocommerce table:not(.wishlist_table).woocommerce-table--order-details td.product-quantity .quantity.buttons-added {
  margin-bottom: 0;
  margin-right: 0;
  width: auto;
  display: flex;
}
body .woocommerce table:not(.wishlist_table).shop_table.cart td.product-quantity .quantity.buttons-added .minus,
body .woocommerce table:not(.wishlist_table).shop_table.cart td.product-quantity .quantity.buttons-added .plus, body .woocommerce table:not(.wishlist_table).woocommerce-checkout-review-order td.product-quantity .quantity.buttons-added .minus,
body .woocommerce table:not(.wishlist_table).woocommerce-checkout-review-order td.product-quantity .quantity.buttons-added .plus, body .woocommerce table:not(.wishlist_table).woocommerce-table--order-details td.product-quantity .quantity.buttons-added .minus,
body .woocommerce table:not(.wishlist_table).woocommerce-table--order-details td.product-quantity .quantity.buttons-added .plus {
  border: 2px solid #e8e8e8;
  background: #fff;
  color: #00286e;
  display: inline-flex;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 2rem;
}
body .woocommerce table:not(.wishlist_table).shop_table.cart td.product-quantity .quantity.buttons-added .minus, body .woocommerce table:not(.wishlist_table).woocommerce-checkout-review-order td.product-quantity .quantity.buttons-added .minus, body .woocommerce table:not(.wishlist_table).woocommerce-table--order-details td.product-quantity .quantity.buttons-added .minus {
  color: transparent;
  position: relative;
}
body .woocommerce table:not(.wishlist_table).shop_table.cart td.product-quantity .quantity.buttons-added .minus:before, body .woocommerce table:not(.wishlist_table).woocommerce-checkout-review-order td.product-quantity .quantity.buttons-added .minus:before, body .woocommerce table:not(.wishlist_table).woocommerce-table--order-details td.product-quantity .quantity.buttons-added .minus:before {
  content: "–";
  color: #00286e;
  position: absolute;
}
body .woocommerce table:not(.wishlist_table).shop_table.cart td.product-quantity .quantity:not(.buttons-added):before, body .woocommerce table:not(.wishlist_table).shop_table.cart td.product-quantity .quantity:not(.buttons-added):after, body .woocommerce table:not(.wishlist_table).woocommerce-checkout-review-order td.product-quantity .quantity:not(.buttons-added):before, body .woocommerce table:not(.wishlist_table).woocommerce-checkout-review-order td.product-quantity .quantity:not(.buttons-added):after, body .woocommerce table:not(.wishlist_table).woocommerce-table--order-details td.product-quantity .quantity:not(.buttons-added):before, body .woocommerce table:not(.wishlist_table).woocommerce-table--order-details td.product-quantity .quantity:not(.buttons-added):after {
  border: 2px solid #e8e8e8;
  background: #fff;
  color: #00286e;
  display: inline-flex;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 2rem;
}
body .woocommerce table:not(.wishlist_table).shop_table.cart td.product-quantity .quantity:not(.buttons-added):before, body .woocommerce table:not(.wishlist_table).woocommerce-checkout-review-order td.product-quantity .quantity:not(.buttons-added):before, body .woocommerce table:not(.wishlist_table).woocommerce-table--order-details td.product-quantity .quantity:not(.buttons-added):before {
  content: "–";
  color: #00286e;
}
body .woocommerce table:not(.wishlist_table).shop_table.cart td.product-quantity input[type=number], body .woocommerce table:not(.wishlist_table).woocommerce-checkout-review-order td.product-quantity input[type=number], body .woocommerce table:not(.wishlist_table).woocommerce-table--order-details td.product-quantity input[type=number] {
  border: none;
  border-top: 2px solid #e8e8e8;
  border-bottom: 2px solid #e8e8e8;
  background: #f8f8f8;
  font-size: 20px;
  font-weight: bold;
  display: inline;
  width: 55px;
  height: 50px;
}
body .woocommerce table:not(.wishlist_table).shop_table.cart td.product-subtotal, body .woocommerce table:not(.wishlist_table).woocommerce-checkout-review-order td.product-subtotal, body .woocommerce table:not(.wishlist_table).woocommerce-table--order-details td.product-subtotal {
  padding-right: 20px;
  text-align: right;
}
body .woocommerce table:not(.wishlist_table).shop_table.cart tr.order-totals td, body .woocommerce table:not(.wishlist_table).woocommerce-checkout-review-order tr.order-totals td, body .woocommerce table:not(.wishlist_table).woocommerce-table--order-details tr.order-totals td {
  border-bottom: none;
  padding: 36px 0 28px 0;
}
body .woocommerce table:not(.wishlist_table).shop_table.cart tr.order-totals td.discount-notice-cell, body .woocommerce table:not(.wishlist_table).woocommerce-checkout-review-order tr.order-totals td.discount-notice-cell, body .woocommerce table:not(.wishlist_table).woocommerce-table--order-details tr.order-totals td.discount-notice-cell {
  vertical-align: top;
  padding-right: 138px;
  font-weight: normal;
}
body .woocommerce table:not(.wishlist_table).shop_table.cart tr.order-totals td.total-label:not(.discounted-amount), body .woocommerce table:not(.wishlist_table).shop_table.cart tr.order-totals td.total-amount:not(.discounted-amount), body .woocommerce table:not(.wishlist_table).woocommerce-checkout-review-order tr.order-totals td.total-label:not(.discounted-amount), body .woocommerce table:not(.wishlist_table).woocommerce-checkout-review-order tr.order-totals td.total-amount:not(.discounted-amount), body .woocommerce table:not(.wishlist_table).woocommerce-table--order-details tr.order-totals td.total-label:not(.discounted-amount), body .woocommerce table:not(.wishlist_table).woocommerce-table--order-details tr.order-totals td.total-amount:not(.discounted-amount) {
  border-bottom: 1px solid #f2eee4;
}
body .woocommerce table:not(.wishlist_table).shop_table.cart tr.order-totals td.total-label.discounted-amount, body .woocommerce table:not(.wishlist_table).shop_table.cart tr.order-totals td.total-amount.discounted-amount, body .woocommerce table:not(.wishlist_table).woocommerce-checkout-review-order tr.order-totals td.total-label.discounted-amount, body .woocommerce table:not(.wishlist_table).woocommerce-checkout-review-order tr.order-totals td.total-amount.discounted-amount, body .woocommerce table:not(.wishlist_table).woocommerce-table--order-details tr.order-totals td.total-label.discounted-amount, body .woocommerce table:not(.wishlist_table).woocommerce-table--order-details tr.order-totals td.total-amount.discounted-amount {
  opacity: 0.75;
}
body .woocommerce table:not(.wishlist_table).shop_table.cart tr.order-totals td.total-amount.discounted-amount bdi, body .woocommerce table:not(.wishlist_table).woocommerce-checkout-review-order tr.order-totals td.total-amount.discounted-amount bdi, body .woocommerce table:not(.wishlist_table).woocommerce-table--order-details tr.order-totals td.total-amount.discounted-amount bdi {
  text-decoration: line-through;
}
body .woocommerce table:not(.wishlist_table).shop_table.cart tr.order-totals td.total-label, body .woocommerce table:not(.wishlist_table).woocommerce-checkout-review-order tr.order-totals td.total-label, body .woocommerce table:not(.wishlist_table).woocommerce-table--order-details tr.order-totals td.total-label {
  padding-left: 16px;
  font-size: 20px;
  font-weight: bold;
}
body .woocommerce table:not(.wishlist_table).shop_table.cart tr.order-totals td.total-amount, body .woocommerce table:not(.wishlist_table).woocommerce-checkout-review-order tr.order-totals td.total-amount, body .woocommerce table:not(.wishlist_table).woocommerce-table--order-details tr.order-totals td.total-amount {
  padding-right: 20px;
  text-align: right;
}
body .woocommerce table:not(.wishlist_table).shop_table.cart tr.order-totals td.total-amount .woocommerce-Price-amount.amount bdi, body .woocommerce table:not(.wishlist_table).woocommerce-checkout-review-order tr.order-totals td.total-amount .woocommerce-Price-amount.amount bdi, body .woocommerce table:not(.wishlist_table).woocommerce-table--order-details tr.order-totals td.total-amount .woocommerce-Price-amount.amount bdi {
  font-size: 20px;
}
body .woocommerce table:not(.wishlist_table).shop_table.cart tr.price-list-select td, body .woocommerce table:not(.wishlist_table).shop_table.cart tr.price-list-used td, body .woocommerce table:not(.wishlist_table).shop_table.cart tr.delivery-address-select td, body .woocommerce table:not(.wishlist_table).shop_table.cart tr.selected-delivery-address td, body .woocommerce table:not(.wishlist_table).shop_table.cart tr.shipping-address-used td, body .woocommerce table:not(.wishlist_table).woocommerce-checkout-review-order tr.price-list-select td, body .woocommerce table:not(.wishlist_table).woocommerce-checkout-review-order tr.price-list-used td, body .woocommerce table:not(.wishlist_table).woocommerce-checkout-review-order tr.delivery-address-select td, body .woocommerce table:not(.wishlist_table).woocommerce-checkout-review-order tr.selected-delivery-address td, body .woocommerce table:not(.wishlist_table).woocommerce-checkout-review-order tr.shipping-address-used td, body .woocommerce table:not(.wishlist_table).woocommerce-table--order-details tr.price-list-select td, body .woocommerce table:not(.wishlist_table).woocommerce-table--order-details tr.price-list-used td, body .woocommerce table:not(.wishlist_table).woocommerce-table--order-details tr.delivery-address-select td, body .woocommerce table:not(.wishlist_table).woocommerce-table--order-details tr.selected-delivery-address td, body .woocommerce table:not(.wishlist_table).woocommerce-table--order-details tr.shipping-address-used td {
  border-bottom: none;
  padding: 16px 0;
}
body .woocommerce table:not(.wishlist_table).shop_table.cart tr.price-list-select td.select, body .woocommerce table:not(.wishlist_table).shop_table.cart tr.price-list-select td.selected, body .woocommerce table:not(.wishlist_table).shop_table.cart tr.price-list-used td.select, body .woocommerce table:not(.wishlist_table).shop_table.cart tr.price-list-used td.selected, body .woocommerce table:not(.wishlist_table).shop_table.cart tr.delivery-address-select td.select, body .woocommerce table:not(.wishlist_table).shop_table.cart tr.delivery-address-select td.selected, body .woocommerce table:not(.wishlist_table).shop_table.cart tr.selected-delivery-address td.select, body .woocommerce table:not(.wishlist_table).shop_table.cart tr.selected-delivery-address td.selected, body .woocommerce table:not(.wishlist_table).shop_table.cart tr.shipping-address-used td.select, body .woocommerce table:not(.wishlist_table).shop_table.cart tr.shipping-address-used td.selected, body .woocommerce table:not(.wishlist_table).woocommerce-checkout-review-order tr.price-list-select td.select, body .woocommerce table:not(.wishlist_table).woocommerce-checkout-review-order tr.price-list-select td.selected, body .woocommerce table:not(.wishlist_table).woocommerce-checkout-review-order tr.price-list-used td.select, body .woocommerce table:not(.wishlist_table).woocommerce-checkout-review-order tr.price-list-used td.selected, body .woocommerce table:not(.wishlist_table).woocommerce-checkout-review-order tr.delivery-address-select td.select, body .woocommerce table:not(.wishlist_table).woocommerce-checkout-review-order tr.delivery-address-select td.selected, body .woocommerce table:not(.wishlist_table).woocommerce-checkout-review-order tr.selected-delivery-address td.select, body .woocommerce table:not(.wishlist_table).woocommerce-checkout-review-order tr.selected-delivery-address td.selected, body .woocommerce table:not(.wishlist_table).woocommerce-checkout-review-order tr.shipping-address-used td.select, body .woocommerce table:not(.wishlist_table).woocommerce-checkout-review-order tr.shipping-address-used td.selected, body .woocommerce table:not(.wishlist_table).woocommerce-table--order-details tr.price-list-select td.select, body .woocommerce table:not(.wishlist_table).woocommerce-table--order-details tr.price-list-select td.selected, body .woocommerce table:not(.wishlist_table).woocommerce-table--order-details tr.price-list-used td.select, body .woocommerce table:not(.wishlist_table).woocommerce-table--order-details tr.price-list-used td.selected, body .woocommerce table:not(.wishlist_table).woocommerce-table--order-details tr.delivery-address-select td.select, body .woocommerce table:not(.wishlist_table).woocommerce-table--order-details tr.delivery-address-select td.selected, body .woocommerce table:not(.wishlist_table).woocommerce-table--order-details tr.selected-delivery-address td.select, body .woocommerce table:not(.wishlist_table).woocommerce-table--order-details tr.selected-delivery-address td.selected, body .woocommerce table:not(.wishlist_table).woocommerce-table--order-details tr.shipping-address-used td.select, body .woocommerce table:not(.wishlist_table).woocommerce-table--order-details tr.shipping-address-used td.selected {
  padding-left: 16px;
}
body .woocommerce table:not(.wishlist_table).shop_table.cart tr.shipping-address-used td.selected .detail-item, body .woocommerce table:not(.wishlist_table).woocommerce-checkout-review-order tr.shipping-address-used td.selected .detail-item, body .woocommerce table:not(.wishlist_table).woocommerce-table--order-details tr.shipping-address-used td.selected .detail-item {
  margin-bottom: 8px;
}
body .woocommerce table:not(.wishlist_table).shop_table.cart tr.shipping-address-used td.selected .address-line, body .woocommerce table:not(.wishlist_table).woocommerce-checkout-review-order tr.shipping-address-used td.selected .address-line, body .woocommerce table:not(.wishlist_table).woocommerce-table--order-details tr.shipping-address-used td.selected .address-line {
  font-weight: 500;
}
body .woocommerce table:not(.wishlist_table).shop_table.cart tr.minimum-order-total td, body .woocommerce table:not(.wishlist_table).woocommerce-checkout-review-order tr.minimum-order-total td, body .woocommerce table:not(.wishlist_table).woocommerce-table--order-details tr.minimum-order-total td {
  border-bottom: none;
  padding: 0;
}
body .woocommerce table:not(.wishlist_table).shop_table.cart tr.minimum-order-total td.message, body .woocommerce table:not(.wishlist_table).woocommerce-checkout-review-order tr.minimum-order-total td.message, body .woocommerce table:not(.wishlist_table).woocommerce-table--order-details tr.minimum-order-total td.message {
  padding-left: 16px;
}
body .woocommerce table:not(.wishlist_table).shop_table.cart tr.minimum-order-total td.message bdi, body .woocommerce table:not(.wishlist_table).woocommerce-checkout-review-order tr.minimum-order-total td.message bdi, body .woocommerce table:not(.wishlist_table).woocommerce-table--order-details tr.minimum-order-total td.message bdi {
  margin-left: 6px;
}
body .woocommerce table:not(.wishlist_table).shop_table.cart tr.checkout td, body .woocommerce table:not(.wishlist_table).woocommerce-checkout-review-order tr.checkout td, body .woocommerce table:not(.wishlist_table).woocommerce-table--order-details tr.checkout td {
  border-bottom: none;
  padding: 16px 0 0 0;
}
body .woocommerce table:not(.wishlist_table).shop_table.cart tr.checkout td.front-actions a, body .woocommerce table:not(.wishlist_table).woocommerce-checkout-review-order tr.checkout td.front-actions a, body .woocommerce table:not(.wishlist_table).woocommerce-table--order-details tr.checkout td.front-actions a {
  transition: 0.5s all ease;
}
body .woocommerce table:not(.wishlist_table).shop_table.cart tr.checkout td.front-actions a:hover, body .woocommerce table:not(.wishlist_table).shop_table.cart tr.checkout td.front-actions a:focus, body .woocommerce table:not(.wishlist_table).shop_table.cart tr.checkout td.front-actions a:active, body .woocommerce table:not(.wishlist_table).woocommerce-checkout-review-order tr.checkout td.front-actions a:hover, body .woocommerce table:not(.wishlist_table).woocommerce-checkout-review-order tr.checkout td.front-actions a:focus, body .woocommerce table:not(.wishlist_table).woocommerce-checkout-review-order tr.checkout td.front-actions a:active, body .woocommerce table:not(.wishlist_table).woocommerce-table--order-details tr.checkout td.front-actions a:hover, body .woocommerce table:not(.wishlist_table).woocommerce-table--order-details tr.checkout td.front-actions a:focus, body .woocommerce table:not(.wishlist_table).woocommerce-table--order-details tr.checkout td.front-actions a:active {
  background-color: #58b24a;
  border-color: #58b24a;
}
body .woocommerce table:not(.wishlist_table).shop_table.cart tr.checkout td.front-actions a:first-child, body .woocommerce table:not(.wishlist_table).woocommerce-checkout-review-order tr.checkout td.front-actions a:first-child, body .woocommerce table:not(.wishlist_table).woocommerce-table--order-details tr.checkout td.front-actions a:first-child {
  margin-right: 16px;
}
body .woocommerce table:not(.wishlist_table).shop_table.cart tr.checkout td.proceed-action, body .woocommerce table:not(.wishlist_table).woocommerce-checkout-review-order tr.checkout td.proceed-action, body .woocommerce table:not(.wishlist_table).woocommerce-table--order-details tr.checkout td.proceed-action {
  padding-left: 16px;
}
body .woocommerce table:not(.wishlist_table).shop_table.cart tr.checkout td.proceed-action .wc-proceed-to-checkout .checkout-button, body .woocommerce table:not(.wishlist_table).woocommerce-checkout-review-order tr.checkout td.proceed-action .wc-proceed-to-checkout .checkout-button, body .woocommerce table:not(.wishlist_table).woocommerce-table--order-details tr.checkout td.proceed-action .wc-proceed-to-checkout .checkout-button {
  text-align: center;
  text-decoration: none;
  padding: 12px 0px;
  border-radius: 4px;
  background-color: #00286e;
  border-color: #00286e;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s all ease;
}
body .woocommerce table:not(.wishlist_table).shop_table.cart tr.checkout td.proceed-action .wc-proceed-to-checkout .checkout-button:hover, body .woocommerce table:not(.wishlist_table).shop_table.cart tr.checkout td.proceed-action .wc-proceed-to-checkout .checkout-button:focus, body .woocommerce table:not(.wishlist_table).shop_table.cart tr.checkout td.proceed-action .wc-proceed-to-checkout .checkout-button:active, body .woocommerce table:not(.wishlist_table).woocommerce-checkout-review-order tr.checkout td.proceed-action .wc-proceed-to-checkout .checkout-button:hover, body .woocommerce table:not(.wishlist_table).woocommerce-checkout-review-order tr.checkout td.proceed-action .wc-proceed-to-checkout .checkout-button:focus, body .woocommerce table:not(.wishlist_table).woocommerce-checkout-review-order tr.checkout td.proceed-action .wc-proceed-to-checkout .checkout-button:active, body .woocommerce table:not(.wishlist_table).woocommerce-table--order-details tr.checkout td.proceed-action .wc-proceed-to-checkout .checkout-button:hover, body .woocommerce table:not(.wishlist_table).woocommerce-table--order-details tr.checkout td.proceed-action .wc-proceed-to-checkout .checkout-button:focus, body .woocommerce table:not(.wishlist_table).woocommerce-table--order-details tr.checkout td.proceed-action .wc-proceed-to-checkout .checkout-button:active {
  background-color: #58b24a;
  border-color: #58b24a;
}
body .woocommerce .cart_totals h2 {
  display: none !important;
}
body .woocommerce .cart_totals .wc-proceed-to-checkout {
  text-align: right;
}
body .woocommerce .cart_totals .wc-proceed-to-checkout .checkout-button {
  text-decoration: none;
  padding: 10px 0px;
  border-radius: 4px;
  background-color: #00286e;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s all ease;
}
body .woocommerce .cart_totals .wc-proceed-to-checkout .checkout-button:before {
  content: " ";
  background: url(img/request-a-quote-icon.svg) no-repeat center/25px 25px;
  height: 25px;
  width: 25px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  transition: 0.5s all ease;
}
body .woocommerce .cart_totals .wc-proceed-to-checkout .checkout-button:hover, body .woocommerce .cart_totals .wc-proceed-to-checkout .checkout-button:focus, body .woocommerce .cart_totals .wc-proceed-to-checkout .checkout-button:active {
  background-color: #58b24a;
}
body.woocommerce-checkout .mobile-shop-list, body.woocommerce-order-received .mobile-shop-list {
  margin-bottom: 45px;
}
body.woocommerce-checkout table.shop_table th.product-quantity, body.woocommerce-checkout table.shop_table th.product-packaging,
body.woocommerce-checkout table.shop_table td.product-quantity,
body.woocommerce-checkout table.shop_table td.product-packaging {
  text-align: center;
}
body.woocommerce-checkout table.shop_table th.product-subtotal,
body.woocommerce-checkout table.shop_table td.product-subtotal {
  width: 20%;
}
body.woocommerce-checkout #order_comments_field {
  margin-bottom: 16px;
}
body.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods.payment_methods.methods {
  display: none;
  margin: 0;
}
@media (min-width: 768px) {
  body.woocommerce-checkout #order_comments_field {
    margin-bottom: 48px;
  }
}

body.woocommerce-cart .price-list-wrap #current_customer_price_list_top,
body.woocommerce-cart .price-list-wrap #current_customer_price_list_bottom,
body.woocommerce-cart .price-list-wrap #destination,
body.woocommerce-cart .destination-list-wrap #current_customer_price_list_top,
body.woocommerce-cart .destination-list-wrap #current_customer_price_list_bottom,
body.woocommerce-cart .destination-list-wrap #destination,
body.woocommerce-checkout .price-list-wrap #current_customer_price_list_top,
body.woocommerce-checkout .price-list-wrap #current_customer_price_list_bottom,
body.woocommerce-checkout .price-list-wrap #destination,
body.woocommerce-checkout .destination-list-wrap #current_customer_price_list_top,
body.woocommerce-checkout .destination-list-wrap #current_customer_price_list_bottom,
body.woocommerce-checkout .destination-list-wrap #destination {
  border: solid 2px #e8e8e8;
  border-radius: 4px;
  background-color: white;
  padding: 12px 80px 12px 16px;
  font-weight: bold;
  color: #00286e;
  cursor: pointer;
}
body.woocommerce-cart .price-list-wrap #current_customer_price_list_top:hover, body.woocommerce-cart .price-list-wrap #current_customer_price_list_top:focus, body.woocommerce-cart .price-list-wrap #current_customer_price_list_top:active,
body.woocommerce-cart .price-list-wrap #current_customer_price_list_bottom:hover,
body.woocommerce-cart .price-list-wrap #current_customer_price_list_bottom:focus,
body.woocommerce-cart .price-list-wrap #current_customer_price_list_bottom:active,
body.woocommerce-cart .price-list-wrap #destination:hover,
body.woocommerce-cart .price-list-wrap #destination:focus,
body.woocommerce-cart .price-list-wrap #destination:active,
body.woocommerce-cart .destination-list-wrap #current_customer_price_list_top:hover,
body.woocommerce-cart .destination-list-wrap #current_customer_price_list_top:focus,
body.woocommerce-cart .destination-list-wrap #current_customer_price_list_top:active,
body.woocommerce-cart .destination-list-wrap #current_customer_price_list_bottom:hover,
body.woocommerce-cart .destination-list-wrap #current_customer_price_list_bottom:focus,
body.woocommerce-cart .destination-list-wrap #current_customer_price_list_bottom:active,
body.woocommerce-cart .destination-list-wrap #destination:hover,
body.woocommerce-cart .destination-list-wrap #destination:focus,
body.woocommerce-cart .destination-list-wrap #destination:active,
body.woocommerce-checkout .price-list-wrap #current_customer_price_list_top:hover,
body.woocommerce-checkout .price-list-wrap #current_customer_price_list_top:focus,
body.woocommerce-checkout .price-list-wrap #current_customer_price_list_top:active,
body.woocommerce-checkout .price-list-wrap #current_customer_price_list_bottom:hover,
body.woocommerce-checkout .price-list-wrap #current_customer_price_list_bottom:focus,
body.woocommerce-checkout .price-list-wrap #current_customer_price_list_bottom:active,
body.woocommerce-checkout .price-list-wrap #destination:hover,
body.woocommerce-checkout .price-list-wrap #destination:focus,
body.woocommerce-checkout .price-list-wrap #destination:active,
body.woocommerce-checkout .destination-list-wrap #current_customer_price_list_top:hover,
body.woocommerce-checkout .destination-list-wrap #current_customer_price_list_top:focus,
body.woocommerce-checkout .destination-list-wrap #current_customer_price_list_top:active,
body.woocommerce-checkout .destination-list-wrap #current_customer_price_list_bottom:hover,
body.woocommerce-checkout .destination-list-wrap #current_customer_price_list_bottom:focus,
body.woocommerce-checkout .destination-list-wrap #current_customer_price_list_bottom:active,
body.woocommerce-checkout .destination-list-wrap #destination:hover,
body.woocommerce-checkout .destination-list-wrap #destination:focus,
body.woocommerce-checkout .destination-list-wrap #destination:active {
  background-color: #ecf3fb;
}
body.woocommerce-cart .price-list-wrap .single-price-list,
body.woocommerce-cart .destination-list-wrap .single-price-list,
body.woocommerce-checkout .price-list-wrap .single-price-list,
body.woocommerce-checkout .destination-list-wrap .single-price-list {
  margin-bottom: 24px;
  padding: 12px 0px;
  font-weight: bold;
  color: #00286e;
}
body.woocommerce-cart .price-list-wrap #current_customer_price_list_bottom,
body.woocommerce-cart .price-list-wrap #destination,
body.woocommerce-cart .destination-list-wrap #current_customer_price_list_bottom,
body.woocommerce-cart .destination-list-wrap #destination,
body.woocommerce-checkout .price-list-wrap #current_customer_price_list_bottom,
body.woocommerce-checkout .price-list-wrap #destination,
body.woocommerce-checkout .destination-list-wrap #current_customer_price_list_bottom,
body.woocommerce-checkout .destination-list-wrap #destination {
  margin: 0;
  width: 100%;
  padding-right: 0;
}
body.woocommerce-cart h5.price-list,
body.woocommerce-checkout h5.price-list {
  margin-bottom: 0;
}
body.woocommerce-cart table.shop_table img,
body.woocommerce-checkout table.shop_table img {
  width: auto !important;
}
body.woocommerce-cart table.shop_table tr.minimum-order-total .notice,
body.woocommerce-checkout table.shop_table tr.minimum-order-total .notice {
  display: flex;
  align-items: center;
  justify-content: space-between;
  white-space: nowrap;
}
body.woocommerce-cart table.shop_table tr.minimum-order-total .notice .success,
body.woocommerce-cart table.shop_table tr.minimum-order-total .notice .warning,
body.woocommerce-checkout table.shop_table tr.minimum-order-total .notice .success,
body.woocommerce-checkout table.shop_table tr.minimum-order-total .notice .warning {
  margin-right: auto;
  display: inline-flex;
  align-items: center;
  margin-right: 8px;
}
body.woocommerce-cart table.shop_table tr.minimum-order-total .notice .success,
body.woocommerce-checkout table.shop_table tr.minimum-order-total .notice .success {
  display: none;
}
body.woocommerce-cart table.shop_table tr.minimum-order-total .notice .success svg path,
body.woocommerce-checkout table.shop_table tr.minimum-order-total .notice .success svg path {
  fill: #58b24a;
}
body.woocommerce-cart table.shop_table tr.minimum-order-total .notice .warning svg path,
body.woocommerce-checkout table.shop_table tr.minimum-order-total .notice .warning svg path {
  fill: #f9a400;
}
body.woocommerce-cart table.shop_table tr.checkout .wc-proceed-to-checkout .checkout-button.disabled,
body.woocommerce-checkout table.shop_table tr.checkout .wc-proceed-to-checkout .checkout-button.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.discount-notice {
  padding: 24px;
  border-radius: 4px;
  border-left: solid 4px transparent;
  display: none;
  align-items: center;
}
.discount-notice.success {
  border-color: #58b24a;
  background-color: rgba(88, 178, 74, 0.08);
}
.discount-notice.display {
  display: flex;
}
.discount-notice .icon {
  margin-right: 16px;
}
.discount-notice .icon svg {
  vertical-align: middle;
}
.discount-notice.information {
  border-color: #f9a400;
  background-color: rgba(249, 164, 0, 0.08);
}
.discount-notice.information bdi {
  font-size: 18px;
  font-weight: bold;
}

body .woocommerce table.shop_table.cart .discount-amount-row,
body .woocommerce table.woocommerce-checkout-review-order .discount-amount-row,
body .woocommerce ul.mobile-shop-list .discount-amount-row {
  color: #58b24a;
  font-size: 18px;
  border-bottom: 1px solid #f2eee4;
}
body .woocommerce table.shop_table.cart .discount-amount-row .discount-amount-label,
body .woocommerce table.woocommerce-checkout-review-order .discount-amount-row .discount-amount-label,
body .woocommerce ul.mobile-shop-list .discount-amount-row .discount-amount-label {
  padding-left: 16px;
  padding-top: 0;
}
body .woocommerce table.shop_table.cart .discount-amount-row .discount-amount,
body .woocommerce table.woocommerce-checkout-review-order .discount-amount-row .discount-amount,
body .woocommerce ul.mobile-shop-list .discount-amount-row .discount-amount {
  text-align: right;
  padding-right: 20px;
  padding-top: 0;
}
body .woocommerce table.shop_table.cart .total-with-discount-row,
body .woocommerce table.woocommerce-checkout-review-order .total-with-discount-row,
body .woocommerce ul.mobile-shop-list .total-with-discount-row {
  font-size: 20px;
  font-weight: bold;
}
body .woocommerce table.shop_table.cart .total-with-discount-row .total-with-discount-label,
body .woocommerce table.woocommerce-checkout-review-order .total-with-discount-row .total-with-discount-label,
body .woocommerce ul.mobile-shop-list .total-with-discount-row .total-with-discount-label {
  padding-left: 16px;
}
body .woocommerce table.shop_table.cart .total-with-discount-row .total-with-discount,
body .woocommerce table.woocommerce-checkout-review-order .total-with-discount-row .total-with-discount,
body .woocommerce ul.mobile-shop-list .total-with-discount-row .total-with-discount {
  text-align: right;
  padding-right: 20px;
}
body .woocommerce table.shop_table.cart .total-with-discount-row .total-with-discount .woocommerce-Price-amount.amount bdi,
body .woocommerce table.woocommerce-checkout-review-order .total-with-discount-row .total-with-discount .woocommerce-Price-amount.amount bdi,
body .woocommerce ul.mobile-shop-list .total-with-discount-row .total-with-discount .woocommerce-Price-amount.amount bdi {
  font-size: 20px;
}
body .woocommerce ul.mobile-shop-list .discount-amount-row,
body .woocommerce ul.mobile-shop-list .total-with-discount-row {
  padding-bottom: 24px;
  margin-bottom: 16px;
  border-bottom: 1px solid #f2eee4;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
}
body .woocommerce ul.mobile-shop-list .discount-amount-row .discount-amount-label,
body .woocommerce ul.mobile-shop-list .discount-amount-row .total-with-discount-label,
body .woocommerce ul.mobile-shop-list .total-with-discount-row .discount-amount-label,
body .woocommerce ul.mobile-shop-list .total-with-discount-row .total-with-discount-label {
  padding-left: 0;
}
body .woocommerce ul.mobile-shop-list .discount-amount-row .discount-amount,
body .woocommerce ul.mobile-shop-list .discount-amount-row .total-with-discount,
body .woocommerce ul.mobile-shop-list .total-with-discount-row .discount-amount,
body .woocommerce ul.mobile-shop-list .total-with-discount-row .total-with-discount {
  padding-right: 0;
}
body .woocommerce ul.mobile-shop-list .discount-amount-row .discount-amount .price-wrap.right .woocommerce-Price-currencySymbol,
body .woocommerce ul.mobile-shop-list .discount-amount-row .total-with-discount .price-wrap.right .woocommerce-Price-currencySymbol,
body .woocommerce ul.mobile-shop-list .total-with-discount-row .discount-amount .price-wrap.right .woocommerce-Price-currencySymbol,
body .woocommerce ul.mobile-shop-list .total-with-discount-row .total-with-discount .price-wrap.right .woocommerce-Price-currencySymbol {
  margin-left: 8px;
}
body .woocommerce ul.mobile-shop-list .discount-amount-row .discount-amount .price-wrap.left .woocommerce-Price-currencySymbol,
body .woocommerce ul.mobile-shop-list .discount-amount-row .total-with-discount .price-wrap.left .woocommerce-Price-currencySymbol,
body .woocommerce ul.mobile-shop-list .total-with-discount-row .discount-amount .price-wrap.left .woocommerce-Price-currencySymbol,
body .woocommerce ul.mobile-shop-list .total-with-discount-row .total-with-discount .price-wrap.left .woocommerce-Price-currencySymbol {
  margin-right: 8px;
}

.mobile-only .price-list-wrap #current_customer_price_list_top {
  margin: 0;
  margin-top: 16px;
  width: 100%;
  padding-right: 0;
}
.mobile-only ul.mobile-shop-list {
  list-style-type: none;
  margin: 24px 0 0 0;
}
.mobile-only ul.mobile-shop-list li {
  padding-top: 25px;
  margin-bottom: 25px;
}
.mobile-only ul.mobile-shop-list li:not(:first-child) {
  border-top: 1px solid #f2eee4;
}
.mobile-only ul.mobile-shop-list li .item-wrapper {
  display: flex;
  margin: 0 0 15px 0 !important;
  width: 100%;
}
.mobile-only ul.mobile-shop-list li .item-wrapper .product-thumbnail {
  max-width: 60px;
  margin-right: 10px;
  display: inline-block;
}
.mobile-only ul.mobile-shop-list li .item-wrapper .product-thumbnail img {
  display: block;
  background-color: rgba(144, 129, 111, 0.2);
}
.mobile-only ul.mobile-shop-list li .item-wrapper .item-details {
  flex: 2;
}
.mobile-only ul.mobile-shop-list li .item-wrapper .item-details .product-name-wrap {
  display: flex;
}
.mobile-only ul.mobile-shop-list li .item-wrapper .item-details .product-name-wrap .product-name {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 24px;
}
.mobile-only ul.mobile-shop-list li .item-wrapper .item-details .product-name-wrap .product-name .sku {
  font-size: 12px;
  font-weight: normal;
}
.mobile-only ul.mobile-shop-list li .item-wrapper .item-details .product-name-wrap .product-remove {
  padding: 0;
  margin-left: auto;
}
.mobile-only ul.mobile-shop-list li .item-wrapper .item-details .unit-price-wrap {
  display: flex;
}
.mobile-only ul.mobile-shop-list li .item-wrapper .item-details .unit-price-wrap .units-cases .units-per-case,
.mobile-only ul.mobile-shop-list li .item-wrapper .item-details .unit-price-wrap .units-cases .cases-per-pallet {
  display: flex;
  align-items: center;
}
.mobile-only ul.mobile-shop-list li .item-wrapper .item-details .unit-price-wrap .units-cases .units-per-case svg,
.mobile-only ul.mobile-shop-list li .item-wrapper .item-details .unit-price-wrap .units-cases .cases-per-pallet svg {
  margin-right: 12px;
  width: 15px;
}
.mobile-only ul.mobile-shop-list li .item-wrapper .item-details .unit-price-wrap .units-cases .units-per-case svg path,
.mobile-only ul.mobile-shop-list li .item-wrapper .item-details .unit-price-wrap .units-cases .cases-per-pallet svg path {
  fill: #00286e;
}
.mobile-only ul.mobile-shop-list li .item-wrapper .item-details .unit-price-wrap .units-cases .units-per-case .units,
.mobile-only ul.mobile-shop-list li .item-wrapper .item-details .unit-price-wrap .units-cases .cases-per-pallet .units {
  color: #343a40;
  font-size: 10px;
  font-weight: normal;
}
.mobile-only ul.mobile-shop-list li .item-wrapper .item-details .unit-price-wrap .units-cases .units-per-case .units span:first-child,
.mobile-only ul.mobile-shop-list li .item-wrapper .item-details .unit-price-wrap .units-cases .cases-per-pallet .units span:first-child {
  font-weight: bold;
  font-size: 14px;
  margin-right: 8px;
}
.mobile-only ul.mobile-shop-list li .item-wrapper .item-details .unit-price-wrap .price-subtotal {
  margin-left: auto;
}
.mobile-only ul.mobile-shop-list li .item-wrapper .item-details .unit-price-wrap .price-subtotal span.label {
  font-size: 10px;
  display: block;
  text-align: right;
}
.mobile-only ul.mobile-shop-list li .item-wrapper .item-details .unit-price-wrap .price-subtotal span.price-wrap {
  display: block;
  text-align: right;
}
.mobile-only ul.mobile-shop-list li .item-wrapper .item-details .unit-price-wrap .price-subtotal span.price-wrap .woocommerce-Price-amount.amount {
  font-size: 18px;
  font-weight: bold;
}
.mobile-only ul.mobile-shop-list li .item-wrapper .item-details .unit-price-wrap .price-subtotal span.price-wrap.right .woocommerce-Price-currencySymbol {
  margin-left: 8px;
}
.mobile-only ul.mobile-shop-list li .item-wrapper .item-details .unit-price-wrap .price-subtotal span.price-wrap.left .woocommerce-Price-currencySymbol {
  margin-right: 8px;
}
.mobile-only ul.mobile-shop-list li .item-wrapper .item-details .product-pricing {
  display: flex;
  justify-content: space-between;
}
.mobile-only ul.mobile-shop-list li .item-wrapper .item-details .product-pricing .per-case .label,
.mobile-only ul.mobile-shop-list li .item-wrapper .item-details .product-pricing .product-subtotal .label {
  font-size: 10px;
  display: block;
}
.mobile-only ul.mobile-shop-list li .item-wrapper .item-details .product-pricing .per-case .woocommerce-Price-amount.amount,
.mobile-only ul.mobile-shop-list li .item-wrapper .item-details .product-pricing .product-subtotal .woocommerce-Price-amount.amount {
  font-weight: bold;
  font-size: 18px;
  display: block;
}
.mobile-only ul.mobile-shop-list li .item-wrapper .item-details .product-pricing .product-subtotal {
  text-align: right;
}
.mobile-only ul.mobile-shop-list li .item-wrapper .item-details .product-pricing.right .woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol {
  margin-left: 8px;
}
.mobile-only ul.mobile-shop-list li .item-wrapper .item-details .product-pricing.left .woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol {
  margin-right: 8px;
}
.mobile-only ul.mobile-shop-list li .item-wrapper .item-details .shop_table {
  margin-bottom: 0;
}
.mobile-only ul.mobile-shop-list li .item-wrapper .item-details .shop_table .product-quantity {
  border-bottom: none;
  padding: 0;
  padding-top: 12px;
}
.mobile-only ul.mobile-shop-list li .item-wrapper .item-details .shop_table .product-quantity .product-quantity-wrap {
  font-weight: bold;
  color: #343a40;
  font-size: 14px;
}
.mobile-only ul.mobile-shop-list li .item-wrapper .item-details .shop_table .product-quantity .product-quantity-wrap span {
  color: #00286e;
  margin-right: 10px;
}
.mobile-only ul.mobile-shop-list li .item-wrapper .item-details .shop_table .product-quantity .quantity {
  margin-bottom: 0 !important;
  margin-right: 0 !important;
  display: flex;
  justify-content: flex-end;
}
.mobile-only ul.mobile-shop-list li .item-wrapper .item-details .shop_table .product-quantity .quantity input[type=number] {
  border: 2px solid #e8e8e8;
  background: #f8f8f8;
  flex: 1.5;
  text-align: center;
}
.mobile-only ul.mobile-shop-list li .item-wrapper .item-details .shop_table .product-quantity .quantity:before, .mobile-only ul.mobile-shop-list li .item-wrapper .item-details .shop_table .product-quantity .quantity:after {
  border: 2px solid #e8e8e8;
  background: #fff;
  color: #00286e;
  font-size: 34px;
}
.mobile-only ul.mobile-shop-list li .item-wrapper .product-remove {
  padding: 19px 14px;
}
.mobile-only ul.mobile-shop-list li .item-wrapper .product-remove a {
  text-decoration: none;
  color: red !important;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border: none !important;
}
.mobile-only ul.mobile-shop-list li.cart-footer .checkout .front-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 8px;
       column-gap: 8px;
  margin-bottom: 24px;
}
.mobile-only ul.mobile-shop-list li.cart-footer .price-list-used {
  font-weight: bold;
}
.mobile-only ul.mobile-shop-list li.cart-footer .order-totals {
  padding-bottom: 24px;
  margin-bottom: 16px;
  border-bottom: 1px solid #f2eee4;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
}
.mobile-only ul.mobile-shop-list li.cart-footer .order-totals .total-amount .price-wrap.right .woocommerce-Price-currencySymbol {
  margin-left: 8px;
}
.mobile-only ul.mobile-shop-list li.cart-footer .order-totals .total-amount .price-wrap.left .woocommerce-Price-currencySymbol {
  margin-right: 8px;
}
.mobile-only ul.mobile-shop-list li.cart-footer .order-totals .total-label:not(.discounted-amount),
.mobile-only ul.mobile-shop-list li.cart-footer .order-totals .total-amount:not(.discounted-amount) {
  border-bottom: 1px solid #f2eee4;
}
.mobile-only ul.mobile-shop-list li.cart-footer .order-totals .total-label.discounted-amount,
.mobile-only ul.mobile-shop-list li.cart-footer .order-totals .total-amount.discounted-amount {
  opacity: 0.75;
}
.mobile-only ul.mobile-shop-list li.cart-footer .order-totals .total-amount.discounted-amount bdi {
  text-decoration: line-through;
}
.mobile-only ul.mobile-shop-list li.cart-footer .price-list-select {
  margin-bottom: 16px;
}
.mobile-only ul.mobile-shop-list li.cart-footer .message {
  margin-bottom: 16px;
}
.mobile-only ul.mobile-shop-list li.cart-footer .message .notice {
  display: flex;
  align-items: center;
  font-size: 12px;
}
.mobile-only ul.mobile-shop-list li.cart-footer .message .notice .warning {
  margin-right: 8px;
}
.mobile-only ul.mobile-shop-list li.cart-footer .message .notice .warning svg {
  vertical-align: middle;
}
.mobile-only ul.mobile-shop-list li.cart-footer .message .notice bdi {
  font-weight: bold;
  margin-left: 6px;
}
.mobile-only ul.mobile-shop-list li.cart-footer .checkout .proceed-action .wc-proceed-to-checkout .checkout-button {
  display: block;
  text-align: center;
  font-size: 16px;
}
.mobile-only ul.mobile-shop-list li.cart-footer .delivery-address-select {
  margin-bottom: 16px;
}

.woocommerce-checkout .woocommerce .woocommerce-billing-fields {
  height: 0;
  visibility: hidden;
}
.woocommerce-checkout .woocommerce .woocommerce-billing-fields .form-row {
  display: flex;
}
.woocommerce-checkout .woocommerce .woocommerce-billing-fields .form-row .required {
  visibility: inherit;
}
.woocommerce-checkout .woocommerce .woocommerce-billing-fields .form-row label {
  flex: 1;
  margin-right: 30px;
}
.woocommerce-checkout .woocommerce .woocommerce-billing-fields .form-row label[for=billing_address_2] {
  width: auto !important;
  position: relative !important;
}
.woocommerce-checkout .woocommerce .woocommerce-billing-fields .form-row .woocommerce-input-wrapper {
  flex: 2;
}
.woocommerce-checkout .woocommerce .woocommerce-billing-fields .form-row .woocommerce-input-wrapper input,
.woocommerce-checkout .woocommerce .woocommerce-billing-fields .form-row .woocommerce-input-wrapper select {
  width: 100% !important;
  border: 1px solid #00286e;
  border-radius: 4px !important;
}
.woocommerce-checkout .woocommerce .woocommerce-billing-fields .form-row .woocommerce-input-wrapper .select2-container--default .select2-selection--single {
  border-color: #00286e;
  border-radius: 4px;
  padding: 10px 15px;
  height: auto;
}
.woocommerce-checkout .woocommerce .woocommerce-billing-fields .form-row .woocommerce-input-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: auto;
  bottom: 1px;
}
.woocommerce-checkout .woocommerce textarea,
.woocommerce-checkout .woocommerce input[type=text] {
  border: solid 2px rgba(52, 58, 64, 0.4);
  background-color: #fff;
  border-radius: 6px;
  padding: 15px;
}
.woocommerce-checkout .woocommerce textarea::-moz-placeholder, .woocommerce-checkout .woocommerce input[type=text]::-moz-placeholder {
  color: #a7a7a7;
}
.woocommerce-checkout .woocommerce textarea::placeholder,
.woocommerce-checkout .woocommerce input[type=text]::placeholder {
  color: #a7a7a7;
}
.woocommerce-checkout .woocommerce input[type=text] {
  width: auto !important;
}
.woocommerce-checkout .woocommerce textarea {
  height: 181px !important;
}
.woocommerce-checkout .woocommerce .woocommerce-additional-fields .additional-fields-title {
  color: #00286e;
  margin-bottom: 25px;
}
.woocommerce-checkout .woocommerce .woocommerce-additional-fields label {
  color: #00286e;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}
.woocommerce-checkout .woocommerce div.product-quantity {
  margin-top: 26px;
}
.woocommerce-checkout .woocommerce div.product-quantity div.product-quantity-wrap {
  font-weight: bold;
  font-size: 20px;
  color: #242424;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.woocommerce-checkout .woocommerce div.product-quantity div.product-quantity-wrap .label {
  color: #00286e;
  font-size: 14px;
  margin-right: 12px;
}
.woocommerce-checkout .woocommerce #payment .woocommerce-terms-and-conditions-wrapper {
  display: none;
}
.woocommerce-checkout .woocommerce #payment .form-row.place-order {
  display: flex;
  flex-flow: column;
}
.woocommerce-checkout .woocommerce #payment .form-row.place-order a.btn {
  order: 2;
  font-size: 14px;
}
.woocommerce-checkout .woocommerce #payment .form-row.place-order #place_order {
  order: 1;
  margin-bottom: 16px;
  text-decoration: none;
  padding: 10px 0px;
  border-radius: 4px;
  background-color: #00286e;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s all ease;
  border: 1px solid #00286e;
}
.woocommerce-checkout .woocommerce #payment .form-row.place-order #place_order:hover, .woocommerce-checkout .woocommerce #payment .form-row.place-order #place_order:focus, .woocommerce-checkout .woocommerce #payment .form-row.place-order #place_order:active {
  background-color: #58b24a;
  border-color: #58b24a;
}
@media (min-width: 768px) {
  .woocommerce-checkout .woocommerce .woocommerce-billing-fields .form-row {
    display: flex;
  }
  .woocommerce-checkout .woocommerce .woocommerce-billing-fields .form-row label {
    flex: 1;
    margin-right: 30px;
  }
  .woocommerce-checkout .woocommerce .woocommerce-billing-fields .form-row label[for=billing_address_2] {
    width: auto !important;
    position: relative !important;
  }
  .woocommerce-checkout .woocommerce .woocommerce-billing-fields .form-row .woocommerce-input-wrapper {
    flex: 2;
  }
  .woocommerce-checkout .woocommerce .woocommerce-billing-fields .form-row .woocommerce-input-wrapper input,
  .woocommerce-checkout .woocommerce .woocommerce-billing-fields .form-row .woocommerce-input-wrapper select {
    width: 100% !important;
    border: 1px solid #00286e;
    border-radius: 4px !important;
  }
  .woocommerce-checkout .woocommerce .woocommerce-billing-fields .form-row .woocommerce-input-wrapper .select2-container--default .select2-selection--single {
    border-color: #00286e;
    border-radius: 4px;
    padding: 10px 15px;
    height: auto;
  }
  .woocommerce-checkout .woocommerce .woocommerce-billing-fields .form-row .woocommerce-input-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: auto;
    bottom: 1px;
  }
  .woocommerce-checkout .woocommerce .woocommerce-additional-fields .additional-fields-title {
    color: #00286e;
    margin-bottom: 25px;
  }
  .woocommerce-checkout .woocommerce .woocommerce-additional-fields label {
    color: #00286e;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
  }
  .woocommerce-checkout .woocommerce #payment .form-row.place-order {
    position: relative;
    flex-flow: row;
    align-items: center;
  }
  .woocommerce-checkout .woocommerce #payment .form-row.place-order a.btn {
    order: 1;
    white-space: nowrap;
    font-size: 16px;
  }
  .woocommerce-checkout .woocommerce #payment .form-row.place-order:before {
    content: "";
    order: 2;
    height: 1px;
    background-color: #f2eee4;
    width: calc(100% - 474px);
    margin: 0 20px;
  }
  .woocommerce-checkout .woocommerce #payment .form-row.place-order .woocommerce-terms-and-conditions-wrapper {
    display: none;
  }
  .woocommerce-checkout .woocommerce #payment .form-row.place-order #place_order {
    white-space: nowrap;
    margin-bottom: 0;
    order: 3;
    padding: 10px 120px;
    display: inline-flex;
    width: auto;
  }
}

.woocommerce-account .woocommerce-breadcrumb {
  margin-bottom: 10px;
}
.woocommerce-account .woocommerce-MyAccount-content {
  float: none;
  width: auto !important;
}
.woocommerce-account .entry-content {
  margin-top: 10px;
}
.woocommerce-account .entry-content .account-orders-message {
  margin-bottom: 24px;
}
.woocommerce-account .entry-content .woocommerce-orders-list {
  border-bottom: 1px solid #e9e6e2;
}
.woocommerce-account .entry-content .woocommerce-orders-list .order {
  border-top: 1px solid #e9e6e2;
  padding-top: 32px;
  margin-bottom: 32px;
}
.woocommerce-account .entry-content .woocommerce-orders-list .order .account-order-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.woocommerce-account .entry-content .woocommerce-orders-list .order .account-order-item .account-order-item.label {
  color: #00286e;
  font-size: 16px;
}
.woocommerce-account .entry-content .woocommerce-orders-list .order .account-order-item .account-order-item.value {
  color: #00286e;
  font-weight: bold;
  font-size: 16px;
}
.woocommerce-account .entry-content .woocommerce-orders-list .order .account-order-item.actions {
  display: block;
  margin-bottom: 0;
}
.woocommerce-account .entry-content .woocommerce-orders-list .order .account-order-item.actions a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  padding: 10px 0;
  font-size: 16px;
}
.woocommerce-account .entry-content .woocommerce-orders-list .order .account-order-item.actions a svg {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .woocommerce-account .woocommerce-breadcrumb {
    margin-bottom: 10px;
  }
  .woocommerce-account .entry-content {
    margin-top: 15px;
  }
  .woocommerce-account .entry-content .account-orders-message {
    margin-bottom: 32px;
  }
  .woocommerce-account .entry-content .woocommerce-orders-table {
    width: 100%;
  }
  .woocommerce-account .entry-content .woocommerce-orders-table thead tr th {
    background-color: #f5f5f5;
    padding-top: 16px;
    padding-bottom: 16px;
    text-align: left;
  }
  .woocommerce-account .entry-content .woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell {
    padding-top: 24px;
    padding-bottom: 24px;
    vertical-align: top;
    font-size: 16px;
  }
  .woocommerce-account .entry-content .woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell a {
    border-radius: 4px;
    padding: 10px 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .woocommerce-account .entry-content .woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell a svg {
    margin-right: 10px;
  }
  .woocommerce-account .entry-content .woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number div {
    white-space: nowrap;
  }
  .woocommerce-account .entry-content .woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell .pricing-wrap .price {
    margin-left: 0;
  }
  .woocommerce-account .entry-content .woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell .pricing-wrap .price .woocommerce-Price-amount.amount bdi {
    font-size: 16px;
    font-weight: normal;
  }
  .woocommerce-account .entry-content .woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions {
    text-align: right;
    padding-right: 56px;
  }
  .woocommerce-account .entry-content .woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions .woocommerce-button.button.pay,
  .woocommerce-account .entry-content .woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions .woocommerce-button.button.cancel {
    display: none;
  }
}

.woocommerce-view-order .entry-header {
  display: none;
}
.woocommerce-view-order .woocommerce-notices-wrapper .woocommerce-message:not(:last-child) {
  display: none;
}
.woocommerce-view-order .woocommerce-notices-wrapper .woocommerce-message:last-child {
  margin-bottom: 20px;
  color: #00286e !important;
  display: block;
  padding-bottom: 0;
}
.woocommerce-view-order .woocommerce-notices-wrapper .woocommerce-message:last-child a {
  color: #fff !important;
  margin: 0;
}
.woocommerce-view-order .page-title {
  margin-bottom: 9px;
}
.woocommerce-view-order .view-order-message {
  margin-bottom: 16px;
}
.woocommerce-view-order .woocommerce-order-details .view-order-heading .po-reference,
.woocommerce-view-order .woocommerce-order-details .view-order-heading .order-number {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
.woocommerce-view-order .woocommerce-order-details .view-order-heading .po-reference .view-label,
.woocommerce-view-order .woocommerce-order-details .view-order-heading .order-number .view-label {
  font-size: 14px;
}
.woocommerce-view-order .woocommerce-order-details .view-order-heading .po-reference .view-data,
.woocommerce-view-order .woocommerce-order-details .view-order-heading .order-number .view-data {
  font-weight: bold;
}
.woocommerce-view-order .woocommerce-order-details .view-order-heading .print-btn {
  display: none;
}
.woocommerce-view-order .woocommerce-order-details ul.mobile-shop-list li.note {
  padding-top: 0;
  border: none;
}
.woocommerce-view-order .woocommerce-order-details ul.mobile-shop-list li.order_item:first-child {
  border-top: 1px solid #f2eee4;
}
.woocommerce-view-order .woocommerce-order-details ul.mobile-shop-list li.order_item .item-wrapper .item-details .product-quantity {
  margin-top: 26px;
}
.woocommerce-view-order .woocommerce-order-details ul.mobile-shop-list li.order_item .item-wrapper .item-details .product-quantity div.product-quantity-wrap {
  font-weight: bold;
  font-size: 20px;
  color: #242424;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.woocommerce-view-order .woocommerce-order-details ul.mobile-shop-list li.order_item .item-wrapper .item-details .product-quantity div.product-quantity-wrap .label {
  color: #00286e;
  font-size: 14px;
  margin-right: 12px;
}
.woocommerce-view-order .woocommerce-order-details ul.mobile-shop-list li.order_item .product-actions {
  margin-top: 8px;
}
@media (min-width: 768px) {
  .woocommerce-view-order .woocommerce-notices-wrapper .woocommerce-message:last-child {
    padding-bottom: 20px;
  }
  .woocommerce-view-order .page-title {
    margin-bottom: 15px;
  }
  .woocommerce-view-order .view-order-message {
    margin-bottom: 32px;
  }
  .woocommerce-view-order .woocommerce-order-details .view-order-heading {
    margin-bottom: 23px;
    padding: 0;
  }
  .woocommerce-view-order .woocommerce-order-details .view-order-heading .po-reference {
    position: relative;
    display: inline-block;
    padding-right: 32px;
    margin-right: 32px;
    margin-bottom: 0;
  }
  .woocommerce-view-order .woocommerce-order-details .view-order-heading .po-reference:after {
    content: "";
    position: absolute;
    width: 1px;
    top: 0;
    height: 100%;
    right: 0;
    background-color: #e9e6e2;
  }
  .woocommerce-view-order .woocommerce-order-details .view-order-heading .po-reference .view-label {
    font-weight: normal;
    font-size: 16px;
    margin-right: 63px;
  }
  .woocommerce-view-order .woocommerce-order-details .view-order-heading .po-reference .view-data {
    font-weight: bold;
    font-size: 18px;
  }
  .woocommerce-view-order .woocommerce-order-details .view-order-heading .order-number {
    padding-left: 0;
    display: inline-block;
    margin-bottom: 0;
  }
  .woocommerce-view-order .woocommerce-order-details .view-order-heading .order-number .view-label {
    font-weight: normal;
    font-size: 16px;
    margin-right: 63px;
  }
  .woocommerce-view-order .woocommerce-order-details .view-order-heading .order-number .view-data {
    font-weight: bold;
    font-size: 18px;
  }
  .woocommerce-view-order .woocommerce-order-details .notes {
    margin-bottom: 23px;
  }
  .woocommerce-view-order .woocommerce-order-details .woocommerce-table thead tr th {
    text-align: left;
    padding: 16px 0;
    white-space: nowrap;
  }
  .woocommerce-view-order .woocommerce-order-details .woocommerce-table thead tr th.product-quantity {
    text-align: center;
  }
  .woocommerce-view-order .woocommerce-order-details .woocommerce-table thead tr th.product-actions {
    background: none;
  }
  .woocommerce-view-order .woocommerce-order-details .woocommerce-table tbody tr td {
    padding: 24px 0;
    vertical-align: middle;
  }
  .woocommerce-view-order .woocommerce-order-details .woocommerce-table tbody tr td.product-thumbnail .thumb-wrap {
    width: 80px;
    height: 70px;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
  }
  .woocommerce-view-order .woocommerce-order-details .woocommerce-table tbody tr td.product-thumbnail .thumb-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .woocommerce-view-order .woocommerce-order-details .woocommerce-table tbody tr td.product-units-per-case .units-per-case svg,
  .woocommerce-view-order .woocommerce-order-details .woocommerce-table tbody tr td.product-units-per-case .cases-per-pallet svg, .woocommerce-view-order .woocommerce-order-details .woocommerce-table tbody tr td.product-cases-per-pallet .units-per-case svg,
  .woocommerce-view-order .woocommerce-order-details .woocommerce-table tbody tr td.product-cases-per-pallet .cases-per-pallet svg {
    margin-right: 16px;
  }
  .woocommerce-view-order .woocommerce-order-details .woocommerce-table tbody tr td.product-units-per-case .units-per-case .units span,
  .woocommerce-view-order .woocommerce-order-details .woocommerce-table tbody tr td.product-units-per-case .cases-per-pallet .units span, .woocommerce-view-order .woocommerce-order-details .woocommerce-table tbody tr td.product-cases-per-pallet .units-per-case .units span,
  .woocommerce-view-order .woocommerce-order-details .woocommerce-table tbody tr td.product-cases-per-pallet .cases-per-pallet .units span {
    font-weight: bold;
    color: #00286e;
    font-size: 16px;
  }
  .woocommerce-view-order .woocommerce-order-details .woocommerce-table tbody tr td.product-quantity {
    font-weight: bold;
    color: #00286e;
    font-size: 20px;
    text-align: center;
  }
  .woocommerce-view-order .woocommerce-order-details .woocommerce-table tbody tr td.product-actions {
    text-align: right;
    border: none;
  }
}

#overlay {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 5;
  width: 100%;
  height: 100%;
}
#overlay:target {
  display: table;
  position: absolute;
}
#overlay .modal-wrapper {
  display: table-cell;
  vertical-align: middle;
}
#overlay .modal-wrapper .remove-all-items-notice {
  position: relative;
  z-index: 10;
  margin: 0 auto;
  width: 738px;
  max-width: 90%;
  padding: 48px 72px;
  border-radius: 8px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  background-color: #fff;
  animation: fadin 0.5s;
}
#overlay .modal-wrapper .remove-all-items-notice .close {
  position: absolute;
  right: 72px;
  top: 48px;
  text-decoration: none;
}
#overlay .modal-wrapper .remove-all-items-notice .close svg {
  width: 26px;
}
#overlay .modal-wrapper .remove-all-items-notice .close svg path {
  fill: #0e61c6;
}
#overlay .modal-wrapper .remove-all-items-notice &gt; h3 {
  text-align: center;
  margin-top: 44px;
  margin-bottom: 24px;
}
#overlay .modal-wrapper .remove-all-items-notice .tagline {
  margin-bottom: 24px;
  text-align: center;
}
#overlay .modal-wrapper .remove-all-items-notice .warning {
  border-top: solid 1px #f9a400;
  border-right: solid 1px #f9a400;
  border-bottom: solid 1px #f9a400;
  border-left: solid 3px #f9a400;
  border-radius: 4px;
  background-color: rgba(249, 164, 0, 0.08);
  padding: 24px 40px;
  margin-bottom: 24px;
  display: flex;
}
#overlay .modal-wrapper .remove-all-items-notice .warning svg {
  margin-right: 16px;
}
#overlay .modal-wrapper .remove-all-items-notice .warning svg path {
  fill: #f9a400;
}
#overlay .modal-wrapper .remove-all-items-notice .warning .warning-message &gt; h3 {
  color: #f9a400;
  margin-bottom: 12px;
}
#overlay .modal-wrapper .remove-all-items-notice .warning .warning-message .warning-tagline {
  color: #bf7e00;
}
#overlay .modal-wrapper .remove-all-items-notice .warning-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
#overlay .modal-wrapper .remove-all-items-notice .warning-buttons #remove_all_cancel,
#overlay .modal-wrapper .remove-all-items-notice .warning-buttons #remove_all {
  width: 100%;
  text-align: center;
  font-weight: bold;
  transition: 0.5s all ease;
}
#overlay .modal-wrapper .remove-all-items-notice .warning-buttons #remove_all_cancel:hover, #overlay .modal-wrapper .remove-all-items-notice .warning-buttons #remove_all_cancel:focus, #overlay .modal-wrapper .remove-all-items-notice .warning-buttons #remove_all_cancel:active,
#overlay .modal-wrapper .remove-all-items-notice .warning-buttons #remove_all:hover,
#overlay .modal-wrapper .remove-all-items-notice .warning-buttons #remove_all:focus,
#overlay .modal-wrapper .remove-all-items-notice .warning-buttons #remove_all:active {
  background-color: #58b24a;
  border-color: #58b24a;
}

.woocommerce-order-received .woocommerce .thank-you-disclaimer-message,
.woocommerce-view-order .woocommerce .thank-you-disclaimer-message {
  font-size: 14px;
}
.woocommerce-order-received .woocommerce table.shop_table.woocommerce-table--order-details td.product-price-per-case,
.woocommerce-order-received .woocommerce table.shop_table.woocommerce-table--order-details th.product-price-per-case,
.woocommerce-view-order .woocommerce table.shop_table.woocommerce-table--order-details td.product-price-per-case,
.woocommerce-view-order .woocommerce table.shop_table.woocommerce-table--order-details th.product-price-per-case {
  text-align: right;
}
.woocommerce-order-received .woocommerce table.shop_table.woocommerce-table--order-details td.product-name, .woocommerce-order-received .woocommerce table.shop_table.woocommerce-table--order-details td.product-quantity, .woocommerce-order-received .woocommerce table.shop_table.woocommerce-table--order-details td.product-price-per-case, .woocommerce-order-received .woocommerce table.shop_table.woocommerce-table--order-details td.product-subtotal,
.woocommerce-order-received .woocommerce table.shop_table.woocommerce-table--order-details th.product-name,
.woocommerce-order-received .woocommerce table.shop_table.woocommerce-table--order-details th.product-quantity,
.woocommerce-order-received .woocommerce table.shop_table.woocommerce-table--order-details th.product-price-per-case,
.woocommerce-order-received .woocommerce table.shop_table.woocommerce-table--order-details th.product-subtotal,
.woocommerce-view-order .woocommerce table.shop_table.woocommerce-table--order-details td.product-name,
.woocommerce-view-order .woocommerce table.shop_table.woocommerce-table--order-details td.product-quantity,
.woocommerce-view-order .woocommerce table.shop_table.woocommerce-table--order-details td.product-price-per-case,
.woocommerce-view-order .woocommerce table.shop_table.woocommerce-table--order-details td.product-subtotal,
.woocommerce-view-order .woocommerce table.shop_table.woocommerce-table--order-details th.product-name,
.woocommerce-view-order .woocommerce table.shop_table.woocommerce-table--order-details th.product-quantity,
.woocommerce-view-order .woocommerce table.shop_table.woocommerce-table--order-details th.product-price-per-case,
.woocommerce-view-order .woocommerce table.shop_table.woocommerce-table--order-details th.product-subtotal {
  width: 25%;
}
.woocommerce-order-received .woocommerce table.shop_table.woocommerce-table--order-details td.product-name,
.woocommerce-order-received .woocommerce table.shop_table.woocommerce-table--order-details th.product-name,
.woocommerce-view-order .woocommerce table.shop_table.woocommerce-table--order-details td.product-name,
.woocommerce-view-order .woocommerce table.shop_table.woocommerce-table--order-details th.product-name {
  padding-right: 0;
}
.woocommerce-order-received .woocommerce .thankyou-content,
.woocommerce-view-order .woocommerce .thankyou-content {
  font-size: 16px;
  line-height: 1.63;
}
.woocommerce-order-received .woocommerce .woocommerce-order-details,
.woocommerce-view-order .woocommerce .woocommerce-order-details {
  margin-top: 24px;
  font-size: 16px;
}
.woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-order-details-header .detail-item,
.woocommerce-view-order .woocommerce .woocommerce-order-details .woocommerce-order-details-header .detail-item {
  display: flex;
  justify-content: space-between;
}
.woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-order-details-header .detail-item:first-child,
.woocommerce-view-order .woocommerce .woocommerce-order-details .woocommerce-order-details-header .detail-item:first-child {
  font-weight: bold;
  margin-bottom: 16px;
  font-size: 18px;
}
.woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-order-details-header .detail-item:not(:last-child),
.woocommerce-view-order .woocommerce .woocommerce-order-details .woocommerce-order-details-header .detail-item:not(:last-child) {
  margin-bottom: 12px;
}
.woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-order-details-header .shipping-address,
.woocommerce-view-order .woocommerce .woocommerce-order-details .woocommerce-order-details-header .shipping-address {
  margin-top: 24px;
}
.woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-order-details-header .shipping-address .address-line:not(:last-child),
.woocommerce-view-order .woocommerce .woocommerce-order-details .woocommerce-order-details-header .shipping-address .address-line:not(:last-child) {
  margin-bottom: 12px;
}
.woocommerce-order-received .woocommerce .woocommerce-order-details .notes,
.woocommerce-view-order .woocommerce .woocommerce-order-details .notes {
  margin-top: 24px;
}
.woocommerce-order-received .woocommerce .woocommerce-order-details .notes .detail-item:first-child,
.woocommerce-view-order .woocommerce .woocommerce-order-details .notes .detail-item:first-child {
  margin-bottom: 18px;
}
.woocommerce-order-received .woocommerce .catalogue-button-wrap .catalogue-button,
.woocommerce-view-order .woocommerce .catalogue-button-wrap .catalogue-button {
  text-decoration: none;
  padding: 10px 0px;
  border-radius: 4px;
  background-color: #00286e;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s all ease;
  border: 1px solid #00286e;
}
.woocommerce-order-received .woocommerce .catalogue-button-wrap .catalogue-button:hover, .woocommerce-order-received .woocommerce .catalogue-button-wrap .catalogue-button:focus, .woocommerce-order-received .woocommerce .catalogue-button-wrap .catalogue-button:active,
.woocommerce-view-order .woocommerce .catalogue-button-wrap .catalogue-button:hover,
.woocommerce-view-order .woocommerce .catalogue-button-wrap .catalogue-button:focus,
.woocommerce-view-order .woocommerce .catalogue-button-wrap .catalogue-button:active {
  background-color: #58b24a;
  border-color: #58b24a;
}
@media (min-width: 768px) {
  .woocommerce-order-received .woocommerce .thankyou-content,
  .woocommerce-view-order .woocommerce .thankyou-content {
    font-size: 22px;
    line-height: 1.27;
  }
  .woocommerce-order-received .woocommerce .woocommerce-order-details,
  .woocommerce-view-order .woocommerce .woocommerce-order-details {
    margin-top: 40px;
  }
  .woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-order-details-header,
  .woocommerce-view-order .woocommerce .woocommerce-order-details .woocommerce-order-details-header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 80px;
         column-gap: 80px;
  }
  .woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-order-details-header .detail-item,
  .woocommerce-view-order .woocommerce .woocommerce-order-details .woocommerce-order-details-header .detail-item {
    display: flex;
    justify-content: space-between;
  }
  .woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-order-details-header .detail-item:first-child,
  .woocommerce-view-order .woocommerce .woocommerce-order-details .woocommerce-order-details-header .detail-item:first-child {
    margin-bottom: 16px;
  }
  .woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-order-details-header .detail-item:not(:last-child),
  .woocommerce-view-order .woocommerce .woocommerce-order-details .woocommerce-order-details-header .detail-item:not(:last-child) {
    margin-bottom: 8px;
  }
  .woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-order-details-header .shipping-address,
  .woocommerce-view-order .woocommerce .woocommerce-order-details .woocommerce-order-details-header .shipping-address {
    position: relative;
    margin-top: 0;
  }
  .woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-order-details-header .shipping-address:before,
  .woocommerce-view-order .woocommerce .woocommerce-order-details .woocommerce-order-details-header .shipping-address:before {
    content: "";
    position: absolute;
    left: -40px;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #e9e6e2;
  }
  .woocommerce-order-received .woocommerce .woocommerce-order-details .woocommerce-order-details-header .shipping-address .address-line:not(:last-child),
  .woocommerce-view-order .woocommerce .woocommerce-order-details .woocommerce-order-details-header .shipping-address .address-line:not(:last-child) {
    margin-bottom: 8px;
  }
  .woocommerce-order-received .woocommerce .woocommerce-order-details .notes,
  .woocommerce-view-order .woocommerce .woocommerce-order-details .notes {
    margin-top: 16px;
  }
  .woocommerce-order-received .woocommerce .woocommerce-order-details .notes .detail-item:first-child,
  .woocommerce-view-order .woocommerce .woocommerce-order-details .notes .detail-item:first-child {
    margin-bottom: 16px;
  }
  .woocommerce-order-received .woocommerce table.shop_table,
  .woocommerce-view-order .woocommerce table.shop_table {
    margin-top: 48px;
  }
  .woocommerce-order-received .woocommerce table.shop_table th.product-quantity, .woocommerce-order-received .woocommerce table.shop_table th.product-price-per-case,
  .woocommerce-order-received .woocommerce table.shop_table td.product-quantity,
  .woocommerce-order-received .woocommerce table.shop_table td.product-price-per-case,
  .woocommerce-view-order .woocommerce table.shop_table th.product-quantity,
  .woocommerce-view-order .woocommerce table.shop_table th.product-price-per-case,
  .woocommerce-view-order .woocommerce table.shop_table td.product-quantity,
  .woocommerce-view-order .woocommerce table.shop_table td.product-price-per-case {
    text-align: center;
    font-weight: bold;
  }
  .woocommerce-order-received .woocommerce table.shop_table tr.order_item td.product-price-per-case.right .woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol,
  .woocommerce-order-received .woocommerce table.shop_table tr.order_item td.product-subtotal.right .woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol,
  .woocommerce-order-received .woocommerce table.shop_table tr.order_item td.total-amount.right .woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol,
  .woocommerce-order-received .woocommerce table.shop_table tr.order-totals td.product-price-per-case.right .woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol,
  .woocommerce-order-received .woocommerce table.shop_table tr.order-totals td.product-subtotal.right .woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol,
  .woocommerce-order-received .woocommerce table.shop_table tr.order-totals td.total-amount.right .woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol,
  .woocommerce-view-order .woocommerce table.shop_table tr.order_item td.product-price-per-case.right .woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol,
  .woocommerce-view-order .woocommerce table.shop_table tr.order_item td.product-subtotal.right .woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol,
  .woocommerce-view-order .woocommerce table.shop_table tr.order_item td.total-amount.right .woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol,
  .woocommerce-view-order .woocommerce table.shop_table tr.order-totals td.product-price-per-case.right .woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol,
  .woocommerce-view-order .woocommerce table.shop_table tr.order-totals td.product-subtotal.right .woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol,
  .woocommerce-view-order .woocommerce table.shop_table tr.order-totals td.total-amount.right .woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol {
    margin-left: 8px;
  }
  .woocommerce-order-received .woocommerce table.shop_table tr.order_item td.product-price-per-case.left .woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol,
  .woocommerce-order-received .woocommerce table.shop_table tr.order_item td.product-subtotal.left .woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol,
  .woocommerce-order-received .woocommerce table.shop_table tr.order_item td.total-amount.left .woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol,
  .woocommerce-order-received .woocommerce table.shop_table tr.order-totals td.product-price-per-case.left .woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol,
  .woocommerce-order-received .woocommerce table.shop_table tr.order-totals td.product-subtotal.left .woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol,
  .woocommerce-order-received .woocommerce table.shop_table tr.order-totals td.total-amount.left .woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol,
  .woocommerce-view-order .woocommerce table.shop_table tr.order_item td.product-price-per-case.left .woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol,
  .woocommerce-view-order .woocommerce table.shop_table tr.order_item td.product-subtotal.left .woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol,
  .woocommerce-view-order .woocommerce table.shop_table tr.order_item td.total-amount.left .woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol,
  .woocommerce-view-order .woocommerce table.shop_table tr.order-totals td.product-price-per-case.left .woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol,
  .woocommerce-view-order .woocommerce table.shop_table tr.order-totals td.product-subtotal.left .woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol,
  .woocommerce-view-order .woocommerce table.shop_table tr.order-totals td.total-amount.left .woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol {
    margin-right: 8px;
  }
  .woocommerce-order-received .woocommerce .catalogue-button-wrap,
  .woocommerce-view-order .woocommerce .catalogue-button-wrap {
    position: relative;
    text-align: right;
  }
  .woocommerce-order-received .woocommerce .catalogue-button-wrap:before,
  .woocommerce-view-order .woocommerce .catalogue-button-wrap:before {
    content: "";
    position: absolute;
    height: 1px;
    background-color: #f2eee4;
    width: calc(100% - 474px);
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .woocommerce-order-received .woocommerce .catalogue-button-wrap .catalogue-button,
  .woocommerce-view-order .woocommerce .catalogue-button-wrap .catalogue-button {
    padding: 10px 120px;
    display: inline-flex;
    width: auto;
  }
}

.stock-level {
  padding: 8px 16px;
  border-radius: 4px;
  border: solid 1.5px transparent;
  background-color: #f8f8f8;
  display: flex;
  align-items: center;
  margin-bottom: 18px;
  position: relative;
}
.stock-level:after {
  content: "";
  width: 0;
  height: 0;
  border-bottom: solid 0px transparent;
  border-top: solid 9.5px transparent;
  border-left: solid 16.5px transparent;
  border-right: solid 16.5px transparent;
  position: absolute;
  bottom: -9.5px;
  left: 0;
  right: 0;
  margin: auto;
}
.stock-level:before {
  content: "";
  width: 0;
  height: 0;
  border-bottom: solid 0px transparent;
  border-top: solid 8px #f8f8f8;
  border-left: solid 15px transparent;
  border-right: solid 15px transparent;
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 5;
}
.stock-level .circle-wrap {
  margin-right: 8px;
  flex: 0;
}
.stock-level .circle-wrap .circle {
  display: inline-block;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  border: 2px solid transparent;
}
.stock-level .level-label {
  font-weight: bold;
  margin-right: 24px;
  font-size: 16px;
}
.stock-level .explanation {
  color: #242424;
  font-size: 16px;
}
.stock-level.out-of-stock {
  border-color: #cb5b51;
}
.stock-level.out-of-stock:after {
  border-top-color: #cb5b51;
  display: none;
}
.stock-level.out-of-stock:before {
  display: none;
}
.stock-level.out-of-stock.with-tail:after, .stock-level.out-of-stock.with-tail:before {
  display: block;
}
.stock-level.out-of-stock .circle {
  border-color: #cb5b51;
  background-color: #cb5b51;
}
.stock-level.out-of-stock .level-label {
  color: #cb5b51;
}
.stock-level.low-stock {
  border-color: #f9a400;
}
.stock-level.low-stock:after {
  border-top-color: #f9a400;
}
.stock-level.low-stock .circle {
  border-color: #f9a400;
  background-color: #f9a400;
  position: relative;
}
.stock-level.low-stock .circle:after {
  content: "";
  height: 6px;
  width: 10px;
  border-radius: 12px 12px 0 0;
  background-color: #f8f8f8;
  position: absolute;
  z-index: 5;
  top: 0px;
  left: 0px;
}
.stock-level.low-stock .level-label {
  color: #f9a400;
}
.stock-level.in-stock {
  border-color: #58b24a;
}
.stock-level.in-stock:after {
  border-top-color: #58b24a;
}
.stock-level.in-stock .circle {
  border-color: #58b24a;
  background-color: #58b24a;
}
.stock-level.in-stock .level-label {
  color: #58b24a;
}

.stock-level-loop {
  padding: 8px 0;
  margin: 0 !important;
}
.stock-level-loop .level-label {
  font-weight: bold;
  margin-right: 24px;
  font-size: 16px;
}
.stock-level-loop.out-of-stock .level-label {
  color: #cb5b51;
}
.stock-level-loop.low-stock .level-label {
  color: #f9a400;
}
.stock-level-loop.in-stock .level-label {
  color: #58b24a;
}

body.single-product .out-of-stock-notice,
body.woocommerce-cart .out-of-stock-notice {
  background: #fff;
  padding: 48px 72px 48px 72px;
  border-radius: 8px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  position: absolute;
  top: -50%;
  left: -25%;
  opacity: 0;
  transition: 0.36s all ease-in-out;
  z-index: -5;
}
body.single-product .out-of-stock-notice.is-open,
body.woocommerce-cart .out-of-stock-notice.is-open {
  opacity: 1;
  z-index: 5;
}
body.single-product .out-of-stock-notice .close-button,
body.woocommerce-cart .out-of-stock-notice .close-button {
  margin-bottom: 20px;
  text-align: right;
}
body.single-product .out-of-stock-notice .close-button .close svg,
body.woocommerce-cart .out-of-stock-notice .close-button .close svg {
  width: 20px;
  cursor: pointer;
}
body.single-product .out-of-stock-notice .close-button .close svg path,
body.woocommerce-cart .out-of-stock-notice .close-button .close svg path {
  fill: #0e61c6;
}
body.single-product .out-of-stock-notice h3,
body.woocommerce-cart .out-of-stock-notice h3 {
  text-align: center;
}
body.single-product .out-of-stock-notice .notice,
body.woocommerce-cart .out-of-stock-notice .notice {
  background: #fff6e6;
  border-radius: 4px;
  overflow: hidden;
  padding: 24px 40px;
  margin-bottom: 20px;
  border-left: 4px solid #f9a400;
  display: flex;
}
body.single-product .out-of-stock-notice .notice svg,
body.woocommerce-cart .out-of-stock-notice .notice svg {
  margin-right: 20px;
}
body.single-product .out-of-stock-notice .notice .note .earliest-date,
body.woocommerce-cart .out-of-stock-notice .notice .note .earliest-date {
  font-weight: bold;
}
body.single-product .out-of-stock-notice .buttons-wrapper,
body.woocommerce-cart .out-of-stock-notice .buttons-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 24px;
       column-gap: 24px;
}
body.single-product .out-of-stock-notice .buttons-wrapper button:before,
body.woocommerce-cart .out-of-stock-notice .buttons-wrapper button:before {
  display: none !important;
}

body.woocommerce-cart .woocommerce-cart-form.above-mobile-only {
  position: relative;
}
body.woocommerce-cart .woocommerce-cart-form.above-mobile-only .out-of-stock-notice.cannot-order {
  top: 0;
  left: 25%;
  right: 25%;
}

#popmake-1692 {
  border: none;
  padding: 48px 72px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
#popmake-1692 .pum-content svg {
  position: absolute;
  top: 0;
  right: 0;
  height: 30px;
  width: auto;
}
#popmake-1692 .pum-content svg path {
  fill: #0e61c6;
}
#popmake-1692 .pum-content h3 {
  margin-top: 24px;
  margin-bottom: 24px;
}
#popmake-1692 .pum-content .first-time-buyer-message-wrapper .first-time-buyer-message {
  padding: 24px 40px;
  border-radius: 4px;
  border-left: solid 4px #58b24a;
  background-color: rgba(88, 178, 74, 0.08);
  margin-bottom: 24px;
}
#popmake-1692 .pum-content .first-time-buyer-message-wrapper .first-time-buyer-message .first-name {
  margin-bottom: 12px;
}
#popmake-1692 .pum-content .first-time-buyer-message-wrapper .first-time-buyer-message .message p:last-child, #popmake-1692 .pum-content .first-time-buyer-message-wrapper .first-time-buyer-message .message p:only-child {
  margin-bottom: 0;
}
#popmake-1692 .pum-content .first-time-buyer-message-wrapper .btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
#popmake-1692 .pum-close {
  right: 40px;
  top: 24px;
}

#popmake-7364 {
  border: none;
  padding: 48px 72px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
#popmake-7364 .pum-content svg {
  position: absolute;
  top: 0;
  right: 0;
  height: 30px;
  width: auto;
}
#popmake-7364 .pum-content svg path {
  fill: #0e61c6;
}
#popmake-7364 .pum-content h3 {
  margin-top: 24px;
  margin-bottom: 24px;
}
#popmake-7364 .pum-content .first-time-buyer-message-wrapper .first-time-buyer-message {
  padding: 24px 40px;
  border-radius: 4px;
  border-left: solid 4px #58b24a;
  background-color: rgba(88, 178, 74, 0.08);
  margin-bottom: 24px;
}
#popmake-7364 .pum-content .first-time-buyer-message-wrapper .first-time-buyer-message .first-name {
  margin-bottom: 12px;
}
#popmake-7364 .pum-content .first-time-buyer-message-wrapper .first-time-buyer-message .message p:last-child, #popmake-7364 .pum-content .first-time-buyer-message-wrapper .first-time-buyer-message .message p:only-child {
  margin-bottom: 0;
}
#popmake-7364 .pum-content .first-time-buyer-message-wrapper .btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
#popmake-7364 .pum-close {
  right: 40px;
  top: 24px;
}

.woocommerce-orders-table.woocommerce-MyAccount-orders td {
  vertical-align: top;
  font-size: 16px;
}

.order-status {
  display: flex;
  align-items: center;
}
.order-status .info-symbol {
  position: relative;
  margin-right: 8px;
}
.order-status .info-symbol svg {
  height: 16px;
  vertical-align: middle;
  cursor: pointer;
}
.order-status .info-symbol svg path {
  fill: #00286e;
}
.order-status .info-symbol .text {
  position: absolute;
  text-align: center;
  font-size: 14px;
  line-height: normal;
  padding: 8px 10px;
  background-color: #343a40;
  border-radius: 3px;
  width: 300px;
  height: auto;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  opacity: 0;
  transition: 0.2s all;
  z-index: -1;
}
.order-status .info-symbol .text.visible {
  opacity: 1;
  z-index: 5;
}
.order-status .info-symbol .text:after {
  content: "";
  position: absolute;
  height: 9px;
  width: 10px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -9px;
  border-style: solid;
  border-width: 8.7px 5px 0 5px;
  border-color: #343a40 transparent transparent transparent;
}

.order-statuses {
  margin-top: 40px;
  padding-bottom: 39px;
  margin-bottom: 40px;
  border-bottom: 2px solid #e8e8e8;
}
.order-statuses .detail-item {
  display: flex;
  margin-bottom: 4px;
}
.order-statuses .detail-item:first-child {
  margin-bottom: 20px;
}
.order-statuses .detail-item .status-name {
  font-weight: bold;
  flex: 0 1 15%;
}
.order-statuses .detail-item .status-date {
  flex: 0 1 8%;
}

.desired-delivery-date input {
  background: url(img/chevron-down.svg) no-repeat right 16px center/14px 7px;
}
.desired-delivery-date .desired-delivery-date-disclaimer {
  font-size: 14px;
  margin-bottom: 24px;
}
.desired-delivery-date .desired-delivery-date-disclaimer p:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .desired-delivery-date .desired-delivery-date-disclaimer {
    width: 50%;
  }
}

.lead-time .availability-calendar-trigger,
.availability-calendar-hide .availability-calendar-trigger {
  cursor: pointer;
}
.lead-time .availability-calendar-trigger .show,
.availability-calendar-hide .availability-calendar-trigger .show {
  display: inline;
}
.lead-time .availability-calendar-trigger .hide,
.availability-calendar-hide .availability-calendar-trigger .hide {
  display: none;
}
.lead-time .availability-calendar-trigger svg,
.availability-calendar-hide .availability-calendar-trigger svg {
  width: 15px;
  display: inline;
  margin-left: 0.5em;
  vertical-align: middle;
  transition: 0.36s all ease-in-out;
}
.lead-time .availability-calendar-trigger svg path,
.availability-calendar-hide .availability-calendar-trigger svg path {
  fill: #0e61c6;
}
.lead-time .availability-calendar-trigger.is-open .show,
.availability-calendar-hide .availability-calendar-trigger.is-open .show {
  display: none;
}
.lead-time .availability-calendar-trigger.is-open .hide,
.availability-calendar-hide .availability-calendar-trigger.is-open .hide {
  display: inline;
}
.lead-time .availability-calendar-trigger.is-open svg,
.availability-calendar-hide .availability-calendar-trigger.is-open svg {
  transform: rotate(180deg);
}

.availability-calendar-hide {
  font-size: 14px;
  font-weight: bold;
  color: #0e61c6;
  border: solid 2px #e8e8e8;
  border-radius: 4px;
}
.availability-calendar-hide .availability-calendar-trigger {
  display: block;
  text-align: center;
  padding: 12px 16px;
}
.availability-calendar-hide .availability-calendar-trigger svg {
  transform: rotate(180deg);
}
@media (min-width: 768px) {
  .availability-calendar-hide {
    font-size: 16px;
  }
}

.availability-calendar-wrapper {
  position: relative;
  transition: 0.35s all ease-in-out;
}
.availability-calendar-wrapper .inner-availability-calendar {
  position: absolute;
  z-index: -1;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  transition: 0.35s all ease-in-out;
}
.availability-calendar-wrapper .inner-availability-calendar #availability_calendar {
  margin-bottom: 16px;
}
.availability-calendar-wrapper .inner-availability-calendar .availability-calendar-key {
  display: flex;
  margin-bottom: 16px;
  height: 34px;
  align-items: center;
}
.availability-calendar-wrapper .inner-availability-calendar .availability-calendar-key .cell {
  width: 41.9062px;
  height: 100%;
  border: solid 1px transparent;
}
.availability-calendar-wrapper .inner-availability-calendar .availability-calendar-key .cell.in-stock {
  background-color: #eff8ed;
  border-color: #58b24a;
}
.availability-calendar-wrapper .inner-availability-calendar .availability-calendar-key .cell.low-stock {
  background-color: #fff6e6;
  border-color: #f9a400;
}
.availability-calendar-wrapper .inner-availability-calendar .availability-calendar-key .cell.out-of-stock {
  background-color: #faefee;
  border-color: #cb5b51;
}
.availability-calendar-wrapper .inner-availability-calendar .availability-calendar-key .label {
  font-weight: bold;
  color: #343a40;
  font-size: 14px;
  margin-left: 8px;
  margin-right: 16px;
  white-space: nowrap;
}
.availability-calendar-wrapper .inner-availability-calendar .availability-calendar-disclaimer {
  margin-bottom: 16px;
  font-size: 14px;
}
.availability-calendar-wrapper.is-open {
  padding-bottom: 100px;
}
.availability-calendar-wrapper.is-open .inner-availability-calendar {
  z-index: 5;
  opacity: 1;
}
@media (min-width: 768px) {
  .availability-calendar-wrapper .inner-availability-calendar .availability-calendar-key {
    height: 36px;
  }
  .availability-calendar-wrapper .inner-availability-calendar .availability-calendar-key .label {
    font-size: 16px;
  }
  .availability-calendar-wrapper .inner-availability-calendar .availability-calendar-disclaimer {
    font-size: 16px;
  }
  .availability-calendar-wrapper.is-open {
    padding-bottom: 200px;
  }
}

.single.single-product div.ui-datepicker,
.woocommerce-cart div.ui-datepicker,
.woocommerce-checkout div.ui-datepicker {
  width: auto !important;
  font-size: 14px !important;
  border: none;
}
.single.single-product div.ui-datepicker .ui-datepicker-group,
.woocommerce-cart div.ui-datepicker .ui-datepicker-group,
.woocommerce-checkout div.ui-datepicker .ui-datepicker-group {
  border: none;
}
.single.single-product div.ui-datepicker .ui-datepicker-header,
.woocommerce-cart div.ui-datepicker .ui-datepicker-header,
.woocommerce-checkout div.ui-datepicker .ui-datepicker-header {
  border: solid 1px #a7a7a7;
  background: #e8e8e8;
  border-radius: 0;
  color: #242424;
}
.single.single-product div.ui-datepicker .ui-datepicker-header.ui-corner-right,
.woocommerce-cart div.ui-datepicker .ui-datepicker-header.ui-corner-right,
.woocommerce-checkout div.ui-datepicker .ui-datepicker-header.ui-corner-right {
  border-left: none;
}
.single.single-product div.ui-datepicker .ui-datepicker-prev.ui-state-disabled,
.single.single-product div.ui-datepicker .ui-datepicker-next.ui-state-disabled,
.woocommerce-cart div.ui-datepicker .ui-datepicker-prev.ui-state-disabled,
.woocommerce-cart div.ui-datepicker .ui-datepicker-next.ui-state-disabled,
.woocommerce-checkout div.ui-datepicker .ui-datepicker-prev.ui-state-disabled,
.woocommerce-checkout div.ui-datepicker .ui-datepicker-next.ui-state-disabled {
  display: none;
}
.single.single-product div.ui-datepicker table.ui-datepicker-calendar,
.woocommerce-cart div.ui-datepicker table.ui-datepicker-calendar,
.woocommerce-checkout div.ui-datepicker table.ui-datepicker-calendar {
  border: none;
}
.single.single-product div.ui-datepicker table.ui-datepicker-calendar thead th,
.woocommerce-cart div.ui-datepicker table.ui-datepicker-calendar thead th,
.woocommerce-checkout div.ui-datepicker table.ui-datepicker-calendar thead th {
  line-height: 1;
  padding: 1px 1p 5px 1px;
}
.single.single-product div.ui-datepicker table.ui-datepicker-calendar thead th span,
.woocommerce-cart div.ui-datepicker table.ui-datepicker-calendar thead th span,
.woocommerce-checkout div.ui-datepicker table.ui-datepicker-calendar thead th span {
  border-bottom: 1px solid #0e61c6;
  display: inline-block;
  padding: 5px;
}
.single.single-product div.ui-datepicker table.ui-datepicker-calendar tbody tr td,
.woocommerce-cart div.ui-datepicker table.ui-datepicker-calendar tbody tr td,
.woocommerce-checkout div.ui-datepicker table.ui-datepicker-calendar tbody tr td {
  padding-left: 1px;
}
.single.single-product div.ui-datepicker table.ui-datepicker-calendar tbody tr td a,
.single.single-product div.ui-datepicker table.ui-datepicker-calendar tbody tr td span,
.woocommerce-cart div.ui-datepicker table.ui-datepicker-calendar tbody tr td a,
.woocommerce-cart div.ui-datepicker table.ui-datepicker-calendar tbody tr td span,
.woocommerce-checkout div.ui-datepicker table.ui-datepicker-calendar tbody tr td a,
.woocommerce-checkout div.ui-datepicker table.ui-datepicker-calendar tbody tr td span {
  padding: 5px !important;
}
.single.single-product div.ui-datepicker table.ui-datepicker-calendar tbody tr td .ui-state-default,
.woocommerce-cart div.ui-datepicker table.ui-datepicker-calendar tbody tr td .ui-state-default,
.woocommerce-checkout div.ui-datepicker table.ui-datepicker-calendar tbody tr td .ui-state-default {
  color: #242424;
  font-weight: bold;
  border: solid 1px transparent;
  border-color: #58b24a;
  background: #eff8ed;
}
.single.single-product div.ui-datepicker table.ui-datepicker-calendar tbody tr td.in-stock .ui-state-default,
.woocommerce-cart div.ui-datepicker table.ui-datepicker-calendar tbody tr td.in-stock .ui-state-default,
.woocommerce-checkout div.ui-datepicker table.ui-datepicker-calendar tbody tr td.in-stock .ui-state-default {
  border-color: #58b24a;
  background: #eff8ed;
}
.single.single-product div.ui-datepicker table.ui-datepicker-calendar tbody tr td.low-stock .ui-state-default,
.woocommerce-cart div.ui-datepicker table.ui-datepicker-calendar tbody tr td.low-stock .ui-state-default,
.woocommerce-checkout div.ui-datepicker table.ui-datepicker-calendar tbody tr td.low-stock .ui-state-default {
  background: #fff6e6;
  border-color: #f9a400;
}
.single.single-product div.ui-datepicker table.ui-datepicker-calendar tbody tr td.out-of-stock .ui-state-default,
.woocommerce-cart div.ui-datepicker table.ui-datepicker-calendar tbody tr td.out-of-stock .ui-state-default,
.woocommerce-checkout div.ui-datepicker table.ui-datepicker-calendar tbody tr td.out-of-stock .ui-state-default {
  background: #faefee;
  border-color: #cb5b51;
}
.single.single-product div.ui-datepicker table.ui-datepicker-calendar tbody tr td.ui-state-disabled,
.woocommerce-cart div.ui-datepicker table.ui-datepicker-calendar tbody tr td.ui-state-disabled,
.woocommerce-checkout div.ui-datepicker table.ui-datepicker-calendar tbody tr td.ui-state-disabled {
  opacity: 1;
}
.single.single-product div.ui-datepicker table.ui-datepicker-calendar tbody tr td.ui-state-disabled .ui-state-default,
.woocommerce-cart div.ui-datepicker table.ui-datepicker-calendar tbody tr td.ui-state-disabled .ui-state-default,
.woocommerce-checkout div.ui-datepicker table.ui-datepicker-calendar tbody tr td.ui-state-disabled .ui-state-default {
  background: #fff;
  border: solid 1px #e8e8e8;
}

.single.single-product div.ui-datepicker {
  width: 100% !important;
  padding: 0px;
}
.single.single-product div.ui-datepicker table.ui-datepicker-calendar tbody tr td a {
  pointer-events: none;
}

.woocommerce-cart-form.above-mobile-only .above-cart-table-wrapper {
  display: flex;
  align-items: flex-end;
  margin-bottom: 24px;
}
.woocommerce-cart-form.above-mobile-only .above-cart-table-wrapper .availability-calendar-ctas-top,
.woocommerce-cart-form.above-mobile-only .above-cart-table-wrapper .pallet-places-top {
  display: flex;
  margin-left: 41px;
}
.woocommerce-cart-form.above-mobile-only .above-cart-table-wrapper .availability-calendar-ctas-top .estimated-deliver-date-top-wrapper label,
.woocommerce-cart-form.above-mobile-only .above-cart-table-wrapper .availability-calendar-ctas-top .pallet-places-top-wrapper label,
.woocommerce-cart-form.above-mobile-only .above-cart-table-wrapper .pallet-places-top .estimated-deliver-date-top-wrapper label,
.woocommerce-cart-form.above-mobile-only .above-cart-table-wrapper .pallet-places-top .pallet-places-top-wrapper label {
  color: #00286e;
  font-weight: bold;
}
.woocommerce-cart-form.above-mobile-only .above-cart-table-wrapper .availability-calendar-ctas-top .estimated-deliver-date-top-wrapper .control-wrapper,
.woocommerce-cart-form.above-mobile-only .above-cart-table-wrapper .availability-calendar-ctas-top .pallet-places-top-wrapper .control-wrapper,
.woocommerce-cart-form.above-mobile-only .above-cart-table-wrapper .pallet-places-top .estimated-deliver-date-top-wrapper .control-wrapper,
.woocommerce-cart-form.above-mobile-only .above-cart-table-wrapper .pallet-places-top .pallet-places-top-wrapper .control-wrapper {
  border-radius: 4px;
  border: 2px solid #e8e8e8;
  padding-right: 16px;
  display: flex;
  align-items: center;
}
.woocommerce-cart-form.above-mobile-only .above-cart-table-wrapper .availability-calendar-ctas-top .estimated-deliver-date-top-wrapper .control-wrapper input,
.woocommerce-cart-form.above-mobile-only .above-cart-table-wrapper .availability-calendar-ctas-top .pallet-places-top-wrapper .control-wrapper input,
.woocommerce-cart-form.above-mobile-only .above-cart-table-wrapper .pallet-places-top .estimated-deliver-date-top-wrapper .control-wrapper input,
.woocommerce-cart-form.above-mobile-only .above-cart-table-wrapper .pallet-places-top .pallet-places-top-wrapper .control-wrapper input {
  border: none;
  background: transparent;
  font-weight: bold;
  padding: 12px 16px;
  max-width: 135px;
}
.woocommerce-cart-form.above-mobile-only .above-cart-table-wrapper .availability-calendar-ctas-top .estimated-deliver-date-top-wrapper .control-wrapper input#pallet_places_top,
.woocommerce-cart-form.above-mobile-only .above-cart-table-wrapper .availability-calendar-ctas-top .pallet-places-top-wrapper .control-wrapper input#pallet_places_top,
.woocommerce-cart-form.above-mobile-only .above-cart-table-wrapper .pallet-places-top .estimated-deliver-date-top-wrapper .control-wrapper input#pallet_places_top,
.woocommerce-cart-form.above-mobile-only .above-cart-table-wrapper .pallet-places-top .pallet-places-top-wrapper .control-wrapper input#pallet_places_top {
  max-width: 75px;
}
.woocommerce-cart-form.above-mobile-only .above-cart-table-wrapper .availability-calendar-ctas-top .estimated-deliver-date-top-wrapper .control-wrapper #estimated_deliver_date_top_info,
.woocommerce-cart-form.above-mobile-only .above-cart-table-wrapper .availability-calendar-ctas-top .estimated-deliver-date-top-wrapper .control-wrapper #pallet_places_top_info,
.woocommerce-cart-form.above-mobile-only .above-cart-table-wrapper .availability-calendar-ctas-top .pallet-places-top-wrapper .control-wrapper #estimated_deliver_date_top_info,
.woocommerce-cart-form.above-mobile-only .above-cart-table-wrapper .availability-calendar-ctas-top .pallet-places-top-wrapper .control-wrapper #pallet_places_top_info,
.woocommerce-cart-form.above-mobile-only .above-cart-table-wrapper .pallet-places-top .estimated-deliver-date-top-wrapper .control-wrapper #estimated_deliver_date_top_info,
.woocommerce-cart-form.above-mobile-only .above-cart-table-wrapper .pallet-places-top .estimated-deliver-date-top-wrapper .control-wrapper #pallet_places_top_info,
.woocommerce-cart-form.above-mobile-only .above-cart-table-wrapper .pallet-places-top .pallet-places-top-wrapper .control-wrapper #estimated_deliver_date_top_info,
.woocommerce-cart-form.above-mobile-only .above-cart-table-wrapper .pallet-places-top .pallet-places-top-wrapper .control-wrapper #pallet_places_top_info {
  pointer-events: all;
  position: relative;
  line-height: 1;
}
.woocommerce-cart-form.above-mobile-only .above-cart-table-wrapper .availability-calendar-ctas-top .estimated-deliver-date-top-wrapper .control-wrapper #estimated_deliver_date_top_info svg,
.woocommerce-cart-form.above-mobile-only .above-cart-table-wrapper .availability-calendar-ctas-top .estimated-deliver-date-top-wrapper .control-wrapper #pallet_places_top_info svg,
.woocommerce-cart-form.above-mobile-only .above-cart-table-wrapper .availability-calendar-ctas-top .pallet-places-top-wrapper .control-wrapper #estimated_deliver_date_top_info svg,
.woocommerce-cart-form.above-mobile-only .above-cart-table-wrapper .availability-calendar-ctas-top .pallet-places-top-wrapper .control-wrapper #pallet_places_top_info svg,
.woocommerce-cart-form.above-mobile-only .above-cart-table-wrapper .pallet-places-top .estimated-deliver-date-top-wrapper .control-wrapper #estimated_deliver_date_top_info svg,
.woocommerce-cart-form.above-mobile-only .above-cart-table-wrapper .pallet-places-top .estimated-deliver-date-top-wrapper .control-wrapper #pallet_places_top_info svg,
.woocommerce-cart-form.above-mobile-only .above-cart-table-wrapper .pallet-places-top .pallet-places-top-wrapper .control-wrapper #estimated_deliver_date_top_info svg,
.woocommerce-cart-form.above-mobile-only .above-cart-table-wrapper .pallet-places-top .pallet-places-top-wrapper .control-wrapper #pallet_places_top_info svg {
  display: inline-block;
  cursor: pointer;
}
.woocommerce-cart-form.above-mobile-only .above-cart-table-wrapper .availability-calendar-ctas-top .estimated-deliver-date-top-wrapper .control-wrapper #estimated_deliver_date_top_info svg path,
.woocommerce-cart-form.above-mobile-only .above-cart-table-wrapper .availability-calendar-ctas-top .estimated-deliver-date-top-wrapper .control-wrapper #pallet_places_top_info svg path,
.woocommerce-cart-form.above-mobile-only .above-cart-table-wrapper .availability-calendar-ctas-top .pallet-places-top-wrapper .control-wrapper #estimated_deliver_date_top_info svg path,
.woocommerce-cart-form.above-mobile-only .above-cart-table-wrapper .availability-calendar-ctas-top .pallet-places-top-wrapper .control-wrapper #pallet_places_top_info svg path,
.woocommerce-cart-form.above-mobile-only .above-cart-table-wrapper .pallet-places-top .estimated-deliver-date-top-wrapper .control-wrapper #estimated_deliver_date_top_info svg path,
.woocommerce-cart-form.above-mobile-only .above-cart-table-wrapper .pallet-places-top .estimated-deliver-date-top-wrapper .control-wrapper #pallet_places_top_info svg path,
.woocommerce-cart-form.above-mobile-only .above-cart-table-wrapper .pallet-places-top .pallet-places-top-wrapper .control-wrapper #estimated_deliver_date_top_info svg path,
.woocommerce-cart-form.above-mobile-only .above-cart-table-wrapper .pallet-places-top .pallet-places-top-wrapper .control-wrapper #pallet_places_top_info svg path {
  fill: #00286e;
}
.woocommerce-cart-form.above-mobile-only .above-cart-table-wrapper .availability-calendar-ctas-top .estimated-deliver-date-top-wrapper .control-wrapper #estimated_deliver_date_top_info .info-message,
.woocommerce-cart-form.above-mobile-only .above-cart-table-wrapper .availability-calendar-ctas-top .estimated-deliver-date-top-wrapper .control-wrapper #pallet_places_top_info .info-message,
.woocommerce-cart-form.above-mobile-only .above-cart-table-wrapper .availability-calendar-ctas-top .pallet-places-top-wrapper .control-wrapper #estimated_deliver_date_top_info .info-message,
.woocommerce-cart-form.above-mobile-only .above-cart-table-wrapper .availability-calendar-ctas-top .pallet-places-top-wrapper .control-wrapper #pallet_places_top_info .info-message,
.woocommerce-cart-form.above-mobile-only .above-cart-table-wrapper .pallet-places-top .estimated-deliver-date-top-wrapper .control-wrapper #estimated_deliver_date_top_info .info-message,
.woocommerce-cart-form.above-mobile-only .above-cart-table-wrapper .pallet-places-top .estimated-deliver-date-top-wrapper .control-wrapper #pallet_places_top_info .info-message,
.woocommerce-cart-form.above-mobile-only .above-cart-table-wrapper .pallet-places-top .pallet-places-top-wrapper .control-wrapper #estimated_deliver_date_top_info .info-message,
.woocommerce-cart-form.above-mobile-only .above-cart-table-wrapper .pallet-places-top .pallet-places-top-wrapper .control-wrapper #pallet_places_top_info .info-message {
  position: absolute;
  line-height: 1.5;
  text-align: center;
  padding: 8px 10px;
  width: 200px;
  height: auto;
  background-color: #343a40;
  border-radius: 3px;
  color: white;
  left: -450%;
  top: -300%;
  opacity: 0;
  transition: 0.2s all;
  z-index: -1;
}
.woocommerce-cart-form.above-mobile-only .above-cart-table-wrapper .availability-calendar-ctas-top .estimated-deliver-date-top-wrapper .control-wrapper #estimated_deliver_date_top_info .info-message.visible,
.woocommerce-cart-form.above-mobile-only .above-cart-table-wrapper .availability-calendar-ctas-top .estimated-deliver-date-top-wrapper .control-wrapper #pallet_places_top_info .info-message.visible,
.woocommerce-cart-form.above-mobile-only .above-cart-table-wrapper .availability-calendar-ctas-top .pallet-places-top-wrapper .control-wrapper #estimated_deliver_date_top_info .info-message.visible,
.woocommerce-cart-form.above-mobile-only .above-cart-table-wrapper .availability-calendar-ctas-top .pallet-places-top-wrapper .control-wrapper #pallet_places_top_info .info-message.visible,
.woocommerce-cart-form.above-mobile-only .above-cart-table-wrapper .pallet-places-top .estimated-deliver-date-top-wrapper .control-wrapper #estimated_deliver_date_top_info .info-message.visible,
.woocommerce-cart-form.above-mobile-only .above-cart-table-wrapper .pallet-places-top .estimated-deliver-date-top-wrapper .control-wrapper #pallet_places_top_info .info-message.visible,
.woocommerce-cart-form.above-mobile-only .above-cart-table-wrapper .pallet-places-top .pallet-places-top-wrapper .control-wrapper #estimated_deliver_date_top_info .info-message.visible,
.woocommerce-cart-form.above-mobile-only .above-cart-table-wrapper .pallet-places-top .pallet-places-top-wrapper .control-wrapper #pallet_places_top_info .info-message.visible {
  opacity: 1;
  z-index: 5;
}
.woocommerce-cart-form.above-mobile-only .above-cart-table-wrapper .availability-calendar-ctas-top .estimated-deliver-date-top-wrapper .control-wrapper #estimated_deliver_date_top_info .info-message:after,
.woocommerce-cart-form.above-mobile-only .above-cart-table-wrapper .availability-calendar-ctas-top .estimated-deliver-date-top-wrapper .control-wrapper #pallet_places_top_info .info-message:after,
.woocommerce-cart-form.above-mobile-only .above-cart-table-wrapper .availability-calendar-ctas-top .pallet-places-top-wrapper .control-wrapper #estimated_deliver_date_top_info .info-message:after,
.woocommerce-cart-form.above-mobile-only .above-cart-table-wrapper .availability-calendar-ctas-top .pallet-places-top-wrapper .control-wrapper #pallet_places_top_info .info-message:after,
.woocommerce-cart-form.above-mobile-only .above-cart-table-wrapper .pallet-places-top .estimated-deliver-date-top-wrapper .control-wrapper #estimated_deliver_date_top_info .info-message:after,
.woocommerce-cart-form.above-mobile-only .above-cart-table-wrapper .pallet-places-top .estimated-deliver-date-top-wrapper .control-wrapper #pallet_places_top_info .info-message:after,
.woocommerce-cart-form.above-mobile-only .above-cart-table-wrapper .pallet-places-top .pallet-places-top-wrapper .control-wrapper #estimated_deliver_date_top_info .info-message:after,
.woocommerce-cart-form.above-mobile-only .above-cart-table-wrapper .pallet-places-top .pallet-places-top-wrapper .control-wrapper #pallet_places_top_info .info-message:after {
  content: "";
  position: absolute;
  height: 9px;
  width: 10px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -9px;
  border-style: solid;
  border-width: 8.7px 5px 0 5px;
  border-color: #343a40 transparent transparent transparent;
}
.woocommerce-cart-form.above-mobile-only .above-cart-table-wrapper .cart-sort {
  margin-left: auto;
  margin-bottom: 11.5px;
}
.woocommerce-cart-form.above-mobile-only .above-cart-table-wrapper .cart-sort a {
  color: #00286e;
  font-weight: bold;
  text-decoration: none;
}

.woocommerce-cart-form-mobile.mobile-only .above-cart-table-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  margin-bottom: 24px;
}
.woocommerce-cart-form-mobile.mobile-only .above-cart-table-wrapper .availability-calendar-ctas-top,
.woocommerce-cart-form-mobile.mobile-only .above-cart-table-wrapper .pallet-places-top {
  display: flex;
}
.woocommerce-cart-form-mobile.mobile-only .above-cart-table-wrapper .availability-calendar-ctas-top .estimated-deliver-date-top-wrapper label,
.woocommerce-cart-form-mobile.mobile-only .above-cart-table-wrapper .availability-calendar-ctas-top .pallet-places-top-wrapper label,
.woocommerce-cart-form-mobile.mobile-only .above-cart-table-wrapper .pallet-places-top .estimated-deliver-date-top-wrapper label,
.woocommerce-cart-form-mobile.mobile-only .above-cart-table-wrapper .pallet-places-top .pallet-places-top-wrapper label {
  color: #00286e;
  font-weight: bold;
}
.woocommerce-cart-form-mobile.mobile-only .above-cart-table-wrapper .availability-calendar-ctas-top .estimated-deliver-date-top-wrapper .control-wrapper,
.woocommerce-cart-form-mobile.mobile-only .above-cart-table-wrapper .availability-calendar-ctas-top .pallet-places-top-wrapper .control-wrapper,
.woocommerce-cart-form-mobile.mobile-only .above-cart-table-wrapper .pallet-places-top .estimated-deliver-date-top-wrapper .control-wrapper,
.woocommerce-cart-form-mobile.mobile-only .above-cart-table-wrapper .pallet-places-top .pallet-places-top-wrapper .control-wrapper {
  border-radius: 4px;
  border: 2px solid #e8e8e8;
  padding-right: 16px;
  display: flex;
  align-items: center;
}
.woocommerce-cart-form-mobile.mobile-only .above-cart-table-wrapper .availability-calendar-ctas-top .estimated-deliver-date-top-wrapper .control-wrapper input,
.woocommerce-cart-form-mobile.mobile-only .above-cart-table-wrapper .availability-calendar-ctas-top .pallet-places-top-wrapper .control-wrapper input,
.woocommerce-cart-form-mobile.mobile-only .above-cart-table-wrapper .pallet-places-top .estimated-deliver-date-top-wrapper .control-wrapper input,
.woocommerce-cart-form-mobile.mobile-only .above-cart-table-wrapper .pallet-places-top .pallet-places-top-wrapper .control-wrapper input {
  border: none;
  background: transparent;
  font-weight: bold;
  padding: 12px 16px;
  max-width: 135px;
}
.woocommerce-cart-form-mobile.mobile-only .above-cart-table-wrapper .availability-calendar-ctas-top .estimated-deliver-date-top-wrapper .control-wrapper input#pallet_places_top,
.woocommerce-cart-form-mobile.mobile-only .above-cart-table-wrapper .availability-calendar-ctas-top .pallet-places-top-wrapper .control-wrapper input#pallet_places_top,
.woocommerce-cart-form-mobile.mobile-only .above-cart-table-wrapper .pallet-places-top .estimated-deliver-date-top-wrapper .control-wrapper input#pallet_places_top,
.woocommerce-cart-form-mobile.mobile-only .above-cart-table-wrapper .pallet-places-top .pallet-places-top-wrapper .control-wrapper input#pallet_places_top {
  max-width: 75px;
}
.woocommerce-cart-form-mobile.mobile-only .above-cart-table-wrapper .availability-calendar-ctas-top .estimated-deliver-date-top-wrapper .control-wrapper #estimated_deliver_date_top_info,
.woocommerce-cart-form-mobile.mobile-only .above-cart-table-wrapper .availability-calendar-ctas-top .estimated-deliver-date-top-wrapper .control-wrapper #pallet_places_top_info,
.woocommerce-cart-form-mobile.mobile-only .above-cart-table-wrapper .availability-calendar-ctas-top .pallet-places-top-wrapper .control-wrapper #estimated_deliver_date_top_info,
.woocommerce-cart-form-mobile.mobile-only .above-cart-table-wrapper .availability-calendar-ctas-top .pallet-places-top-wrapper .control-wrapper #pallet_places_top_info,
.woocommerce-cart-form-mobile.mobile-only .above-cart-table-wrapper .pallet-places-top .estimated-deliver-date-top-wrapper .control-wrapper #estimated_deliver_date_top_info,
.woocommerce-cart-form-mobile.mobile-only .above-cart-table-wrapper .pallet-places-top .estimated-deliver-date-top-wrapper .control-wrapper #pallet_places_top_info,
.woocommerce-cart-form-mobile.mobile-only .above-cart-table-wrapper .pallet-places-top .pallet-places-top-wrapper .control-wrapper #estimated_deliver_date_top_info,
.woocommerce-cart-form-mobile.mobile-only .above-cart-table-wrapper .pallet-places-top .pallet-places-top-wrapper .control-wrapper #pallet_places_top_info {
  pointer-events: all;
  position: relative;
  line-height: 1;
}
.woocommerce-cart-form-mobile.mobile-only .above-cart-table-wrapper .availability-calendar-ctas-top .estimated-deliver-date-top-wrapper .control-wrapper #estimated_deliver_date_top_info svg,
.woocommerce-cart-form-mobile.mobile-only .above-cart-table-wrapper .availability-calendar-ctas-top .estimated-deliver-date-top-wrapper .control-wrapper #pallet_places_top_info svg,
.woocommerce-cart-form-mobile.mobile-only .above-cart-table-wrapper .availability-calendar-ctas-top .pallet-places-top-wrapper .control-wrapper #estimated_deliver_date_top_info svg,
.woocommerce-cart-form-mobile.mobile-only .above-cart-table-wrapper .availability-calendar-ctas-top .pallet-places-top-wrapper .control-wrapper #pallet_places_top_info svg,
.woocommerce-cart-form-mobile.mobile-only .above-cart-table-wrapper .pallet-places-top .estimated-deliver-date-top-wrapper .control-wrapper #estimated_deliver_date_top_info svg,
.woocommerce-cart-form-mobile.mobile-only .above-cart-table-wrapper .pallet-places-top .estimated-deliver-date-top-wrapper .control-wrapper #pallet_places_top_info svg,
.woocommerce-cart-form-mobile.mobile-only .above-cart-table-wrapper .pallet-places-top .pallet-places-top-wrapper .control-wrapper #estimated_deliver_date_top_info svg,
.woocommerce-cart-form-mobile.mobile-only .above-cart-table-wrapper .pallet-places-top .pallet-places-top-wrapper .control-wrapper #pallet_places_top_info svg {
  display: inline-block;
  cursor: pointer;
}
.woocommerce-cart-form-mobile.mobile-only .above-cart-table-wrapper .availability-calendar-ctas-top .estimated-deliver-date-top-wrapper .control-wrapper #estimated_deliver_date_top_info svg path,
.woocommerce-cart-form-mobile.mobile-only .above-cart-table-wrapper .availability-calendar-ctas-top .estimated-deliver-date-top-wrapper .control-wrapper #pallet_places_top_info svg path,
.woocommerce-cart-form-mobile.mobile-only .above-cart-table-wrapper .availability-calendar-ctas-top .pallet-places-top-wrapper .control-wrapper #estimated_deliver_date_top_info svg path,
.woocommerce-cart-form-mobile.mobile-only .above-cart-table-wrapper .availability-calendar-ctas-top .pallet-places-top-wrapper .control-wrapper #pallet_places_top_info svg path,
.woocommerce-cart-form-mobile.mobile-only .above-cart-table-wrapper .pallet-places-top .estimated-deliver-date-top-wrapper .control-wrapper #estimated_deliver_date_top_info svg path,
.woocommerce-cart-form-mobile.mobile-only .above-cart-table-wrapper .pallet-places-top .estimated-deliver-date-top-wrapper .control-wrapper #pallet_places_top_info svg path,
.woocommerce-cart-form-mobile.mobile-only .above-cart-table-wrapper .pallet-places-top .pallet-places-top-wrapper .control-wrapper #estimated_deliver_date_top_info svg path,
.woocommerce-cart-form-mobile.mobile-only .above-cart-table-wrapper .pallet-places-top .pallet-places-top-wrapper .control-wrapper #pallet_places_top_info svg path {
  fill: #00286e;
}
.woocommerce-cart-form-mobile.mobile-only .above-cart-table-wrapper .availability-calendar-ctas-top .estimated-deliver-date-top-wrapper .control-wrapper #estimated_deliver_date_top_info .info-message,
.woocommerce-cart-form-mobile.mobile-only .above-cart-table-wrapper .availability-calendar-ctas-top .estimated-deliver-date-top-wrapper .control-wrapper #pallet_places_top_info .info-message,
.woocommerce-cart-form-mobile.mobile-only .above-cart-table-wrapper .availability-calendar-ctas-top .pallet-places-top-wrapper .control-wrapper #estimated_deliver_date_top_info .info-message,
.woocommerce-cart-form-mobile.mobile-only .above-cart-table-wrapper .availability-calendar-ctas-top .pallet-places-top-wrapper .control-wrapper #pallet_places_top_info .info-message,
.woocommerce-cart-form-mobile.mobile-only .above-cart-table-wrapper .pallet-places-top .estimated-deliver-date-top-wrapper .control-wrapper #estimated_deliver_date_top_info .info-message,
.woocommerce-cart-form-mobile.mobile-only .above-cart-table-wrapper .pallet-places-top .estimated-deliver-date-top-wrapper .control-wrapper #pallet_places_top_info .info-message,
.woocommerce-cart-form-mobile.mobile-only .above-cart-table-wrapper .pallet-places-top .pallet-places-top-wrapper .control-wrapper #estimated_deliver_date_top_info .info-message,
.woocommerce-cart-form-mobile.mobile-only .above-cart-table-wrapper .pallet-places-top .pallet-places-top-wrapper .control-wrapper #pallet_places_top_info .info-message {
  position: absolute;
  line-height: 1.5;
  text-align: center;
  padding: 8px 10px;
  width: 200px;
  height: auto;
  background-color: #343a40;
  border-radius: 3px;
  color: white;
  left: -450%;
  top: -510%;
  opacity: 0;
  transition: 0.2s all;
  z-index: -1;
}
.woocommerce-cart-form-mobile.mobile-only .above-cart-table-wrapper .availability-calendar-ctas-top .estimated-deliver-date-top-wrapper .control-wrapper #estimated_deliver_date_top_info .info-message.visible,
.woocommerce-cart-form-mobile.mobile-only .above-cart-table-wrapper .availability-calendar-ctas-top .estimated-deliver-date-top-wrapper .control-wrapper #pallet_places_top_info .info-message.visible,
.woocommerce-cart-form-mobile.mobile-only .above-cart-table-wrapper .availability-calendar-ctas-top .pallet-places-top-wrapper .control-wrapper #estimated_deliver_date_top_info .info-message.visible,
.woocommerce-cart-form-mobile.mobile-only .above-cart-table-wrapper .availability-calendar-ctas-top .pallet-places-top-wrapper .control-wrapper #pallet_places_top_info .info-message.visible,
.woocommerce-cart-form-mobile.mobile-only .above-cart-table-wrapper .pallet-places-top .estimated-deliver-date-top-wrapper .control-wrapper #estimated_deliver_date_top_info .info-message.visible,
.woocommerce-cart-form-mobile.mobile-only .above-cart-table-wrapper .pallet-places-top .estimated-deliver-date-top-wrapper .control-wrapper #pallet_places_top_info .info-message.visible,
.woocommerce-cart-form-mobile.mobile-only .above-cart-table-wrapper .pallet-places-top .pallet-places-top-wrapper .control-wrapper #estimated_deliver_date_top_info .info-message.visible,
.woocommerce-cart-form-mobile.mobile-only .above-cart-table-wrapper .pallet-places-top .pallet-places-top-wrapper .control-wrapper #pallet_places_top_info .info-message.visible {
  opacity: 1;
  z-index: 5;
}
.woocommerce-cart-form-mobile.mobile-only .above-cart-table-wrapper .availability-calendar-ctas-top .estimated-deliver-date-top-wrapper .control-wrapper #estimated_deliver_date_top_info .info-message:after,
.woocommerce-cart-form-mobile.mobile-only .above-cart-table-wrapper .availability-calendar-ctas-top .estimated-deliver-date-top-wrapper .control-wrapper #pallet_places_top_info .info-message:after,
.woocommerce-cart-form-mobile.mobile-only .above-cart-table-wrapper .availability-calendar-ctas-top .pallet-places-top-wrapper .control-wrapper #estimated_deliver_date_top_info .info-message:after,
.woocommerce-cart-form-mobile.mobile-only .above-cart-table-wrapper .availability-calendar-ctas-top .pallet-places-top-wrapper .control-wrapper #pallet_places_top_info .info-message:after,
.woocommerce-cart-form-mobile.mobile-only .above-cart-table-wrapper .pallet-places-top .estimated-deliver-date-top-wrapper .control-wrapper #estimated_deliver_date_top_info .info-message:after,
.woocommerce-cart-form-mobile.mobile-only .above-cart-table-wrapper .pallet-places-top .estimated-deliver-date-top-wrapper .control-wrapper #pallet_places_top_info .info-message:after,
.woocommerce-cart-form-mobile.mobile-only .above-cart-table-wrapper .pallet-places-top .pallet-places-top-wrapper .control-wrapper #estimated_deliver_date_top_info .info-message:after,
.woocommerce-cart-form-mobile.mobile-only .above-cart-table-wrapper .pallet-places-top .pallet-places-top-wrapper .control-wrapper #pallet_places_top_info .info-message:after {
  content: "";
  position: absolute;
  height: 9px;
  width: 10px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -9px;
  border-style: solid;
  border-width: 8.7px 5px 0 5px;
  border-color: #343a40 transparent transparent transparent;
}
.woocommerce-cart-form-mobile.mobile-only .above-cart-table-wrapper .cart-sort {
  margin-left: auto;
  margin-bottom: 11.5px;
}
.woocommerce-cart-form-mobile.mobile-only .above-cart-table-wrapper .cart-sort a {
  color: #00286e;
  font-weight: bold;
  text-decoration: none;
}

.packaging-pricing-breakdown-box .breakdown .pieces svg path {
    fill: rgb(0, 40, 110) !important;
    stroke: rgb(0, 40, 110) !important;
    stroke-width: 0.5;
}

.packaging-pricing-breakdown-box .breakdown .price-per-piece svg path{ 
 fill: rgb(0, 40, 110) !important;
    stroke: rgb(0, 40, 110) !important;
    stroke-width: 0.5;
}

.packaging-pricing-breakdown-box .breakdown .price-per-1000 svg path{ 
 fill: rgb(0, 40, 110) !important;
    stroke: rgb(0, 40, 110) !important;
    stroke-width: 0.5;
}


/*# sourceMappingURL=huhtamaki-packaging.css.map */</pre></body></html>