/* common utilities */

h1,
h2,
h3,
h4,
h5,
h6,
a,
p {
    font-family: 'Raleway', sans-serif !important;
    color: #696969 !important;
}

.raleway-font {
    font-family: 'Raleway', sans-serif !important;
}

.brand-bg {
    background-color: #3271a8;
}

.brand-color {
    color: #3271a8;
}

.input-style-2 span {
    font-family: 'Raleway', sans-serif !important;
    color: #696969 !important;
}

.input-style-2 .input-style-1-active {
    font-family: 'Raleway', sans-serif !important;
    color: #696969 !important;
}

.input-style-2 input {
    border: 1px solid #3271a8;
}

.raleway-font-greyish {
    color: #696969 !important;
}

.bg-toast-red {
    background-color: #e35d5d;
}

.bg-toast-blue {
    background-color: #3271a8;
}

.message {
    color: #FFF !important;
}

.pl_none {
    padding-left: 0px !important;
}

.confirm_location_button {
    font-size: 16px;
    font-weight: 600;
}

.my_page_adjustment {
    height: 100vh !important;
}


/* shine animations for skeleton loaders*/
@-webkit-keyframes shine {
    to {
        background-position: right -40px top 0;
    }
}

@keyframes shine {
    to {
        background-position: right -40px top 0;
    }
}

/* shine animations ends */

/* preloader start */
#cover-spin {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 9999;
    display: none;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

#cover-spin::after {
    content: '';
    display: block;
    position: absolute;
    left: 43%;
    top: 40%;
    width: 40px;
    height: 40px;
    border-style: solid;
    border-color: rgb(67, 75, 148);
    border-top-color: transparent;
    border-width: 4px;
    border-radius: 50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}

/* preloader start ends */


.long-img {
    height: 400px !important;
    border-radius: 10px !important;
}

.side-img {
    height: 150px !important;
    border-radius: 10px !important;
}


/* common utilities ends*/

/* Login Page  */
.image-div {
    width: 100%;
    margin-top: 10%;
}

.login-logo {
    display: block;
    width: 30%;
    margin: 0 auto;
}

/* Login Page ends  */

/* register page */

.login-logo {
    opacity: 1;
}

.login-logo.hide_logo {
    animation: fadeOutAnimation ease-out 1s;
    opacity: 0;
}

@keyframes fadeOutAnimation {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/* register page ends */

/* Home page starts */

#location_section {
    height: 12vh;
    padding: 6% 4%;
}

.location_section.skeleton {
    height: 40px;
    width: 70%;
    border-radius: 10px;
}

.user_profile_container {
    height: 40px;
    width: 40px;
}

.user_profile_section.skeleton {
    height: 40px;
    width: 40px;
    border-radius: 100%;
    display: inline;
    float: right;
    position: absolute;
    top: 4%;
    right: 4%;
}

.user_profile_section {
    height: 40px;
    width: 40px;
    border-radius: 100%;
    display: inline;
    float: right;
    position: absolute;
    top: 4%;
    right: 4%;
}

#search {
    padding: 5% 4%;
}

.search_section.skeleton {
    height: 50px;
    width: 100%;
    border-radius: 10px;
    display: block;
    margin: 0 auto;
}

#myStores {
    padding: 5% 4%;
    /* background-color:#3271a8;
     border-radius:5px; */
}

.store_image.skeleton {
    height: 120px;
    width: 120px;
    border-radius: 10px;
    display: block;
    margin: 0 auto;
}

.store_image_heading.skeleton {
    height: 24px;
    width: 100%;
    border-radius: 8px;
    display: block;
    margin: 0px auto 16px auto;
}

.store_image_distance.skeleton {
    height: 18px;
    width: 100%;
    border-radius: 8px;
    display: block;
    margin: 0px auto 22px auto;
}

.store_image_address.skeleton {
    height: 16px;
    width: 100%;
    border-radius: 8px;
    display: block;
    margin: 0px auto;
}

.store-image {
    height: inherit;
    width: inherit;
    border-radius: 5px;
}

#search {
    height: 20%;
}

#myProducts {
    padding: 5% 4%;
}

.my_product_image.skeleton {
    height: 100px;
    width: 100%;
    border-radius: 10px;
}

.my_product_text.skeleton {
    height: 18px;
    border-radius: 10px;
}

#complete_location {
    font-size: 16px;
    display: inline;
}

#current_address span {
    font-size: 20px;
    font-weight: 600;
    padding-top: 2%;
}

#current_address img {
    width: 18px;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
}

.skeleton {
    background-color: #F5F5F5;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.973), rgba(255, 255, 255, 0));
    background-size: 40px 100%;
    background-repeat: no-repeat;
    background-position: left -40px top 0;
    -webkit-animation: shine 0.8s ease infinite;
    animation: shine 0.8s ease infinite;
}

.store-display-text {
    font-size: 18px !important;
    font-weight: 600 !important;
}

.store-place-text {
    font-size: 16px;
    font-weight: 600;
}

.store-address-text {
    font-size: 14px;
    font-weight: bold;
}

/* Home page starts ends */

/* confirm location page */
#confirm_location_footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 5% 4%;
    background-color: #F5F5F5;
    border-radius: 10px;
}

.confirm_location_image {
    width: 5%;
    float: left;
    margin-top: 2px;
}

.address_short {
    font-size: 24px;
    font-weight: 900;
    color: #000 !important;
}

.complete_address {
    margin-top: 10px;
    font-size: 14px;
    color: #000 !important;
    margin-left: 7%;
}

.heading {
    margin-bottom: 20px;
}

.heading h6 {
    display: inline;
    color: #000 !important;
    font-size: 14px;
}

#changeto_current_location {
    width: 6%;
    float: right;
    display: inline;
    margin-right: 12px;
}

#confirm_location_header_back {
    position: absolute;
    top: 6vh;
    left: 2%;
}

#confirm_location_header_back img {
    width: 10%;
    padding: 5px;
    background-color: #F5F5F5;
    border-radius: 5px;
}


#confirm_location_header_input .input-style {
    position: absolute;
    top: 5vh;
    right: 10%;
    left: 15%;
}

#confirm_location_header_input .input-style input {
    font-size: 20px !important;
    background-color: #F5F5F5;
}


#confirm_location_header_input .input-style input::placeholder {
    font-size: 20px !important;
}

#confirm_location_header_input .input-style input:-ms-input-placeholder {
    font-size: 20px !important;
}

#confirm_location_header_input .input-style input::-ms-input-placeholder {
    font-size: 20px !important;
}

input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: searchfield-cancel-button !important;
}


.add_store_input {
    font-size: 20px !important;
    background-color: #FFF !important;
}


.add_store_input::placeholder {
    font-size: 20px !important;
}

.add_store_input:-ms-input-placeholder {
    font-size: 20px !important;
}

.add_store_input::-ms-input-placeholder {
    font-size: 20px !important;
}

input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: searchfield-cancel-button !important;
}

.add_input_form_span {
    font-size: 16px !important;
}

/* confirm location page ends */

/* add products  */
#add_product_details {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 5% 4%;
    background-color: #FFF;
    border-radius: 10px;
}

/* add products end */


/* confirm location  */
#map {
    height: 100vh !important;
}

#map:after {
    width: 40px;
    height: 60px;
    display: block;
    content: ' ';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -11px;
    background: url('/assets/images/maps/marker.png') no-repeat;
    background-size: 40px 60px;
    /* Since I used the HiDPI marker version this compensates for the 2x size */
    pointer-events: none;
    /* This disables clicks on the marker. Not fully supported by all major browsers, though */
}

/* confirm location ends */

/* places api starts  */
.pac-container {
    width: auto !important;
    position: absolute !important;
    left: 0px !important;
    right: 0px !important;
    top: 115px !important;
    bottom: 0px !important;
    z-index: 99999;
}


.pac-item span {
    padding-right: 3px !important;
    color: #000 !important;
    font-weight: 600 !important;
}

.pac-item:first-child {
    height: 50px !important;
    padding: 20px;
    margin-bottom: 20px;
}

.pac-item:not(:first-child) {
    height: 50px !important;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.pac-item-query {
    font-size: 18px !important;
    padding-right: 3px !important;
    color: #FFF !important;
    font-weight: bold !important;
}

.pac-icon {
    width: 20px;
    height: 20px;

}

.modal-add-store-img {
    width: 20px;
    height: 20px;
    position: relative;
    left: 6%;
    top: 10px;
}

.modal-add-store-text {
    margin-left: 14%;
    font-size: 16px;
    font-weight: bold;
}

.modal-saved-addresses-text {
    margin-left: 2%;
    margin-top: 8%;
    font-size: 16px;
    font-weight: bold;
}

.modal-exisiting-store-img {
    width: 20px;
    height: 20px;
    position: relative;
    left: 6%;
    top: 6px;
}

.modal-existing-store-text {
    margin-left: 14%;
    font-size: 20px;
    font-weight: 400;
}


.placeSearchInput {
    font-size: 18px !important;
    background-color: #F5F5F5;
}


.placeSearchInput::placeholder {
    font-size: 18px !important;
}

.placeSearchInput:-ms-input-placeholder {
    font-size: 18px !important;
}

.placeSearchInput::-ms-input-placeholder {
    font-size: 18px !important;
}

input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: searchfield-cancel-button !important;
}


/* places api ends*/


/* manage address */

#manage_header_back {
    position: absolute;
    top: 2vh;
    left: 2%;
}

#manage_header_back img {
    width: 10%;
    padding: 5px;
    background-color: #F5F5F5;
    border-radius: 5px;
}

.wrapper_code {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 60px;
    width: 100%;
    overflow: hidden;
}

.block_code {
    width: 40px;
    margin: 5px;
}

.bigger_code {
    flex-basis: 60px;
}

.right-code-block {
    width: 100%;
    flex: 0 0 25px;
    margin: 1px;
}

.saved_stored_place {
    font-size: 16px;
    font-weight: 600;
}

.saved_stored_address {
    font-size: 12px;
    font-weight: bold;
}

/* manage address */