#footer {
  @media only screen and (max-width: 863px) {
    display: none;
  }
  #top_footer {
    background: var(--top_footer);
    color: var(--grey3);
    text-align: left;
    padding: 20px 0 30px 0;
    margin: 0;
    .shop_nav {
      padding: 20px 0 0 0;
      margin: 10px 0 0 0;
      position: relative;
      z-index: 8;
      ul.nav {
        list-style: none;
        margin: 0;
        width: 100%;
        height: 242px;
        li {
          width: 150px;
          .heading {
            cursor: pointer;
            color: var(--grey3);
            display: block;
            font-size: var(--font_size2);
            line-height: 40px;
            height: 40px;
            padding: 0 10px;
            position: relative;
            z-index: 50;
            .arrow {
              border: 1px solid var(--grey);
              display: none;
              height: 20px;
              width: 20px;
              background: var(--grey-3);
              position: absolute;
              left: 140px;
              top: 8px;
              z-index: 51;
              -webkit-transform: rotate(45deg);
              -moz-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
              transform: rotate(45deg);
            }
          }
          .sub_menu {
            background: var(--grey-3);
            border: 1px solid var(--grey);
            display: none;
            padding: 20px 15px;
            position: absolute;
            top: 0;
            left: 150px;
            width: 818px;
            height: 220px;
            .list {
              width: 23%;
              margin: 0 1%;
              float: left;
              h4 {
                color: var(--grey3);
                font-size: var(--font_size1);
                margin: 0 0 5px 0;
                text-transform: uppercase;
              }
              ul {
                list-style: none;
                margin: 0;
                li {
                  float: none;
                  line-height: 14px;
                  font-size: var(--font_size1);
                  padding: 3px 0;
                  margin: 0;
                  width: auto;
                  a {
                    color: var(--grey3);
                    display: block;
                    padding: 0;
                    text-decoration: none;
                    &:hover {
                      text-decoration: underline;
                    }
                  }
                }
              }
            }
          }
          &.active {
            .heading {
              font-weight: bold;
            }
            .heading .arrow,
            .heading .arrow_cover,
            .sub_menu {
              display: block;
            }
          }
        }
      }
    }
    .faq_nav {
      h5 {
        color: var(--grey3);
        font-size: 18px;
        margin: 0 0 5px 0;
        a {
          color: var(--grey3);
          text-decoration: none;
        }
      }
      ul {
        font-size: var(--font_size2);
        float: left;
        list-style: none;
        margin: 0 3% 0 0;
        li {
          line-height: 24px;
          a {
            color: var(--grey3);
            text-decoration: none;
            &::before {
              content: "\f105";
              display: inline-block;
              font: bold normal normal 14px/1 "Font Awesome 5 Free";
              font-size: inherit;
              text-rendering: auto;
              -webkit-font-smoothing: antialiased;
              margin: 0 3px 0 0;
            }
          }
        }
        &.col_1 {
          width: 35%;
        }
        &.col_2 {
          width: 35%;
        }
        &.col_3 {
          margin: 0;
          width: 24%;
        }
      }

      &.with_shop_nav {
        margin: 20px 0 0 0;
      }
    }
  }

  #main_footer {
    background: var(--main_footer);
    padding: 30px 0;
    #footer_nav {
      list-style: none;
      float: left;
      margin: 4px 0 0 0;
      li {
        border-right: 1px solid var(--footer_nav);
        display: block;
        font-size: var(--font_size2);
        float: left;
        line-height: 18px;
        a {
          color: var(--footer_nav);
          display: block;
          padding: 0 10px;
          text-decoration: none;
        }
        &:last-child {
          border: none;
        }
      }
    }
    .badge {
      background: url("/design/images/badges/payment-options-badge-white.png") 0
        0 no-repeat;
      float: right;
      width: 174px;
      height: 57px;
    }
    #footer_logo {
      background: url("/siteimages/logos/footer-logo.png") center center
        no-repeat;
      width: 205px;
      height: 22px;
      padding: 30px 0;
      margin: 0 auto;
    }
    #legal {
      p {
        color: var(--footer_nav);
        font-size: var(--font_size1);
        text-align: center;
      }
      a {
        color: var(--white);
        text-decoration: none;
      }
    }
  }
}

#mobile_footer {
  display: none;
  @media only screen and (max-width: 863px) {
    background: var(--grey-1);
    border: none;
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    #footer_links {
      background: #fff;
      padding: 1px 10px 20px 10px;
      .toggle {
        background: var(--grey-3);
        border: 1px solid var(--grey);
        border-radius: 5px;
        margin: 0 10px;
        &.home {
          h4,
          a.heading {
            color: var(--red);
            text-align: left;
          }
          h4 {
            .icon {
              display: none;
            }
            .close {
              display: none;
            }
          }
          .more {
            background: var(--white);
            border: 0;
            border-radius: 5px;
            padding: 0;
            display: none;
            font-size: 12px;
            margin: 0;
            text-align: left;
            p {
              padding: 0;
            }
            h4 {
              background: 0;
              border: 0;
              color: var(--grey3);
              font-size: 16px;
              font-weight: bold;
              height: auto;
              margin: 0 0 10px 0;
              padding: 0;
              line-height: 18px;
              text-decoration: none;
              cursor: default;
            }
            .toggle {
              margin: 0 0 10px 0;
              h4 {
                background: var(--grey-1);
                border: 1px solid var(--grey);
                border-radius: 5px;
              }
            }
            &.last {
              border-radius: 0 0 9px 9px;
            }
            ul {
              &.links {
                list-style: none;
                li {
                  border-bottom: 1px solid #ddd;
                  line-height: 16px;
                  margin: 0;
                  padding: 0;
                  &.last {
                    border-bottom: none;
                  }
                  a {
                    color: var(--link-grey);
                    padding: 10px;
                    text-decoration: none;
                    display: block;
                    i {
                      &.fa {
                        float: right;
                        line-height: 20px;
                      }
                    }
                  }
                }
              }
            }
          }
        }
        &.small h4,
        h4.small {
          color: var(--red);
        }
        h4,
        a.heading,
        .more .toggle h4 {
          border-top: 1px solid var(--grey);
          color: var(--grey3);
          cursor: pointer;
          display: block;
          font-size: 16px;
          font-weight: normal;
          line-height: 20px;
          margin: 0;
          padding: 10px 30px 10px 10px;
          text-decoration: none;
          position: relative;
          z-index: 50;
        }
        h4.active,
        a.heading:active {
          background: var(--grey-2);
        }
        h4,
        a.heading {
          i {
            &.fa {
              display: block;
              width: 16px;
              height: 16px;
              text-align: center;
              position: absolute;
              right: 10px;
              top: 50%;
              margin: -8px 0 0 0;
            }
          }
          .icon {
            display: block;
            font-size: 26px;
            line-height: 28px;
            height: 28px;
            width: 40px;
            text-align: center;
            position: absolute;
            top: 0;
            right: 0;
            z-index: 50;
            margin: 0;
            text-decoration: none;
          }
        }
        h4 {
          .icon {
            -moz-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
          }
          &.first {
            border: 0;
            border-radius: 4px 4px 0 0;
          }
          &.last {
            border-radius: 0 0 4px 3px;
          }
          &.active {
            .icon {
              -moz-transform: rotate(-90deg);
              -o-transform: rotate(-90deg);
              -ms-transform: rotate(-90deg);
              -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg);
              text-decoration: none;
            }
            &.first {
              border-radius: 3px 3px 0 0;
            }
            i {
              &.fa {
                &:before {
                  content: "\f077";
                }
              }
            }
          }
          &.discontinued {
            background: var(--yellow-1);
            border-radius: 9px 9px 0 0;
          }
        }
        a {
          &.heading {
            border-bottom: none;
            .icon {
              top: -2px;
            }
          }
        }
        ul {
          &.links {
            margin: 0;
          }
        }
        &.small h4,
        h4.small {
          font-size: 14px;
          text-decoration: underline;
          cursor: pointer;
          &.active {
            text-decoration: none;
          }
        }
        &.types {
          .extra {
            line-height: 30px;
            padding: 0 0 0 3px;
            img {
              background: var(--white);
              border: 1px solid var(--grey);
              vertical-align: middle;
              padding: 2px;
              width: 20px;
              height: 20px;
            }
          }
        }
      }
    }
    .phone {
      font-size: 16px;
      height: 38px;
      line-height: 39px;
      text-align: center;
    }
    .nav {
      padding: 0;
      margin: 0;
      list-style: none;
      a {
        color: #333;
        display: inline-block;
        font-weight: normal;
        font-size: 14px;
        height: 29px;
        text-decoration: underline;
        line-height: 30px;
        padding: 0 5px;
        position: relative;
        z-index: 50;
        &#chat_now {
          display: none;
          &.active {
            display: inline;
          }
        }
      }
      div#chat_now {
        color: #333;
        display: inline-block;
        font-weight: normal;
        font-size: 14px;
        height: 29px;
        text-decoration: underline;
        line-height: 30px;
        position: relative;
        z-index: 50;
        div,
        div:focus {
          padding: 0 5px;
          outline: none;
        }
      }
    }
    .legal {
      display: block;
      width: 100%;
      font-size: 12px;
      color: var(--grey3);
      text-align: center;
      line-height: 30px;
      padding: 10px 0;
      margin: 0;
    }
  }
}

iframe[name="google_conversion_frame"] {
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  margin-top: -13px;
  float: left;
}

/* ---- de-nested concatenation rules (flattened for native CSS) ---- */
#footer #top_footer .shop_nav ul.nav li .heading .arrow_cover {
  display: none;
  height: 40px;
  width: 20px;
  background: var(--grey-3);
  position: absolute;
  left: 151px;
  top: 0;
  z-index: 52;
}

@media only screen and (max-width: 863px) {
  #mobile_footer #footer_links .toggle2 h4 {
    color: var(--red);
  }
}
