.hederwant {
  font-weight: bold;
  margin: 10px 0;
  margin-top: 30px; }

.productrecommentmain {
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .productrecommentmain .flexone {
    display: flex;
    justify-content: space-between; }
    .productrecommentmain .flexone .flexone1 {
      display: flex;
      align-items: flex-end;
      gap: 12px; }
      .productrecommentmain .flexone .flexone1 > div:nth-child(1) {
        width: 70px;
        height: 70px; }
        .productrecommentmain .flexone .flexone1 > div:nth-child(1) img {
          aspect-ratio: 1/1;
          object-fit: cover; }
      .productrecommentmain .flexone .flexone1 .ztitle {
        font-weight: bold;
        font-size: 16px; }
      .productrecommentmain .flexone .flexone1 .zprice {
        padding-bottom: 5px; }
    .productrecommentmain .flexone .flexone2 {
      display: flex;
      justify-content: flex-end;
      align-items: flex-end;
      gap: 10px;
      padding-bottom: 5px;
      padding-right: 5px; }
      .productrecommentmain .flexone .flexone2 select {
        border-radius: 32px;
        min-width: 65px; }
  .productrecommentmain .yesorno:after {
    background: #224229;
    border-radius: 50%;
    color: #fcf9f3;
    content: "+";
    cursor: pointer;
    display: block;
    font-size: 20px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    width: 32px; }
  .productrecommentmain .yesorno.activead:after {
    content: "-"; }

.itemwwis {
  position: absolute;
  right: 0;
  z-index: 9999;
  top: 20px;
  right: 20px; }

.itemwwis a, .itemwwis button {
  padding: 0 !important;
  background: transparent !important; }
  .itemwwis a i, .itemwwis button i {
    margin-left: 0px;
    font-size: 20px !important; }

.product-block.product-lists-item img {
  height: 100%;
  object-fit: cover; }

.header-action-item .wishlistp svg {
  margin-top: 9px;
  margin-left: 10px; }
  .header-action-item .wishlistp svg path {
    stroke: #000; }

#onAppWishList_page .product-image.product-img img {
  width: 100%; }

#onAppWishList_page .product-image.product-img {
  position: relative; }

#onAppWishList_page .onAppWishList_remove {
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 22px;
  color: #fff;
  z-index: 999; }

.titleyeuthich {
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 40px; }

.itemwwisproduct a, .itemwwisproduct button {
  background: #90cdde;
  color: white;
  font-weight: bold;
  margin-bottom: 14px;
  padding: 14px;
  text-transform: uppercase; }
