.product>.woocommerce-tabs {
    padding-top: 40px;
    clear: both;
}

.woocommerce div.product div.woocommerce-tabs div.woocommerce-Tabs-panel.panel
{
    padding-top: 25px;
}

body .wpc-filter-chips-list li.wpc-filter-chip:not(.wpc-chip-reset-all) a {
    border-color: #f1c617;
}

body .wpc-filter-chips-list li.wpc-chip-reset-all a {
    border-color: #232c64;
    color: #000000 !important;
}

.woocommerce-variation-description {
    font-weight: bold;
    color: #232C64; /* sötétzöld */
    padding: 10px; /* opcionális, hogy legyen egy kis belső tér */
    border-radius: 4px; /* opcionális, kerekített sarkok */
}

.wp-widget-group__inner-blocks ul.wc-block-product-categories-list--depth-1 {
  display: none;
}

.catlist {
  font-size: 14px;
}
/* Részösszeg és teljes összeg feliratok elrejtése a pénztár oldalon */
.woocommerce-checkout-review-order-table .cart-subtotal,
.woocommerce-checkout-review-order-table .order-total,
.woocommerce-checkout-review-order-table .product-total,
.woocommerce-variation-price {
    display: none;
}

/* Részösszeg és teljes összeg feliratok elrejtése a kosar oldalon */
.woocommerce-cart .cart-subtotal,
.woocommerce-cart .order-total,
.product-subtotal {
    display: none;
}


.woocommerce-shipping-totals.shipping, th.product-total, tr.order-total, tr.cart-subtotal, td.product-total, .order_details tfoot, .woocommerce-Price-amount {
	display: none;
}
#order_review table.shop_table tr>*:first-child {
    width: 100% !important;
}
#woo-cart-panel .woocommerce-mini-cart__total, .multiply-symbol {
	display: none;
}
.product_list_widget .quantity[data-type=type-1] , .product_list_widget .quantity[data-type=type-2] {
    display: none;
}
/* This hides the price from the sidecart */
.product_list_widget .ct-product-actions {
    display: none;
}

.ct-woocommerce-cart-form .cart_totals h2 {
    display: none;
}

.ct-search-form input {
    background-color: #f1f7f8;  /* háttérszín */
    color: #373b54;             /* beírt szöveg színe */
}