/*
Theme Name:         Furnicom Child Theme
Theme URI:          http://flytheme.net/
Description:        SW Furnicom is a responsive WooCommerce WordPress theme with clean, modern design and a a complete set of eCommerce features.
Author:             Flytheme
Author URI:         http://flytheme.net/
Template:    	    furnicom
Version:            1.5.2
License:            GNU General Public License v2 or later
*/

@media screen and (max-width:569px) {
    .nomob {
        display:none;
    }
}


.add_to_wishlist span { /* Внешний вид нашего тултипа */
	background-color: rgba(0,0,0, 0.8);
    border-radius: 15px 15px 0px 15px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
    color: #fff;
    margin-left: 2px;
    margin-top: -28px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    text-decoration: none;
    visibility: hidden;
    width: 100px;
    z-index: 10;
    right: 0;
    text-indent: 0;
    transition: all 0.4s ease-in-out;
}
		
.add_to_wishlist:hover span { /* По hover отображаем тултип */
	opacity: 1;
	visibility: visible;
}
