@-webkit-keyframes btn_shine {
    100% {
        left: 200%;
    }
}
@keyframes btn_shine {
    100% {
        left: 200%;
    }
}
.btn-shine {
    line-height: 0;
}

.elementor-widget-button:hover .elementor-button:after {
    -webkit-animation: btn_shine 1.2s ease;
    animation: btn_shine 1.2s ease;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}



ul{
    margin-bottom: 5px;
    margin-top: -5px;

}
@media(min-width:1024px){
.item-mobile{
	display:none !important;
}
}

img {
  pointer-events: none;       
  -webkit-user-drag: none;    
  user-select: none;
}
