.pera p {
    margin: 0px!important;
}

/* Header */


.elementor-sticky--effects img{
	max-width: 140px !important;
        transition: 0.7s !important;
		
}

:not(.elementor-sticky--effects) img{
	transition: 0.7s !important;
}

/* button */
.btn:hover path{
    fill: black!important;
}

/* product loop carousel pegination */

.lp-crsl .swiper-pagination-bullet {
    border: 1px solid black!important;
    background: transparent;
}

.lp-crsl .swiper-pagination-bullet-active {
    width: 17px!important;
    height: 17px!important;
    background: #5644C8E5!important;
    border: none!important;
}

.lp-crsl .swiper-pagination-horizontal{
   display: flex!important;
   justify-content: center!important;
   align-items:  center!important;
}

/* audio player */

 .plyr .swp-compact-player {
    display: flex !important;
    flex-wrap: wrap!important;
    width: 100%!important; 
}
.plyr .current_album_name{
	color: black!important;
	width: 100%!important;
	text-align: center!important;
}

.plyr .swp-compact-player  .swp-compact-player-info{
    width: 100%!important;
}

.plyr .swp-compact-player span i {
    color: black;
    display: none!important;
}


.plyr .current_song_name {
  font-family: "Roboto Mono", monospace;
  font-weight: 700;
  font-style: normal; /* 'Bold' is not a valid value — weight handles boldness */
  font-size: 20px;
  line-height: 100%; /* or 1 */
  letter-spacing: 0;
  text-transform: uppercase;
  color: black!important;
}

.plyr .compact-info-bottom{
    display: none!important;
}

.plyr .compact-song-details{
    width: 100%!important;
}

.plyr .compact-song-name{
    text-align: center!important;
}

/*for changing text to listen now*/

.plyr .player_song_name {
  visibility: hidden;
  position: relative;
	

}

.plyr .player_song_name::after {
  content: "LISTEN NOW";
  visibility: visible;
  position: absolute;
  top: 0; 
  left: 0;
	white-space: nowrap!important; 
	
}


/* home page music listing dots */

.hm-lstng .jet-slick-dots li{
    border: 1px solid black!important;
    background: transparent!important;
}

.hm-lstng .jet-slick-dots .slick-active{
    border: none!important;
    height: 17px!important;
    width: 17px!important;
    background: #6757ce!important;
}
