#store-nav {
    width: fit-content;
    display: block;
    margin: auto;
    /* height:30px; */
    margin-top: 50px;
    margin-bottom: 70px;
    border: 1px solid;
}

h1 {
    width: 100%;
    font-size: 21px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 2px;
    margin-top: 35px
}

.storeDiv {
    width: 100%
}

.newLine span {
    font-weight: 600
}

span.nameWrapper {
    line-height: 43px;
    display: block;
}

.storeName:hover {
    background: #000;
    color: #fff
}

.centeredContent.font1 {
    width: 90%
}

.storeName:nth-child(2) {border-left: 1px solid black;border-right: 1px solid black;box-sizing: border-box;}
.storeName {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    box-sizing: border-box;
}
.storeName {
    font-family: Hind;
    text-transform: uppercase;
    color: #000;
    /* border: 1px solid #000; */
    box-sizing: border-box;
    /* letter-spacing: 2px; */
    font-size: 16px;
    min-width: 280px!important;
    cursor: pointer;
    text-align: center;
    height: 43px!important
}

.horizontalImage {
    width: 100%
}

.verticalImage {
    width: 100%
}

.mainText {
    font-size: 13px;
    color: #000;
    margin-top: 20px;
    line-height: 18px;
    font-size: 15px
}

.firstColumn {
    width: 52%;
    float: left;
    margin-left: 1%
}

.secondColumn {
    width: 35%;
    float: left;
    margin: 3% 5% 0
}

.secondaryText {
    margin-top: 40px;
    font-size: 15px;
    /* letter-spacing: .5px; */
    width: 100%;
    line-height: 20px;
    color: #000
}

.storeName.slick-current {
    background: #000;
    color: #fff
}

.openingTimeTitle {
    width: auto;
    height: 80px;
    float: left;
    margin-right: 10px;
    font-weight: 600
}

.boldText {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 23px
}

.newLine {
    margin-bottom: 5px
}

div#storeContainer {
    margin-bottom: 110px;
}

.nextStoreButton {
    display: none!important
}

@media screen and (max-width: 768px) {
    #store-nav {
        margin-bottom:20px;
        margin-top: 50px;
        width: 100%;
    }

    .storeDiv {
        margin-top: 40px
    }

    .firstColumn {
        /* display: none; */
        width: 100%;
        margin-left: 0px;
    }
span.nameWrapper {
    line-height: 17px !important;
    margin: auto;
}
    .secondColumn {
        margin: 0px;
        width: 100%;
    }

    .secondaryText {
        margin-top: 25px;
        width: 100%;
        font-size: 13px;
    }
    .mainText {
    font-size: 13px;
}

.newLine.boldText {
    /* display: none; */
    margin-top: 40px;
    margin-bottom: 30px;
}
    .newLine {
    display: flex;
}

span {
    margin-right: 7px;
}

    .storeName {
        font-size: 12px !important;
        margin-bottom: 0px;
        /* border: none; */
        text-transform: uppercase;
        font-weight: 200;
        padding: 20px 5px;
        text-align: center;
        height: 74px !important;
        display: flex !important;
        /* letter-spacing: 1px; */
        min-width: unset !important;
        align-items: center;
    }

    .nextStoreButton {
        position: relative;
        display: none !important;
        width: 35px;
        margin: 0 auto;
        margin-bottom: 10px;
        cursor: pointer
    }

    .slick-current .nameWrapper {
        border-bottom: none
    }

    #storeMobileContainer {
        width: 90%;
        margin: auto
    }
}
