/* 
Theme Name: 1849 The Hunting Company
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Vertikale Produktgalerie-Thumbnails */
.custom-product-gallery .woocommerce-product-gallery {
    display: flex;
}
.custom-product-gallery .flex-control-thumbs {
    order: -1;
    flex-direction: column;
    width: 20%; /* Passe die Breite der Thumbnails an */
    margin-right: 20px;
}
.custom-product-gallery .woocommerce-product-gallery__image {
    width: 80%; /* Passe die Breite des Hauptbildes an */
}
.custom-product-gallery .flex-control-thumbs li {
    margin-bottom: 10px; /* Abstand zwischen den Thumbnails */
}

/* Grundstil für die Wunschliste-Tabelle */
.tinv-wishlist .tinv-header h2 {
    color: #2A3118;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}

/* Tabelle Styling */
.tinvwl-table-manage-list {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Open Sans', sans-serif;
}

/* Tabellenkopf */
.tinvwl-table-manage-list thead th {
    background-color: #918F37;
    color: #ffffff;
    padding: 15px;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    border-bottom: 2px solid #2A3118;
}

/* Tabellenzellen */
.tinvwl-table-manage-list tbody td {
    padding: 15px;
    font-size: 14px;
    color: #2A3118;
    border-bottom: 1px solid #e0e0e0;
    text-align: left;
}

/* Tabellenzeilen im Wechsel */
.tinvwl-table-manage-list tbody tr:nth-child(even) {
    background-color: #f8f8f8;
}

/* Bild-Thumbnail in den Zellen */
.tinvwl-table-manage-list .product-thumbnail img {
    border-radius: 5px;
    width: 75px;
    height: auto;
}

/* Schaltflächen */
.tinvwl-table-manage-list .product-action .button {
    background-color: #918F37;
    color: #ffffff;
    padding: 8px 12px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    border: none;
    transition: background-color 0.3s ease;
}

.tinvwl-table-manage-list .product-action .button:hover {
    background-color: #2A3118;
    color: #ffffff;
}

/* Checkboxes Styling */
.tinvwl-table-manage-list input[type="checkbox"] {
    transform: scale(1.2);
    margin-right: 10px;
}

/* Entfernen Button */
.tinvwl-table-manage-list .product-remove button {
    background: none;
    border: none;
    color: #918F37;
    font-size: 16px;
    cursor: pointer;
    transition: color 0.3s ease;
}

.tinvwl-table-manage-list .product-remove button:hover {
    color: #2A3118;
}

/* Sozial-Buttons */
.social-buttons {
    margin-top: 20px;
    text-align: center;
}

.social-buttons span {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
    color: #2A3118;
    text-transform: uppercase;
}

.social-buttons ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.social-buttons ul li a {
    color: #918F37;
    font-size: 18px;
    transition: color 0.3s ease;
}

.social-buttons ul li a:hover {
    color: #2A3118;
}

/* Sotre Locator CSS */


