.my_product_img{
    width:255px;
    height: 170px;
    object-fit: contain;


}
.no-seperator-image .food-item .food-info {

    left: 270px!important;
}
.partners_link{
    text-decoration:none;
    padding: 10px;
    transition: .2s all;
}
.partners_link:hover::after{
    display:none;
}

.partner_logos{
    width: 80%;
    height: 120px;
    object-fit: contain;

    display: block;
    margin: 0 auto;
    transition: .5s;


}
.partner_logos:hover{
    transform:scale(1.3);
}

@media only screen and (max-width: 767px) {
    .partners_link{
        display:block!important;
        width:50%;
        margin-left: auto;
        margin-right:auto;
        margin-top: 20px;
        margin-bottom:30px;
    }
    .partner_logos{
        width:100%;
    }
}
@media only screen and (max-width: 480px) {
    .partners_link{

        width:80%;

    }

}

@media (max-width: 991px) {
    .no-seperator-image .food-item .food-info {
        position: relative!important;
        top: 85px!important;
        left: auto!important;
        width: 100%!important;
        display: inline-block!important;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        padding: 15px;
    }
    .my_product_img{
        width:100%;

        height:auto;
        display: block;
        object-fit: contain;
    }
    .no-seperator-image .food-item .food-info {

        left: auto!important;
    }
}
@media (min-width: 991px) {
    .cms-menu-grid1 .item-name{
        padding-bottom: 0px;
        padding-top: 35px;
    }
}
@media only screen and (max-width: 599px) {
    .no-seperator-image .food-item .food-info {

        left: auto!important;
    }
    .no-seperator-image .food-item .food-info {

        top: auto!important;

    }


}
.my_image_2{
    width: 100%;
    height: 75vh;
    object-fit: cover;
}
.product_text_box{
    display: flex;
    justify-content: center;
    align-items: center;
}
@media only screen and (max-width: 991px) {
    .my_image_2 {
        width: 100%;
        height: auto;
        object-fit:fill;
    }

    .product_text_box {
        display: block;
        padding-top:30px;
        padding-bottom:100px;
    }
    .product_text_box div{
      padding-top:30px;
    }
}





.success_message_box{

    position: fixed;
    width: 100%;
    display:none;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    cursor: pointer;
    background:rgba(0, 0, 0, .3);
}
.success_message{
    width: 300px;
    height: 200px;
    display:none;
    border-radius: 20px;
    padding: 25px;
    position: fixed;
    top: 50%;
    left: 50%;
    background: white;
    transform: translate(-50%,-50%);
    z-index: 9999999999999999999;

}

.success_message_close{
    position: absolute;
    right: 20px;
    cursor: pointer;
    top: 10px;
    padding: 3px;
}
.success_message p{
    padding: 5px 0;
    text-align: center;
}
.success_message_icon{
    display: flex;
    justify-content: center;
    align-items: center;
}
.success_message_icon i{
    color:  #f7c016;
    font-size: 80px;
}

@media only screen and (max-width: 1199px) {
    #site-header-wrap .site-branding img {
        max-height: 42px;
    }
    .my-row{
        justify-content: start!important;
    }
    #site-header-wrap .site-header-right {

        position: absolute;
        top: 31%;
        right: 15px;
        margin-right:50px;
    }
}
.prevlink{
    padding-right:10px;
    font-size:17px;
}
.prevlink i, .nextlink i{

    padding:0px 10px;
}
.nextlink{

    padding-left: 10px;
    font-size:17px;

}



.events-boxs{
    position: relative;
}
.event_box{
    width: 400px;
    
    position: relative;
    float: left;
    margin:20px 0;



}


.event-item-inner{
    padding-left: 15px;
    padding-right: 15px;
    /* height: 0px; */
    transition: .3s;
}

.event-featured{
    box-sizing: border-box;
    position: relative;
}
.event-featured a{
    position: relative;
}
.event-featured a img{
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.event-body{
    border: 3px solid #fff;
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    overflow: hidden;
    margin-left: 15px;
    margin-right: 15px;

}
.event-title{
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    padding: 20px 5px;
    margin-bottom: 0;
    text-transform: uppercase;
    position: relative;
    font-size: 16px;
    font-family: OpenSans-Semibold;
}
.event-title:before {
content: "\f0d7";
font-family: FontAwesome;
color: #fff;
position: absolute;
bottom: 2px;
left: 50%;
-webkit-transform: translateX(-50%);
-khtml-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
font-size: 15px;
}
.event-title span{
    cursor: pointer;
    color: #fff;
}
.event-holder{
    color: #c9c8c6;
    padding: 0 13px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.5s linear 0s;
    -khtml-transition: all 0.5s linear 0s;
    -moz-transition: all 0.5s linear 0s;
    -ms-transition: all 0.5s linear 0s;
    -o-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
    z-index: 2;
    max-height: 0;
    overflow: hidden;
}
.event-item-inner:hover .event-holder {
    max-height: 1000px;
}
.event-content{
    padding-top: 15px;
    position: relative;
    margin-bottom: 20px;
}
.event-button{
    text-align: center;
}
.event-button-more{
    color: #fff;
    margin-bottom: 0;
    background-color: #601919;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 15px;
    color: white;
    font-size: 12px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 3px #601919;
    -khtml-box-shadow: 0 3px #601919;
    -moz-box-shadow: 0 3px #601919;
    -ms-box-shadow: 0 3px #601919;
    -o-box-shadow: 0 3px #601919;
    box-shadow: 0 3px #601919;
    }

    @media(max-width:1400px)
    {
       .event_box{
           width: 500px;
           margin: 17px 30px;
       }
    }
    @media(max-width:1200px)
    {
       .event_box{
           width: 420px;
           margin: 17px 28px;
       }
    }
    @media(max-width:991px)
    {
       .event_box{
           width: 500px;
           margin: 17px 120px;
       }
    }
    @media(max-width:768px)
    {
        .events-boxs{
            flex: 0 0 100%;
            max-width: 100%;
        }
       
        .event_box{
            width: 500px;
            float: none;
            margin: 17px auto;
        }

    }
    @media(max-width:568px)
    {
        .event_box{
            width: 400px;
            float: none;
            margin: 17px auto;
        }
        .event-content{
            padding-top: 5px;
            position: relative;
            margin-bottom: 5px;
            font-size: 14px;
            /* line-height: 15px; */
        }
        .event-title{
            background: rgba(0, 0, 0, 0.8);
            text-align: center;
            padding: 10px 5px;
            margin-bottom: 0;
            text-transform: uppercase;
            position: relative;
            font-size: 14px;
            font-family: OpenSans-Semibold;
        }
        .event-title:before{
            margin-bottom: -5px;
        }
        .event-button-more{
            color: #fff;
            margin-bottom: 0;
            background-color: #c79c60;
            line-height: 38px;
            font-weight: bold;
            text-align: center;
            text-transform: uppercase;
            padding: 10px 10px;
            color: white;
            font-size: 10px;
            -webkit-border-radius: 5px;
            -khtml-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
            border-radius: 5px;
            -webkit-box-shadow: 0 3px #601919;
            -khtml-box-shadow: 0 3px #601919;
            -moz-box-shadow: 0 3px #601919;
            -ms-box-shadow: 0 3px #601919;
            -o-box-shadow: 0 3px #601919;
            box-shadow: 0 3px #601919;
            }

    }
    @media(max-width:410px)
    {
        .event_box{
            width: 350px;
            float: none;
            margin: 17px auto;
        }
        .event-content{
            padding-top: 3px;
            position: relative;
            margin-bottom: 5px;
            font-size: 13px;
            /* line-height: 15px; */
        }
        .event-button-more{
            color: #fff;
            margin-bottom: 0;
            background-color: #c79c60;
            line-height: 38px;
            font-weight: bold;
            text-align: center;
            text-transform: uppercase;
            padding: 7px 7px;
            color: white;
            font-size: 8px;
            -webkit-border-radius: 5px;
            -khtml-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
            border-radius: 5px;
            -webkit-box-shadow: 0 3px #601919;
            -khtml-box-shadow: 0 3px #601919;
            -moz-box-shadow: 0 3px #601919;
            -ms-box-shadow: 0 3px #601919;
            -o-box-shadow: 0 3px #601919;
            box-shadow: 0 3px #601919;
            }

    }
    @media(max-width:360px)
    {
        .event_box{
            width: 300px;
            float: none;
            margin: 17px auto;
        }

    }
    @media (max-width:1024px) {
            #page{
            padding-bottom: 120px!important;

        }
    }

#menu-item-5435-232ds{
    display:none!important;
}


.mobile_chanege_lan{
    display:inline-block!important;
    margin-right:20px;
}
@media(max-width:991px){
    #menu-item-5435-232ds{
        display:block!important;
    }
}
