/**
 * Main YITH WooCommerce Wishlist CSS
 *
 * @author Your Inspiration Themes
 * @package YITH WooCommerce Wishlist
 * @version 1.0.0
 */



/* Popup message */
#yith-wcwl-popup-message {
    background:#fff;
    border: 1px solid #dcd7d7;
    text-transform: uppercase;
    position: fixed;
    text-align: center;
    top: 50%;
    left: 50%;
    z-index: 100000; /* Thanks WP -.- */
	        box-shadow: -1px -1px 4px rgba(0, 0, 0, 0.15);
	   -moz-box-shadow: -1px -1px 4px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: -1px -1px 4px rgba(0, 0, 0, 0.15);
}

#yith-wcwl-message {
    background: #fff url('images/wishlist-added.png') no-repeat 21px 10px;
    padding: 16px 24px 13px 46px;
    margin: 3px;
    border: 1px solid #efefef;
}

/* Wishlist table template */
.wishlist_table {}
.wishlist_table tr td, .wishlist_table tr th, .wishlist_table tr { background: transparent; }
.wishlist_table tr td.product-thumbnail, .wishlist_table tr td.product-name { text-align: left; }
.wishlist_table tr td.product-stock-status span.wishlist-in-stock { color: #297E29; }
.wishlist_table tr td.product-stock-status span.wishlist-out-of-stock { color: #F00; }
.wishlist_table tr td.product-add-to-cart { width:18%; }

/* Wishlist buttons */
.summary .single_add_to_wishlist.button, div.product .woocommerce-price-and-add .single_add_to_wishlist.button { margin: 0px; }
.yith-wcwl-add-to-wishlist { margin-top: 10px; }
.single_add_to_wishlist.button {
    background-image: url('images/heart.png') !important;
    background-position: 8px !important;
    background-repeat: no-repeat !important;
    padding: 0px 10px 0px 35px;
}

.single_add_to_wishlist.button:hover {
    background-color: #868686 !important;
}

.wishlist_table .add_to_cart.button {
    box-shadow: none;
    border: 0px;
    border-radius: 0px;
    cursor: pointer;
    height: auto;
    padding: 8px 10px;
    text-shadow: none !important;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: normal;
    margin-top: 0px;
}


/* Share buttons */
.yith-wcwl-share ul {
    margin-bottom: 10px;
    margin-left: 0px;
}

.yith-wcwl-share ul, .yith-wcwl-share li { height: 21px; }
.yith-wcwl-share li { margin-right: 3px; }

.yith-wcwl-share li a {
    display: inline-block;
    width: 22px;
    height: 22px;
    background-image: url('../images/icons/socials-small/socials-small.png');
}

.yith-wcwl-share li a.facebook  { background-position: -22px bottom; }
.yith-wcwl-share li a.twitter   { background-position:-198px bottom; }
.yith-wcwl-share li a.pinterest { background-position:-110px bottom; }
.yith-wcwl-share li a.googleplus { background-position:-66px bottom; }
.yith-wcwl-share li a.facebook:hover  { background-position: -22px top; }
.yith-wcwl-share li a.twitter:hover   { background-position:-198px top; }
.yith-wcwl-share li a.pinterest:hover { background-position:-110px top; }
.yith-wcwl-share li a.googleplus:hover { background-position:-66px top; }

.yith_magnifier_zoom_magnifier {border-width:1px;}


/* AJAX loading gif */
.yith-wcwl-add-to-wishlist .ajax-loading {
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    display: inline !important;
    margin-left: 5px;
    vertical-align: middle;
    visibility: hidden;
    width: 16px !important;
    height: 16px !important;
}

#sidebar-product-single .product-box .buttons .yith-wcwl-add-to-wishlist { margin-top: 0px; }