#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 (max-width: 768px) { .desktop-menu {
display: none; }
.mobile-menu {
display: block; }
} @media (min-width: 768px) {
html body #toTop {
bottom: 50px;
right: 20px;
}
}