﻿.popup {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #ddd;
    padding: 40px;
    padding-top: 65px;
    background-color: white;
    z-index: 9999 !important; /* Adjust if necessary to bring popup in front */
    border-radius: 10px; /* Rounded corners for the div */
}

.navbar img {
    cursor: pointer; /* Indicates the image can be clicked */
}


#strEcommSearchArgTopMenu {
    width: 500px;
    height: 40px;
    text-align: center;
    border-radius: 5px; /* Rounded corners for the input */
}

.close-button {
    position: absolute;
    top: 10px; /* Adjust as needed */
    right: 10px; /* Adjust as needed */
    cursor: pointer;
    /* Add any other styling for the button here */
}


.swiper-slide {
    position: relative;
    width: 120px; /* Example width, adjust as needed */
    height: 80px; /* Example height, adjust as needed */
    border-block-color: transparent;
    border-color: transparent;
}

    .swiper-slide img {
        width: 100%;
        height: 100%;
        border-block-color: transparent;
        border-color: transparent;
        object-fit: cover; /* Ensure the image covers the slide */
    }

.overlay-text {
    position: absolute;
    width: 100%;
    text-align: center;
    vertical-align: bottom;
    border-block-color: transparent;
    border-color: transparent;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white; /* Text color */
    font-size: 14px; /* Adjust the text size as needed */
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5); /* rgba(0, 0, 0, 0.5); Optional: for better readability */
}


:root {
    --white-color: #fff;
    --dark-color: #222;
    --body-bg-color: #fff;
    --section-bg-color: #262834;
    --navigation-item-hover-color: #3b5378;
    --text-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    --box-shadow: 0 5px 25px rgb(0 0 0 / 20%);
    --scroll-bar-color: #fff;
    --scroll-thumb-color: #282f4e;
    --scroll-thumb-hover-color: #454f6b;
}


.img-responsive {
    width: auto;
    height: 60px;
}
