/******************************Código abaixo aplica exclusivamente a página do Produto*****************/


.woocart .widget .widget_shopping_cart_content, .woocart ul li{	display: flex;	flex-direction: column;	align-items: center;	text-align: center;	background-color:#fff;	margin-top:28px;}.woocart a img{	width: 100%;}/* Ícone remover (X) do mini cart */.woocart ul a.remove{	display: inline-flex;	align-items: center;	justify-content: center;	width: 22px;	height: 22px;	background: #e0e0e0;     /* cinza claro */	color: #666;             /* cor do X */	border-radius: 50%;      /* redondo */	font-size: 14px;	font-weight: bold;	margin-bottom: 5px;	transition: background 0.2s ease, color 0.2s ease;}/* Hover */.woocart ul a.remove:hover{	background: #cfcfcf;	color: red;}

/*oculta o sku e categoria*/
/* Product meta */
.content .product .product_meta{
	display:none;
}

/*Preço do produto*/

.content .entry-summary .price{ font-size:19px; font-weight:600; }

/*****************Regas se aplicam em todo o site*********************************************/

 /*Aplica destaque nos produtos em oferta*/
 .onsale{ background: #1f7a4d; 
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	padding: 4px 8px;
	border-radius: 4px;
	text-transform: uppercase;
}