@import url(https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&family=Playfair+Display:wght@400;500;600;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Lato:wght@400;500;600;700&display=swap);
@charset "UTF-8";

/*
Theme Name: HotPress
Theme URI: https://www.bighousecreative.co.uk/
Author: Big House Creative
Author URI: https://www.bighousecreative.co.uk/
Description: A Timber & Tailwind template for creating WordPress sites.
Version: 1.0
Tags:
Text Domain:
*/

/* Import Fonts Here */

@font-face {
  font-family: "Challista Regular";

  font-style: normal;

  font-weight: normal;

  src: local("Challista Regular"), url("./fonts/Challista.woff") format("woff");
}

/* Styles */

h1, h2, h3, h4, h5, h6, p {
  font-family: Montserrat, sans-serif;
}

h1 {
  font-size: 3rem;
  line-height: 1;
}

h2 {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

h3 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

h4 {
  font-size: 1.5rem;
  line-height: 2rem;
}

h5 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

h6 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

p {
  font-size: 1rem;
  line-height: 1.5rem;
}

.header--top i {
  font-size: 5px;
  transform: translateY(-50%);
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.header {
  position: relative;
}

.header__cta {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 234, 228, var(--tw-bg-opacity));
}

.header__cta__border {
  position: relative;
}

.header__cta__border:before {
  position: absolute;
  content: "";
  top: -2rem;
  right: 0;
  bottom: 0;
  left: -0.7rem;
  width: 115px;
  height: 115px;
  border: 2px solid #947739;
  border-radius: 50%;
  --tw-bg-opacity: 1;
  background-color: rgba(244, 234, 228, var(--tw-bg-opacity));
  z-index: 2;
}

.header__cta__border:after {
  position: absolute;
  content: "";
  top: -2.9rem;
  right: 0;
  bottom: 0;
  left: -1.6rem;
  width: 143px;
  height: 143px;
  border: 2px solid #947739;
  border-radius: 50%;
  --tw-bg-opacity: 1;
  background-color: rgba(244, 234, 228, var(--tw-bg-opacity));
}

.header__cta__border p {
  text-align: center;
  color: #353535;
  position: relative;
  z-index: 2;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 1536px) {
  .header__cta__border p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.header__cta__border p:before {
  position: absolute;
  content: "";
  top: -25%;
  left: 50%;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  transform: translateX(-50%);
  --tw-bg-opacity: 1;
  background-color: rgba(148, 119, 57, var(--tw-bg-opacity));
}

.header__cta__border p:after {
  position: absolute;
  content: "";
  bottom: -25%;
  left: 50%;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  transform: translateX(-50%);
  --tw-bg-opacity: 1;
  background-color: rgba(148, 119, 57, var(--tw-bg-opacity));
}

.header__cta--sizes {
  position: absolute;
  top: 87%;
  right: 0;
}

.header__cta--sizes p {
  font-size: 19px;
  font-family: Playfair Display, serif;
}

.header__cta--sizes p span {
  font-size: 30px;
}

.header__cta--sizes .header__cta__border:before {
  left: -2rem;
}

.header__cta--sizes .header__cta__border:after {
  left: -2.9rem;
}

.header__cta--sizes--new p {
  position: absolute;
  top: 50%;
  font-size: 19px;
  margin-left: 3px;
}

.nav-main li:not(:last-child) {
  margin-right: 0.75rem;
}

@media (min-width: 1536px) {
  .nav-main li:not(:last-child) {
    margin-right: 1.5rem;
  }
}

.nav-main a:not(.bhc--dropdown-menu a) {
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  .nav-main a:not(.bhc--dropdown-menu a) {
    font-size: 11px;
  }
}

@media (min-width: 1280px) {
  .nav-main a:not(.bhc--dropdown-menu a) {
    font-size: 12px;
    letter-spacing: 2px;
  }
}

@media (min-width: 1536px) {
  .nav-main a:not(.bhc--dropdown-menu a) {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 2.5px;
  }
}

.home--hero-slider.slick-dotted.slick-slider {
  margin-bottom: unset;
}

.home--hero-slider .slick-dots {
  overflow-x: visible;
  position: absolute;
  top: 77%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  bottom: unset;
  width: auto;
  padding: unset;
  margin: unset;
  list-style: unset;
  text-align: unset;
  cursor: pointer;
}

@media (min-width: 1024px) {
  .home--hero-slider .slick-dots {
    top: 50%;
    left: 2rem;
    transform: translateY(-140%);
  }
}

@media (min-width: 1536px) {
  .home--hero-slider .slick-dots {
    top: 50%;
    left: 5rem;
  }
}

.home--hero-slider .slick-dots li {
  background-color: transparent;
  font-size: 0;
  height: 5px;
  width: 5px;
  display: inline-block;
  margin: 0 4px 20px;
  border-radius: 50%;
  border: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

@media (min-width: 1024px) {
  .home--hero-slider .slick-dots li {
    display: block;
  }
}

.home--hero-slider .slick-dots li.slick-active {
  background-color: black;
}

.home--hero-slider .slick-dots li button:before {
  content: none;
}

@media (min-width: 1024px) {
  .home--hero-slider .slick-dots:before {
    position: absolute;
    content: "";
    top: -280%;
    left: 50%;
    transform: translateX(-50%);
    height: 248px;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.4);
  }
}

@media (min-width: 1024px) {
  .home--hero-slider .slick-dots:after {
    position: absolute;
    content: "";
    bottom: -260%;
    left: 50%;
    transform: translateX(-50%);
    height: 248px;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.4);
  }
}

.home--hero {
  padding-bottom: 10rem;
}

@media (min-width: 768px) {
  .home--hero {
    padding-bottom: 10rem;
  }
}

@media (min-width: 1536px) {
  .home--hero {
    padding-bottom: 25rem;
  }
}

@media (min-width: 1536px) {
  .home--hero h1 {
    font-size: 68px;
    line-height: 90px;
  }
}

.home--hero .before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

.home--hero .before img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  position: relative;
  z-index: 9;
}

@media (min-width: 768px) {
  .home--hero .before img {
    width: 100vw;
  }
}

@media (min-width: 1024px) {
  .home--hero .before img {
    width: 737px;
    height: 600px;
  }
}

@media (min-width: 1280px) {
  .home--hero .before img {
    width: 1029px;
    height: 695px;
  }
}

@media (min-width: 1536px) {
  .home--hero .before img {
    width: 1361px;
    height: 982px;
  }
}

.home--hero .after {
  position: absolute;
  bottom: 1rem;
  left: 0;
}

@media (min-width: 1536px) {
  .home--hero .after {
    bottom: 8rem;
    left: 4rem;
  }
}

.home--hero .after h1 {
  color: #E8D4CF;
  font-size: 244px;
  line-height: 316px;
}

@media (min-width: 1536px) {
  .home--hero .after h1 {
    font-size: 244px;
    line-height: 316px;
  }
}

.home--opening {
  position: relative;
}

.home--opening:before {
  display: block;
  position: absolute;
  content: "";
  top: -10rem;
  width: 60%;
  height: 70vw;
  z-index: 9999;
  left: 0;
  z-index: -1;
  --tw-bg-opacity: 1;
  background-color: rgba(244, 234, 228, var(--tw-bg-opacity));
  background-blend-mode: multiply;
  background-image: url("../dist/images/marble-effect-curvy-chic.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media (min-width: 768px) {
  .home--opening:before {
    top: -8rem;
    width: 50%;
    height: 50vw;
  }
}

@media (min-width: 1024px) {
  .home--opening:before {
    top: 2rem;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    height: 650px;
    z-index: 0;
  }
}

@media (min-width: 1536px) {
  .home--opening:before {
    top: 2rem;
  }
}

.home--opening__image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.shop--usps__check {
  display: flex;
  height: 0;
  padding: 10px 10px 25px;
  margin-right: 10px;
  background-color: #FEF7F3;
}

.shop--usps__check svg {
  --tw-text-opacity: 1;
  color: rgba(148, 119, 57, var(--tw-text-opacity));
}

.shop--sidebar__categories {
  padding-top: 0.25rem;
}

.shop--sidebar__categories a {
  display: block;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-family: Montserrat, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgba(11, 11, 12, var(--tw-text-opacity));
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1536px){
  .shop--sidebar__categories a{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.shop--sidebar__categories a:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 234, 228, var(--tw-bg-opacity));
}

.shop--sidebar__categories li.current-cat a {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 234, 228, var(--tw-bg-opacity));
}

.shop--sidebar--advice button {
  display: block;
  width: 100%;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  padding: 1rem;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgba(11, 11, 12, var(--tw-text-opacity));
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.shop--sidebar--advice button:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 234, 228, var(--tw-bg-opacity));
}

.shop--sidebar--advice .tab.active {
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgba(244, 234, 228, var(--tw-bg-opacity));
}

.shop--sidebar--advice .tab.active:after {
  position: absolute;
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
  right: 1rem;
  --tw-text-opacity: 1;
  color: rgba(51, 51, 79, var(--tw-text-opacity));
}

.shop--sidebar__cta__image {
  position: relative;
}

.shop--sidebar__cta__image * {
  position: relative;
  z-index: 10;
}

.shop--sidebar__cta__image:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  background-blend-mode: multiply;
}

.shop--sidebar__cta__image h2 {
  font-size: 28px;
  line-height: 40px;
}

@media (min-width: 1280px) {
  .shop--sidebar__cta__image h2 {
    font-size: 31px;
    line-height: 40px;
  }
}

@media (min-width: 1536px) {
  .shop--sidebar__cta__image h2 {
    font-size: 38px;
    line-height: 53px;
  }
}

.shop--sidebar__newsletter {
  background-color: #FEF7F3;
}

.shop--main__card {
  box-shadow: 0px 1.40413px 28.0827px rgba(0, 0, 0, 0.1);
}

.shop--main__card:hover .btn-aw {
  --tw-bg-opacity: 1;
  background-color: rgba(51, 51, 79, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.shop--main__card p {
  color: #2E2A2B;
  opacity: 60%;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.shop--main__card h5 {
  color: #2E2A2B;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.shop--main__card img.tease-img, .shop--main__card .shop-img img {
  width: 100%;
  height: 338px !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.footer--gallery {
  padding-bottom: 0.5rem;
}

.footer--gallery h1 {
  color: #E8D4CF;
}

@media (min-width: 1024px) {
  .footer--gallery h1 {
    font-size: 82px;
    line-height: 107px;
  }
}

.footer--gallery .gallery--slider div:not(:first-child) {
  padding-left: 0.5rem;
}

.footer--gallery .gallery--slider div img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 266px;
}

.footer--gallery .gallery--slider .slick-list {
  padding: 0 10% 0 0 !important;
}

.footer-accordion {
  position: relative;
  width: 100vw;
  --tw-bg-opacity: 1;
  background-color: rgba(51, 51, 79, var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: left;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 200ms;
}

.footer-accordion--static:before {
  display: none;
}

.footer-accordion::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f067";
  /* Unicode character for "plus" sign (+) */
  float: right !important;
  margin-top: 0.125rem !important;
  margin-right: 1rem !important;
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}

.footer-accordion:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(51, 51, 79, var(--tw-bg-opacity));
}

.footer-accordion.active::before {
  content: "\f068";
}

.footer-panel {
  transition: max-height 0.2s ease-out;
  position: relative;
  max-height: 0px;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgba(51, 51, 79, var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
}

.home--shop {
  position: relative;
}

.home--shop::before {
  content: "";
  width: 150vw;
  height: 1200px;
  left: -50%;
  z-index: 0;
  bottom: -900px;
  display: none;
  position: absolute;
  --tw-bg-opacity: 1;
  background-color: rgba(51, 51, 79, var(--tw-bg-opacity));
}

@media (min-width: 768px) {
  .home--shop::before {
    bottom: -800px;
  }
}

@media (min-width: 1024px) {
  .home--shop::before {
    bottom: -530px;
    display: block;
  }
}

@media (min-width: 1280px) {
  .home--shop::before {
    height: 644px;
    bottom: -500px;
  }
}

.phone-link span {
  margin-left: -1.5rem;
}

.phone-link:hover .fa-phone-alt {
  opacity: 1;
  transition-delay: 75ms;
  transition-duration: 300ms;
}

.phone-link:hover span {
  margin-left: 0px;
}

.testimonials-title-wrap {
  left: -5rem;
  top: 50%;
}

@media screen and (min-width: 1024px) {
  .testimonials-title-wrap {
    left: 0rem;
  }
}

@media screen and (min-width: 1200px) {
  .testimonials-title-wrap {
    left: 4rem;
  }
}

@media screen and (min-width: 1300px) {
  .testimonials-title-wrap {
    left: 6.5rem;
  }
}

@media screen and (min-width: 1400px) {
  .testimonials-title-wrap {
    left: 10rem;
  }
}

@media screen and (min-width: 1600px) {
  .testimonials-title-wrap {
    left: 14rem;
  }
}

.testimonials-title {
  font-size: 258px;
}

@media screen and (max-width: 1100px) {
  .testimonials-title {
    font-size: 230px;
  }
}

@media screen and (max-width: 1023px) {
  .testimonials-title {
    font-size: 210px;
  }
}

@media screen and (max-width: 1568px) {
  .testimonials-title {
    text-shadow: 0px 0px 30px white;
  }
}

.testimonial-slider .slick-dots {
  bottom: unset;
  width: auto;
  padding: unset;
  margin: unset;
  list-style: unset;
  text-align: unset;
  display: flex;
  align-items: center;
}

.testimonial-slider .slick-dots li {
  background-color: transparent;
  font-size: 0;
  height: 5px;
  width: 5px;
  display: inline-block;
  cursor: pointer;
  margin: 0 4px 20px;
  border-radius: 50%;
  border: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.testimonial-slider .slick-dots li button:before {
  content: none;
}

@media (min-width: 1024px) {
  .testimonial-slider .slick-dots li {
    display: block;
  }
}

.testimonial-slider .slick-dots li:first-child {
  margin-left: 0px;
}

.testimonial-slider .slick-dots li.slick-active {
  background-color: black;
  height: 7px;
  width: 7px;
}

.featured-dress .featured-dress-details {
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 300ms;
}

.featured-dress:hover .featured-dress-details, .featured-dress:focus .featured-dress-details, .featured-dress:active .featured-dress-details {
  opacity: 1;
}

.for-our-brides::after {
  content: "";
  height: 90%;
  width: 200vw;
  left: -50%;
  position: absolute;
  top: 50%;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-translate-y: -50%;
  --tw-bg-opacity: 1;
  background-color: rgba(51, 51, 79, var(--tw-bg-opacity));
}

.for-our-brides-item {
  z-index: 2;
  grid-column: 1 / -1;
  height: 24rem;
}

@media (min-width: 768px) {
  .for-our-brides-item {
    grid-column: span 5 / span 5;
  }

  .for-our-brides-item:nth-child(4n+2), .for-our-brides-item:nth-child(4n+3) {
    grid-column: span 7 / span 7;
  }
}

.big-text-bridal-experience {
  text-align: center;
  font-family: Challista Regular, script;
  font-size: 3.75rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgba(232, 212, 207, var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .big-text-bridal-experience {
    font-size: 140px;
  }
}

@media (min-width: 1024px) {
  .big-text-bridal-experience {
    font-size: 200px;
  }
}

@media (min-width: 768px) {
  .brand-collage-left .image:nth-child(1) {
    height: 439px;
  }

  .brand-collage-left .image:nth-child(2) {
    height: 471px;
  }

  .brand-collage-left .image:nth-child(3) {
    height: 186px;
  }
}

@media (min-width: 1024px) {
  .brand-collage-left .image:nth-child(1) {
    height: 489px;
  }

  .brand-collage-left .image:nth-child(2) {
    height: 521px;
  }

  .brand-collage-left .image:nth-child(3) {
    height: 236px;
  }
}

@media (min-width: 768px) {
  .brand-collage-right .image:nth-of-type(1) {
    height: 495px;
  }

  .brand-collage-right .right-bottom .image:nth-of-type(1) {
    height: 616px;
  }

  .brand-collage-right .right-bottom .image:nth-of-type(2) {
    height: 616px;
  }
}

@media (min-width: 1024px) {
  .brand-collage-right .image:nth-of-type(1) {
    height: 570px;
  }

  .brand-collage-right .right-bottom .image:nth-of-type(1) {
    height: 691px;
  }

  .brand-collage-right .right-bottom .image:nth-of-type(2) {
    height: 691px;
  }
}

img.modal-thumbnail {
  height: 10rem;
  width: 100%;
  cursor: pointer;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.9;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 300ms;
}

@media (min-width: 768px){
  img.modal-thumbnail{
    height: 16rem;
  }
}

img.modal-thumbnail:hover, img.modal-thumbnail:focus, img.modal-thumbnail:active {
  opacity: 1;
}

.woocommerce .woocommerce-breadcrumb {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.woocommerce .woocommerce-breadcrumb a {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
  float: none;
  margin-bottom: 0px;
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(220, 220, 220, var(--tw-border-opacity));
  padding-right: 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgba(46, 42, 43, var(--tw-text-opacity));
}

.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
  float: none;
  margin-bottom: 0px;
}

@media (min-width: 640px){
  .woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering{
    padding-right: 2rem;
    padding-left: 1rem;
  }
}

.woocommerce .woocommerce-ordering .orderby, .woocommerce-page .woocommerce-ordering .orderby {
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(90, 86, 186, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.woocommerce .product-categories {
  transition: all 0.5s ease-in-out;
  max-height: 0;
  overflow: hidden;
  --tw-border-opacity: 1;
  border-color: rgba(238, 222, 219, var(--tw-border-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.woocommerce .product-categories li {
  margin-bottom: 0.5rem;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgba(11, 11, 12, var(--tw-text-opacity));
}

.woocommerce .product-categories li .children {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  margin-left: 1rem;
}

.woocommerce .product-categories li .children a:before {
  content: "";
  width: 17px;
  height: 17px;
  margin-top: -0.25rem !important;
  margin-right: 1.25rem !important;
  display: inline-block !important;
  flex-shrink: 0 !important;
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgba(220, 184, 170, var(--tw-border-opacity)) !important;
  background-color: transparent !important;
}

.woocommerce .product-categories li .children .current-cat a::before {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(220, 184, 170, var(--tw-bg-opacity)) !important;
}

.woocommerce .product-categories li a {
  display: contents;
}

.woocommerce .product-categories li a:before {
  content: "";
  width: 17px;
  height: 17px;
  margin-top: -0.25rem;
  margin-right: 1.25rem;
  display: inline-block;
  flex-shrink: 0;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(220, 184, 170, var(--tw-border-opacity));
}

.woocommerce .product-categories li.current-cat a:before {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 184, 170, var(--tw-bg-opacity));
}

#woocommerce_layered_nav_filters-2 h3, #woocommerce_layered_nav_filters-3 h3 {
  background-color: transparent;
  padding-left: 0px;
}

#woocommerce_layered_nav_filters-2 h3:after, #woocommerce_layered_nav_filters-3 h3:after {
  content: none;
}

#woocommerce_layered_nav_filters-2 li.chosen a, #woocommerce_layered_nav_filters-3 li.chosen a {
  font-family: Montserrat, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgba(11, 11, 12, var(--tw-text-opacity));
}

#woocommerce_layered_nav_filters-2 li.chosen a::before, #woocommerce_layered_nav_filters-3 li.chosen a::before {
  content: none;
  display: none;
}

#woocommerce_layered_nav_filters-2 li.chosen a::after, #woocommerce_layered_nav_filters-3 li.chosen a::after {
  content: "✕";
  margin-left: 0.5rem;
  --tw-text-opacity: 1;
  color: rgba(220, 184, 170, var(--tw-text-opacity));
}

.refine-by-title {
  cursor: pointer;
}

.refine-by-title::after {
  content: "+";
  float: right;
  display: inline-flex;
  height: 1.5rem;
  width: 1.5rem;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(51, 51, 79, var(--tw-border-opacity));
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgba(51, 51, 79, var(--tw-text-opacity));
}

.refine-by-title.active::after {
  content: "−";
}

.shop-filter-title, .shop-filter-title--sale {
  cursor: pointer;
}

.shop-filter-title::after, .shop-filter-title--sale::after {
  content: "+";
  float: right;
  margin-top: 0.25rem;
  display: inline-flex;
  height: 1.5rem;
  width: 1.5rem;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(51, 51, 79, var(--tw-border-opacity));
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgba(51, 51, 79, var(--tw-text-opacity));
}

.shop-filter-title.active::after, .shop-filter-title--sale.active::after {
  content: "−";
}

.price_slider_amount .price_label {
  display: flex;
  justify-content: space-between;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgba(11, 11, 12, var(--tw-text-opacity));
}

.price_slider_amount button.button {
  border-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgba(244, 234, 228, var(--tw-bg-opacity));
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgba(51, 51, 79, var(--tw-text-opacity));
}

.price_slider_wrapper {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
  height: 0.3em !important;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(220, 220, 220, var(--tw-bg-opacity)) !important;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(220, 184, 170, var(--tw-bg-opacity)) !important;
  padding: 0px !important;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgba(220, 184, 170, var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}

.widget_price_filter form, .woocommerce-widget-layered-nav-list {
  transition: max-height 0.3s ease-in-out;
  max-height: 10000px;
  overflow: hidden;
}

.refine-by li {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgba(11, 11, 12, var(--tw-text-opacity));
}

.refine-by li a {
  display: flex;
  align-items: center;
}

.refine-by li a::before {
  content: "" !important;
  width: 17px;
  height: 17px;
  margin-right: 1.25rem;
  margin-bottom: 0.125rem;
  display: inline-block;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(220, 184, 170, var(--tw-border-opacity));
}

.refine-by li.chosen a::before {
  font-family: "Font Awesome 5 Pro" !important;
  content: "\f45c" !important;
  margin-right: 1.25rem !important;
  text-align: center !important;
  font-size: 0.75rem !important;
  line-height: 1rem !important;
  font-weight: 700 !important;
  --tw-text-opacity: 1 !important;
  color: rgba(220, 184, 170, var(--tw-text-opacity)) !important;
}

.woocommerce .woocommerce-widget-layered-nav-list {
  padding-left: 1rem;
  padding-right: 1rem;
}

.woocommerce .woocommerce-widget-layered-nav-list span.count {
  display: none;
}

.woocommerce-product-gallery__image img {
  width: 100%;
}

.default--page-hero {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.default--page-hero:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.default--page-hero__content {
  position: relative;
  z-index: 1;
}

.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item.color-variable-item {
  margin-right: 1.25rem;
  border-radius: 9999px;
  padding: 0px;
}

.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item.color-variable-item.selected {
  padding: 0.125rem;
}

.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item.color-variable-item .variable-item-span-color {
  border-radius: 9999px;
}

.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item.color-variable-item .variable-item-span-color::after {
  border-radius: 9999px;
}

.woo-variation-swatches .variable-items-wrapper .variable-item.button-variable-item:not(.radio-variable-item).selected, .woo-variation-swatches .variable-items-wrapper .variable-item.button-variable-item:not(.radio-variable-item).selected:hover {
  box-shadow: 0 0 0 2px #dcb8aa;
  --tw-bg-opacity: 1;
  background-color: rgba(220, 184, 170, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.woo-variation-swatches .variable-items-wrapper .variable-item.color-variable-item.selected {
  box-shadow: 0 0 0 2px #dcb8aa;
}

.woo-variation-swatches .variable-items-wrapper .variable-item.color-variable-item.selected:hover {
  box-shadow: 0 0 0 2px #dcb8aa;
}

.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item.button-variable-item {
  border-radius: 0px;
  font-family: Montserrat, sans-serif;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
  box-shadow: 0 0 0 1px #dcb8aa;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):hover {
  box-shadow: 0 0 0 3px #dcb8aa;
}

.woo-variation-swatches.wvs-show-label .variations td label {
  margin-left: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgba(11, 11, 12, var(--tw-text-opacity));
}

.woocommerce table.variations tr {
  border-bottom-width: 8px;
  border-color: transparent;
}

.woo-variation-swatches.wvs-show-label .variations td .woo-selected-variation-item-name {
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgba(11, 11, 12, var(--tw-text-opacity));
}

button.minus, button.plus {
  margin-bottom: -0.25rem;
  height: 2.25rem;
  width: 2.25rem;
  --tw-bg-opacity: 1;
  background-color: rgba(220, 184, 170, var(--tw-bg-opacity));
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

input.input-text.qty.text {
  height: 2.25rem;
  width: 2.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(220, 184, 170, var(--tw-border-opacity));
  font-family: Montserrat, sans-serif;
}

input.input-text.qty.text::-webkit-inner-spin-button, input.input-text.qty.text::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.woocommerce-variation-add-to-cart .quantity, .single-product-details .quantity {
  display: flex;
}

.woocommerce-variation-add-to-cart .quantity > :not([hidden]) ~ :not([hidden]), .single-product-details .quantity > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.375rem * var(--tw-space-x-reverse));
  margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
}

.woo-variation-swatches .variable-items-wrapper .variable-item.button-variable-item:not(.radio-variable-item) {
  background-color: transparent;
}

a.reset_variations {
  margin-top: 0.5rem;
  display: block;
  font-family: Montserrat, sans-serif;
  --tw-text-opacity: 1;
  color: rgba(11, 11, 12, var(--tw-text-opacity));
}

.woocommerce table .cart-head th {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(244, 234, 228, var(--tw-bg-opacity)) !important;
  font-family: Montserrat, sans-serif !important;
  font-weight: 400 !important;
  --tw-text-opacity: 1 !important;
  color: rgba(11, 11, 12, var(--tw-text-opacity)) !important;
}

.woocommerce table tbody {
  font-family: Montserrat, sans-serif;
  --tw-text-opacity: 1;
  color: rgba(11, 11, 12, var(--tw-text-opacity));
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  float: none;
  width: 100%;
}

.woocommerce .cart-collaterals .cart_totals h2, .woocommerce-page .cart-collaterals .cart_totals h2 {
  display: flex;
  height: 5rem;
  align-items: center;
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgba(51, 51, 79, var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.xoo-wsc-product dl.variation p {
  line-height: unset;
}

.woocommerce .coupon button.button {
  height: 66px;
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgba(244, 234, 228, var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgba(79, 79, 79, var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .woocommerce .coupon button.button{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

.woocommerce button[name=update_cart] {
  border-radius: 0px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgba(244, 234, 228, var(--tw-bg-opacity)) !important;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  font-family: Montserrat, sans-serif !important;
  font-weight: 400 !important;
  --tw-text-opacity: 1 !important;
  color: rgba(51, 51, 79, var(--tw-text-opacity)) !important;
}

.woocommerce .woocommerce-cart-form__cart-item div.quantity {
  display: flex;
  justify-content: flex-end;
}

.woocommerce .woocommerce-cart-form__cart-item div.quantity > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}

@media (min-width: 768px){
  .woocommerce .woocommerce-cart-form__cart-item div.quantity{
    justify-content: flex-start;
  }
}

.woocommerce .cart_totals table {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0.75rem !important;
  border-bottom-left-radius: 0.75rem !important;
}

.woocommerce .cart_totals table tr th {
  width: 50% !important;
  border-collapse: collapse !important;
  padding-left: 1.25rem !important;
  vertical-align: middle !important;
  font-family: Montserrat, sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  font-weight: 400 !important;
  --tw-text-opacity: 1 !important;
  color: rgba(51, 51, 79, var(--tw-text-opacity)) !important;
}

.woocommerce .cart_totals table tr td {
  width: 100% !important;
  border-collapse: collapse !important;
  padding-right: 1.25rem !important;
  text-align: right !important;
  vertical-align: middle !important;
  font-family: Montserrat, sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  font-weight: 400 !important;
  --tw-text-opacity: 1 !important;
  color: rgba(51, 51, 79, var(--tw-text-opacity)) !important;
}

.woocommerce .cart_totals table tr.order-total {
  border-collapse: collapse;
  --tw-bg-opacity: 1;
  background-color: rgba(46, 46, 128, var(--tw-bg-opacity));
  --tw-bg-opacity: 0.2;
}

.woocommerce .cart_totals table tr.order-total th {
  border-bottom-left-radius: 0.75rem;
}

.woocommerce .cart_totals table tr.order-total td {
  border-bottom-right-radius: 0.75rem;
}

.woocommerce .cart_totals table tr.order-total td strong span bdi {
  font-weight: 400;
}

.woocommerce .wc-proceed-to-checkout .checkout-button.button.alt.wc-forward {
  border-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgba(51, 51, 79, var(--tw-bg-opacity));
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.woocommerce-checkout .woocommerce .col2-set:not(#customer_login) .col-1, .woocommerce-checkout.woocommerce-page .col2-set:not(#customer_login) .col-1, .woocommerce-checkout .woocommerce .col2-set:not(#customer_login) .col-1, .woocommerce-checkout.woocommerce-page .col2-set:not(#customer_login) .col-2 {
  float: none;
  width: 100%;
}

.woocommerce form .form-row-first, .woocommerce-page form .form-row-first, .woocommerce form .form-row-first, .woocommerce-page form .form-row-last {
  float: none;
  width: 100%;
}

.woocommerce-page:not(.woocommerce-account) .woocommerce form .form-row {
  margin-bottom: 0px;
  display: flex;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  --tw-border-opacity: 0.1;
  padding: 1.25rem;
  font-family: Montserrat, sans-serif;
  --tw-text-opacity: 1;
  color: rgba(51, 51, 79, var(--tw-text-opacity));
}

.woocommerce-page:not(.woocommerce-account) .woocommerce form .form-row:first-child {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
  border-top-width: 1px;
}

.woocommerce-page:not(.woocommerce-account) .woocommerce form .form-row:last-child {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
  border-bottom-width: 1px;
}

.woocommerce-page:not(.woocommerce-account) .woocommerce form .form-row label {
  margin-right: 1rem;
  flex-shrink: 0;
}

.woocommerce-page:not(.woocommerce-account) .woocommerce form .form-row .woocommerce-input-wrapper, .woocommerce-page:not(.woocommerce-account) .woocommerce form .form-row .password-input {
  display: flex;
  width: 100%;
  align-items: center;
}

.woocommerce-page:not(.woocommerce-account) .woocommerce form .form-row input {
  text-align: right;
  --tw-text-opacity: 1;
  color: rgba(11, 11, 12, var(--tw-text-opacity));
}

.woocommerce-billing-fields {
  filter: drop-shadow(1px 4px 44px rgba(0, 0, 0, 0.03));
}

#order_review .shop_table.woocommerce-checkout-review-order-table .cart_item td {
  border-top-width: 0px !important;
}

#order_review .shop_table.woocommerce-checkout-review-order-table .cart_item .product-thumbnail {
  width: 9rem !important;
}

.woocommerce table.shop_table .checkout_totals {
  font-family: Montserrat, sans-serif !important;
  font-weight: 400 !important;
  --tw-text-opacity: 1 !important;
  color: rgba(51, 51, 79, var(--tw-text-opacity)) !important;
}

.woocommerce table.shop_table .checkout_totals th {
  height: 4rem !important;
  border-collapse: collapse !important;
  padding-left: 1.25rem !important;
  font-family: Montserrat, sans-serif !important;
  font-weight: 400 !important;
  --tw-text-opacity: 1 !important;
  color: rgba(51, 51, 79, var(--tw-text-opacity)) !important;
}

.woocommerce table.shop_table .checkout_totals td {
  height: 4rem !important;
  border-collapse: collapse !important;
  padding-right: 1.25rem !important;
  text-align: right !important;
  font-family: Montserrat, sans-serif !important;
  font-weight: 400 !important;
  --tw-text-opacity: 1 !important;
  color: rgba(51, 51, 79, var(--tw-text-opacity)) !important;
}

.woocommerce table.shop_table .checkout_totals tr.order-total {
  border-collapse: collapse;
  --tw-bg-opacity: 1;
  background-color: rgba(46, 46, 128, var(--tw-bg-opacity));
  --tw-bg-opacity: 0.2;
}

.woocommerce table.shop_table .checkout_totals tr.order-total th, .woocommerce table.shop_table .checkout_totals tr.order-total td {
  border-collapse: collapse;
}

.woocommerce table.shop_table .checkout_totals tr.order-total strong span bdi {
  font-weight: 400;
}

.woocommerce .form-row.place-order {
  display: block !important;
  border: unset !important;
}

.woocommerce .form-row.place-order .form-row.validate-required {
  border: unset !important;
}

.woocommerce .form-row.place-order button.checkout-button {
  border-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgba(51, 51, 79, var(--tw-bg-opacity));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.woocommerce-checkout #payment {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 234, 228, var(--tw-bg-opacity));
}

.woocommerce .wc_payment_method {
  font-family: Montserrat, sans-serif;
}

.woocommerce .wc_payment_method .payment_box {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(238, 222, 219, var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgba(11, 11, 12, var(--tw-text-opacity)) !important;
}

.woocommerce .wc_payment_method .payment_box::before {
  border: 1em solid #EEDEDB !important;
  border-right-color: transparent !important;
  border-left-color: transparent !important;
  border-top-color: transparent !important;
}

.woocommerce-checkout-review-order .cart_item a.remove {
  margin-left: auto;
  display: flex;
  justify-content: center;
}

.cart_item a.remove {
  --tw-text-opacity: 1 !important;
  color: rgba(185, 185, 185, var(--tw-text-opacity)) !important;
}

.cart_item a.remove:hover {
  background-color: transparent !important;
  --tw-text-opacity: 1 !important;
  color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
}

.woocommerce .woocommerce-thankyou-order-details::before, .woocommerce .woocommerce-thankyou-order-details::after {
  content: unset !important;
}

.woocommerce .woocommerce-order-overview__date, .woocommerce .woocommerce-order-overview__order, .woocommerce .woocommerce-order-overview__total, .woocommerce .woocommerce-order-overview__payment-method {
  border-style: solid !important;
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  --tw-border-opacity: 0.1 !important;
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
  font-family: Montserrat, sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  text-transform: none !important;
}

@media (min-width: 640px){
  .woocommerce .woocommerce-order-overview__date, .woocommerce .woocommerce-order-overview__order, .woocommerce .woocommerce-order-overview__total, .woocommerce .woocommerce-order-overview__payment-method{
    margin-bottom: 1.5rem !important;
  }
}

.woocommerce ul.order_details li:last-of-type {
  border: unset !important;
}

.woocommerce table.woocommerce-table.woocommerce-table--order-details.shop_table {
  border-radius: 0.75rem !important;
}

.woocommerce table.woocommerce-table.woocommerce-table--order-details.shop_table thead .product-name {
  border-top-left-radius: 0.75rem;
}

.woocommerce table.woocommerce-table.woocommerce-table--order-details.shop_table thead .product-total {
  border-top-right-radius: 0.75rem;
}

.woocommerce table.woocommerce-table.woocommerce-table--order-details.shop_table tr {
  height: 4rem;
}

.woocommerce table.woocommerce-table.woocommerce-table--order-details.shop_table tr th {
  width: 50% !important;
  border-collapse: collapse !important;
  padding-left: 1.25rem !important;
  vertical-align: middle !important;
  font-family: Montserrat, sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  font-weight: 400 !important;
  --tw-text-opacity: 1 !important;
  color: rgba(51, 51, 79, var(--tw-text-opacity)) !important;
}

.woocommerce table.woocommerce-table.woocommerce-table--order-details.shop_table tr td {
  width: 50% !important;
  border-collapse: collapse !important;
  padding-right: 1.25rem !important;
  text-align: right !important;
  vertical-align: middle !important;
  font-family: Montserrat, sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  font-weight: 400 !important;
  --tw-text-opacity: 1 !important;
  color: rgba(51, 51, 79, var(--tw-text-opacity)) !important;
}

.woocommerce table.woocommerce-table.woocommerce-table--order-details.shop_table tr td.woocommerce-table__product-name.product-name {
  padding-right: 0px !important;
  padding-left: 1.25rem !important;
  text-align: left !important;
}

.woocommerce table.woocommerce-table.woocommerce-table--order-details.shop_table tr.order-total {
  border-collapse: collapse;
  --tw-bg-opacity: 1;
  background-color: rgba(46, 46, 128, var(--tw-bg-opacity));
  --tw-bg-opacity: 0.2;
}

.woocommerce table.woocommerce-table.woocommerce-table--order-details.shop_table tr.order-total th {
  border-bottom-left-radius: 0.75rem;
}

.woocommerce table.woocommerce-table.woocommerce-table--order-details.shop_table tr.order-total td {
  border-bottom-right-radius: 0.75rem;
}

.woocommerce table.woocommerce-table.woocommerce-table--order-details.shop_table tr.order-total td strong span bdi {
  font-weight: 400;
}

.woocommerce-account #noContainer {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  margin-bottom: 2.5rem;
  max-width: 1600px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.woocommerce-MyAccount-navigation-link a {
  display: block !important;
  border-right-width: 1px !important;
  border-bottom-width: 1px !important;
  border-left-width: 1px !important;
  --tw-border-opacity: 0.6 !important;
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
  font-family: Montserrat, sans-serif !important;
  font-weight: 300 !important;
  --tw-text-opacity: 1 !important;
  color: rgba(11, 11, 12, var(--tw-text-opacity)) !important;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
  transition-duration: 300ms !important;
}

.woocommerce-MyAccount-navigation-link a:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(207, 207, 223, var(--tw-bg-opacity));
}

.woocommerce-MyAccount-navigation-link.is-active a {
  --tw-bg-opacity: 1;
  background-color: rgba(207, 207, 223, var(--tw-bg-opacity));
}

.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout a {
  --tw-text-opacity: 1 !important;
  color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
}

.woocommerce form.login, .woocommerce form.register {
  border-width: 0px;
  padding: 0px;
}

.woocommerce form.login .woocommerce-privacy-policy-text p, .woocommerce form.register .woocommerce-privacy-policy-text p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: Montserrat, sans-serif;
  --tw-text-opacity: 1;
  color: rgba(51, 51, 79, var(--tw-text-opacity));
}

.contact--section {
  position: relative;
}

@media (min-width: 1024px) {
  .contact--section:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 43%;
    height: 73%;
    --tw-bg-opacity: 1;
    background-color: rgba(244, 234, 228, var(--tw-bg-opacity));
  }

  .contact--section:after {
    position: absolute;
    content: "";
    bottom: 6rem;
    left: 20%;
    width: 677px;
    height: 734px;
    z-index: -1;
    background-image: url("../dist/images/marble-effect-curvy-chic.png");
    background-size: contain;
    background-position: center;
  }
}

.contact--section__form input, .contact--section__form select, .contact--section__form textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #33334F;
  box-sizing: border-box;
  resize: vertical;
  margin-bottom: 10px;
  --tw-text-opacity: 1;
  color: rgba(51, 51, 79, var(--tw-text-opacity));
  background-color: transparent;
}

@media (min-width: 1024px) {
  .contact--section__form input, .contact--section__form select, .contact--section__form textarea {
    width: 90%;
  }
}

.contact--section__form textarea {
  height: 149px;
}

.contact--section__form label {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(51, 51, 79, var(--tw-text-opacity));
}

.contact--section__form ::-moz-placeholder {
  color: #222A30;
  text-transform: capitalize;
}

.contact--section__form :-ms-input-placeholder {
  color: #222A30;
  text-transform: capitalize;
}

.contact--section__form ::placeholder {
  color: #222A30;
  text-transform: capitalize;
}

.contact--section__form .btn-aw {
  color: white;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgba(220, 184, 170, var(--tw-bg-opacity));
}

.contact--section__form .btn-aw:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(51, 51, 79, var(--tw-bg-opacity));
}

.contact--section__form .btn-aw{
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  padding: 18px 22px;
  border: 0;
}

@media (min-width: 768px) {
  .contact--section__form .btn-aw {
    width: 25%;
  }
}

@media (min-width: 1024px) {
  .contact--section__form .btn-aw {
    width: auto;
  }
}

.contact--section iframe {
  margin-top: 2rem;
  height: 300px;
}

@media (min-width: 1024px) {
  .contact--section iframe {
    height: 527px;
    position: absolute;
    width: 55%;
  }
}

@media (min-width: 1536px) {
  .contact--section iframe {
    width: 100%;
  }
}

.faqs--section {
  /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
  /* Style the accordion panel. Note: hidden by default */
}

.faqs--section .accordion {
  width: 100%;
  cursor: pointer;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgba(51, 51, 79, var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 300ms;
  font-size: 18px;
}

@media (min-width: 768px) {
  .faqs--section .accordion {
    font-size: 22px;
  }
}

.faqs--section .active, .faqs--section .accordion:hover, .faqs--section button:focus{
  --tw-bg-opacity: 1;
  background-color: rgba(51, 51, 79, var(--tw-bg-opacity));
}

.faqs--section .panel {
  transition: transform 0.3s ease-out;
  height: auto;
  overflow: hidden;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(220, 184, 170, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(51, 51, 79, var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 2rem;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.faqs--section .panel.collapsed {
  height: 0;
  padding: 0;
  margin-top: auto;
  border: 0;
}

.faqs--section .accordion:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f067";
  /* Unicode character for "plus" sign (+) */
  float: right !important;
  margin-left: 1rem !important;
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  border: 1px solid white;
  padding: 0 10px;
}

.faqs--section .active:before {
  content: "\f068" !important;
  /* Unicode character for "minus" sign (-) */
}

.faqs--section .panel a {
  font-weight: 700;
}

.faqs--section .panel a:hover{
  --tw-text-opacity: 1;
  color: rgba(220, 184, 170, var(--tw-text-opacity));
}

.faqs--section .panel a{
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.faqs--section .panel ul {
  list-style-type: disc;
  margin-left: 1.2rem;
  margin-top: 0.5rem;
}

.faqs--section .panel li {
  margin-bottom: 0.5rem;
}

.faqs--section__faqs {
  position: relative;
}

@media (min-width: 1024px) {
  .faqs--section__faqs:after {
    position: absolute;
    content: "";
    bottom: -4rem;
    left: -4rem;
    width: 611px;
    height: 652px;
    z-index: -1;
    background-image: url("../dist/images/marble-effect-curvy-chic.png");
    background-size: contain;
    background-position: center;
  }
}

.faqs--section input, .faqs--section select, .faqs--section textarea {
  width: 100%;
  padding: 12px;
  box-sizing: border-box;
  resize: vertical;
  margin-bottom: 10px;
  --tw-text-opacity: 1;
  color: rgba(51, 51, 79, var(--tw-text-opacity));
  background-color: white;
}

.faqs--section textarea {
  height: 149px;
}

.faqs--section label {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgba(51, 51, 79, var(--tw-text-opacity));
}

.faqs--section ::-moz-placeholder {
  color: #222A30;
  text-transform: capitalize;
}

.faqs--section :-ms-input-placeholder {
  color: #222A30;
  text-transform: capitalize;
}

.faqs--section ::placeholder {
  color: #222A30;
  text-transform: capitalize;
}

.faqs--section .btn-aw {
  color: white;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgba(220, 184, 170, var(--tw-bg-opacity));
}

.faqs--section .btn-aw:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(51, 51, 79, var(--tw-bg-opacity));
}

.faqs--section .btn-aw{
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  padding: 18px 22px;
  border: 0;
}

@media (min-width: 768px) {
  .faqs--section .btn-aw {
    width: 35%;
  }
}

.blog--tips__grid {
  position: relative;
}

.blog--tips__grid:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75%;
  transform: translateY(11.5%);
  --tw-bg-opacity: 1;
  background-color: rgba(51, 51, 79, var(--tw-bg-opacity));
}

.blog--tips__title {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

@media (min-width: 1024px) {
  .blog--tips__title {
    font-size: 63px;
  }
}

.blog--tips__image {
  position: relative;
}

.blog--tips__image:hover .btn-aw {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 184, 170, var(--tw-bg-opacity));
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.blog--tips__image * {
  position: relative;
  z-index: 1;
}

.blog--tips__image:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}

@media (min-width: 768px) {
  .modal--video iframe {
    width: 700px;
    height: 350px;
  }
}

@media (min-width: 1024px) {
  .modal--video iframe {
    width: 1000px;
    height: 500px;
  }
}

.blog--single iframe {
  height: 200px;
}

@media (min-width: 768px) {
  .blog--single iframe {
    height: 300px;
  }
}

@media (min-width: 1024px) {
  .blog--single iframe {
    height: 380px;
  }
}

@media (min-width: 1536px) {
  .blog--single iframe {
    height: 488px;
  }
}

.blog--single__hero {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 300px;
}

@media (min-width: 1536px) {
  .blog--single__hero {
    height: 488px;
  }
}

.blog--single__opening {
  padding-bottom: 2rem;
  border-bottom: 1.28366px solid #E8E7E7;
}

.blog--single__content {
  padding-top: 2rem;
}

.blog--single__content p {
  margin-bottom: 1rem;
  font-family: Montserrat, sans-serif;
  --tw-text-opacity: 1;
  color: rgba(51, 51, 79, var(--tw-text-opacity));
}

.blog--single__content a {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(220, 184, 170, var(--tw-text-opacity));
}

.blog--single__content a:hover{
  --tw-text-opacity: 1;
  color: rgba(244, 234, 228, var(--tw-text-opacity));
}

.blog--single__content a{
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.blog--single__content ul {
  list-style-type: disc;
  margin-left: 1.2rem;
  margin-bottom: 1rem;
  font-family: Montserrat, sans-serif;
  --tw-text-opacity: 1;
  color: rgba(51, 51, 79, var(--tw-text-opacity));
}

.blog--archive .blog--column {
  display: flex;
  flex-direction: column;
}

.blog--archive__card img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 230px;
}

.blog--archive__card--bride img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 330px;
}

.blog--archive__card__content {
  flex-basis: 100%;
}

.blog--archive__card__content--bride {
  border-radius: 0;
}

.blog--archive__card--play {
  position: relative;
  padding: 4.45rem 0;
}

.blog--archive__card--play * {
  position: relative;
  z-index: 1;
}

.blog--archive__card--play:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}

.blog--archive__card--play img {
  -o-object-fit: none;
     object-fit: none;
  height: auto;
  width: auto;
}

.load--more .btn-aw {
  color: white;
  --tw-bg-opacity: 1;
  background-color: rgba(220, 184, 170, var(--tw-bg-opacity));
}

.load--more .btn-aw:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(51, 51, 79, var(--tw-bg-opacity));
}

.load--more .btn-aw{
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  padding: 18px 22px;
  border: 0;
}

.our--story__title {
  position: relative;
  line-height: 47px;
  margin-left: 1rem;
}

.our--story__title:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: -1rem;
  width: 4px;
  height: 85%;
  --tw-bg-opacity: 1;
  background-color: rgba(148, 119, 57, var(--tw-bg-opacity));
}

.our--story__title br {
  display: none;
}

@media (min-width: 1024px) {
  .our--story__title br {
    display: block;
  }
}

.our--story__images {
  position: relative;
}

.our--story__images:before {
  position: absolute;
  content: "";
  top: 40%;
  left: 4rem;
  transform: translateY(-50%);
  width: 495px;
  height: 328px;
  z-index: 1;
  background-image: url("../dist/images/marble-effect-curvy-chic.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.our--story__images__container {
  position: relative;
}

.our--story__images__container:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 50%;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  z-index: 2;
}

.our--story__images img:first-child {
  position: relative;
  z-index: 3;
}

.our--story__images img:last-child {
  position: relative;
  z-index: 4;
}

.our--story iframe {
  height: 195px;
}

@media (min-width: 768px) {
  .our--story iframe {
    height: 406px;
  }
}

.meet--team {
  position: relative;
}

@media (min-width: 1024px) {
  .meet--team {
    padding-bottom: 6rem;
  }
}

@media (min-width: 1536px) {
  .meet--team {
    padding-bottom: 4rem;
  }
}

.meet--team:before {
  position: absolute;
  content: "";
  top: 4rem;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  --tw-bg-opacity: 1;
  background-color: rgba(51, 51, 79, var(--tw-bg-opacity));
}

@media (min-width: 1024px) {
  .meet--team:before {
    height: 82%;
  }
}

@media (min-width: 1536px) {
  .meet--team:before {
    height: 83%;
  }
}

.meet--team .bottom--grid {
  position: relative;
}

@media (min-width: 1024px) {
  .meet--team .bottom--grid:before {
    position: absolute;
    content: "";
    right: 0;
    bottom: -2rem;
    left: -3rem;
    width: 55%;
    height: 200px;
    --tw-bg-opacity: 1;
    background-color: rgba(51, 51, 79, var(--tw-bg-opacity));
  }
}

.meet--team * {
  position: relative;
  z-index: 1;
}

.our--story--tabs .tab {
  font-family: Playfair Display, serif;
  --tw-text-opacity: 1;
  color: rgba(51, 51, 79, var(--tw-text-opacity));
  opacity: 0.6;
  font-size: 28px;
}

@media (min-width: 1024px) {
  .our--story--tabs .tab {
    font-size: 40px;
    line-height: 53px;
  }
}

.our--story--tabs .tab.active {
  opacity: 1;
  position: relative;
}

.our--story--tabs .tab.active:before {
  position: absolute;
  content: "";
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 25%;
  height: 2px;
  --tw-bg-opacity: 1;
  background-color: rgba(148, 119, 57, var(--tw-bg-opacity));
}

.our--story--tabs .tab.active:after {
  position: absolute;
  content: "\f175";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  --tw-text-opacity: 1;
  color: rgba(148, 119, 57, var(--tw-text-opacity));
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.help--advice .tab--default--content h1, .help--advice .tab--default--content h2, .help--advice .tab--default--content h3, .help--advice .tab--default--content h4, .help--advice .tab--default--content h5, .help--advice .tab--default--content h6 {
  margin-bottom: 1rem;
  font-family: Playfair Display, serif;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(51, 51, 79, var(--tw-text-opacity));
}

.help--advice .tab--default--content p {
  margin-bottom: 1rem;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.help--advice .tab--default--content a {
  font-weight: 700;
}

.help--advice .tab--default--content a:hover{
  --tw-text-opacity: 1;
  color: rgba(220, 184, 170, var(--tw-text-opacity));
}

.help--advice .tab--default--content a{
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.help--advice .tab--default--content img {
  margin-bottom: 1rem;
}

.privacy--content h1, .privacy--content h2, .privacy--content h3, .privacy--content h4, .privacy--content h5, .privacy--content h6 {
  margin-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgba(51, 51, 79, var(--tw-text-opacity));
}

.privacy--content p {
  margin-bottom: 2rem;
}

.privacy--content a {
  --tw-text-opacity: 1;
  color: rgba(51, 51, 79, var(--tw-text-opacity));
}

.privacy--content a:hover{
  --tw-text-opacity: 1;
  color: rgba(220, 184, 170, var(--tw-text-opacity));
}

.privacy--content a{
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.privacy--content ul {
  list-style-type: disc;
  margin-left: 1.2rem;
}

/* The Modal (background) */

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 99999;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
  -webkit-animation-name: fadeIn;
  /* Fade in the background */
  -webkit-animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-duration: 0.4s;
}

/* Modal Content */

.modal-content {
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 4rem;
  bottom: 4rem;
  margin: auto;
  background-color: #fefefe;
  -webkit-animation-name: fadeIn;
  -webkit-animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-duration: 0.4s;
  width: 95%;
  overflow-y: scroll;
}

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

@media (min-width: 768px) {
  .modal-content {
    width: 70%;
  }
}

@media (min-width: 1024px) {
  .modal-content {
    width: 50%;
  }
}

@media (min-width: 1536px) {
  .modal-content {
    width: 35%;
  }
}

/* The Close Button */

.close {
  --tw-text-opacity: 1;
  color: rgba(220, 184, 170, var(--tw-text-opacity));
  float: right;
  font-size: 24px;
}

.close:hover, .close:focus{
  --tw-text-opacity: 1;
  color: rgba(229, 229, 229, var(--tw-text-opacity));
}

.close:hover,
.close:focus{
  text-decoration: none;
  cursor: pointer;
  transition: 0.5s ease-in-out;
}

.modal-header {
  padding: 2rem;
}

.modal-body {
  padding: 1rem 2rem;
}

.modal-body img {
  width: 100%;
  margin-bottom: 2rem;
}

/* Add Animation */

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.select--wrapper {
  position: relative;
}

.select--wrapper:before {
  position: absolute;
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  --tw-text-opacity: 1;
  color: rgba(148, 119, 57, var(--tw-text-opacity));
  z-index: 0;
}

select#sidebar--sub-menu {
  width: 100%;
  height: 55px;
  color: #000;
  margin: 15px 0;
  padding: 13px;
  border: 1px solid #33334F;
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  --tw-text-opacity: 1;
  color: rgba(51, 51, 79, var(--tw-text-opacity));
}

select#sidebar--sub-menu, select#sidebar--sub-menu > option {
  font-size: 18px;
  font-family: Playfair Display, serif;
}

select#sidebar--sub-menu, select#sidebar--sub-menu > option {
  font-size: 18px;
  font-family: Playfair Display, serif;
}

#woocommerce_layered_nav-3 .woocommerce-widget-layered-nav-list, #woocommerce_layered_nav-6 .woocommerce-widget-layered-nav-list, #woocommerce_layered_nav-8 .woocommerce-widget-layered-nav-list, #woocommerce_layered_nav-11 .woocommerce-widget-layered-nav-list, #woocommerce_layered_nav-14 .woocommerce-widget-layered-nav-list {
  display: flex;
  flex-wrap: wrap;
}

#woocommerce_layered_nav-3 .woocommerce-widget-layered-nav-list li a, #woocommerce_layered_nav-6 .woocommerce-widget-layered-nav-list li a, #woocommerce_layered_nav-8 .woocommerce-widget-layered-nav-list li a, #woocommerce_layered_nav-11 .woocommerce-widget-layered-nav-list li a, #woocommerce_layered_nav-14 .woocommerce-widget-layered-nav-list li a {
  min-width: 2.25rem;
  margin-right: 0.5rem;
  display: flex;
  height: 2.25rem;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(220, 184, 170, var(--tw-border-opacity));
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 300ms;
}

#woocommerce_layered_nav-3 .woocommerce-widget-layered-nav-list li a:hover, #woocommerce_layered_nav-6 .woocommerce-widget-layered-nav-list li a:hover, #woocommerce_layered_nav-8 .woocommerce-widget-layered-nav-list li a:hover, #woocommerce_layered_nav-11 .woocommerce-widget-layered-nav-list li a:hover, #woocommerce_layered_nav-14 .woocommerce-widget-layered-nav-list li a:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 184, 170, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

#woocommerce_layered_nav-3 .woocommerce-widget-layered-nav-list li a::before, #woocommerce_layered_nav-6 .woocommerce-widget-layered-nav-list li a::before, #woocommerce_layered_nav-8 .woocommerce-widget-layered-nav-list li a::before, #woocommerce_layered_nav-11 .woocommerce-widget-layered-nav-list li a::before, #woocommerce_layered_nav-14 .woocommerce-widget-layered-nav-list li a::before {
  content: none !important;
}

#woocommerce_layered_nav-3 .woocommerce-widget-layered-nav-list li.chosen a, #woocommerce_layered_nav-6 .woocommerce-widget-layered-nav-list li.chosen a, #woocommerce_layered_nav-8 .woocommerce-widget-layered-nav-list li.chosen a, #woocommerce_layered_nav-11 .woocommerce-widget-layered-nav-list li.chosen a, #woocommerce_layered_nav-14 .woocommerce-widget-layered-nav-list li.chosen a {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 184, 170, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.pwb-filter-products {
  transition: max-height 0.3s ease-in-out;
  max-height: 10000px;
  overflow: hidden;
  padding-left: 1rem;
  padding-right: 1rem;
}

.pwb-filter-products label {
  display: flex;
  align-items: center;
}

.pwb-filter-products label input {
  -webkit-appearance: none;
  width: 17px;
  height: 17px;
  margin-right: 1.25rem !important;
  margin-bottom: 0.25rem !important;
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgba(220, 184, 170, var(--tw-border-opacity)) !important;
  display: inline-block;
  position: relative;
}

.pwb-filter-products label input:checked:after {
  content: "✔";
  font-size: 16px;
  position: absolute;
  top: 0px;
  left: 1.5px;
  color: #99a1a7;
  font-family: "Font Awesome 5 Pro" !important;
  content: "\f45c" !important;
  margin-right: 1.25rem !important;
  text-align: center !important;
  font-size: 0.75rem !important;
  line-height: 1rem !important;
  font-weight: 700 !important;
  --tw-text-opacity: 1 !important;
  color: rgba(220, 184, 170, var(--tw-text-opacity)) !important;
}

.pwb-filter-products .pwb-apply-filter {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgba(11, 11, 12, var(--tw-text-opacity));
}

#woocommerce_product_categories-4 .product-categories {
  border-width: 0px;
  padding: 0px;
  padding-left: 1rem;
  padding-right: 1rem;
  transition: max-height 0.3s ease-in-out;
  max-height: 10000px;
  overflow: hidden;
}

.wpfFilterWrapper {
  margin: 0px !important;
  padding: 0px !important;
}

.wpfFilterWrapper .wfpTitle {
  display: flex;
  height: auto;
  justify-content: space-between;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding: 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgba(11, 11, 12, var(--tw-text-opacity));
  cursor: pointer;
}

.wpfFilterWrapper .wfpTitle::after {
  content: "+";
  float: right;
  display: inline-flex;
  height: 1.5rem;
  width: 1.5rem;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(51, 51, 79, var(--tw-border-opacity));
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgba(51, 51, 79, var(--tw-text-opacity));
}

.wpfFilterWrapper .wfpTitle.active::after {
  content: "−";
}

.wpfFilterWrapper .wpfTitleToggle {
  display: none;
}

.wpfFilterWrapper label {
  font-weight: 300 !important;
}

.wpfFilterContent {
  padding-left: 1rem;
  padding-right: 1rem;
}

.wpfFilterContent .wpfCheckbox {
  margin-right: 1.25rem !important;
}

.wpfFilterWrapper[data-filter-type=wpfPriceRange] .wpfValue {
  padding-left: 0px !important;
}

.wpfFilterWrapper .wpfCheckbox input[type=checkbox]:checked + label::before {
  background: none !important;
  font-family: "Font Awesome 5 Pro" !important;
  content: "\f45c" !important;
  margin-right: 1.25rem !important;
  text-align: center !important;
  font-size: 0.75rem !important;
  line-height: 1rem !important;
  font-weight: 700 !important;
  --tw-text-opacity: 1 !important;
  color: rgba(220, 184, 170, var(--tw-text-opacity)) !important;
}

.wpfFilterWrapper[data-radio="1"] .wpfCheckbox label:before {
  content: "" !important;
  width: 17px !important;
  height: 17px !important;
  margin-right: 1.25rem !important;
  margin-bottom: 0.125rem !important;
  display: inline-block !important;
  border-radius: 0px !important;
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgba(220, 184, 170, var(--tw-border-opacity)) !important;
}

.mobile--tagline {
  bottom: 1rem;
  left: 1rem;
}

.mobile--tagline h1 {
  font-size: 60px;
}

.pick-week--slider {
  /* the slides */
  /* the parent */
}

.pick-week--slider .slick-slide {
  margin: 0 15px;
}

.pick-week--slider .slick-list {
  margin: 0 -15px;
  overflow: visible;
}

.pick-week--slider .slick-active {
  margin-top: -1rem;
}

@media (min-width: 768px){
  .pick-week--slider .slick-active{
    margin-top: 0px;
  }
}

.pick-week--slider .slick-arrow {
  font-size: 0;
  position: absolute;
  top: -2rem;
  width: 34px;
  height: 34px;
  z-index: 20;
}

.pick-week--slider .slick-arrow:hover {
  cursor: pointer;
}

.pick-week--slider .slick-prev:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f060";
  --tw-text-opacity: 1;
  color: rgba(148, 119, 57, var(--tw-text-opacity));
  font-size: 22px;
}

.pick-week--slider .slick-next:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f061";
  --tw-text-opacity: 1;
  color: rgba(148, 119, 57, var(--tw-text-opacity));
  font-size: 22px;
}

/* The side navigation menu */

.sidenav {
  height: 100%;
  /* 100% Full-height */
  width: 0;
  /* 0 width - change this with JavaScript */
  position: fixed;
  /* Stay in place */
  z-index: 99999;
  /* Stay on top */
  top: 0;
  /* Stay at the top */
  right: 0;
  background-color: white;
  /* White */
  overflow-x: hidden;
  /* Disable horizontal scroll */
  padding-top: 40px;
  /* Place content 40px from the top */
  padding-bottom: 40px;
  /* Place content 40px from the bottom */
  transition: 0.5s;
  /* 0.5 second transition effect to slide in the sidenav */
}

.sidenav-shadow {
  box-shadow: 0px 0px 50px 50px rgba(0, 0, 0, 0.5);
}

/* Position and style the close button (top right corner) */

.sidenav .closebtn {
  position: absolute;
  top: 34;
  left: 10px;
  font-size: 22px;
  --tw-text-opacity: 1;
  color: rgba(148, 119, 57, var(--tw-text-opacity));
}

.testimonials--archive .testimonials--quote {
  position: relative;
}

.testimonials--archive .testimonials--quote:before {
  position: absolute;
  content: "";
  top: -2rem;
  left: -1rem;
  width: 136px;
  height: 85px;
  z-index: -1;
  background-image: url("../dist/images/quotes-2.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

@media (min-width: 1024px) {
  .testimonials--archive .testimonials--quote:before {
    top: -4rem;
    left: -3.5rem;
    width: 176px;
    height: 125px;
  }
}

.testimonials--archive .testimonials--image {
  position: relative;
}

@media (min-width: 1024px) {
  .testimonials--archive .testimonials--image img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 503px;
    height: 435px;
  }
}

@media (min-width: 1024px) {
  .testimonials--archive .testimonials--image:before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 522px;
    height: 650px;
    z-index: -1;
    background-image: url("../dist/images/marble-effect-curvy-chic.png");
    background-size: contain;
    background-repeat: no-repeat;
  }
}

@media (min-width: 1024px) {
  .bride--gallery img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 404px;
    height: 450px;
    -o-object-position: top;
       object-position: top;
  }
}

@media (min-width: 1536px) {
  .bride--gallery img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 500px;
    -o-object-position: top;
       object-position: top;
  }
}

.bride--video iframe {
  width: 100%;
  height: 300px;
}

@media (min-width: 1024px) {
  .bride--video iframe {
    height: 500px;
  }
}

@media (min-width: 1024px) {
  .pick--week-image {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 358px;
  }
}

@media (min-width: 1024px) {
  .featured--dress-image {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 462px;
  }
}

.appointment--content a {
  font-weight: 700;
}

.appointment--content a:hover{
  --tw-text-opacity: 1;
  color: rgba(220, 184, 170, var(--tw-text-opacity));
}

.appointment--content a{
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.header--top-circle:last-child {
  display: none;
}

.shop--main__card .yith-wcwl-add-to-wishlist {
  margin-top: 0;
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.shop--main__card .yith-wcwl-add-to-wishlist span:not(.feedback) {
  display: none;
}

.shop--main__card .yith-wcwl-add-to-wishlist img {
  max-width: 22px !important;
  margin-right: 0 !important;
}

.yith-wcwl-popup-message {
  display: none !important;
}

.add-share .yith-wcwl-add-to-wishlist {
  margin-top: 0 !important;
}

.add-share .yith-wcwl-add-to-wishlist img {
  max-width: 22px !important;
  filter: brightness(0) saturate(100%) invert(18%) sepia(31%) saturate(678%) hue-rotate(201deg) brightness(92%) contrast(90%);
}

.add-share .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse, .add-share .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
  display: flex;
  height: 100%;
  align-items: center;
}

.share-button .fa {
  font-family: "Font Awesome 5 Brands";
  --tw-text-opacity: 1;
  color: rgba(51, 51, 79, var(--tw-text-opacity));
}

.share-button .fa.fa-envelope-o {
  font-family: "Font Awesome 5 Pro";
}

.share-button .fa.fa-envelope-o::before {
  content: "\f0e0";
}

.yith_wcwl_wishlist_footer .yith-wcwl-share {
  float: none;
  clear: none;
}

.wishlist-title {
  margin-top: 3rem;
  font-family: Playfair Display, serif;
  --tw-text-opacity: 1;
  color: rgba(51, 51, 79, var(--tw-text-opacity));
}

.yith-wcwl-share-title {
  font-family: Playfair Display, serif;
  --tw-text-opacity: 1;
  color: rgba(51, 51, 79, var(--tw-text-opacity));
}

.wishlist_table {
  border-collapse: collapse !important;
}

.wishlist_table thead {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(244, 234, 228, var(--tw-bg-opacity)) !important;
  font-family: Montserrat, sans-serif !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  font-weight: 400 !important;
  --tw-text-opacity: 1 !important;
  color: rgba(11, 11, 12, var(--tw-text-opacity)) !important;
}

.wishlist_table thead th {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  font-weight: 400 !important;
}

.wishlist_table a.remove {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
  font-weight: 300 !important;
  --tw-text-opacity: 1 !important;
  color: rgba(209, 213, 219, var(--tw-text-opacity)) !important;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.wishlist_table tbody td {
  text-align: left !important;
  font-family: Montserrat, sans-serif !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  font-weight: 400 !important;
  --tw-text-opacity: 1 !important;
  color: rgba(51, 51, 79, var(--tw-text-opacity)) !important;
}

.wishlist_table tbody td.product-add-to-cart a {
  display: block !important;
  width: 10rem !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgba(51, 51, 79, var(--tw-bg-opacity)) !important;
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
  font-weight: 600 !important;
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

.wishlist_table.mobile .product-name h3 {
  font-family: Montserrat, sans-serif !important;
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
  font-weight: 400 !important;
}

.wishlist_table.mobile .additional-info-wrapper {
  display: flex;
  align-items: center;
}

.wishlist_table.mobile .additional-info-wrapper > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.wishlist_table.mobile .product-add-to-cart a {
  margin-bottom: 0px !important;
  display: block !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgba(51, 51, 79, var(--tw-bg-opacity)) !important;
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  font-weight: 600 !important;
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

.footer--title span {
  text-decoration: underline;
}

.real--bride-card:hover span {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 184, 170, var(--tw-bg-opacity));
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1024px) {
  .our--story--hero {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 625px;
  }
}

.mega--menu--card:hover span {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 184, 170, var(--tw-bg-opacity));
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.help--btn:hover {
  color: white !important;
}

.xoo-wsc-container {
  z-index: 10000000000000000 !important;
}

what3words-autosuggest {
  width: 100%;
}

.form-row.form-row-wide.mailchimp-newsletter {
  align-items: center;
  border: none !important;
}

#stripe-payment-data .form-row {
  display: block;
  border: none;
}

#wc-stripe-payment-request-button-separator {
  margin-top: 1em !important;
  margin-bottom: 1em !important;
}

.single-product-content p {
  line-height: 1.7rem;
  margin-bottom: 0.25rem;
}

.single-product-content ul {
  list-style: disc;
  margin-bottom: 0.25rem;
  padding-left: 1.25rem;
}

.single-product-content a {
  --tw-text-opacity: 1;
  color: rgba(11, 11, 12, var(--tw-text-opacity));
  text-decoration: underline;
}

span.onsale {
  min-width: unset !important;
  min-height: unset !important;
  padding: unset !important;
  font-size: 16px !important;
  line-height: unset !important;
  margin: unset !important;
  position: absolute !important;
  top: -1rem !important;
  left: 1rem !important;
  display: flex !important;
  height: 3rem !important;
  width: 3rem !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 9999px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgba(148, 119, 57, var(--tw-bg-opacity)) !important;
  font-family: Montserrat, sans-serif !important;
  font-weight: 500 !important;
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

.grecaptcha-badge {
  visibility: hidden;
}

#cookie-law-info-bar {
  padding: 32px 30px 16px !important;
}

@media (min-width: 1024px) {
  #cookie-law-info-bar {
    width: 550px !important;
  }
}

#cookie-law-info-bar a {
  color: white !important;
  text-decoration: underline;
  background-color: transparent !important;
}

#cookie-law-info-bar a:hover {
  color: #F4EAE4 !important;
  transition: 0.5s ease-in-out;
}

.header-search {
  width: 0px;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  margin-top: -0.375rem;
}

.header-search.active {
  width: 333px;
}

.header-search.mobile-search {
  width: 100%;
  height: 0px;
}

.header-search.mobile-search.active {
  width: 100%;
  height: 35px;
  margin-top: 1rem;
}

.header-search.mobile-search .widget_aws_widget {
  height: 35px;
  margin-left: auto;
  margin-right: auto;
}

.header-search.mobile-search .widget_aws_widget .aws-search-form {
  height: 35px;
}

.header-search.mobile-search .widget_aws_widget .aws-search-field {
  height: 35px;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.header-search .widget_aws_widget {
  width: 320px;
  height: 35px;
}

.header-search .widget_aws_widget::marker {
  display: none;
}

.header-search .widget_aws_widget .aws-search-form {
  margin-bottom: 0;
  height: 35px;
}

.header-search .widget_aws_widget .aws-search-field {
  padding-top: 0;
  padding-bottom: 0;
  height: 35px;
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgba(33, 33, 33, var(--tw-border-opacity)) !important;
  background-color: transparent !important;
}

.aws-search-field {
  font-family: Montserrat, sans-serif !important;
  --tw-text-opacity: 1 !important;
  color: rgba(33, 33, 33, var(--tw-text-opacity)) !important;
}

.aws-search-field::-moz-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(33, 33, 33, var(--tw-placeholder-opacity)) !important;
}

.aws-search-field:-ms-input-placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(33, 33, 33, var(--tw-placeholder-opacity)) !important;
}

.aws-search-field::placeholder{
  --tw-placeholder-opacity: 1 !important;
  color: rgba(33, 33, 33, var(--tw-placeholder-opacity)) !important;
}

.aws-search-result {
  --tw-border-opacity: 1;
  border-color: rgba(33, 33, 33, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(244, 234, 228, var(--tw-bg-opacity));
  font-family: Montserrat, sans-serif;
}

.aws-search-result .aws_result_title {
  font-family: Playfair Display, serif !important;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  --tw-text-opacity: 1 !important;
  color: rgba(51, 51, 79, var(--tw-text-opacity)) !important;
}

.aws-search-result .aws_result_excerpt, .aws-search-result .aws_result_price {
  --tw-text-opacity: 1 !important;
  color: rgba(51, 51, 79, var(--tw-text-opacity)) !important;
}

.aws-search-result .aws_result_image img {
  width: 80px;
}

.aws-search-result ul li {
  --tw-border-opacity: 1;
  border-color: rgba(33, 33, 33, var(--tw-border-opacity));
}

.aws-search-result .aws_search_more a {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(51, 51, 79, var(--tw-text-opacity));
}

.aws-search-result .aws_onsale {
  --tw-bg-opacity: 1;
  background-color: rgba(148, 119, 57, var(--tw-bg-opacity));
}

.cart_totals .shipping_method {
  margin-bottom: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(51, 51, 79, var(--tw-border-opacity));
  padding: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.cart_totals .woocommerce-shipping-destination strong {
  display: block;
}

.variations_form .single_variation_wrap .price bdi {
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgba(11, 11, 12, var(--tw-text-opacity));
}

.pwb-apply-filter {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 234, 228, var(--tw-bg-opacity));
  padding: 0.5rem;
}

.stock.out-of-stock {
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity));
}

.page-number.current {
  --tw-text-opacity: 1 !important;
  color: rgba(148, 119, 57, var(--tw-text-opacity)) !important;
}

.soldout {
  width: 100%;
  padding: 5px 8px;
  text-align: center;
  --tw-bg-opacity: 1;
  background-color: rgba(51, 51, 79, var(--tw-bg-opacity));
  --tw-bg-opacity: 0.9;
  color: white;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 13px;
}

.more_colours_available {
  width: 100%;
  padding: 5px 8px;
  text-align: center;
  --tw-bg-opacity: 1;
  background-color: rgba(244, 234, 228, var(--tw-bg-opacity));
  --tw-bg-opacity: 0.9;
  --tw-text-opacity: 1;
  color: rgba(51, 51, 79, var(--tw-text-opacity));
  font-weight: bold;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 13px;
}

.soldout + .more_colours_available {
  bottom: 29px;
}

.woocommerce table.shop_table td {
  padding: 9px 4px;
}

@media (min-width: 768px) {
  .woocommerce table.shop_table td {
    padding: 9px 12px;
  }
}

#billing_country_field {
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  #billing_country_field {
    flex-wrap: nowrap;
  }
}

.woocommerce-info {
  --tw-border-opacity: 1;
  border-color: rgba(51, 51, 79, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(244, 234, 228, var(--tw-bg-opacity));
  font-family: Montserrat, sans-serif;
}

.woocommerce-info::before {
  --tw-text-opacity: 1;
  color: rgba(51, 51, 79, var(--tw-text-opacity));
}

.wp-gr .grw-dots {
  color: white !important;
}

.wc-stripe-elements-field, .wc-stripe-iban-element-field {
  padding: 15px 5px;
  background-color: rgba(255, 255, 255, 0.6);
}

@media (min-width: 1024px) {
  .woocommerce_checkout_timeline {
    display: flex !important;
    justify-content: center !important;
  }
}

.woocommerce-form-coupon-toggle {
  margin-bottom: 0 !important;
}

.cross-sells h2 {
  margin-bottom: 20px;
}

.woocommerce ul.products.columns-2 li.product, .woocommerce-page ul.products.columns-2 li.product {
  width: auto;
}

.woocommerce ul.products li.product .price {
  --tw-text-opacity: 1;
  color: rgba(11, 11, 12, var(--tw-text-opacity));
}

.woocommerce ul.products li.product .button {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 234, 228, var(--tw-bg-opacity));
  transition: all ease-in-out;
}

.woocommerce ul.products li.product .button:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(51, 51, 79, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.sib-form {
  padding: 0 !important;
}

.product--accordion {
  /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
  /* Style the accordion panel. Note: hidden by default */
}

.product--accordion .accordion {
  border: 1px solid #33334F;
  color: #33334F;
  width: 100%;
  cursor: pointer;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 500ms;
  font-size: 18px;
}

.product--accordion .accordion:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(51, 51, 79, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.product--accordion .active,
.product--accordion button:focus {
  border-bottom: 0;
}

.product--accordion .panel {
  transition: transform 0.3s ease-out;
  height: auto;
  border: 1px solid #33334F;
  color: #33334F;
  border-top: 0;
  overflow: hidden;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.product--accordion .panel.collapsed {
  height: 0;
  padding: 0;
  margin-top: auto;
  border: 0;
}

.product--accordion .accordion:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f054";
  /* Unicode character for "plus" sign (+) */
  float: right !important;
  margin-left: 1rem !important;
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
  padding: 0 10px;
}

.product--accordion .active:before {
  content: "\f078" !important;
  /* Unicode character for "minus" sign (-) */
}
