@keyframes float {
	0% { 
		transform: translatey(0px);
	}
	50% { 
		transform: translatey(-20px);
	}
	100% { 
		transform: translatey(0px);
	}
}
.product_h:hover .floate{
	animation: float 3s ease-in-out infinite;
}
.product_h:hover {
  color:#fff!important;
}
#ct-header-wrap .ct-header-branding img{
  max-height:130px!important;
    -webkit-filter: drop-shadow(5px 5px 5px #222 );
  filter: drop-shadow(0px 3px 5px #222);
}
#ct-header-wrap #ct-header.h-fixed .ct-header-branding a img{
  max-height:100px!important;
  margin-top:10px!important;
  
}
#pagetitle .page-title{
  text-shadow:2px 2px 0px #000!important;
}
.buybtn_width{ 
  width:185px!important; 
}
.buy_now_style{
            list-style-type: none;
}

.buy_now_style li{
  display:inline!important;
}
.buy_now_style li:nth-child(2){
  margin-left:10px!important;
}