﻿/*   sticky  */

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index:1000;
}


 /*   .sticky + .stickyContentDiv {
        padding-top: 60px;
    }*/

.stickyContentDiv {
    margin-top: 73px;
}


.stickyContentHeadingDiv {
    padding-top:55px;
}



/*   End sticky  */



/*   Product Images  */

.productImage {
    /* width: 100%;
    
    height: 100%;
    max-height: 350px;
    object-fit: cover;*/
    max-width: 350px;
    width: 100%;
    /* max-width: 350px; */
    height: 100%;
    /* max-height: 350px; */
    object-fit: scale-down;
}

/*  End Product Images  */


/*   sellerCard  */

.sellerCard:hover {
    box-shadow: #e8e2e2 1px 3px 5px 0px, inset #f5f3f3 1px -10px 8px 13px;
}

.sellerCard {
    background-color: #fbfbfb;
    border-radius: 4px;
    /* box-shadow: #e8e2e2 1px 3px 5px 6px, inset #f5f3f3 1px -10px 8px 12px; */
    transition: box-shadow 0.5s;
}

.sellerCard-stuffName {
    color: #756b6b;
    font-size: 16px;
    text-align: right;
}



.sellerCard-stuffPrice {
    color: #111111;
    font-size: 16px;
    text-align: right;
}

.sellerCard-stuffPriceNumber {
    color: #111111;
    font-size: 20px;
    text-align: right;
}



.ProductParagraph {
    color: #756b6b;
    font-size: 14px;
    line-height: 1.95;
    margin-top: 15px;
    text-align: right;
}


.ProductSpecificationLable {
    color: #504a4a;
    font-size: 14px;
    line-height: 1.95;
    margin-top: 15px;
    text-align: right;
    font-weight:bold;
}
.ProductSpecificationValue {
    color: #756b6b;
    font-size: 14px;
    line-height: 1.95;
    margin-top: 15px;
    text-align: right;
}


