@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:root {
  --primary: #bd3c31;
  --secondary: #000;
  --font: "Poppins", sans-serif;
  --fs16: 16px;
  --fs14: 14px;
  --ts: 0.3s all ease-in-out;
  --text:#444444;
}

body {
  padding: 0;
  margin: 0;
  font-family: var(--font);
  background-image: url("../img/bakers_bg.svg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  overflow-x: hidden;
}

* {
    box-sizing: border-box;
}

a {
  text-decoration: none;
}

.btn, input[type="text"], input, textarea,
button {
  box-shadow: none !important;
  transition: var(--ts);
}

.btn:hover, button.slick-prev.slick-arrow:hover, button.slick-next.slick-arrow:hover {
  background: #96372f!important;
  color: #fff;
}

/* default start */
.her_sli_div .container-fluid,
.abt-div .container-fluid {
  width: 90%;
  max-width: 1200px;
}

.fresh-div_new .slick-dots, .ymal .designer_cakes_sli_div-cnt  .slick-dots,
.slick-next:before, .designer-div_new .designer_cakes_sli_div-cnt .slick-dots,
.slick-prev:before,    #del_dat_mod .form-control:disabled, #del_dat_mod .form-control[readonly],
.slick-dots li button:before {
  display: none!important;
}

span, a, p, font {
  font-family: var(--font)!important;
}

/* default end */

/* header start */
.hea-div_new-icn {
  width: 30px;
}

.hea-div_new-log {
  height: 65px;
}

.hea-div_new-log img {
  height: 100%;
}

.hea-div_new {
  border-bottom: 1px solid var(--text);
}

.nav-sea-bar-div>form>fieldset {
  height: 50px;
  width: 100%;
  border: 1px solid black !important;
  border-radius: 8px;
  background-color: #fff;
  z-index: 12;
  padding: 0 20px;
}
.nav-sea-bar-div>form>fieldset > input::placeholder {
    color: var(--text);
}
#search {
  font-size: var(--fs16);
  font-weight: 500;
  height: 46px;
  color: var(--text);
  width: 100%;
  box-shadow: none;
  outline: none;
  margin-right: 15px;
  border: none !important;
}

.nav-oth-icn-div>ul {
  grid-gap: 40px;
}

.w-40 {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.cart-count {
  top: -3px;
  right: -3px;
  width: 20px;
  background: var(--primary);
  border-radius: 100%;
  font-size: 12px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-oth-icn-div .lnkCnt_span {
  font-weight: 500;
  display: block;
  margin-top: 6px;
  color: var(--secondary);
  font-size: var(--fs16);
  white-space: nowrap;
}

.lst-menu_icn {
  width: 6px;
  margin: 5px auto;
}

.flex-1 {
  flex: 1;
}

/* header end */
/* navbar start */
.nav-div_new {
  border-bottom: 1px solid rgb(0 0 0 / 10%);
  box-shadow: 0 3px 5px 0 rgb(120 120 120 / 20%);
}

.nav-category_new-div ul {
  grid-gap: 40px;
}

.nav-category_new-div>ul>li>a,
.nav-category_new-sub-menu-div ul li a {
  padding: 14px 0px;
  font-weight: 500;
  color: var(--secondary);
  display: block;
  font-size: var(--fs16);
}

.nav-category_new-sub-menu-div ul li a {
  padding: 10px 0px !important;
}

.nav-category_new-div li:hover>a {
  font-weight: 600;
  color: var(--primary);
}

.nav-category_new-div>ul>li::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: var(--primary);
  transform: scale(0);
  bottom: 0;
  left: 0;
  transition: var(--ts);
}

.nav-category_new-div>ul>li:hover::before {
  transform: scale(1);
}

.nav-category_new-div>ul>li::after {
  content: "";
  position: absolute;
  top: 45px;
  left: 0;
  background: transparent;
  width: 100%;
  height: 8px;
  z-index: 2;
}

.nav-category_new-sub-menu-div {
  position: absolute;
  top: 54px;
  left: -10px;
  z-index: 9999;
  background: #fff;
  min-width: 276px;
  padding: 10px 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 4px 0px #0000001a;
}

.nav-category_new-div>ul>li:hover .nav-category_new-sub-menu-div {
  display: block !important;
}

/* navbar end */

/* nav start */
.nav-div_new-menu {
  background: #fff;
  z-index: 99999;
  position: fixed;
  top: 0;
  left: -100%;
  width: 400px;
  padding: 0px 0px 40px 25px;
  height: 100%;
  box-shadow: 0px 0px 10px 0 rgb(120 120 120 / 20%);
  transition: var(--ts);
}

.nav-div_new-menu.hide_menu {
  left: 0%;
}

.nav-div_new-menu_lst_box>ul>li>a {
  font-size: var(--fs16);
  font-weight: 600;
  color: var(--secondary);
  padding: 14px 35px 14px 20px;
  background: transparent;
  border-radius: 8px;
  display: block;
  margin-bottom: 5px;
  margin-top: 5px;
}

.nav-div_new-menu_lst_box>ul>li.active>a {
  color: var(--primary);
  background: rgb(189 60 49 / 10%);
}

ul.SubMenuBx>li>a {
  font-size: 15px;
  font-weight: 500;
  color: rgb(0 0 0 / 70%);
  padding: 10px 20px 10px 30px;
  display: block;
}

ul.SubMenuBx1>li>a {
  font-size: 15px;
  font-weight: 500;
  color: rgb(0 0 0 / 70%);
  padding: 4px 20px 4px 60px;
  display: block;
}

.nav-div_new_title::before {
  content: '';
  position: absolute;
  width: 380px;
  height: 1px;
  background: rgb(0 0 0 / 20%);
  left: -26px;
  bottom: 0;
}

.nav-div_new_title h3 {
  font-size: 22px;
  font-weight: 600;
  color: var(--primary);
}

.nav-div_new_title i {
  font-size: 25px;
  color: var(--primary);
  -webkit-text-stroke: .5px;
  margin-right: 25px;
  margin-top: -5px;
}

.nav-div_new-menu_lst_box {
  overflow-y: scroll;
  height: 100vh;
  padding-right: 20px;
}


/* nav end */
/* hero start */
.her_sli_div-cnt .her_sli_div-img {
  grid-gap: 10px;
  border-radius: 20px;
  overflow: hidden;
  margin: 0 10px;
}

.her_sli_div-img img {
    aspect-ratio: 479/456;
  }


/* hero end */
/* looking for start */
.loo_for_div .slick-slide>div {
  margin: 0 10px;
}

.loo_for_div-img {
  height: 240px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  overflow: hidden;
}

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

.loo_for_div-box span {
  position: absolute;
  right: 0;
  left: 0;
  text-align: center;
  bottom: 10px;
  color: #fff;
  font-weight: 600;
  font-size: var(--fs16);
  object-position: top;
  z-index: 5;
}

.slick-dots {
  list-style-type: none;
  display: flex;
  justify-content: center;
  grid-gap: 15px;
  margin-bottom: -20px !important;
}

.slick-dots button {
  display: none !important;
}

.slick-dots li {
  width: 15px !important;
  height: 15px !important;
  background: #00000038;
  border-radius: 100%;
  cursor: pointer;
}

.slick-dots li.slick-active {
  background-color: var(--primary);
}

.loo_for_div-img::before,
.occasion-div_new_box_div::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to bottom, transparent 50%, #000);
  z-index: 2;
  border-radius: 20px;
}

.occasion-div_new_box {
  border-radius: 20px;
  overflow: hidden;
}

/* looking for end */
/* about start */
.new_title h2 {
  font-weight: 800;
  font-size: 35px;
  color: var(--secondary);
  z-index: 5;
}

.cat_title h2 {
  font-weight: 700;
  font-size: 24px;
  color: var(--primary);
}

.new_title h2>span,
.cat_title h2>span {
  color: var(--primary);
}

.cat_title h1 {
  font-weight: 700;
  font-size: 24px;
  color: var(--primary);
}


.cat_title h1>span {
  color: var(--primary);
}

.abt-div_cnt p {
  font-size: 17px;
  font-weight: 500;
  color: var(--secondary);
  margin-bottom: 0;
  line-height: 25px;
}

.abt-div-img {
  height: 400px;
  margin: 0 auto;
  width: 400px;
}

.abt-div-img img {
  width: 100%;
  height: 100%;
}

/* about end */
/* popular start */
.pop-div_new {
  background-color: #fff5f5;
  background-image: url("../img/bakers_bg.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.pop-div_new_itm {
  box-shadow: 0px 0px 4px 0px #0000001a;
  background: #fff;
  border-radius: var(--fs16);
  overflow: hidden;
}

.pop-div_new_img {
  height: 290px;
}

.pop-div_new_img>img {
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width:768px){
    .pop-div_new_img>img {
        height: 100%;
        object-fit: contain;
      }
      .product-image img {

        object-fit: contain !important;
        /* overflow: hidden; */
    }
}

.pop-div_new_cnt {
  padding: 10px 14px;
}

.pop-div_new_cnt p {
  font-size: 13px;
  color:var(--text) !important;
  font-weight: 500;
  margin-bottom: 8px;
}

.pop-div_new_cnt h4 {
  font-weight: 700;
  color: var(--secondary);
  font-size: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 48px;
}

.pop-div_new_str {
  padding: 10px 0;
}

.pop-div_new_str i.las.la-star.active,
.pro-dtl_div_rating i.las.la-star.active {
  color: #ffb800;
}

.pop-div_new_str i.las.la-star,
.pro-dtl_div_rating i.las.la-star {
  color: #b5b5b5;
}

.pop-div_new_str span,
.pro-dtl_div_rating span {
  font-size: 12px;
  color: var(--text) !important;
  font-weight: 500;
}

.pop-div_new_prc {
  font-size: 20px;
  color: var(--primary);
  font-weight: 600;
}

.pop-div_new_prc span {
  color: var(--text) !important;
  margin-left: 5px;
  font-size: var(--fs16);
}

.pop-div_new_itm_whst {
  position: absolute;
  right: 14px;
  top: 15px;
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
  box-shadow: 0px 0px 4px 0px #0000001a;
  font-size: 24px;
  color: var(--primary);
  -webkit-text-stroke: 1px;
}

.btn-link {
  width: auto;
  background: var(--primary);
  color: #fff;
  padding: 12px 50px;
  border-radius: 20px;
  font-weight: 600;
  font-size: var(--fs16);
  transition: var(--ts);
}

.btn-link:hover {
  background: #8d2d25 !important;
}

/* occasion start */
.occasion-div_new_box_div,
.occasion-div_new_box-img {
  height: 350px;
}

.occasion-div_new_box-img img {
  height: 100%;
}

.occasion-div_new_box_div span {
  font-weight: 700;
  color: white;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 21px;
  z-index: 5;
}

/* occasion end */

/* designer start */
.designer-div_new {
  background-color: #fff5f5;
}

.designer-div_new .slick-slide>div {
  margin: 0 10px;
}

.designer_cakes_sli_div-cnt button {}

/* designer end */

/* fresh start */
.fresh-div_new_img {
  height: auto;
  width: 400px;
}

.fresh-div_new_img img {
  height: 300px;
  object-fit: contain;
}

.fresh-div_new .slick-slide>div {
  margin: 0 10px;
}

.fresh-div_new .pop-div_new_cnt h4 {
  color: #159800;
}

.fresh_div_new_fresh_icn {
  position: absolute;
  width: 150px;
  top: -3px;
  left: -1px;
}

.fresh-div_new .designer_cakes_sli_div-cnt button,
.designer_cakes_sli_div-cnt button {
  position: absolute;
  top: 50%;
  border-radius: 100%;
  height: 50px;
  width: 50px;
  background: var(--primary);
  color: #fff;
  font-size: 28px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fresh-div_new .designer_cakes_sli_div-cnt button.slick-prev,
.designer_cakes_sli_div-cnt button.slick-prev {
  left: 0;
  margin-left: -60px;
}

.fresh-div_new .designer_cakes_sli_div-cnt button.slick-next,
.designer_cakes_sli_div-cnt button.slick-next {
  right: 0;
  margin-right: -60px;
}

/* fresh end */
/* how we start */
.how-we_new_cnt p {
  font-size: 17px;
  color: var(--secondary);
  font-weight: 500;
  line-height: 27px;
}

/* how we end */
/* serve start */
.w-srv_new_img_box,
.w-srv_new_img {
  height: 478px;
  overflow: hidden;
  border-radius: 20px;
}

.w-srv_new_img img,
.w-srv_new_img_1 img {
  height: 100%;
  object-fit: cover;
}

.w-srv_new_img_box_1,
.w-srv_new_img_1 {
  height: 232px;
  overflow: hidden;
  border-radius: 20px;
}

.w-srv_new_img_box::before,
.w-srv_new_img_box_1::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to bottom, transparent 50%, #000);
  z-index: 2;
  border-radius: 20px;
}

.w-srv_new_img_box span,
.w-srv_new_img_box_1 span {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  text-align: center;
  font-weight: 700;
  color: #fff;
  font-size: 27px;
  z-index: 2;
}


.frm-div_new_cnt p {
  color: var(--secondary);
  font-size: var(--fs16);
  font-weight: 500;
}

.frm-div_new_frm_inp input, .frm-div_new_frm_inp select {
  height: 48px;
  border-radius: 12px;
  border: 1px solid rgb(0 0 0 / 15%);
  padding: 0 20px;
}

.frm-div_new_frm_inp textarea {
  border-radius: 12px;
  border: 1px solid rgb(0 0 0 / 15%);
  padding: 10px 20px;
  height: 100px;
}

.frm-div_new_img {
  width: 100%;
  height: 450px;
  margin: 0 auto;
  padding: 0 40px;
}

/* serve end */
/* faq start */

.faq_new-acc-header {
  margin: 0;
}

.faq_new-acc-header button {
  background: transparent;
  border: none;
  border-bottom: 2px dashed #0000001a;
  padding-bottom: 25px;
  padding-top: 25px;
  font-size: 18px;
  font-weight: 600;
  width: 100%;
  text-align: start;
}

.accordion-flush .accordion-item:first-child,
.accordion-item:not(:first-of-type), .faq_new-acc .faq_new-acc-item:last-child button {
  border-bottom: 0 !important;
}

.faq_new-acc-body p,
.faq_new-acc-body span,
.faq_new-acc-body {
  color: rgb(0 0 0 / 70%) !important;
  font-size: var(--fs16) !important;
}

.accordion-button:focus {
  border-color: var(--primary);
}

.accordion-button::after {
  background-image: url(../img//dropdown.png) !important;
}

.accordion-flush .accordion-item .accordion-button {
  background: transparent !important;
  color: var(--secondary);
  box-shadow: none !important;
}

.faq_new-acc-body {
  padding-top: 10px;
  padding-left: 22px;
}

/* faq end */

/* footer start */
.foo-div_new {
  background-color: #fff5f5;
}

.cpy-div_new {
  background: #381b19;
}

.cpy-div_new_cmy_log {
  width: 120px;
}

.cpy-div_new_cnt b {
  font-size: 15px;
  font-weight: 500 !important;
}

.cpy-div_new_cnt>span {
  font-size: 15px;
}

.foo-div_new_img {
  width: 280px;
}

.foo-div_new_con span,
.foo-div_new_con_lnk span {
  font-weight: 600;
  color: var(--secondary) !important;
  font-size: 15px;
  margin: 20px 0;
  display: block;
}

.foo-div_new_con_lnk span a {
  color: var(--secondary);
  transition: var(--ts);
}

.foo-div_new_lst_tit h5 {
  font-size: 20px;
  font-weight: 800;
}

.foo-div_new_lst_tit ul li a {
  font-weight: 500;
  font-size: 14px;
  color: var(--secondary);
  transition: var(--ts);
}

.foo-div_new_lst_tit ul li:hover a, .foo-div_new_con_lnk span:hover a {
  color: var(--primary);
}

.foo-div_new_lst_tit ul {
  grid-gap: 10px;
  line-height: 30px;
}

/* footer end */

/* category start */
.ctg-div_new_cnt h2+span {
  font-size: var(--fs16);
  color: var(--secondary);
  line-height: 30px;
  font-weight: 500;
}

/* category end */

/* new testimonial start */
.designer_cakes_sli_div-cnt {
  z-index: 4;
}

.TestimonialsData::before {
  background: #e9dfdb url("../img/icns/test_bg.png") !important;
  height: 100%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.TestimonialsData::before {
  background: #e9dfdb82;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.TestimonialsData .designer_cakes_sli_div-cnt button,
.TestimonialsData .designer_cakes_sli_div-cnt button {
  background-color: #aadcdb !important;
  color: var(--secondary) !important;
}

.SldrMnTstCntmn {
  position: relative;
  padding-bottom: 60px;
}

.TestimonialsData .owl-nav>button:first-child {
  margin-left: -75px !important;
}

.TestimonialsData .owl-nav>button:last-child {
  margin-right: -75px !important;
}

.TestimonialsData .owl-carousel .owl-stage-outer {
  padding-bottom: 45px;
}

.cus-sli_div {
  background-color: #aadcdb;
  border-radius: 15px 15px 0 0;
  padding: 40px 70px 55px;
  min-height: 590px;
}

.cus-sli_div::before {
  content: "";
  position: absolute;
  bottom: -22px;
  left: 28px;
  background: #aadcdb;
  width: 22%;
  height: 127px;
  z-index: 0;
  border-radius: 17px;
}

.cus-sli_div::after {
  content: "";
  position: absolute;
  bottom: -11px;
  right: 25px;
  background: #aadcdb;
  width: 38%;
  height: 58px;
  z-index: -1;
  border-radius: 46px;
}

.cus-qut_img {
  width: 45px;
  margin: 0 auto;
  object-fit: contain;
  opacity: 0.4;
}

.cus-img {
  position: relative;
  margin: 15px 0 0px;
  height: 190px;
}

.cus-dtl {
  text-align: center;
  padding-bottom: 40px;
}

.cus-dtl p {
  font-size: var(--fs16);
  text-align: center;
  line-height: 24px;
  font-weight: 600;
  font-style: italic;
  font-family: "Poppins";
  color: #383838;
  padding: 0 40px;
  margin-top: 20px;
  z-index: 9;
}

.cus-sli_svg {
  position: absolute;
  top: 27px;
  left: 0;
  width: 100%;
  right: 0;
  margin: 0 auto;
}

.TestimonialsData .text-dark {
  color: #101010 !important;
  font-family: "Poppins";
  font-weight: 700;
  z-index: 8;
  position: relative;
}

.cus-dtl strong {
  font-size: var(--fs16);
  font-weight: 800;
  font-family: "Poppins";
  line-height: 24px;
  position: absolute;
  font-style: italic;
  color: #383838;
  left: 0;
  right: 0;
  bottom: 45px;
}

.cus-img>svg:first-child {
  position: absolute;
  width: 100%;
  height: 21.49px;
  left: 0;
  top: -12px;
  stroke-width: 5px;
}

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

.cus-img>svg:last-child {
  position: absolute;
  width: 100%;
  height: 21.49px;
  left: 0;
  bottom: -10px;
  stroke-width: 5px;
}

.cus-sli_div+svg {
  position: absolute;
  bottom: 20px;
  width: 100%;
  height: 63px;
}

img.bg-cap {
  position: absolute;
  top: 48px;
  right: 10%;
  width: 280px;
  transform: rotate(4.4deg);
  z-index: 0;
  mix-blend-mode: color-burn;
  filter: hue-rotate(50deg) grayscale(1);
}

img.bg-baloon {
  position: absolute;
  top: 48px;
  left: 27%;
  width: 280px;
  transform: rotate(-55.6deg);
  z-index: 0;
  mix-blend-mode: color-burn;
  filter: hue-rotate(50deg) grayscale(1);
}

img.bg-cupcake {
  position: absolute;
  bottom: 1%;
  right: 25%;
  width: 280px;
  transform: rotate(-3.6deg);
  z-index: 0;
  mix-blend-mode: color-burn;
  filter: hue-rotate(50deg) grayscale(1);
}

img.bg-capcakes_1 {
  position: absolute;
  width: 230px;
  height: auto;
  bottom: 4%;
  left: 8%;
  gap: 0px;
  transform: rotate(-5.65deg);
  mix-blend-mode: color-burn;
  filter: grayscale(1);
}

.line {
  width: 97%;
  position: absolute;
  z-index: 3;
  top: 140px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.line_2 {
  width: 93%;
  position: absolute;
  z-index: 0;
  top: 40px;
  left: 0;
  margin: 0 auto;
}


@media only screen and (max-width: 1800px) and (min-width: 1500px) {
  .cus-sli_div {
    padding: 40px 55px 55px;
  }

  .cus-dtl p {
    padding: 0 25px;
  }

  .cus-sli_div::before {
    bottom: -22px;
    left: 0;
    width: 28%;
    border-bottom-left-radius: 44px;
  }

  .cus-sli_div::after {
    bottom: -15px;
    right: 0;
    width: 42%;
    border-bottom-right-radius: 46px;
  }
}

@media only screen and (max-width: 1600px) {
  .TestimonialsData .TstmnSemnSwn {
    padding: 50px 20px 40px !important;
  }

  .cus-sli_div {
    border-radius: 10px 10px 0 0;
    padding: 30px 30px 45px;
    min-height: auto;
  }

  .cus-dtl p,
  .cus-dtl strong {
    font-size: 15px;
  }

  .cus-dtl p {
    padding: 0 16px;
  }

  img.bg-baloon {
    top: 77px;
    left: 0;
    width: 130px;
  }

  img.bg-cap {
    position: absolute;
    top: -3px;
    right: 0;
    width: 115px;
  }

  img.bg-capcakes_1 {
    position: absolute;
    width: 115px;
    bottom: 14px;
    right: 54px;
    left: auto;
  }

  img.bg-cupcake {
    position: absolute;
    bottom: 130px;
    left: -32px;
    width: 110px;
  }

  .cus-sli_div::before {
    bottom: -17px;
    left: 0px;
    width: 30%;
    height: 80px;
    z-index: 0;
    border-bottom-left-radius: 28px;
  }

  .cus-sli_div::after {
    bottom: -12px;
    right: 0;
    width: 41%;
    height: 50px;
    z-index: -1;
    border-bottom-right-radius: 20px;
  }
}

@media only screen and (max-width: 1600px) and (min-width: 1200px) {
  .cus-sli_div::before {
    bottom: -20px;
    left: 0px;
    width: 29%;
    height: 80px;
    border-bottom-left-radius: 50px;
  }

  .TestimonialsData .TstmnSemnSwn {
    padding: 70px 90px 60px !important;
  }

  .cus-sli_div::after {
    border-bottom-right-radius: 50px;
  }

  .cus-sli_div {
    min-height: 590px;
  }
}

@media only screen and (max-width: 1200px) and (min-width: 991px) {
  .TestimonialsData .TstmnSemnSwn {
    padding: 70px 20px 55px !important;
  }

  .cus-dtl p,
  .cus-dtl strong {
    font-size: var(--fs16);
  }
}

/* new testimonial end */
/* product dtl start */
.pro-dtl_div_cnt_tit h2 {
  font-size: 30px;
  font-weight: 600;
  color: var(--secondary);
}

.sort_by_new select {
  appearance: auto;
  border-color: var(--primary);
  color: var(--primary);
  font-size: var(--fs16);
  max-width: 100%;
  width: 270px;
  font-weight: 600;
  box-shadow: none !important;
  padding: 10px 10px;
}

.tab-pane .ctg-div_new_cnt span {
  font-size: var(--fs16);
  color: var(--secondary);
  line-height: 30px;
  font-weight: 500;
}

.ctg-div_new_tabs_item button {
  background: transparent !important;
  color: var(--secondary) !important;
  padding: 0 0 5px 0;
  border-bottom: 2px solid !important;
  border-color: #fff !important;
  border-radius: 0 !important;
}

.ctg-div_new .nav-pills {
  grid-gap: 30px;
}

.ctg-div_new_tabs {
  font-size: 20px;
  font-weight: 700;
}

.ctg-div_new_tabs_item button.active {
  color: var(--primary) !important;
  border-color: var(--primary) !important;
}



.pro-dtl_div_itm_cde>span.d-flex {
  font-size: 15px;
  color: var(--text) !important;
  font-weight: 500;
}

.pro-dtl_div_rating i.las.la-star {
  font-size: 18px;
}



.pro-dtl_div_amt h1 {
  font-size: 35px;
  color: #9e332a;
  font-weight: 600;
}

.pro-dtl_div_amt h1 span {
  color:var(--text) !important;
  font-size: 25px;
  margin-left: 2px;
}

.pro-dtl_div_frm_inp input,
.pro-dtl_div_frm_inp select {
  height: 50px;
  width: 100%;
  appearance: auto;
  padding: 10px 20px;
  border-radius: 10px;
  border: 1px solid var(--text);
  color: var(--secondary);
  font-weight: 500;
  font-size: var(--fs16);
  box-shadow: none !important;
}
.pro-dtl_div_frm_inp input::placeholder,
.pro-dtl_div_frm_inp select::placeholder {
    color: var(--text) !important;
}

.pro-dtl_div_cnt_tit span.rel_egg {
  font-weight: 500;
  font-size: 13px;
  padding-left: 20px;
}

.pro-dtl_div_cnt_tit span.eggless {
  color: #159800;
}

.pro-dtl_div_cnt_tit span.egg {
  color: #980d00;
}


.pro-dtl_div_cnt_tit span.rel_egg::before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  border: 1px solid;
  height: 14px;
  width: 14px;
}

.pro-dtl_div_cnt_tit span.eggless::before {
  border-color: #159800;
}

.pro-dtl_div_cnt_tit span.egg::before {
  border-color: #980d00;
}


.pro-dtl_div_cnt_tit span.rel_egg::after {
  content: '';
  position: absolute;
  top: 7px;
  left: 3px;
  border-radius: 100%;
  height: 8px;
  width: 8px;
}

.pro-dtl_div_cnt_tit span.eggless::after {
  background: #159800;
}


.pro-dtl_div_cnt_tit span.egg::after {
  background: #980d00;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    border-radius: 0 !important;
}

.pro-dtl_div_frm_btn_outline button,
.pro-dtl_div_frm_btn button {
  width: 100%;
  border: 1px solid var(--primary);
  height: 50px;
  border-radius: 10px;
  font-weight: 700;
  font-size: var(--fs16);
  color: var(--primary);
}

.pro-dtl_div_frm_btn button {
  background: #9e332a;
  color: #fff;
}

.pro-dtl_div_rating span {
  font-weight: 600;
}




/* product dtl end */

/* zoom img start */
.product-container {
  position: relative;
  width: calc(100% - 70px);
  margin-left: 15px;
}

#zoom_03 {
width: 100%;
/* height: 400px; */
object-fit: cover;
}

.pro_dtl_new_zoom_lst ul li {
  margin-bottom: 10px;
}

.pro_dtl_new_zoom_lst ul li img, .pro_dtl_new_zoom_lst ul li video {
  height: 70px;
  width: 70px;
  object-fit: cover;
}

.product-image {
  width: auto;
  height: 100%;
  margin-top: 0;
  object-fit: cover;
  overflow: hidden;
}

.product-image img {
  width: 100%;
  height: 100%;
}

.pro_dtl_new_zoom_lst {
  width: 70px;
}

.zoomWindow {
  border: none !important;
  margin-left: 10px !important;
}

.pro-dtl_div_frm_inp_ {
  border: 1px solid rgb(0 0 0 / 30%);
  height: 54px;
  border-radius: 10px;
  padding: 10px 20px;
  font-size: var(--fs16);
  font-weight: 500;
  display: flex;
  align-items: center;
  position: relative;
}

#Dteitme img {
  position: absolute;
  right: 17px;
  width: 20px;
}

/* zoom img end */
/* start */
.pro-dtl_div_frm_lbl_wht input[type="radio"] {
  display: none;
}

.pro-dtl_div_frm_lbl_wht input[type="radio"]+label {
  border: 1px solid var(--text);
  background: #fff;
  transition: var(--ts);
  font-size: var(--fs16);
  font-weight: 500;
  color: var(--secondary);
  padding: 10px 20px;
  border-radius: 10px;
  margin-right: 15px;
margin-bottom: 10px;
  cursor: pointer;
}

.frm_title {
  color: var(--title);
  font-size: var(--fs16);
  font-weight: 600;
}

.pro-dtl_div_frm_lbl_wht input[type="radio"]:checked+label {
  background-color: #9e332a;
  color: #fff;
  border-color: #9e332a;
}


.pro-dtl_div_frm_btn_outline i {
    font-size: 30px;
    margin-right: 5px;
}

 .pro-dtl_div_frm_btn i {
    font-size: 25px;
    margin-right: 5px;
}


#slotTypeOptions,
#timeSlotOptions {
  margin-top: 30px;
}

#dd_dte {
  padding-right: 42px;
}

.slo_btn .slo_btn_amt {
  position: absolute;
  right: 20px;
  font-weight: 600;
  color: var(--primary);
  font-size: 15px;
  margin-top: 2px;
}

.slo_btn label {
  font-size: 14px;
  font-weight: 500;
  padding-left: 7px;
  color: rgb(0 0 0 / 70%);
}

.ctg-div_new_mod h6 {
  font-size: 13px;
  font-weight: 600;
  color: var(--secondary);
}

.ctg-div_new_mod_lst li {
  font-size: 12px;
  color: rgb(0 0 0 / 40%);
  font-weight: 500;
  padding-bottom: 2px;
}

.ctg-div_new_mod_lst {
  padding-left: 25px;
}

/* end */

/* modal start */
.modal-dialog {
  max-width: 50%;
}


.modal-body {
  padding: 0;
}

.lgn-div_box {
  background-color: #FFF5F5;
  height: 100%;
  background-image: url(../img//bakers_bg.svg);
  padding: 70px 60px;
}

.lgn_title h2 {
  font-weight: 600;
  font-size: 35px;
  color: var(--secondary);
}

.logform_inp input[type="text"],
.logform_inp input[type="password"] {
  height: 50px;
  width: 100%;
  border-radius: 10px;
  margin-bottom: 18px;
  border: 1px solid rgb(0 0 0 / 40%);
  padding: 20px;
  color: var(--secondary);
  font-weight: 500;
  outline: 0;
}

.lgn_frm_chk input[type="checkbox"] {
  padding: 10px;
  border-radius: 0;
  margin-right: 6px;
  margin-top: 0px;
  box-shadow: none;
}

.lgn_frm_chk label {
  font-size: 15px;
  font-weight: 600;
  color: rgb(0 0 0 / 40%);
}

.logform_lnk a {
  font-weight: 600;
  color: var(--secondary);
  font-size: 15px;
}

.logform_btn input {
  width: 100%;
  background: var(--primary);
  color: #fff;
  padding: 15px;
  box-shadow: none;
  border: 0;
  margin-top: 31px;
  border-radius: 18px;
}

.lgn-div_oth .or {
  color: rgb(0 0 0 / 40%);
}

.lgn-div_img {
  width: 100%;
  height: 100%;
  background: #fff;
}

.lgn-div_img img {
  height: 100%;
  object-fit: cover;
}

.or.position-relative::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: rgb(0 0 0 / 20%);
  left: 0;
  top: 11px;
}

.or span {
  background: #fff5f5;
  position: relative;
  padding: 0 12px;
}

.lgn-div_btn_outline {
  border: 1px solid rgb(0 0 0 / 30%);
  text-align: center;
  padding: 12px 0;
  border-radius: 10px;
}

.lgn-div_btn_outline a {
  color: var(--secondary);
  font-weight: 600;
  font-size: 15px;
  text-align: center;
}

.lgn-div_box .form-check-input:checked {
  background-color: #1f51a1;
  border-color: #1f51a1;
}

.lgn-div_btn_outline a img {
  width: 20px;
}

.lgn-div_sig span {
  font-weight: 500;
  color: rgb(0 0 0 / 60%);
  font-size: var(--fs16);
}

.lgn-div_sig span a {
  color: var(--secondary);
}

.md_cls {
  position: absolute;
  right: var(--fs16);
  font-size: 24px;
  color: var(--primary);
  top: 10px;
  -webkit-text-stroke: 1px;
}

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

.modal-body {
  padding: 0;
  overflow: hidden;
  border-radius: 15px;
  background: transparent;
}

/* modal end */
/* search start */
.nav-sea-bar-div_box {
  background: #fff;
  margin-top: -3px;
  padding-top: 23px;
  padding-left: 20px;
  padding-right: 0px;
  box-shadow: 0px 2px 15px 1px #0000001A;
  padding-bottom: 15px;
  border-radius: 0 0 10px 10px;
  z-index: 999999;
  width: 98%;
  margin: -1px auto;
  left: 0;
  position: absolute;
  right: 0;
  border-top: 2px solid #00000014;
}

.nav-sea-bar-div_box_lst {
  max-height: 300px;
  overflow-y: scroll;
}




.nav-sea-bar-div_box_lst::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #F5F5F5;
}

.nav-sea-bar-div_box_lst::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.nav-sea-bar-div_box_lst::-webkit-scrollbar-thumb {
  background-color: #4e211f;
}


.nav-sea-bar-div_box_tit h4 {
  font-size: 18px;
  font-weight: 700;
  color: var(--primary);
}

.nav_sea_box_lst_img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 10px;
  overflow: hidden;
}

.nav_sea_box_lst_cnt b {
  color: var(--secondary);
  font-size: 17px;
}

.nav_sea_box_lst_cnt .pop-div_new_prc {
  font-size: 20px;
  color: var(--primary);
  font-weight: 600;
}

.nav_sea_box_lst_cnt .pop-div_new_prc span {
  color: rgb(0 0 0 / 50%);
  margin-left: 8px;
  font-size: var(--fs16);
}


/* search end */

/* msg start */
#otp-message, #login-message, .validation_error_msg, .trk-ord_new_frm-div .alert {
  font-size: 11px;
  background: #fff;
  width: fit-content;
  padding: 2px 6px;
  margin-top: 5px;
}

.validation_error_msg {
position: absolute;
    bottom: -10px;
    left: 29px;
}

#sgnform .logform_inp span {
  font-size: 11px;
  background: #fff;
  width: fit-content;
  padding: 2px 6px;
margin-top: -14px;
margin-bottom: 4px;
display: block;
}

.forgetpassword_error_msg{
  font-size: 11px;
  background: #fff;
  width: fit-content;
  padding: 2px 6px;
}

#sgnform .logform_inp {
  position: relative;
}

.cat_cnt_par-div p>span {
  font-size: var(--fs16) !important;
}

.cat_cnt_par-div p,
.cat_cnt_par-div span {
  font-size: var(--fs16);
  font-weight: 500;
  color: var(--secondary);
  line-height: 24px;
  margin-bottom: 10px;
}

.pagination-total-product {
  text-align: right;
  font-size: var(--fs16);
  font-weight: 500;
  color: rgb(0 0 0 / 50%);
  letter-spacing: .25px;
  margin-top: 10px;
}

/* msg end */
/* other start */
.pagination {
  justify-content: end;
}

.sort_by_new span {
  font-size: var(--fs16);
}


.pagination ul {
  margin-bottom: 0 !important;
}

.page-item.active .page-link {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
}

.pagination .page-link {
  color: var(--primary);
  font-size: 16px;
  font-weight: 600;
  border: 1px solid var(--primary);
  box-shadow: none !important;
  outline: 0 !important;
}

.pagination .page-item.disabled .page-link {
  border-color: var(--primary);
}


/* other end */

/* date/slot/time picker start */
#dd_dte+img {
  width: 18px;
  right: 18px;
  top: 13px;
}

#conf_Delete .modal-dialog,
#del_dat_mod .modal-dialog {
  width: 350px;
}

#del_dat_mod .modal-content,
#conf_Delete .modal-content {
  background-color: #fff;
  border-radius: 20px;
}

.flatpickr-calendar.inline {
  box-shadow: none !important;
}

#prevStep2,
#prevStep3 {
  color: var(--primary);
  font-size: 20px;
  margin-right: 9px;
  -webkit-text-stroke: .3px;
  cursor: pointer;
}

.numInput.cur-year {
  font-size: 18px !important;
}

.numInputWrapper:hover {
  background: hsl(5deg 59% 47% / 10%) !important;
}

.flatpickr-current-month select {
  font-size: 16px !important;
  text-align: right;
  font-weight: 400 !important;
  padding-right: 8px !important;
}

#del_dat_mod .btn-close {
  opacity: 1;
  box-shadow: none !important;
  background: none !important;
}

#del_dat_mod .btn-close>i {
  font-size: 22px;
  color: var(--primary);
  opacity: 1;
  position: absolute;
  right: 0;
  margin-top: -9px;
  -webkit-text-stroke: .4px;
}

#del_dat_mod img {
    width: 70px;
    display: flex;
    margin: 0 auto 10px;
}


.del_dat_mod_tit {
  font-size: 13px;
  font-weight: 600;
  color: var(--primary);
}

.del_dat_mod_tit_1 {
  font-size: 15px;
  font-weight: 600;
  color: var(--primary);
}

.del_dat_mod_head {
  position: relative;
}

.del_dat_mod_head::before {
  content: '';
  position: absolute;
  bottom: -12px;
  left: -20px;
  width: 144%;
  height: 1px;
  background: rgb(0 0 0 / 20%);
}

.del_dat_mod_head h3 {
  font-weight: 400;
  color: var(--secondary);
  font-size: 28px;
  margin-top: 5px;
}


.step {
  display: none;
  padding: 20px 20px;
}

.step.active {
  display: block;
}

.flatpickr-day.selected,
.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  background: var(--primary) !important;
  border-color: var(--primary) !important;
}

.flatpickr-day:hover {
  background: rgb(189 60 49 / 20%) !important;
  border-color: rgb(189 60 49 / 20%) !important;
}


.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 20px !important;
  height: 20px !important;
  background: rgb(189 60 49 / 40%);
  fill: #82170f !important;
  border-radius: 100%;
  padding: 6px;
  stroke-dasharray: 8px;
  margin-top: -3px;
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  background: var(--primary) !important;
  fill: white !important;
}


.flatpickr-current-month {
  font-size: 16px;
  left: 24%;
  padding: 8px 0 0 0;
}

.flatpickr-day.today {
  border-color: var(--primary) !important;

}

#calendarContainer {
  display: block;
}

#calendarInput {
  display: none;
}

/* date /slot /time picker end */
/* product review start */
.ctg-div_new_cnt_reviews_box>span {
  width: 40px;
  overflow: hidden;
  height: 40px;
  display: block;
  border-radius: 100%;
  margin-right: 15px;
}

.ctg-div_new_cnt_reviews_box>span>img {
  height: 40px;
  object-fit: cover;
}

.ctg_reviews_box_cnt {
  width: calc(100% - 75px);
}

.ctg_reviews_box_cnt h5 {
  font-size: 16px;
  font-weight: 700;
  padding-right: 10px;
  margin-bottom: 8px;
}

.nor_del_lbl {
  font-size: 13px;
  font-weight: 600;
  color: var(--primary);
  margin-bottom: 10px;
  display: block;
}

.pop-div_new_div {
  z-index: 3;
}

/* product review end */
/* wishlist atart */
.wish-lst_bn {
  flex: 1;
  background: var(--primary);
  color: #fff;
  text-align: center;
  border-radius: 20px;
  padding: 5px 0;
  margin-right: 13px;
}

.wish-lst_bn a {
  color: #fff;
  font-size: var(--fs16);
}

.wish-lst_btn i {
  font-size: 16px;
  color: var(--primary);
  background: rgb(189 60 49 / 20%);
  padding: 8px;
  border-radius: 100%;
}

/* wishlist end */
/* modal delete start */
#conf_Delete .modal-body {
  padding: 25px;
}

.conf_del_cnt .btn-close {
  background: none;
  font-size: 18px;
  color: var(--primary);
  opacity: 1;
  float: right;
  margin-top: -5px;
}

.conf_del_cnt span {
  font-size: 14px;
  font-weight: 600;
  color: var(--secondary);
}

#conf_Delete .div_modal {
  margin-top: 20px;
  grid-gap: 12px;
}

#conf_Delete .div_modal>button {
  font-size: var(--fs16);
  background-color: var(--primary);
  color: #fff;
  border: 1px solid rgb(189 60 49);
  border-radius: 13px;
  padding: 5px 24px;
  font-weight: 600;
}


#conf_Delete .div_modal>button:first-child {
  background-color: transparent !important;
  color: rgb(0 0 0 / 50%);
  border: 1px solid rgb(0 0 0 / 50%);
}


/* modal delete end */
/* track order start */
.trk-ord_new_frm-div {
  width: 500px;
  margin: 0 auto;
  box-shadow: 0px 0px 24px 0px #0000001A;
  padding: 40px;
  border-radius: 15px;
}

.trk-ord_form_btn>input[type="button"],
.trk-ord_form_btn input[type="submit"] {
  background: var(--primary) !important;
  color: #fff;
  padding: 10px 50px;
  font-size: var(--fs16);
  margin: 5px auto 0;
  border-radius: 20px;
  border: none;
  box-shadow: none !important;
}

.trk-ord_new_dtl {
  box-shadow: 0px 0px 24px 0px #0000001A;
  padding: 20px 30px;
  border-radius: 20px;
}

.trk-ord_new_dtl_nav>li>button {
  position: relative;
}

.trk-ord_new_dtl_nav>li>button::before, .trk-ord_new_dtl_nav>li>button.completed::after {
  content: '';
  position: absolute;
  width: 150%;
  height: 1.5px;
  background: rgb(0 0 0 / 20%);
  top: 35%;
  left: 50%;
  z-index: 0;
  transition: 4s all ease-in;
}

.nav-link .trk-ord_new_img > img {
  filter: invert(1);
  opacity: .5;
}

.nav-link.active .trk-ord_new_img > img, .nav-link.completed .trk-ord_new_img > img {
filter: none;
opacity: 1;
}

.trk-ord_new_dtl_nav>li>button::after {
  width: 0%!important;
  background-color: var(--primary)!important;
  transition: 4s all  ease-in;
}
.trk-ord_new_dtl_nav>li>button.completed::after {
  width: 150%!important;
}



.trk-ord_new_cnt_tbl table > tbody {
  display: flex;
  flex-wrap: wrap;
}

.trk-ord_new_cnt_tbl tr > td strong, .trk-ord_new_cnt_tbl_ tr > th {
  font-weight: 600;
  font-size: 14px;
  color: var(--secondary);
}

.trk-ord_new_cnt_tbl tr > td:nth-child(even), .trk-ord_new_cnt_tbl_ tr > td {
  font-size: 13px;
  font-weight: 600;
  color: --text;
}

.trk-ord_new_cnt_tbl tr > td, .trk-ord_new_cnt_tbl_ tr > td, .trk-ord_new_cnt_tbl_ tr > th {
  border-bottom: none;
  padding: 8px 0;
}

.trk-ord_new_cnt_tbl tr > td:nth-child(odd) {
  width: 250px;
}

.trk-ord_new_cnt_tbl tr {
  width: 50%;
}

.trk-ord_new_cnt_tbl tr:nth-child(odd) {
    padding-right: 20px;
}

.trk-ord_new_dtl_nav>li:last-child>button:before {
  display: none;
}

.trk-ord_new_dtl_nav button.active, .trk-ord_new_dtl_nav button.completed {
  background: transparent !important;
  color: var(--primary) !important;
}

button.active .trk-ord_new_img, button.completed .trk-ord_new_img {
  background: var(--primary);
  border-color: var(--primary);
}

.trk-ord_new_img {
  z-index: 5;
  position: relative;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 100%;
  border: 1px solid rgb(0 0 0 / 20%);
  background: #fff;
  padding: 10px;
  margin-bottom: 5px;
}

.trk-ord_tit_cnt h3 {
  font-size: 17px;
    font-weight: 700;
    border-bottom: 1px solid rgb(0 0 0 / 15%);
    padding-bottom: 15px;
}


.trk-ord_new_dtl_nav {
  width: 100%;
  justify-content: space-between;
  padding: 0 15%;
position: relative;
}

.trk-ord_new_dtl_nav li>button {
  font-weight: 600;
  color: rgb(0 0 0 / 40%) !important;
  font-size: var(--fs16);
}

.trk-ord_new_dtl_tit {
  font-weight: 700;
  font-size: 18px;
  color: var(--secondary);
}

.trk-ord_new_dtl_tit>span {
  color: var(--primary);
}

.trk-ord_new_cnt_tbl_ td > img {
    width: 50px;
    height: 40px;
    background: #ffefef;
    border-radius: 3px;
    overflow: hidden;
    object-fit: contain;
}

.trk-ord_new_cnt_tbl_ .table>thead {
  border-bottom: 1px solid rgb(0 0 0 / 30%) !important;
}

.trk-ord_new_dtl_nav::before {
    background: transparent;
    position: absolute;
    width: 100%;
    height: 100px;
    z-index: 10;
    content: '';
}

/* track order end */

/*  purchase history start */
.track_icn {
  width: 38px;
  height: 38px;
  display: flex;
  background: rgb(189 60 49 / 20%);
  border-radius: 100%;
  padding: 11px !important;
  align-items: center;
}

.invoice_icn {
  width: 38px;
  height: 38px;
  display: flex;
  background: hsl(190.71deg 51.85% 89.41%);
  border-radius: 100%;
  padding: 11px !important;
  align-items: center;
}

.pur-his-div_tbl {
  background: #fff;
  box-shadow: 0px 0px 24px 0px #0000001A;
  padding: 10px 40px;
  border-radius: 20px;
}

.pur-his-div_tbl table th {
  font-size: 14px;
  padding-top: 15px !important;
  padding-left: 0;
  font-weight: 600;
  color: var(--secondary);
  padding-bottom: 15px !important;
  border: none;
  outline: none !important;
  box-shadow: none !important;
}

.pur-his-div_tbl .table>:not(:first-child) {
  border-top: 1px solid rgb(0 0 0 / 20%);
}

.pur-his-div_tbl table tr td {
  border: none !important;
  align-content: center;
  padding: 15px 0;
}

.pur-his-div_tbl table tr td span {
  font-weight: 600;
  font-size: var(--fs16);
  color: rgb(0 0 0 / 50%);
  padding: 0;
}

.pur-his-div_tbl table tr td span.ord_id {
  color: var(--primary);
  font-weight: 600;
}

.paid_status {
  background: rgb(23 167 0 / 20%);
  padding: 3px 14px !important;
  border-radius: 20px;
  color: #17A700 !important;
}

.unpaid_status {
  background: #FF5D001A;
  padding: 3px 14px !important;
  border-radius: 20px;
  color: #FF5D00 !important;
}


.wallet-div_tbl table th {
  max-width: 20%;
  width: 100%;
  white-space: nowrap;
  padding: 20px 6% !important;
}

.wal_credit,
.wal_credit>span {
  color: #159800 !important;
}

.wal_debit,
.wal_debit>span {
  color: #BD3C31 !important;
}

.wallet-div_tbl table td {
  padding: 15px 6% !important;
}

.wallet-div_tbl h3 {
  padding-top: 10px;
  font-size: 20px;
  font-weight: 800;
  color: var(--secondary);
}

.wallet-div_tbl>table {
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
}

.wallet-div_amt_box {
  background: #F8EBEA;
  padding: 20px 30px;
  border-radius: 20px;
  align-items: center;
}

.wallet-div_amt_cnt>span {
  font-size: 15px;
  color: rgb(0 0 0 / 50%);
  font-weight: 600;
  margin-bottom: 5px;
  display: block;
}

.wallet-div_amt_cnt h1 {
  font-size: 35px;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 0;
}


.wallet-div_recharge_btn>a {
  font-size: var(--fs16);
  color: white;
  background: var(--primary);
  padding: 12px 40px;
  border-radius: 25px;
  font-weight: 500;
}


/* purchase history end */

/* profile start */

 .current-profile-picture_{
    width: 40px!important;
    border-radius: 100%;
    margin-right: 10px;
    height: 40px;
    object-fit: cover;
    border: 1px solid #ffb2b2;
}

.pro_fil_info,
.pro_fil_add {
  box-shadow: 0px 0px 24px 0px #0000001A;
  background: #fff;
  border: 1px solid #0000001A;
  padding: 20px;
  border-radius: 20px;
}

.pro_fil_add {
  min-height: 400px;

}

.pro_fil_inf_img {
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 100%;
}

.pro_fil_inf_img>img {
  height: 120px;
  object-fit: cover;
  object-position: top center;
}

.pro_fil_info_tbl td {
  border-bottom: none;
}

.pro_fil_info_tbl table tr>td {
  font-size: var(--fs16);
  font-weight: 500;
  color: #848484;
}

.pro_fil_info_tbl table tr>td:first-child {
  font-size: var(--fs16);
  font-weight: 600;
  width: 160px;
  color: var(--secondary);
}

.pro_fil_info_btn {
  max-width: 90%;
  width: 100%;
  margin: 0 auto;
}

.pro_fil_info_btn_p,
.pro_fil_info_btn_s {
  background: var(--primary);
  border: 2px solid var(--primary);
  text-align: center;
  color: #fff;
  padding: 4px 20px 6px;
  border-radius: 20px;
}

.pro_fil_info_btn_s {
flex: 2;
white-space: nowrap;
  background: #fff;
}

.pro_fil_info_btn_s a {
  color: var(--primary) !important;
}

.pro_fil_info_btn_p a,
.pro_fil_info_btn_s a {
  color: #fff;
width: 100%;
display: block;
  font-weight: 500;
  font-size: var(--fs16);

}

.pro_fil_info_dtl h4 {
  font-size: 18px;
  font-weight: 600;
  color: var(--secondary);
}

.pro_fil_inf {
  width: 120px;
}

.pro_fil_inf_lnk {
  position: absolute;
  width: 40px;
  background: var(--primary);
  height: 40px;
  padding: 0 9px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  bottom: 0;
  right: 0;
}

.pro_fil_info_btn {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 0 8px;
}

.pro_fil_info_btn_p {
width: 100%;
}


.pro_fil_add .pro_fil_add_dtl .pro_fil_add_dtl_cnt {
  padding: 20px;
}

.pro_fil_add .pro_fil_add_dtl_cnt_desc strong+span {
  color: #848484;
}

.pro_fil_add .pro_fil_add_dtl_cnt_desc strong+span+span {
  color: #848484bd;
}

.pro_fil_add .crt-pge_div_add_box_tit a, .crt-pge_div_add_box_tit a {
color: var(--primary);
  border-bottom: 2px solid var(--primary);
  font-size: 15px;
  padding-bottom: 0;
  font-weight: 600;
}

.pro_fil_add .la-plus {
  font-size: 14px;
  -webkit-text-stroke: .8px;
}

.pro_fil_inf input[type="file"] {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  left: 0;
}

#editProfile_mod :where(.modal-dialog),
#chnPasswd_mod :where(.modal-dialog) {
  max-width: 450px;
}

.pro_fil_add_dtl_cnt_label i,
.pro_fil_add_dtl_cnt i {
  bottom: -58px;
  position: absolute;
  right: 0;
  background: #ebebeb;
  color: #848484;
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  padding: 8px;
  border-radius: 100%;
  transition: var(--ts);
}

.pro_fil_add_dtl_cnt_label i.la-edit {
  margin-right: 43px;
}

.pro_fil_add_dtl_cnt i:hover,
.pro_fil_add_dtl_cnt_label i:hover {
  background: #F8EBEA;
  color: var(--primary);
}


/* profile end */


/* add on start */
.modal {
z-index: 9999999999!important;
}

#add_on_mod .modal-body {
  background-color: #FFF5F5;
  height: 100%;
  background-image: url(../img//bakers_bg.svg);
  padding: 35px 45px 90px;
}

.add_on_mod_bdy {
  height: 400px;
  overflow-y: scroll;
}

.add_on_chk {
  z-index: 4;
  right: 8px;
  top: 10px;
  height: 21px;
  width: 21px;
  border: 0;
  outline: 0;
  box-shadow: none;
  filter: hue-rotate(134deg);
}

#add_on_mod .btn-close {
  background: transparent;
  font-size: 23px;
  position: absolute;
  right: -28px;
  top: -30px;
  color: var(--primary);
  opacity: 1;
}

.add_on_mod_bdy_img {
    height: 200px;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
  }

  .add_on_mod_bdy_img > img {
    height: 100%;
    object-fit: cover;
    object-position: top;
 }

 .add_on_mod_bdy_cnt {
  background: #fff;
  border-radius: 0 0 15px 15px;
  padding: 8px 15px 15px;
}

.add_on_mod_bdy_cnt > span {
    font-weight: 500;
    color: var(--secondary);
    font-size: var(--fs16);
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

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

.add_on_mod_rge {
  display: flex;
  border: 1px solid var(--primary);
  border-radius: 16px;
  padding: 2px 5px;
  background: transparent;
}

.add_on_mod_rge i, .add_on_mod_rge button {
  background: transparent;
  border: none;
}

.add_on_mod_rge input {
  width: 26px;
  background: transparent;
  text-align: center;
  font-size: 13px;
  border: none;
  font-weight: 600;
  color: var(--primary);
}

.wish_itm_total {
  color: var(--secondary);
  font-size: 16px;
}

.add_on_mod_bdy_btn_cnt_span strong > span {
font-size: 13px;
	color: rgb(0 0 0 / 50%)!important;
}

.add_on_mod_bdy_btn {
  position: absolute;
  bottom: 0;
  width: 103%;
  background: #fff5f5;
  left: 0;
  padding: 24px 0;
z-index: 99;
  box-shadow: 0 -2px 17px rgb(0 0 0 / 30%);
}
.add_on_mod_bdy_btn_lnk a {
  background: var(--primary);
    color: #fff;
    font-size: var(--fs16);
    padding: 8px 30px;
    white-space: nowrap;
    border-radius: 20px;
}

.add_on_mod_bdy_btn_cnt_span span.d-block {
  font-size: var(--fs16);
  font-weight: 600;
  color: var(--secondary);
}

.add_on_mod_bdy_btn_cnt_span strong {
  color: var(--primary);
  font-size: 16px;
  font-weight: 700;
}

/* add on end */

/* cart modal start */
#crt-div_mod .modal-dialog {
  transform: translate(100%, 0);
  margin: 0px 0 0 auto;
  background-color: #fff;
  border-radius: 0;
  height: 100%;
  width: 400px;
}
#crt-div_mod.show .modal-dialog {
  transform: translate(0, 0);
}
.crt-div_mod_box {
    padding: 20px;
    height: 76vh;
    overflow-y: scroll;
}

#crt-div_mod .btn-close {
  background: transparent;
  opacity: 1;
  font-size: 20px;
  margin-top: -19px;
  color: var(--primary);
}

.crt-div_mod_box_cnt {
  display: flex;
  padding-bottom: 10px;
  border-bottom: 1px solid rgb(0 0 0 / 20%);
}


.crt-div_mod_box > .crt-div_mod_box_cnt:last-child {
  border-bottom: none;
}

.crt-div_mod_box_cnt_img {
  height: 85px;
  width: 120px;
  overflow: hidden;
  border-radius: 5px;
  margin-right: 12px;
}

.crt-div_mod_box_cnt_img > img {
  height: 100%;
  object-fit: cover;
}

.crt-div_mod_box_cnt_desc {
  width: 100%;
}

.crt-div_mod_box_cnt_desc strong {
font-size: var(--fs16);
    color: rgb(0 0 0 / 60%);
    font-weight: 700;
transition: var(--ts);
}

.crt-div_mod_box_cnt_desc a:hover strong {
color: var(--primary)!important;
}

.crt-div_mod_box-cnt_amt_div {
  display: flex;
    justify-content: space-between;
}

span.crt-div_qty {
font-size: 12px;
    color: rgb(0 0 0 / 50%);
    font-weight: 500;
}

.crt-div_amt {
    font-size: 17px;
    font-weight: 700;
    color: rgb(0 0 0 / 70%);
    margin-top: 10px;
    display: block;
}

.add_on_mod_rge {
  display: flex;
  border: 1px solid var(--primary);
  border-radius: 16px;
  padding: 0px 5px;
  background: transparent;
}

#crt-div_mod .modal-title {
  font-size: 17px;
  font-weight: 700;
  color: var(--primary);
}

.crt-div_mod_box_cnt_rat .crt-div_amt {
  color: var(--primary)!important;
}

.crt-div_mod_box_cnt_desc strong {
  font-size: var(--fs16);
}

.crt-div_mod_box_btn {
    box-shadow: 0 4px 20px #0000002b;
    padding: 24px 0;
background-color: #fff;
}

.crt-div_mod_box_btn a {
  background: var(--primary);
  color: #fff;
  font-size: var(--fs16);
  padding: 6px 26px 7px;
  display: block;
  width: 144px;
  margin: 0px auto;
  border-radius: 30px;
  font-weight: 500;
}

.add_on_mod_tit h2 {
  font-size: 20px!important;
  font-weight: 700;
}

#crt-div_mod .crt-div_mod_box_cnt_img_ {
max-width: 230px;
}

#crt-div_mod .crt-div_mod_box_cnt_ {
padding: 40px;
border-radius: 0;
}

#crt-div_mod .crt-div_mod_box_cnt_ h3 {
font-size: 18px;
}

#crt-div_mod .crt-div_mod_box_cnt_ span {
    font-size: 14px;
}


/* cart modal end */

/* navbar_1 start */
.nav-div_new-menu_lst_box > ul li {
  position: relative;
}
.SubMenuBx, .SubMenuBx1 {
  display: none;
}

.nav-div_new-menu_lst_box > ul li.active .DwnLst.dwn_list_1 {
  color: var(--primary);
}

.nav-div_new-menu_lst_box > ul li .DwnLst.dwn_list_1, .nav-div_new-menu_lst_box > ul li .DwnLst.dwn_list_2 {
  -webkit-text-stroke: 1px;
  position: absolute;
  right: 4px;
  top: 9px;
  padding: 5px 8px;
  cursor: pointer;
  color: var(--secondary);
  transition: var(--ts);
}

.nav-div_new-menu_lst_box > ul li .DwnLst.dwn_list_2 {
  top: 4px!important;
}

.nav-div_new-menu_lst_box > ul li.active .DwnLst.dwn_list_1, .nav-div_new-menu_lst_box > ul li.active > .DwnLst.dwn_list_2 {
  transform: rotate(180deg);
  color: var(--primary);
}

ul.SubMenuBx > li.active > a {
  color: var(--primary);
}

.cat_cnt_par-div.active {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: var(--font)!important;
    transition: var(--transition);
}
.cat_cnt_par-div_lnk > a {
    font-size: var(--fs16);
    font-weight: 600;
    margin-top: 15px;
    padding: 0;
    display: block;
    color: var(--primary);
    border-bottom: 1px solid var(--primary);
    width: max-content;
    white-space: nowrap;
}



/* navbar_1 end */

.video-custom {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  border-radius: 20px;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.3);
  object-fit: cover;
}

.pSticky {
  position: sticky;
  top: -15px;
}



/* start cart page */
.crt-pge_div_mod_box {
  padding: 0;
}

.crt-pge_mod_box-icn_div {
  display: flex;
  align-items: center;
}

.crt-pge_mod_box-icn_div_ i.la-edit, .crt-pge_mod_box-icn_div_ i.la-trash-alt {
bottom: 20px;
    position: absolute;
    right: 0;
    background: #ebebeb;
    color: #848484;
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    padding: 8px;
    border-radius: 100%;
    transition: var(--ts);
}

.crt-pge_mod_box-icn_div_ {
  position: absolute;
  right: 20px;
  bottom: 0;
}

.crt-pge_mod_box-icn_div_ i.la-edit {
  right: 40px;
}

.crt-pge_mod_box-del {
  background: rgb(242 217 214 / 50%);
  width: 35px;
  height: 35px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: var(--primary);
  position: absolute;
  right: 0;
}

.crt-pge_div_mod_av {
  background: rgb(242 217 214 / 50%);
  align-content: center;
  color: var(--primary);
  border-radius: 20px;
  font-weight: 400;
  font-size: 13px;
  padding: 0px 6px;
margin-bottom: 5px;
  display: block;
}

.crt-pge_div_box>span {
  font-size: 18px;
}

.crt-pge_div_mod_amt span {
  font-size: 16px;
  font-weight: 600;
  color: var(--secondary);
}

.crt-pge_div_mod_amt h2 {
  font-size: 17px;
  font-weight: 700;
  color: var(--primary);
}

.crt-pge_div_mod_av span {
  padding: 0 6px;
  font-weight: 600;
}

.crt-pge_div_mod_av-rge .add_on_mod_rge input {
  font-size: 14px;
}

.crt-pge_div_mod_amt h2 {
  font-size: 17px;
  font-weight: 700;
  color: var(--primary);
}

.crt-pge_div_mod_box .crt-div_mod_box_cnt_desc strong {
  font-size: 18px;
  font-weight: 600;
  width: 100%;
  display: block;
}

.crt-pge_div_mod_box .crt-div_qty {
  padding: 13px 0;
  display: block;
  font-size: 14px;
}


.crt-pge_div_mod_box .crt-div_mod_box_cnt_img {
  height: 150px;
  width: 195px;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 20px;
}

.crt-pge_div_mod_box .crt-div_mod_box_cnt {
  display: flex;
  padding-bottom: 25px;
  border-bottom: 1px solid rgb(0 0 0 / 10%);
}

.crt-ord_smr-div {
  background: #fff;
  border: 1px solid rgb(0 0 0 / 10%);
  border-radius: 30px;
  box-shadow: 0px 0px 24px 0px #0000001A;
  padding: 20px 20px;
}

.crt-ord_smr-div_tit h4 {
    font-size: 16px;
    font-weight: 600;
    color: var(--secondary);
}

.crt-ord_smr-div_tit span {
  background: rgb(242 217 214 / 50%);
  color: var(--primary);
  font-size: 12px;
  border-radius: 20px;
  padding: 1px 14px;
  font-weight: 600;
}
.crt-ord_smr-div_tit span > span {
  padding: 0;
}

.crt-ord_smr-div_lst ul > li {
  padding: 8px 0;
}

.crt-ord_smr-div_lst ul > li > span {
  font-size: 13px;
  color: rgb(0 0 0 / 60%);
  font-weight: 500;
padding-right: 5px;
}

.crt-ord_smr-div_lst ul > li p {
  font-size: 13px;
  color: rgb(0 0 0 / 100%);
  font-weight: 600;
}

.sub_ttl span, .sub_ttl p {
  color: var(--primary)!important;
  font-weight: 700!important;
}
.crt-ord_smr-div_lst  ul, .wallet-div_amt_box + div {
  border-bottom: 1px solid rgb(0 0 0 / 10%);
  padding: 10px 0;
}

.crt-ord_smr-div .wallet-div_amt_box {
  padding: 12px 15px;
  border-radius: 10px;
}

.wallet-div_rdo {
  margin-top: 7px;
  filter: hue-rotate(178deg);
}

.wallet-div_rdo input {
  width: 26px;
  height: 26px;
}

.crt-ord_smr-div .wallet-div_amt_cnt>span {
  font-size: 11px;
  color: var(--secondary);
  margin-bottom: 2px;
}

.crt-ord_smr-div .wallet-div_amt_cnt h1 {
  font-size: 18px;
}
.crt-ord_smr-div .wallet-div_recharge_btn>a {
    font-size: 12px;
    padding: 8px 16px;
    border-radius: 25px;
}

.crt_ord_pym button {
font-size: 14px;
width: 100%;
font-weight: 500;
text-align: center;
background: var(--primary);
color: #fff;
border-radius: 30px;
padding: 10px 18px;
}

.crt_ord_coupn-div input[type="text"] {
  font-size: 12px;
  flex: 1;
  border: 1px solid #00000033;
  border-radius: 30px;
  font-weight: 500;
  color: var(--secondary);
}

.wm_cnt, .wm_cnt + p {
  color: rgb(0, 0, 0, .7);
  font-size: 14px;
  font-weight: 500;
}

.wm_cnt + p {
  color: var(--secondary)!important;
  font-weight: 700!important;
}


.crt-ord_ttl span {
  font-weight: 700;
  font-size: 17px;
  color: var(--primary);
}

.crt-ord_smr-div .form-check-input {
  filter: hue-rotate(170deg);
}

.crt-ord_smr-div label.form-check-label, .crt-ord_smr-div label.form-check-label a {
  font-size: 11px;
  color: rgb(0 0 0 / 60%) !important;
  font-weight: 500;
}



.cpn_btn-outline {
  width: fit-content;
  background: #fff;
  color: var(--primary);
  font-weight: 600;
  font-size: 14px;
  border: 1px solid var(--primary);
  border-radius: 27px;
  padding: 6px 20px;
  margin-left: 12px;
}

.crt-pge_div_add_box .pro_fil_add_dtl .pro_fil_add_dtl_cnt {
  background: #fff;
  border-radius: 10px;
  border: 1px solid rgb(0 0 0 / 50%);
  padding: 20px 20px 20px 60px;
}

.pro_fil_add_dtl > div.position-relative input[type="radio"]:checked + label {
  border-color: var(--primary);
}
.pro_fil_add_dtl > div.position-relative input[type="radio"]:checked + label strong {
  color: var(--primary)
}

.pro_fil_add_dtl > div.position-relative input[type="radio"]:checked + label strong + span + span {
  color: var(--secondary);
}



.crt-pge_div_add_box .pro_fil_add_dtl input[type="radio"] {
  width: 25px;
  height: 25px;
  filter: hue-rotate(175deg);
  position: absolute;
  top: 20px;
  left: 20px;
}


.crt-pge_div_add_box .pro_fil_add_dtl_cnt:checked strong {
  color: var(--primary);
}

.crt-pge_div_add_box .pro_fil_add_dtl_cnt_desc {
  flex: 1;
padding-right: 30px;
}

.crt-pge_div_add_box .pro_fil_add_dtl_cnt_desc strong {
    color:  rgb(0 0 0 / 40%);
    font-size: 16px;
}

.crt-pge_div_add_box .pro_fil_add_dtl_cnt_desc strong + span {
  font-size: 14px;
    font-weight: 500;
    color: rgb(0 0 0 / 40%);
    padding: 4px 0;
}

.crt-pge_div_add_box .pro_fil_add_dtl_cnt_desc strong + span + span{
font-weight: 600;
color:  rgb(0 0 0 / 40%);
    font-size: 14px;
}

.crt-pge_div_add_box .pro_fil_add_dtl_cnt_label {
  background: #F8EBEA;
  color: var(--primary);
  height: max-content;
  width: auto;
  border-radius: 17px;
  padding: 0 16px;
  font-size: 13px;
  font-weight: 600;
}

.crt-pge_div_mod_box > .crt-div_mod_box_cnt:last-child {
  border-bottom: none;
}

.crt-pge_div_add_box_tit h4 {
  color: var(--secondary);
  font-weight: 600;
  font-size: 20px;
}


.addAddress_form {
  padding: 30px;
  background-color: #fff;
}

.lgn_title h2 > span {
  font-weight: 600;
  color: var(--primary);
  font-size: 20px;
}

.add_inp label {
  font-size: 12px;
    font-weight: 500;
    color: var(--secondary);
    /* margin-bottom: 5px; */
    margin-left: 13px;
}

.addNewAddress_btn input {
  padding: 10px 30px;
  padding: 9px 40px;
  border-radius: 20px;
  border: 1px solid var(--secondary);
  }

.addNewAddress_btn input.btn_addNew {
  background-color: var(--primary);
  color: #fff;
  border-color: var(--primary);
}

#paymentMethod_mode .modal-dialog {
  width: 100%;
  max-width: 450px;
}

.py_mt_box_it {
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  color: rgb(0 0 0 / 40%);
  border: 1px solid rgb(0 0 0 / 10%);
  border-radius: 10px;
  padding: 10px 10px 15px;
}

.py_mt_box input[type="radio"] {
  display: none;
}

.py_mt_box input[type="radio"]:checked + label{
  border-color: var(--primary);
  color: var(--primary);
}



/* end cart page */

/* empty start */
.crt-div_mod_box_cnt_ {
    border: 1px solid rgb(0 0 0 / 10%);
    padding: 27px;
background-color: #fff;
    border-radius: 20px;
}
.crt-div_mod_box_cnt_img_ {
    max-width: 320px;
    margin: 0 auto;
    width: 100%;
}
.crt-div_mod_box_cnt_ h3 {
    font-size: 22px;
    font-weight: 700;
    color: var(--secondary);
}

.crt-div_mod_box_cnt_ span {
    font-size: 15px;
    color: rgb(0 0 0 / 40%);
font-weight: 500;
}

.crt-div_mod_box_cnt_  a {
margin-top: 20px;
    background: var(--primary);
    font-size: 14px;
    padding: 10px 50px;
    border-radius: 20px;
    border: 0;
}

/* empty end */

/* scrollbar start */
#crt-div_mod .modal-body {
border-radius: 0!important;
}


.crt-div_mod_box::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #F5F5F5;
}

.crt-div_mod_box::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.crt-div_mod_box::-webkit-scrollbar-thumb {
  background-color: var(--primary);
}


/* scrollbar end */

/* profile pop start */
.pro_MAL {
  background: #fff;
  padding: 0px;
  width: 235px;
  right: 18px;
  margin-top: 11px;
  z-index: 99;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 20px rgb(0 0 0 / 10%);
  transform: translateY(-25px);
  opacity: 0;
  visibility: hidden;
  transition: var(--ts);
}

.pro_MAL.d-block {
  opacity: 1;
  transform: translateY(0px);
  visibility: visible;
}

.pro_MAL_usr {
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 100%;
    margin-right: 9px;
}

.pro_MAL_usr > img {
  height: 100%;
    object-fit: cover;
    object-position: top;
}
.pro_MAL_usr_cnt {
  line-height: 18px;
  width: calc(100% - 50px);
}

body.d-block::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  z-index: 25;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 50%);
}

.pro_MAL_usr_cnt span {
    font-weight: 700;
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
text-transform: capitalize;
}

.pro_MAL_lst  img {
  height: 16px;
}

.pro_MAL > div.d-flex {
  border-bottom: 1px solid rgb(0 0 0 / 10%);
  padding: 12px 20px;
}
.pro_MAL_lst  {
  padding: 8px 20px 12px;
}

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

.pro_MAL_usr_cnt a {
  font-size: 11px;
  color: rgb(0 0 0 / 60%);
  font-weight: 500;
  transition: var(--ts);
}

.pro_MAL_usr_cnt a:hover {
  color: #e07269;
}

.pro_MAL_lst li, .pro_MAL_lst li a {
  color: var(--secondary)!important;
  font-size: 13px;
  font-weight: 500;
  padding: 3px 0;
  transition: var(--ts);
}

.pro_MAL_lst li a:hover  {
opacity: .6;
}
/* profile pop end  */


/*---taste the magic videos ----*/
.taste-cake-sec {
    max-height:700px;
}
.taste-cake-sec .magic-videos{
	display:flex;
margin:0px 20px 0px 0px;
}
.taste-cake-sec .magic-videos >.slick-list.draggable{
    padding:50px 0px;
}
.taste-cake-sec .title-taste-magic h2,
.taste-cake-sec .title-taste-magic p{
	text-align:center;
}
.taste-cake-sec .title-taste-magic h2{
	font-size:32px;
	font-weight:700;
}
.taste-cake-sec .title-taste-magic h2 span{
	color:#bd3c31;
}
.taste-cake-sec .title-taste-magic p{
font-size:18px;
font-weight:500;
}
.taste-cake-sec .magic-videos .video-div{
height:503px;
width:271px !important;
margin:0px 20px;
}
.taste-cake-sec .magic-videos .video-div img{
height:100%;
border-radius:18px;
transition: transform 1s ease, width 0.5s ease;
}
.taste-cake-sec .magic-videos .video-div img:hover {
    transform: scale(1.1);
    max-width: 310px;
    box-shadow: 0.4px 0.4px 5px 0.4px #BD3C31;
}

/*----------------------*/
.taste-cake-sec .magic-videos .video-div video{
height:100%;
width:100%;
border-radius:18px;
transition: transform 1s ease, width 0.5s ease;
}
.taste-cake-sec .magic-videos .video-div video:hover {
    transform: scale(1.1);
    max-width: 310px;
    box-shadow: 0.4px 0.4px 5px 0.4px #BD3C31;
}
.taste-cake-sec .magic-videos .video-div .video-magic-cake{
    box-shadow:none;
    object-fit:cover;
    margin:0 auto;
}
