#n_franchise header ul li .font-color-red {
    color: #ed2024 !important;
}
#n_franchise footer .bg-gray .container {
    /*max-width: 1578px;*/
}
#n_franchise footer #fr-footer-opening,
#n_franchise footer #fr-footer-email,
#n_franchise footer #fr-footer-address {
    font-size: 14px;
}
#n_franchise footer #fr-footer-phone {
    font-size: 2rem;
}
#section--blog-list h1 {
    font-size: 42px;
    font-size: 2.325rem;
}
@media (max-width: 767px) {
    #section--blog-list .bg-gray .px-4 {
        padding: 0 !important;
    }
}
#section--blog-list .input-group {
    max-width: 1028px;
}
#section--blog-list .input-group .form-control {
    min-height: 60px;
    font-size: 16px;
}
#section--blog-list .input-group .form-control::placeholder {
    opacity: 0.75;
}
#section--blog-list .input-group .btn {
    font-size: 16px;
    width: 150px;
}
@media (max-width: 767px) {
    #section--blog-list .input-group > * {
        width: 100%;
    }
    #section--blog-list .input-group .btn {
        margin-left: 0 !important;
        margin-top: 15px !important;
    }
}
#section--blog-list .pagination li .page-link {
    border: 0;
    color: black;
    padding: 0.75rem;
}
#section--blog-list .pagination li.active .page-link {
    background-color: transparent;
    border: 1px solid #dee2e6;
    font-weight: bold;
}
#section--search-blog-posts .input-group {
    max-width: 730px;
}
#section--search-blog-posts .input-group .form-control {
    min-height: 60px;
    font-size: 16px;
}
#section--search-blog-posts .input-group .form-control::placeholder {
    opacity: 0.75;
}
#section--search-blog-posts .input-group .btn {
    font-size: 16px;
    width: 150px;
}
@media (max-width: 767px) {
    #section--search-blog-posts .input-group > * {
        width: 100%;
    }
    #section--search-blog-posts .input-group .btn {
        margin-left: 0 !important;
        margin-top: 15px !important;
    }
}
#section--franchise-banner #fr-banner-image {
    background-repeat: no-repeat;
    background-size: cover;
}
#section--franchise-banner #fr-banner-heading {
    font-size: 42px;
}
#section--franchise-banner #fr-banner-subheading {
    font-size: 1.95rem;
}
#section--franchise-banner #fr-banner-button {
    font-size: 17px;
    min-height: 1px;
}
#section--franchise-first-section #fr-second-section-subheading,
#section--franchise-second-section #fr-second-section-subheading {
    font-size: 30px;
    font-weight: 600;
    font-family: Gotham Medium;
}
#section--franchise-first-section #fr-second-section-subheading .bg-red,
#section--franchise-second-section #fr-second-section-subheading .bg-red {
    display: inline-block;
    height: 16px;
    width: 16px;
    vertical-align: middle;
    margin-top: -5px;
}
#section--franchise-first-section #fr-second-section-button,
#section--franchise-second-section #fr-second-section-button {
    font-size: 17px;
    min-height: 1px;
}
@media (min-width: 1281px) {
    #section--franchise-first-section .row.justify-content-between .col-lg-6,
    #section--franchise-second-section .row.justify-content-between .col-lg-6 {
        max-width: 720px;
    }
}
#fr-email,
#fr-opening {
    font-size: 13px;
}

#section--blog-content .social {
    margin:10px 15px;
}
#section--blog-content .social a svg {
    max-width: 50px;
    height: auto;
    margin: 5px;
}

/*404 Page*/
#section--404 {
    background-image: url(/assets/images/404/404.jpg);
    background-repeat: no-repeat;
    background-position: top right;
  }
  #section--404 .col-12 {
    min-height: 750px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
  }
  #section--404 .col-12 > div > div {
    max-width: 560px;
    background-color: #E8E8E8;
  }
  #section--404 .col-12 h1 {
    font-size: 36px;
  }
  #section--404 .col-12 h2 {
    font-size: 40px;
    display: none;
  }
  #section--404 .col-12 .btn {
    font-size: 18px;
  }
  @media (max-width: 767px) {
    #section--404 .col-12 {
      min-height: 1px;
    }
  }

  @media(min-width:1201px){
      .nsearchinput-pl.well{
          margin-top:72px!important;
      }
  }
  @media(max-width:1200px){
      .nsearchinput-pl.well{
          margin-top:48px!important;
      }
  }
  @media(max-width:991px){
      .nsearchinput-pl.well{
          margin-top:45px!important;
      }
  }

  .pointer-events-none{
      pointer-events:none;
  }

  .hover-light{
      opacity:1;
      color:white!important;
  }

/* notif_product_slide */
.notif_product_slide{
    background-color: #45ad45cc;
    color: #fff;
    padding: 18px 20px;
    display: none;
    position: fixed;
    z-index: 1000;
    top: 31%;
}
.activate_notif_product_slide {
    animation: notif_product_slide_movein 1s ease forwards;
    display: block;
}
@media(min-width: 768px){
    .notif_product_slide{
        left: 0;
        width: 210px;
    }
    @keyframes notif_product_slide_movein {
        from { left: -200px; }
        to   { left: 0; }
    }
}
@media(max-width: 767px){
    .notif_product_slide{
        left: 0;
        width: 210px;
    }
    @keyframes notif_product_slide_movein {
        from { left: -100px; }
        to   { left: 0; }
    }
}

/* Available online only */
.available-online-only-label{
    background-color: #45ad45cc;
    color: #fff;
    font-size: 12px;
    width: 100px;
    position: absolute;
    padding: 2px 6px;
    font-weight: 600;
}