.ec-product-inner {
  position: relative;
}
.x__mark {
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 30px;
  cursor: pointer;
  position: absolute;
  right: -16px;
  top: -11px;
  border-radius: 50%;
  z-index: 9999;
  background-color: rgb(186, 194, 201);
  opacity: 0.6;
}

.x__mark:hover {
  opacity: 1;
  background-color: rgb(255, 255, 255);
  color: rgb(238, 113, 113);
  outline: 1px solid rgb(253, 224, 188);
}
.x__mark p {
  font-weight: 900;
  font-size: large;
}
