#list_stores .btn_see_hours {
    padding: 2px;
    width: 100%;
}

#list_stores .select_store {
    margin-bottom: 10px;
    width: 100%;
}

#list_stores .see_hours {
    padding: 15px;
    background: rgb(241, 242, 242);
    margin-top: 10px;
}

#list_stores .see_hours label {
    width: 120px;
    text-align: left;
}

#list_stores .store {
    margin-bottom: 20px;
    border-bottom: 1px solid #b49f89;
    padding-bottom: 20px;
}

#list_stores .store:last-child {
    border-bottom: unset;
    margin-bottom: 0;
    padding-bottom: 0;
}

#retrait_magasin {
    color: #323e48;
    display: block;
    font-weight: 500;
    text-align: center;
    font-size: 14px;
    margin-bottom: 20px;
}

#retrait_magasin a {
    text-decoration: underline;
}

#retrait_magasin #stock_retrait i {
    color: #ff9a52;
}

#retrait_magasin #stock_retrait i.in_stock {
    color: #4cbb6c;
}

#retrait_magasin #stock_retrait i.out_of_stock {
    color: #c82121;
}

#list_stores .store_name {
    font-weight: bold;
}

#choose_your_store {
    color: #323e48;
}

#detail_store_chosen .wrapper {
    background: #f1f1f1;
    padding: 20px;
    margin-bottom: .9375rem;
}

#detail_store_chosen .store_name {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #323e48;
}

#detail_store_chosen label {
    width: 100px;
    text-align: left;
}

#detail_store_chosen .wrapper > .row:first-child {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 18px;
    color: #323e48;
}

#detail_store_chosen .store_detail {
    margin-bottom: 20px;
}

#top_choose_your_store {
    background: white;
    padding-bottom: 20px;
    text-align: center;
}

#top_choose_your_store a {
    width: 240px;
    display: inline-block;
    text-align: left;
    position: relative;
}

#top_choose_your_store a span:first-child {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #b49f89;
    padding-left: 46px;
}

#top_choose_your_store a span:last-child {
    display: block;
    font-weight: 700;
    font-size: 20px;
    color: white;
    background: #b49f89;
    border-radius: 30px 20px 20px 0;
    padding: 5px 0;
    padding-left: 46px;
}

#top_choose_your_store a:before {
    background-image: url('../img/icon_retrait.png');
    content: "";
    display: inline-block;
    width: 60px;
    height: 50px;
    position: absolute;
    background-position: bottom;
    background-repeat: no-repeat;
    left: -20px;
}