.iFxd {
    position: absolute;
    z-index: 9;
    /* Set a high z-index value to ensure it's displayed on top */
    /* Add any other styling you need */
}

.productimg {
    transition: filter 0.3s ease, transform 0.3s ease;
}

.productimg:hover {
    filter: grayscale(40%);
    transform: scale(1.1);
}

.productimg {
    cursor: pointer;
}


.bkmC .pThmb>::before {
    -webkit-transform: translate(-50%, -50%);
    content: '' !important;
}


.pTtmp {
    font-size: 15px !important;
}

.pJmp {
    font-size: 14px !important;
}

.h1font {
    font-size: 18px !important;
    margin-left: -1px;
}

body.oneGrd.MN-3.mobS.HD-2.flT.hdMn.bD.onIndx.onHm.theme0.drK .pTtmp {
    color: #41B375;
}

.productimg-container {
    width: 100%;
    /* Set the fixed width */
    height: 200px;
    /* Set the fixed height */
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    /* Ensure transparency */
    position: relative;
    overflow: hidden;
    /* Hide any part of the image that overflows the container */

}


.productimg {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.h1font {
    margin-bottom: 10px;
}

@media screen and (max-width: 896px) {
    .HD-2 header {
        position: fixed;
        padding: 0px 0px 0;
    }
}

@media screen and (max-width: 896px) {
    .HD-2 .headCn {
        border-radius: 0px;
    }

}

.onIndx .blogPts {
    align-items: stretch;
    margin-top: -50px;
}



/* Default styling for larger screens */
.separator {
    display: inline;
}

.developer {
    display: inline;
}

/* Mobile-specific styles */
@media (max-width: 768px) {
    .separator {
        display: none;
    }


    .developer {
        display: block;
        margin-top: 5px;
        /* Adjust as needed for spacing */
    }
}


@media only screen and (min-width: 1024px) {
    .hhlrr {
        display: none;
    }

    .product-image {
        margin-top: 20px;
    }
}


footer .LinkList a {
    display: inline;
}


#gretshow {
    margin-top: 5px;
    margin-bottom: 20px;
    margin-left: -10px;
}


.fotup {
    margin-top: 40px !important;
}

@media only screen and (max-width: 768px) {
    .fotup {
        margin-top: 80px !important;
    }
}



.hidden {
    display: none;
}

.product-buttons {
    margin-bottom: 20px;
}


.catbut {
    font-family: "Poppins", sans-serif;
    color: black;
    background-color: initial;
    margin-right: 10px;
    /* Default background color */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.207);
    border-radius: 5px;
    padding: 8px 20px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    margin-top: 15px;
    /* Default border */
}

/* Button style when clicked */
.catbut.clicked {
    background-color: #f5f5f5;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}