File: D:/HostingSpaces/ERijn/knijft.eu/wwwroot/wp-content/themes/cheope/woocommerce_2.0.x/wishlist.css
/**
* Main YITH WooCommerce Wishlist CSS
*
* @author Your Inspiration Themes
* @package YITH WooCommerce Wishlist
* @version 1.0.0
*/
#yith-wcwl-form h2 { margin-left: 20px; }
/* 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; }
.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; font-size: 20px; vertical-align: -3px; }
.single_add_to_wishlist.button {
padding: 0px 10px;
}
.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;
padding: 0px 10px;
text-shadow: none;
text-transform: uppercase;
font-size: 11px;
color: white;
font-weight: normal;
margin-top: 0px;
}
.wishlist_table .add_to_cart.button:hover {
background-color: #868686 !important;
}
/* Share buttons */
.yith-wcwl-share { margin-left: 20px; }
.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 {
background-position: left bottom;
display: inline-block;
width: 22px;
height: 22px;
}
.yith-wcwl-share li a:hover { background-position: left top; }
.yith-wcwl-share li a.facebook { background-image: url(../images/icons/small-socials/facebook.png ); }
.yith-wcwl-share li a.twitter { background-image: url(../images/icons/small-socials/twitter.png ); }
.yith-wcwl-share li a.pinterest { background-image: url(../images/icons/small-socials/pinterest.png ); }
.yith-wcwl-share li a.googleplus { background-image: url(../images/icons/small-socials/google.png ); }
/* 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;
}