* {
    box-sizing: border-box;
}
body            
{
    position: relative;
    margin:auto;
    width:100%;
    padding:10px;
    background-color:#FFFFFF;
    font-size:14px;
    font: 'Open Sans', sans-serif;
    /* color: #839A78; */
    /* letter-spacing:2px;     */
}
/* a{
    text-decoration: none !important;
    color: #839A78;
}
a:hover{
    color: black;
    cursor: pointer;
} */
a{
    text-decoration: none ;
    color: #839A78 ;
}
a:hover{
    color: #8b8787ce;
    cursor: pointer;
}

.form-check-input:checked {
    background-color: #839A78;
    border-color: #839A78;
}
.text-decoration{
  text-decoration: underline;
}
input[type=checkbox],input[type=radio]{
    accent-color: #839A78;
  }
.f-12{
    font-size: 12px;
}
.f-16{
    font-size: 16px;
}
.f-14{
    font-size: 14px;
}
.f-20{
    font-size: 20px;
}
.bg-green{
    background-color: #839A78;
}
.bg-red{
    background-color: #8b0000a8;
}
.bg-grey{
    background-color: #F6F6F6;
}
.b-r-5{
    border-radius: 5px;
}
.text-grey {
    color: #808080;
}
.text-light-red{
    color: #d15e5e;
}
.text-light-grey{
    color: #d15e5e;
}
.text-black{
    color: black;
}
.text-red{
    color: red;
}
.text-bold{
    font-weight: 500;
}
.text-noqta{
    color: #839A78 !important;
}
.text-weight-light{
    font-weight: 100;
}
.text-line-through{
    text-decoration: line-through;
}
.content-center{
    justify-content: center;
}
.border-error{
    border: 1px solid red;
  }
.b-color-light-grey{
    border: 1px solid #DFDFDF;
}
.border-left-none{
    border-left: none !important;
}
.border-noqta{
    border: 1px solid #839A78;
}
.float-right{
    float: right;
}
.font-light-weight{
    font-weight: 200;
}
.pad-right-20{
    padding-right: 20px;
}
.pad-top-40{
    padding-top: 40px;
}
.pad-all-1{
    padding: 15px;
}
.nav-link{
    color: #FFFFFF;
    font: Proxima Nova;
    font-size: 18px;
    font-weight: 250PX;
}
.nav-link:hover{
    color: #FFFFFF;
}
.nav-logo{
    height: 60px;
}
.navbar-brand{
    height: 63px;
    padding-left: 150px;
}
.navbar-collapse{
    padding-right: 150px;
}
.nav-item{
    padding: 5px;
}
.navbar-toggler{
    background-color: #FFFFFF;
}
.dropdown-menu{
    border-radius: 15px;
}
.no-border{
    border: none !important;
}
.login-btn{
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    padding: 1px 2px;
}
.login-modal-footer{
    padding: 15px 40px;
}
.rounded{
    border-radius: 15px;
}

/* new search location */
.searchingLocation{
    padding-top: 185px;
    padding-bottom: 185px;
}
.locationGroupIp{
    background-color: #FFFFFF;
    border: 1px solid #839A78;
    height: 51px;
}
/* search location */
#bg-searchLoc{
    padding-top: 25px;
    /* background-image: url('images/fodLanding.png'),url('images/flower_homepage.png'),url('images/chocolate_homepage.png'); */
    background-position: left, center,right;
    background-repeat: no-repeat, no-repeat, no-repeat;
    padding-top: 85px;
    background-size: 397px 381px;
    height: 400px;
    justify-content: center;
    padding-left: 550px;
}
 .searchBarDiv{
    padding-top: 100px;
    width: 50%;
    height: 60px;
    position: relative;
    width: 800px;
}
.searchBarDiv input[type=text] {
    font-size: 20px;
    border: 1px solid #839A78;
    position: relative;
    font-weight: 5px;
    border-left:none;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;

}
.findLocBtn{
    padding-left: 5px;
    margin-left: 10px;
    height: 51px;
    width: 130px;
    font-weight: bold;
    color: #839A78;
    border: 1px solid #839A78;
    border-radius: 10px;
}
.locationGroup{
    position: relative;
    background-color: #FFFFFF;
    border: 1px solid #839A78;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    height: 51px;
    border-right:none;
}
.bg-searchAll{
    padding-top: 25px;
    background-color:white;
    background-position: left, center,right;
    background-repeat: no-repeat, no-repeat, no-repeat;
    padding-top: 85px;
    background-size: 397px 381px;
    height: 400px;
    justify-content: center;
    padding-left: 550px;
}
.location-placeholder{
    font-weight: 20px;
    /* font-family: Proxima Nova; */
}

.card-img-top{
    border-radius: 10px;
    height: 380px;
}
.rest-card {
    padding: 7px;
    width: 18rem;
}
.error-icon{
    width: 18px;
    height: 18px;
}
.btn-style-less{
    background-color: #FFFFFF;
    border: 0px solid white;
}
.btn-login-close{
    background-color: #839A78;
    border: none;
    color: #FFFFFF;
}
/* SEARCHBAR */
.add-remove-icon-size {
     width: 18px;
     height: 18px;
}
/* login css*/
.login-modal-header{
    padding: 0px 200px;
}
.btn-footer-login{
    justify-content: center !important;

}
.btn-login-submit{
    width: 300px;
}
.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #839A78;
    opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #839A78;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #839A78;
}
.my-account-icon{
    width: 16px;
    height: 16px;
}
.small-icon{
    width: 18px;
    height: 18px;
}
.p-top-10{
    padding-top: 10px;
}
#page-link{
    padding-top: 20px;
}
.custom-switch .custom-control-label::before {
    width:50px !important; 
}
div.pac-container {
    z-index: 99999999999 !important;
  }

  .toggle.ios, .toggle-on.ios, .toggle-off.ios { border-radius: 20px; }
  .toggle.ios .toggle-handle { border-radius: 20px; }

/* my acciunt css */
#my-account{
    padding: 50px;
}
.my-account{
    border: 1px solid #e5e4e499;
}
.header-my-account{
    padding: 12px;
    background-color: #e5e4e499;
}
.my-account-details{
    padding: 20px;
}

/* css for toggle button */

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 22px;
  }
  
  .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #839A78;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #839A78;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }
.pad-0{
    padding: 0px 0px;
}
.pad-50{
    padding: 50px;
}
.item-add-to-fav{
    cursor: pointer;
}
.add-to-fav{
    cursor: pointer;
}
.special-request{
    font-size: 12px;
    border-top: none;
    border-left: none ;
    border-right: none;
    border-bottom: 1px solid #839A78;
}
input.special-request {
    outline: none;
}
.font-weight-light{
    font-weight: 100;
}
.star-light::after {
    content: "\f005";
    font-family: "FontAwesome";
    font-size: 3.2rem;
    color: #fff;
    font-weight: 900;
    background-color: red;
}
.font-close{
    font-size: 14px;
    -webkit-text-stroke: 2px white;
}
.list-my-account.active{
    background-color: #e5e4e499;
    border-color: #e5e4e499;
}
.text-dec-line-throgh{
    text-decoration: line-through;
}
/* profile css */
.profile-img{
    width: 100px;
    height: 100px;
}
.pad-top{
    padding-top:40px;
}
.pad-top-15{
    padding-top: 15px;
}
.mob-toggle{
    width: 35px;
    height: 5px;
    background-color: black;
    margin: 6px 0;
}
#loaderIcon{
    margin: 300px 600px;
    position: fixed;
    z-index: 1;
}
/* footer starts */
#footer{
    padding-top: 100px;
}
.get-us-icon{
    padding-left: 150px;
    width: 300px;
    height: 50px;
}
.footer-link{
    font-size: 16px;
    color: #808080 ;
}
.footer-logo{
    padding-left: 285px;
}

/* laptop devices */
@media (min-width: 1200px) and (max-width: 1600px) {
    .searchingLocation{
        padding-top: 100px;
        padding-bottom: 45px;
    }
    .rest-card{
        width: 17rem;
    }
}

/* phone device */
@media (max-width: 575px) {
    body            
    {
        font-size:10px;
        padding: 0px;
    }
    h1 {
        font-size:1.5rem;
    } /*1rem = 16px*/
    h2{
        font-size:1rem;
    }
    h3{
        font-size: 0.9rem;
    }
    .nav-logo{
        height: 30px;
    }
    .navbar-brand{
        height: 43px;
        padding-left: 15px;
    }
    .nav-link{
        font-size: 12px;
        font-weight: 250PX;
    }

    /* new search location */
    .searchingLocation{
        padding-top: 85px;
        padding-bottom: 0px;
    }
    .locationGroupIp{
        background-color: #FFFFFF;
        border: 1px solid #839A78;
        height: 51px;
    }
    .findLocBtn{
        height: 50px; 
        width: 40px;
        font-size: 12px;
    }
    /* new search location */
    #bg-searchLoc{
        padding-top: 25px;
        background-size: 397px 381px;
        height: 50px;
        padding-left: 0px;
    }
    .searchBarDiv{
        padding-top: 30px;
        width: 100%;
        height: 20px;
        position: relative;
    }

    .locationGroup{
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        height: 41px; 
    }
    .searchBarDiv input[type=text] {
        font-size: 10px; 
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }
    /* .findLocBtn{
        padding-left: 2px;
        height: 41px;
        width: 90px;
        border-radius: 10px;
        padding-top: 4px;
        font-size: 13px; 
    } */
    .rest-card {
        padding: 3px;
        width: 11rem;
        border-radius: 10px;
    }
    .card-img-top{
        border-radius: 10px;
        height: 248px;
    }
    .pointer-directory {
        font-size: 12px;
    }

    /* my account css */
    #my-account {
        padding: 0px;
    }
    .header-my-account {
        padding: 5px;
    }
    .my-account-details {
        padding: 5px;
    }
    .pad-top{
        padding-top:10px;
    }
    #loaderIcon{
        margin: 300px 150px;
    }
}

