/*
Theme Name: Luchiana-Child
Theme URI: https://parkofideas.com/luchiana/
Text Domain: luchiana-child
Description: Cosmetics and Beauty Shop Theme
License: GNU General Public License v2.0 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version: 1.2
Template: luchiana
Author: parkofideas.com
Author URI: https://parkofideas.com
Tags: right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, theme-options, translation-ready
*/


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


.cat-clips img{
    max-height: 60px;
    max-width: 60px;
}

.test-carousel .owl-theme .owl-dots .owl-dot span{
    display: none;
}
/* 
ul.products li.product {
    position: relative;
}

ul.products li.product .hover-image {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity .3s ease;
    width: 100%;
    height: auto;
}

ul.products li.product:hover .hover-image {
    opacity: 1;
}

ul.products li.product:hover .woocommerce-loop-product__link img:first-child {
    opacity: 0;
} */