.main-logo {
    width: 225px;
}

.order-cta {
    display: flex;
    align-items: center;
}

.order-cta .order-img {
    width: 100px;
    margin-right: 15px;
}

.list-social.style-2 a.facebook {
    background-color: #1877F2;
}

.list-social.style-2 a.twitter {
    background-color: #1DA1F2;
}

.list-social.style-2 a.youtube {
    background-color: #CD201F;
}

.list-social.style-2 a.instagram {
    background-color: #E4405F;
}

.list-social.style-2 a:hover {
    background-color: #fff;
    color: #222;
}

/* .swiper-slide .slide-img-container {

    
    width: 100%;
    height: 90vh;
}

.swiper-slide .slide-img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
} */

.outlet-box {
    border: 1px solid #752024;
    padding: 0;
    margin-bottom: 30px;
}

.outlet-box .outlet-address {
    background: #752024;
    padding: 10px 0;
}

.outlet-box .outlet-address h1 {
    font-size: 20px;
    text-align: center;
    color: #fff;
    padding: 0;
    margin: 0;
    font-weight: 500;
}

.cl.hover-text a:hover {
    color: #fff;
    transition: all 0.3s;
}

.page-section-title {
    margin: 50px 0;
}

.outlet-gallery-box .img-popup {
    margin-bottom: 30px;
}

.outlet-gallery-box .img-popup a .outlet-img-box {

    width: 100%;
    min-height: 300px;
    max-height: 300px;
    overflow: hidden;

}

.outlet-gallery-box .img-popup a .outlet-img-box img {

    width: 100%;
    min-height: 300px;
    /* max-height: 300px; */
    object-fit: cover;

}

.outlet-logo-section {
    margin-top: 50px;
}

.list-t a:hover {
    color: #fff;
}

.order-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.order-cta h6 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 0;
}

.sidebar-content p a:hover {
    color: #fff;
}

@media(max-width:1300px) {
    .header.style-2 #site-header-inner .main-nav {
        left: 20.9%;
    }

    .home-2 .chef-restaurant>img.item-right {
        position: absolute;
        right: -24px;
        top: -100px;
        width: 32%;
    }

    .home-2 .chef-restaurant>img.item-left {
        position: absolute;
        left: -8px;
        top: -102px;
        width: 32%;
    }
}