/* vim: set ts=2 sw=2 sts=2 et: */

/**
 * Copyright (c) 2001-present X-Cart Holdings LLC. All rights reserved.
 * See https://www.x-cart.com/license-agreement.html for license details.
 */

.products .drag-n-drop-handle .snapshot-product
{
  display: none;
}

.products .snapshot-product .drag-n-drop-handle .snapshot-product
{
  display: inline;
}

.products .snapshot-product.out-of-stock .drag-n-drop-handle .out-message
{
  display: none;
}

.products .snapshot-product .product-average-rating {
  display: none !important;
}

.products .snapshot-product .add-to-compare {
  display: none !important;
}

body.snapshot-product .product-details .product-details-info > * {
  visibility: hidden !important;
  display: none;
}

.product-details .product-details-info > div.snapshot-product-title,
  .product-quicklook .product-details-info > div.snapshot-product-title
{
  visibility: visible !important;
  display: inline-block;
  color: #ff6c00;
  border: solid 1px #ff6c00;
  border-radius: 4px;
  padding: 5px;
  margin-bottom: 5px;
  width: 300px;
  text-align: center;
}

.product-quicklook .product-details-info > div.snapshot-product-title {
  width: 250px;
}

body.snapshot-product .product-details .product-details-info > h1,
  body.snapshot-product .product-details .product-details-info > div.product-price,
  body.snapshot-product .product-details .product-details-info > div.product-description
{
  visibility: visible !important;
  display: block;
}

#header-bar .wishlist {
  display: inline-block;
  padding: 2px;
  padding-right: 10px;
  width: auto;
  font-size: 15px;
  color: #ff6c00;
}

div.wishlist a {
  color: #ff6c00;
  padding-left: 3px;
  font-family: Helvetica, Arial, sans-serif;
}

.desktop-header .header-right-bar .wishlist {
  display: none;
}

.desktop-header .account-links .wishlist-link {
  display: inline-block;
}
.desktop-header .account-links .wishlist-link .wishlist-label{
  display: none;
}

@media (max-width: 991px) {
  div.wishlist {
    display: none;
  }
}

.wishlist-send-mail-form {
  position: relative;
  width: 560px;
  margin-bottom: 10px;
  margin-top: 20px;
}

.wishlist-send-mail-form input.email-element {
  width: 300px;
  display: inline-block;
  vertical-align: middle;
}

.wishlist-send-mail-form .check {
  color: #ff6c00;
  position: absolute;
  top: -13px;
  right: 4px;
}

.wishlist-send-mail-form .check.sent:before,
  .wishlist-send-mail-form .check.not-sent:before
{
  display: inline-block;
  font: normal 4em/1 FontAwesome !important;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wishlist-send-mail-form .check.sent:before{
  content: "\f00c";
}

.wishlist-send-mail-form .check.not-sent:before{
  content: "\f05e";
}

.wishlist-send-mail-form button {
  margin-right: 10px;
}

.product-cell .drag-owner a.wishlist-close {
  display: none;
}

a.wishlist-close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  width: 16px;
  height: 16px;
  text-decoration: none;
  color: #bec6d8;
  opacity: 0;
  z-index: auto;
}
.products-table .product-cell a.wishlist-close,
.product-cell:hover a.wishlist-close {
  opacity: 1 !important;
}

td.product-photo a.wishlist-close {
  left: 6px;
  top: 6px;
}

.products-table a.wishlist-close {
  position: relative;
}

.products a.add-to-wishlist {
  text-align: center;
  text-decoration: none;
  color: #ff6c00;
  display: inline-block;
  z-index: auto;
  position: absolute;
  bottom: 40px;
  right: 15px;
  background: transparent;
}

.products-list a.add-to-wishlist {
  left: 0px;
  bottom: -25px;
  position: relative;
}

.products-table a.add-to-wishlist {
  position: relative;
  top: 0px;
  bottom: 0px;
  left: 0px;
}

.mobile_header-account_menu a.wishlist-link i{
  display: none;
}
.mobile_header-account_menu a.wishlist-link{
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}


