/*
 * Theme Name:   BestLab
 * Theme URI:    https://bestlab.hu
 * Description:  BestLab Custom Theme (Hello Elementor Child)
 * Author:       BestLab
 * Template:     hello-elementor
 * Version:      1.0.0
 * Text Domain:  bestlab
 */

table tbody>tr:nth-child(odd)>td,
table tbody>tr:nth-child(odd)>th {
    background: none;
}

.fvsw-selected-label {
    display: none;
}

.cfvsw-selected-label {
    display: none;
}

.cfvsw-label-option:hover {
    background-color: #3581BD;
}

.cfvsw-selected-swatch {
    background-color: #00437D !important;
}

.cfvsw-selected-swatch.cfvsw-swatches-option .cfvsw-swatch-inner {
    color: white !important;
}

.variations.cfvsw-variation-disable-logic tr {
    display: flex;
    flex-direction: column;
    margin-top: 1.5em;
}

form.variations_form.cart {
    display: flex !important;
    flex-direction: column !important;
    align-items: baseline;
}

.blupo-product-form table td,
.blupo-product-form table th {
    padding: 0px !important;
}

/* Override plugin's display:none - must match plugin specificity */
body.blupo-active .blupo-unified-container~form.variations_form.cart {
    display: flex !important;
    flex-direction: column !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Yith WooCommerce Filter */
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item a.label:not(.with-image):not(.disabled):hover,
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item span.label:not(.with-image):not(.disabled):hover,
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item .label:not(.with-image):not(.disabled):hover {
    background-color: #3581BD !important;
    color: white !important;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item a.label.active:not(.with-image),
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item span.label.active:not(.with-image),
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item .label.active:not(.with-image) {
    background-color: #00437D !important;
    color: white !important;
}

/* ============================================
   BestLab Breadcrumb Navigation
   ============================================ */

.bestlab-breadcrumb {
    margin: 0 0 24px 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 14px;
}

.bestlab-breadcrumb .breadcrumb-link {
    color: #00437D;
    text-decoration: none;
    transition: color 0.25s ease;
}

.bestlab-breadcrumb .breadcrumb-link:hover {
    color: #3581BD;
    text-decoration: underline;
}

.bestlab-breadcrumb .breadcrumb-current {
    color: #666;
    font-weight: 500;
}

.bestlab-breadcrumb .breadcrumb-separator {
    color: #999;
    font-size: 12px;
}

/* ============================================
   Elementor Button Border Override
   ============================================ */

.elementor-kit-8 button,
.elementor-kit-8 input[type="button"],
.elementor-kit-8 input[type="submit"],
.elementor-kit-8 .elementor-button {
    border-style: none !important;
}


button.blupo-info-btn {
    padding: 0px;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label:not(.with-image):not(.disabled):hover{
	background-color: #E78134 !important;
    box-shadow: #E78134 !important;
	}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label.active:not(.with-image){
	background-color: #0B3C5D !important;
    box-shadow: #0B3C5D !important;
}

.filters-container {
    padding: 1em;
}

ul.products.elementor-grid.columns-4 li {
    background-color: white;
}

[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover{
	background-color: #E78134 !important;
	color: white !important;
}

.yith-wcan-filters{
	box-shadow: 0px 0px 1px 0px #3282C1;
}