.banner-layers.container a.button.primary {
  background-color: #000;
}

.banner-layers.container a.button.primary:hover {
  box-shadow: inset 0 0 0 100px #222222 !important;
}

.popcls-2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.popcls-2 p {
  color: var(--branding-secondary-80, #443C33);
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-family: Montserrat !important;
  font-weight: 700;
  line-height: 36px;
}

.promotebannerpcls {
  text-align: center;
  margin-bottom: 50px;
}

.wpcf7-form>div {
  margin-bottom: 20px;
}

.wpcf7-form>div.message,
.wpcf7-form>div.description {
  margin: 0;
}

.wpcf7-form>div.description {
  margin-top: 5px;
}

.wpcf7-form div label {
  margin-bottom: 0;
}

.wpcf7-form>div>p:first-child {
  color: var(--branding-secondary-80, #443C33);
  font-size: 14px;
  font-style: normal;
  font-family: Montserrat !important;
  font-weight: 700;
  line-height: 18px;
  margin-bottom: 10px;
}

.wpcf7-form>div>p:first-child span {
  color: var(--Statuses-Error, #D73737);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
}

.wpcf7-form div.description p:first-child {
  color: var(--branding-secondary-60, #736D66);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0;
}

.wpcf7-form div .wpcf7-form-control-wrap .wpcf7-form-control {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.wpcf7-form div .wpcf7-form-control-wrap .wpcf7-form-control label {
  display: flex;
  align-items: center;
}

.wpcf7-form div .wpcf7-form-control-wrap .wpcf7-form-control label input {
  margin: 0;
  margin-right: 10px;
}

.wpcf7-form div .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio label input {
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  margin-right: 10px;
  background-color: transparent;
}

.wpcf7-form div .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio input[type="radio"] {
  display: none !important;
}

.wpcf7-form div .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 16px;
  user-select: none;
  margin-bottom: 0;
}

.wpcf7-form div .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio label span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  border-radius: 10px;
  background: #fff;
}

.wpcf7-form div .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio input[type="radio"]:checked+span:before {
  background-color: #7F664D;
  border-color: #F2F3F5;
  content: "●";
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  color: #150B00;
}

.wpcf7-form div .wpcf7-form-control-wrap .wpcf7-form-control label span {
  color: var(--branding-secondary-80, #443C33);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.popup-content .wpcf7-form div.subscribe .wpcf7-form-control-wrap .wpcf7-form-control label span {
  color: var(--branding-secondary-60, #736D66);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  font-family: "GraphikRegular", "Graphik", sans-serif;
}

.wpcf7-form div .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-textarea,
.wpcf7-form div .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-email,
.wpcf7-form div .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-text,
.wpcf7-form div .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-select {
  height: 23px;
  border: none !important;
  box-shadow: none;
  border-bottom: 1px solid #A19D99 !important;
  border-radius: 0;
  padding: 0;
  min-height: 20px;
  margin: 0;
  background-color: transparent;
  color: #000;
  overflow-y: hidden;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.wpcf7-form div .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-select {
  color: #8B8D90;
}

.wpcf7-form div .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-select.selected-after-first {
  color: #000;
}

.wpcf7-form div.SourceTracking {
  margin: 0;
  opacity: 0;
}

.wpcf7-form div.SourceTracking>p {
  margin: 0;
}

.wpcf7-form div.SourceTracking .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-text {
  min-height: 1px;
  border: none !important;
  line-height: 0;
  height: 1px;
}

.wpcf7-form div .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-select.BusinessType001 {
  padding-right: 30px;
  width: auto;
  max-width: 100%;
  white-space: normal;
  overflow: hidden !important;
  text-overflow: ellipsis;
}

.wpcf7-form div.Country .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-text {
  padding-left: 52px;
}

.wpcf7-form div.fieldhalfcls {
  width: 49.45% !important;
  float: left;
  margin-right: 0.5%;
}

.wpcf7-form div.submitBtn .wpcf7-submit {
  margin: 0;
  color: var(--Grey-White, #FFF);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.4px;
  padding: 12px 0;
  width: 100%;
  border-radius: 0;
  opacity: 0.5;
  background: var(--branding-primary-100, #7F664D) !important;
  border: none !important;
  text-transform: none;
}

.popUp-box {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 888;
  transition: .5s;
  opacity: 0;
  display: none;
}

.popUp-box .popUp-img {
  position: absolute;
  width: 1055px;
  height: 645px;
  top: 50%;
  left: 50%;
  margin: -322.5px 0 0 -527.5px;
  background: var(--branding-primary-20, #E5E0DB);
}

.popUp-box .popUp-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  width: 30px;
}

.popUp-box .popUp-close.popUp-close-thanks {
  right: 10px;
}

a.popcls.popacls:hover>img {
  display: none;
}

a.popcls.popacls:hover>.btncls {
  display: unset;
}

a.popcls {
  display: inline-block;
  text-align: center;
  color: #fff;
  font-weight: 800;
  width: 60%;
  line-height: 50px;
  border-radius: 4px;
  font-size: 28px;
}

a.popcls div {
  width: 100%;
}

.popthankcls {
  display: none !important;
}

.popUp-box a.popcls {
  margin-top: -0.6%;
}

.pop-word>div.wpcf7 {
  transition: 0.5s;
}

.pop-word>div.wpcf7 form.promoteform {
  margin-left: auto;
  margin-right: auto;
}

.pop-word>div.wpcf7 #promotesourceid05 {
  display: none;
}

.pop-word>div.wpcf7 .wpcf7-not-valid-tip {
  margin-top: -20px;
  z-index: 3;
  opacity: 1;
}

form.promoteform>p.subcls001 {
  max-height: 40px;
}

form.promoteform textarea {
  resize: none;
  min-height: 80px;
  background-color: transparent;
  color: #000 !important;
}

form.promoteform input.wpcf7-form-control.wpcf7-email {
  background-color: transparent;
  height: 39px;
  color: #000 !important;
}

form textarea,
form input {
  border-radius: 4px;
  border: 1px solid #000 !important;
}

form.wpcf7-form p.subcls001 input {
  border-radius: 4px;
  font-size: 1.02em;
  max-height: 50px;
}

form textarea::placeholder,
form input::placeholder {
  color: #8B8D90 !important;
}

.product-container form.wpcf7-form p.subcls001 {
  text-align: left;
  margin-bottom: 60px;
}

.category-page-row form.wpcf7-form p.subcls001 {
  text-align: left;
}

.coupon {
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--branding-secondary-80, #443C33);
  padding: 20px 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
}

form.wpcf7-form p.subcls005 input {
  margin: auto;
  background-color: #191919 !important;
  border: 2px solid #191919 !important;
  font-size: 16px;
}

a.popacls>div {
  max-width: 210px;
  margin: auto;
  border-radius: 4px;
  background-color: #191919;
  color: #fff !important;
  cursor: pointer;
  border: unset !important;
  font-size: 16px !important;
}

a.popcls:hover div {
  background-color: #000;
  color: #fff !important;
  border-radius: 4px !important;
}

.notification-bar {
  display: none;
  cursor: pointer;
  z-index: 10;
  position: relative;
  font-family: LATO;
  font-size: 16px;
  text-align: center;
  min-height: 36px;
  padding-top: 0;
  color: #fff;
  background-color: #000;
}

.header-bg-color,
.header-wrapper {
  background-color: rgba(255, 255, 255, 0) !important;
}

.header-bg-color,
.header-wrapper .header-main {
  background-color: rgba(255, 255, 255, .9);
}

form .wpcf7-submit {
  background-color: #000 !important;
}

form .wpcf7-submit:hover {
  background-color: #111 !important;
}

#ppcp-messages {
  display: none;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  margin-top: 10px;
}

/* 显示字段级别的错误提示 */
.wpcf7-form .wpcf7-not-valid-tip {
  display: block !important;
  color: #D73737;
  font-size: 12px;
  margin-top: 5px;
}

/* 错误字段边框高亮 */
.wpcf7-form .wpcf7-not-valid {
  border-color: #D73737 !important;
}

@media screen and (max-width:767px) {
  .notification-bar {
    display: block;
  }

  .popup-content .content .title {
    padding-right: 10px;
  }
}

@media screen and (max-width: 650px) {
  .popUp-box .popUp-img {
    width: 96vw;
    margin: -322.5px 0 0 -48vw;
  }
}

@media screen and (max-width:640px) {
  .popUp-box a.popacls>div {
    font-size: 14px !important;
    height: 30px;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  a.popacls>div {
    height: 56px;
  }

  form.promoteform input.wpcf7-form-control.wpcf7-email {
    height: 34px;
  }

  form.promoteform textarea {
    min-height: 36px;
  }

  .promotebannerpcls {
    margin-bottom: 30px !important;
    text-align: left;
  }

  .promotebannerpcls2 {
    text-align: center;
  }

  .promotebannerpcls img {
    width: 70px;
  }

  .popcls-2 p {
    color: var(--branding-secondary-80, #443C33);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.4px;
  }

  .promotebannerbtncls>p .size1 {
    font-size: 13px;
    padding: 3px 30px !important;
    min-width: 146px;
    min-height: 38px;
    border-radius: 4px;
  }
}

@media screen and (max-width:590px) {
  form.promoteform input.wpcf7-form-control.wpcf7-email {
    font-size: 10px;
  }

  .popUp-box form textarea {
    padding-top: 4px;
    font-size: 10px;
    height: 20px;
  }

  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.unaccepted .wpcf7-response-output {
    width: unset;
    height: 36px;
    font-size: 10px !important;
  }

  .pop-word>div.wpcf7 .wpcf7-not-valid-tip {
    display: block !important;
    margin-top: 3px;
    font-size: 10px;
    color: #D73737;
  }
}

@media screen and (max-width:450px) {
  .pop-word>div.wpcf7 form.promoteform {
    width: 100%;
    margin-top: 30px;
    max-width: 400px;
  }

  .popUp-box .popUp-btn {
    width: 20px;
    height: 20px;
  }

  .popUp-box .popUp-btn svg {
    margin-bottom: 5px;
    width: 16px;
  }

  .popUp-box .pop-word>div.wpcf7 {
    margin-left: auto;
    margin-right: auto;
  }

  .coupon {
    font-size: 18px;
    line-height: 22px;
  }

  .popUp-box .popUp-img {
    height: 620px;
    margin: -310px 0 0 -48vw;
  }

  /* {
      overflow: auto;
      height: 62vh;
    } */
}

@media screen and (max-width:400px) {
  /* .popUp-box .popUp-img {
      height: 74vh;
      margin: -37vh 0 0 -48vw;
    } */

  /* {
      height: 64vh;
    } */
}

@media screen and (max-width:380px) {

  form.wpcf7-form p.subcls001 input.wpcf7-submit,
  .popUp-box form .wpcf7-response-output {
    min-width: 130px;
    font-size: 0.62em;
    max-height: 30px;
  }

  .promotebannerbtncls>p .size1 {
    font-size: 10px;
    padding: 2px 30px !important;
    min-width: 116px;
    min-height: 28px;
  }

  .wpcf7 form.invalid .wpcf7-response-output {
    margin-top: -2px;
  }

  /* .popUp-box .popUp-img {
      height: 94vh;
      margin: -47vh 0 0 -48vw;
    } */

  /* {
      height: 83vh;
    } */
}

@media screen and (max-height: 660px) {
  .popUp-box .popUp-img {
    height: 80vh;
    margin: -40vh 0 0 -48vw;
  }

  .coupon {
    font-size: 14px;
    line-height: 18px;
    padding: 10px;
  }
}

.notification-bar {
  display: block;
}

.ask-price {
  cursor: pointer;
}

.price-wrapper .star-rating {
  display: none;
}

.price-wrapper,
.ask-price,
.price-wrapper .ask-price {
  display: flex;
  align-items: center;
}

.price-wrapper .ask-price {
  margin-left: 6px;
  text-decoration: underline;
  color: #7F664D;
}

.price-wrapper .question_mark {
  display: flex;
  margin-left: 5px;
  cursor: pointer;
}

.price-wrapper span.amount {
  font-size: 20px;
}

.price-wrapper .price {
  display: flex;
}

/**price poup */
.category-price-inquiry {
  max-width: 820px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 9;
  background-color: #fff;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  padding: 64px 38px 38px;
  display: none;
  width: calc(100% - 30px);
}

.category-price-inquiry-button {
  position: absolute;
  top: 3px;
  right: 2px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.question_mark_content p {
  font-size: 16px;
  color: #000;
  line-height: 24px;
  margin-bottom: 0;
}

.question_mark_content p:first-child {
  margin-bottom: 38px;
}

.question_mark_content_underline {
  font-size: 14px;
  color: #000;
  text-decoration: underline;
}

.navcls.cartcls {
  display: none;
}

.mini-cart-wrap {
  width: 100%;
  clear: both;
  position: relative;
}

.mini-cart-wrap .mini-cart-wrap-title {
  color: #181818;
  padding: 9px 10px;
  margin-top: 10px;
}

.mini-cart-wrap .mini-cart-wrap-view {
  overflow: hidden;
}

.mini-cart-wrap-view .mini-cart-wrap-product {
  width: 97%;
  float: left;
  margin-left: 1.8%;
  margin-right: 1%;
  justify-content: flex-start;
  display: inline-flex;
  align-items: center;
}

.mini-cart-wrap-product .mini-cart-wrap-img {
  width: 65px;
  min-width: 65px;
  max-height: 100px;
  margin-right: 5px;
}

.mini-cart-wrap-product .mini-cart-wrap-img img {
  width: 100%;
}

.mini-cart-wrap-product .mini-cart-wrap-product-name {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0;
  margin: 5px 0;
  color: #212121;
  line-height: 16px !important;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  box-sizing: border-box;
}

.mini-cart-wrap-product-name a {
  text-decoration: none;
}

.mini-cart-wrap-product-view .mini-cart-wrap-product-price {
  padding: 6px 6px 8px 0;
  width: 100%;
  color: #6e6e6e;
}

.nav-dropdown.nav-dropdown-simple li.mini_cart_item>a.remove,
.woocommerce-mini-cart li.mini_cart_item>a.remove {
  border: unset;
  width: 18px;
  height: 18px;
  background: url(/wp-content/themes/child-f/assets/detailpage/img/remove.png) no-repeat 0 center;
  background-size: cover;
  color: transparent;
}

.stuck .header-main .header-cart-link.is-small {
  line-height: normal;
}

@font-face {
  font-family: "Montserrat";
  font-display: swap;
  font-weight: 700;
  src: url("/wp-content/themes/child-f/assets/font/Montserrat-Bold.ttf") format('OpenType');
}

@font-face {
  font-family: "Montserrat";
  font-display: swap;
  font-weight: 800;
  src: url("/wp-content/themes/child-f/assets/font/Montserrat-ExtraBold.ttf") format('OpenType');
}

.popup-content .wpcf7 form.wpcf7-form .wpcf7-not-valid-tip {
  padding: 0;
  font-size: 12px;
  margin-top: 5px;
}

.popup-content .wpcf7 form.wpcf7-form .wpcf7-not-valid-tip:after {
  display: none;
}

.popup-content {
  display: flex;
}

.popup-content .content {
  flex: 1;
  padding: 20px;
}

.popup-content .Ownership {
  position: relative;
  height: 100%;
}

.popup-content .content .backBtn {
  display: flex;
  gap: 5px;
  color: var(--branding-secondary-80, #443C33);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  align-items: center;
  margin-bottom: 5px;
  cursor: pointer;
}

.popup-content .content .title {
  color: var(--branding-secondary-80, #443C33);
  font-family: Montserrat !important;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 30px;
}

.popup-content .content .formContainer .formTitle {
  color: var(--branding-secondary-80, #443C33);
  font-family: Montserrat !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  margin-bottom: 10px;
}

.popup-content .content .formContainer .formTitle span {
  color: var(--Statuses-Error, #D73737);
}

.popup-content .content .formContainer form .radioTtem:first-child {
  margin-bottom: 10px;
}

.popup-content .content .nextTutton {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.popup-content .content .nextTutton button {
  width: 100%;
  margin: 0;
  padding: 0;
  color: var(--Grey-White, #FFF);
  text-align: center;
  font-family: Montserrat !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  background: var(--branding-primary-100, #7F664D80);
  cursor: not-allowed;
}

.popup-content .content .nextTutton button:hover {
  background: var(--branding-primary-100, #7f664db0);
}

.popup-content .content .nextTutton.hasSelected button {
  background: var(--branding-primary-100, #7F664D);
  cursor: pointer;
}

.popup-content .content input[type="radio"] {
  display: none !important;
}

.popup-content .content label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 16px;
  user-select: none;
  margin-bottom: 0;
  font-weight: 400;
}

.popup-content .content label span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  border-radius: 10px;
  background: #fff;
}

.popup-content .content input[type="radio"]:checked+span:before {
  background-color: #7F664D;
  border-color: #F2F3F5;
  content: "●";
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  color: #150B00;
}

.popup-content .country-select .flag.us {
  width: 16px;
}

.popup-content .tel .iti__country-container {
  top: -4px;
}

.popup-content .tel .iti__selected-dial-code {
  display: none;
}

.popup-content .tel .wpcf7-text {
  height: 20px;
  padding-left: 45px !important;
}

.popup-content input[type="checkbox"] {
  display: none !important;
}

.popup-content label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 16px;
  user-select: none;
  margin-bottom: 0;
  font-weight: 400;
}

.popup-content label span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  border-radius: 10px;
  background: #fff;
}

.popup-content input[type="checkbox"]:checked+span:before {
  background-color: #7F664D;
  border-color: #F2F3F5;
  content: "●";
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  color: #150B00;
}

.popup-content .content .individual,
.popup-content {
  height: 100%;
  position: relative;
}

.popup-content .content .individual .wpcf7,
.popup-content .wpcf7 {
  position: unset;
}

.popup-content .content .individual .subscribe,
.popup-content .subscribe {
  margin-top: 10px;
}

.popup-content .content .individual .submitBtn,
.popup-content .submitBtn {
  position: absolute;
  bottom: 0;
  margin: 0 0 25px;
  width: calc(100% - 40px);
  text-align: center;
}

.popup-content .content .individual .submitBtn p input,
.popup-content .submitBtn p input {
  font-family: Montserrat !important;
}

.popup-content .content .individual .submitBtn p span,
.popup-content .submitBtn p span {
  display: none;
}

.popup-content .wpcf7-form div.fieldhalfcls.tel button.iti__selected-country {
  min-height: 23px;
}

@media screen and (max-width: 1100px) {
  .popUp-box .popUp-img {
    width: 96vw;
    height: 620px;
    margin: -310px 0 0 -48vw;
  }

  .popup-content {
    height: 620px;
  }

  .popup-content .imgBox {
    display: none;
  }

  .popup-content .content .title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
  }

  .popup-content .wpcf7-form div.subscribe .wpcf7-form-control-wrap .wpcf7-form-control label span {
    font-size: 12px;
    line-height: 16px;
  }

  .popup-content .wpcf7-form div.subscribe>p:first-child span {
    margin-right: 0;
  }

  .wpcf7-form div.submitBtn .wpcf7-submit {
    font-size: 16px;
    line-height: 20px;
  }

  .popup-content form.wpcf7-form {
    height: 450px;
    overflow: scroll;
  }

  .popup-content .wpcf7-form div.fieldhalfcls {
    width: 100% !important;
    margin-right: 0;
  }

  .content .wpcf7-form>div>p:first-child {
    color: var(--branding-secondary-80, #443C33);
    font-size: 13px;
    font-style: normal;
    font-family: Montserrat !important;
    font-weight: 700;
    line-height: 17px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 560px) {
  .popup-content .content {
    padding: 10px;
  }

  .popup-content .content .backBtn {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.2px;
    margin-bottom: 10px;
  }

  .popup-content form.wpcf7-form {
    height: 440px;
  }

  .popup-content label span:before,
  .popup-content .content .individual label span:before {
    top: auto;
    transform: unset;
  }

  .popup-content .submitBtn {
    width: 96vw;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 0;
    padding: 10px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.20);
    background: var(--branding-primary-20, #E5E0DB);
  }

  #footer .wpcf7 form.invalid .wpcf7-response-output,
  #footer .wpcf7 form.unaccepted .wpcf7-response-output {
    margin-top: 5px;
    margin-left: 0;
  }

  .wpcf7-form div .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-textarea {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}