﻿body {
    background-color:white;
    color:black;
    display:block;
    margin:0px;
    padding:0px;
}

@font-face {
    font-family: 'andasiapersonaluse-k7oea';
    src: url('andasiapersonaluse-k7oea.otf') format('opentype');
}
*{
    box-sizing: border-box;
}
.marquee-container {
    background-color: #79ccec26;
    padding: 2px;
    text-align: center;
    box-shadow: 0px 0px 2px 0px;
}

.marquee-text {
    color: #333;
    font-family: Arial, sans-serif;
    font-size: 16px;
   /* font-weight: 500;*/
}
.main-slider {
    margin-left: 0px;
    padding-left: 0px;
    margin-right: 0px;
    padding-right: 0px;
}

/* -----Product Search Start----- */
/* Ensure the search results appear directly below the input field */
.search-results {
    position: absolute; /* Position relative to the parent form */
    top: calc(100% + 10px); /* Start right below the input field with some margin */
    left: 0;
    width: 100%; /* Match the width of the input field */
    max-width: 400px; /* Optional: Limit the maximum width */
    max-height: 300px; /* Fixed height with scrolling */
    overflow-y: auto; /* Enable vertical scrolling if the content exceeds the height */
    border-bottom: 1px solid #ffffff; /* Add a border for better visibility */
    border-radius: 5px; /* Optional: Rounded corners */
    background-color: #f9f9f9; /* Light background color */
    z-index: 1000; /* Ensure it appears above other content */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Add a shadow for better appearance */
}

/* Navbar styling */
@media only screen and (min-width: 601px) {
    .atDesktop{
        display: none;
    }
}
@media (min-width: 768px) {
    .navbar-expand-md .navbar-toggler {
        display: none;
    }
}
@media (min-width: 768px) {
    .navbar-expand-md .offcanvas .offcanvas-header {
        display: none;
    }
}
@media (min-width: 768px) {
    .navbar-expand-md .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
    }
}



/* Product item styling */
.product-item {
    display: flex;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
}

    .product-item:last-child {
        border-bottom: none;
    }

    /* Product image */
    .product-item img {
        width: 50px;
        height: 50px;
        object-fit: contain;
        margin-right: 15px;
    }

/* Product details */
.product-details {
    flex-grow: 1;
}

    .product-details h3 {
        margin: 0;
        font-size: 16px;
        color: #333;
    }

    .product-details p {
        margin: 5px 0;
        font-size: 14px;
        color: #555;
    }

/* Product price */
.product-price {
    font-weight: bold;
    color: #f57224;
    margin-left:10px;
}

    .product-price .original-price {
        text-decoration: line-through;
        font-size: 12px;
        color: #999;
        margin-left: 5px;
    }

/* -----Product Search End----- */


/* -----Scroll Start----- */
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 10px;
}
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #b580324d;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
    background: #ff3131;
}
/* -----Scroll Ednd----- */



/* -----Product Card Start----- */
a {
    text-decoration: none;
    color: black;
}

.toast-container {
    position: fixed !important;
}

.product-grid {
    text-align: center;
    padding: 0 0 72px;
    border: 1px solid rgba(0, 0, 0, .1);
    overflow: hidden;
    position: relative;
    z-index: 1;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.08);
    margin-top: 25px;
    margin-bottom: 25px;
}

    .product-grid .product-image {
        position: relative;
        transition: all .3s ease 0s;
    }

        .product-grid .product-image a {
            display: block;
        }

        .product-grid .product-image img {
            width: 100%;
           height: auto;
        }

    .product-grid .pic-1 {
        opacity: 1;
        transition: all .3s ease-out 0s;
    }

    .product-grid:hover .pic-1 {
        opacity: 1;
    }

    .product-grid .pic-2 {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        transition: all .3s ease-out 0s;
    }

    .product-grid:hover .pic-2 {
        opacity: 1;
    }

    .product-grid .social {
        width: 150px;
        padding: 0;
        margin: 0;
        list-style: none;
        opacity: 0;
        transform: translateY(-50%) translateX(-50%);
        position: absolute;
        top: 60%;
        left: 50%;
        z-index: 1;
        transition: all .3s ease 0s;
    }

    .product-grid:hover .social {
        opacity: 1;
        top: 50%;
    }

    .product-grid .social li {
        display: inline-block;
    }

        .product-grid .social li a {
            color: #fff;
            background-color: #000000;
            font-size: 16px;
            line-height: 40px;
            text-align: center;
            height: 40px;
            width: 40px;
            margin: 0 2px;
            display: block;
            position: relative;
            transition: all .3s ease-in-out;
        }

            .product-grid .social li a:hover {
                color: #fff;
                background-color: #f24257;
            }

            .product-grid .social li a:after,
            .product-grid .social li a:before {
                content: attr(data-tip);
                color: white;
                background-color: black;
                font-size: 12px;
                letter-spacing: 1px;
                padding: 1px 5px;
                transform: translateX(-50%);
                white-space: nowrap;
                opacity: 0;
                position: absolute;
                left: 50%;
                top: -30px;
            }

            .product-grid .social li a:after {
                content: '';
                height: 15px;
                width: 15px;
                border-radius: 0;
                transform: translateX(-50%) rotate(45deg);
                top: -20px;
                z-index: -1;
            }

            .product-grid .social li a:hover:after,
            .product-grid .social li a:hover::before {
                opacity: 1;
            }

    .product-grid .product-discount-label,
    .product-grid .product-new-label {
        color: #fff;
        background-color: green;
        font-size: 12px;
        text-transform: uppercase;
        padding: 2px 7px;
        display: block;
        position: absolute;
        top: 10px;
        left: 2px;
        border-radius: 10px;
    }

    .product-grid .product-discount-label {
        background-color: #333;
        left: auto;
        right: 0;
        border-radius: 10px;
    }

    .product-grid .rating {
        color: #FFDF00;
        font-size: 12px;
        padding: 12px 0 0;
        margin: 0;
        list-style: none;
        position: relative;
        z-index: -1;
    }

        .product-grid .rating li.disable {
            color: rgba(0, 0, 0, .2)
        }

    .product-grid .product-content {
        background-color: white;
        text-align: center;
        padding: 12px 0;
        margin: 0 auto;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -45px;
        z-index: 1;
        transition: all .3s;
    }

    .product-grid:hover .product-content {
        bottom: 0;
    }

    .product-grid .title {
        font-size: 16px;
        font-weight: 400;
        letter-spacing: .5px;
        text-transform: capitalize;
        margin: 0 0 10px;
        transition: all .3s ease 0s;
        padding: 5px;
    }

        .product-grid .title a {
            color: #828282;
        }

            .product-grid .title a:hover,
            .product-grid:hover .title a {
                color: #000000;
            }

    .product-grid .price {
        color: #333;
        font-size: 17px;
        font-weight: 700;
        letter-spacing: .6px;
        margin-bottom: 8px;
        text-align: center;
        transition: all .3s;
    }

        .product-grid .price span {
            color: red;
            font-size: 13px;
            font-weight: 400;
            text-decoration: line-through;
            margin-left: 3px;
            display: inline-block;
        }
/* .product-grid .add-to-cart{
    color:#fff;
    font-size: 13px;
    font-weight: 400;
    background: linear-gradient(135deg, var(--mainheading), #3d3d3d);
    transition: background-color 0.5s ease;
    border:1px solid black;
} */
button {
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 400;
    outline-color: #ff3131;
    background: linear-gradient(90deg, #a70f0f, #ff3131);
    transition: background-color 0.5s ease;
    border: 1px solid black;
}

    button:hover {
        background: linear-gradient(135deg, #ff3131, #a70f0f);
        transition: background-color 0.5s ease;
    }
/* .product-grid .add-to-cart:hover{
    color:#000000;
    font-size: 13px;
    font-weight: 500;
    background: linear-gradient(135deg, #000000 , var(--mainheading));
    border:1px solid black;
} */
/* Default image size for larger screens */
.responsive-image {
    width: 500px;
    height: 500px;
}



/* Centering loader */
.loader-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100px; /* Adjust height as needed */
}

/* Spinning loader animation */
.loader {
    width: 50px;
    height: 50px;
    border: 5px solid #f3f3f3; /* Light gray */
    border-top: 5px solid #3498db; /* Blue */
    border-radius: 50%;
    animation: spin 1s linear infinite;
}


/* CSS for Scroll Button */
#scrollToTopBtn {
    display: none; /* Initially hidden */
    position: fixed;
    bottom: 20px;
    right: 50px; /* Adjusted for right-side placement */
    width: 50px;
    height: 50px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: opacity 0.3s, transform 0.3s;
    z-index: 1000; /* Ensure it stays on top */
}

    #scrollToTopBtn:hover {
        background-color: #0056a3;
    }

    #scrollToTopBtn.show {
        display: block;
        opacity: 1;
        transform: translateY(0);
    }

.whats-app {
    padding: 10px;
    position: fixed;
    bottom: 80px;
    right: 50px;
    background-color: #25d366;
    color: #fff;
    border-radius: 15%;
    text-align: center;
    font-size: 30px;
    box-shadow: 0 0 11px #00000080;
    z-index: 99999999;
}

/* Keyframes for rotation */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Adjust image size for mobile and tablet screens */
@media(max-width: 991.98px) {
    .responsive-image {
        width: 300px;
        height: 300px;
    }
}
@media only screen and (max-width:990px) {
    .product-grid {
        margin-bottom: 100px;
    }
}
@media only screen and (max-width: 767px) and (min-width: 300px) {
    .headersection .logo {
        width: 100px;
        height: 75px;
        margin: 5px;
    }
    .headersection .logomobile {
        text-align: center;
    }
    .logosearch{
        margin-top:-35px;
    }
    .headersection .headerright {
        margin-top: 5px;
        justify-content:center;
    }
}
@media only screen and (max-width: 600px) and (min-width: 300px) {
    .product-grid {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 900px) and (min-width: 601px) {
    .product-grid {
        margin-bottom: 50px;
    }
}
@media (min-width: 992px) { /* For Large Screens */
    .col-lg-2 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 768px) and (max-width: 991px) { /* For Medium Screens */
    .col-md-2 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}
/* -----Product Card End----- */