/*!
Theme Name: Paletto
Theme URI: https://www.templatemonster.com/vendors/zemez
Author: Zemez
Author URI: https://zemez.io/
Description: Paletto theme.
Template: kava
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: paletto
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
DocumentationID: paletto
Template Id: prod-25518
*/

#toTop {
	cursor: pointer;
}


html body .woocommerce-product-gallery__trigger {
    background-color: #fff;
    color: #000;
}

html body .woocommerce-product-gallery__trigger:hover {
    background-color: #000;
    color: #fff;
}


@media (min-width: 768px){
html body #toTop {
    bottom: 50px;
    right: 20px;
}
}