/* gombok */
.button:not(.components-button):not(.customize-partial-edit-shortcut-button), input[type="button"]:not(.components-button):not(.customize-partial-edit-shortcut-button), input[type="reset"]:not(.components-button):not(.customize-partial-edit-shortcut-button), input[type="submit"]:not(.components-button):not(.customize-partial-edit-shortcut-button) {
background: #1ecab8 !important;
line-height: 1.3;
padding: 5px 15px;
font-size: 100%;
text-align: center;
}

/* Logo */
.light-mode .site-title, .light-mode .site-title a {
color: #1ecab8 !important;
}

/* termeklista mobilon 2 hasabban */
@media ( max-width: 480px ) {
  .woocommerce ul.products li.product, .woocommerce ul.products > li {
	max-width: 50% !important;
  }
}

/* GRID lista maximalizalja a megnevezes es ar kereteket, hogy egysegesek legyenek a termekboxok */
  .wc-product__title.show-in-grid/* cim */ {
  
  min-height: 50px !important;
  max-height: 50px !important;
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  text-overflow: ellipsis !important !important;
  }
  .wc-product__price.show-in-grid/* ar */ {
  min-height: 30px !important;
  max-height: 30px !important;
  overflow: hidden !important;
  }

@media (max-width: 400px) {
  .wc-product__title.show-in-grid/* cim */ {
  min-height: 75px !important;
  max-height: 75px !important;
  -webkit-line-clamp: 3 !important;
  }
  .wc-product__price.show-in-grid/* ar */ {
  min-height: 30px !important;
  max-height: 30px !important;
  }
}
/* GRID lista maximalizalja a megnevezes es ar kereteket, hogy egysegesek legyenek a termekboxok vege */

/* webaruhazas uzenetek */
.woocommerce-info, .woocommerce-message { /* felso keret szine */
border-top-color: #666666 !important;
outline-style: none !important;
}

.woocommerce-info::before, .woocommerce-message::before { /* ikon szine */
  color: #666666 !important;
  outline-style: none !important;
}

.woocommerce-info:focus, .woocommerce-message:focus { /* felso keret szine fokuszban */
border-top-color: #666666 !important;
outline-style: none !important;
}

/* Termekkereso */
.apsw-search-form input[type="search"] {
font-size: 17px !important;
}

/* WooCommerce arak elrejtese */
/* kicsi kosarnal fent */
.woocommerce-mini-cart__total {
	display: none;
}
/* kosarnal */
.product-price, .product-subtotal {
	display: none !important;
}
/* fixzetesnel */
.product-total *, th.product-total {
	display: none;
}

/* kosar oldsalon jobb felol */
.cart-collaterals table.shop_table {
	display: none !important;
}

/* fizetes oldalon */
.cart_totals.calculated_shipping h2 {
	display: none !important;
}

/* fizetes oldalon */
.cart-subtotal, .order-total {
	display: none !important;
}

/* minikosarban fent */
.widget-area .widget_shopping_cart .total {
	display: none !important;
}

/* osszesitesnel */
.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li:last-child {
	display: none !important;
}
.woocommerce-order-details, .woocommerce-customer-details {
	display: none !important;
}

/* mini kosarnal total */
.cart_totals h2 {
	display: none !important;
}

/* Rendeles folytatasa */
#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
font-size: 100% !important;
line-height: 2;
}

/* kateh=goriak cime kep alatt */
.woocommerce-loop-category__title {
text-align: center;
}

/* Masodlagos menu */
.pn ul li a {
color: #fff !important;
}