<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">ul.product-cats li {
    list-style: circle;
    margin-left: 0;
    margin-bottom: 5px;
    text-align: center;
    position: relative;
}


	#trew_archives_layout summary::-webkit-details-marker {
  display: none
	}
	#trew_archives_layout summary:after {
	  background: #194ba0; 
	  border-radius: 5px; 
	  content: "+"; 
	  color: #fff; 
	  float: left;  
	  font-weight: bold; 
	  margin: 0px 5px 0 0; 
	  padding: 0; 
	  text-align: center; 
	  width: 20px;
	}
	#trew_archives_layout details[open] summary:after {
	  content: "-";
	}
	#trew_archives_layout h3 {
	width: 180px;
	margin-top: 0px;
	float: left;
	margin-bottom: 10px;
	}
	 ul.product-cats {
        clear: left;
    }
	
 
@media screen and (min-width:768px) {
 
    ul.product-cats {
        margin-left: 0;
        clear: both;
    }
    ul.product-cats li {
        width: 20%;
        float: left;
    }
    ul.product-cats li:nth-of-type(3) {
        margin-right: 0;
    }
    #trew_archives_layout{
		margin-top: -20px;
		width: 100%;
	} 
	.category h4 {
		margin-top: 5px;
		margin-bottom: 5px;
		font-size: 14px;
	}

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