/* Gombok formázása
-------------------------------------------------------- */

.vc_btn3, .n2-ss-button-container .n2-ow {
    border-radius:10px !important;
    background-image:none !important;
    background-color:#e47071 !important;
}

.vc_btn3.vc_btn3-size-md, .n2-ss-button-container .n2-ow  {
    font-size: 14px;
    padding: 9px 20px;
    text-transform: uppercase;
    font-weight: 600 !important;
    text-decoration: none !important;
}
.vc_btn3:hover, .n2-ss-button-container .n2-ow:hover {
       background-color:#e9594e !important; 
       border-color:#e9594e !important;
}

/* Region chooser
-------------------------------------------------------- */

.regionChooseBtn.pum-trigger {
	color:#D1D5DB !important;
	margin-left:15px;
}
@media (min-width: 1200px) {
    .rowTextImage .left-column .vc_column-inner{
     position: absolute;
        top: 50%;
        transform: translateY(-50%);
        display: block;
         width: 170%;
        z-index: 55;
    }
    
    .rowTextImage .left-column {
          height: 770px;
    }
    
    .wpb_text_column.wpb_content_element.vc_custom_1727697862408 i.fas.fa-check {
       display: inline-block;
        float: left;
        height: 63px;
        padding-top: 12px;
        padding-right: 5px;
    }
}

.vc_column-inner.vc_custom_1728306241621 {
        box-shadow: 12px 13px 34px #00000099;
}



h2.vc_custom_heading.vc_do_custom_heading.vc_custom_1727348727879 {
     box-shadow: 10px 13px 24px #17253cad;
    border-radius: 0 !important;
    padding: 10px 15px !important;
    position:relative;
        display: inline-block;
    padding-right: 80px !important;
}


h2.vc_custom_heading.vc_do_custom_heading.vc_custom_1727348727879:after{
        content: '';
        border-width: 1px 10px 20px 10px;
        border-style: solid;
        border-color: transparent transparent #3498db transparent;
        position: absolute;
        right: -16px;
        transform: rotate(89deg);
        top: 18px;
}

/* Miért minket válasszon? szöveg formázása
-------------------------------------------------------- */

.ourCompanyLi li {
    color:#f7fffd;
    font-size: 19px !important;
    padding-bottom: 16px;
}

.ourCompanyLi  {
    list-style:none;
}

.ourCompanyLi li:before {
         font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f00c";
        color: #00aeef;
        float: left;
        height: 50px;
        font-size: 20px;
        margin-right: 7px;
}

/* Márkák szürke overlay
-------------------------------------------------------- */

.brandBox img {
    filter: grayscale(1);
}

.brandBox img {
    filter: grayscale(1);
    opacity:0.9;
      transition: all 0.5s ease;
}

.brandBox img:hover {
    filter: grayscale(0);
    opacity:1;
}
.brandBox img {
    filter: grayscale(1);
}



/* Social buttons
-------------------------------------------------------- */

.social-btns {
  overflow: hidden;
}
.social-btns .btn, .social-btns .btn:before, .social-btns .btn .fa {
  transition: all 0.35s;
  transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
}
.social-btns .btn:before {
  top: 90%;
  left: -110%;
}
.social-btns .btn .fa {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.social-btns .btn.facebook:before {background: #3b5998;}
.social-btns .btn.facebook .fa {color: #3b5998;}

.social-btns .btn.instagram:before {background: #C13584;}
.social-btns .btn.instagram .fa {color: #C13584;}

.social-btns .btn.youtube:before {background: #dc4a38;}
.social-btns .btn.youtube .fa {color: #dc4a38;}

.social-btns .btn.linkedin:before {background: #0077B5;}
.social-btns .btn.linkedin .fa {color: #0077B5;}

.social-btns .btn:focus:before, .social-btns .btn:hover:before {
  top: -10%;
  left: -10%;
}
.social-btns .btn:focus .fa, .social-btns .btn:hover .fa {
  color: #fff;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.social-btns {
  font-size: 0;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.social-btns .btn {
  display: inline-block;
  background: #fff;
  width: 65px;
  height: 65px;
  line-height: 65px;
  margin: 5px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 30%;
  box-shadow: 0 7px 18px -7px rgba(0,0,0,0.18);
  opacity: 0.99;
}
.social-btns .btn:before {
  content: '';
  width: 120%;
  height: 120%;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.social-btns .btn .fa {
  font-size: 38px;
  vertical-align: middle;
}

/* Online konferencia szoba tervező image tooltip
-------------------------------------------------------- */

:root {
    --gothin: 'Gotham-Thin';
    --golight: 'Gotham-Light';
    --goregular: 'Gotham-Book';
    --gomedium: 'Gotham-Medium';
    --gobold: 'Gotham-Bold';
    --goblack: 'Gotham-Black';
    --goultra: 'Gotham-Ultra';
    --roboto: 'Roboto', sans-serif;
    --merri: 'Merriweather Sans', sans-serif;
    --basecolor: #9E9E9E;
    --secondbasecolor: #3E4E59;
    --thirdbasecolor: #4D4D4D;
    --linkcolor: #36C5EE;
    --hovercolor: #FEA16D;
    --blue: #39BDE3;
    --white: #FFFFFF;
}

.tooltip-inner {
    font-family: var(--goregular);
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: var(--basecolor);
    box-sizing: border-box;
    height: 550px;
    position: relative;
    max-width: 560px;
    margin: 0 auto;
    background-color: var(--white);
}

.tooltip-wrapper {
    position: relative;
}

.tooltip-box {
    position: relative;
    cursor: pointer;
}

.tooltip-box .tooltip-no {
    font-family: var(--gobold);
    background-color: var(--linkcolor);
    color: white;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.tooltip-content {
    display: none;
    position: absolute;
    background-color: var(--thirdbasecolor);
    color: white;
    font-family: var(--roboto);
    font-size: 12px;
    line-height: 1.4;
    padding: 8px;
    border-radius: 4px;
    max-width: 200px;
}

.tooltip-box:hover .tooltip-content {
    display: block;
}

.tooltip-box1 { top: -190px; left: 200px; }
.tooltip-box2 { top: -400px; left: 200px; }
.tooltip-box3 { top: -490px; left: 240px; }
.tooltip-box4 { top: -400px; left: 400px; }
.tooltip-box5 { top: -510px; left: 400px; }

/* Call to action elementben legyen egy sorban az ikon és a szöveg
-------------------------------------------------------- */

.cta-inline-icon {
    display: flex;
    align-items: center;
}
.cta-inline-icon .vc_icon_element, 
.cta-inline-icon .vc_custom_heading {
    margin: 0 8px; /* Adjust spacing as needed */
}

/* Oldalról való beúszás (bal és jobb), fade-in és fade-in-up
-------------------------------------------------------- */

/* Fade-in */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fade-in {
  opacity: 0; /* Kezdetben átlátszó */
}

.animate-fade-in {
  animation: fadeIn 1.5s ease-in-out forwards;
}

/* Swim-in from left */
@keyframes swimInFromLeft {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.swim-in-left {
  opacity: 0;
  transform: translateX(-100%); /* Kezdetben balra eltolva */
}

.animate-swim-in-left {
  animation: swimInFromLeft 1.5s ease-out forwards;
}

/* Swim-in from right */
@keyframes swimInFromRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.swim-in-right {
  opacity: 0;
  transform: translateX(100%); /* Kezdetben jobbra eltolva */
}

.animate-swim-in-right {
  animation: swimInFromRight 1.5s ease-out forwards;
}
/* Fade-in-up */
@keyframes fadeInUp {
  from {
    transform: translateY(20px); /* 20px-el lejjebbről indul */
    opacity: 0;
  }
  to {
    transform: translateY(0); /* A végleges pozíció */
    opacity: 1;
  }
}

.fade-in-up {
  opacity: 0; /* Kezdetben átlátszó */
  transform: translateY(20px); /* Kezdeti helyzet */
}

.animate-fade-in-up {
  animation: fadeInUp 1.5s ease-out forwards;
}

.vc_gitem-post-data {
    margin-bottom: 15px;
    height: 70px;
}
.vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_excerpt {
    height: 120px;
}

/* Tartalom elrejtése mobil nézetben
-------------------------------------------------------- */

@media (max-width: 768px) {
    .hide-on-mobile {
        display: none !important;
        margin: 0 !important;
        padding: 0 !important;
    }
}

/* Öszlopok középre rendezése egy soron belül
-------------------------------------------------------- */

.center-columns {
    display: flex;
    justify-content: center;
}

.center-columns .wpb_column {
    text-align: center;
}

.center-content {
    display: flex;
    justify-content: center;
}

.center-content > * {
    display: flex;
    flex-direction: column;
}


/* CTA elemekben a szöveg és ikon egymás mellé rendezése
-------------------------------------------------------- */

.vc_general.vc_cta3.vc_cta3-shape-rounded {
    display:flex;
    align-items:center;
}

.woof_container {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 20px; /* Távolság a szűrők között */
}

.woof_container .filter-item {
    text-align: center; /* Ha szöveg vagy ikon is van benne */
}

body {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
body.loaded {
    opacity: 1;
}

#primary {
    margin-top: 0 !important;
    padding-top: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

#main {
    margin-top: 0 !important;
    padding-top: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.vc_toggle_icon {
    font-weight: 900 !important;
    margin: 0px !important;
}

.search-form {
    margin-top:40px !important;
}

/* Márkáink
-------------------------------------------------------- */

/* Főoldal: az adott osztályok alapján */
.page-template-default.page-id-3997 .main-navigation #menu-item-4370 a {
    color: #5959598A !important;
}

/* Aloldalak (gördítés nélkül) */
body:not(.page-id-3997) .main-navigation #menu-item-4370 a {
    color: #5a5a5a !important;
}

/* Gördítéskor minden oldalon */
.catchSticky .main-navigation #menu-item-4370 a {
    color: #5a5a5a !important;
}

/* Főoldal: kék hover */
.page-template-default.page-id-3997 .main-navigation #menu-item-4370 a:hover {
    color: #5a5a5a !important;
}

/* Partnereink
-------------------------------------------------------- */

/* Főoldal: az adott osztályok alapján */
.page-template-default.page-id-3997 .main-navigation #menu-item-5072 a {
    color: #5959598A !important;
}

/* Aloldalak (gördítés nélkül) */
body:not(.page-id-3997) .main-navigation #menu-item-5072 a {
    color: #5a5a5a !important;
}

/* Gördítéskor minden oldalon */
.catchSticky .main-navigation #menu-item-5072 a {
    color: #5a5a5a !important;
}

/* Főoldal: kék hover */
.page-template-default.page-id-3997 .main-navigation #menu-item-5072 a:hover {
    color: #5a5a5a !important;
}



/* Brands
-------------------------------------------------------- */

/* Főoldal: az adott osztályok alapján */
.page-template-default.page-id-4874 .main-navigation #menu-item-4593 a {
    color: #5959598A
}

/* Aloldalak (gördítés nélkül) */
body:not(.page-id-4874) .main-navigation #menu-item-4593 a {
    color: #5a5a5a !important;
}

/* Gördítéskor minden oldalon */
.catchSticky .main-navigation #menu-item-4593 a {
    color: #5a5a5a !important;
}

/* Főoldal: kék hover */
.page-template-default.page-id-4874 .main-navigation #menu-item-4593 a:hover {
    color: #5a5a5a !important;
}

/* Our partners
-------------------------------------------------------- */

/* Főoldal: az adott osztályok alapján */
.page-template-default.page-id-4874 .main-navigation #menu-item-5073 a {
    color: #5959598A
}

/* Aloldalak (gördítés nélkül) */
body:not(.page-id-4874) .main-navigation #menu-item-5073 a {
    color: #5a5a5a !important;
}

/* Gördítéskor minden oldalon */
.catchSticky .main-navigation #menu-item-5073 a {
    color: #5a5a5a !important;
}

/* Főoldal: kék hover */
.page-template-default.page-id-4874 .main-navigation #menu-item-5073 a:hover {
    color: #5a5a5a !important;
}

/* Disztribúció */
/*--------------------------------------------------------*/
.page-template-default.page-id-3997 .main-navigation #menu-item-5941 a {
    color: #EEEEEE
}

/* Főoldal: kék hover */
.page-template-default.page-id-3997 .main-navigation #menu-item-5941 a:hover {
    color: #0693E3
}

/* Aloldalak (gördítés nélkül) */
body:not(.page-id-3997) .main-navigation #menu-item-5941 a {
    color: #5A5A5A !important;
}

/* Gördítéskor minden oldalon */
.catchSticky .main-navigation #menu-item-5941 a {
    color: #5A5A5A !important;
}
.catchSticky .main-navigation #menu-item-5941 a:hover {
    color: #5A5A5A !important;
}

/* Distribution */
/*--------------------------------------------------------*/

/*Főo: az adott osztályok alapján*/

.page-template-default.page-id-4874 .main-navigation #menu-item-5987 a {
    color: #EEEEEE
}

/* Aloldalak (gördítés nélkül) */
body:not(.page-id-4874) .main-navigation #menu-item-5987 a {
    color: #5A5A5A !important;
}

/* Gördítéskor minden oldalon */
.catchSticky .main-navigation #menu-item-5987 a {
    color: #5A5A5A !important;
}
.catchSticky .main-navigation #menu-item-5987 a:hover {
    color: #5A5A5A !important;
}

/* Főoldal: kék hover */
.page-template-default.page-id-4874 .main-navigation #menu-item-5987 a:hover {
    color: #0693E3;
}

/* Alapértelmezetten elrejti az alkategóriákat */
.wc-block-product-categories-list-item > .wc-block-product-categories-list {
    display: none;
}

/* Megjeleníti az alkategóriákat, ha a szülő aktív (bármely szinten) */
.wc-block-product-categories-list-item.active > .wc-block-product-categories-list {
    display: block;
}

/* Főkategóriák pozicionálása */
.wc-block-product-categories-list-item.has-sub-menu {
    position: relative;
    padding-right: 25px;
}

/* Nyíl ikon */
.wc-block-product-categories-list-item.has-sub-menu .expand-icon::after {
    content: '▼';
    font-size: 15px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 5px;
    transform: rotate(0deg);
    transition: transform 0.3s ease;
    cursor: pointer;
}

/* Elforgatja a nyilat, ha aktív */
.wc-block-product-categories-list-item.active > .expand-icon::after {
    transform: rotate(-180deg);
}

/* Aktuális kategória kiemelése */
.ast-filter-wrap .wc-block-product-categories-list-item.current-cat > a,
.ast-filter-wrap .wc-block-product-categories-list-item.current-cat-parent > a {
    color: #0693e3 !important;
    font-weight: bold;
}

/* Szintek behúzása */
.wc-block-product-categories-list-item .wc-block-product-categories-list-item {
    padding-left: 15px;
}

/* Főkategória nagyobb betű */
.wc-block-product-categories-list--depth-0 > .wc-block-product-categories-list-item > a > .wc-block-product-categories-list-item__name {
    font-size: 17px;
    margin-bottom: 3px;
}

/* Alkategória normál méret */
.wc-block-product-categories-list--depth-1 > .wc-block-product-categories-list-item > a > .wc-block-product-categories-list-item__name {
    font-size: 15px;
}

/* Harmadik szint kisebb és beljebb */
.wc-block-product-categories-list--depth-2 > .wc-block-product-categories-list-item > a > .wc-block-product-categories-list-item__name {
    font-size: 14px;
}

.wc-block-product-categories-list.wc-block-product-categories-list--depth-1 {
    padding-top: 10px;
}

/* Gomb színezés */
.wp-block-search__button.wp-element-button {
    background-color: #20314d !important;
}

#secondary {
    width: 25% !important;
}

.woocommerce-breadcrumb {
    display: none;
}

.woocommerce-products-header__title.page-title {
    margin-top: 58px;
}

.woocommerce-pagination .page-numbers .page-numbers {
    background-color: #20314d;
    color: white; 
    border-radius: 10px;
    border: none; /* Ezzel a sorral távolítjuk el a keretet */
}

.woocommerce-pagination .page-numbers .page-numbers:hover,
.woocommerce-pagination .page-numbers .next:hover {
    background-color: #0693e3;
    color: white; 
    border-color: #0693e3; 
}

.woocommerce nav.woocommerce-pagination ul li span.current {
    background-color: #0693e3;
    border-color: #0693e3;
}

.woocommerce nav.woocommerce-pagination ul, .woocommerce nav.woocommerce-pagination ul li {
    border-color: #efefef;
}

.partner-info h3 {
    margin-bottom: 20px;
}

.product_title.entry-title {
    font-size: 2rem;
}

.related.products h2 {
    font-size: 1.5rem;
}

.woocommerce-js div.product .product_title {
	margin-top: 12px;
}

.partner-table tbody tr:nth-of-type(odd) {
    background-color: #D1D1D1;
}

.partner-table td, .partner-table th {
    border-left: none !important;
    border-right: none !important;
}

.partner-table td, .partner-table th {
    border: none !important;
}

.partner-table td {
  font-size: 14px;
}

.partner-table td:last-child,
.partner-table th:last-child {
  border-right: none !important;
}

.partner-table {
  border: none !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
}

#palyazat-icon-wrapper {
    position: fixed !important;
    bottom: 0px; 
    right: 0px;  
    z-index: 9999; 
    width: auto !important; 
    max-width: 400px; 
    background: transparent; 
}

#palyazat-icon-close {
    margin-bottom: -7%;
}

@media (max-width: 768px) {
    #palyazat-icon-wrapper {
        max-width: 150px;
        bottom: 10px;
        right: 10px;
    }
}