#eut-loader-overflow {
  display: none !important;
}
.count-likes {
  position: absolute;
  font-size: 10px;
  line-height: 16px;
  height: 16px;
  min-width: 16px;
  display: inline-block;
  padding: 0 2px;
  text-align: center;
  top: -4px;
  right: -5px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  background-color: #d1b297;
  color: #ffffff;
}
#eut-header .eut-menu-options-wrapper {
  min-width: 150px !important;
}
#eut-header .eut-menu-options-wrapper a.fa-shopping-bag {
  margin-left: 0 !important;
  margin-right: 5px;
}
#eut-header .eut-menu-options-wrapper .likes-switch {
  margin: 0;
  float: right;
}
#eut-header .eut-menu-options-wrapper .likes-switch .fa-heart {
  z-index: 2;
  position: relative;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  cursor: pointer;
}
@media (min-width: 769px) {
  #eut-header .eut-menu-options-wrapper .likes-switch .fa-heart {
    padding: 0.5rem 1.25rem;
  }
}
@media (min-width: 769px) {
  #eut-header .eut-menu-options-wrapper .likes-switch .fa-heart {
    padding: 0.5rem 0.5rem 0.5rem 1.25rem;
  }
}
#eut-header .eut-menu-options-wrapper .likes-switch .header {
  text-align: center;
  width: 100%;
  display: inline-block;
  padding: 0 2rem;
}
#eut-header .eut-menu-options-wrapper .likes-switch .likes-container {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.05), 0 10px 10px rgba(0, 0, 0, 0.08);
  z-index: 999;
  position: absolute;
  background-color: #fff;
  right: 0;
  top: 0;
  height: 100vh;
  transform: translateX(100%);
  transition: 0.5s ease;
}
#eut-header .eut-menu-options-wrapper .likes-switch .likes-container.active {
  transform: translateX(0);
  transition: 0.5s ease;
}
#eut-header .eut-menu-options-wrapper .likes-switch .likes-container ul {
  padding: 1rem;
  list-style-type: none;
  border-top: 1px solid #e6e6e6;
  /**
                li {
                    display: flex;
                    flex-flow: row wrap;
                    justify-content: start;
                    align-items: center;
                    border-bottom: 1px solid #e6e6e6;
                    padding:1rem 0;
                    //display: inline-block;
                    img {
                        max-width:5rem;
                        margin-right: 1rem;
                    }
                    a {
                        line-height: 1 !important;
                        margin-left:1rem;
                        &.add_to_cart_button {
                            margin-left: 3rem;
                            padding-top:15px !important;
                        }
                    }
                    .eut-product-btn {
                        @media (in-width:769px) {
                            margin-left:auto !important;
                        }
                    }
                    a:nth-of-type(2) {
                        margin-right: 2rem;   
                    }
                }
                **/
}
@media (min-width: 769px) {
  #eut-header .eut-menu-options-wrapper .likes-switch .likes-container ul {
    padding: 1rem 4rem;
  }
}
.attachment-woocommerce_thumbnail {
  border-radius: 30px;
}
.like-butt {
  position: absolute;
  left: 1rem;
  top: 1rem;
  color: #000 !important;
}
.like-butt span {
  text-align: left !important;
}
.like-butt .fa-heart {
  transition: 0.22s ease;
  color: #000 !important;
}
.like-butt .text {
  opacity: 0;
  display: inline-block;
  transition: 0.3s ease;
  padding-left: 0.5rem;
  font-size: 15px;
}
.like-butt:hover .fa-heart {
  transition: 0.3s ease;
}
.like-butt:hover .text {
  opacity: 1;
  transition: 0.3s ease;
}
#eut-header.eut-light.eut-header-sticky .likes-switch .fa {
  color: #000;
}
#eut-header.eut-light .likes-switch .fa {
  color: #e8e8e8;
}
.page-id-6391 #eut-header.eut-light .likes-switch .fa {
  color: #000;
}
#liked-products ul {
  list-style-type: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 1rem;
  row-gap: 3rem;
  padding: 2rem 0;
  margin-left: 0;
}
@media (max-width: 768px) {
  #liked-products ul {
    grid-template-columns: 1fr;
  }
}
#liked-products ul li {
  position: relative;
  text-align: center;
}
#liked-products ul li > * {
  display: block;
}
#liked-products ul li img {
  width: 100%;
  display: block;
}
#liked-products ul li span {
  display: block;
  margin-top: -2rem;
  color: #000;
  line-height: 1.6;
}
#liked-products ul li .remove-butt {
  position: absolute;
  right: 2rem;
  top: 2rem;
  color: #b7966e;
  z-index: 2;
}
#liked-products ul li .add_to_cart_button {
  display: inline-block;
  padding: 1rem;
  line-height: 1;
}
.likes-switch .likes-container {
  overflow-y: scroll;
}
.likes-switch #liked-products ul {
  grid-template-columns: 1fr;
}
