* {
    box-sizing: border-box;
}
a, button {
    text-decoration: none;
    transition: all ease .2s;
}
img {
    max-width: 100%;
    border: 0;
}
input, button {
    outline: none;
    border: 0;
}
body,
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-family: "Jost", sans-serif !important;
}

/* Home Page CSS Starts Here */
/* Header Starts Here */
.site-header {
    background-color: #1c1c1c;
    padding: 20px 0;
    position: initial;
}
.site-header .row {
    align-items: center;
}
.hamburger-menu span {
    height: 2px;
    width: 22px;
    background-color: #86b010;
    display: block;
    margin: 0 0 5px;
}
.hamburger-menu span:last-child {
    margin: 0;
}

.hamburger-overlay {
    overflow: hidden;
}


.main-nav i.fa-circle-xmark {
    position: absolute;
    top: 13px;
    right: 15px;
    color: #86b010;
    font-size: 35px;
}

.site-header .nav-logo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.logo img {
    width: auto;
    height: auto;
}
.site-header .right-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.right-info form {
    width: calc(95% - 5%);
    position: relative;
    z-index: 1;
}
.right-info input {
    border: 0;
    border-radius: 10px;
    padding: 13px 15px;
    width: 100%;
}
.right-info input::-webkit-input-placeholder {
    color: #464646;
}
.right-info input::-moz-placeholder {
    color: #464646;
}
.right-info input:-ms-input-placeholder {
    color: #464646;
}
.right-info input:-moz-placeholder {
    color: #464646;
}
.navbar-search-bar #search_state {
    margin: 0 15px 0 0;
}
.right-info form button {
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    padding: 0;
    background-color: transparent;
    color: #86b010;
    font-size: 20px;
}
.right-info form button:hover {
    color: #1c1c1c;
}
.user-icons ul {
    margin: 0;
    padding: 0;
}
.user-icons ul li {
    list-style: none;
    display: inline-block;
    margin: 0 15px 0 0;
}
.user-icons ul li:last-child {
    margin: 0;
}
.user-icons ul li a {
    color: #bcfd4c;
    font-size: 20px;
    position: relative;
    z-index: 1;
}
.user-icons ul li a .cart-item-count {
    position: absolute;
    z-index: 2;
    top: -18px;
    right: -31px;
    background-color: #bcfd4c;
    color: #000;
    min-width: 26px;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    line-height: 26px;
}
.user-icons ul li a:hover {
    color: #fff;
}
.navbar {
    background-color: #000;
    padding: 0;
}
.navbar-expand ul.navbar-nav li a {
    padding: 10px 7px !important;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}
.navbar-expand ul.navbar-nav li a:hover {
    color: #bcfd4c;
}
.navbar-nav .dropdown-menu {
    border-radius: 0;
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 390px;
}
.navbar-nav .dropdown-menu li,
.main-nav ul li {
    border-bottom: 1px solid #c9c9c9;
}
.navbar-nav .dropdown-menu li:last-child,
.main-nav ul li:last-child {
    border-bottom: 0;
}
 .navbar-expand ul.dropdown-menu li a,
 .main-nav ul li a {
    padding: 15px !important;
    display: block;
    font-weight: 600;
    color: #000;
}
.navbar-expand ul.dropdown-menu li a:hover,
.main-nav ul li a:hover {
    color: #1c1c1c;
}
.navbar-nav .dropdown-menu li a span,
.main-nav ul li a span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #e8e8e8;
    border-radius: 50%;
    min-width: 30px;
    min-height: 30px;
    text-align: center;
    margin: 0 10px 0 0;
    vertical-align: middle;
}
.navbar .row {
    width: 100%;
}
.navbar .navbar-nav {
    width: 100%;
    justify-content: space-between;
}
.site-header .main-nav {
    position: absolute;
    z-index: 2;
    top: 134px;
    left: 0;
    background-color: #fff;
    width: 80%;
    height: 100%;
    transition: all ease .2s;
}
.main-nav ul {
    margin: 0;
    padding: 0;
}
.main-nav ul li {
    list-style: none;
}
.site-header .main-nav.hide-menu {
    left: -80%;
}

/* Site Banner Starts Here */
.site-banner,
.site-banner .inner-banner {
    position: relative;
    z-index: 1;
}

.carousel-inner .carousel-item:before,
.site-banner .inner-banner:before {
    position: absolute;
    z-index: 2;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
}
.carousel-item .carousel-caption,
.inner-banner .inner-banner-caption {
    position: absolute;
    z-index: 3;
    top: 50%;
    bottom: auto;
    text-align: left;
    transform: translateY(-50%);
    padding: 0;
}
.carousel-caption h1,
.inner-banner-caption h1 {
    font-size: 68px;
    line-height: 76px;
    color: #fff;
    font-weight: 600;
    text-align: left;
    margin: 0 0 30px;
}
.carousel-caption h1 span {
    color: #bcfd4c;
    display: block;
}
.carousel-caption .btn {
    border-radius: 10px;
    background-color: #86b010;
    border: 0;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 14px;
    padding: 17px 15px;
    display: inline-block;
    -webkit-box-shadow: 0 3px 2px 0 rgba(94,127,0,1);
       -moz-box-shadow: 0 3px 2px 0 rgba(94,127,0,1);
            box-shadow: 0 3px 2px 0 rgba(94,127,0,1);
}
.carousel-caption .btn:hover {
    background-color: #5e7f00;
}
.carousel .carousel-indicators button {
    margin: 0 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.6);
       -moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.6);
            box-shadow: 0 2px 2px 0 rgba(0,0,0,0.6);
    border: 0;
    opacity: 1;
}
.carousel .carousel-indicators button.active {
    background-color: #86b010;
}
.carousel .carousel-indicators {
    z-index: 3;
}

/* Day To Day Products */
.site-sections {
    background: linear-gradient(180deg, rgba(167 202 68) 0%, rgba(167 202 68) 0%, rgba(255,255,255,1) 100%);
}
.day-to-day {
    padding: 30px 0;
}
.day-to-day h2, .prod-categories h2 {
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 10px;
}
.day-product button,
.categories-slider button, .business-slider button {
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    left: -70px;
    background: url('/assets/homepageImages/prev-btn.png') no-repeat;
    font-size: 0;
    min-width: 60px;
    min-height: 60px;
}
.day-product button.slick-next,
.categories-slider button.slick-next, .business-slider button.slick-next {
    right: -70px;
    left: auto;
    background: url('/assets/homepageImages/next-btn.png') no-repeat;
}
.day-product .slick-track {
    padding: 10px 0;
}
.day-product .slick-slide {
    margin: 0 10px;
    text-align: center;
}
.day-product .thumb-block {
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
         box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    border-radius: 10px;
    text-align: center;
    padding: 20px;
    margin: 0 0 15px;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    min-height: 218px;
}
.thumb-block img {
    margin: 0 auto;
    transition: all ease .2s;
}
.day-product .thumb-block img {
    max-height: 150px;
}
.day-product .slick-slide:hover .thumb-block img {
    transform: scale(1.1);
}
.day-product .slick-slide h3 {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
}
.slick-slide h3 a  {
    color: #000;
}
.day-product .slick-slide:hover h3 a {
    color: #5e7f00;
}

/* Product Categories */
.prod-categories {
    padding: 0 0 50px;
}
.prod-categories .thumb-block {
    border-radius: 50%;
}
.prod-categories  .slick-slide {
    text-align: center;
}
.prod-categories .thumb-block {
    min-height: 90px;
    max-width: 90px;
    margin: 0 auto 15px;
}
.prod-categories .thumb-block a {
    margin: 2px;
    min-height: 78px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 50%;
}
.prod-categories h3 {
    font-size: 20px;
    font-weight: 600;
}
.prod-categories .green-bg {
    border-color: #548c2f;
}
.green-bg a {
    background-color: #548c2f;
}
.blue-bg a {
    background-color: #00a5cf;
}
.prod-categories .blue-bg {
    border-color: #00a5cf;
}
.prod-categories .raspberry-pink {
    border-color: #EC5598;
}
.raspberry-pink a {
    background-color: #EC5598;
}
.prod-categories .green-sheen {
    border-color: #74a59c;
}
.green-sheen a {
    background-color: #74a59c;
}
.prod-categories .temptress-bg {
    border-color: #33232A;
}
.temptress-bg a {
    background-color: #33232A;
}
.prod-categories .slick-slide {
    text-align: center;
    -webkit-box-shadow: 0 0 5px 0 rgba(4, 4, 4, 0.20);
    -moz-box-shadow: 0 0 5px 0 rgba(4,4,4,0.20);
    box-shadow: 0 0 5px 0 rgba(4, 4, 4, 0.20);
    border-radius: 10px;
    padding: 25px;
    margin: 15px;
}
.prod-categories .slick-slide:hover h3 a {
    color: #5e7f00;
}
.categories-slider button, .business-slider button {
    left: 0;
}
.categories-slider button.slick-next, .business-slider button.slick-next {
    left: auto;
    right: 0;
}

.site-banner img {
    display: block;
    width: 100%;
    height: auto;
}
/* Home Page CSS Ends Here */

/* Search Result Page Starts Here*/
.searchBusinessButton{
    height: 80%;
    width: 100%;
    margin: 0px;
    padding: 0px;
    border-radius: 5px;
    border: 1px solid lightgrey;
}
.hide{
    display: none;
}
.searchResultCard {
    padding: 70px 0 50px;
}
.searchResultCard .card {
    background-color: #fff9e8;
    -webkit-box-shadow: 0 0 5px 0 rgba(4, 4, 4, 0.2);
    -moz-box-shadow: 0 0 5px 0 rgba(4,4,4,0.2);
    box-shadow: 0 0 5px 0 rgba(4, 4, 4, 0.2);
    padding: 30px 20px;
    border-radius: 15px;
}
.searchResultCard .card img {
    border-radius: 0;
    max-height: 50px;
}
.searchResultCard .card .card-title {
    font-size: 26px;
    font-weight: 700;
}
.searchResultCard .card .card-text {
    font-weight: 500;
}
.searchResultCard .card .card-body a {
    text-transform: uppercase;
    background-color: #ed3f52;
    border: 0;
    font-weight: 700;
    padding: 10px 0;
    -webkit-box-shadow: 0 3px 0 0 rgba(214,57,75,1);
    -moz-box-shadow: 0 3px 0 0 rgba(214,57,75,1);
            box-shadow: 0 3px 0 0 rgba(214,57,75,1);
}
.searchResultCard .col-md-4 .card {
    margin: 0 0 30px;
}
.searchResultCard .col-md-4:last-child .card {
    margin: 0;
}
.searchResultCard .sort-asc {
    text-align: right;
    font-weight: 500;
    margin: 0 0 30px;
}
.sort-asc span {
    font-size: 18px;
}
.site-desc a {
    color: #000;
}
.site-desc a i {
    font-size: 18px;
    margin: 0 10px 0 0;
    display: inline-block;
    vertical-align: middle;
}
.site-desc ul {
    margin: 0 0 16px !important;
}
.site-desc .btn-group {
    margin: 0 0 16px;
}
.next-search-btn {
    max-width: 200px;
}
button.btn.btn-primary {
    padding: 10px 0;
}

.availability-badge {
    background-color: #86b010 !important;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 14px;
    padding: 17px 15px;
    margin: 0 0 10px;
    width: auto;
    display: inline-block;
    -webkit-box-shadow: 0 3px 2px 0 rgba(94, 127, 0, 1);
    -moz-box-shadow: 0 3px 2px 0 rgba(94, 127, 0, 1);
    box-shadow: 0 3px 2px 0 rgba(94, 127, 0, 1);
}
.availability-badge-container{
    text-align: right;
}

.mobile-right-info form {
    display: none;
}

.site-banner .mob-banner {
    display: none;
}



.btn-group a,
.call-back a {
    display: inline-block;
    background: #000;
    border-radius: 10px;
    color: #fff;
    padding: 15px 23px;
    margin: 0 30px 0 0;
}
.btn-group a:last-child {
    margin: 0;
}

.btn-group a, .call-back a {
    padding: 15px 14px;
}

.btn-group a {
    background: none;
    padding: 0;
    color: #212529;
}

.site-logo {
    margin: 0 0 20px;
}
.category-site-banner .inner-banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.category-site-banner .inner-banner-caption {
    position: relative;
    transform: none;
    z-index: 2;
    top: auto;
    padding: 80px 0;
}

.logo img {
    width: auto;
    height: auto;
    max-height: 67px;
}
.site-header .right-info {
    justify-content: flex-end;
}
.right-info form {
    min-width: 255px;
    margin: 0 30px 0 0;
}
.carousel-item .carousel-caption {
    text-align: center;
}
.site-sections {
    background: #fff;
    padding: 50px 0;
}
.prod-categories {
    padding: 0;
}
.prod-categories h2 {
    font-size: 42px;
    font-weight: 600;
    margin: 0 0 25px;
}
/* .popular-categories .category-block {
    padding: 89px 25px;
} */
.category-block a {
    display: inline-block;
}
.category-thumb img {
    max-height: 49px;
    width: auto;
}
.join-cityzoop a {
    padding: 14px 28px !important;
}

/* .popular-categories .category-block {
    margin: 15px;
    padding: 89px 25px !important;
} */
.prod-categories p {
    margin: 0;
}
.prod-categories p a {
    color: #000;
    font-weight: 600;
}
.right-info form {
    width: auto;
}
.about-city .container {
    max-width: 1040px;
}

.categories-slider .slick-arrow {
    padding: 0;
}
.categories-slider .slick-prev {
    left: -50px;
}
.categories-slider button.slick-next {
    right: -60px;
}

footer h4 {
    font-weight: 500;
}
.foot-content li a {
    font-size: 16px;
    color: #000;
}
.copyright {
    justify-content: center;
}
.copyright p {
    margin: 0;
font-weight: 400;
}
.inner-banner {
    position: relative;
    z-index: 1;
}
.inner-banner .banner-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.banner-caption h1 {
    color: #fff;
    font-weight: 700;
    font-size: 60px;
    text-align: center;
}
section.policy-content {
    padding: 50px 0;
}

.inner-banner {
    min-height: 300px;
    position: relative;
    z-index: 1;
}
.inner-banner:before {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.8);
}
.inner-banner .banner-caption {
    width: 100%;
}

/* request a call back css */
#request-a-call-modal-form > h3 {
    margin: 10px auto;
    width: 87%;
}
#request-a-call-modal-form .close-callback-modal {
    top: 9px;
    background: #000;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff !important;
    border-radius: 25px;
    z-index: 999;
    right: 30px;
    cursor: pointer;
    position:absolute;
}
#request-a-call-modal-form .close-callback-modal:hover {
    opacity: 0.6;
}
#request-a-call-modal-form textarea {
    height: 55px !important;
}
#registeredContent .pass-field-block span
{
    top: 8px !important;
}

/* home page latest changes */
#carouselExampleCaptions .carousel-caption h1 {
    text-transform: none;
    margin-bottom:20px;
}
#carouselExampleCaptions .carousel-caption p
{
    font-size: 1.5rem;
}
#carouselExampleCaptions .carousel-caption p a {
    color: #bcfd4c;
    text-decoration: underline;
}
.row.join-cityzoop-container {
    align-items: center;
}
.row.join-cityzoop-container h2{
    text-align: left;
}
.button-container {
    display: flex;
    gap: 15px;
}
.join-cityzoop-container .globe-img img {
    max-width: 260px;
    height: auto;
}
.join-cityzoop
{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#455408+0,1c1c1c+100 */
background: linear-gradient(to right,  #455408 0%,#1c1c1c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}
.footer-container {
    background: #212529;
    padding: 30px;
}
.footer-container .copyright-content {
    display: flex;
    gap: 10px;
    justify-content: start;
    align-items: center;
}
.footer-container .copyright-content img {
    max-width: 130px;
}
.footer-container .copyright-content p {
    color: #fff;
    margin: 0;
}
.row.footer-bottom {
    align-items: center;
    padding: 1% 0 0;
    border-top: 1px solid #ccc;
    margin: 1% 0 0 0;
}
ul.footer-list {
    display: flex;
    justify-content: end;
}
/* end home page latest changes*/

/* cards css latest changes */
.sponsored-card .card-body ul li a, .sponsored-card .card-body ul li span
{
    text-decoration: underline;
}
/* end cards css latest changes */

/* end request a call back css */
.verification-submit-btn{
    text-align: center;
}

.globe-container {
    width: 300px; /* Adjust size */
    height: 300px;
}

.rotating-globe {
    width: 100%;
    height: 100%;
    animation: rotateGlobe 20s linear infinite;
}

.mob-footer a {
    color: rgb(255, 255, 255);
    text-decoration-line: none;
    text-decoration-thickness: initial;
    text-decoration-style: initial;
    text-decoration-color: initial;
}


.popular-categories {
    padding: 65px 0 50px;
    background: rgb(1, 2, 5);
    position: relative;
}

.popular-categories h2 {
    text-align: left;
    color: rgb(180, 211, 52);
    margin: 0 0 60px;
}

.popular-categories .category-block {
    -webkit-box-shadow: 0 0 5px 0 rgba(4, 4, 4, 0.20);
    -moz-box-shadow: 0 0 5px 0 rgba(4,4,4,0.20);
    box-shadow: 0 0 5px 0 rgba(4, 4, 4, 0.20);
    border-radius: 10px;
    padding: 25px;
    text-align: center;
    background-image: linear-gradient(90deg, rgb(102, 102, 102) 0%, rgb(0, 0, 0) 55%, rgb(102, 102, 102) 100%);
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
    padding-top: 1px;
    padding-right: 1px;
    padding-bottom: 1px;
    padding-left: 1px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    max-width: 395px;
    margin-top: 0px;
    margin-right: 20px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 1px !important;
}

section.popular-categories.latest-business:before {
    position: absolute;
    content: '';
    background: url("https://rood.citym8.ie/public/38/website_images/why-before.png");
    width: 448px;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
}

.latest-business .category-thumb {
    margin: 0;
    background: #000;
    width: 100%;
    height: 100%;
    min-height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius:12px;
}

.login-btn{
    color: white;
    text-decoration: none;
}
#state{
    background: transparent;
    color: white;
    border: none;
    padding: 0px;
    background-color: #1c1c1c;
        padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}
.modal-body {
    background: #e7e7e7;
    color: #000;
}
#state:focus{
    border: 0px;
}
#search_state, #search_category {
    margin-top: 23px;
}
.hide{
    display: none !important;
}
.register-form{
    padding: 30px;
}
.mob-footer {
    /* display: flex; */
    display: none;
    position: fixed;
    z-index: 9999;
    bottom: 0px;
    width: 100%;
    background-color: #040404;
    flex-wrap: wrap;
    justify-content: space-between;
    color: rgb(255, 255, 255);
    align-items: center;
}
.mob-footer .footer-block {
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: rgb(32, 32, 32);
    width: 33.3%;
    text-align: center;
    font-size: 11px;
    padding-top: 8px;
    padding-right: 0px;
    padding-bottom: 8px;
    padding-left: 0px;
}
.footer-block img {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    height: 40px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    display: inline-block;
}
.show-mob-search-bar{
    display: none;
}

.mob-footer .footer-block:nth-child(2n) img {
    height: auto;
    display: table;
    margin: 0px auto 3px;
}

.user-login-modal img {
    height: auto;
    display: table;
    margin: 0px auto 3px;
}

.footer-menu ul li {
    display: inline-block;
}
.footer-menu ul li a {
    color: #fff;
    font-size: 18px;
}
.footer-menu ul li:after {
    content: '|';
    margin: 0 10px;
}
.footer-menu ul li:last-child:after {
    display: none;
}
.copyright .footer-menu {
    text-align: right;
}
.footer-menu ul li a:hover {
    color: #bcfd4c;
}
.copyright {
    background: #040404;
    padding: 15px 0;
    color: #fff;
}
.copyright h4 {
    color: #fff;
    font-weight: 400;
}

.foot-content li a:hover {
    color: #000;
}

.foot-content li a {
    font-size: 18px;
}
footer .list-link:last-child .foot-content li a {
    margin: 0 10px 0 0;
}
footer .list-link:last-child .foot-content li a:last-child {
    margin: 0;
}
.foot-content li a:hover {
    color: #000 !important;
}
.user-icons ul li {
    vertical-align: middle;
}
.top-bar {
    background-color: #000000;
    text-align: right;
    padding: 4px 0;
}
.customer-sidebar-options span {
    margin: 0 0 10px;
}
.callback-details .tab-container {
    background-color: #b4d334;
}
.callback-details .tab,
.callback-details .tab.active {
    font-weight: 500;
}
.callback-details .close-callback-modal {
    color: #000;
    top: 10px;
    right: 20px;
}
.callback-details .tab.active:after {
    background-color: #000;
}
.modal-content .modal-body {
    box-shadow: 0 2px 6px rgba(0, 0, 0, .6);
}
.modal-dialog .close-login-modal {
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 2;
    cursor: pointer;
}
.customer-sidebar-options h3 {
    margin: 0 0 20px;
}
.top-bar .btn-primary {
    background-color: #86b010;
    border: 0;
    padding: 10px;
}
.top-bar .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list-link ul li {
    display: inline-block;
}
.foot-content ul li:after {
    content: '|';
    margin: 0 10px;
}
.foot-content ul li:last-child:after {
    display: none;
}

.top-bar {
    padding: 10px 0;
}
.top-bar .btn-primary {
    border: 0;
    padding: 10px;
    display: inline-block;
    padding-top: 8px;
    padding-right: 10px;
    padding-bottom: 8px;
    padding-left: 10px;
    font-size: 18px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    background-color: rgb(0 0 0);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-box-shadow: 0 3px 2px 0 rgba(94, 127, 0, 1);
    -moz-box-shadow: 0 3px 2px 0 rgba(94,127,0,1);
    box-shadow: 0 3px 2px 0 rgba(94, 127, 0, 1);
    margin-right: 15px;
}
.top-bar .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.hide-state-dropdown{
    display: none ;
    }

ul.footer-list li a i {
    color: #fff !important;
}

.visit_category{
    cursor: pointer;
}

/* NEW CSS */

/* updated css for home page */
.menu-cont {
    display: flex;
    gap: 15px;
    align-items: center;
}
.top-bar .container {
    justify-content: space-between;
}
.top-bar-main-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width:90%;
    max-width: 1320px;
    margin: 0 auto;
}
header.site-header {
    padding: 0;
}
.search-box {
    display: flex;
    justify-content: center;
    padding: 15px;
}
.search-box input[type="text"] {
    padding: 15px 30px;
    width: 100%;
    color:#fff;
    max-width: 600px;
    border-radius: 100px;
    background: #000;
    /* border: 1px solid #fff; */
    box-shadow: 0 3px 2px 0 rgb(142 189 7);
}


.navbar-nav
{
    overflow: hidden;
}
.category-container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: start;
    align-items: start;
}
.category-box {
    display: inline-flex;
    width: 100%;
    max-width: 300px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow:5px 5px 7px 5px #ccc;
    border-radius: 15px;
    min-height: 250px;
}
.category-box h3 a{color:#000;}

.navbar .navbar-nav{
        justify-content: center;
        gap: 20px;
}


/* Navbar Wrapper */
    .navbar{
        overflow:hidden;
        white-space:nowrap;
        position:relative;
    }



    /* Stop On Hover */
    .navbar-nav:hover{
        animation-play-state:paused;
    }

    /* Items */
    .nav-item{
        flex:0 0 auto;
    }

    /* Smooth Infinite Animation */
    @keyframes marquee{

        0%{
            transform:translateX(0);
        }

        100%{
            transform:translateX(-50%);
        }

    }
    
    
    
/* side bar menu */

/* Hamburger */
.menu-btn{
    position:relative;
    top:0px;
    left:20px;
    width:55px;
    height:55px;
    border:none;
    border-radius:50%;
    background:none;
    color:#fff;
    font-size:24px;
    cursor:pointer;
    z-index:99;
}

/* Overlay */
.overlay{
    position:fixed;
    inset:0;
    background:rgb(21 22 24 / 82%);
    backdrop-filter:blur(5px);
    opacity:0;
    visibility:hidden;
    transition:0.4s;
    z-index:998;
}

.overlay.active{
    opacity:1;
    visibility:visible;
}

/* Sidebar */
.sidebar{
    position:fixed;
    top:0;
    left:-320px;
    width:300px;
    height:100vh;
    background:#000;
    border-right:1px solid rgba(255,255,255,0.08);
    padding:20px;
    transition:0.4s ease;
    z-index:999;
    overflow-y:auto;
}

.sidebar.active{
    left:0;
}

/* Header */
.sidebar-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:35px;
}

.logo{
    color:#d9ff00;
    font-size:34px;
    font-weight:900;
}

.close-btn{
    width:38px;
    height:38px;
    border:none;
    border-radius:50%;
    background:#151824;
    color:#fff;
    cursor:pointer;
}

/* Label */
.label{
    color:#6d7485;
    font-size:11px;
    letter-spacing:3px;
    margin-bottom:20px;
    font-weight:700;
}

/* Menu */
.sidebar-menu{
    list-style:none;
    padding:0;
    margin:0;
    height: calc(100vh - 295px);
    overflow: auto;
}

.sidebar-menu > li{
    margin-bottom:16px;
    border:1px solid #2d3f00;
    border-radius:18px;
    overflow:hidden;
    background:#070b16;
}

/* Top Link */
.menu-link-side-bar{
    width:100%;
    background:none;
    border:none;
    color:#fff;
    padding:20px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    cursor:pointer;
    font-weight:700;
}

/* Left */
.menu-left{
    display:flex;
    align-items:center;
    gap:12px;
}

/* Dropdown */
.submenu{
    list-style:none;
    margin:0;
    padding:0 20px 20px;
    border-top:1px solid rgba(255,255,255,0.08);
}

.submenu li{
    margin-top:20px;
}

.submenu a{
    color:#a7b0c2;
    text-decoration:none;
    font-size:15px;
    font-weight:700;
    transition:0.3s;
}

.submenu a:hover{
    color:#bcfd4c;
}

.highlight a{
    color:#bcfd4c;
}
span.span-arrow {
    position: relative;
    top: -6px;
}
.sidebar-menu ul.submenu {
    text-align: left;
    padding: 0 19px 25px !important;
}
.sidebar .label {
    text-align: left;
}
.sidebar-header .logo{
    text-align: left !important;
}
.hamburger-menu-logo {
    display: flex;
    align-items: center;
}
.connect-business {
    position: fixed;
    bottom:20px;
    width: 100%;
    max-width: 258px;
}

/* updated css for card box */
.card-logo-holder {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 10px;
}
.card-logo-holder h2.food-card-title {
    margin: 0;
    line-height: 29px;
    font-size: 25px;
    text-align: left !important;
}
.card-header .card-logo-holder .ribbon {
    position: relative;
    width: auto;
    background: none !important;
    color: #86b010;
    padding: 0;
    right: 0 !important;
}
.section.card-tag-cont {
    border: none !important;
    padding: 0px 0 0 !important;
    margin: 0 0 20px !important;
}
.section.card-tag-cont .section.food-category-box {
    margin: 0;
}
.card-tag-cont span.pill {
    border: 1px solid #fff;
    margin: 0;
}
.card-tag-cont span.pill.active-tag {
    color: #000 !important;
}
.section.card-tag-cont .food-category-box {
    padding: 0;
}
.card-body.card-body-container {
    padding: 15px;
}
.card-header.card-food-header {
    padding: 40px 20px !important;
}
.card-marquee-cont {
    background: #000;
    padding: 10px;
}
.card-marquee-cont p {
    margin: 0px !important;
    color: #86b010;
}
.card-marquee-smalltext {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin: 8px 0 0;
}
.card-marquee-smalltext p {
    color: #fff;
    font-size: 12px;
}
.card-marquee-smalltext i {
    color: #86b010;
}

@media screen and (max-width:767px)
{
    .category-container{margin: 50px 0 55px 0;}
    .category-box{max-width: 155px; min-height: 190px;}
    .thumb-block img {width: 60px;}
    .prod-categories .thumb-block{min-height: auto;}
    .category-box h3 a {color: #000;font-size: 18px;}      
    .connect-business { bottom:80px; width: 100%; max-width: 258px;}
    .menu-btn{left: -10px;}
    .top-bar a.btn.btn-primary{padding: 10px 20px;width: 100%;}
}
    
    @media (max-width: 991px) {
      .copyright .col-md-6 {
          width: 100%;
          text-align: center;
      }
      .copyright .copyright-content {
          margin: 0 0 10px;
      }
      .copyright .footer-menu {
          text-align: center;
      }
    }

    @media (max-width: 768px) {
      .copyright {
          padding: 15px 0 60px;
      }
    }

    @media screen and (max-width: 768px) {
      .mob-footer {
        display: flex; /* Show on screens 768px or smaller */
      }
      .navbar-search-bar{
        display: none !important;
      }
      .show-mob-search-bar{
        display: block !important;
      }
      .show-mob-search-bar i {
        color: #bcfd4c;
        font-size: 18px;
      }
      .hide-user-icon{
        display: none !important;
      }
      .hide-state-dropdown{
        display: block !important;
      }
    }

    body.modal-open {
        overflow: hidden !important;
        touch-action: none;
        position: fixed;
        width: 100%;
    }

    @media screen and (max-width: 991px) {
      .footerlogo p {
          font-size: 14px;
      }
      footer h4 {
          font-size: 20px;
      }
      footer .list-link {
          margin: 0 0 30px;
      }
      footer .list-link:last-child {
          margin: 0;
      }
    }

@keyframes rotateGlobe {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 480px) {
    .banner-caption h1 {
        font-size: 32px;
    }
}
/* Search Result Page Ends Here*/

/* Responsive CSS Starts Here */

@media screen and (max-width: 1199px) {
    .right-info form {
        width: 75%;
    }
    .site-header .col-md-4:first-child {
        width: 25%;
    }
    .site-header .col-md-4:nth-child(2n) {
        width: 33.33333333%;
    }
    .site-header .col-md-4:last-child {
        width: 41%;
    }
    .site-desc .btn-group {
        flex-direction: column;
    }
    .btn-group a {
        margin: 0 0 10px;
        text-align: center;
    }
}

@media screen and (max-width: 991px) {
    .site-header .col-md-3 {
        width: 33%;
    }
    .site-header .col-md-9 {
        width: 67%;
    }
    .nav-logo .hamburger-menu {
        margin-right: 15px;
    }
    .nav-logo .logo {
        max-width: 80%;
    }
    .carousel-caption h1,
    .inner-banner-caption h1 {
        font-size: 30px;
        line-height: 38px;
    }
}

@media screen and (max-width: 768px) {
    .logo img {
        max-width: none;
        height: auto;
    }
}

@media screen and (max-width: 767px) {
    .site-header .col-md-4:first-child,
    .site-header .col-md-4:last-child {
        width: 33.33%;
    }
    .logo img {
        max-width: 100%;
    }
    .site-header .right-info {
        justify-content: end;
    }
    .right-info form {
        display: none;
    }
    .day-to-day h2 {
        font-size: 28px;
    }
    .day-product button,
    .categories-slider button, .business-slider button {
        left: 0;
        transform: translateY(-90%);
        min-height: 50px;
        min-width: 50px;
        background-size: 100%;
    }
    .day-product button.slick-next,
    .categories-slider button.slick-next, .business-slider button.slick-next{
        right: 0;
        background-size: 100%;
    }
    .categories-slider button, .business-slider button {
        transform: translateY(-50%);
    }
    .day-product .slick-slide h3 {
        font-size: 20px;
    }
    .mobile-right-info form {
        display: block;
    }
    .site-banner .carousel-indicators {
        margin-bottom: 0;
        bottom: 7px;
    }
    .carousel-caption .btn {
        padding: 10px;
        font-size: 12px;
    }
    .site-header .col-md-3 {
        width: 50%;
    }
    .nav-logo .hamburger-menu {
        margin-right: 15px;
    }
    .site-header .col-md-9 {
        width: 50%;
    }
    .nav-logo .logo {
        max-width: 70%;
    }
    .right-info form {
        width: 100%;
    }
    .right-info form {
        margin: 15px 0 0;
    }
    .navbar .navbar-nav {
        white-space: nowrap;
        justify-content: start;
        overflow: initial;
    }
    .navbar .navbar-collapse {
        overflow-x: auto;
    }
    .navbar-collapse::-webkit-scrollbar {
        height: 8px;
    }
    .navbar-collapse::-webkit-scrollbar-track {
        background-color: #f1f1f1;
        border-radius: 10px;
    }
    .navbar-collapse::-webkit-scrollbar-thumb {
        background-color: #888;
        border-radius: 10px;
    }
    .navbar-collapse::-webkit-scrollbar-thumb:hover {
        background-color: #555;
    }
    .carousel-item .carousel-caption {
        display: block !important;
        top: 42%
    }
    .carousel-caption .btn {
        padding: 12px;
    }
    .site-banner img {
        display: none;
    }
    .site-banner .mob-banner {
        display: block;
    }
    .day-product .thumb-block {
        min-height: 200px;
    }
    .category-site-banner img {
        display: block;
    }
    .site-desc a {
        width: 100%;
    }
    .category-site-banner .inner-banner-caption {
        transform: none;
        position: relative;
        z-index: 2;
        top: auto;
        padding: 40px 0;
    }
    .site-desc .btn-group {
        width: 100%;
    }
    .call-back a {
        text-align: center;
        margin: 0;
    }

    .categories-slider .slick-prev {
        left: 0;
    }
    .site-sections {
        padding: 50px 0 0;
    }
    .category-thumb img {
        max-height: max-content;
    }
    .popular-categories .category-block {
        padding: 50px 25px !important;
    }
    .prod-categories h2 {
        font-size: 34px;
        margin: 0 0 15px;
    }
    .latest-business h2 {
        font-size: 34px;
        margin: 0 0 15px;
    }
    .about-city {
        padding: 50px 0;
    }
    .city-desc h2 {
        font-size: 34px;
        margin: 0 0 15px;
    }
     .banner-caption h1 {
        font-size: 40px;
    }
     /* request a call back css */
    #request-a-call-modal-form .close-callback-modal {
        top: 6px;
    }
    /* end request a call back css */

        /* home page latet changes */
    #carouselExampleCaptions .carousel-caption p {
        font-size: 1rem;
    }
    #carouselExampleCaptions .carousel-caption a.btn.btn-primary {
        padding: 5px 15px;
        font-size: 16px;
    }
    .top-bar a.btn.btn-primary {
        padding: 2px 20px;
        margin: 0;
        font-size: 16px;
        width: auto;
    }
    header.site-header{padding:10px 0;}
    .user-icons.text-end ul {display: flex;gap: 10px;}
    .row.join-cityzoop-container h2 {
        text-align: left;
        font-size: 2rem;
    }
    .footer-container {
        padding: 10px 10px 90px;
    }
    .footer-container .copyright-content
    {
        align-items: start;
        flex-direction: column;
        padding: 10px 0;
    }
    .footer-menu ul li {    
        width: 45%;
    }
    .footer-menu ul li a {
        font-size: 15px !important;
    }
    .footer-menu {
        margin: 0 0 16px;
    }
    .row.footer-bottom .col-md-6 {
        padding: 0;
    }
    ul.footer-list {
        justify-content: center;
    }

    .popular-categories .category-block {
        padding: 1px !important;
    }
    .popular-categories button.slick-arrow {
        display: none !important;
    }

    section.popular-categories.latest-business:before{
        display:none;
    }

    /* end home page latet changes  */
}

@media screen and (max-width: 479px) {
    .navbar-nav .dropdown-menu {
        min-width: 300px;
    }
    .carousel-caption h1,
    .inner-banner-caption h1 {
        margin: 0 0 10px;
        font-size: 21px;
        line-height: 30px;
    }
}

