        #main{
            /* border: 2px solid red; */
        }

        #box1{
            font-size: 15px;
            /* border: 1px solid black; */
            height: 40px;
            display: flex;
            /* justify-content: center; */
            align-items: center;
        }
        #box1 > a, h6{
            margin: 10px;
        }

        #filter{
            width: 100%;
            height: 30px;
            font-weight: bold;
            padding-left: 20px;
            margin-bottom: 20px;
            border: 2px solid black;
            border-radius: 5px;
            font-size: 15px;
        }
        #divided{
            display: flex;
            /* border: 1px solid black; */
            justify-content: space-between;
            /* height: 100px; */
        }
        #divided h3, h4{
            margin: 5px;
        }
        #divided img{
            height: 300px;
        }

        #d1{
            width: 20%;
            /* border: 1px solid black; */
        }
        #d1 > li{
            border: 1px solid black;
            height: 40px;
            list-style: none;
            margin: 0.8px;
            padding: 15px 0px 0px 50px;
        }
        #d1 > li:hover{
            background-color: rgb(238, 235, 235);
            box-shadow: 8px 8px 5px 0px rgb(95, 95, 98);
            /* border-bottom-left-radius: 10px; */
            /* border-bottom-right-radius: 10px; */
        }
        #d1 > li > a{
            text-decoration: none;
            font-size: 17px;
            font-weight: bold;
            color: black !important;
        }
        #d1 > li > a > button{
            margin-left: 15px;
            border: none;
            background-color: white;
        }


        #d2{
             /* border: 1px solid black; */
             display: grid;
             grid-template-columns: repeat(4, 1fr);
             gap: 15px;
             margin-left: 15px;
        }
        #cloth{
            border: 0.3px solid black;
            /* line-height: 3px; */
            padding: 15px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            border-radius: 5%;
            box-shadow: -3px -3px 5px rgba(255, 255, 255, .5),
            3px 3px 5px rgba(0, 0, 0, .25);
             transition: .3s ease-in-out;
        }
        #cloth:hover{
            box-decoration-break: clone;
            box-shadow: 8px 8px 5px 0px rgb(95, 95, 98);
        }
        #cloth > img{
            width: 100%;
            /* height: 400px; */
            border-radius: 20px;
        }
        #cloth > img:hover{
            zoom: 10px;
        }
        #s2{
            height: 250px;
        }
        #cloth  button{
            width: 100px;
            height: 28px;
            background: #fff;
            box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
            border: none;
            border-radius: 15px;
            background-color: rgb(255, 255, 210);
        } 

#cloth button{
    color: rgb(0, 0, 0);
    font-weight: bold;
    background-color: #ffffff;
    border: 0.5px solid black;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    margin-bottom: 20px;
}

#cloth button:hover{
    box-shadow: 8px 8px 5px 0px rgb(95, 95, 98);
}

.size{
    height: 330px;
}