.clothingtype{
    display: flex;
    justify-content: center;
}

.clothingtye {
    height: 30%;
    width: 30%;
    padding-top: 7.5%;
}

.collection {
    background-color: #ffffff00;
    display: flex;
    justify-content: center;
    align-items: top;
    margin: 105px auto;
    height: 35vh;
    width: 100%;
    border-radius: 10px;

}

.item {
    background-color: #ffffff00;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 105px auto;
    height: 10vh;
    width: 15%;
    border-radius: 10px;
    opacity: 100%

}

.fonybelt {
    justify-content: flex;
    height: 25vh;
    width: 100%

}

.tee1 {
    justify-content: flex;
    height: 25vh;
    width: 100%
}

.tee2 {
    justify-content: flex;
    height: 25vh;
    width: 100%
}

.tee3 {
    justify-content: flex;
    height: 25vh;
    width: 100%
}

.fonyhoodie {
    justify-content: flex;
    height: 25vh;
    width: 100%
}

.jean {
    justify-content: flex;
    height: 25vh;
    width: 100%
}

.jean2 {
    justify-content: flex;
    height: 25vh;
    width: 100vw;
}

.jean3 {
    justify-content: flex;
    height: 25vh;
    width: 80%;
}

.jean4 {
    justify-content: flex;
    height: 25vh;
    width: 80%;
}

.collectiontext {
    align-content: center;
    font-family: scribble;
}

@font-face {
    font-family: scribble;
    src: url(../Fonts/Scribbles-Regular.ttf);
}

body {
    background-image: url(../Images/FOnyWebPattern.png);
    height: 125vh;
    margin: auto;
    background-color: rgb(197, 197, 197);
}

.NavBar {
    background-color: rgb(124, 124, 124);
    height: 95px;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    border-bottom: 3px solid rgb(255, 158, 218);
    box-shadow: 3px 3px 4vh rgb(255, 205, 236);
    align-items: left;
    z-index: 1000;
}

.Nav-logo {
    position: absolute;
    left: 4%;
    top: 50%;
    transform: translate(-50%, -50%);
}


.Star  {
    height: 75px;
    padding-top: 5px;
}



.Links {
    padding-top: 25px;
    gap: 40px;
    list-style: none;
    display: flex;
    justify-content: center;
}

.Links li {
    position: relative;
}

li a {
    color: rgb(255, 255, 255);
    text-decoration: none;
    font-family: scribble;
    font-weight: 900;
    font-size: 30px;

}

li a:hover {
    text-decoration: underline;
    color: rgb(255, 158, 218);
    text-shadow: 3px 3px 4vh rgb(253, 194, 231);
}

.ShopCart {
    position: absolute;
    left: 93%;
    padding-bottom: 3%;
    transform: translate(-50%, -50%);
}

.Cart {
    height: 40px;
}

.ShopCart img:hover {
    content: url(../Images/pinkcart.png);
    filter: drop-shadow(0 0 10px rgb(255, 208, 245)) drop-shadow(0 0 20px rgb(255, 212, 249));
}

.searchicon {
    position: absolute;
    left: 85%;
    padding-bottom: 3%;
    transform: translate(-50%, -50%);
}

.searchicon img:hover {
    content: url(../Images/searchpink.png);
    filter: drop-shadow(0 0 2vh rgb(252, 210, 243)) drop-shadow(0 0 4vh #ffd3f9);
}

.search {
    height: 40px;
}

.clothinglink {
    padding-top: 100px;
    gap: 40px;
    list-style: none;
    display: flex;
    justify-content: center;
    font-family: scribble;
    font-size: 30px;
    font-weight: bold;
}

.newclothes {
    background-color: #fa000000;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 105px auto;
    height: 10vh;
    width: 100%;
    border-radius: 10px;
    opacity: 100%;
    gap: 10px;
}

.newtees {
    background-color: #f0f0f000;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 105px auto;
    height: 10vh;
    width: 85%;
    border-radius: 10px;
    opacity: 100%;
}

.newpants {
    background-color: #ffffff00;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 105px auto;
    height: 10vh;
    width: 100%;
    border-radius: 10px;
    opacity: 100%;
    gap: 10px;
}

.row2 {
    background-color: #fa000000;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 105px auto;
    height: 10vh;
    width: 100%;
    border-radius: 10px;
    opacity: 100%;
    gap: 10px;
}

.jean5 {
    justify-content: flex;
    height: 25vh;
    width: 80%;
}

.hoodie2 {
    justify-content: flex;
    height: 20vh;
    width: 80%;
}

.jean6 {
    justify-content: flex;
    height: 25vh;
    width: 80%;
}

.hoodie3 {
    justify-content: flex;
    height: 20vh;
    width: 80%;
}

.itemlisting .product img{
    width: 90%;
    filter: drop-shadow(0, 50px, 20px #0009);
}