.price-field{
 color:#000 
}
.mr-filtr-module-outter {
  width:100%;
  clear:both;
  background-repeat:no-repeat;
}
.mr-room-type {
    cursor: pointer;
}

.mr-filtr-section-heading {
    text-align: center;
}
.mr-filtr-section-heading h2 {
    color: #000;
    display: inline-block;
    font-size: 2.5rem;
    margin: 0 0 30px;
    text-align: center;
    font-weight:800;
    line-height:1.2;
    letter-spacing:0px;
}

.mr-room-type h3 {
    transition: all .2s ease-in-out 0s;
    font-size: .6rem;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-width: 0px;
    color: #ec3237;
    background-image: none;
    padding: 0.6rem 0.6rem;
    margin: 0;
    font-weight: 600;
}
.mr-room-type h3:hover {
    background: #000;
    color: #FFFFFF;
}
.left-content-section-heading {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}
.left-content-section-heading.left {
    max-width: 100%;
}
.left-content-information {
    text-align: center;
}
.section-cta-head-two {
    text-align: center;
}
/* .section-food-menu-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.section-food-menu-section-info {
    flex: 0 45%;
} */
/* .section-food-container {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
} */
.border-bottom{
 border-bottom-color: #000 !important; 
}

.section-food-menu-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: stretch;
    row-gap: 15px;
    column-gap: 15px;
}
.section-food-menu-section-info {
    flex: 0 calc(50% - 8px);
    background-color: #f8f5f5e8;
    border: 1px solid #f8f5f5e8;
    border-radius: 4px;
    padding: 15px;
}
.left-content-section-heading p {
    font-size: 16px;
    margin: 0 0 10px;
    text-align: left;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0px;
}
.left-content-section-heading.left{
  text-align: left;
  padding-top: 20px
}
.left-content-section-heading.left p {
    text-align: left;
    line-height: 1.4;
    font-size: 16px;
    font-weight:400;
}

.menu-subheading p {
    color: #747474;
}
.section-cta-head-two a:hover {
    background: #ec2404;
    color: #FFFFFF;
}
.mr-types-room-info.active-menu .mr-room-type h3{
    background: #ec2404;
    color: #fff;
}
.section-cta-head-two a {
    transition: all .2s ease-in-out 0s;
    font-size: .6rem;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-width: 0px;
    margin-top: 0;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    color: #fff;
    background-color: #000;
    border: 1px solid #ec2404;
    background-image: none;
    border-radius: 50px;
    padding: 0.5rem 1rem 0.5rem 1rem;
}
.left-content-information h3 {
    font-size: 1rem;
    line-height: 1.5;
    color: #000;
    font-weight: 400;
    padding-bottom: 0px;
}

.bullet-section {
    padding-bottom: 35px;
}
.section-block-main-heading {
    text-align: center;
    position: relative;
}
.section-block-heading h3 {
    font-size: 1rem;
    letter-spacing: 2px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.5;
    margin: 0px 0 10px;
    padding-bottom: 2px;
    color: #000;
    border-bottom: 1px solid #fbaf5d;
    display: inline-flex;
}
.ingredient-used-content h3 {
   font-size: 0.8rem;
    letter-spacing: 2px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0px;
    color: #000;
    padding-bottom: 5px;
}
.section-pricing-info h3 {
    font-size: 1rem;
    letter-spacing: 2px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
    margin: 0px;
    color: #000;
}
.bullet-section-info.content .bullet-section {
    display: none;
}
.bullet-section-info.bullet_points .section-with-rich-text {
    display: none;
}
.content-container h3 {
    font-size: 0.8rem;
    line-height: 1.5;
    color: #000;
    font-weight: 400;
    margin: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.mr-types-room-container_mobile{
    display:none;
  }
.section-block-image img{
  width: 100%;
}

/***** New *****/
.mr-filter-container {
    display: grid;
    grid-template-columns: 30% 1fr;
    gap: 20px;
    border-top: 1px dashed #ccc;
    padding-top: 15px;
}
.Cat_Wrap {
    background:#fff;
    border-radius: 2px;
    height: max-content;
}
.Cat_Heading h2 {
    font-size: 1.2rem;
}
.filtr-content-container-info {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: thin solid #cccccc;
}

@media(max-width:868px){
  .section-food-menu-section-info {
    flex: 0 calc(50% - 8px);
  }
  .mr-filter-container{
   display:block; 
  }
.mr-types-room-container_mobile {
    display: block;
    transition: all .2s ease-in-out 0s;
    font-size: .7rem;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-width: 0px;
    margin-top: 0;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    color: #fff;
    background-color: #EC3237;
    border: thin solid #EC3237;
    background-image: none;
    border-radius: 50px;
    padding: 0.5rem 1rem 0.5rem 1rem;
    cursor: pointer;
}
  .mr-types-room-container {
    display: none;
    border-radius:0;
    border: thin solid #000;
    position: absolute;
    width: 100%;
    padding:0;
    z-index:1;
  }
  .Cat_Wrap {
    background-color: transparent;
  }
  .filtr-content-container {
    margin-top: 25px;
  }
}
@media(max-width:767px){
.mr-filtr-section-heading h2 {
    font-size: 1.5rem;
}
 .Cat_Heading h2 {
    font-size: 1rem;
}
.section-food-menu-section-right {
    flex: 0 100%;
}
.section-food-menu-section {
    flex: 0 100%;
}  
  .section-block-image {
    text-align: center;
}
.section-food-menu-section-info {
    flex: 0 100%;
  }
  .mr-types-room-info .mr-room-type h3{
    margin:0;
    background:#fff;
    border-radius:0;
    color:#000;
    border-width: thin;
    border: thin solid #000;
  }
  .mr-types-room-info:not(:first-child) .mr-room-type h3{
   border-top:0px; 
  }
  .mr-filter-container {
    position: relative;
  }
  .left-content-section-heading.left p {
    line-height: 1.4;
  }
  .left-content-section-heading {
    padding: 10px 0 20px;
  }
}
@media(max-width:480px){
.section-block-heading {
    flex: 0 65%;
}
.section-block-heading h3 {
    font-size: 0.8rem;
} 
.section-pricing-info h3 {
    font-size: 0.7rem;
  }
.bullet-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}    
.bullet-section-info.bullet_points:last-child .bullet-section {
    padding-bottom: 0px;
  }
}

@media(max-width:415px){
  .section-food-menu-section-info {
    flex: 0 100%;
  }
}