.mobileCart {
    position: fixed;
    bottom: 0;
    z-index: 777;
    align-items: center;
    padding: 0 10px;
    background: #ec242a;
    height: 45px;
}

.cartincrement {
    display: none;
}

.swal2-container {
    z-index: 100000000 !important;
}

.pac-container {
    background-color: #fff;
    position: absolute !important;
    z-index: 10000000000;
    border-radius: 2px;
    border-top: 1px solid #d9d9d9;
    font-family: Arial, sans-serif;
    box-shadow: 0 2px 6px rgb(0 0 0 / 30%);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

#product {
    cursor: pointer;
}

#fullcart {
    cursor: pointer;
}

.peekout_cart_icon_zoom {
    transition: transform 0.7s;
}

.peekout_cart_icon_zoom:hover {
    transform: scale(2);
}

.click_disabled {
    pointer-events: none;
}

#container5 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

body {
    font-family: segoe ui, Helvetica, droid sans, Arial, lucida grande, tahoma,
        verdana, arial, sans-serif !important;
}

.modalBodyContent-form {
    margin-left: 195px;
}

.wow {
    display: none;
}

.wow2 {
    display: inline !important;
}

.modalBodyContent {
    display: flex;
}

.modalBodyContent h5 {
    text-align: left;
}

/*.modalBodyContent input[type="text"]{*/
/*    border-radius: 25px 0 0 25px;*/
/*    width: 450px;*/
/*    height: 50px;*/
/*    border: 1px solid #ccc;*/
/*    outline:  none;*/
/*    padding: 15px;*/
/*}*/

/*.modalBodyContent button#search_btn-m{*/
/*    border-radius: 0 25px 25px 0;*/
/*    border: 1px solid #f2ae1a;*/
/*    background: #f2ae1a !important;*/
/*    width: 45px;*/
/*    height: 50px;*/
/*}*/

a.secondList:hover {
    border-bottom: 2px solid #108ff1;
    padding-right: 0 !important;
}

button.saveLocationBtn {
    background: #ffc220;
    border: #ffc220;
    outline: none;
    border-radius: 4px;
    padding: 8px;
    font-size: 12px !important;
    font-weight: bold;
    width: 60px;
}

button.locationInputBtn {
    background: #ffc220;
    border: #ffc220;
    color: #fff;
    padding: 5px 15px;
    height: 38px;
}

h5.locationInfo {
    font-size: 15px;
}

#miniCart-close-2 {
    width: 42px;
    height: 42px;
    text-align: center;
    margin: auto 0;
    padding-top: 8px;
}

@media (min-width: 601px) {
    #miniCart-close-2 {
        display: none !important;
    }
}

@media (min-width: 360px) and (max-width: 767px) {
    span.currentLocation {
        display: none;
    }

    span.changeLocationButton {
        margin: 0 !important;
    }

    .changeText {
        font-size: 12px !important;
        font-weight: bold !important;
    }
}

@media (min-width: 360px) and (max-width: 500px) {
    .modalBodyContent input[type="text"] {
        max-width: 400px;
        width: 100%;
    }

    .modalBodyContent {
        align-items: flex-start;
    }
}

/*@media (min-width: 500px) and (max-width: 599px){*/
/*    .mobile-logo{*/
/*    position: relative;*/
/*    top:-19px;*/
/*    width: 325px;*/
/*    }
        }*/

@media (min-width: 360px) and (max-width: 576px) {
    button.saveLocationBtn {
        width: 100%;
        margin: 5px 0;
    }

    h5.locationInfo {
        font-size: medium;
    }
}

footer .back-to-top-section {
    text-align: center;
    padding: 5px 0;
    background: #cec0c0;
}

footer .back-to-top-section p {
    font-size: 13px;
    line-height: 1.5;
    margin: 0;
    color: #fff;
    cursor: pointer;
}

.cartSectionButton {
    width: 50%;
}

.cartSectionButton2 {
    width: 50%;
}

@media (min-width: 601px) {
    .mobileCart {
        display: none !important;
    }
}

@media (min-width: 360px) and (max-width: 600px) {
    .cbp-spmenu-vertical {
        /*height: calc(100% - 23px);*/
        height: 100vh;
    }

    .cartSectionButton {
        width: 80%;
    }

    .cartSectionButton2 {
        width: 20%;
    }
}

.scroll-top {
    background-color: #041e42;
    color: #ffc220;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 9999;
    box-shadow: 0px 10px 10px rgba(255, 68, 0, 0.178);
    text-align: center;
}

.scroll-top:hover {
    box-shadow: 0px 10px 10px rgba(255, 68, 0, 0.278);
    cursor: pointer;
}

.scroll-top span {
    padding-top: 8px;
    font-size: 30px;
    display: block;
}

@media (min-width: 360px) and (max-width: 600.5px) {
    .scroll-top {
        bottom: 50px;
    }
}

.modal-backdrop {
    z-index: 0 !important;
}

@media (min-width: 360px) and (max-width: 1007.5px) {
    ul.RightList {
        display: none !important;
    }
}

@media (min-width: 1008px) {
    .headerModalButton {
        display: none !important;
    }
}

.modelContent ul li {
    list-style-type: none;
    margin: 10px 0;
}

.modelContent ul li a {
    font-size: 18px;
    font-weight: 400;
}

@media screen and (max-width: 767px) {
    .modal-open .modal {
        background: rgba(0, 0, 0, 0.75) !important;
    }
}

@media screen and (max-width: 600px) {
    .headerContainer {
        margin-top: 2%;
    }
}

.model-content-header.modelContent {
    background: #061f43;
    padding: 10px 20px;
    border-radius: 5px 5px 0 0;
}

.modal-content-body.modelContent {
    padding: 10px 20px;
}

.model-content-header.modelContent h2 {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin: 0;
}

.model-content-header.modelContent h2 > span > img {
    width: 35px;
}

.groceryHeaderModel {
    max-width: 250px;
    left: 50%;
    top: 100px;
    transform: translateX(-50%);
}

.mobile-logo.smallIcon {
    left: 45px;
}

.mobile-logo.searchBar {
    left: 104px;
    width: 70%;
}
