* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

.form-control:focus {
  box-shadow: none;
}

:root {
  --black: #050505 !important;
  --gray: #f6f4ef !important;
  --white: #FFFFFF !important;
  --main: #b7a26d !important;
  --geen: #D12323 !important;
}

@font-face {
  font-family: Dolce-Vita;
  src: url('../fonts/Dolce Vita Heavy Bold.ttf');
}

p {
  font-family: "Mulish", serif;
}

ul li {
  font-family: "Mulish", serif;
}


/* top head */


.topHeadBg {
  background: var(--black);
  padding: 7px 0;
}



.topheadPhone {
  color: var(--white);
  font-size: 14px;
  text-transform: lowercase;
  font-family: Dolce-Vita;
}

.topheadPhone:hover {
  color: var(--main);
}

.topheadPhone i {
  color: var(--main);
  padding-right: 6px;
}


.topHeadLinks {
  text-align: right;
}

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

.topHeadLinks ul li {
  display: inline-block;
  margin-left: 35px;
}

.topHeadLinks ul li a {
  color: var(--white);
  font-size: 14px;
  text-transform: lowercase;
  font-family: Dolce-Vita;
}



.topHeadLinks ul li a:hover {
  color: var(--main);
}

.topHeadLinks ul li a i {
  color: var(--main);
  padding-right: 6px;
}

.cartNumber {
  color: var(--black);
  background-color: var(--main);
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 19px;
  font-size: 13px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-left: 6px;
}





.search-container {
  position: relative;
  display: inline-block;

}



.searchbutton {
  width: 100%;
  margin: 0;
  padding: 0;
  color: var(--white);
  font-size: 14px;
  padding-left: 6px;
  text-transform: lowercase;
  font-family: Dolce-Vita;
  cursor: pointer;
}

.searchbutton:hover {
  color: var(--main);
}

.searchbutton i {
  color: var(--main);
  padding-right: 6px;
}


.search {
  position: absolute;
  right: 66px;
  /* Button width-1px (Not 50px/100% because that will sometimes show a 1px line between the search box and button) */
  background-color: white;
  outline: none;
  border: none;
  padding: 18px 0 18px;
  width: 0;
  top: -6px;
  height: 35px;
  z-index: 10;
  transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}

.search:focus {
  width: 250px;
  /* Bar width+1px */
  padding: 0 16px 0 0;
}

.expandright:focus {
  padding: 0 0 0 16px;
}



/* header */




#header-area {
  position: absolute;
  top: 20px;
  width: 100%;

}

.homeHeader {
  position: sticky;
  top: 0;
  z-index: 999999999;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  min-width: 930px;
  left: -450px;
}


.nav-link {
  font-family: Dolce-Vita;
  color: var(--white);
  font-size: 16px;
  text-transform: capitalize;
  padding: 7px 10px;
  display: block !important;
  margin: 7px;
  cursor: pointer;
}

.nav-link:hover {
  color: var(--white);
  border-bottom: 2px solid var(--main);
}


.navbar-nav .nav-link.active {
  color: var(--white);
  border-bottom: 2px solid var(--main);
}



.subCateLink h4 {
  color: var(--main);
  padding: 3px;
  font-family: Dolce-Vita;
  font-weight: bold;
  font-size: 18px;
}

.subCateLink {
  flex: 1 1 auto !important;
}

.subCateLink ul {

  padding-left: 0;
}

.subCateLink ul li {
  list-style: none;
}

.subCateLink ul li a {
  color: var(--black);
  font-family: Dolce-Vita;
  line-height: 30px;
}

.subCateLink ul li a:hover {
  color: var(--main);
}

.megaMenuNavbar {
  display: flex;
  padding: 20px;
}


.navbar-brand.topLogo img {
  width: 170px;
}




.navbarSocial {
  display: flex;
  margin-left: 100px;
  align-items: center;
}

.navbarSocial a:hover {
  color: var(--main) !important;
}

.navbarSocial a {
  color: var(--white);
  padding-left: 40px;
}



/* end header */


/* banner */


.mycarosel {
  position: relative;
}

.slider-carousel-caption-pra {
  position: absolute;
  right: 15%;
  bottom: 10%;
  left: 15%;
  text-align: center;
  padding: 100px 0;
}


.slider-carousel-caption-pra h3 {
  font-family: "Monsieur La Doulaise", serif;
  color: var(--main);
  font-size: 60px;
}

.slider-carousel-caption-pra h1 {
  color: var(--white);
  font-family: Dolce-Vita;
  font-size: 115px;
  margin: 0px auto 33px;
  letter-spacing: 2px;
}

.slider-carousel-caption-pra p {
  color: var(--white);
  width: 75%;
  margin: auto;
  opacity: 0.5;
}

.bannerBtn {
  margin-top: 80px;
}

.bannerBtn .btn.btnReadmore:hover {
  background: var(--white);
  color: var(--black);
}


.bannerBtn .btn.btnReadmore:hover::after,
.bannerBtn .btn.btnReadmore:hover::before {
  background: var(--black);
}


@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }

  to {
    -webkit-transform: scale(1.5, 1.5);
  }
}

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

  to {
    transform: scale(1.5, 1.5);
  }
}

.carousel-inner.homebnrCaro-inr .carousel-item>img {
  width: 100%;
  height: 900px !important;
  -webkit-animation: zoom 20s;
  animation: zoom 20s;
}

.backgroundOverlay {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}



/* end banner */

/* about */

.aboutBG {
  background-color: var(--gray);
}

.aboutWrap {
  padding: 120px 0;
}

.aboutImg {
  position: relative;
  z-index: 99;
}

.about_img {
  width: 100%;
  margin: 20px 0;
}

.aboutImgBackBg {
  position: absolute;
  width: 97%;
  right: -10px;
  top: 41px;
  height: 93%;
  z-index: -9;
  background: var(--white);
  display: block;
}

.aboutpraBox {
  display: flex;
  height: 100%;
}

.aboutPra {
  align-self: center;
}

.italicStylHdr {
  font-family: "Monsieur La Doulaise", serif;
  color: var(--main);
}


.hdr {
  color: var(--black);
  font-size: 48px;
  font-family: Dolce-Vita;
  font-weight: 400;
}

.abtHdrMb {
  margin-bottom: 16px;
}


.aboutPra p {
  margin-top: 0;
  line-height: 1.8em;
  font-weight: 400;
  color: var(--black);
}



.btn.btnReadmore {
  color: var(--black);
  background: var(--main);
  padding: 20px 30px 20px;
  font-family: Dolce-Vita;
  min-width: 230px;
  border-radius: 0;
  position: relative;
  transition: all .3s;
}

.btn.btnReadmore::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 1px;
  background: var(--black);
  top: 32px;
  margin-left: -20px;
  transition: all .3s;
}

.btn.btnReadmore::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 1px;
  background: var(--black);
  top: 32px;
  margin-left: 10px;
  transition: all .3s;
}


.btn.btnReadmore:hover::after,
.btn.btnReadmore:hover::before {
  background: var(--white);
}


.btn.btnReadmore:hover {
  background: var(--black);
  color: var(--white);
}




.counter {
  text-align: center;
  padding: 20px 0 54px;
}

.counter-count {
  font-size: 48px;
  color: var(--main);
  text-align: center;
  font-weight: 400;
  font-family: Dolce-Vita;
}

.count-up h3 {
  font-size: 24px;
  color: var(--black);
  font-weight: 400;
  font-family: Dolce-Vita;
}

.ourProductWrap {
  padding: 100px 0 0;

}

.ourProductBg {
  background: linear-gradient(rgba(16, 16, 16, .7), rgba(16, 16, 16, .7)), url(../../assets/images/ourProductBg.png);
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 725px;
}

.ourProductHdrBdr {
  border-top: 1px dashed var(--white);
  opacity: 0.3;
}

.ourProductHdr .hdr.abtHdrMb {
  color: var(--white);
}

.ourProductSubPra {
  color: var(--white);
  width: 55%;
  margin: 15px auto 25px;
  line-height: 1.8em;
}



.ourProductImgBox {
  overflow: hidden;
  position: relative;
  transition: 0.3s;
}

.ourProductImgBox:hover .our-product-image img {
  transform: scale(1.1);
}

.our-product-imag {
  overflow: hidden;
  position: absolute;
  display: block;
}

.our-product-image img {
  width: 100%;
  height: 476px;
  transition: 0.3s;
}


.our-product-image span {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-image: -webkit-linear-gradient(-90deg, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
  background-image: -moz-linear-gradient(-90deg, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
  background-image: -ms-linear-gradient(-90deg, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
  background-image: -o-linear-gradient(-90deg, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
  background-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
}



.pro-lte-description {
  text-align: center;
  color: #FFFFFF;
  color: var(--white);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 30px 30px 30px 30px;
}

.pro-lte-header h5 {
  margin: 0 0 8px 0;
  font-size: 30px;
  font-family: Dolce-Vita;
  font-weight: 400;
  color: var(--white);
}

.pro-lte-text {
  font-size: 14px;
  opacity: 0.75;
}

.btn.btnReadmore.pro-btnReadmore {
  background: none;
  color: var(--main);
}


.btn.btnReadmore.pro-btnReadmore {
  background: none;
  color: var(--main);
  padding: inherit;
  min-width: none;
  --bs-btn-border-width: none;
}

.btn.btnReadmore.pro-btnReadmore::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background: var(--main);
  top: 13px;
  margin-left: -20px;
  transition: all .3s;
}

.btn.btnReadmore.pro-btnReadmore::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background: var(--main);
  top: 13px;
  margin-left: 10px;
  transition: all .3s;
}


.btn.btnReadmore.pro-btnReadmore:hover::after,
.btn.btnReadmore.pro-btnReadmore:hover::before {
  background: var(--white);
  border: none;
}


.btn.btnReadmore.pro-btnReadmore:hover {
  color: var(--white);
  border: none;
}

.btn.btnReadmore.pro-btnReadmore:active {
  border: none;
}



/* end Our Products */

/* natural */

.naturalWrap {
  padding: 150px 0 100px;
}

.naturalBox {
  text-align: center;
}

.naturalBox i {
  color: var(--main);
  font-size: 64px;
  margin-bottom: 16px;
  display: block;
}

.naturalBox h5 {
  font-size: 24px;
  color: var(--black);
  font-family: Dolce-Vita;
}

.naturalBox p {
  padding: 12px 30px 0;
  font-size: 14px;
  color: var(--black);
  opacity: 0.5;
}

.cardBoderRight {
  border-right: 1px dashed rgba(0, 0, 0, 0.25);
}

.naturalBoxLink {
  transition: all ease-out 0.5s;
}

.naturalBoxLink:hover .naturalBox h5 {
  color: var(--main);
}

/* end natural */

/* Summer Sale */




/* end Summer Sale */

.summerSaleWrap {
  background: url(../../assets/images/home/sale_banner.jpg);
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 130px 0;
}

.summer-saleTxt {
  width: 50%;
  margin: 0 0 0 auto;
}

.summer-saleTxt h2 {
  font-size: 48px;
  font-family: Dolce-Vita;
  color: var(--black);
}

.summer-saleTxt h1 {
  font-family: Dolce-Vita;
  font-size: 120px;
  color: var(--main);
}

.summer-saleTxt p {
  margin-top: 0;
  color: var(--black);
  line-height: 1.8em;
  font-weight: 400;
  margin-bottom: 70px;
}

/* partner logo */


.partnerLogoWrap {
  background: var(--black);
  padding: 40px 0;
}

.partnerLogoBox {
  text-align: center;
}

.partnerLogoBox img {
  max-height: 180px;
}

/* end partner logo */


/* Online Store */

.onlineStoreWrap {
  padding: 100px 0 100px;
}

.onlineStoreHdrBdr {
  border-top: 1px dashed var(--black);
  padding-bottom: 16px;
}







.overlay-text {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 91%;
  height: 93%;
  background: rgba(0, 0, 0, 0.2);
  border: 1px dashed #ffffff;
}

.overlay-text-1 {
  opacity: 0;
  visibility: hidden;
}

.effect-image-1:hover .overlay-text-1 {
  opacity: 1;
  visibility: visible;
}

.overlay-text-2 {
  opacity: 0;
  visibility: hidden;
  transform: scale(1.1);
}

.effect-image-1:hover .overlay-text-2 {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

img {
  width: 100%;
  height: auto;
}

.overlay,
.overlay-text,
.simple-text,
.overlay-sim-text-2,
.overlay-text-effect-3,
.zoom-effect-1 img,
.zoom-effect-2 img,
.opacity-effect img,
.blur-effect img,
.grayscale-effect img {
  transition: all .4s linear;
  -webkit-transition: all .4s linear;
  -moz-transition: all .4s linear;
  -o-transition: all .4s linear;
}

.effect-image-1 {
  position: relative;
  display: block;
}

.saleOfferTag {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 12px;
  width: 36px;
  height: 36px;
  line-height: 32px;
  text-align: center;
  border-radius: 100%;
  background: var(--red);
  color: var(--white);
  text-transform: uppercase;
}


.btn.btnReadmore.onlineStoreBtn {
  display: block;
  margin: 20px 20px 7px;
}

.btn.btnReadmore.onlineStoreBtn:hover {
  display: block;
  background: var(--white);
  color: var(--black);
}

.btn.btnReadmore.onlineStoreBtn-1 {
  display: block;
  background: var(--black);
  color: var(--white);
  margin: 0 20px 20px;

}

.btn.btnReadmore.onlineStoreBtn-1:hover {
  display: block;
  background: var(--white);
  color: var(--black);
}

.btn.btnReadmore.onlineStoreBtn:hover::after,
.btn.btnReadmore.onlineStoreBtn:hover::before {
  background: var(--black);
}

.btn.btnReadmore.onlineStoreBtn-1:hover::after,
.btn.btnReadmore.onlineStoreBtn-1:hover::before {
  background: var(--black);
}

.onlenStoreBtnBox {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.imageTitleBox {
  text-align: center;
  margin-top: 12px;
  margin-bottom: 20px;
}

.imageTitleBox h3 a {
  color: var(--black);
  font-size: 18px;
  font-family: Dolce-Vita;
  font-weight: 400;
  padding: 24px 0 0 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.imageTitleBox h3 a:hover {
  color: var(--main);
}

.imageTitleBox span {
  font-size: 18px;
  color: var(--main);
  font-family: Dolce-Vita;
}

.priceCross {
  text-decoration: line-through;
  margin-right: 10px;
}

.row.onlineStore-row {
  justify-content: center;
}


/* end Online Store */


/* testimonials */




.testimonailsBg {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../../assets/images/home/testimonials_bg.jpg);
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 110px 0 100px;
}

.carousel-control-prev.testi-contrl-prv {
  width: 9%;
}

.carousel-control-next.testi-contrl-nxt {
  width: 9%;
}

.carousel-caption-testimonials {
  text-align: center;
}

.carousel-caption-pra {
  margin-top: 50px;
}

.carousel-caption-pra i {
  color: var(--main);
  font-size: 50px;
}

.carousel-caption-pra p {
  color: var(--white);
  opacity: 0.75;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  font-style: italic;
  padding: 10px 30px 20px;
  margin-bottom: 0;
  line-height: 1.8em;
}


.testimonialsUserPic {
  margin-top: 50px;
}


.testimonialsUserPic img {
  max-width: 80px;
  border-radius: 100%;
  background: var(--gray);
}

.testimonialsUserPic h3 {
  color: var(--white);
  font-size: 18px;
  font-family: Dolce-Vita;
  margin-top: 15px;
}

.testimonialsUserPic p {
  font-size: 14px;
  color: var(--main);
}

/* end testimonials */

/* Blog */

.blogWrap {
  padding: 100px 0 100px;
  background: var(--gray);
}

.blogImg {
  overflow: hidden;
  display: block;
}

.blogImg img {
  width: 100%;
  transition: 0.3s;
}

.blogImg img:hover {
  transform: scale(1.1);
}

.blogTxt {
  background: var(--black);
  padding: 30px 15px;
}


.blogTxt h6 a {
  font-family: Dolce-Vita;
  font-weight: 400;
  font-size: 14px;
  color: var(--main);
  transition: all 0.3s ease;
}

.blogTxt h6 a:hover {
  color: var(--white);
}

.blogTxt h1 a {
  font-family: Dolce-Vita;
  color: var(--white);
  font-size: 36px;
  margin: 15px 0 20px;
  display: block;
  transition: all 0.3s ease;
  width: 85%;
}

.blogTxt h1 a:hover {
  color: var(--main);
}

.blogTxt p a {
  color: var(--white);
  opacity: 0.5;
  margin-right: 40px;
  transition: all 0.3s ease;
}

.blogTxt p a:hover {
  opacity: 1;
}

.blogTxt p span {
  color: var(--white);
  opacity: 0.5;
  transition: all 0.3s ease;
}

.blogTxt p i {
  padding-right: 5px;
}



.blogTxt.blogTxtRyt {
  background: var(--white);
  padding: 30px 15px;
}


.blogTxt.blogTxtRyt h6 a {
  font-size: 14px;
}

.blogTxt.blogTxtRyt h6 a:hover {
  color: var(--black);
}

.blogTxt.blogTxtRyt h1 a {
  color: var(--black);
  font-size: 20px;
  margin: 15px 0 20px;
  width: 100%;
}

.blogTxt.blogTxtRyt h1 a:hover {
  color: var(--main);
}

.blogTxt.blogTxtRyt p {
  margin-bottom: 0;
}

.blogTxt.blogTxtRyt p a {
  font-size: 12px;
  color: var(--black);
  opacity: 0.5;
}

.blogTxt.blogTxtRyt p a:hover {
  opacity: 1;
}

.blogTxt.blogTxtRyt p span {
  font-size: 12px;
  color: var(--black);
}


.blogBtn {
  margin-top: 30px;
}



/* end Blog */

/* gallery */

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

.galleryImg {
  flex: 1 1 auto !important;
  overflow: hidden;
  display: block;
}

.galleryImg img {
  width: 100%;
  transition: 0.3s;
}

.galleryImg img:hover {
  transform: scale(1.1);
}

/* end gallery */


/* footer */

.footerWrap {
  padding: 100px 0 0;
}

.footerBg {
  width: 100%;
  background: url(../../assets/images/footer-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  background-attachment: fixed;
}



.footerLogo img {
  width: 150px;
}

.footerPra {
  margin: 36px 0 46px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 14px;
}

.footerNavLinks h3 {
  font-size: 25px;
  color: var(--main);
  font-family: Dolce-Vita;
}

.footerNavLinks ul {
  padding-left: 0;
  margin-top: 20px;
}

.footerNavLinks ul li {
  list-style: none;
  /* display: inline-block; */
  line-height: 32px;
}

.footerNavLinks ul li a {
  color: var(--white);
  font-family: Dolce-Vita;
  transition: all ease-out 0.3s;
}

.footerNavLinks ul li a:hover {
  color: var(--main);
}


.footerSocialLinks {
  margin-top: 30px;
}

.footerSocialLinks a {
  color: var(--main);
  padding: 0 20px 0;
}


.footerSocialLinks a:hover {
  color: var(--white);
}



.nwslterText {
  color: var(--white);
  margin: 22px 0 15px;
}




.signupInput {
  padding: 9px 20px;
  border-radius: 3px;
  display: block;
  width: 100%;
  margin-bottom: 10px;
  font-family: Dolce-Vita;
}

input.signupInput:focus {
  outline: none;
  border: 2px solid #db4646;
  box-shadow: inset 1px 1px 2px 0 #c9c9c9;
}

.Signup__button {
  color: var(--white);
  background: var(--main);
  border: 2px solid var(--main);
  border-radius: 3px;
  letter-spacing: 0.5px;
  padding: 8px 20px;
  font-size: 16px;
  display: block;
  width: 100%;
  font-family: Dolce-Vita;
}


.Signup__button:hover {
  background: var(--white);
  color: var(--main);
}




.endFooter {
  color: var(--white);
  background: #000000;
  text-align: center;
  padding: 20px 0;
  position: relative;
}

.endFooter {
  margin-top: 70px;
}

.endFooter a {
  color: var(--main);
  transition: 0.3s;
}

.endFooter a:hover {
  color: var(--white);
}

.endFooter .endFtrDev {
  padding-left: 200px;
  font-size: 14px;
  position: absolute;
  right: 80px;
  top: 22px;
}

.endFooter .endFtrDev>a {
  color: var(--white);
  opacity: 0.5;
}

.endFooter .endFtrDev>a:hover {
  opacity: 1;
}


.back-to-top {
  position: fixed;
  padding: 4.2px 8px;
  text-align: center;
  bottom: 15px;
  right: 35px;
  display: none;
  border: 2px solid var(--main);
  border-radius: 100%;
  color: var(--main);
}

.back-to-top:hover {
  background: var(--main);
  color: var(--white);
  border: 2px solid var(--main);
}


/* end footer */

/* inner header */

.navbar-nav.innerNavbarNav .nav-link {
  color: var(--black);
}



.navbarSocial.inrHderNavbarSocial a {
  color: var(--main);
}

.navbarSocial.inrHderNavbarSocial a:hover {
  color: var(--black) !important;
}

/* end inner header */

.innerHeader {
  padding: 10px 0;
  box-shadow: 0 11px 14px -21px #111;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 999999;
}


.innerBanner {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../../assets/images/contact-us/contact-banner.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  width: 100%;
  padding: 100px 0;
  text-align: center;
}

.innerBannerHdr h1 {
  color: var(--white);
  font-family: Dolce-Vita;
  font-size: 50px;
}

.innerBannerLinks {
  text-align: center;
  font-family: Dolce-Vita;
}

.innerBannerLinks ul {
  padding-left: 0;
}

.innerBannerLinks ul li {
  display: inline-block;
}

.innerBannerLinks ul li a {
  color: var(--main);
}

.innerBannerLinks ul li a:hover {
  color: var(--white);
}

.innerBannerLinks ul li {
  color: var(--white);
}

.innerBannerLinks ul li span {
  color: var(--white);
}

.bannerBtn.innerBannerBtn {
  margin-top: 20px;
}

.innerBannerBtn .btn.btnReadmore {
  min-width: 183px;
}


/* contact us pages */

.contctNo {
  margin-bottom: 0px;
}

.CostomerSerIntro {
  color: var(--main);
  font-size: 22px;
  font-style: italic;
  margin-bottom: 50px;
}

.customerServWrap {
  padding: 100px 0;
}

.abtHdrMb.custmrSerHdr {
  margin-bottom: 30px;
}

.contactIcon i {
  color: var(--main);
  font-size: 64px;
  margin-bottom: 16px;
}

.contactUsSocial a {
  color: var(--black);
  opacity: 0.7;
  font-size: 30px;
  padding: 0 15px;
}

.contactUsSocial a:hover {
  color: var(--main);
}

.contactEmailBox {
  text-align: center;
}


.contactEmailBox h5 {
  font-size: 24px;
  color: var(--black);
  font-family: Dolce-Vita;
}

.contactEmailBox p {
  font-size: 17px;
  color: var(--black);
  opacity: 0.8;
}

.contactEmailBox p a {
  font-size: 17px;
  color: var(--black);
  opacity: 0.8;
}

.contactEmailBox p a:hover {
  color: var(--main);
  opacity: 1;
}


.fromSection {
  width: 50%;
  margin: 0 auto 100px;
}

.form-control.contactForm-contrl {
  padding: 12px .75rem;
  border-radius: 1px;
}


.btn.contactBtnForm {
  width: 100%;
  padding: 12px .75rem;
  border-radius: 1px;
  background: var(--main);
  color: var(--white);
  transition: all ease-out 0.3s;
  margin-top: 15px;
}

.btn.contactBtnForm:hover {
  background: var(--black);
  color: var(--white);
}


/* end contact us pages */


/* Privacy Policy page */


.privacyPraHdr .hdr {
  font-size: 30px;
}


.privacyPra p {
  color: var(--black);
  opacity: 0.9;
}

.privacyList ul li {
  color: var(--black);
  opacity: 0.9;
  line-height: 35px;
}


/* end Privacy Policy page */

/* FAQs */



.faqsPraBox .hdr {
  font-size: 35px;
  margin-bottom: 18px;
}


.faqsPraBox p {
  color: var(--black);
  opacity: 0.9;
  line-height: 28px;
}

.faqsList {
  margin-bottom: 25px;
}

.faqsList li {
  color: var(--black);
  opacity: 0.9;
  line-height: 35px;
}

.faqsLftBtn {
  margin-top: 30px;
}



.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  transition: all 0.5s;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}

.accordion-button::after {
  transition: all 0.5s;
}

.accordion {
  --bs-accordion-border-color: none;
}

.accordion-button {
  padding: 19px 15px;
  font-size: 20px;
  margin-bottom: 20px;
  color: var(--black);
  background-color: var(--gray);
  font-family: Dolce-Vita;
  font-weight: 400;
}

.accordion-button:hover {
  background: var(--main);
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  color: var(--black);
}

.accordion-body {
  padding: 15px 20px 25px;
}


/* end FAQs */

/* all products  */

.pagination.prod-agination {
  --bs-pagination-padding-x: 17px;
  --bs-pagination-padding-y: 14px;
  justify-content: center;
  margin-top: 40px;
}


.pagination.prod-agination li {
  margin: 6px;
}

.page-item .page-link {
  color: var(--black);
}

.page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  --bs-pagination-padding-x: 19px;

}

.page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  --bs-pagination-padding-x: 19px;
}

.page-link:hover {
  background: var(--black);
  color: var(--white);
}

.page-link:focus {
  color: var(--black);
  background-color: var(--main);
  box-shadow: none;
}




/* left */

.productLftBgBox {
  background: var(--gray);
  padding: 25px 20px;
}

.serchBtnProduct .form-control {
  padding: 10px 15px;
  border: 1px solid #ced4da;
  border-radius: 0;
  border-right: none;
}

.serchBtnProduct .btn {
  --bs-btn-border-color: #ced4da;
  border-radius: 0;
  border-left: none;
}

.serchBtnProduct .btn:hover {
  border-color: #ced4da;
}

:not(.btn-check)+.btn.serchBtnProduct:active {
  border-color: #ced4da;
}

.productLftBgMt {
  margin-top: 20px;
}

.all-prodcutLfthdr {
  font-size: 24px;
  margin-bottom: 18px;
  font-family: Dolce-Vita;
  color: var(--black);
}

.allProductListlink ul {
  padding-left: 0;
}

.allProductListlink ul li {
  list-style: none;
}

.allProductListlink ul li a {
  font-family: Dolce-Vita;
  color: var(--black);
  line-height: 40px;
}

.allProductListlink ul li a:hover {
  color: var(--main);
}



/* price range */
.range-slider {
  margin-top: 40px;
  text-align: center;
  position: relative;
}

.range-slider .rangeValues {
  display: block;
  width: 100%;
  padding-top: 30px;
  font-weight: bold;
  color: var(--main);
}

input[type=range].classRange {
  -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    width: 100%;
    position: absolute;
    left: 0;
    background: transparent;
    outline: none;
    cursor: pointer;
}

input[type=range].classRange::-webkit-slider-runnable-track {
  height: 5px;
  background: #ddd;
  border: none;
  border-radius: 3px;
}

input[type=range].classRange::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: var(--main);
  margin-top: -4px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

input[type=range].classRange:focus {
  outline: none;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ccc;
}

input[type=range].classRange::-moz-range-track {
  height: 5px;
  background: #ddd;
  border: none;
  border-radius: 3px;
}

input[type=range].classRange::-moz-range-thumb {
  border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: var(--main, #21c1ff);
    cursor: pointer;
}

/*hide the outline behind the border*/
input[type=range].classRange:-moz-focusring {
  outline: 1px solid white;
  outline-offset: -1px;
}

input[type=range].classRange::-ms-track {
  height: 5px;
  /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
  background: transparent;
  /*leave room for the larger thumb to overflow with a transparent border */
  border-color: transparent;
  border-width: 6px 0;
  /*remove default tick marks*/
  color: transparent;
  z-index: -4;
}

input[type=range].classRange::-ms-fill-lower {
  background: #777;
  border-radius: 10px;
}

input[type=range].classRange::-ms-fill-upper {
  background: #ddd;
  border-radius: 10px;
}

input[type=range].classRange::-ms-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #21c1ff;
}

input[type=range].classRange:focus::-ms-fill-lower {
  background: #888;
}

input[type=range].classRange:focus::-ms-fill-upper {
  background: #ccc;
}

.filterBtn .btn.btnReadmore {
  padding: 11px 9px 11px;
  min-width: 178px;
}

.filterBtn .btn.btnReadmore::before {
  top: 22px;
}

.filterBtn .btn.btnReadmore::after {
  top: 22px;
}

.filterBtn {
  margin-top: 20px;
}

/* end price range */

.allProductTaglink ul {
  padding-left: 0;
}

.allProductTaglink ul li {
  list-style: none;
  display: inline-block;
  line-height: 42px;
  margin: 2px;
}

.allProductTaglink ul li a {
  background: var(--main);
  font-family: Dolce-Vita;
  color: var(--black);
  padding: 8px 15px;
  transition: all ease-out 0.3s;
}

.allProductTaglink ul li a:hover {
  background: var(--black);
  color: var(--white);
}



.short-dropdown {
  display: flex;
  background: var(--gray);
  padding: 7px 15px;
  align-items: center;
  justify-content: space-between !important;
}

.sortDropdwnTital {
  color: var(--black);
  margin-bottom: 0;
}


.btn.sortBtnDropdown:focus {
  border-color: none;
}


.btn.sortBtnDropdown.show,
.btn.sortBtnDropdown:first-child:active {
  color: var(--bs-btn-active-color);
  background-color: transparent;
  border-color: transparent;
}


.dropdown-menu.sortBtnDropdownMenu {
  margin-left: 10px;
  border-radius: 0;
}

.productCardStar {
  text-align: center;
}

.productCardStar a i {
  color: var(--main);
}

.productCardStar a span {
  color: var(--black);
  opacity: 0.7;
}

.productSize.all-productSize ul li {
  margin: 5px;
}


/* end all products */


/* product details */


.productDtlTitle {
  font-size: 24px;
  margin-bottom: 18px;
  font-family: Dolce-Vita;
  color: var(--black);
}



.productCardStar.productDetailStar {
  text-align: left;
  margin-bottom: 20px;
}

.productCardStar.productDetailStar i {
  color: var(--main);
}

.customerReviewText {
  padding-left: 10px;
  border-left: 1px solid #bbb;
  margin-left: 10px;
}


.productDtlPrice {
  margin-bottom: 18px;
  font-family: Dolce-Vita;
  color: var(--black);
}


.productDtlPrice span:nth-child(1) {
  color: var(--black);
  margin-right: 5px;
  opacity: 0.7;
}

.productDtlPrice span:nth-child(2) {
  color: var(--black);
  text-decoration: line-through;
  opacity: 0.7;
}

.productDtlPrice span:nth-child(3) {
  font-size: 24px;
  font-family: Dolce-Vita;
  color: var(--black);
  margin-left: 5px;
}

.productDtlPrice span:nth-child(4) {
  font-size: 18px;
  font-family: Dolce-Vita;
  color: var(--main);
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #ccc;
}

.productDtlPrice p {
  color: var(--black);
  opacity: 0.7;
}

.proDetilPra {
  color: var(--black);
  opacity: 0.9;
  margin: 30px 0 40px;
}


.productDtlCateName {
  margin-top: 40px;
  color: var(--black);
}

.btn.btnReadmore.proDtlAddBtn {
  color: var(--black);
  background: var(--main);
  padding: 11px 36px 14px;
  font-family: Dolce-Vita;
  min-width: auto;
  border-radius: 0;
  position: relative;
  transition: all .3s;
}


.btn.btnReadmore.proDtlAddBtn:hover {
  background: var(--black);
  color: var(--white);
}

.btn.btnReadmore.proDtlAddBtn::before {
  display: none;
}

.btn.btnReadmore.proDtlAddBtn::after {
  display: none;
}


/* increment button */

.quantity {
  display: flex;
  align-items: center;
  padding: 0;
}

.quantity__minus,
.quantity__plus {
  display: block;
  width: 36px;
  height: 36px;
  margin: 0;
  text-decoration: none;
  text-align: center;
  line-height: 34px;
  border: 1px solid #b7a26d;
}

.quantity__minus:hover,
.quantity__plus:hover {
  border: 1px solid #101010;
  color: #fff;
}

.quantity__minus span {
  font-size: 13px;
  color: #8184a1;
}

.quantity__plus span {
  font-size: 13px;
  color: #8184a1;
}


.quantity__plus {
  margin-right: 20px;
}

.quantity__input {
  width: 45px;
  height: 36px;
  margin: 0;
  padding: 0;
  text-align: center;
  border-top: 1px solid #dee0ee;
  border-bottom: 1px solid #dee0ee;
  border-left: 0px solid #dee0ee;
  border-right: 0px solid #dee0ee;
  background: #fff;
  color: #8184a1;
}

.quantity__minus:link,
.quantity__plus:link {
  color: #8184a1;
}

.quantity__minus:visited,
.quantity__plus:visited {
  color: #fff;
}


/* end encrement button */

.prodctDtlDiscptionSec {
  margin-top: 100px;
}

.prodctDtlDiscption {
  font-size: 30px;
  margin-bottom: 18px;
  font-family: Dolce-Vita;
  color: var(--black);
}

.prodctDtlDiscTab h3 {
  font-size: 24px;
  margin-bottom: 18px;
  font-family: Dolce-Vita;
  color: var(--black);
}

.prodctDtlDiscTab p {
  color: var(--black);
  opacity: 0.9;
}



.productNavTab .nav-link {
  font-family: Dolce-Vita;
  color: var(--black);
  font-size: 18px;
  text-transform: capitalize;
  padding: 7px 10px;
  display: block !important;
  margin: 0;
  cursor: pointer;
}

.productNavTab .nav-link.active {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: transparent;
  border-color: transparent;
  border-bottom: 2px solid var(--main);
}

.productNavTab .nav-link:focus,
.productNavTab .nav-link:hover {
  border-color: transparent;
  border-bottom: 2px solid var(--main);
}

.reviewForm {
  width: 60%;
}


.prodDtlRelatdWrap {
  margin-bottom: 100px;
}

.productSize ul {
  padding-left: 0;
}

.productSize ul {
  padding-left: 0;
}

.productSize ul li {
  list-style: none;
  display: inline-block;
  padding: 7px 15px;
  border: 1px solid #ddd;
  margin-right: 5px;
  cursor: pointer;
}

.productColr span {
  width: 20px;
  height: 20px;
  display: inline-block;
  border: 1px solid #ddd;
  margin-right: 5px;
  cursor: pointer;
}

.productColr span:nth-child(1) {
  background: red;
}

.productColr span:nth-child(2) {
  background: black;
}


.productColr span:nth-child(3) {
  background: blue;
}

.productColr span:nth-child(4) {
  background: white;
}



.carousel-indicators.caroDtl-indictr [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 60px;
}

.carousel-indicators.caroDtl-indictr {
  bottom: -35px;
}

.prodcutDtlImgBtn {
  width: 60px;
  height: auto;
  display: block;
}

.clentRvwStarBx {
  display: flex;
}

.clntNamFst {
  color: var(--white);
  background: var(--main);
  height: 45px;
  font-size: 30px;
  width: 44px;
  line-height: 41px;
  font-weight: bold;
  border-radius: 100%;
  text-align: center;
  margin-right: 20px;
}

.productCardStar.productDetailStar.rvwClntStr {
  margin-bottom: 8px;
}

.clentRvwBox {
  margin-top: 30px;
}


/* end product details page*/


/* cart page*/

.cartWrap {
  margin: 100px 0;
}

.cartListBox {
  border-bottom: 1px solid #ccc;

}

.cartList {
  padding: 20px 0;
  border-top: 1px solid #ccc;
}

.productDtlTitle.cartTictlPro a {
  color: #101010;
}

.productDtlTitle.cartTictlPro a:hover {
  color: var(--main);
}

.cartImg img {
  width: 100%;
}

.instokeCart {
  background: #198754;
  color: #fff;
  padding: 7px;
  font-size: 13px;
  margin-top: 10px;
  display: inline-block;
}

.productCartSiz {
  color: var(--black);
  margin-top: 15px;
}

.productCartSiz p {
  margin-bottom: 8px;
}


.cartBox {
  position: relative;
}

.cartProductRmv {
  font-family: Dolce-Vita;
  position: absolute;
  right: 30px;
  top: 0px;
  color: #101010;
  cursor: pointer;
}

.cartProductRmv i {
  color: red;
}

.cartProductRmv:hover {
  color: var(--main);
}

.priceDtlTitlCart {
  font-family: Dolce-Vita;
  color: var(--black);
}



/* end cart page */


/* login page */



.formBgWrap {
  width: 35%;
  margin: 100px auto 100px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 30px 25px 25px;
}

.HdrLoginForm h1 {
  font-size: 30px;
  font-family: Dolce-Vita;
  color: var(--main);
  text-align: center;
  margin-bottom: 20px;
}

.HdrLoginForm h1 span {
  font-size: 22px;
  display: block;
  color: var(--black);
  opacity: 0.6;
  margin-top: 15px;
}

.loginSubmitBtn {
  margin: 20px 0 30px;
}

.loginFrgtPassLink {
  text-align: center;
}

.loginForgtLink {
  color: #0d6efd;
}

.loginForgtLink:hover {
  color: var(--main);
}


.registerBgWrap {
  width: 55%;
  margin: 100px auto 100px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 30px 25px 25px;
}

.registerFrmCheckBox {
  margin-top: 50px;
}


/* end login page */



/* about-us page */




.introIMg img {
  width: 100%;
  border-radius: 40px 100px 50px 70px;
}


.abtIntroWrap {
  margin-top: 70px;
}

.abtOurStryWrap {
  margin-top: 50px;
}



.meetTeamWrap {
  padding: 70px 0;
}

.meetTeamHdr {
  margin-bottom: 40px;
}

.metTeamImg img {
  width: 100%;
  border-radius: 30px 100px 50px 70px;
}

.metTeamTitle {
  margin-top: 30px;
  text-align: center;
}

.metTeamTitle h1 {
  color: var(--black);
  font-size: 30px;
  font-family: Dolce-Vita;
  font-weight: 400;
}

.metTeamTitle h4 {
  color: var(--black);
  font-size: 25px;
  font-family: Dolce-Vita;
  font-weight: 400;
}

.metTeamTitle h4 span {
  display: block;
  font-size: 18px;
}

.subOurVluehdr {
  color: var(--black);
  font-size: 25px;
  font-family: Dolce-Vita;
  font-weight: 400;
}


/* blog page */


.blogPageWrap {
  padding: 100px 0;
}

.blogRytCatLnk ul li a span {
  color: rgba(0, 0, 0, 0.5);
}

.blogAboutPra {
  font-size: 14px;
  line-height: 1.8em;
  margin-top: 20px;
}


.blogabtLnkRead {
  color: var(--main);
  transition: all ease-out 0.3s;
}

.blogabtLnkRead:hover {
  color: #101010;
}

.blogComntLinkRyt {
  padding-left: 0;
}

.blogComntLinkRyt li {
  list-style: none;
  line-height: 32px;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}

.blogComntLinkRyt li:last-child {
  border-bottom: none;
}

.blogComntLinkRyt li a:nth-child(1) {
  color: #B7A26D;
  opacity: 1;
}

.blogComntLinkRyt li a:nth-child(1):hover {
  color: #101010;

}

.blogComntLinkRyt li a {
  vertical-align: baseline;
  padding-left: 0px;
  padding-bottom: 0px;
  line-height: 1.4em;
  color: #101010;
  opacity: 0.7;
  color: var(--black);
}

.blogTxt.blogTxtRyt.blogtxt1ryt h1 a {
  font-size: 30px;
  margin-bottom: 5px;
}


.blogTxt.blogTxtRyt.blogtxt1ryt p {
  color: #101010;
  opacity: 0.9;
  margin-bottom: 20px;
  line-height: 1.8em;
}

.blogTxt.blogTxtRyt.blogtxt1ryt.blogtxt2ryt {
  border: 1px solid #ccc;
  padding: 30px;
  margin-bottom: 40px;
}

.pagination.prod-agination.blogPagnation {
  margin-bottom: 0;
}



/* blog deatil */

.blogDetailWrap {
  width: 65%;
  margin: auto;
}


.blgDtlSubTitlFlx {
  display: flex;
  justify-content: space-between;
  padding: 15px 0 15px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.25);
  margin-bottom: 15px;
}


.blogTxt.blogTxtRyt.blogDtlPraBox {
  padding: 0 0 0px 0;
}

.blogTxt.blogTxtRyt.blogDtlPraBox p {
  color: #101010;
  opacity: 0.9;
  margin-bottom: 20px;
  line-height: 1.8em;
}


.blogdtlTitle h1 {
  color: var(--black);
  font-size: 30px;
  margin: 15px 0 20px;
  font-family: Dolce-Vita;
}

.blogDtlPraText p {
  color: #101010;
  opacity: 0.9;
  margin-bottom: 20px;
  line-height: 1.8em;
}

.blogDtlPraList li {
  line-height: 40px;
}

.blogDtlImg img {
  width: 100%;
  margin: 30px 0;
}


.blgDtlUndreline {
  border-top: 1px dashed rgba(0, 0, 0, 0.9);
  margin-top: 30px;
}

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

.tagLink {
  font-family: Dolce-Vita;
}

.tagLink a {
  background: var(--main);
  color: var(--black);
  padding: 8px 15px;
  font-family: Dolce-Vita;
  font-size: 14px;
  margin-left: 20px;
}


.chckOutsubHdr {
  font-family: Dolce-Vita;
  font-size: 20px;
  color: var(--black);
  opacity: 0.7;
}

.tagLink a:hover {
  background: #101010;
  color: #fff;
}


.shareLink a {
  font-size: 17px;
  color: #fff;
  text-align: center;
  margin: 0 5px;
}

.shareLink span {
  color: #B7A26D;
}

.shareLink .fa-facebook {
  background: #4E71A8;
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.shareLink .fa-twitter {
  background: #1CB7EB;
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.shareLink .fa-instagram {
  background: #DC4E41;
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.shareLink .fac:hover {
  background: #101010;
  color: #fff;
}

.blgDtlReltdWrap {
  padding: 50px 0 0;
}

.hdr.rltdHdr {
  font-size: 35px;
  margin-bottom: 30px;
}

.cmntFrmsecton {
  width: 70%;
  margin: 20px auto 0;
}

.form-select.formSlct {
  padding: 12px .75rem;
  border-radius: 1px;
}

.shipngAddSameBox {
  padding: 20px 30px;
  border: 1px solid #bbb;
  margin: 30px 0;
}

.chckOutHdr {
  font-family: Dolce-Vita;
  color: var(--black);
  font-size: 30px;
}

.creditOptonBox {
  padding-left: 20px;
  margin-bottom: 20px;
}

.chckOutCardlstBox .cartList:first-child {
  border-top: none;
}

.chckOutCardlstBox .productDtlTitle {
  font-size: 20px;
  margin-bottom: 15px;
}

.form-control.contact1Form-contrl {
  padding: 9px 15px;
  border-radius: 1px;
  width: 60%;
  height: 38px;
}

.cupenApplyBtnBox {
  display: flex;
}

.cupenApplyBtnBox .btn.contactBtnForm {
  padding: 6px 15px;
  border-radius: 1px;
  width: auto;
  margin-left: 9px;
  height: 38px;
  margin-top: 0;
}



.emlTxt i {
  color: var(--main);
  margin-right: 5px;
}


.paymentMethodBox {
  background: var(--gray);
  padding: 12px 15px;
}

.paymentMethodBox a {
  color: var(--black);
}

.paymentMethodBox img {
  width: 110px;
  margin-left: 20px;
}


.cuponSubTxt {
  color: var(--main);
  margin-top: 10px;
}

.cuponSubTxt span {
  color: red;
  cursor: pointer;
}


/* success */

.successBox {
  text-align: center;
  padding: 150px 0;
}

.successBox h1 {
  font-family: Dolce-Vita;
  color: var(--black);
  font-size: 35px;
}

.successBox p {
  font-family: Dolce-Vita;
  color: var(--black);
  font-size: 25px;
  margin: 30px 0 40px;
}

.successBox a {
  background: var(--main);
  color: var(--black);
  padding: 15px 30px;
  font-size: 18px;
}

.successBox a:hover {
  background: var(--black);
  color: var(--white);
}

.successBox span i {
  font-size: 100px;
  background: green;
  color: var(--white);
  border-radius: 100%;
  padding: 20px;
  margin-bottom: 50px;
}

.successBox img {
  width: 100px;
  margin-bottom: 30px;
}

.custom-popup {
  max-width: 90%;
  width: 350px;
  background-color: #f2e5d3;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgb(0 0 0 / .1)
}

.custom-title {
  font-size: 24px;
  font-weight: 700;
  color: #8d5528;
  margin-bottom: 0
}

.custom-content {
  font-size: 16px;
  color: #716458;
  padding: 10px 15px;
  margin-bottom: 10px;
  margin-top: 0;
  line-height: 1.2
}

.custom-confirm-button {
  background-color: #764d27 !important;
  color: white !important;
  font-size: 16px;
  padding: 10px 20px;
  border-radius: 5px;
  border: none;
  margin: 5px;
  cursor: pointer
}

.custom-cancel-button {
  background-color: #2A362E !important;
  color: white !important;
  font-size: 16px;
  padding: 10px 20px;
  border-radius: 5px;
  border: none;
  margin: 5px;
  cursor: pointer
}

.custom-icon .swal2-info,
.custom-icon .swal2-success,
.custom-icon .swal2-warning,
.custom-icon .swal2-error,
.custom-icon .swal2-question {
  color: #764d27 !important;
  border-color: #764d27 !important
}

.All-loader {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999999;
}

.loader {
  position: absolute;
  color: #543213;
  font-size: 40px;
  top: 40%;
  left: 45%
}

.star-rating {
  direction: rtl;
  display: inline-block;
  font-size: 2rem;
  unicode-bidi: bidi-override;
  position: relative;
  margin: 0 !important
}

.star-rating span {
  direction: ltr;
  font-size: 14px !important
}

.star-rating input {
  display: none;
}

.star-rating label {
  cursor: pointer;
  font-size: 24px;
  color: #ccc;
  transition: color 0.3s ease;
}

.star-rating input:checked~label,
.star-rating label:hover,
.star-rating label:hover~label {
  color: #8d5528;
  /* Highlight color */
}

.selected-star {
  color: #8d5528 !important;
}