
button{
    border: none;
}
.view_all a{
    font-size: 1.9rem;
    font-weight: 300;
    text-decoration: underline;
    position: relative;
    left: 94%;
}
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 92%;
    height: 100%;
    object-fit: cover;
    margin: 1rem 2rem;
}
.phone-home{
    display: none;
}

.categores_img{
    width: 56%;
    margin: auto;
}
.cat-title {
    color: #333;
    font-weight: 600;
    letter-spacing: -.01em;
    transition: color .3s, box-shadow .3s;
    font-size: 11px;
}
.cat {
    min-height: 78px;
}
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffc107; /* Full white background */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 9999;
    padding: 20px;
}

.popup-content {
    text-align: center;
    width: 100%;
}

.popup-logo {
    width: 100px;
    height: 71px;
    margin: auto;
}

.popup-content h2 {
    font-size: 28px;
    margin-bottom: 10px;
    color: #333;
}

.popup-content p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 30px;
}

#closePopup {
    background: #4CAF50;
    color: white;
    border: none;
    padding: 12px 25px;
    border-radius: 8px;
    font-size: 18px;
    cursor: pointer;
}
@media screen and (max-width: 600px) {
    .phone-home{
        display: block;
        margin-top: 4rem;
    }
    .home{
        display: none;
    }
    .high-quality-icone{
        width: 21% !important;
        margin: auto;
    } 
    .banner-group-2 .banner {
        min-height: 121px;
    }
    .view_all a{
        left: 77%;
    }
    .col-6 {
        /* -ms-flex: 0 0 50%; */
        flex: 0 0 24%;
        max-width: 28%;
    }
    .categores_img {
        width: 100%;
        margin: auto;
    }
    .container {
        max-width: 96%;
    }
    .cat-content {
        line-height: 17px;
    }
}
@media screen and (min-width: 1200px) {
    .col-xl-8col {
        flex: 0 0 12.5%;
        max-width: 12.5%; 
        margin: auto;
    } 
}
@media screen and (max-width: 380px) {
    .col-6 {
        /* -ms-flex: 0 0 50%; */
        flex: 0 0 24%;
        max-width: 24%;
    }
}

/* Cookie Consent Pop-up Styles */
.cookie-consent-popup {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ffd04d;
    color: #fff;
    padding: 20px 30px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    display: none;
    max-width: 90%;
    text-align: center;
}

.cookie-consent-popup p {
    margin-bottom: 15px;
    font-size: 1.5rem;
    line-height: 1.5;
    color: #000000;
}

.cookie-consent-popup a {
    color: #fcfeff; /* Light blue for links */
    text-decoration: underline;
}

.cookie-consent-popup .cookie-accept-btn {
    background-color: #000000;
    color: #fff;
    border: none;
    padding: 10px 25px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1.5rem;
    transition: background-color 0.3s ease;
}

.cookie-consent-popup .cookie-accept-btn:hover {
    background-color: #000000; /* Darker on hover */
}