
.inner_wrap .popular-item-box.style-one {
    display: block;
    padding: 0;
    position: relative;
    border-radius: 10px;
    border: 1px solid #38943f;
}

.inner_wrap .popular-item-box.style-one .popular-item-box-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.inner_wrap .popular-item-box.style-one .popular-item-box-img {
    overflow: hidden;
    border-radius: 7px 7px 0px 0;
    position: relative;
    width: 100%;
    height: 270px;
}

.inner_wrap .popular-item-box.style-one .review-wrapper {
    display: flex;
    align-items: center;
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff;
    border-radius: 5px;
    padding: 5px 11px;
}

.inner_wrap .popular-item-box.style-one .popular-inner-box {
    padding: 25px 20px;
}

.inner_wrap .popular-item-box.style-one .popular-inner-box .popular-item-box-text h3 {
    text-transform: uppercase;
    cursor: pointer;
}

.popular-item-box.style-one .popular-item-box-text .calories-count {
    font-size: 12px;
    line-height: 22px;
    margin: 0;
}

.popular-item-box.style-one .theme-btn,
.quantity-box .theme-btn {
    box-shadow: none;
    color: #fff;
    font-size: 15px;
    line-height: 27px;
}

.quantity-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.quantity-box p {
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #FFFFFF;
    margin: 0 15px;
    border: 1px solid #38943f;
    border-radius: 50px;
    padding: 1px;
}

.qty {
    display: inline-flex;
    flex-wrap: wrap;
}

.qty input {
    width: 70px;
    text-align: center;
    background: transparent;
    border: 0;
    color: #38943f;
}

.qty button {
    width: 40px;
    height: 40px;
    background: #38943f;
    color: #fff;
    border-radius: 50px;
    border: 0;
    line-height: 30px;
    font-size: 16px;
}

button.qtyplus {
    margin-left: 3px;
}

.inner_wrap .bordered-tab .nav-link {
    background: transparent;
}



/* new css */
.breadcrumb-list-wrapper{
    background-color: #38943f2e;
    padding: 10px 0;
}
.breadcrumb-list li{
    list-style: none;
}
.menu-list-item{
    display: block;
    margin-bottom: 40px;
}
.menu-list-img {
    position: relative;
    text-align: center;
    padding-top: 100%;
}
.menu-list-img img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
  }
.menu-list-text h3{
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 10px;
    display: block;
    color: #000;
}
.menu-list-text {
    text-align: center;
    margin: 20px 0 0;
}
.menu-list-text p{
    font-size: 16px;
    color: #54484c;
    line-height: 20px;
    display: block;
}
.calories-count {
    background: var(--primary);
    display: inline-block;
    color: #fff;
    padding: 4px 10px;
    border-radius: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
}

/* end new css */

/* menu list detail css */
.thumbnail {
    margin: 10px;
    background: #ffffff;
    display: inline-block;
    border-radius: 20px;
    overflow: hidden;
    transitio: all .2s;
    height: auto;
    width: 100%;
    height: 500px;
}

.thumbnail>label {
    width: 100%;
    height: 100%;
    color: #000000;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
}
.thumbnail>label img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #cccccc24;
}


.modal-overlay {
    background: #0000007d;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    position: fixed;
    color: wheat;
    text-align: center;
    text-shadow: none;
    z-index: 600;
}
    .modal-wrapper {
        position: relative;
        margin: 0 auto;
        max-width: 800px;
        width: 90%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background: #fff;
        padding: 10px;
        margin-top: 100px;
    }
    
    .modal-wrapper img{
      min-width: 100%;
      width: 100%;
      height: auto;
    }
    .modal-wrapper label{
        position: relative;
        margin: 0 auto;
        max-width: 800px;
    }
    .modal-overlay .modal-wrapper label{
        background: #fff;
        color: #000;
        position: absolute;
        top: 0;
        right: 0;
        padding: 6px 12px;
    }
 
    
    .modal-overlay {
        opacity: 0;
        z-index: -100;
        transform: scale(.5);
        transition: all .75s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }
    
    input:checked ~ .modal-overlay{
        opacity: 1;
        z-index: 800;
        transform: scale(1);
    }
    .product-detail .title-price{
        color: #38943F;
        font-size: 26px;
        font-weight: 600;
        margin-bottom: 15px;
    }
    .product-detail h3{
        font-size: 28px;
        font-weight: 600;
        margin-bottom: 15px;
    }
    .menu-detail-accordian .accordion-item{
        border: 0;
        border-top: 1px solid rgba(0,0,0,.125);
    }
    .menu-detail-accordian .accordion-item .accordion-button{
        padding: 10px 0 !important;
    }
    .menu-detail-accordian .accordion-item .accordion-button:not(.collapsed){
        color: #000;
        background-color: transparent;
        box-shadow: unset;
    }
    .menu-detail-accordian .accordion-item .accordion-button:focus{
        border-color: transparent;
        box-shadow: unset;
    }
    .menu-detail-accordian .accordion-item .accordion-button::after{
        background-image: unset;
        content: '\f067';
        font-family: 'Font Awesome 6 Pro';
    }
    .menu-detail-accordian .accordion-item .accordion-button:not(.collapsed)::after{
        content: '\f068';
    }
    .menu-detail-accordian .accordion-item .accordion-body{
        padding: 1rem 0;
    }
    .similar-item-wrapper{
        background-color: transparent;
    }
    .title-box h3 {
        font-size: 32px;
        line-height: 42px;
        color: var(--dark-1);
        font-weight: 600;
    }
    .sidebar {
        padding: 20px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 12px;
        background-color: #fff;
        box-shadow: -4px -5px 14px rgba(0, 0, 0, 0.08), 5px 8px 16px rgba(0, 0, 0, 0.08);
    }
    .filter-title {
        display: flex;
        justify-content: space-between;
        border-bottom: 2px solid #DDDDDD;
        margin-bottom: 17px;
    }
    .filter-title a{
        color: var(--primary);
    }
    .filter-title h6{
        color: #2C2C2C;
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 0;
    }
    .cs_check .form-group {
        display: block;
        margin-bottom: 15px;
      }
      
      .cs_check .form-group input {
        padding: 0;
        height: initial;
        width: initial;
        margin-bottom: 0;
        display: none;
        cursor: pointer;
      }
      
      .cs_check .form-group label {
        position: relative;
        cursor: pointer;
        display: flex;
        column-gap: 5px;
        font-size: 14px;
        color: #808080;
        font-weight: 600;
    }
    .cs_check .form-group label::before {
        content: '';
        -webkit-appearance: none;
        background-color: transparent;
        border: 2px solid #666666;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
        padding: 8px;
        display: inline-block;
        position: relative;
        vertical-align: middle;
        cursor: pointer;
        margin-right: 5px;
        border-radius: 5px;
        width: 10px;
        height: 10px;
    }
      
    .cs_check .form-group input:checked + label::after {
        content: '';
        display: block;
        position: absolute;
        top: 2px;
        left: 6px;
        width: 6px;
        height: 12px;
        border: solid var(--primary);
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
    }
/* end menu list detail css */
@media only screen and (max-width:1199px){
    .menu-list-text h3{
        font-size: 18px;
        margin-bottom: 5px;
    }
    .calories-count{
        padding: 2px 4px;
    }
    .menu-list-text p{
        font-size: 14px;
    }
}
@media only screen and (max-width:991px){
    .menu-list-text h3 {
        font-size: 18px;
        margin-bottom: 4px;
    }
    .menu-list-text p {
        font-size: 14px;
    }
}