/*
 Theme Name: Divi Child by Web Creare
 Theme URI: https://scontaocchiali.it/
 Description: Divi Child Theme
 Author: Elegant Themes
 Author URI: https://www.elegantthemes.com
 Template: Divi
 Version: 1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */

.woocommerce-product-gallery .flex-direction-nav {
    display: block;
}
.woocommerce-product-gallery .flex-direction-nav a {
    opacity: 1;
    width: 42px;
    height: 42px;
    background: rgba(0,0,0,.55);
    border-radius: 50%;
    text-indent: 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.woocommerce-product-gallery:hover .flex-direction-nav a {
    opacity: 1;
}