.minHeightAddStore {
    min-height: 600px !important;
    background-color: #ffffff;
}
#fetchingIcon {
    max-width: 50px;
}
ul.addStore li {
    padding: 1em;
    margin-bottom: 2em;
}

ul.addStore li, ul.addStore li label  {
    display: block;
}
.addStore li label {
    margin-bottom: 0.3em;
    font-size: 1.4em;
}

.addStore li  input {
    width: 50%;
}
.addStore li  select {
    width: 50%;
}

#mapAddStore {
    width: 100% !important;
    height: 300px !important;
}

.addStoreBtn, .backLevelBtn{
    font-size:1.4em;
    border: none;
    border-radius:4px;
    color:#FFF;
    text-align: center;
    font-weight: unset;
    padding: 5px 50px;
    display: inline-block;
    background-color: #36a304;
    margin: 1em auto !important;
}

.backLevelBtn {
    background-color: orange;
    direction: rtl;
}

.addStoreMapTitle {
    font-size: 1.4em;
    color: #353535;
    margin-bottom: 1em;
    text-align: center;
}
.logoContainer {
    width: 120px;
    margin:0 auto;
    text-align: center;
}
.logoInner {
    width: 120px;
    height: 120px;
    padding: 0.5em;
}

.logoInner p {
    line-height: 120px;
    text-align: center;
    font-size: 1.8em;
    color: #53A318;
}

@media only screen and (max-width: 768px) {
    .addStore li  input {
        width: 100%;
    }
    .addStore li  select {
        width: 100%;
    }
}

@media only screen and (max-width: 500px) {
    .addStore li  input {
        width: 100%;
    }
    .addStore li  select {
        width: 100%;
    }

    .logoContainer {
        width: 100px;
        margin:0 auto;
        text-align: center;
    }
    .logoInner {
        width: 100px;
        height: 100px;
        padding: 0.5em;
    }
    .logoInner p {
        line-height: 100px;
        text-align: center;
        font-size: 1.6em;
        color: #53A318;
    }
}

.addStoreMessage {
    text-align: center;
    color: red;
    font-size: 1.2em;
    line-height: 2.4em;
}

.addStoreMessage2 {
    text-align: center;
    font-size: 1.2em;
    line-height: 2.4em;
}

.addStoreM2 {
    margin: 0 auto;
    border: 1px solid #c3c3c3;
}

.orangeRedtxt {
    color: orangered;
}

.haveLogo {
    text-align: center;
    font-size: 1.2em;
    cursor: pointer;
    margin-top: 1em;
}

.haveLogo i.deletePic {
    font-size: 1.2em;
    color: red;
}

.addStoreUploadMsg {
    font-size: 1.2em;
    line-height: 2.5em;
    color: red;
}

.cropMaxWidth {
    max-width: 300px !important;
}

.daysWrapper {
    margin-top:1em;
    border-radius: 5px;
}
.activeDay {
    color: #000000;
    font-weight: bold;
}
.blackTXT {
    color: #000000;
}

.justTime {
    text-align: center;
    direction: ltr;
    width: 100%;
    font-size: 1.4em;
}

.justMoney {
    text-align: center;
    direction: ltr;
    font-size: 1.28em;
    border: solid 2px orange;
}

.basicDetails {
    border-collapse: collapse;
    width: 100%;
    margin: 1.5em auto 3em;
}

.basicDetails td, .basicDetails th {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center;
    font-size: 1.2em;
}

.addStoreBorderNone td {
    border: none !important;;
}

.basicDetails tr:nth-child(even){
    background-color: #f2f2f2;
}

.basicDetails tr:hover {
    background-color: #ddd;
}

.basicDetails th {
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #8AC43F;
    color: white;
    font-size: 1.2em;
}

.previewMinOrder {
    text-align: center;
    font-size: 1.2em;
    color: #353535;
    border: 1px dashed orange;
    padding: 0.5em 2em;
    display: inline-block;
}
.previewMinOrder span {
    border-radius: 5px;
    color: black;
}

.addStoreTags {
    cursor: pointer;
    color: #666666;
    font-size: 1.2em;
    text-align: center;
}

.addStoreTags span {
    padding: 5px 10px;
    display: inline-block;
}

.addStoreActiveTag {
    cursor: pointer;
    color: black;
    font-size: 1.2em;
    text-align: center;
}
.addStoreActiveTag span {
    padding: 5px 10px;
    border-radius: 3px;
    display: inline-block;
}

.addStoreActiveTag2 {
    color: #353535;
    font-size: 1.2em;
    text-align: center;
}

.oddEvenTags {
    border-width:2px;
    border-color: #53A318;
    border-style:dashed dashed solid solid;
    padding: 15px;
}

.addStoreTopMenu {
    list-style: none inside;
}

.addStoreTopMenu li {
    float: right;
    margin-bottom: -5px;
    border-left: 1px #c3c3c3;
}

.addStoreTopMenu li a {
    font-size: 1.2em;
    display: block;
    text-align: center;
    padding: 7px 16px;
    border-bottom: 2px solid #ffffff;
}
.borderUnderMenu {
    border-bottom: solid 1px #cccccc;
}
.addStoreTopMenu li a.borderActiveAddStore {
    border-bottom: 2px solid #53a318 !important;
    margin-bottom: -5px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.deleteAddStoreMenu {
    color: red;
    line-height: 38px;
    text-align: right;
}

.addStoreMenuBtn{
    font-size:1.4em;
    border: none;
    border-radius:4px;
    color:#FFF;
    text-align: center;
    font-weight: unset;
    padding: 5px 70px;
    display: inline-block;
    background-color: #36a304;
    margin: 1em auto !important;
}

.backAddStoreBtn {
    background: #8AC43F;
}

.arrangeLineHeight {
    line-height: 38px;
}


.selectStore, .selectMenu {
    align-items: center;
    margin-top: 2em;
    border-radius: 5px;
}

.selectMenu a {
    display: block;
    font-size: 1.2em;
    padding: 1em;
}

.selectStore {
    display: flex;
}

.selectStore:nth-child(even), .selectMenu:nth-child(even){
    background-color: #8df292;
}

.selectStore:nth-child(odd), .selectMenu:nth-child(odd){
    background-color: #a5b7f2;
}


.msgReactBoxWrapper {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 30;
    position: fixed;

}
.msgBoxReact {
    position: fixed;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    padding: 15px;
    background-color: #ffffff;
    border-radius: 10px;
    font-size: 1.2em;
}
.iRed {
    color: red;
}

#deleteLoadingReact {
    position: fixed;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.deletePrd {
    position: absolute;
    top:0;
    right: 0;
    font-size: 1.2em;
    color: red;
    padding: 10px;
    cursor: pointer;
}

.delPrdBox {
    position: absolute;
    width: 94%;
    height: 94%;
    top: 3%;
    right: 3%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
}

.delStoreBox {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
}

.delOrange {
    display: block;
    font-size: 1.2em;
    color: #FFFFFF;;
    text-align: center;
    background-color: orangered;
    border-radius: 5px;
    cursor: pointer;
}

.delGreen {
    display: block;
    font-size: 1.2em;
    color: #FFFFFF;;
    text-align: center;
    background-color: #53A318;
    border-radius: 5px;
    cursor: pointer;
}

.boxDelRelative {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.bgGray {
    background-color: #353535;
}
.delTitle {
    width: 90%;
    margin: 0 auto;
    font-size: 1.2em;
    text-align: center;
    background: #444444;
    color: #ffffff;
    padding: 5px;
    border-radius: 5px;
}

.iEditPrd {
    display: block;
    border-radius: 5px;
    font-size: 1.2em;
    color: #ffffff;
    background-color: #53A318;
    text-align: center;
    margin-top: 1em;
    padding: 5px 0;
}

.deleteStore {
    position: absolute;
    top:0;
    left: 0;
    font-size: 1.2em;
    color: red;
    padding: 10px;
    cursor: pointer;
}

.txtWhite {
    color: white;
}

#mainTel, #otherTel, #mainMob, #otherMob {
    direction: ltr !important;
}