/*
Theme Name: Birlik Kristal
Theme URI: https://seksenyirmi.com
Author: Seksen Yirmi
Author URI: https://seksenyirmi.com
Description: Birlik Kristal by @seksenyirmi
Version: 1.2
*/
.product{
    border:1px solid #f7f7f7;
    padding-top:20px;
    padding-bottom: 20px;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
   filter: grayscale(100%);
   -webkit-transition: .5s ease;
   -o-transition: .5s ease;
   transition: .5s ease;
}
.product:hover{
    -webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
   filter: grayscale(0);
   -webkit-box-shadow: 0px 0px 32px -9px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 32px -9px rgba(0,0,0,0.75);
box-shadow: 0px 0px 32px -9px rgba(0,0,0,0.75);
Copy Text
}
.pimage{
    height: 90px;
    text-align: center;
}
.product-logo{
    height: 100%;
    width: auto;
}
.current-menu-item{
    background: #e7e7e7;
}
.catlist .col-md-12{
    height: 330px !important;
}
.search-box{position:relative}.search-box input{padding-right:35px}.search-box i{position:absolute;right:12px;top:10px}
