﻿@media (min-width: 960px) {
  .cart-item-line {
    display: flex;
    align-items: center; } }

.cart-container:after, .cart-container .cart-items .cart-item-line:after, .cart-container .cart-items .cart-item-line .cart-item-details:after, .cart-container .cart-items .cart-item-line .cart-item-quantity:after, .cart-container .cart-items .cart-item-line .cart-item-quantity .cart-item-quantity-container:after, .cart-container .cart-items .cart-item-line .cart-item-quantity .cart-item-quantity-input:after, .cart-container .cart-items .cart-item-line .cart-item-auto:after, .cart-container .cart-checkout .cart-rewards:after, .cart-container .cart-checkout .cart-webcode:after, .cart-container .cart-checkout .cart-shipping:after, .cart-container .cart-checkout .cart-totals .cart-totals-line:after {
  content: "";
  display: table;
  clear: both; }

.cart-container .cart-items .cart-item-line .cart-item-details .cart-item-picture img {
  max-width: 140px !important;
  width: 100% !important;
  height: auto !important; }

.cart-container .cart-items .cart-item-line .cart-item-details {
  padding: 10px 0; }

.cart-container {
  font-family: 'PT Sans', sans-serif;
  font-size: 15px;
  line-height: 1.4; }
  .cart-container h1 {
    font-size: 27px;
    color: #02743E;
    margin: 16px 8px;
    text-align: center; }
  .cart-container .cart-empty {
    margin-bottom: 48px; }
    .cart-container .cart-empty .cart-empty-message {
      font-size: 21px;
      text-align: center;
      opacity: 0.87; }
    .cart-container .cart-empty .cart-empty-cta {
      display: block;
      margin: auto;
      width: 220px;
      padding: 12px 24px;
      box-sizing: border-box;
      margin-top: 24px;
      text-align: center;
      border-radius: 4px;
      background: #f16637;
      color: white;
      font-weight: bold; }
  .cart-container .cart-item-basketdisplay {
    background: rgba(0, 0, 0, 0.03);
    padding: 12px;
    margin-bottom: 1em;
    text-align: center;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.72); }
  .cart-container .cart-items {
    width: 100%;
    box-sizing: border-box;
    padding: 8px;
    display: inline-block; }
    @media (min-width: 640px) {
      .cart-container .cart-items {
        width: calc(100% - 320px); } }
    @media (min-width: 960px) {
      .cart-container .cart-items {
        width: 70%; } }
    .cart-container .cart-items .cart-items-mobile-cta {
      margin-bottom: 24px; }
      @media (min-width: 640px) {
        .cart-container .cart-items .cart-items-mobile-cta {
          display: none; } }
      .cart-container .cart-items .cart-items-mobile-cta a.cart-items-mobile-cta-checkout {
        padding: 12px;
        box-sizing: border-box;
        text-align: center;
        color: white;
        font-weight: bold;
        background: #f16637;
        border: none;
        width: 100%;
        display: block;
        border-radius: 4px;
        margin-bottom: 12px; }
        .cart-container .cart-items .cart-items-mobile-cta a.cart-items-mobile-cta-checkout:hover {
          text-decoration: none; }
      .cart-container .cart-items .cart-items-mobile-cta a.cart-items-mobile-cta-shopping {
        padding: 12px;
        box-sizing: border-box;
        text-align: center;
        color: white;
        font-weight: bold;
        background: #f16637;
        border: none;
        width: 100%;
        display: block;
        border-radius: 4px; }
        .cart-container .cart-items .cart-items-mobile-cta a.cart-items-mobile-cta-shopping:hover {
          text-decoration: none; }
    .cart-container .cart-items .cart-item-line {
      border: 1px solid rgba(0, 0, 0, 0.06);
      margin-bottom: 16px; }
      .cart-container .cart-items .cart-item-line .cart-item-error {
        background: #a01600;
        color: white;
        box-sizing: border-box;
        padding: 4px 18px;
        font-weight: bold;
        opacity: .76;
        font-size: 14px; }
      .cart-container .cart-items .cart-item-line .cart-item-details {
        width: 100%;
        position: relative; }
        @media (min-width: 960px) {
          .cart-container .cart-items .cart-item-line .cart-item-details {
            width: 50%;
            float: left; } }
        .cart-container .cart-items .cart-item-line .cart-item-details .cart-item-picture {
          width: 33.3%;
          float: left; }
          @media (min-width: 960px) {
            .cart-container .cart-items .cart-item-line .cart-item-details .cart-item-picture {
              width: 30%; } }
          .cart-container .cart-items .cart-item-line .cart-item-details .cart-item-picture img {
            min-width: 72px;
            max-width: 96px;
            margin: 12px auto;
            padding: 12px;
            box-sizing: border-box;
            display: block; }
            @media (min-width: 960px) {
              .cart-container .cart-items .cart-item-line .cart-item-details .cart-item-picture img {
                height: 136px;
                min-width: auto;
                max-width: auto;
                width: auto; } }
        .cart-container .cart-items .cart-item-line .cart-item-details .cart-item-info {
          width: 66.6%;
          position: absolute;
          display: inline-block;
          top: calc(50% - 42px); }
          @media (min-width: 960px) {
            .cart-container .cart-items .cart-item-line .cart-item-details .cart-item-info {
              width: 70%;
              top: calc(50% - 36px); } }
          .cart-container .cart-items .cart-item-line .cart-item-details .cart-item-info .cart-item-name {
            font-weight: bold;
            margin-bottom: 4px; }
      .cart-container .cart-items .cart-item-line .cart-item-quantity {
        position: relative;
        width: 50%;
        height: 100px;
        float: left;
        box-sizing: border-box; }
        @media (min-width: 960px) {
          .cart-container .cart-items .cart-item-line .cart-item-quantity {
            width: 25%;
            height: 160px;
            border: none; } }
        .cart-container .cart-items .cart-item-line .cart-item-quantity .cart-item-quantity-container {
          position: relative;
          top: 50%;
          transform: translateY(-50%); }
          @media (min-width: 640px) {
            .cart-container .cart-items .cart-item-line .cart-item-quantity .cart-item-quantity-container {
              padding: 20px; } }
        .cart-container .cart-items .cart-item-line .cart-item-quantity .cart-item-quantity-input {
          width: 120px;
          margin: auto; }
          .cart-container .cart-items .cart-item-line .cart-item-quantity .cart-item-quantity-input .cart-item-quantity-minus {
            width: 36px;
            height: 48px;
            border: 1px solid rgba(0, 0, 0, 0.12);
            background: rgba(0, 0, 0, 0.04);
            border-radius: 6px 0 0 6px;
            float: left;
            cursor: pointer; }
          .cart-container .cart-items .cart-item-line .cart-item-quantity .cart-item-quantity-input input.cart-item-quantity-box {
            width: calc(100% - 72px);
            height: 48px;
            box-sizing: border-box;
            border: 1px solid rgba(0, 0, 0, 0.12);
            float: left;
            margin: 0;
            padding: 0;
            text-align: center; }
          .cart-container .cart-items .cart-item-line .cart-item-quantity .cart-item-quantity-input .cart-item-quantity-plus {
            width: 36px;
            height: 48px;
            border: 1px solid rgba(0, 0, 0, 0.12);
            background: rgba(0, 0, 0, 0.04);
            border-radius: 0 6px 6px 0;
            float: left;
            cursor: pointer; }
        .cart-container .cart-items .cart-item-line .cart-item-quantity .cart-item-quantity-update {
          float: left;
          width: 100%;
          margin-top: 8px;
          text-align: center;
          border: none;
          background: none;
          opacity: .72;
          cursor: pointer; }
      .cart-container .cart-items .cart-item-line .cart-item-price {
        width: 50%;
        height: 100px;
        float: left;
        text-align: right;
        padding: 0 22px;
        box-sizing: border-box; }
        @media (min-width: 960px) {
          .cart-container .cart-items .cart-item-line .cart-item-price {
            width: 25%;
            height: 160px;
            border: none; } }
        .cart-container .cart-items .cart-item-line .cart-item-price .cart-item-price-quantity {
          position: relative;
          top: 50%;
          transform: translateY(-50%); }
        .cart-container .cart-items .cart-item-line .cart-item-price .cart-item-price-reg {
          text-decoration: line-through; }
        .cart-container .cart-items .cart-item-line .cart-item-price .cart-item-price-sale {
          font-size: 21px;
          font-weight: bold;
          opacity: .87; }
        .cart-container .cart-items .cart-item-line .cart-item-price .cart-item-price-multi {
          font-size: 13px;
          color: #339064;
          display: block;
          margin-top: 4px;
          font-weight: bold;
          opacity: .7; }
      .cart-container .cart-items .cart-item-line .cart-item-auto {
        width: 100%;
        float: left;
        text-align: left;
        box-sizing: border-box;
        border: 1px solid rgba(0, 0, 0, 0.08); }
        .cart-container .cart-items .cart-item-line .cart-item-auto .cart-item-auto-header {
          float: left;
          width: 100%;
          box-sizing: border-box;
          padding: 8px 22px;
          color: white;
          background: rgba(0, 0, 0, 0.04);
          text-align: center;
          font-weight: bold;
          color: rgba(0, 0, 0, 0.72);
          border-right: 1px solid rgba(0, 0, 0, 0.06);
          margin: 0; }
          @media (min-width: 640px) {
            .cart-container .cart-items .cart-item-line .cart-item-auto .cart-item-auto-header {
              width: 220px; } }
        .cart-container .cart-items .cart-item-line .cart-item-auto .cart-item-auto-select select {
          width: 100%;
          border: 0;
          padding: 8px;
          box-sizing: border-box;
          cursor: pointer; }
          .cart-container .cart-items .cart-item-line .cart-item-auto .cart-item-auto-select select:focus {
            outline: 0; }
          @media (min-width: 640px) {
            .cart-container .cart-items .cart-item-line .cart-item-auto .cart-item-auto-select select {
              width: calc(100% - 220px); } }
  .cart-container .cart-checkout {
    width: calc(100% - 16px);
    box-sizing: border-box;
    margin: 8px;
    padding: 8px;
    float: right;
    background: rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(0, 0, 0, 0.04); }
    @media (min-width: 640px) {
      .cart-container .cart-checkout {
        width: 300px; } }
    @media (min-width: 960px) {
      .cart-container .cart-checkout {
        width: calc(30% - 16px); } }
    .cart-container .cart-checkout .cart-rewards {
      padding: 12px;
      box-sizing: border-box;
      height: 100px;
      position: relative; }
      .cart-container .cart-checkout .cart-rewards .cart-rewards-image {
        width: 72px;
        float: left;
        position: relative;
        top: 50%;
        transform: translateY(-50%); }
      .cart-container .cart-checkout .cart-rewards .cart-rewards-content {
        width: calc(100% - 72px);
        float: left;
        padding: 0 0 0 16px;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        box-sizing: border-box;
        font-size: .87em; }
      .cart-container .cart-checkout .cart-rewards .cart-rewards-points {
        display: block;
        font-weight: bold;
        font-size: 1.2em; }
      .cart-container .cart-checkout .cart-rewards .cart-rewards-bonus {
        font-size: 12px;
        color: #339064;
        font-weight: bold;
        margin-top: -1.25em;
        display: block; }
    .cart-container .cart-checkout .cart-webcode {
      padding: 16px; }
      .cart-container .cart-checkout .cart-webcode h2 {
        font-size: 16px;
        font-weight: bold;
        margin: 8px 0; }
      .cart-container .cart-checkout .cart-webcode input.cart-webcode-input {
        margin: 10px 0 0;
        float: left;
        width: calc(100% - 72px);
        height: 48px;
        padding: 0 16px;
        box-sizing: border-box;
        border: 1px solid rgba(0, 0, 0, 0.16);
        background: white; }
      .cart-container .cart-checkout .cart-webcode button.cart-webcode-submit {
        margin: 10px 0 0;
        float: left;
        width: 72px;
        height: 48px;
        padding: 0;
        box-sizing: border-box;
        color: white;
        font-weight: bold;
        background: #f16637;
        border: none;
        border-radius: 0 4px 4px 0;
        cursor: pointer; }
      .cart-container .cart-checkout .cart-webcode .cart-webcode-current {
        margin-top: 8px;
        padding: 12px 0;
        float: left;
        width: 100%;
        background: rgba(0, 0, 0, 0.04);
        text-align: center; }
    .cart-container .cart-checkout .cart-shipping {
      padding: 16px; }
      .cart-container .cart-checkout .cart-shipping h2 {
        font-size: 16px;
        font-weight: bold;
        margin: 8px 0; }
      .cart-container .cart-checkout .cart-shipping select.cart-shipping-select {
        font-size: 12px;
        margin: 10px 0 0;
        float: left;
        width: 100%;
        height: 48px;
        padding: 12px;
        box-sizing: border-box;
        border: 1px solid rgba(0, 0, 0, 0.16);
        background: white; }
    .cart-container .cart-checkout .cart-totals {
      padding: 16px;
      border-top: 1px solid rgba(0, 0, 0, 0.04); }
      .cart-container .cart-checkout .cart-totals .cart-totals-line {
        padding: 4px 0; }
        .cart-container .cart-checkout .cart-totals .cart-totals-line.cart-totals-line-discount {
          color: #339064; }
        .cart-container .cart-checkout .cart-totals .cart-totals-line .cart-totals-line-desc {
          float: left;
          text-align: left; }
        .cart-container .cart-checkout .cart-totals .cart-totals-line .cart-totals-line-price {
          float: right;
          text-align: right; }
        .cart-container .cart-checkout .cart-totals .cart-totals-line.grand-total {
          font-size: 21px;
          margin-top: 12px;
          padding: 12px 0;
          border-top: 1px solid rgba(0, 0, 0, 0.04);
          font-weight: 700; }
    .cart-container .cart-checkout .cart-totals-checkout-container {
      padding: 8px 8px 12px;
      box-sizing: border-box; }
      .cart-container .cart-checkout .cart-totals-checkout-container a.cart-totals-checkout {
        padding: 12px;
        box-sizing: border-box;
        text-align: center;
        color: white;
        font-weight: bold;
        background: #f16637;
        border: none;
        width: 100%;
        display: block;
        border-radius: 4px; }
        .cart-container .cart-checkout .cart-totals-checkout-container a.cart-totals-checkout:hover {
          text-decoration: none; }
    .cart-container .cart-checkout .cart-totals-payimage {
      width: 180px;
      display: block;
      margin: 0 auto 12px; }

.cart-sli-section h3.cart-sli-heading {
  font-size: 23px;
  color: #00733d;
  margin: 16px 8px;
  padding-bottom: 18px; }

.customer-lookup-container {
  width: 100%;
  max-width: 1075px;
  /* Site has a max width of 1300px. Mockup shows some space on each side. */
  margin: 0 auto 50px auto;
  /* Slightly darker gray border. */
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.04); }
  .customer-lookup-container h2 {
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 20px 0; }
  .customer-lookup-container .customer-lookup-top-section {
    padding: 30px;
    /* Light gray top section. */
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid;
    border-color: rgba(0, 0, 0, 0.04); }
  .customer-lookup-container .customer-lookup-top-section.selected-customer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; }
  .customer-lookup-container .customer-lookup-top-section #customer-lookup-form,
  .customer-lookup-container .customer-lookup-top-section .customer-lookup-header {
    max-width: 833px;
    margin-left: auto;
    margin-right: auto; }
  .customer-lookup-container .customer-lookup-top-section.selected-customer .customer-lookup-header,
  .customer-lookup-container .customer-lookup-top-section.selected-customer #customer-lookup-form {
    margin-left: 0;
    margin-right: 0; }
  .customer-lookup-container .customer-lookup-top-section.selected-customer .customer-lookup-header h2 {
    margin-bottom: 0; }
  .customer-lookup-container .search-field {
    display: inline-block;
    height: 46px;
    width: 200px;
    margin-right: 5px;
    margin-bottom: 20px;
    padding-left: 10px;
    background-color: white; }
  .customer-lookup-container .customer-lookup-search-btn-container {
    width: 100%; }
  .customer-lookup-container .customer-lookup-search-btn,
  .customer-lookup-container .customer-lookup-remove-btn {
    display: block;
    width: 220px;
    height: 45px;
    background-color: orange;
    margin: 0px auto 0px auto;
    color: white;
    font-weight: bold;
    background: #f16637;
    text-transform: uppercase;
    border: none;
    border-radius: 4px; }
  .customer-lookup-container .customer-lookup-table {
    border-collapse: collapse; }
  .customer-lookup-container .customer-lookup-table td,
  .customer-lookup-container .customer-lookup-table th {
    text-align: left;
    padding-left: 10px;
    height: 30px;
    border: 1px solid rgba(0, 0, 0, 0.04);
    vertical-align: middle; }
  .customer-lookup-container .col1 {
    width: 170px; }
  .customer-lookup-container .col2 {
    width: 130px; }
  .customer-lookup-container .col3 {
    width: 130px; }
  .customer-lookup-container .col4 {
    width: 200px; }
  .customer-lookup-container .col5 {
    width: 180px; }
  .customer-lookup-container .col6 {
    width: 110px; }
  .customer-lookup-container .col7 {
    width: 70px; }
  .customer-lookup-container .col8 {
    width: 100px; }
  .customer-lookup-container .no-results-row p, .customer-lookup-container p.error-message {
    font-weight: bold;
    text-align: center; }
  .customer-lookup-container p.error-message {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 0px; }
  .customer-lookup-container p.error-message:empty {
    display: none; }
  .customer-lookup-container a.customer-lookup-select-btn {
    text-decoration: underline; }
  .customer-lookup-container .loader:before,
  .customer-lookup-container .loader:after,
  .customer-lookup-container .loader {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1s infinite ease-in-out;
    animation: load7 1s infinite ease-in-out; }
  .customer-lookup-container .loader {
    color: #70bd77;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
    display: none;
    margin: 50px auto 75px auto; }
  .customer-lookup-container .loader:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s; }
  .customer-lookup-container .loader:after {
    left: 3.5em; }
  .customer-lookup-container .loader:before,
  .customer-lookup-container .loader:after {
    content: '';
    position: absolute;
    top: 0; }

@-webkit-keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em; }
  40% {
    box-shadow: 0 2.5em 0 0; } }

@keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em; }
  40% {
    box-shadow: 0 2.5em 0 0; } }
  .customer-lookup-container .customer-lookup-info-container {
    padding: 20px;
    font-size: 16px;
    /* col1 */
    /* col2 */ }
    .customer-lookup-container .customer-lookup-info-container p {
      line-height: normal;
      margin-bottom: 7px; }
    .customer-lookup-container .customer-lookup-info-container .customer-info {
      width: 100%;
      margin: auto;
      float: none;
      display: flex; }
    .customer-lookup-container .customer-lookup-info-container #address-info {
      padding: 0;
      width: 50%; }
    .customer-lookup-container .customer-lookup-info-container #address-info h2 {
      text-align: left;
      font-size: 24px;
      color: #333;
      text-transform: uppercase;
      font-weight: bold;
      margin: 0 0 3px 0; }
    .customer-lookup-container .customer-lookup-info-container .customer-info p, .customer-lookup-container .customer-lookup-info-container .customer-info span {
      height: 20px;
      font-size: 16px;
      display: inline-block;
      width: 100%;
      margin: 0 0 10px 0; }
    .customer-lookup-container .customer-lookup-info-container .additional-information {
      width: 50%; }
    .customer-lookup-container .customer-lookup-info-container #address {
      margin: 7px 0;
      list-style: none;
      padding: 0; }
    .customer-lookup-container .customer-lookup-info-container #address li {
      font-size: 16px;
      color: #333;
      margin: 0 0 7px 0; }
    .customer-lookup-container .customer-lookup-info-container .view-order-history-link {
      text-decoration: underline; }

@media screen and (max-width: 950px) {
  .customer-lookup-container #customer-lookup-form {
    display: flex;
    justify-content: space-between; }
  .customer-lookup-container .search-field {
    width: 33%;
    margin: 0; } }

@media screen and (max-width: 768px) {
  .customer-lookup-container .search-field {
    width: 48%; } }

@media screen and (max-width: 500px) {
  .customer-lookup-container .customer-lookup-info-container .search-field,
  .customer-lookup-container .customer-lookup-info-container #address-info,
  .customer-lookup-container .customer-lookup-info-container .additional-information {
    width: 100%; } }
