/*---------------------- Pizza Menu Section end-------------- */
.our_menu_list_main_box_sub {
    display: flex;
}

.our_menu_list_sidebar {
    width: 255px;
    background-color: #FAEDDC;
}

.our_all_menu_list_box {
    width: calc(100% - 255px);
}
.pizza_category_img_box {
    width: 58px;
    height: 58px;
    display: flex;
    margin: auto;
    background: #FFFFFF;
    border-radius: 50%;
    border: 2px solid #8D8D8D;
    transition: 0.6s ease;
    display: none !important;
}
.active_sub_cat .pizza_category_img_box {
    border: 2px solid #FA0B22
}
.pizza_category_name{
    transition: 0.6s ease;
}
.active_sub_cat .pizza_category_name{
    color: #FA0B22;
}
.pizza_category_img_box img {
    object-fit: contain;
    margin: auto;
}
.pizza_category_item {
    padding: 28px 0;
    text-align: center;
    cursor: pointer;
}
.pizza_category_name {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    padding-top: 0;
    /* width: min-intrinsic;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    display: table-caption;
    display: -ms-grid;
    -ms-grid-columns: min-content; */
    margin: auto;
    text-align: center;
    line-height: 1.3;
}
.our_all_menu_list_box{
    /* background-image: url(/wp-content/uploads/2025/06/our_menu_list_bg.jpg); */
    background: #fff !important;
}
.menu_sdebar_main_content_logo_box img {
    width: 161px;
    height: 74px;
    object-fit: contain;
    margin: auto;
    display: block;
    margin-top: 0;
    margin: auto;
}
.menu_sdebar_main_content_logo_box {
    height: 145.8px;
    border-bottom: 1px solid #cda880;
    display: flex;
}
.menu_sdebar_main_content_location_box {
    text-align: center;
    margin-top: 59px;
}
.menu_sdebar_main_content_time_box,.menu_sdebar_main_content_call_box{
    text-align: center;
}
.menu_sdebar_main_content_location,.menu_sdebar_main_content_call {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 500;
}
.menu_sdebar_main_content_time_box{
    margin: 105px 0;
}
.menu_sdebar_main_content_title_heading {
    margin-top: 15px;
    margin-bottom: 7px;
}
.menu_sdebar_main_content_title {
    margin-top: 15px;
}
.our_all_menu_category_list_box {
    box-shadow: 0px 4px 15px 0px #0000000A;
}
.pizza_category_name_box {
    display: flex;
}
.pro_cat_name_box_inr span {
    font-size: 40px;
    line-height: 1.1;
    font-family: "Viaoda Libre", serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #000000;
}
.pro_info_main_box_inner {
    display: flex;
    align-items: center;
}
.pro_main_box {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -50px;
}
.pro_info_main_box {
    width: 50%;
    margin-bottom: 120px;
    padding: 0 50px;
}
.our_all_menu_pizza_list_box {
    padding: 65px 80px;
    background-color: #f8f7f2;
    position: relative;
}
.pro_desc_main_box {
    padding-left: 40px;
}
.pro_cat_name_box_inr {
    margin-bottom: 10px;
    margin-top: 78px;
}
.pro_cat_info_main_box:first-child .pro_cat_name_box_inr{
    margin-top: 0 !important;
}
/* .pro_cat_info_main_box:first-child  .pro_cat_name_box_inr{
    margin-top: 0 !important;
} */
.our_all_menu_category_list_box,
.our_menu_list_sidebar {
  position: sticky;
  top: 0;
  /* background: #fff; */
  z-index: 9999;
  transition: transform 0.3s ease;
}
.our_menu_list_sidebar{
     background-image: url(/wp-content/uploads/2025/11/side_bar_bg.jpg);
}

.our_all_menu_category_list_box.sticky-active,
.our_menu_list_sidebar.sticky-active {
  transform: translateY(0);
box-shadow: 0px 4px 15px 0px #0000000A;

}

.menu_sdebar_main_content_box {
  position: sticky;
  top: 23px; 
  z-index: 10;
}
.pro_desc_ttl_box_inner {
    font-size: 22px;
    color: #013F16;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.pizza_small_des {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 27px;
    margin: 15px 0 20px;
    letter-spacing: 0;
}
.pizza_prices_box {
    display: flex;
    justify-content: space-between;
}
.pizza_left_price_top,.pizza_right_price_top {
    font-size: 20px;
    line-height: 27px;
    color: #000;
    font-weight: 500;
    text-transform: capitalize;
}
.pizza_left_price_yellow_color {
    color: #C98300;
    font-weight: 600;
}
.pro_info_img_boxx {
    width: 284px !important;
}
.pro_desc_main_box{
    width: calc(100% - 284px) !important;
}
.pizza_left_price_bottom, .pizza_right_price_bottom {
    margin-top: 7px;
}
.pro_info_main_box:last-child,.pro_info_main_box:nth-last-child(2) {
    margin-bottom: 0 !important;
}
/* .bnr_img_slide_con img {
  transition: opacity 0.6s ease-in-out;
  opacity: 1;
}
.bnr_img_slide_con img.fade-out {
  opacity: 0;
} */
 .menu_sdebar_main_parent_cat .cat_top_col_inner {
    display: block;
}
.our_all_menu_category_list_box {
    /* display: flex; */
    /* justify-content: space-around; */
    border-bottom: 1px solid #cda880;
}
.cat_top_col_inner_sub {
    margin-top: 70px !important;
}
.our_all_menu_category_list_box,
.our_menu_list_sidebar {
  position: sticky !important;
  top: 0;
  z-index: 9999;
  transition: transform 0.3s ease;
}


.our_all_menu_category_list_box.sticky-active,
.our_menu_list_sidebar.sticky-active {
  transform: translateY(0);
box-shadow: 0px 4px 15px 0px #0000000A;

}
.our_all_menu_category_list_box, .our_all_menu_category_list_box.sticky-active {
    /* background-image: url(/wp-content/uploads/2025/06/our_menu_list_bg.jpg); */
    background-image: url(/wp-content/uploads/2025/11/side_bar_bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.menu_sdebar_main_content_box {
  position: sticky;
  top: 0; 
  z-index: 10;
}
/* header{
    display: none!important;
} */
.home #page-container, .home div#et-main-area,body.home article {
   overflow: unset !important;
}
.page-id-4345 #page-container, .page-id-4345 div#et-main-area, body.page-id-4345 article {
    overflow: unset !important;
}

/* .pizza_category_img_box .default-img{
    display: block !important;
}
.pizza_category_img_box .active-img{
    display: none !important;
}
.active_sub_cat .pizza_category_img_box .active-img{
    display: block !important;
}
.active_sub_cat .pizza_category_img_box .default-img{
    display: none !important;
} */
.pro_cat_name_box_inr span {
    font-size: 35px;
    line-height: 1.1;
    font-weight: 400;
    text-transform: uppercase;
    color: #000;
    font-family: 'Prequel Demo';
}
.menu_pro_left_col_box_sub_product_row .product_col{
    float: unset !important;
}
.pizza_category_item.active .pizza_category_img_box {
    border: 2px solid #FA0B22;
}
.pizza_category_item.active .pizza_category_name {
    color: #FA0B22;
}
.cat_img_box_sub {
    width: 106px;
    height: 106px;
    border: 1px solid #fff;
    display: flex;
    margin: auto;
}
.cat_img_box {
    margin: auto;
    width: 88px;
    height: 88px;
    display: flex;
    background: #CFA981;
    transition: 0.6s ease;
}
.active_cat .cat_img_box {
    background-color: #000;
}
.cat_img_box img {
    margin: auto;
    filter: brightness(0);
}
.active_cat .cat_img_box  img {
    filter: brightness(1);
}
.cat_top_col.cat_top_col_inner_sub {
    background: unset !important;
    display: block !important;
    width: unset !important;
    height: unset !important;
    margin-left: unset !important;
    margin-right: unset !important;
}
.cat_top_col_inner_sub .cat_top_col_box .pro_name {
    font-size: 25px;
    color: #fff;
    font-weight: 400;
    margin-top: 25px;
}
.product_col_new .product_col_title{
    max-width: 100% !important;
    font-weight: 600;
     font-size: 20px !important;
     color: #000 !important;
}
.product_col_new .product_title {
    justify-content: center !important;
}
.product_col_new  .product_inner_text {
    margin: 6px 0 8px;
    font-size: 12px;
    line-height: 20px;
    color: #000 !important;
}
.product_col_new .pro_price {
    font-size: 20px !important;
    font-weight: 400;
    color: #000;
    font-size: 14px !important;
}
.menu_pro_left_col_box_sub_product_row {
    margin-top: 0 !important;
    display: flex;
    flex-wrap: wrap;
    margin: -23px -37px;
}
.product_col.product_col_new {
    width: 25% !important;
    height: unset !important;
    padding: 10px;
}
.product_col_new .product_col_box {
    /* border: 1px solid #ddd; */
    padding: 0 !important;
    height: 100%;
    display: flex;
}
.product_col_new ul.product_ul li {
    flex-wrap: wrap;
}
.product_col_new  .product_col_box ul.product_ul {
    margin: 0 !important;
}
.our_all_menu_category_list_product_box {
    padding: 78px 78px 90px 78px;
}
.product_col_new span.product_col_title_scr img {
    width: 100% !important;
    height: 300px !important;
    display: block !important;
    border-radius: 10px;
}
.product_col_new .product_desc {
    width: 100%;
    margin: auto 0;
    padding-left: 15px !important;
    padding-top: 15px !important;
    text-align: center;
    padding-bottom: 18px !important;
    padding-right: 15px !important;
}
.product_col_new span.product_col_title_scr {
    width: 100% !important;
}
.menu_sdebar_main_parent_cat {
    padding-bottom: 45px;
}
._lamono_header_section {
    transition:0.6s ease;
}
.header_btn_col_box.our_all_menu_category_list_box_btn {
    margin: 0 !important;
}
.header_btn_col_box.our_all_menu_category_list_box_btn {
    margin: 0 !important;
    padding-top: 37px;
    padding-right: 20px;
}

.our_all_menu_category_list_box_btn  {
    position: sticky;
    top: 0;
    z-index: 9999;
    transition: transform 0.3s ease;
}

.our_all_menu_category_list_box_btn.sticky-flow {
    top: 76.8px;
}
.our_all_menu_category_list_box .slick-arrow{
    display: none !important;
}
.our_all_menu_category_list_box .slick-track{
    margin: 0 !important;
}
.remove_menuu .sfm-navicon-button.x.sf_label_default {
    display: none !important;
}
.pizza_category_item.active .pizza_category_name {
    position: relative;
}
.pizza_category_item.active .pizza_category_name::after{
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 2px;
    width: 100%;
    background: #FA0B22;
}
.product_col_new .product_desc {
    width: 100% !important;
    margin: auto 0;
    padding-left: 0 !important;
    padding-top: 10px !important;
    text-align: center !important;
}
.product_col_new .pro_price {
    text-align: center !important;
    width: 100% !important;
}
@media all and (min-width: 320px) and (max-width: 767px) {
    /* our menu css start */
    .cat_img_box_sub {
        width: 80px;
        height: 80px;
    }
    .cat_img_box {
        width: 62px;
        height: 62px;
    }
    .cat_top_col_inner_sub {
        margin-top: 0 !important;
    }
    .cat_top_col_inner_sub .cat_top_col_box .pro_name {
        font-size: 12px;
        margin-top: 12px;
        margin: 6px 0;
    }
    .pizza_category_item {
        padding: 10px 0;
    }
    .menu_sdebar_main_content_logo_box {
        height: 99.3px;
        display: none !important;
    }
    .our_all_menu_category_list_box_btn.sticky-flow {
        top: 99.3px;
    }
    .our_all_menu_category_list_product_box {
        padding: 40px 10px 80px 10px;
        text-align: center;
    }
    .pro_cat_name_box_inr span {
    font-size: 22px;
    width: 100% !important;
    display: inline-block;
}

    .product_col.product_col_new {
        padding: 8px;
            width: 100% !important;
            margin: 0 !important;
    }
    .menu_pro_left_col_box_sub_product_row {
        margin:0;
        width: 100% !important;
    }
    .product_col_new .product_col_title,.product_col_new .pro_price {
        font-size: 15px !important;
    }
    .product_col_new span.product_col_title_scr img {
        width: 100px;
        height: 100px;
        margin: auto;
    }
    .product_col_new span.product_col_title_scr{
         width: 100%;
    }
    .product_col_new .product_desc {
        width: 100%;
        padding-left: 0;
    }
   .product_col_new .product_col_box {
        padding: 15px;
        justify-content: center;
    }
   .pro_cat_name_box_inr {
    margin-top: 25px;
    margin-bottom: 0px;
}
   .our_menu_list_sidebar {
        width: 100%;
    }
    .our_all_menu_list_box {
        width: 100%;
    }
    .pizza_category_name {
    font-size: 11px;
    padding-top: 0;
    color: #000 !important;
}
    .product_col_new .product_col_box ul.product_ul li {
        flex-wrap: wrap;
        text-align: center;
    }
    .product_col_new .product_title {
        justify-content: center !important;
        margin-top: 10px !important;
    }
   .product_col_new .pro_price {
        width: 100%;
        margin: auto;
    }
    .header_btn_col_box.our_all_menu_category_list_box_btn a.site_button1.hover_button {
        background-size: 120px !important;
        background-repeat: no-repeat !important;
        height: 36px;
        width: 120px;
        font-size: 15px;
    }
    .header_btn_col_box a:before,.header_btn_col_box a:after {
        top: -18px;
        height: 18px;
    }
    .header_btn_col_box.our_all_menu_category_list_box_btn.sticky-flow {
    padding-top: 0;
    top: 99px;
    right: 0;
}
    .our_menu_list_main_box_sub {
        flex-wrap: wrap;
    }
    .cat_img_box_main{
        display: none !important;
    }
.menu_sdebar_main_parent_cat .cat_top_col_inner {
    display: flex;
    justify-content: space-around;
}

.menu_sdebar_main_parent_cat {
    padding-bottom: 0;
}
.our_all_menu_category_list_box.sticky-active{
    top: 35.8px;
}
.header_btn_col_box.our_all_menu_category_list_box_btn {
    padding-top: 28px;
}
.our_all_menu_category_list_box{
    top: 35.8px;
}
.our_all_menu_category_list_box, .our_all_menu_category_list_box.sticky-active {
    background: #ddb487 !important;
}
    /* end */
}
@media all and (min-width: 481px) and (max-width: 767px) {
    .product_col_new .product_col_title, .product_col_new .pro_price {
        margin: auto !important;
        width: 100% !important;
        justify-content: center;
    }
    .product_col_new  .product_inner_text {
        text-align: center;
    }
    .product_col.product_col_new {
        width: 50% !important;
    }
    .cat_top_col_inner_sub .cat_top_col_box .pro_name {
        font-size: 15px;
    }
    .pizza_category_name {
        font-size: 12px;
        color: #000 !important;
    }
}
@media all and (min-width: 768px) and (max-width: 980px) {
/* our menu css start */
    .cat_img_box_sub {
        width: 80px;
        height: 80px;
    }
    .cat_img_box {
        width: 62px;
        height: 62px;
    }
    .cat_top_col_inner_sub {
        margin-top: 50px !important;
    }
    .cat_top_col_inner_sub .cat_top_col_box .pro_name {
        font-size: 17px;
        margin-top: 12px;
    }
    .pizza_category_item {
        padding: 18px 0;
    }
    .menu_sdebar_main_content_logo_box {
        height: 125.8px;
    }
    .our_all_menu_category_list_box_btn.sticky-flow {
        top: 54.19px;
    }
    .our_all_menu_category_list_product_box {
        padding: 40px 25px 80px 25px;
    }
    .pro_cat_name_box_inr span {
    font-size: 26px;
}
    .product_col.product_col_new {
        padding: 8px;
    }
    .menu_pro_left_col_box_sub_product_row {
        margin: -8px;
        width: 100% !important;
    }
    .product_col_new .product_col_title,.product_col_new .pro_price {
        font-size: 15px !important;
    }
    .product_col_new span.product_col_title_scr img {
        width: 100px;
        height: 100px;
        margin: auto;
    }
    .product_col_new span.product_col_title_scr{
         width: 100%;
    }
    .product_col_new .product_desc {
        width: 100%;
        padding-left: 0;
    }
   .product_col_new .product_col_box {
        padding: 15px;
    }
   .pro_cat_name_box_inr {
        margin-top: 48px;
    }
   .our_menu_list_sidebar {
        width: 180px;
    }
    .our_all_menu_list_box {
        width: calc(100% - 180px);
    }
    .pizza_category_name {
        font-size: 14px;
        padding-top: 0;
    }
    .product_col_new .product_col_box ul.product_ul li {
        flex-wrap: wrap;
        text-align: center;
    }
    .product_col_new .product_title {
        justify-content: center !important;
        margin-top: 10px !important;
    }
   .product_col_new .pro_price {
        width: 100%;
        margin: auto;
    }
    .header_btn_col_box.our_all_menu_category_list_box_btn a.site_button1.hover_button {
        background-size: 120px !important;
        background-repeat: no-repeat !important;
        height: 36px;
        width: 120px;
        font-size: 15px;
    }
    .header_btn_col_box a:before,.header_btn_col_box a:after {
        top: -18px;
        height: 18px;
    }
    .header_btn_col_box.our_all_menu_category_list_box_btn {
        padding-top: 27px;
    }
    /* end */
}
@media only screen and (min-width: 981px) and (max-width: 1024px) {
  /* our menu css start */
    .cat_img_box_sub {
        width: 80px;
        height: 80px;
    }
    .cat_img_box {
        width: 62px;
        height: 62px;
    }
    .cat_top_col_inner_sub {
        margin-top: 50px !important;
    }
    .cat_top_col_inner_sub .cat_top_col_box .pro_name {
        font-size: 17px;
        margin-top: 12px;
    }
    .pizza_category_item {
        padding: 18px 0;
    }
    .menu_sdebar_main_content_logo_box {
        height: 125.8px;
    }
    .our_all_menu_category_list_box_btn.sticky-flow {
        top: 56.8px;
    }
    .our_all_menu_category_list_product_box {
        padding: 40px 25px 80px 25px;
    }
    .pro_cat_name_box_inr span {
    font-size: 26px;
}
    .product_col.product_col_new {
        padding: 8px;
    }
    .menu_pro_left_col_box_sub_product_row {
        margin: -8px;
    }
    .product_col_new .product_col_title,.product_col_new .pro_price {
        font-size: 15px !important;
    }
    .product_col_new span.product_col_title_scr img {
        width: 100px;
        height: 100px;
    }
    .product_col_new span.product_col_title_scr{
         width: 100px;
    }
    .product_col_new .product_desc {
        width: calc(100% - 100px);
        padding-left: 15px;
    }
   .product_col_new .product_col_box {
        padding: 15px;
    }
   .pro_cat_name_box_inr {
        margin-top: 48px;
    }
   .our_menu_list_sidebar {
        width: 180px;
    }
    .our_all_menu_list_box {
        width: calc(100% - 180px);
    }
    /* end */
}
@media all and (min-width: 1025px) and (max-width: 1140px) {
   /* our menu css start */
    .cat_img_box_sub {
        width: 80px;
        height: 80px;
    }
    .cat_img_box {
        width: 62px;
        height: 62px;
    }
    .cat_top_col_inner_sub {
        margin-top: 50px !important;
    }
    .cat_top_col_inner_sub .cat_top_col_box .pro_name {
        font-size: 17px;
        margin-top: 12px;
    }
    .pizza_category_item {
        padding: 18px 0;
    }
    .menu_sdebar_main_content_logo_box {
        height: 125.8px;
    }
    .our_all_menu_category_list_box_btn.sticky-flow {
        top: 56.8px;
    }
    .our_all_menu_category_list_product_box {
        padding: 40px 25px 80px 25px;
    }
    .pro_cat_name_box_inr span {
    font-size: 26px;
}
    .product_col.product_col_new {
        padding: 8px;
    }
    .menu_pro_left_col_box_sub_product_row {
        margin: -8px;
    }
    .product_col_new .product_col_title,.product_col_new .pro_price {
        font-size: 16px !important;
    }
    .product_col_new span.product_col_title_scr img {
        width: 110px;
        height: 110px;
    }
    .product_col_new span.product_col_title_scr{
         width: 110px;
    }
    .product_col_new .product_desc {
        width: calc(100% - 110px);
        padding-left: 15px;
    }
   .product_col_new .product_col_box {
        padding: 15px;
    }
   .pro_cat_name_box_inr {
        margin-top: 48px;
    }
    .our_menu_list_sidebar {
        width: 200px;
    }
    .our_all_menu_list_box {
        width: calc(100% - 200px);
    }
    /* end */
}
@media all and (min-width: 1141px) and (max-width: 1280px) {
  /* our menu css start */
    .cat_img_box_sub {
        width: 90px;
        height: 90px;
    }
    .cat_img_box {
        width: 72px;
        height: 72px;
    }
    .cat_top_col_inner_sub {
        margin-top: 50px !important;
    }
    .cat_top_col_inner_sub .cat_top_col_box .pro_name {
        font-size: 18px;
        margin-top: 12px;
    }
    .pizza_category_item {
        padding: 18px 0;
    }
    .menu_sdebar_main_content_logo_box {
        height: 125.8px;
    }
    .our_all_menu_category_list_box_btn.sticky-flow {
        top: 56.8px;
    }
    .our_all_menu_category_list_product_box {
        padding: 50px 45px 80px 45px;
    }
    .pro_cat_name_box_inr span {
        font-size: 28px;
    }
    .product_col.product_col_new {
        padding: 15px;
    }
    .menu_pro_left_col_box_sub_product_row {
        margin: -15px;
    }
    .product_col_new .product_col_title,.product_col_new .pro_price {
        font-size: 16px !important;
    }
    .product_col_new span.product_col_title_scr img {
        width: 110px;
        height: 110px;
    }
    .product_col_new span.product_col_title_scr{
         width: 110px;
    }
    .product_col_new .product_desc {
        width: calc(100% - 110px);
        padding-left: 15px;
    }
   .product_col_new .product_col_box {
        padding: 15px;
    }
    .pro_cat_name_box_inr {
        margin-top: 68px;
    }
    .our_menu_list_sidebar {
        width: 200px;
    }
    .our_all_menu_list_box {
        width: calc(100% - 200px);
    }
    /* end */
}
@media all and (min-width: 1281px) and (max-width: 1440px) {
 /* our menu css start */
    .cat_img_box_sub {
        width: 90px;
        height: 90px;
    }
    .cat_img_box {
        width: 72px;
        height: 72px;
    }
    .cat_top_col_inner_sub {
        margin-top: 50px !important;
    }
    .cat_top_col_inner_sub .cat_top_col_box .pro_name {
        font-size: 18px;
        margin-top: 12px;
    }
    .pizza_category_item {
        padding: 18px 0;
    }
    .menu_sdebar_main_content_logo_box {
        height: 125.8px;
    }
    .our_all_menu_category_list_box_btn.sticky-flow {
        top: 56.8px;
    }
    .our_all_menu_category_list_product_box {
        padding: 60px 55px 90px 55px;
    }
    .pro_cat_name_box_inr span {
        font-size: 32px;
    }
    .product_col.product_col_new {
        padding: 15px;
    }
    .menu_pro_left_col_box_sub_product_row {
        margin: -15px;
    }
    .product_col_new .product_col_title,.product_col_new .pro_price {
        font-size: 18px !important;
    }
    .product_col_new span.product_col_title_scr img {
        width: 120px;
        height: 120px;
    }
    .product_col_new span.product_col_title_scr{
         width: 120px;
    }
    .product_col_new .product_desc {
        width: calc(100% - 120px);
        padding-left: 15px;
    }
   .product_col_new .product_col_box {
        padding: 20px;
    }
    .pro_cat_name_box_inr {
        margin-top: 68px;
    }
    .our_menu_list_sidebar {
        width: 200px;
    }
    .our_all_menu_list_box {
        width: calc(100% - 200px);
    }
    /* end */
}
@media all and (min-width: 1441px) and (max-width: 1680px) {
/* our menu css start */
    .cat_img_box_sub {
        width: 90px;
        height: 90px;
    }
    .cat_img_box {
        width: 72px;
        height: 72px;
    }
    .cat_top_col_inner_sub {
        margin-top: 50px !important;
    }
    .cat_top_col_inner_sub .cat_top_col_box .pro_name {
        font-size: 20px;
        margin-top: 15px;
    }
    .pizza_category_item {
        padding: 18px 0;
    }
    .menu_sdebar_main_content_logo_box {
        height: 125.8px;
    }
    .our_all_menu_category_list_box_btn.sticky-flow {
        top: 56.8px;
    }
    .our_all_menu_category_list_product_box {
        padding: 60px 55px 90px 55px;
    }
    .pro_cat_name_box_inr span {
        font-size: 32px;
    }
    .product_col.product_col_new {
        padding: 15px;
    }
    .menu_pro_left_col_box_sub_product_row {
        margin: -15px;
    }
    .product_col_new .product_col_title,.product_col_new .pro_price {
        font-size: 18px !important;
    }
    .product_col_new span.product_col_title_scr img {
        width: 120px;
        height: 120px;
    }
    .product_col_new span.product_col_title_scr{
         width: 120px;
    }
    .product_col_new .product_desc {
        width: calc(100% - 120px);
        padding-left: 15px;
    }
   .product_col_new .product_col_box {
        padding: 20px;
    }
    .pro_cat_name_box_inr {
        margin-top: 68px;
    }
    .our_menu_list_sidebar {
        width: 200px;
    }
    .our_all_menu_list_box {
        width: calc(100% - 200px);
    }
    /* end */
}
@media all and (min-width: 1681px) and (max-width: 1880px) {
    /* our menu css start */
    .cat_img_box_sub {
        width: 90px;
        height: 90px;
    }
    .cat_img_box {
        width: 72px;
        height: 72px;
    }
    .cat_top_col_inner_sub {
        margin-top: 50px !important;
    }
    .cat_top_col_inner_sub .cat_top_col_box .pro_name {
        font-size: 20px;
        margin-top: 15px;
    }
    .pizza_category_item {
        padding: 18px 0;
    }
    .menu_sdebar_main_content_logo_box {
        height: 125.8px;
    }
    .our_all_menu_category_list_box_btn.sticky-flow {
        top: 56.8px;
    }
    .our_all_menu_category_list_product_box {
        padding: 60px 55px 90px 55px;
    }
    .pro_cat_name_box_inr span {
        font-size: 32px;
    }
    .product_col.product_col_new {
        padding: 15px 25px;
    }
    .menu_pro_left_col_box_sub_product_row {
        margin: -15px -25px;
    }
    .product_col_new .product_col_title,.product_col_new .pro_price {
        font-size: 18px !important;
    }
    .product_col_new span.product_col_title_scr img {
        width: 120px;
        height: 120px;
    }
    .product_col_new span.product_col_title_scr{
         width: 120px;
    }
    .product_col_new .product_desc {
        width: calc(100% - 120px);
        padding-left: 15px;
    }
    .product_col_new .product_col_box {
        padding: 25px;
    }
    .pro_cat_name_box_inr {
        margin-top: 68px;
    }
    /* end */
}


