
.custom-section {
    padding: 20px 0;
    background-color: #f9f9f9;
    width: 75%;
    height: 150px;
    left: 12.5%;
}

.custom-section div {
    text-align: center;
}

.custom-section img {
    max-width: 50px;
    margin-bottom: 10px;
}

.custom-section h6 {
    margin-top: 10px;
    font-size: 0.8rem;
    color: #333;
}

.store-dropdown {
    display: none;
    position: absolute;
    background-color: #fff;
    width: 95%;
    left: 2.5%;
    z-index: 1000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    border-top-right-radius: 5px 5px;
    border-top-left-radius: 5px 5px;
    border-bottom-right-radius: 15px 15px;
    border-bottom-left-radius: 15px 15px;
    font-size: 1rem;
}

.extra-div {
    width: 25%;
    height: 100% !important;
    font-size: 0.9rem;
    background-color: #f9f9f9;
    padding: 15px 10px;
}


.rotated {
    transform: rotate(180deg);
    transition: transform 0.2s ease-in-out;
}

.offcanvas_store_dropdown {
    background-color: whitesmoke;
    padding-block: 10px;
    display: none;
}

.offcanvas_store_dropdown ul li {
    list-style: none;
}

.wrapheader {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
    background-color: #f0f0f0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

li.menu-btn {
    margin-right: 8px;
}

.nav-item-desktop-store a:focus {
    color: white !important;
}

.nav-item-desktop-store div {
    display: none;
    max-width: 450px;
    width: 100%;
    /* Ensures the div adapts to the available space */
    padding: 10px;
    /* Optional: Add some padding */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    /* Optional: Add a shadow for better appearance */
    border-radius: 4px;
    /* Optional: Add rounded corners */
    background: #092e49;
}

@media (max-width: 768px) {
    .nav-item-desktop-store div {
        max-width: 100%;
        /* Adjust for smaller screens */
    }
}

#dynamic-details p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* Show only 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn-lvc-switch {
    display: flex;
    align-items: center;
    background-color: #333;
    color: white;
    border: none;
    border-radius: 20px;
    padding: 5px 15px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    cursor: pointer;
    height: 35px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    gap: 8px;
    transition: background-color 0.3s ease;
}

.btn-lvc-switch:hover {
    box-shadow: 0 0 4px white;
}

.pre-header-flag-container {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.pre-header-flag {
    width: 20px;
    height: 15px;
    background-size: cover;
    background-position: center;
    border-radius: 2px;
}

.flag-en {
    background-image: url('https://flagcdn.com/w320/gb.png');
}

.pre-header-currency-text {
    font-weight: bold;
    font-size: 13px;
}

.pre-header-divider {
    font-weight: lighter;
    color: gray;
}

.pre-header-vat-text {
    font-weight: bold;
    font-size: 13px;
    margin-left: 3px;
}

.btn-lvc-switch {
    display: flex;
    align-items: center;
    background-color: #1a1a1a;
    color: white;
    border: 2px solid transparent;
    border-radius: 20px;
    padding: 5px 15px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    cursor: pointer;
    height: 35px;
    gap: 8px;
    transition: border-color 0.3s ease;
}

.btn-lvc-switch:hover {
    border-color: white;
}

.btn-lvc-switch {
    display: flex;
    align-items: center;
    background-color: #1a1a1a;
    color: white;
    border: 2px solid transparent;
    border-radius: 20px;
    padding: 5px 15px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    cursor: pointer;
    height: 35px;
    gap: 8px;
    transition: border-color 0.3s ease;
}

.btn-lvc-switch:hover {
    border-color: white;
}

.modal {
    display: none;
    position: fixed;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 1000;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
}

.modal-content {
    background-color: white;
    border-radius: 10px;
    width: 500px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    position: relative;
    width: 60% !important;
}

.modal h2 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #333;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    font-weight: bold;
    color: #aaa;
    cursor: pointer;
}

.close-btn:hover {
    color: #333;
}

.modal-section {
    margin-top: 20px;
    text-align: left;
}

.modal-option {
    margin-bottom: 20px;
}

.modal-option label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 14px;
    color: #333;
}

.btn-group {
    display: flex;
    gap: 10px;
}

.btn-option {
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: white;
    color: #333;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-option.active {
    border-color: red;
    color: red;
    font-weight: bold;
}

.btn-option:hover {
    background-color: #f9f9f9;
}


.modal-option select {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
}

.save-btn {
    margin-top: 20px;
    background-color: black;
    color: white;
    padding: 12px 30px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
}

.save-btn:hover {
    background-color: #333;
}

.custom-select {
    width: 40%;
}

@media (max-width: 991px) {
    .modal-content {
        width: 100% !important;
    }

    .custom-select {
        width: 100%;
    }
}