/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

/**
Video play
 */
.btn-play-video {
    background-image: none !important;
}

.btn-play-video:before {
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    content: "\f101";
    font-family: woodmart-font;
    position: relative;
    top: -2px;
    right: -2px;
    color: black;
}

.single .btn-play-video {
    display: none !important;
}

.video-play-icon {
    opacity: 0 !important;
}

.growtype-video-main-wrapper .video-cover:before {
    position: absolute;
    content: "\f101";
    font-family: woodmart-font;
    width: 60px;
    height: 60px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    font-size: 19px;
    background: white;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #474848;
    text-indent: 4px;
    z-index: 1;
}

.products .growtype-video-main-wrapper .video-cover:before {
    left: 10px;
    right: initial;
    bottom: 45px;
    top: initial;
    width: 40px;
    height: 40px;
}

@media only screen and (max-width: 640px) {
    .products .growtype-video-main-wrapper .video-cover:before {
        display: none;
    }
}
