/**
* Theme Name: Zota Child
* Description: This is a child theme for Zota
* Author: Thembay
* Author URI: https://thembay.com/
* Version: 1.0
* Template: zota
*/


/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */

/*****Removing Add to cart functionalities******/
div#shop-now {
    display: none;
}
.add-cart{
    display: none !important;
}
/*
.product.inner .group-buttons{
    display: none !important;
}
*/

img[data-lazy-src] {
    opacity: 1 !important;
}

