<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 08 2024 | 23:35:58 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

body.catalog-view-list .tag_badge {
    position: absolute;
    top: 7px;
	left: 24%;
}
body.catalog-view-list ul.products:not(.swiper-wrapper) li.product .product-thumbnail {
    padding-right: 25px;
    flex: 0 0 auto;
	width: 23%;
}
@media (min-width: 768px) and (max-width: 991px) {
    body .mobile-catalog-toolbar__filter-button.hidden-sm {
        display: block !important;
    }
	body.catalog-view-list .channel_icon {
		bottom: 24px;
        top: unset;
        right: unset;
        left: 25%;
    }
	body.catalog-view-list .short-description.short-description--clamp {
    font-size: 14px !important;
	}

	body.catalog-view-list .channelabel {
    right: 34%;
    text-align: right;
    display: block;
    position: absolute;
    width: auto;
    top: unset;
    bottom: 5px;
}
}


@media (max-width: 767px) {
body.catalog-view-list ul.products:not(.swiper-wrapper) li.product .product-thumbnail {
    padding-right: 5px;
    width: 30%;
}
	body.catalog-view-list ul.products:not(.swiper-wrapper) li.product .product-summary {
    width: 70%;
}
body.catalog-view-list .channel_icon{
    bottom: 5px;
    top: unset;
    right: unset;
    left: 30%;
}

body.catalog-view-list ul.products:not(.swiper-wrapper) li.product .product-summary .woocommerce-loop-product__title {
    order: 1;
    font-size: 18px;
    margin-top: 20px;
    height: auto;
    min-height: unset;
}
body.catalog-view-list .woocommerce-product-details__short-description {
    order: 2;
    min-height: unset;
    height: unset;
        display: block;
}
	
	body.catalog-view-list 	ul.listchannels_card {
	
    display: flex;
	width: 100%;
    position: absolute;
    right: 0px;
        bottom: -16px;
    width: auto;	
	}
body.catalog-view-list .product-actions {
    display: none !important;
}
	

}
</pre></body></html>