a.card.card-fatpig {background-color:#012F56 !important;}
a.card.card-fatpig:hover {background-color:#ffffff !important;}
a .card-title.card-fatpig {color: #ffffff !important;}
a:hover .card-title.card-fatpig {color: #000000 !important;}

.btn-enquiry-fatpig {
  color: #fff;
/*  background-color: #012F56;
  border-color: #012F56;*/
}


a.btn-enquiry-fatpig:hover {color: #000000 !important; background-color:#ffffff !important;}

a.btn-brochure-download{color: #012F56 !important; padding-left: 30px}

.pl-30 {
  padding-left: 30px;
}

.pt-20 {
  padding-top: 20px;
}

.pb-40 {
  padding-bottom: 40px;
}


.product-name {
    color: #343536;
    font-size: 1.5rem;
    font-weight: 600;
}

/* Large desktops and laptops */
@media (min-width: 1200px) {

}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {

}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {

  .table>tbody>tr>td,
  .table>tbody>tr>th {
    border-top: none;
  }
}

/* Portrait phones and smaller */
@media (max-width: 480px) {

.table>tbody>tr>td,
  .table>tbody>tr>th {
    border-top: none;
}

}

