@media (max-width: 480px) {
    @keyframes show-toast {
        0% {
            top: -3rem;
        }
        100% {
            top: 4rem;
        }
    }
}

@media (max-width: 480px) {
    .show-notification {
        position: fixed;
        right: 20px;
        top: 4rem;
        animation-name: show-toast;
        animation-duration: 0.3s;
        animation-iteration-count: 1;
        z-index: 1000;
    }
}

@media (max-width: 480px) {
    @keyframes hide-toast {
        from {
            top: 4rem;
        }
        to {
            top: -10rem;
        }
    }
}


.btn {
    padding: 2px 1.75em;
    font-size: 12px;
    cursor: pointer;
}

.hide-notification {
    /* Uncomment and complete these properties if needed */
    /* animation-name: show-toast; */
    /* animation-direction: reverse; */
    /* animation-delay: 6s; */
    /* animation-duration: ; */
}

.main-search.fancy .field-holder input[type="text"] {
    color: #000000 !important;
}

table > tbody > tr > td {
    border: none !important;
}

#opening_hours select {
    padding: 5px 10px !important;
}

.btn-success.add_hour {
    padding: 7px 15px;
}

/* Hide radio button */
.payment-method [type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

/* Image style */
.payment-method [type=radio] + img {
    cursor: pointer;
    padding: 5px;
}

/* Checked style */
.payment-method [type=radio]:checked + img {
    outline: 2px solid #ff0000;
}


@media only screen and (max-width: 480px){
    a.get-start-btn{
        display: block;
        margin-top: 15px !important;
        margin-left: 0 !important;

        background-position: left;
    }
    .user-dashboard{
        width: 100% ;
    }
}

/* Mobile menu toggle button */
@media only screen and (max-width: 480px) {
    .mobile-menu-toggle {
        display: none;
        background: none;
        border: none;
        cursor: pointer;
        padding: 10px;
    }
    .user-dashboard{
        width: 100% ;
    }
}

@media only screen and (max-width: 480px) {
    .mobile-menu-toggle span {
        display: block;
        width: 25px;
        height: 3px;
        background-color: #fff;
        margin: 5px 0;
    }
}
/* Responsive styles */
@media only screen and (max-width: 480px) {
    .mobile-menu-toggle {
        display: block;
    }

    .main-nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #333;
        padding: 20px;
    }

    .main-nav.active {
        display: block;
    }

    .main-navigation ul {
        flex-direction: column;
    }

    .main-navigation ul ul {
        position: static;
        background-color: transparent;
    }

    .main-navigation ul ul li {
        padding-left: 20px;
    }

    .main-location, .login-option {
        display: none;
    }

    .col-lg-8, .col-lg-4 {
        width: 100%;
    }

    .d-flex {
        flex-wrap: wrap;
    }
}

.vonnit-nav-right.active {
    z-index: 1000;
    position: relative;
    background-color: #ffffff;
}

.user-account-nav .user-nav-list ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.user-account-nav .user-nav-list ul li {
    margin-bottom: 10px; /* Space between items */
}

.user-account-nav .user-nav-list ul li a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit; /* Adjust as needed */
    padding: 10px;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.user-account-nav .user-nav-list ul li a:hover {
    background-color: #f0f0f0; /* Adjust hover color */
}

.user-account-nav .user-nav-list ul li a i {
    margin-right: 10px; /* Space between icon and text */
    font-size: 18px; /* Adjust icon size */
    color: #dc3545; /* Adjust icon color */
}

.user-account-nav .user-nav-list ul li.active a {
    background-color: #e9ecef; /* Active item background */
    color: #dc3545; /* Active item text color */
}

.rate > input{
    display: none;
}

.rate{
    display: inline-block;;
    border: 0;
}

.rate > label{
    float: right;
}

.rate > label:before{
    display: inline-block;
    font-size: 1.1rem;
    font-family: FontAwesome;
    content: "\f005";
    margin: 0;
    padding: 0.3rem .2rem;
    cursor: pointer
}

.rate .half:before{
    content: "\f089";
    position: absolute;
    position-right: 0;
}

input:checked ~ label, label:hover ~ label{
    color: #ffb503
}

input:checked + label:hover, input:checked ~ label:hover, input:checked ~ label:hover ~ label,
label:hover ~ input:checked ~ label{
    color: #cc9000;
}

.star-rating i{
   color: #ffb503 !important;
}

ul.thumb{
    margin:0 auto;
    padding: 0;
    float: left;
}

ul.thumb li{
    list-style: none;
    margin: 10px;
}

ul.thumb li img{
    width: 80px;
    height: 80px;
    border: 1px solid grey;
}

/* Hero Section */
    .hero-section {
        padding-top: 200px;
        padding-bottom: 150px;
        color: #fff;
        background-size: cover;
        background-position: center;
    }
    .hero-content h6 {
        font-size: 18px;
        font-weight: 600;
    }
    .hero-content h1 {
        font-size: 48px;
        font-weight: bold;
        margin: 10px 0;
    }
    .get-started-btn {
        padding: 10px 20px;
        font-size: 18px;
    }

    /* Benefits Slider */
    #benefitsCarousel .carousel-inner {
        background-color: #f8f9fa;
        padding: 20px 0;
        border-radius: 8px;
    }
    #benefitsCarousel h4 {
        font-size: 24px;
        font-weight: bold;
        color: #333;
    }

    /* Products and Stores Section */
    .section-header h2 {
        font-size: 28px;
        font-weight: bold;
        color: #333;
    }
    .section-header p {
        font-size: 16px;
    }

    /* Product and Store Cards */
    .product-card, .store-card {
        border: none;
        transition: transform 0.3s ease;
        border-radius: 8px;
        overflow: hidden;
    }
    .product-card:hover, .store-card:hover {
        transform: translateY(-5px);
    }
    .product-card .product-image {
        height: 250px;
        object-fit: cover;
        transition: transform 0.3s ease;
    }
    .product-link:hover .product-image {
        transform: scale(1.05);
    }
    .card-title {
        font-size: 12px;
        font-weight: bold;
        color: #333;
        margin-bottom: 8px;
    }
    .vendor-name {
        /* background-color: #ffc107; */
        color: #333;
        text-decoration: none;
        padding: 5px 10px;
        font-size: 13px;
        border-radius: 15px;
    }
    .card-price {
        font-size: 18px;
        font-weight: bold;
        color: #333;
        margin-bottom: 12px;
    }

    /* Buttons */
    .btn-danger {
        background-color: #c82333;
        border-color: #dc3545;
        color: #fff;
    }
    .btn-danger:hover {
        background-color: #c82333;
        border-color: #bd2130;
    }

    /* Responsive Layout */
    @media (max-width: 991px) {
        .hero-content h1 {
            font-size: 36px;
        }
    }
    @media (max-width: 767px) {
        .hero-section {
            padding-top: 100px;
            padding-bottom: 100px;
        }
        .hero-content h1 {
            font-size: 30px;
        }
        .col-lg-3.col-md-4.col-sm-6 {
            flex: 0 0 50%;
            max-width: 50%;
        }
    }

.slider-content:hover {
    transform: translateY(-5px); /* Moves the card up slightly */
    transition: transform 0.3s ease-in-out;
}



/* Spinner Container */
#spinner {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.85);
    z-index: 10000;
}

/* Sleek Spinner */
.spinner {
    width: 50px;
    height: 50px;
    border: 6px solid transparent;
    border-top: 6px solid #c82333;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

.spinner-inner {
    position: absolute;
    width: 30px;
    height: 30px;
    border: 6px solid transparent;
    border-bottom: 6px solid #c82333;
    border-radius: 50%;
    animation: spinReverse 0.8s linear infinite;
}

/* Spinner Animation */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes spinReverse {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(-360deg); }
}


 .rating-stars {
        display: flex;
        flex-direction: row-reverse;
        justify-content: flex-start;
    }


    .star-label {
        font-size: 30px;
        color: #ccc; /* Default star color */
        cursor: pointer;
        transition: color 0.2s ease-in-out;
    }

    .rating-stars input[type="radio"]:checked + .star-label,
    .rating-stars input[type="radio"]:checked ~ .star-label {
        color: #FFD700; /* Gold for selected stars */
    }

    .rating-stars .star-label:hover,
    .rating-stars .star-label:hover ~ .star-label {
        color: #FFD700; /* Highlight stars on hover */
    }



.input-fixer{
    border: 1px solid #ececec;
    border-radius: 4px;
    height: 100% !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 20px;
    font-size: 12px;
    width: 100% !important;
    background-color: #ccc;
}

@media (max-width: 767.98px) {
  .card-2.categories {
    width: 120px !important;
  }
  .slick-track {
    margin-top: 20px !important;
  }
}

.btn-category{
  background-color: #f6eded !important;
  color: #000000;
}


.product-content-wrap h2 a {
    font-size: 13px !important;
    line-height: 1.2 !important;
    max-height: 2.4em !important;
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    text-overflow: ellipsis !important;
    word-break: break-word !important;
    white-space: normal !important;
}

@media (max-width: 576px) {
    .product-content-wrap h2 {
        font-size: 13px;
        max-height: 2.6em;
    }
}
