div#main {
  margin-top: 80px !important;
  margin-bottom: 80px; }

.store-finder {
  width: 100%;
  text-align: center;
  background-color: white;
  padding: 30px 15px;
  margin: 0 auto 30px;
  max-width: 600px;
  border-radius: 5px;
  min-width: 320px;
  position: relative; }
  .store-finder h3 {
    margin-bottom: 15px;
    color: #B69C7F; }
  .store-finder input[type="text"] {
    width: 100%;
    font-size: 18px;
    padding: 6px;
    border-radius: 3px;
    border: 1px solid; }
  .store-finder #autocomplete-list {
    display: none;
    position: absolute;
    background-color: white;
    left: 15px;
    right: 15px;
    padding: 0;
    list-style: none;
    text-align: left;
    padding: 15px;
    z-index: 999;
    box-shadow: 0 0 5px;
    margin-top: 6px; }
    .store-finder #autocomplete-list li {
      padding: 10px;
      border-bottom: 1px solid;
      cursor: pointer; }
      .store-finder #autocomplete-list li:hover {
        background-color: #f0f0f0; }
      .store-finder #autocomplete-list li:last-child {
        border-bottom: none; }
  .store-finder #store-locations {
    margin-top: 15px; }
    .store-finder #store-locations .store {
      display: flex;
      justify-content: space-between;
      align-items: center;
      text-align: left;
      padding: 15px;
      border-bottom: 1px solid #B69C7F;
      gap: 15px; }
      .store-finder #store-locations .store h3 {
        margin-bottom: 0; }
        .store-finder #store-locations .store h3 a {
          display: block;
          -webkit-border-radius: 12px;
          -moz-border-radius: 12px;
          border-radius: 12px;
          padding: 5px 15px;
          letter-spacing: 2px;
          color: #FFF;
          background: #B69C7F;
          width: fit-content;
          margin-top: 12px;
          font-size: 10px;
          transition: all 0.3s ease; }
      .store-finder #store-locations .store p {
        width: 50%;
        margin-bottom: 0; }
      @media screen and (max-width: 767px) {
        .store-finder #store-locations .store {
          flex-direction: column;
          align-items: flex-start; }
          .store-finder #store-locations .store h3 {
            width: 100%; }
          .store-finder #store-locations .store p {
            width: 100%; }
          .store-finder #store-locations .store a {
            margin-top: 10px; } }

.store-item {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  border-top: 1px solid;
  padding: 15px 0;
  gap: 15px; }
  .store-item > * {
    flex: 1 1 auto !important;
    margin-bottom: 0; }
  .store-item > h3 {
    min-width: 320px;
    max-width: 320px;
    color: #B69C7F; }
  .store-item > a {
    border-radius: 12px;
    letter-spacing: 2px;
    color: #FFF;
    background: #B69C7F;
    width: fit-content;
    margin-top: 12px;
    font-size: 10px;
    font-weight: 600;
    line-height: 44px;
    height: 44px;
    min-width: 106px;
    max-width: 106px;
    text-align: center;
    text-transform: uppercase; }
  @media screen and (max-width: 767px) {
    .store-item {
      flex-direction: column;
      align-items: flex-start;
      padding-left: 100px; }
      .store-item > h3 {
        min-width: 100%;
        max-width: 100%; } }

/*# sourceMappingURL=CBStores.css.map */
