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

.wd-prefooter {padding-bottom:0px !important;}

/* Hide play button on product pages */
.single-product .play-btn,
.single-product .video-play-btn,
.single-product .woodmart-video-btn,
.single-product .product-video-button {
    display: none !important;
}

/* If it's in the product gallery */
.single-product .woocommerce-product-gallery .play-btn {
    display: none !important;
}

/* For 360° view or other interactive elements */
.single-product .woodmart-threed-view .play-btn {
    display: none !important;
}

.custom-hide-read .box-btn-hover .info-btn-wrapper {
	display:none !important;
}

.wd-footer {
	border-top: 1px solid #000 !important;
}