@import "./products.css";
@import "./get_in_touch.css";
@import "./cart.css";
@import "./who_we_are.css";
@import "./about_section.css";
@import "./product_detail.css";
@import "./checkout.css";
@import "./payment.css";
@import "./cakes.css";
@import "./promotion.css";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Instrument Sans", sans-serif;
  color: #1c1b1f;
}

.grecaptcha-badge {
  visibility: hidden !important;
}

.grecaptcha-badge {
  display: none !important;
}

.tooltip {
  opacity: 1 !important;
  /* Make sure tooltip is fully visible */
  transition: none !important;
  /* Remove fade delays */
}

.tooltip.show {
  opacity: 1 !important;
}

.tooltip.bs-tooltip-top .arrow::before,
.tooltip.bs-tooltip-bottom .arrow::before,
.tooltip.bs-tooltip-left .arrow::before,
.tooltip.bs-tooltip-right .arrow::before {
  display: none !important;
  opacity: 1;
}

.tooltip-inner {
  padding: 0;
  background-color: transparent;
  box-shadow: none;
  border: none;
  max-width: none;
}

body {
  margin-top: 130px;
  /*visibility: hidden;*/
}

hr {
  margin: 0;
}

.container {
  max-width: 1400px;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.ajax-loading {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000000000;
  font-size: 0;
  display: none;
}

.ajax-loading:before {
  content: "";
  background: url("../../common/img/ajax-loader.gif");
  width: 31px;
  height: 31px;
  display: block;
  margin: auto;
  position: relative;
  top: 43%;
}

.message-success {
  background-color: #f0e5df;
  padding: 10px 5px;
  margin-bottom: 20px;
  border-radius: 8px;
}

.message-success p {
  font-size: 1.6rem;
}

.message-errors {
  color: #fff;
  background-color: #e84040;
  border: solid 1px #7f0707;
}

.message {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  padding: 16px;
  margin-bottom: 20px;
  position: relative;
}

.message a {
  color: #8e8450;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.message p {
  font-size: 16px;
  margin-bottom: 0;
}

.message .close-msg {
  display: block;
  /*position: absolute;*/
  top: 0;
  right: 5px;
  color: #000;
  font-size: 16px;
  cursor: pointer;
  order: 2;
}

.modal-content {
  padding: 20px 40px 40px;
  border-radius: 16px;
  border: 1px solid #e7eaf7;
  background: #fff;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.3);
}

.modal__content {
  padding-bottom: 24px;
  padding-top: 24px;
}

.modal__title {
  margin-bottom: 24px;
  color: #1c1b1f;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.modal__paragraph {
  color: #1c1b1f;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.btn--white {
  padding: 12px 32px;
  border-radius: 360px;
  border: 1px solid #817e7e;
  color: #1c1b1f;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  cursor: pointer;
  background-color: transparent;
}

.btn--white:hover {
  background-color: #efefef;
}

.btn--white:focus {
  outline: none;
}

.categories-child-container {
  display: none;
}

.slider {
  padding: 130px 5vw 85px;
  /*background: radial-gradient(circle, #f8f6f3 40%, #ebe5df 100%);*/
  background: linear-gradient(to bottom right, #ffffff 40%, #e9dbd2 100%);
  position: relative;
}

.slider:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/resources/frontend/img/slider_grain.png");
  background-repeat: repeat;
  background-size: auto;
  pointer-events: none;
  z-index: 0;
}

.slider__wrapper {
  display: flex;
  gap: 60px;
  justify-content: space-between;
}

.slider__item {
  padding-bottom: 40px;
}

/*.slider__item .carousel-item {*/
/*    height: 460px;*/
/*    overflow: hidden;*/
/*}*/

.slider__content-icon {
  width: 34px;
  height: 34px;
  margin-bottom: 36px;
}

.slider__content-title {
  font-size: 86px;
  line-height: 87px;
  font-family: "Ovo", sans-serif;
  letter-spacing: -3px;
  margin-bottom: 36px;
}

.slider__content-description {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 36px;
}

.slider__content-button {
  padding: 16px 32px;
  border-radius: 360px;
  background: #b2aa7e;
  font-size: 20px;
  color: #ffffff;
  border: none;
  margin-bottom: 32px;
  display: inline-block;
}

.slider__content-button:hover {
  opacity: 0.7;
  color: #ffffff;
  text-decoration: none;
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.4);
}

.slider__img {
  width: 45%;
  /*height: 100%;*/
  object-fit: cover;
}

.carousel-control-prev {
  position: absolute;
  display: block;
  left: 0;
  top: 100%;
  color: black;
  text-align: left;
}

.carousel-control-next {
  position: absolute;
  display: block;
  top: 100%;
  left: 40px;
  color: black;
  text-align: left;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
  color: black;
}

/* Cake Feature */
.cake__feature {
  background: linear-gradient(to bottom, #f8f4ee, #ffffff);
  position: relative;
}

.cake__feature:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/resources/frontend/img/feature_grain.png");
  background-repeat: repeat no-repeat;
  background-size: auto;
  pointer-events: none;
  z-index: 0;
}

.cake__feature-container {
  display: flex;
  /*gap: 75px;*/
  margin: 0 auto;
  padding: 95px 0 85px 0;
}

.cake__feature-image {
  /*max-width: 448px;*/
  position: relative;
  padding-right: 75px;
}

.cake__feature-thumb {
  object-fit: cover;
  width: 100%;
}

.cake__feature-icon {
  position: absolute;
  top: 0;
  right: 75px;
  transform: translate(25%, -25%);
}

.cake__feature-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  color: #8a3f05;
}

.cake__feature-name {
  font-size: 64px;
  font-weight: 400;
  line-height: 64px;
  letter-spacing: -3px;
  color: #1c1b1f;
  margin-bottom: 24px;
  font-family: "Ovo", sans-serif;
}

.cake__feature-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  color: #1c1b1f;
  text-align: justify;
  width: 75%;
  margin-bottom: 45px;
}

.cake__feature-btn {
  display: inline-block;
  padding: 16px 32px;
  background: #b2aa7e;
  border-radius: 360px;
  font-size: 20px;
  color: #ffffff;
  line-height: 28px;
  font-weight: 500;
  border: none;
}

.cake__feature-btn:hover {
  transition: 0.2s;
  text-decoration: none;
  color: #ffffff;
  background: #c2bc98;
  box-shadow: 0px 20px 40px -12px rgba(168, 162, 128, 0.7);
}

.sweet__container {
  padding: 90px 0 70px 0;
  text-align: center;
  position: relative;
}

.sweet-icon {
  width: 75px;
  height: 74px;
  margin-bottom: 36px;
}

.sweet-title {
  font-size: 64px;
  line-height: 64px;
  letter-spacing: -3px;
  font-weight: 400;
  color: #1c1b1f;
  font-family: "Ovo", sans-serif;
}

.sweet-subtitle {
  font-size: 64px;
  line-height: 64px;
  letter-spacing: -3px;
  font-weight: 400;
  color: #a8a280;
  font-family: "Ovo", sans-serif;
  margin-bottom: 36px;
}

.sweet-description {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  font-family: "Instrument Sans", sans-serif;
  margin-bottom: 50px;
}

.sweet-button {
  padding: 16px 32px;
  background: #b2aa7e;
  border-radius: 360px;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  color: #ffffff;
  border: none;
  cursor: pointer;
  display: inline-block;
}

.sweet-button:hover {
  transition: 0.2s;
  text-decoration: none;
  color: #ffffff;
  background: #c2bc98;
  box-shadow: 0px 20px 40px -12px rgba(168, 162, 128, 0.7);
}

.sweet-line {
  position: absolute;
}

.sweet-line-left {
  top: 50%;
  left: 0;
  transform: translate(0, -51%);
}

.sweet-line-right {
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

.bestseller {
  /*display: grid;*/
  /*grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));*/
  /*gap: 24px;*/
  row-gap: 24px;
  padding: 65px 0 200px 0;
  border-bottom: 1px solid #d9d9d9;
}

.bestseller__item {
  display: flex;
  padding: 0 12px;
}

.bestseller__item-thumb {
  border-radius: 16px 0 0 16px;
  width: 33%;
  object-fit: cover;
  /*height: 100%;*/
  /*max-width: 220px;*/
}

.bestseller__item-content {
  border-radius: 0 16px 16px 0;
  padding: 40px;
  background: #f7f5f1;
}

.bestseller__item-title {
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
  font-family: "Ovo", sans-serif;
  color: #1c1b1f;
  margin-bottom: 20px;
}

.bestseller__item-description {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #1c1b1f;
  margin-bottom: 20px;
}

.bestseller__item-btn {
  padding: 12px 32px;
  border-radius: 360px;
  border: 1px solid #817e7e;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #1c1b1f;
  background: transparent;
  cursor: pointer;
}

.bestseller__item-btn:hover {
  background: #e8e6e2;
  transition: 0.2s;
  text-decoration: none;
  color: #1c1b1f;
}

/* End Cake Feature */

/* Mini Cakes */

.mini-cakes {
  border-bottom: 1px solid #d9d9d9;
}

.mini-cakes__container {
  padding: 70px 0 160px 0;
}

.mini-cakes__header {
  text-align: center;
}

.mini-cakes__header-icon {
  width: 75px;
  height: 74px;
  margin-bottom: 27px;
}

.mini-cakes__header-name {
  font-size: 16px;
  font-weight: 700;
  color: #d49b7e;
  line-height: 32px;
  margin-bottom: 12px;
}

.mini-cakes__header-title {
  font-size: 64px;
  line-height: 64px;
  font-weight: 400;
  font-family: "Ovo", sans-serif;
  letter-spacing: -3px;
  color: #1c1b1f;
  margin-bottom: 27px;
}

.mini-cakes__header-description {
  font-size: 20px;
  line-height: 32px;
  color: #1c1b1f;
  margin-bottom: 33px;
}

.mini-cakes__header-btn {
  padding: 16px 32px;
  border-radius: 360px;
  background: #b2aa7e;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  border: none;
  display: inline-block;
}

.mini-cakes__header-btn:hover {
  transition: 0.2s;
  color: #ffffff;
  text-decoration: none;
  background: #c2bc98;
  box-shadow: 0px 20px 40px -12px rgba(168, 162, 128, 0.7);
}

.mini-cakes__list {
  margin-top: 93px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  /*width: 100%;*/
  /*display: flex;*/
  /*gap: 23px;*/
}

.mini-cakes__item-img {
  width: 100%;
  border: 1px solid transparent;
  transition: 0.5s;
}

.mini-cakes__item-link,
.mini-cakes__item-link:hover {
  text-decoration: none;
  color: #1c1b1f;
}

.mini-cakes__item-img:hover {
  border: 1px solid black;
  transition: 0.5s;
}

.mini-cakes__item-thumb {
  width: 100%;
  /*height: 100%;*/
  height: 300px;
  object-fit: cover;
}

.mini-cakes__item-name {
  margin-top: 16px;
  font-size: 14px;
  line-height: 24px;
  color: #1c1b1f;
  display: inline-block;
}

.mini-cakes__item-name:hover {
  text-decoration: none;
  color: inherit;
}

.mini-cakes__item-price {
  font-size: 32px;
  letter-spacing: -3px;
  font-family: "Ovo", sans-serif;
  color: #1c1b1f;
}

/* End Mini Cakes */

/* Product Pairing*/

.guo-da-li-showcase {
  background: linear-gradient(to bottom, #ffffff 0%, #f5f2ed 50%, #dedbd2 100%);
}

.product-pairing__container {
  padding: 80px 0 57px 0;
}

.product-pairing__listing {
  display: flex;
  /*gap: 24px;*/
}

.product-pairing__card {
  padding: 24px;
  flex-grow: 1;
}

.product-pairing__card:hover {
  background: #ffffff;
  transition: 0.5s ease;
}

.product-pairing__card-img {
  width: 100%;
  height: 290px;
  object-fit: cover;
  margin-bottom: 28px;
}

.product-pairing__card-title {
  font-size: 32px;
  line-height: 44px;
  font-family: "Ovo", sans-serif;
}

.product-pairing__card-description {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 28px;
}

.product-pairing__card-btn {
  padding: 12px 32px;
  border-radius: 360px;
  border: 1px solid #817e7e;
  background: transparent;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #1c1b1f;
  display: inline-block;
}

.product-pairing__card-btn:hover {
  background: #e8e6e2;
  color: #1c1b1f;
  transition: 0.2s;
  text-decoration: none;
}

/* End Product Pairing*/

/* Delivery Info*/
.delivery-container {
  padding: 170px 0 200px 0;
  display: flex;
  gap: 85px;
}

.delivery-content {
  /*flex-grow: 2;*/
  width: 65%;
}

.delivery-content__icon {
  width: 46px;
  height: 46px;
  margin-bottom: 50px;
}

.delivery-content__subtitle {
  font-weight: 700;
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 16px;
}

.delivery-content__title {
  font-family: "Ovo", sans-serif;
  font-weight: 400;
  font-size: 64px;
  line-height: 72px;
  letter-spacing: -3px;
  margin-bottom: 44px;
}

.delivery-content__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 44px;
  text-align: justify;
}

.delivery__img {
  flex-grow: 2;
}

.delivery-img__icon {
  display: none;
}

.delivery__img-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.delivery-content-group-button {
  display: flex;
  gap: 12px;
}

.delivery-content-button-order {
  padding: 16px 32px;
  border-radius: 360px;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
  background: #1c1b1f;
  border: 1px solid #d9d9d9;
  transition: 0.3s;
  cursor: pointer;
  text-align: center;
}

.delivery-content-button-order:hover {
  background: #ffffff;
  color: #1c1b1f;
  text-decoration: none;
}

.delivery-content-button-link {
  padding: 16px 32px;
  border-radius: 360px;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  border: 1px solid #817e7e;
  background: transparent;
  cursor: pointer;
  color: #1c1b1f;
  text-align: center;
}

.delivery-content-button-link:hover {
  background: #e7e4df;
  text-decoration: none;
  color: #1c1b1f;
}

/* End Delivery Info*/

.landing-page .img-item {
  width: 100%;
  height: 300px;
  object-fit: cover;
  margin-bottom: 10px;
}

.landing-page h2 {
  margin: 0 0 10px 0;
}

.landing-page .space {
  height: 50px;
}

.space-10 {
  height: 10px;
}

.landing-contact input[type="email"] {
  border: 1px solid #ccc;
  border-radius: 4px;
}

.landing-contact {
  max-width: 500px;
  margin: auto;
}

.landing-page .cny,
.landing-page .christmas,
.landing-page .customised-cake,
.landing-page .autumn-festival {
  position: relative;
  margin-bottom: 150px;
}

.landing-page .bg {
  position: absolute;
}

.landing-page .cny .bg-left {
  left: -80px;
  top: -20px;
  height: 200px;
}

.landing-page .cny .bg-right {
  right: -80px;
  bottom: -100px;
  height: 200px;
}

.landing-page .autumn-festival .bg-left {
  left: -80px;
  top: -50px;
  height: 120px;
}

.landing-page .autumn-festival .bg-right {
  right: 0;
  bottom: -100px;
  width: 500px;
}

.landing-page .christmas .bg-left {
  left: 0;
  top: -20px;
  width: 300px;
}

.landing-page .christmas .bg-right {
  right: 0;
  bottom: -100px;
  width: 300px;
}

.landing-page .customised-cake .bg-left {
  left: 0;
  top: -20px;
  width: 300px;
}

.landing-page .customised-cake .bg-right {
  right: 0;
  bottom: -100px;
  width: 300px;
}

.masonry-box {
  display: flex;
  flex-flow: row wrap;
  height: 1540px;
}

.masonry-box .masonry-item {
  width: 25%;
  position: relative;
}

.masonry-box img {
  object-fit: cover;
  width: 100%;
  padding: 7px;
}

.masonry-box .masonry-item:nth-child(1) {
  width: 50%;
}

.masonry-box .masonry-item:nth-child(4) {
  width: 35%;
}

.masonry-box .masonry-item:nth-child(5) {
  width: 40%;
}

.masonry-box .masonry-item:nth-child(7) {
  width: 35%;
}

.masonry-box .masonry-item:nth-child(9) {
  width: 40%;
}

.masonry-box .masonry-item:nth-child(10) {
  width: 35%;
}

.masonry-box .masonry-item:nth-child(12) {
  width: 40%;
}

.masonry-box .masonry-item:nth-child(13) {
  width: 30%;
}

.masonry-box .masonry-item:nth-child(14) {
  width: 30%;
}

.masonry-box .masonry-item:nth-child(15) {
  width: 40%;
}

.grecaptcha-badge {
  bottom: 125px !important;
}

/* Corporate*/

.corporate-header {
  padding-top: 120px;
  padding-bottom: 54px;
  text-align: center;
}

.corporate-title {
  color: #1c1b1f;
  font-family: "Ovo", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1.44px;
  margin-bottom: 36px;
}

.corporate-text {
  color: #1c1b1f;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 36px;
}

.corporate-link {
  padding: 16px 32px;
  border-radius: 360px;
  background: #b2aa7e;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  margin-top: 16px;
  display: inline-block;
}

.corporate-link:hover {
  text-decoration: none;
  color: #fff;
}

.corporate-list {
  padding-top: 107px;
  padding-bottom: 158px;
}

.concept {
  padding: 0px 70px 70px 70px;
  border-radius: 40px;
  text-align: center;
}

.concept-heading-img {
  max-width: 33%;
}

.concept-heading {
  margin-bottom: 36px;
}

.concept-heading__title {
  color: #1c1b1f;
  text-align: center;
  font-family: "Ovo", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1.44px;
  margin-top: 36px;
}

.concept-heading__subtitle {
  color: #1c1b1f;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 36px;
}

.concept-heading__link {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  padding: 8px 32px;
  border-radius: 360px;
  background: #1c1b1f;
  display: inline-block;
}

.concept-heading__link:hover {
  text-decoration: none;
  color: #1c1b1f;
  background: #fff;
  transition: 0.5s;
}

.concept-img {
  width: 100%;
  max-height: 360px;
  object-fit: cover;
  border: 1px solid rgba(0, 0, 0, 0.24);
}

.concept-newyear {
  background: linear-gradient(180deg, #ffddd1 0%, #fff 100%);
}

.concept-autumn {
  background: linear-gradient(180deg, #ffd1d1 0%, #fff 100%);
}

.concept-christmas {
  background: linear-gradient(180deg, #e0d8a9 0%, #fff 100%);
}

.concept-design-cake {
  background: linear-gradient(180deg, #e8d7cd 0%, #fff 100%);
}

.faq-header {
  padding-left: 0;
  padding-right: 0;
  cursor: pointer;
  text-decoration: none;
}

.faq-header:hover {
  color: #1c1b1f;
  text-decoration: none;
}

@media (max-width: 1440px) {
  .slider__item .carousel-item {
    /*height: 460px;*/
    /*overflow: hidden;*/
  }

  .slider__content-icon {
    margin-bottom: 30px;
  }

  .slider__content-title {
    font-size: 62px;
    line-height: 70px;
    font-family: "Ovo", sans-serif;
    margin-bottom: 30px;
  }

  .slider__content-description {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 30px;
  }

  .slider__content-button {
    padding: 12px 32px;
    border-radius: 360px;
    background: #b2aa7e;
    font-size: 16px;
    color: #ffffff;
    border: none;
    margin-bottom: 20px;
    display: inline-block;
  }

  .slider__img {
    width: 40%;
  }
}

@media (max-width: 979.98px) {
  .slider__item .carousel-item {
    /*height: 430px;*/
    /*overflow: hidden;*/
  }

  .masonry-box img {
    height: 100% !important;
    object-fit: cover;
  }

  .masonry-box {
    height: auto;
  }

  .masonry-box .masonry-item:nth-child(4) img,
  .masonry-box .masonry-item:nth-child(12) img {
    object-fit: contain;
  }

  .landing-page .img-item {
    height: 200px;
  }

  .landing-page .cny .bg-left {
    left: -12px;
    top: 50px;
    height: 100px;
  }

  .landing-page .cny .bg-right {
    right: -12px;
    bottom: -50px;
    height: 100px;
  }

  .landing-page .autumn-festival .bg-left {
    left: 0;
    top: -10px;
    height: 66px;
  }

  .landing-page .autumn-festival .bg-right {
    right: 0;
    bottom: -50px;
    width: 300px;
  }

  .landing-page .christmas .bg-left {
    top: 0;
    left: 0;
    width: 200px;
  }

  .landing-page .christmas .bg-right {
    bottom: -60px;
    right: 0;
    width: 200px;
  }

  .landing-page .customised-cake .bg-left,
  .landing-page .customised-cake .bg-right {
    width: 150px;
  }

  .landing-page .customised-cake .bg-left {
    top: 25px;
  }

  .landing-page .customised-cake .bg-right {
    bottom: -50px;
  }
}

@media (max-width: 767.98px) {
  .container {
    /*padding-left: 24px !important;*/
    /*padding-right: 24px !important;*/
  }

  .categories-child-container {
    padding-top: 28px;
    display: block;
    border: 1px solid rgba(28, 27, 31, 0.1);
    background: #f8f6f2;
    /*padding: 10px 0;*/
  }

  /* Slider */
  .slider {
    padding: 43px 0 43px 0;
  }

  .slider__wrapper {
    flex-direction: column;
    gap: 10px;
  }

  .slider__content {
    order: 2;
  }

  .slider__img {
    order: 1;
    width: 100%;
    height: 35vh;
    object-fit: cover;
  }

  .slider__content-icon {
    display: none;
  }

  .slider__content-title {}

  .carousel-control-prev {
    top: 23%;
    left: 0;
    /*transform: translate(-30%, 0%);*/
    height: 20px;
    width: 20px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
  }

  .carousel-control-next {
    top: 23%;
    left: 100%;
    transform: translate(-100%, 0);
    height: 20px;
    width: 20px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
  }

  /* End Slider */
  /* Cake Feature */
  .sweet-line {
    display: none;
  }

  .cake__feature-container {
    flex-direction: column;
    padding: 65px 0 40px;
    gap: 40px;
  }

  .cake__feature-image {
    padding-right: 0;
    padding-left: 0;
  }

  .cake__feature-icon {
    right: 10px;
  }

  .sweet__container {
    padding-top: 90px;
    padding-bottom: 70px;
  }

  .sweet-title,
  .sweet-subtitle {
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: -0.9px;
  }

  .sweet-description {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 36px;
  }

  .bestseller {
    display: grid;
    /*grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));*/
    gap: 24px;
    /*padding:  0 200px 0;*/
    border-bottom: 1px solid #d9d9d9;
  }

  /* End Cake Feature */
  /* Mini Cakes */
  .mini-cakes__list {
    /*display: none;*/
    /*display: flex;*/
    /*width: 100vw;*/
    /*overflow: scroll;*/
    /*white-space: nowrap;*/
    /*gap: 12px;*/
    /*scrollbar-width: none; !* Firefox *!*/
    /*-ms-overflow-style: none; !* IE/Edge *!*/
  }

  .mini-cakes__item {
    margin-right: 24px;
  }

  .mini-cakes__item-img {
    /*max-width: 300px;*/
  }

  /* End Mini Cakes */
  .product-pairing__listing {
    gap: 24px;
  }

  .product-pairing__card {
    padding: 24px 0;
  }

  .product-pairing__card:hover {
    background: transparent;
  }

  .product-pairing__card-title {
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: -0.9px;
  }

  .product-pairing__card-description {
    margin-bottom: 40px;
  }

  /* Delivery */
  .delivery-container {
    padding: 71px 0 96px;
    flex-direction: column;
    gap: 40px;
  }

  .delivery-content {
    width: 100%;
    order: 2;
  }

  .delivery-content__icon {
    display: none;
  }

  .delivery-content__subtitle {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
  }

  .delivery-content__title {
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: -0.9px;
    margin-bottom: 20px;
  }

  .delivery-content__text {
    text-align: justify;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    margin-bottom: 44px;
  }

  .delivery-content-group-button {
    flex-direction: column;
  }

  .delivery-img {
    order: 1;
  }

  .delivery__img-thumb {
    height: 466px;
  }

  .delivery-img__icon {
    display: block;
    width: 46px;
    height: 46px;
    margin-bottom: 40px;
  }

  .delivery-content-button-order,
  .delivery-content-button-link {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding: 12px 32px;
  }

  /* End Delivery */
  .grecaptcha-badge {
    display: none;
  }
}

@media (max-width: 575.98px) {

  /* Slider */
  .slider__item {
    padding-bottom: 0;
  }

  .slider__img {
    order: 1;
    height: 35vh;
  }

  .slider__content-title {
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: -0.9px;
  }

  .slider__content-button {
    margin-bottom: 0;
  }

  .slider__item .carousel-item {
    height: auto;
  }

  .slider__content-title {
    margin-bottom: 8px;
  }

  .slider__content-description {
    margin-bottom: 15px;
    line-height: 24px;
  }

  .slider__img {
    height: 30vh;
  }

  .carousel-control-prev {
    /*top: 135px;*/
    left: 0;
    /*transform: translate(-30%, 0%);*/
  }

  .carousel-control-prev {
    top: 20%;
  }

  .carousel-control-next {
    top: 20%;
  }

  /* End Slider */
  /* Cake Feature */
  .cake__feature-container {}

  .cake__feature-title {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 8px;
  }

  .cake__feature-name {
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: -0.9px;
    margin-bottom: 8px;
  }

  .cake__feature-text {
    color: #1c1b1f;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    width: 100%;
    margin-bottom: 24px;
  }

  .bestseller__item-content {
    padding: 24px;
  }

  .bestseller__item-title {
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 12px;
  }

  .bestseller__item-description {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }

  .bestseller__item-btn {
    padding: 5px 32px;
  }

  /* EndCake Feature */
  .cake__feature-btn {
    padding: 12px 32px;
  }

  .sweet__container {
    padding-bottom: 0;
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .sweet-icon {
    margin-bottom: 24px;
  }

  .sweet-subtitle {
    margin-bottom: 8px;
  }

  .sweet-description {
    margin-bottom: 24px;
  }

  .sweet-button {
    font-size: 16px;
    line-height: 20px;
  }

  .bestseller {
    gap: 15px;
    padding: 42px 0 80px;
  }

  .mini-cakes__container {
    padding: 80px 0;
  }

  .mini-cakes__header-icon {
    margin-bottom: 24px;
  }

  .mini-cakes__header-name {
    margin-bottom: 8px;
  }

  .mini-cakes__header-title {
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: -0.9px;
    margin-bottom: 8px;
  }

  .mini-cakes__header-description {
    color: #1c1b1f;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 24px;
  }

  .mini-cakes__header-btn {
    font-size: 16px;
    line-height: 20px;
  }

  .mini-cakes__list {
    margin-top: 42px;
  }

  .product-pairing__container {
    padding: 64px 0;
  }

  .product-pairing__listing {
    gap: 0;
  }

  .product-pairing__card-description {
    margin-bottom: 28px;
  }

  .delivery-container {
    padding: 80px 0;
  }

  .delivery-content__text {
    margin-bottom: 40px;
  }
}

/* Header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #ffffff;
  max-height: 150px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.04);
  backdrop-filter: blur(25px);
}

.header__top-banner {
  background: #6b7038;
  padding: 10px 0;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.header__top-text {
  font-size: 13px;
  line-height: 24px;
  color: #ffffff;
  display: inline-block;
}

.header__top-link {
  color: #e0d8a9;
  font-size: 13px;
  line-height: 24px;
  font-weight: 700;
}

.header__top-link:hover {
  color: #e0d8a9;
  text-decoration: none;
}

.header__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 5px 0;
}

.header__logo-img {
  height: 75px;
}

.header__bars {
  display: none;
}

.header__menu {
  display: flex;
  align-items: center;
  gap: 40px;
  position: relative;
}

.header__cart {
  display: flex;
  align-items: center;
  gap: 40px;
}

.header__cart-btn {
  position: relative;
  outline: 0;
  background: none;
}

.header__cart-icon {
  /*width: 24px;*/
  /*height: 24px;*/
}

.header__cart-count {
  position: absolute;
  transform: translate(-50%, -50%);
  border-radius: 8px;
  padding: 0 6px;
  color: #ffffff;
  background: #e35656;
  font-size: 14px;
}

.header__order-btn {
  padding: 8px 32px;
  background: #b2aa7e;
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
  line-height: 24px;
  border-radius: 360px;
  text-decoration: none;
}

.header__order-btn:hover {
  transition: 0.2s;
  text-decoration: none;
  color: #ffffff;
  background: #c2bc98;
  box-shadow: 0px 20px 40px -12px rgba(168, 162, 128, 0.7);
}

/* End Header */

/* Sub menu*/
.submenu {
  display: none;
  position: absolute;
  background: #ffffff;
  width: 150%;
  padding: 16px;
  border-radius: 16px;
  box-shadow: 0px 16px 40px 0px rgba(0, 0, 0, 0.16);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.submenu-open {
  display: block;
  top: calc(100% + 12px);
  left: -25%;
  right: 0;
  z-index: 1;
  max-height: 80vh;
  overflow-y: auto;
}

.categories-menu {
  display: none;
  top: calc(100% + 12px);
  left: -25%;
  right: 0;
  z-index: 1;
  width: 100%;
  overflow: visible;
  /*max-height: 80vh;*/
  /*overflow-y: auto;*/
}

.submenu-line {
  margin-top: 12px;
  margin-bottom: 12px;
}

.submenu__link {
  padding: 8px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.submenu__link:hover {
  background: #f6f3ee;
  border-radius: 16px;
  text-decoration: none;
}

.submenu-title {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.submenu-subtext {
  color: #817e7e;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.28px;
}

.submenu__list {
  padding: 0px 16px;
}

.submenu__item-list {
  margin-top: 20px;
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.submenu__item {
  padding: 8px;
  display: flex;
  gap: 16px;
  align-items: center;
}

.submenu__item-img {
  border-radius: 16px;
  width: 80px;
  height: 54px;
  object-fit: cover;
}

.submenu__item:hover {
  background: #f6f3ee;
  border-radius: 16px;
  text-decoration: none;
}

.header__menu-item {
  list-style: none;
  cursor: pointer;
}

.header__menu-item i {
  display: none;
}

.header__menu-link {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-decoration: none;
  color: rgba(28, 27, 31, 0.6);
}

.header__menu-link:hover {
  /*font-size: 14px;*/
  line-height: 24px;
  /*font-weight: 500;*/
  text-decoration: none;
  color: rgba(28, 27, 31, 0.6);
}

.overlay {
  display: none;
}

@media (max-width: 767.98px) {
  .not-mobile {
    display: none;
  }

  /* Header */
  .header__nav {
    padding: 10px 0px;
  }

  .header__bars {
    display: block;
  }

  .header__bars i {
    font-size: 24px;
  }

  .header__menu-item i {
    display: inline-block;
    position: absolute;
    right: 20px;
    padding-top: 5px;
  }

  .header__menu {
    display: flex;
    position: absolute;
    left: -100%;
    top: 0;
    height: 110vh;
    width: 85%;
    flex-direction: column;
    align-items: start;
    background: #ffffff;
    padding: 36px 24px 150px;
    z-index: -1;
    overflow: scroll;
    /*display: none;*/
    transition: 0.5s ease;
    gap: 24px;
  }

  .header__menu-open {
    /*display: block;*/
    z-index: 99;
    transition: 0.5s ease;
    left: 0;
  }

  .header__order-btn {
    display: none;
  }

  .submenu {
    display: none;
    opacity: 1;
    /*display: block;*/
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    background: inherit;
    width: 100%;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
  }

  .submenu-open {
    display: block;
  }

  .overlay {
    position: absolute;
    left: -100%;
    top: 0;
    right: 0;
    height: 110vh;
    width: 15%;
    background: #1c1b1f;
    opacity: 0;
    z-index: 1;
    display: block;
    transition: 0.9s ease;
  }

  .overlay-active {
    display: block;
    left: 85%;
    transition: 0.5s ease;
    opacity: 0.5;
    overflow-y: hidden;
  }

  .header__menu-link {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
  }

  .submenu .menu-category-link {
    padding: 10px 15px;
    color: #817e7e;
  }

  /* End Header */
}

/* Footer */
.footer {
  background: #e8d7cd;
  padding: 80px 0;
}

.footer__container {
  margin: 0 auto;
}

.footer__section {
  display: flex;
  justify-content: space-between;
}

.footer__menu-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex-wrap: wrap;
}

.footer__menu-title,
.footer__newsletter-title {
  font-size: 14px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 12px;
}

.footer__menu-item,
.footer__newsletter-text {
  font-size: 16px;
  line-height: 28px;
  display: inline-block;
  max-width: 400px;
}

.footer__menu-item a {
  color: #1c1b1f;
}

.footer__menu-item a:hover {
  text-decoration: none;
}

.footer__newsletter-form {
  margin-top: 24px;
  position: relative;
}

.footer__newsletter-input {
  width: 100%;
  background: #f0e5df;
  border-radius: 8px;
  font-size: 14px;
  border: none;
  padding: 12px 150px 12px 20px;
}

.footer__newsletter-input:focus {
  border: none;
  outline: none;
}

.footer__newsletter-button {
  right: 8px;
  top: 8px;
  position: absolute;
  padding: 4px 12px;
  background: #d49b7e;
  border-radius: 4px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
  border: none;
  cursor: pointer;
}

.footer__social-list {
  display: flex;
  gap: 16px;
}

.footer__social-link {
  text-decoration: none;
  padding: 4px;
  border-radius: 50%;
  background: #f0e5df;
  width: 50px;
  height: 50px;
  position: relative;
}

.footer__social-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.footer__bottom {
  margin: 40px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer__bottom a {
  color: #a8a280;
}

.error-sign-up label {
  color: red;
}

/* End Footer*/

@media (max-width: 575.98px) {
  body {
    margin-top: 120px;
    /*visibility: hidden;*/
  }

  .header__logo-img {
    height: 55px;
  }

  .slider {
    background: #ffffff;
    padding: 24px 0 43px 0;
  }

  .corporate-list {
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .concept {
    padding: 0 15px 70px;
  }

  .concept-list .row {
    gap: 20px;
  }

  .footer {
    display: block;
  }

  .footer__section {
    flex-direction: column;
    gap: 30px;
  }

  .footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 42px;
  }

  .footer__bottom>img {
    width: 100%;
  }

  .submenu {
    display: none;
  }

  .submenu-open {
    display: block;
    max-height: none;
    overflow-y: visible;
  }

  .submenu__item-img {
    display: none;
  }

  .modal-content {
    padding: 0 15px;
  }

  .cake__feature-btn {
    font-size: 16px;
    line-height: 20px;
  }
}