.stores-container .shops-form-container{
    background: url('/wp-content/themes/kava-child/where-to-buy/where-to-buy-location.jpg') center no-repeat;
    padding: 20px 20px 30px;
    text-align: center;
    font-size: 20px;
    background-size: cover;
}
.stores-container .shops-form-container .locate {
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 5px;
    display: inline-block;
}
.stores-container .store-list .store {
    font-family: "Roboto", sans-serif;
    border-bottom: 1px solid #e4e6e9;
    position: relative;
    padding: 20px 10px 22px 10px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.info-wrapper .to-map .direction a:hover,
.stores-container .store-list .store a,
.stores-container .store-list .store a:hover {
    color: #000;
    text-decoration: none;
}
.info-wrapper .to-map a,
.stores-container .store-list .store .to-map a {
    border-bottom: 1px dashed #000;
    cursor: pointer;
}
.info-wrapper .to-map .direction a,
.stores-container .store-list .store .direction a {
    border-bottom: 1px solid #000;
}
.info-wrapper .to-map .direction a:hover,
.stores-container .store-list .store .to-map a:hover,
.stores-container .store-list .store .direction a:hover {
    border-bottom: 1px solid transparent;
}
.info-wrapper .name,
.stores-container .store-list .store .name {
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 1.2em;
}
.stores-container .pagination {
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 20px 0 0;
}
.stores-container .pagination-btn-wrapper{
    /* flex-grow: 1; */
    padding: 0 10px;
}
.stores-container .pagination-btn {
    display: inline-block;
    background-color: #000000;
    margin: 1px 1px 1px 1px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #000000;
    color: white;
    padding: 10px;
    cursor: pointer;
    line-height: 10px;
    font-size: 18px;
    font-family: monospace;
}
.stores-container .pagination-btn:hover {
    background-color: #ffffff;
    color: #000000;
}

.stores-container .store-list .store .details {
    position: relative;
}
.stores-container .store-list .store .icons {
    position: absolute;
    right: 0;
    top: 0;
}
.stores-container .store-list .store .icons .icon-item {
    display: inline-block;
    width: 100%;
    max-width: 30px;
    height: auto;
    vertical-align: top;
}
.stores-container .store-list .store .icons .icon-item--astra {
    max-width: 18px;
}
.stores-container .store-list .store .icons .icon-item--expert {
    max-width: 37px;
}

.shops-search-form input[type="color"],

select:focus,
select {
  font-size: 16px;
}