.header-item-wishlist a {
  position: relative;
  z-index: 1; }

.wishlist-empty {
  font-size: 1.8rem;
  line-height: 1.438;
  color: #f27568;
  text-align: center; }

.wooler-wishlist-table {
  display: none;
  font-size: 1.6rem;
  line-height: 1.438; }
  .wooler-wishlist-table.table > :not(:last-child) > :last-child > * {
    border-bottom-color: #e0e0e0; }
  .wooler-wishlist-table.footable {
    display: table; }
  .wooler-wishlist-table thead tr th {
    padding: 30px 10px;
    border: none;
    border-bottom: 1px solid #e0e0e0;
    text-align: left;
    color: #565656;
    font-size: 1.6rem;
    line-height: 1.438;
    font-weight: normal;
    text-transform: uppercase; }
  .wooler-wishlist-table tbody tr td.footable-first-visible {
    text-align: center; }
  .wooler-wishlist-table tbody tr td {
    padding: 30px 10px;
    border: none;
    border-bottom: 1px solid #e0e0e0;
    vertical-align: middle;
    position: relative;
    text-align: left; }
    .wooler-wishlist-table tbody tr td .footable-toggle {
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      margin-top: -2px;
      opacity: 1;
      cursor: pointer; }
      .wooler-wishlist-table tbody tr td .footable-toggle:before {
        font-size: 24px;
        color: #4f4f4f; }
  .wooler-wishlist-table tbody .remove-column a i {
    font-size: 22px;
    color: #828282;
    -webkit-transition: color .15s ease;
    transition: color .15s ease; }
  .wooler-wishlist-table tbody .remove-column a:hover i {
    color: #222; }
  .wooler-wishlist-table tbody .product-column .media .thumbnail-inner {
    position: relative;
    width: 85px;
    margin-right: 10px;
    padding-bottom: 120%; }
    .wooler-wishlist-table tbody .product-column .media .thumbnail-inner img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .wooler-wishlist-table tbody .product-column .media .media-content {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .wooler-wishlist-table tbody .product-column .media .media-content .title {
      font-size: 1.6rem;
      color: #4f4f4f;
      font-weight: normal; }
    .wooler-wishlist-table tbody .product-column .media .media-content .toggle-column {
      display: none; }
  .wooler-wishlist-table tbody .price-column .woocommerce-Price-amount {
    color: #565656;
    font-size: 1.6rem;
    line-height: 1.438; }
  .wooler-wishlist-table tbody .action-column {
    text-align: center; }
  .wooler-wishlist-table tbody .footable-detail-row > td {
    padding-top: 0;
    padding-bottom: 0; }
  .wooler-wishlist-table tbody .footable-detail-row .footable-details {
    display: table; }
    .wooler-wishlist-table tbody .footable-detail-row .footable-details th, .wooler-wishlist-table tbody .footable-detail-row .footable-details td {
      padding-top: 10px;
      padding-bottom: 10px;
      border: none;
      text-align: left;
      font-weight: normal; }
    .wooler-wishlist-table tbody .footable-detail-row .footable-details .action-column .btn {
      padding: 5px 15px;
      font-size: 12px; }
  @media (max-width: 767px) {
    .wooler-wishlist-table thead tr th {
      text-align: left; } }

.rtl .stt-single-product .product .summary.entry-summary .wooler-wishlist-button {
  margin-right: 10px;
  margin-left: 0px; }
.rtl .wooler-wishlist-table thead tr th {
  text-align: right; }
.rtl .wooler-wishlist-table tbody .product-column .media .thumbnail-inner {
  margin-left: 10px;
  margin-right: 0px; }
.rtl .wooler-wishlist-table tbody tr td {
  text-align: right; }
.rtl .wooler-wishlist-table tbody tr td.footable-last-visible {
  text-align: left; }
.rtl table > tbody > tr > td > span.footable-toggle.last-column {
  margin-right: 8px;
  float: left;
  margin-left: 0px; }
.rtl .wooler-wishlist-table tbody tr td .footable-toggle {
  left: 0px;
  right: auto; }
.rtl .wooler-wishlist-table tbody .product-column .media .media-content .title {
  text-align: right; }
.rtl .wooler-wishlist-table tbody .footable-detail-row .footable-details th {
  text-align: right; }
.rtl .wooler-wishlist-table tbody .footable-detail-row .footable-details td {
  text-align: left; }

/*# sourceMappingURL=wishlist.css.map */