@import "common.css";

/* header start */

/* TopHead start */

.TopHead-Section {
  background: rgba(var(--five-color), 1);
  padding: 6px 0px;
}
.HeadSocial-list {
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: flex-start;
}
.HeadSocial-list li a,
.HeadSocial-list li a:visited,
.HeadSocial-list li a:focus {
  --ehw-social: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(var(--ehw-social));
  height: calc(var(--ehw-social));
  border-radius: 50%;
  margin: 0 auto;
  transition: var(--transition-05s);
  color: rgba(var(--fourth-color), 1);
  background: rgba(var(--black-color), 0);
  font-size: 17px;
}
.HeadSocial-list li a:hover {
  background: rgba(var(--main-color), 1);
  color: rgba(var(--white-color), 1);
}

.TopHead-SlTxt {
  font-weight: 600;
  font-size: 16px;
}
.TopHead-SlTxt p {
  margin-bottom: 0px;
}
.TopHeadTx-Slider.owl-carousel {
  padding: 0px 12px;
}
.TopHeadTx-Slider.owl-carousel .owl-nav button.owl-prev,
.TopHeadTx-Slider.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  border: none;
  --ehw-owl-btn: auto;
  top: 3px;
  --elr-THS: 0px;
}
.TopHeadTx-Slider.owl-carousel .owl-nav button.owl-prev {
  left: var(--elr-THS);
}
.TopHeadTx-Slider.owl-carousel .owl-nav button.owl-next {
  right: var(--elr-THS);
}

.TopHead-Lang {
  text-align: right;
}
.TopHead-Lang .select-box {
  text-align: right;
  width: 90px;
  margin-left: auto;
  border-radius: 6px;
}
.TopHead-Lang .select-box,
.TopHead-Lang .select-box:hover,
.TopHead-Lang .select-box:focus {
  border-color: rgba(var(--fourth-color), 1);
}
.TopHead-Lang .select-box select {
  color: rgba(var(--black-color), 1);
  text-transform: uppercase;
  min-height: 24px;
  padding: 2px 6px;
  padding-left: 6px;
  font-size: 14px;
}
.TopHead-Lang .select-box select,
.TopHead-Lang .select-box select:hover,
.TopHead-Lang .select-box select:focus,
.TopHead-Lang .select-box select:focus-visible,
.TopHead-Lang .select-box select:focus-within,
.TopHead-Lang .select-box select:active,
.TopHead-Lang .select-box select:target {
  padding-right: 15px;
}
.TopHead-Lang .select-box::after {
  right: 8px;
  top: 6%;
  border-color: #272727;
}

/* TopHead end */

.MainHeader {
  font-family: var(--DMSans-font);
  position: absolute;
  background: rgba(var(--white-color), 0.5);
  top: 0;
  z-index: 999;
  width: 100%;
}
.navbar {
  top: 0;
  z-index: 999;
  width: 100%;
  padding: 10px 0px;
}
.navbar.header-fixed {
  position: fixed;
  background: rgba(var(--white-color), 1);
  animation: slideDown 0.35s ease-out;
  backdrop-filter: blur(5px);
  box-shadow: 0px 5px 20px -8px rgba(14, 13, 14, 0.08);
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.DesktopNav .row {
  align-items: center;
}
.navbar-brand {
  /* height: 130px; */
  /* width: 226px; */
  width: 90%;
  width: 90px;
  margin-right: 0px;
  padding: 0px;
}
.navbar-brand img {
  object-fit: contain;
}
.navbar.DesktopNav .HeadContainer {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: flex-end;
}
.NBM-box {
  display: flex;
  /* gap: 50px; */
  width: 100%;
  justify-content: center;
  margin: auto;
  /* margin-left: 30px; */
}
.navbar-toggler {
  padding: 6px;
  border: none;
  background: rgba(var(--main-color), 1);
  border-radius: 0px;
}
.navbar-toggler .navbar-toggler-icon {
  background: rgba(var(--white-color), 1);
  width: 1.1em;
  height: 2px;
  position: relative;
  display: block;
}
.navbar-toggler-icon.bar-1 {
  width: 0.6em;
}
.navbar-toggler-icon.bar-2 {
  width: 0.9em;
}
.navbar-toggler-icon.bar-2 {
  margin: 4px 0px;
}
.navbar.DesktopNav .HeadContainer .navbar-nav > .nav-item {
  --eWNB: 16px;
  position: relative;
  margin-right: var(--eWNB);
}
.navbar.DesktopNav .HeadContainer .navbar-nav > .nav-item .nav-link,
.navbar.DesktopNav .HeadContainer .navbar-nav > .nav-item .nav-link:visited {
  color: rgba(var(--black-color), 1);
  transition: var(--transition-05s);
  position: relative;
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: 600;
  line-height: 1;
  padding: var(--eptb-NavLink) var(--eptb-NavLink);
  --eptb-NavLink: 10px;
  font-size: 17px;
}
.navbar.DesktopNav .HeadContainer .navbar-nav > .nav-item .nav-link.active,
.navbar.DesktopNav .HeadContainer .navbar-nav > .nav-item .nav-link:hover,
.navbar.DesktopNav .HeadContainer .navbar-nav > .nav-item .nav-link:focus,
.navbar.DesktopNav
  .HeadContainer
  .navbar-nav
  > .nav-item
  .nav-link[aria-current="page"],
.navbar.DesktopNav
  .HeadContainer
  .navbar-nav
  > .nav-item
  .nav-link[aria-current="page"]:visited {
  color: rgba(var(--main-color), 1);
}
.navbar.DesktopNav .HeadContainer .navbar-nav > .nav-item:last-child,
.navbar.DesktopNav .HeadContainer .navbar-nav > .nav-item:last-child .nav-link {
  margin-right: 0px;
}
.navbar.DesktopNav .HeadContainer .navbar-nav > .nav-item > .nav-link::before {
  /* content: ''; */
  display: inline-block;
  position: absolute;
  width: 0px;
  height: 1px;
  border-radius: 5px;
  background: rgba(var(--main-color), 1);
  transition: var(--transition-05s);
  left: -30px;
  bottom: 0px;
  top: 0px;
  opacity: 1;
  visibility: visible;
  margin: auto;
}
.navbar.DesktopNav
  .HeadContainer
  .navbar-nav
  > .nav-item
  .nav-link.active::before,
.navbar.DesktopNav
  .HeadContainer
  .navbar-nav
  > .nav-item
  .nav-link:hover::before,
.navbar.DesktopNav
  .HeadContainer
  .navbar-nav
  > .nav-item
  .nav-link:focus::before,
.navbar.DesktopNav
  .HeadContainer
  .navbar-nav
  > .nav-item
  .nav-link[aria-current="page"]::before {
  opacity: 1;
  visibility: visible;
  width: var(--eWNB);
}
.navbar .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
  content: "\f107";
  font-family: var(--font-awesome);
  font-weight: 600;
  border: none;
  vertical-align: middle;
}
.navbar .navbar-nav .nav-item .dropdown-menu {
  padding: 0px;
  border: 0;
  border-radius: 0px;
  margin: 0 !important;
  transition: var(--transition-05s);
  /* overflow: hidden; */
  box-shadow:
    -12px 8px 20px -8px rgba(14, 13, 14, 0.08),
    12px 8px 20px -8px rgba(14, 13, 14, 0.08);
}
.navbar .navbar-nav .nav-item .dropdown-menu {
  margin-bottom: 10px;
}
.navbar .navbar-nav .nav-item .dropdown-menu > li > a,
.dropdown-menu .dropdown-submenu a {
  font-weight: 600;
  font-size: 14px;
  border-bottom: 1px solid rgba(var(--black-color), 0.175);
  padding: 8px 10px;
  color: rgba(var(--black-color), 0.8);
  transition: var(--transition-05s);
  background: none;
}
.navbar .navbar-nav .nav-item .dropdown-menu > li > a:hover,
.navbar .navbar-nav .nav-item .dropdown-menu > li > a:active,
.navbar .navbar-nav .nav-item .dropdown-menu > li > a:focus,
.navbar .navbar-nav .nav-item .dropdown-menu > li > a.active,
.dropdown-menu li .dropdown-submenu a:hover,
.dropdown-menu li .dropdown-submenu a:active,
.dropdown-menu li .dropdown-submenu a:focus,
.dropdown-menu li .dropdown-submenu a.active {
  color: rgba(var(--white-color), 1);
  background-color: rgba(var(--main-color), 1);
  border-color: rgba(var(--main-color), 1);
}
.navbar .navbar-nav .nav-item .dropdown-menu > li:last-child a {
  border-bottom: none;
}
.navbar-expand-xl .HeadContainer .navbar-collapse {
  justify-content: flex-end;
}

.Head-CaLog {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}
.Cart-btn,
.Cart-btn:visited,
.Cart-btn:focus {
  position: relative;
  padding: 6px 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(var(--black-color), 1);
  font-weight: 500;
  font-size: 16px;
  width: var(--ehw-CRB);
  height: var(--ehw-CRB);
}
/* .Cart-btn.SerachBtn, .Cart-btn.SerachBtn:visited, .Cart-btn.SerachBtn:focus {
    padding: 2px;
    border: none;
} */
.Cart-btn:hover {
  color: rgba(var(--black-color), 1);
}
.Cart-btn.SerachBtn:hover {
  color: rgba(var(--black-color), 1);
}
.Cart-btn > * {
  line-height: 1;
}
.Cart-btn img {
  /* --ehw-EHWC: 20px;
    width: 20px; */
  object-fit: contain;
}
.cart-dot {
  --ehw-cd: 18px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--ehw-cd);
  height: var(--ehw-cd);
  background: rgba(var(--main-color), 1);
  color: rgba(var(--white-color), 1);
  overflow: hidden;
  border-radius: 50%;
  padding: 1px;
  right: -2px;
  top: -2px;
  font-weight: 500;
  font-size: 10px;
}

.Head-CaForm {
  border-radius: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 5px 10px;
  background: rgba(var(--white-color), 1);
  border: 1px solid rgba(var(--six-color), 1);
}
.Head-CaForm .form-control,
.Head-CaForm .form-control:hover,
.Head-CaForm .form-control:focus {
  border: none;
  min-height: 100%;
  padding: 4px;
  font-weight: 300;
  font-size: 17px;
  width: 100%;
  color: rgba(var(--black-color), 1);
}
.Head-CaForm .form-control::placeholder {
  color: rgba(var(--black-color), 0.6);
}
.HeadCa-FormBtn,
.HeadCa-FormBtn:visited,
.HeadCa-FormBtn:focus {
  --ehw-HFB: 30px;
  padding: 0px;
  width: var(--ehw-HFB);
  height: var(--ehw-HFB);
  border-radius: 50%;
  border: none;
  background: rgba(var(--main-color), 0);
}
.HeadCa-FormBtn img {
  --ehw-EHWC: 70%;
  object-fit: contain;
}
.HeadCa-FormBtn:hover {
  background: rgba(var(--second-color), 0);
}

/* header end */

/* banner start */

.banner-section {
  --banner-hvh: 100vh;
  --banner-hvh: 760px;
  /* --banner-hhp: 100%; */
  min-height: var(--banner-hvh);
  height: var(--banner-hhp);
  position: relative;
  z-index: 9;
}
.banner-section.banner-innerPage {
  --banner-hvh: 60vh;
  --banner-hvh: 370px;
}
.banner-section > *:first-child,
.banner-slider > *:first-child > *,
.banner-slider > *:first-child > * > *,
.banner-slider > *:first-child > * > * > *,
.banner-slider > *:first-child > * > * > * > *,
.banner-section > *:first-child > .row,
.banner-section > *:first-child > .row > *,
.banner-section > *:first-child > .row > * > * {
  min-height: var(--banner-hvh);
  height: var(--banner-hhp);
}
.banner-inner-section {
  background: rgba(var(--main-color), 1) no-repeat center center / cover;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 130px 0px;
  padding-bottom: 50px;
}
.banner-inner-section > * {
  z-index: 2;
  width: 100%;
}
.banner-section .banner-inner-section .row {
  align-items: center;
}
.banner-section.banner-innerPage .banner-inner-section .row {
  justify-content: center;
  text-align: center;
}
.banner-bg {
  position: absolute;
  inset: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.banner-bg::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 50%;
  overflow: hidden;
  background: linear-gradient(
    0deg,
    rgba(var(--black-color), 1) 0%,
    rgba(var(--black-color), 0) 100%
  );
  opacity: 0.51;
  display: none;
}

.banner-box {
  position: relative;
  /* margin-top: 60px; */
  height: 100%;
}
.banner-section.banner-innerPage .banner-inner-section .banner-box {
  margin-top: 0px;
}
/* .banner-SubTitle, .banner-box > span {
    position: relative;
    display: block;
    color: rgba(var(--black-color), 1);
    font-size: var(--efs-bths);
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 12px;
    margin-bottom: 30px;
    --efs-bths: 25px;
} */
.banner-title,
.banner-box h1 {
  color: rgba(var(--white-color), 1);
  text-transform: uppercase;
  font-size: var(--efs-bth);
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 22px;
  --efs-bth: 56px;
}
.banner-innerPage .banner-inner-section .banner-title,
.banner-innerPage .banner-inner-section .banner-box h1 {
  margin-bottom: 0px;
}
.banner-para {
  font-family: var(--DMSans-font);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: rgba(var(--white-color), 1);
  line-height: 1.7;
  font-weight: 400;
  /* margin: auto; */
  margin-bottom: 30px;
  font-size: 16px;
  width: 88%;
}
.banner-para p {
  margin-bottom: 10px;
}
.banner-para p:last-child {
  margin-bottom: 0px;
}
.banner-box > *:last-child {
  margin-bottom: 0px;
}
.banner-box .common-bgBtn,
.banner-box .common-bgBtn:visited,
.banner-box .common-bgBtn:focus {
  --boco-btn: rgba(var(--white-color), 1);
  --bg-btn: rgba(var(--white-color), 1);
  --common-btn-color: rgba(var(--black-color), 1);
}
.banner-box button.common-bgBtn:focus:not(:focus-visible),
.banner-box .common-bgBtn:focus-visible,
.banner-box .common-bgBtn:hover,
.banner-box .common-bgBtn:first-child:active,
.banner-box .common-bgBtn:active,
.banner-box :not(.btn-check) + .common-bgBtn:active,
.banner-box .common-bgBtn:first-child:hover {
  --boco-btn: rgba(var(--main-color), 1);
  --bg-btn: rgba(var(--main-color), 1);
  --common-btn-color: rgba(var(--white-color), 1);
}
.banner-img {
  height: 390px;
}
.banner-img img {
  object-fit: contain;
}
.banner-LeafBg {
  position: absolute;
  right: 0px;
  bottom: 10px;
  width: 250px;
}
.banner-section.banner-innerPage .banner-inner-section .banner-LeafBg {
  width: 160px;
}
.banner-slider .owl-dots {
  display: none;
}
/* banner end */

/* ShopCate start */

.ShopCate-AfterImg {
  position: absolute;
  right: 0px;
  bottom: 60px;
  width: 190px;
}
.ShopCate-SLSlider.owl-carousel {
  margin-top: 40px;
}
.ShopCate-SLSlider.owl-carousel .owl-nav button.owl-prev,
.ShopCate-SLSlider.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 40%;
  --elr-THS: -100px;
}
.ShopCate-SLSlider.owl-carousel .owl-nav button.owl-prev {
  left: var(--elr-THS);
}
.ShopCate-SLSlider.owl-carousel .owl-nav button.owl-next {
  right: var(--elr-THS);
}
.ShopCate-SLBox {
  display: block;
}
.ShopCate-SLImg {
  overflow: hidden;
  width: 100%;
  height: 500px;
  border-radius: 30px;
}
.ShopCate-SLTxt {
  margin-top: 20px;
}
.ShopCate-SLTitle,
.ShopCate-SLTxt h4 {
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 0px;
  font-size: 30px;
}
.ShopCate-SLPara,
.ShopCate-SLTxt p {
  font-family: var(--DMSans-font);
  font-weight: 400;
  font-size: 17px;
  margin-bottom: 0px;
  color: rgba(var(--six2-color), 1);
}

/* ShopCate end */

/* MYSGOHBP start */

.MYSGOHBP-TitleBox .common-title,
.MYSGOHBP-TitleBox.common-box > h2,
.common-section .MYSGOHBP-TitleBox.common-box > h2 {
  color: rgba(var(--white-color), 1);
  text-transform: capitalize;
  --efs-CT: 36px;
}
.MYSGOHBP-MainList {
  display: flex;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-between;
  color: rgba(var(--white-color), 1);
  gap: 20px;
  width: 96%;
  margin: auto;
}
.MYSGOHBP-MainList li {
  max-width: 230px;
}
.MYSGOHBP-ListTitle,
.MYSGOHBP-ListBox h6 {
  color: rgba(var(--white-color), 1);
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 0px;
  font-size: 45px;
}
.MYSGOHBP-ListPara,
.MYSGOHBP-ListBox p {
  color: rgba(var(--six3-color), 1);
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 0px;
  font-size: 18px;
}
.MYSGOHBP-section .banner-bg {
  background-image: url(../images/counter-bg.png);
  background-repeat: repeat;
  background-size: 27%;
  opacity: 0.5;
  background-position: center;
}
/* MYSGOHBP end */

/* CPHPNE start */

.CPHPNE-ImgLeafBox {
  position: relative;
}
.CPHPNE-ImgLeaf {
  position: absolute;
  left: -80px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  height: 250px;
}
.CPHPNE-Img {
  position: relative;
  z-index: 1;
  margin-left: auto;
  width: 90%;
  height: 720px;
}
.CPHPNE-Img img,
.CPHPNE-img2B img,
.CPHPNE-TImg img {
  border-radius: 10px;
}
.common-box.CPHPNE-TitleBox {
  margin: auto;
  width: 70%;
  height: 100%;
  padding-bottom: 130px;
}
.CPHPNE-TitleBox .common-title,
.CPHPNE-TitleBox.common-box > h2,
.common-section .CPHPNE-TitleBox.common-box > h2 {
  --efs-CT: 35px;
}
.CPHPNE-ParaBox {
  text-align: right;
}
.CPHPNE-ParaBox .common-para {
  color: rgba(var(--Owl-color), 1);
}
.CPHPNE-img2B {
  width: 340px;
}
.CPHPNE-ParaImgBox {
  display: flex;
  align-items: center;
  gap: 20px;
}

.CPHPNE-TImgLeafBox {
  position: relative;
  margin-top: -300px;
}
.CPHPNE-TImgLeaf {
  position: absolute;
  right: -10px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  height: 200px;
}
.CPHPNE-TImg {
  --ehw-CPHTI: 300px;
  position: relative;
  z-index: 1;
  width: var(--ehw-CPHTI);
  height: var(--ehw-CPHTI);
  margin: 0px auto;
}
.CPHPNE-section .banner-bg {
  background-image: url(../images/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.9;
  background-position: center;
}

/* CPHPNE end */

/* product start */
.BestSeller-section {
  padding-top: 0;
}
.product-SLBox {
  border-radius: 0px;
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(var(--newA-color), 1);
}
.product-SLInnBox {
  font-family: var(--DMSans-font);
  display: block;
  background-image: url(../images/backcard.png);
  background-repeat: no-repeat;
  background-position: 3% 75%;
  background-size: 129%;
}
.product-SLImg {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 100%;
  border-radius: 0px;
  background: linear-gradient(
    rgba(var(--main-color), 0.99) 0%,
    rgba(var(--black-color), 0.29) 100%
  );
  height: 400px;
}
.product-SLImg::before {
  /* content: ''; */
  position: absolute;
  inset: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(
    rgba(var(--second-color), 1) 0%,
    rgba(var(--third-color), 1) 100%
  );
  opacity: 0.79;
}
.product-SLImg img {
  position: relative;
  z-index: 1;
  transition: var(--transition-08s);
  object-fit: contain;
  --ehw-EHWC: 170%;
}
.product-SLTxt {
  --ePA-PST: 10px;
  padding: var(--ePA-PST) calc(var(--ePA-PST) + 6px);
  background: rgba(var(--white-color), 1);
  text-align: center;
}
.product-SLTitle,
.product-SLTxt h5 {
  font-family: var(--DMSans-font) !important;
  color: rgba(var(--black-color), 1);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  line-height: 1.3;
  font-weight: 600;
  font-size: 20px;
}
.sell-SLPrice,
.product-SLPrice span,
.fixed-SLPrice,
.product-SLPrice del {
  font-weight: 400;
  color: rgba(var(--Price-color), 1);
}
.sell-SLPrice,
.product-SLPrice span {
  font-size: 17px;
}
.fixed-SLPrice,
.product-SLPrice del {
  font-size: 16px;
}
.product-SLBtns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}
.product-DisBox {
  position: absolute;
  left: 20px;
  top: 20px;
  background: rgba(var(--main-color), 1);
  color: rgba(var(--white-color), 1);
  border-radius: 50px;
  font-weight: 600;
  font-size: 13px;
  padding: 4px 12px;
}

/* product end */

/* BestSeller start */

.BestSeller-MainBox {
  position: relative;
}
.BestSeller-img {
  width: 100%;
  height: 600px;
}
.BestSeller-MainTxt {
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.BestSeller-Tag {
  font-family: var(--DMSans-font) !important;
  background: rgba(var(--main-color), 0) url(../images/Icon-Star.svg) no-repeat
    center center / contain;
  --ehw-BST: 120px;
  width: var(--ehw-BST);
  height: var(--ehw-BST);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(var(--white-color), 1);
  font-size: 20px;
  padding: 20px 20px 20px 30px;
  line-height: 1.2;
  margin-left: 50px;
  margin-bottom: -42px;
  position: relative;
  z-index: 1;
}
.BestSeller-InnTxt {
  background: linear-gradient(
    rgba(var(--main-color), 0.89) 0%,
    rgba(var(--black-color), 0.79) 100%
  );
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 400px;
  max-width: 336px;
  padding: 40px 30px;
}
.BestSeller-SubInnTitle,
.BestSeller-SubInnTxt h5 {
  font-weight: 400;
  color: rgba(var(--white-color), 1);
  line-height: 1.2;
  margin-bottom: 30px;
  font-size: 50px;
}
.BestSeller-SubInnTxt .common-bgBtn,
.BestSeller-SubInnTxt .common-bgBtn:visited,
.BestSeller-SubInnTxt .common-bgBtn:focus {
  --boco-btn: rgba(var(--white-color), 1);
  --bg-btn: rgba(var(--white-color), 1);
  --common-btn-color: rgba(var(--black-color), 1);
}
.BestSeller-SubInnTxt button.common-bgBtn:focus:not(:focus-visible),
.BestSeller-SubInnTxt .common-bgBtn:focus-visible,
.BestSeller-SubInnTxt .common-bgBtn:hover,
.BestSeller-SubInnTxt .common-bgBtn:first-child:active,
.BestSeller-SubInnTxt .common-bgBtn:active,
.BestSeller-SubInnTxt :not(.btn-check) + .common-bgBtn:active,
.BestSeller-SubInnTxt .common-bgBtn:first-child:hover {
  --boco-btn: rgba(var(--main-color), 1);
  --bg-btn: rgba(var(--main-color), 1);
  --common-btn-color: rgba(var(--white-color), 1);
}
.BestSeller-MainRow {
  padding-top: 20px;
}

/* BestSeller end */

/* Ads50 start */

.Ads50-MaineBox {
  display: block;
  position: relative;
}
.Ads50-MaineBox::before {
  content: "";
  position: absolute;
  inset: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(
    to right,
    rgba(var(--main-color), 0.55) 55%,
    rgba(var(--white-color), 0.1) 70%
  );
  z-index: 1;
}
.Ads50-ImgBox {
  width: 100%;
  height: 350px;
}
.Ads50-TxtBox {
  position: absolute;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  height: 100%;
  inset: 0px;
  width: 50%;
  padding: 40px;
  z-index: 2;
}
.Ads50-off,
.Ads50-TxtBox > span {
  color: rgba(var(--white-color), 1);
  font-weight: 400;
  font-size: 16px;
}
.Ads50-Title,
.Ads50-TxtBox > h5 {
  color: rgba(var(--white-color), 1);
  font-weight: 800;
  margin-bottom: 0px;
  font-size: 36px;
}

/* Ads50 end */

/* ExOuPro start */

.ExOuPro-Tabs {
  --eBGC-color: rgba(143, 143, 143, 1);
}
.ExOuPro-Tabs .resp-tabs-list {
  display: flex;
  justify-content: center;
  padding: 0px;
  border-radius: 4px;
}
.ExOuPro-Tabs .resp-tabs-list li {
  float: none;
  padding: 0;
  font-size: initial;
  font-weight: initial;
  /* overflow: hidden; */
  border: none;
}
.ExOuPro-Tabs .resp-tabs-list li.resp-tab-active {
  padding: 0px !important;
  background: rgba(var(--white-color), 0);
}
.ExOuPro-Tabs .resp-tabs-list li > *,
.ExOuPro-Tabs .resp-tabs-list li.resp-tab-active > *,
.ExOuPro-Tabs .resp-tabs-list li > a:visited {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  color: rgba(66, 66, 66, 1);
  font-weight: 700;
  padding: 8px 18px;
  font-size: 14px;
}
.ExOuPro-Tabs .resp-tabs-list li.resp-tab-active > * {
  color: rgba(var(--black-color), 1);
  font-weight: 600;
}
.ExOuPro-Tabs .resp-tabs-list li > *::after,
.ExOuPro-Tabs .resp-tabs-list li.resp-tab-active > *::after {
  content: "";
  position: absolute;
  display: inline-block;
  margin: auto;
  width: 1px;
  height: 60%;
  right: -2px;
  top: 0px;
  bottom: 0px;
  background: var(--eBGC-color);
  z-index: 1;
}
.ExOuPro-Tabs .resp-tabs-list li:last-child > *::after,
.ExOuPro-Tabs .resp-tabs-list li.resp-tab-active:last-child > *::after {
  opacity: 0;
}
.resp-tabs-container.ExOuPro-content {
  background: rgba(var(--main-color), 0);
}
.ExOuPro-content .ExOuPro-container.resp-tab-content,
.ExOuPro-contentTitle .ExOuPro-container.resp-tab-content {
  border: none;
  padding: 0px;
  margin: 20px 0px;
}
.ExOuPro-content h2 {
  border: 1px solid rgba(var(--main-color), 1) !important;
  border-radius: 6px;
  margin-bottom: 10px;
  text-transform: capitalize;
}
h2.resp-accordion:first-child {
  border-top: 1px solid rgba(var(--main-color), 1) !important;
}
.ExOuPro-content h2.resp-tab-active {
  background: rgba(var(--white-color), 1) !important;
  border: 1px solid rgba(var(--main-color), 1) !important;
}
.ExOuPro-content .resp-arrow {
  margin-top: 5px;
  border-left: 4px solid rgba(var(--main-color), 0) !important;
  border-right: 4px solid rgba(var(--main-color), 0) !important;
  border-top: 8px solid rgba(var(--main-color), 1) !important;
}
.ExOuPro-content h2.resp-tab-active span.resp-arrow {
  border: none !important;
  border-left: 4px solid rgba(var(--main-color), 0) !important;
  border-right: 4px solid rgba(var(--main-color), 0) !important;
  border-bottom: 8px solid rgba(var(--main-color), 1) !important;
}
.ExOuPro-content h2.resp-accordion:nth-last-child(2) {
  margin-bottom: 0px;
}
.ViewAll-Btn {
  margin-top: 30px;
}

/* ExOuPro end */

/* Testi start */

.testimonial-section {
  background: rgba(var(--black-color), 1) no-repeat center center / cover;
}
.testimonial-mt-box {
  text-align: center;
}
.testimonial-mt-box .common-SubTitle,
.testimonial-mt-box.common-box > span,
.common-section .testimonial-mt-box.common-box > span {
  color: rgba(var(--white-color), 1);
}
.testimonial-mt-box .common-title,
.testimonial-mt-box.common-box > h2,
.common-section .testimonial-mt-box.common-box > h2 {
  color: rgba(var(--white-color), 1);
}
.testimonial-bg {
  background-image: url(../images/banner-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.9;
  background-position: center;
}
.footer-bg {
  /* background-image: url(../images/footer.png); */
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.9;
  background-position: center;
}
.quote-img {
  width: 45px;
  margin: 50px auto 35px;
}
.test-slider.owl-carousel .owl-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-top: 30px;
}
.test-user-para {
  color: rgba(var(--white-color), 1);
  font-size: 15px;
  text-align: center;
  margin-bottom: 30px;
}
.test-user-dtl > p,
.test-user-dtl > *:first-child {
  color: rgba(var(--fourth-color), 1);
  margin-bottom: 0px;
  font-size: 19px;
  text-align: center;
  letter-spacing: calc(var(--spacing) * 2);
}
.test-user-dtl > span,
.test-user-dtl > *:last-child {
  color: rgba(var(--fourth-color), 0.6);
  margin-bottom: 0px;
  font-size: 15px;
  text-align: center;
  display: block;
}

/* Testi end */

/* footer start */

.footer-section {
  font-family: var(--DMSans-font);
  --eptb-cptb: 60px;
  padding: var(--eptb-cptb) 0px 0px;
  position: relative;
  overflow: hidden;
  --eBorder: 1px solid #e7e7e7;
  --EBG: #cfcfcf;
}
.footer-ABbox {
  position: absolute;
  width: 100%;
  --elr-FABB: 42%;
}
.footer-ABbox::before,
.footer-ABbox::after {
  content: "";
  position: absolute;
  --elr-FAB: 0px;
  width: var(--elr-FABB);
  height: 1px;
  background: var(--EBG);
  top: 62px;
}
.footer-ABbox::before {
  left: var(--elr-FAB);
}
.footer-ABbox::after {
  right: var(--elr-FAB);
}
.footer-ABbox span::before,
.footer-ABbox span::after {
  content: "";
  position: absolute;
  display: block;
  background: rgba(var(--main-color), 1);
  width: var(--ehw-FLAB);
  height: var(--ehw-FLAB);
  border-radius: 50%;
  --elr-FLAB: var(--elr-FABB);
  --ehw-FLAB: 14px;
  top: 55px;
}
.footer-ABbox span::before {
  left: var(--elr-FLAB);
}
.footer-ABbox span::after {
  right: var(--elr-FLAB);
}

.foot-logo {
  position: relative;
  display: block;
  margin: auto;
  width: 190px;
  height: max-content;
}
.inner-footer {
  padding-bottom: 30px;
}

/* CTA start */

.CTA-MainBox {
  margin-top: 10px;
  padding-top: 120px;
  position: relative;
}
.CTA-MainBox::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0px;
  margin: 0px auto;
  width: 1px;
  height: 50%;
  background: var(--EBG);
}
.CTA-title {
  text-transform: uppercase;
  text-align: center;
  color: rgba(var(--black-color), 1);
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 20px;
}
.CTA-form {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  overflow: hidden;
  min-height: 40px;
  border-bottom: 1px solid rgba(var(--black-color), 1);
  padding-bottom: 5px;
  width: 100%;
  margin: auto;
}
.CTA-form .form-control,
.CTA-form .form-control::placeholder {
  color: rgba(var(--placeholder2-color), 1);
}
.CTA-form .form-control:not([type="radio"], [type="checkbox"]),
.CTA-form .form-control:not([type="radio"], [type="checkbox"]):hover,
.CTA-form .form-control:not([type="radio"], [type="checkbox"]):focus {
  height: 100%;
  padding: 6px 8px;
  border: none;
  border-radius: 0px;
  background: rgba(var(--black-color), 0);
  min-height: 100%;
}
.CTA-form .common-bgBtn,
.CTA-form .common-bgBtn:visited,
.CTA-form .common-bgBtn:focus {
  padding: 8px 12px;
}

/* CTA end */

.foot-list li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  position: relative;
  padding-left: 20px;
}
.foot-list li::before {
  content: "";
  position: absolute;
  display: block;
  top: 8px;
  left: 0px;
  --ehw-FLLB: 10px;
  width: var(--ehw-FLLB);
  height: var(--ehw-FLLB);
  border-radius: 50%;
  background: rgba(var(--main-color), 1);
}
.foot-list li:not(:last-child),
.contact-list li:not(:last-child) {
  margin-bottom: 10px;
}
.foot-list li a,
.foot-list li a:visited,
.foot-list li a:focus,
.foot-list li > * {
  font-weight: 600;
  transition: var(--transition-05s);
  color: rgba(var(--footer-color), 1);
  font-size: 17px;
}
.foot-list li a:hover,
.foot-list li a[aria-current="page"],
.foot-list li a.active,
.foot-list li.active a {
  color: rgba(var(--main-color), 1);
}

.Middle-footer {
  border-top: var(--eBorder);
  border-bottom: var(--eBorder);
  padding: 30px 0px;
}

.contact-list li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.contact-list li > * > span {
  background: rgba(var(--main-color), 0);
  color: rgba(var(--main-color), 1);
  width: var(--ehw-flis);
  height: var(--ehw-flis);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  --ehw-flis: 22px;
  font-size: 16px;
}
.contact-list li a,
.contact-list li a:visited,
.contact-list li a:focus,
.contact-list li > * {
  font-weight: 600;
  transition: var(--transition-05s);
  color: rgba(var(--footer-color), 1);
  font-size: 17px;
}
.contact-list li a:hover,
.contact-list li a[aria-current="page"],
.contact-list li a.active,
.contact-list li.active a {
  color: rgba(var(--main-color), 1);
}

.FootSocial-list {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.FootSocial-list li a,
.FootSocial-list li a:visited,
.FootSocial-list li a:focus {
  --ehw-social: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(var(--ehw-social));
  height: calc(var(--ehw-social));
  border-radius: 50%;
  margin: 0 auto;
  transition: var(--transition-05s);
  color: rgba(var(--black-color), 1);
  background: rgba(var(--black-color), 0);
  font-size: 24px;
}
.FootSocial-list li a:hover {
  background: rgba(var(--main-color), 0);
  color: rgba(var(--main-color), 1);
}
.copy-PayAccpt {
  width: 90%;
  margin: auto;
}
.copy-box {
  padding: 30px 0px;
}
.copy-text {
  color: rgba(var(--CopyRight-color), 1);
  text-align: center;
  font-size: 15px;
}

/* footer end */

/* contact start */

.iframe-ctaBox {
  /* filter: grayscale(1); */
  width: 100%;
  height: 650px;
  overflow: hidden;
  border-radius: 10px;
}
.iframe-ctaBox iframe {
  width: 100%;
  height: 100%;
}

/* contact end */

/* Shop page start */

.left-sidebar {
  position: sticky;
  top: 130px;
}
.left-sidebar .category-main-wrap {
  position: relative;
  width: 100%;
  background: rgba(var(--white-color), 1);
  border: 1px solid #dbdbdb;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 15px;
}
.left-sidebar .sidebar-title {
  position: relative;
  width: 100%;
  padding: 10px;
  background: rgba(var(--main-color), 1);
  text-align: center;
  text-transform: uppercase;
  color: rgba(var(--white-color), 1);
  font-size: 20px;
  margin-bottom: 0px;
}
.left-category-wrap {
  user-select: none;
}
.category-ImgTxt,
.category-ImgTxt:visited,
.category-ImgTxt:focus {
  display: flex;
  gap: 10px;
  align-items: center;
  color: rgba(var(--black-color), 1);
  transition: var(--transition-05s);
}
.category-ImgTxt:hover {
  color: rgba(var(--main-color), 1);
}
.category-img {
  --ehw-CimG: 30px;
  width: var(--ehw-CimG);
  height: var(--ehw-CimG);
  border-radius: 50%;
  border: 1px solid #f7f7f7;
}
.category-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.honey-search-card {
  padding: 15px;
  border-radius: 10px;
  background: linear-gradient(135deg, #ffd84d, #ffbf00);
  background-size: cover;
  margin: 0px auto;
  margin-bottom: 20px;
}

.honey-search-form {
  display: flex;
  align-items: center;
  background: #ffffff;
  border-radius: 10px;
  padding: 6px 8px 6px 16px;
}

.honey-search-input {
  border: none;
  outline: none;
  flex: 1;
  font-size: 14px;
  color: #555;
  min-width: 136px;
}

.honey-search-input::placeholder {
  color: #999;
}

.honey-search-btn {
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 50%;
  background: #f57c00;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s ease;
}

.honey-search-btn:hover {
  background: #e66a00;
}
.left-category-wrap
  .accordion_list.active
  .category-arrow
  .up-down-wrrow:after {
  content: "\f106";
}
.left-category-wrap .accordion_list .category-arrow .up-down-wrrow:after {
  position: relative;
  content: "\f107";
  font-family: var(--font-awesome);
  font-weight: 600;
}
.category-MainTitle h6 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
}
.accordion_list .category-ImgTxtArrow {
  padding: 10px 20px;
}
.accordion_list:last-child .category-ImgTxtArrow,
.accordion_list:last-child .accordion_body {
  border-bottom: none;
}
.accordion_list.active .category-ImgTxtArrow,
.accordion_list .category-ImgTxtArrow,
.accordion_list .accordion_body {
  border-bottom: 1px solid #dbdbdb;
}
.category-ImgTxtArrow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.accordion_list.active .accordion_body {
  display: flex;
}
.accordion_list .accordion_body {
  margin-left: 0px;
  display: none;
  flex-direction: column;
  gap: 8px;
  padding: 10px 20px;
}
.accordion_list .cat-body.accordion_body .accordion_sub_list {
  font-family: var(--DMSans-font);
  position: relative;
  display: flex;
  align-items: center;
  list-style-type: none;
  cursor: pointer;
  color: rgba(var(--black-color), 1);
  margin-bottom: 0px;
}
.cat-body.accordion_body .accordion_sub_list .CateLink,
.cat-body.accordion_body .accordion_sub_list .CheckBox {
  width: 100%;
}
.cat-body.accordion_body .accordion_sub_list .CateLink {
  position: relative;
  padding-left: 15px;
}
.cat-body.accordion_body .accordion_sub_list .CateLink::before {
  content: "\f105";
  font-family: var(--font-awesome);
  font-weight: 600;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: rgba(var(--main-color), 1);
}
.cat-body.accordion_body .accordion_sub_list a,
.cat-body.accordion_body .accordion_sub_list a:focus,
.cat-body.accordion_body .accordion_sub_list a:visited {
  position: relative;
  width: 100%;
  display: block;
  color: rgba(var(--black-color), 1);
  font-size: 15px;
  transition: var(--transition-05s);
  font-weight: 500;
}
.cat-body.accordion_body .accordion_sub_list a:hover,
.cat-body.accordion_body .accordion_sub_list a[aria-current="page"] {
  color: rgba(var(--main-color), 1);
}

.cat-body.accordion_body .accordion_sub_list .CheckBox {
  display: flex;
  width: 100%;
}
.cat-body.accordion_body .accordion_sub_list .CheckBox > .checkbox-MainBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  gap: 10px;
  text-transform: capitalize;
  color: rgba(var(--black-color), 1);
  line-height: 1;
  cursor: pointer;
  transition: var(--transition-05s);
  background: rgba(var(--main-color), 0.1);
  border-radius: 4px;
  padding: 16px 16px;
  font-size: 15px;
  font-weight: 600;
}
.cat-body.accordion_body
  .accordion_sub_list
  .CheckBox
  > input:checked
  ~ .checkbox-MainBox {
  background: rgba(var(--main-color), 0.6);
  color: rgba(var(--white-color), 1);
}
.cat-body.accordion_body .accordion_sub_list .CheckBox input {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0px;
  height: 0px;
  opacity: 0;
}
.cat-body.accordion_body
  .accordion_sub_list
  .CheckBox
  > .checkbox-MainBox
  > div {
  display: flex;
  align-items: center;
  gap: 8px;
  text-transform: uppercase;
}
.cat-body.accordion_body
  .accordion_sub_list
  .CheckBox
  > .checkbox-MainBox
  > div
  > .checkbox-Span
  > span {
  --ehw-FLCDS: 18px;
  width: var(--ehw-FLCDS);
  height: var(--ehw-FLCDS);
  border-radius: 4px;
  padding: 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition-05s);
  border: 1px solid rgba(var(--main-color), 1);
  background: rgba(var(--white-color), 1);
  font-size: 15px;
  position: relative;
}
.cat-body.accordion_body
  .accordion_sub_list
  .CheckBox
  > .checkbox-MainBox
  > div
  > .checkbox-Span
  > span::before {
  content: "";
  position: absolute;
  inset: 0px;
  margin: auto;
  width: calc(var(--ehw-FLCDS) - 8px);
  height: calc(var(--ehw-FLCDS) - 12px);
  border-bottom: 2px solid rgba(var(--main-color), 1);
  border-left: 2px solid rgba(var(--main-color), 1);
  transform: rotate(-45deg);
  margin-top: 3.5px;
  visibility: hidden;
  opacity: 0;
}
.cat-body.accordion_body
  .accordion_sub_list
  .CheckBox
  > input:checked
  ~ .checkbox-MainBox
  > div
  > .checkbox-Span
  > span::before {
  opacity: 1;
  visibility: visible;
}

/* Shop page end */

/* ProFilter start */

.filterSort-box {
  display: none;
}
.filter-title {
  text-transform: uppercase;
  margin-bottom: 0px;
  font-weight: 700;
  font-size: 22px;
}

.BCS-SortBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.Sort-Mainbox {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
.filterIcon,
.filterIcon:visited,
.filterIcon:focus,
.filterIcon:hover {
  font-size: 20px;
  color: rgba(var(--black-color), 1);
  transition: var(--transition-05s);
}
.Sort-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: rgba(var(--white-color), 0);
  color: rgba(var(--black-color), 0.8);
}
.Sort-box .select-box {
  border: none;
  padding: 0px;
  font-size: 14px;
  background: rgba(var(--main-color), 0);
}
.Sort-box .select-box select,
.Sort-box .select-box select:hover,
.Sort-box .select-box select:focus {
  padding: 0;
  padding-right: 24px;
  border: none;
  color: rgba(var(--black-color), 1);
  font-weight: 600;
  min-height: 30px;
}
.Sort-box .select-box select option {
  padding: 0px 10px;
}
.Sort-box .select-box::before {
  display: none;
}
.Sort-box .select-box::after {
  border-right-color: rgba(var(--black-color), 1);
  border-bottom-color: rgba(var(--black-color), 1);
  right: 6px;
  top: 24%;
}

/* ProFilter end */

/* AboutUs start */

.AboutUs-Img {
  float: left;
  width: 40%;
  margin-right: 30px;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 30px;
}

/* AboutUs end */

/* TestiPage start */

.TestiPage-section > * > .row > .col-xxl-12 > .row > .col-xxl-6 > * > .row {
  align-items: center;
  justify-content: space-between;
}
.TestiPage-section .Testi-SlImg {
  height: 350px;
}
.TestiPage-section .Testi-SlTxt .common-para,
.TestiPage-section .Testi-SlTxt.common-box > div.common-para,
.TestiPage-section .Testi-SlTxt.aboutPage-txt p,
.TestiPage-section .Testi-SlTxt.aboutPage-txt ul {
  line-height: 1.3;
  font-size: 20px;
}
.TestiPage-section .Testi-SlTxt h4 {
  font-size: 22px;
}
.TestiPage-ListBox {
  background: rgba(var(--white-color), 1);
  box-shadow: 1px 1px 14px -2px rgba(var(--black-color), 0.2);
  border-radius: 10px;
  overflow: hidden;
}

/* TestiPage end */

/* SearchModal start */

.overflow {
  overflow-y: hidden !important;
}
.Custom-SearchModal {
  position: fixed;
  width: 100%;
  height: 100%;
  inset: 0px;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(var(--black-color), 0.7);
}
.Custom-SearchModal.active {
  display: flex;
}
.CSM-close,
.CSM-close:visited,
.CSM-close:focus,
.CSM-close:active {
  position: absolute;
  top: 20px;
  right: 20px;
  border: none;
  color: rgba(var(--white-color), 1) !important;
  background: rgba(var(--main-color), 0);
  font-size: 30px;
  padding: 6px;
  line-height: 1;
}
.CSM-close:hover {
  background: rgba(var(--main-color), 0);
  color: rgba(var(--main-color), 1) !important;
}
.Custom-SMInn {
  width: 60%;
  padding: 0px 14px;
}
.Custom-SMInn .form-control:not([type="radio"], [type="checkbox"]),
.Custom-SMInn .form-control:not([type="radio"], [type="checkbox"]):hover,
.Custom-SMInn .form-control:not([type="radio"], [type="checkbox"]):focus {
  border-radius: 10px;
  background: rgba(var(--white-color), 1);
}
.Custom-SMInn .common-bgBtn,
.Custom-SMInn .common-bgBtn:visited,
.Custom-SMInn .common-bgBtn:focus {
  box-shadow: none !important;
}
.Custom-SMInn .common-bgBtn::before,
.Custom-SMInn .common-bgBtn::after {
  display: none;
}

/* SearchModal end */
.CTA-Titlebox .common-para {
  margin-bottom: 20px !important;
}
/* media start */

@media (min-width: 768px) {
  /* .Head-CartBox .Cart-btn.CallBtn {
        display: none;
    } */
  .Cart-btn.SerachBtn {
    display: none;
  }
}
@media (min-width: 992px) {
  /* .Head-CaLog {
        display: none;
    } */
}

@media (min-width: 1200px) {
  .nav-item.dropdown .dropdown-menu[data-bs-popper] {
    top: 100%;
  }
  .nav-item.dropdown .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
  .nav-item.dropdown:hover > .dropdown-menu,
  .nav-item.dropdown .dropdown-menu.show,
  .dropdown-menu ul li:hover > .dropdown-menu.dropdown-submenu {
    opacity: 1;
    display: block;
    visibility: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    width: max-content;
    max-width: max-content;
  }
  .nav-item.dropdown .DDMenu.dropdown-menu {
    left: 100px;
  }
}

@media (min-width: 1600px) {
}

@media (min-width: 1700px) {
}

@media (min-width: 1800px) {
}

@media (min-width: 1900px) {
}

@media (min-width: 2000px) {
}

@media (max-width: 1900px) {
}

@media (max-width: 1800px) {
  .common-box.CPHPNE-TitleBox {
    width: 100%;
  }
  .ShopCate-SLSlider.owl-carousel .owl-nav button.owl-prev,
  .ShopCate-SLSlider.owl-carousel .owl-nav button.owl-next {
    --elr-THS: -20px;
  }
  .banner-img {
    margin-top: -210px;
    margin-bottom: -160px;
  }
  .banner-LeafBg {
    width: 250px;
  }
  .ShopCate-SLSlider {
    padding: 0px 60px;
  }
  .ShopCate-SLImg {
    height: 400px;
  }
  .ShopCate-SLTitle,
  .ShopCate-SLTxt h4 {
    font-size: 26px;
  }
  .ShopCate-SLPara,
  .ShopCate-SLTxt p {
    font-size: 15px;
  }
  .CPHPNE-Img {
    width: 80%;
    height: 560px;
  }
  .CPHPNE-ImgLeaf {
    left: 0px;
  }
  .CPHPNE-TImgLeafBox {
    margin-top: -140px;
  }
  .product-SLImg {
    height: 340px;
  }
  .footer-ABbox {
    --elr-FABB: 40%;
  }
}

@media (max-width: 1600px) {
  .navbar.DesktopNav .HeadContainer .navbar-nav > .nav-item {
    --eWNB: 6px;
  }
  .navbar.DesktopNav .HeadContainer .navbar-nav > .nav-item .nav-link,
  .navbar.DesktopNav .HeadContainer .navbar-nav > .nav-item .nav-link:visited {
    --eptb-NavLink: 8px;
    font-size: 15px;
  }
  .banner-title,
  .banner-box h1 {
    --efs-bth: 50px;
  }
  .banner-section {
    --banner-hvh: 640px;
  }
  .product-SLImg {
    height: 300px;
  }
  .product-SLTitle,
  .product-SLTxt h5 {
    font-size: 19px;
    margin-bottom: 0px;
  }
  .copy-PayAccpt {
    width: 100%;
  }
  .CPHPNE-Img {
    height: 480px;
  }
  .MYSGOHBP-TitleBox .common-title,
  .MYSGOHBP-TitleBox.common-box > h2,
  .common-section .MYSGOHBP-TitleBox.common-box > h2,
  .CPHPNE-TitleBox .common-title,
  .CPHPNE-TitleBox.common-box > h2,
  .common-section .CPHPNE-TitleBox.common-box > h2 {
    --efs-CT: 30px;
  }
  .BestSeller-img {
    height: 500px;
  }
  .BestSeller-SubInnTitle,
  .BestSeller-SubInnTxt h5 {
    font-size: 45px;
  }
  .BestSeller-InnTxt {
    min-height: 360px;
    max-width: 336px;
  }
}

@media (max-width: 1500px) {
}

@media (max-width: 1400px) {
  .iframe-ctaBox {
    height: 200px;
  }
  .banner-section {
    --banner-hhp: auto !important;
  }
}

@media (max-width: 1199px) {
  .MainHeader nav.navbar.DesktopNav .row {
    justify-content: space-between;
  }
  .MainHeader nav.navbar.DesktopNav .row > .col-lg-12 {
    order: 1;
  }
  .NBM-box {
    border: none;
    border-radius: 0px;
    background: rgba(var(--black-color), 0);
    padding: 0px 6px;
  }
  .navbar.DesktopNav .HeadContainer {
    justify-content: flex-end;
  }
  .NBM-box .navbar-nav.ms-auto.navbar-nav-scroll {
    gap: 10px;
  }
  .NBM-box {
    display: flex;
    gap: 50px;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0px;
    padding: 0;
  }
  .NBM-box > * {
    background: rgba(var(--white-color), 1);
    border-top: 1px solid rgba(var(--main-color), 0.6);
    border-radius: 0px;
    padding: 14px 12px;
    max-height: 250px;
    overflow: scroll;
    backdrop-filter: blur(10px);
  }
  .navbar.DesktopNav .HeadContainer .navbar-nav > .nav-item {
    margin-right: 0px;
    margin-bottom: 8px;
  }
  .navbar.DesktopNav .HeadContainer .navbar-nav > .nav-item:last-child {
    margin-bottom: 0px;
  }
  .NBM-box li.nav-item.dropdown {
    position: static;
    /* width: max-content; */
  }
  /* .NBM-box ul:last-child {
        margin-top: 8px;
    } */
  .navbar.DesktopNav .HeadContainer .navbar-nav > .nav-item .nav-link,
  .navbar.DesktopNav .HeadContainer .navbar-nav > .nav-item .nav-link:visited {
    --eptb-NavLink: 6px;
    font-size: 15px;
  }

  .banner-section {
    --banner-hvh: 600px;
  }
  .banner-inner-section {
    padding: 120px 0px;
    padding-bottom: 50px;
  }
  .banner-img {
    margin-top: -50px;
    margin-bottom: -41px;
  }
  .banner-title,
  .banner-box h1 {
    --efs-bth: 48px;
  }
  .banner-LeafBg {
    width: 120px;
  }
  .banner-para {
    width: 100%;
  }
  .MYSGOHBP-TitleBox .common-title,
  .MYSGOHBP-TitleBox.common-box > h2,
  .common-section .MYSGOHBP-TitleBox.common-box > h2,
  .CPHPNE-TitleBox .common-title,
  .CPHPNE-TitleBox.common-box > h2,
  .common-section .CPHPNE-TitleBox.common-box > h2 {
    --efs-CT: 24px;
  }
  .CPHPNE-img2B {
    width: 200px;
  }
  .CPHPNE-TImg {
    --ehw-CPHTI: 220px;
  }
  .CPHPNE-Img {
    height: 400px;
  }
  .CPHPNE-ImgLeaf {
    height: 160px;
  }
  .BestSeller-SubInnTitle,
  .BestSeller-SubInnTxt h5 {
    font-size: 40px;
  }
  .BestSeller-InnTxt {
    min-height: 320px;
    max-width: 300px;
  }
  .Ads50-TxtBox {
    width: 70%;
    padding: 30px;
  }
  .Ads50-Title,
  .Ads50-TxtBox > h5 {
    font-size: 30px;
  }
  .Ads50-ImgBox {
    height: 250px;
  }
  .foot-logo {
    width: 160px;
  }
  .Testi-SlImg {
    height: 350px;
  }
  .Testi-SlTxt .common-para,
  .Testi-SlTxt.common-box > div.common-para,
  .Testi-SlTxt.aboutPage-txt p,
  .Testi-SlTxt.aboutPage-txt ul {
    line-height: 1.4;
    font-size: 20px;
  }
  .footer-ABbox {
    --elr-FABB: 35%;
  }
  .banner-section.banner-innerPage .banner-inner-section .banner-LeafBg {
    width: 100px;
  }
}

@media (max-width: 991px) {
  .iframe-ctaBox {
    height: 300px;
  }

  .TopHead-Section > * > .row > *:nth-child(2) {
    order: -1;
  }
  .TopHeadTx-Slider.owl-carousel {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(var(--black-color), 0.3);
  }
  .banner-img {
    margin: auto;
    margin-top: 0px;
    margin-bottom: -41px;
    width: 60%;
  }
  .MYSGOHBP-MainList {
    gap: 16px;
    width: 100%;
  }
  .CPHPNE-TImgLeafBox {
    margin: 0px auto;
  }
  .common-box.CPHPNE-TitleBox {
    padding-bottom: 0px;
  }
  .CPHPNE-TImgLeaf {
    height: 120px;
  }
  .CPHPNE-TImg {
    --ehw-CPHTI: 80%;
  }
  .CPHPNE-img2B {
    width: 180px;
  }
  .CPHPNE-Img {
    height: 550px;
    width: 90%;
  }
  .Ads50-ImgBox {
    height: 300px;
  }
  .banner-title,
  .banner-box h1 {
    --efs-bth: 40px;
  }
  .MYSGOHBP-ListTitle,
  .MYSGOHBP-ListBox h6 {
    font-size: 38px;
  }
  .MYSGOHBP-ListPara,
  .MYSGOHBP-ListBox p {
    font-size: 16px;
  }
  .Testi-Slider.owl-carousel .owl-dots {
    position: static;
    flex-direction: row;
    margin-top: inherit;
  }
  .inner-footer > .row > *:nth-child(2) {
    order: -1;
  }
  .Middle-footer > .row > *:nth-child(2) {
    order: 1;
  }
  .copy-PayAccpt {
    width: 50%;
  }
  .ShopCate-SLSlider.owl-carousel .owl-nav button.owl-prev,
  .ShopCate-SLSlider.owl-carousel .owl-nav button.owl-next {
    --elr-THS: 0px;
  }
  .AboutUs-Img {
    float: none;
    width: 100%;
    margin-right: 0px;
    height: 300px;
  }
  .TestiPage-ListBox .Testi-SlTxt {
    padding: 0px 20px 20px;
  }
  .TestiPage-section .Testi-SlImg {
    height: 220px;
  }
  .TestiPage-section .Testi-SlTxt .common-para,
  .TestiPage-section .Testi-SlTxt.common-box > div.common-para,
  .TestiPage-section .Testi-SlTxt.aboutPage-txt p,
  .TestiPage-section .Testi-SlTxt.aboutPage-txt ul {
    font-size: 18px;
  }
  .TestiPage-section .Testi-SlTxt h4 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .iframe-ctaBox {
    height: 200px;
  }
  .Head-CaForm {
    display: none;
  }
  .Custom-SMInn {
    width: 100%;
  }
  .ShopCate-SLImg {
    height: 200px;
    object-fit: contain;
  }
  .ShopCate-SLTitle,
  .ShopCate-SLTxt h4 {
    font-size: 20px;
  }
  .ShopCate-SLPara,
  .ShopCate-SLTxt p {
    font-size: 13px;
  }
  .ShopCate-SLSlider.owl-carousel {
    margin-top: 0px;
  }
  .ShopCate-SLSlider {
    padding: 0px 40px;
  }
  .banner-title,
  .banner-box h1 {
    --efs-bth: 34px;
    margin-bottom: 16px;
  }
  .banner-para {
    margin-bottom: 20px;
    font-size: 15px;
  }
  .MYSGOHBP-ListTitle,
  .MYSGOHBP-ListBox h6 {
    font-size: 30px;
  }
  .MYSGOHBP-ListPara,
  .MYSGOHBP-ListBox p {
    font-size: 14px;
  }
  .MYSGOHBP-MainList li {
    max-width: 150px;
  }
  .CPHPNE-Img {
    height: 500px;
    width: 90%;
  }
  .BestSeller-SubInnTitle,
  .BestSeller-SubInnTxt h5 {
    font-size: 34px;
  }
  .Ads50-TxtBox {
    width: 60%;
  }
  .copy-PayAccpt {
    width: 70%;
  }
  .copy-PayAccpt img {
    height: 100%;
    object-fit: contain;
    height: 30px;
  }
  .foot-logo img {
    height: 90px;
  }
  .footer-ABbox {
    --elr-FABB: 25%;
  }
  .TopHead-SlTxt {
    font-size: 13px;
  }
  .foot-list li a,
  .foot-list li a:visited,
  .foot-list li a:focus,
  .foot-list li > *,
  .contact-list li a,
  .contact-list li a:visited,
  .contact-list li a:focus,
  .contact-list li > * {
    font-size: 14px;
  }
  .foot-list li::before {
    top: 7px;
    --ehw-FLLB: 8px;
  }
  .foot-list li {
    padding-left: 16px;
  }
  .Testi-SlTxt h4 {
    font-size: 20px;
  }
  .footer-section {
    --eptb-cptb: 40px;
  }
  .banner-section.banner-innerPage {
    --banner-hvh: 300px;
  }
  .banner-section.banner-innerPage .banner-inner-section .banner-LeafBg {
    width: 60px;
  }
  .product-SLTitle,
  .product-SLTxt h5 {
    font-size: 16px;
  }
  .left-sidebar .sidebar-title {
    font-size: 16px;
  }
  .cat-body.accordion_body .accordion_sub_list .CheckBox > .checkbox-MainBox {
    padding: 14px 14px;
    font-size: 12px;
  }
  .cat-body.accordion_body
    .accordion_sub_list
    .CheckBox
    > .checkbox-MainBox
    > div
    > .checkbox-Span
    > span {
    --ehw-FLCDS: 16px;
    font-size: 15px;
  }
  .cat-body.accordion_body
    .accordion_sub_list
    .CheckBox
    > .checkbox-MainBox
    > div
    > .checkbox-Span
    > span::before {
    margin-top: 4px;
  }
  .category-MainTitle h6 {
    font-size: 14px;
  }
  .banner-slider.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right;
  }
}

@media (max-width: 575px) {
  .navbar.DesktopNav .HeadContainer .navbar-nav > .nav-item .nav-link,
  .navbar.DesktopNav .HeadContainer .navbar-nav > .nav-item .nav-link:visited {
    --eptb-NavLink: 6px;
    font-size: 14px;
  }
  .navbar-brand {
    width: 100%;
    height: 60px;
  }
  .HeadSocial-list li a,
  .HeadSocial-list li a:visited,
  .HeadSocial-list li a:focus {
    --ehw-social: 22px;
    font-size: 16px;
  }
  .banner-title,
  .banner-box h1 {
    --efs-bth: 30px;
    margin-bottom: 14px;
  }
  .banner-para {
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 1.5;
  }
  .banner-img {
    width: 80%;
  }
  .banner-LeafBg {
    width: 80px;
  }
  .ShopCate-AfterImg {
    bottom: 50px;
    width: 100px;
  }
  .MYSGOHBP-MainList {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .MYSGOHBP-ListTitle,
  .MYSGOHBP-ListBox h6 {
    font-size: 26px;
  }
  .MYSGOHBP-ListPara,
  .MYSGOHBP-ListBox p {
    font-size: 13px;
  }
  .CPHPNE-ParaImgBox {
    flex-direction: column;
  }
  .CPHPNE-ParaBox {
    text-align: left;
  }
  .common-box.CPHPNE-TitleBox {
    text-align: left;
  }
  .CPHPNE-img2B {
    width: 100%;
    height: 280px;
  }
  .CPHPNE-TImg {
    --ehw-CPHTI: 90%;
    margin-left: 0px;
    height: 280px;
  }
  .BestSeller-Tag {
    --ehw-BST: 90px;
    font-size: 17px;
    padding: 20px 20px 20px 30px;
  }
  .CPHPNE-Img {
    height: 280px;
  }
  .BestSeller-InnTxt {
    min-height: inherit;
    max-width: 100%;
    margin: auto;
    top: auto;
    padding: 20px 20px;
    height: calc(100% - 48px);
  }
  .BestSeller-MainTxt {
    width: 97%;
    height: 97%;
    top: 0;
    right: 0;
    margin: auto;
  }
  .BestSeller-SubInnTitle,
  .BestSeller-SubInnTxt h5 {
    font-size: 30px;
  }
  .Ads50-TxtBox {
    width: 100%;
    /* background: rgba(var(--white-color), 0.4); */
    padding: 20px;
  }
  .Ads50-Title,
  .Ads50-TxtBox > h5 {
    font-size: 22px;
  }
  .Ads50-off,
  .Ads50-TxtBox > span {
    font-size: 14px;
  }
  .Testi-SlTxt .common-para,
  .Testi-SlTxt.common-box > div.common-para,
  .Testi-SlTxt.aboutPage-txt p,
  .Testi-SlTxt.aboutPage-txt ul {
    font-size: 15px;
  }
  .Testi-SlTxt h4 {
    font-size: 18px;
  }
  .foot-logo {
    width: 100px;
  }
  .footer-ABbox {
    --elr-FABB: 20%;
  }
  .footer-ABbox::before,
  .footer-ABbox::after {
    top: 40px;
  }
  .footer-ABbox span::before,
  .footer-ABbox span::after {
    --ehw-FLAB: 10px;
    top: 35px;
  }
  .CTA-MainBox {
    padding-top: 70px;
  }
  .CTA-MainBox::before {
    height: 40%;
  }
  .CTA-title {
    font-size: 16px;
  }
  .FootSocial-list li a,
  .FootSocial-list li a:visited,
  .FootSocial-list li a:focus {
    --ehw-social: 24px;
    font-size: 18px;
  }
  .copy-PayAccpt {
    width: 100%;
  }
  .copy-text {
    font-size: 13px;
  }
  .copy-box {
    padding: 20px 0px;
    padding-bottom: 100px;
  }
  .Ads50-ImgBox {
    height: 220px;
  }
  .Sort-box {
    font-size: 13px;
  }
  .cat-body.accordion_body .accordion_sub_list a,
  .cat-body.accordion_body .accordion_sub_list a:focus,
  .cat-body.accordion_body .accordion_sub_list a:visited {
    font-size: 13px;
  }
  .TestiPage-section .Testi-SlTxt .common-para,
  .TestiPage-section .Testi-SlTxt.common-box > div.common-para,
  .TestiPage-section .Testi-SlTxt.aboutPage-txt p,
  .TestiPage-section .Testi-SlTxt.aboutPage-txt ul {
    font-size: 15px;
  }
  .TestiPage-section .Testi-SlTxt h4 {
    font-size: 18px;
  }
  .TestiPage-section .Testi-SlImg {
    height: 200px;
  }
}

/* media end */
@media (max-width: 580px) {
  .banner-section {
    --banner-hvh: 500px;
  }
  .banner-section > *:first-child,
  .banner-slider > *:first-child > *,
  .banner-slider > *:first-child > * > *,
  .banner-slider > *:first-child > * > * > *,
  .banner-slider > *:first-child > * > * > * > *,
  .banner-section > *:first-child > .row,
  .banner-section > *:first-child > .row > *,
  .banner-section > *:first-child > .row > * > * {
    min-height: var(--banner-hvh);
    height: var(--banner-hhp);
    --banner-hhp: auto;
  }
}

.banner-slider.owl-carousel .owl-item img {
  object-position: bottom !important;
  height: 780px;
}

.u-mishti-card__badge i {
  font-size: 11px;
  margin-right: 4px;
  vertical-align: middle;
}

.u-mishti-card__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.u-mishti-card__btn i {
  font-size: 16px;
}
.u-mishti-card {
  /* width: 280px; */
  background: #0f0f0f;
  border-radius: 16px;
  overflow: hidden;
  color: #fff;
  /* box-shadow: 0 15px 40px rgba(0,0,0,0.6); */
}

.u-mishti-card__image {
  position: relative;
  background: linear-gradient(180deg, #1a1a1a, #000);
}

.u-mishti-card__image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.u-mishti-card__badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #ff2d2d;
  color: #fff;
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 6px;
  font-weight: 600;
  text-transform: uppercase;
}

.u-mishti-card__content {
  padding: 16px;
}

.u-mishti-card__title-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.u-mishti-card__title {
  font-size: 18px;
  margin: 0;
}

.u-mishti-card__price {
  font-size: 16px;
  font-weight: 800;
  color: #ffd000;
}
.BestSeller-Slider .owl-nav {
  display: flex !important;
  margin-top: 30px;
  gap: 10px;
}
.u-mishti-card__desc {
  font-size: 13px;
  color: #b5b5b5;
  margin: 8px 0 16px;
  text-align: left;
}

.u-mishti-card__btn {
  width: 100%;
  background: #d80000;
  border: 1px solid #333;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.3s ease;
  font-weight: 600;
}

.u-mishti-card__btn:hover {
  background: #f5c16c;
  color: #000;
}
@media (max-width: 580px) {
  .banner-slider.owl-carousel .owl-item img {
    object-position: 75% !important;
    height: 500px;
  }
  .banner-section {
    --banner-hhp: auto;
  }
  .MYSGOHBP-section .banner-bg {
    background-size: 100%;
    opacity: 0.3;
  }
  .BestSeller-img {
    height: 285px;
  }
  .tmx-tab-content .tab-pane .row {
    flex-wrap: nowrap !important;
    overflow: auto;
    scrollbar-width: none;
  }
  .tmx-tab-content
    .tab-pane
    .row
    .col-xxl-3.col-xl-3.col-lg-4.col-md-6.col-sm-6.col-12 {
    width: max-content !important;
  }
  .tmx-tab-content
    .tab-pane
    .row
    .col-xxl-3.col-xl-3.col-lg-4.col-md-6.col-sm-6.col-12
    .u-mishti-card {
    width: 280px !important;
  }
  .MYSGOHBP-MainList {
    justify-content: start;
  }
}
.ShopCate-section {
  background: #ffdec2;
}
.mobactive {
  display: none !important;
}
@media (max-width: 767px) {
  .deskactive {
    display: none !important;
  }
  .mobactive {
    display: block !important;
  }
}

/* shop page css start  */
.premium-tabs-container {
  width: 100%;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  margin-bottom: 24px;
}

.premium-tabs-header {
  border-bottom: 1px solid #e5e5e5;
  padding: 0;
  display: flex;
  background: #ffffff;
}

.premium-tab-item {
  flex: 1;
  background: transparent;
  border: none;
  border-bottom: 2px solid transparent;
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  padding: 15px 20px;
  cursor: pointer;
  transition: all 0.2s ease;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  position: relative;
}

.premium-tab-item:hover {
  color: #171717;
  background: #fafafa;
}

.premium-tab-item.active {
  color: #171717;
  border-bottom: 2px solid rgba(var(--main-color), 1);
  background: #ffd0d0ef;
}

.premium-tab-item i {
  margin-right: 10px;
  font-size: 16px;
}

.premium-panel {
  display: none;
  animation: fadeSlide 0.3s ease;
}

.premium-panel.active {
  display: block;
}

@keyframes fadeSlide {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 580px) {
  .banner-section.banner-innerPage {
    --banner-hvh: 210px;
  }
  .premium-tabs-header {
    overflow: auto;
    scrollbar-width: none;
  }
  .premium-tab-item {
    font-size: 13px;
    white-space: nowrap;
    font-weight: 500;
    padding: 8px 14px;
  }
}

.mithai-heritage-section {
  position: relative;
  min-height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.mithai-bg-fixed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/slider2.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  z-index: 1;
}

.mithai-overlay-smooth {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0.6) 50%,
    rgba(0, 0, 0, 0.7) 100%
  );
  z-index: 2;
}

.mithai-content-wrapper {
  position: relative;
  z-index: 3;
  text-align: center;
  padding: 60px 20px;
}

.mithai-text-primary {
  font-family: "Lora", serif;
  color: #ffffff;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 0;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.mithai-text-highlight {
  font-family: "Lora", serif;
  font-style: italic;
  color: #ffffff;
  font-size: 3.5rem;
  font-weight: 400;
  margin: 0;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.mithai-emphasis-word {
  font-style: italic;
}

@media (max-width: 768px) {
  .mithai-text-primary,
  .mithai-text-highlight {
    font-size: 2rem;
  }

  .mithai-content-wrapper {
    padding: 40px 15px;
  }
}

@media (max-width: 576px) {
  .mithai-text-primary,
  .mithai-text-highlight {
    font-size: 1.5rem;
  }
}
.mithai_carousel_container {
  padding: 30px 0px;
}
.mithai_chef_photo {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
}

.mithai_name_badge {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.75) 0%,
    rgba(0, 0, 0, 0.3) 70%,
    transparent 100%
  );
  padding: 35px 20px 25px;
  text-align: center;
}

.mithai_craftsman_name {
  font-size: 1.7rem;
  color: #ffffff;
  font-weight: 700;
  margin: 0;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}
@media (max-width: 768px) {
  .mithai_chef_photo {
    height: 380px;
  }

  .mithai_craftsman_name {
    font-size: 1.5rem;
  }
}

@media (max-width: 576px) {
  .mithai_chef_photo {
    height: 350px;
  }

  .mithai_carousel_container {
    padding: 25px 0px;
  }
}

.mithai_contact_cta_section::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -10%;
  width: 300px;
  height: 300px;
  background: radial-gradient(
    circle,
    rgba(156, 46, 46, 0.05) 0%,
    transparent 70%
  );
  border-radius: 50%;
}

.mithai_contact_cta_section::after {
  content: "";
  position: absolute;
  bottom: -50%;
  right: -10%;
  width: 400px;
  height: 400px;
  background: radial-gradient(
    circle,
    rgba(156, 46, 46, 0.05) 0%,
    transparent 70%
  );
  border-radius: 50%;
}

.mithai_cta_content_wrapper {
  text-align: center;
  position: relative;
  z-index: 2;
}

.mithai_cta_main_heading {
  font-size: 2.8rem;
  color: #4a4a4a;
  margin-bottom: 20px;
  font-weight: 400;
}

.mithai_cta_highlight_text {
  color: #9c2e2e;
  font-style: italic;
  font-weight: 700;
}

.mithai_cta_subtext {
  font-size: 1.1rem;
  color: #6b6b6b;
  margin-bottom: 8px;
  font-weight: 400;
}

.mithai_cta_timing_text {
  font-size: 1rem;
  color: #7a7a7a;
  margin-bottom: 35px;
  font-weight: 300;
}

.mithai_cta_button_primary {
  background-color: #8b2e2e;
  color: #ffffff;
  padding: 14px 45px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 1px;
  border: none;
  border-radius: 6px;
  text-transform: uppercase;
  transition: all 0.4s ease;
  box-shadow: 0 6px 20px rgba(139, 46, 46, 0.3);
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.mithai_cta_button_primary::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.5s ease;
}

.mithai_cta_button_primary:hover::before {
  left: 100%;
}

.mithai_cta_button_primary:hover {
  background-color: #6b1f1f;
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(139, 46, 46, 0.4);
}

.mithai_cta_button_primary:active {
  transform: translateY(-1px);
}

.mithai_decorative_line {
  width: 80px;
  height: 3px;
  background: linear-gradient(to right, transparent, #9c2e2e, transparent);
  margin: 25px auto;
}

@media (max-width: 768px) {
  .mithai_contact_cta_section {
    padding: 70px 0;
  }

  .mithai_cta_main_heading {
    font-size: 2.2rem;
  }

  .mithai_cta_subtext {
    font-size: 1rem;
  }

  .mithai_cta_timing_text {
    font-size: 0.95rem;
  }

  .mithai_cta_button_primary {
    padding: 12px 35px;
    font-size: 0.95rem;
  }
}

@media (max-width: 576px) {
  .mithai_contact_cta_section {
    padding: 60px 20px;
  }

  .mithai_cta_main_heading {
    font-size: 1.8rem;
  }

  .mithai_cta_subtext {
    font-size: 0.95rem;
  }

  .mithai_cta_button_primary {
    padding: 12px 30px;
    font-size: 0.9rem;
  }
}
.mithai_contact_cta_section {
  background: linear-gradient(135deg, #f5ede3 0%, #ebe0d3 100%);
}

.loc-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.loc-card {
  background: #ffffff;
  border-radius: 6px;
  padding: 22px 24px 26px;
  position: relative;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}

.loc-card h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
  color: rgba(var(--black-color), 1);
}

.loc-card p {
  font-size: 13px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 18px;
}

.loc-phone {
  font-size: 17px;
  font-weight: 600;
  color: rgba(var(--main-color), 1);
}

/* Responsive */
@media (max-width: 768px) {
  .loc-grid {
    grid-template-columns: 1fr;
  }
}

.tmx-testimonial-wrap {
  padding: 40px 20px;
  max-width: 1100px;
  margin: auto;
  font-family: "Segoe UI", sans-serif;
}

.tmx-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.tmx-testimonial-card {
  background: #ffffff;
  padding: 28px;
  border-radius: 10px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
  position: relative;
}

.tmx-testimonial-card::before {
  content: "“";
  position: absolute;
  top: 14px;
  right: 22px;
  font-size: 60px;
  color: #9b1c1c;
  opacity: 0.15;
}

.tmx-testimonial-text {
  font-size: 15px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 24px;
}

.tmx-testimonial-user {
  display: flex;
  align-items: center;
  gap: 14px;
}

.tmx-testimonial-user img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
}

.tmx-testimonial-user h5 {
  font-size: 16px;
  margin: 0;
  color: #222;
}

.tmx-testimonial-user span {
  font-size: 13px;
  color: #777;
}

/* Responsive */
@media (max-width: 992px) {
  .tmx-testimonial-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .tmx-testimonial-grid {
    grid-template-columns: 1fr;
  }
}

.modern-offcanvas {
  width: 450px !important;
  border-left: 1px solid rgba(var(--black-color), 0.6);
}

.modern-offcanvas .offcanvas-header {
  padding: 1rem;
  border-bottom: 1px solid rgba(var(--black-color), 0.6);
  background: white;
}

.modern-offcanvas .offcanvas-title {
  font-size: 1rem;
  font-weight: 700;
  color: rgba(var(--main-color), 1);
}

.modern-offcanvas .btn-close {
  padding: 0.5rem;
}

.modern-offcanvas .offcanvas-body {
  padding: 0;
  display: flex;
  flex-direction: column;
  background: var(--bg-light);
}

/* CART STYLES */
.cart-items-wrapper {
  flex: 1;
  overflow-y: auto;
  padding: 1.5rem;
}

.cart-product-card {
  background: white;
  border-radius: 12px;
  padding: 1rem;
  margin-bottom: 1rem;
  border: 1px solid rgba(var(--black-color), 0.6);
  transition: all 0.3s ease;
}

.cart-product-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.cart-product-image {
  width: 80px;
  height: 80px;
  border-radius: 8px;
  object-fit: cover;
  background: rgba(var(--main-color), 0.99);
}

.cart-product-details {
  flex: 1;
  padding: 0 1rem;
}

.cart-product-name {
  font-weight: 600;
  color: rgba(var(--black-color), 1);
  margin-bottom: 0.25rem;
  font-size: 0.95rem;
}

.cart-product-price {
  color: rgba(var(--main-color), 1);
  font-weight: 700;
  font-size: 1.1rem;
}

.quantity-control-wrapper {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.5rem;
}

.quantity-display {
  width: 40px;
  text-align: center;
  font-weight: 600;
  color: rgba(var(--black-color), 1);
}

.remove-item-btn {
  color: rgba(var(--black-color), 0.6);
  transition: all 0.2s ease;
  cursor: pointer;
  padding: 0.5rem;
}

.remove-item-btn:hover {
  color: rgba(var(--main-color), 1);
}

.cart-summary-section {
  background: white;
  padding: 1.5rem;
  border-top: 1px solid rgba(var(--black-color), 0.6);
}

.summary-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.75rem;
  color: rgba(var(--black-color), 1);
}

.summary-row.total-row {
  font-size: 1.25rem;
  font-weight: 700;
  padding-top: 1rem;
  border-top: 2px solid rgba(var(--black-color), 0.6);
  margin-top: 1rem;
}

.summary-row.total-row .amount {
  color: rgba(var(--main-color), 1);
}

.checkout-action-btn {
  margin-top: 1rem;
}

/* CHECKOUT STYLES */
.checkout-content-wrapper {
  flex: 1;
  overflow-y: auto;
  padding: 1.5rem;
}

.checkout-section-card {
  background: white;
  border-radius: 12px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  border: 1px solid rgba(var(--black-color), 0.6);
}

.checkout-section-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: rgba(var(--black-color), 1);
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.checkout-section-title i {
  color: rgba(var(--main-color), 1);
}

.checkout-form-group {
  margin-bottom: 1rem;
}

.checkout-form-label {
  font-weight: 600;
  color: rgba(var(--black-color), 1);
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
}

.checkout-form-input {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid rgba(var(--black-color), 0.6);
  border-radius: 8px;
  font-size: 0.95rem;
  transition: all 0.3s ease;
}

.checkout-form-input:focus {
  outline: none;
  border-color: rgba(var(--main-color), 1);
  box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.1);
}

.checkout-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.checkout-payment-options {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
}

.payment-option-card {
  flex: 1;
  border: 2px solid rgba(var(--black-color), 0.6);
  border-radius: 8px;
  padding: 1rem;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.payment-option-card:hover {
  border-color: rgba(var(--main-color), 1);
  background: rgba(99, 102, 241, 0.05);
}

.payment-option-card.active-payment-option {
  border-color: rgba(var(--main-color), 1);
  background: rgba(99, 102, 241, 0.1);
}

.payment-option-icon {
  font-size: 2rem;
  margin-bottom: 0.5rem;
  color: rgba(var(--main-color), 1);
}

.payment-option-label {
  font-weight: 600;
  color: rgba(var(--black-color), 1);
  font-size: 0.9rem;
}

.checkout-order-summary {
  background: rgba(var(--main-color), 0.09);
  border-radius: 8px;
  padding: 1rem;
}

.order-summary-item {
  display: flex;
  align-items: center;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(var(--black-color), 0.6);
}

.order-summary-item:last-child {
  border-bottom: none;
}

.order-item-image {
  width: 50px;
  height: 50px;
  border-radius: 6px;
  object-fit: cover;
  margin-right: 1rem;
}

.order-item-info {
  flex: 1;
}

.order-item-name {
  font-weight: 600;
  color: rgba(var(--black-color), 1);
  font-size: 0.9rem;
}

.order-item-qty {
  color: rgba(var(--black-color), 0.6);
  font-size: 0.85rem;
}

.order-item-price {
  font-weight: 700;
  color: rgba(var(--main-color), 1);
}

.checkout-footer-section {
  background: white;
  padding: 1.5rem;
  border-top: 1px solid rgba(var(--black-color), 0.6);
}

@media (max-width: 576px) {
  .modern-offcanvas {
    width: 100% !important;
  }

  .checkout-form-row {
    grid-template-columns: 1fr;
  }
}
.quantity-control-btn {
  cursor: pointer;
}
.main-locationbox {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}
.btgroupbox {
  display: flex;
  align-items: center;
  gap: 10px;
}
.btgroupbox .u-mishti-card__btn {
  width: max-content;
}
.btgroupbox .u-mishti-card__btn:first-child {
  flex: 1;
}

.cartbtn {
  background-color: #f5f2f2;
  border: 1px solid rgba(var(--main-color), 1);
  color: rgba(var(--main-color), 1);
  width: 50px;
  height: 40px;
}

/* product details page css start */

/* ===================================
           MAIN PRODUCT SECTION
        =================================== */

.sweet-product-section {
  padding: 60px 0 80px;
  position: relative;
}

/* LEFT SIDE - PRODUCT IMAGES */

.sweet-image-column {
  position: relative;
}

.sweet-main-image-box {
  position: relative;
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 25px;
  border: 1px solid #fff;
  outline: 1px solid #ff6b6b;
}

.sweet-main-image-box::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    45deg,
    transparent 40%,
    rgba(255, 255, 255, 0.3) 50%,
    transparent 60%
  );
  animation: sweet-shine 8s infinite;
  pointer-events: none;
}

@keyframes sweet-shine {
  0%,
  100% {
    transform: translateX(-100%) translateY(-100%) rotate(45deg);
  }
  50% {
    transform: translateX(100%) translateY(100%) rotate(45deg);
  }
}

.sweet-main-display-image {
  width: 100%;
  aspect-ratio: 1 / 1;
  height: 390px;
  object-fit: contain;
  display: block;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* THUMBNAIL CAROUSEL */

.sweet-thumb-carousel-wrapper {
  position: relative;
}

.sweet-thumb-box {
  cursor: pointer;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #000;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  background: #ffffff;
}

.sweet-thumb-box img {
  width: 100%;
  aspect-ratio: 1 / 1;
  height: 90px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.sweet-thumb-box:hover {
  border-color: #ffa500;
}

.sweet-thumb-box.active {
  border-color: #dc2626;
}

.sweet-thumb-box:hover img {
  transform: scale(1.15);
}

.sweet-thumb-carousel-wrapper .owl-nav button {
  width: 45px;
  height: 45px;
  background: #ffffff !important;
  border: 1px solid #ff6b6b !important;
  border-radius: 50%;
  margin: 15px 8px 0 !important;
  font-size: 20px !important;
  color: #dc2626 !important;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(220, 38, 38, 0.2);
}

.sweet-thumb-carousel-wrapper .owl-nav button:hover {
  background: #dc2626 !important;
  color: #ffffff !important;
  transform: scale(1.15);
}

/* RIGHT SIDE - PRODUCT DETAILS */

.sweet-details-column {
  padding: 25px;
}

.sweet-category-tag {
  display: inline-block;
  background: linear-gradient(135deg, #ffa500 0%, #ffb84d 100%);
  color: #ffffff;
  padding: 8px 20px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 18px;
  box-shadow: 0 6px 20px rgba(255, 165, 0, 0.3);
}

.sweet-product-name {
  font-size: 38px;
  font-weight: 900;
  color: #1a0f0a;
  line-height: 1.15;
  margin-bottom: 18px;
  text-shadow: 2px 2px 0px rgba(220, 38, 38, 0.1);
  letter-spacing: -1.5px;
}

.sweet-bengali-text {
  font-size: 15px;
  color: #dc2626;
  font-weight: 600;
  margin-bottom: 15px;
  font-style: italic;
}

.sweet-short-description {
  font-size: 14px;
  line-height: 1.6;
  color: #5c4033;
  margin-bottom: 18px;
  font-weight: 400;
}

/* RATING */

.sweet-rating-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
  flex-wrap: wrap;
}

.sweet-stars-display {
  display: flex;
  gap: 5px;
}

.sweet-stars-display i {
  color: #ffa500;
  font-size: 15px;
  filter: drop-shadow(0 2px 4px rgba(255, 165, 0, 0.3));
}

.sweet-rating-number {
  font-size: 17px;
  font-weight: 700;
  color: #1a0f0a;
}

.sweet-review-total {
  color: #8b7355;
  font-size: 14px;
}

/* PRICE */

.sweet-price-wrapper {
  margin-bottom: 15px;
}

.sweet-price-container {
  display: flex;
  align-items: center;
  gap: 13px;
  flex-wrap: wrap;
}

.sweet-old-price {
  font-size: 16px;
  color: #9ca3af;
  text-decoration: line-through;
  font-weight: 500;
}

.sweet-current-price {
  font-size: 20px;
  font-weight: 900;
  color: #dc2626;
  letter-spacing: -2px;
}

.sweet-discount-label {
  background: #1a0f0a;
  color: #ffd700;
  padding: 8px 18px;
  border-radius: 25px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1px;
}

.sweet-price-per-piece {
  font-size: 14px;
  color: #8b7355;
  margin-top: 8px;
}

/* QUANTITY */

.sweet-quantity-section {
  margin-bottom: 18px;
}

.sweet-quantity-controls {
  display: inline-flex;
  align-items: center;
  background: #ffffff;
  border: 1px solid #ff6b6b;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(220, 38, 38, 0.15);
  margin-top: 10px;
}

.sweet-qty-button {
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  cursor: pointer;
  color: #dc2626;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sweet-qty-button:hover {
  background: #dc2626;
  color: #ffffff;
}

.sweet-qty-input-field {
  width: 80px;
  height: 40px;
  border: none;
  border-left: 1px solid #ffe4cc;
  border-right: 1px solid #ffe4cc;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #1a0f0a;
  outline: none;
  background: #fff8f0;
}

/* ACTION BUTTONS */

.sweet-action-buttons-row {
  display: flex;
  gap: 15px;
  margin-bottom: 0px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.sweet-add-to-cart-btn {
  display: flex;
  gap: 12px;
}

.sweet-add-to-cart-btn i {
  margin-right: 12px;
}

.sweet-wishlist-btn,
.sweet-compare-btn {
  width: 60px;
  height: 60px;
  background: #ffffff;
  border: 1px solid rgba(var(--main-color), 1);
  border-radius: 8px;
  cursor: pointer;
  color: rgba(var(--main-color), 1);
  font-size: 22px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(220, 38, 38, 0.15);
}

.sweet-wishlist-btn:hover,
.sweet-compare-btn:hover {
  background: rgba(var(--main-color), 1);
  color: #ffffff;
  box-shadow: 0 12px 30px rgba(220, 38, 38, 0.35);
}

/* ===================================
           TABS SECTION
        =================================== */

.sweet-tabs-section {
}

.sweet-tabs-navigation {
  border: none;
  gap: 10px;
  margin-bottom: 30px;
  justify-content: start;
  flex-wrap: nowrap;
  overflow: auto;
  scrollbar-width: none;
}

.sweet-tab-button {
  background: #fff8f0;
  border: 1px solid #ffe4cc;
  color: rgba(var(--main-color), 1);
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
  transition: all 0.4s ease;
  letter-spacing: 0.5px;
}

.sweet-tab-button:hover {
  border-color: #ffa500;
  color: #ffa500;
  background: #fff;
  box-shadow: 0 10px 25px rgba(255, 165, 0, 0.2);
}

.sweet-tab-button.active {
  background: linear-gradient(
    135deg,
    rgba(var(--main-color), 1) 0%,
    rgba(var(--main-color), 1) 100%
  );
  border-color: rgba(var(--main-color), 1);
  color: #ffffff;
}

.sweet-tabs-content-area {
  background: linear-gradient(135deg, #fff8f0 0%, #fffaf5 100%);
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  border: 1px solid #ffe4cc;
}

.sweet-tab-content-inner h3 {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 20px;
  color: #1a0f0a;
  border-bottom: 1px solid #dc2626;
  padding-bottom: 12px;
  display: inline-block;
}

.sweet-tab-content-inner h4 {
  font-size: 18px;
  font-weight: 700;
  margin: 20px 0 18px;
  color: #1a0f0a;
}

.sweet-tab-content-inner p {
  font-size: 14px;
  line-height: 1.5;
  color: #5c4033;
  margin-bottom: 15px;
}

.sweet-description-list {
  list-style: none;
  padding: 0;
}

.sweet-description-list li {
  padding: 7px 0 7px 25px;
  position: relative;
  font-size: 16px;
  color: #5c4033;
  line-height: 1.8;
}

.sweet-description-list li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  color: #dc2626;
  font-size: 15px;
}

/* INFORMATION TABLE */

.sweet-info-table {
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  margin-top: 5px;
  border: 1px solid #ffe4cc;
}

.sweet-info-table tbody tr {
  border-bottom: 1px solid #fff8f0;
}

.sweet-info-table tbody tr:last-child {
  border-bottom: none;
}

.sweet-info-table tbody tr:nth-child(even) {
  background: #fffaf5;
}

.sweet-info-table td {
  padding: 20px 28px;
  font-size: 16px;
}

.sweet-spec-key {
  font-weight: 700;
  color: #1a0f0a;
  width: 45%;
}

.sweet-spec-value {
  color: #5c4033;
}

/* REVIEWS */

.sweet-reviews-summary-box {
  display: flex;
  gap: 60px;
  margin-bottom: 30px;
  background: #ffffff;
  padding: 45px;
  border-radius: 20px;
  border: 1px solid #ffe4cc;
  flex-wrap: wrap;
}

.sweet-rating-score-area {
  text-align: center;
  min-width: 220px;
}

.sweet-big-rating-number {
  font-size: 40px;
  font-weight: 900;
  color: #dc2626;
  line-height: 1;
  margin-bottom: 18px;
}

.sweet-stars-large-display {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 12px;
}

.sweet-stars-large-display i {
  color: #ffa500;
  font-size: 18px;
}

.sweet-total-reviews-text {
  color: #8b7355;
  font-size: 15px;
}

.sweet-rating-breakdown-area {
  flex: 1;
  min-width: 320px;
}

.sweet-rating-bar-row {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 18px;
}

.sweet-bar-star-label {
  min-width: 70px;
  font-size: 15px;
  font-weight: 700;
  color: #1a0f0a;
}

.sweet-progress-bar-track {
  flex: 1;
  height: 14px;
  background: #f3f4f6;
  border-radius: 12px;
  overflow: hidden;
}

.sweet-progress-bar-fill {
  height: 100%;
  background: linear-gradient(90deg, #dc2626 0%, #ffa500 100%);
  transition: width 1.2s ease;
  border-radius: 12px;
}

.sweet-bar-percentage {
  min-width: 50px;
  text-align: right;
  font-size: 15px;
  font-weight: 700;
  color: #1a0f0a;
}

/* INDIVIDUAL REVIEWS */

.sweet-reviews-list-area {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.sweet-single-review {
  background: #ffffff;
  padding: 20px;
  border-radius: 10px;
  border-left: 5px solid #dc2626;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

.sweet-review-header-row {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 22px;
  flex-wrap: wrap;
}

.sweet-reviewer-avatar-circle {
  width: 55px;
  height: 55px;
  background: linear-gradient(135deg, #dc2626 0%, #ffa500 100%);
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 20px;
  box-shadow: 0 6px 18px rgba(220, 38, 38, 0.3);
}

.sweet-reviewer-info-area {
  flex: 1;
}

.sweet-reviewer-name-text {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 6px;
  color: #1a0f0a;
}

.sweet-review-stars-small {
  display: flex;
  gap: 4px;
}

.sweet-review-stars-small i {
  color: #ffa500;
  font-size: 16px;
}

.sweet-review-date-text {
  color: #9ca3af;
  font-size: 14px;
}

.sweet-review-title-heading {
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #1a0f0a;
}

.sweet-review-text-content {
  font-size: 16px;
  line-height: 1.8;
  color: #5c4033;
  margin: 0;
}

/* ===================================
           RESPONSIVE DESIGN
        =================================== */

@media (max-width: 1199px) {
  .sweet-product-name {
    font-size: 26px;
  }

  .sweet-current-price {
    font-size: 36px;
  }

  .sweet-section-heading {
    font-size: 32px;
  }
}

@media (max-width: 991px) {
  .sweet-product-section,
  .sweet-tabs-section,
  .sweet-related-products-section {
    padding: 30px 0;
  }

  .sweet-details-column {
    padding: 20px;
  }

  .sweet-product-name {
    font-size: 34px;
  }

  .sweet-tabs-content-area {
    padding: 15px;
  }

  .sweet-reviews-summary-box {
    gap: 25px;
    padding: 25px;
  }

  .sweet-big-rating-number {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .sweet-product-section,
  .sweet-tabs-section,
  .sweet-related-products-section {
    padding: 30px 0;
  }

  .sweet-product-name {
    font-size: 28px;
  }

  .sweet-bengali-text {
    font-size: 20px;
  }

  .sweet-current-price {
    font-size: 34px;
  }

  .sweet-old-price {
    font-size: 24px;
  }
  .sweet-main-display-image {
    height: 200px;
  }
  .sweet-section-heading {
    font-size: 26px;
  }

  .sweet-tabs-content-area {
    padding: 15px 15px;
  }

  .sweet-tab-content-inner h3 {
    font-size: 20px;
  }

  .sweet-reviews-summary-box {
    flex-direction: column;
    padding: 18px;
  }

  .sweet-rating-score-area {
    min-width: auto;
  }

  .sweet-rating-breakdown-area {
    min-width: auto;
  }

  .sweet-action-buttons-row {
    flex-direction: row;
  }

  .sweet-add-to-cart-btn {
    width: max-content;
    min-width: auto;
  }

  .sweet-wishlist-btn,
  .sweet-compare-btn {
    width: 35px;
    height: 35px;
    font-size: 14px;
  }

  .sweet-highlights-box {
    padding: 15px;
  }
}

@media (max-width: 575px) {
  .sweet-product-name {
    font-size: 23px;
  }

  .sweet-current-price {
    font-size: 20px;
  }

  .sweet-section-heading {
    font-size: 22px;
  }

  .sweet-main-image-box {
    border-radius: 10px;
  }

  .sweet-tabs-content-area {
    padding: 15px;
    border-radius: 8px;
  }

  .sweet-single-review {
    padding: 15px;
  }

  .sweet-info-table td {
    padding: 15px;
    font-size: 13px;
  }

  .sweet-spec-key {
    width: 50%;
  }

  .sweet-price-wrapper {
    padding: 0px;
  }
}

/* ===================================
           ANIMATIONS
        =================================== */

@keyframes sweet-fade-in-up {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.sweet-product-section,
.sweet-tabs-section,
.sweet-related-products-section {
  animation: sweet-fade-in-up 0.9s ease;
}

/* ===================================
           CUSTOM NOTIFICATION STYLE
        =================================== */

.sweet-notification-popup {
  position: fixed;
  top: 25px;
  right: 25px;
  background: linear-gradient(135deg, #dc2626 0%, #ef4444 100%);
  color: #ffffff;
  padding: 18px 32px;
  border-radius: 15px;
  box-shadow: 0 15px 40px rgba(220, 38, 38, 0.4);
  z-index: 9999;
  font-weight: 700;
  font-size: 15px;
  opacity: 0;
  transform: translateY(-25px);
  transition: all 0.4s ease;
}
