/*!
Theme Name: Kabesan
Theme URI: 
Author: HLH
Description: Description
Version: 1.0.0
*/

.product-single .referents img {
    object-fit: cover;
}

button.btn:hover {
    transform: translateY(-4px);
    color: #fff;
    background-color: #12364D;
}

a.download-btn {
  color: #007bff; 
  text-decoration: none; 
   font-weight: 400;
	text-underline-offset: 5px;
}

a.download-btn:hover {
  color: #12364D;
	 text-decoration: underline;
}

.footer ul a {
  text-decoration: none; 
	text-underline-offset: 3px;
}

.footer ul a:hover {
    color: #12364D;
	text-decoration: underline;
}

.footer .social{
	display: flex;
	align-items: center;
	column-gap: 10px;
}

.footer .social a img{
	height: 25px;
	width: auto;
}

.footer .social a:hover {
	background: #ff001a;
}