@import url("https://use.typekit.net/bvk3fpq.css");
body {
  overflow-x: hidden;
}

.slick-slider {
  -webkit-user-select: text; /* Safari/Chrome */
  -khtml-user-select: text; /* Konqueror HTML */
  -moz-user-select: text; /* Firefox */
  -ms-user-select: text; /* Internet Explorer/Edge */
  user-select: text; /* Non-prefixed version */
}

.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

h1, h2, h3, h4, h5, h6, p.serif {
  font-family: "degular", sans-serif;
  font-weight: 600;
  line-height: 1;
  text-transform: capitalize;
}
h1.purple, h2.purple, h3.purple, h4.purple, h5.purple, h6.purple, p.serif.purple {
  color: #48146D;
}

p {
  font-family: "degular", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
p:last-child {
  margin-bottom: 0;
}

li {
  font-family: "degular", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}
li:last-child {
  margin-bottom: 0;
}

a {
  font-family: "degular", sans-serif;
}

h1 {
  font-size: 65px;
}
h1.product_title {
  font-size: 45px;
}
@media all and (max-width: 1280px) {
  h1 {
    font-size: 55px;
  }
  h1.product_title {
    font-size: 40px;
  }
}
@media all and (max-width: 992px) {
  h1 {
    font-size: 45px;
  }
  h1.product_title {
    font-size: 30px;
  }
}
@media all and (max-width: 767px) {
  h1 {
    font-size: 35px;
  }
  h1.product_title {
    font-size: 25px;
  }
}

h2 {
  font-size: 50px;
}
h2.big {
  font-size: 65px;
}
@media all and (max-width: 1280px) {
  h2.big {
    font-size: 55px;
  }
}
@media all and (max-width: 992px) {
  h2 {
    font-size: 40px;
  }
  h2.big {
    font-size: 45px;
  }
}
@media all and (max-width: 767px) {
  h2 {
    font-size: 30px;
  }
  h2.big {
    font-size: 35px;
  }
}

h3 {
  font-size: 30px;
}
@media all and (max-width: 767px) {
  h3 {
    font-size: 25px;
  }
}

h4 {
  font-size: 25px;
}
@media all and (max-width: 767px) {
  h4 {
    font-size: 22px;
  }
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

input[type=text],
input,
input[type=search],
input[type=email],
input[type=tel],
input[type=submit],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

input[type=radio] {
  -webkit-appearance: radio;
}

input[type=checkbox] {
  -webkit-appearance: checkbox;
}

.section-padding {
  padding: 5%;
}

.btnBox {
  margin-top: 30px;
}

.lineBtn {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-bottom: 5px;
  color: #48146D;
  position: relative;
  display: inline-block;
}
.lineBtn::before {
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
  background-color: #48146D;
}
.lineBtn.white {
  color: #ffffff;
}
.lineBtn.white::before {
  background-color: #ffffff;
  opacity: 0.5;
}
.lineBtn:hover {
  text-decoration: none;
  color: #48146D;
}
.lineBtn:hover.white {
  color: #ffffff;
}

.btnBdr {
  padding: 12px 25px;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  color: #48146D;
  background-color: transparent;
  border: 2px solid #48146D;
}
.btnBdr:hover {
  border: 2px solid #48146D;
  background-color: #48146D;
  color: #ffffff;
  text-decoration: none;
}

.btnSolid, .lmp_button, .wc-block-components-button {
  padding: 12px 25px;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  color: #ffffff;
  background-color: #48146D;
  border: 2px solid #48146D;
}
.btnSolid:hover, .lmp_button:hover, .wc-block-components-button:hover {
  border: 2px solid #48146D;
  background-color: transparent;
  color: #48146D;
  text-decoration: none;
}

.btnSolidWhite {
  padding: 12px 25px;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.5);
  background-color: rgba(72, 20, 109, 0.5);
}
.btnSolidWhite:hover {
  border: 2px solid #48146D;
  background-color: #48146D;
  color: #ffffff;
  text-decoration: none;
}

.btnBdrWhite {
  padding: 12px 25px;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  color: #ffffff;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
}
.btnBdrWhite:hover {
  border: 2px solid #ffffff;
  background-color: #ffffff;
  color: #48146D;
  text-decoration: none;
}

.wp-block-button .wp-block-button__link {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}

header.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  padding: 25px 5%;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease 0s;
}
header.header .searchBar {
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.1);
  position: absolute;
  width: 100%;
  background-color: #ffffff;
  padding: 0px 30px;
  z-index: 9;
  text-align: center;
  left: 0;
  height: 0;
  opacity: 0;
  transition: all 1s ease 0.1s;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -9;
  top: -100%;
  overflow: hidden;
}
header.header .searchBar.open {
  height: 100px;
  opacity: 1;
  z-index: 999999;
  top: 0;
}
header.header .searchBar .closeBtn {
  position: relative;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -4px;
  left: 10px;
  cursor: pointer;
}
header.header .searchBar .closeBtn span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000;
  transform: rotate(45deg);
  position: absolute;
}
header.header .searchBar .closeBtn span:last-child {
  transform: rotate(-45deg);
}
header.header .searchBar form {
  width: 100%;
}
header.header .searchBar form input[type=search] {
  border: none;
  border: 2px solid rgba(72, 20, 109, 0.2);
  font-size: 18px;
  line-height: 1;
  min-width: 300px;
  padding: 10px 20px;
  font-family: "Degular", sans-serif;
}
header.header .searchBar form input[type=search]::placeholder {
  font-family: "Degular", sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #48146D;
  opacity: 0.4;
  line-height: 1;
}
header.header .searchBar form .search-submit {
  padding: 8px 25px;
  font-weight: 700;
  font-family: "degular", sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  color: #ffffff;
  background-color: #48146D;
  border: 2px solid #48146D;
}
header.header .searchBar form .search-submit:hover {
  border: 2px solid #48146D;
  background-color: transparent;
  color: #48146D;
  text-decoration: none;
}
@media all and (max-width: 992px) {
  header.header .searchBar {
    padding: 10px 30px 10px 10px;
  }
  header.header .searchBar form {
    display: flex;
  }
  header.header .searchBar form input[type=search] {
    width: auto;
    padding: 5px 10px 9px !important;
    font-size: 16px;
  }
  header.header .searchBar form input[type=search]::placeholder {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
  }
  header.header .searchBar form .search-submit {
    padding: 10px 20px 14px;
    font-size: 14px;
  }
  header.header .searchBar form .search-submit span {
    display: none;
  }
  header.header .searchBar form .search-submit img {
    display: block;
  }
  header.header .searchBar.open {
    height: auto;
  }
}
header.header.showcart nav.nav ul li.menuCart.cart-hidden {
  display: flex;
}
header.header.showcart nav.nav ul li.searchBtn.cart-hidden {
  display: flex;
}
header.header.darkHeader {
  padding: 15px 5%;
  background-color: #48146D;
}
header.header.darkHeader .logo-img {
  width: 250px;
}
@media all and (max-width: 1550px) {
  header.header.darkHeader .logo-img {
    width: 200px;
  }
}
@media all and (max-width: 1280px) {
  header.header.darkHeader .logo-img {
    width: 180px;
  }
}
@media all and (max-width: 1100px) {
  header.header.darkHeader .logo-img {
    width: 160px;
  }
}
header.header.coloredHeader {
  position: sticky;
}
header.header.coloredHeader.darkHeader {
  background-color: #ffffff;
}
header.header.coloredHeader div#burger span {
  background-color: #48146D;
}
header.header.coloredHeader div#burger.open span {
  background-color: #ffffff;
}
header.header.coloredHeader nav.nav ul li.btnWhite a {
  color: #ffffff;
  background-color: #48146D;
  border: 2px solid #48146D;
}
header.header.coloredHeader nav.nav ul li.btnWhite a:hover {
  border: 2px solid #48146D;
  background-color: transparent;
  color: #48146D;
}
@media all and (max-width: 992px) {
  header.header.coloredHeader nav.nav ul li.btnWhite a {
    color: #ffffff;
    border: 2px solid #ffffff;
  }
}
header.header.coloredHeader nav.nav ul li.searchBtn a::before {
  background-image: url("../img/search.svg");
}
header.header.coloredHeader nav.nav ul li.menuCart a::before {
  background-image: url("../img/Icon_Cart.svg");
}
header.header.coloredHeader nav.nav ul li.btnTrans a {
  color: #48146D;
  border: 2px solid #48146D;
  background-color: transparent;
}
header.header.coloredHeader nav.nav ul li.btnTrans a:hover {
  border: 2px solid #48146D;
  background-color: #48146D;
  color: #ffffff;
}
@media all and (max-width: 992px) {
  header.header.coloredHeader nav.nav ul li.btnTrans a {
    color: #ffffff;
    border: 2px solid #ffffff;
  }
}
header.header.coloredHeader nav.nav ul li a {
  color: #48146D;
}
@media all and (max-width: 992px) {
  header.header.coloredHeader nav.nav ul li a {
    color: #ffffff;
  }
}
header.header.coloredHeader nav.nav ul li .sub-menu {
  background-color: #48146D;
}
header.header.coloredHeader nav.nav ul li .sub-menu li.current-menu-item a {
  text-decoration: underline;
}
header.header.coloredHeader nav.nav ul li .sub-menu li a {
  color: #ffffff;
  opacity: 1;
}
header.header .logo-img {
  transition: all 0.3s ease 0s;
  width: 300px;
  max-width: 100%;
}
@media all and (max-width: 1550px) {
  header.header .logo-img {
    width: 250px;
  }
}
@media all and (max-width: 1280px) {
  header.header .logo-img {
    width: 200px;
  }
}
@media all and (max-width: 1100px) {
  header.header .logo-img {
    width: 180px;
  }
}
header.header .out {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media all and (min-width: 992px) {
  header.header .out {
    display: none;
  }
}
header.header div#burger {
  height: 28px;
  width: 28px;
  display: none;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 99999;
  cursor: pointer;
  transition: all 0.3s ease 0.1s;
}
header.header div#burger span {
  height: 3px;
  width: 100%;
  background-color: #ffffff;
  display: block;
  margin-bottom: 7px;
  transition: all 1s ease 0.1s;
  z-index: 99999;
}
header.header div#burger span:last-child {
  margin-bottom: 0;
}
header.header div#burger.open span {
  opacity: 0;
  visibility: hidden;
  position: relative;
  background-color: #ffffff;
}
header.header div#burger.open span:first-child {
  top: 10px;
  opacity: 1;
  visibility: visible;
  transform: rotate(45deg);
}
header.header div#burger.open span:last-child {
  margin-bottom: 0;
  opacity: 1;
  visibility: visible;
  transform: rotate(-45deg);
  top: -10px;
}
@media all and (max-width: 992px) {
  header.header div#burger {
    display: flex;
  }
}
header.header .openPopup {
  margin-left: 15px;
  display: flex;
  align-items: center;
  width: 40px;
  height: 40px;
  justify-content: center;
  cursor: pointer;
}
header.header .openPopup.mobile {
  display: none;
}
@media all and (max-width: 992px) {
  header.header .openPopup.mobile {
    display: flex;
  }
}
header.header .openPopup img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}
header.header .phoneB {
  padding-left: 15px;
  margin-left: 15px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
header.header .phoneB.mobile {
  display: none;
}
header.header .phoneB::before {
  content: "";
  position: absolute;
  left: 0;
  height: 80%;
  width: 2px;
  background-color: #ffffff;
  top: 10%;
}
header.header .phoneB p {
  color: #ffffff;
  line-height: 1;
  margin-bottom: 0;
  text-align: right;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
header.header .phoneB p a {
  gap: 5px;
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  font-size: 17px;
  letter-spacing: 0.02em;
  color: #ffffff;
}
header.header .phoneB p a img {
  width: 15px;
}
@media all and (max-width: 992px) {
  header.header .phoneB {
    margin: 0;
    padding: 0;
  }
  header.header .phoneB.mobile {
    display: block;
  }
  header.header .phoneB::before {
    display: none;
  }
  header.header .phoneB p {
    text-align: left;
  }
  header.header .phoneB p a img {
    width: 20px;
  }
}
header.header nav.nav {
  display: flex;
  align-items: center;
}
header.header nav.nav ul {
  padding: 0;
  margin: 0;
  display: flex;
  gap: 20px;
  position: relative;
  align-items: center;
}
header.header nav.nav ul li {
  list-style: none;
}
@media all and (min-width: 992px) {
  header.header nav.nav ul li {
    height: stretch;
    display: flex;
    align-items: center;
  }
}
header.header nav.nav ul li.searchBtn {
  position: relative;
  padding: 0;
}
header.header nav.nav ul li.searchBtn.cart-hidden {
  display: none;
}
header.header nav.nav ul li.searchBtn a {
  display: block;
  width: 20px;
  position: relative;
  height: 20px;
}
header.header nav.nav ul li.searchBtn a::before {
  position: absolute;
  content: "";
  width: 100%;
  right: 0;
  height: 100%;
  background-image: url("../img/search_w.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
header.header nav.nav ul li.searchBtn span {
  display: none;
}
header.header nav.nav ul li.menuCart {
  position: relative;
  padding: 0;
  padding-left: 20px;
  border-left: 2px solid rgb(218, 208, 226);
}
header.header nav.nav ul li.menuCart.cart-hidden {
  display: none;
}
header.header nav.nav ul li.menuCart a {
  display: block;
  width: 25px;
  position: relative;
  height: 25px;
}
header.header nav.nav ul li.menuCart a::before {
  position: absolute;
  content: "";
  width: 100%;
  right: 0;
  height: 100%;
  background-image: url("../img/Icon_Cart_w.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
header.header nav.nav ul li.menuCart span {
  display: none;
}
header.header nav.nav ul li.menuCart span#count {
  display: block;
  position: absolute;
  background-color: #f0e5d7;
  border-radius: 50%;
  padding: 5px;
  color: #48146D;
  right: -10px;
  top: -10px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 1280px) {
  header.header nav.nav ul li.menuCart {
    padding-left: 10px;
  }
}
header.header nav.nav ul li.btnWhite a {
  padding: 12px 20px;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  color: #48146D;
  background-color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.5);
}
header.header nav.nav ul li.btnWhite a:hover {
  border: 2px solid #ffffff;
  background-color: transparent;
  color: #ffffff;
}
header.header nav.nav ul li.btnTrans a {
  padding: 12px 20px;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  color: #ffffff;
  background-color: rgba(72, 20, 109, 0.5);
  border: 2px solid rgba(255, 255, 255, 0.5);
}
header.header nav.nav ul li.btnTrans a:hover {
  border: 2px solid #ffffff;
  background-color: #ffffff;
  color: #48146D;
}
header.header nav.nav ul li a {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
}
header.header nav.nav ul li a:hover {
  text-decoration: none;
}
header.header nav.nav ul li .sub-menu {
  background-color: #ffffff;
  position: absolute;
  padding: 20px;
  flex-direction: column;
  width: max-content;
  top: 100%;
  display: none;
}
header.header nav.nav ul li .sub-menu li {
  display: block;
  margin-bottom: 10px;
  line-height: 1.2;
  height: auto;
}
header.header nav.nav ul li .sub-menu li:last-child {
  margin-bottom: 0;
}
header.header nav.nav ul li .sub-menu li.current-menu-item a {
  opacity: 1;
}
header.header nav.nav ul li .sub-menu li a {
  color: #48146D;
  opacity: 0.5;
}
header.header nav.nav ul li .sub-menu .sub-menu {
  position: relative;
  padding: 10px 20px;
  top: unset;
}
@media all and (max-width: 1420px) {
  header.header nav.nav ul li a {
    font-size: 15px;
  }
  header.header nav.nav ul li.btnTrans a {
    font-size: 15px;
  }
}
@media all and (max-width: 1280px) {
  header.header nav.nav ul li a {
    font-size: 14px;
  }
  header.header nav.nav ul li.btnTrans a {
    font-size: 14px;
  }
}
@media all and (max-width: 1100px) {
  header.header nav.nav ul li a {
    font-size: 12px;
  }
  header.header nav.nav ul li.btnTrans a {
    font-size: 12px;
  }
}
@media all and (max-width: 992px) {
  header.header nav.nav ul li a {
    font-size: 16px;
  }
  header.header nav.nav ul li.btnTrans a {
    font-size: 16px;
  }
}
header.header nav.nav .mobile {
  display: none;
}
@media all and (max-width: 1400px) {
  header.header nav.nav ul {
    gap: 10px;
  }
}
@media all and (max-width: 992px) {
  header.header nav.nav {
    background-color: #48146D;
    padding: 0%;
    width: 90%;
    height: 100%;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 999;
    display: flex;
    justify-content: flex-start;
    row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
    transform: translateX(120%);
    opacity: 0;
    gap: 30px;
    transition: all 1s ease 0.3s;
    padding: 30px;
  }
  header.header nav.nav.show {
    opacity: 1;
    transform: translateX(0%);
  }
  header.header nav.nav .openPopup {
    display: none;
  }
  header.header nav.nav .mobile {
    display: block;
  }
  header.header nav.nav .socials {
    display: flex;
    gap: 10px;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  header.header nav.nav .socials a {
    padding: 10px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #ffffff;
    border: 1px solid #ffffff;
  }
  header.header nav.nav .socials a img {
    width: 20px;
    height: 20px;
    object-fit: contain;
  }
  header.header nav.nav ul {
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
  }
  header.header nav.nav ul li {
    margin-bottom: 10px;
  }
  header.header nav.nav ul li:hover a::before {
    display: none;
  }
  header.header nav.nav ul li.menuBtn {
    margin-top: 10px;
  }
  header.header nav.nav ul li.menuBtn a {
    padding: 10px 30px;
    font-size: 12px;
  }
  header.header nav.nav ul li.menuCart {
    padding-left: 0;
    border-left: 0;
  }
  header.header nav.nav ul li.menuCart a::before {
    background-image: url("../img/Icon_Cart_w.svg") !important;
  }
  header.header nav.nav ul li .sub-menu {
    display: block;
    position: relative;
    top: 0;
    padding-top: 0;
    width: 100%;
    z-index: 2;
    padding-bottom: 0;
    background-color: #48146D;
  }
  header.header nav.nav ul li .sub-menu li {
    width: 100%;
    position: unset;
    margin-bottom: 0;
  }
  header.header nav.nav ul li .sub-menu li a {
    color: #ffffff;
    margin-bottom: 10px;
    display: inline-block;
  }
}
@media all and (max-width: 767px) {
  header.header nav.nav {
    width: 100%;
  }
}
@media all and (max-width: 1400px) {
  header.header {
    padding: 20px 3%;
  }
  header.header.darkHeader {
    padding: 15px 3%;
  }
}
@media all and (max-width: 1280px) {
  header.header {
    padding: 20px 2%;
  }
  header.header.darkHeader {
    padding: 15px 2%;
  }
}

footer.landingFooter .copyright {
  border-top: 2px solid rgba(72, 20, 109, 0.2);
}
footer .mainFooter {
  background-color: rgba(241, 233, 219, 0.4);
}
footer .mainFooter .footerCols {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
}
footer .mainFooter .footerCols .meuBox .socials {
  margin-top: 30px;
  display: flex;
  gap: 15px;
}
footer .mainFooter .footerCols .meuBox .socials a {
  display: block;
}
footer .mainFooter .footerCols .meuBox .socials a img {
  height: 20px;
  object-fit: contain;
}
footer .mainFooter .footerCols .meuBox .address {
  margin-top: 30px;
}
footer .mainFooter .footerCols .meuBox .address p a {
  color: #48146D;
}
footer .mainFooter .footerCols .meuBox .lineDiv {
  padding: 30px 0;
  position: relative;
}
footer .mainFooter .footerCols .meuBox .lineDiv::before {
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  background-color: #48146D;
  opacity: 0.2;
  content: "";
}
footer .mainFooter .footerCols .meuBox .head {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  color: #48146D;
  border-bottom: 2px solid rgba(72, 20, 109, 0.2);
}
footer .mainFooter .footerCols .meuBox ul {
  margin: 0;
  padding: 0;
}
footer .mainFooter .footerCols .meuBox ul li {
  list-style: none;
  line-height: 1;
  display: block;
  margin-bottom: 15px;
}
footer .mainFooter .footerCols .meuBox ul li a {
  font-weight: 500;
  font-size: 20px;
  line-height: 48px;
  line-height: 1;
  display: inline-block;
  color: #000;
}
footer .mainFooter .footerCols .meuBox ul li a:hover {
  text-decoration: none;
}
footer .mainFooter .footerCols .meuBox .license {
  margin-bottom: 10px;
}
footer .mainFooter .footerCols .meuBox .license .location {
  margin-bottom: 5px;
  line-height: 1;
  font-weight: 500;
  font-size: 14px;
}
footer .mainFooter .footerCols .meuBox .license .lice {
  font-weight: 500;
  font-size: 20px;
  line-height: 48px;
  line-height: 1;
  display: inline-block;
  color: #000;
  margin-bottom: 0;
}
footer .copyright {
  padding: 20px 5%;
}
footer .copyright .cols {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
footer .copyright .cols .copy {
  display: flex;
  gap: 20px;
  align-items: center;
}
footer .copyright .cols .copy p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
footer .copyright .cols .copy img {
  max-width: 250px;
}
footer .copyright .cols .policies {
  display: flex;
  gap: 20px;
  align-items: center;
}
footer .copyright .cols .policies a {
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1px;
  text-align: right;
  color: #000;
  text-transform: uppercase;
}
footer .copyright .cols .policies a:hover {
  text-decoration: none;
}
@media all and (max-width: 992px) {
  footer .mainFooter .footerCols {
    grid-template-columns: repeat(3, 1fr);
  }
  footer .mainFooter .footerCols .meuBox ul li a {
    font-size: 18px;
  }
  footer .copyright .cols {
    flex-direction: column-reverse;
  }
  footer .copyright .cols .copy {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
@media all and (max-width: 767px) {
  footer .mainFooter .footerCols {
    grid-template-columns: 100%;
  }
  footer .mainFooter .footerCols .meuBox ul li:last-child {
    margin-bottom: 0;
  }
  footer .mainFooter .footerCols .meuBox ul li a {
    font-size: 16px;
  }
  footer .mainFooter .footerCols .meuBox .license .lice {
    font-size: 18px;
  }
}

.breadcrums {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
}
.breadcrums.center {
  justify-content: center;
}
.breadcrums.purple span {
  color: #48146D !important;
}
.breadcrums.purple a {
  color: #48146D !important;
}
.breadcrums span {
  color: #ffffff;
  opacity: 0.4;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.breadcrums a {
  font-weight: 700;
  font-size: 16px !important;
  line-height: 100%;
  letter-spacing: 1px;
  text-decoration: none !important;
  text-transform: uppercase;
  opacity: 0.7;
}
.breadcrums a:hover {
  opacity: 1;
  text-decoration: underline !important;
}

.contBox ul {
  padding-left: 0;
}
.contBox ul li {
  list-style: none;
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.contBox ul li::before {
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url("../img/Icon_Arrow_r.svg");
  background-position: center;
  background-size: 70% 70%;
  background-repeat: no-repeat;
  content: "";
  left: 0;
  border: 2px solid rgba(72, 20, 109, 0.2);
}
.contBox .poemsList {
  margin-top: 30px;
}
.contBox .poemsList li a {
  font-size: 20px;
}
.contBox .prevNext {
  margin-top: 5%;
}
.contBox .prevNext .outDiv {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}
.contBox .prevNext .outDiv a {
  color: #48146D;
  font-weight: 700;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.contBox h1, .contBox h2, .contBox h3, .contBox h4, .contBox h5, .contBox h6, .contBox p.serif {
  color: #48146D;
}
.contBox a {
  color: inherit;
}
.contBox div {
  font-family: "degular", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.contBox div:last-child {
  margin-bottom: 0;
}
.contBox .songsPost {
  margin-top: 30px;
}
.contBox .songsPost ol {
  margin-top: 10px;
}
.contBox blockquote {
  padding-left: 20px;
  position: relative;
  margin: 10px 0;
}
.contBox blockquote::before {
  width: 5px;
  height: 100%;
  background-color: #48146D;
  left: 0;
  top: 0;
  content: "";
  position: absolute;
}
.contBox blockquote p strong {
  color: #48146D;
  font-weight: 700;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.cartBox {
  padding-top: 0;
}
.cartBox .wc-block-cart-items thead th span {
  font-family: "Degular", sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #48146D;
}
.cartBox .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product a {
  font-weight: 500;
  font-size: 25px;
  text-transform: capitalize;
  color: #48146D;
}
.cartBox .wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-metadata__description {
  display: none;
}
.cartBox .wc-block-cart-items .wc-block-cart-items__row .wc-block-components-quantity-selector {
  border-radius: 0;
  border: none;
}
.cartBox .wc-block-cart-items .wc-block-cart-items__row .wc-block-components-quantity-selector input {
  border: 2px solid rgba(72, 20, 109, 0.2);
}
.cartBox .wc-block-cart-items .wc-block-cart-items__row .wc-block-components-quantity-selector button {
  background-color: transparent;
  border: none;
  color: #48146D;
  font-family: "Degular", sans-serif;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  text-transform: capitalize;
}
.cartBox .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__remove-link {
  font-family: "Degular", sans-serif;
  font-weight: 500;
  font-size: 14px;
}
.cartBox .wc-block-cart__sidebar .wc-block-cart__totals-title {
  font-family: "Degular", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #48146D;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.cartBox .wc-block-cart__submit-container a {
  padding: 10px 25px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  color: #ffffff;
  background-color: #48146D;
  border: 2px solid #48146D;
}
.cartBox .wc-block-cart__submit-container a:hover {
  border: 2px solid #48146D;
  background-color: transparent;
  color: #48146D;
  text-decoration: none;
}

.accordSec .wp-block-woocommerce-accordion-group .wp-block-woocommerce-accordion-item {
  border: 2px solid rgba(72, 20, 109, 0.2);
  margin-bottom: 10px;
}
.accordSec .wp-block-woocommerce-accordion-group .wp-block-woocommerce-accordion-item .accordion-item__toggle {
  padding: 10px 20px;
  background-color: #f9f6f1;
}
.accordSec .wp-block-woocommerce-accordion-group .wp-block-woocommerce-accordion-item .wp-block-woocommerce-accordion-panel {
  padding: 0px 20px;
  background-color: #f9f6f1;
}

.wc-block-cart__empty-cart__title, .wc-block-cart-item__remove-link {
  font-size: 18px !important;
}

.wc-block-cart__empty-cart__title::before {
  display: none !important;
}

.gform-theme--framework .gfield_validation_message:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  color: #c02b0a !important;
}

/*
  SASS file for Wrappers Only
*/
.main-wrap {
  max-width: 1500px;
  margin: 0 auto;
}

.full-wrap {
  max-width: 1980px;
  margin: 0 auto;
  width: 100%;
}

.med-wrap {
  max-width: 1100px;
  margin: 0 auto;
}

.sm-wrap {
  max-width: 950px;
  margin: 0 auto;
}

.xs-wrap {
  max-width: 650px;
  margin: 0 auto;
}

.footer-wrap {
  max-width: 800px;
  margin: 0 auto;
  padding: 50px 20px;
}

/*
    SASS File for Gravity Forms CSS Override
*/
.gform_wrapper .gf_progressbar_title {
  text-align: center;
  font-family: "Degular", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  color: #48146D !important;
}
.gform_wrapper .gform_body .gform_fields {
  gap: 20px;
}
.gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
  font-family: "Degular", sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #48146D;
}
.gform_wrapper .gform_body .gform_fields .gfield input, .gform_wrapper .gform_body .gform_fields .gfield textarea, .gform_wrapper .gform_body .gform_fields .gfield select {
  font-family: "Degular", sans-serif;
  border: 2px solid rgba(72, 20, 109, 0.2);
  font-size: 16px !important;
  padding: 12px 30px !important;
  border-radius: 0;
  color: #48146D;
  line-height: 1 !important;
  height: auto;
  font-family: "Degular", sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  color: #48146D;
}
.gform_wrapper .gform_body .gform_fields .gfield input:focus, .gform_wrapper .gform_body .gform_fields .gfield textarea:focus, .gform_wrapper .gform_body .gform_fields .gfield select:focus {
  outline: none;
}
.gform_wrapper .gform_body .gform_fields .gfield input::placeholder, .gform_wrapper .gform_body .gform_fields .gfield textarea::placeholder, .gform_wrapper .gform_body .gform_fields .gfield select::placeholder {
  font-family: "Degular", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #48146D;
  opacity: 0.4;
}
.gform_wrapper .gform_body .gform_fields .gfield .gchoice input {
  padding: 0 !important;
  border-radius: 50%;
  height: 20px;
  width: 20px;
}
.gform_wrapper .gform_body .gform_fields .gfield .gchoice .gform-field-label {
  font-family: "Degular", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  color: #48146D;
}
.gform_wrapper .gform_body .gform_fields .gfield .gfield_description {
  font-family: "Degular", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  color: #48146D;
}
.gform_wrapper .gform_footer {
  text-align: center;
}
.gform_wrapper .gform_footer .gform_button {
  color: #ffffff !important;
  background-color: #48146D !important;
  padding: 12px 30px !important;
  font-family: "Degular", sans-serif !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  letter-spacing: 1px !important;
  text-align: center;
  text-transform: uppercase !important;
  border-radius: 0 !important;
}
.gform_wrapper .gform_footer .gform_button:hover {
  border: 2px solid #48146D !important;
  background-color: transparent !important;
  color: #48146D !important;
}
.gform_wrapper .gform_page_footer {
  text-align: center;
  justify-content: center;
}
.gform_wrapper .gform_page_footer .gform_next_button, .gform_wrapper .gform_page_footer .gform_button {
  color: #ffffff !important;
  background-color: #48146D !important;
  padding: 12px 30px !important;
  font-family: "Degular", sans-serif !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  letter-spacing: 1px !important;
  text-align: center;
  text-transform: uppercase !important;
  border-radius: 0 !important;
}
.gform_wrapper .gform_page_footer .gform_next_button:hover, .gform_wrapper .gform_page_footer .gform_button:hover {
  border: 2px solid #48146D !important;
  background-color: transparent !important;
  color: #48146D !important;
}
.gform_wrapper .gform_page_footer .gform_previous_button {
  border-radius: 0 !important;
  padding: 12px 30px !important;
  font-family: "Degular", sans-serif !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  letter-spacing: 1px !important;
  text-align: center;
  text-transform: uppercase !important;
  display: inline-block;
  color: #48146D !important;
  background-color: transparent !important;
  border: 2px solid #48146D !important;
}
.gform_wrapper .gform_page_footer .gform_previous_button:hover {
  border: 2px solid #48146D !important;
  background-color: #48146D !important;
  color: #ffffff !important;
}

section.thank-you {
  text-align: center;
}
section.thank-you h1 {
  margin-bottom: 30px;
}
section.thank-you h5 {
  color: black;
  margin-bottom: 30px;
}

.select2-results__options, .select2-selection--single .select2-selection__rendered {
  font-size: 17px;
}

.select2-selection--single .select2-selection__rendered {
  padding: 10px !important;
}

.select2 {
  width: 100% !important;
}

.select2-container--default .select2-selection--single {
  height: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 0 !important;
  right: 15px !important;
  height: 100% !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: red;
  color: #fff;
}

.select2-container--default .select2-selection--single {
  border-radius: 0 !important;
}

.select2-selection .select2-selection__rendered {
  color: #7a7a7a !important;
}

.slide-in-bottom {
  -webkit-animation: slide-in-bottom cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s both;
  animation: slide-in-bottom cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s both;
}

.fade-in {
  -webkit-animation: fade-in 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s both;
  animation: fade-in 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s both;
}

.fade-in-bottom {
  -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  visibility: visible;
}

.fade-in-right {
  -webkit-animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  visibility: visible;
}

.fade-in-left {
  -webkit-animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  visibility: visible;
}

.fade-in-top {
  -webkit-animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  visibility: visible;
}

.slide-in-top {
  -webkit-animation: slide-in-top 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-top 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.animate-half {
  animation-delay: 0.5s;
}

.animate-first {
  animation-delay: 1s;
}

.animate-first-half {
  animation-delay: 1.5s;
}

.animate-second {
  animation-delay: 2s;
}

.animate-second-half {
  animation-delay: 2.5s;
}

.animate-third {
  animation-delay: 3s;
}

.animate-third-half {
  animation-delay: 3.5s;
}

.animate-fourth {
  animation-delay: 4s;
}

.animate-fourth-half {
  animation-delay: 4.5s;
}

.animate-fifth {
  animation-delay: 5s;
}

.animate-fifth-half {
  animation-delay: 5.5s;
}

/* ----------------------------------------------
 * Generated by Animista on 2020-5-13 11:49:36
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation slide-in-bottom
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation fade-in
 * ----------------------------------------
 */
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation fade-in-right
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation fade-in-bottom
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation fade-in-left
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation fade-in-top
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation slide-in-top
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
/*
    SASS File for Banners Only
*/
section.banner-general.banner-container {
  height: 450px;
  transition: 0.3s;
}
section.banner-general.banner-container .overlay {
  background-color: rgba(0, 0, 0, 0.3);
  transition: 0.3s;
  width: 100%;
  height: 100%;
}
section.banner-general.banner-container .overlay .text-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 35%;
}
section.banner-general.banner-container .overlay .text-container .title {
  color: white;
}

.homeBanner .bannerSlider {
  position: relative;
  z-index: 2;
}
.homeBanner .bannerSlider .slide {
  width: 100%;
  position: relative;
  min-height: 90vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.homeBanner .bannerSlider .slide::before {
  height: 300px;
  width: 100%;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: linear-gradient(0deg, rgba(225, 225, 225, 0) 40%, rgba(72, 20, 109, 0.5) 100%);
  z-index: 2;
}
.homeBanner .bannerSlider .slide .back {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  left: 0;
  top: 0;
  position: absolute;
}
.homeBanner .bannerSlider .slide .textBox {
  display: grid;
  grid-template-columns: 45% 45%;
  justify-content: space-between;
}
.homeBanner .bannerSlider .slide .textBox h1 {
  color: #ffffff;
  line-height: 1;
}
.homeBanner .bannerSlider .slide .textBox p {
  color: #ffffff;
  font-size: 20px;
}
.homeBanner .bannerSlider .slide .textBox .btnBox {
  display: flex;
  gap: 20px;
}
.homeBanner .bannerSlider .slide .textBox .btnBox a {
  padding: 12px 25px;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  color: #ffffff;
  width: 100%;
  max-width: 250px;
}
.homeBanner .bannerSlider .slide .textBox .btnBox a:nth-child(2n+1) {
  border: 2px solid rgba(255, 255, 255, 0.5);
  background-color: rgba(72, 20, 109, 0.5);
}
.homeBanner .bannerSlider .slide .textBox .btnBox a:nth-child(2n+1):hover {
  border: 2px solid #48146D;
  background-color: #48146D;
}
.homeBanner .bannerSlider .slide .textBox .btnBox a:nth-child(2n) {
  border: 2px solid #FFAD05;
  background-color: rgba(72, 20, 109, 0.5);
}
.homeBanner .bannerSlider .slide .textBox .btnBox a:nth-child(2n):hover {
  background-color: #FFAD05;
}
.homeBanner .bannerSlider .slide .textBox .btnBox a:hover {
  text-decoration: none;
}
@media all and (max-width: 992px) {
  .homeBanner .bannerSlider .slide .textBox {
    grid-template-columns: 100%;
    gap: 20px;
  }
}

.priceSec .two-col {
  display: grid;
  grid-template-columns: 60% 40%;
}
.priceSec .two-col .priceList {
  background-color: #48146D;
  padding: 50px 100px;
}
.priceSec .two-col .priceList .priceBox {
  display: grid;
  grid-template-columns: 40% 30% 15%;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}
.priceSec .two-col .priceList .priceBox .price h2 {
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 0;
}
.priceSec .two-col .priceList .priceBox .price h2 span {
  font-size: 50%;
}
.priceSec .two-col .priceList .priceBox .location p {
  margin-bottom: 0;
  color: #ffffff;
  font-weight: 500;
  line-height: 1;
  font-size: 26px;
}
.priceSec .two-col .priceList .priceBox .location a {
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  opacity: 0.5;
  text-decoration: underline;
}
.priceSec .two-col .priceList .priceBox .btnbox {
  display: flex;
  justify-content: flex-end;
}
.priceSec .two-col .priceList .priceBox .btnbox a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(255, 255, 255, 0.25);
  padding: 10px;
  width: 45px;
  margin-top: 0;
  height: 45px;
}
.priceSec .two-col .priceList .priceBox .btnbox a img {
  width: 15px;
}
.priceSec .two-col .imgBox {
  position: relative;
}
.priceSec .two-col .imgBox img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
}
.priceSec .two-col .imgBox h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #ffffff;
  padding: 30px;
  left: 0;
  bottom: 0;
  margin-bottom: 0;
  line-height: 1;
}
@media all and (max-width: 1280px) {
  .priceSec .two-col .priceList {
    padding: 5% 7%;
  }
}
@media all and (max-width: 992px) {
  .priceSec .two-col {
    grid-template-columns: 55% 45%;
  }
  .priceSec .two-col .priceList {
    padding: 5%;
  }
  .priceSec .two-col .imgBox img {
    position: relative;
  }
}
@media all and (max-width: 767px) {
  .priceSec .two-col {
    grid-template-columns: 50% 50%;
  }
  .priceSec .two-col .priceList .priceBox {
    grid-template-columns: 60% 10% 15%;
    padding: 20px 0;
  }
  .priceSec .two-col .priceList .priceBox:first-child {
    padding-top: 0;
  }
  .priceSec .two-col .priceList .priceBox .price {
    grid-column: span 2;
  }
  .priceSec .two-col .priceList .priceBox .location {
    grid-column: span 2;
  }
  .priceSec .two-col .priceList .priceBox .location p {
    font-size: 20px;
  }
}
@media all and (max-width: 600px) {
  .priceSec .two-col {
    display: flex;
    flex-direction: column-reverse;
  }
  .priceSec .two-col .priceList .priceBox {
    grid-template-columns: 60% 10% 15%;
    padding: 20px 0;
  }
  .priceSec .two-col .priceList .priceBox:first-child {
    padding-top: 0;
  }
  .priceSec .two-col .priceList .priceBox .price {
    grid-column: span 2;
  }
  .priceSec .two-col .priceList .priceBox .location {
    grid-column: span 2;
  }
  .priceSec .two-col .priceList .priceBox .location p {
    font-size: 20px;
  }
}

.aboutSection {
  background-color: rgba(241, 233, 219, 0.4);
}
.aboutSection .two-col {
  display: grid;
  grid-template-columns: 43% 43%;
  justify-content: space-between;
}
.aboutSection .two-col h2 {
  margin-bottom: 20px;
}
.aboutSection .two-col .subHead {
  color: #48146D;
  font-weight: 500;
  font-size: 28px;
}
.aboutSection .two-col .copyBox p {
  margin-bottom: 20px;
}
.aboutSection .two-col .copyBox p:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 992px) {
  .aboutSection .two-col {
    grid-template-columns: 100%;
    gap: 20px;
  }
  .aboutSection .two-col .subHead {
    font-size: 24px;
  }
  .aboutSection .two-col .copyBox p {
    font-size: 18px;
  }
}
@media all and (max-width: 767px) {
  .aboutSection .two-col .subHead {
    font-size: 22px;
  }
}

.locationSec {
  padding: 5% 30px;
}
.locationSec .outer {
  position: relative;
}
.locationSec .outer .arrows > div {
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: #48146D;
  padding: 10px;
  cursor: pointer;
  top: 45%;
}
.locationSec .outer .arrows > div img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.locationSec .outer .arrows > div.prev {
  left: 0%;
}
.locationSec .outer .arrows > div.prev img {
  transform: rotate(180deg);
}
.locationSec .outer .arrows > div.next {
  right: 0%;
}
@media all and (max-width: 992px) {
  .locationSec .outer .arrows > div {
    width: 40px;
    height: 40px;
  }
}
@media all and (max-width: 767px) {
  .locationSec .outer .arrows {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    gap: 10px;
  }
  .locationSec .outer .arrows > div {
    width: 40px;
    height: 40px;
    position: relative;
    top: 0;
  }
}
.locationSec .locations {
  margin: 40px -10px 0;
}
.locationSec .locations .location {
  margin: 0 10px;
  position: relative;
}
.locationSec .locations .location img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.locationSec .locations .location .textBox {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 4;
  padding: 20px;
}
.locationSec .locations .location .textBox p {
  color: #ffffff;
}
.locationSec .locations .location .textBox p:last-child {
  margin-bottom: 0;
}
.locationSec .locations .location .textBox .subH {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.locationSec .locations .location .textBox .name {
  font-weight: 200;
  font-size: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1;
}
.locationSec .locations .location .textBox .copy {
  padding-top: 10px;
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.locationSec .locations .location .textBox .copy p {
  font-weight: 500;
  font-size: 14px;
}
.locationSec .dotsL ul {
  display: flex;
  gap: 5px;
  margin: 0;
  padding: 0;
  justify-content: center;
}
.locationSec .dotsL ul li {
  list-style: none;
  height: 10px;
  width: 10px;
  background-color: #48146D;
  opacity: 0.4;
  overflow: hidden;
  cursor: pointer;
}
.locationSec .dotsL ul li button {
  visibility: hidden;
}
.locationSec .dotsL ul li.slick-active {
  opacity: 1;
}
@media all and (max-width: 1280px) {
  .locationSec .locations .location .textBox .name {
    font-size: 25px;
  }
}
@media all and (max-width: 992px) {
  .locationSec .locations .location .textBox .name {
    font-size: 22px;
  }
}
@media all and (max-width: 767px) {
  .locationSec .locations .location .textBox .copy {
    display: block;
    padding-top: 0;
    border-top: 0;
  }
}

.reviewSec {
  overflow: hidden;
}
.reviewSec.cream {
  background-color: #F9F6F1;
}
.reviewSec.purple {
  background-color: #48146D;
}
.reviewSec.purple h2 {
  color: #ffffff;
}
.reviewSec.purple .reviews .ti-widget .ti-profile-details * {
  color: #ffffff !important;
}
.reviewSec.purple .reviews .ti-widget .ti-review-content * {
  color: #ffffff;
}
.reviewSec .reviews {
  overflow: hidden;
  margin-top: 40px;
}
.reviewSec .reviews .ti-widget .ti-review-header {
  padding-top: 0;
}
.reviewSec .reviews .ti-widget .ti-review-header::before {
  display: none;
}
.reviewSec .reviews .ti-widget .ti-review-header .ti-profile-details {
  display: flex;
  gap: 20px !important;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
.reviewSec .reviews .ti-widget .ti-review-header .ti-name {
  font-family: "Degular", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 1px;
  opacity: 0.5;
  padding-right: 0;
  text-transform: uppercase;
  position: relative;
}
.reviewSec .reviews .ti-widget .ti-review-header .ti-date {
  opacity: 0.5;
  font-family: "Degular", sans-serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.formSec {
  overflow: hidden;
}
.formSec .two-col {
  display: grid;
  grid-template-columns: 45% 45%;
  justify-content: space-between;
}
.formSec .two-col .formBox .headBox {
  width: 100%;
  max-width: 500px;
  margin-bottom: 30px;
}
.formSec .two-col .formBox #map {
  min-height: 500px;
  height: 100%;
}
.formSec .two-col .formBox #map iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.formSec .two-col .textBox .logoBox {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
  justify-content: space-between;
}
.formSec .two-col .textBox .logoBox .img img {
  width: 100%;
}
.formSec .two-col .textBox .copyBox {
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 2px solid rgba(72, 20, 109, 0.2);
}
.formSec .two-col .textBox .contdetsLanding h1, .formSec .two-col .textBox .contdetsLanding h2, .formSec .two-col .textBox .contdetsLanding h3, .formSec .two-col .textBox .contdetsLanding h4, .formSec .two-col .textBox .contdetsLanding h5, .formSec .two-col .textBox .contdetsLanding h6, .formSec .two-col .textBox .contdetsLanding p.serif {
  color: #48146D;
  font-weight: 500;
}
.formSec .two-col .textBox .contdetsLanding .btnBox {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.formSec .two-col .textBox .contdetsLanding .btnBox .bannerBtn {
  padding: 10px 30px;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  color: #ffffff;
  border: 2px solid #48146D;
  text-decoration: none;
  background-color: #48146D;
}
.formSec .two-col .textBox .contdetsLanding .btnBox .bannerBtn:hover {
  background-color: transparent;
  color: #48146D;
}
.formSec .two-col .textBox .contdetsLanding .det {
  padding: 20px 0;
  border-bottom: 2px solid rgba(72, 20, 109, 0.2);
}
.formSec .two-col .textBox .contdetsLanding .det .inner {
  display: grid;
  grid-template-columns: 60% 30%;
  justify-content: space-between;
}
@media all and (max-width: 500px) {
  .formSec .two-col .textBox .contdetsLanding .det .inner {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
  }
}
.formSec .two-col .textBox .contdetsLanding .det .socials {
  margin-top: 10px;
}
.formSec .two-col .textBox .contdetsLanding p a {
  color: inherit;
}
.formSec .two-col .textBox .contdets {
  margin-top: 30px;
}
.formSec .two-col .textBox .contdets p a {
  color: inherit;
}
.formSec .two-col .textBox .contdets .locations {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 30px 0;
}
.formSec .two-col .textBox .contdets .locations .location {
  border-bottom: 2px solid rgba(72, 20, 109, 0.2);
  padding-bottom: 10px;
}
.formSec .two-col .textBox .contdets .locations .location p {
  margin-bottom: 10px;
  font-size: 14px;
}
.formSec .two-col .textBox .contdets .locations .location p:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 1280px) {
  .formSec .two-col .textBox .contdets .locations {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 500px) {
  .formSec .two-col .textBox .contdets .locations {
    grid-template-columns: 100%;
  }
}
.formSec .two-col .textBox .head {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 0px;
  color: #48146D;
  text-transform: uppercase;
}
.formSec .two-col .textBox .socials {
  margin-top: 30px;
  display: flex;
  gap: 15px;
}
.formSec .two-col .textBox .socials a {
  display: block;
}
.formSec .two-col .textBox .socials a img {
  height: 20px;
  object-fit: contain;
}
@media all and (max-width: 992px) {
  .formSec .two-col {
    grid-template-columns: 100%;
    gap: 30px;
  }
  .formSec .two-col .textBox .contdets {
    margin-top: 20px;
    padding-bottom: 20px;
  }
  .formSec .two-col .textBox .copyBox {
    margin-top: 20px;
    padding-bottom: 20px;
  }
  .formSec .two-col .textBox .socials {
    margin-top: 20px;
  }
}

.obituarieSec {
  background-color: rgba(241, 233, 219, 0.4);
}
.obituarieSec .headBox {
  padding: 5%;
}
.obituarieSec .headBox h2 span {
  display: block;
}
.obituarieSec .colSec {
  display: grid;
  padding-bottom: 5%;
  grid-template-columns: 70% 25%;
  justify-content: space-between;
  padding-right: 5%;
}
.obituarieSec .colSec .copyBox {
  padding-top: 20px;
  border-top: 2px solid rgba(72, 20, 109, 0.2);
}
.obituarieSec .colSec .copyBox .dots {
  margin-top: 100px;
}
.obituarieSec .colSec .copyBox .dots ul {
  display: flex;
  gap: 5px;
  margin: 0;
  padding: 0;
}
.obituarieSec .colSec .copyBox .dots ul li {
  list-style: none;
  height: 10px;
  width: 10px;
  background-color: #48146D;
  opacity: 0.4;
  overflow: hidden;
  cursor: pointer;
}
.obituarieSec .colSec .copyBox .dots ul li button {
  visibility: hidden;
}
.obituarieSec .colSec .copyBox .dots ul li.slick-active {
  opacity: 1;
}
.obituarieSec .colSec .obituaries {
  overflow: hidden;
}
.obituarieSec .colSec .obituaries .obituarieSlider {
  width: 95%;
  position: relative;
  left: 5%;
  overflow: visible;
}
.obituarieSec .colSec .obituaries .obituarieSlider .slick-list {
  overflow: visible;
}
.obituarieSec .colSec .obituaries .obituarieSlider .obituarie {
  margin: 0 10px;
}
.obituarieSec .colSec .obituaries .obituarieSlider .obituarie .imgBox {
  aspect-ratio: 1/1;
  position: relative;
  margin-bottom: 20px;
}
.obituarieSec .colSec .obituaries .obituarieSlider .obituarie .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.obituarieSec .colSec .obituaries .obituarieSlider .obituarie a {
  display: block;
  color: #000000;
}
.obituarieSec .colSec .obituaries .obituarieSlider .obituarie a:hover {
  text-decoration: none;
  color: #000000;
}
.obituarieSec .colSec .obituaries .obituarieSlider .obituarie .name {
  font-weight: 500;
  font-size: 20px;
  color: #48146D;
  line-height: 1;
}
.obituarieSec .colSec .obituaries .obituarieSlider .obituarie .dateCom {
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #333333;
  opacity: 0.5;
}
@media all and (max-width: 992px) {
  .obituarieSec .colSec {
    grid-template-columns: 100%;
    gap: 20px;
    padding-left: 5%;
  }
  .obituarieSec .colSec .obituaries .obituarieSlider {
    width: 100%;
    left: 0;
    margin: 0 -10px;
  }
  .obituarieSec .colSec .copyBox {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
  }
  .obituarieSec .colSec .copyBox .dots {
    margin-top: 0;
  }
}

.resourceSec {
  padding: 5% 30px;
  background-color: #48146D;
}
.resourceSec h2 {
  color: #ffffff;
}
.resourceSec .resourceBox {
  margin-top: 5%;
  margin: 5% -10px 0;
}
.resourceSec .resourceBox .resource {
  margin: 0 10px;
}
.resourceSec .resourceBox .imgBox {
  aspect-ratio: 1/1;
  position: relative;
  margin-bottom: 20px;
}
.resourceSec .resourceBox .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.resourceSec .resourceBox h3 {
  color: #ffffff;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.resourceSec .resourceBox h3 a {
  color: inherit;
}
.resourceSec .resourceBox h3 a:hover {
  text-decoration: none;
}
.resourceSec .resourceBox p {
  color: #ffffff;
}
.resourceSec .dotsR ul {
  display: flex;
  gap: 5px;
  margin: 0;
  padding: 0;
  justify-content: center;
}
.resourceSec .dotsR ul li {
  list-style: none;
  height: 10px;
  width: 10px;
  background-color: #ffffff;
  opacity: 0.4;
  overflow: hidden;
  cursor: pointer;
}
.resourceSec .dotsR ul li button {
  visibility: hidden;
}
.resourceSec .dotsR ul li.slick-active {
  opacity: 1;
}
@media all and (max-width: 992px) {
  .resourceSec .dotsR {
    margin-top: 40px;
  }
}

.innerBanner {
  width: 100%;
  position: relative;
  min-height: 45vh;
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.innerBanner::before {
  height: 300px;
  max-height: 100%;
  width: 100%;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: linear-gradient(0deg, rgba(225, 225, 225, 0) 40%, rgba(72, 20, 109, 0.5) 100%);
  z-index: 1;
}
.innerBanner .back, .innerBanner .attachment-post-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  left: 0;
  top: 0;
  object-position: center;
  position: absolute;
}
.innerBanner .textBox {
  display: grid;
  grid-template-columns: 40% 40%;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.innerBanner .textBox.full {
  grid-template-columns: 100%;
  justify-content: flex-start;
}
.innerBanner .textBox h1 {
  color: #ffffff;
  line-height: 1;
}
.innerBanner .textBox p {
  color: #ffffff;
  font-size: 20px;
}
.innerBanner .textBox .dateP {
  font-weight: 700;
  margin-top: 20px;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 1px;
  text-decoration: none !important;
  text-transform: uppercase;
  opacity: 0.7;
}
.innerBanner .textBox .dateP a {
  text-decoration: none;
}
.innerBanner .textBox a:not(.btnSolidWhite):not(.btnBdrWhite):not(.btnSolid) {
  font-size: inherit;
  color: #ffffff;
  text-decoration: underline;
}
@media all and (max-width: 1280px) {
  .innerBanner .textBox {
    grid-template-columns: 45% 45%;
  }
}
@media all and (max-width: 992px) {
  .innerBanner {
    padding-top: 350px;
    height: 400px;
  }
  .innerBanner.serviceBanner {
    height: 300px;
    padding-top: 200px;
    min-height: 30vh;
  }
  .innerBanner .textBox {
    grid-template-columns: 100%;
    gap: 0px;
  }
  .innerBanner .textBox p {
    font-size: 18px;
  }
}
@media all and (max-width: 767px) {
  .innerBanner.serviceBanner {
    height: 250px;
    padding-top: 100px;
  }
}

.founderSec .two-col {
  display: grid;
  grid-template-columns: 45% 45%;
  justify-content: space-between;
  align-items: center;
}
.founderSec .two-col .imgBox img {
  width: 100%;
}
.founderSec .two-col .name {
  color: #48146D;
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(72, 20, 109, 0.2);
  font-weight: 500;
  font-size: 25px;
}
@media all and (max-width: 992px) {
  .founderSec .two-col {
    grid-template-columns: 100%;
    gap: 20px;
  }
}

.reliableSec {
  background-color: rgba(241, 233, 219, 0.4);
}
.reliableSec .headBox {
  max-width: 700px;
  width: 100%;
  margin: 0 auto 30px;
}
.reliableSec .headBox .icon {
  max-width: 90px;
  margin-bottom: 10px;
}
.reliableSec .copyBox {
  column-count: 2;
  column-gap: 100px;
}
.reliableSec .copyBox p {
  break-inside: avoid-column;
}
.reliableSec .sliderOuter {
  padding: 0 30px 5%;
}
.reliableSec .videoSlider .videoB {
  height: 500px;
}
.reliableSec .videoSlider .videoB video, .reliableSec .videoSlider .videoB iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.reliableSec .dots {
  margin: 30px auto 0;
}
.reliableSec .dots ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 0;
  padding: 0;
}
.reliableSec .dots ul li {
  list-style: none;
  height: 10px;
  width: 10px;
  background-color: #48146D;
  opacity: 0.4;
  overflow: hidden;
  cursor: pointer;
}
.reliableSec .dots ul li button {
  visibility: hidden;
}
.reliableSec .dots ul li.slick-active {
  opacity: 1;
}
@media all and (max-width: 1280px) {
  .reliableSec .copyBox {
    column-gap: 50px;
  }
}
@media all and (max-width: 992px) {
  .reliableSec .copyBox {
    column-count: 1;
  }
}

.openingsBox {
  padding-bottom: 0;
}
.openingsBox .headBox {
  width: 600px;
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
}
.openingsBox .headBox h2 {
  margin-bottom: 30px;
}

.openings .opening {
  position: relative;
}
.openings .opening::before {
  width: 96%;
  height: 2px;
  bottom: 0;
  left: 2%;
  content: "";
  position: absolute;
  background: rgba(72, 20, 109, 0.2);
}
.openings .opening:last-child::before {
  display: none;
}
.openings .opening h4 {
  color: #48146D;
  margin-bottom: 40px;
}
.openings .opening .inner {
  display: grid;
  grid-template-columns: 40% 25% 25%;
  justify-content: space-between;
}
.openings .opening .inner .head {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #48146D;
}
@media all and (max-width: 992px) {
  .openings .opening .inner {
    gap: 20px;
    grid-template-columns: 100%;
  }
}

.howItWorks {
  background-color: rgba(241, 233, 219, 0.4);
  padding: 5% 30px;
}
.howItWorks .headBox {
  max-width: 600px;
  width: 100%;
  margin: 0 auto 5%;
}
.howItWorks .headBox h2 {
  margin-bottom: 30px;
}
.howItWorks .howWorks {
  display: grid;
  margin: 0 -10px;
}
.howItWorks .howWorks .how {
  margin: 0 10px;
}
.howItWorks .howWorks .how .imgBox {
  aspect-ratio: 1/1;
  position: relative;
  margin-bottom: 10px;
}
.howItWorks .howWorks .how .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.howItWorks .howWorks .how .step {
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.howItWorks .howWorks .how .name {
  font-weight: 500;
  font-size: 20px;
  color: #48146D;
  margin-bottom: 0px;
}
.howItWorks .howWorks .how .days {
  color: #48146D;
  font-weight: 500;
  font-size: 16px;
  margin-top: 20px;
}
.howItWorks .dotsH ul {
  display: flex;
  gap: 5px;
  margin: 0;
  padding: 0;
  justify-content: center;
}
.howItWorks .dotsH ul li {
  list-style: none;
  height: 10px;
  width: 10px;
  background-color: #48146D;
  opacity: 0.4;
  overflow: hidden;
  cursor: pointer;
}
.howItWorks .dotsH ul li button {
  visibility: hidden;
}
.howItWorks .dotsH ul li.slick-active {
  opacity: 1;
}
@media all and (max-width: 992px) {
  .howItWorks {
    padding: 5%;
  }
  .howItWorks .dotsH {
    margin-top: 30px;
  }
}

.pricingBanner {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.pricingBanner.defPage {
  position: relative;
}
.pricingBanner.defPage::before {
  width: 96%;
  height: 2px;
  bottom: 0;
  left: 2%;
  content: "";
  position: absolute;
  background: rgba(72, 20, 109, 0.2);
}
.pricingBanner.defPage .textBox {
  display: block;
}
.pricingBanner.cartPage {
  position: relative;
  padding-bottom: 0;
}
.pricingBanner.cartPage .textBox {
  display: block;
}
.pricingBanner .textBox {
  display: grid;
  grid-template-columns: 45% 45%;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.pricingBanner .textBox.full {
  grid-template-columns: 100%;
  justify-content: flex-start;
}
.pricingBanner .textBox h1 {
  line-height: 1;
}
.pricingBanner .textBox p {
  font-size: 20px;
}
.pricingBanner .textBox a {
  font-size: inherit;
  text-decoration: underline;
}
.pricingBanner .bannerLogos .logos {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.pricingBanner .bannerLogos .logos img {
  max-width: 120px;
}
@media all and (max-width: 992px) {
  .pricingBanner .textBox {
    grid-template-columns: 100%;
    gap: 20px;
  }
  .pricingBanner .textBox p {
    font-size: 18px;
  }
}

.partnerCont {
  position: relative;
  overflow: hidden;
}
.partnerCont::before {
  position: absolute;
  content: "";
  width: 96%;
  left: 2%;
  background-color: #48146D;
  height: 2px;
  opacity: 0.2;
  top: 0;
}
.partnerCont h1, .partnerCont h2, .partnerCont h3, .partnerCont h4, .partnerCont h5, .partnerCont h6, .partnerCont p.serif {
  color: #48146D;
  font-weight: 500;
  margin-top: 30px;
}
.partnerCont h1:first-child, .partnerCont h2:first-child, .partnerCont h3:first-child, .partnerCont h4:first-child, .partnerCont h5:first-child, .partnerCont h6:first-child, .partnerCont p.serif:first-child {
  margin-top: 0;
}
.partnerCont p a {
  color: #48146D;
}

.pricingBox {
  padding-top: 0;
}
.pricingBox .head {
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #48146D;
}
.pricingBox .outerList {
  margin: 15px 0 30px;
}
.pricingBox .outerList .priceList {
  border-top: 2px solid rgb(218, 208, 226);
  border-left: 2px solid rgb(218, 208, 226);
  border-right: 2px solid rgb(218, 208, 226);
  display: grid;
  grid-template-columns: 80% 20%;
}
.pricingBox .outerList .priceList:last-child {
  border-bottom: 2px solid rgb(218, 208, 226);
}
.pricingBox .outerList .priceList:nth-child(2n+1) {
  background-color: rgba(72, 20, 109, 0.05);
}
.pricingBox .outerList .priceList.grayBack {
  background-color: rgba(241, 233, 219, 0.4);
}
.pricingBox .outerList .priceList p {
  color: #48146D;
  margin-bottom: 0;
  font-size: 20px;
  text-transform: capitalize;
}
.pricingBox .outerList .priceList p span {
  font-size: 60%;
}
.pricingBox .outerList .priceList .item {
  padding: 8px 25px;
}
.pricingBox .outerList .priceList .price {
  text-align: center;
  padding: 8px 25px;
  border-left: 2px solid rgb(218, 208, 226);
}
.pricingBox .note {
  color: #48146D;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
}
.pricingBox .ContD {
  margin-top: 30px;
}
.pricingBox .ContD a {
  color: #48146D;
}
.pricingBox .btnBox {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.pricingBox .btnBox a {
  width: 100%;
  max-width: 250px;
}
@media all and (max-width: 992px) {
  .pricingBox .outerList .priceList p {
    font-size: 18px;
  }
  .pricingBox .outerList .priceList .item {
    padding: 8px 15px;
  }
  .pricingBox .outerList .priceList .price {
    padding: 8px 15px;
  }
  .pricingBox .btnBox {
    flex-wrap: wrap;
  }
}
@media all and (max-width: 767px) {
  .pricingBox .outerList .priceList {
    grid-template-columns: 70% 30%;
  }
  .pricingBox .outerList .priceList p {
    font-size: 16px;
  }
}

.prePlan {
  background-color: rgba(241, 233, 219, 0.4);
}
.prePlan .two-col {
  display: grid;
  grid-template-columns: 45% 45%;
  justify-content: space-between;
}
.prePlan .two-col .copyBox .subhead {
  font-weight: 500;
  font-size: 25px;
  color: #48146D;
  margin: 20px 0;
}
.prePlan .two-col .benefitSec .points {
  margin-top: 30px;
}
.prePlan .two-col .benefitSec .points .point {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 20px;
  text-transform: capitalize;
  color: #48146D;
  line-height: 1;
}
.prePlan .two-col .benefitSec .points .point:last-child {
  margin-bottom: 0;
}
.prePlan .two-col .benefitSec .points .point .p {
  width: calc(100% - 60px);
}
.prePlan .two-col .benefitSec .points .point .icon {
  width: 40px;
  height: 40px;
  border: 2px solid rgba(72, 20, 109, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.prePlan .two-col .benefitSec .points .point .icon img {
  width: 100%;
}
@media all and (max-width: 992px) {
  .prePlan .two-col {
    grid-template-columns: 100%;
    gap: 30px;
  }
  .prePlan .two-col .copyBox .subhead {
    font-size: 22px;
  }
  .prePlan .two-col .benefitSec .points .point {
    font-size: 18px;
  }
}
@media all and (max-width: 767px) {
  .prePlan .two-col .copyBox .subhead {
    font-size: 20px;
  }
}

.ContBox {
  padding-bottom: 5%;
}
.ContBox .singleBlog {
  padding-bottom: 0;
  padding-top: 3%;
}
.ContBox .singleBlog:first-child {
  padding-top: 5%;
}
.ContBox .singleBlog a {
  color: #48146D;
}
.ContBox .singleBg {
  padding: 0 5%;
}

.allResources {
  padding-top: 0;
  padding: 0 30px 5%;
}
.allResources .resourcesSection {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 20px;
}
.allResources .resourcesSection .resource .imgBox {
  aspect-ratio: 1/1;
  position: relative;
  margin-bottom: 20px;
}
.allResources .resourcesSection .resource .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.allResources .resourcesSection .resource h3 {
  color: #48146D;
  border-bottom: 2px solid rgba(72, 20, 109, 0.1);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.allResources .resourcesSection .resource h3 a {
  color: inherit;
}
.allResources .resourcesSection .resource h3 a:hover {
  text-decoration: none;
}
@media all and (max-width: 1280px) {
  .allResources .resourcesSection {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media all and (max-width: 992px) {
  .allResources {
    padding: 0 5% 5%;
  }
}
@media all and (max-width: 767px) {
  .allResources .resourcesSection {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 500px) {
  .allResources .resourcesSection {
    grid-template-columns: 100%;
  }
}

.immediateBanner {
  position: relative;
}
.immediateBanner::before {
  width: 96%;
  height: 2px;
  bottom: 0;
  left: 2%;
  content: "";
  position: absolute;
  background: rgba(72, 20, 109, 0.2);
}
.immediateBanner .two-col {
  display: grid;
  grid-template-columns: 35% 55%;
  justify-content: space-between;
}
.immediateBanner .two-col .phoneBox .subhead {
  font-weight: 500;
  font-size: 22px;
}
.immediateBanner .two-col .phoneBox .phoneNumbers {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.immediateBanner .two-col .phoneBox .phoneNumbers .phoneBox .loca {
  margin-bottom: 0;
  line-height: 1;
  font-weight: 500;
  font-size: 14px;
}
.immediateBanner .two-col .phoneBox .phoneNumbers .phoneBox .phone a {
  font-weight: 500;
  font-size: 22px;
  color: #000000;
}
.immediateBanner .two-col .phoneBox .phoneNumbers .phoneBox .phone a:hover {
  color: #000000;
  text-decoration: none;
}
@media all and (max-width: 1280px) {
  .immediateBanner .two-col .phoneBox .phoneNumbers {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media all and (max-width: 992px) {
  .immediateBanner .two-col {
    grid-template-columns: 100%;
    gap: 20px;
  }
  .immediateBanner .two-col .phoneBox .subhead {
    font-size: 20px;
  }
  .immediateBanner .two-col .phoneBox .phoneNumbers {
    grid-template-columns: repeat(4, 1fr);
  }
  .immediateBanner .two-col .phoneBox .phoneNumbers .phoneBox .phone a {
    font-size: 20px;
  }
}
@media all and (max-width: 767px) {
  .immediateBanner .two-col .phoneBox .subhead {
    font-size: 18px;
  }
  .immediateBanner .two-col .phoneBox .phoneNumbers {
    grid-template-columns: repeat(3, 1fr);
  }
  .immediateBanner .two-col .phoneBox .phoneNumbers .phoneBox .phone a {
    font-size: 18px;
  }
}
@media all and (max-width: 500px) {
  .immediateBanner .two-col .phoneBox .subhead {
    font-size: 16px;
  }
  .immediateBanner .two-col .phoneBox .phoneNumbers {
    grid-template-columns: repeat(2, 1fr);
  }
  .immediateBanner .two-col .phoneBox .phoneNumbers .phoneBox .phone a {
    font-size: 18px;
  }
}

.formBox h4 {
  margin-bottom: 30px;
}

.contactSec .two-col {
  display: grid;
  grid-template-columns: 40% 50%;
  justify-content: space-between;
  align-items: center;
}
.contactSec .two-col .copy {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid rgba(72, 20, 109, 0.2);
  padding-right: 50px;
}
.contactSec .two-col .copy h1 {
  margin-bottom: 20px;
}
.contactSec .two-col .contDet {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid rgba(72, 20, 109, 0.2);
}
.contactSec .two-col .contDet .det {
  margin-bottom: 20px;
}
.contactSec .two-col .contDet .det:last-child {
  margin-bottom: 0;
}
.contactSec .two-col a:not(.btnSolid) {
  color: inherit;
}
.contactSec .two-col .head {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 0px;
  color: #48146D;
  text-transform: uppercase;
}
.contactSec .two-col .socials {
  margin-top: 30px;
  display: flex;
  gap: 15px;
}
.contactSec .two-col .socials a {
  display: block;
}
.contactSec .two-col .socials a img {
  height: 20px;
  object-fit: contain;
}
.contactSec .two-col .galBox .ImgSlid .slide {
  aspect-ratio: 1/0.7;
  position: relative;
}
.contactSec .two-col .galBox .ImgSlid .slide img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}
.contactSec .two-col .galBox .dots {
  margin: 30px auto 0;
}
.contactSec .two-col .galBox .dots ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 0;
  padding: 0;
}
.contactSec .two-col .galBox .dots ul li {
  list-style: none;
  height: 10px;
  width: 10px;
  background-color: #48146D;
  opacity: 0.4;
  overflow: hidden;
  cursor: pointer;
}
.contactSec .two-col .galBox .dots ul li button {
  visibility: hidden;
}
.contactSec .two-col .galBox .dots ul li.slick-active {
  opacity: 1;
}
@media all and (max-width: 992px) {
  .contactSec {
    padding: 5%;
  }
  .contactSec .two-col {
    grid-template-columns: 100%;
    gap: 30px;
  }
  .contactSec .two-col .copy {
    padding-right: 0;
  }
}

.formSecBox {
  background-color: rgba(241, 233, 219, 0.4);
}
.formSecBox .two-col {
  display: grid;
  grid-template-columns: 40% 50%;
  justify-content: space-between;
}
@media all and (max-width: 992px) {
  .formSecBox .two-col {
    grid-template-columns: 100%;
    gap: 30px;
  }
}
.formSecBox .mapSec #map {
  height: 100%;
  min-height: 400px;
}
.formSecBox .mapSec #map iframe {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.formSecBox h2 {
  margin-bottom: 20px;
}
.formSecBox .form {
  margin-top: 30px;
}
.formSecBox .form .gfield--type-captcha {
  display: flex;
}
.formSecBox .form .gform_body input, .formSecBox .form .gform_body textarea {
  background-color: transparent !important;
}
.cityInfo {
  background-color: #48146D;
}
.cityInfo .two-col {
  display: grid;
  grid-template-columns: 45% 45%;
  justify-content: space-between;
}
.cityInfo .two-col * {
  color: #ffffff;
}
.cityInfo .two-col h2 {
  margin-bottom: 20px;
}
.cityInfo .two-col .imgBox img {
  position: sticky;
  top: 100px;
}
@media all and (max-width: 992px) {
  .cityInfo .two-col {
    grid-template-columns: 100%;
    gap: 30px;
  }
}

.obeSec .two-col .imgBox {
  display: none;
}
.obeSec .two-col .imgBox img {
  width: 100%;
}
.obeSec .two-col .copyBox {
  font-family: "degular", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.obeSec .two-col .copyBox img:first-of-type {
  width: 100%;
  max-width: 365px;
}
.obeSec .two-col .copyBox h1, .obeSec .two-col .copyBox h2, .obeSec .two-col .copyBox h3, .obeSec .two-col .copyBox h4, .obeSec .two-col .copyBox h5, .obeSec .two-col .copyBox h6, .obeSec .two-col .copyBox p.serif {
  margin-bottom: 20px;
}
.obeSec .two-col .copyBox p {
  text-align: left !important;
}
.obeSec .two-col .copyBox .postMemory {
  text-align: center !important;
}
.obeSec .two-col .copyBox .dateP {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  opacity: 0.6;
}
.obeSec .two-col .copyBox .btnBox .head {
  color: #48146D;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #48146D;
  opacity: 0.6;
}
.obeSec .two-col .copyBox div {
  font-family: "degular", sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}
.obeSec .two-col .copyBox div:last-child {
  margin-bottom: 0;
}

.filterBox {
  padding: 0 5%;
}
.filterBox .innerFilter {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.filterBox .searchBox {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 2px solid rgba(72, 20, 109, 0.2);
  padding-right: 10px;
}
.filterBox .searchBox img {
  width: 20px;
  cursor: pointer;
  opacity: 0.5;
}
.filterBox .searchBox img:hover {
  opacity: 1;
}
.filterBox .searchBox input {
  border: none;
  font-size: 16px;
  line-height: 1;
  min-width: 300px;
  padding: 10px 20px;
  font-family: "Degular", sans-serif;
}
.filterBox .searchBox input::placeholder {
  font-family: "Degular", sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #48146D;
  opacity: 0.4;
  line-height: 1;
}
.filterBox .sortBox select {
  border: 2px solid rgba(72, 20, 109, 0.2);
  font-size: 16px;
  line-height: 1;
  color: #48146D;
  padding: 10px 20px;
  font-family: "Degular", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.allObituaries {
  padding: 5% 30px;
}
.allObituaries .obituariesSection {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.allObituaries .obituariesSection .obituarie .imgBox {
  position: relative;
  padding-top: 130%;
}
.allObituaries .obituariesSection .obituarie .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
  position: absolute;
}
.allObituaries .obituariesSection .obituarie .date {
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  opacity: 0.5;
}
.allObituaries .obituariesSection .obituarie .title {
  margin-top: 10px;
  color: #48146D;
  margin-bottom: 10px;
}
.allObituaries .obituariesSection .obituarie .title a {
  font-size: 20px;
  color: inherit;
}
.allObituaries .btnbox {
  margin-top: 30px;
}
@media all and (max-width: 992px) {
  .allObituaries .obituariesSection {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media all and (max-width: 767px) {
  .allObituaries .obituariesSection {
    grid-template-columns: repeat(2, 1fr);
  }
}

.condolenceSec {
  background-color: rgba(241, 233, 219, 0.4);
}
.condolenceSec .comments .innerComments {
  margin-top: 30px;
}
.condolenceSec .comments .innerComments .comment {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(72, 20, 109, 0.2);
}
.condolenceSec .comments .innerComments .comment:last-child {
  border-bottom: none;
}
.condolenceSec .comments .innerComments .comment .date {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.condolenceSec .commentForm {
  padding-top: 5%;
  margin-top: 5%;
  border-top: 2px solid rgba(72, 20, 109, 0.2);
}
.condolenceSec .commentForm h3 {
  color: #48146D;
  margin-bottom: 30px;
}
.condolenceSec .commentForm #commentform {
  display: grid;
  grid-template-columns: 49% 49%;
  justify-content: space-between;
}
.condolenceSec .commentForm #commentform .comment-thank-you {
  grid-column: span 2;
}
.condolenceSec .commentForm #commentform label {
  display: none;
}
.condolenceSec .commentForm #commentform input, .condolenceSec .commentForm #commentform textarea {
  width: 100%;
  background-color: transparent;
  border: 2px solid rgba(72, 20, 109, 0.2);
  padding: 10px 20px;
}
.condolenceSec .commentForm #commentform input::placeholder, .condolenceSec .commentForm #commentform textarea::placeholder {
  font-family: Degular;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #48146D;
  opacity: 0.6;
}
.condolenceSec .commentForm #commentform .logged-in-as, .condolenceSec .commentForm #commentform .comment-notes {
  grid-column: span 2;
}
.condolenceSec .commentForm #commentform .logged-in-as a, .condolenceSec .commentForm #commentform .comment-notes a {
  color: #000000;
}
.condolenceSec .commentForm #commentform .comment-form-comment {
  grid-column: span 2;
}
.condolenceSec .commentForm #commentform .form-submit {
  grid-column: span 2;
}
.condolenceSec .commentForm #commentform .form-submit input {
  font-family: "degular", sans-serif;
  padding: 10px 25px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  color: #ffffff;
  width: auto;
  background-color: #48146D;
  border: 2px solid #48146D;
}
.condolenceSec .commentForm #commentform .form-submit input:hover {
  border: 2px solid #48146D;
  background-color: transparent;
  color: #48146D;
  text-decoration: none;
}
@media all and (max-width: 992px) {
  .condolenceSec .commentForm #commentform {
    grid-template-columns: 100%;
  }
  .condolenceSec .commentForm #commentform .comment-form-comment {
    grid-column: span 1;
  }
  .condolenceSec .commentForm #commentform .form-submit {
    grid-column: span 1;
  }
  .condolenceSec .commentForm #commentform .logged-in-as, .condolenceSec .commentForm #commentform .comment-notes {
    grid-column: span 1;
  }
}

.shopSec .outerCat {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.shopSec .outerCat .category a {
  display: block;
  text-decoration: none;
}
.shopSec .outerCat .category a .imgBox {
  position: relative;
  padding-top: 100%;
  border: 2px solid rgba(72, 20, 109, 0.2);
}
.shopSec .outerCat .category a .imgBox img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.shopSec .outerCat .category a .name {
  margin-top: 10px;
  font-family: "Degular", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #48146D;
}
@media all and (max-width: 992px) {
  .shopSec .outerCat {
    grid-template-columns: repeat(2, 1fr);
  }
}
.wc-block-checkout__terms span {
  font-size: 18px;
  font-family: "degular", sans-serif;
}
.wc-block-checkout__terms a {
  color: #48146D;
}

.wc-block-components-checkout-return-to-cart-button {
  font-size: 18px;
}

.woocommerce table.shop_table th, .woocommerce table.shop_table td {
  font-size: 18px;
}
.woocommerce table.shop_table th a, .woocommerce table.shop_table td a {
  color: #48146D;
}

.woocommerce-order-overview li {
  font-size: 1.4em !important;
}

.woocommerce address {
  font-family: "degular", sans-serif;
  font-size: 18px;
  margin-bottom: 20px !important;
}
.woocommerce .woocommerce-message {
  border-top-color: #48146D;
  font-family: "degular", sans-serif;
  font-size: 14px;
}
.woocommerce .woocommerce-message::before {
  color: #48146D;
  font-size: 14px;
}
.woocommerce .woocommerce-message .button {
  padding: 10px 25px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  color: #ffffff;
  background-color: #48146D;
  border: 2px solid #48146D;
}
.woocommerce .woocommerce-message .button:hover {
  border: 2px solid #48146D;
  background-color: transparent;
  color: #48146D;
  text-decoration: none;
}
.woocommerce .shopProducts {
  padding: 5% 30px;
}
.woocommerce .shopProducts nav.woocommerce-breadcrumb {
  display: none;
}
.woocommerce .shopProducts .woocommerce-products-header {
  display: none;
}
.woocommerce .shopProducts .woocommerce-result-count {
  display: none;
}
.woocommerce .shopProducts .woocommerce-ordering {
  display: none;
}
.woocommerce .shopProducts .filterCat {
  display: flex;
  margin-bottom: 30px;
  gap: 10px;
  display: none;
}
.woocommerce .shopProducts .filterCat .head {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  color: #48146D;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-top: 10px;
}
.woocommerce .shopProducts .filterCat .dropdown select {
  font-family: "Degular", sans-serif;
  border: none;
  border-bottom: 2px solid rgba(72, 20, 109, 0.5);
  font-size: 16px !important;
  padding: 10px 0px !important;
  border-radius: 0;
  line-height: 1 !important;
  height: auto;
  font-family: "Degular", sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  color: #48146D;
  bottom: 2px;
  position: relative;
}
.woocommerce .shopProducts .filterCat .dropdown select:focus {
  outline: none;
}
.woocommerce .shopProducts .filterCat .dropdown .wc-block-product-categories {
  display: flex;
  align-items: center;
}
.woocommerce .shopProducts .filterCat .dropdown .wc-block-product-categories__button {
  display: flex;
  align-items: center;
  justify-items: center;
  border: none;
  background-color: #48146D;
  padding: 8px 10px;
  color: #ffffff;
}
@media all and (max-width: 767px) {
  .woocommerce .shopProducts .filterCat {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .woocommerce .shopProducts .filterCat .dropdown select {
    font-size: 14px !important;
  }
  .woocommerce .shopProducts .filterCat .dropdown .wc-block-product-categories__button {
    display: flex;
    align-items: center;
    justify-items: center;
    border: none;
    background-color: #48146D;
    padding: 8px 10px;
    color: #ffffff;
  }
}
.woocommerce .shopProducts .products.columns-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.woocommerce .shopProducts .products.columns-4::before {
  display: none;
}
.woocommerce .shopProducts .products.columns-4 li {
  margin: 0;
  width: 100%;
  max-width: 100%;
}
.woocommerce .shopProducts .products.columns-4 li .titlePrice {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 20px;
  border-top: 2px solid rgba(72, 20, 109, 0.2);
}
.woocommerce .shopProducts .products.columns-4 li .titlePrice .woocommerce-loop-product__title {
  padding: 0;
  color: #48146D;
  font-weight: 500;
  font-size: 25px;
}
.woocommerce .shopProducts .products.columns-4 li .titlePrice .price span {
  color: #48146D;
  font-weight: 200;
  font-size: 30px;
  text-transform: capitalize;
}
.woocommerce .shopProducts .products.columns-4 li .add_to_cart_button {
  display: none;
}
@media all and (max-width: 1280px) {
  .woocommerce .shopProducts .products.columns-4 {
    grid-template-columns: repeat(3, 1fr);
  }
  .woocommerce .shopProducts .products.columns-4 li .titlePrice .woocommerce-loop-product__title {
    font-size: 20px;
  }
  .woocommerce .shopProducts .products.columns-4 li .titlePrice .price span {
    font-size: 25px;
  }
}
@media all and (max-width: 992px) {
  .woocommerce .shopProducts .products.columns-4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .woocommerce .shopProducts .products.columns-4 li .titlePrice .woocommerce-loop-product__title {
    font-size: 18px;
  }
  .woocommerce .shopProducts .products.columns-4 li .titlePrice .price span {
    font-size: 20px;
  }
}
@media all and (max-width: 767px) {
  .woocommerce .shopProducts .products.columns-4 {
    justify-content: space-between;
    grid-template-columns: 48% 48%;
    gap: 0;
    row-gap: 20px;
  }
  .woocommerce .shopProducts .products.columns-4 li {
    width: 100% !important;
  }
  .woocommerce .shopProducts .products.columns-4 li .titlePrice {
    flex-direction: column;
    gap: 0;
  }
}

.searchProducts {
  padding: 5% 30px;
}
.searchProducts .products.columns-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.searchProducts .products.columns-4::before {
  display: none;
}
.searchProducts .products.columns-4 li {
  margin: 0;
  list-style: none;
  width: 100%;
  max-width: 100%;
}
.searchProducts .products.columns-4 li img {
  width: 100%;
  margin-bottom: 10px;
  height: auto;
}
.searchProducts .products.columns-4 li a:hover {
  text-decoration: none;
  color: #48146D;
}
.searchProducts .products.columns-4 li .titlePrice {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 20px;
  border-top: 2px solid rgba(72, 20, 109, 0.2);
}
.searchProducts .products.columns-4 li .titlePrice .woocommerce-loop-product__title {
  padding: 0;
  color: #48146D;
  font-weight: 500;
  font-size: 25px;
}
.searchProducts .products.columns-4 li .titlePrice .price span {
  color: #48146D;
  font-weight: 200;
  font-size: 30px;
  text-transform: capitalize;
}
.searchProducts .products.columns-4 li .add_to_cart_button {
  display: none;
}
@media all and (max-width: 1280px) {
  .searchProducts .products.columns-4 {
    grid-template-columns: repeat(3, 1fr);
  }
  .searchProducts .products.columns-4 li .titlePrice .woocommerce-loop-product__title {
    font-size: 20px;
  }
  .searchProducts .products.columns-4 li .titlePrice .price span {
    font-size: 25px;
  }
}
@media all and (max-width: 992px) {
  .searchProducts .products.columns-4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .searchProducts .products.columns-4 li .titlePrice .woocommerce-loop-product__title {
    font-size: 18px;
  }
  .searchProducts .products.columns-4 li .titlePrice .price span {
    font-size: 20px;
  }
}
@media all and (max-width: 767px) {
  .searchProducts .products.columns-4 {
    justify-content: space-between;
    grid-template-columns: 48% 48%;
    gap: 0;
    row-gap: 20px;
  }
  .searchProducts .products.columns-4 li {
    width: 100% !important;
  }
  .searchProducts .products.columns-4 li .titlePrice {
    flex-direction: column;
    gap: 0;
  }
}

.woocommerce .woocommerce-breadcrumb {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #48146D;
}
.woocommerce .woocommerce-breadcrumb a {
  color: #48146D;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  opacity: 0.5;
}
.woocommerce .product .prodCont {
  display: grid;
  grid-template-columns: 47% 47%;
  justify-content: space-between;
}
.woocommerce .product .prodCont .woocommerce-product-gallery.images {
  width: 100%;
  float: none;
  border: 2px solid rgba(72, 20, 109, 0.2);
}
.woocommerce .product .prodCont .summary {
  width: 100%;
  float: none;
}
.woocommerce .product .prodCont .summary .product_title {
  color: #48146D;
}
.woocommerce .product .prodCont .summary .price span {
  font-weight: 200;
  color: #48146D;
  font-size: 30px;
  text-transform: capitalize;
}
.woocommerce .product .prodCont .summary .cart {
  margin-top: 10px;
}
.woocommerce .product .prodCont .summary .quantity {
  margin-bottom: 10px;
}
.woocommerce .product .prodCont .summary .quantity button {
  background-color: transparent;
  border: none;
  color: #48146D;
  font-family: "Degular", sans-serif;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  text-transform: capitalize;
}
.woocommerce .product .prodCont .summary .quantity input {
  border: 2px solid rgba(72, 20, 109, 0.2);
  color: #48146D;
  font-family: "Degular", sans-serif;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  text-transform: capitalize;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.woocommerce .product .prodCont .summary .single_add_to_cart_button {
  border-radius: 0;
  background-color: #48146D;
  font-family: "Degular", sans-serif;
  font-weight: 700;
  display: flex;
  gap: 10px;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 12px 30px;
  max-width: unset;
  width: auto;
  align-items: center;
}
.woocommerce .product .prodCont .summary .single_add_to_cart_button img {
  width: 20px;
}
.woocommerce .product .prodCont .summary .product_meta {
  display: none;
}
@media all and (max-width: 992px) {
  .woocommerce .product .prodCont {
    grid-template-columns: 100%;
  }
}
.woocommerce .product .related.products {
  margin-top: 5%;
}
.woocommerce .product .related.products h2 {
  text-align: center;
  color: #48146D;
  margin-bottom: 30px;
}
.woocommerce .product .related.products .products.columns-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.woocommerce .product .related.products .products.columns-4::before {
  display: none;
}
.woocommerce .product .related.products .products.columns-4 li {
  margin: 0;
  width: 100%;
  max-width: 100%;
}
.woocommerce .product .related.products .products.columns-4 li .titlePrice {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 20px;
  border-top: 2px solid rgba(72, 20, 109, 0.2);
}
.woocommerce .product .related.products .products.columns-4 li .titlePrice .woocommerce-loop-product__title {
  padding: 0;
  color: #48146D;
  text-align: left;
  font-weight: 500;
  font-size: 25px;
}
.woocommerce .product .related.products .products.columns-4 li .titlePrice .price span {
  color: #48146D;
  font-weight: 200;
  font-size: 30px;
  text-transform: capitalize;
  line-height: 1;
}
.woocommerce .product .related.products .products.columns-4 li .add_to_cart_button {
  display: none;
}
@media all and (max-width: 1280px) {
  .woocommerce .product .related.products .products.columns-4 {
    grid-template-columns: repeat(3, 1fr);
  }
  .woocommerce .product .related.products .products.columns-4 li .titlePrice .woocommerce-loop-product__title {
    font-size: 20px;
  }
  .woocommerce .product .related.products .products.columns-4 li .titlePrice .price span {
    font-size: 25px;
  }
}
@media all and (max-width: 992px) {
  .woocommerce .product .related.products .products.columns-4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .woocommerce .product .related.products .products.columns-4 li .titlePrice .woocommerce-loop-product__title {
    font-size: 18px;
  }
  .woocommerce .product .related.products .products.columns-4 li .titlePrice .price span {
    font-size: 20px;
  }
}
@media all and (max-width: 767px) {
  .woocommerce .product .related.products .products.columns-4 {
    justify-content: space-between;
    grid-template-columns: 48% 48%;
    gap: 0;
    row-gap: 20px;
  }
  .woocommerce .product .related.products .products.columns-4 li {
    width: 100% !important;
  }
  .woocommerce .product .related.products .products.columns-4 li .titlePrice {
    flex-direction: column;
    gap: 0;
  }
}

.gallerySec {
  padding-top: 0;
}
.gallerySec .galleryBox {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.gallerySec .galleryBox .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media all and (max-width: 992px) {
  .gallerySec .galleryBox {
    grid-template-columns: repeat(2, 1fr);
  }
}

.fundingSec {
  background-color: #F9F6F1;
}
.fundingSec .copy p strong {
  color: #48146D;
}
.fundingSec .fundingOut {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 30px;
}
.fundingSec .fundingOut .name {
  color: #48146D;
  font-weight: 700;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media all and (max-width: 992px) {
  .fundingSec .fundingOut {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 767px) {
  .fundingSec .fundingOut {
    grid-template-columns: 100%;
  }
}

.lovingMemory .lovingM {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.lovingMemory .lovingM .memory {
  display: grid;
  grid-template-columns: 45% 45%;
  justify-content: space-between;
  align-items: center;
}
.lovingMemory .lovingM .memory .imgBox img {
  width: 100%;
}
.lovingMemory .lovingM .memory .date {
  font-weight: 700;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.lovingMemory .videoBox {
  margin-top: 30px;
  aspect-ratio: 1/0.5;
  position: relative;
}
.lovingMemory .videoBox iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media all and (max-width: 992px) {
  .lovingMemory .lovingM .memory {
    grid-template-columns: 30% 65%;
    justify-content: space-between;
  }
}
@media all and (max-width: 767px) {
  .lovingMemory .lovingM .memory {
    grid-template-columns: 100%;
    gap: 20px;
  }
}

.faqSec .faqBox {
  margin-bottom: 30px;
}
.faqSec .faqBox h3 {
  margin-bottom: 20px;
}
.faqSec .faqBox .faq {
  background-color: #f9f6f1;
  margin-bottom: 20px;
  border: 2px solid rgba(72, 20, 109, 0.2);
}
.faqSec .faqBox .faq .question {
  padding: 13px 20px;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
}
.faqSec .faqBox .faq .question.open img {
  transform: rotate(180deg);
}
.faqSec .faqBox .faq .question h5 {
  padding-right: 30px;
  margin-bottom: 0;
  color: #48146D;
}
.faqSec .faqBox .faq .question img {
  width: 10px;
  position: absolute;
  right: 20px;
  transition: all 0.3s ease 0.1s;
}
.faqSec .faqBox .faq .answer {
  padding: 10px 20px;
  display: none;
}
.faqSec .faqBox .faq .answer ul {
  padding-left: 10px;
  margin: 0;
}

.ourTeam .teamSec {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
}
.ourTeam .teamSec .imgBox {
  position: relative;
  padding-top: 120%;
  margin-bottom: 10px;
}
.ourTeam .teamSec .imgBox img {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  object-fit: cover;
}
.ourTeam .teamSec .job {
  color: #48146D;
  font-weight: 700;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 1px;
  opacity: 0.5;
}
@media all and (max-width: 992px) {
  .ourTeam .teamSec {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media all and (max-width: 767px) {
  .ourTeam .teamSec {
    grid-template-columns: repeat(2, 1fr);
  }
}

.landingBanner {
  width: 100%;
  position: relative;
  min-height: 45vh;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 0;
  padding-top: 10%;
  padding-right: 0;
  padding-left: 0;
}
.landingBanner::before {
  height: 300px;
  max-height: 100%;
  width: 100%;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: linear-gradient(0deg, rgba(225, 225, 225, 0) 40%, rgba(72, 20, 109, 0.5) 100%);
  z-index: 1;
}
.landingBanner .back {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  left: 0;
  top: 0;
  object-position: center;
  position: absolute;
}
.landingBanner .textBox {
  display: grid;
  grid-template-columns: 40% 40%;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  z-index: 2;
}
.landingBanner .textBox .heading {
  padding-bottom: 7%;
  padding-left: 7%;
}
.landingBanner .textBox.full {
  grid-template-columns: 100%;
  justify-content: flex-start;
}
.landingBanner .textBox h1 {
  color: #ffffff;
  line-height: 1;
  font-weight: 300;
}
.landingBanner .textBox h1 b {
  font-weight: 600;
}
.landingBanner .textBox a {
  font-size: inherit;
  color: #ffffff;
  text-decoration: underline;
}
.landingBanner .textBox .bannerBtn {
  padding: 10px 30px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  color: #ffffff;
  border: 2px solid #FFAD05;
  text-decoration: none;
  background-color: rgba(72, 20, 109, 0.5);
}
.landingBanner .textBox .bannerBox .inner {
  padding: 40px;
  background-color: rgba(72, 20, 109, 0.9);
}
.landingBanner .textBox .bannerBox .inner .head {
  font-weight: 500;
  font-size: 28px;
}
.landingBanner .textBox .bannerBox .inner .copy {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}
.landingBanner .textBox .bannerBox .inner p {
  color: #ffffff;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 0;
}
.landingBanner .textBox .bannerBox .inner .priceBanner {
  font-weight: 600;
  font-size: 80px;
  text-transform: capitalize;
  color: #FFAD05;
  line-height: 1.4;
}
.landingBanner .textBox .bannerBox .inner .noteBanner {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 2px solid rgba(255, 255, 255, 0.1);
}
.landingBanner .textBox .bannerBox .inner .noteBanner p {
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 1.4;
  text-transform: uppercase;
}
@media all and (max-width: 992px) {
  .landingBanner {
    padding: 0;
    padding-top: 100px;
    height: auto;
  }
  .landingBanner .textBox {
    grid-template-columns: 100%;
    gap: 20px;
  }
  .landingBanner .textBox .heading {
    padding: 5%;
    padding-bottom: 0;
  }
  .landingBanner .textBox p {
    font-size: 18px;
  }
  .landingBanner .textBox .bannerBox .inner {
    padding: 20px;
  }
  .landingBanner .textBox .bannerBox .inner .priceBanner {
    font-size: 60px;
  }
}

.detailsBox {
  background-color: #F9F6F1;
}
.detailsBox .two-col {
  grid-template-columns: 60% 40%;
  display: grid;
  justify-content: space-between;
}
.detailsBox .two-col .textBox {
  padding: 50px 15%;
}
.detailsBox .two-col .textBox .points {
  display: grid;
  grid-template-columns: 45% 45%;
  justify-content: space-between;
  gap: 20px;
  margin-top: 30px;
}
.detailsBox .two-col .textBox .points .point {
  display: flex;
  gap: 20px;
  align-items: center;
}
.detailsBox .two-col .textBox .points .point img {
  width: 40px;
}
.detailsBox .two-col .textBox .points .point p {
  color: #48146D;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
}
.detailsBox .two-col .textBox .points .point p span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.detailsBox .two-col .formBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 50px 10%;
  background-color: #ffffff;
}
@media all and (max-width: 992px) {
  .detailsBox .two-col {
    grid-template-columns: 100%;
  }
  .detailsBox .two-col .textBox {
    padding: 5%;
  }
  .detailsBox .two-col .formBox {
    padding: 5%;
  }
}
@media all and (max-width: 767px) {
  .detailsBox .two-col .textBox .points {
    grid-template-columns: 100%;
    gap: 10px;
  }
  .detailsBox .two-col .textBox .points .point p {
    font-size: 18px;
  }
}

.servSecBox {
  background-color: #48146D;
}
.servSecBox .two-col {
  display: grid;
  grid-template-columns: 45% 45%;
  justify-content: space-between;
}
.servSecBox .two-col h2 {
  color: #ffffff;
  margin-bottom: 30px;
}
.servSecBox .two-col h4 {
  color: #ffffff;
  font-weight: 500;
  line-height: 1.3;
}
.servSecBox .two-col .servS .service {
  padding: 20px 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}
.servSecBox .two-col .servS .service:first-child {
  padding-top: 0;
}
.servSecBox .two-col .servS .service:last-child {
  border-bottom: 0;
}
.servSecBox .two-col .servS .service p {
  color: #ffffff;
  display: block;
}
.servSecBox .two-col .servS .service .name {
  font-weight: 500;
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 0;
}
@media all and (max-width: 992px) {
  .servSecBox .two-col {
    grid-template-columns: 100%;
    gap: 20px;
  }
  .servSecBox .two-col h2 {
    margin-bottom: 10px;
  }
}

.specialOffers {
  padding-left: 30px;
  padding-right: 30px;
}
.specialOffers .headBox {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
.specialOffers .headBox .subHead {
  color: #48146D;
  font-weight: 500;
  font-size: 25px;
  text-align: center;
  text-transform: capitalize;
}
.specialOffers .offers {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.specialOffers .offers .offer {
  background-color: #F9F6F1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px;
  text-align: center;
  gap: 10px;
}
.specialOffers .offers .offer img {
  width: 40px;
}
.specialOffers .offers .offer p {
  color: #48146D;
  font-weight: 500;
  font-size: 20px;
  text-transform: capitalize;
}
@media all and (max-width: 1280px) {
  .specialOffers .offers .offer {
    padding: 60px;
  }
}
@media all and (max-width: 992px) {
  .specialOffers {
    padding: 5%;
  }
  .specialOffers .offers {
    justify-content: flex-start;
  }
  .specialOffers .offers .offer {
    padding: 40px;
  }
  .specialOffers .offers .offer p {
    font-size: 18px;
  }
}
@media all and (max-width: 767px) {
  .specialOffers .offers {
    grid-template-columns: 100%;
  }
}

.addDetails .two-col {
  display: grid;
  grid-template-columns: 45% 45%;
  justify-content: space-between;
}
.addDetails .two-col .addSec .details {
  padding: 20px 0;
  border-bottom: 2px solid rgba(72, 20, 109, 0.2);
}
.addDetails .two-col .addSec .details:first-child {
  padding-top: 0;
}
.addDetails .two-col .addSec .details:last-child {
  border-bottom: 0;
}
.addDetails .two-col .addSec .details p {
  display: block;
}
.addDetails .two-col .addSec .details .name {
  font-weight: 500;
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 0;
  color: #48146D;
}
@media all and (max-width: 992px) {
  .addDetails .two-col {
    grid-template-columns: 100%;
    gap: 20px;
  }
}

.locationsPopup {
  position: fixed;
  right: 0;
  top: 0;
  padding: 80px 30px;
  background-color: #ffffff;
  z-index: 999;
  height: 100%;
  width: 300px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: scroll;
  transform: translateX(100%);
  transition: all 0.3s ease 0.1s;
}
.locationsPopup.open {
  transform: translateX(0);
}
.locationsPopup .closeBtn {
  position: absolute;
  width: 35px;
  height: 35px;
  background-image: url("../img/Button_Menu.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.locationsPopup .inner .heading {
  font-weight: 500;
  color: #48146D;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 2px solid rgba(72, 20, 109, 0.2);
  font-size: 22px;
}
.locationsPopup .inner .locations .location {
  margin-bottom: 10px;
}
.locationsPopup .inner .locations .location .name {
  font-weight: 500;
  font-size: 14px;
  color: #48146D;
  margin-bottom: 0;
}
.locationsPopup .inner .locations .location p {
  margin-bottom: 0;
}
.locationsPopup .inner .locations .location .phone {
  font-weight: 500;
  color: #48146D;
  display: inline-block;
  font-size: 22px;
}
.locationsPopup .inner .locations .location .phone:hover {
  text-decoration: none;
}
.locationsPopup .inner .locations .location .location {
  font-weight: 500;
  font-size: 14px;
  text-decoration: underline;
  color: #48146D;
  display: inline-block;
  opacity: 0.5;
  margin-bottom: 0;
}
.locationsPopup .inner .locations .location .location:hover {
  opacity: 1;
}
.locationsPopup .socialsBox .head {
  color: #48146D;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 0;
}
.locationsPopup .socialsBox .socials {
  display: flex;
  gap: 10px;
}
.locationsPopup .socialsBox .socials a {
  padding: 10px;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid #ffffff;
}
.locationsPopup .socialsBox .socials a img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

/*# sourceMappingURL=main.css.map */
