@font-face {
  font-family: "Avenir-Regular";
  src: url("../fonts/avenirltstd-roman.woff") format("woff"), url("../fonts/avenirltstd-roman.woff2") format("woff2"), url("../fonts/avenirltstd-roman.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Avenir-Bold";
  src: url("../fonts/avenirltstd-black.woff") format("woff"), url("../fonts/avenirltstd-black.woff2") format("woff2"), url("../fonts/avenirltstd-black.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Lilita-One";
  src: url("../fonts/lilitaone-regular.woff") format("woff"), url("../fonts/lilitaone-regular.woff2") format("woff2"), url("../fonts/lilitaone-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.hb-mn-i-h input {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

html,
body {
  height: 100%;
  margin: 0;
}

body,
button,
input,
optgroup,
select,
textarea,
table {
  font-family: "Avenir-Regular" !important;
  color: #333333 !important;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  body,
  button,
  input,
  optgroup,
  select,
  textarea,
  table {
    font-size: 14px;
  }
}

a, a:hover, a:active, a:visited {
  text-decoration: none;
  outline: none;
}

body,
div {
  box-sizing: border-box;
}

::-moz-selection {
  background-color: #CCCCCC;
}

::selection {
  background-color: #CCCCCC;
}

*, *:before, *:after {
  box-sizing: inherit;
}

img {
  height: auto;
  max-width: 100%;
  position: relative;
  border-style: none;
}

body {
  display: block;
  /*-webkit-font-smoothing: antialiased;*/
  text-rendering: optimizeLegibility;
  line-height: 1.8;
  font-weight: 400;
  background-color: #FFF;
}

hr {
  border: 0.5px solid #D53F63;
}

hr.brwn {
  border: 0.5px solid #877669;
}

.ylw-bg {
  background-color: #DD9641 !important;
}

.pnk-bg {
  background-color: #D53F63 !important;
}

.pnk-bg-2 {
  background-color: #EDBFB9 !important;
}

.orng-bg {
  background-color: rgba(221, 150, 65, 0.1) !important;
}

.txt-cntr {
  text-align: center;
}

.txt-lite {
  opacity: 0.5;
}

.smll-txt {
  font-size: 0.8em;
}

.med-txt {
  font-size: 1.25em;
}

.lrg-txt {
  font-size: 1.8em;
}

.med-txt-b {
  font-size: 1.25em;
  font-family: "Avenir-Bold";
}

.lrg-txt-b {
  font-size: 1.8em;
  font-family: "Avenir-Bold";
}

.pnk-txt {
  color: #D53F63;
}
.pnk-txt a {
  color: #D53F63;
}

.wt-txt {
  color: #FFF;
}
.wt-txt a {
  color: #FFF;
}

.brwn-txt-b {
  color: #877669;
  font-family: "Avenir-Bold";
}
.brwn-txt-b a {
  color: #D53F63;
}

.wdth-100 {
  width: 100%;
}

.wdth-40 {
  width: 40%;
}

.wdth-80 {
  width: 80%;
  margin: 0 auto;
}

.wdth-80-lft {
  width: 80%;
}

.shdw-bx {
  border-radius: 8px;
  background-color: #FFFFFF;
  box-shadow: 0 0 4px 2px rgba(135, 118, 105, 0.2);
}

.brdr-bx {
  border-radius: 8px;
}

.flx-h {
  display: flex;
}

.flx-v {
  display: flex;
  flex-direction: column;
}

.flx-c1 {
  justify-content: center;
  align-items: center;
}

.flx-c2 {
  align-items: center;
}

.flx-c3 {
  justify-content: center;
}

.flx-c4 {
  justify-content: space-between;
}

.flx-c5 {
  align-items: center;
  justify-content: space-between;
}

.flx-c6 {
  align-items: center;
  justify-content: space-around;
}

.flx-c7 {
  align-items: flex-start;
}

.flx-c8 {
  align-items: flex-end;
}

.flx-g-5 {
  gap: 5px;
}

.flx-g-10 {
  gap: 10px;
}

.flx-g-15 {
  gap: 15px;
}

.flx-g-20 {
  gap: 20px;
}

.flx-g-25 {
  gap: 25px;
}

.flx-g-30 {
  gap: 30px;
}

.flx-g-40 {
  gap: 40px;
}

.flx-wrp {
  flex-wrap: wrap;
}

@media only screen and (max-width: 480px) {
  .flx-mob-wrp {
    flex-wrap: wrap;
  }
}

.flx-sp-bt {
  justify-content: space-between;
}

.flx-sp-ar {
  justify-content: space-around;
}

.flx-col-50 {
  width: 50%;
}

.flx-col-45 {
  width: 45%;
}

.pdng-5-b {
  padding-bottom: 5px;
}

.pdng-10 {
  padding: 10px;
}

.pdng-20 {
  padding: 20px;
}

.pdng-30 {
  padding: 30px;
}

.mrgn-0 {
  margin: 0px;
}

.mrgn-t-0 {
  margin-top: 0px;
}

.mrgn-b-0 {
  margin-bottom: 0px;
}

.rnd-brdr-8 {
  border-radius: 8px;
  overflow: hidden;
}

.ln-ht-1 {
  line-height: 1;
}

p {
  margin: 5px 0;
}

.bk-lnk {
  font-size: 0.875em;
}
.bk-lnk a {
  text-decoration: none;
  color: #333333;
}

h1 {
  font-family: "Lilita-one";
  font-size: 3em;
  line-height: 1.2;
  margin-bottom: 5px;
  letter-spacing: 1px;
}

h2 {
  font-family: "Avenir-Regular";
  font-size: 1.625em !important;
  line-height: 1.2;
  margin-bottom: 5px;
  letter-spacing: 1px;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  background-color: #FFFFFF;
  padding: 0 10px !important;
}
@media only screen and (max-width: 480px) {
  h2 {
    font-size: 1.35em;
    text-align: center;
  }
}

h2::after {
  content: "";
  width: 30px;
  height: 35px;
  position: absolute;
  background-image: url("../images/cherry.svg");
  background-repeat: no-repeat;
  top: -7px;
  right: -25px;
  background-color: #FFFFFF;
}
@media only screen and (max-width: 480px) {
  h2::after {
    width: 20px;
    height: 23px;
    background-size: 100%;
    right: -10px;
    top: -2px;
  }
}

h3 {
  font-family: "Lilita-one";
  font-size: 1.5em;
  line-height: 1.2;
  margin-bottom: 5px;
  letter-spacing: 1px;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  background-color: #FFFFFF;
}
@media only screen and (max-width: 480px) {
  h3 {
    font-size: 1.35em;
    text-align: center;
  }
}

h4 {
  font-family: "Lilita-one";
  color: #D53F63;
  margin: 0;
}

h5 {
  font-family: "Avenir-Regular";
  color: #D53F63;
  margin: 0;
  font-size: 1em;
  padding: 5px 0;
}

.bf-phone {
  position: relative;
  padding-left: 1.5em;
}

.bf-phone::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  top: 6px;
  background-image: url("../images/phone.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}

.bf-email {
  position: relative;
  padding-left: 1.5em;
}

.bf-email::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  top: 8px;
  background-image: url("../images/mail.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}

.tb-pdng-75 {
  padding-top: 75px;
  padding-bottom: 75px;
}
@media only screen and (max-width: 480px) {
  .tb-pdng-75 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.tb-pdng-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 480px) {
  .tb-pdng-50 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}

.tb-pdng-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media only screen and (max-width: 480px) {
  .tb-pdng-25 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.spacer-extra-large {
  height: 3em;
}

.spacer-large {
  height: 2em;
}
@media only screen and (max-width: 768px) {
  .spacer-large {
    height: 1.5em;
  }
}

.spacer-medium {
  height: 1.5em;
}

.spacer-small {
  height: 1em;
}

.spacer-tiny {
  height: 0.5em;
}

.blk-cntnt h3 {
  color: #555;
  margin: 25px 0 10px 0;
}
.blk-cntnt h4 {
  margin: 20px 0 5px 0;
}
.blk-cntnt p {
  color: #333;
}

.page-width {
  padding-left: 60px;
  padding-right: 60px;
  height: inherit;
  max-width: 1440px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .page-width {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.page-width h2 {
  margin: 10px auto;
}

.page-header {
  width: 100%;
  height: 108px;
  position: fixed;
  z-index: 14000;
}
@media only screen and (max-width: 768px) {
  .page-header {
    height: 75px;
  }
}

.pnk-hdr {
  height: 30px;
  background-color: #D53F63;
  color: #fff;
  font-size: 0.9em;
}
@media only screen and (max-width: 480px) {
  .pnk-hdr {
    height: 25px;
  }
}
.pnk-hdr .page-width {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pnk-hdr .tp-msg {
  overflow: hidden;
}
@media only screen and (max-width: 480px) {
  .pnk-hdr .tp-msg {
    display: none;
  }
}
.pnk-hdr .tp-lc {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.wht-hdr {
  height: 60px;
  background-color: #FFF;
  color: #333333;
  box-shadow: 0 0 4px 2px rgba(114, 60, 27, 0.3);
}
.wht-hdr .page-width {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 480px) {
  .wht-hdr .page-width {
    gap: 20px;
    justify-content: flex-start;
  }
}
.wht-hdr .pg-lg {
  height: 24px;
}
@media only screen and (max-width: 480px) {
  .wht-hdr .pg-lg {
    height: 19px;
    width: 140px;
  }
}
@media only screen and (max-width: 480px) {
  .wht-hdr {
    height: 50px;
  }
}

.mn-nv {
  display: flex;
  gap: 40px;
  height: 100%;
  padding-top: 4px;
}
.mn-nv .hdr-n-itm {
  letter-spacing: 0.5px;
  height: 100%;
  display: flex;
  align-items: center;
  color: #333333;
  border-bottom: 4px solid #FFF;
  gap: 5px;
  cursor: pointer;
}
.mn-nv .hdr-n-itm:hover {
  color: #D53F63;
}
.mn-nv .hdr-n-itm:hover .chev-holder {
  background-image: url("../images/chevron-p.svg");
}
.mn-nv .hdr-n-itm-actv {
  color: #D53F63;
  border-bottom: 4px solid #D53F63;
}
@media only screen and (max-width: 480px) {
  .mn-nv {
    display: none;
  }
}

.chev-holder {
  background-image: url("../images/chevron-b.svg");
  background-repeat: no-repeat;
  width: 15px;
  height: 10px;
}

.chev-holder-w {
  background-image: url("../images/chevron-w.svg");
  background-repeat: no-repeat;
  width: 15px;
  height: 10px;
}

.icn-nv {
  display: flex;
  align-items: center;
  gap: 30px;
}
.icn-nv .hdr-icn-itm {
  position: relative;
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
  font-size: 0.6em;
  color: #333333;
  gap: 6px;
  line-height: 1;
  align-items: center;
}
.icn-nv .hdr-icn-itm img {
  height: 24px;
}
@media only screen and (max-width: 480px) {
  .icn-nv .hdr-icn-itm img {
    height: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .icn-nv .hdr-icn-itm span {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .icn-nv {
    gap: 15px;
    width: calc(100% - 190px);
    justify-content: flex-end;
  }
}

@media only screen and (max-width: 480px) {
  #track-order-lnk, #account-lnk {
    display: none;
  }
}

/**
Mobile Menu
**/
.hb-mn-i-h {
  display: none;
  position: relative;
  z-index: 9002;
  /*input:checked ~ span{
      opacity: 1;
      transform: rotate(45deg) translate(-1px, 0) scale(1.1, 1.1);
      background: #333;
  }*/
}
@media only screen and (max-width: 768px) {
  .hb-mn-i-h {
    display: block;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .hb-mn-i-h {
    display: block;
  }
}
.hb-mn-i-h input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hb */
  -webkit-touch-callout: none;
}
.hb-mn-i-h input:checked ~ .hb-mn {
  transform: none;
}
.hb-mn-i-h span {
  display: block;
  width: 22px;
  height: 1px;
  margin-bottom: 7px;
  position: relative;
  background: #333; /*$text-color-one;*/
  border-radius: 1px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
@media only screen and (max-width: 480px) {
  .hb-mn-i-h span {
    margin-bottom: 5px;
  }
}
.hb-mn-i-h #hb3 {
  margin-bottom: 0 !important;
}
.hb-mn-i-h #hb2 {
  width: 22px;
}
.hb-mn-i-h #hb1 {
  transform-origin: 0% 100%;
  width: 22px;
}
.hb-mn-i-h input:checked ~ #hb1 {
  width: 9px;
  top: 6px;
  transform: rotate(42deg) translate(0, 0) scale(1.1, 1.5);
}
.hb-mn-i-h input:checked ~ #hb2 {
  opacity: 1;
  width: 22px;
  /*transform: rotate(0deg) scale(0.2, 0.2);*/
}
.hb-mn-i-h input:checked ~ #hb3 {
  width: 9px;
  transform: rotate(-45deg) translate(0, 0) scale(1.1, 1.5);
  top: -9px;
  left: -1px;
}

.hb-mn {
  width: 85vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translateX(-85vh);
  transition: transform 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  /*padding: 0 20px;*/
  overflow: scroll;
  box-shadow: 0 0 4px 2px rgba(135, 118, 105, 0.2);
}

/**
Mobile Menu Ends
**/
.mob-mn-hdr {
  background-color: rgba(135, 118, 105, 0.7);
  width: 100%;
  height: 150px;
  color: #FFF;
}
.mob-mn-hdr .mob-mn-hdr-cnt {
  padding: 10px 10px 10px 60px;
  line-height: 1.4;
  height: 100%;
  justify-content: space-between;
}
.mob-mn-hdr .mob-mn-hdr-cnt div:first-child div {
  margin: 0;
  font-size: 1.2em;
}

.mob-icn-nv {
  align-items: center;
  gap: 15px;
  justify-content: space-between;
}
.mob-icn-nv .mob-icn-itm {
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
  font-size: 0.6em;
  color: #333333;
  gap: 6px;
  line-height: 1;
  align-items: center;
}
.mob-icn-nv .mob-icn-itm img {
  height: 20px;
}
.mob-icn-nv .mob-icn-itm div {
  color: #FFF;
  background: none !important;
}

.mob-ordr-mnu {
  padding: 10px 20px;
}
.mob-ordr-mnu .mob-ttl {
  color: #D53F63;
  font-size: 1.2em;
}

.mob-ordr-mnu-hldr {
  width: 100%;
  padding: 0;
  gap: 25px;
}
.mob-ordr-mnu-hldr a {
  color: #333333;
}

.mob-ordr-itm {
  display: flex;
  height: 35px;
  align-items: center;
  gap: 15px;
}
.mob-ordr-itm .mob-ordr-itm-l {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #DBD8D5;
}
.mob-ordr-itm .mob-ordr-itm-l img {
  width: 90%;
  height: auto;
}
.mob-ordr-itm .mob-ordr-itm-r {
  text-transform: uppercase;
  font-size: 1.1em;
}

.mg-mnu {
  position: absolute;
  width: 100%;
  height: 400px;
  background-color: #FFF;
  box-shadow: 0 3px 3px 0px rgba(135, 118, 105, 0.2);
  z-index: -1;
  top: -310px;
  transition: top 500ms cubic-bezier(0.29, 0.63, 0.44, 1);
  /*transform: translateY(0);*/
}
@media only screen and (max-width: 480px) {
  .mg-mnu {
    display: none;
  }
}
.mg-mnu a {
  color: #333333;
}
.mg-mnu .mg-mnu-l {
  width: 30%;
  background-color: #F5F4F4;
}
.mg-mnu .mg-mnu-l img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.mg-mnu .mg-mnu-c {
  width: 35%;
  padding: 20px 35px;
}
.mg-mnu .mg-mnu-c .mob-ordr-itm {
  padding: 5px 4px;
  height: 50px;
  border-radius: 8px;
  font-size: 0.9em;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.mg-mnu .mg-mnu-c .mob-ordr-itm:hover {
  background-color: rgba(135, 118, 105, 0.5);
}
.mg-mnu .mg-mnu-c .mob-ordr-itm-sel {
  background-color: rgba(135, 118, 105, 0.5);
}
.mg-mnu .mg-mnu-r {
  width: 35%;
  background-color: #F5F4F4;
  padding: 20px 35px;
  /*.mg-mnu-r-t1::after{
      position: absolute;
      content: "";
      background-image: url('../images/right-arrow.svg');
      width: 16px;
      height: 16px;
      background-repeat: no-repeat;
      top: 10px;
      right: 15px;

      @include media-query("small"){
          top: 7px;
      }
  }*/
}
.mg-mnu .mg-mnu-r .mg-mnu-r-t1 {
  color: #877669;
  font-size: 1em;
  padding-bottom: 10px;
  position: relative;
}
.mg-mnu .mg-mnu-r .mg-mnu-r-t1 a {
  color: inherit;
}
.mg-mnu .mg-mnu-r .mg-mnu-r-t2 {
  color: #D53F63;
  font-size: 1.2em;
}
.mg-mnu .mg-mnu-r .mg-mnu-r-t2 a {
  color: inherit;
}

.page-footer {
  background-color: #877669;
  padding: 50px 0 30px 0;
}
.page-footer .page-width {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media only screen and (max-width: 480px) {
  .page-footer .page-width {
    flex-direction: column;
    align-items: center;
  }
}

.page-content {
  padding-top: 90px;
  min-height: 500px;
}
@media only screen and (max-width: 480px) {
  .page-content {
    padding-top: 75px;
  }
}

.f-cl {
  width: 25%;
  color: #FFF;
}
.f-cl .f-lg-hldr {
  text-align: left;
}
@media only screen and (max-width: 480px) {
  .f-cl .f-lg-hldr {
    width: 60%;
    margin: 0 auto;
  }
}
.f-cl .f-lg-cap {
  font-size: 0.78em;
  margin-top: -6px;
  margin-left: -1px;
}
@media only screen and (max-width: 480px) {
  .f-cl .f-lg-cap {
    font-size: 0.58em;
  }
}
.f-cl a {
  color: #FFF;
}
.f-cl .ft-n-itm {
  line-height: 2;
}
@media only screen and (max-width: 480px) {
  .f-cl .ft-n-itm {
    line-height: 2.5;
  }
}
@media only screen and (max-width: 480px) {
  .f-cl {
    width: 80%;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 30px;
  }
}

.cpy-msg {
  color: #FFF;
  font-size: 0.8em;
  text-align: center;
  padding-top: 40px;
}

.soc-d {
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 480px) {
  .soc-d {
    justify-content: center;
  }
}

.h-c {
  width: 100%;
  height: 380px;
  background-color: #0F0A01;
  overflow: hidden;
}
@media only screen and (max-width: 480px) {
  .h-c {
    height: 350px;
  }
}
.h-c .indicators {
  margin: 5px;
  padding: 0 60px;
  line-height: 1;
}
@media only screen and (max-width: 480px) {
  .h-c .indicators {
    margin: 20px 0;
  }
}

.h-c-itm {
  height: 380px;
  color: #FFFFFF;
  position: relative;
}
.h-c-itm img {
  /*mask-image: linear-gradient(to right, rgba(0,0,0,1), rgba(0,0,0,0));*/
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media only screen and (max-width: 480px) {
  .h-c-itm img {
    height: 100%;
    margin: 0;
    /*mask-image: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,1));*/
  }
}
.h-c-itm a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}

.h-c-i-ct {
  position: absolute;
}

.h-c-i-lc {
  top: 0;
  bottom: 0;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto 50px;
}
@media only screen and (max-width: 480px) {
  .h-c-i-lc {
    margin: auto 30px;
    top: unset;
    bottom: 45px;
  }
}

.h-c-i-rc {
  left: 60%;
  top: 0;
  bottom: 0;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto 50px;
}
@media only screen and (max-width: 480px) {
  .h-c-i-rc {
    margin: auto 30px;
    left: 0;
    top: unset;
    bottom: 45px;
  }
}

.h-c-i-cc {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .h-c-i-cc {
    margin: auto auto;
    left: 0;
    right: 0;
    top: unset;
    bottom: 45px;
  }
}

@media only screen and (max-width: 480px) {
  .h-c-i-tp {
    top: 20px !important;
    bottom: unset !important;
  }
}

.h-c-i-btn-c {
  margin-left: auto;
  margin-right: auto;
}

.h-c-i-dark {
  color: #877669;
}

.h-c-i-light {
  color: #FFFFFF;
}

.home-carousel-btn {
  background: #D53F63;
  border-radius: 8px;
  padding: 5px 35px;
  text-transform: lowercase;
  font-family: "Avenir-Regular";
  font-size: 0.875em;
  color: #FFFFFF;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 10px;
}
@media only screen and (max-width: 480px) {
  .home-carousel-btn {
    padding: 5px 20px;
  }
}

.home-carousel-btn:hover {
  color: #292929;
}

.brwn-btn {
  background: #877669;
  border-radius: 8px;
  padding: 5px 35px;
  text-transform: uppercase;
  font-family: "Avenir-Regular";
  font-size: 0.875em;
  color: #FFFFFF;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 10px;
  cursor: pointer;
}
@media only screen and (max-width: 480px) {
  .brwn-btn {
    padding: 5px 20px;
  }
}

.brwn-btn:hover {
  background-color: rgba(135, 118, 105, 0.8);
}

.pnk-btn {
  background: #D53F63;
  border-radius: 8px;
  padding: 5px 35px;
  text-transform: uppercase;
  font-family: "Avenir-Regular";
  font-size: 0.875em;
  color: #FFFFFF;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 10px;
  cursor: pointer;
}
@media only screen and (max-width: 480px) {
  .pnk-btn {
    padding: 5px 20px;
  }
}

.pnk-btn:hover {
  background-color: rgba(213, 63, 99, 0.8);
}

.disabled-button {
  pointer-events: none;
  opacity: 0.5;
}

.wht-btn {
  background: #FFFFFF;
  border-radius: 8px;
  padding: 5px 35px;
  text-transform: uppercase;
  font-family: "Avenir-Regular";
  font-size: 0.875em;
  color: #877669;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 10px;
  box-shadow: 0 0 4px 2px rgba(135, 118, 105, 0.2);
  cursor: pointer;
}
@media only screen and (max-width: 480px) {
  .wht-btn {
    padding: 5px 20px;
  }
}

.wht-btn:hover {
  background-color: rgba(135, 118, 105, 0.4);
}

.wht-pnk-btn {
  background: #FFFFFF;
  border-radius: 8px;
  padding: 5px 35px;
  text-transform: uppercase;
  font-family: "Avenir-Regular";
  font-size: 0.875em;
  color: #D53F63;
  border: 1px solid #D53F63;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 10px;
  cursor: pointer;
}
@media only screen and (max-width: 480px) {
  .wht-pnk-btn {
    padding: 5px 20px;
  }
}

.wht-pnk-btn:hover {
  background-color: rgba(213, 63, 99, 0.4);
}

.tgl-btn {
  background-color: #FFFFFF;
  border: 1px solid #877669;
  border-radius: 8px;
  padding: 1px 10px;
  font-family: "Avenir-Regular";
  font-size: 0.875em;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media only screen and (max-width: 480px) {
  .tgl-btn {
    padding: 5px 10px;
  }
}

.tgl-btn-active {
  background-color: #877669;
  color: #FFFFFF;
}

.cat-section a {
  color: #333333;
}

.cat-item {
  width: 200px;
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 1.15em;
  line-height: 2;
  position: relative;
}
@media only screen and (max-width: 480px) {
  .cat-item {
    width: 150px;
    height: 150px;
    -o-object-fit: cover;
       object-fit: cover;
    font-size: 1em;
  }
}
.cat-item img {
  height: 130px;
  width: 150px;
  -o-object-fit: none;
     object-fit: none;
  margin-bottom: 10px;
}
@media only screen and (max-width: 480px) {
  .cat-item img {
    width: 80%;
    height: 70%;
    -o-object-fit: contain;
       object-fit: contain;
    margin-bottom: 5px;
  }
}

.cat-item:hover {
  background-color: rgba(135, 118, 105, 0.18);
}

.soon-overlay {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 8px;
}
.soon-overlay span {
  display: inline-block;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
}

.add-btn {
  position: relative;
  padding: 5px 10px 4px 10px !important;
  min-width: 80px;
  height: 30px;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}

.add-btn-prd {
  position: relative;
  padding: 5px 15px 4px 15px !important;
  min-width: 80px;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 8px;
  border: 1px solid #D53F63;
  background-color: #D53F63;
  color: #FFF;
  width: 150px;
  cursor: pointer;
  height: 37px;
}

.add-btn-prd:hover {
  background-color: rgba(213, 63, 99, 0.8);
}

.add-btn-prd:active {
  background-color: rgba(213, 63, 99, 0.5);
  color: #D53F63;
}

.loc-section {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 480px) {
  .loc-section {
    gap: 10px;
  }
}
.loc-section .loc-itm {
  width: 365px;
  height: 285px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media only screen and (max-width: 480px) {
  .loc-section .loc-itm {
    width: 100%;
    height: 200px;
  }
}
.loc-section .loc-itm img {
  width: 100%;
  height: 245px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 480px) {
  .loc-section .loc-itm img {
    height: calc(100% - 30px);
  }
}
.loc-section .loc-itm a {
  color: #333333;
}

.loc-itm-lbl {
  position: absolute;
  z-index: 1;
  bottom: 40px;
  color: #FFFFFF;
  text-transform: uppercase;
  padding-left: 25px;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .loc-itm-lbl {
    bottom: 29px;
  }
}

.loc-itm-lbl::before {
  content: "";
  position: absolute;
  background-image: url("../images/location.svg");
  width: 12px;
  height: 16px;
  left: 5px;
  top: 5px;
}

.loc-btn {
  padding: 6px 15px;
  position: absolute;
  bottom: 0px;
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .loc-btn {
    font-size: 0.7em;
    height: 30px;
  }
}

.loc-btn::after {
  position: absolute;
  content: "";
  background-image: url("../images/right-arrow.svg");
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  top: 13px;
  right: 15px;
}
@media only screen and (max-width: 480px) {
  .loc-btn::after {
    top: 7px;
  }
}

.fb-hldr {
  height: 500px;
}

#fbSection {
  border: 1px solid #D53F63;
  border-radius: 8px;
  position: relative;
  padding-top: 35px;
  padding-bottom: 35px;
}
#fbSection h2 {
  position: relative;
  top: -65px;
}
@media only screen and (max-width: 480px) {
  #fbSection h2 {
    top: -58px;
  }
}
#fbSection .fb-itm {
  width: 100%;
  height: 450px;
  display: flex;
  gap: 20px;
  justify-content: center;
}
@media only screen and (max-width: 480px) {
  #fbSection .fb-itm {
    display: block;
    overflow: hidden;
  }
}
#fbSection .fb-ttl {
  color: #D53F63;
  text-transform: uppercase;
  line-height: 1.2;
}
#fbSection .fb-cty {
  font-size: 0.8em;
  color: #877669;
}
#fbSection .fb-itm-l {
  width: 350px;
}
@media only screen and (max-width: 480px) {
  #fbSection .fb-itm-l {
    width: 100%;
    height: 100px;
    overflow: hidden;
  }
}
#fbSection .fb-itm-r {
  width: 450px; /*calc(100% - 350px);*/
  overflow-y: scroll;
}
@media only screen and (max-width: 480px) {
  #fbSection .fb-itm-r {
    margin-top: 20px;
    width: 100%;
  }
}
#fbSection .fb-md-h {
  width: 320px;
  height: 400px;
  border-radius: 8px;
  overflow: hidden;
  background-color: rgba(135, 118, 105, 0.2);
  background-image: url("../images/BF-pie.svg");
  background-repeat: no-repeat;
  background-position: center;
}
#fbSection .fb-md-h img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 480px) {
  #fbSection .fb-md-h {
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 480px) {
  #fbSection .fb-txt {
    font-size: 0.9em;
    line-height: 1.4;
  }
}

#fbSection::before {
  content: "";
  position: absolute;
  background-image: url("../images/BF-pie.svg");
  background-repeat: no-repeat;
  width: 45px;
  height: 40px;
  background-size: 75%;
  background-color: #FFFFFF;
  background-position: center;
  top: -20px;
  right: 30px;
}
@media only screen and (max-width: 480px) {
  #fbSection::before {
    width: 23px;
    height: 20px;
    top: -14px;
    right: 15px;
  }
}

#fbSection::after {
  content: "";
  position: absolute;
  background-image: url("../images/BF-pie.svg");
  background-repeat: no-repeat;
  width: 45px;
  height: 40px;
  background-size: 75%;
  background-color: #FFFFFF;
  background-position: center;
  left: 30px;
  bottom: -15px;
}
@media only screen and (max-width: 480px) {
  #fbSection::after {
    width: 23px;
    height: 20px;
    left: 14px;
    bottom: -8px;
  }
}

.prtnr-bx {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  align-items: center;
  /*padding: 30px;*/
  overflow: hidden;
  /*img{
      width: 105px;
      height: 80px;
  }*/
}
@media only screen and (max-width: 480px) {
  .prtnr-bx {
    width: 100%;
  }
}

.prtnr-btn {
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #D53F63;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #D53F63;
  overflow: hidden;
  height: 42px;
}
.prtnr-btn .prtnr-btn-im {
  width: 50px;
  padding: 9px 5px 0px 5px;
  background-color: #FFF;
}
.prtnr-btn .prtnr-btn-im img {
  width: 40px;
  height: auto;
}
.prtnr-btn .prtnr-btn-lbl {
  color: #FFF;
  padding: 0 10px;
}

.qr-itms {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.qr-itm {
  width: 360px;
  height: 410px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.qr-itm .qr-itm-im-hldr {
  width: 100%;
  height: 270px;
}
@media only screen and (max-width: 480px) {
  .qr-itm .qr-itm-im-hldr {
    min-width: 40%;
    max-width: 40%;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
  }
}
.qr-itm .qr-itm-info-hldr {
  height: 140px;
  justify-content: space-between;
}
@media only screen and (max-width: 480px) {
  .qr-itm .qr-itm-info-hldr {
    height: unset;
  }
}
.qr-itm img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.qr-itm .qr-itm-t {
  color: #D53F63;
  padding: 0 15px;
  line-height: 1.3;
  height: 42px;
  margin-top: 10px;
}
@media only screen and (max-width: 480px) {
  .qr-itm .qr-itm-t {
    margin-top: 2px;
    height: unset;
  }
}
.qr-itm .qr-itm-d {
  color: #999999;
  padding: 0 15px;
  font-size: 0.8em;
  height: 42px;
}
@media only screen and (max-width: 480px) {
  .qr-itm .qr-itm-d {
    height: unset;
  }
}
.qr-itm a {
  color: inherit !important;
}
@media only screen and (max-width: 480px) {
  .qr-itm {
    flex-direction: row;
    width: 100%;
    height: 140px;
    padding: 5px;
  }
}

.pg-hero {
  position: relative;
}
.pg-hero .pg-hero-ttl {
  position: absolute;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  width: 100%;
}

.pg-brdcrmb {
  font-size: 0.85em;
  color: #999999;
}

.pg-ttl {
  font-size: 2em;
  color: #D53F63;
  font-family: "Avenir-Bold";
  line-height: 1.2;
  padding: 10px 0;
}

.pg-dt {
  font-size: 0.85em;
  color: #999999;
  text-transform: uppercase;
}

.pg-cntnt strong {
  font-family: "Avenir-Bold";
}
.pg-cntnt a {
  color: #877669;
}

.pg-img {
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.pg-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.pg-nav {
  display: flex;
}
.pg-nav .pg-nav-c {
  width: 50%;
}
.pg-nav .pg-nav-c a {
  color: #D53F63;
}
.pg-nav .pg-nav-c span {
  color: #999999;
  font-size: 0.8em;
  display: block;
  line-height: 1;
}
.pg-nav .pg-nav-c:last-child {
  text-align: right;
}

.hlt-itm {
  width: 400px;
  height: 250px;
  position: relative;
}
.hlt-itm .hlt-im {
  height: 100px;
}
.hlt-itm .txt-cntr {
  line-height: 1.3;
  font-size: 0.9em;
}

.hlt-itm::after {
  content: "";
  position: absolute;
  display: none;
  width: 32px;
  height: 32px;
  box-shadow: 0 0 4px 2px rgba(135, 118, 105, 0.2);
  border-radius: 50%;
  z-index: 1000;
  background-image: url("../images/BF-pie.svg");
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center;
  bottom: -26px;
  left: calc(50% - 16px);
  background-color: #FFF;
}
@media only screen and (max-width: 480px) {
  .hlt-itm::after {
    display: block;
  }
}

.hlt-itm-2 {
  width: 150px;
  height: 150px;
  border-radius: 50%;
}
@media only screen and (max-width: 480px) {
  .hlt-itm-2 {
    display: none;
  }
}

.fr-sec {
  position: relative;
}
.fr-sec h1 {
  font-size: 30px;
  font-family: "LilitaOne";
  line-height: 1.2;
  font-weight: 100;
  letter-spacing: 1px;
  word-spacing: 4px;
  margin-bottom: 10px;
  margin-top: 0;
}
@media only screen and (max-width: 480px) {
  .fr-sec .flx-c4 {
    justify-content: center;
  }
}

.fr-hd-sec {
  position: relative;
  width: 100%;
  height: 380px;
  overflow: hidden;
  /*background-image:url('../images/franchise-hdr-bg.svg');
  background-repeat:no-repeat;
  background-position: 100% 115%;
  background-size: 80%;*/
}
@media only screen and (max-width: 480px) {
  .fr-hd-sec {
    background-size: 150%;
  }
}
.fr-hd-sec img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fr-hd-sec h1 {
  position: absolute;
  text-align: center;
  top: calc(50% - 20px);
  width: 100%;
  font-size: 2.5em;
  color: #FFFFFF;
}
@media only screen and (max-width: 480px) {
  .fr-hd-sec h1 {
    font-size: 1.5em;
  }
}
.fr-hd-sec .drk-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  left: 0;
  top: 0;
  z-index: inherit;
}

.fr-btn {
  border-radius: 5px;
  background-color: #FFFFFF;
  color: #877669;
  font-family: "Avenir-Regular";
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 20px;
}

.fr-btn:hover {
  background-color: #877669;
  color: #FFFFFF;
}

.fr-brand-card {
  width: 350px;
  position: relative;
  display: flex;
  justify-content: center;
  text-align: center;
}
.fr-brand-card .fr-brand-img {
  position: absolute;
  left: 100px;
}
.fr-brand-card .fr-brand-info {
  background-color: rgba(221, 150, 65, 0.1);
  border-radius: 20px;
  width: 330px;
  height: 270px;
  padding: 70px 20px 20px 20px;
  margin-top: 80px;
}
.fr-brand-card .fr-brand-info span {
  color: #D53F63;
}
.fr-brand-card .fr-brand-info .fr-brand-txt {
  line-height: 1.5;
}

.fr-adv-card {
  width: 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px;
}
.fr-adv-card .fr-adv-img {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: center;
}
.fr-adv-card .fr-adv-img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.fr-adv-card h4 {
  text-align: center;
  color: #D53F63;
  font-weight: 800;
  font-family: "Avenir-Regular";
  font-size: 0.8em;
  letter-spacing: 0.5px;
  line-height: 1.5;
  margin-top: 5px;
  text-transform: uppercase;
}

.fr-mod-card {
  width: 350px;
  height: 230px;
  border-radius: 30px;
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.1);
  margin: 20px;
  padding: 20px;
}
.fr-mod-card h3 {
  font-size: 1.7em;
  color: #D53F63;
  font-family: "LilitaOne";
  margin-bottom: 0px;
  line-height: 1;
  letter-spacing: 0.5px;
  font-weight: 100;
  margin-top: 0;
}
@media only screen and (max-width: 480px) {
  .fr-mod-card h3 {
    text-align: center;
  }
}
.fr-mod-card .fr-mod-img {
  width: 80px;
}
@media only screen and (max-width: 480px) {
  .fr-mod-card .fr-mod-img {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .fr-mod-card .smll-txt {
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  .fr-mod-card .flx-c4 {
    justify-content: center;
  }
}

@media only screen and (max-width: 480px) {
  #formGrid {
    flex-direction: column;
  }
}

.fr-mod-card .bf-flex-grid {
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
}

.fr-mod-lbl, .fr-mod-data {
  font-size: 0.85em;
  padding: 0 5px;
}

.fr-mod-lbl ul, .fr-mod-data ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.fr-mod-lbl {
  text-align: right;
}

.fr-mod-data {
  text-align: left;
  color: #D53F63;
  font-family: "Avenir-Bold";
}

.fr-form-lft {
  width: 40%;
  text-align: center;
  background-image: url("../images/cake.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 50%;
  padding-top: 10px;
}
@media only screen and (max-width: 480px) {
  .fr-form-lft {
    width: 100% !important;
    background-image: none !important;
  }
}

.fr-form {
  width: 60%;
  padding: 0 50px;
}
.fr-form label {
  width: 80%;
}
@media only screen and (max-width: 480px) {
  .fr-form label {
    width: 100% !important;
  }
}
.fr-form input[type=text], .fr-form input[type=tel], .fr-form input[type=email] {
  width: 80%;
  border-color: #ccc;
}
@media only screen and (max-width: 480px) {
  .fr-form input[type=text], .fr-form input[type=tel], .fr-form input[type=email] {
    width: 100% !important;
  }
}
.fr-form .wpcf7-response-output {
  color: #333333 !important;
}
@media only screen and (max-width: 480px) {
  .fr-form {
    width: 100% !important;
    padding: 20px !important;
  }
}

input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select, textarea {
  border-radius: 8px;
  border: 1px solid #CCC;
  outline: none;
  box-shadow: none;
  text-align: left;
  line-height: 1.42857;
  padding: 8px 12px;
  font-size: 0.85rem;
  vertical-align: middle;
  height: auto;
}

input[type=submit] {
  background: #D53F63;
  border: none;
  border-radius: 8px;
  padding: 10px 35px;
  text-transform: lowercase;
  font-family: "Avenir-Regular";
  font-size: 0.875em;
  color: #FFFFFF !important;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 10px;
}
@media only screen and (max-width: 480px) {
  input[type=submit] {
    padding: 5px 20px;
  }
}

input[type=submit]:hover {
  color: #292929;
}

.faq-item {
  margin-bottom: 30px;
}
.faq-item .chev-holder {
  display: inline-block;
  background-image: url("../images/chevron-p.svg");
  margin-right: 10px;
}

.faq-q {
  color: #D53F63;
  font-family: "Avenir-Bold";
  font-size: 1.2em;
  cursor: pointer;
  border-bottom: solid 1px rgba(213, 63, 99, 0.5);
  margin-bottom: 10px;
  line-height: 1.3;
}

.faq-a {
  height: 0;
  transition: height 500ms cubic-bezier(0.29, 0.63, 0.44, 1);
  overflow: hidden;
  padding-left: 26px;
}

.str-loc-hldr {
  width: 100%;
  height: 500px;
}
@media only screen and (max-width: 480px) {
  .str-loc-hldr {
    gap: 10px !important;
    height: 350px;
  }
}

.str-loc-mp {
  height: inherit;
  width: 50%;
  border-radius: 8px;
  overflow: hidden;
  background-color: #EEE;
  margin-top: 5px;
}
.str-loc-mp iframe {
  width: 100%;
  height: 100%;
}

.str-loc-lst {
  height: inherit;
  width: 50%;
  overflow-y: scroll;
  padding: 5px;
}

.str-loc-itm {
  cursor: pointer;
}
.str-loc-itm .smll-txt {
  padding-left: 30px;
}

.str-loc-itm-ttl {
  position: relative;
  padding-left: 30px;
  color: #D53F63;
}

.str-loc-itm-ttl::before {
  position: absolute;
  content: "";
  background-image: url("../images/location-p.svg");
  width: 23px;
  height: 33px;
  left: 0;
}

@media only screen and (max-width: 480px) {
  .str-cty-prnt {
    overflow-x: scroll;
  }
}

@media only screen and (max-width: 480px) {
  .str-cty-hldr {
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 5px;
  }
}
@media only screen and (max-width: 480px) {
  .str-cty-hldr .wht-btn {
    white-space: nowrap;
  }
}

.obs {
  position: absolute;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  left: 0;
  top: 0;
  z-index: 9500;
  display: none;
}

.sld-p {
  position: absolute;
  z-index: 9600;
  top: 0;
  right: -480px;
  background-color: #FFF;
  width: 480px;
  min-width: 480px;
  height: 100vh;
  padding: 20px 30px;
  transition: right 500ms cubic-bezier(0.29, 0.63, 0.44, 1);
}
@media only screen and (max-width: 480px) {
  .sld-p {
    min-width: 100vw;
    width: 100vw !important;
    right: -100vw;
    padding: 15px 15px;
  }
}
.sld-p .sld-p-ttl {
  font-size: 1.5em;
  text-transform: uppercase;
  color: #D53F63;
}
.sld-p input {
  width: 100%;
}

.sld-cls {
  width: 16px;
  height: 16px;
  cursor: pointer;
  background-image: url("../images/close-b.svg");
}

.sld-hdr {
  height: 45px;
}

.srch-p .srch-msg {
  margin-top: 10px;
  color: #D53F63;
}
.srch-p .srch-i-hldr {
  position: relative;
  border: 1px solid #CCC;
  border-radius: 8px;
  height: 40px;
}
.srch-p .srch-i-hldr input {
  border: none;
  font-size: 1em;
  padding-top: 8px;
  width: calc(100% - 30px);
  background-color: unset;
}

.srch-btn {
  background-image: url("../images/search.svg");
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
}

.srch-btn:active {
  opacity: 0.8;
}

.srch-rslts {
  height: calc(100% - 140px);
  overflow: scroll;
}

.track-p .track-i-hldr {
  position: relative;
  border: 1px solid #CCC;
  border-radius: 8px;
  height: 40px;
}
.track-p .track-i-hldr input {
  border: none;
  font-size: 1em;
  padding-top: 8px;
  width: calc(100% - 30px);
  background-color: unset;
}
.track-p .track-i-hldr .track-btn {
  background-image: url("../images/right-arrow.svg");
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.track-p .track-i-hldr .track-btn:active {
  opacity: 0.8;
}

.accnt-p {
  /*right: 0;*/
}
.accnt-p h4 {
  color: #999;
  cursor: pointer;
}
.accnt-p .h4-actv {
  color: #D53F63;
  border-bottom: 4px solid #D53F63;
}
.accnt-p .accnt-frm {
  display: none;
  margin-top: 20px;
}

.pin-p .pin-i-hldr {
  position: relative;
  border: 1px solid #CCC;
  border-radius: 8px;
  height: 40px;
}
.pin-p .pin-i-hldr input {
  border: none;
  font-size: 1em;
  padding-top: 8px;
  width: calc(100% - 30px);
  background-color: unset;
}
.pin-p .pin-i-hldr .pin-btn {
  background-image: url("../images/right-arrow.svg");
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.pin-p .pin-i-hldr .pin-btn:active {
  opacity: 0.8;
}
.pin-p .pin-rslts {
  height: calc(100% - 340px);
  overflow: scroll;
}
.pin-p .pin-stores {
  position: absolute;
  height: 250px;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: rgba(135, 118, 105, 0.6);
  padding: 5px 10px;
  border-left: 0.5px solid rgba(135, 118, 105, 0.5);
}
.pin-p .pin-stores .pin-stores-t {
  font-size: 1.1em;
}
.pin-p .pin-stores hr {
  width: 100%;
  border: 0.5px solid #877669;
  margin: 0 0 10px 0;
}

.pin-cty-hldr .wht-btn {
  padding: 5px 15px;
  margin-top: 0;
  font-size: 0.8em;
}

.p-str-loc-hldr {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.p-str-loc-itm {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 10px;
  cursor: pointer;
}

.p-str-loc-itm-ttl {
  position: relative;
  padding-left: 18px;
  color: #D53F63;
  padding-right: 5px;
}

.p-str-loc-itm-ttl::before {
  position: absolute;
  content: "";
  background-image: url("../images/location-p.svg");
  width: 14px;
  height: 20px;
  background-size: 100%;
  left: 0;
  top: 4px;
}

.cat-cntnt-hldr {
  width: 100%;
  min-height: 500px;
  display: flex;
  position: relative;
}
.cat-cntnt-hldr .cat-optns-col {
  width: 340px;
  padding: 25px 20px;
  box-shadow: 0 0 4px 2px rgba(135, 118, 105, 0.2);
}
@media only screen and (max-width: 480px) {
  .cat-cntnt-hldr .cat-optns-col {
    display: none;
  }
}
.cat-cntnt-hldr .cat-optns-col .cat-nav {
  min-height: 500px;
  position: sticky;
  top: 100px;
}
.cat-cntnt-hldr .cat-prod-col {
  width: calc(100% - 340px);
  height: 100%;
  padding: 25px 40px;
}
@media only screen and (max-width: 480px) {
  .cat-cntnt-hldr .cat-prod-col {
    width: 100%;
    padding: 25px 20px;
  }
}
@media only screen and (max-width: 480px) {
  .cat-cntnt-hldr .cat-prod-col .prd-hldr {
    width: 100%;
    gap: 20px;
  }
}
.cat-cntnt-hldr .cat-prod-col h2 {
  margin: 10px auto;
}

.brd-nav {
  color: #999999;
  font-size: 0.9em;
}
.brd-nav a {
  color: #999999;
}

.prd-crd {
  width: 260px;
  height: 400px;
  padding: 8px;
  gap: 12px;
}
@media only screen and (max-width: 480px) {
  .prd-crd {
    width: 100%;
  }
}
.prd-crd .prd-im {
  width: 244px;
  height: 244px;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}
@media only screen and (max-width: 480px) {
  .prd-crd .prd-im {
    width: 100%;
  }
}
.prd-crd .prd-im img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.prd-crd .prd-inf {
  width: 100%;
}
.prd-crd .prd-inf .flx-h {
  gap: 10px;
}
.prd-crd .brwn-btn, .prd-crd .pnk-btn {
  padding: 2px 25px;
  font-size: 0.75em;
  margin-top: 0;
  width: 50%;
}
@media only screen and (max-width: 480px) {
  .prd-crd .brwn-btn, .prd-crd .pnk-btn {
    padding: 7px 10px 4px 10px !important;
    height: 35px;
    font-size: 0.9em;
  }
}
.prd-crd .prd-prc {
  width: 100%;
  margin-bottom: 13px;
}
.prd-crd .quantity-control-input {
  height: 30px;
}
.prd-crd .quantity-control-input input {
  height: 90%;
}

.prd-disc {
  position: absolute;
  top: 2px;
  left: 2px;
  border-radius: 8px;
  padding: 1px 8px;
  background-color: #D85E38;
  /*color: #FFF;*/
}

.prd-prc {
  height: 30px;
}
@media only screen and (max-width: 480px) {
  .prd-prc {
    height: 35px;
  }
}
.prd-prc span {
  font-size: 0.8em;
}
.prd-prc select {
  padding: 5px 0;
  width: 100%;
  vertical-align: unset;
}
@media only screen and (max-width: 480px) {
  .prd-prc select {
    height: 35px;
  }
}

.prd-e {
  font-size: 0.75em;
  height: 40px;
  overflow: hidden;
  line-height: 1.4;
  padding-left: 18px;
  padding-top: 5px;
}

.prd-t {
  color: #D53F63;
  line-height: 1.4;
  font-size: 1.1em;
  height: 55px;
}
@media only screen and (max-width: 480px) {
  .prd-t {
    font-size: 1.3em;
  }
}
.prd-t img {
  display: block;
  /*padding-top: 3px;*/
  width: 14px;
  border-radius: 2px;
}
.prd-t a {
  color: #D53F63;
}

.prd-tags {
  padding: 0 !important;
}

.prd-tag-itm {
  border-radius: 4px;
  padding: 2px 5px;
  font-size: 0.7em;
  line-height: 1;
  color: #333333;
}

.prd-tag-best {
  background-color: #5FBEE5;
}

.prd-tag-new {
  background-color: #7EC1A4;
}

.prd-fav-icn {
  cursor: pointer;
  width: 24px;
}

.prd-rw-smry {
  font-size: 0.9em;
  position: relative;
}
.prd-rw-smry div:first-child {
  padding-right: 25px;
}
.prd-rw-smry div:first-child::after {
  position: absolute;
  content: "";
  background-image: url("../images/star.svg");
  width: 17px;
  height: 17px;
  background-repeat: no-repeat;
  top: 3px;
}

.prd-opt-hldr {
  margin: 15px 0;
  padding: 0 15px 10px 15px;
  border-bottom: 0.5px solid #877669;
}
.prd-opt-hldr .prd-opt-ttl {
  color: #D53F63;
}
.prd-opt-hldr .prd-sldr-hldr {
  width: 100%;
}
.prd-opt-hldr .min-max-slider {
  width: 100%;
}

.prd-dtls-hldr {
  display: flex;
  gap: 32px;
}
@media only screen and (max-width: 480px) {
  .prd-dtls-hldr {
    flex-direction: column;
  }
}

.prd-dtls-lft {
  width: 644px;
  position: sticky;
  top: 150px;
}
@media only screen and (max-width: 480px) {
  .prd-dtls-lft {
    position: unset;
    width: 100%;
    flex-direction: column-reverse;
  }
}

.prd-dtls-rt {
  width: calc(100% - 644px);
}
@media only screen and (max-width: 480px) {
  .prd-dtls-rt {
    width: 100%;
  }
}
.prd-dtls-rt .diet-img-hldr {
  height: 24px;
}
@media only screen and (max-width: 480px) {
  .prd-dtls-rt .diet-img-hldr {
    height: 22px;
  }
}
.prd-dtls-rt .diet-img {
  width: 24px;
  height: 24px;
  border-radius: 2px;
}
@media only screen and (max-width: 480px) {
  .prd-dtls-rt .diet-img {
    width: 22px;
    height: 22px;
  }
}
.prd-dtls-rt .prd-dtls-ttl {
  font-family: "Avenir-Regular";
  font-size: 2em;
  color: #D53F63;
  line-height: 1;
  padding-bottom: 5px;
}
@media only screen and (max-width: 480px) {
  .prd-dtls-rt .prd-dtls-ttl {
    font-size: 1.6em;
  }
}
.prd-dtls-rt .prd-e {
  padding-top: 5px;
  padding-left: 0;
}
@media only screen and (max-width: 480px) {
  .prd-dtls-rt .prd-e {
    display: none;
  }
}
.prd-dtls-rt .prd-dtls-p span:first-child, .prd-dtls-rt .prd-dtls-p span:nth-child(3) {
  font-size: 0.9em;
}
.prd-dtls-rt .prd-dtls-p span:nth-child(2) {
  font-size: 1.625em;
}
.prd-dtls-rt .prd-dtls-p span:last-child {
  font-size: 0.9em;
  opacity: 0.5;
}
.prd-dtls-rt .prd-msg-hldr input {
  width: 80%;
}
@media only screen and (max-width: 480px) {
  .prd-dtls-rt .prd-msg-hldr input {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .prd-dtls-rt .wdth-80-lft {
    width: 100%;
  }
}
.prd-dtls-rt .prd-tag-itm {
  font-size: 1em;
  padding: 3px 10px;
}

.prd-gal-lst {
  height: 470px;
  overflow: hidden;
  position: relative;
  width: 150px;
}
@media only screen and (max-width: 480px) {
  .prd-gal-lst {
    width: 100%;
    height: 60px;
  }
}

.prd-gal-hldr {
  position: absolute;
  z-index: 1;
  transition: top 0.5s ease;
}
@media only screen and (max-width: 480px) {
  .prd-gal-hldr {
    display: flex;
    gap: 5px;
  }
}

.prd-gal-ctrl {
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: rgba(213, 63, 99, 0.7); /*rgba(0, 0, 0, 0.5);*/
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 50%;
  cursor: pointer;
}

.prd-gal-up {
  top: 0px;
  z-index: 2;
  padding: 1px 10px;
  display: none;
}
@media only screen and (max-width: 480px) {
  .prd-gal-up {
    display: none !important;
    top: calc(50% - 15px);
    rotate: -90deg;
    left: 0;
    right: unset;
  }
}

.prd-gal-down {
  bottom: 0px;
  z-index: 3;
  padding: 0px 10px;
  display: none;
}
@media only screen and (max-width: 480px) {
  .prd-gal-down {
    display: none !important;
    top: calc(50% - 15px);
    rotate: -90deg;
    right: 0;
    left: unset;
  }
}

.prd-gal-item {
  width: 150px;
  height: 150px;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 10px;
}
@media only screen and (max-width: 480px) {
  .prd-gal-item {
    width: 60px;
    height: 60px;
  }
}
.prd-gal-item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.prd-gal-hlt {
  width: 470px;
  height: 470px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 480px) {
  .prd-gal-hlt {
    width: 100%;
    height: 280px;
  }
}
.prd-gal-hlt img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.prd-sl-dt {
  width: 122px;
}

.prd-org-prce {
  text-decoration: line-through;
  font-size: 0.8em;
}

.prd-xtra {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.prd-xtra .prd-xtra-desc, .prd-xtra .prd-xtra-det {
  width: calc(50% - 20px);
}
@media only screen and (max-width: 480px) {
  .prd-xtra .prd-xtra-desc, .prd-xtra .prd-xtra-det {
    width: 100%;
  }
}

.fav-card-floating-icon {
  padding-top: 2px;
}
@media only screen and (max-width: 480px) {
  .fav-card-floating-icon {
    width: 22px;
    height: 22px;
  }
}

@media only screen and (max-width: 480px) {
  .db-content {
    flex-direction: column;
  }
}

@media only screen and (max-width: 480px) {
  .db-item {
    width: 100%;
  }
}

.gal-arrow {
  border: solid #FFFFFF;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.gal-up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.gal-down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.quantity-control-holder {
  background: #FFFFFF;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #CCC;
  border-radius: 8px;
}

.quantity-control-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  font-weight: 600;
  font-size: 1.3em;
  line-height: 0.5;
  padding: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-family: "Avenir-Bold" !important;
}

.quantity-control-input {
  width: 40px;
}

.quantity-control-input input {
  border: none;
  width: 100%;
  outline: none;
  padding: 9px 9px 10px 9px;
  text-align: center;
  height: 100%;
  font-family: "Avenir-Regular" !important;
  pointer-events: none;
}

.quantity-control-input input:focus {
  outline: none;
}

.cart-p-msg {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
  top: 0;
  background-color: #F5F4F4;
}

.cart-items {
  height: calc(100% - 160px);
  overflow: scroll;
  padding: 10px 4px;
}

.cart-item {
  border-radius: 8px;
  box-shadow: 0 0 6px 0px rgba(114, 60, 27, 0.2);
  padding: 5px;
  height: 115px;
}

.cart-item-nm {
  line-height: 20px;
}

.cart-item-img {
  width: 105px;
  height: 105px;
  border-radius: 8px;
  overflow: hidden;
}
.cart-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cart-item-info {
  width: calc(100% - 120px);
}

.cart-item-price {
  height: 45px;
}
.cart-item-price span {
  font-size: 0.8em;
}

.cart-item-rem {
  width: 16px;
  height: 20px;
  background-image: url("../images/remove.svg");
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.cart-footer {
  height: 120px;
  width: 100%;
}

.cart-empty {
  position: absolute;
  width: 100%;
  height: calc(100% - 120px);
  top: 60px;
  left: 0;
  text-align: center;
  display: none;
  align-items: center;
}

.cart-empty img {
  width: 160px;
}

.cart-empty-message {
  font-size: 1.25em;
  color: #292929;
  padding: 30px 0;
  width: 80%;
  margin: 0 auto;
}

.cart-amt-hldr {
  height: 35px;
}

.cart-final-amount {
  font-size: 1.2em;
}

/*
.cart-empty .bf-btn{
    width: fit-content;
    margin: 0 auto;
    padding: 10px 20px;    
}*/
.crt-st-pop {
  display: none;
  position: fixed;
  background: #877669;
  border-radius: 4px;
  width: 200px;
  padding: 15px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 5px;
  z-index: 99999999;
  top: 20px;
  right: 20px;
  color: #FFF;
}
@media only screen and (max-width: 768px) {
  .crt-st-pop {
    bottom: 47px;
    top: unset;
    width: calc(100vw - 10px);
    left: 5px;
    height: 40px;
    padding: 10px;
  }
}
.crt-st-pop .flex-div {
  align-items: center;
}

.crt-st-pop-img {
  width: 36px;
  height: 36px;
  margin-right: 10px;
  background-color: #FFF;
  border-radius: 18px;
  text-align: center;
  padding-top: 5px;
}
@media only screen and (max-width: 768px) {
  .crt-st-pop-img {
    width: 24px;
    height: 24px;
    padding-top: 2px;
    border-radius: 12px;
  }
}
.crt-st-pop-img img {
  width: 80%;
}

.crt-st-pop-info {
  width: calc(100% - 36px);
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .crt-st-pop-info {
    width: calc(100% - 24px);
  }
}

.cart-count {
  position: absolute;
  width: 25px;
  height: 19px;
  font-family: "Avenir-Regular";
  font-size: 12px;
  color: #FFFFFF;
  background: #EC3F27;
  border: 1px solid #FFFFFF;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 10px;
  right: -10px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  visibility: hidden;
}

.srch-res-item {
  color: #333333;
  font-size: 1.2em;
  padding-bottom: 10px;
  position: relative;
}
.srch-res-item a {
  color: inherit;
}

.srch-res-item::after {
  position: absolute;
  content: "";
  background-image: url("../images/right-arrow.svg");
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  top: 10px;
  right: 15px;
}
@media only screen and (max-width: 480px) {
  .srch-res-item::after {
    top: 7px;
  }
}

.loc-res-item {
  color: #333333;
  font-size: 1.2em;
  padding-bottom: 10px;
  position: relative;
  cursor: pointer;
}
.loc-res-item a {
  color: inherit;
}

.loc-res-item::after {
  position: absolute;
  content: "";
  background-image: url("../images/right-arrow.svg");
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  top: 10px;
  right: 15px;
}
@media only screen and (max-width: 480px) {
  .loc-res-item::after {
    top: 7px;
  }
}

/**form fields**/
.bf-form-input-group {
  position: relative;
  border: 1px solid #CCCCCC;
  border-radius: 8px;
  padding: 23px 5px 0 5px !important;
}

.bf-form-input-group select {
  /*margin-left:-5px;*/
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 100% 50%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
}

.bf-form-input-group .form-row {
  width: 100% !important;
  margin: 0;
}

.bf-woo-row {
  margin-bottom: 20px !important;
}

.bf-form-input {
  color: rgb(34, 40, 47);
  font-size: 1em !important;
  padding: 0px 10px 6px 0 !important;
  display: block;
  width: 100%;
  border: none !important;
  background-color: unset !important;
  outline: none !important;
  -webkit-appearance: none;
}

.bf-form-input:focus {
  outline: none;
}

.bf-form-label {
  color: #B2BAB5;
  font-size: 1em;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 10px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  width: -moz-fit-content !important;
  width: fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
}

.bf-form-label-active {
  top: 0px;
  font-size: 0.875em;
  color: #B2BAB5;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 5px;
}

/* active state */
/**/
.bf-form-input:focus ~ .bf-form-label, .bf-form-input:valid ~ .bf-form-label {
  top: 0px;
  font-size: 0.875em;
  color: #B2BAB5;
}

/*.bf-form-input:focus ~ .bf-form-input-group{
  border-width: 2px;
}*/
.bf-form-input-group:focus-within {
  border-width: 2px;
}
.bf-form-input-group:focus-within .bf-form-label {
  top: 0px;
  font-size: 0.875em;
  color: #B2BAB5;
}

/* HIGHLIGHTER ================================== */
/* active state */
.bf-form-input:focus ~ .bf-form-input-highlight {
  animation: inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@keyframes inputHighlighter {
  from {
    background: #5264AE;
  }
  to {
    width: 0;
    background: transparent;
  }
}
.accnt-frm input[type=checkbox] {
  width: -moz-fit-content;
  width: fit-content;
}

#forgotpwdLnk {
  cursor: pointer;
}

.form-error-message {
  display: none;
  font-size: 0.875em;
  color: #EC3F27;
}

.entry-header {
  margin: 50px 0;
}
.entry-header .entry-title {
  font-size: 2em;
  border-bottom: 1px solid rgba(18, 18, 18, 0.1);
}

.ma-nav {
  width: 340px;
  padding: 25px 20px;
  box-shadow: 0 0 4px 2px rgba(135, 118, 105, 0.2);
}
@media only screen and (max-width: 480px) {
  .ma-nav {
    width: 40px;
    padding: 25px 5px;
  }
}

.ma-nav-itm {
  height: 40px;
  border-radius: 8px;
  padding: 5px 10px;
  vertical-align: middle;
}
@media only screen and (max-width: 480px) {
  .ma-nav-itm {
    height: 30px;
  }
}
.ma-nav-itm a {
  color: #333333;
  text-decoration: none;
}
.ma-nav-itm .ma-nav-itm-im {
  width: 18px;
  height: 18px;
}
@media only screen and (max-width: 480px) {
  .ma-nav-itm .ma-nav-itm-lbl {
    display: none;
  }
}

.ma-nav-itm-actv {
  background-color: rgba(73, 58, 47, 0.5);
}

.ma-usr {
  border-radius: 8px;
  background-color: #F5F4F4;
  padding: 10px;
}
@media only screen and (max-width: 480px) {
  .ma-usr {
    display: none;
  }
}

.ma-usr-pht {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #EAE7E7;
}

.ma-content {
  width: calc(100% - 340px);
  padding: 25px 40px;
}
.ma-content h2 {
  margin: 10px unset; /*10px auto;*/
  padding-left: 0 !important;
}
@media only screen and (max-width: 480px) {
  .ma-content {
    padding: 25px 15px;
    width: calc(100% - 40px);
  }
}

.ma-wdth-80 {
  width: 80%;
  /*margin: 0 auto;*/
}

.addrs-itm .wht-pnk-btn {
  margin-top: 0;
  height: 30px;
  font-size: 0.75em;
  padding-top: 4px;
}
.addrs-itm .addrs-t {
  color: #D53F63;
  line-height: 1.4;
  font-size: 1.1em;
}

.addrs-prsnl {
  display: flex;
  gap: 15px;
}
@media only screen and (max-width: 480px) {
  .addrs-prsnl {
    flex-direction: column;
    gap: 5px;
  }
}

.entry-content .woocommerce {
  display: flex;
  min-height: 500px;
}

.wc-block-components-text-input input {
  border: 1px solid #CCC !important;
}

.woocommerce-message {
  border-top-color: #D53F63;
}

.woocommerce-message::before {
  content: "\e015";
  color: #D53F63;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0 !important;
}

.select2-container--default .select2-selection--single {
  background-color: unset !important;
  border: none !important;
}

.select2-container {
  vertical-align: top !important;
}

.wc-block-components-checkout-return-to-cart-button {
  display: none !important;
}

.wc-block-components-checkout-place-order-button {
  background: #D53F63 !important;
  border-radius: 8px !important;
  padding: 15px 50px !important;
  text-transform: uppercase;
  font-family: "Avenir-Regular" !important;
  font-size: 0.875em !important;
  color: #FFFFFF !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  border: none !important;
}

.components-button, .woocommerce-address-fields button, .woocommerce-Button {
  background: #D53F63 !important;
  border-radius: 8px !important;
  padding: 15px 50px !important;
  text-transform: uppercase;
  font-family: "Avenir-Regular" !important;
  font-size: 0.875em !important;
  color: #FFFFFF !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  border: none !important;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__image > img {
  border-radius: 8px !important;
}

.show-password-input {
  top: -8px !important;
}

@media only screen and (max-width: 480px) {
  .woocommerce-EditAccountForm {
    width: 100% !important;
  }
}

.woocommerce-EditAccountForm fieldset {
  border-radius: 8px;
  border: 1px solid #CCC;
}

.woocommerce-Address h3 {
  display: inline-block;
}

.wshlst-prd-crd {
  width: 100%;
  border-radius: 8px;
  padding: 8px;
  gap: 12px;
  height: 180px;
}
@media only screen and (max-width: 480px) {
  .wshlst-prd-crd {
    height: 320px;
    flex-direction: column;
    position: relative;
  }
}
.wshlst-prd-crd .prd-im {
  width: 164px;
  height: 164px;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}
.wshlst-prd-crd .prd-im img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 480px) {
  .wshlst-prd-crd .prd-im {
    width: 100%;
    height: 150px;
  }
}
.wshlst-prd-crd .prd-inf {
  width: calc(100% - 176px);
}
@media only screen and (max-width: 480px) {
  .wshlst-prd-crd .prd-inf {
    width: 100%;
  }
}
.wshlst-prd-crd .brwn-btn, .wshlst-prd-crd .pnk-btn {
  padding: 2px 25px;
  font-size: 0.75em;
  margin-top: 0;
}
.wshlst-prd-crd .prd-t {
  height: unset;
}
.wshlst-prd-crd .prd-t img {
  padding-top: 0;
}
.wshlst-prd-crd .prd-e {
  height: 80px;
  width: 80%;
  padding-left: unset;
  font-size: 1em;
}
@media only screen and (max-width: 480px) {
  .wshlst-prd-crd .prd-e {
    width: 100%;
    height: 67px;
    margin-bottom: 13px;
  }
}
@media only screen and (max-width: 480px) {
  .wshlst-prd-crd .prd-prc {
    width: 50%;
  }
}
.wshlst-prd-crd .brwn-btn, .wshlst-prd-crd .pnk-btn {
  padding: 2px 25px;
  font-size: 0.75em;
  margin-top: 0;
}
@media only screen and (max-width: 480px) {
  .wshlst-prd-crd .brwn-btn, .wshlst-prd-crd .pnk-btn {
    padding: 7px 10px 4px 10px !important;
    height: 35px;
    font-size: 0.9em;
    width: 50%;
  }
}
.wshlst-prd-crd .wht-pnk-btn {
  margin-top: 0;
  height: 30px;
  font-size: 0.75em;
  padding-top: 4px;
}
@media only screen and (max-width: 480px) {
  .wshlst-prd-crd .wht-pnk-btn {
    position: absolute;
    top: 6px;
    right: 6px;
    top: 124px;
    right: 12px;
    padding-top: 5px;
  }
}

.add-event-form-hldr {
  display: none;
  margin: 20px 0;
}

.add-event-form {
  border-radius: 8px;
  border: 1px solid #CCCCCC;
  padding: 20px;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.add-event-form .bf-form-input-group {
  width: 200px;
  height: 54px;
}
.add-event-form .pnk-btn {
  height: 54px;
  margin-top: 0;
  padding-top: 14px;
}

.add-event-lnk {
  position: relative;
  padding-left: 20px;
  margin-top: 10px;
  color: #D53F63;
  cursor: pointer;
}

.add-event-lnk::before {
  position: absolute;
  content: "";
  left: 0;
  top: 6px;
  width: 16px;
  height: 16px;
  background-image: url("../images/add.svg");
  background-size: 100%;
}

.top-picks {
  width: 100%;
  overflow: scroll;
  padding: 10px 5px;
}
@media only screen and (max-width: 480px) {
  .top-picks .prd-crd {
    width: 260px !important;
  }
}
.top-picks .top-picks-sldr {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.about-hero {
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 480px) {
  .about-hero {
    height: 330px;
  }
}
.about-hero img {
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .about-hero img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 48.6%;
       object-position: 48.6%;
  }
}
.about-hero .about-obs {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.about-hero .about-lbl {
  position: absolute;
  z-index: 2;
  width: 100%;
  text-align: center;
  top: 140px;
  color: #fff;
  font-family: "Avenir-Bold";
  font-size: 3.5em;
}
@media only screen and (max-width: 480px) {
  .about-hero .about-lbl {
    top: 100px;
  }
}

@media only screen and (max-width: 480px) {
  .prom-hldr {
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 480px) {
  .ldr-itm {
    flex-direction: column;
  }
}
.ldr-itm .ldr-im {
  width: 350px;
}
@media only screen and (max-width: 480px) {
  .ldr-itm .ldr-im {
    width: 100%;
  }
}
.ldr-itm .ldr-im img {
  border-radius: 8px;
  overflow: hidden;
  border: 3px solid #DD9641;
}
.ldr-itm .ldr-info {
  width: calc(100% - 370px);
}
@media only screen and (max-width: 480px) {
  .ldr-itm .ldr-info {
    width: 100%;
    text-align: center;
  }
}
.ldr-itm .ldr-info h3 {
  margin-top: 5px;
}
@media only screen and (max-width: 480px) {
  .ldr-itm .ldr-info h3 {
    width: 100%;
    text-align: center;
  }
}

.tmln-itms {
  width: 742px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 480px) {
  .tmln-itms {
    width: 250px;
  }
}

.tmln-bar {
  position: absolute;
  width: 8px;
  height: 100%;
  background-color: #877669;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 4px;
}

.tmln-itm {
  position: relative;
  width: 250px;
  border-radius: 8px;
  border: 1px solid #D53F63;
  font-size: 0.9em;
  text-align: center;
  padding: 46px 5px 5px 5px;
  background-color: #FFF;
}
@media only screen and (max-width: 480px) {
  .tmln-itm {
    padding: 46px 5px 25px 5px;
    margin-bottom: 60px;
  }
}
.tmln-itm .tmln-itm-im {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -15px;
  background-color: #FFF;
  width: 60px;
}
.tmln-itm .tmln-itm-yr {
  position: absolute;
  top: calc(50% - 17px);
  font-family: "Avenir-Bold";
  color: #D53F63;
  border-radius: 8px;
  border: 1px solid #D53F63;
  padding: 4px 10px 2px 10px;
  background-color: #FFF;
}
.tmln-itm .tmln-itm-pntr {
  position: absolute;
  top: calc(50% - 1px);
  height: 2px;
  background-color: #D53F63;
  width: 80px;
}
@media only screen and (max-width: 480px) {
  .tmln-itm .tmln-itm-pntr {
    display: none;
  }
}
.tmln-itm .tmln-itm-crcl {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: calc(50% - 5px);
  background-color: #D53F63;
}
@media only screen and (max-width: 480px) {
  .tmln-itm .tmln-itm-crcl {
    display: none;
  }
}

.tmln-lft .tmln-itm-yr {
  right: -150px;
}
@media only screen and (max-width: 480px) {
  .tmln-lft .tmln-itm-yr {
    right: unset;
    left: calc(50% - 25px);
    top: unset;
    bottom: -16px;
  }
}
.tmln-lft .tmln-itm-pntr {
  right: -80px;
}
.tmln-lft .tmln-itm-crcl {
  right: -80px;
}

.tmln-rt {
  left: 492px;
}
@media only screen and (max-width: 480px) {
  .tmln-rt {
    left: 0;
  }
}
.tmln-rt .tmln-itm-yr {
  left: -150px;
}
@media only screen and (max-width: 480px) {
  .tmln-rt .tmln-itm-yr {
    right: unset;
    left: calc(50% - 25px);
    top: unset;
    bottom: -16px;
  }
}
.tmln-rt .tmln-itm-pntr {
  left: -80px;
}
.tmln-rt .tmln-itm-crcl {
  left: -80px;
}

.bf-table {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 -1px 24px 0;
  text-align: left;
  width: 100%;
  border-collapse: separate;
  border-radius: 5px;
  font-size: 0.85em;
}
@media only screen and (max-width: 480px) {
  .bf-table thead {
    display: none;
  }
}
.bf-table thead th {
  background-color: rgba(0, 0, 0, 0.045);
}
.bf-table tr:nth-child(2n) td {
  background-color: rgba(0, 0, 0, 0.025);
}
.bf-table th, .bf-table td {
  padding: 10px 8px;
  vertical-align: middle;
}
@media only screen and (max-width: 480px) {
  .bf-table td:first-child {
    border-top: 0;
  }
}
@media only screen and (max-width: 480px) {
  .bf-table td {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    display: block;
    text-align: right !important;
  }
}
@media only screen and (max-width: 480px) {
  .bf-table tr td::before {
    content: attr(data-title) ": ";
    font-weight: 700;
    float: left;
  }
}
@media only screen and (max-width: 480px) {
  .bf-table tr {
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    margin-bottom: 2px;
  }
}

/**Used in franchise page**/
.inv-blk {
  justify-content: center;
  align-items: center !important;
  height: 175px;
}

.inv-sec {
  gap: 0;
}
.inv-sec .wp-block-column {
  text-align: center;
}

.resp-img {
  flex-grow: 0 !important;
  width: 102px !important;
  min-width: 102px !important;
}
.resp-img figure {
  margin-bottom: 0;
}

.resp-img-hldr {
  gap: 10px !important;
}/*# sourceMappingURL=main.css.map */