@font-face {
  font-family: Gilroy;
  src: url(../fonts/Gilroy-Heavy.otf);
  font-display: swap;
  font-style: normal;
  font-weight: 1000;
}

@font-face {
  font-family: Gilroy;
  src: url(../fonts/Gilroy-HeavyItalic.otf);
  font-display: swap;
  font-style: italic;
  font-weight: 1000;
}

@font-face {
  font-family: Gilroy;
  src: url(../fonts/Gilroy-Black.otf);
  font-display: swap;
  font-style: normal;
  font-weight: 900;
}

@font-face {
  font-family: Gilroy;
  src: url(../fonts/Gilroy-BlackItalic.otf);
  font-display: swap;
  font-style: italic;
  font-weight: 900;
}

@font-face {
  font-family: Gilroy;
  src: url(../fonts/Gilroy-Extrabold.otf);
  font-display: swap;
  font-style: normal;
  font-weight: 800;
}

@font-face {
  font-family: Gilroy;
  src: url(../fonts/Gilroy-ExtraboldItalic.otf);
  font-display: swap;
  font-style: italic;
  font-weight: 800;
}

@font-face {
  font-family: Gilroy;
  src: url(../fonts/Gilroy-Bold.ttf);
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: Gilroy;
  src: url(../fonts/Gilroy-BoldItalic.otf);
  font-display: swap;
  font-style: italic;
  font-weight: 700;
}

@font-face {
  font-family: Gilroy;
  src: url(../fonts/Gilroy-Semibold.otf);
  font-display: swap;
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: Gilroy;
  src: url(../fonts/Gilroy-SemiboldItalic.otf);
  font-display: swap;
  font-style: italic;
  font-weight: 600;
}

@font-face {
  font-family: Gilroy;
  src: url(../fonts/Gilroy-Medium.ttf);
  font-display: swap;
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: Gilroy;
  src: url(../fonts/Gilroy-MediumItalic.otf);
  font-style: italic;
  font-weight: 500;
}

@font-face {
  font-family: Gilroy;
  src: url(../fonts/Gilroy-Regular.ttf);
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: Gilroy;
  src: url(../fonts/Gilroy-RegularItalic.otf);
  font-display: swap;
  font-style: italic;
  font-weight: 400;
}

@font-face {
  font-family: Gilroy;
  src: url(../fonts/Gilroy-Light.ttf);
  font-display: swap;
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: Gilroy;
  src: url(../fonts/Gilroy-LightItalic.otf);
  font-display: swap;
  font-style: italic;
  font-weight: 300;
}

@font-face {
  font-family: Gilroy;
  src: url(../fonts/Gilroy-UltraLight.ttf);
  font-display: swap;
  font-style: normal;
  font-weight: 200;
}

@font-face {
  font-family: Gilroy;
  src: url(../fonts/Gilroy-UltraLightItalic.otf);
  font-display: swap;
  font-style: italic;
  font-weight: 200;
}

@font-face {
  font-family: Gilroy;
  src: url(../fonts/Gilroy-Thin.otf);
  font-display: swap;
  font-style: normal;
  font-weight: 100;
}

@font-face {
  font-family: Gilroy;
  src: url(../fonts/Gilroy-ThinItalic.otf);
  font-display: swap;
  font-style: italic;
  font-weight: 100;
}

button:focus {
  outline: none;
}

input:focus {
  outline: none;
  border-color: #968383 !important;
  transition: 0.5s;
}

body {
  font-family: Gilroy !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-stroke: 0.45px;
  -webkit-text-stroke: 0.45px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow-x: hidden;
}

p {
  color: #000;
  font-size: 15px;
}

.product-card {
  border: none !important;
  background-color: transparent !important;
  height: 100% !important;
  box-shadow: none !important;
}

.product-card .card-body {
  background-color: #fff;
  box-shadow: 0 10px 40px 0 rgba(47, 47, 47, 0.1);
  margin-top: -70px;
  border-radius: 40px;
  padding: 100px 30px 30px 30px;
}

.product-card .card-body form select {
  height: auto;
  margin-bottom: 20px;
  padding: 5px;
}

.toppings-title {
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.cart-btn {
  background-color: #e2f1f1;
  border: 1px solid #45aeae;
  border-radius: 5px;
  margin-left: 20px;
}

.toppings-title img {
  width: 20px;
  margin-left: 10px;
}

.product-card .card-title {
  color: #424770;
  font-weight: 800;
  font-size: 20px;
}

.check-box {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  justify-content: space-between;
}

.variation-box {
  background-color: #f4faff;
  border-radius: 3px;
  border: 1px solid #45aeae;
  padding: 10px;
}

.check-box label {
  display: inline-block;
  margin-bottom: 0;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
}

.product-card .meta,
.cart-buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.order-cta-section .row {
  display: flex;
  align-items: center;
}

.category-box label {
  display: block;
  cursor: pointer;
  position: relative;
  padding-left: 20px;
}

#results li a {
width: 100%;
border: 1px solid #d4dbe0;
display: block;
border-radius: 3px;
background-color: #fff;
padding: 10px;
}

.search-btn {
margin: 0px!important;
border-top-left-radius: 0!important;
border-bottom-left-radius: 0!important;
font-weight: 600;
background-color: #dd7373;
color: #fff;
border-color: #dd7373;
}

/* .category-box label.active  {
  background-color: #dd7373;
  color: #fff;
} */

.category-box label.active::before {
  background-color: #dd7373;
}

.category-box label::before {
  content: "";
  position: absolute;
  background-color: #f4d3d3;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  left: 0px;
  top: 7px;
}

.category-box label input {
  display: none;
}

#clear-filters {
  display: flex;
  align-items: center;
  cursor: pointer;
}

#clear-filters img {
  width: 10px;
  margin-right: 10px;
}

.category-box a {
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 10px;
}

.category-box select {
  display: block;
  width: 100%;
  height: 150px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.order-cta-section h2 {
  color: #141718;
  font-weight: 800;
  font-size: 54px;
}

.size {
  background-color: #45aeae;
  border-color: #45aeae;
  color: #fff;
  font-size: 11px;
  padding: 5px;
  border-radius: 3px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

#summary .line-item,
#summary .line-item-t {
  display: flex;
  flex-direction: row;
  padding: 30px 30px 0 30px;
}

#summary .line-item .image {
  display: block;
  width: 80px;
  height: 80px;
  margin-right: 15px;
  background: #f6f9fc;
  border-radius: 3px;
}

#summary .line-item .label,
#summary .line-item-t .label {
  flex: 1;
  text-align: left;
}

#summary .line-item .product-t {
  color: #424770;
  margin: 0px;
}

.container-alert-flash {
  position: absolute;
  top: 10px;
  z-index: 50000;
  width: 300px;
  right: 10px;
  margin: 0;
  display: none;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  background-color: #fff !important;
  /* border: 1px solid transparent; */
  border-right: none;
  border-bottom: none;
  border-top: none;
  opacity: 1;
  border-left: 5px solid #45aeae;
  box-shadow: 0 1px 3px 0 rgba(50, 50, 93, 0.15),
    0 4px 6px 0 rgba(112, 157, 199, 0.15);
  border-radius: 0;
}

.alert a {
  color: #424770;
  font-weight: 600;
  padding-bottom: 3px;
  letter-spacing: 1px;
  font-size: 10px;
  text-transform: uppercase;
  border-bottom: 1px solid #45aeae;
  background-color: white;
}

.alert-success {
  color: #32325d !important;
}

.order-box {
  border: 1px solid #424770;
  background-color: #f8fbfd;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  flex-direction: column;
}

.order-box img {
  width: 100px;
  margin: 0 auto;
  display: block;
}

.order-box p {
  font-size: 30px !important;
  margin-bottom: 0px !important;
  color: #45aeae !important;
  font-weight: 900;
}

#summary p {
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
}

#summary .line-item .sku {
  font-size: 14px;
  color: #8898aa;
}

#summary .line-item .count {
  color: #8898aa;
}

#summary .line-item .count,
#summary .line-item .price {
  font-size: 14px;
  padding-left: 10px;
  text-align: right;
  line-height: 24px;
}

#summary .line-item .price,
#summary .line-item-t .price {
  color: #dd7373;
  font-weight: bold;
}

.card {
  -webkit-perspective: 150rem;
  perspective: 150rem;
  -moz-perspective: 150rem;
  position: relative;
  border: none;
  height: 35rem;
}

.card__side {
  height: 35rem;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 3px;
  overflow: hidden;
  -webkit-box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15);
}

.card__side--front {
  background-color: #fff;
}

.card__side--back {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.card__side--back-1 {
  background-image: -webkit-gradient(linear,
      left top,
      right bottom,
      from(#fdd9e0),
      to(#dd7373));
  background-image: linear-gradient(to right bottom, #fdd9e0, #dd7373);
}

.card:hover .card__side--front {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.card:hover .card__side--back {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}

.card__picture {
  background-size: cover;
  height: 23rem;
  background-blend-mode: screen;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.card__picture--1 {
  background-image: url(../images/home-lp-1.png);
}

.card__picture--2 {
  background-image: url("../images/coffee-catering.jpg");
}

.card__picture--3 {
  background-image: url("../images/bubble-tea-catering.jpg");
}

.card__heading {
  font-size: 2.8rem;
  font-weight: 600;
  text-align: center;
  color: #141718;
}

.card__details {
  padding: 2rem 3rem;
}

.card__details ul {
  list-style: none;
  width: 80%;
  margin: 0 auto;
}

.card__details ul li {
  text-align: center;
  font-size: 1.5rem;
  padding: 1rem;
}

.card__details ul li:not(:last-child) {
  border-bottom: 1px solid #eee;
}

.card__cta {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
  text-align: center;
}

@media only screen and (max-width: 56.25em),
only screen and (hover: none) {
  .card {
    height: auto;
    border-radius: 3px;
    background-color: #fff;
    -webkit-box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15);
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15);
  }

  .card__side {
    height: auto;
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .card__side--back {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-clip-path: polygon(0 15%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 15%, 100% 0, 100% 100%, 0% 100%);
  }

  .card:hover .card__side--front {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }

  .card__details {
    padding: 1rem 3rem;
  }

  .card__cta {
    position: relative;
    top: 0%;
    left: 0;
    -webkit-transform: translate(0);
    transform: translate(0);
    width: 100%;
    padding: 4rem 4rem 3rem 4rem;
  }

  .card__price-box {
    margin-bottom: 3rem;
  }

  .card__price-value {
    font-size: 4rem;
  }
}

.btn--white:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
}

.btn--white:hover::after {
  -webkit-transform: scaleX(1.4) scaleY(1.6);
  transform: scaleX(1.4) scaleY(1.6);
  opacity: 0;
}

.btn--white:link,
.btn--white:visited {
  text-transform: uppercase;
  text-decoration: none;
  padding: 1.5rem 4rem;
  display: inline-block;
  border-radius: 10rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  font-size: 1.6rem;
  border: none;
  cursor: pointer;
}

.btn--white {
  background-color: #fff;
  color: #777;
}

.btn--white::after {
  background-color: #fff;
}

#summary .line-item-t.subtotal {
  margin-top: 30px;
  margin-bottom: 0;
  padding-top: 10px;
  border-top: 1px solid #f3f3ff;
}

p.instruction {
  display: inline-table;
  margin-top: -32px;
  padding: 0 5px;
  text-align: center;
  background: #f8fbfd;
}

#summary .line-item-t.tax,
#summary .line-item-t.total,
#summary .line-item-t.ordertotal {
  padding-top: 0;
}

#checkout {
  margin: 0 -30px;
  padding: 20px 30px 30px;
  border-radius: 4px;
  border: 1px solid #e8e8fb;
}

#checkout p.payment-title {
  color: #32325d;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  text-align: left;
  font-size: 13px;
  font-weight: 500;
}

form fieldset.information {
  margin-bottom: 20px;
  background: #fff;
  box-shadow: 0 1px 3px 0 rgba(50, 50, 93, 0.15),
    0 4px 6px 0 rgba(112, 157, 199, 0.15);
  border-radius: 4px;
  border: none;
}

.information label:not(:last-child) {
  border-bottom: 1px solid #f0f5fa;
}

.information label span {
  min-width: 125px;
  padding: 0 15px;
  text-align: right;
  font-size: 15px;
}

.information label textarea {
  height: 90px;
}

.information label input,
.information label textarea {
  flex: 1;
  padding: 0 15px;
  border: none;
  background: transparent;
  font-weight: 400;
  color: #31325f;
  outline: none;
  font-size: 15px;
  cursor: text;
}

.information label {
  position: relative;
  display: flex;
  flex-direction: row;
  height: 42px;
  padding: 10px 0;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  color: #8898aa;
  font-weight: 400;
}

#summary {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 450px;
  overflow: auto;
  height: 100%;
  background: #fff;
  box-shadow: 0 2px 19px 4px rgba(0, 0, 0, 0.04);
  transition: right 0.3s ease-in-out;
}

#summary h1 {
  margin: 0 30px;
  line-height: 80px;
  font-size: 20px;
  font-weight: 600;
}

#main {
  height: 100vh;
  text-align: center;
  width: calc(100% - 450px);
  background: #f8fbfd;
  transition: width 0.3s ease-in-out;
}

#summary .header {
  background: #fff;
}

#main .header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px;
  height: 80px;
  background-color: #fff;
  border-bottom: 1px solid #f3f3ff;
}

#main .header img {
  width: 45px;
}

#checkout-box {
  max-width: 480px;
  margin: 0 auto;
  padding: 30px 0;
}

.milk-box {
  margin: 0px 5px 0px 0px;
}

.product-card .meta .btn-green {
  margin: 0px;
  font-size: 10px;
  padding: 5px 10px;
  box-shadow: -10px 20px 15px -10px rgba(69, 174, 174, 0.2);
  font-weight: 700;
}

#price {
  color: #dd7373;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 30px;
}

.share-box {
  margin-top: 20px;
}

.share-box img {
  width: 25px;
}

.pagination-active-li {
  background: pink;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.3rem;
}

.mobile-navigation,
.navigation__checkbox {
  display: none;
}

.nav-tabs {
  border: none !important;
  margin: 0 auto;
  display: table !important;
}

.nav-tabs .nav-item {
  display: table-cell;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link {
  color: #dd7373;
  border: none !important;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border: none !important;
}

.navigation__checkbox:checked~.navigation__background {
  -webkit-transform: scale(80);
  transform: scale(80);
}

.navigation__nav {
  display: none;
}

.navigation__checkbox:checked~.navigation__nav {
  opacity: 1;
  display: block;
  width: 100%;
}

.navigation__checkbox:checked+.navigation__button .navigation__icon {
  background-color: transparent;
}

.navigation__checkbox:checked+.navigation__button .navigation__icon::before {
  top: 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.navigation__checkbox:checked+.navigation__button .navigation__icon::after {
  top: 0;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.heading * {
  margin: 0px;
}

.mobile-order-btn {
  background-color: #dd7373;
  box-shadow: 0 4px 22px 0 rgba(221, 115, 115, 0.5);
  padding: 5px 30px;
  border-radius: 35px;
  border: none;
  left: 50%;
  transform: translate(-50%, 0);
  position: fixed;
  bottom: 50px;
}

.mobile-order-btn a {
  color: #fff;
}

.mobile-order-btn a:hover {
  color: #fff;
}

.navigation__button {
  background-color: #fff;
  height: 7rem;
  width: 7rem;
  position: absolute;
  top: 6rem;
  right: 6rem;
  border-radius: 50%;
  z-index: 2000;
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.1);
  text-align: center;
  cursor: pointer;
}

@media only screen and (max-width: 56.25em) {
  .navigation__button {
    top: 4rem;
    right: 4rem;
  }
}

.single-post-content-fimg img {
  width: 100%;
  object-fit: cover;
  height: 400px;
  border-radius: 40px;
  box-shadow: 0 10px 40px 0 rgba(47, 47, 47, 0.1)
}

@media only screen and (max-width: 37.5em) {
  .navigation__list {
    left: 40% !important;
  }

  .navbar-collapse {
    background-color: #fff;
    padding: 15px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .navigation__button {
    top: 0.6rem;
    right: 1rem;
  }

  .navbar-toggler {
    padding: 0;
  }

  .navigation__button {
    height: 3rem !important;
    width: 3rem !important;
  }

  .navbar-nav {
    display: block !important;
    align-items: center;
  }

  .navbar-collapse p {
    display: none !important;
  }

  .nav-link {
    display: block;
    padding: .5rem 8px;
  }

  .navigation__background {
    height: 4rem !important;
    width: 4rem !important;
  }

  .navigation__icon {
    margin-top: 2rem !important;
  }

  .navigation__icon,
  .navigation__icon::before,
  .navigation__icon::after {
    width: 2rem !important;
  }

  .navigation__icon::before {
    top: -0.6rem;
  }

  .navigation__icon::after {
    top: 0.6rem;
  }

  .navigation__button:hover .navigation__icon::before {
    top: -0.6rem;
  }

  .navigation__button:hover .navigation__icon::after {
    top: 0.6rem;
  }
}

.navigation__button:hover .navigation__icon::before {
  top: -1rem;
}

.navigation__button:hover .navigation__icon::after {
  top: 1rem;
}

.navigation__checkbox:checked+.navigation__button .navigation__icon {
  background-color: transparent;
}

.navigation__checkbox:checked+.navigation__button .navigation__icon::before {
  top: 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.navigation__checkbox:checked+.navigation__button .navigation__icon::after {
  top: 0;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.navigation__icon {
  position: relative;
  margin-top: 3.5rem;
}

.navigation__icon,
.navigation__icon::before,
.navigation__icon::after {
  width: 3rem;
  height: 2px;
  background-color: #333;
  display: inline-block;
}

.navigation__icon::before,
.navigation__icon::after {
  content: "";
  position: absolute;
  left: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.navigation__icon::before {
  top: -0.8rem;
}

.navigation__icon::after {
  top: 0.8rem;
}

.navigation__button:hover .navigation__icon::before {
  top: -1rem;
}

.navigation__button:hover .navigation__icon::after {
  top: 1rem;
}

.navigation__checkbox:checked+.navigation__button .navigation__icon {
  background-color: transparent;
}

.navigation__checkbox:checked+.navigation__button .navigation__icon::before {
  top: 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.authentication {
  background-color: #f8fbfd;
  display: flex;
  align-items: center;
}

.authentication .container-fluid {
  padding: 0px;
}

.authentication h1 {
  color: #32325d;
  font-weight: 800;
  margin-bottom: 50px;
}

.authentication .row {
  align-items: center;
}

.authentication .auth-content {
  margin-left: 100px;
}

.checkout-auth {
  height: 100vh;
}

.divide {
  width: 400px;
  height: 1px;
  align-items: center;
  justify-content: center;
  display: flex;
  margin: 0 auto;
  background-color: #32325d;
}

.authentication .payment-title {
  color: #32325d;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  text-align: left;
  font-size: 13px;
  font-weight: 500;
}

.checkout-auth form {
  margin: 0 auto;
}

.divide span {
  text-align: center;
  background-color: #f8fbfd;
  padding: 5px;
}

.back-btn {
  align-items: center;
  display: flex;
  margin-bottom: 100px;
  padding: 5px 7px;
  width: 140px;
  background-color: #e2f1f1;
  border: 1px solid #45aeae;
  border-radius: 5px;
}

.back-btn img {
  margin-right: 10px;
  width: 7px;
}

.back-btn span {
  color: #32325d;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  font-size: 12px;
  font-weight: 500;
}

.authentication form input {
  width: 100%;
  background: #fff;
  padding: 10px 10px;
  border-radius: 4px;
  border: 1px solid #f0f5fa;
}

.authentication form {
  width: 400px;
}

.authentication-bg {
  background-position: center;
  background-size: cover;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
}

.authentication-bg img {
  width: 200px;
  margin-bottom: 40px;
}

.authentication-bg h2 {
  font-size: 65px;
  font-weight: 1000;
  text-align: center;
  font-style: italic;
  color: #32325d;
}

.navigation__checkbox:checked+.navigation__button .navigation__icon::after {
  top: 0;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.navigation__background {
  height: 6rem;
  width: 6rem;
  border-radius: 50%;
  position: absolute;
  top: 6.5rem;
  right: 6.5rem;
  background-image: radial-gradient(#fdd9e0, #dd7373);
  z-index: 1000;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
  transition: transform 0.8s cubic-bezier(0.86, 0, 0.07, 1),
    -webkit-transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
}

@media only screen and (max-width: 56.25em) {
  .navigation__background {
    top: 4.5rem;
    right: 4.5rem;
  }
}

@media only screen and (max-width: 37.5em) {
  .navigation__background {
    top: 2rem;
    right: 1rem;
  }
}

.navigation__nav {
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1500;
  opacity: 0;
  width: 0;
  -webkit-transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.navigation__list {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  list-style: none;
  text-align: center;
  width: 100%;
}

.navigation__item {
  margin: 1rem;
}

.navigation__link:link,
.navigation__link:visited {
  display: inline-block;
  font-size: 3rem;
  font-weight: 300;
  padding: 1rem 2rem;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  background-image: linear-gradient(120deg,
      transparent 0%,
      transparent 50%,
      #fff 50%);
  background-size: 220%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.navigation__link:link span,
.navigation__link:visited span {
  margin-right: 1.5rem;
  display: inline-block;
}

.mobile-logo {
  height: 4rem;
  width: 4rem;
  top: 2rem;
  position: absolute;
  left: 1rem;
}

.navigation__link:hover,
.navigation__link:active {
  background-position: 100%;
  color: #dd7373;
  -webkit-transform: translateX(1rem);
  transform: translateX(1rem);
}

.cart-link img {
  width: 20px;
  margin-right: 5px;
}

.cart-link {
  display: flex;
  align-items: center;
}

.pagination-blogs-li {
  background: #f4f4f4;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.3rem;
}

.shape {
  position: absolute;
  width: 800px;
  right: 0;
  top: 0;
}

ul {
  padding-left: 0;
}

li {
  list-style-type: none;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: 0;
}

img {
  max-width: 100%;
}

html {
  scroll-behavior: smooth;
}

.glide__arrow {
  box-shadow: none;
  text-shadow: none;
  padding: 0;
  border: none;
}

.glide__arrow img {
  width: 50px;
}

.auth {
  padding: 200px 0;
}

.auth form {
  background-color: #fff;
  border: 1px solid #e5e8ed;
  border-radius: 5px;
  padding: 40px;
}

.auth input {
  width: 100%;
  transition: 0.5s;
  margin-bottom: 20px;
  border-radius: 5px;
  padding: 10px;
  border: 1px solid #e5e8ed;
}

.auth input:focus {
  border-color: #dd7373;
  outline: none;
  transition: 0.5s;
}

.auth form button {
  background-color: #dd7373;
  width: 100%;
}

.product-image-box {
  height: 200px;
  width: 90%;
  margin: 0 auto;
  border-radius: 40px;
  position: relative;
  min-width: 100px;
  display: block;
}

.line {
  background-color: #dbdbdb;
  height: 1px;
  width: 100%;
}

footer img.logo {
  width: 60px;
  margin-bottom: 15px;
}

footer h5 {
  font-weight: 600;
  margin-bottom: 30px;
  color: #000;
}

.footer-nav li {
  margin-bottom: 10px;
}

.footer-nav li a {
  color: #000;
  font-size: 15px;
}

.cart-product-image-box {
  height: 125px;
  width: 100%;
  margin: 0 auto;
  border-radius: 15px;
  position: relative;
  min-width: 100px;
  display: block;
}

.cart-product-image-box img {
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  width: 100%;
  border-radius: 15px;
}

.product-row {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d4dbe0;
  padding-bottom: 20px;
}

.order-items {
  background-color: #fff;
  border: 1px solid #d4dbe0;
  border-radius: 4px;
  color: #141718;
  padding: 20px 20px 0px 20px;
}

.order-summary {
  background-color: #fff;
  border: 1px solid #d4dbe0;
  border-radius: 4px;
  color: #141718;
  padding: 20px;
}

.totalRow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}

.totalRow:last-child {
  margin-bottom: 0px;
}

.product-row:last-child {
  border: none;
}

.product-detail-image-box {
  height: 500px;
  width: 100%;
  margin: 10px auto 0 auto;
  border-radius: 40px;
  position: relative;
  min-width: 100px;
  display: block;
}

.products-list li {
  text-align: left;
}

.products-list li button {
  background-color: transparent;
  border: none;
}

.products-list li button svg {
  width: 15px;
  margin-right: 10px;
  height: 15px;
}

.product-image-box img,
.product-detail-image-box img {
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  width: 100%;
  border-radius: 40px;
}

.product-content-box {
  background-color: #dd7373;
  padding: 30px;
  color: #fff;
}

.product-content-box h4 {
  font-weight: 700;
  font-size: 20px;
}

.product-content-box p {
  font-size: 12px;
  line-height: 15px;
}

.meta-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 111;
  width: 100%;
}

.product-item {
  position: relative;
  text-align: left;
  padding: 10px;
  border-radius: 50px;
  width: 400px;
  box-shadow: 0 10px 40px 0 rgba(47, 47, 47, 0.1);
  margin: 20px 0;
  background-color: #fff;
}

.product-item::before {
  content: "";
  background-image: url(../images/menu-shape.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100px;
  height: 100%;
  position: absolute;
  left: -50px;
  transition: 0.5s;
  top: 0;
}

.product-item:hover:before {
  left: -70px;
  transition: 0.5s;
}

.navbar p {
  color: #141718;
  font-weight: 400;
}

.navbar-light .navbar-nav a.nav-link {
  color: #141718;
  font-weight: 700;
}

.header-section {
  padding: 150px 0 0 0;
  position: relative;
}

.products {
  padding: 50px 0px;
}

.inner-header-section {
  padding: 150px 0 0 0;
  position: relative;
}

.inner-header-section h1 {
  color: #141718;
  font-weight: 800;
  font-size: 54px;
}

.header-image {
  width: 400px;
  margin: 0 auto;
  display: block;
}

.lp-header-section h1 {
  font-size: 42px !important;
}

.blog-header h2,
.blog-header h1,
.contact-section h2,
.header-section h1,
.instagram-section h2,
.products-section h2,
.related-posts h2,
.thankyou-section h1 {
  color: #141718;
  font-weight: 800;
  font-size: 54px;
}

.section h2 {
  color: #141718;
  font-weight: 800;
  font-size: 54px;
}

.section p {
  color: #000;
  font-size: 15px;
  margin-bottom: 100px;
}

.contact-section p,
.header-section p {
  color: #000;
  font-size: 15px;
  margin-bottom: 100px;
}

.scroll-btn {
  text-transform: uppercase;
  color: #141718;
  font-size: 12px;
  font-weight: 600;
}

.scroll-icon {
  background-image: url(../images/scroll-down-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
  padding: 15px;
}

.social {
  position: absolute;
  left: 50px;
  width: 100%;
}

.social ul li {
  margin: 30px 0;
}

.social ul li i {
  color: #141718;
  font-size: 20px;
}

.red {
  color: #dd7373;
}

.green {
  color: #45aeae;
}

.features-section {
  padding: 150px 0 50px 0;
}

.feature-box {
  width: 200px;
  margin: 0 auto;
}

.mt-50 {
  margin-top: 50px;
}

.mt-100 {
  margin-top: 100px;
}

.feature-box img {
  margin: 0 auto 10px auto;
  width: 100px;
  display: block;
}

.feature-box h5 {
  color: #000;
  line-height: 25px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

.about-section {
  background-color: #f9f9f9;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  padding: 100px 0;
  border: 1px solid #979797;
}

.ui-tabs-panel img {
  width: 300px;
  border: 1px solid #979797;
  border-radius: 30px;
  box-shadow: 0 10px 40px 0 rgba(47, 47, 47, 0.1);
}

#b-menu-img {
  width: auto;
  max-width: 100%;
  border: unset;
  border-radius: unset;
  box-shadow: unset;
}

.about-section .about-img {
  margin-top: -200px;
}

.products-section {
  padding: 100px 0px;
  text-align: center;
}

.product-name {
  color: #000;
  font-size: 26px;
  position: relative;
  z-index: 1;
  font-weight: 700;
}

.product-desc {
  position: relative;
  color: #000;
  z-index: 1;
  font-size: 16px;
  font-weight: 400;
}

.product {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  position: relative;
  z-index: 6;
  transition: 0.3s ease;
}

.hover {
  display: none;
  transition: 0.5s;
}

.non-hover {
  display: block;
  transition: 0.5s;
}

.product:hover img.hover {
  display: block !important;
  transition: 0.5s;
}

.product:hover img.non-hover {
  display: none !important;
  transition: 0.5s;
}

.product-shape {
  position: absolute;
  top: -30%;
  width: 200px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: 0.5s;
}

.product:hover {
  z-index: 20;
  transition: 0.5s;
}

.product .product-img {
  height: 200px;
  width: 100%;
  display: flex;
  margin-bottom: 30px;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}

.product .product-img img {
  max-width: 100%;
  max-height: 100%;
  transition: 0.3s ease;
}

.tab-control {
  display: table;
  margin: 30px auto 50px auto;
}

.tab-control li {
  display: table-cell;
  padding: 0 30px;
}

.ui-tabs-active a {
  background-color: #dd7373;
  border-radius: 35px;
  color: #fff !important;
  font-weight: 700;
  font-size: 18px;
  padding: 10px 20px;
}

.color-pink {
  color: #dd7373;
}

.color-green {
  color: #3eb601;
}

a,
a:hover {
  color: #dd7373;
}

.ui-tab a {
  border-radius: 35px;
  color: #dd7373;
  font-weight: 700;
  font-size: 18px;
  padding: 10px 20px;
}

#msform {
  text-align: center;
  margin: 0 auto;
  position: relative;
  display: block;
}

#msform fieldset {
  background: white;
  border: 0 none;
  border-radius: 0px;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
  padding: 20px 30px;
  box-sizing: border-box;
  width: 100%;
  position: relative;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
  display: none;
}

/*inputs*/
#msform input,
#msform textarea {
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 0px;
  margin-bottom: 10px;
  width: 100%;
  box-sizing: border-box;
  color: #2c3e50;
  font-size: 13px;
}

#msform input:focus,
#msform textarea:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #dd7373;
  outline-width: 0;
  transition: All 0.5s ease-in;
  -webkit-transition: All 0.5s ease-in;
  -moz-transition: All 0.5s ease-in;
  -o-transition: All 0.5s ease-in;
}

/*buttons*/
#msform .action-button {
  width: 100px;
  background: #dd7373;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 25px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px;
}

.action-button:disabled {
  background-color: #b19c9c !important;
}

#msform .action-button:hover,
#msform .action-button:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px #dd7373;
}

#msform .action-button-previous {
  width: 100px;
  background: #c5c5f1;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 25px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px;
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px #c5c5f1;
}

/*headings*/
.fs-title {
  font-size: 18px;
  text-transform: uppercase;
  color: #2c3e50;
  margin-bottom: 10px;
  letter-spacing: 2px;
  font-weight: bold;
}

.fs-subtitle {
  font-weight: normal;
  font-size: 13px;
  color: #666;
  margin-bottom: 20px;
}

/*progressbar*/
#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  /*CSS counters to number the steps*/
  counter-reset: step;
}

#progressbar li {
  list-style-type: none;
  color: #000;
  text-transform: uppercase;
  font-size: 9px;
  width: 33.33%;
  float: left;
  position: relative;
  letter-spacing: 1px;
}

#progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 24px;
  height: 24px;
  line-height: 26px;
  display: block;
  font-size: 12px;
  color: #333;
  background: white;
  border-radius: 25px;
  margin: 0 auto 10px auto;
}

/*progressbar connectors*/
#progressbar li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: white;
  position: absolute;
  left: -50%;
  top: 9px;
  z-index: -1;
  /*put it behind the numbers*/
}

#progressbar li:first-child:after {
  /*connector not needed before the first step*/
  content: none;
}

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,
#progressbar li.active:after {
  background: #dd7373;
  color: white;
}

.date input {
  width: 95%;
}

/* Not relevant to this form */
.dme_link {
  margin-top: 30px;
  text-align: center;
}

.dme_link a {
  background: #fff;
  font-weight: bold;
  color: #dd7373;
  border: 0 none;
  border-radius: 25px;
  cursor: pointer;
  padding: 5px 25px;
  font-size: 12px;
}

.dme_link a:hover,
.dme_link a:focus {
  background: #c5c5f1;
  text-decoration: none;
}

.header-section h1 {
  margin-top: 50px;
}

.btn-green .nav-link {
  color: #fff !important;
}

.navbar-nav .btn-green {
  border-radius: 35px;
  margin: 0px;
  padding: 0px 20px;
}

.navbar-nav {
  display: flex;
  align-items: center;
}

.instagram-shape img {
  transform: rotate(23deg);
  position: absolute;
  top: 0;
  right: 0;
}

.pagination {
  margin: 0 auto;
  justify-content: center;
}

.pagination .page-number {
  margin: 0px 10px;
  padding: 5px 10px;
  font-weight: 600;
  background-color: #fff;
  background-color: #f9f9f9;
}

.section {
  padding: 100px 0px;
}

.form-box {
  background-color: #fff;
  box-shadow: 0 10px 40px 0 rgba(47, 47, 47, 0.1);
  padding: 40px;
  border-radius: 10px;
}

.form-box label {
  display: block;
}

.form-box input {
  width: 100%;
  border-radius: 3px;
  padding: 10px 0 10px 10px;
  border: 1px solid #dbdbdb;
}

.form-box button {
  width: 100%;
  padding: 10px;
  font-weight: 700;
}

.form-box a {
  text-align: center;
  margin-top: 20px;
  display: block;
  cursor: pointer;
}

.cart-content {
  padding-bottom: 100px;
}

.table thead th {
  border: none;
}

.table td small {
  display: block;
}

.remove-btn {
  background-color: transparent;
  border: none;
}

.remove-btn img {
  width: 20px;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.btn-secondary {
  color: #141718 !important;
  border-radius: 4px;
  background-color: transparent !important;
  font-size: 17px;
  font-weight: 500;
}

.form {
  background: #fff;
  box-shadow: 0 1px 3px 0 rgba(50, 50, 93, 0.15),
    0 4px 6px 0 rgba(112, 157, 199, 0.15);
  padding: 20px;
}

.form-title {
  color: #32325d;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  font-size: 13px;
  font-weight: 500;
  text-align: left;
}

.form label {
  display: block;
  font-size: 14px;
  margin-top: 10px;
  text-align: left;
  color: #3c4257;
}

.form input {
  display: block;
  width: 100%;
  min-height: 44px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 16px;
  padding-left: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: rgb(60, 66, 87);
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form input:focus {
  color: #495057;
  background-color: #fff;
  border-color: #fdd9e0 !important;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(221, 115, 115, 0.25);
}

.form select {
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.helptext {
  font-size: 10px;
}

.order-product {
  padding: 10px;
  display: flex;
  justify-content: space-between;
  border: 1px solid #616061;
  border-radius: 3px;
}

.btn {
  border-radius: 4px;
  margin-top: 10px;
  padding: 10px;
  font-weight: 700 !important;
}

.btn-full-width {
  width: 100%;
}

.dark {
  color: #09090a;
}

.p-dark {
  color: #616061;
}

.bg-light-blue {
  background-color: #f6f9fe;
}

.btn-green {
  background-color: #45aeae !important;
  border-color: #45aeae !important;
  color: #fff !important;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  font-size: 13px !important;
  font-weight: 600 !important;
}

.form .hidden {
  display: none;
}

.products-fieldset {
  display: flex;
}

.form .address-label label {
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
}

.product-label label {
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  padding-bottom: 10px;
  font-size: 1rem;
  width: 100%;
}

.product-label label .product-name {
  display: block;
  font-size: 15px;
  margin-top: 10px;
}

.product-label .hidden {
  display: none;
}

.order-status {
  background-color: #45aeae;
  color: #fff;
  font-weight: 500;
}

.StripeElement {
  box-sizing: border-box;

  height: 40px;

  padding: 10px 12px;

  border: 1px solid transparent;
  border-radius: 4px;
  background-color: white;

  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

/*.form .address-label input[type='radio']:checked + .form .address-label label {*/
/*    background-color: #FFBF00!important;*/
/*}*/

/*.form .address-label input[type='radio']:focus + .form .address-label label {*/
/*    background-color: #FFBF00!important;*/
/*}*/

.form input[type="radio"]:focus+label,
input[type="checkbox"]:focus+label {
  border: 2px dashed #444;
}

#products li {
  list-style-type: decimal;
}

#add-form input[type="radio"] {
  display: none;
}

#add-form label.select {
  padding: 5px 10px 3px 10px;
  border: 1px solid #45aeae;
  cursor: pointer;
  border-radius: 2px;
  letter-spacing: 1px;
  text-align: center;
  width: 100%;
  background-color: #f4faff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 10px;
}

.size-wrapper {
  display: flex;
  width: 100%;
}

.milk-wrapper {
  display: flex;
}

.size-wrapper p {
  margin-bottom: 0px;
}

.size-box:nth-child(1) {
  margin-right: 10px;
}

#add-form label.select:hover {
  border-color: #45aeae;
}

#add-form input[type="radio"]:checked+label {
  background-color: #45aeae !important;
  color: #fff;
  border-color: #45aeae;
}

#add-form input[type="radio"]:focus+label {
  border: 2px dashed #444;
}

#products li {
  list-style-type: decimal;
}

.form input[type="radio"]:checked+label {
  background-color: #f4faff;
  border-color: #45aeae;
}

#error.show {
  text-align: center;
  font-size: 10px;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
  border: 1px solid orange;
  border-radius: 3px;
  padding: 3px;
}

.btn-inline {
  background-color: #fdd9e0;
  color: #09090a;
  font-size: 15px;
  border-radius: 4px;
  padding: 7px 20px 6px 20px;
  font-weight: 500;
}

.btn-green:hover {
  color: #fff;
  background-color: #359292;
}

.btn-payment {
  background-color: #45aeae;
  border-color: #45aeae;
  color: #fff;
  width: 100%;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  padding: 6px;
  font-weight: 600;
}

.btn-main {
  color: #fff !important;
  background-color: #dd7373;
}

.btn-main a {
  color: #fff !important;
}

.btn-secondary img {
  margin-left: 10px;
}

.btn-secondary:hover {
  color: #000;
  background-color: transparent;
}

.cta-section,
.cta-lp-section {
  background-image: url(../images/blog-bg-bontea.jpeg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0;
  position: relative;
}

.cta-lp-section {
  background-image: url(../../lp/lpbg.png);
}

.overlay,
.lp-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #000;
  opacity: 0.5;
  height: 100%;
}

.lp-overlay {
  background-color: rgba(252, 240, 242, 0.6);
  opacity: 1 !important;
}

.cta-section h2,
.cta-lp-section h1 {
  color: #fff;
  font-size: 54px;
  font-weight: 800;
  text-align: center;
}

.cta-section p,
.cta-lp-section p {
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
}

.cta-section a {
  color: #fff;
  padding: 15px 30px;
  font-size: 14px;
  margin: 20px auto 0 auto;
  display: table;
  font-weight: 500;
  border: 1px solid #fff;
  border-radius: 3px;
}

.cta-section a,
.cta-lp-section a {
  color: #fff;
  padding: 10px 30px;
  font-size: 14px;
  margin: 20px auto 0 auto;
  display: table;
  font-weight: 500;
  border: 1px solid #dd7373;
  border-radius: 32px;
  background-color: #dd7373;
}

.ytp-chrome-top {
  display: none !important;
}

.contact-section {
  padding: 150px 0;
}

.video-box {
  position: relative;
  border-radius: 2rem;
}

.video-box video {
  position: relative;
  border-radius: 2rem;
}

.video-box::after {
  content: "";
  position: absolute;
  padding: 40px;
  background-image: url(../images/video-front.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: -35px;
  left: -35px;
  z-index: 1;
  width: 100px;
  height: 100px;
}

.video-box::before {
  content: "";
  position: absolute;
  padding: 40px;
  background-image: url(../images/video-back.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  bottom: -45px;
  right: 0;
  z-index: 0;
  width: 300px;
  height: 300px;
}

.contact-section h5 {
  color: #000;
  font-weight: 700;
  font-size: 18px;
  margin-top: 30px;
}

.contact-list {
  margin-top: 30px;
}

.contact-list li span {
  color: #000;
  font-weight: 700;
  font-size: 18px;
}

.contact-list li {
  color: #000;
  font-weight: 400;
  font-size: 18px;
}

.contact-form {
  margin-top: 40px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid #98969c;
  border-radius: 3px;
  padding: 15px 0 15px 15px;
  margin-bottom: 10px;
}

.spinner-border {
  width: 1.5rem;
  margin-right: 10px;
  height: 1.5rem;
}

.contact-form input[type="submit"] {
  background-color: #dd7373;
  color: #fff;
  padding: 10px 40px;
  width: auto;
  font-weight: 700;
  border-color: #dd7373;
}

.footer {
  background-color: #f9f9f9;
  border-top: 1px solid #dbdbdb;
  padding: 50px 0 0 0;
}

.social-footer {
  display: flex;
  align-items: center;
}

.social-footer li a {
  padding: 0px 10px;
}

.social-footer li a:first-child {
  padding-left: 0px;
}

.social-footer li a img {
  width: 20px;
}

#loader {
  background-color: #fff;
  width: 100%;
  height: 100vh;
  z-index: 1111111111;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

#loader img {
  animation: spin 1s linear infinite;
  margin: 0 auto;
  display: block;
  width: 200px;
}

@keyframes heartbeat {
  0% {
    transform: scale(0.75);
  }

  20% {
    transform: scale(1);
  }

  40% {
    transform: scale(0.75);
  }

  60% {
    transform: scale(1);
  }

  80% {
    transform: scale(0.75);
  }

  100% {
    transform: scale(0.75);
  }
}

.footer-contact li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}

.footer-contact li span img {
  width: 20px;
  margin-right: 10px;
}

.footer-contact li a {
  color: #000;
}

.copyright {
  display: flex;
  align-items: center;
  flex-direction: row;
}

.copyright img {
  width: 80px;
  margin-right: 20px;
}

.copyright p {
  margin-bottom: 0;
}

.footer .navbar-nav {
  display: table;
  margin-top: 25px;
}

.footer .navbar-nav li {
  display: table-cell;
  padding: 0 30px;
}

.footer .navbar-nav a.nav-link {
  color: #141718;
  font-weight: 500;
}

.navbar-brand img {
  width: 100px;
  transition: 0.5s;
}

.blog-header {
  padding: 150px 0 0 0;
}

.blog-content {
  padding: 100px 0;
}

.insta-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.post-module {
  margin-bottom: 2rem;
  position: relative;
  transition: 0.5s;
  z-index: 1;
  display: block;
  background: #fff;
  min-height: 400px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

#post-content p img {
  width: 100% !important;
  height: auto !important;
}

.instagram-shape {
  width: 300px;
  height: 300px;
  position: relative;
  margin: 0 auto;
  transform: rotate(-23deg);
  border-radius: 25% 50% 50% 50%;
  overflow: hidden;
  border: 1px solid #dbdbdb;
}

.frame {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.post-module:hover {
  background-color: #f6d0d4;
}

.instagram-section {
  padding: 100px 0 50px 0;
}

.instagram-section .swiper-slide a {
  height: 400px;
  width: 400px;
  position: relative;
  min-width: 400px;
  display: block;
}

.instagram-section .swiper-slide a img {
  object-fit: cover;
  height: 100%;
}

.post-module .thumbnail {
  background: #000;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  max-height: 14rem;
}

.thankyou-section {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.post-module .thumbnail img {
  display: block;
  width: 120%;
}

.post-module .post-content {
  background: #fff;
  width: 100%;
  padding: 30px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  transition: 0.5s;
}

.post-module:hover .post-content {
  background-color: #f6d0d4;
  transition: 0.5s;
}

.post-content .title {
  color: #000;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 700;
}

.post-content .date {
  color: #999;
  font-size: 15px;
}

.featured-image {
  background-image: url("../images/blog-post.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 500px;
  border-radius: 10px;
}

.single-post-header {
  padding: 100px 0px;
}

.post-product-box {
  background-color: #fff;
  padding: 40px;
  left: 0px;
  top: 100px;
  position: sticky;
  border-radius: 40px;
  box-shadow: 0 10px 40px 0 rgba(47, 47, 47, 0.1);
}

.post-product {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.post-product div h5 {
  color: #424770;
  font-weight: 800;
  font-size: 20px;
}

.post-product div span {
  margin: 0px;
background-color: #dd7373;
color: #fff;
font-weight: 600;
padding: 5px 5px 3px 5px;
border-radius: 3px;
font-size: 15px;
}

.post-product img {
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
  width: 100px;
  height: 100px;
  border-radius: 40px;
  margin-right: 20px;
}

.single-post-content {
  padding: 100px 0 100px 0px;
}

.single-post-content ul {
  padding-left: 20px;
}

.single-post-content ul li {
  list-style-type: disc;
}

.single-post-content .date {
  color: #999;
  margin-top: 30px;
  font-size: 15px;
}

.single-post-content p {
  text-align: justify;
  color: #777;
  font-size: 15px;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  line-height: 30px;
}

.single-post-content h1 {
  color: #424770;
  font-size: 46px;
  margin-bottom: 30px;
  font-weight: 800;
}

.single-post-content h3 {
  font-weight: 700;
}

.date i {
  color: #141718;
  margin-right: 10px;
}

.related-posts {
  padding: 100px 0;
  border-top: 1px solid #dbdbdb;
}

.related-posts .post-module {
  border: 1px solid #dbdbdb;
  border-radius: 10px;
}

.fixed-header {
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 111111;
  border-bottom: 1px solid #dbdbdb;
}

.fixed-header .navbar-brand img {
  width: 60px;
  transition: 0.5s;
}

.navbar p {
  margin-bottom: 0;
}

.navbar p a {
  color: #141718;
  transition: 0.5s;
}

.navbar p a:hover {
  color: #dd7373;
  transition: 0.5s;
}

.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
}

.slider-box {
  position: relative;
}

.slider-shape {
  position: absolute;
  bottom: -50px;
  right: 0;
  width: 400px;
}

.slider-front-shape {
  position: absolute;
  top: 0;
  left: 50px;
  width: auto;
}

.navbar-collapse p {
  display: none;
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.6s;
  transition-property: opacity;
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}

.img-box {
  position: relative;
}

@media (min-width: 1440px) {
  #waffleimgmain {
    top: 250px;
  }

  #waffleimgcircle {
    top: -300px;
  }

  #waffleimgunder {
    top: 0px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .products-section img {
    display: none;
  }

  .navbar-brand {
    margin-right: 50px;
  }

  .video-box video {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .video-box video {
    width: 100%;
  }

  .products-section img {
    display: none;
  }

  .navbar-brand img {
    width: 40px;
  }

  .header-section {
    padding: 115px 0;
  }

  .about-section h2,
  .blog-header h2,
  .contact-section h2,
  .features-section h2,
  .header-section h1,
  .products-section h2,
  .related-posts h2 {
    font-size: 35px;
  }

  .slider-box {
    width: 300px;
    margin: 0 auto;
  }

  .social {
    display: none;
  }

  .header-section p {
    margin-bottom: 20px !important;
  }

  .features-section {
    padding: 0 0 200px 0;
  }

  .slider-front-shape {
    width: 70px;
  }

  .slider-shape {
    width: 230px;
    bottom: -40px;
  }

  .contact-section p,
  .features-section p,
  .header-section p {
    margin-bottom: 0;
  }

  .features-section h2 {
    margin-top: 50px;
  }

  .feature-box h5 {
    font-size: 12px;
  }

  .inner-features {
    margin-top: 30px;
  }

  .ui-tab a {
    font-size: 10px;
    padding: 5px 10px;
  }

  .tab-control li {
    padding: 0;
  }

  .tab-control {
    margin: 30px auto 30px auto;
  }

  .product-name {
    font-size: 18px;
  }

  .product-desc {
    font-size: 9px;
  }

  .contact-section,
  .cta-section,
  .products-section {
    padding: 50px 0;
  }

  .product-shape {
    width: 70px;
  }

  .product {
    padding: 0;
  }

  .product .product-img {
    height: 100px;
    margin-bottom: 0;
  }

  .cta-section p {
    font-size: 15px;
  }

  .cta-section a {
    padding: 10px 20px;
  }

  .cta-section h2 {
    font-size: 30px;
  }

  .copyright img {
    width: 50px;
  }

  .shape {
    width: 500px;
  }

  .copyright p {
    font-size: 12px;
    text-align: center;
  }

  .footer .navbar-nav li {
    padding: 0 10px;
  }

  .fixed-header .navbar-brand img {
    width: 40px;
  }

  .about-img {
    width: 250px;
    margin: -100px auto 30px auto !important;
    display: block;
  }

  .about-section p {
    font-size: 12px;
  }

  .about-section {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    padding: 50px 0;
  }

  .blog-header {
    padding: 100px 0 50px 0;
  }

  .blog-content {
    padding: 0;
  }

  .post-module {
    margin-bottom: 30px;
    height: 350px;
    min-height: auto;
  }

  .post-content .title {
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .post-content .description {
    font-size: 12px;
  }

  .footer .navbar-nav a.nav-link,
  .single-post-content p {
    font-size: 12px;
  }

  .footer .navbar-nav {
    margin: 0 auto 0 auto;
  }

  .single-post-content {
    padding: 100px 0;
  }

  .featured-image {
    height: 200px;
  }

  .single-post-content h1 {
    font-size: 20px;
    margin-bottom: 35px;
  }

  .single-post-content h3 {
    font-size: 20px;
  }

  .related-posts h2 {
    text-align: left;
  }

  .products-section {
    padding: 100px 0 0 0;
  }

  .navbar-brand {
    margin-right: 50px;
  }
}

@media (min-width: 481px) and (max-width: 780px) {
  .authentication-bg {
    display: none;
  }

  .authentication {
    padding: 150px 0px 50px 0px;
  }

  .back-btn {
    margin-bottom: 20px;
  }

  .authentication .auth-content {
    margin: 0px 50px;
  }

  #waffleimgcircle,
  #waffleimgmain,
  #waffleimgunder {
    position: relative;
  }

  .card {
    margin-bottom: 30px;
  }

  .card__picture {
    height: 15rem;
  }

  .product-detail-image-box {
    height: 300px;
  }

  .inner-header-section h1 {
    font-size: 40px;
  }

  .inner-header-section {
    padding: 120px 0 0 0;
  }

  .product-card {
    margin-bottom: 20px;
  }

  .video-box video {
    width: 100%;
  }

  .navbar-brand {
    margin-right: 50px;
  }

  .products-section img {
    display: none;
  }

  .products-section {
    padding: 100px 0 0 0 !important;
  }

  .product-item {
    width: 300px;
    margin: 20px auto !important;
  }

  .navbar-collapse ul.ml-auto {
    /*margin-left: 0 !important;*/
  }

  .navbar-collapse ul.ml-auto li {
    text-align: center !important;
  }

  .navbar-brand img {
    width: 40px;
  }

  .navbar p {
    display: none;
  }

  .navbar-collapse p {
    display: block !important;
    text-align: center;
  }

  .header-section {
    padding: 115px 0;
  }

  .header-section h1 {
    margin-top: 20px;
    font-size: 35px;
    text-align: center;
  }

  .about-section h2,
  .blog-header h2,
  .contact-section h2,
  .features-section h2,
  .products-section h2,
  .related-posts h2 {
    font-size: 35px;
    text-align: center;
  }

  .slider-box {
    width: 300px;
    margin: 0 auto;
  }

  .social {
    display: none;
  }

  .header-section p {
    text-align: center;
    margin-bottom: 20px !important;
  }

  .scroll-btn {
    margin: 0 auto 40px auto;
    display: table;
  }

  .features-section {
    padding: 0 0 200px 0;
  }

  .slider-front-shape {
    width: 70px;
  }

  .slider-shape {
    width: 230px;
    bottom: -40px;
  }

  .contact-section p,
  .features-section p,
  .header-section p {
    margin-bottom: 0;
  }

  .features-section h2 {
    margin-top: 50px;
  }

  .about-section p,
  .features-section p {
    text-align: center;
  }

  .inner-features {
    margin-top: 30px;
  }

  .ui-tab a {
    font-size: 10px;
    padding: 5px 10px;
  }

  .tab-control li {
    padding: 0;
  }

  .tab-control {
    margin: 30px auto 30px auto;
  }

  .product-name {
    font-size: 18px;
  }

  .product-desc {
    font-size: 9px;
  }

  .contact-section,
  .cta-section,
  .products-section {
    padding: 50px 0;
  }

  .product-shape {
    width: 70px;
  }

  .product {
    padding: 0;
  }

  .product .product-img {
    height: 70px;
    margin-bottom: 0;
  }

  .cta-section p {
    font-size: 15px;
  }

  .cta-section a {
    padding: 10px 20px;
  }

  .cta-section h2 {
    font-size: 30px;
  }

  .contact-section {
    text-align: center;
  }

  .copyright {
    flex-direction: column;
  }

  .copyright img {
    margin: 0 auto 10px auto;
  }

  .copyright p {
    font-size: 12px;
    text-align: center;
  }

  .footer .navbar-nav li {
    padding: 0 10px;
  }

  .fixed-header .navbar-brand img {
    width: 40px;
  }

  .about-img {
    width: 200px;
    margin: -200px auto 30px auto;
    display: block;
  }

  .about-section {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    padding: 50px 0;
  }

  .blog-header {
    padding: 100px 0 50px 0;
  }

  .blog-content {
    padding: 0;
  }

  .post-module {
    margin-bottom: 30px;
    height: 350px;
    min-height: auto;
  }

  .post-content .title {
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .post-content .description {
    font-size: 12px;
  }

  .footer .navbar-nav a.nav-link,
  .single-post-content p {
    font-size: 12px;
  }

  .footer .navbar-nav {
    margin: 0 auto 0 auto;
  }

  .single-post-content {
    padding: 100px 0;
  }

  .featured-image {
    height: 200px;
  }

  .single-post-content h1 {
    font-size: 20px;
    margin-bottom: 35px;
  }

  .single-post-content h3 {
    font-size: 20px;
  }

  .related-posts h2 {
    text-align: left;
  }

  .navbar-collapse {
    background-color: #fff;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}

@media (max-width: 320px) {
  .navigation__link {
    font-size: 2rem !important;
  }
}

@media (min-width: 320px) and (max-width: 480px) {

  #waffleimgcircle,
  #waffleimgmain,
  #waffleimgunder {
    position: relative;
  }

  .card {
    margin-bottom: 20px;
  }

  .card__picture {
    height: 12rem;
  }

  .product-detail-image-box {
    height: 300px;
  }

  .inner-header-section h1 {
    font-size: 40px;
  }

  .inner-header-section {
    padding: 120px 0 0 0;
  }

  .product-card {
    margin-bottom: 20px;
  }

  .video-box video {
    width: 100%;
  }

  .product-item {
    width: 250px;
    margin: 20px auto !important;
  }

  .products-section img {
    display: none;
  }


  .navbar-collapse ul.ml-auto li {
    text-align: center !important;
  }

  .navbar-brand img {
    width: 40px;
  }

  .navbar p {
    display: none;
  }

  .navbar-collapse p {
    display: none !important;
    text-align: center;
    font-size: 10px;
    border: 1px solid #dd7373;
    padding: 10px;
  }

  .header-section {
    padding: 115px 0;
  }

  .about-section h2,
  .blog-header h2,
  .contact-section h2,
  .features-section h2,
  .header-section h1,
  .products-section h2,
  .related-posts h2 {
    font-size: 30px;
    text-align: center;
  }

  .social {
    display: none;
  }

  .header-section p {
    text-align: center;
    margin-bottom: 20px !important;
  }

  .scroll-btn {
    margin: 0 auto 40px auto;
    display: table;
  }

  .features-section {
    padding: 0;
  }

  .slider-front-shape {
    width: 70px;
  }

  .slider-shape {
    width: 230px;
    bottom: -40px;
  }

  .contact-section p,
  .features-section p,
  .header-section p {
    margin-bottom: 0;
  }

  .features-section h2 {
    margin-top: 50px;
  }

  .about-section p,
  .features-section p {
    text-align: center;
  }

  .inner-features {
    margin-top: 30px;
  }

  .ui-tab a {
    font-size: 10px;
    padding: 5px 10px;
  }

  .tab-control li {
    padding: 0;
  }

  .tab-control {
    margin: 30px auto 30px auto;
  }

  .product-name {
    font-size: 18px;
  }

  .product-desc {
    font-size: 9px;
  }

  .instagram-section h2 {
    font-size: 30px;
  }

  .products-section {
    padding: 0 0 200px 0;
  }

  .contact-section,
  .cta-section {
    padding: 50px 0;
  }

  .product-shape {
    width: 70px;
  }

  .product {
    padding: 0;
  }

  .product .product-img {
    height: 70px;
    margin-bottom: 0;
  }

  .cta-section p {
    font-size: 15px;
  }

  .cta-section a {
    padding: 10px 20px;
  }

  .cta-section h2 {
    font-size: 30px;
  }

  .contact-section {
    text-align: center;
  }

  .copyright {
    flex-direction: column;
  }

  .copyright img {
    margin: 0 auto 10px auto;
  }

  .copyright p {
    font-size: 12px;
    text-align: center;
  }

  .footer .navbar-nav li {
    padding: 0 10px;
  }

  .fixed-header .navbar-brand img {
    width: 40px;
  }

  .about-img {
    width: 200px;
    margin: -200px auto 30px auto;
    display: block;
  }

  .about-section {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    padding: 50px 0;
  }

  .blog-header {
    padding: 100px 0 0 0;
  }

  .blog-content {
    padding: 0;
  }

  .post-module {
    margin-bottom: 30px;
    height: 350px;
    min-height: auto;
  }

  .post-content .title {
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .post-content .description {
    font-size: 12px;
  }

  .footer .navbar-nav a.nav-link,
  .single-post-content p {
    font-size: 12px;
  }

  .footer .navbar-nav {
    margin: 0 auto 0 auto;
  }

  .single-post-content {
    padding: 100px 0;
  }

  .featured-image {
    height: 200px;
  }

  .single-post-content h1 {
    font-size: 20px;
    margin-bottom: 35px;
  }

  .single-post-content h3 {
    font-size: 20px;
  }

  .related-posts h2 {
    text-align: left;
  }

  .navbar-collapse {
    background-color: #fff;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}

#lp1section h1 {
  font-size: 45px !important;
}

#lp1section p {
  font-size: 20px !important;
}

/* Tea Catering Page */

#makesec {
  background-image: url(../../lp/bg-s.png);
  background-repeat: no-repeat;
  background-position: left;
}

#make {
  position: relative;
  z-index: 9;
}

#make::before {
  content: "";
  width: 4rem;
  height: 4rem;
  display: inherit;
  background-size: 55px;
  background-image: url(../../lp/before.png);
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
  left: -16px;
  top: -7px;
}

.event-box {
  background: #ffffff;
  border: 1px solid #fcf0f2;
  box-sizing: border-box;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 16px;
  padding-bottom: 1rem !important;
  margin-bottom: 2rem;
  min-height: 27.5rem;
  position: relative;
}

.event-box a {
  color: #fff;
  padding: 5px 25px;
  font-size: 14px;
  margin: 20px auto 0 auto;
  font-weight: 500;
  border: 1px solid #dd7373;
  border-radius: 32px;
  background-color: #dd7373;
  position: absolute;
  bottom: 0.5rem;
}

#lpul li {
  margin-bottom: 1rem;
}

#lpul li {
  padding-left: 35px;
}

#lpul li::before {
  content: "";
  background-image: url(../../lp/liback.png);
  background-repeat: no-repeat;
  width: 2rem;
  height: 2rem;
  background-size: cover;
  margin-right: 1rem;
  display: inline-block;
  position: absolute;
  left: 10px;
}

.bubble-box {
  border-radius: 32px;
  height: 30rem;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bubble-layer {
  position: relative;
  height: inherit;
  width: inherit;
  background-color: rgba(183, 179, 180, 0.6);
  padding: 33% 5%;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}

.bubble-layer:hover {
  background-color: rgba(183, 179, 180, 0.4);
}

.bubble-layer a {
  background: #ffffff;
  border-radius: 32px;
  text-decoration: none;
  color: #000;
  font-weight: 450;
  padding: 5px 15px;
  font-size: 1.2rem;
  display: block;
  margin: auto;
  text-align: center;
  width: 9rem;
  position: absolute;
  bottom: 7rem;
  left: 0;
  right: 0;
  margin: auto;
}

.bg-pink {
  background: #fdd9e0 !important;
}

.bubble-layer h3 {
  font-weight: 800 !important;
  position: absolute;
  max-width: 90%;
  left: 0;
  right: 0;
  margin: auto;
  top: 6rem;
}

.bubble-layer p {
  position: absolute;
  bottom: 12rem;
  max-width: 90%;
}

#waffleimgmain {
  position: absolute;
  top: 300px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}

#waffleimgcircle {
  position: absolute;
  top: -100px;
  left: 58px;
  z-index: 2;
}

#waffleimgunder {
  position: absolute;
  z-index: 0;
  right: 0px;
  top: 0px;
}

#bubbleimgmain {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}

#bubbleimgcircle {
  position: absolute;
  top: -210px;
  left: 58px;
  z-index: 2;
}

#bubbleimgunder {
  position: absolute;
  z-index: 0;
  right: 20px;
  top: -170px;
}

.category-box {
  border: 1px solid #d4dbe0;
  background-color: #fff;
  padding: 20px;
  border-radius: 4px;
  position: sticky;
  top: 100px;
  left: 0px;
}

#bubbleimgtop {
  position: absolute;
  z-index: 4;
  left: -50px;
  top: -250px;
}

#bubbleimgundergray {
  position: absolute;
  bottom: -350px;
  right: -100px;
}

.mobile-order-btn {
  display: none;
}

.back-link img {
  width: 10px;
  margin-right: 5px;
}

.back-link {
  font-weight: 600;
  color: #dd7373;
}

.back-link:hover {
  color: #dd7373;
}

@media screen and (max-width: 992px) {
  .single-post-content-fimg img {
    height: 200px;
  }

  .authentication .auth-content {
    margin: 0px;
    padding: 40px;
  }

  .authentication form {
    width: 100%;
  }

  .back-btn {
    margin-bottom: 40px;
  }

  .divide {
    width: 100%;
  }

  .navbar-collapse {
    background-color: #fff;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .cart-btn {
    margin-left: 0px;
    width: 100%;

  }

  .order-cta-section {
    text-align: center;
  }

  .authentication-bg {
    display: none;
  }

  .order-cta-section .animation {
    width: 300px;
    margin: 0 auto;
  }

  .product-card .card-title {
    font-size: 15px;
  }

  .product-card .card-body {
    padding: 100px 30px 0px 30px;
  }

  .product-image-box {
    height: 150px;
  }

  .category-box {
    margin-bottom: 20px;
  }

  .order-items {
    margin-bottom: 20px;
  }


  .mobile-order-btn {
    display: block;
  }

  .order-box {
    padding: 25px;
    margin: 10px;
  }

  .section {
    padding: 50px 0px;
  }

  .order-box img {
    width: 50px;
  }

  .order-box p {
    font-weight: 700;
  }

  .mobile-navigation {
    display: block;
  }

  .desktop-navigation {
    display: none;
  }

  #summary {
    position: relative;
    width: 100%;
  }

  #checkout {
    margin: 0px;
    width: 100%;
    padding: 20px 10px 30px;
  }

  #summary .line-item .image {
    display: none;
  }

  #summary .line-item,
  #summary .line-item-t {
    padding: 10px 30px 0 30px;
  }

  #summary h1 {
    line-height: normal;
    margin: 30px 30px 0px 30px;
  }

  #checkout-box {
    padding: 0px;
  }

  #checkout h1.instruction {
    font-size: 30px;
  }

  #main {
    width: 100% !important;
    height: auto;
  }

  #bubbleimgmain {
    position: static;
  }

  #bubbleimgcircle {
    display: none;
  }

  #bubbleimgtop {
    display: none;
  }

  #bubbleimgunder {
    display: none;
  }

  #bubbleimgundergray {
    display: none;
  }
}

.image-box {
  min-width: 100%;
  min-height: 212px;
  max-width: 146px;
  max-height: 212px;
  border-radius: 10px;
  position: relative;
}

.image-box img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  position: absolute;
}

.title-box {
  background-image: url("../images/title-bg.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding: 50px;
  margin-top: -100px;
  position: relative;
  z-index: 3;
}

.top-box img {
  z-index: 0;
  width: 300px;
}

@media screen and (max-width: 350px) {
  .nav-link {
    display: block;
    padding: .5rem 3px;
  }
}