.pl-contact {
  font-size: 12px;
  font-weight: 400;
  font-family: Arial, sans-serif !important;
  position: fixed;
  display: block;
  right: var(--pl-margin-right);
  bottom: var(--pl-margin-bottom);
  user-select: none;
  z-index: 9999;
  transition: 0.5s;
}

.pl-contact p {
  padding: 0;
  margin: 0;
}

.pl-contact svg {
  width: 24px;
  height: 24px;
}

.pl-contact button {
  color: var(--pl-main-color);
}

.pl-contact button p {
  color: #000;
}

.pl-contact__list {
  display: none;
  position: relative;
  margin-bottom: 7px;
  padding: 5px;
  background-color: #fff;
  border-radius: 7px;
  color: var(--pl-main-color);
  font-size: 15px;
  box-shadow: 0 0 40px var(--pl-main-color-20);
  z-index: 0;
}

.pl-contact__list--hide {
  position: absolute;
  top: 0;
}

.pl-contact__list::before {
  content: '';
  position: absolute;
  bottom: -6px;
  right: 25px;
  left: auto;
  display: inline-block !important;
  border-right: 8px solid transparent;
  border-top: 8px solid #ffffff;
  border-left: 8px solid transparent;
}

.pl-contact__item > .pl-contact__item-open {
  padding: 10px 5px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  background: #fff;
  border: 0;
  text-transform: none;
  cursor: pointer;
  transition: 0.7s;
}

.pl-contact__item-open:hover {
  background-color: var(--pl-main-color-10);
}

.pl-contact__item-open p {
  padding-left: 10px;
}

.pl-contact__btn {
  margin-left: auto;
  background-color: var(--pl-main-color);
  color: #fff;
  box-shadow: 0 0 0 var(--pl-main-color-40);
  animation: pullse 2s infinite;
  border-radius: 50%;
  overflow: hidden;
  width: 75px;
  height: 75px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.pl-contact__btn:hover {
  animation: none;
}

#pl-contact__toggle {
  padding: 0;
  margin: 0;
  position: absolute;
  display: block;
  width: 70px;
  height: 70px;
  opacity: 0;
  cursor: pointer;
}

#pl-contact-svg--close {
  display: none;
}

#pl-contact__toggle:checked ~ * {
  display: none;
}

#pl-contact__toggle:checked ~ #pl-contact-svg--close {
  display: block;
}

.pl-contact:has(.pl-contact__btn > #pl-contact__toggle:checked) > .pl-contact__list {
  display: block;
}

@keyframes pullse {
  0% {
    box-shadow: 0 0 0 0 var(--pl-main-color-40);
  }
  40% {
    box-shadow: 0 0 0 20px var(--pl-main-color-0);
  }
  100% {
    box-shadow: 0 0 0 0 var(--pl-main-color-0);
  }
}

.pl-form {
  display: none;
  max-width: 315px;
  margin-bottom: 7px;
  position: relative;
  font-size: 14px;
  border-radius: 7px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.pl-form__header {
  border-radius: 7px 7px 0 0;
  padding: 18px 15px;
  background-color: var(--pl-main-color);
  color: #fff;
}

.pl-form__header p {
  padding-right: 15px;
  font-size: 16px;
}

.pl-form__body {
  position: relative;
  top: -1px;
  padding: 18px 15px;
  min-height: 88px;
  border-radius: 0 0 7px 7px;
  color: #000;
  background-color: #fff;
}

.pl-contact .pl-form__body input,
.pl-contact .pl-form__body textarea {
  margin-bottom: 10px;
  width: 100%;
  border: 1px solid #dddddd;
  padding: 7px 10px;
  border-radius: 5px;
  background-color: #f5f5f5;
}

.pl-contact .pl-form__body input::placeholder,
.pl-contact .pl-form__body textarea::placeholder {
  opacity: 0.6;
}

.pl-contact .pl-form__body textarea {
  resize: none;
  min-height: 80px;
}

.pl-contact .pl-form__body input:focus,
.pl-contact .pl-form__body textarea:focus {
  outline: none !important;
  border: 1px solid #dddddd;
  box-shadow: none;
}

.pl-contact .pl-form__body input[type='submit'] {
  margin: 0;
  background-color: var(--pl-main-color);
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
}

.pl-contact .pl-form__body input[type='submit']:hover {
  background-color: var(--pl-main-color-70);
}

.pl-form__close {
  position: absolute;
  height: 20px;
  text-align: center;
  width: 20px;
  line-height: 20px;
  top: 10px;
  right: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  color: var(--pl-main-color);
  border-radius: 50%;
  cursor: pointer;
  transition: 0.4s;
}

.pl-form__close:hover {
  transform: rotate(90deg);
}

.pl-contact .pl-form .wpcf7-response-output {
  margin-bottom: 0;
}

.pl-contact .pl-form .wpcf7 {
  position: relative;
  z-index: 1;
}

.pl-contact .pl-form form {
  background-color: #fff;
}

.pl-form::before {
  content: '';
  position: absolute;
  bottom: -6px;
  right: 25px;
  left: auto;
  display: inline-block !important;
  border-right: 8px solid transparent;
  border-top: 8px solid #fff;
  border-left: 8px solid transparent;
}

/* Loader */
.pl-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 88px;
  z-index: 0;
}

.pl-loader__body {
  width: 50px;
  --b: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  padding: 1px;
  background: conic-gradient(#0000 10%, var(--pl-main-color)) content-box;
  -webkit-mask: repeating-conic-gradient(#0000 0deg, #000 1deg 20deg, #0000 21deg 36deg),
    radial-gradient(farthest-side, #0000 calc(100% - var(--b) - 1px), #000 calc(100% - var(--b)));
  -webkit-mask-composite: destination-in;
  mask-composite: intersect;
  animation: pl-loader 1s infinite steps(10);
}

@keyframes pl-loader {
  to {
    transform: rotate(1turn);
  }
}

/* CF7 */
.pl-no-display > *:not(.wpcf7-response-output) {
  display: none !important;
}

/*Woodmart*/
.wd-sticky-btn-shown ~ .pl-contact {
  bottom: calc(var(--pl-margin-bottom) + var(--wd-sticky-btn-height));
}
