@media (max-width: 991px) {
    .tiTTle h2 {
        text-align: center;
    }

    .social-logo {
        justify-content: center !important;
    }

    .contact-details1 {
        padding-left: 3rem;
    }
}

@media (max-width: 575px) {

    .social-logo {
        justify-content: center !important;
    }



    .contact-details1 {
        padding-left: 1rem !important;
    }

    .footer-content ul,
    ul {
        gap: 0.5rem !important;
    }

}

@media (max-width: 330px) {
    .contact-details1 {
        padding-left: 0.5rem !important;
    }
}

@media (max-width: 990px) {
    .contact-details1 {
        position: 0;
        padding-right: 0;
        padding-left: 0;
    }

    .opening-hours1 {
        justify-content: center;
    }

}

@media (max-width:990px) {
    .footText .row {
        flex-direction: row;
        flex-wrap: nowrap;
    }

}


@media (min-width: 100px) and (max-width: 575px) {
    .opening-hours1 {
        justify-content: none;
        width: fit-content;
        padding-left: 3rem !important;
    }

    .contact-details1 {
        width: fit-content;
    }

    .footer-content ul li a {
        font-size: 14px !important;
    }
}

.foTTer {
    background-color: black;

}

.opening-hours1 {
    display: flex;
    flex-wrap: wrap;

    background-color: none;

    padding: 10px;

    padding-left: 0 !important;
}

.info-block {
    font-size: 14px;
    font-family: 'eff', sans-serif;

    margin-bottom: 20px;
    color: white;
    /* Set text color to white */
}

.info-block strong {
    font-weight: bold;

    color: #B09044;

}

.contact-section {
    margin-top: 30px;
    margin-bottom: 30px;
}

.contact-details1 {
    font-size: 14px;

    color: white;

}

.contact-details1 strong {
    font-weight: bold;
}

.contact-details1 a {
    color: #B09044;

}




.social-logo {
    display: flex;
    /* flex-direction: row; */
    text-align: left;
    align-items: left;
    justify-content: left;
    margin-left: 0 !important;
}


.logo {
    display: flex;
    justify-content: space-around;
    background-color: none !important;


    margin: 5px;
    padding: 5px;
    height: 3rem;
    width: 2.5rem;
    cursor: pointer;
    max-height: 50px;
}

.social-logo :hover {

    transform: scale(1.1);
}







.logo1 {
    height: max-content;
    width: 3rem;

}




.cprText {
    text-decoration: none;
    color: white;
}



@media (min-width: 600px) and (max-width: 990px) {}




.footer-content ul,
ul {
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    list-style: none;
    font-size: 12px;
    margin-top: 0;

}

.footer-content ul li :hover {
    color: #c59d5f;
    border-bottom: 1.5px solid #c59d5f;


}





.footer-content-2 ul li :hover {
    color: #c59d5f;
    border-bottom: 1.5px solid #c59d5f;


}

.footer-content {
    display: flex;
    align-items: center;
    justify-content: center;

}

.footer-content-2 ul {
    flex-wrap: wrap;
}

.footer-content-2 ul li {
    font-size: 10px;
    color: #b08f44;

    list-style: none;

}

.footer-content-2 ul li a {
    text-decoration: none;
    color: #b08f44
}

.footer-content ul li a {
    text-decoration: none;
    color: white;
}


.footerContainer {
    padding: 1rem 0;
    background-color: black;
    width: 100%;
    z-index: 1;
}

@media (min-width: 100px) and (max-width: 710px) {
    .footerContainer {
        flex-wrap: nowrap;
        font-size: 8px;

        align-items: center;
        padding: 20px;
        gap: 8px;
        width: 100%;
    }

    .footer-content,
    .footer-content-2 {
        text-align: center;
        width: 100%;

    }

    .footer-content ul li,
    .footer-content-2 ul li {
        margin-bottom: 10px;
    }
}

.foTTer {
    margin-right: 0 !important;
}

.frme {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.backtop a {
    text-decoration: none !important;


}

.backtop {
    position: relative;
    z-index: 1;
}

.footer-content ul li {
    font-size: 1rem;
}

.footer-content-2 ul li {
    font-size: 0.8rem;
}

.cartModal {
    padding: 1rem !important;
}

.availablepromo {
    border-radius: 15px !important;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px !important;
}

.font_size_16 {
    font-size: 16px;
}

.responsive-iframe {
    width: 100%;
    height: 100%;
    border: 0;
    min-height: 350px;
}

.white_color {
    color: white;
}

.white_spce_color {
    white-space: nowrap;
    font-size: 14px;
    color: #ffffff;
}