/**
 * WooCommerce Wishlists
 */
/**
 * Imports
 */
#wl-wrapper.wl-button-wrap {
  padding: 1.618em 0 0 0; }

.wl-add-link {
  padding-left: 0 !important;
  background: none !important; }
  .wl-add-link:before {
    display: inline-block;
    font: normal normal normal 1em/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f004";
    margin-right: 0.5407911001em; }

#wl-wrapper .wl-tabs {
  border-bottom: 0 !important; }
  #wl-wrapper .wl-tabs > li {
    float: none !important; }
    #wl-wrapper .wl-tabs > li > a {
      padding: 1em 1.41575em;
      border: 0 !important;
      margin: 0 !important;
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      background-color: transparent !important; }
    #wl-wrapper .wl-tabs > li.active a {
      box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.1); }

#wl-wrapper .wl-table td {
  padding: 0.875em 1.41575em !important; }
  #wl-wrapper .wl-table td:first-child {
    padding-left: 1.41575em !important; }

#wl-wrapper .wl-table.manage td {
  padding: 0.5407911001em !important; }

#wl-wrapper .wl-meta-share,
#wl-wrapper .wl-share-url {
  border-bottom-color: rgba(0, 0, 0, 0.05); }

.wl-tab-wrap ul.tabs,
.wl-tab-wrap .panel {
  width: 100%;
  margin: 0; }

.wl-tab-wrap ul.tabs li:after {
  display: none !important; }

.button.wl-create-new:before {
  display: inline-block;
  font: normal normal normal 1em/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f067";
  margin-right: 0.5407911001em; }

@media (min-width: 768px) {
  #wl-wrapper .wl-tabs > li a {
    padding-left: 0; }
  #wl-wrapper .wl-tabs > li.active a {
    box-shadow: none; }
  #wl-wrapper .wl-tabs > li.active:after {
    display: inline-block;
    font: normal normal normal 1em/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    display: block !important;
    position: absolute;
    top: 50%;
    height: 1em;
    width: 1em;
    margin-top: -.5em; } }
