/* Add custom CSS styles below */ 
body.theme-raed.page-single main#main-content .container h1.font-bold.text-2xl.mb-6 {
    display: none;
} 

body.theme-raed.page-single main#main-content .container,
.content.content--single-page.w-full.lg\:w-10\/12.bg-white.rounded.p-6.lg\:p-8.mt-4.lg\:mt-12 {
  max-width: 100% !important;
  width: 100%;
  padding: 0;
  margin: 0;
}
 body.theme-raed.page-single main#main-content .container:has(h2.ql-align-right.ql-direction-rtl) .content-entry{
  max-width: unset !important;
  width: unset !important;
  padding: 50px !important;
  margin: unset !important;
}
section.s-block.s-block--fixed-banner.wide-placeholder{
      margin-top:0px;

}
section.s-block.s-block--fixed-banner.wide-placeholder .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
 }
.footer-is-light .store-footer .store-footer__inner,.footer-is-light .store-footer,.inner.bg-inherit.w-full,body#app ,section.s-block.s-block--fixed-banner.wide-placeholder .container img {
     
  background:#fdf7f0 !important;
}