/* LOCATIONS & PROVINCES PAGES - Start - */
/* Province Buttons */
.provinces-cont {
    margin: 20px auto 50px auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 800px;
    font-family: Poppins, sans-serif;
}

.province-name-button button {
    width: 250px;
    height: 50px;
    align-items: center;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: transparent 0 0 0 3px, rgba(18, 18, 18, .1) 0 6px 20px;
    box-sizing: border-box;
    color: #313030;
    cursor: pointer;
    display: inline-flex;
    flex: 1 1 auto;
    font-size: 22px;
    font-weight: 500;
    justify-content: center;
    line-height: 1;
    margin: 20px 20px 20px 20px;
    outline: none;
    padding: 10px 15px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    transition: box-shadow .2s, -webkit-box-shadow .2s;
    white-space: nowrap;
    border: 1px solid #a5a5a52c;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.province-name-button button:hover {
    box-shadow: #da0000 0 0 0 3px, transparent 0 0 0 0;
    color: #da0000;
}

@media only screen and (max-width: 810px) {
    .provinces-cont {
        margin: 20px auto 50px auto;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
}

/* LOCATIONS & PROVINCES PAGES - End - */


/* CITY LOCATION PAGES - Start - */
.city-location-cont {
    margin: 20px auto 50px auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: normal;
    width: 450px;
}

.city-location-cont a {
    width: 200px;
    max-width: 200px;
    /* height: 65px; */
    align-items: center;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: transparent 0 0 0 3px, rgba(18, 18, 18, .1) 0 6px 20px;
    box-sizing: border-box;
    color: #3f3f3f;
    cursor: pointer;
    /* display: inline-flex; */
    flex: 1 1 auto;
    font-size: 16px;
    font-weight: 500;
    justify-content: center;
    line-height: 1;
    margin: 12px 12px 12px 12px;
    outline: none;
    padding: 15px 15px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    transition: box-shadow .2s, -webkit-box-shadow .2s;
    white-space: nowrap;
    border: 1px solid #a5a5a52c;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.city-location-cont a:hover {
    box-shadow: #da0000 0 0 0 3px, transparent 0 0 0 0;
    color: #da0000;
}

@media only screen and (max-width: 460px) {
    .city-location-cont {
        margin: 20px auto 30px auto;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: normal;
        width: 100%;
    }
}

/* CITY LOCATION PAGES - End - */




/* LOCATIONS - GENRAL STYLES - Start */

/* ----- Breadcrumbs ----- */
.prod-bread-bx {
    margin: 10px auto 25px 0px;
}

.prod-bread-bx a {
    color: #616161;
    font-weight: normal;
}

.prod-bread-bx a:hover {
    color: #da0000;
}

.bread-curr-pg {
    display: inline-block;
    color: #da0000;
    font-weight: bold;
    margin-top: 0;
}

@media only screen and (max-width: 600px) {
    .bread-curr-pg {
        display: block;
        margin-top: 10px;
    }
}

.ico-bc-arr:after {
    content: " \276F";
    color: #aaaaaa;
    font-size: 15px;
    margin: 0px 8px 0px 8px;
}

/* LOCATIONS - GENRAL STYLES - End */

.locations-heading-img {
    margin: 30px auto 10px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.locations-heading-img img {
    width: 300px;
    margin: 0px auto 0px auto;
}

.locations-heading-img h3 {
    color: #da0000;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin-top: 0px;
}

.franchise-heading {
    font-size: 16px;
    font-weight: 400;
    color: #575757;
    text-align: center;
    margin: 10px auto 10px auto;
}

@media only screen and (max-width: 460px) {
    .franchise-heading {
        font-size: 16px;
        font-weight: 400;
        color: #575757;
        text-align: center;
        margin: 50px auto 0px auto;
    }
}

.all-stores-button-cont {
    margin: 25px auto 30px auto;
    width: 450px;
}

.all-stores-button-cont a {
    width: 200px;
    max-width: 225px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: auto;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: transparent 0 0 0 3px, rgba(18, 18, 18, .1) 0 6px 20px;
    color: #3f3f3f;
    cursor: pointer;
    flex: 1 1 auto;
    font-size: 12px;
    font-weight: 500;
    margin: 0px auto 0px auto;
    outline: none;
    padding: 10px 15px;
    text-transform: uppercase;
    transition: box-shadow .2s, -webkit-box-shadow .2s;
    white-space: nowrap;
    border: 1px solid #a5a5a52c;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.all-stores-button-cont a img {
    height: 20px;
    margin-right: 12px;
}

.all-stores-button-cont a:hover {
    box-shadow: #da0000 0 0 0 3px, transparent 0 0 0 0;
    color: #da0000;
}

@media only screen and (max-width: 460px) {
    .all-stores-button-cont {
        margin: 75px auto 30px auto;
        width: 100%;
    }
}