html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.btn {
    white-space: nowrap;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.css-user-menu {
    width: 300px;
    border: 1px solid gray;
    border-radius: 5px;
}

    .css-user-menu .user-title {
        padding: 5px;
        margin-bottom: 10px;
        font-size: 1.2rem;
        text-align: center;
        font-weight: bold;
        border-bottom: 1px solid #cccccc;
        white-space: nowrap;
    }

    .css-user-menu li {
        padding: 5px;
        font-size: 1.2rem;
    }

.product-card a {
    background-size: contain !important;
}

.css-remove-cross {
    position: absolute !important;
    top: 5px;
    right: 10px;
    background-color: transparent;
}

input[type="radio"], input[type="checkbox"] {
    cursor: pointer;
}

    input[type="radio"] + label, input[type="checkbox"] + label {
        cursor: pointer;
    }

input[type="date"] {
    min-width: 120px;
    width: 120px;
    max-width: 150px;
}

input[type="number"] {
    width: -moz-available;
}

.input-group-text {
    background-color: #e9ecef59;
    color: var(--bs-secondary);
}

.css-product-thumbnail {
    max-width: 100px;
    max-height: 100px;
    object-fit: contain;
    padding: 0.5rem;
}

.cssNotificationCircle {
    border-radius: 50%;
    background-color: #dc3545;
    color: white;
    padding: 1px 3px 3px 3px;
}

.cssNotificationIcon {
    stroke: #f00;
    stroke-width: 2;
    fill: #dc3545;
}

.cssFontSmall {
    font-size: 0.9rem;
}

.cssFontSmaller {
    font-size: 0.7rem;
}

.card {
    box-shadow: 0 3px 5px rgba(0, 10, 10, 10%)
}

.cssButtonBadge {
    stroke: #f00;
    stroke-width: 2;
    width: 1.3rem;
}

.password-container {
    position: relative;
    margin-bottom: 15px;
}

    .password-container .form-control {
        width: 100%;
        padding-right: 40px; /* Space for the button */
    }

    .password-container .togglePassword {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        background: none;
        border: none;
        cursor: pointer;
        font-size: 16px;
    }

.css-primary-address {
    background-color: aliceblue;
}

.css-bg-gold {
    background-color: gold;
}

.css-bg-lightblue {
    background-color: lightblue;
}

.css-profile-address-toolbar {
    background-color: gainsboro;
    font-size: 0.8rem;
}

.css-fs-small {
    font-size: 0.9rem;
}

.css-fs-smaller {
    font-size: 0.7rem;
}

.css-fs-tiny {
    font-size: 0.5rem;
}

.css-unset-width {
    width: unset !important;
}