    
.gallery-title
{
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}
.filter-button
{
    font-size: 18px !important;
    border: 1px solid #FD2E2E !important;
    border-radius: 5px !important;
    text-align: center !important;
    color: #FD2E2E !important;
    margin-bottom: 30px !important;
	background-color: white !important;
}
.filter-button:hover
{
    font-size: 18px !important;
    border: 1px solid #FD2E2E !important;
    border-radius: 5px !important;
    text-align: center !important;
    color: #ffffff !important;
    background-color: #FD2E2E !important;

}
.btn-default:active .filter-button:active
{
    background-color: #FD2E2E !important;
    color: white !important;
}



.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 30px;
}

.main-section{
    background-color: #f1f1f1;
    padding: 20px;
    margin-top:25px;
}
.product{
    margin-bottom:5px;
}
.product-part{
    margin:0px;
    border:1px solid #DDDDDD;
    background-color: #fff;
    /*padding-bottom: 20px;*/
	height: 320px;
}
.img-section{
    padding: 0px;
}
.img-section img{
    width: 100%;
	height: 200px;
}
.product-description h1{
    margin:0px;
    color:#4C4C4C;
    font-size:23px;
    padding: 2px 0px;
}
.product-description{
    padding: 1px 5px;
}
.product-description p{
    color:#848484;
}
.product-cart p{
    font-size:20px;
    color:#4C4C4C;
}
.product-add-cart a{
    border-radius:0px;
    font-size: 11px;
}



.mysubtitle h5 {
  font-size: 15px;
  color: #0c2e8a;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  padding-bottom: 10px;
}

.mysubtitle h5::before {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 2px;
  background: #FD2E2E;
  bottom: 0;
  left: 0;
}