.product{
	text-align:center;
	width: 16.95%;
	border: solid grey thin;
	border-radius: 2%;
	padding: 1rem !important;
	transition: box-shadow 0.2s;

}

.product:hover{
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4); 
	
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
	
}

.button{
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25)!important;
	transition: all 0.1s ease-in;
}

.button:hover {
	background:orange !important;
	color:white !important;
	box-shadow: none !important;
}




.button:active {
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.25)!important;
}

.woocommerce-loop-product__title{
	text-overflow:ellipsis ;
	overflow:hidden;
	height:7rem !important;
	margin-top:1rem;
	color: #494949;
	/*text-align:center;*/
}


bdi{
	font-size: 1.5rem;
	color:#3671bd;
}


.shop-page-contact{
	text-align: center;
	background: rgb(18,45,119);
	background: -moz-linear-gradient(90deg, rgba(18,45,119,1) 0%, rgba(9,90,121,1) 38%, rgba(24,138,52,1) 96%);
	background: -webkit-linear-gradient(90deg, rgba(18,45,119,1) 0%, rgba(9,90,121,1) 38%, rgba(24,138,52,1) 96%);
	background: linear-gradient(90deg, rgba(18,45,119,1) 0%, rgba(9,90,121,1) 38%, rgba(24,138,52,1) 96%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#122d77",endColorstr="#188a34",GradientType=1);
	margin-bottom: 2rem;
	padding: 1rem;
	color: white;
}

.shop-page-contact > h2 >a {
	color:white;
}

.shop-page-contact > h2 >a :hover{
	color:orange;
}
.filter-content{
	border-top: solid thin #3c87d7;
}

h4:hover{
	color:orange!important;
    /* //#1d64bf  */
	cursor:pointer;
	/*text-shadow: 0px -3px 2px rgba(0,0,0,0.31);*/
}







/*New changes to filter Plugin*/

.filters-container{
 	background:#F5F5F5;
	overflow:hidden;
	overflow-x:scroll;
	border-radius:5px;
	border: solid 2px #e6e3e3;
    border-radius: 5px;
}

.filters-container>form{
	display: flex;
    overflow-y: hidden;
    flex-wrap: nowrap;
    width: 2150px;
    flex-basis: content;
    /*justify-content: space-around;*/
    height: 330px;
    overflow-x: hidden;
    flex-grow: 1;
    font-size: 14px;
	/*overflow-x: scroll;*/
}

.yith-wcan-filter{
	width: 14vw;
    
    width: 310px;
    margin: 20px;
    border: solid thin grey;
    background: whitesmoke;
    padding: 15px;
    border-radius: 5px;
}


.filter-content{
	overflow-y: scroll;
	height:85%;
	font-size: 12px;
}


.filter-items{
	margin: 0.3rem!important;
}



/**/

/*::-webkit-scrollbar {
    width: 12px;
}


::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}


::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(217, 217, 217, 0.8); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(217, 217, 217, 0.8); 
} ***/










































