.elementor-66 .elementor-element.elementor-element-1251bc6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-66 .elementor-element.elementor-element-b27485e{--update-cart-automatically-display:none;--sections-background-color:var( --e-global-color-primary );--sections-border-color:#FFFFFF;--sections-title-color:#FFFFFF;--links-normal-color:#FFFFFF;--sections-radio-buttons-color:#FFFFFF;--forms-fields-normal-color:#FFFFFF;--forms-buttons-normal-text-color:#FFFFFF;--forms-buttons-border-color:#FFFFFF;--order-summary-color:#FFFFFF;--order-summary-variations-color:#FFFFFF;--product-link-normal-color:#FFFFFF;--order-summary-items-divider-color:#FFFFFF;--order-summary-quantity-border-color:#FFFFFF;--order-summary-remove-icon-normal-color:#FFFFFF;--totals-color:#FFFFFF;--totals-divider-color:#FFFFFF;--checkout-button-normal-text-color:#FFFFFF;}.elementor-66 .elementor-element.elementor-element-b27485e .coupon .input-text, .elementor-66 .elementor-element.elementor-element-b27485e .e-cart-totals .input-text, .elementor-66 .elementor-element.elementor-element-b27485e select, .elementor-66 .elementor-element.elementor-element-b27485e .select2-selection--single{background-color:#FFFFFF;}.elementor-66 .elementor-element.elementor-element-b27485e .shop_table .button{background-color:#FFFFFF;}.elementor-66 .elementor-element.elementor-element-b27485e {--sections-descriptions-color:#FFFFFF;}.e-woo-select2-wrapper .select2-results__option{color:#FFFFFF;}.elementor-66 .elementor-element.elementor-element-b27485e .select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#FFFFFF transparent transparent transparent;}.elementor-66 .elementor-element.elementor-element-b27485e .woocommerce-cart-form{--order-summary-title-color:#FFFFFF;}/* Start custom CSS for woocommerce-cart, class: .elementor-element-b27485e *//* Kosár oldalon a termék neve mindig fehér */
.woocommerce-cart .product-name,
.woocommerce-cart .product-name a,
.woocommerce-cart .cart_item .product-name,
.woocommerce table.shop_table td.product-name a {
    color: #ffffff !important;
    font-weight: 600;
    display: block;
}

/* Mobil nézetre külön erősítés */
@media (max-width: 767px) {
  .woocommerce-cart .product-name,
  .woocommerce-cart .product-name a {
    color: #ffffff !important;
    font-size: 16px !important;
    line-height: 1.4em !important;
  }
}/* End custom CSS */
/* Start custom CSS *//* Kosár doboz háttér és szöveg */
.woocommerce-cart .cart-collaterals,
.woocommerce-cart .woocommerce,
.woocommerce-cart .cart_totals,
.woocommerce table.shop_table {
    background-color: #06292d !important;
    color: #ffffff !important;
    border-color: #1a1a1a !important;
}

/* Fejléc és címek színe */
.woocommerce-cart h2, .cart_totals h2,
.cart_totals h2, .woocommerce table.shop_table th {
    color: #ffffff !important;
}

/* Belső sorok, cellák */
.woocommerce table.shop_table td {
    background-color: #06292d !important;
    color: #ffffff !important;
}

/* Input mezők */
.woocommerce input.input-text,
.woocommerce select,
.woocommerce textarea {
    background-color: #0e3d42 !important;
    color: #ffffff !important;
    border: 1px solid #2c6d71 !important;
}

/* Gombok (pl. Apply coupon, Update, Proceed to Checkout) */
.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.button,
.woocommerce-page button.button {
    background-color: #00bcd4 !important;
    color: #ffffff !important;
    border-radius: 8px;
    border: none;
    text-transform: uppercase;
    font-weight: bold;
}

/* Gomb hover */
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce a.button:hover {
    background-color: #0097a7 !important;
}/* End custom CSS */