

/* css start For Woman.html page */
.g-63 {
    height: 238.5px;
    width: 190.7px;
    margin-top: -239px;
    background-color: rgba(255, 255, 255, 0.498);
    opacity: 0;
    transition: opacity 0.3s, transform 0.3s;
    transform: scale(0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1px;
}

.SI-loop {
    background-color: rgba(255, 255, 255, 0.612);
    padding: 10px;
    height: 25px;
    width: 30px;
    margin: 5px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 25px;
    text-align: center;
    box-shadow: 0px 0px 10px rgb(163, 163, 163);
}
.SI-loop:hover {
    background-color: rgba(255, 255, 255, 0.821);
    color: rgb(46, 46, 46);
}
.box:hover .g-63 {
    opacity: 1;
    transform: scale(1);
}
.box:hover .dress-info-div {
    visibility: hidden;
}
.Shoping-image-icon {
    display: flex;
}
/* css end For Woman.html page */

