/**
 * Main YITH WooCommerce Wishlist CSS
 *
 * @author Your Inspiration Themes
 * @package YITH WooCommerce Wishlist
 * @version 1.0.0
 */


.summary .product_meta { margin-top: 45px; }

/* Popup message */
#yith-wcwl-popup-message {
    background: white;
    border: 1px solid #CCC;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    line-height: 50px;
    padding: 15px;
    position: fixed;
    text-align: center;
    top: 50%;
    left: 50%;
    z-index: 10000; /* Thanks WP -.- */
}

/* Wishlist table template */
.wishlist_table {}

.wishlist_table tr td { text-align: center; padding: 5px; vertical-align: middle; }
.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 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; }
.yith-wcwl-add-button > a i, .wishlist_table .add_to_cart.button i { margin-right: 10px; }
.wishlist_table .add_to_cart.button { margin: 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, .entry-content .yith-wcwl-share li { margin-left: 0px; margin-right: 3px; }

.yith-wcwl-share li a {
    background-position: left bottom;
    display: inline-block;
    width: 21px;
    height: 21px;
}

/* 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;
}

.yith-wcwl-add-to-wishlist {
    margin: 0 0 10px 0;
}

.add_to_wishlist,
.add_to_wishlist:hover {
    color: #fff!important;
}

.yith-wcwl-add-button,
.yith-wcwl-wishlistaddedbrowse,
.yith-wcwl-wishlistexistsbrowse {
    
    background-color: #F5F5F5;
    background-image: linear-gradient(to bottom, #FFFFFF, #E6E6E6);
    background-repeat: repeat-x;
    border-color: #CCCCCC #CCCCCC #B3B3B3;
    border-image: none;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10;
    padding: 4px 12px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    
    position: relative;
    top: -4px;
    
    background: #358f64;
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #fff;
    text-shadow: 0 0 4px rgba(6,6,6,0.64);
    font-weight: bold;
    width: 194px;
}

.yith-wcwl-wishlistaddedbrowse > a,
.yith-wcwl-wishlistexistsbrowse > a {
    color: #86ae0f;
}

.wishlist_table .product-name {
    font-weight: bold;
}

.wishlist_table .add_to_cart,
.btn-wishlist-remove {
    background: #358f64;
    display: block;
    padding: 5px 12px;
    border-radius: 5px;
    color: #fff;
    text-shadow: 0 0 4px rgba(6,6,6,0.64);
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 16px;
}

.wishlist_table .add_to_cart:hover,
.btn-wishlist-remove {
    background: #86ae0f;
}

.btn-wishlist-remove:hover {
    background: #358f64;
    color: #fff;
}

/*
.yith-wcwl-add-button:before {
    position: absolute;
    font-family: FontAwesome;
    left: 8px;
    font-size: 10px;
    color: #fff;
    content: "\F067";
}
*/