/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
.hover-efct {
    position: relative;
    display: inline-block;
}

.hover-efct:before {
    background: url(https://ecom.ayurdacoffee.com/wp-content/uploads/2024/09/color-change.png) 50% no-repeat;
    background-size: cover;
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.4s;
}

.hover-efct:hover:before {
    animation: rotateInfinite 2s linear infinite;
}

@keyframes rotateInfinite {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


.btn-color-black{
	    background-color: #d5d5d5 !important;
}

