.width-100 {
  width: 100%;
}

div.auth__page {
  flex-direction: column;
  gap: 24px;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
  color: #2f2f2f;
}

div.auth__page .hp-page__title {
  text-align: center;
  font-size: 3.125rem;
  line-height: 1.2;
  font-weight: 700;
}

.form__form {
  width: 100%;
}

.form__form .hp-form__actions {
  order: -1;
  margin-bottom: 20px;
}

.form__form .hp-form__footer {
  flex-direction: column;
}

.form__form .hp-form__fields {
  margin: 0;
}

.hp-page__sidebar {
  display: none;
}

body .categories__slide-link.btn--02 {
  white-space: unset;
  max-width: 90%;
}

.account_settings_page .hp-page__title {
  color: #2f2f2f;
  font-size: 60px;
  line-height: 72px;
  font-weight: 700;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #797979;
}
.account_settings_page .hp-row {
  margin-right: 0;
  margin-left: 0;
}
.account_settings_page .hp-form__fields {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(4, 1fr);
  justify-content: center;
  align-content: end;
}
.account_settings_page .hp-field--attachment-upload .hp-field--button {
  color: #0554f2;
  font-weight: 600;
}

.account_settings_page .hp-form__field:first-child {
  grid-column: 1 / 2;
  grid-row: 1 / 4;
  text-align: center;
}
.account_settings_page .hp-field--attachment-upload .hp-row {
  flex-wrap: nowrap;
}
.account_settings_page .hp-form__field:nth-child(2) {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
}

.account_settings_page .hp-form__field:nth-child(3) {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
}

.account_settings_page .hp-form__field:nth-child(4) {
  grid-column: 3 / 4;
  grid-row: 2 / 3;
}

.account_settings_page .hp-form__field:nth-child(5) {
  grid-column: 3 / 4;
  grid-row: 1 / 2;
}

.account_settings_page .hp-form__field:nth-child(6) {
  grid-column: 4 / 5;
  grid-row: 1 / 2;
}

.account_settings_page .hp-form__field:nth-child(7) {
  grid-column: 2 / 3;
  grid-row: 4 / 4;
}

.account_settings_page .hp-form__field:nth-child(8) {
  grid-column: 3 / 4;
  grid-row: 4 / 4;
}
.account_settings_page .hp-form__field:not(:last-child) {
  margin-bottom: 0;
}
.form__account {
  color: #2f2f2f;
}

/* .form__account .hp-form__field {
    max-width: 436px;
} */

.form__account small {
  display: none;
}

/* .form__account .hp-field--attachment-upload {
    height: 100%;
} */

/* .form__account .hp-form__field--attachment-upload .hp-row {
    height: 100%;
} */
.form__account .hp-field--attachment-upload > div:first-child > div {
  margin: 0;
}

.form__account .hp-form__field--attachment-upload .hp-col-sm-2,
.form__account .hp-form__field--attachment-upload .hp-col-xs-4 {
  max-width: 100%;
  flex-basis: 100%;
  /* height: 100%; */
  display: flex;
  justify-content: center;
}

.form__account .hp-form__field--attachment-upload .hp-row img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.form__account .hp-field--attachment-upload > div:first-child:not(:empty) {
  margin-bottom: 0;
}
.form__account .hp-field--attachment-upload label {
  float: none;
}
body .products__item-like.active i,
body .products__item-like:focus i,
body .products__item-like:hover i {
  font-family: "Font Awesome 5 Free" !important;
}
body .products__item-like[data-state="active"] {
  background: #ff804d !important;
  color: #fff !important;
}
.hp-field--attachment-upload input[type="file"] {
  width: 100%;
  height: 100%;
  font-size: 0 !important;
}
@media (max-width: 992px) {
  .account_settings_page .hp-form__fields {
    grid-template-columns: repeat(3, 3fr);
    grid-template-rows: repeat(5, 100px);
  }
  .account_settings_page .hp-form__field:first-child {
    grid-column: 1 / 2;
    grid-row: 1 / 5;
    text-align: center;
  }
  .account_settings_page .hp-form__field:nth-child(2) {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
  }
  .account_settings_page .hp-form__field:nth-child(5) {
    grid-column: 3 / 4;
    grid-row: 1 / 2;
  }
  .account_settings_page .hp-form__field:nth-child(6) {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
  }
  .account_settings_page .hp-form__field:nth-child(3) {
    grid-column: 3 / 4;
    grid-row: 2 / 3;
  }
  .account_settings_page .hp-form__field:nth-child(4) {
    grid-column: 2 / 3;
    grid-row: 3 / 4;
  }
  .account_settings_page .hp-form__field:nth-child(7) {
    grid-column: 2 / 3;
    grid-row: 5 / 6;
  }

  .account_settings_page .hp-form__field:nth-child(8) {
    grid-column: 3 / 4;
    grid-row: 5 / 6;
  }
}
@media (max-width: 576px) {
  .account_settings_page .hp-form__fields {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: unset;
    gap: 20px;
  }
  .account_settings_page .hp-form__field:first-child,
  .account_settings_page .hp-form__field:nth-child(2),
  .account_settings_page .hp-form__field:nth-child(3),
  .account_settings_page .hp-form__field:nth-child(4),
  .account_settings_page .hp-form__field:nth-child(5),
  .account_settings_page .hp-form__field:nth-child(6),
  .account_settings_page .hp-form__field:nth-child(7),
  .account_settings_page .hp-form__field:nth-child(8) {
    grid-column: unset;
    grid-row: unset;
  }
  .account_settings_page .hp-form__field:first-child {
    order: 0;
  }
  .account_settings_page .hp-form__field:nth-child(2) {
    order: 1;
  }
  .account_settings_page .hp-form__field:nth-child(5) {
    order: 3;
  }
  .account_settings_page .hp-form__field:nth-child(6) {
    order: 4;
  }
  .account_settings_page .hp-form__field:nth-child(3) {
    order: 5;
  }
  .account_settings_page .hp-form__field:nth-child(4) {
    order: 6;
  }
  .account_settings_page .hp-form__field:nth-child(7) {
    order: 7;
  }
  .account_settings_page .hp-form__field:nth-child(8) {
    order: 8;
  }
}

.hp-listing-packages {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #faf6ee;
  border-radius: 24px;
  padding: 40px;
}
.hp-listing-package__name {
  color: #2f2f2f;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
}
.hp-listing-package--view-block .hp-listing-package__name:not(:last-child),
.hp-listing-package--view-block .hp-listing-package__price:not(:last-child),
.hp-listing-package--view-block .hp-listing-package__header:not(:last-child) {
  margin-bottom: 24px;
}
.hp-listing-package__price {
  font-size: 24px;
  font-weight: 700;
  line-height: 28.8px;
  color: #2f2f2f;
}
.hp-listing-packages .hp-grid__item {
  margin-bottom: 0;
}
.hp-template--listing-submit-package-page .hp-page__title {
  color: #2f2f2f;
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #797979;
}
.hp-form__action--listing-details-change {
  margin-bottom: 24px;
  color: #2f2f2f;
  font-size: 16px;
  font-weight: 600;
  line-height: 22.4px;
  text-align: left;
  margin-top: 60px;
}
.hp-form__action--listing-details-change span {
  margin-left: 16px;
}
@media (max-width: 991.98px) {
  .hp-template--listing-submit-package-page .hp-page__title {
    font-size: 32px;
    line-height: 38.4px;
  }
}
@media (max-width: 767.98px) {
  .hp-form__action--listing-details-change {
    margin-top: 40px !important;
  }
}
@media (min-width: 992px) {
  .product__additional-btns .btn:hover {
    background-color: #ff804d;
    border-color: #ff804d;
    color: #fff;
    box-shadow: none;
  }
}
.hp-template--user-login-page .hp-row {
  margin-left: 0;
  margin-right: 0;
}
.hp-template--user-account-page
  .hp-page__sidebar
  .hp-menu--user-account
  ul
  .hp-menu__item.hp-menu__item--user-logout
  a {
  color: #ee5656;
}
.hp-template--user-account-page
  .hp-page__sidebar
  .hp-menu--user-account
  ul
  .hp-menu__item.hp-menu__item--user-logout
  a:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5 4C4.73478 4 4.48043 4.10536 4.29289 4.29289C4.10536 4.48043 4 4.73478 4 5V19C4 19.2652 4.10536 19.5196 4.29289 19.7071C4.48043 19.8946 4.73478 20 5 20H9C9.55228 20 10 20.4477 10 21C10 21.5523 9.55228 22 9 22H5C4.20435 22 3.44129 21.6839 2.87868 21.1213C2.31607 20.5587 2 19.7957 2 19V5C2 4.20435 2.31607 3.44129 2.87868 2.87868C3.44129 2.31607 4.20435 2 5 2H9C9.55228 2 10 2.44772 10 3C10 3.55228 9.55228 4 9 4H5ZM15.2929 6.29289C15.6834 5.90237 16.3166 5.90237 16.7071 6.29289L21.7071 11.2929C22.0976 11.6834 22.0976 12.3166 21.7071 12.7071L16.7071 17.7071C16.3166 18.0976 15.6834 18.0976 15.2929 17.7071C14.9024 17.3166 14.9024 16.6834 15.2929 16.2929L18.5858 13H9C8.44772 13 8 12.5523 8 12C8 11.4477 8.44772 11 9 11H18.5858L15.2929 7.70711C14.9024 7.31658 14.9024 6.68342 15.2929 6.29289Z' fill='%23EE5656'/%3E%3C/svg%3E%0A");
  position: relative;
  margin-left: auto;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center center;
}
.hp-field--attachment-upload .hp-row > div {
  max-width: 100%;
  flex-basis: 100%;
}
.listings-account-link {
  padding: 8px 16px;
  color: #2f2f2f;
  font-size: 16px;
  font-weight: 600;
  background-color: #5bc9fc;
  border-radius: 8px;
  white-space: nowrap;
}
#menu-footer .menu-item--last,
#menu-footer .menu-item--first {
  display: none !important;
}
.products__item-category span {
  width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.languages-chekboxes ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.wc-block-components-order-summary-item__image {
  display: none !important;
}
.wc-block-components-order-summary-item__description {
  padding-left: 0 !important;
}
.parent-cat-title {
  position: relative;
  top: 108px;
  font-family: Open Sans;
  font-size: 24px;
  font-weight: 700;
  line-height: 28.8px;
  text-align: left;
  color: #797979;
}
@media (max-width: 767.98px) {
  .parent-cat-title {
    top: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .parent-cat-title {
    top: 45px;
  }
}

.hp-template--listing-submit-page .hp-form--listing-submit .hp-form__footer {
  flex-direction: column;
}
.hp-template--listing-submit-page .hp-form--listing-submit .hp-form__footer a {
  margin-top: 25px;
  color: #000;
  font-weight: 600;
}

.mett-add-details-page
  .hp-form__field--location
  + .hp-form__field.hp-form__field--attachment-upload {
  grid-column: 1 / 2;
  grid-row: 1 / 10;
  order: -1;
}
.listing-pdf-link {
  color: #0554f2;
  text-decoration: underline;
  font-weight: 600;
}
form.hp-form--user-update .hp-form__field--textarea {
  grid-column-start: 2;
  grid-column-end: 5;
  width: 100%;
}
form.hp-form--user-update .hp-form__field--textarea textarea {
  padding: 16px 12px;
  border-radius: 5px;
  border: 1px solid #797979;
  width: 100%;
  font-size: 1rem;
  line-height: 1.4;
  font-family: Arial, sans-serif;
}
@media (max-width: 575px) {
  .footer__nav ul {
    gap: 24px 65px !important;
  }
}

.sl-vr-wrapper {
  display: flex;
  align-items: center;
}

.sl-vr-items {
  display: flex; /* Align items horizontally */
  overflow-x: hidden; /* Hide horizontal overflow */
  position: relative;
  scroll-behavior: initial !important;
}

.sl-vr-prev-btn,
.sl-vr-next-btn {
  cursor: pointer; /* Change cursor on hover */
}

.sl-vr-btn.hidden {
  visibility: hidden;
}

.sl-vr-wrapper {
  position: relative;
}
.sl-vr-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 100% !important;
  width: 40px !important;
  cursor: pointer;
  padding: 0 !important;
  font-size: 28px !important;
  border: none !important;
  border-radius: 0 !important;
  z-index: 20;
}
.sl-vr-prev-btn {
  left: 0;
}
.sl-vr-next-btn {
  right: 0;
}
@media (min-width: 1440px) {
  header + .categories-menu .categories-menu__tabs-btns {
    padding-left: 0;
  }
  header + .categories-menu .sl-vr-wrapper {
    margin-left: 60px;
  }
}

@media (max-width: 1023px) {
  .categories-menu .categories-menu__tabs-btns {
    justify-content: initial !important;
  }
}

@media (max-width: 575px) {
  .hero__category {
    padding: 10px !important;
    font-size: 0.75rem !important;
  }
  .hero__category img {
    width: 18px !important;
    height: 18px !important;
  }
  .hero .hero__category-wrapper {
    display: block !important;
  }
}

@media (max-width: 1023px) {
  .filter__section aside {
    transition: all 0.35s ease-out;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    z-index: 10000;
    width: 100vw;
    height: 100vh;
    overflow-y: auto;
    padding-top: 68px;
    background-color: #faf6ee;
  }
  .filter__section aside.visible {
    transition: all 0.35s ease-out;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transform: translate(0);
  }
  .filter__section aside .filter__subcategories-wrapper {
    overflow-y: auto;
  }
  .filter-tag-btn.active {
    box-shadow: 0 15px 40px 0 rgba(5, 83, 241, 0.3);
    background-color: #0554f2;
    color: #fff !important;
  }
}

.filter__opener {
  padding: 0 15px;
}

.account_settings_page .company-fields-layout .hp-form__field:nth-child(8) {
  grid-column: 2 / 2;
  grid-row: 1 / 1;
}
.account_settings_page .company-fields-layout .hp-form__field:nth-child(3) {
  grid-column: 3 / 3;
  grid-row: 1 / 1;
}
.account_settings_page .company-fields-layout .hp-form__field:nth-child(4) {
  grid-column: 4 / 4;
  grid-row: 1 / 1;
}
.account_settings_page .company-fields-layout .hp-form__field:nth-child(5) {
  grid-column: 2 / 2;
  grid-row: 2 / 2;
}
.account_settings_page .company-fields-layout .hp-form__field:nth-child(7) {
  grid-column: 3 / 3;
  grid-row: 2 / 2;
}
.account_settings_page .company-fields-layout .hp-form__field:nth-child(6) {
  grid-column: 4 / 4;
  grid-row: 2 / 2;
}
.account_settings_page .company-fields-layout .hp-form__field:nth-child(2) {
  grid-column: 2 / 2;
  grid-row: 3 / 3;
}
.account_settings_page .company-fields-layout .hp-form__field:nth-child(10) {
  grid-column: 2 / 2;
  grid-row: 4 / 4;
}
.account_settings_page .company-fields-layout .hp-form__field:nth-child(11) {
  grid-column: 3 / 3;
  grid-row: 4 / 4;
}
@media (max-width: 767.98px) {
  .mett-add-details-page .hp-form__fields {
    grid-template-columns: 1fr !important;
  }
  .additional-text-content,
  .mett-add-details-page
    .hp-form__field--location
    + .hp-form__field.hp-form__field--attachment-upload,
  .mett-add-details-page .hp-form__field,
  body .mett-add-details-page .hp-form__field--tags,
  body .mett-add-details-page .hp-form__field--textarea,
  .mett-add-details-page .hp-form__field,
  body .mett-add-details-page .hp-form__field--tags,
  body .mett-add-details-page .hp-form__field--textarea {
    grid-column: initial !important;
    grid-row: initial !important;
  }
  .mett-add-details-page .hp-form__footer button,
  .mett-add-details-page .hp-form__field--attachment-upload button,
  .mett-listing-edit-page .hp-form__field--attachment-upload button,
  .mett-listing-edit-page .hp-form__footer button {
    padding: 15px 45px !important;
  }
  .account_settings_page .hp-form__fields {
    display: flex;
    flex-direction: column;
  }
  .account_settings_page .hp-form__field:nth-last-child(2) {
    order: 20;
  }
  .account_settings_page .hp-form__field:last-child {
    order: 30;
  }
  .account_settings_page .hp-form__field:nth-child(7) {
    order: 40;
  }
  .account_settings_page .hp-form__field:nth-child(8) {
    order: 50;
  }

  .account_settings_page .company-fields-layout .hp-form__field:nth-child(8) {
    order: 10;
  }
  .account_settings_page .company-fields-layout .hp-form__field:nth-child(3) {
    order: 20;
  }
  .account_settings_page .company-fields-layout .hp-form__field:nth-child(4) {
    order: 30;
  }
  .account_settings_page .company-fields-layout .hp-form__field:nth-child(5) {
    order: 40;
  }
  .account_settings_page .company-fields-layout .hp-form__field:nth-child(7) {
    order: 50;
  }
  .account_settings_page .company-fields-layout .hp-form__field:nth-child(6) {
    order: 60;
  }
  .account_settings_page .company-fields-layout .hp-form__field:nth-child(2) {
    order: 70;
  }
  .account_settings_page .company-fields-layout .hp-form__field:nth-child(10) {
    order: 90;
  }
  .account_settings_page .company-fields-layout .hp-form__field:nth-child(11) {
    order: 100;
  }
  .account_settings_page .hp-form__field:last-child {
    order: 80;
  }
}
.hp-listing__action--report.hp-link span {
  margin-left: 10px;
}
.products__item .products__item-category {
  background-color: rgba(250, 246, 238, 0.8);
  backdrop-filter: blur(30px);
  box-shadow: 0px 10px 25px 0px rgba(177, 177, 177, 0.25);
}
.hp-listing__images {
  max-width: 500px;
  height: auto;
}

@media (min-width: 768px) {
  .p-container {
    padding-top: 50px !important;
  }
}
.hp-field--attachment-upload > div:first-child > div > div a {
  padding-right: 50px;
}
.hp-field--attachment-upload > div:first-child > div > div {
  padding-top: 50px;
}
.hp-field--attachment-upload > div:first-child > div > div::before {
  display: none !important;
}
@media (max-width: 767px) {
  .product__additional-btns .btn {
    width: 46px !important;
    height: 46px !important;
  }
  .product__section .title--02 {
    font-size: 1.5rem;
    word-break: break-word;
  }
}
@media (min-width: 1200px) and (max-width: 1365px) {
  .product__main-info {
    grid-template-columns: 1fr !important;
  }
}
@media (min-width: 1366px) and (max-width: 1600px) {
  .product__main-info {
    grid-template-columns: 60% 40% !important;
    gap: 20px !important;
  }
}
.product__section .title--02 {
  word-break: break-word;
}

.hp-vendor__description a {
  color: #0554f2 !important;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 400px !important;
  overflow-y: auto;
}

.hp_msg_url {
  text-decoration: underline;
  color: blue;
  display: inline-block;
}

a.hp-vendor__action {
  color: #0554f2 !important;
  text-decoration: none !important;
}

a.hp-vendor__action .hp-icon {
  margin-right: 7px !important;
}

a.hp-vendor__action:hover .hp-icon {
  text-decoration: none !important;
}

a.hp-vendor__action:hover span {
  text-decoration: underline !important;
}

.hero.container ul {
  padding-left: 25px;
}
@media (min-width: 1440px) {
  .hero__category-wrapper:first-of-type {
    top: 76% !important;
    right: 5% !important;
    left: auto !important;
  }
}
.hero__slider:not(.swiper-initialized) .hero__slide {
  margin-right: 300px;
}

.recommended__section .products__item-description p {
  display: -webkit-box !important;
  opacity: 1 !important;
  -webkit-line-clamp: 1 !important;
}
/*.recommended__section .products__item-description{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}*/
@media (max-width: 575px) {
  body:not(.logged-in) .header__user-actions {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
  }
  body:not(.logged-in) .header__user-actions-btns {
    width: 100%;
    max-width: 100%;
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 4px !important;
  }
  body:not(.logged-in) .header__user-actions-btns .custom-select {
    display: none !important;
  }
  body:not(.logged-in) .header__user-actions-btns > * {
    width: 100% !important;
  }
  body:not(.logged-in) .header__right-part {
    gap: 8px !important;
  }
  body:not(.logged-in) .header__categories-btn {
    max-width: initial !important;
  }

  body.logged-in .header__categories-btn {
    width: 100% !important;
    max-width: 100% !important;
  }
  body.logged-in .header__user-actions {
    width: 100% !important;
  }
}
@media (max-width: 1024px) {
  body.logged-in .header__right-part {
    padding-top: 4px !important;
  }
}
header .search-input__wrapper {
  flex: initial;
}

/* CSS-based triangle */
.dropdown-arrow {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid blue; /* Creates a downward triangle */
  transition: transform 0.3s ease;
}

/* Rotate triangle when active */
.custom-language-selector.active .dropdown-arrow {
  transform: rotate(180deg);
}

/* Dropdown container */
.custom-language-selector {
  position: relative;
  display: inline-block;
  font-family: Arial, sans-serif;
  cursor: pointer;
}

/* Selected language (button) */
.selected-lang {
  font-size: 16px;
  font-weight: bold;
  color: #2f2f2f;
  padding: 5px 10px;
  border-radius: 5px;
  white-space: nowrap;

  display: flex;
  align-items: center;
  gap: 5px;
}

/* Dropdown menu (hidden by default) */
.lang-dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  list-style: none;
  padding: 5px 0;
  border-radius: 36px;
  overflow: hidden;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.1);
  display: none;
  min-width: 50px;
  text-align: center;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* Dropdown items */
.lang-dropdown li {
  padding: 8px;
  cursor: pointer;
  transition: background 0.3s;
}

.lang-dropdown li a {
  text-decoration: none;
  color: black;
  display: block;
  font-weight: 600;
  color: #2f2f2f;
}

/* Highlight active language */
.lang-dropdown li.active {
  background: #cdddfc;
}
.lang-dropdown li.active a {
  font-weight: 600;
  color: #0554f2;
}
/* Hover effect */
.lang-dropdown li:hover {
  background: #f0f0f0;
}

/* Show dropdown on click */
.custom-language-selector.active .lang-dropdown {
  display: block;
}

.hp-listing__images {
  min-width: 32%;
}

.search-input__results > div:not(:last-child) {
  margin-bottom: 8px;
}

.hp-form__field.hp-form__field--attachment-upload > label > small {
  display: none !important;
}

/*home disable map*/
body.home .location__home-section {
  display: none !important;
}

.hp-grid__item.hp-col-sm-4.hp-col-xs-12 {
  position: relative;
}

.hp-grid__item.hp-col-sm-4.hp-col-xs-12 .products__item,
.products__item {
  transition: all 0.3s;
  position: relative;
}

.hp-grid__item.hp-col-sm-4.hp-col-xs-12 .products__item:hover,
.products__item:hover {
  box-shadow: var(
    --clg-effect-sem-shadow-elevation-3,
    0px 1px 3px 0px #0000004d,
    0px 4px 8px 3px #00000026
  );
}

.link-hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
}

.hp-listing--view-block .hp-listing__header {
  position: static !important;
}

.products__item-like {
  z-index: 9;
  top: 16px !important;
  right: 16px !important;
}

.products__item-category {
  left: 20px !important;
  top: 20px !important;
}

.products__item-image:before {
  content: normal !important;
}

.filter__section aside {
  width: 24% !important;
}

@media (max-width: 992px) {
  .filter__section aside {
    width: 100vw !important;
  }
}

/* .recommended__section.news-section.container1 .title--04 {
  margin-bottom: 25px;
} */

.products__item-line .products__item-link {
  position: relative;
  z-index: 98;
}

/* .products__item-line.stars-city {
  display: none !important;
} */

.hp-listing__header.products__item-image.products__item-image {
  margin-bottom: 0 !important;
}

.hp-listing__content.products__item-description.products__item-description {
  margin-bottom: 0 !important;
}

.hp-listing__content.products__item-description.products__item-description p {
  margin-bottom: 0 !important;
}

.all-news {
  text-align: center;
  padding: 30px 0 0;
}

.detal-news {
  display: inline-block;
  background-color: rgb(5, 84, 242);
  font-family: "Open Sans";
  color: rgb(255, 255, 255);
  text-decoration: none;
  white-space: normal;
  padding: 0 32px;
  height: 65px;
  min-height: 0px;
  min-width: 0px;
  max-height: none;
  max-width: none;
  text-align: center;
  line-height: 65px;
  letter-spacing: 0px;
  font-weight: 600;
  font-size: 18px;
  backdrop-filter: none;
  filter: brightness(100%);
  transform-origin: 50% 50%;
  opacity: 1;
  transform: translate(0px, 0px);
  border-radius: 32px;
  transition: all 0.3s;
}

.detal-news:hover {
  text-decoration: none;
  box-shadow: 0 15px 40px 0 rgba(5, 83, 241, 0.3);
}

@media (max-width: 768px) {
  form.woocommerce-checkout {
    flex-wrap: wrap !important;
    gap: 0;
    flex-direction: row-reverse;
  }

  #customer_details {
    width: 100% !important;
  }

  #order_review {
    width: 100% !important;
  }

  .montonio-bank-payments-form .montonio-bank-items .montonio-bank-item {
    max-width: calc(33% - 10px) !important;
    height: 80px !important;
    width: 80px !important;
  }

  .woocommerce img,
  .woocommerce-page img {
    max-width: 100% !important;
    width: auto !important;
  }

  .woocommerce-checkout .page__main > .container {
    padding-top: 20px !important;
  }
}

.select2-container {
  width: 100% !important;
}

.parentWrapperGroup {
  display: flex;
  gap: 20px;
  align-items: center;
}

.parentWrapperGroup .hp-form__field {
  width: calc((100% - 40px - 20px) / 100 * 50);
  margin-bottom: 0;
}

.group-buttons {
  width: 20px;
  margin-top: 31px;
}

.bt-plus {
  width: 20px;
  height: 20px;
  border: 2px solid #9747ff;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}

.bt-del {
  width: 20px;
  height: 20px;
  border: 2px solid #ed1c24;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  margin-bottom: 20px;
}

.bt-del:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 10px;
  background-color: #ed1c24;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

.bt-plus:before,
.bt-plus:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 10px;
  background-color: #9747ff;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

.bt-plus:before {
  transform: translate(-50%, -50%) rotate(90deg);
}

.hide.hp-form__field {
  display: none !important;
}

.hp-template--listing-submit-page .hp-form__field.hp-form__field--text {
  grid-column: span 4 !important;
}

.parentWrapperGroup:first-child .bt-del {
  display: none !important;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  min-height: 54px;
}

@media (max-width: 767px) {
  .parentWrapperGroup .hp-form__field {
    width: 100%;
  }

  .parentWrapperGroup {
    flex-wrap: wrap;
  }

  .group-buttons {
    margin-top: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
  }

  .bt-del {
    margin-bottom: 0;
  }
}

.tox-tinymce {
  border: 1px solid #797979 !important;
}

.tox-sidebar-wrap,
.tox-edit-area,
.tox-edit-area iframe {
  outline: none !important;
}

.tox .tox-edit-area::before {
  content: normal !important;
}

.tox:not(.tox-tinymce-inline) .tox-editor-header {
  box-shadow: none !important;
}

.hp-listing__description p {
  margin-bottom: 12px;
}

.modal-custom {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  align-items: center;
  justify-content: center;
  padding: 5%;
}

.modal-content {
  position: relative;
  margin: auto;
  background-color: white;
  width: 100%;
  border-radius: 48px;
  max-width: 606px;
  padding: 42px 81px 32px;
  text-align: center;
  color: #000;
}

.close-button {
  position: absolute;
  top: 32px;
  right: 36px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.atention {
  margin-bottom: 40px;
  text-align: center;
}

.mod-descr {
  font-size: 22px;
  line-height: 1.4;
}

.mod-descr p {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .modal-content {
    padding: 42px 20px 32px;
  }

  .mod-descr {
    font-size: 18px;
  }
}

@media (min-width: 1440px) {
  body .header__holder {
    gap: 50px;
  }
}

@media (min-width: 1024px) {
  body .header__holder .header__left-part {
    width: auto;
    flex: 0 0 auto;
  }

  body .header__holder .header__right-part {
    width: auto;
    flex: 0 0 auto;
  }

  body .header__holder .header__mid-part {
    flex: 1 1 auto;
  }
}

@media (min-width: 1024px) and (max-width: 1439px) {
  body .header__holder {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }

  body .header__holder .header__mid-part {
    order: 3;
    width: 100%;
  }

  body .header__holder .header__right-part {
    order: 2;
  }
}

@media (max-width: 1024px) {
  body .header__holder {
    gap: 0;
  }

  body .header__user-actions-btns {
    margin-top: 15px;
  }
}

body .header__user-actions-btns a.btn.blue {
  font-size: 18px;
  height: 42px;
  padding: 0 20px;
}

body .header__user-actions {
  gap: 0;
}

body .header__categories-btn {
  padding: 13px 25px;
  font-size: 14px;
  height: 50px;
  gap: 7px;
}

body .header__user-name {
  display: none;
}

.ico-head {
  display: flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  align-content: center;
}

.ico-head img {
  max-width: 26px;
  max-height: 26px;
}

.ico-head.user img {
  max-width: 30px;
  max-height: 30px;
}

body .add-listing-btn {
  padding: 13px 36px;
  font-size: 14px;
  height: 50px;
}

body .header__user-actions-btn,
body .header__user-actions-link {
  padding: 0;
}

body .header__user-actions-link.notifications-link:before {
  top: 0;
  right: 0;
}

body .search-input__input {
  height: 50px;
  font-size: 14px;
}

body .search-input__wrapper .search-full-btn {
  top: 1px;
  right: 3px;
}

.hp-field--attachment-upload .hp-col-sm-2.hp-col-xs-4:first-child img {
  border: 3px solid #ff804d;
}

body .hp-social-links__item.hp-social-links__item--google {
  padding: 0 20px;
  border-radius: 48px;
  height: 34px;

}

body .auth__container {
  width: 100%;
  max-width: 770px;
}

body .auth__tabs {
  align-items: center;
  margin-top: 15px;
  margin-bottom: 24px;
  gap: 10px;
}

body .auth__tab-btn {
  padding: 0;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .auth__tabs {
    flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-around;
    row-gap: 15px;
  }

  .hp-social-links {
    width: 100%;
  }

  .hp-social-links a {
    width: auto !important;
  }
}

.em {
  padding: 0 20px !important;
  border-radius: 48px;
  height: 34px;
  background-color: #4285f4;
  display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    gap: 10px;
}

/*---SD---*/
p.post-block-title a{
	font-size: 1.25rem;
	text-decoration: none !important;
	color: #2f2f2f;
}
.rating-stars__fill,
.product__stars--fill .stars-fill {
	color:#ff804d !important;
}

/* html div.all-news.et-lang,
html div.all-news.ru-lang,
html div.all-news.en-lang{
  display: none;
}

html[lang="et"] .all-news.et-lang,
html[lang="ru"] .all-news.ru-lang,
html[lang="en"] .all-news.en-lang{
  display: block !important;
} */

.recommended__section .products__item-description p {
  display: block !important;
  opacity: 1 !important;

}