@font-face {
  font-family: 'matat_icon';
  src:  url('fonts/icomoon.eot?5u08di');
  src:  url('fonts/icomoon.eot?5u08di#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?5u08di') format('truetype'),
    url('fonts/icomoon.woff?5u08di') format('woff'),
    url('fonts/icomoon.svg?5u08di#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="mt-icon-"], [class*=" mt-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'matat_icon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mt-icon-delete:before {
  content: "\e900";
}
.mt-icon-like-fill:before {
  content: "\e901";
}
.mt-icon-like:before {
  content: "\e902";
}

li.product.type-product .matat-wishlist-button-wrap {
    position: relative;
    line-height: 1;
    height: 0;
}

li.product.type-product .matat-wishlist-button,
.matat-wishlist-button.matat-wishlist-remove {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 6;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #000;
    border-radius: 50%;
    transition: 0.3s ease background, 0.3s ease color;
}

/* li.product.type-product .matat-wishlist-button.is_in_wishlist {
    background: #e45c70;
    color: #fff;
} */

li.product.type-product .matat-wishlist-button.is_in_wishlist,
li.product.type-product .matat-wishlist-button:hover,
.matat-wishlist-button.matat-wishlist-remove:hover {
    background: #ffedeb;
    color: #000;
}

li.product.type-product .matat-wishlist-button {
    width: 30px;
    height: 30px;
}

.matat-wishlist-button.matat-wishlist-remove {
    width: 26px;
    height: 26px;
}

.matat-wishlist-button.matat-wishlist-remove i {
    font-size: 12px;
}

.matat-wishlist-button {
    cursor: pointer;
}

.woocommerce-variation-add-to-cart .addcart-btn-wrap .wishlist-button-cotaniner .add_to_wishlist:hover .mt-icon-like:before,
.woocommerce-variation-add-to-cart .addcart-btn-wrap .matat-wishlist-button-wrap .btn-add-wishlist:hover .mt-icon-like:before,
li.product.type-product .matat-wishlist-button:hover .mt-icon-like:before,
.matat-wishlist-button.matat-wishlist-remove:hover .mt-icon-like:before {
  content: "\e901";
}

.matat-wishlist-button i {
    font-size: 16px;
}

.matat-wishlist-button .heart-fill {
    display: none;
}

@media (min-width: 1024px) {
    li.product.type-product .matat-wishlist-button {
        width: 34px;
        height: 34px;
        top: 7px;
        right: 7px;
    }

    .matat-wishlist-button i {
        font-size: 18px;
    }
}

/* .matat-wishlist-button-wrap {
    position: relative;
}
.matat-wishlist-button {
    position: absolute;
    width: 20px;
    height: 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    z-index: 50;
    cursor: pointer;
    background: rgba(255, 255, 255, .8);
    color: #7d7d7d;
    border-radius: 50%;
    text-align: center;
    line-height: 1;
}
.matat-wishlist-button-wrap .mataticon-trashcan:before {
    content: "\e90c";
}
.matat-wishlist-button-wrap .mataticon-heart-o:before {
    content: "\e911";
}
.matat-wishlist-button-wrap .mataticon-heart:before {
    content: "\e912";
} */