/**
 * Theme Name:  CROMA Child - Ultimate Creative WP Theme
 * Theme URI:   http://croma.irontemplates.com/
 * Description: CROMA is a complete solution for everybody in the creative industry. If you are anyone, this theme is for you.
 *
 * Author:      IronTemplates
 * Author URI:  http://irontemplates.com
 *
 * Version:     1.0
 * Template:    croma
 * Text Domain: croma-child
 *
 * License:     GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 *
 */

/* =Theme customization starts here
-------------------------------------------------------------- */

@media only screen and (max-width: 768px) {
  .woocommerce ul.products[class*="columns-"] li.product:nth-child(2n),
  .woocommerce-page ul.products[class*="columns-"] li.product:nth-child(2n) {
    float: none;
    clear: none !important;
  }
  .hidden-mobile {
    display: none;
  }
}



.single-album .buttons-block{
    background: none !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.available-now {
    color: #ffffff !important;
}

.no-background {
    background-color: #00000000 !important;
}

.no-background:hover {
    background-color: #ffffff33 !important;
}


.single-album .single-post.featured {
    background: none;
}
