@import url('https://fonts.googleapis.com/css2?family=KoHo:wght@400;500;600;700&family=Inter:wght@100..900&family=Playfair+Display:wght@400;500;600;700&display=swap');


/*
font-family: 'KoHo', sans-serif;
font-family: 'Playfair Display', serif;
*/
@font-face {
  font-family: FigmaHand;
  src: local(FigmaHand-Bold), url(../fonts/FigmaHand-Bold.woff2) format("woff2"), url(../fonts/FigmaHand-Bold.woff) format("woff"), url(../fonts/FigmaHand-Bold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'Anke Print';
  src: url('../fonts/Schrift.woff2') format('woff2'), url('../fonts/Schrift.woff') format('woff'), url('../fonts/Schrift.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
:focus {
  outline: 0;
}
ol, ul {
  list-style-type: none;
  margin: 0px;
}
li {
  margin: 0px;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  font-weight: normal;
  text-align: left;
}
strong {
  font-weight: bold;
}
a img {
  border: 0;
}
img {
  max-width: 100%;
  border: 0 none;
  height: auto;
  vertical-align: middle;
}
body {
  padding: 0;
  margin: 0px;
  color: #1F1F1F;
  font-family: 'KoHo', sans-serif;
  font-weight: normal;
  font-style: normal;
  background: #fff;
  font-size: 16px;
}
button {
  cursor: pointer;
}
h1, h2, h3, h4, h5, h6, p {
  clear: both;
  padding: 0;
  margin: 0;
}
p {
  clear: both;
  padding: 0 0 12px 0;
  margin: 0;
  font-size: 18px;
  line-height: 28px;
  color: #767676;
}
a {
  text-decoration: none;
}
p a:hover, a:hover {
  text-decoration: none;
  color: #DABF80;
}
h1 {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  font-family: 'Playfair Display', serif
}
h2 {
  font-size: 48px;
  font-weight: 600;
}
h3 {
  font-size: 36px;
}
h4 {
  font-size: 24px;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
}
h5 {
  font-size: 24px;
  font-weight: 500;
}
h6 {
  font-size: 16px;
}
@media(min-width:768px) {
  h1 {
    font-size: 52px;
    line-height: 76px;
  }
  h2 {
    font-size: 38px;
  }
}
@media(min-width:1200px) {
  h1 {
    font-size: 58px;
    line-height: 76px;
  }
  h2 {
    font-size: 42px;
  }
  h3 {
    font-size: 30px;
  }
  h4 {
    font-size: 28px;
    font-weight: 500;
  }
}
@media(min-width:1540px) {
  h1 {
    font-size: 64px;
    line-height: 86px;
  }
  h2 {
    font-size: 48px;
  }
  h3 {
    font-size: 36px;
  }
}
.btn {
  border-radius: 50px;
  min-width: 250px;
  height: 54px;
  font-size: 20px;
  color: #000;
  font-weight: 500;
  letter-spacing: 2px;
}
.btn-primary {
  background: #DABF80;
  border-color: #DABF80;
}
.btn-primary:hover {
  background: #000;
  border-color: #000;
  color: #DABF80;
}
*, ::after, ::before {
  box-sizing: border-box;
}
/*------------------------------------*\

         Custom Css Start

\*------------------------------------*/
/*Header Css Start*/
.top-strip {
  height: 37px;
  background: #191919;
  text-align: right;
  display: flex;
  align-items: center;
}
.top-strip a {
  font-size: 13px;
  line-height: 17px;
  color: #EFEEE6;
  background: url("../images/arrow-right.svg") no-repeat right center;
  padding-right: 15px;
}
.flat-text {
  background: #DABF80;
  text-align: center;
  color: #000;
  font-family: "Inter", sans-serif;
  /* font-style: italic; */
  padding: 8px 0;
  font-size: 18px;
  letter-spacing: 1px;
}
.flat-text a {
  font-style: normal;
  color: #000;
  /* text-decoration: underline; */
}
header {
  position: absolute;
  z-index: 2;
  width: 100%;
  padding: 10px 0;
  transition: all ease-in-out 0.3s 0s;
  background: #000;
}
header .container {
  max-width: 100%;
  padding-left: 60px;
  padding-right: 60px;
}
.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* .header-left {
  margin-top: 20px;
}
.header-login {
  margin-top: 20px;
} */
.header-center {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* .logo {
  margin-bottom: 20px;
} */
.logo img {
  max-height: 80px;
}
.header-login img, .slideMenuOpen img {
  max-width: 50px;
}
.nav {
  flex-wrap: nowrap;
  width: 100%;
  justify-content: center;
}
.nav-list {
  display: flex;
}
.nav a {
  color: #DABF80;
  font-size: 18px;
  margin: 0 30px;
  transition: all ease-in-out 0.3s 0s;
  letter-spacing: 3px
}
.nav a:hover {
  color: #fff;
  text-decoration: underline;
}
.headerSticky {
  background: #000;
  padding: 15px 0;
  position: fixed;
  top: 0;
  animation: slideInDown .7s ease-in-out 0s 1 both running;
}
.headerSticky .header-login img, .headerSticky .slideMenuOpen img {
  max-width: 40px;
}
.headerSticky .header-inner {
  align-items: center;
}
.headerSticky .header-left, .headerSticky .header-login {
  margin: 0;
}
.headerSticky .logo {
  display: none;
}
/* Sliding entrances */
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/*Click Menu*/
.MainMenuContainer {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100vh;
  top: -1500px;
  right: 0;
  padding: 3.125rem;
  align-items: flex-start;
  transition: all .5s;
  background-size: cover;
  background-color: #000;
  box-shadow: 0rem 0rem .875rem .4375rem rgba(0, 0, 0, 0.03);
  display: flex;
  overflow: auto;
  flex-wrap: wrap;
  justify-content: space-between;
}
.MainMenuContainerOpen {
  top: 0;
}
.MainMenuContainer .row {
  width: 100%;
}
.closeMenu svg {
  width: 38px;
}
.slideMenuOpen {
  display: block;
  cursor: pointer;
}
.closeMenu {
  position: absolute;
  top: 4%;
  right: 5%;
}
.rmaAddress {
  padding-right: 10%;
  color: #fff;
  width: 50%
}
.rmaAddress h4 {
  margin-bottom: 20px;
}
.rmaAddress p, .rmaAddress p a {
  color: #fff;
  padding: 0;
}
.rmaHeaderMenuRight ul li {
  text-align: left;
  margin-bottom: 1.25rem;
}
.rmaHeaderMenuRight ul li a {
  font-weight: 500;
  font-size: 30px;
  transition: all .6s;
  display: block;
  color: #fff;
  position: relative;
}
.rmaHeaderMenuRight ul li a:hover::before {
  position: absolute;
  width: 24px;
  content: "";
  height: 2px;
  background-color: #fff;
  top: 47%;
  left: -10%;
}
.rmaHeaderMenuRight ul li a:hover {
  transition: all .6s;
  transform: scale(1.1);
}
.MainMenuContainer .footerSocial a {
  margin-left: 0;
  margin-right: 20px;
}
/* Home Banner Css */
.homeBannerBlock {
  position: relative;
}
.mainSlider .slideThumb img {
  min-height: 400px;
  object-fit: cover;
  width: 100%;
}
.caption-main {
  position: absolute;
  bottom: 50px;
  width: 100%;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
  text-align: center;
}
.caption-main img {
  width: 170px;
}
.banner-head-h1 {
  color: #fff;
  font-family: 'Playfair Display', serif;
  font-size: 52px;
  margin-bottom: 10px;
}
.caption-main h4 {
  font-size: 16px;
  color: #fff;
  letter-spacing: 2px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  font-family: "Inter", sans-serif;
}
.caption-main h4::after, .caption-main h4::before {
  width: 80px;
  height: 1px;
  background: #fff;
  display: inline-block;
  content: "";
  margin-right: 16px;
}
.caption-main h4::after {
  margin: 0 0 0 15px;
}
.caption-main .btn {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  line-height: normal;
  height: auto;
  padding: 13px 20px;
  border-radius: 15px;
}
.slideThumb::after, .collectionItems:after {
  content: "";
  background: #0009;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}
.titleBlock {
  padding:70px 0 50px 0;
  text-align: center;
}
.mainTitle {
  letter-spacing: 10px;
  font-size: 60px;
  font-weight: 700;
  line-height: 66px;
  font-family: 'Playfair Display', serif;
  color: #DABF80;
}
.titleBlock span {
  font-weight: 600;
  font-size: 21px;
  letter-spacing: 10px;
  color: #000;
  display: block;
  font-family: "Inter", sans-serif;
  text-transform: uppercase;
  line-height: 50px;
}
.titleBlock h3 {
  font-weight: 600;
  font-size: 24px;
  font-family: "Inter", sans-serif;
  max-width: 80%;
  margin: 20px auto auto auto;
}

.howWeWorkStep ul {
  display: flex;
  justify-content: center;
  width: 90%;
  margin: auto;
}
.howWeWorkStep ul li {
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 17%;
}
.howWeWorkStep {
  min-height: 600px;
  display: flex;
  align-items: center;
}
.work-step {
  border: 2px solid #DABF80;
  border-radius: 5px;
  width: 200px;
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 75px;
  left:-25px;
}
.howWeWorkStep ul li:nth-child(2n) .work-step {
  bottom: auto;
  top: 75px;
}
.work-step:after {
  content: "";
  width: 40px;
  height: 26px;
  position: absolute;
  bottom: -26px;
  right: 0;
  left: 0;
  margin: auto;
  background: url(../images/bottom-work-arrow.jpg) no-repeat center;
}
.howWeWorkStep ul li:nth-child(2n+0) .work-step:after {
  bottom:auto;
  top: -26px;
  background: url(../images/top-work-arrow.jpg) no-repeat center;
}

.work-step img {
  width: 60px;
}
.work-step h6 {
  font-size: 18px;
  text-align: center;
  font-family: "Inter", sans-serif;
  padding: 10px 0 5px 0;
}
.work-number {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  background: #DABF80;
  border-radius: 50px;
  border: 1px solid #DABF80;
  font-style: italic;
  font-family: 'Playfair Display', serif;
  font-size: 25px;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
.work-number::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50px;
  border: 4px solid #fff;
}
.howWeWorkStep ul li::after, .howWeWorkStep ul li::before {
  content: "";
  width: 50%;
  height: 2px;
  display: inline-block;
  border: 2px dashed;
  position: absolute;
  right: 0;
}
.howWeWorkStep ul li::before{
  right: auto;
  left: 0;
}
.howWeWorkStep ul li:first-child:before,
.howWeWorkStep ul li:last-child:after { display: none;}
.style-blog-brand {
  display: flex;
  flex-direction: column;
}
.style-blog-text {
  letter-spacing: 1px;
  font-size: 30px;
  font-weight: 700;
  font-family: 'Playfair Display', serif;
  color: #DABF80;
  border-left: 4px solid #dabf80;
  padding: 5px 20px 5px 15px;
  margin-top: 25px;
}
.style-thumb img {
  max-height: 230px;
  width: 100%;
  object-fit: cover;
}
.lifeStyleBrandList {
  display: flex;
  flex-wrap: wrap;
}
.lifeStyleBrandListBlock {
  width: 33%;
  position: relative;
}
.lifeStyleBrandListBlock a {
  position: absolute;
  z-index: 1;
  background: #DABF8099;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 24px;
  color: #000;
  letter-spacing: 5px;
  font-weight: 500;
  padding: 20px 10px;
}
.lifeStyleBrandListBlock a span {
  font-weight: 700;
}

.weddingVibesList {
  /* background: #000 url("../images/weddingVibesBg.jpg") no-repeat center top; */
  position: relative;
  /* padding: 364px 0 0 0; */
}
.weddingVibesListInner {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
}
.weddingVibesBlock {
  width: 100%;
  /* text-align: center;
  padding-bottom: 35px; */
  position: relative;
  margin-top: 15px;
}
.weddingVibesBlock::before {
  content: "";
  width: 100px;
  height: 50px;
  background: #DABF80;
  position: absolute;
  top: -15px;
  left: -15px;
}
.owl-item:first-child .weddingVibesBlock::before{
  display: none;
}
.owl-item:first-child .weddingVibesBlock{
  margin-top: 0;
}
.weddingVibesBlock img {
  position: relative;
}
.weddingVibesBlock h4 {
  color: #DABF80;
  margin-bottom: 10px;
  letter-spacing: 4px;
  margin-top: 15px;
  font-size: 22px;
  font-family: "Inter", sans-serif;
}
.weddingVibesBlock h4 a {
  color: #DABF80;
  transition: ease-in-out 0.3s 0s;
}
.weddingVibesBlock h4 a:hover {
  text-decoration: underline;
}
.weddingVibesBlock .price-pro {
  font-size: 18px;
  font-weight: 600;
  color: #DABF80;
  font-family: "Inter", sans-serif;
  letter-spacing: 2px;
}
.newJustIn {
  background: #DABF80 url("../images/newJustInBg.png") repeat-x 0 bottom;
  /* margin-top: 150px; */
}
.weddingVibes .weddingVibesBlock {
  text-align: center;
}
.weddingVibes .weddingVibesBlock h4, .weddingVibes .weddingVibesBlock h4 a{
  color: #000;
}
.filter-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  gap: 20px;
}

.filter-tab a {
  border-radius: 50px;
  min-width: 160px;
  height: 54px;
  font-size: 20px;
  color: #000;
  font-weight: 500;
  letter-spacing: 2px;
  border:1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Inter", sans-serif;
}
.filter-tab a:hover, .filter-tab .current a {
  background: #000;
  color: #DABF80;
}
.newJustIn .weddingVibesBlock::before {
  display: none;
}
.container.slide-container {
  padding-right: calc(calc(100% - 100%)/2);
  max-width: 100%;
}
.newJustIn .titleBlock span {
  color: #fff;
}
.newJustInSlider .weddingVibesBlock {
  width: 100%;
  padding-bottom: 85px;
  margin: 0;
}
.newJustInSlider .owl-nav button {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 35%;
  transform: translateY(-50%);
  font-size: 0 !important;
  background-size: contain !important;
}
.newJustInSlider .owl-nav button.owl-prev {
  background: url("../images/prev-arrow.svg") no-repeat center center;
  left: -60px;
}
.newJustInSlider .owl-nav button.owl-next {
  background: url("../images/next-arrow.svg") no-repeat center center;
  right: -60px;
}
.newJustIn .weddingVibesBlock h4 {
  margin-top: 30px;
  margin-bottom: 20px;
}
.scheduleHomeFormSection {
  /* padding-bottom: 150px; */
  text-align: center;
}
.FormTextField {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.FormTextField .form-control, .FormTextField .form-select {
  width: calc(25% - 20px);
  margin: 20px 10px;
  border-radius: 5px;
  border: 3px solid #DABF80;
  background: #F2F2F2;
  height: 54px;
  color: #767676;
  font-size: 20px;
  font-weight: 500;
}
.scheduleHomeForm p {
  margin: 40px 0;
}
.collectionItems {
  background: url("../images/collectionBg.jpg") no-repeat 0 0;
  background-size: cover;
  position: relative;
}
.collectionItems {
  padding: 100px 0 50px 0;
}
.collectionItemsList {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.collectionItemsBlog {
  width: calc(50% - 40px);
  background: #DABF80;
  border-radius: 50px;
  padding: 45px;
  display: flex;
  position: relative;
  margin: 70px 0;
  min-height: 345px;
}
.collectionItemsBlog div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
}
.collectionItemsBlog h3 {
  font-size: 34px;
  font-weight: 600;
  line-height: 73px;
}
.collectionItemsBlog a {
  color: #000;
  background: #fff;
  border-radius: 50px;
  padding: 15px 30px;
  min-width: 220px;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, .25);
  transition: all ease-in-out 0.3s 0s;
  letter-spacing: 2px;
}
.collectionItemsBlog a:hover {
  background: #000;
  color: #fff;
}
.collectionItemsBlog img {
  position: absolute;
  max-width: 50%;
  right: 0;
  bottom: 0;
}
.footerServices {
  padding: 100px 0;
  text-align: center;
}
.footerServices h4 {
  letter-spacing: 3px;
  font-weight: 700;
  margin: 10px 0;
  font-size: 24px;
}
.footerServices p {
  padding: 0;
  color: #000;
  font-size: 16px;
  letter-spacing: 3px;
  font-weight: 500;
}
/*Footer Css Start*/
.footer {
  background: #000;
  padding: 60px 0 0px 0;
  position: relative;
}
.footer-top {
  padding: 0 0 20px 0;
}
.footer-link h3 {
  font-size: 28px;
  color: #fff;
  font-family: 'Playfair Display', serif;
  letter-spacing: 2px;
  margin-bottom: 30px;
}
.footer-link h3::after {
  content: "";
  background: #DABF80;
  height: 2px;
  width: 130px;
  display: block;
  margin: 15px 138px;
}
.footer-link ul li {
  padding: 10px 0;
  line-height: normal;
}
.footer-link ul li a {
  font-size: 21px;
  line-height: normal;
  color: #fff;
  letter-spacing: 2px;
}
.footer-link ul li a:hover {
  color: #DABF80;
}
.footer-content {
  text-align: right;
  width: 100%;
}
.footer-content img {
  max-width: 150px;
}
.footer-content p {
  color: #fff;
  margin: 40px 0;
  letter-spacing: 2px;
}
.footer-content a.ftrNumber {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 2px;
  position: relative
}
.footer-content a.ftrNumber:after {
  content: "";
  background: #DABF80;
  height: 2px;
  width: 130px;
  display: inline-block;
  margin: 10px 0;
}
.footerSocial a {
  margin-left: 20px;
}
.footerSocial img {
  max-width: 34px;
}
.copyright {
  padding: 40px 0;
  background: #DABF80;
  margin-top: 40px
}
.copyright p {
  color: #000;
  letter-spacing: 2px;
  padding: 5px 0;
}
.copyright p a {
  color: #000;
}
.fixedTab {
  position: fixed;
  background: #fff;
  box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.3);
  width: 100%;
  left: 0;
  display: none;
  z-index: 2;
  bottom: 0;
}
.fixedTab ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
.fixedTab ul li {
  width: 20%;
}
.fixedTab ul li a {
  width: 100%;
  text-align: center;
  display: block;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 3px;
  padding: 10px 5px;
}
.fixedTab ul li svg {
  width: 24px;
}
.fixedTab ul li span {
  display: block;
  margin-top: 5px;
}
.fixedTab ul li img {
  max-width: 20px;
}
/*Product Page Css*/
.productListing {
  padding: 100px 0;
}
.productListBlock {
  border: 1px solid #DABF80;
  border-radius: 20px;
  padding: 15px;
  margin-bottom: 30px;
}
.proThumb {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 15px;
}
.proThumb img {
  transition: 0.3s 0s;
}
.proThumb:hover img {
  transform: scale(1.1);
}
.proDetail {
  text-align: center;
}
.proDetail h4 {
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 26px;
  min-height: 60px;
}
.proDetail h4 a {
  color: #000;
}
.proDetail .price-pro {
  color: #018F0F;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
}
#sidebarWrap {
  position: relative;
}
#sidebar {
  position: absolute;
  width: 300px;
}
#sidebar.fixed {
  position: fixed;
  top: 150px
}
.filterMobOpen {
  text-align: center;
  background: #000;
  color: #DABF80;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 2px;
  padding: 10px;
  cursor: pointer;
  display: none;
}
.filterClose {
  display: none;
}
.filter {
  list-style: none;
  padding: 0;
  width: calc(100% - 20px)
}
.filter li {
  position: relative;
  border-bottom: 1px solid #C4C4C4;
  padding: 12px 0
}
.filter li a {
  text-decoration: none;
  color: #000;
  display: block;
  font-size: 24px;
  letter-spacing: 2px;
  font-weight: 600;
  background-size: 18px;
}
.filtertoggle {
  display: none;
  background: #fff;
}
.filtertoggle label {
  font-size: 22px;
  color: #4E4E4E;
  letter-spacing: 2px
}
.toggle {
  background: url("../images/downArrow.svg") no-repeat right center
}
.filter .active {
  background: url("../images/upArrow.svg") no-repeat right center;
  background-size: 18px;
}
.filtertoggle .form-check {
  margin: 15px 0;
  display: flex;
  width: 100%;
  align-items: center;
}
.filtertoggle .form-check .form-check-input {
  margin-right: 15px;
  width: 24px;
  height: 24px;
  border-radius: 0;
}
.filtertoggle label {
  font-size: 18px;
  color: #4E4E4E;
  letter-spacing: 2px;
  font-weight: 500;
}
.filtertoggle .form-check-input:checked {
  background-color: #DABF80;
  border-color: #DABF80;
}
.filtertoggle .form-check-input:focus {
  border-color: #DABF80;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(218, 191, 128, .25);
}
/*product-detail-page*/
.product-detail-page header {
  background: #000;
  position: static;
}
.product-detail-page .logo {
  margin: 0;
}
.product-detail-page .header-inner {
  align-items: center
}
.product-detail-page .header-left, .product-detail-page .header-login {
  margin: 0;
}
.product-detail-page .headerSticky {
  position: fixed;
}
.productDetail {
  padding: 67px 0;
    overflow: hidden;
}
.productSlider .owl-nav button {
  position: absolute;
  width: 45px;
  height: 45px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  font-size: 0 !important;
}
.productSlider .owl-nav button.owl-prev, .relatedProduct .owl-nav button.owl-prev {
  background: url("../images/prevArrow.svg") no-repeat center center;
}
.relatedProduct .owl-nav button.owl-prev {
  left: 0;
}
.productSlider .owl-nav button.owl-next, .relatedProduct .owl-nav button.owl-next {
  background: url("../images/nextArrow.svg") no-repeat center center;
  left: auto;
  right: 0;
}
.product-title {
  letter-spacing: 2px;
  font-size: 44px;
  font-weight: 700;
  line-height: normal;
  font-family: 'Playfair Display', serif;
  margin-bottom: 15px;
}
.product-title span {
  font-weight: 700;
  font-size: 32px;
  line-height: normal;
  letter-spacing: 5px;
  color: #DABF80;
  display: block;
  font-family: 'Anke Print';
}
.ratings-container {
  display: flex;
  align-items: center;
}
.product-ratings {
  display: flex;
  align-items: center;
}
.ratingText {
  color: #4E4E4E;
  font-size: 24px;
  font-weight: 600;
  margin-right: 10px;
}
.rating-link {
  color: #4E4E4E;
  font-size: 24px;
  font-weight: 600;
  margin-left: 10px;
  text-decoration: underline;
}
.product-desc {
  margin-top: 20px;
  margin-bottom: 15px;
}
.product-desc p {
  color: #4E4E4E;
  font-size: 24px;
  text-align: justify;
  line-height: 36px;
}
.oldPrice {
  font-size: 24px;
  color: #4E4E4E;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: line-through;
}
.originalrice {
  font-size: 30px;
  color: #018F0F;
  font-weight: 700;
  letter-spacing: 1px;
}
.discount {
  color: #000;
}
.product-action {
  display: flex;
  margin-top: 30px;
}
.product-action a {
  border-radius: 50px;
  background: #DABF80;
  color: #fff;
  font-size: 21px;
  font-weight: 600;
  padding: 13px 25px;
  min-width: 200px;
  display: inline-block;
  text-align: center;
  margin-right: 20px;
}
.product-action .give-call a {
  background: #4E4E4E;
  font-family: 'Playfair Display', serif;
}
.what-get {
  margin-top: 40px;
  background: #DABF80;
  padding: 25px 0;
  position: relative;
}
.what-get::after {
  content: "";
  background: #DABF80;
  width: 10000%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -500%;
}
.what-get h4, .fabricDetails h4 {
  font-weight: 600;
  font-size: 24px;
  position: relative;
  z-index: 1;
}
.what-get ul {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.what-get ul li {
  width: 19%;
  text-align: center;
  margin-top: 25px;
}
.what-get img {
  width: 45px;
}
.what-get span {
  display: block;
  font-weight: 500;
  margin-top: 13px;
  line-height: normal;
}
.fabricDetails {
  margin-top: 30px;
}
.fabricDetails ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  border-top: 1px solid #989898;
  border-bottom: 1px solid #989898;
  margin-top: 20px;
}
.fabricDetails ul li {
  width: 33.33%;
  color: #4E4E4E;
  font-size: 14px;
  text-transform: uppercase;
  padding: 15px 10px;
}
.fabricDetails ul li span {
  display: block;
  text-transform: none;
  color: #555;
  font-weight: 500;
  font-size: 16px;
}
.fabricDetails ul li:nth-child(3n+3) {
  text-align: right;
}
.fabricDetails ul li:nth-child(2), .fabricDetails ul li:nth-child(5) {
  padding-left: 50px;
}
.product-single-description, .product-single-reviews {
  padding-top: 50px;
}
.product-single-description h3, .product-single-reviews h3, .relatedProduct h3 {
  margin-bottom: 20px;
  font-family: 'Playfair Display', serif;
  font-weight: 600;
}
.product-single-reviews-list {
  padding: 25px;
  display: flex;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  margin-bottom: 40px;
  align-items: flex-start;
}
.client-thumb {
  width: 120px;
  margin-right: 30px;
}
.client-thumb img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 100px;
}
.client-detail {
  width: 100%;
  flex: 1;
}
.product-single-reviews-list h4 {
  color: #4E4E4E;
  margin-bottom: 10px;
}
.product-single-reviews-list .ratings {
  margin-bottom: 15px;
  display: block;
}
.client-detail p {
  color: #4E4E4E;
  font-size: 21px;
  letter-spacing: 1px;
}
.product-single-reviews-list .clientTit {
  display: none;
}
.relatedProduct .weddingVibesBlock::before {
  display: none;
}
.relatedProduct .weddingVibesBlock, .relatedProduct .weddingVibesBlock img {
  border-radius: 20px
}
.relatedProduct .weddingVibesBlock h4, .relatedProduct .weddingVibesBlock h4 a {
  color: #4E4E4E;
}
.relatedProduct .weddingVibesBlock .price-pro {
  color: #018F0F;
}
.relatedProduct .owl-nav button {
  width: 45px;
  height: 45px;
}
.product-sticky-detail {
  background: #fff;
  position: fixed;
  z-index: 22;
  bottom: 0;
  padding: 15px 0;
  left: 0;
  right: 0;
  box-shadow: 0px -1px 10px rgba(0, 0, 0, 0.3);
  justify-content: center;
}
.product-sticky-detail .container {
  display: flex;
  justify-content: space-between;
}
.product-sticky-detail .product-title {
  font-size: 36px;
    margin: 0;
}
.product-sticky-detail .product-action a {
  font-size: 18px;
  padding: 10px 20px;
  min-width: 170px;
}

/*Mini cart drawer css*/
.sidebar-Drawer {
  position: fixed;
  top: 0;
  right: 0;
  visibility: visible;
  width: 400px;
  height: 100vh;
  max-height: none;
  transition: transform .5s cubic-bezier(.645,.045,.355,1),visibility .5s cubic-bezier(.645,.045,.355,1);
  background: #000000;
  box-shadow: none;
  touch-action: manipulation;
  z-index: 99;
  transform: translate(100%);
}
.sidebar-Drawer.open {
  visibility: visible;
  transform: translate(0);
}

.Drawer_Header {
  display: flex;
  align-items: center;
  position: relative;
  background: inherit;
  text-align: center;
  z-index: 1;
  max-height: 80px;
  min-height: 60px;
  box-shadow: 0 -1px #433021 inset;
  padding-left: 30px;
  padding-right: 30px;
}
.Drawer_Title {
  color: #ffffff;
  font-size: 16px;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.Drawer_Close {
  position: absolute;
  margin-left: 0;
  right: 30px;
  top: calc(50% - 7px);
  line-height: 0;
  background: none;
  border: none;
  width: auto !important;
  padding: 0 !important;
  margin: 0 !important;
}
.Icon-close {
  width: 15px;
  height: 15px;
  stroke-width: 1.5px;
  color:#DABF80;
}

.Drawer_Content {
  height: calc(100% - 80px);
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.Drawer_Main {
  flex: 1 1 auto;
  overflow: auto;
}    
.Drawer_Container {
  padding-left: 30px;
  padding-right: 30px;
}
.CartItem {
  display: table;
  table-layout: fixed;
  margin: 30px 0;
  width: 100%;
}
.CartItem_Image {
  width: 120px;
  min-width: 90px;
  text-align: center;
}
.CartItem_Image img {
  width: 100%;
}
.CartItem_Image, .CartItem_Info {
  display: table-cell;
  vertical-align: middle;
}
.CartItem_Info {
  padding-left: 25px;
}
.CartItem_Title {
  font-size: 12px;
  margin-bottom: .45em;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #3cf7e6;
}
.CartItem_Title a {
  color: #ffffff;
}
.CartItem_Price {
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #DABF80 !important;
  font-size: 11px;
  margin-bottom: 20px;
}
.product_price{
  color: #DABF80 !important;
}
.CartItem_Actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #eee1c6;
  letter-spacing: .2em;
  text-transform: uppercase;
  text-align: center;
}
.QuantitySelector {
  display: inline-flex;
  align-items: center;
  border: 1px solid #433021;
  white-space: nowrap;
}
.QuantitySelector_Button {
  padding: 7px 14px 8px;
  display: inline-block;
}
.Icon-minus, .Icon-plus {
  width: 10px;
  height: 10px;
  stroke-width: 1.5px;
  vertical-align: -1px;
  color: #DABF80;
}
.QuantitySelector_CurrentQuantity {
  display: inline-block;
  width: 20px;
  padding: 0;
  font-size: 12px !important;
  text-align: center;
  letter-spacing: normal;
  background: transparent;
  border: none;
  color: #DABF80 !important;
}
.CartItem_Remove {
  font-size: 10px;
  margin: 8px 0;
  color:#DABF80;
  letter-spacing: .2em;
  text-transform: uppercase;
  text-decoration: underline;
}

.Drawer_Footer {
  padding: 20px 30px 30px;
  box-shadow: 0 -1px #433021;
  flex: none;
}
.Cart_NoteButton {
  color:#DABF80;
  background: none;
  border: none;
}
.Cart_Taxes {
  color: #DABF80;
  font-size: 14px;
}
.Cart_Checkout {
  width: 100%;
  text-transform: uppercase;
  font-size: 15px !important;
  max-width: none !important;
  margin-left: 0% !important;
  letter-spacing: 2px !important;

}
.Drawer_Footer .Cart_Checkout:hover {
    color: #DABF80 !important;
  background-color: white !important;
}
.Button_SeparatorDot {
  display: inline-block;
  margin: 0 18px;
  content: "";
  height: 3px;
  width: 3px;
  border-radius: 100%;
  background: currentColor;
  color: #261307;
}