.rlb-stores-archive, .rlb-stores-archive * {
    box-sizing: border-box;
}

.rlb-stores-archive .rlb-one-fourth {
    float: left;
    width: 300px;
    margin-right: 30px;
}

.rlb-stores-archive .rlb-three-fourth {
    float: left;
    width: calc(100% - 330px);
}

.rlb-stores-archive h3 {
    font-size: 28px;
    line-height: 28px;
    margin: 0 0 15px;
    padding: 0;
}

.rlb-stores-search__filtre {
    margin: 10px 0;
}

.rlb-stores-search__filtre label {
    display: block;
    font-size: 18px;
    line-height: 18px;
    margin: 0 0 8px;
}

.rlb-stores-search__filtre input {
    width: 100%;
    display: block;
    padding: 7px 10px;
}

.rlb-stores-search__filtre button {
    display: block;
    width: 100%;
    padding: 10px 17px;
}

ul.rlb-stores-list {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

li.rlb-stores-headeritem {
    background: #5a4f45;
    color: #fff;
    display: block;
    margin: 0;
    font-size: 16px;
    line-height: 16px;
    padding: 15px 10px 25px;
}

li.rlb-stores-headeritem > div {
    float: left;
    width: 18%;
    margin: 0 1%;
}

li.rlb-stores-contentitem {
    display: block;
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    padding: 7px 10px;
    cursor: pointer;
    transition: all .5s ease;
}

li.rlb-stores-contentitem:nth-child(even) {
    background-color: rgba(0, 0, 0, .04);
}

li.rlb-stores-contentitem.open, li.rlb-stores-contentitem:hover {
    background-color: rgba(0, 0, 0, .1);
}

li.rlb-stores-contentitem > div {
    float: left;
    width: 18%;
    min-height: 1px;
    margin: 0 1%;
    overflow: hidden;
}

.rlb-content-hidden {
    display: none;
}

.rlb-content-hidden span {
    font-weight: bold;
}

li.rlb-stores-contentitem > .rlb-content-hidden {
    width: 100%;
    margin: 15px 0;
    overflow: auto;
    line-height: 1.5;
}

li.rlb-stores-contentitem > .rlb-content-hidden h3 {
    line-height: 1.2;
}

.rlb-stores-pagination {
    margin: 25px 0;
}

.rlb-stores-pagination .page-numbers {
    width: 32px;
    height: 32px;
    display: block;
    float: left;
    color: #a0916d;
    border: 1px solid #a0916d;
    margin: 0 5px;
    text-align: center;
    line-height: 32px;
    font-size: 16px;
    transition: all .5s ease;
}

.rlb-stores-pagination .page-numbers i {
    color: #a0916d;
}

.rlb-stores-pagination .page-numbers.current, .rlb-stores-pagination .page-numbers:hover {
    color: #f0c96a;
    border-color: #f0c96a;
}

@media only screen and (max-width: 1239px) {
    .rlb-header-state { display: none; }
    .rlb-content-state { display: none; }
    .rlb-header-zip { display: none; }
    .rlb-header-email { display: none; }
    .rlb-content-zip { display: none; }
    .rlb-content-email { display: none; }

    li.rlb-stores-headeritem > div {
        width: 24%;
        margin-left: 1%;
    }
    li.rlb-stores-contentitem > div {
        width: 24%;
        margin-left: 1%;
    }
}

@media only screen and (max-width: 767px) {
    .rlb-stores-archive .rlb-one-fourth {
        width: 98%;
        max-width: 300px;
        margin: 0 auto;
        float: none;
    }
    .rlb-stores-archive .rlb-three-fourth {
        width: 98%;
        margin: 0 1%;
    }
}