/* FŐOLDAL - WEBSHOP VÁLASZTÓ*/

body.logged-in:not(.elementor-editor-active) .pxl-webshop--switcher,
body.guest-customer-selected .pxl-webshop--switcher {
  display: none;
}

.pxl-webshop--switcher .elementor-button-link {
  min-width: 320px;
}

@media screen and (max-width: 576px){
  .pxl-webshop--switcher .elementor-button-link {
    min-width: 272px;
  }
}

/* FŐOLDAL - VELÜNK FŐZNEK*/

.pxl-logos a img {
  filter: grayscale(100%);
  transition: filter 300ms ease-in-out;
}

.pxl-logos a:hover img {
  filter: grayscale(0);
}


/* RÓLUNK - TOGGLE */
.elementor-toggle-item {
  border: 1px solid #B0AFB1;
  border-radius: 8px;
}

.elementor-tab-title {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}

.elementor-toggle .elementor-tab-title:not(.elementor-active) .elementor-toggle-icon .elementor-toggle-icon-closed {
  display: flex !important;
  align-items: center;
  justify-content: center;
}


/* KAPCSOLAT - FORM */

.pxl-contactform .elementor-form-fields-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(7, 1fr);
  grid-column-gap: 32px;
  grid-row-gap: 0px;
}

.pxl-contactform .elementor-form-fields-wrapper .elementor-column:nth-child(1) {
  grid-area: 1 / 1 / 2 / 3;
}

.pxl-contactform .elementor-form-fields-wrapper .elementor-column:nth-child(2) {
  grid-area: 2 / 1 / 3 / 3;
}

.pxl-contactform .elementor-form-fields-wrapper .elementor-column:nth-child(3) {
  grid-area: 3 / 1 / 4 / 3;
}

.pxl-contactform .elementor-form-fields-wrapper .elementor-column:nth-child(4) {
  grid-area: 4 / 1 / 5 / 3;
}

.pxl-contactform .elementor-form-fields-wrapper .elementor-column:nth-child(5) {
  grid-area: 5 / 1 / 6 / 3;
}

.pxl-contactform .elementor-form-fields-wrapper .elementor-column:nth-child(6) {
  grid-area: 1 / 3 / 6 / 5;
}

.pxl-contactform .elementor-form-fields-wrapper .elementor-column:nth-child(7) {
  grid-area: 6 / 3 / 7 / 5;
}

.pxl-contactform .elementor-form-fields-wrapper .elementor-column:nth-child(8) {
  grid-area: 7 / 3 / 8 / 5;
}

.pxl-contactform .elementor-form-fields-wrapper .elementor-column:nth-child(6) textarea {
  height: 100%
}

.pxl-contactform .elementor-form-fields-wrapper .elementor-column {
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .pxl-contactform .elementor-form-fields-wrapper {
    display: block;
  }
}

/* HIBAKEZELÉS */
.pxl-contactform .elementor-form-fields-wrapper .elementor-error .elementor-message-danger {
  background-color: #d3311a;
  width: 100%;
  margin: 0;
  padding: 6px 20px;
  line-height: 18px;
  font-size: 12px;
  color: #fff;
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  display: block;
}

.pxl-contactform .elementor-form-fields-wrapper .elementor-error .elementor-message-danger:before {
  display: none;
}

.pxl-contactform .elementor-form-fields-wrapper .elementor-column.elementor-error input.elementor-field {
  border-radius: 4px 4px 0 0 !important;
  border-color: #d3311a !important;
}

.pxl-contactform .elementor-form-fields-wrapper .elementor-column.elementor-error input.elementor-field::placeholder {
  color: #d3311a;
  opacity: 1;
}


/* FORMÁZÁS FELÜLÍRÁSA */
.pxl-contactform .elementor-field-type-acceptance label {
  font-size: 12px !important;
}

.pxl-contactform a {
  color: #389479;
  text-decoration: underline;
}


/* =================================== */

/* KAPCSOLAT - LISTA */

.pxl-list a {
  color: inherit;
  transition: all 300ms ease-in-out;
}

.pxl-list a:hover {
  color: var(--e-global-color-secondary);
}

.pxl-list .opening {
  color: #BDBDBD;
}

.pxl-list p:last-child {
  margin-bottom: 0
}

.pxl-list .elementor-icon-list-items li.elementor-icon-list-item:first-child {
  padding-bottom: 0!important;
}

.pxl-list .elementor-icon-list-items li.elementor-icon-list-item:nth-child(2){
  margin-top: 0!important;
}

.pxl-list .elementor-icon-list-items li.elementor-icon-list-item:nth-child(2) .elementor-icon-list-text {
  color: #BDBDBD;
}

.pxl-list .elementor-icon-list-items li.elementor-icon-list-item {
  padding-left: 30px !important;
  position: relative;
}

.pxl-list .elementor-icon-list-items li.elementor-icon-list-item .elementor-icon-list-icon {
  position: absolute !important;
  left: 0;
  top: 0px!important;
}

.pxl-list .elementor-icon-list-items li.elementor-icon-list-item .elementor-icon-list-text {
  padding-inline-start: 0!important;
}



/* =================================== */

/* FŐOLDAL - FELIRATKOZÁS */


.pxl-subscription-form .elementor-field-type-email {
  padding-bottom: 12px;
}

.pxl-subscription-form .elementor-field-type-submit {
  padding-top: 16px;
}

.pxl-subscription-form .elementor-field-type-acceptance label {
  font-size: 12px !important;
  line-height: 18px!important;
  color: #F6F5F6!important;
}

.pxl-subscription-form .elementor-field-type-acceptance span.elementor-field-option {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.pxl-subscription-form .elementor-field-type-acceptance input[type=checkbox] {
  width: 24px;
  height: 24px;
  flex: 0 0 24px
}

.pxl-subscription-form a {
  color: #AEE1CD;
  text-decoration: underline
}