
 .panel-default>.panel-heading {
    color: #333;
    background-color: #f4f4f4;
    border-color: #ddd;
    box-shadow: 2px 4px 6px 0 #cccccc96;
}
  .pro-list {
    margin-bottom: 7px;
    list-style: disc;
    font-size: 15px;
  }
.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: 14px;
    border: 1px solid #38B8C4;
    border-radius: 0px;
    text-align: center;
    color: #333;
    margin-bottom: 20px;
		box-shadow: 2px 1px 10px #ccc;
}
.filter-button:hover
{
   font-size: 14px;
 
    border-radius: 0px;
    text-align: center;
    color: #ffffff;
    background-color: #1193f99c;

}

.heading-list {
       color: #000;
    font-weight: 700;
	font-size:18px;
    padding: 0px 0px;
    margin: 5px 0px 5px;
}
.btn-default:active .filter-button:active
{
    background-color: #42B32F;
    color: white;
}

.port-image
{
    width: 100%;

}

.gallery_product
{
    margin-bottom: 30px;
}

img .proimg
{
padding: 15px;
}


.alphabtn {
    padding: 2px 10px;
    margin: 2px;
    background: #fff;
    border: 0px;
}

 .alphabtn {
    padding: 10px 17px;
    margin: 2px;
    background: #fff;
    border: 0px;
}
.filter-button {
    font-size: 15px;
 
    text-align: center;
    color: #333;
    margin-bottom: 20px;
    box-shadow: 2px 1px 10px #ccc;
	font-weight:600;
} 


.filter-button:hover {
    font-size: 15px;
    border-radius: 0px;
    text-align: center;
    color: #ffffff;
	border:0px;
 
}

.panel-heading {
    padding: 1px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f4f4f4;
    border-color: #ddd;
    box-shadow: 2px 4px 6px 0 #cccccc96;
}


.dropbtn {
  background-color: #fff;
  color: #000;
 
  font-size: 16px;
  border: none;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 270px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 5px 5px;
    text-decoration: none;
    display: block;
    font-size: 15px;
    text-align: left;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {}
.dropdown {
  position: relative;
  display: inline-block;
}

/*prductgrid*/
 .pro-list
   {
   font-size:16px;
   }
   .panel-heading {
   color: #333;
   background-color: #f4f4f4;
   border-color: #ddd;
   box-shadow: 2px 4px 6px 0 #cccccc96;
   }
   body{
   font-family:rubik;
   }
   .heading-list {
   color: #000;
   font-weight: 600;
   }
   .masonry { /* Masonry container */
   -webkit-column-count: 4;
   -moz-column-count:4;
   column-count: 4;
   -webkit-column-gap: 1em;
   -moz-column-gap: 1em;
   column-gap: 1em;
   margin-top: 1.5em;
   padding: 0;
   -moz-column-gap: 1.5em;
   -webkit-column-gap: 1.5em;
   column-gap: 1.5em;
   font-size: .85em;
   }
   element.style {
   }
   .pro-list {
   margin-bottom: 7px;
   }
   ul li {
   list-style: none;
   /* letter-spacing: 0px; */
   }
   .item {
   display: inline-block;
   /*background: #fff;*/
   width: 100%;
   -webkit-transition:1s ease all;
   box-sizing: border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   /* box-shadow: 2px 2px 4px 0 #ccc;*/
   }
   .item img{max-width:100%;}
   @media only screen and (max-width: 320px) {
   .masonry {
   -moz-column-count: 1;
   -webkit-column-count: 1;
   column-count: 1;
   }
   }
   @media only screen and (min-width: 321px) and (max-width: 768px){
   .masonry {
   -moz-column-count: 2;
   -webkit-column-count: 2;
   column-count: 2;
   }
   }
   @media only screen and (min-width: 769px) and (max-width: 1200px){
   .masonry {
   -moz-column-count: 3;
   -webkit-column-count: 3;
   column-count: 3;
   }
   .grid
   {
   padding-left: 0px;
   padding-right: 0px;
   }
   }
   @media only screen and (min-width: 1201px) {
   .masonry {
   -moz-column-count: 3;
   -webkit-column-count: 3;
   column-count: 3;
   }
   }
   .product-all
   {
   font-size:15px;
   list-style: square;
   }
   .heading-list {
   color: #000;
   font-weight: 500;
   }
   .pro-list
   {
   margin-bottom:7px;
   }
   .product-all {
   font-size: 14px;
   list-style: square;
   }
   .panel-default {
   border-color: #ddd;
   }
   .pro-list {
   margin-bottom: 7px;
   list-style: disc;
   }
   .panel-default 
   {
   border-color: #ddd;
   }
   .panel {
   margin-bottom: 20px;
   background-color: #fff;
   border: 1px solid #e6e0e0c7;
   border-radius: 4px;
   -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
   box-shadow: 0 1px 1px rgba(0,0,0,.05);
   }
   .panel-body{
   padding: 20px;
   padding-left: 30px;
   }
   .panel-default>.panel-heading {
   color: #333;
   background-color: #efebeba8;
   border-color: #ddd;
   box-shadow: 2px 2px 4px 0 #ccc;
   }
   .panel-heading
   {
   background-color: #efebeba8;
   border-color: #ddd;
   box-shadow: 2px 2px 4px 0 #ccc;
   }
   .panel-default>.panel-heading {
   color: #333;
   background-color: #f4f4f4;
   border-color: #ddd;
   box-shadow: 2px 4px 6px 0 #cccccc96;
   }
   .headalpha
   {font-weight: 600
   }
   .alphaback
   {  background-color: #f4f4f4;
   }