/*
 Theme Name:   B2 Solution
 Description:  B2 Solution Child Theme
 Author:       iOLiteHub
 Author URI:   https://iolitehub.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

.box-style-bg-hover::after {
    opacity: 1 !important;
    background-color: rgba(0, 0, 0, 0.3) !important;
}

.box-style-bg-hover:hover {
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
}
