


.cafexp-popup-video .cafexp-video{
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    position: relative;
    margin-right: 15px;
}
.cafexp-popup-video .cafexp-video svg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--color-theme-secondary);
    font-size: var(--font-size-h3);
    z-index: 3;
    background: var(--color-theme-white);
    padding: 12px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    padding-left: 15px;
}
 .cafexp-video-icon .waves {
    position: absolute;
    top: 50%;
    background: transparent;
    left: 50%;
    width: 25px;
    height: 25px;
    z-index: 1;
    margin-left: -12px;
    margin-top: -12px;
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
}
.cafexp-video-icon .waves:before {
    position: absolute;
    background: var(--color-theme-white);
    margin-left: -12px;
    margin-top: -12px;
    width: 50px;
    height: 50px;
    content: "";
    display: block;
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
    animation: wave-animate 3s infinite ease-out;
}
.cafexp-video-icon .waves:after {
    position: absolute;
    background: var(--color-theme-white);
    margin-left: -12px;
    margin-top: -12px;
    width: 50px;
    height: 50px;
    content: "";
    display: block;
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
    opacity: 0;
    animation: wave-animate 3s 1.5s infinite ease-out;

}
@keyframes wave-animate {
    0% {
      transform: scale(0);
      opacity: 1;
      transform-origin: center;
    }
    100% {
      transform: scale(3);
      opacity: 0;
      transform-origin: center;
    }
  }
.cafexp-popup-video .cafexp-video i{
    font-size: 14px;
}
.cafexp-popup-video .cafexp-video-text{
    display: block;
    text-align: left;
    color:var(--color-theme-white);
    font-size: var(--font-size-h5);
    font-family:var(--highlight-font-family);
    font-weight:var(--font-weight-h5);
    margin-left: 15px;
}
.cafexp-popup-video .cafexp-video-img img
{
    width: 100%;
}
.cafexp-popup-video .cafexp-video-icon{
    display: flex;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50px);
    left: 0;
    right: 0;
    justify-content: center;
}
.cafexp-popup-video.cafexp-popup-video_Style_2  .cafexp-video-icon{
    display: block;
    text-align: center;
}
.cafexp-popup-video.cafexp-popup-video_Style_2 .cafexp-video-icon{
    background: transparent;
}
.cafexp-popup-video.cafexp-popup-video_Style_2 .cafexp-video-icon{
    padding: 0;
}
.cafexp-popup-video.cafexp-popup-video_Style_2 .cafexp-video{
    margin-right: 0;
}
.cafexp-popup-video.cafexp-popup-video_Style_2 .cafexp-video{
    width: 100px;
    height: 100px;
    line-height: 100px;
    background: var(--color-theme-primary);
}
.cafexp-popup-video.cafexp-popup-video_Style_2 .cafexp-video svg{
    color: var(--color-theme-white);
}
.cafexp-popup-video.cafexp-popup-video_Style_2 .cafexp-video svg{
    font-size: var(--font-size-h5);
}
.cafexp-popup-video.cafexp-popup-video_Style_2 .cafexp-video-text{
    font-family:var(--highlight-font-family);
    font-weight:var(--font-weight-h4);
    font-size: var(--font-size-h4);
}
.cafexp-popup-video.cafexp-popup-video_Style_2 .cafexp-video-text{
    text-align:center;
}