/*!
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;
}

.single_add_to_cart_button{
 	    background-color: #1D1C21!important;
}

.single_add_to_cart_button:hover{
    background-color: #FB9DAB!important;
}

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

html body .woocommerce-product-gallery__trigger:hover {
    background-color: #000;
    color: #fff;
}
.wc-bulk-variations-table-wrapper img:hover {
 cursor: pointer;
}


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

	   