/*
Theme Name:   Bono Child
Theme URI:    https://wordpress.org/themes/twentytwentyone/
Description:  Bono child theme
Author:       WordPress.org
Author URI:   https://wordpress.org/
Template:     bono
Version:      1.0.0
Text Domain:  bono-child
*/

body .article-meta {
	text-align: left;
}

body .page-title {
	text-align: left;
}

/*
* WooCommercd
*/

.shop-item__buttons-one-click-buy {
    margin-top: 10px !important;
}

@media (min-width: 768px) {
    .product-images {
      max-width: 25%;
    }
}

@media (min-width: 768px) {
    body:not(.is-mobile) .shop-item--type-standard .shop-item__buttons {
        visibility: hidden !important;
        opacity: 0 !important;
    }
    body:not(.is-mobile) .shop-item--type-standard:hover .shop-item__buttons {
        visibility: visible !important;
        opacity: 1 !important;
    }
}