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

/**
 * Styles
 *
 * Copyright (c) 2011-present Qualiteam software Ltd. 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: #9cffe4;
  border: solid 1px #9cffe4;
  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: #9cffe4;
}

#header-bar .wishlist a {
  color: #9cffe4;
  padding-left: 3px;
  font-family: Helvetica, Arial, sans-serif;
}

.desktop-header ul.account-links li.wishlist-link {
  display: none;
}


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

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

.wishlist-send-mail-form .button {
	margin-top: 0;
}

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

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

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

.product-cell 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: 99999;
}

.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;
}

div.products a.add-to-wishlist {
  text-align: right;
  text-decoration: none;
  color: #9cffe4;
  display: inline-block;
  z-index: 1000;
  position: absolute;
  bottom: 40px;
  right: 15px;
}

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

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