/* font */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

/* font */
/* header */
#header {
    background: #ffffff ;
  }
  
  body #root{
    background: #f7f7f7 ;
    /* background-image: url("https://public.touch2success.com/static/7ba1371ff00efda4d0eb1b5fef334aa2/img/phpVSNBgN.jpg") ; */
    font-family: "Roboto", sans-serif ;
  }
  #header .resp-navbar ul li a,
  #header .resp-navbar ul li a svg {
    color: #333333 ;
    fill: #333333 ;
  }
  
  #header .resp-navbar ul li:hover {
    color: #333333 ;
    background:none ;
    border-radius: 5px ;
  }
  #header .resp-navbar .dropdown ul li a{
      color: #555555;
  }
  #header .resp-navbar .dropdown ul li:hover a{
      color: #555555;
  }
  #header .resp-navbar ul li a:hover svg {
    fill: #555555;
  }
  /* homepage */
  .carousel {
    margin-top: 4rem !important;
  }
  /*homepage  */
  /* footer */
  footer {
    background: #ffffff;
  }


  
   footer ul li:hover {
    color: #c32428 ;
    background: #fffcf1 ;
    border-radius: 5px ;
  }
  footer ul li:hover a{
    color: #c32428 !important;

  }
  footer ul li a, footer ul p{
    color: #333333 !important ;
  }
  footer .social h3{
      color: #333333;
  }
  footer .hygiene-rating-disclaimer p{
      color: #333333;
  }
  footer .copy_rights{
      color: #333333;
      fill: #333333;
  }
  .copy_rights ul li:hover{
      background: none;
  }
  .copy_rights ul li a svg{
      fill: #333333;
  }
  /* order now */
  #detail_view_menu h3,
  h3,
  #detail_view_menu .accordion .card-header {
    color: #c32428 ;
  }
  
  #detail_view_menu .accordion .card-sub-header {
    color: #af9e80 ;
  }
  
  .info-status h5 {
    color: #af9e80 ;
  }
  
  .info-status h3 {
    color: #c32428 ;
  }
  
  #detail_view_menu ul li a {
    background: #ffffff ;
    color: #333333 ;
  }
  
  #detail_view_menu ul li a:hover,
  #detail_view_menu ul li a:focus,
  #detail_view_menu ul li a.active {
    background-color:none ;
    color: #c32428 ;
  }