[x-cloak] {
    display: none !important;
}

body {
    background: #f8f6ee;
}

.mt-15 {
    margin-top: 15px;
}

.title-detail {
    font-size: 36px;
}

.mt-18 {
    margin-top: 18px;
}
.mobilwidth {
    width: 60% !important;
    margin: 0 auto;
    color: black;
}
.letoltes-link {
    margin: 0 auto;
    width: 380px;
    margin-top: 30px;
}
.letoltes-row {
    width: 67%;
    margin: 0 auto;
}

.partner-row {
    width: 80%;
    margin: 0 auto;
}
@media (max-width: 768px) {
    .mobilwidth {
        width: 80% !important;
    }
    .letoltes-row {
        width: 100%;
    }
    .partner-row {
        width: 100%;
    }
}
.text-green-600 {
    color: #4caf50 !important;
}
.text-green-700 {
    color: #388e3c !important;
}
.text-green-800 {
    color: #2e7d32 !important;
}

.text-red-600 {
    color: #f44336 !important;
}

.text-red-700 {
    color: #d32f2f !important;
}

.text-red-800 {
    color: #c62828 !important;
}

/* within id='Description' the color must be black */
#Description p {
    color: black !important;
}

/* breadcrumb a on hover must be underline */
.breadcrumb a:hover {
    text-decoration: underline;
}

.header-top {
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    overflow: hidden;
    background-color: #ffffff;
}

.header-middle {
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.header-style-1 .header-top-ptb-1 {
    padding: 15px 0 !important;
}

.whistlist-count {
    position: absolute;
    top: -8px;
    left: 23px;
    width: 20px;
    border-radius: 100%;
    font-size: 12px;
    line-height: 20px;
    height: 20px;
    text-align: center;
}

.flag-icon {
    border-radius: 50%;
}

.filterdropdown {
    position: absolute;
    z-index: 1000;
    background: white;
    width: 130px;
}

.color_filter {
    width: 25px;
    width: 25px;
    height: 25px;
    display: inline-block;
    border: 1px solid #e6e4e4;
    margin-right: 4px;
}

.filter-div {
    scroll-padding-inline: 0px;
    overflow-y: auto;
    height: 340px;
    scrollbar-width: thin;
    scrollbar-color: #888 #f5f5f5;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* Align items to the left */
    justify-content: flex-start;
    position: relative;
    padding: 10px;
}

.filter-div a {
    display: flex;
    /* Make the `a` tag behave like a flex container */
    align-items: center;
    /* Center the child elements vertically */
    padding: 5px 0;
    /* Add some padding */
    text-decoration: none;
    /* Optional: remove underline */
    color: inherit;
    /* Optional: inherit parent text color */
    width: 100%;
    /* Ensure the `a` spans the full width */
    box-sizing: border-box;
    /* Include padding and borders in width calculation */
}

.filter-div a:hover {
    background-color: #f0f0f0;
    /* Optional: Add hover effect for better UX */
}

.cursor-pointer {
    cursor: pointer;
}

.filter-btn {
    font-weight: 500;
    padding: 5px 10px;
    color: #000000;
    border: 1px solid #000000;
    background-color: #ffffff;
    border-radius: 10px;
}

.filter-btn:hover {
    background-color: #000000;
    color: #ffffff;
}

.currency-selector select {
    appearance: none;
    /* Remove default browser styles */
    -webkit-appearance: none;
    /* Safari fix */
    background-color: #ffffff;
    /* Light background */
    color: #333;
    /* Dark text */
    border: 1px solid #e6e4e4;
    /* Subtle border */
    border-radius: 8px;
    /* Rounded corners */
    font-size: 0.875rem;
    /* Slightly smaller text */
    font-weight: 500;
    /* Semi-bold */
    padding: 8px 16px;
    /* Padding for better appearance */
    cursor: pointer;
    /* Pointer cursor on hover */
    transition: all 0.3s ease-in-out;
    /* Smooth transitions */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    /* Subtle shadow */
    width: 100%;
    /* Make it responsive */
    max-width: 200px;
    /* Optional: Limit the width */
}

.currency-selector select:hover {
    background-color: #111416;
    /* Blue background on hover */
    color: #fff;
    /* White text on hover */
    border-color: #000000;
    /* Match border to background */
    box-shadow: 0 4px 8px rgba(0, 123, 255, 0.2);
    /* Elevated shadow */
}

.currency-selector option {
    color: black;
}

.currency-selector select:focus {
    outline: none;
    /* Remove default focus outline */
    box-shadow: 0 0 0 3px rgba(79, 79, 80, 0.3);
    /* Accessible focus ring */
}

.currency-selector {
    position: relative;
    /* Ensure dropdown is positioned correctly */
    width: 85px;
    /* Full width container */
    max-width: 200px;
    margin-left: 4px;
}

.currency-selector::after {
    content: "▼";
    /* Add a dropdown arrow */
    font-size: 0.8rem;
    color: #666;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    pointer-events: none;
    /* Prevent arrow from blocking click */
}

.back_to_top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9999;
    width: 60px;
    height: 60px;
    font-size: 40px;
    text-align: center;
    line-height: 60px;
    background: #fffefe15;
    color: #444;
    cursor: pointer;
    border-radius: 2px;
    display: none;
    border-radius: 50%;
}

.back_to_top:hover {
    background: #e9ebec;
}

.back_to_top-show {
    display: block;
}

@media (max-width: 768px) {
    .header-style-1 .header-bottom-bg-color {
        border-top: 0px solid #ececec;
    }
    .sticky-cart-bar-global {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        z-index: 1000;
    }

    .sticky-cart-bar {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: white;
        border-top: 1px solid #ddd;
        padding: 10px 15px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        z-index: 1000;
        box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1);
    }

    .sticky-cart-bar .price {
        font-size: 16px;
        font-weight: bold;
        color: #333;
    }

    .sticky-cart-bar .old-price {
        font-size: 14px;
        text-decoration: line-through;
        color: gray;
    }

    .sticky-cart-bar .add-to-cart-btn {
        background-color: #ff6600;
        color: white;
        border: none;
        padding: 8px 12px;
        font-size: 16px;
        border-radius: 5px;
        cursor: pointer;
        white-space: nowrap;
    }

    .sticky-cart-bar .add-to-cart-btn:disabled {
        background-color: #ccc;
        cursor: not-allowed;
    }

    .sticky-cart-bar .old-price {
        top: 0 !important;
    }
}
