/* Grid bejegyzések szellősebbé tétele */body.archive .blog-entry{background-color:#33e7f125;/* háttérszín */padding:10px;/* belső tér */border-radius:10px;/* lekerekítés */box-shadow:0 4px 6px rgba(0,0,0,0.5);/* kiemelés */margin-bottom:30px;/* távolság a sorok között */}/* Grid oszlopok közötti távolság */body.archive .blog-entries.grid-style{display:grid;grid-template-columns:repeat(auto-fill,minmax(550px,1fr));/* oszlopszám adaptív */gap:20px;/* mind a sorok,mind az oszlopok közötti rés */}.category-title{font-size:26px;/* Nagyobb betűméret */text-align:center;/* Középre igazítás */margin-bottom:20px;/* Térköz a tartalom fölött */font-weight:400;/* Félkövér */color:#222222;/* Sötétszürke szín */}.universal-title{font-size:36px;text-align:center;margin:5px 0 10px 0;font-weight:400;color:#222222;line-height:1.3}/* Opcionális:kis díszítő vonal a cím alatt */.universal-title::after{content:"";display:block;width:100px;height:3px;background-color:#ff8c00;/* tetszés szerint módosítható */margin:5px auto 0;border-radius:2px}/* Menü link fókusz keret eltávolítása */#site-navigation a:focus,#site-navigation a:active{outline:none !important;box-shadow:none !important}/* Erősebb,általános OceanWP Grid fix — célozza a legtöbb lehetséges osztályt *//* Tablet:2 oszlop */@media (max-width:1024px) and (min-width:769px){.blog-entries.grid .entry,.blog-grid .blog-entry,.posts .post,.archive .post,article.post,.post-type-archive .post,.oceanwp-post,.entry{width:48% !important;max-width:48% !important;float:left !important;clear:none !important;display:block !important;margin:0 2% 2% 0 !important;box-sizing:border-box !important}/* ha flex-et használ a sablon */.blog-entries.grid,.posts{display:flex !important;flex-wrap:wrap !important}}/* Mobil:1 oszlop */@media (max-width:768px){.blog-entries.grid .entry,.blog-grid .blog-entry,.posts .post,.archive .post,article.post,.post-type-archive .post,.oceanwp-post,.entry{width:100% !important;max-width:100% !important;float:none !important;clear:both !important;display:block !important;margin:0 0 20px 0 !important;box-sizing:border-box !important;-webkit-box-sizing:border-box !important}/* ha flex-et használ a sablon,erőltetjük az egy oszlopot */.blog-entries.grid,.posts{display:block !important}}/* Az ország választó sáv elrejtése,ha már fixen Magyarország */#billing_country_field{display:none !important}/* Minden létező cégnév mező teljes kiirtása a pénztárban */[class*="company"],[id*="company"],.billing_company,#billing_company_field{display:none !important;position:absolute !important;left:-9999px !important;visibility:hidden !important}/* Megjegyzés mező és a hozzá tartozó cím elrejtése */.woocommerce-additional-fields,.notes,#order_comments_field{display:none !important}/* Eltünteti a teljes 'További információk' szekciót */.woocommerce-additional-fields,.woocommerce-additional-fields__field-wrapper,aside#order_review + div,div.woocommerce-additional-fields{display:none !important;visibility:hidden !important;height:0 !important;margin:0 !important;padding:0 !important}/* Oldalsó közösségi sáv elrejtése */.owp-social-share.sidebar-share{display:none !important}/* Ha esetleg más néven futna a sablonban */.oceanwp-social-share{display:none !important}/* 1. A megye (state) mező eltüntetése,ha mégis megjelenne */#billing_state_field,.address-field.validate-state{display:none !important}/* 2. Flexbox sorrend kényszerítése */.woocommerce-billing-fields__field-wrapper{display:flex !important;flex-direction:column !important}/* Sorrend (Priority) beállítása */#billing_first_name_field{order:1 !important}#billing_last_name_field{order:2 !important}#billing_email_field{order:3 !important}#billing_phone_field{order:4 !important}#billing_address_1_field{order:5 !important}#billing_city_field{order:6 !important}#billing_postcode_field{order:7 !important}#billing_country_field{order:8 !important}/* Pénztár mezők sorrendjének kényszerítése */.woocommerce-billing-fields__field-wrapper{display:flex !important;flex-direction:column !important}#billing_first_name_field{order:1 !important}#billing_last_name_field{order:2 !important}#billing_email_field{order:3 !important}#billing_phone_field{order:4 !important}#billing_address_1_field{order:5 !important}#billing_address_2_field{order:6 !important}/* Emelet/ajtó ide kerül */#billing_city_field{order:7 !important}#billing_postcode_field{order:8 !important}#billing_country_field{order:9 !important}/* Ha a megye még mindig ott lenne,tűnjön el */#billing_state_field{display:none !important}/* OceanWP Quick View gomb teljes eltávolítása */.woo-entry-buttons li.woo-quick-view,.owp-quick-view,a.owp-quick-view,li.woo-quick-view{display:none !important}/* Ha maradna egy üres kör vagy hely a gomb után,ez eltünteti */.woo-entry-buttons li.woo-quick-view{visibility:hidden !important;width:0 !important;margin:0 !important}