body{
    background-color: #F6F6F6;

}
.wishlist{
    background-color:#F6F6F6;
}
.wishlist h1{
    font-weight: 600;
    font-size: 3rem;
}
.wishlist h6{
    margin: 1rem auto;
    font-weight: 500;
    font-size: 1rem;
}
.main-col{
    margin-right: 2.5rem;
    margin-top: 1.5rem;
}
.card{
    width: fit-content;
    /* background-color: #F6F6F6; */
    border-radius: 10px;
    border: 0px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
}

.card:hover {
    box-shadow: 0px 0px 10px 0px #FFCB05;
}

.card-img{
    background-color: white;
    border-radius: 10px;
    margin: 1rem;
    width: fit-content;
}
.card-img img{
    height: 10rem;
    width: 10rem;
    margin: 0.8rem;
}
.name-field{
    font-size: 0.8rem;
    margin: 0;
}
.name-field img{
    
    width: 0.8rem;
    position: absolute;
    right: 1rem;
    margin-top: 3px;
}
.plus-icon img{
    width: 0.8rem;
    position: absolute;
    right: 1rem;
    margin-top: 12px;
}

.star-field{
    width: 1rem;
}

.mob-search {
    display: none;
}

.mob-navbar {
    display: none;
}

.mobile-nav {
    display: none;
}

@media (min-width: 350px) and (max-width: 480px) {
    nav {
        display: none !important;
    }

    .mobile-nav {
        width: 100%;
        display: flex;
        height: fit-content;
        padding: 1rem;
        background-color: #FFCB05;
        justify-content: space-between;
        align-items: center;
    }

    .mobile-nav img {
        height: 5rem;
        /* position: absolute; */
        background-color: #FFF;
        border-radius: 50px;
    }

    .mob-search {
        display: flex;
        background-color: #FFFFFF;
        padding: .5rem !important;
        width: 12rem;
        justify-content: space-around;
        border-radius: 10px;
        align-items: center;
        height: fit-content;
    }

    .mob-search input {
        width: 9.5rem;
        border: none !important;
        outline: none !important;
        font-size: .8rem;
    }

    .mob-search span img {
        height: 1rem;
    }

    .search-div {
        width: 90%;
    }

    .search-div h1 {
        font-size: 1rem;
    }

    .mob-navbar {
        bottom: 0;
        padding: .5rem 1rem !important;
        width: 100%;
        position: fixed;
        height: fit-content;
        display: flex;
        background-color:#FFCB05;
        justify-content: space-between;
        z-index: 1;
    }

    .mob-navbar button {
        background: none;
        margin: 0;
        padding: 0;
        border: none;
    }

    .card-row {
        display: flex;
        justify-content: space-around;
        width: fit-content;
        padding: 0 0 2rem;
        height: fit-content;
        margin-bottom: 2rem;
    }

    .main-col {
        width: 47%;
        margin: 0;
    }

    .card-img {
        margin: 0.5rem 1rem;
    }

    .card-img img {
        height: 6rem;
        width: 6rem;
        margin: 0.8rem;
    }

    .card {
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
    }

    .name-field {
        font-size: 0.65rem;
    }

    .name-field img {
        width: 0.7rem;
    }
    
    .star-field {
        width: 0.9rem;
    }

    .plus-icon img {
        width: 0.7rem;
    }

}

@media (min-width: 500px) and (max-width: 700px) {
    nav {
        display: none !important;
    }

    .mobile-nav {
        width: 100%;
        display: flex;
        height: fit-content;
        padding: 1rem;
        background-color: #FFCB05;
        justify-content: space-between;
        align-items: center;
    }

    .mobile-nav img {
        height: 5rem;
        /* position: absolute; */
        background-color: #FFF;
        border-radius: 50px;
    }

    .mob-search {
        display: flex;
        background-color: #FFFFFF;
        padding: .5rem !important;
        width: 15rem;
        justify-content: space-around;
        border-radius: 10px;
        align-items: center;
        height: fit-content;
    }

    .mob-search input {
        width: 9.5rem;
        border: none !important;
        outline: none !important;
        font-size: .8rem;
    }

    .mob-search span img {
        height: 1.2rem;
    }

    .search-div {
        width: 90%;
    }

    .search-div h1 {
        font-size: 1rem;
    }

    .mob-navbar {
        bottom: 0;
        padding: .5rem 1rem !important;
        width: 100%;
        position: fixed;
        height: fit-content;
        display: flex;
        background-color:#FFCB05;
        justify-content: space-between;
        z-index: 1;
    }

    .mob-navbar button {
        background: none;
        margin: 0;
        padding: 0;
        border: none;
    }

    .card-row {
        display: flex;
        justify-content: center;
        width: fit-content;
        padding: 0 0 2rem;
        height: fit-content;
        margin-bottom: 2rem;
    }

    .main-col {
        width: 30%;
        margin: 0;
    }

    .card-img {
        margin: 0.5rem 1rem;
    }

    .card-img img {
        height: 6rem;
        width: 6rem;
        margin: 0.8rem;
    }

    .card {
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
    }

    .name-field {
        font-size: 0.65rem;
    }

    .name-field img {
        width: 0.7rem;
    }
    
    .star-field {
        width: 0.9rem;
    }

    .plus-icon img {
        width: 0.7rem;
    }

}