/**
 * Theme Name: Five Fishing
 * Description: Blocksy Child theme
 * Author: RT + FF
 * Template: blocksy
 * Text Domain: blocksy
 */

/* CATEGORIE PRODOTTI */
.current-cat a {
    color: var(--linkHoverColor);
}
[data-products=type-2] .woocommerce-loop-category__title {
    margin-bottom: 25px;
	margin-top: 25px;
}
li.product-category img {
	display:none;
}
li.product-category.rt-custom-list {
	background-color:var(--theme-palette-color-6);
	padding:0 10px;
}
li.product-category.rt-custom-list a,
li.product-category.rt-custom-list a:hover {
    text-decoration: none!important;
}
li.product-category.rt-custom-list a h2 {
	text-decoration:none!important;
}
li.product-category.rt-custom-list a:hover h2 {
	color:var(--theme-palette-color-2);
    text-decoration: none!important;
}
ul.rt-custom-list-container {
	margin-bottom:25px;
}

/* PWB */
@media only screen and (min-width:1000px) {
.pwb-single-product-brands {
    padding-top: 0;
    padding-left: 10px;
    float: right;
}
}
.pwb-single-product-brands img {
    max-width:150px;
    border:2px solid var(--theme-border-color);
}

@media only screen and (max-width:999px) { 
	.cky-revisit-bottom-left {
			bottom: 100px!important;
			left: 15px;
	}
}

/* IMMAGINI SU ARCHIVIO PRODOTTI */
li.product,
div.product {
	background:var(--theme-palette-color-8);
}
li.product a.ct-media-container,
div.product a.ct-media-container {
	aspect-ratio: 1 / 1;
	background:var(--theme-palette-color-8);
}
li.product a.ct-media-container img,
div.product a.ct-media-container img {
	object-fit: contain;
}