﻿
.btn-product {
    text-transform: none !important;
}

@media screen and (max-width: 768px) {
    .product-action a {
        /*padding: 15px !important;*/
        min-height: 38px !important;
    }
}

.sticky-link span {
    text-align: center !important;
}

.menu > li > a {
    text-transform: none !important;
}

.mobile-menu li a {
    text-transform: none !important;
}

.profil-sidebar a {
    font-size: 17px;
}

.page-title {
    text-transform: initial !important;
}

section .title {
    text-transform: initial !important;
}

.btn.btn-rounded {
    border-radius: 10px !important;
}

.btn-dark {
    border-color: #0a12a1 !important;
    background-color: #0a12a1 !important;
}

.footer-top {
    border-bottom: 0px;
}

.footer-middle {
    border-bottom: 0px;
}

.main-nav .menu > li {
    margin-right: 2.2rem !important;
}

.details > .title {
    text-transform: none !important;
}

.error-text {
    color: red;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
}

.success-text {
    color: green;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
}

.hide {
    display: none;
}

.mfp-content > .hide {
    display: block;
}

h3, a, h2, h1, button {
    font-family: sans-serif !important;
}

.search-suggestions {
    position: absolute;
    width: 100%;
    background: white;
    border: 1px solid #ddd;
    max-height: 200px;
    overflow-y: auto;
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
    top: 70px;
    z-index: 100;
}

    .search-suggestions li {
        display: flex;
        align-items: center;
        padding: 8px 12px;
        cursor: pointer;
        transition: background 0.2s;
    }

        .search-suggestions li:hover {
            background: #f0f0f0;
        }

        .search-suggestions li img {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            margin-right: 10px;
        }

        .search-suggestions li span {
            font-size: 14px;
            color: #333;
        }

/* Start Popup Product Styles */
.product-popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    display: grid;
    place-items: center; /* Centers horizontally & vertically */
}

.product-popup-content {
    background: white;
    width: 100%;
    max-width: 900px;
    padding: 20px;
    position: relative;
    border-radius: 5px;
    overflow-y: auto;
    max-height: 90vh;
}

.close-popup {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    background: none;
    border: none;
    cursor: pointer;
}

.class-status-inventory {
    border-radius: 15px;
    border: #c1bcbc 1px solid !important;
    background-color: white !important;
    font-size: 13px !important;
    font-weight: bold !important;
    text-transform: none !important;
}
/* End Popup Product Styles */

/* start popup MyCard styles */
.class-text-popup-mycard {
    font-size: 29px !important;
    font-weight: bold;
    text-align: center;
}
/* end popup MyCard styles */

.btn-wishlist-global {
    overflow: hidden;
}

.margin-top-1-rem {
    margin-top: 1rem;
}

.margin-bottom-1-rem {
    margin-bottom: 1rem;
}

.no-spinner::-webkit-outer-spin-button,
.no-spinner::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.no-spinner {
    -moz-appearance: textfield;
}

#button-bottom-cart-id {
    bottom: 10px !important;
    position: absolute;
    width: 100%;
    left: 0px;
    padding: 20px;
}

#div-body-cart-id {
    height: calc(100vh - 240px) !important;
    max-height: calc(100vh - 240px) !important;
}

#div-body-wishlist-id {
    height: calc(100vh - 170px) !important;
    max-height: calc(100vh - 170px) !important;
}

.wishlist-dropdown {
    display: block !important;
    margin-right: 2.5rem !important;
}

.bordered-table {
    border: 1px solid #737373;
    border-collapse: collapse;
    width: 100%;
}

    .bordered-table th,
    .bordered-table td {
        border: 1px solid #737373;
        padding: 8px;
    }

.fw-bold {
    text-align: left;
    font-weight: bold;
}

.text-left {
    text-align: left;
}

@@media (max-width: 767px) {
    #button-bottom-cart-id {
        bottom: 50px !important;
    }

    #div-body-cart-id {
        height: calc(100vh - 270px) !important;
        max-height: calc(100vh - 270px) !important;
    }

    #div-body-wishlist-id {
        height: calc(100vh - 200px) !important;
        max-height: calc(100vh - 200px) !important;
    }

    .wishlist-dropdown {
        display: block !important;
        margin-right: 3.2rem !important;
    }
}

#button-resend-verification-key {
    cursor: pointer;
}

    #button-resend-verification-key:disabled {
        cursor: not-allowed; /* or 'default', 'wait', or any custom cursor you want */
        opacity: 0.6; /* Optional: to visually indicate disabled state */
    }
