.categories-item {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: auto;
    border-radius: 7px
}

.carousel-wrapper {
    width: 1000px;
    margin: auto;
    position: relative;
    text-align: center;
    font-family: sans-serif;
}

.owl-carousel .owl-nav {
    overflow: hidden;
    height: 0px;
}

.owl-carousel .item {
    text-align: center;
}

.owl-carousel .nav-button {
    height: 50px;
    width: 25px;
    cursor: pointer;
    position: absolute;
    top: 110px !important;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
    pointer-events: none;
    opacity: 0.25;
}

.owl-carousel .owl-prev {
    left: -35px;
}

.owl-carousel .owl-next {
    right: -35px;
}

.owl-theme .owl-nav [class*=owl-] {
    color: #ffffff;
    font-size: 39px;
    background: #000000;
    border-radius: 3px;
}

.owl-carousel .prev-carousel:hover {
    background-position: 0px -53px;
}

.owl-carousel .next-carousel:hover {
    background-position: -24px -53px;
}

.categories-item img.item-icon {
    position: absolute;
    left: 8%;
    top: 8%;
    width: 40px !important;
    height: 40px;
    object-fit: contain;
    background: #fff;
    padding: 4px;
}

.categories-item .item-title {
    font-weight: bold;
}

.stores-item {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: auto;
    border-radius: 7px
}

.bottom-details {
    background: white;
    position: absolute;
    bottom: 0;
    height: 50px;
    border-radius: 10px;
    margin: 5px;
    left: 0;
    right: 0;
    padding: 5px 20px;
    display: flex;
    justify-content: end;
    align-items: center;
    cursor: pointer
}

.bottom-details .item-title {
    display: block;
    text-align: left;
    line-height: 45px;
    /* font-size: 22px; */
    font-weight: bold;
    flex: 1;
    padding-bottom: 0;
}

.bottom-details .item-icon {
    width: auto !important;
    height: 40px;
    object-fit: contain;
    max-width: 60px;
}

#store-modal {
    z-index: 99999999;
}

#store-modal .modal-content {
    background-color: #fff;
}

#store-modal .modal-content .list-group-item {
    background-color: #fff;
}

#store-modal .modal-content .branches-list .list-group-item:hover {
    background-color: #ee3f5d;
    color: #fff;
}

#store-modal .modal-content .branches-list .list-group-item:hover h5 {
    color: #fff;
}

@media only screen and (min-width: 992px) {
    /* #store-modal .modal-dialog {
        max-width: 90%;
    } */
}

.modal-backdrop {
    z-index: -1;
}

.owl-carousel .nav-btn {
    height: 47px;
    position: absolute;
    width: 26px;
    cursor: pointer;
    top: 100px !important;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
    pointer-events: none;
    opacity: 0.2;
}

.owl-carousel .prev-slide {
    left: -33px;
    background-color: #c2fae5;
    padding: 10px;
    width: 54px;
    margin: 0 auto;
    text-align: center;
    border-radius: 7px;
}

.owl-carousel .next-slide {
    right: -33px;
    background-color: #c2fae5;
    padding: 10px;
    width: 54px;
    margin: 0 auto;
    text-align: center;
    border-radius: 7px;
}

.owl-carousel .prev-slide:hover {
    background-color: #56fdc0;
}

.owl-carousel .next-slide:hover {
    background-color: #56fdc0;
}

.modal-body {
    max-height: calc(100vh - 225px);
    overflow: hidden;
    overflow-y: scroll;
}

.download-app img {
    width: 150px;
    height: 100%!important;
}

.category-list {
    display: flex;
    justify-content: space-around;
}

.single-category {
    border: 0;
    background-color: transparent;
}

.single-category .item-icon {
    background-color: #fff;
    /* border-radius: 25px; */
    /* margin: 10px; */
    width: 50px;
    height: 50px;
    padding: 5px;
    display: block;
    text-align: center !important;
    margin: 0 auto;
    line-height: 40px;
}

.single-category {
    display: block;
    float: left;
}


/* .single-category .item-icon {
    background-color: #ee3f5d;
} */

.single-category.active .item-icon {
    line-height: 40px;
}

.single-category.active .item-icon {
    background-color: #ee3f5d;
    color: #fff;
    line-height: 40px;
}

.check-in-mall {
    width: 100%;
    padding: 5px 10px;
}

.online-shop {
    color: #ee3f5d;
    font-weight: bold;
    font-size: 12px;
}

.single-store-bottom-details {
    background-color: #fff;
    border-radius: 15px;
    position: absolute;
    bottom: 15px;
    height: 50px;
    left: 20px;
    right: 20px;
    padding: 5px 10px;
    margin-top: -10px;
    z-index: 99999999;
}

.stores-in-shopper .item-icon {
    position: absolute;
    right: 10px;
    top: -5px;
    width: 75px;
    padding: 5px;
}

.category-list .item-title {
    font-weight: bold;
}

.single-store-bottom-details .item-title {
    padding-bottom: 3px;
}

@media only screen and (max-width: 768px) {
    .category-list {
        justify-content: unset;
        white-space: nowrap;
        text-overflow: clip;
        overflow: hidden;
        overflow-x: auto;
    }
    .check-in-mall {
        width: 100%;
    }
    #search-ajax-form .form-inline {
        display: flex;
    }
    #search-ajax-form .form-control {
        width: auto;
    }
}

.reset-btn {
    margin: 10px;
    cursor: pointer;
    color: #ee3f5d;
    vertical-align: text-bottom;
    margin: 15px 15px;
    display: inline-block;
}

.corner {
    width: 0;
    height: 0;
    border-top: 90px solid #ee3f5d;
    border-bottom: 10px solid transparent;
    border-right: 90px solid transparent;
    position: absolute;
    top: 0;
    left: 15px;
    display: block;
}

.corner span {
    position: absolute;
    top: -67px;
    width: 100px;
    left: -13px;
    text-align: center;
    font-size: 14px;
    font-family: arial;
    transform: rotate( -45deg);
    display: block;
    color: #fff;
}

span.label-search {
    /* border: 1px solid; */
    height: 38px;
    line-height: 38px;
    padding: 0 19px;
}

#search-in-stores {
    text-align: center;
    position: relative;
}

#search-ajax-wrap {
    display: inline-block;
}

.single-category:hover img {
    background-color: #ee3f5d;
}

.popup-trigger {
    cursor: pointer
}

.btn-online-shop {
    color: #FFFFFF!important;
    border-width: 3px!important;
    border-color: #FFFFFF;
    border-radius: 9px;
    font-size: 18px;
    background-color: #ee3f5d;
    padding: 0.5em 1em;
}

p.mb-1 {
    display: none;
}

select[multiple] {
    height: 30px
}

select[multiple]:focus {
    height: auto
}

.category-list {
    display: flex;
    justify-content: start;
    white-space: nowrap;
    text-overflow: clip;
    overflow: hidden;
    overflow-x: auto;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}

.single-category .item-icon {
    object-fit: contain;
}


/* ===== Scrollbar CSS ===== */


/* Firefox */

.category-list {
    scrollbar-width: auto;
    scrollbar-color: #ee3f5d #ffffff;
}


/* Chrome, Edge, and Safari */

.category-list::-webkit-scrollbar {
    width: 10px;
}

.category-list::-webkit-scrollbar-track {
    background: #ffffff;
}

.category-list::-webkit-scrollbar-thumb {
    background-color: #ee3f5d;
    border-radius: 10px;
    border: 3px solid #ffffff;
}

.stores-in-shopper .item-icon {
    position: absolute;
    left: 0px;
    top: -5px;
    width: 75px;
    padding: 5px;
}

.corner {
    border-top: unset;
    border-right: unset;
    left: unset;
    background: #ee3f5d;
    z-index: 9999;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 50px;
    width: 50px;
    line-height: 38px;
    text-align: center;
    border-bottom-left-radius: 100%;
}

.corner span {
    position: relative;
    top: unset;
    width: unset;
    left: unset;
    font-size: 14px;
    font-family: arial;
    transform: unset;
    display: block;
    color: #fff;
    padding-left: 5px;
}

.popup-trigger img:nth-child(1) {
    object-fit: cover;
    min-height: 250px;
    height: 250px;
}

.popup-trigger {
    position: relative;
    display: block;
}

.stores-in-shopper .item-icon {
    position: absolute;
    left: -1px;
    top: -5px;
    width: 100px;
    padding: 5px;
    background: #fff;
    height: 50px;
    object-fit: scale-down;
    border-bottom-right-radius: 18px;
    padding: 10px;
}

.categories-shopper-item img.item-icon {
    /* position: absolute; */
    /* left: 8%; */
    /* top: 8%; */
    width: 50px !important;
    height: 50px;
    /* object-fit: contain; */
    background: #fff;
    padding: 4px;
    text-align: center;
    margin: 0 auto;
    object-fit: contain;
}

.shopper-category-carousel .nav-button {
    height: 50px;
    width: 25px;
    cursor: pointer;
    position: absolute;
    top: 0px !important;
}

.categories-shopper-item:hover .item-icon {
    background-color: #ee3f5d;
}

.single-category:focus {
    outline: unset;
}

.reset-btn {
    margin: unset !important;
    padding: 0 10px;
}

.owl-item {
    text-align: center;
}

.stores-item img,
.categories-item img {
    object-fit: cover;
    min-height: 250px;
    height: 250px;
    width: 100%;
    border-radius: 12px;
}

.categories-item img {
    object-fit: none;
    margin-bottom: 10px;
}

.shopper-category-carousel .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #000;
    text-decoration: none;
}

.shopper-category-carousel .owl-nav [class*=owl-] {
    line-height: 30px;
}

.owl-item {
    display: inline-grid;
}

.shopper-category-carousel h6.item-title {
    padding: 0 10px;
    min-height: 32px;
}

.modal-store-image {
    display: block;
    position: relative;
    margin: 0 auto;
    margin-bottom: 1.4rem;
}

.modal-store-image img:nth-child(1) {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 12px;
}

.modal-store-image .item-icon {
    position: absolute;
    left: -1px;
    top: -5px;
    width: 100px;
    padding: 5px;
    background: #fff;
    height: 50px;
    object-fit: scale-down;
    border-bottom-right-radius: 18px;
    padding: 10px;
}

.modal-store-image .item-title {
    line-height: 40px;
}

@media only screen and (min-width: 768px) {
    .modal-store-image {
        max-width: 350px;
    }
}

button.btn-offers {
    border: 1px solid #bbb;
    background: transparent;
    height: 32.8px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important;
    width: 100%;
}

button.btn-offers.active {
    background: #ee3f5d;
    color: #fff;
}

button.btn-offers:hover {
    background: #ee3f5d;
    color: #fff;
}

.home .stores-carousel .owl-item .item-icon {
    position: fixed;
    left: -1px;
    top: -5px;
    width: 100px !important;
    padding: 5px;
    background: #fff;
    height: 50px !important;
    object-fit: scale-down;
    border-radius: unset;
    max-width: unset;
    border-bottom-right-radius: 18px;
    padding: 10px;
    min-height: unset !important;
}

.search-list-results img {
    width: 60px !important;
    height: 60px !important;
    min-height: unset !important;
}

.home #search-in-stores .search-in-stores-input {
    width: 85%;
}

.home #search-in-stores .submit-search-home {
    width: 15%;
}

.home #search-ajax-wrap {
    width: 100%;
}

.home .search-list-results .item-title {
    height: 60px !important;
    line-height: 60px !important;
}

.home .search-list-results img {
    object-fit: contain;
    margin-right: 10px;
}

.home .search-reset {
    position: absolute;
    right: 17%;
}

.home .list-group-item-action {
    padding: 3px 9px !important;
}