
    /* CSS Starts Here */

    /* All nft page */
    #smartnft-root .all-nft-page.all-nfts, #smartnft-root .all-nft-page.all-nft-skeleton{
    grid-template-columns: repeat(5, 1fr);
    }
    #smartnft-root .all-nft-main-con {
    max-width: 1000px;
        }
    /* single nft page */
    .single-nft-main-con{
        }



    /* all collection page */
    #smartnft-root .all-collections,
    #smartnft-root .all-collections-skeleton {
    grid-template-columns: repeat(5, 1fr);
    max-width: 1000px;
    }
    #smartnft-root .all-collection-main-container{
    max-width: 1000px;
        }

    #smartnft-root .all-collection-main-container .collection-card-list,
    #smartnft-root .all-collection-main-container .all-collections-list-skeleton,
    #smartnft-root .all-collection-main-container .all-collections-list{
    max-width: 1000px;
    margin: 0 auto;
    }


    /* single collection page */
    #smartnft-root .single-collection.all-nfts, #smartnft-root .single-collection.all-nft-skeleton{
    grid-template-columns: repeat(5, 1fr);
    }
    #smartnft-root .collection-container {
    max-width: 1000px;
        }



    /* create collection page */
    #smartnft-root .create-collection, #smartnft-root .create-collection-form {
    max-width: 991px;
    }
    .create-collection-page{
        }


    /* single category page */
    #smartnft-root .single-category-page.all-nfts, #smartnft-root .single-category-page.all-nft-skeleton{
    grid-template-columns: repeat(5, 1fr);
    }
    #smartnft-root .single-category {
    max-width: 1000px;
        }


    /*profile page */
    #smartnft-root .smart-nft-profile {
    max-width: 1000px;
    padding-top: px;
    padding-bottom: px;
    }
    #smartnft-root .smart-nft-profile .profile-header,
    #smartnft-root .smart-nft-profile .search-bar,
    #smartnft-root .smart-nft-profile .filter-and-nfts-container {
    padding-right: px;
    padding-left: px;
    }

    #smartnft-root .smart-nft-profile .all-nfts, #smartnft-root .smart-nft-profile .all-nft-skeleton{
    grid-template-columns: repeat(5, 1fr);
    }

    /*edit profile*/
    #smartnft-root .edit-profile.smart-nft-profile {
    max-width: 990px;
    }




    /* Single nft page */
    #smartnft-root .single-nft-info{
    max-width:1000px;
    }



0