.mt-8 {
    margin-top: 80px !important;
}
.card.product-card .card-body {
    padding: 8px;
}
.card.product-card .image {
    width: 100%;
    border-radius: 6px;
}
.card.product-card .title {
    font-size: 15px;
    margin: 10px 0 0 0;
    padding: 0 4px;
    font-weight: 500;
}
.card.product-card .text {
    font-size: 11px;
    color: #A1A1A2;
    margin: 0;
    padding: 0 4px 10px 4px;
}
.card.product-card .price {
    margin: 0 0 10px 0;
    padding: 0px 4px;
    display: block;
    font-size: 15px;
    font-weight: 500;
    color: #1E74FD;
}
.btn_porcina{
	background: #a8102b !important;
    border-color: #a8102b !important;
    color: #ffffff !important;
}
a {
    color: #a8102b;
}
.appBottomMenu .item.active i.icon, .appBottomMenu .item.active ion-icon, .appBottomMenu .item.active strong {
    color: #a8102b !important;
}

@media only screen 
   and (max-width : 1600px) {
	   /* Styles here */
	   [data-layout="horizontal"] .page-wrapper {
    
    width: 1600px;
    
}
}


