body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Open Sans', 'Playfair Display', 'Karla', 'Lora', sans-serif !important;
  background: rgb(248 239 228 / 45%) !important;
  background-color: #FCF8F3 !important;
  overflow-x: hidden;
}

body a {
  text-decoration: none;
}

body a:hover {
  text-decoration: none;
}

body li {
  list-style: none;
}

::-moz-selection {
  background: #5b368c;
  color: #fff;
}

::selection {
  background: #5b368c;
  color: #fff;
}

::-webkit-scrollbar {
  background: inherit;
}

section {
  margin: 70px 0;
}

::-webkit-scrollbar-thumb {
  background: #cdcdcd;
}

.branchwraper .active h2 {
  color: #899ea6;
}


/* Header */


/* -topbar */

.topbar {
  background: rgba(91, 54, 140, 0.75);
  padding: 8px 0;
  height: 55px;
}

.Dflexstart img {
  cursor: pointer;
}

.phone {
  margin-right: 10px;
  margin-top: -5px;
}

.whatsapp {
  margin-right: 10px
}

.twit {
  margin-left: 30px;
  margin-right: 30px;
}

.phonenumber a {
  margin-left: 20px;
  color: #e5dfeb !important;
  font-family: Open Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}

.dflex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* opacity: 0.8; */
}

.Dflexstart {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.dflexend {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #ffffff !important;
  text-decoration: none;
  border-radius: 4px;
  background-color: #8264a2 !important;
}

.topborder:after {
  background-image: url(../images/topbar/dash.png);
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  top: 45px;
}

.opacity-75 {
  opacity: 0.75;
}

.dflexend img {
  transition: transform .7s ease-in-out;
  opacity: 0.75;
}

.dflexend img:hover {
  transform: rotate(360deg);
}


/* Contact box */

.pop_up {
  position: absolute;
  padding: 10px;
  width: 210px;
  border-radius: 10px;
  top: 0px;
  left: auto;
  background: #ffffff;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .5s, visibility 0s linear .5s;
  transition: opacity .5s, visibility 0s linear .5s;
  transition-delay: 0s, 0.5s;
  z-index: 1000;
  box-shadow: 0px 2px 10px 0px #6c6c6c;
}

.pop_up:target {
  visibility: visible;
  opacity: 1;
  /* Cancel visibility transition delay */
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.popup-close {
  position: absolute;
  padding: 10px;
  width: 500px;
  border-radius: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, .9);
}

.pop_up .close {
  position: absolute;
  right: 5px;
  top: 5px;
  padding: 5px;
  color: #5c7982;
  transition: color .3s;
  font-size: 20px;
  font-weight: 500;
}

.pop_up .close:hover {
  color: #8366a5;
}

.close-popup {
  background: transparent;
  cursor: default;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 100;
  visibility: hidden;
  /* "delay" the visibility transition */
  -webkit-transition: opacity .5s, visibility 0s linear .5s;
  transition: opacity .5s, visibility 0s linear .5s;
}

.pop_up:target+.close-popup {
  opacity: 0;
  visibility: visible;
  /* cancel visibility transition delay */
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.contactbox ul {
  padding-left: 0;
  margin-bottom: 0px;
}

.contactbox ul li a {
  color: #3E606B;
  line-height: 2;
  font-size: 15px;
  font-family: Open Sans;
  font-weight: 400;
  margin-left: 10px;
}

#contactbox-wraper img {
  cursor: pointer;
}


/* End contact box */


/* Navbar */

.navsection {
  /* background: rgb(248 239 228 / 45%); */
  background: #FCF8F3;
  position: relative;
}

.navborder {
  background: #e6e6e6;
}

.navborder img {
  margin-top: -12px;
}

.bg-light {
  background: rgb(248 239 228 / 0%) !important;
}

.navbar-light .navbar-toggler {
  border: none;
}

.navbar-toggler {
  padding: 0;
}

.navbar {
  padding: .5rem 0rem;
}

.navbar-light .navbar-nav .nav-link {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Open Sans;
  color: #3E606B !important;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
  color: #5B368C !important;
}

.nav-item img {
  cursor: pointer;
}

.cartcount {
  background: #FF6A7E;
  width: 14px;
  height: 14px;
  text-align: center;
  font-size: 10px;
  font-family: Karla;
  font-weight: 400;
  line-height: 14px;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  right: 6px;
}


/* Hamburger menu */

.ham {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.hamRotate.active {
  transform: rotate(45deg);
}

.hamRotate180.active {
  transform: rotate(180deg);
}

.line {
  fill: none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: #5b368c;
  stroke-width: 4px;
  stroke-linecap: round;
}

.ham3 .top {
  stroke-dasharray: 40 130;
}

.ham3 .middle {
  stroke-dasharray: 40 140;
}

.ham3 .bottom {
  stroke-dasharray: 40 205;
}

.ham3.active .top {
  stroke-dasharray: 75 130;
  stroke-dashoffset: -63px;
}

.ham3.active .middle {
  stroke-dashoffset: -102px;
}

.ham3.active .bottom {
  stroke-dasharray: 110 205;
  stroke-dashoffset: -86px;
}


/* cartcount bounce */

.cartbtn span {
  margin-left: 10px;
}

.cartbutton span {
  margin-left: 10px;
}

@-webkit-keyframes swing {
  15% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }

  30% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  50% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }

  65% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }

  80% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes swing {
  15% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }

  30% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  50% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }

  65% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }

  80% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.cart-swing:hover .swing {
  -webkit-animation: swing 1s ease;
  animation: swing 1s ease;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.cart-swing:hover .cartcount {
  background: #5B368C;
}

.dropdown-item {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  font-family: Open Sans;
  color: #3E606B;
}

.dropdown-menu {
  background-color: rgb(248 239 228 / 100%) !important;
  box-shadow: #00000029 0px 3px 15px;
  border: none !important;
  border-radius: 10px !important;
}


/* .dropdown-menu:after {
    content: '';
    background-image: url(../../assets/images/navbar/nav-border.png);
    position: absolute;
    top: 106px;
    left: 0;
    right: 0;
    width: 100%;
    height: 14px;
    z-index: 100;
} */

.dropdown-item:focus,
.dropdown-item:hover {
  color: #ffffff !important;
  text-decoration: none;
  border-radius: 4px;
  background-color: #8264a2 !important;
}

.dropdown-toggle::after {
  content: unset;
}

.navborder:after {
  content: '';
  background-image: url(../../assets/images/navbar/nav-border.png);
  position: absolute;
  left: 0;
  right: 0;
  width: 99.99%;
  height: 14px;
  z-index: 100;
  bottom: -8px;
}

.subborder:after {
  top: 122px !important;
}


/* Search modal */

.search__close {
  opacity: 1;
}

.modal-open .modal {
  opacity: 98%;
  background: #FCF8F3;
}

.icon-apple {
  position: absolute;
  left: 30%;
  top: 15%;
}

.icon-cake {
  position: absolute;
  left: 13%;
  bottom: 5%;
}

.icon-muffin {
  position: absolute;
  right: 10%;
  top: 15%;
}

.modal-content {
  border: none !important;
  background: transparent;
}

.modal-header {
  border: 0;
}

.searchform {
  width: 100%;
  border: 0px;
  padding: 12px;
  padding-left: 70px;
  background: #ffff;
  font-size: 16px;
  font-family: Open Sans;
  font-weight: 400;
  line-height: 28px;
  color: #4B4B4B;
  outline: none;
  border-radius: 10px;
  margin-top: 0px;
}

.modal-body span {
  position: absolute;
  bottom: 17px;
  right: 20px;
}

.searchDropdown {
  position: absolute !important;
  bottom: 1px;
}

#searchmodal .modal-header {
  border: 0;
  position: absolute;
  top: -60px;
  right: 0;
  border-bottom: 0 !important;
}

#searchmodal .modal-body {
  padding: 0px;
}

.searchDropdown .btn-secondary {
  width: 67px;
  height: 54px;
  background: #F0E5FF !important;
  border-radius: 7px;
  color: #5B368C !important;
  font-size: 16px;
  font-family: Open Sans;
  font-weight: 400;
  border: none;
  position: absolute;
  bottom: -2px;
  outline: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.searchDropdown .btn-secondary:focus {
  box-shadow: none;
}

.searchmenuitemsmain {
  background: #fff !important;
  border-radius: 5px !important;
  box-shadow: 0px 3px 6px rgb(0 0 0 / 16%) !important;
  margin-top: -10px !important;
  margin-left: 10px !important;
  padding: 15px 5px;
}

.searchmenuitems .dropdown-item {
  color: #4B4B4B;
  font-size: 16px;
  line-height: 28px;
  font-family: Open Sans !important;
  font-weight: 400;
  text-align: left;
}

.searchmenuitems .dropdown-item:hover {
  background: #F0E5FF;
  border-radius: 0px;
  color: #5B368C;
  border-radius: 5px;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
  background: #F0E5FF;
  color: #5B368C;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
  box-shadow: none !important;
}


/* Home slider */

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


/* .bannerslider .swiper-button-prev:after,
.swiper-button-prev:after {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
} */

.swiper-slide {
  /* 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-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bannerslider .swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 120px;
  color: #fff;
  right: auto;
  z-index: 99;
}

.bannerslider .swiper-button-prev:after {
  font-size: 30px;
}

.bannerslider .swiper-button-next:after {
  font-size: 30px;
}

.testimonialssection .swiper-button-prev:after {
  font-size: 30px;
}

.testimonialssection .swiper-button-next:after {
  font-size: 30px;
}

.bannerslider .swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 120px;
  color: #fff;
  left: auto;
  z-index: 99;
}

.bannerslider {
  margin-top: -5px;
}


/* cakeoption section */

.cakesection .special:after {
  background: #D69E76;
  content: '';
  width: 93px;
  height: 93px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  border-radius: 10px;
  margin: auto;
}

.cus-img {
  height: 44px !important;
}

.cakesection .swiper-slide img {
  /* width: inherit;
  height: inherit; */
}

.cakesection .category-slider .swiper-wrapper {
  justify-content: center;
}

.cakesection .category-slider .swiper-wrapper .swiper-slide:nth-child(1) .special:after {
  background: #F195B2;
}

.cakesection .category-slider .swiper-wrapper .swiper-slide:nth-child(2) .special:after {
  background: #94C9D9;
}

.cakesection .category-slider .swiper-wrapper .swiper-slide:nth-child(3) .special:after {
  background: #F2B544;
}

.cakesection .category-slider .swiper-wrapper .swiper-slide:nth-child(4) .special:after {
  background: #D69E76;
}

.cakesection .category-slider .swiper-wrapper .swiper-slide:nth-child(5) .special:after {
  background: #ACCE7B;
}

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

/* .cakesection .swiper-slide {
    margin: 0 !important;
} */

.category-slider {
  max-width: 841px;
  margin: auto;
  text-align: center;
}

.category-slider img {
  /* max-width: 73px;
  background: transparent;
  max-height: 70px;
  min-height: 70px;
  margin: auto;
  margin-bottom: 12px; */
  height: auto;
  width: auto;
}


/* .category-slider .swiper-button-next,
.swiper-button-prev {
    box-shadow: 0 2px 14px 0px rgb(0 0 0 / 10%);
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    top: 52%;
    transform: translate(0%, -48%);
}

.category-slider .swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 14px;
    font-weight: 900;
    color: #ff0018;
} */

.text-light-black {
  font-size: 18px;
  color: #232323;
  font-family: Open Sans;
  font-weight: 400;
  line-height: 24px;
  margin-top: 20px;
}

.category-slider img {
  transition: 0.3s;
}

.category-slider .iconanimation:hover img {
  transform: scale(1.1);
}

.swiper-slide:hover .text-light-black {
  color: #5b368c;
}


/* Discover our Products section */

.productmainsection {
  margin-top: 35px;
  margin-bottom: 45px;
}

.productmainsection .category-slider .swiper-wrapper .swiper-slide:nth-child(1) .special:after {
  background: #AFD9CD;
}

.productmainsection .category-slider .swiper-wrapper .swiper-slide:nth-child(2) .special:after {
  background: #F195B2;
}

.productmainsection .category-slider .swiper-wrapper .swiper-slide:nth-child(3) .special:after {
  background: #94C9D9;
}

.productmainsection .category-slider .swiper-wrapper .swiper-slide:nth-child(4) .special:after {
  background: #F2B544;
}

.productmainsection .category-slider .swiper-wrapper .swiper-slide:nth-child(5) .special:after {
  background: #D69E76;
}

.productmainsection .category-slider .swiper-wrapper .swiper-slide:nth-child(6) .special:after {
  background: #AFD9CD;
}

.sectiontitle h1 {
  text-align: center;
  color: #3E606B;
  font-family: Playfair Display;
  font-weight: 700;
  line-height: 50px;
  font-size: 45px;
  margin: auto;
}

.subtitle h3 {
  text-align: center;
  color: #4B4B4B;
  font-family: Lora;
  font-weight: 400;
  line-height: 50px;
  font-size: 20px;
  margin-bottom: 30px;
}


/* .sectiontitle h1:after {
    width: 100px;
    height: 2px;
    content: '';
    position: absolute;
    background: red;
    bottom: 50px;
} */

.cakecard {
  border-radius: 10px;
  box-shadow: #00000014 0px 5px 30px;
  margin-bottom: 30px;
  height: max-content;
  min-height: 370px;
  padding-bottom: 15px;
  background: #fff;
}

.cakecard p {
  cursor: pointer;
  word-break: break-all;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.cakecard p:hover {
  overflow: visible;
  white-space: normal;
}

.cakecard:hover .viewall img {
  transform: none;
  width: 30px;
  height: 21px;
}

.cakecard .viewall img {
  width: 30px;
  height: 21px;
}

.bg1 {
  background: #F9EBD3;
  border-radius: 10px;
  padding: 40px 0;
}

.bg2 {
  background: #FDE5E5;
  border-radius: 10px;
  padding: 40px 0;
}

.bg3 {
  background: #E2F2E7;
  border-radius: 10px;
  padding: 40px 0;
}

.bg4 {
  background: #F0E5FF;
  border-radius: 10px;
  padding: 40px 0;
}

.cakeprice {
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 3;
  padding-top: 20px;
  background: #fff;
  border-radius: 50%;
  margin: auto;
  margin-top: -35px;
}

.cakeprice h3 {
  color: #000000;
  font-size: 22px;
  font-family: Playfair Display;
  font-style: italic;
  line-height: 33px;
  font-weight: 500;
}

.cakecard p {
  color: #000000;
  font-family: Playfair Display;
  font-weight: 400;
  text-align: center;
  font-size: 18px;
  line-height: 32px;
  margin: 15px 10px;
  margin-top: 0;
}

.viewall {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.viewtemp a {
  display: none;
  margin-right: 5px;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
}

.cakecard:hover .viewtemp a {
  display: block;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
}

.viewall a {
  font-family: Open Sans;
  font-size: 16px;
  text-align: center;
  color: #232323;
  line-height: 31px;
  font-weight: 600;
}

.cakecard img {
  transition: 0.3s;
  /* margin-top: 15px; */
}

.cakecard:hover img {
  transform: scale(1.2);
}

.viewall img {
  transform: none;
  margin-top: 0;
}

.viewall:hover img {
  transition: none;
  margin-top: inherit;
}

.exploremorebtn {
  text-align: center;
}

.exploremorebtn button {
  background: #F0E5FF;
  color: #5B368C;
  font-size: 20px;
  width: 236px;
  height: 60px;
  /* border: 1px solid #797979; */
  border: none;
  border-radius: 30px;
  font-family: Open Sans;
  font-weight: 600;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
}

.exploremorebtn button:hover .btncnt {
  margin-right: 4px;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
}

.btnarrow {
  fill: #5B368C;
  stroke: #5B368C;
}

.exploremorebtn button:hover .btnArrow {
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  margin-left: 4px;
}


/* We Make What We Love section  */

.animcard:before {
  content: "";
  position: absolute;
  background: #8366a5;
  border-radius: 49px;
  width: 469px;
  height: 363px;
  top: 0px;
  left: 0px;
  z-index: -1;
}

.animcard:hover .cakemaster {
  margin-left: -5px;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
}

.cakemaster {
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
}

.cake {
  position: absolute;
  left: 25px;
  top: 25px;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
}

.apple {
  position: absolute;
  left: 25px;
  bottom: 130px;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
}

.muffin {
  position: absolute;
  right: 110px;
  top: 30px;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
}

.animcard:hover .cake {
  position: absolute;
  left: -1px;
}

.animcard:hover .apple {
  position: absolute;
  left: -1px;
  margin-left: 15px;
}

.animcard:hover .muffin {
  position: absolute;
  right: -12px;
  margin-right: 100px;
}


/* .animcard:hover .cakemaster {
    transform: scale(1.1);
}

.animcard .cakemaster {
    transition: 0.3s;
    transform: inherit;
} */

.cakemaster {
  position: absolute;
  bottom: 0;
  left: 60px;
}

.animcard {
  position: relative;
  bottom: 0;
  left: 0;
  width: 466px;
  height: 363px;
}

.cakemastertitle h1 {
  text-align: left;
  color: #3E606B;
  font-family: Playfair Display;
  font-weight: 700;
  line-height: 50px;
  font-size: 45px;
  margin: 0px;
  margin-top: 20px;
  padding-bottom: 20px;
}

.cakemastercontent p {
  text-align: left;
  color: #4B4B4B;
  font-family: Open Sans;
  font-weight: 400;
  line-height: 24px;
  font-size: 16px;
  padding-top: 20px;
  padding-bottom: 25px;
  margin-bottom: 0;
  /* padding-bottom: 0; */
}

.cakemastercontent {
  padding-left: 80px;
}

.cakemastercontent .admin {
  font-size: 22px;
  color: #4B4B4B;
  font-family: Open Sans;
  font-weight: 400;
  line-height: 23px;
}

.cakemastersubtitle h1 {
  text-align: left;
  color: #3E606B;
  font-family: Playfair Display;
  font-weight: 700;
  line-height: 65px;
  font-size: 45px;
  margin-top: 0px;
  margin-bottom: 35px;
}

.cakemasterpara p {
  text-align: left;
  color: #4B4B4B;
  font-family: Open Sans;
  font-weight: 400;
  line-height: 26px;
  font-size: 16px;
}


/* .cakemasterpara {
    padding: 15px 0;
} */

.aboutusbttn {
  background: #F0E5FF;
  color: #5B368C;
  font-size: 20px;
  width: 212px;
  height: 60px;
  /* border: 1px solid #797979; */
  border: none;
  border-radius: 30px;
  font-family: Open Sans;
  font-weight: 600;
}

button.aboutusbttn.contactus-btn {
  margin-top: 40px;
}

.aboutusbttn:hover {
  color: #5B368C;
  /* border: 1px solid #5B368C; */
}

.aboutusbttn:hover .btnarrow {
  fill: #5B368C;
  stroke: #5B368C;
  margin-right: -5px;
}

.padd-top {
  margin-top: 60px !important;
}


/* Testimonials section */

.testimonialssection h1 {
  font-family: Playfair Display;
  font-size: 75px;
  text-align: center;
  font-weight: 700;
  line-height: 65px;
  color: #FCF8F3;
  margin-bottom: 20px;
  margin-top: 0px;
}

.play {
  display: flex;
  align-items: center;
  justify-content: start;
  text-align: center;
  margin: auto;
  cursor: context-menu;
  width: 300px;
}

.watchcontent {
  margin-top: 25px;
  margin-left: 15px;
}

.testimonialssection .swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 50px;
  color: #fff;
  right: auto;
  z-index: 99;
}

.testimonialssection .swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 50px;
  color: #fff;
  left: auto;
  z-index: 99;
}

.testititle:after {
  content: '';
  position: absolute;
  width: 95px;
  height: 1px;
  margin-left: auto;
  background-color: #e6e6e6;
  transform: translate(-50%, -50%);
  left: 50%;
}

.testimonialtitle p {
  color: #FFFFFF;
  text-align: left;
  font-family: Open Sans;
  font-weight: 400;
  line-height: 24px;
  font-size: 18px;
  padding: 15px 0;
}

.testimonialssection .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  display: inline-block;
  border-radius: 100%;
  background: #dfdfdf;
  opacity: 1;
}

.testimonialssection .swiper-pagination-bullet-active {
  opacity: 1;
  border: 2px solid #FAFAFA;
  background: #5B368C;
}

.testimonialssection .swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 40px;
  width: inherit !important;
}


/* Our Featured Cakes section */

.featuredtitle h1 {
  text-align: left;
  color: #3E606B;
  font-family: Playfair Display;
  font-weight: 700;
  line-height: 65px;
  font-size: 45px;
  margin: auto;
}

.featuredsub h3 {
  font-family: Lora;
  font-size: 20px;
  line-height: 23px;
  font-weight: 400;
  color: #4B4B4B;
  margin-bottom: 35px;
}

.cakenext {
  position: absolute;
  width: 105px;
  bottom: 50px;
  transform: translate(-50%, -50%);
  left: 50%;
}

.cakenext .swiper-button-next:after {
  content: '';
}

.cakenext .swiper-button-next img {
  transform: rotate(270deg);
}

.cakenext .swiper-button-prev:after {
  content: '';
  transform: rotate(20deg);
}

.cakenext .swiper-button-prev img {
  transform: rotate(90deg);
}

.ourfeaturedsection .featuredslider .featuredcake {
  padding-bottom: 75px;
}

.ourfeaturedsection .featuredslider .featuredcake .swiper-wrapper .swiper-slide .cakecard {
  width: 100%;
  /* height: 372px; */
}

.ourfeaturedsection .featuredslider .featuredcake .swiper-wrapper .swiper-slide.swiper-slide img {
  width: inherit;
}


/* Testimonials last section */

.testilastwraper {
  background: #fff;
  padding: 45px 35px;
  border-radius: 10px;
  width: calc(100% - 20%);
  height: auto;
  position: relative;
}

.testimonialLastsection .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #DFDFDF;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: inherit;
}

.testimonialLastsection .swiper-pagination-bullet-active {
  background: #5B368C;
}

.testimonialLastsection .swiper-button-next1:after {
  content: '';
}

.swiper-pagination0_1 {
  position: absolute;
  margin: auto;
  left: 10px !important;
}

.testimonialLastsection .swiper-button-next1 {
  right: inherit;
  left: inherit;
  top: 0;
}

.testimonialLastsection .swiper-button-prev1 {
  right: inherit;
  left: inherit;
  bottom: 0;
  margin-top: 20px;
}

.testilastpagination {
  height: 105px;
}

.arrowmar {
  margin: auto
}

.testimonialLastsection .swiper-button-prev1:after {
  content: '';
}

.testmoniallastslider {
  padding-bottom: 50px;
  margin-right: 15px;
}

.testilastwraper:after {
  content: '';
  background: #FFF1E1;
  opacity: 57%;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 40px;
  border: 1px solid #FFE4C5;
  border-radius: 10px;
  z-index: -1;
}

.testilasttitle h1 {
  text-align: left;
  color: #3E606B;
  font-family: Playfair Display;
  font-weight: 700;
  line-height: 65px;
  font-size: 45px;
  margin-bottom: auto;
}

.tesititlesub p {
  font-family: Lora;
  font-weight: 400;
  line-height: 23px;
  font-size: 20px;
  color: #4B4B4B;
}

.testilastcontentcard p {
  font-family: Open Sans;
  font-weight: 400;
  line-height: 24px;
  font-size: 16px;
  color: #4B4B4B;
}

.quote {
  height: 48px !important;
  width: 36px !important;
  object-fit: unset !important;
  opacity: 0.1;
  float: right;
}

.user img {
  width: 75px;
  height: 75px;
  position: absolute;
  left: -50px;
  top: 0;
  border-radius: 50%;
}

.founder {
  font-family: Open Sans;
  font-weight: 600;
  font-size: 17px;
  line-height: 24px;
  color: #4B4B4B;
}

.place {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #4B4B4B;
}


/* footer section */

.totop {
  line-height: 2;
  position: fixed;
  right: 12px;
  bottom: 20px;
  height: 40px;
  width: 40px;
  cursor: pointer;
  text-decoration: none;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  background: #fff;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 999;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
}

.toparrow {
  transform: rotateZ(90deg);
  margin-top: 5px;
  fill: #99cd6f;
  stroke: #99cd6f;
}

.totop:hover .toparrow {
  opacity: 0;
}

.totop:hover {
  background-image: url(../../assets/images/footer/topcake.svg);
  background-color: #5B368C;
  background-size: 30px;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
}


/* Whatsapp icon */

.whatsappicon {
  position: fixed;
  /* bottom: 95px; */
  bottom: 4.5rem;
  z-index: 1000;
  border-radius: 55px;
  right: 15px;
  border-radius: 50%;
}

#preloader {
  animation: pulse 0.8s linear 0.1s alternate infinite;
  transform-origin: center center;
}

@keyframes pulse {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.3);
  }
}

#myBtn {
  background: transparent;
  outline: none;
  border: none;
}

footer {
  background: rgba(91, 54, 140, 0.75);
  padding-top: 40px;
  /* opacity: 75%; */
}

.company p {
  color: #fff;
  font-family: Open Sans;
  font-weight: 400;
  text-align: left;
  padding: 20px 0;
  line-height: 30px;
  opacity: 0.8;
}

.footercontactus {
  opacity: 0.8;
}

.footerquicklinks {
  opacity: 0.8;
}

.footeroutlets {
  opacity: 0.8;
}

.company ul {
  padding-left: 0;
}

.company ul li {
  display: inline-block;
  margin-left: 10px;
  margin-right: 5px;
}

.company ul li img {
  transition: transform .7s ease-in-out;
}

.company ul li img:hover {
  transform: rotate(360deg);
  opacity: 0.6;
}

.company li:nth-child(1) {
  margin-left: 0px;
}

.desc div {
  color: #fff;
  text-align: center;
}

.footer-title h3 {
  color: #fff;
  font-family: Open Sans;
  font-weight: 600;
  line-height: 24px;
  font-size: 18px;
  margin-top: 20px;
}

.footercontactus ul {
  padding-left: 0;
}

.footercontactus ul li {
  line-height: 40px;
  display: flex;
  align-items: center;
}

.footercontactus ul li a {
  display: flex;
  align-items: center;
}

.footercontactus ul li a img {
  width: 16px;
  height: 16px;
  object-fit: contain;
  padding: 0rem;
  margin-left: 8px;
}

.footercontactus span {
  color: #fff;
  font-weight: 400;
  font-family: Open Sans;
  font-size: 16px;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
}

.footercontactus span:hover {
  color: #99cd6f;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
}

.whatsapp {
  /* margin-right: 8px; */
  /* margin-left: 10px; */
  margin-right: 5px;
  margin-top: -5px;
  padding: 0px 8px;
}

.footercontactus .whatsapp {
  margin-top: 0px;
}

.mail {
  margin-right: 10px;
}

.footerquicklinks ul {
  padding-left: 0;
}

.footerquicklinks ul li a {
  color: #fff;
  font-family: Open Sans;
  font-weight: 400;
  line-height: 40px;
  font-size: 16px;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
}

.footerquicklinks ul li a:hover {
  color: #99cd6f;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
}

.footborder {
  border: 1px solid #fff;
}


/* footer curved border */

.edge {
  position: absolute;
  width: 40px;
  height: 40px;
  /* background: rgba(91, 54, 140, 0.75); */
  background-color: rgba(131, 102, 166, 1);
  opacity: 100%;
  display: block;
  border-radius: 100%;
  border: 1px solid #fff;
}

.edge-top-left {
  left: -20px;
  top: -20px;
}

.edge-top-right {
  right: -20px;
  top: -20px;
}

.edge-bottom-left {
  left: -20px;
  bottom: -20px;
}

.edge-bottom-right {
  right: -20px;
  bottom: -20px;
}

.footborder {
  overflow: hidden;
}

.footeroutlets {
  padding: 2px 25px;
  padding-bottom: 15px;
  margin: 0;
  border: 1px solid white;
  position: relative;
}

.footborder {
  padding: 0;
  margin: 0;
  border: none;
}

.morebranches {
  margin-bottom: 15px;
}

.footwidth11 {
  text-align: right;
}

.hori-line {
  color: #fff;
  padding: 0px 40px;
}

.branches {
  width: 100%;
}

.branches tr {
  color: #fff;
  font-family: Open Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 35px;
}

.branches td:nth-child(even) {
  text-align: right;
}

.branches a {
  color: #fff;
  font-family: Open Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
}

.branches a:hover {
  color: #99cd6f;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
}

.morebranches a {
  color: #fff;
  font-family: Open Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  margin-right: 25px;
}

hr {
  border-top: 1px solid #ffffff !important;
  margin-top: 35px;
  opacity: 75%;
}

.bottomcontent p {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 22px;
  font-family: Open Sans;
  font-weight: 400;
}

.terms span a {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 22px;
  font-family: Open Sans;
  font-weight: 400;
  /* float: right; */
}


/* .trms a {
    padding-right: 25px;
} */

.sectiontitle h1:after {
  content: '';
  position: absolute;
  width: 65px;
  height: 1px;
  background: #3E606B;
  left: auto;
  bottom: 8px;
}

.cakemastersubtitle h1:after {
  content: '';
  position: absolute;
  width: 65px;
  height: 1px;
  background: #3E606B;
  left: auto;
  bottom: 14px;
}

.featuredtitle h1:after {
  content: '';
  position: absolute;
  width: 65px;
  height: 1px;
  background: #3E606B;
  left: auto;
  bottom: 14px;
}

.testilasttitle h1:after {
  content: '';
  position: absolute;
  width: 65px;
  height: 1px;
  background: #3E606B;
  left: auto;
  bottom: 14px;
}


/* ----2. About us section---- */

.bannerInner {
  background-image: url('../../assets/images/aboutus/banner.png');
  /* linear-gradient(270deg, #FF000026 0%, #3F7389CC 100%), */
  width: auto;
  height: 450px;
  text-align: left;
  left: 0px;
  top: 0px;
  z-index: 1;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ourteamcard {
  position: relative;
}

.ourteamcard .swiper-slide img {
  /* height: 280px; */
  object-fit: cover;
}

.swiper-button-prev_01 {
  position: absolute;
  right: auto;
  bottom: 50%;
  left: -80px;
}

.swiper-button-next_01 {
  position: absolute;
  left: auto;
  bottom: 50%;
  right: -80px;
}

.swiper-button-prev_01 img {
  background: transparent !important;
  border: none !important;
}

.swiper-button-next_01 img {
  background: transparent !important;
  border: none !important;
}

.bannerInner h1 {
  font-family: Playfair Display;
  font-size: 45px;
  color: #FFFFFF;
  line-height: 55px;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 10px;
}

.breadcrumb {
  display: -ms-flexbox;
  justify-content: flex-start;
  /* display: flex; */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: .75rem 0rem;
  padding-top: 0px;
  margin-bottom: 1rem;
  list-style: none;
  background-color: transparent;
  border-radius: 0rem;
}

.breadcrumb .active a {
  color: #90BE4F;
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 600;
}

.breadcrumb-item {
  color: #ffffff;
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 600;
}

.breadcrumb-item+.breadcrumb-item::before {
  float: left;
  padding-right: .5rem;
  color: #ffffff !important;
  font-family: Karla;
  margin-bottom: -2px;
  content: ">" !important;
  font-size: 14px;
  font-weight: 600;
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: .5rem;
}

.aboutusTitle h1 {
  font-family: Playfair Display;
  color: #3E606B;
  line-height: 55px;
  margin-top: 0px;
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 15px;
}

.aboutusTitle h1:after {
  content: '';
  position: absolute;
  width: 65px;
  height: 1px;
  background: #3E606B;
  left: auto;
  bottom: 14px;
}

.aboutusWraper h3 {
  font-family: Lora;
  color: #4B4B4B;
  font-size: 20px;
  line-height: 23px;
  font-weight: 400;
  margin-bottom: 40px;
}

.aboutusWraper p {
  font-family: Open Sans;
  color: #4B4B4B;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 30px;
}

.aboutusname {
  font-family: Open Sans;
  color: #4B4B4B;
  font-size: 22px;
  line-height: 24px;
  font-weight: 400;
  margin-top: 20px;
}

.traditiontitle h1 {
  font-family: Playfair Display;
  color: #3E606B;
  line-height: 55px;
  text-align: center;
  margin-top: 0px;
  font-size: 45px;
  font-weight: 700;
}

.traditiontitle h1:after {
  content: '';
  position: absolute;
  width: 65px;
  height: 1px;
  background: #3E606B;
  left: auto;
  bottom: 9px;
}

.traditionsub p {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  font-family: Open Sans;
  font-weight: 400;
  color: #4B4B4B;
}

.container1 {
  padding-top: 1.3rem;
}

.container1:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  height: calc(100% - 21px);
  background: #5b368c;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}


.timeline-block {
  width: -webkit-calc(50% + 8px);
  width: -moz-calc(50% + 8px);
  width: calc(50% + 8px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  clear: both;
  position: relative;
}

.timeline-block::before {
  position: absolute;
  content: '';
  width: 2px;
  height: 100%;
  background: #5b368c;
  left: 7px;
  right: 7px;
}

.timeline-block-right {
  float: right;
}

.timeline-block-left {
  float: left;
  direction: rtl;
  text-align: right;
}

.marker {
  width: 16px;
  height: 16px;
  border-radius: 20%;
  border: 1px solid #5b368c;
  background: #5b368c;
  /* margin-top: 10px; */
  margin-top: 30px;
  z-index: 9999;
  transform: rotate(135deg);
  flex: none;
}

.timeline-content {
  width: 95%;
  padding: 0 25px;
}

.timeline-content h3 {
  /* margin-top: 5px; */
  margin-top: 25px;
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 600;
  font-family: Open Sans;
  color: #5B368C;
  line-height: 27px;
}

.timeline-content span {
  font-size: 15px;
  color: #a4a4a4;
}

.timeline-content p {
  font-size: 16px;
  line-height: 24px;
  word-spacing: 1px;
  color: #4B4B4B;
  font-weight: 400;
  font-family: Open Sans;
  direction: ltr;
  margin-bottom: 0rem;
}

.delight {
  padding: 20px 0;
}

.delight h2 {
  color: #5B368C;
  font-family: Open Sans;
  font-weight: 600;
  line-height: 27px;
  font-size: 22px;
}

.delight p {
  color: #4B4B4B;
  font-family: Open Sans;
  font-weight: 400;
  line-height: 24px;
  font-size: 16px;
}

.beggning {
  padding-top: 40px;
}

.beggning h2 {
  color: #5B368C;
  font-family: Open Sans;
  font-weight: 600;
  line-height: 27px;
  font-size: 22px;
}

.beggning p {
  color: #4B4B4B;
  font-family: Open Sans;
  font-weight: 400;
  line-height: 24px;
  font-size: 16px;
}

.whyUstitle h1 {
  font-family: Playfair Display;
  color: #3E606B;
  line-height: 55px;
  margin-top: 0px;
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 40px;
}

.whyUstitle h1:after {
  content: '';
  position: absolute;
  width: 65px;
  height: 1px;
  background: #3E606B;
  left: auto;
  bottom: 9px;
}

.whyUscontent p {
  color: #4B4B4B;
  font-family: Open Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.deliverysection {
  /* background: #8366A6; */
  padding: 20px 0;
}

.deliverycard h3 {
  color: #3E606B;
  font-size: 22px;
  font-family: Open Sans;
  font-weight: 600;
  line-height: 27px;
  text-align: center;
  padding: 10px 0;
}

.deliverycard p {
  color: #4B4B4B;
  font-size: 16px;
  font-family: Open Sans;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  padding: 10px 0;
}

.cakeimg {
  background: #FF000026;
  height: 258px;
  border-radius: 10px;
  max-width: 326px;
}

.cakeImgflex {
  display: flex;
}

.cakeimg img {
  position: absolute;
  left: 48px;
  top: 27px;
}

.cakeimgcontent p {
  font-family: Open Sans;
  font-weight: 400;
  line-height: 24px;
  font-size: 16px;
  color: #4B4B4B;
  padding-left: 90px;
  padding-top: 70px;
}

.cakebgimage {
  background: #F5E2E2;
  width: 326px;
  height: 275px;
  border-radius: 10px;
}

.cakebgimage {
  padding-left: 30px;
  display: flex;
  align-items: center;
}

.cakebgimage img {
  width: 326px;
  object-fit: contain;
}

.whatwedotitle h1 {
  font-family: Playfair Display;
  color: #3E606B;
  line-height: 55px;
  text-align: center;
  margin-top: 0px;
  font-size: 45px;
  font-weight: 700;
}

.whatwedotitle h1:after {
  content: '';
  position: absolute;
  width: 65px;
  height: 1px;
  background: #3E606B;
  left: auto;
  bottom: 9px;
}

.whatwedosubcontent p {
  color: #4B4B4B;
  font-size: 16px;
  text-align: center;
  line-height: 24px;
  font-family: Open Sans;
  font-weight: 400;
  margin-bottom: 50px;
  max-width: 730px;
  margin: 0 auto;
}

.whatwedocard {
  /* background: #fff;
    border-radius: 10px;
    box-shadow: #00000029 0px 3px 15px; */
  padding: 40px 15px;
}

.whatwedocard h3 {
  color: #3E606B;
  font-family: Open Sans;
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  text-align: center;
  padding: 10px 0px;
}

.whatwedocard p {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 16px;
  color: #4B4B4B;
  line-height: 24px;
  text-align: center;
}

.ourteamsection {
  background-image: url('../../assets/images/aboutus/teambanner.png');
  width: auto;
  height: 312px;
  text-align: center;
  left: 0px;
  top: 0px;
  z-index: 1;
  background-size: cover;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ourteamsection h1 {
  font-family: Playfair Display;
  color: #ffffff;
  line-height: 55px;
  text-align: center;
  margin-top: 0px;
  font-size: 45px;
  font-weight: 700;
}

.ourteamsection h1:after {
  content: '';
  position: absolute;
  width: 65px;
  height: 1px;
  background: #ffffff;
  left: auto;
  bottom: 9px;
}

.ourteamcard img {
  border: 10px solid #fff;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 1px 6px #0000000f;
}

.ourteamcard {
  margin-top: -100px !important;
  max-width: 965px;
  margin: auto;
}

.ourteamslider {
  padding-bottom: 30px;
}

.ourteamslider .swiper {
  padding-bottom: 30px;
}

.ourteamslider .swiper-pagination {
  position: absolute;
  bottom: 0;
}

.ourteamslider .swiper-pagination-bullet-active {
  background: #5B368C;
  width: 10px;
  height: 10px;
}

.ourteamslider .swiper-pagination-bullet {
  background: #5B368C;
  width: 10px;
  height: 10px;
  transform: initial;
}

.ourteamcontent {
  max-width: 965px;
  margin: auto;
}

.ourteamcontent p {
  text-align: left;
  font-family: Open Sans;
  font-weight: 400;
  line-height: 24px;
  font-size: 16px;
  color: #4B4B4B;
  padding: 20px 0;
}

.whatwedocard img {
  -webkit-transform: rotate(0) scale(1);
  transform: rotate(0) scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  height: 93px;
  width: 93px;
  object-fit: contain;
}

.whatwedocard:hover img {
  transform: rotate(360deg) scale(1.01);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.deliverycard img {
  -webkit-transform: rotate(0) scale(1);
  transform: rotate(0) scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.deliverycard:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}


/* contactus section */

.contactus {
  background-image: url(../../assets/images/contactus/banner.png);
}

.getintouchcard {
  padding: 26% 14%;
}

.custom-flex {
  display: flex;
  justify-content: space-around;
}

.contactwraper {
  width: 397px;
  height: 520px;
  background: #8366a6;
  border-radius: 200px;
}

.getintouchtitle h1 {
  font-family: Playfair Display;
  font-size: 45px;
  color: #fff;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 25px;
}

.getintouchcard p {
  font-size: 16px;
  font-family: Open Sans;
  font-weight: 400;
  line-height: 24px;
  color: #FFFFFF;
}

.getintouchcard h3 {
  font-size: 22px;
  font-family: Open Sans;
  font-weight: 600;
  line-height: 27px;
  color: #FFFFFF;
  margin-top: 55px;
}

.getintouchcard ul {
  padding-left: 0;
}

.getintouchcard ul li {
  display: inline-block;
  padding: 5px 14px 0px 14px;
}

.getintouchcard ul li:nth-child(1) {
  padding-left: 0;
}

.getintouchform {
  padding: 12% 70px;
  padding-bottom: 0;
}

.getintouchsection input[type="text"],
input[type="number"],
input[type="email"],
textarea {
  width: 100%;
  border: 0px;
  color: #4B4B4B;
  border-bottom: 0.4px solid #4137374f;
  background: transparent;
  /* margin: 20px 0 !important; */
  margin-top: 0px !important;
  outline: none;
  margin-bottom: 20px;
  /* height: inherit !important; */
  border-radius: 0px;
  resize: inherit;
}

.confl {
  height: inherit !important;
  border-radius: 0px !important;
  border-bottom: 0.4px solid #4137374f !important;
  border-top: 0px !important;
  border-left: 0px !important;
  border-right: 0px !important;
  padding-left: 0px !important;
}

.contactus-btn span {
  margin-left: 10px;
}

.loadmore span {
  margin-left: 10px;
}

.iconcontent {
  max-width: 345px;
}

.getintouchform input[type="number"] {
  margin-bottom: 20px !important;
}

.getintouchform label {
  color: #4B4B4B;
  font-family: Open Sans;
  font-weight: 600;
  line-height: 24px;
  font-size: 16px;
  margin-top: 20px;
  padding-bottom: 8px;
}

.getintouchform input {
  margin-bottom: 0 !important;
}

.contactus-btn {
  float: right;
}

.allbranches .allbranchesslider .swiper-button-next:hover {
  opacity: 0.5;
}

.allbranches .allbranchesslider .swiper-button-prev:hover {
  opacity: 0.5;
}

.allbranches .allbranchesslider .swiper-wrapper .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
  height: inherit;
  width: inherit;
}

.allbranches a:hover,
.allbranches .active {
  background: #fcf8f3;
  border-radius: 10px;
  transition: all .3s ease;
}

.allbranches a {
  /* padding: 15px 0px; */
  display: flex;
}

.allbranches .swiper-button-prev {
  left: 50px;
}

.allbranches .swiper-button-next {
  right: 50px;
}

.allbranchesslider {
  background: #fff;
  /* padding: 75px 90px; */
  padding: 75px 0px;
}

#allbranches {
  margin-top: -5px;
  margin: 0 0 50px !important;
}

#mapsec {
  margin-bottom: 0px;
  min-height: 300px;
}

.branchwraper {
  padding: 0px 16%;
}

.branchwraper .right1 {
  padding: 0px 15%;
}

.branchwraper h2 {
  font-family: Open Sans;
  font-weight: 600;
  color: #653090;
  line-height: 50px;
  font-size: 20px;
}

.branchwrapertitle:after {
  width: 76px;
  content: '';
  height: 2px;
  bottom: auto;
  top: 40px;
  background: #653090;
  position: absolute;
}

.brenchflex {
  display: flex;
  align-items: self-start;
}

.brenchflex .icons {
  padding-right: 15px;
  padding-top: 5px;
}

.nav-tabs {
  border: none;
}

.iconcontent p {
  margin-bottom: 10px;
  font-family: Open Sans;
  font-weight: 400;
  color: #4B4B4B;
  font-size: 15px;
  line-height: 24px;
}

.allbranches .allbranchesslider .swiper-button-prev:after {
  background-repeat: no-repeat;
  content: url(../../assets/images/contactus/arrow.svg);
  position: absolute;
  top: 60%;
  right: 0px;
  left: auto;
  z-index: 100;
  transform: translateY(-50%) rotate(180deg);
}

.allbranches .swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}

.allbranches .allbranchesslider .swiper-button-next:after {
  background-repeat: no-repeat;
  content: url(../../assets/images/contactus/arrow.svg);
  position: absolute;
  top: 50%;
  left: 0px;
  right: auto;
  z-index: 100;
  transform: translateY(-50%);
}

.loc {
  margin-right: 15px;
}

.brenchflex .icons img {
  width: 18px !important;
}


/* Produc detail section */

.productdetailbanner {
  background-image: url(../../assets/images/productdetail/banner.png);
}

.productdetailsbtn span {
  margin-left: 10px;
}

.productdetailcake h1 img {
  width: 21px !important;
  height: 21px;
  object-fit: contain;
  max-width: 21px !important;
}


.activeproduct {
  background-color: #8366A5;
  color: #fff;
}

.activeproduct:hover {
  color: #fff;
}

.aboutusbttn:hover .productdtlbttn {
  fill: #fff;
  stroke: #fff;
}

.productdtlbttn {
  fill: #fff;
  stroke: #fff;
}

.productThumb .swiper {
  max-width: 515px;
  max-height: 460px;
  border-radius: 10px;
}

.productThumb .swiper-slide {
  background: #F9EBD3;
  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;
}

.productThumb .swiper-slide img {
  display: block;
  max-width: 359px;
  max-height: 350px;
  object-fit: contain;
}

.productThumb .swiper {
  width: 100%;
  height: 100%;
  /* margin-left: auto;
    margin-right: auto; */
  margin: 0;
}

.productThumb .swiper-slide {
  background-size: cover;
  background-position: center;
}

.productThumb .mySwiper2 {
  height: 460px;
  max-width: 515px;
}

.productThumb .mySwiper1 {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
  position: absolute;
  bottom: 22%;
  max-width: 70%;
  left: 12%;
}

.description {
  font-size: 16px;
  font-weight: 400;
  font-family: Open Sans;
  color: #4B4B4B;
  line-height: 24px;
  margin: 20px 10px;
}

.description label {
  width: 22px;
  height: 22px;
  background: #F0E5FF;
  text-align: center;
  border-radius: 100%;
  font-family: Open Sans;
  margin-right: 5px;
}

.productThumb .mySwiper1 .swiper-slide {
  width: 57px;
  height: 50px;
  border: 1px solid #FFFFFF;
  opacity: 0.4;
}

.productThumb .mySwiper1 .swiper-slide {
  width: 56px !important;
  height: 50px;
  background: #fff;
  border-radius: 10px;
}

.productThumb .mySwiper1 .swiper-slide-thumb-active {
  opacity: 1;
  background: #f9ebd3;
}

.productThumb .mySwiper1 .swiper-slide img {
  display: block;
  width: 35px;
  height: 35px;
  object-fit: cover;
  cursor: pointer;
}

.productFlex {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.productdetailcake h1 {
  font-size: 34px;
  font-weight: 700;
  color: #3E606B;
  line-height: 47px;
  font-family: Playfair Display;
  margin-top: 0;
  margin-right: 10px;
  max-width: 360px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.share span {
  font-size: 14px;
  color: #4B4B4B;
  font-family: Open Sans;
  font-weight: 400;
  margin-left: 5px;
}

.share .pointer {
  display: flex;
  margin-left: 5px;
}

.prodprice h1 {
  font-size: 35px;
  font-weight: 700;
  color: #3E606B;
  line-height: 47px;
  font-family: Open Sans;
  margin-top: 0;
}

.prodprice p {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #4B4B4B;
}

.productweight {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.productweighttitle h6 {
  color: #4B4B4B;
  font-size: 16px;
  font-family: Open Sans;
  font-weight: 400;
  line-height: 24px;
  padding-top: 10px;
  margin-right: 5px;
 }

.weightbutton button {
  background: transparent;
  width: auto;
  height: 35px;
  border: 1px solid #D494DE;
  outline: none;
  color: #5B368C;
  font-family: Open Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  border-radius: 10px;
  margin: 0px 6px 1rem;
}

.weightbutton .active {
  background: #D494DE;
  color: #fff;
}

.weightbutton button:hover {
  background: #D494DE;
  color: #ffff;
}

.selectquantity h6 {
  color: #4B4B4B;
  font-size: 16px;
  font-family: Open Sans;
  font-weight: 400;
  line-height: 24px;
  padding-top: 10px;
}

.quantityflex {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.selectquantity {
  margin-right: 47px;
}

.productdetailsbtn {
  margin-top: 25px;
  margin-right: 35px;
}

.prdright {
  margin-right: inherit;
}

.relatedproducts {
  position: relative;
}

.product-next {
  position: absolute;
  left: auto;
  right: 55px;
  bottom: 42%;
}

.product-prev {
  position: absolute;
  right: auto;
  left: 55px;
  bottom: 42%;
}


/* Add "minus" sign (-) after Accordion (when accordion is active) */

.productaccordion .active::after {
  content: "\2212";
  font-family: Open Sans;
  font-weight: 400;
  color: #4B4B4B;
}


/* Style the accordion panel */

.accordion-panel {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.2s ease-out;
}

.checkbox {
  padding-top: 18px;
  margin-left: 47px;
}

.checkOption {
  position: absolute;
  margin-left: 5px;
  font-family: Open Sans;
  font-weight: 400;
  font-size: 16px;
  color: #4B4B4B;
}

.custom-checkbox input {
  display: none;
}

.custom-checkbox span {
  border: 1px solid #4B4B4B;
  float: right;
  height: 28px;
  width: 28px;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-checkbox:hover span,
.custom-checkbox input:checked+span {
  border: 1px solid #3E606B;
}

.custom-checkbox input:checked+span:before {
  content: url(../../assets/images/productdetail/tick.png);
}


/* -- quantity box -- */

.quantity {
  display: inline-block;
}

.quantity .input-text.qty {
  width: 50px;
  height: 37px;
  padding: 0 5px;
  text-align: center;
  background-color: transparent;
  border: 1px solid #4B4B4B;
  border-top: none;
  border-bottom: none;
  font-family: Open Sans;
  font-size: 16px;
  margin: inherit !important;
  border-radius: 0px !important;
  font-weight: 400;
  color: #000000 !important;
}

.quantity.buttons_added {
  text-align: left;
  position: relative;
  white-space: nowrap;
  vertical-align: top;
  width: 148px;
  height: 39px;
  border: 1px solid green;
  border-radius: 10px;
  border: 1px solid #4B4B4B;
}

.quantity.buttons_added input {
  display: inline-block;
  margin: 0;
  vertical-align: top;
  box-shadow: none;
}

.quantity.buttons_added .minus,
.quantity.buttons_added .plus {
  padding: 7px 10px 8px;
  height: 39px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  width: 49px;
  border-radius: 10px;
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 400;
  color: #4B4B4B;
}

.quantity.buttons_added .minus {
  border-right: 0;
}

.quantity.buttons_added .plus {
  border-left: 0;
}

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
}

.quantity.buttons_added .minus:focus,
.quantity.buttons_added .plus:focus {
  outline: none;
}

.accordion-panel ul {
  padding: 15px 0px;
}

.sub-content {
  padding-top: inherit !important;
}

.accordion-panel ul li {
  list-style-type: disc !important;
  list-style: disc;
  list-style: inside;
  font-size: 16px;
  font-family: Open Sans;
  font-weight: 400;
  color: #4B4B4B;
  line-height: 24px;
}

.productaccordion {
  margin-top: 30px;
  border-bottom: 1px solid #4B4B4B5c;
}

.accordion-panel p {
  font-size: 16px;
  font-family: Open Sans;
  font-weight: 400;
  color: #4B4B4B;
  line-height: 24px;
  padding-top: 35px;
}

.accordion {
  background-color: transparent;
  color: #4B4B4B;
  cursor: pointer;
  padding: 15px;
  padding-left: 0;
  margin: 0;
  font-weight: 600;
  font-family: Open Sans;
  font-size: 20px;
  border-top: 1px solid #7979795c;
}


/* Change color of the heading and icon (on hover and click) */


/* .active,
.accordion:hover,
.accordion:hover::after {
    background-color: #8366A5;
    color: white;
} */


/* Add "plus" sign (+) after Accordion */

.accordion::after {
  content: '\002B';
  color: #4B4B4B;
  font-family: Open Sans;
  font-weight: 500;
  font-size: 25px;
  float: right;
}

.faqaccordion .active:after {
  content: '-';
  color: #4B4B4B;
  font-family: Open Sans;
  font-weight: 100;
  font-size: 40px;
}

.faqmainsection {
  margin: 50px 0px;
}

.relatedproducttitle h1 {
  text-align: left;
  color: #3E606B;
  font-family: Playfair Display;
  font-weight: 700;
  line-height: 65px;
  font-size: 45px;
}

.relatedproductslider .swiper-slide .cakecard {
  width: 100%;
  height: max-content;
}

.relatedproductslider .swiper-wrapper .swiper-slide.swiper-slide img {
  width: inherit;
}


/* cart section */

.cart {
  background: url('../../assets/images/cart/banner.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.cartsection .cakecartimagecard {
  padding-top: 15px;
  border-radius: 10px;
  width: 230px;
  min-width: 230px;
  max-width: 230px;
  height: 179px;
}

.cakecartflex {
  display: flex;
  justify-content: flex-start;
}

.carttitle {
  margin-left: 20px;
}

.carttitle h1 {
  font-family: Open Sans;
  font-size: 20px;
  font-weight: 600;
  color: #3E606B;
  line-height: 27px;
  margin: 0.67em 0;
  max-width: 300px;
}

.carttitle h6 {
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 400;
  color: #4B4B4B;
  line-height: 24px;
  margin-bottom: 0px;
}

.carttitle h3 {
  font-family: Open Sans;
  font-size: 20px;
  font-weight: 700;
  color: #3E606B;
  line-height: 27px;
  margin-top: 20px
}

.trademarkflex {
  display: flex;
  align-items: center;
}

.trademarkflex img {
  width: 21px;
  height: 21px;
  margin-left: 5px;
  max-width: unset;
}

.cartflexsection {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #79797959;
  padding: 40px 0;
}

.removeicon span {
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 400;
  color: #4B4B4B;
  cursor: pointer;
  line-height: 24px;
}

.cartbtn {
  width: 265px;
  margin-top: 40px;
}

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

.pricecard h4 {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #4B4B4B;
}

.pricecard h3 {
  font-family: Open Sans;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  color: #3E606B;
}

.pricetitle {
  margin-right: 40px;
}

.cartmargin {
  margin-top: 40px;
}

.cartsection hr {
  border: 1px solid #cecbc8;
  max-width: 260px;
  margin-top: 5px;
}

.cartbutton {
  background: #8366A5;
  color: #fff;
  float: right;
  margin-top: 10px;
  width: 100%;
}

.cartbutton:hover {
  background: #fff;
  color: #8366A5;
  border: 1px solid #8366A5;
}

.cartbtnarrow {
  fill: #fff;
  stroke: #fff;
}

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

.mobremove {
  padding-top: 15px;
}


/* products section */

.products {
  background-image: url('../../assets/images/products/banner.png');
}

.productmainsection {
  position: relative;
}

.productmainsection .swiper-button-product-next {
  position: absolute;
  left: auto;
  right: 225px;
  bottom: 38%;
}

.productmainsection .swiper-button-product-prev {
  position: absolute;
  left: 200px;
  right: auto;
  bottom: 38%;
}

.productcakesection {
  margin-top: inherit;
}

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

.sortdrop {
  display: flex;
  align-items: center;
}

.sortdrop label {
  margin-bottom: 0px;
}

.box1 {
  width: 240px;
  height: 40px;
}

.nice-select {
  background: #90be4f;
  background-color: #90be4f !important;
  color: #fff;
  border: none;
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 400;
  border-radius: 10px;
  border: 0 !important;
}

li.option.selected {
  display: none;
}

.nice-select .option {
  /* background: #90be4f; */
  background: #a6cd6f;
  color: #fff;
}

.nice-select .list {
  /* background: #90be4f; */
  background: #a6cd6f !important;
  margin-top: -3px !important;
  box-shadow: none !important;
  border-radius: 0px 0px 10px 10px !important;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #90be4f;
}

.sortdrop span {
  color: #fff;
}

.nice-select:after {
  border-bottom: 2px solid #fff !important;
  border-right: 2px solid #fff !important;
  width: 10px !important;
  height: 10px !important;
}

.nice-select .option.selected {
  font-weight: 400;
}


/*
.sortdrop .select {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 250px;
    height: 40px;
    cursor: pointer;
}

.sortdrop .option {
    padding: 0 30px 0 10px;
    min-height: 40px;
    display: flex;
    align-items: center;
    background: #90BE4F;
    border-top: #90BE4F solid 1px;
    position: absolute;
    top: 0;
    width: 100%;
    pointer-events: none;

    z-index: 1;
    transition: background .4s ease-in-out;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    border-radius: 10px !important;
    cursor: pointer;
}

.sortdrop .select:focus .optn {
    border-radius: 0 0 10px 10px !important;
}

.sortdrop .select:focus .optn1 {
    border-radius: 10px 10px 0px 0px !important;
}

.sortdrop .option:hover {
    background: #90BE4F;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}

.sortdrop .select:focus .option {
    position: relative;
    pointer-events: all;
    font-family: Open Sans;
    color: #FFFFFF;
    line-height: 28px;
    font-weight: 400;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
}

.sortdrop input {
    opacity: 0;
    position: absolute;
    left: -99999px;
}

.sortdrop input:checked+label {

    z-index: 2;
    background: #90BE4F;
    font-family: Open Sans;
    color: #FFFFFF;
    line-height: 28px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 400;
    font-size: 16px;
    border-top: none;
    position: relative;
}

input:checked+label:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid white;
    position: absolute;
    right: 10px;
    top: calc(50% - 2.5px);
    pointer-events: none;
    z-index: 3;
}

.sortdrop input:checked+label:before {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    width: 40px;
    content: '';
    background: #90BE4F;
} */

.sorttitle h6 {
  color: #4B4B4B;
  font-family: Open Sans;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
}

.sortdrop .sort_span {
  color: #4B4B4B;
  font-family: Open Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  margin-right: 15px;
}

.loadmore button {
  width: 210px;
  margin-top: 20px;
}


/* search section */

.searchbanner {
  background-image: url('../../assets/images/search/banner.png');
}

.searchsection h6 {
  font-weight: 600;
  font-family: Open Sans;
  color: #4B4B4B;
  font-size: 22px;
  line-height: 27px;
  margin-bottom: 15px;
}

.searchsection p {
  color: #4B4B4B;
  font-family: Open Sans;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  padding: 15px 0;
}

.searchsection input[type="text"] {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #CBCBCB;
  background: transparent;
  outline: none;
  padding: 7px 0;
  font-family: Open Sans;
  font-weight: 400;
  color: #4B4B4B;
  font-size: 22px;
  line-height: 27px;
}

.searchresultForm span img {
  position: absolute;
  bottom: auto;
  right: auto;
  padding-top: 10px;
  margin-left: -25px;
}

.searchsectionpdd {
  margin-top: 0px;
}

.searchSecpadd {
  margin-bottom: 0px;
}

.searchcakeresult .cakecartimagecard {
  border-radius: 10px;
  width: 230px;
  height: 179px;
}

.searchcakeresult .bg1 {
  padding: 15px 0;
}

.searchcakeresult .bg2 {
  padding: 15px 0;
}

.searchcakeresult .bg3 {
  padding: 15px 0;
}

.searchcakeresult .bg4 {
  padding: 15px 0;
}

.searchcakeresult {
  border-bottom: 1px solid #CBCBCB;
  padding: 40px 0px;
}

.searchcakeresult:nth-last-child(1) {
  border-bottom: none;
}


/* Faq section */

.faqbanner {
  background-image: url('../../assets/images/faq/banner.png');
}

.faqaccordion h6 {
  color: #8366A6;
  font-family: Open Sans;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
}

.faqaccordion .accordion {
  border-top: 0px;
  background: rgb(255, 255, 255);
  margin: 22px 0;
  padding: 10px 40px;
  border-radius: 10px;
}

.faqaccordion .accordion-panel p {
  padding: 20px 40px;
  background: rgb(255, 255, 255);
  border-radius: 0px 0px 10px 10px;
  margin-bottom: 0 !important;
}

.faqaccordion .accordion-panel {
  margin-top: -28px;
}

.anyquestion h6 {
  font-family: Open Sans;
  font-weight: 400;
  color: #4B4B4B;
  font-size: 20px;
  text-align: center;
  line-height: 28px;
  padding-top: 40px;
}

.anyquestion p {
  font-family: Open Sans;
  font-weight: 400;
  color: #4B4B4B;
  font-size: 16px;
  text-align: center;
  line-height: 28px;
}


/* Terms & condition */

.termsbanner {
  background: url('../../assets/images/faq/termsbanner.png');
}

.privacybanner {
  background: url('../../assets/images/faq/privacybanner.png');
}

.terms h5 {
  font-weight: 400;
  font-family: Open Sans;
  font-size: 22px;
  color: #4B4B4B;
  line-height: 27px;
  padding: 15px 0;
}

.terms p {
  font-weight: 400;
  font-family: Open Sans;
  font-size: 16px;
  color: #4B4B4B;
  line-height: 24px;
}


/* *******Additional********* */

.modalsubmitButton {
  background: #8366A6;
  border-radius: 28px;
  color: #fff;
  width: 100%;
  height: 55px;
  border: none;
  border: 1px solid transparent;
  margin-top: 20px;
  margin-bottom: 50px;
}

.modalsubmitButton:hover {
  background: transparent;
  border: 1px solid #8366A6;
  color: #8366A6;
}

.box span {
  border: 1px solid #4B4B4B;
  float: right;
  height: 25px !important;
  width: 25px !important;
  border-radius: 5px !important;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.box span {
  position: inherit;
}

.boxmain {
  padding-right: 10px;
  margin: 0;
  padding-top: 8px;
}

.modalCheckbox {
  display: flex;
  /* justify-content: space-between; */
  align-items: flex-start;
  margin-top: 15px;
}

.contactshortly {
  position: inherit !important;
  font-size: 16px;
  font-family: Open Sans;
  font-weight: 400;
  text-align: left;
  line-height: 28px;
  color: #4B4B4B;
}

.enqimage {
  width: 616px;
  height: 650px;
}

.enquirewraper .modal-dialog.modal-dialog-centered {
  margin: 0;
}

.enquirewraper .enquireFormcontent .p-datepicker table th>span {
  padding-left: 12px;
}

.enquirewraper .enquireFormcontent .p-datepicker table td>span {
  right: 0;
}

.enquirewraper .scrollcontainer {
  padding: 60px 0;
}

.enqmodalbody .mycontainer {
  padding: 0;
}

.enqmodalbody .close span {
  top: 0px;
  right: 0px;
  width: 13px;
  height: 13px;
  color: #000000;
  position: absolute;
  /* font-size: 35px; */
}

.enqmodalbody span {
  /* top: 0px;
    right: 0px;
    width: 13px;
    height: 13px;
    color: #3E606B; */
  /* top: unset;
    right: unset;
    width: 100%;
    height: unset; */
  color: unset;
  position: unset;
  bottom: unset;
  display: block;
}

.enqmodalbody .pi-calendar {
  top: unset;
  right: unset;
  width: 100%;
  height: unset;

}

.CalendarInput__Icon {
  margin-top: 15px;
  margin-right: 10px;
}

.CalendarInput__InputContainer {
  display: block;
  width: 100%;
  position: relative;
}

.CalendarInput__Input {
  display: block;
  width: 100%;
  position: relative;
  cursor: pointer;
  transition: border-color, color 125ms linear;
}

.CalendarInput__Input:focus {
  outline: 0;
}

.CalendarInput__Icon {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0.5rem;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
  transition: color 125ms linear;
}

.outletdrop .dropdown-item {
  font-family: Open Sans;
  font-weight: 400;
  color: #827c7c;
  font-size: 14px;
}

.outletdrop .dropdown-item:hover {
  color: #000;
  background: #eee7f5;
}

.outletdrop .dropdown-menu {
  background: rgb(252 248 243);
  box-shadow: #00000029 0px 3px 15px;
  border: none;
  border-radius: 10px;
}

.outletbutton {
  background: transparent;
  width: 100%;
  border-radius: 10px !important;
  height: 45px;
  outline: none;
  border: 1px solid #CBCBCB !important;
  font-family: Open Sans !important;
  font-weight: 400 !important;
  color: #A7A7A7 !important;
  font-size: 14px !important;
  text-align: left !important;
  line-height: 30px !important;
}

.outletbutton:hover {
  color: #827c7c;
}

.outletbutton.focus,
.outletbutton:focus {
  outline: 0;
  box-shadow: none;
}

.-outlet {
  width: 100%;
}

.animate {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}


/* MAIN */

.enqtitle h1 {
  font-family: Playfair Display;
  font-weight: 700;
  font-size: 45px;
  color: #3E606B;
  line-height: 30px;
  padding-bottom: 25px;
}


/* .modal {
    display: block;
    background: #FCF8F3;
}

.fade:not(.show) {
    opacity: 1;
} */

.enqforminputs sup {
  color: #D32E2E;
  font-size: 14px;
  font-family: monospace;
  font-weight: 400;
}

.enquireFormcontent {
  /* height: 650px; */
  height: 100%;
  margin: auto;
  padding: 0 150px 0 50px;
  overflow: scroll;
}

.enqforminputs ::placeholder {
  color: #919191 !important;
}

.enquireFormcontent::-webkit-scrollbar {
  width: 0px !important;
  height: 0px;
}

.enquirewraper .modal-body {
  padding: 0px;
}

#EnquireForm {
  overflow-y: auto !important;
}

#EnquireForm .modal-content {
  background-color: #FCF8F3;

}

.modal-open {
  overflow: hidden;
}

.enquirewraper .modal-open .modal {
  overflow-x: hidden;
  overflow-y: hidden !important;
}

.enqforminputs input[type="text"],
input[type="number"],
input[type="date"],
input[type="email"] {
  width: 100%;
  background: transparent;
  border: 1px solid #CBCBCB;
  border-radius: 10px;
  outline: none;
  height: 45px;
  padding-left: 15px;
  font-family: Open Sans;
  font-weight: 400;
  color: #000;
  font-size: 14px;
  /* margin: inherit !important; */
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.conflict {
  border: 1px solid #CBCBCB !important;
  border-radius: 10px !important;
  outline: none;
  height: 45px !important;
  padding-left: 15px;
  font-family: Open Sans;
  font-weight: 400;
  color: #A7A7A7;
  font-size: 14px;
  margin: inherit;
}

.enqforminputs label {
  font-family: Open Sans;
  font-weight: 400;
  color: #4B4B4B;
  font-size: 16px;
  line-height: 1;
}

.enqforminputs {
  margin-bottom: 15px;
}

.mycontainer {
  padding-left: 0px;
  margin-left: 0;
}

/* / ////////////////////////edited on 11-2 ///////////// / */
::-webkit-scrollbar {
  width: 5px;
}

.row.customlast {
  width: 100%;
}

.bottom .container {
  padding: 0;
}

.enqlogo {
  margin-bottom: 20px;
}

.productfilterflex .nice-select .option:hover {
  background-color: #87b752cc;
}

div#myContactbox li {
  display: flex;
  align-items: center;
}

.bannerSlide {
  /* background-position: 50%; */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  /* max-height: 502px;
  min-height: 502px;
  height: 502px !important; */
  object-fit: cover;
}

.cakecard .bg1 img {
  width: 149px !important;
  height: 146px;
  object-fit: contain;
}

.btncnt {
  margin-right: 3px;
}

.btnArrow {
  margin-left: 3px;
}

/* .cakesection {
    margin: 0 auto;
    left: 0;
    right: 0;
} */
nav.navbar.navbar-expand-lg.navbar-light.bg-light {
  background-color: #fcf8f3 !important
}

.navbar-nav .dropdown-toggle::after {
  display: none;
}

.icon.icon-parent.text-custom-white.bg-light-green.special {
  width: 93px;
  height: 93px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  margin-bottom: 15px;
}

.testimonialtitle {
  max-width: 700px;
  padding: 0px 15px;
}

.homeAboutImg {
  width: 546px;
  height: 399px;
  object-fit: cover;
  border-radius: 10px;
}

.col-sm-4.col-md-4.col-lg-4.footwidth.footborder.response {
  padding: 0px;
  height: max-content;
}

.popover .popover-arrow::before,
.popover .popover-arrow::after {
  top: 2px !important;
}

.error,
.text-danger {
  font-size: 12px !important;
}

.cartsection .cakecartimagecard img {
  object-fit: contain;
  height: 100%;
}

.aboutusImage {
  width: 546px;
  height: 364px;
}

.aboutusImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cakecartimagecard.bg1.pointer img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.searchcakeresult .col-sm-6.col-md-6.col-lg-6 {
  padding: 0px;
}

.searchcakeresult .cakecartflex {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ccc;
  min-height: 235px;
  max-height: 235px;
}

.productThumb .col-sm-6.col-md-6.col-lg-6 {
  height: max-content;
  position: relative;
}

.productThumb .mySwiper1 {
  height: auto;
  position: absolute;
  bottom: 80px;
}

.pi-calendar:before {
  color: #000;
}

.p-calendar-w-btn .p-datepicker-trigger {
  background: transparent;
  border: 0;
  position: absolute;
  right: 0;
}

.p-button:enabled:active,
.p-button:enabled:hover,
.p-button:focus {
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* ////////////////////////////////////////////////////////////////////// */

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 100% !important;
    margin: 0rem auto;
  }

  #searchmodal .modal-dialog {
    max-width: 550px !important;
    margin: 0rem auto;
  }

}

.bottomcontent img {
  margin-top: -9px;
}


/* Fire works popup */

.fire1 {
  position: absolute;
  left: -26px;
  top: 46%;
  transform: rotate(81deg);
}

.giftext {
  margin-top: 20px;
}


/* .giftFlex {
    display: flex;
    align-items: center;
    justify-content: center;
} */

.popup-container h1 {
  font-size: 30px;
  color: #3E606B;
  text-align: center;
  line-height: 40px;
  font-family: Playfair Display;
  font-weight: 700;
}

.popup-container p {
  font-size: 16px;
  font-weight: 400;
  font-family: Open Sans;
  line-height: 24px;
  color: #4B4B4B;
  text-align: center;
}

.popup-container a {
  font-size: 16px;
  font-weight: 400;
  font-family: Open Sans;
  line-height: 24px;
  color: #4B4B4B;
  text-align: center;
}

.popup01 {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 1000;
  width: 100%;
  background-color: #000000;
  opacity: 75%;
  visibility: hidden;
  transition: 500ms all;
}

.popup01.is-visible {
  opacity: 1;
  visibility: visible;
  transition: 1s all;
}

.popup-container {
  transform: translateY(-50%);
  transition: 500ms all;
  position: relative;
  width: 600px;
  margin: 3em auto;
  margin-bottom: 20px;
  top: 25%;
  padding: 2rem;
  background: #FCF8F3;
  border-radius: 10px;
  text-align: center;
}

.is-visible .popup-container {
  transform: translateY(0);
  transition: 500ms all;
}

.popup-container .popup-close {
  position: absolute;
  top: 20px;
  font-size: 0;
  right: 20px;
  width: 30px;
  height: 30px;
  left: inherit;
  transform: inherit;
  background: none;
}

.popup-container .popup-close::before,
.popup-container .popup-close::after {
  content: '';
  position: absolute;
  top: 12px;
  width: 14px;
  height: 2px;
  background-color: #020202;
}

.popup-container .popup-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}

.popup-container .popup-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 8px;
}

.popup-container .popup-close:hover:before,
.popup-container .popup-close:hover:after {
  background-color: #8366A6;
  transition: 300ms all;
}

@media only screen and (max-width:768px) {
  .popup-container {
    width: 82%;
  }

  .testimonialssection {
    margin-top: 60px;
  }

  .cakecard:hover img {
    transform: scale(1);
  }

  .whyUstitle h1 {
    margin-bottom: 15px;
  }

  .productThumb .mySwiper1 {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
    position: absolute;
    bottom: 45%;
  }
}

@media only screen and (max-width:425px) {
  .popup-container {
    margin: 1em auto;
    margin-bottom: 20px;
    top: 0%;
    padding: 1rem;
  }

  .fire1 {
    top: 55%;
  }
}

@media only screen and (max-width:320px) {
  .popup-container h1 {
    font-size: 25px;
  }

  .giftimage img {
    max-width: 100px;
  }

  .fire1 {
    top: 41%;
  }
}

.pyro>.before,
.pyro>.after {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  box-shadow: 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff;
  -moz-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  -webkit-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  -o-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  -ms-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
}

.pyro>.after {
  -moz-animation-delay: 1.25s, 1.25s, 1.25s;
  -webkit-animation-delay: 1.25s, 1.25s, 1.25s;
  -o-animation-delay: 1.25s, 1.25s, 1.25s;
  -ms-animation-delay: 1.25s, 1.25s, 1.25s;
  animation-delay: 1.25s, 1.25s, 1.25s;
  -moz-animation-duration: 1.25s, 1.25s, 6.25s;
  -webkit-animation-duration: 1.25s, 1.25s, 6.25s;
  -o-animation-duration: 1.25s, 1.25s, 6.25s;
  -ms-animation-duration: 1.25s, 1.25s, 6.25s;
  animation-duration: 1.25s, 1.25s, 6.25s;
}

@-webkit-keyframes bang {
  to {
    box-shadow: 228px 48.3333333333px #1eff00, 128px -357.6666666667px #7700ff, -47px -173.6666666667px #ff7700, 33px -413.6666666667px #00d9ff, 105px -18.6666666667px #ffd500, 10px -395.6666666667px #ff9900, -217px -127.6666666667px #007bff, 197px -336.6666666667px #eeff00, 57px -85.6666666667px #00d5ff, 5px 68.3333333333px #ff00b3, 123px 7.3333333333px #a2ff00, -198px -405.6666666667px #ff00d9, 2px -388.6666666667px #59ff00, -93px 65.3333333333px #9100ff, 244px -34.6666666667px #ff9900, 195px 28.3333333333px #4000ff, -71px -245.6666666667px #ff009d, 147px -85.6666666667px #0084ff, -54px -241.6666666667px #ffbf00, 15px -164.6666666667px #ff0091, 109px -91.6666666667px #00ff2f, -164px -166.6666666667px #9100ff, -231px -108.6666666667px #ffd900, -147px -340.6666666667px #00ffa2, 71px -220.6666666667px #00ffcc, 96px -201.6666666667px #00ff3c, -160px -324.6666666667px #2fff00, -171px -308.6666666667px #ff3300, 154px -37.6666666667px #00ffd5, 137px -364.6666666667px #ffea00, -146px -253.6666666667px #0062ff, -69px -21.6666666667px #00ff2f, 109px -55.6666666667px #c4ff00, 214px -371.6666666667px #91ff00, 161px -57.6666666667px #0400ff, -156px -91.6666666667px #00ff77, 40px 17.3333333333px #ffd900, 238px 23.3333333333px #a600ff, 160px -32.6666666667px #00ff0d, 172px -336.6666666667px #22ff00, 28px 63.3333333333px #ff3c00, -79px 81.3333333333px #9900ff, 28px -243.6666666667px #ff0088, 131px -112.6666666667px #00ffa6, 8px -367.6666666667px #00ff9d, -146px 68.3333333333px #ff0d00, -134px -183.6666666667px #ff0091, -200px -272.6666666667px #00ffbf, 129px 63.3333333333px #0099ff, -41px -328.6666666667px #cc00ff, 104px -110.6666666667px #3cff00;
  }
}

@-moz-keyframes bang {
  to {
    box-shadow: 228px 48.3333333333px #1eff00, 128px -357.6666666667px #7700ff, -47px -173.6666666667px #ff7700, 33px -413.6666666667px #00d9ff, 105px -18.6666666667px #ffd500, 10px -395.6666666667px #ff9900, -217px -127.6666666667px #007bff, 197px -336.6666666667px #eeff00, 57px -85.6666666667px #00d5ff, 5px 68.3333333333px #ff00b3, 123px 7.3333333333px #a2ff00, -198px -405.6666666667px #ff00d9, 2px -388.6666666667px #59ff00, -93px 65.3333333333px #9100ff, 244px -34.6666666667px #ff9900, 195px 28.3333333333px #4000ff, -71px -245.6666666667px #ff009d, 147px -85.6666666667px #0084ff, -54px -241.6666666667px #ffbf00, 15px -164.6666666667px #ff0091, 109px -91.6666666667px #00ff2f, -164px -166.6666666667px #9100ff, -231px -108.6666666667px #ffd900, -147px -340.6666666667px #00ffa2, 71px -220.6666666667px #00ffcc, 96px -201.6666666667px #00ff3c, -160px -324.6666666667px #2fff00, -171px -308.6666666667px #ff3300, 154px -37.6666666667px #00ffd5, 137px -364.6666666667px #ffea00, -146px -253.6666666667px #0062ff, -69px -21.6666666667px #00ff2f, 109px -55.6666666667px #c4ff00, 214px -371.6666666667px #91ff00, 161px -57.6666666667px #0400ff, -156px -91.6666666667px #00ff77, 40px 17.3333333333px #ffd900, 238px 23.3333333333px #a600ff, 160px -32.6666666667px #00ff0d, 172px -336.6666666667px #22ff00, 28px 63.3333333333px #ff3c00, -79px 81.3333333333px #9900ff, 28px -243.6666666667px #ff0088, 131px -112.6666666667px #00ffa6, 8px -367.6666666667px #00ff9d, -146px 68.3333333333px #ff0d00, -134px -183.6666666667px #ff0091, -200px -272.6666666667px #00ffbf, 129px 63.3333333333px #0099ff, -41px -328.6666666667px #cc00ff, 104px -110.6666666667px #3cff00;
  }
}

@-o-keyframes bang {
  to {
    box-shadow: 228px 48.3333333333px #1eff00, 128px -357.6666666667px #7700ff, -47px -173.6666666667px #ff7700, 33px -413.6666666667px #00d9ff, 105px -18.6666666667px #ffd500, 10px -395.6666666667px #ff9900, -217px -127.6666666667px #007bff, 197px -336.6666666667px #eeff00, 57px -85.6666666667px #00d5ff, 5px 68.3333333333px #ff00b3, 123px 7.3333333333px #a2ff00, -198px -405.6666666667px #ff00d9, 2px -388.6666666667px #59ff00, -93px 65.3333333333px #9100ff, 244px -34.6666666667px #ff9900, 195px 28.3333333333px #4000ff, -71px -245.6666666667px #ff009d, 147px -85.6666666667px #0084ff, -54px -241.6666666667px #ffbf00, 15px -164.6666666667px #ff0091, 109px -91.6666666667px #00ff2f, -164px -166.6666666667px #9100ff, -231px -108.6666666667px #ffd900, -147px -340.6666666667px #00ffa2, 71px -220.6666666667px #00ffcc, 96px -201.6666666667px #00ff3c, -160px -324.6666666667px #2fff00, -171px -308.6666666667px #ff3300, 154px -37.6666666667px #00ffd5, 137px -364.6666666667px #ffea00, -146px -253.6666666667px #0062ff, -69px -21.6666666667px #00ff2f, 109px -55.6666666667px #c4ff00, 214px -371.6666666667px #91ff00, 161px -57.6666666667px #0400ff, -156px -91.6666666667px #00ff77, 40px 17.3333333333px #ffd900, 238px 23.3333333333px #a600ff, 160px -32.6666666667px #00ff0d, 172px -336.6666666667px #22ff00, 28px 63.3333333333px #ff3c00, -79px 81.3333333333px #9900ff, 28px -243.6666666667px #ff0088, 131px -112.6666666667px #00ffa6, 8px -367.6666666667px #00ff9d, -146px 68.3333333333px #ff0d00, -134px -183.6666666667px #ff0091, -200px -272.6666666667px #00ffbf, 129px 63.3333333333px #0099ff, -41px -328.6666666667px #cc00ff, 104px -110.6666666667px #3cff00;
  }
}

@-ms-keyframes bang {
  to {
    box-shadow: 228px 48.3333333333px #1eff00, 128px -357.6666666667px #7700ff, -47px -173.6666666667px #ff7700, 33px -413.6666666667px #00d9ff, 105px -18.6666666667px #ffd500, 10px -395.6666666667px #ff9900, -217px -127.6666666667px #007bff, 197px -336.6666666667px #eeff00, 57px -85.6666666667px #00d5ff, 5px 68.3333333333px #ff00b3, 123px 7.3333333333px #a2ff00, -198px -405.6666666667px #ff00d9, 2px -388.6666666667px #59ff00, -93px 65.3333333333px #9100ff, 244px -34.6666666667px #ff9900, 195px 28.3333333333px #4000ff, -71px -245.6666666667px #ff009d, 147px -85.6666666667px #0084ff, -54px -241.6666666667px #ffbf00, 15px -164.6666666667px #ff0091, 109px -91.6666666667px #00ff2f, -164px -166.6666666667px #9100ff, -231px -108.6666666667px #ffd900, -147px -340.6666666667px #00ffa2, 71px -220.6666666667px #00ffcc, 96px -201.6666666667px #00ff3c, -160px -324.6666666667px #2fff00, -171px -308.6666666667px #ff3300, 154px -37.6666666667px #00ffd5, 137px -364.6666666667px #ffea00, -146px -253.6666666667px #0062ff, -69px -21.6666666667px #00ff2f, 109px -55.6666666667px #c4ff00, 214px -371.6666666667px #91ff00, 161px -57.6666666667px #0400ff, -156px -91.6666666667px #00ff77, 40px 17.3333333333px #ffd900, 238px 23.3333333333px #a600ff, 160px -32.6666666667px #00ff0d, 172px -336.6666666667px #22ff00, 28px 63.3333333333px #ff3c00, -79px 81.3333333333px #9900ff, 28px -243.6666666667px #ff0088, 131px -112.6666666667px #00ffa6, 8px -367.6666666667px #00ff9d, -146px 68.3333333333px #ff0d00, -134px -183.6666666667px #ff0091, -200px -272.6666666667px #00ffbf, 129px 63.3333333333px #0099ff, -41px -328.6666666667px #cc00ff, 104px -110.6666666667px #3cff00;
  }
}

@keyframes bang {
  to {
    box-shadow: 228px 48.3333333333px #1eff00, 128px -357.6666666667px #7700ff, -47px -173.6666666667px #ff7700, 33px -413.6666666667px #00d9ff, 105px -18.6666666667px #ffd500, 10px -395.6666666667px #ff9900, -217px -127.6666666667px #007bff, 197px -336.6666666667px #eeff00, 57px -85.6666666667px #00d5ff, 5px 68.3333333333px #ff00b3, 123px 7.3333333333px #a2ff00, -198px -405.6666666667px #ff00d9, 2px -388.6666666667px #59ff00, -93px 65.3333333333px #9100ff, 244px -34.6666666667px #ff9900, 195px 28.3333333333px #4000ff, -71px -245.6666666667px #ff009d, 147px -85.6666666667px #0084ff, -54px -241.6666666667px #ffbf00, 15px -164.6666666667px #ff0091, 109px -91.6666666667px #00ff2f, -164px -166.6666666667px #9100ff, -231px -108.6666666667px #ffd900, -147px -340.6666666667px #00ffa2, 71px -220.6666666667px #00ffcc, 96px -201.6666666667px #00ff3c, -160px -324.6666666667px #2fff00, -171px -308.6666666667px #ff3300, 154px -37.6666666667px #00ffd5, 137px -364.6666666667px #ffea00, -146px -253.6666666667px #0062ff, -69px -21.6666666667px #00ff2f, 109px -55.6666666667px #c4ff00, 214px -371.6666666667px #91ff00, 161px -57.6666666667px #0400ff, -156px -91.6666666667px #00ff77, 40px 17.3333333333px #ffd900, 238px 23.3333333333px #a600ff, 160px -32.6666666667px #00ff0d, 172px -336.6666666667px #22ff00, 28px 63.3333333333px #ff3c00, -79px 81.3333333333px #9900ff, 28px -243.6666666667px #ff0088, 131px -112.6666666667px #00ffa6, 8px -367.6666666667px #00ff9d, -146px 68.3333333333px #ff0d00, -134px -183.6666666667px #ff0091, -200px -272.6666666667px #00ffbf, 129px 63.3333333333px #0099ff, -41px -328.6666666667px #cc00ff, 104px -110.6666666667px #3cff00;
  }
}

@-webkit-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0;
  }
}

@-moz-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0;
  }
}

@-o-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0;
  }
}

@-ms-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0;
  }
}

@keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0;
  }
}

@-webkit-keyframes position {

  0%,
  19.9% {
    margin-top: 10%;
    margin-left: 40%;
  }

  20%,
  39.9% {
    margin-top: 40%;
    margin-left: 30%;
  }

  40%,
  59.9% {
    margin-top: 20%;
    margin-left: 70%;
  }

  60%,
  79.9% {
    margin-top: 30%;
    margin-left: 20%;
  }

  80%,
  99.9% {
    margin-top: 30%;
    margin-left: 80%;
  }
}

@-moz-keyframes position {

  0%,
  19.9% {
    margin-top: 10%;
    margin-left: 40%;
  }

  20%,
  39.9% {
    margin-top: 40%;
    margin-left: 30%;
  }

  40%,
  59.9% {
    margin-top: 20%;
    margin-left: 70%;
  }

  60%,
  79.9% {
    margin-top: 30%;
    margin-left: 20%;
  }

  80%,
  99.9% {
    margin-top: 30%;
    margin-left: 80%;
  }
}

@-o-keyframes position {

  0%,
  19.9% {
    margin-top: 10%;
    margin-left: 40%;
  }

  20%,
  39.9% {
    margin-top: 40%;
    margin-left: 30%;
  }

  40%,
  59.9% {
    margin-top: 20%;
    margin-left: 70%;
  }

  60%,
  79.9% {
    margin-top: 30%;
    margin-left: 20%;
  }

  80%,
  99.9% {
    margin-top: 30%;
    margin-left: 80%;
  }
}

@-ms-keyframes position {

  0%,
  19.9% {
    margin-top: 10%;
    margin-left: 40%;
  }

  20%,
  39.9% {
    margin-top: 40%;
    margin-left: 30%;
  }

  40%,
  59.9% {
    margin-top: 20%;
    margin-left: 70%;
  }

  60%,
  79.9% {
    margin-top: 30%;
    margin-left: 20%;
  }

  80%,
  99.9% {
    margin-top: 30%;
    margin-left: 80%;
  }
}

@keyframes position {

  0%,
  19.9% {
    margin-top: 10%;
    margin-left: 40%;
  }

  20%,
  39.9% {
    margin-top: 40%;
    margin-left: 30%;
  }

  40%,
  59.9% {
    margin-top: 20%;
    margin-left: 70%;
  }

  60%,
  79.9% {
    margin-top: 30%;
    margin-left: 20%;
  }

  80%,
  99.9% {
    margin-top: 30%;
    margin-left: 80%;
  }
}


/* Mobile cart */

.moblist ul li {
  display: inline-block;
  padding: 0 20px;
  margin-top: 10px;
}

.moblist {
  margin-left: auto;
  /* margin-right: auto; */
}


/* -----------Media screen---------- */

@media only screen and (max-width:3500px) {
  .mob {
    visibility: hidden;
  }
}

@media only screen and (max-width:2560px) {
  .cakemobilemainicon {
    display: none;
  }

  .cake--mobile-hide {
    display: block;
  }
}

@media only screen and (max-width:1300px) {
  .enquireFormcontent {
    margin-right: auto;
  }

  .enquireFormcontent {
    padding: 15px 85px;
  }

  .enqimage {
    width: auto;
    height: auto;
  }

  .productmainsection .swiper-button-product-prev {
    left: 100px;
  }

  .productmainsection .swiper-button-product-next {
    right: 100px;
  }

  .product-prev {
    left: 30px;
  }

  .product-next {
    right: 30px;
  }
}

@media only screen and (max-width:1200px) {

  /* .swiper-button-prev,
    .swiper-rtl .swiper-button-next {
        left: 100px;
    }
    .swiper-button-next,
    .swiper-rtl .swiper-button-prev {
        right: 100px;
    } */
  .cakemaster {
    left: 0px;
  }

  .contactwraper {
    margin: 0 auto;
  }

  .getintouchbg {
    flex: 0 0 100%;
  }

  .getintouchsection .custom-flex {
    flex-wrap: wrap;
  }

  .getintouchform {
    padding: 10% 5px;
    padding-bottom: 0;
    flex: 0 0 100%;
  }

  .whatwedocard {
    padding: 40px 0px;
    padding-bottom: 5px;
  }

  .aboutusImage {
    width: auto;

  }

  .productThumb .mySwiper1 {
    bottom: 75px;
  }

  .cakeoption ul li {
    margin-left: 5px;
    margin-right: 5px;
  }

  .branchwraper {
    padding: 0px 10%;
  }

  .product-next {
    right: 10px;
    z-index: 999;
  }

  .product-prev {
    left: 10px;
    z-index: 999;
  }
}

@media only screen and (max-width:1090px) {
  .swiper-button-prev_01 {
    z-index: 999;
    left: 0;
  }

  .swiper-button-next_01 {
    z-index: 999;
    right: 0px;
  }
}

@media only screen and (max-width: 1024px) {
  .row .response {
    flex: 0 0 50%;
    max-width: 100%;
  }

  /* .footborder {
        height: 399px;
    } */
  .footBorder {
    padding: 20px;
    height: auto;
  }

  /* .cakenext .swiper-button-prev img {
    transform: rotate(270deg);
  }

  .cakenext .swiper-button-next img {
    transform: rotate(90deg);
  } */

  .user img {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
  }

  .productdetailsbtn {
    margin-top: 35px;
    margin-right: 5px;
  }

  .allbranchesslider {
    padding: 75px 0px;
  }

  .cakemastercontent {
    padding-left: 110px;
  }

  .text-light-black {
    font-size: 17px;
  }

  .productmainsection .swiper-button-product-next {
    right: 50px;
  }

  .productmainsection .swiper-button-product-prev {
    left: 50px;
  }
}

@media only screen and (max-width:972px) {
  .cakemastercontent {
    padding-left: 0px;
  }

  .subborder:after {
    top: 132px !important;
  }
}

@media (max-width: 991px) {
  .carttitle h1 {
    font-size: 16px;
  }

  .enquireFormcontent {
    height: auto;
    width: 100%;
  }

  .col-sm-6.col-md-6.col-lg-6.formoverFlow.modalFlewidth.order1 {
    width: 100% !important;
  }

  .order1 {
    order: 1;
  }

  .order2 {
    order: 2;
    justify-content: center;
    display: flex;
    margin: 0 auto;
  }

  .hori-line {
    padding: 0px 5px;
  }

  .customwidth {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
  }

  .DiscoverProducts .widthchange {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .subborder:after {
    top: 129px !important;
  }

  .customwidth {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .footborder {
    height: auto;
  }

  .cartsection .col-md-3 {
    flex: 0 0 50%;
    max-width: 100%;
  }

  .cartsection .col-md-9 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .cartsection hr {
    border: 1px solid #cecbc8;
    max-width: 100%;
  }
}

@media only screen and (max-width: 769px) {
  .mob {
    visibility: visible;
  }

  .cart,
  .bannerInner {
    background-size: cover;
    background-repeat: no-repeat;
    height: 250px;
  }

  #EnquireForm {
    overflow: scroll;
  }


}

@media only screen and (max-width: 768px) {
  .mCustomScrollbar {
    margin: 0 auto;
  }

  .tab768 {
    display: none;
  }

  .padd-top {
    margin-top: 20px;
  }

  .cakeoption ul li {
    margin-left: 5px;
    margin-right: 5px;
  }

  .cakeoption ul li img {
    width: 60px;
  }

  .cakeoption {
    margin-top: -36px;
  }

  .cakeoption ul li p {
    font-size: 13px;
  }

  .testimonialssection .swiper-button-prev {
    left: 5px;
  }

  .testimonialssection .swiper-button-next {
    right: 5px;
  }

  .footwidth.col-md-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .customlast {
    display: grid;
    text-align: center;
  }

  .terms span a {
    float: none;
  }

  .terms {
    text-align: center;
  }

  .terms h5 {
    text-align: left;
  }

  .sectiontitle h1,
  .cakemastertitle h1,
  .cakemastersubtitle h1,
  .testimonialssection h1,
  .featuredtitle h1,
  .testilasttitle h1 {
    font-size: 28px;
    line-height: 33px;
    margin-bottom: 10px;
  }

  .line {
    margin-left: 0 !important;
  }

  /* .footborder {
        height: 299px;
    } */
  .footwidth1 {
    -ms-flex: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .user img {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
  }

  .cartcount {
    right: auto;
  }

  .cakemastersubtitle h1:after {
    bottom: 5px;
  }

  .featuredtitle h1:after {
    bottom: 5px;
  }

  .testilasttitle h1:after {
    bottom: 5px;
  }

  /* .cakenext .swiper-button-prev img {
    transform: rotate(269deg);
  }

  .cakenext .swiper-button-next img {
    transform: rotate(90deg);
  } */

  .custom-flex {
    display: grid;
  }

  .contactwraper {
    margin: auto;
  }

  .productweight {
    display: grid;
  }

  .selectquantity {
    margin-right: 10px;
  }

  .checkbox {
    margin-left: 10px;
  }

  .productdetailsbtn {
    font-size: 16px;
    width: 150px;
    margin-top: 20px;
    margin-right: 10px;
    height: 44px;
  }

  .productThumb .swiper-slide img {
    width: inherit;
    height: inherit;
  }

  .productThumb .mySwiper1 {
    bottom: 55px;
  }

  .modalFlex {
    display: grid;
  }

  .modalFlewidth {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .enqimage {
    text-align: center;
    width: 450px;
    margin: auto;
    border-radius: 10px;
    margin-top: 20px;
  }

  .whatwedosection .col-md-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .whatwedocard {
    margin-bottom: 20px;
  }

  .cakeimgcontent p {
    padding-left: 60px;
    padding-top: 0px;
  }

  .aboutwhatwelove .col-sm-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .aboutusTitle h1 {
    margin-top: 15px;
  }

  .aboutusWraper h3 {
    margin-bottom: 20px;
  }

  section {
    margin: 25px 0;
  }

  .productmainsection .swiper-button-product-next {
    right: 10px;
  }

  .productmainsection .swiper-button-product-prev {
    left: 10px;
  }

  .navbar-nav {
    text-align: right;
    margin-top: 10px;
  }

  .dropdown-item {
    text-align: right;
  }
}

@media only screen and (max-width:767px) {
  .cakeImgflex {
    display: inline-block;
  }

  .cakebgimage {
    margin: auto;
  }

  .cakeimgcontent p {
    padding-left: 0px;
    padding-top: 20px;
  }

  .productThumb .col-sm-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .slide--web .swiper-button-next:after {
    font-size: 20px;
  }

  .slide--web .swiper-button-prev:after {
    font-size: 20px;
  }
}

@media only screen and (max-width:600px) {
  .footercontactus ul li {
    justify-content: center;
  }
}

@media only screen and (max-width:575px) {
  .col-sm-4.col-md-4.col-lg-4.footwidth.footborder.response {
    max-width: calc(100% - 30px);
    margin: auto;
  }

  .sectiontitle h1:after {
    width: 35px;
  }

  .testimonialssection {
    margin-top: 10px;
  }

  .homeAboutImg {
    height: auto;
  }

  .enquireFormcontent {
    padding: 0px;
  }

  .cartflexsection {
    flex-wrap: wrap;
  }

  .cartflexsection .removeitem {
    display: flex;
    justify-content: right;
    width: 100%;
  }

  .searchcakeresult .bg1 {
    margin: 15px 0;
  }

  .searchcakeresult .bg2 {
    margin: 15px 0;
  }

  .searchcakeresult .bg3 {
    margin: 15px 0;
  }

  .searchcakeresult .bg4 {
    margin: 15px 0;
  }

  .cakecartflex {
    /* justify-content: space-between; */
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .enquireFormcontent {
    width: auto;
    height: auto;
  }

  .enqimage {
    width: auto;
    height: auto;
  }

  .mycontainer {
    padding-left: 15px !important;
  }

  .enqmodalbody .close span {
    right: 20px;
  }
}

@media only screen and (min-width:600px) {
  .slide--mob {
    display: none;
  }

  .slide--web {
    display: block;
  }

  .removeitemmob {
    display: none;
  }

  .removeitemweb {
    display: block;
  }
}

@media only screen and (max-width: 600px) {
  .bannerSlide {
    /* max-height: 200px;
    min-height: 200px; */
  }

  .searchcakeresult .cakecartflex {
    padding: 15px;
  }

  /* Home page grid icons */
  .cakemobilemainicon {
    display: block;
  }

  .cake--mobile-hide {
    display: none;
  }

  .cakemobilemainicon .col-sm-6 {
    width: 50%;
  }

  .cakemobilemenu-wraper {
    margin-bottom: 5px;
  }

  .cakemobilemenu-wraper h4 {
    color: #232323;
    font-family: Open Sans;
    font-weight: 600;
    text-align: center;
    line-height: 3;
    font-size: 16px;
  }

  .cakemobilemenu {
    text-align: center;
    width: 135px;
    height: 120px;
    border-radius: 10px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .cakemobilemenu-wraper:hover img {
    transform: scale(1);
    transition: 0.3s;
  }

  .cakemobilemenu-wraper img {
    transition: 0.3s;
    height: auto;
    /* height: 100%; */
  }

  .cakemobilemenu-wraper:hover h4 {
    color: #5b368c;
  }

  .cakemobilemainicon .row .col-sm-6:nth-child(1) .cakemobilemenu {
    /* background: #F195B2; */
    margin-top: 30px;
  }

  .cakemobilemainicon .row .col-sm-6:nth-child(2) .cakemobilemenu {
    /* background: #94c9d9; */
    margin-top: 30px;
  }

  .cakemobilemainicon .row .col-sm-6:nth-child(3) .cakemobilemenu {
    /* background: #f2b544; */
  }

  .cakemobilemainicon .row .col-sm-6:nth-child(4) .cakemobilemenu {
    /* background: #d69e76; */
  }

  .cakemobilemainicon .row .col-sm-6:nth-child(5) .cakemobilemenu {
    /* background: #acce7b; */
  }

  /* End home page grid icons */
  .removeitemweb {
    display: none;
  }

  .slide--web {
    display: none;
  }

  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    left: 10px;
  }

  .relatedproductslider .swiper-slide .cakecard {
    width: 80%;
  }

  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    right: 10px;
  }

  .footwidth.col-md-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }

  .row .response {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .footerquicklinks {
    text-align: center;
  }

  .company p {
    text-align: center;
  }

  .bannerslider .swiper-button-next:after {
    font-size: 20px;
    right: 0;
    z-index: 999;
  }

  .bannerslider .swiper-button-next {
    right: 0;
  }

  .bannerslider .swiper-button-prev {
    left: 0;
  }

  .bannerslider .swiper-button-prev:after {
    font-size: 20px;
    left: 0;
    z-index: 999;
  }

  .user img {
    width: 50px;
    height: 50px;
  }

  .arrowmar {
    width: 105px
  }

  .testimonialLastsection .swiper-button-next1 {
    right: 0;
    /* left: 0; */
    top: 0;
    position: absolute;
  }

  .testimonialLastsection .swiper-button-prev1 {
    /* right: 0; */
    left: 0;
    top: 0;
    margin-top: inherit;
  }

  .testimonialLastsection .swiper-button-next1 img {
    transform: rotate(90deg);
  }

  .testimonialLastsection .swiper-button-prev1 img {
    transform: rotate(90deg);
  }

  section {
    margin: 25px 0;
  }

  /* .footborder {
        height: 353px;
        background-size: contain;
    } */
  .cakenext .swiper-button-prev img {
    transform: rotate(90deg);
  }

  .cakenext .swiper-button-next img {
    transform: rotate(270deg);
  }

  .branchwraper {
    /* padding: 0px 10px; */
    padding: 0px 30px;
  }

  .productThumb .mySwiper1 {
    bottom: 65px;
  }

  /* .cartflexsection {
        display: grid;
        justify-content: center;
    } */
  .removeicon {
    text-align: right;
  }

  .cartright {
    text-align: right;
  }

  .whatwedosection .col-md-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .whatwedocard {
    margin-bottom: 0;
    padding: 0px;
    padding-top: 15px;
  }

  .productfilterflex {
    display: block;
  }

  .DiscoverProducts .widthchange {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .cartsection .col-md-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .cartsection .col-md-9 {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: left;
  }

  .bannerInner h1 {
    font-size: 20px;
    line-height: 1.2;
  }

  .aboutusTitle h1 {
    font-size: 25px;
    line-height: 33px;
    margin-top: 10px;
  }

  .aboutusWraper h3 {
    margin-bottom: 20px;
  }

  .traditiontitle h1 {
    font-size: 25px;
  }

  .aboutusTitle h1:after {
    bottom: 8px;
    width: 20px;
  }

  .traditiontitle h1:after {
    bottom: 17px;
  }

  .whyUstitle h1 {
    font-size: 25px;
  }

  .whyUstitle h1:after {
    bottom: 18px;
  }

  .whatwedotitle h1 {
    font-size: 25px;
  }

  .whatwedotitle h1:after {
    bottom: 17px;
  }

  .ourteamsection h1 {
    font-size: 25px;
  }

  .ourteamsection h1:after {
    bottom: 17px;
  }

  .loadmore button {
    margin-bottom: 20px;
  }

  .productdetailcake h1 {
    font-size: 25px;
  }

  .prodprice h1 {
    font-size: 25px;
  }

  .relatedproducttitle h1 {
    font-size: 25px;
  }

  .swiper-button-prev_01 img {
    width: 30px;
    height: 30px;
  }

  .swiper-button-next_01 img {
    width: 30px;
    height: 30px;
  }

  .swiper-pagination0_1 {
    display: none;
  }
}

@media only screen and (max-width:570px) {
  .animcard:before {
    width: 100%;
    height: 275px;
  }

  .cakemaster {
    left: 0;
  }

  .animcard {
    width: auto;
    height: 275px;
  }

  /* .cakesection {
        margin-top: -45px;
    } */
  .line {
    margin: 0px auto !important;
  }

  .reelpara {
    padding: 15px 40px 0px 40px !important;
    font-size: 16px !important;
  }

  .testimonialssection .swiper-button-next:after {
    font-size: 20px;
  }

  .testimonialssection .swiper-button-prev:after {
    font-size: 20px;
  }
}

@media only screen and (max-width:491px) {
  .bottomcontent img {
    margin-top: auto;
  }

  .sortdrop {
    justify-content: space-between;
  }
}

@media only screen and (max-width: 470px) {

  /* top bar */
  .phone {
    margin-right: 5px;
    padding: 0px 8px;
  }

  .whatsapp {
    /* margin-right: 5px; */
    padding: 0px 8px;
  }

  .phonenumber a {
    margin-left: 5px;
    font-size: 11px;
    padding: 0px 8px;
  }

  .twit {
    margin-left: 8px;
    margin-right: 8px;
    padding: 0px 8px;
  }

  .fb,
  .insta {
    padding: 0px 8px;
  }


  .topbar img {
    width: 14px;
    height: 14px;
  }

  .apple {
    bottom: 50px;
  }

  .row .response {
    flex: 0 0 100%;
    max-width: 100%;
    margin: auto;
    max-width: calc(100% - 30px);
  }

  .testimonialtitle p {
    padding: 15px 25px;
  }

  .cakemasterpara p {
    margin: 15px 0;
  }

  .testimonialssection .swiper-button-next {
    right: 0;
  }

  .testimonialssection .swiper-button-prev {
    left: 0;
  }

  .play {
    justify-content: center;
  }

  .testimonialssection .icon img {
    width: 50px !important;
  }

  .watchcontent {
    margin-left: 0;
  }
}

@media only screen and (max-width:469px) {

  .moblist,
  .navbar-light .navbar-brand {
    /* margin-right: auto; */
    margin: 0;
  }

  .navbar-light .navbar-toggler {
    padding: 0;
  }

  .testimonialssection .swiper-button-prev:after {
    font-size: 20px;
  }

  .testimonialssection .swiper-button-next:after {
    font-size: 20px;
  }

  .cakesection .special:after {
    width: 70px;
    height: 70px;
  }

  .getintouchcard {
    padding: 17% 12%;
  }

  .contactwraper {
    width: 359px;
    height: 450px;
  }

  .getintouchcard h3 {
    margin-top: 40px;
  }

  .contactwraper {
    margin: 0 auto;
  }

  .getintouchtitle h1 {
    font-size: 25px;
    text-align: center;
  }

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

  /* .cakesection .swiper-slide img {
        margin-bottom: 20px;
    } */
  .cakesection .special:after {
    bottom: 2px;
  }

  .text-light-black {
    font-size: 16px;
  }
}

@media only screen and (max-width:428px) {
  .moblist ul li {
    padding: 0 5px;
  }

  section {
    margin: 20px 0;
  }

  .text-light-black {
    font-size: 14px;
  }

  .productmainsection .swiper-button-product-prev {
    bottom: 37%;
  }

  .productmainsection .swiper-button-product-next {
    bottom: 37%;
  }

  .product-next {
    bottom: 40%;
  }

  .product-prev {
    bottom: 40%;
  }
}

@media screen and (max-width: 425px) {
  .container1:before {
    left: 20px;
    width: 2px;
  }

  .timeline-block {
    width: 100%;
    /* margin-bottom: 30px; */
  }

  .timeline-block-right {
    float: none;
  }

  .timeline-block-left {
    float: none;
    direction: ltr;
  }

  .timeline-block-left {
    text-align: inherit;
  }

  .allbranchesslider {
    padding: 30px 0px;
  }

  .allbranches .swiper-button-prev {
    left: 10px;
  }

  .allbranches .swiper-button-next {
    right: 10px;
  }
}

@media only screen and (max-width: 399px) {
  .moblist ul {
    padding-left: 0px;
  }

  .bottomcontent p {
    line-height: 27px;
  }

  .bottomcontent img {
    margin-top: -7px;
  }
}

@media only screen and (max-width: 375px) {
  .sectiontitle h1:after {
    width: 20px;
  }

  .featuredtitle h1:after {
    width: 20px;
  }

  .testilasttitle h1:after {
    width: 20px;
  }

  .contactwraper {
    width: 340px;
    height: 458px;
  }

  .getintouchtitle h1 {
    font-size: 28px;
  }

  .getintouchcard {
    padding: 25% 15%;
  }

  /* .cakecartflex {
        display: grid;
    } */
  .cakecartflex {
    justify-content: center;
  }

  .relatedproducts .bg1 {
    padding: 25px 0
  }

  .relatedproducts .bg2 {
    padding: 25px 0
  }

  .relatedproducts .bg3 {
    padding: 25px 0
  }

  .relatedproducts .bg4 {
    padding: 25px 0
  }

  .hori-line {
    padding: 0;
  }

  .enqtitle h1 {
    font-size: 35px;
  }

  .play {
    width: 305px;
  }

  .terms {
    text-align: center;
  }

  .cakebgimage {
    padding-left: 22px;
    padding-top: 27px;
  }

  .cakebgimage {
    height: 252px;
  }

  .cakemastersubtitle h1:after {
    width: 20px;
  }
}

@media only screen and (max-width:360px) {
  .navbar-brand {
    margin-right: 0px;
  }

  .box1 {
    width: 190px
  }

  .getintouchform {
    padding: 7% 15px;
  }
}

@media only screen and (max-width:320px) {
  .moblist ul {
    padding-left: 0;
  }

  .moblist ul li {
    padding: 0px;
  }

  .navbar-toggler {
    padding: 0px !important;
  }

  .contactwraper {
    width: 305px;
    height: 395px;
    margin-top: 15px;
  }

  .getintouchcard {
    padding: 12% 15%;
  }

  .aboutusbttn {
    font-size: 16px;
    width: 180px;
    height: 41px;
  }

  .cakebgimage img {
    max-width: 100%;
  }

  .cakebgimage {
    padding-top: 30px;
    width: 303px;
    height: 227px;
  }

  .ourteamcard {
    margin-top: -48px !important;
  }

  .ourteamsection {
    height: 140px;
  }

  .sortdrop .select {
    width: 190px;
  }

  .quantity.buttons_added {
    width: 120px;
  }

  .quantity.buttons_added .minus,
  .quantity.buttons_added .plus {
    width: 34px;
  }

  .productThumb .mySwiper2 {
    height: 180px;
    max-width: 100%;
  }

  .productThumb .swiper-slide img {
    max-width: 100px;
  }

  .productThumb .mySwiper1 {
    bottom: 75px;
  }

  .productThumb .mySwiper1 .swiper-slide {
    width: 50px !important;
    height: 42px;
  }

  .aboutusbttn {
    width: auto;
  }

  .sectiontitle h1 {
    font-size: 27px;
  }

  .iconcontent p {
    font-size: 14px;
  }

  .searchform {
    width: 100%;
  }

  .modal-body span {
    right: 0px;
  }

  #searchmodal .modal-body span {
    right: 10px;
  }
}

/*
-----------------------------------------------------
Updated On : 18-03-2022
Author : Arun
-----------------------------------------------------
*/


.col-grid__left,
.col-grid__right {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.col-grid__left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media(max-width:767px) {

  .col-grid__left,
  .col-grid__right {
    padding: 3rem 0rem;
  }
}

@media(min-width:768px) {
  .col-grid__left {
    width: 35%;
  }

  .col-grid__right {
    width: calc(100% - 35%);
    height: 100vh;
    overflow: auto;
  }

  .enquireFormcontent {
    padding: 15px 50px;
  }

  .overflow-md-hidden {
    overflow: hidden !important;
  }
  .productweighttitle h6 {
      margin-bottom: 1.5rem
   }

}

@media(min-width:992px) {
  .col-grid__left {
    width: 45%;
  }

  .col-grid__right {
    width: calc(100% - 45%);
  }

  .enquireFormcontent {
    padding: 40px 10px 40px 150px;
    max-width: 600px;
    margin-left: 0rem;
  }
}

@media(min-width:768px) {
  .whatsapp {

    margin-left: 10px;
  }

}


.pwa-app .p-sidebar-header {
  padding: 0rem !important;
  display: none !important;
}

@media(max-width:992px) {
  .navborder:after {
    /* bottom: -9px; */
    bottom: -8px;
  }
}
