@media only screen and (max-width: 640px) {
  #shopList #shopLocations .frameCol_02:before {
    top: -0.165em;
  }
  #shopList #shopLocations .frameCol_02:after {
    bottom: -0.175em;
  }
  #shopList #shopLocations .frameCol_02 .shopListSearchCol {
    width: 94%;
    margin: 20px auto 20px;
    padding: 9px 15px 13px;
  }
  #shopList #shopLocations .frameCol_02 .shopListSearchCol ul.btnCol {
    padding: 10px 0 5px;
    display: block;
    position: relative;
    z-index: 6;
  }
  #shopList #shopLocations .frameCol_02 .shopListSearchCol ul.btnCol li {
    position: relative;
  }
  #shopList #shopLocations .frameCol_02 .shopListSearchCol ul.btnCol li:nth-child(2) {
    width: 100%;
    float: none;
    margin-top: 0;
  }
  #shopList #shopLocations .frameCol_02 .shopListSearchCol ul.btnCol li:nth-child(3) {
    width: 100%;
    float: none;
    margin-top: 0;
  }
  #shopList #shopLocations .frameCol_02 .shopListSearchCol dl {
    font-size: 0.5em;
  }
  #shopList #shopLocations .newIcon {
    width: 6em;
    height: 1.3em;
    font-size: 50%;
  }
  #shopList #shopLocations .newIcon:after {
    border-width: 0px 0 13px 7px;
  }
  #shopList #shopLocations .newIcon:before {
    border-width: 13px 7px 0px 0px;
  }
  #shopList #searchResults dl dt {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-basis: 35%;
    flex-basis: 35%;
  }
  #shopList #searchResults dl dt:nth-of-type(3) {
    border-bottom: none;
  }
  #shopList #searchResults dl dd {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-basis: 65%;
    flex-basis: 65%;
  }
  #shopList #searchResults dl dd:nth-of-type(3) {
    border-bottom: none;
  }
}
@media only screen and (min-width: 641px) {
  #shopList #shopLocations .frameCol_02 .shopListSearchCol {
    width: 820px;
    padding: 40px 0 25px;
    margin: 40px auto;
    position: relative;
    display: block;
    z-index: 10;
  }
  #shopList #shopLocations .frameCol_02 .shopListSearchCol ul.btnCol li {
    float: left;
    margin-top: 0;
    margin-right: 1.2%;
    margin-bottom: 2%;
  }
  #shopList #shopLocations .frameCol_02 .shopListSearchCol ul.btnCol li:nth-child(2n) {
    margin-right: 0%;
  }
  #shopList #shopLocations .frameCol_02 .shopListSearchCol .searchCol dl dt {
    padding: 0 20px;
  }
  #shopList #shopLocations .frameCol_02 .shopListSearchCol .searchCol dl dd {
    display: table-cell;
  }
  #shopList #shopLocations .frameCol_02 .shopListSearchCol .searchCol dl.zipCodeCol {
    margin: 0 auto 30px;
    width: 45%;
  }
  #shopList #shopLocations .frameCol_02 .shopListSearchCol .searchCol dl.zipCodeCol input {
    width: 200px;
  }
  #shopList #shopLocations .frameCol_02 .shopListSearchCol .searchCol dl.storeCol, #shopList #shopLocations .frameCol_02 .shopListSearchCol .searchCol dl.cityCol, #shopList #shopLocations .frameCol_02 .shopListSearchCol .searchCol dl.stateCol {
    margin-right: -20px;
    margin-left: 65px;
    float: left;
  }
  #shopList #shopLocations .frameCol_02 .shopListSearchCol .searchCol dl.storeCol input, #shopList #shopLocations .frameCol_02 .shopListSearchCol .searchCol dl.cityCol input, #shopList #shopLocations .frameCol_02 .shopListSearchCol .searchCol dl.stateCol input {
    width: 198px;
  }
  #shopList #shopLocations .frameCol_02 .shopListSearchCol .searchCol dl.stateCol {
    margin-right: 0px;
  }
  #shopList #shopLocations .frameCol_02 .shopListSearchCol .searchCol dl.stateCol select {
    width: 197px;
  }
  #shopList #shopLocations .frameCol_02 .shopListSearchCol .btn_search {
    margin-bottom: 25px;
  }
  #shopList #shopLocations .frameCol_02 .shopListSearchCol .btn_search img {
    height: 70px;
  }
  #shopList #shopLocations .newIcon {
    width: 63px;
    font-size: 70%;
  }
  #shopList #searchResults dl dt:nth-of-type(3) {
    border-bottom: none;
  }
  #shopList #searchResults dl dd:nth-of-type(3) {
    border-bottom: none;
  }
}
