
@font-face {
    font-family: "gill-sans-medium";
    src: url('../fonts/7301Gill-sans-medium.woff2');
}

html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: "gill-sans-medium";
}

header img {
    max-width: 100%;
}

a {
    text-decoration: none;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
}

.container_inner {
    width: 1100px;
    margin: 0 auto;
}

.storesList {
    margin-top: 1.5rem;
    margin-bottom: 4rem;
}

.storesList .row .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333%;
}

.storesList .row .col-lg-4 a {
    padding: 0 0.5rem;
    display: block;
}
.storesList .row .col-lg-4 a:hover {
    text-decoration: none;
}

.storesList .storeWrp {
    text-align: center;
    margin-bottom: 1rem;
}

.storesList .storeWrp .storeImg {
    height: 25rem;
    object-fit: contain;
    overflow: hidden;
    border: 1px solid #eaeaea;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.storesList .details {
    text-align: center;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.storesList .details h3 {
    margin-top: 0.5rem;
    margin-bottom: 0.25rem;
    color: #000;
    font-size: 1rem;
    font-weight: 600;
    text-transform: initial;
    font-family: 'gill-sans-medium' !important;
}

.storesList .details h4 {
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
    color: #000;
    font-size: 0.875rem;
    font-family: 'gill-sans-medium' !important;
    text-transform: initial;
}

@media (max-width: 991px) {
    .storesList {
        margin-top: 0;
    }
    .storesList .storeWrp .storeImg {
        height: 20rem;
    }
}

@media (max-width: 767px) {
    .storesList .row .col-lg-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* ----- Store Details page css, start ----- */
.storeDetails_wrapper {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.storeDetails_wrapper .innerWrp {
    width: 58%;
    margin-left: auto;
    margin-right: auto;
}

.storeDetails_wrapper .shopName {
    color: #E11F1D;
    font-size: 1.35rem;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.storeDetails_wrapper .innerWrp .row .col-lg-5 {
    flex: 0 0 41%;
    max-width: 41%;
}

.storeDetails_wrapper .innerWrp .row .col-lg-5 .imgwrp {
    margin-right: 1rem;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #f1f1f1;
}

.storeDetails_wrapper .innerWrp .row .col-lg-7 {
    flex: 0 0 59%;
    max-width: 59%;
}

.storeDetails_wrapper .storeAddressWrp h3 {
    margin-top: 0;
    margin-bottom: 0.25rem;
    color: #e11f1d;
    font-size: 1rem;
    text-transform: initial;
    letter-spacing: 0;
}

.storeDetails_wrapper .storeAddressWrp p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-family: 'gill-sans-medium' !important;
}

.storeDetails_wrapper .storeAddressWrp .directions {
    margin-bottom: 1rem;
}

.storeDetails_wrapper .storeAddressWrp .directions .directionBtn {
    font-family: 'gill-sans-medium';
    background: #E11F1D;
    border: none;
    color: white;
    line-height: 32px;
    text-transform: uppercase;
    padding: 2px 23px;
    letter-spacing: 1px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 0.75rem;
    box-shadow: none;
    cursor: pointer;
}

.storeDetails_wrapper .storeAddressWrp .workTime h3 {
    font-size: 1.1rem;
}

.storeDetails_wrapper .storeAddressWrp .workTime p {
    margin-bottom: 0.2rem;
    line-height: 1.35;
}

.storeDetails_wrapper .storeDet_description {
    margin-top: 4rem;
}

.storeDetails_wrapper .storeDet_description h3, .storeDetails_wrapper .storeDet_description h2 {
    text-align: center;
    color: #E11F1D;
    text-transform: uppercase;
    font-size: 1.15rem !important;
    margin-bottom: 1rem !important;
}

.storeDetails_wrapper .storeDet_description p {
    font-family: 'gill-sans-medium' !important;
    margin-bottom: 1rem;
}

.storeDetails_wrapper .storeDet_description p a {
    color: #E11F1D;
    font-weight: 600;
}

@media (min-width: 1441px) and (max-width: 1600px) {
    .storeDetails_wrapper .innerWrp {
        width: 65%;
    }
}
@media (min-width: 1200px) and (max-width: 1440px) {
    .storeDetails_wrapper .innerWrp {
        width: 70%;
    }
}
@media (max-width: 1199px) {
    .storeDetails_wrapper .innerWrp {
        width: 85%;
    }
}
@media (max-width: 1000px) {
    .storeDetails_wrapper {
        margin-top: 2rem;
    }

    .storeDetails_wrapper .innerWrp .row .col-lg-5 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .storeDetails_wrapper .innerWrp .row .col-lg-5 .imgwrp {
        text-align: center;
        margin-bottom: 2rem;
    }
    .storeDetails_wrapper .innerWrp .row .col-lg-7 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .storeDetails_wrapper .storeAddressWrp h3, .storeDetails_wrapper .storeAddressWrp p,
    .storeDetails_wrapper .storeAddressWrp .directions .directionBtn,
    .storeDetails_wrapper .storeAddressWrp .workTime h3 {
        font-size: 1rem;
    }

    .storeDetails_wrapper .storeAddressWrp .directions {
        margin-bottom: 1rem;
        margin-top: 1rem;
    }

    .storeDetails_wrapper .storeAddressWrp {
        margin-top: 1.5rem;
    }

    .storeDetails_wrapper .innerWrp .storeAddressWrp .row .col-lg-5 {
        flex: 0 0 41%;
        max-width: 41%;
    }

    .storeDetails_wrapper .innerWrp .storeAddressWrp .row .col-lg-7 {
        flex: 0 0 59%;
        max-width: 59%;
    }

    .storeDetails_wrapper .storeAddressWrp .workTime p {
        margin-bottom: 0.5rem;
    }
}

@media (max-width: 575px) {
    .storeDetails_wrapper .innerWrp {
        width: 95%;
    }

    .storeDetails_wrapper .shopName {
        font-size: 1.2rem;
    }

    .storeDetails_wrapper .storeAddressWrp .directions .directionBtn {
        font-size: 0.875rem !important;
    }

    .storeDetails_wrapper .storeDet_description {
        margin-top: 2rem;
    }

    .storeDetails_wrapper .storeDet_description h3 {
        font-size: 1rem;
    }
}
/* ----- Store Details page css, end ----- */

/* ----- Stores, search and filters css, start ----- */
.search-container {
    margin-top: 4rem;
    text-align: end;
}

.search-container input {
    min-width: 20rem;
    height: 36px;
    border: 2px solid #eceeef;
    appearance: none;
    font-size: 1rem;
    padding: 1px 8px;
    font-family: 'gill-sans-medium';
}
.search-container input:focus {
    outline: none;
    -webkit-box-shadow: 0 0 0 1px #e11f1d;
    box-shadow: 0 0 0 1px #e11f1d;
}

.search-container button {
    font-family: 'gill-sans-medium';
    background: #E11F1D;
    border: none;
    color: white !important;
    line-height: 32px;
    text-transform: uppercase;
    padding: 2px 23px;
    letter-spacing: 1px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 0.75rem;
    box-shadow: none;
    cursor: pointer;
}

.region-container {
    display: flex;
    justify-content: flex-end;
    margin-top: 1.5rem;
}

.region-container input[type="radio"] {
    visibility: hidden;
}

.region-container label {
    border: 1px solid #eee;
    border-radius: 4px;
    margin-bottom: 0;
    padding: 0.25rem 1.25rem;
    cursor: pointer;
    font-size: 1rem;
}

.region-container label.active {
    background: #E11F1D;
    border: none;
    color: white !important;
    box-shadow: none;
}
/* ----- Stores, search and filters css, end ----- */

@media (max-width: 1000px) {
    .search-container {
        padding: 0 1rem;
        margin-top: 2rem;
    }
    .region-container {
        padding: 0 1rem;
        margin-bottom: 2rem;
    }
}

@media (max-width: 767px) {
    .search-container button {
        padding: 2px 16px;
        font-size: 0.7rem;
    }
    .region-container input[type="radio"] {
        padding: 0;
        margin: 0;
    }
    .region-container label {
        padding: 0.25rem 0.5rem;
        font-size: 0.9rem;
        text-align: center;
    }
}

@media (max-width: 600px) {
    .search-container input {
        min-width: 12rem;
    }
    .region-container {
        flex-wrap: wrap;
        margin-bottom: 1rem;
    }
    .region-container input[type="radio"] {
        display: none;
    }
    .region-container label {
        width: 6rem;
        margin-bottom: 0.5rem;
        margin-left: 0.25rem;
        margin-right: 0.25rem;
    }
}

@media (max-width: 480px) {
    .search-container input {
        min-width: unset;
    }
    .search-container button {
        padding: 2px 10px;
    }
}

/* ----- css for RTL, start ----- */
html:lang(ar) .storeDetails_wrapper .innerWrp .row .col-lg-5 .imgwrp {
    margin-right: unset;
    margin-left: 1rem;
}

html:lang(ar) .storeDetails_wrapper {
    margin-top: 9rem;
}


/* ----- css for RTL, end ----- */