.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* --- DE TRANSFER SHOP - SINGLE PRODUCT STYLING --- */

/* --- 1. Variaties Tabel (De container) --- */
.woocommerce div.product form.cart table.variations {
    width: 100% !important;
    max-width: 450px !important; 
    margin-bottom: 30px !important; 
    border: none !important;
}

/* --- 2. De Rij (Zorgt dat label en veld netjes naast elkaar staan) --- */
.woocommerce div.product form.cart table.variations tbody tr {
    display: flex !important;
    align-items: center !important;
    gap: 20px !important; 
    margin-bottom: 15px !important;
}

/* --- 3. Label ('Afmetingen') --- */
.woocommerce div.product form.cart table.variations td.label {
    text-align: left !important;
    padding: 0 !important;
    margin: 0 !important;
    width: auto !important; 
    white-space: nowrap !important; 
    vertical-align: middle !important;
    font-weight: 700 !important;
    color: #333333 !important;
    font-size: 16px !important;
}

/* --- 4. Container van Dropdown & Wissen --- */
.woocommerce div.product form.cart table.variations td.value {
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
    text-align: left !important;
}

/* --- 5. Dropdown veld (Select) --- */
.woocommerce div.product form.cart table.variations td.value select {
    width: 220px !important;
    min-width: 220px !important;
    max-width: 220px !important;
    background-color: #ffffff !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 8px !important;
    padding: 10px 40px 10px 15px !important;
    height: 45px !important;
    color: #555555 !important;
    font-size: 15px !important;
    box-shadow: none !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23555555%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22/%3E%3C/svg%22%3E') !important;
    background-repeat: no-repeat !important;
    background-position: right 15px top 50% !important;
    background-size: 12px auto !important;
} 
/* --- 6. De "Wissen" link (Inclusief alle statussen) --- */
a.reset_variations,
a.reset_variations:link,
a.reset_variations:visited,
a.reset_variations:active,
.woocommerce form.cart a.reset_variations {
    color: #F1653B !important; 
    font-weight: 600 !important;
    text-decoration: none !important;
    font-size: 15px !important;
    transition: all 0.3s ease !important;
}

a.reset_variations:hover,
.woocommerce form.cart a.reset_variations:hover {
    color: #d8562e !important; 
    text-decoration: underline !important;
}


/* --- DE TRANSFER SHOP - WINKELMAND (CART) STYLING --- */

/* 1. Productnamen oranje maken en zwart bij hover */
.woocommerce-cart table.cart td.product-name a {
    color: #F1653B !important; /* DeTransferShop Oranje */
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: color 0.3s ease !important;
}

.woocommerce-cart table.cart td.product-name a:hover {
    color: #111111 !important; /* Zwart bij hover */
}

/* 2. Aantal-vakjes afgerond en consistent maken */
.woocommerce-cart table.cart div.quantity .qty {
    border-radius: 8px !important;
    border: 1px solid #e0e0e0 !important;
    height: 45px !important;
    width: 70px !important;
    background-color: #ffffff !important;
    font-weight: 700 !important;
    color: #333333 !important;
}

/* 3. Het verwijder-kruisje (X) wat strakker maken */
.woocommerce-cart table.cart a.remove {
    color: #999999 !important;
    font-weight: 400 !important;
    transition: all 0.3s ease !important;
}

.woocommerce-cart table.cart a.remove:hover {
    color: #ffffff !important;
    background-color: #F1653B !important; /* Rood/Oranje achtergrondje bij hover */
}

/* --- DE TRANSFER SHOP - AJAX MINI CART (ZIJ-MENU) STYLING --- */

/* 1. Productnamen oranje maken (paars weghalen) */
.widget_shopping_cart .cart_list li a:not(.remove),
.elementor-menu-cart__product-name a,
.woocommerce-mini-cart-item a:not(.remove) {
    color: #F1653B !important; 
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: color 0.3s ease !important;
}

.widget_shopping_cart .cart_list li a:not(.remove):hover,
.elementor-menu-cart__product-name a:hover,
.woocommerce-mini-cart-item a:not(.remove):hover {
    color: #111111 !important; /* Zwart bij hover */
}

/* 2. Variaties ('Afmetingen') netjes uitlijnen op 1 regel */
.widget_shopping_cart .cart_list li dl.variation,
.elementor-menu-cart__product-meta {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 5px !important;
    margin-top: 5px !important;
    font-size: 13px !important;
    color: #555555 !important;
    border-left: none !important; /* Haalt eventuele standaard streepjes weg */
    padding-left: 0 !important;
}

/* Forceer de label en waarde strak naast elkaar */
.widget_shopping_cart .cart_list li dl.variation dt,
.widget_shopping_cart .cart_list li dl.variation dd {
    margin: 0 !important;
    padding: 0 !important;
    display: inline-block !important;
    font-weight: normal !important;
}

.widget_shopping_cart .cart_list li dl.variation p {
    margin: 0 !important;
}

/* 3. Knoppen de premium gradient & afronding geven */
.widget_shopping_cart .buttons a,
.elementor-menu-cart__footer-buttons .elementor-button {
    background: linear-gradient(90deg, #f1653b 0%, #f7a057 100%) !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 8px !important;
    font-weight: 700 !important;
    text-transform: none !important;
    transition: all 0.3s ease !important;
    padding: 12px 20px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.widget_shopping_cart .buttons a:hover,
.elementor-menu-cart__footer-buttons .elementor-button:hover {
    background: linear-gradient(90deg, #d8562e 0%, #e88d44 100%) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0px 5px 15px rgba(241, 101, 59, 0.3) !important;
}

/* --- BREADCRUMB (Kruimelpad) LINK KLEUR --- */

/* De link 'Home' donkergrijs maken in plaats van paars */
.woocommerce-breadcrumb a,
.elementor-widget-woocommerce-breadcrumb a {
    color: #333333 !important; 
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: color 0.3s ease !important;
}

/* 'Home' oranje maken als je er met de muis overheen gaat */
.woocommerce-breadcrumb a:hover,
.elementor-widget-woocommerce-breadcrumb a:hover {
    color: #F1653B !important; 
}/* End custom CSS */