
    /* 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(2, 1fr);
    }
    #smartnft-root .all-nft-main-con {
    max-width: 1200px;
    padding-top:50px;padding-bottom:50px;    }
    /* single nft page */
    .single-nft-main-con{
    padding-top:50px;padding-bottom:50px;    }



    /* all collection page */
    #smartnft-root .all-collections,
    #smartnft-root .all-collections-skeleton {
    grid-template-columns: repeat(2, 1fr);
    max-width: 1210px;
    }
    #smartnft-root .all-collection-main-container{
    max-width: 1210px;
    padding-top:50px;padding-bottom:50px;    }

    #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: 1210px;
    margin: 0 auto;
    }


    /* single collection page */
    #smartnft-root .single-collection.all-nfts, #smartnft-root .single-collection.all-nft-skeleton{
    grid-template-columns: repeat(2, 1fr);
    }
    #smartnft-root .collection-container {
    max-width: 1210px;
    padding-top:50px;padding-bottom:50px;    }



    /* create collection page */
    #smartnft-root .create-collection, #smartnft-root .create-collection-form {
    max-width: 1210px;
    }
    .create-collection-page{
    padding-top:50px;padding-bottom:50px;    }


    /* single category page */
    #smartnft-root .single-category-page.all-nfts, #smartnft-root .single-category-page.all-nft-skeleton{
    grid-template-columns: repeat(2, 1fr);
    }
    #smartnft-root .single-category {
    max-width: 1210px;
    padding-top:50px;padding-bottom:50px;    }


    /*profile page */
    #smartnft-root .smart-nft-profile {
    max-width: 1210px;
    padding-top: 50px;
    padding-bottom: 50px;
    }
    #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: 0px;
    padding-left: 0px;
    }

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

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




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



0