@import url('https://fonts.googleapis.com/css2?family=KoHo:wght@400;500;600;700&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;
}
.img2{
	display:block;
	width:80% !important;
}
: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;
}
.New-Search{
  position: absolute;
  right: 160%;
  top: 26%;
  width: 80%;
}
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;
  }
	  .header-center .RMA_logo{
    display: block;
  }
}
@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;
  }
	  .header-center .RMA_logo{
    display: none;
  }
}
@media(min-width:1540px) {
  h1 {
    font-size: 64px;
    line-height: 86px;
  }
  h2 {
    font-size: 48px;
  }
  h3 {
    font-size: 36px;
  }
	  .header-center .RMA_logo{
    display: none;
  }
}
.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;
}
header {
  position: absolute;
  z-index: 2;
  width: 100%;
  padding: 20px 0;
  transition: all ease-in-out 0.3s 0s;
}
header .container {
  max-width: 100%;
  padding-left: 60px;
  padding-right: 60px;
}
.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.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: 100px;
}
.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-direction: column;
  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;
}
.homeBannerBlock img {
  min-height: 265px;
  object-fit: cover;
  width: 100%;
}
.homeBannerBlock::after, .weddingVibesList:after, .collectionItems:after {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}
.titleBlock {
  padding: 100px 0 70px 0;
}
.mainTitle {
  letter-spacing: 5px;
  font-size: 52px;
  font-weight: 700;
  line-height: 66px;
  font-family: 'Playfair Display', serif
}
.titleBlock span {
  font-weight: 700;
  font-size: 58px;
  line-height: 70px;
  letter-spacing: 8px;
  color: #DABF80;
  display: block;
  font-family: 'Anke Print';
}
.titleBlock h3 {
  margin-top: 20px;
  letter-spacing: 5px;
  font-weight: 500;
  font-size: 24px;
}
.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: calc(100% - 60px);
  text-align: center;
  padding-bottom: 35px;
  position: relative;
  margin: 30px 30px 0 30px;
}
.weddingVibesBlock::before {
  content: "";
  width: 70%;
  height: 150px;
  background: #DABF80;
  position: absolute;
  top: -30px;
  left: -30px;
}
.weddingVibesBlock img {
  position: relative;
}
.weddingVibesBlock h4 {
  color: #DABF80;
  margin-bottom: 10px;
  letter-spacing: 4px;
  margin-top: 15px;
  font-size: 22px;
}
.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;
  letter-spacing: 2px;
}
.newJustIn {
  background: #DABF80 url("../images/newJustInBg.png") repeat-x 0 bottom;
  margin-top: 150px;
}
.newJustIn .weddingVibesBlock::before {
  display: none;
}
.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: 50px;
  margin-bottom: 20px;
}
.scheduleHomeFormSection {
  padding-bottom: 90px;
  text-align: center;
}

/* ak */
.FormTextField {
  display: block;
  justify-content: center;
  flex-wrap: wrap;
}

/* ak */
.city-select{
  margin: 0 10%;
}
/* ak */
.time-slot{
  margin: 0 25%;
}

/* ak */
.FormTextField .form-control, .FormTextField .form-select {
  width: calc(100% - 20px) !important; 
  margin: 20px 10px;
  border-radius: 5px !important;
  border: 3px solid #DABF80 !important;
  background: #F2F2F2;
  height: 54px;
  color: #767676;
  font-size: 20px !important;
  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: 54px;
}
.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 0;
} */
.footer-link ul {
  margin-left: 23%;
  display: flex;
  flex-direction: column;
  align-items: self-start;
}
.footer-Linktext {
  display: flex;
  flex-direction: column;
}
.footer-link ul li {
  padding: 10px 0;
  line-height: normal;
}
.footer-link ul li a {
  font-family: "Montserrat", sans-serif;
  font-size: 21px;
  line-height: normal;
  color: #fff;
  letter-spacing: 2px;
}
.footer-link ul li a:hover {
  color: #DABF80;
}

.footer-content img {
  max-width: 190px;
}
.footer-content p {
  color: #fff;
  margin: 24px 0;
  letter-spacing: 2px;
}
.footer-content a.ftrNumber {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  position: relative
}
/* .footer-content a.ftrNumber:after {
  content: "";
  background: #fff;
  height: 2px;
  width: 217px;
  display: inline-block;
  margin: 10px 0;
} */
.footerSocial a {
  margin-left: 20px;
}
.footerSocial img {
  max-width: 34px;
}
.copyright {
  background: #DABF80;
  margin-top: 40px
}
.copyright p {
  display: flex;
  justify-content: center;
  align-items: center;
  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: 40px;
  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: 30px 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: 113px;
}
.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;
}
.product-desc {
  margin-top: 20px;
}
.product-desc p {
color: #4E4E4E;
    font-size: 18px;
    text-align: justify;
    line-height: 30px;
    letter-spacing: 1.5px;
}
.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;
  text-align: center;
}
.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;
  margin-top:50px;
}
.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;
}
.remove-product {
  background: #DABF80;
  border: none;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  position: absolute;
  right: 0;
  margin-top: -3px;
  padding: 6px !important;
}
.product-quantity p {
  display: flex;
}
.product-quantity input {
    width: 60px;
    margin-left: 10px;
    border: 1px solid #DABF80 !important;
    font-size: 14px;
    padding-left: 8px;
    border-radius: 4px !important;
}
.proName {
  padding-right: 30px;
}


/*Login*/

.loginPage {
  background: #000;
}
.loginLogo {
  text-align: center;
  padding: 20px 0;
}
.loginLogo .container {
  position: relative;
}
.loginLogo a > img {
  max-width: 80px;
}
.closeLogin {
  position: absolute;
  width: 50px;
  height: 100%;
  right: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
}
.closeLogin svg {
  width: 30px;
}

.loginInner {
  background: #fff;
    text-align: center
}

.loginForm {
  padding: 40px 20px 40px 40px;
}
.loginInner h3 {
  font-weight: 700;
  margin-bottom: 20px;
}
.loginInner h4 {
  font-weight: 700;
  font-size: 21px;
  padding-top: 20px;
  margin-bottom: 40px;
}
.loginInner h5 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
.loginInner p {
  color: #000;
  font-size: 15px;
}
.loginContent {
  background: #DABF80;
  height: 100%;
  padding: 40px;
}
.highlight {
  max-width: 80%;
  margin: 20px auto;
  background: rgb(247,247,247);
  background: linear-gradient(90deg, rgb(255, 219, 219) 0%, rgb(244, 218, 156) 100%);
  font-size: 24px;
  padding: 15px 0;
}
.highlight span {
  max-width: 60%;
  margin: 0 auto;
  display: block;
}


.nav {
  flex-wrap: nowrap;
  width: 100%;
  justify-content: center;
}
.nav-list {
  display: flex;
}
.nav-list li { position:relative;}
.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;
}

.nav li:hover ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

/* Navigation submenu */
.nav li ul {
	position:absolute;
	left:0;
	min-width:250px; background: #000; padding: 0; list-style: none;box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
    top: calc(100% + 30px);
    transition: all ease-in-out 0.4s 0s;
    opacity: 0;
    visibility: hidden;
	z-index: 1024;
}
.nav li ul li a {
	display: block;
    padding:6px 0;
    font-size: 15px;
    color: #DABF80;
    margin: 0 10px;
    text-align: left;
    font-weight: normal;
}

.nav li ul li a:hover {
	color:#fff;
}


.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;
}


.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;
}

.relatedProduct .owl-nav button {
  width: 45px;
  height: 45px;
}

.nav-submenu-item{
  padding-left: 5%;
}

/*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;
}
.Service-leftDiv{
  display: flex;
  margin-bottom: 20px;
  gap: 25px;
}
.footerService-text{
  display: flex;
  flex-direction: column;
  align-items: start;

}
.footer-head {
  margin-left: 23%;
  display: flex;
  flex-direction: column;
  align-items: self-start;
} 













