/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 21 2023 | 03:31:34 */
.archive h2.woocommerce-loop-product__title {
    text-transform: capitalize !important;
}

.visible-text {
	display: inline;
}

.more-text{
display:none;
margin: 0 0 0.5em;
}

.read-more-btn-para {
	display: inline;
}

.more-text.open-para {
	display: inline !important;
}

#toggle-desc {
	margin: 0;
	color: #69140E !important;
	padding: 0;
    font-size: 14px;
	text-transform: capitalize;
    font-weight: 600;
	margin: 0 0 28px 0;
}

#toggle-desc:hover {
	background-color: #fff;
	color: #000 !important;
}

span.woocommerce-Price-amount.amount {
    top: 0;
}

/*Product Archive page Heading Hidden Here*/
.tax-product_cat .themify_builder_535_row .first.tb-column .category__heading {
 	visibility: hidden;
}

/* .tax-product_cat .term-description {
	display: none;
} */

@media only screen and (max-width: 425px) {
	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
		width: 97%;
		margin: 0 0 1em;
	}
	
	.woocommerce .woocommerce-ordering select {
		width: 100%;
		margin: 0 0 8px 0;
	}
}

@media only screen and (max-width: 650px) {
.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: 97%;
}
}


