       /* ---------------CSS DEFUALT START------------------------ */

        /* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap'); */


        /* @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap'); */

        @font-face {

            font-family: "Montserrat";
            src: url("/assets/Easysales/fonts/Montserrat/Montserrat-Regular.ttf");
            /* src: url(http://localhost:3000/static/media/Montserrat-Medium.e2d60bc49517598c0ce8.ttf); */
        }


        html {
            font-size: 62.5%;
            /*10px --> 1rem */
        }

        * {
            margin: 0;
            padding: 0;
            overflow-x: hidden;
            font-family: Montserrat;
            box-sizing: border-box;
            font-size: 1.5rem;
        }

        :root {
            --color-primary: #3F51B5; /* Indigo */
            --color-secondary: #FF9800; /* Orange */
            
            --color-white: #FFFFFF; /* White */
            --color-black: #333333; /* Dark Grey */
            --color-red: #FF5252; /* Red */
            --color-light-grey: rgba(200, 200, 200, 0.5); /* Light Grey */
            
            --color-grey: #9E9E9E; /* Grey */
            --color-grey-2: #E0E0E0; /* Grey 2 */
            --color-ccc: #D3D3D3; /* Light Grey 2 */
            
            --color-green: #4CAF50; /* Green */
            
            --color-yellow: #FFEB3B; /* Yellow */
            --color-aqua: #00BCD4; /* Cyan */
            --color-grey-ori: #757575; /* Original Grey */
            
            --color-link: #673AB7; /* Purple */                      

            --page-content-width: 80%;
            --Nav-content-width: var(--page-content-width);

            --sm-size: 576px;
            --md-size: 768px;
            --lg-size: 992px;
            --xl-size: 1200px;
            --xxl-size: 1400px;


            /* hover */



        }





        body {}




        h1 {
            font-size: 3rem;
        }


        .w-95 {
            width: 95% !important;
        }

        .w-95 {
            width: 95% !important;
        }

        .w-90 {
            width: 90% !important;
        }

        .w-86 {
            width: 86% !important;
        }

        .w-85 {
            width: 85% !important;
        }

        .w-85 {
            width: 85% !important;
        }

        .w-84 {
            width: 84% !important;
        }

        .w-83 {
            width: 83% !important;
        }

        .w-82 {
            width: 82% !important;
        }

        .w-81 {
            width: 81% !important;
        }

        .w-80 {
            width: 80% !important;
        }

        .w-70 {
            width: 70% !important;
        }

        .w-65 {
            width: 65% !important;
        }

        .w-60 {
            width: 60% !important;
        }

        .w-55 {
            width: 55% !important;
        }

        .w-50 {
            width: 50% !important;
        }

        .w-49 {
            width: 49% !important;
        }

        .w-48 {
            width: 48%;
        }

        .w-47 {
            width: 47%;
        }

        .w-46 {
            width: 46%;
        }

        .w-45 {
            width: 45%;
        }

        .w-42 {
            width: 42%;
        }

        .w-41 {
            width: 41%;
        }

        .w-40 {
            width: 40%;
        }

        .w-35 {
            width: 35% !important;
        }

        .w-30 {
            width: 30% !important;
        }

        .w-20 {
            width: 20% !important;
        }

        .w-25 {
            width: 25% !important;
        }

        .w-18 {
            width: 18% !important;
        }

        .w-15 {
            width: 15% !important;
        }

        .w-10 {
            width: 10% !important;
        }

        .w-9 {
            width: 9% !important;
        }

        .w-8 {
            width: 8% !important;
        }

        .w-5 {
            width: 5% !important;
        }

        .h-100 {
            height: 100% !important;
        }

        .h-50 {
            height: 50% !important;
        }

        .h-20 {
            height: 20% !important;
        }

        .h-auto {
            height: auto !important;
        }


        .font-6 {
            font-size: 6rem !important;
        }

        .font-5-5 {
            font-size: 5.5rem !important;
        }

        .font-5 {
            font-size: 5rem !important;
        }

        .font-4-5 {
            font-size: 4.5rem !important;
        }

        .font-4 {
            font-size: 4rem !important;
        }

        .font-3-5 {
            font-size: 3.5rem !important;
        }

        .font-3-4 {
            font-size: 3.4rem !important;
        }

        .font-3-3 {
            font-size: 3.3rem !important;
        }

        .font-3-2 {
            font-size: 3.2rem !important;
        }

        .font-3-1 {
            font-size: 3.1rem !important;
        }

        .font-3 {
            font-size: 3rem !important;
        }

        .font-2-9 {
            font-size: 2.9rem !important;
        }

        .font-2-8 {
            font-size: 2.8rem !important;
        }

        .font-2-6 {
            font-size: 2.6rem !important;
        }

        .font-2-7 {
            font-size: 2.7rem !important;
        }

        .font-2-5 {
            font-size: 2.5rem !important;
        }

        .font-2-4 {
            font-size: 2.4rem !important;
        }

        .font-2-3 {
            font-size: 2.3rem !important;
        }

        .font-2-2 {
            font-size: 2.2rem !important;
        }

        .font-2-1 {
            font-size: 2.1rem !important;
        }

        .font-2 {
            font-size: 2rem !important;
        }

        .font-1-9 {
            font-size: 1.9rem;
        }

        .font-1-8 {
            font-size: 1.8rem;
        }

        .font-1-7 {
            font-size: 1.7rem;
        }

        .font-1-6 {
            font-size: 1.6rem;
        }

        .font-1-5 {
            font-size: 1.5rem;
        }

        .font-1-4 {
            font-size: 1.4rem;
        }

        .font-1-3 {
            font-size: 1.3rem;
        }

        .font-1-2 {
            font-size: 1.2rem;
        }

        .font-1-1 {
            font-size: 1.1rem;
        }

        .font-1 {
            font-size: 1rem;
        }

        .font-inherit {
            font-size: inherit;
        }


        .gy-6 {
            --bs-gutter-y: 4rem;
        }


        .mt-6 {
            margin-top: 7rem !important;

        }

        .mt-20 {
            margin-top: 20rem !important;

        }

        .mt-22 {
            margin-top: 22rem !important;

        }

        .mt-0-5- {
            margin-top: -0.5rem;

        }




        .font-light {
            font-family: 'Roboto', sans-serif !important;
        }

        .font-family-cursive {
            font-family: cursive !important;
        }






        .display-inline {
            display: inline !important;
        }

        .display-inline-block {
            display: inline-block !important;
        }

        .background-hover:hover {
            background: var(--color-grey-2);
        }

        @media(max-width:600px) {
            .background-hover:hover {
                background: inherit;
            }
        }


        .display-flex {
            display: flex !important;
        }

        .flex-1 {
            flex: 1 1;
        }

        .display-flex-direction-column {
            flex-direction: column;
        }

        .flex-direction-column {
            flex-direction: column;
        }

        .display-flex-j-c {
            display: flex;
            justify-content: center;
        }

        .flex-all-center {
            display: flex;
            align-items: center;
            justify-content: center;
        }




        .justify-content-center {
            justify-content: center;
        }

        /* text-sm-end */

        @media (min-width: 576px) {
            .justify-content-sm-center {
                justify-content: center;

            }
        }

        @media (min-width:768px) {
            .justify-content-md-center {
                justify-content: center;

            }
        }

        @media (min-width: 992px) {
            .justify-content-lg-center {
                justify-content: center;

            }
        }

        @media (min-width: 1200px) {
            .justify-content-lg-center {
                justify-content: center;

            }
        }

        @media (min-width: 1400px) {
            .justify-content-lg-center {
                justify-content: center;

            }
        }



        .justify-content-space-between {
            justify-content: space-between;
        }

        .justify-content-space-around {
            justify-content: space-around;
        }

        .justify-content-end {
            justify-content: end;
        }


        .no-wrap {
            flex-wrap: nowrap;
        }

        .align-item-center {
            align-items: center;
        }

        .opacity-0 {
            opacity: 0;
        }

        .display-none {
            display: none !important;
        }


        .box-shadow-normal {
            box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.1);
        }


        .border-bottom {
            border-bottom: 1px solid var(--color-grey);
        }




        .border-radius-5 {
            border-radius: 5px;
        }

        .border-radius-10 {
            border-radius: 10px;
        }

        .border-radius-15 {
            border-radius: 15px;
        }

        .border-radius-20 {
            border-radius: 20px;
        }

        .border-radius-25 {
            border-radius: 25px;
        }

        .border-radius-circle {
            border-radius: 50%;
        }


        .border-grey {
            border: 1px solid #0e0e0e26;
        }


        .border-grey-light {
            border: 1px solid #0e0e0e26;
        }


        .background-primary {
            background-color: var(--color-primary);
        }

        .background-secondary {
            background-color: var(--color-secondary);
        }

        .background-white {
            background-color: var(--color-white);
        }

        .background-transparent {
            background-color: transparent;
        }

        .background-black {
            background-color: var(--color-black);
        }

        .background-yellow {
            background-color: var(--color-yellow);
        }

        .background-aqua {
            background-color: var(--color-aqua);
        }

        .background-green {
            background-color: var(--color-green);
        }

        .background-red {
            background-color: var(--color-red);
        }


        .background-transparent {
            background-color: transparent;
        }




        .text-color-primary {
            color: var(--color-primary);
        }

        .text-color-secondary {
            color: var(--color-secondary);
        }

        .text-color-grey {
            color: var(--color-grey);
        }

        .text-color-grey-2 {
            color: var(--color-grey-2);
        }

        .text-color-grey-light {
            color: var(--color-light-grey);
        }

        .text-color-grey-ori {
            color: var(--color-grey-ori);
        }


        .text-color-black {
            color: var(--color-black);
        }

        .text-color-white {
            color: var(--color-white);
        }

        .text-color-red {
            color: var(--color-red);
        }

        .text-color-link {
            color: var(--color-link);
        }

        .text-color-ccc {
            color: var(--color-ccc);
        }


        .text-right {
            text-align: right;
        }

        .text-left {
            text-align: left;
        }


        .font-size-inherit {
            font-size: inherit;
        }


        .overfloy-y-hidden {
            overflow-y: hidden;
        }


        .hide-scroll-bar::-webkit-scrollbar {
            width: 0 !important;
            /* hide scroll bar  */
        }



        .input {
            border: none;
            /* background: transparent;    */
        }

        .input:focus {
            outline: none;
        }

        .textarea {
            background: transparent;

        }

        .textarea:focus {
            outline: none;
        }

        a {
            color: inherit;
        }


        .a:hover {
            /* color: inherit; */
        }

        .a {
            text-decoration: none;
            /* color: inherit; */
        }

        .a:active {
            color: inherit;
        }


        .li {
            list-style: none;
        }

        .cursor-p {
            cursor: pointer;
        }

        ::selection {
            background-color: var(--color-primary);
            color: #ffff;
            transition: all .1s;
        }


        .high-light-text {
            font-weight: bold;
            font-size: 20rem;
            color: var(--color-black);

        }




        @media (max-width: 1329px) {

            :root {
                --page-content-width: 84%;
            }
        }

        @media (max-width: 1030px) {

            :root {
                --page-content-width: 94%;
            }
        }


        @media (max-width: 394px) {

            html {
                /* font-size: 53%; */
            }
        }


        .homepage-search-input {
            width: 100%;
            border: none;
        }

        .nav-button {
            border: none;
        }

        .homepage-search-form {
            width: 100%;
        }

        .homepage-search-form .search-div {
            width: 55%;
        }

        @media(max-width:583px) {
            .homepage-search-form .search-div {
                width: 99%;
            }
        }

        .homepage-search-container {
            width: 100%;
            min-height: 40vh;
        }

        @media(max-width:392px) {
            .homepage-search-container .location {
                -webkit-flex-direction: column;
                -ms-flex-direction: column;
                flex-direction: column;
            }
        }

        .homepage-search-container .location .show-btn {
            background: #29adad70;
        }

        @media(max-width:392px) {
            .homepage-search-container .location .show-btn {
                width: 65%;
            }
        }

        .homepage-search-container .location .neraBy-show-btn {
            margin-left: 1rem;
        }

        @media(max-width:392px) {
            .homepage-search-container .location .neraBy-show-btn {
                margin-left: 0rem;
                margin-top: 1rem;
            }
        }

        .browse-by-category-container {
            width: 100%;
        }

        .browse-by-category-container .BrowseAll-wrapper {
            width: var(--page-content-width);
            margin-left: auto;
            margin-right: auto;
        }

        @media(max-width:958px) {
            .browse-by-category-container .BrowseAll-wrapper .browse-item-collection {
                -webkit-box-pack: justify;
                -webkit-justify-content: space-between;
                -ms-flex-pack: justify;
                justify-content: space-between;
            }
        }

        @media(max-width:768px) {
            .browse-by-category-container .BrowseAll-wrapper .browse-item-collection {
                -webkit-flex-wrap: nowrap;
                -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
                overflow: auto;
            }
        }

        .browse-by-category-container .BrowseAll-wrapper .browse-item {
            width: 24%;
        }

        @media(max-width:958px) {
            .browse-by-category-container .BrowseAll-wrapper .browse-item {
                width: 27%;
            }
        }

        @media(max-width:464px) {
            .browse-by-category-container .BrowseAll-wrapper .browse-item {
                width: 29%;
            }
        }

        @media(max-width:400px) {
            .browse-by-category-container .BrowseAll-wrapper .browse-item {
                width: 31%;
            }
        }

        @media(max-width:471px) {
            .browse-by-category-container .BrowseAll-wrapper .browse-item .browse-item-col {
                width: 50%;
            }
        }

        .StartMakingMoney-container {
            width: 100%;
        }

        .StartMakingMoney-container .StartMakingMoney-wrapper {
            width: var(--page-content-width);
            margin-left: auto;
            margin-right: auto;
        }

        @media(min-width:1200px) {
            .StartMakingMoney-container .StartMakingMoney-wrapper {
                box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.10);
            }
        }

        .StartMakingMoney-container .StartMakingMoney-wrapper .box-shadow-normal {
            box-shadow: none !important;
        }

        @media(max-width:1200px) {
            .StartMakingMoney-container .StartMakingMoney-wrapper .box-shadow-normal {
                box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.1) !important;
            }
        }

        @media(max-width:1200px) {
            .StartMakingMoney-container .StartMakingMoney-wrapper .first .row {
                -webkit-box-pack: center !important;
                -webkit-justify-content: center !important;
                -ms-flex-pack: center !important;
                justify-content: center !important;
            }
        }

        .StartMakingMoney-container .StartMakingMoney-wrapper .sec {
            border-left: 1px solid var(--color-grey);
        }

        @media(max-width:1346px) {
            .StartMakingMoney-container .StartMakingMoney-wrapper .sec {
                padding-bottom: 3rem !important;
            }
        }

        .StartMakingMoney-container .StartMakingMoney-wrapper .col-4 {
            width: 31.333333%;
        }

        .StartMakingMoney-container .button-container {
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

        @media(min-width:1200px) {
            .StartMakingMoney-container .button-container {
                -webkit-box-pack: left;
                -webkit-justify-content: left;
                -ms-flex-pack: left;
                justify-content: left;
            }
        }

        .DeleverySection-container {
            width: 100%;
        }

        .DeleverySection-container .DeleverySection-wrapper {
            width: var(--page-content-width);
            margin-left: auto;
            margin-right: auto;
            box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.1);
        }

        .DeleverySection-container .DeleverySection-wrapper .sec {
            border-left: 1px solid var(--color-grey);
        }

        .DeleverySection-container .DeleverySection-wrapper .col-4 {
            width: 31.333333%;
        }

        @media(max-width:1200px) {
            .DeleverySection-container .DeleverySection-wrapper .button-continaer {
                -webkit-box-pack: center;
                -webkit-justify-content: center;
                -ms-flex-pack: center;
                justify-content: center;
            }
        }

        .homepage-container {
            width: 100%;
            margin-top: 5.88rem;
        }

        @media(max-width:768px) {
            .homepage-container {
                margin-top: 4rem;
            }
        }

        .search-container {
            width: 100%;
        }

        .search-container .searchh-wrapper {
            width: 100%;
        }

        .search-container .search-input-field {
            box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
        }

        .selected-name-container {
            width: 100%;
        }

        .selected-name-container .selected-name {
            background: var(--color-white);
        }

        .selected-name-container .selected-name .arrow-icon {
            -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: all .3s;
            transition: all .3s;
        }

        .filter-select-contain {
            width: 100%;
            border: none;
        }

        .filter-select-contain .FilterSelect-wrapper .selected-name {
            background: var(--color-white);
        }

        .filter-select-contain .FilterSelect-wrapper .selected-name .arrow-icon {
            -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: all .3s;
            transition: all .3s;
        }

        .category-box {
            width: 100%;
        }

        .category-box .category-text {
            color: #757575;
        }

        .AllCategories-container {
            width: 100%;
        }

        .FilterColumn-container {
            width: 100%;
        }

        .FilterColumn-container .FilterColumn-wrapper .filter-select {
            border: 1px solid #e7edee;
        }

        .FilterColumn-container .FilterColumn-wrapper .filter-select .selected-name {
            border-bottom: 1px solid var(--color-grey-ori);
            padding: 0.5rem !important;
        }

        .FilterColumn-container .search {
            border: 1px solid #e7edee;
        }

        .element-wrapper {
            width: 100%;
        }

        @media(max-width:396px) {
            .element-wrapper {
                font-size: 1.2rem;
            }
        }

        .pro-item {
            width: 100%;
            background: #fffbc1;
        }

        @media(max-width:767px) {
            .pro-item .product-image {
                margin-bottom: 1rem;
            }
        }

        @media(max-width:800px) {
            .pro-item .product-image {
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: space-evenly;
                -webkit-justify-content: space-evenly;
                -ms-flex-pack: space-evenly;
                justify-content: space-evenly;
            }
        }

        .pro-item .product-image img {
            height: 15rem;
            width: 18rem;
        }

        @media(max-width:576px) {
            .pro-item .product-image img {
                width: 100%;
            }
        }

        @media(max-width:576px) {
            .pro-item .Small-details-section {
                -webkit-flex-direction: column;
                -ms-flex-direction: column;
                flex-direction: column;
            }
        }

        @media(max-width:576px) {
            .pro-item .feature-ad-section .other-images-section {
                display: none;
            }
        }

        .pro-item .feature-ad-section .other-images-section .other-images {
            width: 55px;
            height: 50px;
        }

        .pro-item .Product-wrapper {
            position: relative;
        }

        @media(max-width:576px) {
            .pro-item .Product-wrapper {
                -webkit-flex-direction: column;
                -ms-flex-direction: column;
                flex-direction: column;
            }
        }

        .pro-item .Product-wrapper .product-list-mt {
            margin-top: -0.27rem;
        }

        @media (max-width:767px) {
            .pro-item .Product-wrapper .title {
                font-size: 1.4rem;
            }
        }

        @media (max-width:396px) {
            .pro-item .Product-wrapper .title {
                font-size: 1.3rem;
            }
        }

        @media (max-width:400px) {
            .pro-item .Product-wrapper .nearby-text {
                font-size: 1.2rem;
            }
        }

        .pro-item .Product-wrapper .location {
            color: #afb7ad;
        }

        .pro-item .Product-wrapper .member {
            background: #afb7ad;
        }

        @media (max-width:615px) {
            .pro-item .Product-wrapper .member {
                width: 20% !important;
            }
        }

        @media (max-width:450px) {
            .pro-item .Product-wrapper .member {
                width: 25% !important;
            }
        }

        @media (max-width:377px) {
            .pro-item .Product-wrapper .member {
                width: 30% !important;
            }
        }

        .pro-item .Product-wrapper .verfied-Seller {
            color: #0074ba;
        }

        .pro-item .FetureAdText {
            background-color: #fea502;
            -webkit-clip-path: polygon(18% 0px, 21% 0px, 81.42% 0px, 100% 100%, 70% 100%, 0px 98%, 0px 0px, 7% 0px);
            clip-path: polygon(18% 0px, 21% 0px, 81.42% 0px, 100% 100%, 70% 100%, 0px 98%, 0px 0px, 7% 0px);
            position: absolute;
            top: 0;
            left: 0;
        }

        .pro-item .top-seller-section {
            position: absolute;
            top: 0;
            left: 0;
            -webkit-transform: translateX(-4%) rotate(0deg) translateY(-1%);
            -ms-transform: translateX(-4%) rotate(0deg) translateY(-1%);
            transform: translateX(-4%) rotate(0deg) translateY(-1%);
        }

        .pro-item .top-seller-section img {
            margin-top: -0.3rem;
        }

        .pro-item .top-ad-section .top-ad-text {
            background-color: #fea502;
        }

        .product-item-container {
            width: 100%;
        }

        @media(max-width:767px) {
            .product-item-container .product-image {
                margin-bottom: 1rem;
            }
        }

        @media(max-width:800px) {
            .product-item-container .product-image {
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: space-evenly;
                -webkit-justify-content: space-evenly;
                -ms-flex-pack: space-evenly;
                justify-content: space-evenly;
            }
        }

        .product-item-container .product-image img {
            height: 15rem;
            width: 18rem;
        }

        @media(max-width:576px) {
            .product-item-container .product-image img {
                width: 100%;
            }
        }

        @media(max-width:576px) {
            .product-item-container .Small-details-section {
                -webkit-flex-direction: column;
                -ms-flex-direction: column;
                flex-direction: column;
            }
        }

        @media(max-width:576px) {
            .product-item-container .feature-ad-section .other-images-section {
                display: none;
            }
        }

        .product-item-container .feature-ad-section .other-images-section .other-images {
            width: 55px;
            height: 50px;
        }

        .product-item-container .Product-wrapper {
            position: relative;
        }

        @media(max-width:576px) {
            .product-item-container .Product-wrapper {
                -webkit-flex-direction: column;
                -ms-flex-direction: column;
                flex-direction: column;
            }
        }

        .product-item-container .Product-wrapper .product-list-mt {
            margin-top: -0.27rem;
        }

        @media (max-width:767px) {
            .product-item-container .Product-wrapper .title {
                font-size: 1.4rem;
            }
        }

        @media (max-width:396px) {
            .product-item-container .Product-wrapper .title {
                font-size: 1.3rem;
            }
        }

        @media (max-width:400px) {
            .product-item-container .Product-wrapper .nearby-text {
                font-size: 1.2rem;
            }
        }

        .product-item-container .Product-wrapper .location {
            color: #afb7ad;
        }

        .product-item-container .Product-wrapper .member {
            background: #afb7ad;
        }

        @media (max-width:615px) {
            .product-item-container .Product-wrapper .member {
                width: 20% !important;
            }
        }

        @media (max-width:450px) {
            .product-item-container .Product-wrapper .member {
                width: 25% !important;
            }
        }

        @media (max-width:377px) {
            .product-item-container .Product-wrapper .member {
                width: 30% !important;
            }
        }

        .product-item-container .Product-wrapper .verfied-Seller {
            color: #0074ba;
        }

        .product-item-container .FetureAdText {
            background-color: #fea502;
            -webkit-clip-path: polygon(18% 0px, 21% 0px, 81.42% 0px, 100% 100%, 70% 100%, 0px 98%, 0px 0px, 7% 0px);
            clip-path: polygon(18% 0px, 21% 0px, 81.42% 0px, 100% 100%, 70% 100%, 0px 98%, 0px 0px, 7% 0px);
            position: absolute;
            top: 0;
            left: 0;
        }

        .product-item-container .top-seller-section {
            position: absolute;
            top: 0;
            left: 0;
            -webkit-transform: translateX(-4%) rotate(0deg) translateY(-1%);
            -ms-transform: translateX(-4%) rotate(0deg) translateY(-1%);
            transform: translateX(-4%) rotate(0deg) translateY(-1%);
        }

        .product-item-container .top-seller-section img {
            margin-top: -0.3rem;
        }

        .product-item-container .top-ad-section .top-ad-text {
            background-color: #fea502;
        }

        .ProductColumn-container {
            width: 100%;
        }

        @media(max-width:576px) {}

        .ProductColumn-container .ProductColumn-wrapper .product-item {
            border-top: 0.5px solid #d4ded9;
            border-bottom: 0.5px solid #d4ded9;
            box-shadow: 0 0 8px 0 #d4ded9;
            border-radius: 4px;
        }

        @media(max-width:1085px) {
            .ProductColumn-container .ProductColumn-wrapper .product-item {
                width: 100% !important;
            }
        }

        .ClassifiedHeader-container {
            width: 100%;
        }

        @media(max-width:992px) {
            .ClassifiedHeader-container .border-grey-this-comp {
                border: 1px solid #0e0e0e26;
            }
        }

        .ClassifiedHeader-container .ClassifiedHeader-wrapper .classified-header-row {
            -webkit-flex-direction: row-reverse;
            -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
        }

        @media(max-width:992px) {
            .ClassifiedHeader-container .ClassifiedHeader-wrapper .classified-header-row {
                -webkit-flex-direction: initial;
                -ms-flex-direction: initial;
                flex-direction: initial;
            }
        }

        @media(max-width:992px) {
            .ClassifiedHeader-container .ClassifiedHeader-wrapper .classified-header-row .search {
                width: 100%;
                margin-bottom: 1rem !important;
            }
        }

        @media(max-width:991px) {}

        .ClassifiedHeader-container .ClassifiedHeader-wrapper .classified-header-row .category {
            padding-right: 0;
        }

        .ClassifiedHeader-container .ClassifiedHeader-wrapper .classified-header-row .location {
            padding-left: 0;
        }

        .ClassifiedHeader-container .ClassifiedHeader-wrapper .search div {
            border: 1px solid #0e0e0e45;
            border-radius: 5px 0px 0px 5px;
        }

        .ClassifiedHeader-container .ClassifiedHeader-wrapper .search div .search--btn {
            background: var(--color-primary);
        }

        @media(min-width:992px) {
            .ClassifiedHeader-container .ClassifiedHeader-wrapper #Filter-icon {
                display: none !important;
            }
        }

        .buynow-container {
            width: 100%;
        }

        @media(min-width:992px) {
            .buynow-container {
                display: none !important;
            }
        }

        .buynow-container img {
            width: 28px;
        }

        .chfHiU {
            width: 100%;
        }

        .chfHiU .ClassfiedPageComp-wrapper .filtercol {
            border: 1px solid #e7edee;
        }

        @media (max-width:992px) {
            .chfHiU .ClassfiedPageComp-wrapper .filtercol {
                display: none;
            }
        }

        @media (min-width:992px) {
            .chfHiU .ClassfiedPageComp-wrapper .filter-icon {
                display: none;
            }
        }

        @media (min-width:1085px) {
            .chfHiU .ClassfiedPageComp-wrapper .col-lg-3 {
                -webkit-flex: 0 0 auto;
                -ms-flex: 0 0 auto;
                flex: 0 0 auto;
                width: 25%;
            }
        }

        @media (min-width:1085px) {
            .chfHiU .ClassfiedPageComp-wrapper .col-lg-9 {
                -webkit-flex: 0 0 auto;
                -ms-flex: 0 0 auto;
                flex: 0 0 auto;
                width: 75%;
            }
        }

        @media(min-width:992px) {
            .chfHiU .ClassfiedPageComp-wrapper .product-col {
                width: 64.666667%;
            }
        }

        .chfHiU .ClassfiedPageComp-wrapper .gogole-ad {
            width: 10.333333%;
        }

        @media(max-width:992px) {
            .chfHiU .dispaly-none-992 {
                display: none;
            }
        }

        .bOTwdq {
            width: 100%;
            margin-top: 8rem;
            --classified-page-width: 85%;
        }

        @media(max-width:768px) {
            .bOTwdq {
                margin-top: 5rem;
            }
        }

        @media(max-width:1000px) {
            .bOTwdq {
                --classified-page-width: 93%;
            }
        }

        .bOTwdq .ClassfiedPage-wrapper {
            width: var(--classified-page-width);
            margin-left: auto;
            margin-right: auto;
        }

        @media(max-width:600px) {
            .bOTwdq .ClassfiedPage-wrapper {
                width: 100%;
            }
        }

        .hEBAwg {
            position: relative;
        }

        .hEBAwg .svg-icon-eye {
            display: none;
            position: absolute;
            top: 0;
            right: 0;
            -webkit-transform: translateY(8px) translateX(-13px) scale(1.31);
            -ms-transform: translateY(8px) translateX(-13px) scale(1.31);
            transform: translateY(8px) translateX(-13px) scale(1.31);
        }

        .gQQFJe {
            width: 100%;
        }

        .hPWyql {
            width: 100%;
        }

        .gQlImP {
            width: 100%;
            min-height: 90vh;
        }

        .gQlImP .LoginPage-wrapper {
            width: 45%;
            box-shadow: -2px 5px 11px 0px #b6a2a2;
            margin-left: auto;
            margin-right: auto;
        }

        @media(max-width:1067px) {
            .gQlImP .LoginPage-wrapper {
                width: 70%;
            }
        }

        @media(max-width:700px) {
            .gQlImP .LoginPage-wrapper {
                width: 94%;
            }
        }

        .gQlImP .LoginPage-wrapper input {
            border: 1px solid gray;
        }

        .gQlImP .LoginPage-wrapper .social-media-container .social .social-media-btn {
            border: 2px solid black;
        }

        .gQlImP .LoginPage-wrapper .social-media-container .social .social-media-btn svg {
            width: 23px;
            height: 23px;
        }

        .gQlImP .LoginPage-wrapper .btn-register:hover {
            color: var(--text-color-primary);
        }

        .gQlImP .active {
            color: #fea502;
            -webkit-text-decoration: underline;
            text-decoration: underline;
        }

        .inoVjj {
            width: 100%;
        }

        .kXOZHk {
            width: 100%;
        }

        .logo-container {
            width: 100%;
        }

        .logo-container .Logo-wrapper {
            width: 100%;
        }

        @media(max-width:900px) {
            .nav-container .NavLeft-wrapper .logo {
                margin-right: auto !important;
                margin-left: auto !important;
                width: 29%;
            }
        }

        @media(max-width:667px) {
            .nav-container .NavLeft-wrapper .logo {
                width: 35%;
            }
        }

        @media(max-width:500px) {
            .nav-container .NavLeft-wrapper .logo {
                width: 42%;
            }
        }

        @media(max-width:900px) {
            .nav-container .NavLeft-wrapper .mobile-nav-open-icon {
                display: -webkit-box !important;
                display: -webkit-flex !important;
                display: -ms-flexbox !important;
                display: flex !important;
            }
        }

        .nav-container .NavLeft-wrapper .nav-left-link {
            border: 1px solid var(--color-white);
            border-radius: 3px;
        }

        .nav-container .NavLeft-wrapper .all-ads {
            border-radius: 3px;
        }

        .nav-container {
            z-index: 8800000;
        }

        .nav-container .Nav-wrapper {
            width: var(--page-content-width);
            margin-left: auto;
            margin-right: auto;
        }

        @media(max-width:900px) {
            .nav-container .Nav-wrapper .nav-left {
                width: 100%;
            }
        }

        @media(max-width:900px) {
            .nav-container .Nav-wrapper .width-800-display-none {
                display: none !important;
            }
        }

        .footer-col {
            width: 100%;
        }

        .footer-col .FooterCol-wrapper {
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
        }

        .footer-col .FooterCol-wrapper .footer-link {
            color: var(--color-primary);
        }

        .easysale-footer-col {
            width: 100%;
        }

        .easysale-footer-container {
            width: 100%;
        }

        .easysale-footer {
            width: 100%;
            background-color: var(--color-grey-2);
            border-top: 2px solid var(--color-green);
        }

        .easysale-footer .Footer-wrapper {
            width: var(--page-content-width);
            margin-left: auto;
            margin-right: auto;
        }

        .mobile-nav-link-text {
            width: 100%;
        }

        .mobile-nav-container {
            width: 100%;
        }

        .mobile-nav-container .MobileNavComp-wrapper .language-list {
            border: 1px solid var(--color-white);
            border-radius: 5px;
        }

        .mobile-nav-container .MobileNavComp-wrapper .language-list .first-lang {
            border-right: 1px solid var(--color-grey);
        }

        .mobile-nav-container .MobileNavComp-wrapper .borttom {
            border-top: 1px solid var(--color-grey);
        }

        .mobile-nav {
            border-radius: 0% 8% 8% 0%;
            background: #424e4e;
            height: 100vh;
            z-index: 8952136515;
            -webkit-transform: translateX(0);
            -ms-transform: translateX(-117%);
            transform: translateX(-117%);
            -webkit-transition: .5s -webkit-transform;
            -webkit-transition: .5s transform;
            transition: .5s transform;
            -webkit-transition: all .2s;
            transition: all .2s;
            position: fixed;
            top: 0;
            left: 0;
        }

        @media(max-width:847px) {
            .mobile-nav {
                width: 53% !important;
            }
        }

        @media(max-width:600px) {
            .mobile-nav {
                width: 68% !important;
            }
        }

        @media(max-width:459px) {
            .mobile-nav {
                width: 75% !important;
            }
        }

        @media (max-width: 847px)
        {
        .iFIMCy {
          width: 53% !important;
        }
        }

        @media (max-width: 600px)
        {
        .iFIMCy {
          width: 68% !important;
        }
        }

        @media (max-width: 459px)
        {
        .iFIMCy {
          width: 75% !important;
        }
        }

        .iFIMCy {
            border-radius: 0% 8% 8% 0%;
            background: #424e4e;
            height: 100vh;
            z-index: 8952136515;
            -webkit-transform: translateX(0%);
            -ms-transform: translateX(0%);
            transform: translateX(0%);
            -webkit-transition: .5s -webkit-transform;
            -webkit-transition: .5s transform;
            transition: .5s transform;
            -webkit-transition: all .2s;
            transition: all .2s;
            position: fixed;
            top: 0;
            left: 0;
          }

        .BottomMobileComp-container {
            width: 100%;
        }

        .BottomMobileComp-container .BottomMobileComp-wrapper .plus-button-background {
            background-color: #ffc800;
            width: 4.7rem;
            height: 4.7rem;
            border-radius: 50%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-align-items: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

        .BottomMobileComp-container .BottomMobileComp-wrapper .plus-button-background .plus-button {
            background-color: #673500;
            width: 2.5rem;
            height: 2.5rem;
            border-radius: 50%;
            color: white;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-align-items: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

        .BottomMobileComp-container a {
            -webkit-transition: all .3s;
            transition: all .3s;
        }

        .BottomMobileComp-container .active {
            color: var(--color-primary);
        }

        .new-footer-wrapper {
            width: 100%;
            position: fixed;
            bottom: 0;
            background-color: #f5f5f5;
            display: none;
        }

        @media(max-width:600px) {
            .new-footer-wrapper {
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
            }
        }

        .new-footer-wrapper .BottomMobile-wrapper {
            width: var(--page-content-width);
            margin-left: auto;
            margin-right: auto;
        }

        .app-container {
            width: 100%;
        }

        .app-container .app-wrapper {
            width: 100%;
            position: relative;
        }

        .app-container .app-wrapper .app-content {
            width: var(--nav-footer-width);
            margin: 0 auto;
        }

        .css-i4bv87-MuiSvgIcon-root {
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            width: 1em;
            height: 1em;
            display: inline-block;
            fill: currentColor;
            -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            -webkit-transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
            transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
            font-size: 1.5rem;
        }

        @media print {
            #ghostery-tracker-tally {
                display: none !important
            }
        }

        .location-modal-pop {
            width: 100%;
        }
    
        .location-modal-pop .PopUp-wrapper {
            height: 92vh;
        }
        .location-modal {
            width: 100%;
        }

        .easy-sale-modal {
            width: 100%;
            height: 100%;
            background: #00000091;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 99999995;
        }
    
        .easy-sale-modal .Overlay-wrapper .mobile-navv {
            -webkit-transition: all .2s;
            transition: all .2s;
        }
    
        @media(max-width:600px) {
            .easy-sale-modal .Overlay-wrapper .mobile-navv {
                width: 48% !important;
            }
        }
    
        @media(max-width:437px) {
            .easy-sale-modal .Overlay-wrapper .mobile-navv {
                width: 60% !important;
            }
        }
    
        @media(max-width:345px) {
            .easy-sale-modal .Overlay-wrapper .mobile-navv {
                width: 70% !important;
            }
        }
    
        @media(max-width:609px) {
            .easy-sale-modal .Overlay-wrapper .overlay-inside-popup {
                width: 92% !important;
            }
        }
    
        @media(max-width:903px) {
            .easy-sale-modal .Overlay-wrapper .overlay-inside-popup-post-ad {
                width: 91% !important;
            }
        }