.f1_d-none {
  display: none !important; }

#product-quickview .product-quickview-swatch {
  margin-bottom: 15px; }
  #product-quickview .product-quickview-swatch .product-sw-line {
    margin-top: 15px; }
    #product-quickview .product-quickview-swatch .product-sw-line .product-sw-select {
      gap: 10px; }
      #product-quickview .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-title {
        font-weight: 500;
        margin-right: 20px;
        min-width: 100%;
        display: block;
        font-size: 1rem;
        line-height: 1;
        margin-bottom: 0; }
      #product-quickview .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-select-item .product-sw-select-item-span {
        display: block;
        border: 1px solid #e1e1e1;
        border-radius: var(--border_radius);
        min-width: 70px;
        height: 35px;
        line-height: 35px;
        padding: 0 10px;
        cursor: pointer;
        box-shadow: 2.5px 2.5px 2.5px rgba(0, 0, 0, 0.15);
        transition: all 0.3s linear;
        font-size: .85rem;
        margin-bottom: 0;
        text-align: center; }
      #product-quickview .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-select-item input:not(.disabled):checked + label {
        border-color: #222;
        font-weight: 700;
        color: #222; }
      #product-quickview .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-select-item:not(.sw-color) input.soldOut + label {
        position: relative;
        background: url(https://file.hstatic.net/200000544803/file/soldout_bg_461519ca89c54e53978e6d5e00dd7ac0.png);
        background-position: center center;
        background-repeat: repeat;
        background-size: contain; }
      #product-quickview .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-select-item.sw-color {
        position: relative; }
        #product-quickview .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-select-item.sw-color input.soldOut + label {
          position: relative;
          background: url(https://file.hstatic.net/200000544803/file/soldout_bg_461519ca89c54e53978e6d5e00dd7ac0.png);
          background-position: center center;
          background-repeat: repeat;
          background-size: contain; }
          #product-quickview .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-select-item.sw-color input.soldOut + label span {
            position: relative;
            z-index: -1; }
        #product-quickview .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-select-item.sw-color .product-sw-select-item-span {
          border: none;
          height: 34px;
          width: 34px;
          min-width: auto;
          position: relative;
          overflow: hidden;
          padding: 2px; }
          #product-quickview .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-select-item.sw-color .product-sw-select-item-span span {
            border: 1px solid #f1f1f1;
            display: block;
            height: 100%;
            width: 100%;
            cursor: pointer;
            background-size: contain; }
        #product-quickview .product-quickview-swatch .product-sw-line .product-sw-select .product-sw-select-item.sw-color input:checked + label {
          padding: 2px;
          border: 1px solid #000; }

#product-quickview .product-sw-select {
  display: flex;
  flex-wrap: wrap;
  gap: 10px; }

.buttonStyle1 {
  background: #FFF;
  display: inline-block;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #CCC;
  padding: 5px 10px;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  transition: color .4s .4s ease-in, border .4s .4s ease-in;
  overflow: hidden; }
  @media (max-width: 360px) {
    .buttonStyle1 {
      width: 280px; } }
  .buttonStyle1:hover {
    color: var(--color_main);
    border-color: var(--color_main);
    border: 1px solid var(--color_main) !important; }
    .buttonStyle1:hover:after {
      transform: scale(1); }
  .buttonStyle1:after {
    content: '';
    position: absolute;
    height: 3px;
    width: 100%;
    background: var(--color_main);
    left: 0;
    bottom: 0;
    transition: all 0.4s ease-in;
    transform: scale(0);
    border-radius: var(--border_radius); }

.font-acp {
  font-family: "Merriweather", serif; }

.last-news__item {
  text-align: center; }
  .last-news__item .last-news__item--thumb a {
    display: block;
    margin-bottom: 1.625rem; }
  .last-news__item .last-news__item--title {
    font-size: 23px;
    line-height: 1.1;
    margin-bottom: 1rem;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto; }
  .last-news__item .last-news__item--resume {
    font-size: 17px;
    line-height: 1.3; }

.titleStyle2, .title-style1 {
  font-size: 30px;
  margin-bottom: 1.875rem;
  line-height: 1.1;
  line-height: 38px;
  font-weight: bold; }
  @media (max-width: 768px) {
    .titleStyle2, .title-style1 {
      font-size: 3rem; } }
  @media (max-width: 480px) {
    .titleStyle2, .title-style1 {
      font-size: 2.5rem; } }

.subtitleStyle2, .subtitle-style1 {
  text-align: start;
  font-size: 1.275rem;
  line-height: 1.1;
  font-style: italic;
  margin-bottom: 1.875rem;
  font-family: "Dancing Script", serif; }

.contentStyle2, .content-style1 {
  font-size: 17px;
  margin-bottom: 3.125rem; }

.buttonStyle2, .button-style1 {
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  box-shadow: none;
  position: relative;
  display: inline-block;
  font-family: "Roboto";
  text-transform: uppercase;
  font-size: 0.9375rem;
  background-color: #000000;
  color: #FDF6F0;
  padding: 0.75rem 1.75rem;
  border: solid 0.0625rem #000000;
  font-weight: 500;
  line-height: 1.6;
  cursor: pointer;
  transition: all 450ms cubic-bezier(0.215, 0.61, 0.355, 1) 50ms;
  margin-bottom: 2rem; }
  .buttonStyle2:hover, .button-style1:hover {
    background-color: transparent;
    color: #000; }

.quoteStyle2 {
  text-align: center;
  font-size: 22px;
  line-height: 26px;
  font-style: italic;
  margin-top: 5.625rem;
  font-family: "Dancing Script", serif; }

.headers2.isFixed {
  position: fixed;
  top: 0 !important; }
  @media (max-width: 1201px) {
    .headers2.isFixed {
      position: relative; } }

@media (min-width: 1201px) {
  .headers2.forFixed {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
    background: #F5EFEA;
    transition: transform 0.4s, background 0.4s; }
    .headers2.forFixed .headers2-wrap .headers2-left > a > h1 svg {
      display: none; }
    .headers2.forFixed .headers2-wrap .headers2-left > a > svg {
      display: block; }
    .headers2.forFixed .headers2-wrap .headers2-right i {
      color: var(--color1) !important; }
    .headers2.forFixed .headers2-wrap .headers2-right button[data-type="shop-ordernow"] {
      background: #000 !important;
      color: #FFF;
      padding: 7.5px 15px !important;
      display: block;
      text-transform: uppercase; }
      .headers2.forFixed .headers2-wrap .headers2-right button[data-type="shop-ordernow"]:hover {
        background: var(--color_main) !important;
        color: var(--color2); }
  .headers2:not(.forFixed) {
    background: transparent;
    box-shadow: none;
    transition: transform 0.4s, background 0.4s; }
  .headers2 .headers2-wrap .headers2-right i {
    color: var(--color2) !important; } }

.headers2-center-flag-idle {
  position: relative; }
  .headers2-center-flag-idle:after {
    content: "";
    position: absolute;
    height: 79.76px;
    background: #F5EFEA;
    width: 100%;
    box-shadow: 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.16); }

.headers2-center-flag {
  position: sticky;
  z-index: 99;
  top: 0;
  padding: 25px 0;
  margin: 0 auto;
  max-width: 53%; }
  @media (max-width: 1201px) {
    .headers2-center-flag {
      display: none !important; } }
  .headers2-center-flag .headers2-center {
    margin: 0 auto;
    display: flex;
    align-items: center; }
    .headers2-center-flag .headers2-center .header-menu-horizontal {
      width: 100%; }

.home-slider .home-slider-items .slick-track {
  padding: 0 !important; }

.home-slider .home-slider-items .slick-dots {
  bottom: 15px !important; }

.home-slider .home-slider-items .home-slider-item {
  position: relative; }
  .home-slider .home-slider-items .home-slider-item .home-slider-item-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center; }
    .home-slider .home-slider-items .home-slider-item .home-slider-item-content p {
      font-size: 1.25rem;
      color: #FFF;
      margin-bottom: 15px; }
      @media (max-width: 480px) {
        .home-slider .home-slider-items .home-slider-item .home-slider-item-content p {
          font-size: 1.5rem; } }
    .home-slider .home-slider-items .home-slider-item .home-slider-item-content h2 {
      color: #FFF;
      margin-bottom: 15px; }
      @media (min-width: 1200px) {
        .home-slider .home-slider-items .home-slider-item .home-slider-item-content h2 {
          font-size: 3.25rem; } }
      @media (max-width: 480px) {
        .home-slider .home-slider-items .home-slider-item .home-slider-item-content h2 {
          font-size: 3rem; } }
    .home-slider .home-slider-items .home-slider-item .home-slider-item-content a {
      font-size: 1.25rem; }
      @media (max-width: 480px) {
        .home-slider .home-slider-items .home-slider-item .home-slider-item-content a {
          font-size: 1.5rem; } }

.fhome-groupban {
  background-color: #F5EFEA;
  display: block;
  padding: 3.75rem 0; }
  @media (max-width: 768px) {
    .fhome-groupban {
      padding: 1.375rem 0; } }
  .fhome-groupban .fhome-groupban-wrap {
    display: grid;
    grid-template-columns: 0.6fr 0.4fr;
    grid-column-gap: 150px;
    padding: 3.75rem 2.25rem 3.75rem 2.25rem; }
    @media (max-width: 991px) {
      .fhome-groupban .fhome-groupban-wrap {
        padding: 2.5rem; } }
    @media (max-width: 768px) {
      .fhome-groupban .fhome-groupban-wrap {
        grid-template-columns: 1fr;
        padding: 2rem;
        grid-row-gap: 2rem; } }
    @media (max-width: 480px) {
      .fhome-groupban .fhome-groupban-wrap {
        padding: 2rem 0; } }
    .fhome-groupban .fhome-groupban-wrap .fhome-groupban-banner {
      position: relative;
      height: fit-content;
      display: flex;
      flex-direction: column; }
      .fhome-groupban .fhome-groupban-wrap .fhome-groupban-banner .fhome-groupban-banner-feature {
        align-self: flex-start;
        width: 82.5%;
        overflow: hidden; }
        @media (max-width: 768px) {
          .fhome-groupban .fhome-groupban-wrap .fhome-groupban-banner .fhome-groupban-banner-feature {
            width: 100%; } }
      .fhome-groupban .fhome-groupban-wrap .fhome-groupban-banner .fhome-groupban-banner-thumb {
        width: 42%;
        margin-top: -6.25rem;
        transform: translate(0, 5%);
        align-self: flex-end; }
        @media (max-width: 768px) {
          .fhome-groupban .fhome-groupban-wrap .fhome-groupban-banner .fhome-groupban-banner-thumb {
            display: none; } }
        .fhome-groupban .fhome-groupban-wrap .fhome-groupban-banner .fhome-groupban-banner-thumb img {
          border: solid 0.375rem #FDF6F0;
          box-shadow: 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.16); }
    .fhome-groupban .fhome-groupban-wrap .fhome-groupban-body {
      max-width: 550px;
      margin: auto; }
      .fhome-groupban .fhome-groupban-wrap .fhome-groupban-body .fhome-groupban-button {
        color: #000000;
        background-color: transparent; }
        .fhome-groupban .fhome-groupban-wrap .fhome-groupban-body .fhome-groupban-button:hover {
          background: #000;
          color: #FDF6F0; }

.fhome-about {
  padding: 3.75rem 0; }
  @media (max-width: 768px) {
    .fhome-about {
      padding: 1.375rem 0; } }
  .fhome-about .fhome-about-wrap {
    display: grid;
    grid-template-columns: 0.6fr 0.4fr;
    gap: 150px;
    align-items: center; }
    @media (max-width: 991px) {
      .fhome-about .fhome-about-wrap {
        grid-template-columns: 1fr;
        gap: 2rem; } }
    .fhome-about .fhome-about-wrap * {
      min-width: 0; }

.fhome-groupproduct {
  padding: 3.75rem 0;
  padding-top: 0; }
  @media (max-width: 768px) {
    .fhome-groupproduct {
      padding: 1.375rem 0; } }
  .fhome-groupproduct .fhome-groupproduct-wrap {
    text-align: center; }
    .fhome-groupproduct .fhome-groupproduct-wrap .fhome-groupproduct-title {
      text-align: center;
      margin-bottom: 0;
      padding: 3.75rem 0;
      padding-top: 0; }
      @media (max-width: 768px) {
        .fhome-groupproduct .fhome-groupproduct-wrap .fhome-groupproduct-title {
          padding: 1.375rem 0; } }
    .fhome-groupproduct .fhome-groupproduct-wrap .fhome-groupproduct-items {
      max-width: 65%;
      margin: 0 auto;
      text-align: start; }
      @media (max-width: 991px) {
        .fhome-groupproduct .fhome-groupproduct-wrap .fhome-groupproduct-items {
          max-width: 100%; } }
      .fhome-groupproduct .fhome-groupproduct-wrap .fhome-groupproduct-items:not(.slick-slider) {
        display: grid;
        grid-auto-columns: calc(100%/3);
        grid-auto-flow: column;
        overflow: hidden; }
      .fhome-groupproduct .fhome-groupproduct-wrap .fhome-groupproduct-items.slick-slider {
        margin-left: auto !important; }
        .fhome-groupproduct .fhome-groupproduct-wrap .fhome-groupproduct-items.slick-slider .slick-track {
          margin-left: var(--margin-left); }

.fhome-restaurant {
  padding: 3.75rem 0;
  display: block; }
  @media (max-width: 768px) {
    .fhome-restaurant {
      padding: 1.375rem 0; } }
  .fhome-restaurant .fhome-restaurant-wrap .fhome-restaurant-head {
    max-width: 90%;
    margin: 0 auto; }
    @media (max-width: 991px) {
      .fhome-restaurant .fhome-restaurant-wrap .fhome-restaurant-head {
        max-width: 100%; } }
    .fhome-restaurant .fhome-restaurant-wrap .fhome-restaurant-head .fhome-restaurant-title {
      position: relative; }
      .fhome-restaurant .fhome-restaurant-wrap .fhome-restaurant-head .fhome-restaurant-title:after {
        content: "";
        display: block;
        width: 30px;
        height: 2px;
        background-color: #000000;
        margin-bottom: 0.625rem;
        margin-top: 1rem;
        will-change: width;
        transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-delay: 50ms; }
  .fhome-restaurant .fhome-restaurant-items {
    margin-bottom: 1.875rem; }
    .fhome-restaurant .fhome-restaurant-items:not(.slick-slider) {
      display: grid;
      grid-auto-columns: calc(100%/3);
      grid-auto-flow: column;
      overflow: hidden;
      gap: 4.375rem; }
    .fhome-restaurant .fhome-restaurant-items.slick-slider {
      margin: 0 !important; }
      .fhome-restaurant .fhome-restaurant-items.slick-slider .slick-arrow {
        display: none !important; }
      .fhome-restaurant .fhome-restaurant-items.slick-slider .slick-track {
        margin-left: var(--margin-left) !important; }
        .fhome-restaurant .fhome-restaurant-items.slick-slider .slick-track .fhome-restaurant-item {
          padding: calc(4.375rem/2); }
          @media (max-width: 991px) {
            .fhome-restaurant .fhome-restaurant-items.slick-slider .slick-track .fhome-restaurant-item {
              padding: 1rem; } }
          @media (max-width: 480px) {
            .fhome-restaurant .fhome-restaurant-items.slick-slider .slick-track .fhome-restaurant-item {
              padding: 0 15px; } }
    .fhome-restaurant .fhome-restaurant-items .fhome-restaurant-item {
      text-align: center; }
      .fhome-restaurant .fhome-restaurant-items .fhome-restaurant-item a {
        display: block;
        margin-bottom: 1.25rem; }
      .fhome-restaurant .fhome-restaurant-items .fhome-restaurant-item h3 {
        font-size: 2.1875rem;
        line-height: 1.1;
        margin-bottom: 1rem; }
      .fhome-restaurant .fhome-restaurant-items .fhome-restaurant-item h4 {
        text-transform: uppercase;
        font-size: 0.75rem;
        font-weight: bold; }
  .fhome-restaurant .fhome-restaurant-actions {
    display: flex;
    justify-content: space-between; }
    .fhome-restaurant .fhome-restaurant-actions button {
      background: transparent;
      border: none;
      outline: none;
      padding: 0;
      box-shadow: none; }
      .fhome-restaurant .fhome-restaurant-actions button svg {
        width: 24px;
        height: 24px; }

.fhome-groupban.fhome-groupban2 .fhome-groupban-wrap .fhome-groupban-banner .fhome-groupban-banner-feature {
  align-self: flex-end; }

.fhome-groupban.fhome-groupban2 .fhome-groupban-wrap .fhome-groupban-banner .fhome-groupban-banner-thumb {
  align-self: flex-start; }

.fhome-groupban.fhome-groupban3 .fhome-groupban-wrap {
  flex-direction: row-reverse;
  grid-template-columns: 0.4fr 0.6fr; }
  @media (max-width: 767px) {
    .fhome-groupban.fhome-groupban3 .fhome-groupban-wrap {
      grid-template-columns: 1fr; } }
  .fhome-groupban.fhome-groupban3 .fhome-groupban-wrap .fhome-groupban-banner {
    order: 2; }

.fhome-video {
  padding: 3.75rem 0; }
  @media (max-width: 768px) {
    .fhome-video {
      padding: 1.375rem 0; } }
  .fhome-video .video {
    width: 100%; }
  .fhome-video .video-container {
    width: 100%;
    height: 635px;
    overflow: hidden;
    position: relative; }
    @media (max-width: 768px) {
      .fhome-video .video-container {
        height: 80vw; } }
  .fhome-video .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .fhome-video .video-container iframe {
    pointer-events: none; }
  .fhome-video .video-container iframe {
    position: absolute;
    top: -60px;
    left: 0;
    width: 100%;
    height: calc(100% + 120px); }
  .fhome-video .video-foreground {
    pointer-events: none; }

.fhome-blog {
  padding: 3.75rem 0; }
  @media (max-width: 768px) {
    .fhome-blog {
      padding: 1.375rem 0; } }
  .fhome-blog .fhome-blog-wrap .fhome-blog-title {
    padding: 3.75rem 0;
    padding-top: 0;
    margin: 0; }
    @media (max-width: 768px) {
      .fhome-blog .fhome-blog-wrap .fhome-blog-title {
        padding: 1.375rem 0; } }
  .fhome-blog .fhome-blog-wrap .fhome-blog-items:not(.slick-slider) {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 5%; }
  .fhome-blog .fhome-blog-wrap .fhome-blog-items.slick-slider article {
    padding: 0; }

.wrap_reassurance {
  max-width: 1920px;
  margin: 0rem auto 0;
  background-color: #faefe9;
  width: 100%; }
  .wrap_reassurance .container_reassurance {
    width: 100%;
    display: flex;
    justify-content: center;
    min-height: 110px;
    column-gap: 8%; }
    @media screen and (min-width: 1024px) and (max-width: 1100px) {
      .wrap_reassurance .container_reassurance {
        column-gap: 9%; } }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .wrap_reassurance .container_reassurance {
        column-gap: 100px; } }
    @media screen and (max-width: 1023px) {
      .wrap_reassurance .container_reassurance {
        column-gap: 7.3%;
        padding: 0 20px 0px 20px; } }
    @media screen and (max-device-width: 1023px) {
      .wrap_reassurance .container_reassurance {
        column-gap: 7.3%; } }
    @media screen and (max-width: 767px) {
      .wrap_reassurance .container_reassurance {
        flex-wrap: wrap;
        padding: 0 15px;
        column-gap: 0; } }
    .wrap_reassurance .container_reassurance .reassurance {
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 1.25rem 0;
      background-position: center 1.25rem;
      background-repeat: no-repeat; }
      @media screen and (max-width: 767px) {
        .wrap_reassurance .container_reassurance .reassurance {
          width: 50%; } }
      .wrap_reassurance .container_reassurance .reassurance img {
        margin-bottom: 1.25rem; }
      .wrap_reassurance .container_reassurance .reassurance .title {
        display: block;
        text-transform: lowercase;
        font-size: 0.975rem;
        line-height: 1.05rem;
        letter-spacing: 2.8px;
        color: #ce7a51;
        text-align: center;
        letter-spacing: 0.2em;
        text-transform: uppercase; }
      .wrap_reassurance .container_reassurance .reassurance .txt {
        display: block;
        font-size: 1.1375rem;
        line-height: 1.125rem;
        color: #333333;
        text-align: center;
        padding-top: 0.41rem;
        max-width: 30ch; }

@media (min-width: 768px) {
  .fhome-groupban.fhome-groupbanaboutus2 .fhome-groupban-wrap,
  .fhome-groupban.fhome-groupbantwo_aboutus2 .fhome-groupban-wrap {
    flex-direction: row-reverse; }
    .fhome-groupban.fhome-groupbanaboutus2 .fhome-groupban-wrap .fhome-groupban-banner,
    .fhome-groupban.fhome-groupbantwo_aboutus2 .fhome-groupban-wrap .fhome-groupban-banner {
      order: 2; }
      .fhome-groupban.fhome-groupbanaboutus2 .fhome-groupban-wrap .fhome-groupban-banner .fhome-groupban-banner-feature,
      .fhome-groupban.fhome-groupbantwo_aboutus2 .fhome-groupban-wrap .fhome-groupban-banner .fhome-groupban-banner-feature {
        align-self: flex-end; } }

.fhome-groupproduct.fhome-groupproduct-chocolate_product {
  padding: 3.75rem 0;
  display: block; }
  @media (max-width: 768px) {
    .fhome-groupproduct.fhome-groupproduct-chocolate_product {
      padding: 1.375rem 0; } }
  .fhome-groupproduct.fhome-groupproduct-chocolate_product .fhome-groupproduct-wrap .fhome-groupproduct-items {
    max-width: 100%;
    margin-right: inherit;
    grid-auto-columns: 21%; }

.fhome-groupproduct.fhome-groupproduct-maincollection {
  padding: 3.75rem 0;
  display: block; }
  @media (max-width: 768px) {
    .fhome-groupproduct.fhome-groupproduct-maincollection {
      padding: 1.375rem 0; } }
  .fhome-groupproduct.fhome-groupproduct-maincollection .fhome-groupproduct-wrap .fhome-groupproduct-items {
    max-width: 100%;
    margin-right: inherit;
    grid-auto-columns: 17.4%; }

.headers2 .headers2-wrap .headers2-left svg.logo-white path.cls-1 {
  fill: #ffff !important; }

.headers2 .headers2-wrap .headers2-left svg {
  width: 140px; }

.fhome-groupban-meet {
  background-color: #F5EFEA;
  display: block;
  padding: 3.75rem 0; }
  .fhome-groupban-meet .fhome-groupban-s h2 {
    text-align: center;
    font-size: 100px;
    font-weight: bold; }
  .fhome-groupban-meet .fhome-groupban-s .des-ert {
    max-width: 60%;
    margin: 10px auto 40px;
    text-align: center;
    font-size: 15px; }
  .fhome-groupban-meet .fhome-groupban-dettails {
    max-width: 70%;
    margin: 0 auto; }
    .fhome-groupban-meet .fhome-groupban-dettails .flex-three-items {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      column-gap: 40px; }
      .fhome-groupban-meet .fhome-groupban-dettails .flex-three-items .items {
        min-width: 0; }
        .fhome-groupban-meet .fhome-groupban-dettails .flex-three-items .items .image-s {
          width: 100%;
          max-width: 100%; }
          .fhome-groupban-meet .fhome-groupban-dettails .flex-three-items .items .image-s img {
            width: 100%; }
        .fhome-groupban-meet .fhome-groupban-dettails .flex-three-items .items .content-s {
          margin-bottom: 40px;
          display: flex;
          justify-content: center;
          flex-wrap: wrap;
          text-align: center; }
          .fhome-groupban-meet .fhome-groupban-dettails .flex-three-items .items .content-s strong {
            margin-top: 20px;
            width: 100%;
            font-size: 21px;
            line-height: 30px; }
          .fhome-groupban-meet .fhome-groupban-dettails .flex-three-items .items .content-s span {
            margin-top: 5px;
            width: 100%;
            font-size: 16px; }

.fhome-groupproduct-items:not(.slick-initialized) {
  display: flex !important;
  justify-content: center;
  margin: 0 !important; }

.fhome-groupproduct-items:not(.slick-initialized) > div {
  width: calc(100%/5); }

.fhome-groupproduct-items:not(.slick-initialized) > div:nth-child(n+6) {
  display: none; }

@media (min-width: 1200px) {
  .headers2.forFixed .headers2-wrap .headers2-left > a > svg {
    height: 50px; }
  .fhome-restaurant {
    padding: 3.75rem 0;
    display: block;
    max-width: 1370px;
    margin: 0 auto; }
  .fhome-restaurant .fhome-restaurant-items:not(.slick-slider) {
    display: flex;
    justify-content: center;
    overflow: hidden;
    gap: 40px;
    margin: 0 !important; } }

@media (max-width: 1024px) {
  .home-slider .home-slider-items .home-slider-item .home-slider-item-content {
    width: 280px; } }

@media (max-width: 480px) {
  .home-slider .home-slider-items .home-slider-item .home-slider-item-content p {
    font-size: 20px; } }

span.product-sw-select-item {
  cursor: pointer; }

@media (max-width: 480px) {
  .home-slider .home-slider-items .home-slider-item .home-slider-item-content h2 {
    font-size: 20px; }
  .home-slider .home-slider-items .home-slider-item .home-slider-item-content a {
    font-size: 10px; }
  .home-slider .home-slider-items .slick-dots {
    bottom: 5px !important; }
  .headers2-center-flag-idle {
    display: none; }
  .fhome-groupban-meet .fhome-groupban-s h2 {
    font-size: 37px; }
  .fhome-groupban-meet .fhome-groupban-s .des-ert {
    max-width: 100%;
    margin: 10px auto 20px;
    text-align: center;
    font-size: 14px; }
  .fhome-groupban-meet .fhome-groupban-dettails {
    max-width: 100%;
    margin: 0 auto; }
  .fhome-groupban-meet .fhome-groupban-dettails .flex-three-items {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 10px; }
  .fhome-groupban-meet .fhome-groupban-dettails .flex-three-items .items .content-s strong {
    margin-top: 2px;
    width: 100%;
    font-size: 14px;
    line-height: 30px; }
  .fhome-groupban-meet .fhome-groupban-dettails .flex-three-items .items .content-s span {
    margin-top: 0px;
    width: 100%;
    font-size: 14px; } }

footer.footers2 .footers2-wrap .footers2-top ul li a,
footer.footers2 .footers2-wrap .footers2-top .footers2-top-one p {
  font-weight: 500; }

.main-product .main-product-relate-custom .main-product-relate-data .product-item .product-item-detail .product-item-detail-flex .product-item-detail-vendor,
.main-product .main-product-wrap .main-product-right .main-product-info span {
  display: none; }

.section.fhome-blog .last-news__item .last-news__item--title {
  max-width: 100%;
  font-size: 20px;
  min-height: 44px; }

.main-article > .container .main-article-wrap .main-article-content ul {
  margin-left: 20px; }

.main-article > .container .main-article-wrap .main-article-content ul li {
  list-style: disc; }

.main-article > .container .main-article-wrap .main-article-content a {
  color: #2980B9;
  text-decoration: underline; }

@media (max-width: 767px) {
  .fhome-groupban-meet .fhome-groupban-dettails .flex-three-items {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  .fhome-groupban-meet .fhome-groupban-dettails .flex-three-items .items {
    width: 50%;
    padding: 0 5px; }
  .fhome-groupban-meet .fhome-groupban-dettails .flex-three-items .items:nth-child(2) {
    order: 1; }
  .fhome-groupban-meet .fhome-groupban-dettails .flex-three-items .items:nth-child(1) {
    order: 2; }
  .fhome-groupban-meet .fhome-groupban-dettails .flex-three-items .items:nth-child(3) {
    order: 3; }
  .fhome-groupban-meet .fhome-groupban-dettails .flex-three-items .items:nth-child(4) {
    order: 4; }
  .fhome-groupban-meet .fhome-groupban-dettails .flex-three-items .items:nth-child(5) {
    order: 5; }
  .fhome-groupban-meet .fhome-groupban-dettails .flex-three-items .items:nth-child(6) {
    order: 6; } }

.your-galerysmall {
  margin-top: 10px;
  /* the slides */
  /* the parent */ }
  .your-galerysmall img {
    aspect-ratio: 1 / 1;
    object-fit: cover; }
  .your-galerysmall .slick-slide {
    margin: 0 7px; }
  .your-galerysmall .slick-list {
    margin: 0 -7px; }
