body .ui-dataview .ui-dataview-content {
    border: 0 none;
    background: none;
    color: #495057;
    padding: 1rem;
}

.ui-dataview .ui-dataview-header .ui-dataview-layout-options {
	float: right;
	display: none;
}

body .ui-dataview .ui-dataview-header, body .ui-dataview .ui-dataview-footer
	{
	background: none;
	color: none;
	padding: none;
	font-weight: none;
	border: none;
}

.tn-card {
	padding: 2rem;
	margin-bottom: 2rem;
}

.product .product-grid-item .product-price {
    font-size: 1.5rem;
    font-weight: 600;
}

.product .product-grid-item .product-grid-item-top, .product .product-grid-item .product-grid-item-bottom
	{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.product .product-grid-item .product-grid-item-content {
	text-align: center;
/* 	max-height: 200px; */
	
}

.product .product-grid-item .product-grid-item-content img {
    width: 150px;
    height: 150px;
    position: static;
}

.product .product-name {
	font-size: 1rem;
	font-weight: 700;
}

.product .product-description {
	margin: 1rem 0 1.5rem 0;
	font-size: 1rem;
}

.ui-datatable thead th, .ui-datatable tbody td, .ui-datatable tfoot td, .ui-datatable tfoot th {
    border-width: none;
    border-style: none;
}

.tn-float-button-whatsapp {
	position:fixed;
	width:50px;
	height:50px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
      align-items: center;
}

.tn-float-button {
	margin-top:12px;
}

.tn-input-text-cart{
	margin-bottom: 10px;
}

.ui-selectonemenu-panel.hideDisabled .ui-selectonemenu-item.ui-state-disabled {
    display: none;
}
