.selectStoreMainCont{
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.mainDesc {
    width: 90%;
    max-width: 700px;
    margin: 0 auto;
    color: #000000;
    font-size: 2em;
    font-family: defaultFont;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.selectStoreBtn,
.mapLinkBtn {
    width: 40%;
    padding: 10px;
    box-sizing: border-box;
    font-size: 14px;
    border: none;
    border-radius: 3px;
    background: #fbe830;
    color: #000000;
    padding: 8px;
}

.selectStoreBtn:hover,
.mapLinkBtn:hover {
    background: #FFB40F;
}

.selectStoreBtn:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

.storeImg {
    border-radius: 10px;
    display: inline-block;
    border: 3px solid #ffe631;
    width: 250px !important;
    height: 250px !important;
}

.storeImg:hover {
    opacity: 0.9;
}

.sloganContainer {
    margin-top: 0px;
    width: 100%;
    color: #000000;
    font-family: defaultFont2;
    text-align: center;
    font-size: 0.9rem;
}

.sloganContainer strong {
    font-size: 1.1rem !important;
}

@media only screen and (max-width:767px) {
    .mainDesc {
        width: 90%;
        font-size: 1.45em;
    }
}

.sweet-alert p {
    font-size: 0.6rem;
    text-align: justify;
    color: #000000;
}

.sweet-alert button {
    color: #000000;
}

.sweet-alert .sa-icon.sa-custom {
    width: 40px;
    height: 40px;
    display: block !important;
    background: url(../../../images/icons/error.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: transparent !important;
}

.storeSelectorCont {
    margin-top: 40px;
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
}

.selectBtnsCont {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
}