/* Bedsheet-Z96 */

.Bedsheet-Z96 {
  float: left;
  padding-left: 30px;
  padding-right: 5px;
  padding-bottom: 15px;
}

.content-div-Z96 {
  background-image: url("/Assests/Products/Bedsheets/Z96/Z96.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.content-div-Z96:hover {
  background-image: linear-gradient(
      to right,
      rgba(126, 213, 111, 0.801),
      hsla(160, 64%, 43%, 0.801)
    ),
    url("/Assests/Products/Bedsheets/Z96/Z96.jpeg");
}

.image-cover-Z96 {
  height: 260px;
}

.content-div-Z96:hover .fd-cl {
  opacity: 0.1;
}
.content-div-Z96:hover .fd-sh {
  opacity: 1;
}

/* Bedsheet-Z96*/

/* Bedsheet-Z97 */

.Bedsheet-Z97 {
  float: left;
  padding-left: 30px;
  padding-right: 15px;
  padding-bottom: 15px;
}

.content-div-Z97 {
  background-image: url("/Assests/Products/Bedsheets/Z97/Z97.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.content-div-Z97:hover {
  background-image: linear-gradient(
      to right,
      rgba(126, 213, 111, 0.801),
      hsla(160, 64%, 43%, 0.801)
    ),
    url("/Assests/Products/Bedsheets/Z97/Z97.jpeg");
}

.image-cover-Z97 {
  height: 260px;
}

.content-div-Z97:hover .fd-cl {
  opacity: 0.25;
}
.content-div-Z97:hover .fd-sh {
  opacity: 1;
}

/* Bedsheet-Z97 */

/* Bedsheet-Z98 */

.Bedsheet-Z98 {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
}

.content-div-Z98 {
  background-image: url("/Assests/Products/Bedsheets/Z98/Z98.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.content-div-Z98:hover {
  background-image: linear-gradient(
      to right,
      rgba(126, 213, 111, 0.801),
      hsla(160, 64%, 43%, 0.801)
    ),
    url("/Assests/Products/Bedsheets/Z98/Z98.jpeg");
}

.image-cover-Z98 {
  height: 260px;
}

.content-div-Z98:hover .fd-cl {
  opacity: 0.25;
}
.content-div-Z98:hover .fd-sh {
  opacity: 1;
}

/* Bedsheet-Z98 */

/* Bedsheet-Z99 */

.Bedsheet-Z99 {
  float: left;
  padding-left: 30px;
  padding-right: 5px;
  padding-top: 15px;
}

.content-div-Z99 {
  background-image: url("/Assests/Products/Bedsheets/Z99/Z99.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.content-div-Z99:hover {
  background-image: linear-gradient(
      to right,
      rgba(126, 213, 111, 0.801),
      hsla(160, 64%, 43%, 0.801)
    ),
    url("/Assests/Products/Bedsheets/Z99/Z99.jpeg");
}

.image-cover-Z99 {
  height: 260px;
}

.content-div-Z99:hover .fd-cl {
  opacity: 0.25;
}
.content-div-Z99:hover .fd-sh {
  opacity: 1;
}

/* Saree-R99 */

/* Border */
.border-Bedsheet {
  height: 4px;
  width: 330px;
  border-radius: 10px;
  background-color: red;
}
