/*
Theme Name:           Flatsome
Theme URI:            http://flatsome.uxthemes.com
Author:               UX-Themes
Author URI:           https://uxthemes.com
Description:          Multi-Purpose Responsive WooCommerce Theme
Version:              3.19.6
Requires at least:    6.4
Requires PHP:         7.4
WC requires at least: 8.3
Text Domain:          flatsome
License:              https://themeforest.net/licenses
License URI:          https://themeforest.net/licenses
*/


/***************
All custom CSS should be added to Flatsome > Advanced > Custom CSS,
or in the style.css of a Child Theme.
***************/


.image-cover{
    padding-top: 50px!important;
    background-size: contain;
    overflow: unset;
}
.image-cover img{
    position: relative!important;
    object-fit: contain;
    transform: scale(1);
    left: 0%;
    border-radius: 10px;
}

.product-small.box:hover .product-title { display: none }
.product-small.box:hover,
.box-image:hover img,
.image-cover:hover img,
.image-cover img:hover{
    transform: scale(1);
    left: 0px;
}
.product-small .box-image {
    overflow: unset!important;
    border-radius: 10px;
}
.box-image[style*=-radius] {
    -webkit-mask-image: unset!important;
}
.agg-num img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
}