
    /* button hover styles */
    .button {
      background: none;
      color: inherit;
      position: relative;
      z-index: 1;
      color: white;
    }
    .button:focus {
      outline: none;
    }
    .button:hover {
      color: white;
    }
       
    /* <!-- Isi --> */
    .button--isi {
      color: #fff;
      background: #25262D;
      overflow: hidden;
    }
    .button--isi::before {
      content: '';
      z-index: -1;
      position: absolute;
      top: 50%;
      left: 100%;
      margin: -15px 0 0 1px;
      width: 30px;
      height: 30px;
      border-radius: 40px;
      background-color: #68B0E8;
      -webkit-transform-origin: 100% 50%;
      transform-origin: 100% 50%;
      -webkit-transform: scale3d(1, 2, 1);
      transform: scale3d(1, 2, 1);
      -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
      transition: transform 0.3s, opacity 0.3s;
      -webkit-transition-timing-function: cubic-bezier(0.7,0,0.9,1);
      transition-timing-function: cubic-bezier(0.7,0,0.9,1);
    }
    .button--isi:hover::before {
      -webkit-transform: scale3d(9, 9, 1);
      transform: scale3d(9, 9, 1);
      width: 100%;
    }




    /* <!-- Wapasha --> */
      /* Wapasha */
      .button.button--wapasha {
        background: #25262D;
        color: #fff;
        -webkit-transition: background-color 0.3s, color 0.3s;
        transition: background-color 0.3s, color 0.3s;
      }
      .button.button.button--wapasha:hover {
        text-decoration: none;
      }
      .button--wapasha.button--inverted {
        background: #fff;
        color: #37474f;
      }
      .button--wapasha::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 2px solid #68b0e8;
        z-index: -1;
        border-radius: inherit;
        opacity: 0;
        -webkit-transform: scale3d(0.6, 0.6, 1);
        transform: scale3d(0.6, 0.6, 1);
        -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
        transition: transform 0.3s, opacity 0.3s;
        -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
        transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
      }
      .button--wapasha.button--inverted::before {
        border-color: #68b0e8;
      }
      .button--wapasha:hover {
        background-color: #fff;
        color: #68b0e8;
      }
      .button--wapasha.button--inverted:hover {
        background-color: #37474f;
        color: #7986cb;
      }
      .button--wapasha:hover::before {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        opacity: 1;
      }
      /* <!--END  Wapasha --> */

  /* END button hover styles */





 
  /* blue cards */
  .top-box-holder p {
    margin: 0;
  }
  .card-item {
    width: 307px;
    height: 63px;
    background-color: #68B0E8;
    display: flex;
    flex-wrap: wrap;
    margin-right: 50px;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(104, 176, 232, 0.3) 0px 20px 25px -5px, rgba(104, 176, 232, 0.04) 0px 10px 10px -50px;
  }
  .card-item-last {
    width: 305px;
    height: 63px;
    background-color: #68B0E8;
    display: flex;
    flex-wrap: wrap;
    margin-right: 0;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(104, 176, 232, 0.3) 0px 20px 25px -5px, rgba(104, 176, 232, 0.04) 0px 10px 10px -50px;
  }
  .top-box-container {
    background: transparent;
    width:1405px;
    margin: auto;
    position: absolute;
    top: -30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    z-index: 1;
    height: auto;
  }
  .top-box-holder {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    height: 60px;
  }
  .box-icon {
    width: 47px;
    height: 47px;
    height: 100%;
    width: 23%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .box-icon i {
    font-size: 45px;
    color: white;
  }
  .box-info {
    width: 215px;
    height: 44px;
    width: 77%;
    color: white;
    height: auto;
    line-height: 21px;
  }
 .top-box-holder p.medium {
    font-size: 21px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
  }
  .top-box-holder p.small {
    font-size: 19px;
    font-family: 'Poppins', sans-serif;
    font-weight: 100;
  }
  #boxiconmap {
    padding: 7px;
  }
  @media only screen and (max-width: 1440px) {
    .top-box-container {
      width: 75%;
    }
    .top-box-container {
      top: -25px;
    }
    .top-box-holder {
      height: 40px;
    }
    .card-item, .card-item-last {
      margin-right: 10px;
      margin: auto;
      width: 230px;
      height: 48px;
    }
    .top-box-holder p.medium {
      font-size: 15px;
    }
    .top-box-holder p.small {
      font-size: 15px;
    }
    .box-icon i {
      font-size: 25px;
      color: white;
    }
    .box-icon {
      width: 20%;
    }
    .box-info {
      width: 80%;
      line-height: 17px;
    }
    #boxiconmap {
      padding: 7px;
    }
  }
  @media only screen and (max-width: 1366px) {
    .top-box-container {
      width: 983px;
    }
    .card-item {
      margin-right: 20px;
    }
    .box-icon i {
      font-size: 30px;
    }
    .top-box-holder p.small {
      font-size: 13px;
    }
    .top-box-holder p.medium {
      font-size: 13px;
    }
    .box-icon {
      width: 25%;
    }
    .box-info {
      width: 75%;
      line-height: 17px;
    }
    #boxiconmap {
      padding: 10px;
    }
  }
  @media only screen and (max-width: 1235px) {
    .top-box-container {
      width: 80%;
    }
    .card-item {
      margin-right: 0;
      margin: auto;
    }
  }
  @media only screen and (max-width: 1192px) {
    .top-box-container {
      width: 85%;
    }
  }
  @media only screen and (max-width: 1124px) {
    .top-box-container {
      width: 90%;
    }
  }
  @media only screen and (max-width: 1052px) {
    .top-box-container {
      width: 95%;
    }
  }
  @media only screen and (max-width: 1008px) {
    .top-box-container {
      width: 100%;
    }
  }
  @media only screen and (max-width: 964px) {
    .top-box-container {
      width: 80%;
    }
    #bluecard4 {
      display: none;
    }
  }
  @media only screen and (max-width: 904px) {
    .top-box-container {
      width: 85%;
    }
  }
  @media only screen and (max-width: 836px) {
    .top-box-container {
      width: 90%;
    }
  }
  @media only screen and (max-width: 784px) {
    .top-box-container {
      width: 95%;
    }
  }
  @media only screen and (max-width: 756px) {
    .top-box-container {
      width: 100%;
    }
  }
  @media only screen and (max-width: 720px) {
    .top-box-container {
      width: 70%;
    }
    #bluecard3 {
      display: none;
    }
  }
  @media only screen and (max-width: 696px) {
    .top-box-container {
      width: 75%;
    }
  }
  @media only screen and (max-width: 648px) {
    .top-box-container {
      width: 80%;
    }
  }
  @media only screen and (max-width: 612px) {
    .top-box-container {
      width: 85%;
    }
  }
  @media only screen and (max-width: 576px) {
    .top-box-container {
      width: 90%;
    }
  }
  @media only screen and (max-width: 528px) {
    .top-box-container {
      width: 95%;
    }
    .card-item {
      margin-left: 0;
      margin: auto;
    }
  }
  @media only screen and (max-width: 512px) {
    .top-box-container {
      width: 100%;
    }
  }
  @media only screen and (max-width: 480px) {
    .top-box-container {
      width: 100%;
    }
    .card-item, .card-item-last {
      margin-right: 10px;
      margin: auto;
      width: 220px;
      height: 48px;
    }
  }
  @media only screen and (max-width: 452px) {
    .card-item, .card-item-last {
      margin-right: 10px;
      margin: auto;
      width: 200px;
      height: 48px;
    }
    .top-box-container {
      width: 100%;
    }
    .top-box-container {
      top: -25px;
    }
    .top-box-holder p.medium {
      font-size: 13px;
    }
    .top-box-holder p.small {
      font-size: 13px;
    }
    .box-icon i {
      font-size: 25px;
    }
    .box-icon {
      width: 20%;
    }
    .box-info {
      width: 80%;
      line-height: 15px;
    }
  }
  @media only screen and (max-width: 425px) {
    .top-box-container {
      width: 95%;
      height: auto;
    }
    .top-box-container {
      top: -20px;
    }
    .card-item, .card-item-last {
      margin-right: 10px;
      margin: auto;
      width: 190px;
      height: 40px;
    }
    .top-box-holder p.medium {
      font-size: 12px;
    }
    .top-box-holder p.small {
      font-size: 12px;
    }
    .box-icon i {
      font-size: 20px;
    }
    .top-box-holder {
      height: 20px;
      background: #0D3B66;
    }
  }
  @media only screen and (max-width: 407px) {
    .top-box-container {
      width: 100%;
      height: auto;
    }
  }
  @media only screen and (max-width: 388px) {
    .top-box-container {
      width: 100%;
    }
    .card-item, .card-item-last {
      margin-right: 10px;
      margin: auto;
      width: 180px;
      height: 40px;
    }
  }
  @media only screen and (max-width: 372px) {
    .top-box-container {
      width: 100%;
    }
    .top-box-container {
      top: -20px;
    }
    .card-item, .card-item-last {
      margin-right: 10px;
      margin: auto;
      width: 170px;
      height: 45px;
    }
    .top-box-holder p.medium {
      font-size: 10px;
    }
    .top-box-holder p.small {
      font-size: 10px;
    }
    .box-icon i {
      font-size: 18px;
    }
  }
  @media only screen and (max-width: 348px) {
    .top-box-container {
      width: 100%;
    }
    .top-box-container {
      top: -20px;
    }
    .card-item, .card-item-last {
      margin-right: 10px;
      margin: auto;
      width: 160px;
      height: 40px;
    }
    .top-box-holder p.medium {
      font-size: 11px;
    }
    .top-box-holder p.small {
      font-size: 10px;
    }
    .box-icon i {
      font-size: 18px;
    }
  }
  @media only screen and (max-width: 328px) {
    .top-box-container {
      width: 100%;
    }
    .top-box-container {
      top: -20px;
    }
    .card-item, .card-item-last {
      margin-right: 10px;
      margin: auto;
      width: 150px;
      height: 35px;
    }
    .top-box-holder p.medium {
      font-size: 10px;
    }
    .top-box-holder p.small {
      font-size: 10px;
    }
    .box-icon i {
      font-size: 16px;
    }
    .box-info {
      line-height: 12px;
    }
  }
  @media only screen and (max-width: 308px) {
    .top-box-container {
      width: 100%;
      height: 50px;
    }
    .card-item, .card-item-last {
      margin-right: 10px;
      margin: auto;
      width: 145px;
      height: 35px;
    }
    .top-box-container {
      top: -20px;
    }
    .card-item, .card-item-last {
      margin-right: 10px;
      margin: auto;
    }
  }
  @media only screen and (max-width: 292px) {
    .top-box-container {
      width: 100%;
      height: 30px;
    }
    .top-box-container {
      top: -10px;
    }
    .card-item, .card-item-last {
      margin-right: 10px;
      margin: auto;
      width: 137px;
      overflow: hidden;
    }
  }
  @media only screen and (max-width: 278px) {
    .top-box-container {
      width: 100%;
      height: 30px;
    }
    .top-box-container {
      top: -10px;
    }
    #bluecard1 {
      display: none;
    }
    .card-item, .card-item-last {
      margin-right: 10px;
      margin: auto;
      width: 98%;
      overflow: hidden;
    }
  }
/* END blue cards */















.margin-top-20 {
  margin-top: 20px!important;
}


.shop-w-confidence-holder {
  width: 100%;
  height: 150px;
  margin-bottom: 30px;
}
.shop-w-confidence {
  width: 90%;
  overflow: hidden;
  height: 100%;
  flex-wrap: wrap;
  display: flex;
  background: #0D3B66;
  color: white;
  box-shadow: rgba(13, 59, 102, 0.1) 0px 8px 24px, rgba(13, 59, 102, 0.1) 0px 16px 56px, rgba(13, 59, 102, 0.1) 0px 24px 80px;
}
.shop-w-confidence .hundreds {
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  font-size: 30px;
}
.show-w-confidence-title {
  font-family: 'DM Serif Display', serif;
  font-size: 45px;
  margin: 0;
  line-height: 45px;
}
.shop-w-confidence .trophy-holder {
  height: 75%;
}
.shop-w-confidence .blank {
  width: 150px;
}
.shop-w-confidence .first {
  width: 90px;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
}
.shop-w-confidence .first img {
  height: 100%;
}
.shop-w-confidence .second {
  width: 700px;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 20px;
}
.shop-w-confidence .third {
  width: 800px;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 10px;
}
.shop-w-confidence img {
  width: 100%;
}

@media only screen and (max-width: 2060px) {
  .shop-w-confidence .first {
    width: 90px;
  }
  .shop-w-confidence .second {
    width: 600px;
  }
  .shop-w-confidence .third {
    width: 800px;
  }
}
@media only screen and (max-width: 1916px) {
  .shop-w-confidence .third {
    width: 650px;
  }
}
@media only screen and (max-width: 1752px) {
  .shop-w-confidence .second {
    width: 500px;
  }
  .shop-w-confidence .third {
    width: 600px;
  }
  .shop-w-confidence .hundreds {
    font-size: 25px;
  }
  .show-w-confidence-title {
    font-size: 35px;
    line-height: 45px;
  }
}

@media only screen and (max-width: 1592px) {
  .shop-w-confidence-holder {
    width: 100%;
    height: 120px;
  }
}

@media only screen and (max-width: 1562px) {
  .shop-w-confidence .blank {
    width: 70px;
  }
  .shop-w-confidence .first {
    width: 70px;
  }
  .shop-w-confidence .second {
    width: 32%;
    padding-left: 10px;
  }
  .shop-w-confidence .third {
    width: 35%;
  }
  .shop-w-confidence .hundreds {
    font-size: 20px;
  }
  .show-w-confidence-title {
    font-size: 28px;
    line-height: 30px;
  }
  .shop-w-confidence-holder {
    height: 90px;
  }
}

@media only screen and (max-width: 1320px) {
  .shop-w-confidence .second {
    width: 35%;
  }
}
@media only screen and (max-width: 1228px) {
  .shop-w-confidence .second {
    width: 37%;
  }
}
@media only screen and (max-width: 1144px) {
  .shop-w-confidence .second {
    width: 40%;
  }
}
@media only screen and (max-width: 1072px) {
  .shop-w-confidence .second {
    width: 43%;
    padding-left: 10px;
  }
}
@media only screen and (max-width: 992px) {
  .shop-w-confidence .hundreds {
    font-size: 17px;
  }
  .show-w-confidence-title {
    font-size: 25px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 852px) {
  .shop-w-confidence {
    width: 95%;
  }
}
@media only screen and (max-width: 792px) {
  .shop-w-confidence .hundreds {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .shop-w-confidence-holder {
    height: auto;
  }
  .shop-w-confidence .blank {
    display: none;
  }
  .shop-w-confidence .first {
    display: none;
  }
  .shop-w-confidence .second {
    width: 100%;
    padding-left: 10px;
    margin: auto;
    text-align: center;
  }
  .shop-w-confidence .third {
    width: 100%;
    padding: 10px;
    background-color: inherit;
  }
  .shop-w-confidence .font-holder {
    margin: auto;
  }
  .shop-w-confidence .third img {
    width: 60%;
    margin: auto;
  }
  .shop-w-confidence .hundreds {
    font-size: 16px;
  }
  .show-w-confidence-title {
    font-size: 23px;
    line-height: 30px;
  }
  .shop-w-confidence-holder {
    height: 90px;
  }
  .shop-w-confidence {
    width: 100%;
    height: auto;
    padding: 10px;
    border-bottom-right-radius: 15px;
    padding-bottom: 25px!important;
  }
}
@media only screen and (max-width: 626px) {
  .shop-w-confidence .third img {
    width: 70%;
    margin: auto;
  }
}
@media only screen and (max-width: 516px) {
  .shop-w-confidence .third img {
    width: 80%;
    margin: auto;
  }
}
@media only screen and (max-width: 424px) {
  .shop-w-confidence .third img {
    width: 90%;
    margin: auto;
  }
}

@media only screen and (max-width: 372px) {
  .shop-w-confidence .third img {
    height: 90%;
  }
}
@media only screen and (max-width: 326px) {
  .shop-w-confidence .third img {
    width: 100%;
  }
}
@media only screen and (max-width: 320px) {
  .shop-w-confidence-holder {
    height: auto;
  }
  .shop-w-confidence .third img {
    width: 100%;
  }
  .shop-w-confidence .hundreds {
    font-size: 14px;
  }
  .show-w-confidence-title {
    font-size: 20px;
    line-height: 20px;
  }

}

















  /* single image gourmet food */
  .box-button {
    width: 100%;
    height: 120px;
    display: flex;
    flex-wrap: wrap;
    height: auto;
  }
  .box-button button {
    height: 56px;
    border-radius: 7px;
    background: #25262D;
    color: white;
    font-size: 26px;
    outline: none;
    border: none;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    margin-right: 23px;
    
  }
  .btn-shop-now {
    display: none;
  }
  .box-button a {
    text-decoration: none!important;
  }
  @media only screen and (max-width: 1724px) {
    .box-button button {
      height: 41px;
      font-size: 21px;
      margin-right: 15px;
    }
  }


  .box-gourmet-food {
    width: 100%;
    height: 222px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin: auto;
  }
  .box-gourmet-food .blank {
    width: 9%;
    height: 100%;
  }
  .box-gourmet-food .left {
    width: 40%;
    height: 100%;
  }
  .box-gourmet-food .right {
    width: 51%;
    height: auto;
    background: #fcf1e2;

    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: center;
  }
  .gourmet-food-title {
    font-family: 'DM Serif Display', serif;
    font-size: 2.3rem;
    margin-bottom: 15px;
    color: #25262D;
  }
  .box-gourmet-food .info {
    font-weight: 500;
    font-size: 21px;
    line-height: 120%;
    font-family: 'Raleway', sans-serif;
    color: #25262D;
  }
  .box-gourmet-food .right .right-holder {
    height: auto;
  }
  @media only screen and (max-width: 2652px) {
    .box-gourmet-food {
      height: auto;
    }
    .box-gourmet-food .blank {
      width: 5%;
      height: 100%;
    }
    .box-gourmet-food .left {
      width: 35%;
    }
    .box-gourmet-food .right {
      width: 60%;
    }
  }
  @media only screen and (max-width: 1724px) {
    .box-gourmet-food {
      height: auto;
    }
    .box-gourmet-food .blank {
      width: 7%;
      height: 100%;
    }
    .box-gourmet-food .left {
      width: 35%;
    }
    .box-gourmet-food .right {
      width: 58%;
    }
  }
  @media only screen and (max-width: 1668px) {
    .box-button button {
      margin-right: 10px;
    }
  }
  @media only screen and (max-width: 1440px) {
    .box-gourmet-food {
      height: auto;
    }
    .box-gourmet-food .blank {
      width: 8%;
      height: 100%;
    }
    .box-gourmet-food .left {
      width: 35%;
    }
    .box-gourmet-food .right {
      width: 57%;
    }
  }
  @media only screen and (max-width: 1211px) {
    .box-button button {
      margin-right: 10px;
    }
  }
  @media only screen and (max-width: 1143px) {
    .box-button button {
      margin-right: 10px;
    }
  }
  @media only screen and (max-width: 1060px) {
    .box-gourmet-food {
      height: auto;
    }
    .box-gourmet-food .blank {
      width: 1%;
      height: 100%;
      display: none;
    }
    .box-gourmet-food .left {
      width: 50%;
    }
    .box-button button {
      display: none;
    }
    .box-button .btn-shop-now {
      display: block;
    }
    .box-gourmet-food .right {
      width: 50%;
      padding-top: 10px;
      padding-bottom: 20px;
    }
  }
  
  @media only screen and (max-width: 932px) {
    .box-gourmet-food {
      height: auto;
    }
    .box-gourmet-food .blank {
      width: 1%;
      height: 100%;
      display: none;
    }
    .box-gourmet-food .left {
      width: 50%;
    }
    .box-button button {
      display: none;
    }
    .box-button .btn-shop-now {
      display: block;
    }
    .box-gourmet-food .right {
      width: 50%;
      padding-top: 10px;
      padding-bottom: 20px;
    }
    .box-gourmet-food .right .info {
      font-weight: 500;
      font-size: 16px;
      line-height: 120%;
      font-family: 'Raleway', sans-serif;
    }
  }

  @media only screen and (max-width: 864px) {
    .box-gourmet-food .right .info {
      font-weight: 500;
      font-size: 16px;
      line-height: 120%;
      font-family: 'Raleway', sans-serif;
    }
  }
  @media only screen and (max-width: 786px) {
    .box-gourmet-food .left {
      width: 100%;
    }
    .box-gourmet-food .right {
      width: 100%;
      padding-top: 10px;
      padding-bottom: 20px;
    }
  }
  @media only screen and (max-width: 385px) {
    .box-gourmet-food .right {
      height: auto;
    }
    
  }
  @media only screen and (max-width: 195px) {
    .box-button button {
      display: none;
    }
    .box-button .btn-shop-now {
      display: block;
      width: 100%;
    }
    .box-gourmet-food .right {
      overflow: hidden;
      padding-left: 5px;
    }
  }
  /* END single image gourmet food */















  /* four big images gourmet food */
  .box-4-big-images {
    width: 70%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    text-align: center;
    margin-top: 50px;
  }
  .box-4-big-images .image img {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }
  .box-4-big-images .image {
    margin: auto;
    cursor: pointer;
  }
  .box-4-big-images .info {
    text-align: center;
    margin: auto;
  }
  .box-4-big-images .box-text {
    margin-top: 30px;
    font-size: 2.2rem;
    font-family: 'DM Serif Display', serif;
    text-align: center;
    color: #25262D;
  }
  .box-button-small {
    width: 170px;
    height: 35px;
    border-radius: 7px;
    background: #25262D;
    color: white;
    font-size: 19px;
    outline: none;
    border: none;
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    margin-bottom: 15px;
  }
  .text-holder a:hover {
    text-decoration: none;
  }
  .text-holder {
    height: 150px;
  }

 
  @media only screen and (max-width: 2180px) {
    .box-4-big-images {
      width: 80%;
    }
  }
  @media only screen and (max-width: 1400px) {
    .box-4-big-images {
      width: 100%;
    }
  }
  @media only screen and (max-width: 1896px) {
    .box-4-big-images {
      width: 90%;
    }
  }
  @media only screen and (max-width: 1444px) {
    .box-4-big-images {
      width: 100%;
    }
  }
  @media only screen and (max-width: 1296px) {
    .box-4-big-images .box-text {
      margin-top: 30px;
      font-size: 1.5rem;
      font-family: 'DM Serif Display', serif;
      text-align: center;
    }
  }
  @media only screen and (max-width: 1024px) {
    .box-4-big-images .box-text {
      margin-top: 30px;
      font-size: 1.1rem;
      font-family: 'DM Serif Display', serif;
      text-align: center;
    }
  }
  @media only screen and (max-width: 1284px) {
    .box-4-big-images .info {
      width: 20%;
    }
  }
  @media only screen and (max-width: 914px) {
    .box-4-big-images .info {
      width: 40%;
    }
    .box-4-big-images .box-text {
      margin-top: 30px;
      font-size: 2rem;
      font-family: 'DM Serif Display', serif;
      text-align: center;
    }
  }
  @media only screen and (max-width: 616px) {
    .box-4-big-images .box-text {
      margin-top: 30px;
      font-size: 1.5rem;
      font-family: 'DM Serif Display', serif;
      text-align: center;
    }
  }
  @media only screen and (max-width: 512px) {
    .box-4-big-images .box-text {
      margin-top: 30px;
      font-size: 1.2rem;
      font-family: 'DM Serif Display', serif;
      text-align: center;
    }
  }




  @media only screen and (max-width: 478px) {
    .box-4-big-images .info {
      width: 45%;
    }
  }

  @media only screen and (max-width: 426px) {
    .box-4-big-images .box-button-small {
      width: 80%;
      height: 28px;
      font-size: 17px;
    }
  }

  @media only screen and (max-width: 376px) {
    .box-4-big-images .box-text {
      font-size: 1rem;
    }
  }

 

  @media only screen and (max-width: 321px) {
    .box-4-big-images .box-button-small {
      width: 80%;
      height: 28px;
      font-size: 17px;
    }
    .box-4-big-images .box-text {
      font-size: 1rem;
    }
  }

  

  @media only screen and (max-width: 281px) {
    .box-4-big-images .box-text {
      font-size: 14px;
    }
  }
  

  @media only screen and (max-width: 230px) {
    .box-4-big-images .info {
      width: 90%;
    }
    .box-4-big-images .box-button-small {
      width: 80%;
    }
    .box-4-big-images .box-text {
      margin-top: 30px;
      font-size: 15px;
      font-family: 'DM Serif Display', serif;
      text-align: center;
    }
   
  }
  @media only screen and (max-width: 148px) {
    .box-4-big-images .info {
      width: 90%;
    }
    .box-4-big-images .box-button-small {
      width: 80%;
      height: auto;
    }
    .box-4-big-images .box-text {
      overflow: hidden;
    }
   
  }

  /* END four big images gourmet food */



 

/*  <!-- row6 customers logo-->*/
   .home7-corporate-customers-margin {
     margin-top: 20px;
   }
   .corporate-customer-margin {
     margin-top: 1px;
   }
   /* @media only screen and (max-width: 1016px) {
    .corporate-customer-margin {
      margin-top: 60px;
    }
  }
   @media only screen and (max-width: 396px) {
    .corporate-customer-margin {
      margin-top: 90px;
    }
  }
  @media only screen and (max-width: 333px) {
    .corporate-customer-margin {
      margin-top: 110px;
    }
  }
  @media only screen and (max-width: 319px) {
    .corporate-customer-margin {
      margin-top: 90px;
    }
  }
  @media only screen and (max-width: 279px) {
    .corporate-customer-margin {
      margin-top: 110px;
    }
  }
  @media only screen and (max-width: 189px) {
    .corporate-customer-margin {
      margin-top: 120px;
    }
  } */


   
   .box-corporate-customers-logo {
     width: 90%;
     height: auto;
     display: flex;
     flex-wrap: wrap;
     margin: auto;
     padding: 3px;
     padding-bottom: 5px;
   }
   #slickholder {
      width: 80%;
      margin: auto;
      display: none;
   }
   /* .box-corporate-customers-logo > div {
     width: 14%;
     height: auto;
     margin: auto;
   } */
   .box-corporate-customers-logo .few-corporate-customers {
     text-align: center;
     width: 100%;
     font-size: 2.2rem;
     font-family: 'DM Serif Display', serif;
   }
   #slickimgholder {
    padding: 15px;
  }





  

.slider {
width: 100%;
margin: 100px auto;
}

.slick-slide {
margin: 0px 10px;
}

/* 
@media (max-width : 425px){
#slickholder {
width: 98%;
}
}

@media (max-width : 320px){
.slick-slide {
margin: 0px 3px;
}
} */


/* 

.slick-prev:before,
.slick-next:before {
color: black;
} */


/* 
.slick-active {
opacity: 1;
}

#slickholder div {
height: auto;
display: flex;

} */




/* Add a grayscale filter to images within the slick-slide element and apply a transition */
#slickholder .slick-slide img {
    cursor: pointer;
    filter: grayscale(95%);
    transition: filter 0.3s ease; /* Add this line for a smooth transition */
}

/* Remove the grayscale filter when hovering over the images within the slick-slide element */
#slickholder .slick-slide img:hover {
    cursor: pointer;
    filter: grayscale(1%);
}

@media only screen and (max-width: 1660px) {
    #slickholder {
        width: 100%;
        margin: auto;
    }
}

   @media only screen and (max-width: 1440px) {
     .box-corporate-customers-logo {
       width: 100%;
     }
   }
   @media only screen and (max-width: 1366px) {
     .box-corporate-customers-logo {
       width: 90%;
     }
   }
 
   @media only screen and (max-width: 735px) {
     .box-corporate-customers-logo > div {
       width: 25%;
       margin-bottom: 10px;
     }
   }


   @media only screen and (max-width: 656px) {
      #slickholder {
          width: 100%;
          margin: auto;
      }
      .box-corporate-customers-logo {
        width: 100%;
      }
  }

      
  @media only screen and (max-width: 425px) {
    .box-corporate-customers-logo .few-corporate-customers {
      font-size: 20px;
    }
  }






/* 

   @media only screen and (max-width: 617px) {
     .box-corporate-customers-logo > div {
       width: 40%;
     }
   }
   @media only screen and (max-width: 425px) {
    .box-corporate-customers-logo .few-corporate-customers {
      font-size: 25px;
    }
  }
   @media only screen and (max-width: 416px) {
     .box-corporate-customers-logo > div {
       width: 60%;
     }
   }
   @media only screen and (max-width: 242px) {
     .box-corporate-customers-logo > div {
       width: 100%;
     }
   }
   @media only screen and (max-width: 194px) {
     .box-corporate-customers-logo {
       width: 100%;
       overflow: hidden;
     }
   }
 
*/




 /* <!-- dashed --> */

 .box-dashed-line {
  width: 120px;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  height: 15px;
  margin-top: 30px;
  position: relative;
}
.box-dashed-line .dashed-center {
  margin-right: 5px;
  height: 3px;
}
.box-dashed-line .dashed-left {
  margin-right: 5px;
  height: 3px;
}
.box-dashed-line .dashed-right {
  margin-right: 5px;
  height: 3px;
}
.box-dashed-line .dashed-left {
  width: 7px;
  background: black;
  border-radius: 50%;
}
.box-dashed-line .dashed-right {
  width: 7px;
  background: black;
  border-radius: 50%;
}
.box-dashed-line .dashed-center {
  width: 11px;
  background: black;
  border-radius: 20px;
}



 /* <!-- dashed -->*/

 
 


/* <!-- row7 -->*/
  
.box-grid-small-five-products {
  width: 85%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  overflow: hidden;
  position: relative;
  justify-content: center;
}


.btn-input-box {
  width: 200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}
.btn-input-box input[type=number]::-webkit-inner-spin-button {
  opacity: 1!important;
}
.btn-input-box input[type=number] {
  width: 25%;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 900;
  color: #25262D;
  font-family: 'Nunito', sans-serif;
  text-align: center;
  border: 1px solid #25262D;
}

.btn-input-box input[type=number]:focus {
  border: 1px solid #68b0e8;
  outline: none;
}

@media only screen and (max-width: 1252px) {
  .btn-input-box {
    width: 100%;
  }
  .btn-input-box input[type=number] {
    width: 20%;
  }
  .btn-input-box .box-button-extra-small {
    width: 78%!important;
  }
}



.box-button-extra-small {
  width: 140px;
  height: 30px;
  border-radius: 5px;
  background: #25262D;
  color: white;
  font-size: 17px;
  outline: none;
  border: none;
  font-weight: 400;
  font-family: 'Raleway', sans-serif;
  margin: auto;
  padding-top: 3px;
}
.box-grid-small-five-products p {
  margin-top: 0;
  margin-bottom: 5px!important;
}
.box-grid-small-five-products .afterpay-payment {
  width: 140px;
  margin-top: 3px;
  margin: auto;
}

.box-grid-small-five-products .item {
  margin-bottom: 20px;
  width: 20%;
  padding: 15px;
  text-align: center;
}

.box-grid-small-five-products h3 {
  text-align: center;
  width: 100%;
  font-family: 'DM Serif Display', serif;
}
.box-grid-small-five-products .details {
  font-size: 15px;
  font-weight: 600;
  line-height: 110%;
  color: #25262D;
  font-family: 'Poppins', sans-serif;
}
.box-grid-small-five-products .details:hover {
  color: black;
}
.box-grid-small-five-products .price {
  font-size: 18px;
  line-height: 80%;
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
  margin-top: 10px;
}
.box-grid-small-five-products .heading-title {
  margin-bottom: 20px;
}

.box-grid-small-five-products .product-info {
  height: 55px;
  overflow: hidden;
}


.box-grid-small-five-products .afterpay-payment .afterpay {
  margin: 0;
  color: #25262D;
  font-weight: 400;
  font-family: 'Nunito', sans-serif;
  font-size: 15px;
}
.box-grid-small-five-products .afterpay-payment {
  height: 50px;
  margin-bottom: 25px;
}
.box-grid-small-five-products .item .img-holder {
  padding: 2px;
  height: auto;
  margin-bottom: 1px;
}


@media only screen and (max-width: 1500px) {
  .box-grid-small-five-products .item .img-holder {
    padding: 1px;
    height: 230px;
  }
}
@media only screen and (max-width: 1360px) {
  .box-grid-small-five-products .item .img-holder {
    padding: 1px;
    height: 200px;
  }
}
@media only screen and (max-width: 1262px) {
  .box-grid-small-five-products .item .img-holder {
    padding: 1px;
    height: 180px;
  }
}
@media only screen and (max-width: 1106px) {
  .box-grid-small-five-products .item .img-holder {
    padding: 1px;
    height: auto;
  }
}

@media only screen and (max-width: 1095px) {
  .box-grid-small-five-products .item {
    width: 30%;
  }
}

@media only screen and (max-width: 980px) {
  .box-grid-small-five-products .details {
    margin-bottom: 50px;
  }
  .box-grid-small-five-products .product-info {
    height: 60px;
  }
  .box-grid-small-five-products .afterpay-payment {
    height: 60px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 887px) {
  .box-grid-small-five-products .item {
    width: 50%;
  }
  .box-grid-small-five-products {
    width: 100%;
  }
}

@media only screen and (max-width: 175px) {
  .box-button-extra-small {
    width: 100%;
    font-size: 12px;
  }
}


 






/*  <!-- load more -->*/

    .row-load-more {
      margin-top: 10px;
    }
     .box-button-small-plain {
      width: 100%;
      height: auto;
      text-align: center;
      background: transparent;
      box-shadow: none;
    }
     .box-button-small-plain button {
      width: 155px;
      height: 30px;
      border-radius: 7px;
      background: rgba(32, 25, 25, 0.9);
      background: white;
      background: #25262D;
      color: black;
      font-size: 17px;
      outline: none;
      border: 1px solid black;
      font-weight: 300;
      font-family: 'Poppins', sans-serif;
      box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    }
    @media only screen and (max-width: 173px) {
        .box-button-small-plain button {
          width: 100%;
        }
    }
  


/*  <!-- row8 -->*/


.two-big-images {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.two-big-images .title {
  width: 100%;
}
.two-big-images h6 {
  font-family: 'DM Serif Display', serif;
  font-size: 39px;
  margin-bottom: 20px;
}
.two-big-images .center {
  position: relative;
  width: 90%;
  display: flex;
  display: -webkit-box;  /* for safari browser */
  flex-wrap: wrap;
  margin: auto;
  text-align: center;
  padding: 10px;
}
.two-big-images .video {
  width: 50%;
  margin-bottom: 5px;
  position: relative;
  margin-bottom: 30px;
}
.two-big-images .video-holder {
  width: 80%;
  height: 600px;
  margin: auto;
} 
.two-big-images img {
  width: 100%;
  height: 100%;
}
.two-big-images .info {
  width: 80%;
  height: 200px;
  margin: auto;
  padding: 10px;
  padding-top: 20px;
  padding: 20px;
  overflow: hidden;
}
.two-big-images p.title {
  font-size: 30px;
  text-align: center;
  line-height: 130%;
  font-weight: 700;
  font-family: 'Raleway', sans-serif;
}
.two-big-images p.description {
  font-size: 30px;
  text-align: center;
  line-height: 1.6;
  font-weight: 500;
  font-family: 'Raleway', sans-serif;
}

.two-big-images .readmorecenter {
  font-size: 30px;
  font-weight: 500;
  font-family: 'Raleway', sans-serif;
}
.readmorecenter:hover {
  cursor: pointer;
  text-decoration: underline;
  color: #25262d;
}

@media only screen and (max-width: 2112px) {
  .two-big-images .video-holder {
    width: 80%;
    height: 500px;
    margin: auto;
  } 
}
@media only screen and (max-width: 1884px) {
  .two-big-images .video-holder {
    width: 80%;
    height: 400px;
    margin: auto;
  } 
}
@media only screen and (max-width: 1468px) {
  .two-big-images .video-holder {
    width: 80%;
    height: 300px;
    margin: auto;
  } 
}
@media only screen and (max-width: 1440px) {
  .two-big-images h6 {
    font-family: 'DM Serif Display', serif;
    font-size: 35px;
  }
  .two-big-images p.title {
    font-size: 25px;
  }
  .two-big-images p.description {
    font-size: 22px;
  }
  .two-big-images .readmorecenter {
    font-size: 22px;
  }


  .two-big-images .info {
    width: 80%;
    height: 180px;
  }

}
@media only screen and (max-width: 1076px) {
  .two-big-images .video-holder {
    width: 80%;
    height: 200px;
    margin: auto;
  } 
}

@media only screen and (max-width: 1024px) {
  .two-big-images .info {
    width: 80%;
    height: 190px;
  }
  .two-big-images h6 {
    font-family: 'DM Serif Display', serif;
    font-size: 33px;
  }
  .two-big-images p.title {
    font-size: 23px;
  }
  .two-big-images p.description {
    font-size: 20px;
  }
  .two-big-images .readmorecenter {
    font-size: 20px;
  }

}


@media only screen and (max-width: 912px) {
  .two-big-images .center {
    width: 95%;
  }
  .two-big-images .video-holder {
    width: 100%;
    height: 400px;
  }
  .two-big-images .video {
    width: 100%;
  }
  .two-big-images .info {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .two-big-images h6 {
    font-family: 'DM Serif Display', serif;
    font-size: 33px;
  }
  .two-big-images .center {
    width: 95%;
  }
  .two-big-images .video-holder {
    width: 80%;
    height: 300px;
  }
  .two-big-images .video {
    width: 100%;
  }
  .two-big-images .info {
    width: 80%;
  }
  .two-big-images p.title {
    font-size: 23px;
  }
  .two-big-images p.description {
    font-size: 20px;
  }
  .two-big-images .readmorecenter {
    font-size: 20px;
  }
  .two-big-images .info {
    width: 80%;
    height: 148px;
  }
}
@media only screen and (max-width: 496px) {
  .two-big-images .center {
    width: 95%;
  }
  .two-big-images .video-holder {
    width: 100%;
    height: 250px;
  }
  .two-big-images .info {
    width: 100%;
  }
  .two-big-images .video {
    width: 100%;
  }
}
@media only screen and (max-width: 425px) {
  .two-big-images h6 {
    font-size: 25px;
  }
  .two-big-images .center {
    width: 100%;
  }
  .two-big-images .video-holder {
    width: 100%;
    height: 200px;
  }
  .two-big-images .video {
    width: 100%;
  }
  .two-big-images p.title {
    font-size: 16px;
  }
  .two-big-images p.description {
    font-size: 16px;
  }
  .two-big-images .readmorecenter {
    font-size: 16px;
  }
}











/*<!-- row10 -->*/
.box-video {
width: 100%;
height: auto;
display: flex;
flex-wrap: wrap;
margin: auto;
position: relative;
text-align: center;
overflow: hidden;
}
.box-video .title {
width: 100%;
}
.box-video h6 {
font-family: 'DM Serif Display', serif;
font-size: 39px;
margin-bottom: 20px;
}
.box-video .center {
position: relative;
width: 90%;
display: flex;
display: -webkit-box;  /* for safari browser */
flex-wrap: wrap;
margin: auto;
text-align: center;
padding: 10px;
}
.box-video .video {
width: 50%;
margin-bottom: 5px;
position: relative;
margin-bottom: 30px;
}
.box-video .video-holder {
width: 80%;
height: 600px;
margin: auto;
} 
.box-video iframe {
width: 100%;
height: 100%;
}
.box-video .info {
width: 80%;
height: 200px;
margin: auto;
padding: 10px;
padding-top: 20px;
padding: 20px;
overflow: hidden;
}

.box-video p.title {
font-size: 30px;
text-align: center;
line-height: 130%;
font-weight: 700;
font-family: 'Raleway', sans-serif;
}

.box-video p.description {
font-size: 30px;
text-align: center;
line-height: 1.6;
font-weight: 500;
font-family: 'Raleway', sans-serif;
}


.readmorecenter {
font-size: 30px;
font-weight: 500;
font-family: 'Raleway', sans-serif;
}



.readmorecenter:hover {
cursor: pointer;
text-decoration: underline;
color: #25262d;
}

.readmorecenter2:hover {
cursor: pointer;
text-decoration: underline;
color: #25262d;
}

@media only screen and (max-width: 2112px) {
.box-video .video-holder {
  width: 80%;
  height: 500px;
  margin: auto;
} 
}
@media only screen and (max-width: 1884px) {
.box-video .video-holder {
  width: 80%;
  height: 400px;
  margin: auto;
} 
}
@media only screen and (max-width: 1468px) {
.box-video .video-holder {
  width: 80%;
  height: 300px;
  margin: auto;
} 
}
@media only screen and (max-width: 1440px) {
.box-video h6 {
  font-family: 'DM Serif Display', serif;
  font-size: 35px;
}
.box-video p.title {
  font-size: 25px;
}

.box-video p.description {
  font-size: 16px;
}
.box-video .readmorecenter {
  font-size: 16px;
}


.box-video .info {
  width: 80%;
  height: 180px;
}

}
@media only screen and (max-width: 1076px) {
.box-video .video-holder {
  width: 80%;
  height: 200px;
  margin: auto;
} 
}

@media only screen and (max-width: 1024px) {
.box-video .info {
  width: 80%;
  height: 190px;
}
.box-video h6 {
  font-family: 'DM Serif Display', serif;
  font-size: 33px;
}
.box-video p.title {
  font-size: 23px;
}
}


@media only screen and (max-width: 912px) {
.box-video .center {
  width: 95%;
}
.box-video .video-holder {
  width: 100%;
  height: 400px;
}
.box-video .video {
  width: 100%;
}
.box-video .info {
  width: 100%;
}
}
@media only screen and (max-width: 768px) {
.box-video h6 {
  font-family: 'DM Serif Display', serif;
  font-size: 33px;
}
.box-video .center {
  width: 95%;
}
.box-video .video-holder {
  width: 80%;
  height: 300px;
}
.box-video .video {
  width: 100%;
}
.box-video .info {
  width: 80%;
}
.box-video p.title {
  font-size: 23px;
}
.box-video .info {
  width: 80%;
  height: 148px;
}
}
@media only screen and (max-width: 496px) {
.box-video .center {
  width: 95%;
}
.box-video .video-holder {
  width: 100%;
  height: 250px;
}
.box-video .info {
  width: 100%;
}
.box-video .video {
  width: 100%;
}
}
@media only screen and (max-width: 425px) {
.box-video h6 {
  font-size: 25px;
}
.box-video .center {
  width: 100%;
}
.box-video .video-holder {
  width: 100%;
  height: 200px;
}
.box-video .video {
  width: 100%;
}
.box-video p.title {
  font-size: 16px;
}
}




  
  
  
   
 
  
  
   
 
  
 
 
 
   
  






/* tgp foodies blog */
.box-single-foodies-blog {
width: 100%;
height: 190px;
display: flex;
flex-wrap: wrap;
margin-top: 10px;
margin-bottom: 30px;
}

.box-single-foodies-blog .blank {
width: 10%;
height: 100%;
background: white;  
}
.box-single-foodies-blog .fill {
width: 90%;
height: auto;
display: flex;
flex-wrap: wrap;
background: #fcf1e2;
box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
align-items: center;
padding-left: 30px;
}

.box-single-foodies-blog .fill .details {
width: 850px;
height: auto;
background: #fcf1e2;
display: flex;
flex-wrap: wrap;
align-items: center;
}
.box-single-foodies-blog .fill .box-tgp-foodies-btn-holder {
width: 140px;
height: auto;
background: #fcf1e2;
padding-top: 50px;
}
.box-single-foodies-blog .details h3 {
font-size: 33px;
font-family: 'DM Serif Display', serif;
}
.box-single-foodies-blog .details p {
font-size: 20px;
font-weight: 500;
font-family: 'Raleway', sans-serif;
line-height: 140%;
}
.box-tgp-foodies-btn-holder .button-sm-zero-radius-tgp-foodies {
width: 129px;
height: 42px;
background: rgba(32, 25, 25, 0.9);
color: white;
font-size: 19px;
outline: none;
border: none;
font-weight: 500;
font-family: 'Raleway', sans-serif;
box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}


@media only screen and (max-width: 1140px) {
.box-single-foodies-blog .fill .details {
  width: 100%;
  overflow: hidden;
  padding-top: 30px;
}
.box-single-foodies-blog .fill .box-tgp-foodies-btn-holder {
  width: 100%;
  height: auto;
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 20px;
  overflow: hidden;
}
}

@media only screen and (max-width: 912px) {
.box-single-foodies-blog {
  margin-bottom: 50px;
  height: auto;
}
}

@media only screen and (max-width: 425px) {
.box-single-foodies-blog .fill {
  width: 100%;
  padding-left: 0;
  padding: 15px;
}
}

/* END tgp foodies blog */













  
  /* single image gourmet food */
  .box-corporate-page-btn {
    width: 100%;
    height: 120px;
    display: flex;
    flex-wrap: wrap;
    height: auto;
  }
  .btn-corporate-page-view-all {
    width: 201px;
    width: 262px;
    height: 41px;
    height: 56px;
    border-radius: 7px;
    background: #25262D;
    color: white;
    font-size: 26px;
    outline: none;
    border: none;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    margin-right: 23px;
  }
  @media only screen and (max-width: 1724px) {
    .btn-corporate-page-view-all {
      width: 201px;
      height: 41px;
      font-size: 21px;
      margin-right: 15px;
    }
  }
  @media only screen and (max-width: 425px) {
    .btn-corporate-page-view-all {
      width: 150px;
      height: 30px;
      font-size: 16px;
      margin-right: 15px;
      padding-top: 4px;
    }
  }
  @media only screen and (max-width: 186px) {
    .btn-corporate-page-view-all {
      width: 100px;
      height: 30px;
      font-size: 16px;
      margin-right: 15px;
      padding-top: 4px;
    }
  }
 


  

  .single-image-corporate-page {
    width: 100%;
    height: 222px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .single-image-corporate-page .blank {
    width: 9%;
    height: 100%;
  }
  .single-image-corporate-page .left {
    width: 40%;
    height: 100%;
  }
  .single-image-corporate-page .right {
    width: 51%;
    height: auto;
    background: #fcf1e2;

    padding-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: center;
    padding-left: 15px;
  }
  .single-image-corporate-page .gourmet-food-title {
    font-family: 'DM Serif Display', serif;
    font-size: 47px;
    margin-bottom: 15px;
    color: #25262D;
  }
  .single-image-corporate-page .right .info {
    font-weight: 500;
    font-size: 30px;
    line-height: 120%;
    font-family: 'Raleway', sans-serif;
    color: #25262D;
  }
  .single-image-corporate-page .right .right-holder {
    height: auto;
    padding-left: 10px;
  }
  @media only screen and (max-width: 2652px) {
    .single-image-corporate-page {
      height: auto;
    }
    .single-image-corporate-page .blank {
      width: 20%;
      height: 100%;
    }
    .single-image-corporate-page .left {
      width: 25%;
    }
    .single-image-corporate-page .right {
      width: 55%;
    }
  }
  @media only screen and (max-width: 1940px) {
    .single-image-corporate-page {
      height: auto;
    }
    .single-image-corporate-page .blank {
      width: 13%;
      height: 100%;
    }
    .single-image-corporate-page .left {
      width: 32%;
    }
    .single-image-corporate-page .right {
      width: 55%;
    }
  }
  @media only screen and (max-width: 1952px) {
    .single-image-corporate-page .gourmet-food-title {
      font-family: 'DM Serif Display', serif;
      font-size: 40px;
      margin-bottom: 15px;
    }
    .single-image-corporate-page .right .info {
      font-weight: 500;
      font-size: 25px;
      line-height: 120%;
      font-family: 'Raleway', sans-serif;
    }
  }
  @media only screen and (max-width: 1580px) {
    .single-image-corporate-page .gourmet-food-title {
      font-size: 35px;
    }
    .single-image-corporate-page .right .info {
      font-size: 20px;
    }
  }
  @media only screen and (max-width: 1444px) {
    .single-image-corporate-page .gourmet-food-title {
      font-size: 25px;
    }
    .single-image-corporate-page .right .info {
      font-size: 18px;
    }

    .single-image-corporate-page .blank {
      width: 9%;
      display: block;
    }
    .single-image-corporate-page .left {
      width: 31%;
      height: 100%;
    }
    .single-image-corporate-page {
      width: 100%;
      margin: auto;
    }
    .single-image-corporate-page .right {
      width: 60%;
      height: auto;
      background: #fcf1e2;

      padding-bottom: 10px;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
    }

  }
  @media only screen and (max-width: 1304px) {
    .single-image-corporate-page {
      height: auto;
    }
    .single-image-corporate-page .blank {
      width: 5%;
      height: 100%;
    }
    .single-image-corporate-page .left {
      width: 40%;
    }
    .single-image-corporate-page .right {
      width: 55%;
    }
  }
  @media only screen and (max-width: 1024px) {
    .single-image-corporate-page .blank {
      width: 9%;
      display: none;
    }
    .single-image-corporate-page .left {
      width: 50%;
      height: 100%;
    }
    .single-image-corporate-page {
      width: 100%;
      margin: auto;
    }
    .single-image-corporate-page .right {
      width: 50%;
      height: auto;
      background: #fcf1e2;

      padding-bottom: 10px;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
    }

  }
  @media only screen and (max-width: 953px) {
    .single-image-corporate-page .blank {
      width: 9%;
      display: none;
    }
    .single-image-corporate-page .left {
      width: 50%;
      height: 100%;
    }
    .single-image-corporate-page {
      width: 100%;
      margin: auto;
    }
    .single-image-corporate-page .right {
      width: 50%;
      height: auto;
      background: #fcf1e2;

      padding-bottom: 10px;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
    }

  }
  @media only screen and (max-width: 940px) {
    .single-image-corporate-page {
      height: auto;
      width: 100%;
    }
    .single-image-corporate-page .blank {
      width: 5%;
      height: 100%;
      display: none;
    }
    .single-image-corporate-page .left {
      width: 50%;
    }
    .single-image-corporate-page .right {
      width: 50%;
    }
    .single-image-corporate-page .gourmet-food-title {
      font-size: 22px;
    }
    .single-image-corporate-page .right .info {
      font-size: 16px;
    }
  }
  @media only screen and (max-width: 880px) {
    .single-image-corporate-page {
      height: auto;
    }
    .single-image-corporate-page .blank {
      display: none;
    }
    .single-image-corporate-page .left {
      width: 100%;
      text-align: center;
      background: #fcf1e2;
    }
    .single-image-corporate-page .right {
      width: 100%;
    }
    .single-image-corporate-page .gourmet-food-title {
      font-size: 40px;
    }
    .single-image-corporate-page .right .info {
      font-size: 25px;
    }
    .single-image-corporate-page .right .right-holder {
      margin: auto;
      padding-top: 10px;
      padding: 10px;
    }
  }
  @media only screen and (max-width: 719px) {
    .single-image-corporate-page {
      height: auto;
    }
    .single-image-corporate-page .blank {
      display: none;
    }
    .single-image-corporate-page .left {
      width: 100%;
      text-align: center;
      background: #fcf1e2;
    }
    .single-image-corporate-page .right {
      width: 100%;
    }
    .single-image-corporate-page .gourmet-food-title {
      font-size: 35px;
    }
    .single-image-corporate-page .right .info {
      font-size: 25px;
    }
    .single-image-corporate-page .right .right-holder {
      margin: auto;
      padding-top: 10px;
      padding: 10px;
    }
  }
  @media only screen and (max-width: 425px) {
    .single-image-corporate-page {
      height: auto;
    }
    .single-image-corporate-page .blank {
      display: none;
    }
    .single-image-corporate-page .left {
      width: 100%;
      text-align: center;
      background: #fcf1e2;
    }
    .single-image-corporate-page .right {
      width: 100%;
    }
    .single-image-corporate-page .gourmet-food-title {
      font-size: 20px;
    }
    .single-image-corporate-page .right .info {
      font-size: 16px;
    }
    .single-image-corporate-page .right .right-holder {
      margin: auto;
      padding-top: 10px;
      padding: 10px;
      width: 100%;
    }
  }
  @media only screen and (max-width: 320px) {
    .single-image-corporate-page {
      height: auto;
    }
    .single-image-corporate-page .blank {
      display: none;
    }
    .single-image-corporate-page .left {
      width: 100%;
      text-align: center;
      background: #fcf1e2;
    }
    .single-image-corporate-page .right {
      width: 100%;
    }
    .single-image-corporate-page .gourmet-food-title {
      font-size: 17px;
    }
    .single-image-corporate-page .right .info {
      font-size: 13px;
    }
    .single-image-corporate-page .right .right-holder {
      margin: auto;
      padding-top: 10px;
      padding: 10px;
      width: 100%;
    }
  }
 

  /* END single image gourmet food */






  
  /* four big images gourmet food */
  .box-4-big-images-corporate-page {
    width: 70%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    text-align: center;
    margin-top: 50px;
  }
  .box-4-big-images-corporate-page .image {
    position: relative;
  }
  .box-4-big-images-corporate-page .image img {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }
  .box-4-big-images-corporate-page .image {
    margin: auto;
    cursor: pointer;
  }
  .box-4-big-images-corporate-page .info {
    text-align: center;
    margin: auto;
    position: relative;
  }
  .box-4-big-images-corporate-page .box-text {
    margin-top: 30px;
    font-size: 38px;
    font-family: 'DM Serif Display', serif;
    text-align: center;
    color: #25262D;
  }
  .box-4-big-images-corporate-page button {
    width: 180px;
    height: 35px;
    border-radius: 7px;
    background: #25262D;
    color: white;
    font-size: 19px;
    outline: none;
    border: none;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    margin-bottom: 15px;
  }
  .text-holder {
    height: 150px;
  }
  .contact-number-text {
    position: absolute;
    top: 10px;
    text-align: center;
    width: 100%;
  }
  @media only screen and (max-width: 2180px) {
    .box-4-big-images-corporate-page {
      width: 80%;
    }
  }
  @media only screen and (max-width: 1400px) {
    .box-4-big-images-corporate-page {
      width: 100%;
    }
  }
  @media only screen and (max-width: 1944px) {
    .box-4-big-images-corporate-page {
      width: 100%;
    }
    .box-4-big-images-corporate-page .info {
      width: 22%;
    }
  }
  @media only screen and (max-width: 1696px) {
    .box-4-big-images-corporate-page .box-text {
      margin-top: 30px;
      font-size: 33px;
      font-family: 'DM Serif Display', serif;
      text-align: center;
    }
  }
  @media only screen and (max-width: 1328px) {
    .box-4-big-images-corporate-page .box-text {
      margin-top: 30px;
      font-size: 30px;
      font-family: 'DM Serif Display', serif;
      text-align: center;
    }
  }
  @media only screen and (max-width: 1184px) {
    .box-4-big-images-corporate-page .box-text {
      margin-top: 30px;
      font-size: 25px;
      font-family: 'DM Serif Display', serif;
      text-align: center;
    }
  }
  @media only screen and (max-width: 1004px) {
    .box-4-big-images-corporate-page .box-text {
      margin-top: 30px;
      font-size: 21px;
      font-family: 'DM Serif Display', serif;
      text-align: center;
    }
  }
  @media only screen and (max-width: 914px) {
    .box-4-big-images-corporate-page .info {
      width: 40%;
    }
    .box-4-big-images-corporate-page .box-text {
      margin-top: 30px;
      font-size: 2rem;
      font-family: 'DM Serif Display', serif;
      text-align: center;
    }
  }
  @media only screen and (max-width: 716px) {
    .box-4-big-images-corporate-page .box-text {
      margin-top: 30px;
      font-size: 21px;
      font-family: 'DM Serif Display', serif;
      text-align: center;
    }
  }
  @media only screen and (max-width: 616px) {
    .box-4-big-images-corporate-page .box-text {
      margin-top: 30px;
      font-size: 1.5rem;
      font-family: 'DM Serif Display', serif;
      text-align: center;
    }
  }
  @media only screen and (max-width: 544px) {
    .box-4-big-images-corporate-page .box-text {
      margin-top: 30px;
      font-size: 1.2rem;
      font-family: 'DM Serif Display', serif;
      text-align: center;
    }
  }
  @media only screen and (max-width: 478px) {
    .box-4-big-images-corporate-page .info {
      width: 45%;
    }
  }


  @media only screen and (max-width: 426px) {
    .box-4-big-images-corporate-page .box-button-small {
      width: 80%;
      height: 28px;
      font-size: 17px;
    }
  }

  @media only screen and (max-width: 376px) {
    .box-4-big-images-corporate-page .box-text {
      font-size: 1rem;
    }
  }


  @media only screen and (max-width: 321px) {
    .box-4-big-images-corporate-page .box-button-small {
      width: 80%;
      height: 28px;
      font-size: 17px;
    }
  }

  @media only screen and (max-width: 281px) {
    .box-4-big-images-corporate-page .box-text {
      font-size: 14px;
    }
  }


  @media only screen and (max-width: 148px) {
    .box-4-big-images-corporate-page .info {
      width: 90%;
    }
    .box-4-big-images-corporate-page .box-button-small {
      width: 80%;
      height: auto;
    }
    .box-4-big-images-corporate-page .box-text {
      overflow: hidden;
    }
   
  }

  /* END four big images gourmet food */






.btn-coming-back-soon {
width: 160px;
height: 30px;
border-radius: 5px;
background: #ffc107;
color: white;
font-size: 17px;
outline: none;
border: none;
font-weight: 400;
font-family: 'Raleway', sans-serif;
margin: auto;
padding-top: 1px;
position: absolute;
top: 10px;
left: 10px;
text-align: center;
display: block;
}
.btn-coming-back-soon:hover {
background: #f7c329;
}














/* category styles -- and filter styles */

.box-our-gourmet-hampers {
width: 100%;
height: auto;
justify-content: center;
display: flex;
}
.box-our-gourmet-hampers .holder {
width: 100%;
height: auto;
margin-left: 100px;
display: flex;
flex-wrap: wrap;
}
.box-our-gourmet-hampers-holder {
position: relative;
height: auto;
width: 100%;
}



.box-our-gourmet-hampers .noresultfound {
font-size: 20px!important;
font-weight: 500!important;
font-family: 'Raleway', sans-serif!important;
margin-top: 20px!important;
text-align: center;
}


.box-our-gourmet-hampers .info {
width: 100%;
background: #fcf1e2;

display: flex;
flex-wrap: wrap;
align-items: center;
padding: 30px;
height: auto;
padding-right: 50px;
}
.box-our-gourmet-hampers .info p {
font-size: 20px;
font-weight: 400;
font-family: 'Raleway', sans-serif;
line-height: 1.6;
}
.box-our-gourmet-hampers .info h2 {
font-size: 40px;
font-family: 'DM Serif Display', serif;
margin: 0;
line-height: 1.6;
width: 100%!important;
}

#categoryappendimgfluid {
background: #fcf1e2;
padding: 1px;
border: 1px solid #fcf1e2;
width: 100%;
}

.box-our-gourmet-hampers .holder  a.readmore {
font-size: 20px;
font-weight: 500;
color: #25262D;
font-family: 'Raleway', sans-serif;
cursor: pointer;
padding-left: 0px;
padding-top: 20px!important;

}

@media only screen and (max-width: 1508px) {
.box-our-gourmet-hampers .info h2 {
    line-height: 1.6;
}
}


@media only screen and (max-width: 1441px) {
.box-our-gourmet-hampers .info p {
    font-size: 16px;
}
.box-our-gourmet-hampers .holder a.readmore {
    font-size: 16px;
}

.box-our-gourmet-hampers .info h2 {
    font-size: 27px;
}
}



@media only screen and (max-width: 1120px) {
  .box-our-gourmet-hampers .holder {
    margin-left: 50px;
  }
}


@media only screen and (max-width: 1024px) {
.box-our-gourmet-hampers .info p {
    font-size: 20px;
}
.box-our-gourmet-hampers .holder a.readmore {
    padding-left: 0px;
}
.box-our-gourmet-hampers .info h2 {
    font-size: 25px;
}

}





@media only screen and (max-width: 769px) {
.box-our-gourmet-hampers .holder {
  margin-left: 0px;
}
.box-our-gourmet-hampers .info p {
    font-size: 14px;
}
}




@media only screen and (max-width: 425px) {
.box-our-gourmet-hampers .info p {
    font-size: 14px;
}
.box-our-gourmet-hampers .holder a.readmore {
    font-size: 14px;
    padding-left: 0px;
}
.box-our-gourmet-hampers .info h2 {
    font-size: 20px;
}
.box-our-gourmet-hampers .info {
    padding-left: 15px;
}
.box-our-gourmet-hampers .holder a.readmore {
    font-size: 16px;
}
}




/* filter styles */

.box-filter-side {
width: 100%;
}
.box-filter-side .first {
width: 100%;
}
.box-filter-side .first .head {
display: flex;
flex-wrap: wrap;
}
.box-filter-side .first .body {
width: 100%;
}
.box-filter-side .first .body .collapse {
width: 100%;
}
.box-filter-side .first .head .left {
width: 80%;
}
.box-filter-side .first .head .right {
width: 20%;
text-align: center;
font-size: 23px;
padding-top: 10px;
padding-left: 10px;
}
.box-filter-side .first .head .right a {
color: black;
}
.box-filter-side .first .head .left h4 {
font-family: 'DM Serif Display', serif;
font-size: 21px;
}
.box-filter-side .first .body {
border-top: 1px solid rgb(194, 191, 191);
padding-top: 10px;
}
.box-filter-side .first .body span {
font-family: 'Poppins', sans-serif;
font-weight: 500;
}
.box-filter-side .first .body .collapse input[type=text] {
width: 100%;
background: rgb(238, 236, 236);
border: none;
text-indent: 5px;
padding: 6px;
color: black;
font-size: 16px;
}
.box-filter-side .first .body .collapse input:focus {
outline: none;
}





/* products styles */
.box-grid-small-our-gourmet-hampers {
width: 100%;
height: auto;
display: flex;
flex-wrap: wrap;
background: white;
overflow: hidden;
padding-right: 50px;
justify-content: center;
}
.box-grid-small-our-gourmet-hampers img {
width: auto;
height: auto;
padding: 10px;
}
.box-grid-small-our-gourmet-hampers .item {
width: 27%;
margin-left: 20px;
padding: 1px;
text-align: center;
height: auto;
margin-bottom: 30px;
}



.box-grid-small-our-gourmet-hampers .img-holder {
padding: 1px;
height: auto;
}

.box-grid-small-our-gourmet-hampers .product-info {
height: 60px;
overflow: hidden;
}






.box-grid-small-our-gourmet-hampers h3 {
text-align: center;
width: 100%;
font-weight: 400;
font-family: 'DM Serif Display', serif;
}
.box-grid-small-our-gourmet-hampers .details {
font-size: 15px;
font-weight: 700;
line-height: 110%;
font-family: 'Raleway', sans-serif;
}
.box-grid-small-our-gourmet-hampers .details2 {
font-size: 15px;
font-weight: 400;
line-height: 110%;
font-family: 'Raleway', sans-serif;
}
.box-grid-small-our-gourmet-hampers .price {
font-size: 18px;
line-height: 80%;
font-weight: 900;
font-family: 'Nunito', sans-serif;
margin-top: 10px;
}
.box-grid-small-our-gourmet-hampers .afterpay {
width: 100%;
margin: auto;
height: 100%;
margin-bottom: 10px;
}
.box-grid-small-our-gourmet-hampers .afterpay img {
height: auto;
width: auto;
padding: 0;
}
.box-grid-small-our-gourmet-hampers .heading-title {
margin-bottom: 50px;
}




.box-grid-small-our-gourmet-hampers .img-holder {
padding: 1px;
height: auto;
}


@media only screen and (max-width: 1500px) {
.box-grid-small-our-gourmet-hampers .img-holder {
  padding: 1px;
  height: auto;
  padding: 10px!important;
}
}



@media only screen and (max-width: 1125px) {
.box-grid-small-our-gourmet-hampers {
  padding-right: 50px;
}
}

@media only screen and (max-width: 1082px) {
.box-grid-small-our-gourmet-hampers {
  padding-right: 50px;
}
}

@media only screen and (max-width: 965px) {
.box-grid-small-our-gourmet-hampers {
  padding-right: 5px;
}
}

@media only screen and (max-width: 845px) {
.box-grid-small-our-gourmet-hampers {
  width: 100%;
}
.box-grid-small-our-gourmet-hampers .item {
  width: 40%;
}
}


@media only screen and (max-width: 768px) {
.box-grid-small-our-gourmet-hampers .img-holder {
  padding: 1px;
  height: auto!important;
}
}

@media only screen and (max-width: 687px) {
.box-our-gourmet-hampers-products {
  padding-left: 50px;
}
}
@media only screen and (max-width: 575px) {
.box-grid-small-our-gourmet-hampers {
  margin-top: 50px;
}
}




@media only screen and (max-width: 540px) {
.box-grid-small-our-gourmet-hampers .item {
  width: 47%;
  margin: auto;
}
.box-grid-small-our-gourmet-hampers {
  padding-right: 0;
  width: 100%;
}
}

@media only screen and (max-width: 433px) {
.box-our-gourmet-hampers-products {
  padding-left: 20px;
}

.box-our-gourmet-hampers-products {
  overflow: hidden;
  height: auto;
}
}

@media only screen and (max-width: 426px) {
.box-our-gourmet-hampers-products {
  padding-left: 0;
}

.box-grid-small-our-gourmet-hampers {
  width: 100%;
  height: auto;

}


.box-grid-small-our-gourmet-hampers {
  margin-top: 0px;
  width: 100%!important;
}

.btn-input-box {
  width: 100%;
}


}



/* video area styles */
.box-video-area {
width: 100%;
}
.box-video-area p {
font-size: 30px;
font-weight: 400;
font-family: 'Raleway', sans-serif;
}
.box-video-area .row {
padding: 0;
}
.box-video-area .container-fluid {
padding: 0!important;
}
.box-video-area iframe {
width: 98%;
height: 100%;
margin: auto;
}
.box-video-area #video {
padding: 10px;
}


.box-video-area .btn1 {
float: left;
}

.box-video-area .btn2 {
float: right;
}


/* buttons styles */

/* our gourmet hampers */

.btn-our-gourmet-hamper-page-1 {
width: 285px;
height: 42px;
border-radius: 7px;
background: #25262D;
color: white;
font-size: 20px;
outline: none;
border: none;
font-weight: 400;
font-family: 'Raleway', sans-serif;
box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

.btn-our-gourmet-hamper-page-2 {
width: 334px;
height: 42px;
border-radius: 7px;
background: #25262D;
color: white;
font-size: 20px;
outline: none;
border: none;
font-weight: 400;
font-family: 'Raleway', sans-serif;
box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

.btn-our-gourmet-hamper-page-3 {
width: 128px;
height: 42px;
border-radius: 7px;
background: #25262D;
color: white;
font-size: 20px;
outline: none;
border: none;
font-weight: 400;
font-family: 'Raleway', sans-serif;
box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}



@media only screen and (max-width: 1164px) {
.btn-our-gourmet-hamper-page-1 {
  width: 100%;
  margin-bottom: 5px;
}
.btn-our-gourmet-hamper-page-2 {
  width: 100%;
  margin-bottom: 5px;
}
.btn-our-gourmet-hamper-page-3 {
  width: 100%;
  margin-bottom: 5px;
}
.box-video-area .padding {
    padding-right: 7px;
}
}

@media only screen and (max-width: 688px) {
.btn-our-gourmet-hamper-page-1 {
  width: 100%;
  margin-bottom: 5px;
  font-size: 16px;
}
.btn-our-gourmet-hamper-page-2 {
  width: 100%;
  margin-bottom: 5px;
  font-size: 16px;
}
.btn-our-gourmet-hamper-page-3 {
  width: 100%;
  margin-bottom: 5px;
  font-size: 16px;
}
}

/* END our gourmet hampers */



.color-white:hover {
color: white!important;
}
.border-blue-theme:hover {
border: 1px solid #68b0e8;
}

.border-black-theme {
border: 1px solid #25262D;
}

.bg-black-theme-no-border {
background: #25262D!important;
border: none!important;
}



.cat-img-hero {
height: auto;
width: 100%;
}
.cat-img-hero img {
width: 100%;
}




@media only screen and (max-width: 1005px) {
.cat-img-hero {
  margin-top: 50px;
}
}

.products-row {
justify-content: center!important;
}




.noresultfound {
font-size: 16px!important;
font-weight: 400!important;
font-family: 'Raleway', sans-serif;
}






@media only screen and (max-width: 426px) {
.box-button-extra-small {
  font-size: 16px!important;
  justify-content: center!important;
  align-items: center!important;
  padding-top: 0px!important;
  display: flex;
}
.box-4-big-images-corporate-page .box-button-small {
  width: 100%;
  font-size: 11px;
}
}

@media only screen and (max-width: 321px) {
.box-button-extra-small {
  font-size: 15px!important;
}
}

@media only screen and (max-width: 281px) {
.box-button-extra-small {
  font-size: 13px!important;
}
}


@media only screen and (max-width: 281px) {
.box-4-big-images-corporate-page .box-button-small {
  font-size: 9px;
}
}



div#tipreadmore2 img {
width: 100%!important;
}


@media only screen and (max-width: 281px) {
.box-4-big-images-corporate-page .box-button-small {
  font-size: 9px;
}
}


div#tipreadmore2 img {
width: 100%!important;
}

