/* فونت های سراسری ووکامرس */
.woocommerce, .woocommerce a {
    font-family: "yekan bakh" !important;
}
/* اصلاح ستاره های امتیاز دهی در افزونه گفتگو */
#wpdcom label.fas.fa-star.full {
    font-family: "Font Awesome 5 Free";
}
/* اصلاح فونت افزونه گفتگو */
input#wpd-field-submit-0_0 {
    font-family: "yekan bakh" !important;
}
/*اصطلاح فونت های بولد شده*/
strong, b {  
  font-weight: 800 !important; 
}
/*حذف فضای خالی بخش کامنت ها*/
div#comments {
    margin: 0 !important;
}
/* حذف آواتار بخش کامنت ها */
.wpd-avatar {
    display: none !important;
}
/* حذف اموجی ها از کامنت ها */
img.emoji {
    display: none !important;
}
/*استایل پخش کننده ویدیویی*/
.wp-video {
    width: 100% !important;
}
.custom-video-player {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.custom-video-player video {
    width: 80%;
    border-radius: 15px;
		margin-bottom: 15px;		
}
@media (max-width: 768px) {
    .custom-video-player video {
        width: 100%;
    }
}
/*استایل پخش کننده صوتی*/
.custom-audio-player audio {
  width: 100%;
  border-radius: 50px;
  box-shadow: 0px 0px 4px gray;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .custom-audio-player audio {
    width: 72%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}