.elementor-widget-video-popup-gt3 .video-popup-wrapper
{
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.elementor-widget-video-popup-gt3 .elementor-widget-container
{
    text-align: center;
}
.gt3-elementor-align-button-right .video-popup__title
{
    margin-right: 20px;
}
.gt3-elementor-align-button-left .video-popup__title
{
    margin-left: 20px;
}
.gt3-elementor-align-button-center .video-popup__title
{
    margin-bottom: 8px;
}
.gt3-elementor-align-button-center .video-popup-wrapper
{
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.gt3-elementor-align-button-left .video-popup__title
{
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}
.gt3-elementor-align-right .video-popup__link
{
    vertical-align: middle;
}
.video-popup__title
{
    font-family: inherit;
    font-size: 14px;
    font-weight: 500;
    line-height: inherit;
    position: relative;
    z-index: 2;
    display: inline-block;
    letter-spacing: .2em;
}
.video-popup__wrapper-link
{
    position: relative;
    z-index: 1;
    display: block;
}
.video-popup__content
{
    position: absolute;
    z-index: 3;
    top: 50%;
    right: 0;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}
.video-popup__link
{
    position: relative;
    z-index: 1;
    display: inline-block;
    box-sizing: border-box;
    width: 66px;
    height: 66px;
    vertical-align: middle;
    border-radius: 50%;
    background-color: currentColor;
}
.video-popup__link>svg
{
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-40%,-50%);
    -ms-transform: translate(-40%,-50%);
    transform: translate(-40%,-50%);
}
.video-popup__link polygon
{
    fill: #fff;
    stroke: #fff;
}
.video-popup-animation
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    display: block;
    width: 126px;
    height: 126px;
    margin: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.video-popup-animation-type1 .video-popup-animation>div
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 5%;
    height: 5%;
    margin: auto;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-name: video_pulse_animation_outside;
    animation-name: video_pulse_animation_outside;
    -webkit-animation-duration: 2.1s;
    animation-duration: 2.1s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    border-radius: 50%;
    box-shadow: 0 0 1px 1px currentColor;
}
.video-popup-animation>div:nth-child(2)
{
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
}
.video-popup-animation>div:nth-child(3)
{
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}
.video-popup-animation>div:nth-child(4)
{
    -webkit-animation-delay: 2.1s;
    animation-delay: 2.1s;
}
@-webkit-keyframes video_pulse_animation_outside
{
    0%
    {
        width: 5%;
        height: 5%;
        opacity: 1;
    }
    to
    {
        width: 100%;
        height: 100%;
        opacity: 0;
    }
}
@-moz-keyframes video_pulse_animation_outside
{
    0%
    {
        width: 5%;
        height: 5%;
        opacity: 1;
    }
    to
    {
        width: 100%;
        height: 100%;
        opacity: 0;
    }
}
@-o-keyframes video_pulse_animation_outside{0%{width:5%;height:5%;opacity:1}to{width:100%;height:100%;opacity:0}}
@keyframes video_pulse_animation_outside
{
    0%
    {
        width: 5%;
        height: 5%;
        opacity: 1;
    }
    to
    {
        width: 100%;
        height: 100%;
        opacity: 0;
    }
}
.video-popup__link .video-popup-animation div>svg
{
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.video-popup-animation-type2 .video-popup-animation>div
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 2px);
    margin: auto;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-name: video_rotate_animation_outside;
    animation-name: video_rotate_animation_outside;
    -webkit-animation-duration: 2.1s;
    animation-duration: 2.1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    border-radius: 50%;
    box-shadow: 0 -3px 0 1px currentColor;
}
@-webkit-keyframes video_rotate_animation_outside
{
    0%
    {
        -webkit-transform: rotate(0deg);
    }
    to
    {
        -webkit-transform: rotate(1turn);
    }
}
@-moz-keyframes video_rotate_animation_outside
{
    0%
    {
        -moz-transform: rotate(0deg);
    }
    to
    {
        -moz-transform: rotate(1turn);
    }
}
@-o-keyframes video_rotate_animation_outside{0%{-o-transform:rotate(0deg)}to{-o-transform:rotate(1turn)}}
@keyframes video_rotate_animation_outside
{
    0%
    {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to
    {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
.elementor-custom-embed-play i:before
{
    opacity: 0!important;
}
.elementor-custom-embed-play i
{
    text-shadow: none!important;
}
.elementor-custom-embed-play
{
    border: 1px solid;
    border-radius: 50%;
}
.elementor-custom-embed-play i:after
{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) currentcolor;
    border-style: solid;
    border-width: 8.5px 0 8.5px 15px;
    margin-left: 2px;
    transition: all .3s;
    opacity: 1;
}
.elementor-custom-embed-play i:hover:after
{
    opacity: .5;
}
.video-popup-animation
{
    color: #fff;
}
.video-popup-wrapper .video-popup__link
{
    transition: all .3s;
}
.video-popup-wrapper:hover .video-popup__link
{
    background: #764ed2!important;
}
.video-popup-wrapper:hover .video-popup-animation
{
    color: #764ed2;
}
.video-popup-wrapper:hover svg polygon
{
    fill: #fff!important;
    stroke: #fff!important;
}
body .gt3-elementor-align-button-left .video-popup__title
{
    margin-left: 10px;
}
.gt3_modern_shop .gt3-elementor-align-center.elementor-widget-gt3-core-videopopup
{
    margin-left: auto;
    margin-right: auto;
}
.gt3_modern_shop .gt3-elementor-align-center.elementor-widget-gt3-core-videopopup .video-popup-wrapper
{
    display: inline-block;
}
.gt3_modern_shop .gt3-elementor-align-center.elementor-widget-gt3-core-videopopup .video-popup-wrapper:hover .video-popup__link
{
    background: #fff!important;
}
.gt3_modern_shop .gt3-elementor-align-center.elementor-widget-gt3-core-videopopup .video-popup-wrapper:hover svg polygon
{
    fill: #1a1d20!important;
    stroke: #1a1d20!important;
}