body {
    font-family: 'Open Sans', sans-serif;
    cursor: url(/img/cursorImage1.png), auto !important;

}

h1 {
    font-size: 100px;
}

h2 {
    font-size: 72px;
}

h3 {
    font-size: 50px;
}

h4 {
    font-size: 40px;
}

h5 {
    font-size: 30px;
}

h6 {
    font-size: 20px;
}

a {
    text-decoration: none !important;
    cursor: url(/img/cursorImage1.png), auto;

}

.btn {
    cursor: url(/img/cursorImage1.png), auto !important;

}



.img-hover-zoom {
    overflow: hidden;
    /* [1.2] Hide the overflowing of child elements */
}

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img {
    transition: transform .5s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
    transform: scale(1.5);
}

.navbar {
    background-color: transparent;
    position: absolute;

}

@media screen and (min-width:1360px) {
    .navbar {
        height: 120px;
    }
}

@media screen and(min-width:1366px) {
    .navbarDesktop {
        border: 1px solid transparent;
        background: rgba(0, 0, 0, 0.7);
    }
}


.nav-link {
    color: #fff !important;
    transition: 350ms;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
}


.nav-link:hover {
    color: rgba(255, 255, 255, 0.7) !important;
}

@media (max-width:1366px) {
    .nav-link {
        font-size: 11px;
    }
}

@media (min-width:1020px) {

    .langSection {
        margin-top: -50px;

    }
}

.langSection a {
    text-decoration: none;
    color: #fff;
    transition: 350ms;
    font-size: 12px;
}

@media(max-width:1366px) {
    .langSection {
        font-size: 10px;
    }
}


@media (min-width:1020px) {

    .langSection {
        margin-top: -50px;

    }
}

.langSection a {
    text-decoration: none;
    color: #fff;
    transition: 350ms;
    font-size: 12px;
}

@media(max-width:1366px) {
    .langSection {
        font-size: 10px;
    }
}

.langSection a:hover {
    color: rgba(255, 255, 255, 0.7) !important;
}


.navbar {
    background-color: rgba(0, 0, 0, 0.7);
    text-align: center;
}

.langIcons {
    width: 20px;
    height: 20px;
}


.mainCarousel {
    filter: grayscale(0);
}

.carousel-item {
    height: 60vh !important;
}

@media screen and (max-width:760px) {
    .carousel-item {
        height: 40vh !important;
    }
}


@media screen and (min-width:1200px) {
    .navbarLogo {
        height: 90px;
    }
}

@media screen and (max-width:1200px) {
    .navbarLogo {
        height: 70px;

    }
}


.langMobile a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    transition: 350ms;
}

.langMobile a:hover {
    color: white;
}

@media screen and (min-width:1200px) {
    .langMobile {
        margin-left: 25px;
        color: white;
    }
}


.carousel-item {
    height: 100vh;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


.footerLogo {
    height: 90px;
    margin-top: -20px;
    margin-bottom: 20px;
}

.footerMail {
    color: white;
    font-size: 15px;
}

.footerPlace {
    font-size: 10px;
    font-weight: 400;
}

footer {
    padding-top: 60px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 20px;
}

footer .section-title {
    text-align: center;
    color: #17424A;
    margin-bottom: 50px;
    text-transform: uppercase;
}

#footer {
    background: rgba(0, 0, 0, 0.9) !important;
}

#footer h5 {
    padding-left: 10px;
    border-left: 1px solid #eeeeee;
    padding-bottom: 6px;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 20px;
}

#footer a {
    color: #ffffff;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

#footer ul.social li {
    padding: 3px 0;
}

#footer ul.social li a i {
    margin-right: 5px;
    font-size: 25px;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}

#footer ul.social li:hover a i {
    font-size: 30px;
    margin-top: -10px;
}

#footer ul.social li a,
#footer ul.quick-links li a {
    color: #ffffff;
    font-weight: 600;
}

.quick-links {
    font-size: 12px;
}

#footer ul.social li a:hover {
    color: #eeeeee;
}

#footer ul.quick-links li {
    padding: 3px 0;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;

}

#footer ul.quick-links li:hover {
    padding: 3px 0;
    margin-left: 5px;
    font-weight: 700;
}

#footer ul.quick-links li a i {
    margin-right: 5px;
}

#footer ul.quick-links li:hover a i {
    font-weight: 700;
}

@media (max-width:767px) {
    #footer h5 {
        padding-left: 0;
        border-left: transparent;
        padding-bottom: 0px;
        margin-bottom: 10px;
    }
}

.footerReserved {
    font-size: 12px;
}

.footerIndex {
    color: white;
    font-size: 12px;
    margin-top: 10px;
    font-weight: 600;

}

.footerIndex a {
    transition: 350ms;
}

.footerIndex a:hover {
    color: rgba(237, 235, 234, 0.8) !important
}

.footerIcons {
    font-size: 13px;
    margin-right: 5px;
    color: white;
}

.aboutArea {
    display: flex;
    justify-content: center;
    text-align: center;
    align-content: center;
    margin-top: 75px;
    margin-bottom: 75px;

}

@media screen and (max-width:700px) {
    .aboutArea {
        margin-top: 35px;
    }
}

.aboutHeader {
    color: #80868A;
    font-size: 35px;
    font-weight: 400;
}

@media screen and (max-width:760px) {
    .aboutHeader {
        font-size: 20px;
    }
}


.aboutIndex {
    font-size: 15px;
    font-weight: 400;
    color: #212529;
    max-width: 600px;
}

@media screen and (max-width:760px) {
    .aboutIndex {
        font-size: 12px;
    }
}

.aboutButton {
    margin-top: 30px;
}

.btnAbout {
    color: white;
    border: 1px solid transparent;
    background: #38C1CD;
    font-size: 15px;
    border-radius: none;
    padding: 10px 30px;
    letter-spacing: 1px;
}

.btnAbout:hover {
    background: #007084;
    color: #fff;
}

.aboutSection {
    background: rgba(237, 235, 234, 0.8);
    margin-top: 0px;
    margin-bottom: 15px;
}

.aboutSectionSeconder {
    margin-bottom: -15px !important;
}

.kurumsalGallery {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
    margin-top: 50px;
}

.kurumsalGallery img {
    height: 300px;
    width: 500px;
}

@media screen and (max-width:812px) {
    .kurumsalGallery img {
        height: 150px;
        width: 300px;
    }
}


@media screen and (max-width:1020px) {
    .kurumsalGallery {
        margin-top: 15px;
        margin-bottom: 25px;
    }
}

.kurumsalNataLogo {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 50px;
}




.nataButton {
    margin-top: 30px;
}

.btnNata {
    color: white;
    border: 1px solid transparent;
    background: #D3313A;
    font-size: 15px;
    border-radius: none;
    padding: 10px 30px;
    letter-spacing: 1px;
    filter: 100%;
}

.btnNata:hover {
    background: #ca262f;
    color: #fff;
}


.formHeader {
    color: #007084;
    font-weight: 600;

}

.formSection {
    background: rgba(237, 235, 234, 0.8);
    padding: 50px;
    border: 1px solid #F1EFEF;
    border-radius: 5px;

}

.formBackStyle {
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 50px;
    margin-bottom: 50px;
}

@media screen and (max-width:1366px) and (min-width:760px) {
    .formBackStyle {
        background-position: center;
        ;
    }
}

.radioFlex {
    cursor: auto;
}

.form-group label {
    color: grey;
}

.gmap_canvas {
    overflow: hidden;
    background: none !important;
    height: 500px;
    width: 1000px;
}

.mapouter {
    position: relative;
    text-align: right;
    height: 500px;
    width: 1000px;
}

.mapScale {
    margin-bottom: 75px;
}

.mapScaleMobile {
    margin-bottom: 50px;
    margin-top: 20px;
}

@media screen and (max-width:814px) {
    .mapScale {
        display: none;
    }
}

@media screen and (min-width:813px) {
    .mapScaleMobile {
        display: none;
    }
}

.contactAddress {
    text-decoration: none;
    color: black;
    font-weight: 300;
    font-size: 16px;
    transition: 350ms;

}

.contactPhone {
    font-size: 15px;
    margin-right: 5px;
}

.contactCall {
    text-decoration: none;
    color: black;
    font-weight: 300;
    font-size: 16px;
    transition: 350ms;
}

.contactCall:hover {
    color: rgba(0, 0, 0, 0.6);
}

.contactMediaIcons {
    font-size: 30px;
    margin-right: 10px;
    color: rgba(0, 0, 0, 0.6);
    transition: 350ms;
}

.contactMediaIcons:hover {
    color: black;
}

.map-responsive {
    overflow: hidden;
    padding-bottom: 50%;
    position: relative;
    height: 0;
    margin-bottom: 50px;
    margin-top: 30px;
}

.map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.contactMail {
    margin-right: 5px;

}

.contactMail a {
    color: black;
    font-weight: 500;
    font-size: 20px;
    text-decoration: none;
    transition: 350ms;
}

.contactMail a:hover {
    color: rgba(0, 0, 0, 0.6)
}

.egoLogo {
    height: 60px;
    margin-bottom: 10px;
    filter: grayscale(0.4);
    transition: 350ms;
    -webkit-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.35);
    border-radius: 5px;


}

.egoLogo:hover {
    filter: grayscale(0);
    -webkit-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.75);
}

.rentHeaderSection {
    text-align: center;
    margin-top: 40px;
}

.rentHeader {
    font-size: 30px;
    color: #007084;
    font-weight: 600;
}

@media screen and (max-width:760px) {
    .rentHeader {
        font-size: 20px;
    }
}

.radioFlex {
    display: flex;
    justify-content: space-evenly;
    margin-top: 5px;
    margin-left: 30%;
}

@media screen and (max-width:1200px) {
    .radioFlex {
        margin-left: 0;
    }
}

.radioHeader {
    color: grey;
    margin-left: 28%;
}

@media screen and (max-width:1200px) {
    .radioHeader {
        margin-left: 0;
    }
}

.katalogDownload {
    display: flex;
    justify-content: center;
    margin-top: 75px;
    margin-bottom: 75px;

}

.katalogDown {
    font-size: 60px;
    transition: 350ms;
    color: #38C1CD;

}

.katalogDown:hover {
    color: #007084;
}

.katalogFlex {
    display: flex;
    text-align: center;
}

.modal-content {
    padding: 25px;
}

@media screen and (max-width:760px) {
    input[name=kvkk] {
        transform: scale(1.5);
    }
}


.carouselStore {
    position: relative;
    height: 400px;
    top: 50%;
    transform: translateY(-50%);
    overflow: hidden;
}

.carouselStore div {
    position: absolute;
    transition: transform 1s, left 1s, opacity 1s, z-index 0s;
    opacity: 1;
}

.carouselStore div img {
    width: 400px;
    transition: width 1s;
}

.carouselStore div.hideLeft {
    left: 0%;
    opacity: 0;
    transform: translateY(50%) translateX(-50%);
}

.carouselStore div.hideLeft img {
    width: 200px;
}

.carouselStore div.hideRight {
    left: 100%;
    opacity: 0;
    transform: translateY(50%) translateX(-50%);
}

.carouselStore div.hideRight img {
    width: 200px;
}

.carouselStore div.prev {
    z-index: 5;
    left: 30%;
    transform: translateY(50px) translateX(-50%);
}

.carouselStore div.prev img {
    width: 300px;
}

.carouselStore div.prevLeftSecond {
    z-index: 4;
    left: 15%;
    transform: translateY(50%) translateX(-50%);
    opacity: 0.7;
}

.carouselStore div.prevLeftSecond img {
    width: 200px;
}

.carouselStore div.selected {
    z-index: 10;
    left: 50%;
    transform: translateY(0px) translateX(-50%);
}

.carouselStore div.next {
    z-index: 5;
    left: 70%;
    transform: translateY(50px) translateX(-50%);
}

.carouselStore div.next img {
    width: 300px;
}

.carouselStore div.nextRightSecond {
    z-index: 4;
    left: 85%;
    transform: translateY(50%) translateX(-50%);
    opacity: 0.7;
}

.carouselStore div.nextRightSecond img {
    width: 200px;
}

.buttons {
    display: flex;
    justify-content: center;
    margin-top: -14%;

}

@media(max-width:760px) {
    .buttons {
        margin-top: -35%;
    }
}

.storeArea {
    margin-top: 250px;
    margin-bottom: 100px;
}



.buttons button {
    color: white;
    border: 1px solid transparent;
    background: #38C1CD;
    font-size: 25px;
    border-radius: none;
    padding: 0px 15px;
    letter-spacing: 1px;
    margin: 5px;
    transition: 350ms;
    border-radius: 10%;
}

.buttons button:hover {
    background: #007084;
    color: #fff;
}

.storeCategoryArea {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.storeCategory {
    font-size: 50px;
    letter-spacing: 5px;
    color: #007084;
    font-weight: 400;
}

@media(max-width:760px) {
    .storeCategory {
        font-size: 30px;
    }
}



.storeModalArea {
    margin-top: 75px;
    margin-bottom: 150px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

@media (max-widtth:1200px) {
    .storeModalArea {
        flex-direction: column;
    }
}

.central {
    margin-top: 50px;

}

.success-button {
    background: rgb(28, 184, 65);
    color: white;
    border: 1px solid red;

    border-radius: 0px;
}

.custom-form {
    margin: 40px 20px;
}


.c {
    margin: auto;
    max-width: 800px;
}



.storeLogo {
    height: 120px;
    width: 200px;
    -webkit-box-shadow: 3px 2px 10px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 3px 2px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 3px 2px 10px 0px rgba(0, 0, 0, 0.35);
}

@media(max-width:760px) {
    .storeLogo {
        height: 70px;
        width: 140px;
    }
}

.storeIndex {
    text-align: center;
    margin-top: 10px;
    font-size: 12px;
    font-weight: 600;
    color: #2F2F31;
}


.storeIndex a {
    color: #2F2F31;
    font-weight: 600;
    font-size: 15px;
    transition: 350ms;
}

.storeIndex a:hover {
    color: #007084;
    margin-left: 5px;

}

.storeButton {
    height: 180px;
    width: 230px;
    background: #38C1CD;
    color: #fff;
    border: 1px solid transparent;
    -webkit-box-shadow: 3px 2px 10px 0px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 3px 2px 10px 0px rgba(0, 0, 0, 0.50);
    box-shadow: 3px 2px 10px 0px rgba(0, 0, 0, 0.50);
    font-size: 17px;
    font-weight: 400;
    transition: 350ms;
    border-radius: 5%;
    cursor: url(/img/cursorImage1.png), auto !important;
    padding: 0px;

}

.storeButton:hover {
    background: #007084;
    color: #fff;
    -webkit-box-shadow: 3px 2px 10px 0px rgba(0, 0, 0, 0.65);
    -moz-box-shadow: 3px 2px 10px 0px rgba(0, 0, 0, 0.65);
    box-shadow: 3px 2px 10px 0px rgba(0, 0, 0, 0.65);

}

.storeButton img {
    height: 50px;
    width: 55px;

}

@media(max-width:760px) {
    .storeButton {
        font-size: 16px;
    }
}

.modal-footer {
    display: flex;
    justify-content: center;
    text-align: center;
}

.modal-footer button {
    padding: 7px 30px;
    font-size: 17px;
    background-color: #38C1CD;
    border: 1px solid transparent;
    color: #fff;
    font-weight: 400;
    border-radius: 5%;
    transition: 350ms;
    -webkit-box-shadow: 3px 2px 10px 0px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 3px 2px 10px 0px rgba(0, 0, 0, 0.50);
    box-shadow: 3px 2px 10px 0px rgba(0, 0, 0, 0.50);
    cursor: url(/img/cursorImage1.png), auto !important;

}

.modal-footer button:hover {
    color: #fff;
    background: #007084;

}


.modal-content {
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}

@media (min-width:760px) {
    .modal-content {
        border-radius: 20px;
        border: 1px solid white;
    }
}

.storeIcons {
    font-size: 45px;
    margin-bottom: 10px;
}





.img-thumbnail {
    border: none;
}

.modal-title {
    color: #007084;
}


.planBox {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.planText {
    font-size: 50px;
    color: #007084;
}

@media(max-width:760px) {
    .planText {
        font-size: 30px;
    }
}

.planArea {
    margin-bottom: 120px;
}

.langSection {
    display: none;
}



.reachInfo {

    padding: 30px;
    background-color: #EFEFEF;
    -webkit-box-shadow: 2px 2px 15px 1px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 2px 2px 15px 1px rgba(0, 0, 0, 0.35);
    box-shadow: 2px 2px 15px 1px rgba(0, 0, 0, 0.35);
    border-radius: 15px;
    background-size: contain;
    background-repeat: no-repeat;

}

@media (max-width:1200px) {
    .reachInfo {
        margin-top: 30px;
    }
}

.reachHeader {
    text-align: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.reachHeaderText {
    color: #007084;
    font-size: 30px;
    font-weight: 400;


}

@media(max-width:760px) {
    .reachHeaderText {

        font-size: 23px;
    }
}


.reachIconPack {
    margin-right: 5px;
    font-size: 17px;
    color: #ff0045d4;


}

@media (max-width:760px) {
    .reachIconPack {
        font-size: 14px;
    }
}

.reachPart {
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #efefef;

}

.contactCall {
    font-size: 16px;
    font-weight: 600;
    color: #007084;
    transition: 350ms;
}

.contactCall:hover {
    color: #ff0045d4;
}

@media(max-width:760px) {
    .contactCall {
        font-size: 14px;
    }
}

.reachMailText {
    color: #007084;
    font-size: 16px;
    font-weight: 600;
    transition: 350ms;
}

.reachMailText:hover {
    color: #ff0045d4;
}

@media (max-width:760px) {
    .reachMailText {
        font-size: 15px;
    }
}

.reachMap {
    color: #007084;
    font-size: 16px;
    font-weight: 600;
    transition: 350ms;
}

.reachMap:hover {
    color: #ff0045d4;
}

@media (max-width:760px) {
    .reachMap {
        font-size: 13px;
    }
}

.reachSection {
    margin-top: 25px;
}


.reachSocialArea {
    display: flex;
    flex-direction: row;
}


.reachSocialArea img {
    height: 45px;
    width: 45px;
    border-radius: 5px;
    filter: grayscale(0.5);
    transition: 350ms;
}

.reachSocialArea img:hover {
    filter: none;
}


.reachSocialList {
    list-style: none;
    display: flex;
    padding: 15px;
    align-content: center;
    justify-content: center;
    ;
}

.reachSocialList li {
    padding-left: 20px;
}

.hoursText {
    font-size: 12px;
    color: #007084;
    letter-spacing: 0px;
    font-weight: 600;
}

.hoursText span {
    font-size: 18px;
    font-weight: 800;
}

.covidArea {
    margin-top: 25px;
}

.btnCovid {
    background: #ad4242;
    color: #fff;
    box-shadow: 0 2px 9px rgba(173, 66, 66, 0.55);
    -webkit-transition: 400ms all;
    -ms-transition: 400ms all;
    -o-transition: 400ms all;
    -moz-transition: 400ms all;
    transition: 400ms all;
    padding: 10px 32px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: .6px;
    border-radius: 25px;
    border: none;
}

.btnCovid:hover {
    color: #fff;
    background: #983535;
    -webkit-box-shadow: 2px 2px 15px 1px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 2px 2px 15px 1px rgba(0, 0, 0, 0.50);
    box-shadow: 2px 2px 15px 1px rgba(0, 0, 0, 0.75);

}



.kvkkInfo p {
    color: white;
    font-size: 9px;
    transition: 350ms;
    font-weight: 800;

}

.kvkkInfo p:hover {
    color: rgba(237, 235, 234, 0.8) !important;

}


.aquaLink {
    background-color: #00aeff;
    color: #fff;
    box-shadow: 0 2px 9px rgba(58, 197, 252, 0.35);
    -webkit-transition: 400ms all;
    -ms-transition: 400ms all;
    -o-transition: 400ms all;
    -moz-transition: 400ms all;
    transition: 400ms all;
    border-radius: 900px;
    padding: 7px 8px !important;
    border: 1px solid #00aeff;


}

.aquaLink:hover {
    box-shadow: 0 2px 19px rgba(58, 197, 252, 0.55);
    background-color: #fff;
    color: #00aeff !important;
    border: 1px solid #00aeff;
}

.aquaNav {
    display: flex;
    justify-content: center;
}

.aquaLink {
    background-color: #00aeff;
    color: #fff;
    box-shadow: 0 2px 9px rgba(58, 197, 252, 0.35);
    -webkit-transition: 400ms all;
    -ms-transition: 400ms all;
    -o-transition: 400ms all;
    -moz-transition: 400ms all;
    transition: 400ms all;
    border-radius: 900px;
    padding: 7px 8px !important;
    border: 1px solid #00aeff;


}

.aquaLink:hover {
    box-shadow: 0 2px 19px rgba(58, 197, 252, 0.55);
    background-color: #fff;
    color: #00aeff !important;
    border: 1px solid #00aeff;


}

.aquaButtonArea {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 50px;

}

.aquaHref {
    position: relative;
    display: block;
    padding: 10px 30px;
    border: 2px solid #00aeff;
    border-radius: 900px;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 4px;
    color: #00aeff;
    text-decoration: none;
    overflow: hidden;
    -webkit-box-shadow: 2px 4px 15px -5px rgba(0, 174, 255, 0.75);
    -moz-box-shadow: 2px 4px 15px -5px rgba(0, 174, 255, 0.75);
    box-shadow: 2px 4px 15px -5px rgba(0, 174, 255, 0.75);
}

@media(max-width:760px) {
    .aquaHref {
        padding: 7px 20px;
        font-size: 13px;
    }
}

.aquaHref span {
    position: relative;
    z-index: 1;
    transition: 1s;
}

.aquaHref:hover span {
    color: #fff;
}


.store-area div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.storeEmpty {
    height: 120px;
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: 3px 2px 10px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 3px 2px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 3px 2px 10px 0px rgba(0, 0, 0, 0.35);
}

.storeEmpty span {
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
}

@media (max-width: 760px) {
    .storeEmpty {
        height: 70px;
        width: 140px;
    }

    .storeEmpty span {
        font-size: 18px;
        line-height: 1.2;
    }
}


.store-area {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.store-area a {
    cursor: pointer;
}