/**
* Theme Name:        avanam-jewels
* Theme URI:         https://templatemela.com/
* Template:          avanam
* Author:            TemplateMela
* Author URI:        #
* Description:       This is a child theme of Avanam, generated by TemplateMela.
* Version:           1.0.0
* License:           GNU General Public License v3.0 (or later)
* License URI:       https://www.gnu.org/licenses/gpl-3.0.html
* Text Domain:       avanam-jewels
* Requires at least: 6.2
* Tested up to:      6.6
* Requires PHP:      7.4
* Tags: translation-ready, two-columns, right-sidebar, left-sidebar, footer-widgets, blog, custom-logo, custom-background, custom-menu, rtl-language-support, editor-style, threaded-comments, custom-colors, featured-images, wide-blocks, full-width-template, theme-options, e-commerce

*/

.tmcore-sold-incart.tmcore-in-cart, .woosc-btn, .woosw-btn {display:none}
.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder { display: none; }
.woocommerce div.product div.images .woocommerce-product-gallery__image .rsfv-video { width: auto !important; aspect-ratio: inherit; }

.woocommerce ul.products li.product .product-thumbnail .woocommerce-product-gallery__image .rsfv-video { width: auto !important; aspect-ratio: inherit; }

.elementor-1017 .elementor-element.elementor-element-31e1674 .elementor-tab-title { display: none; }

.category-video-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.category-video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 9 / 16;
}
.video-button {
	position: absolute;
	z-index: 1;
	width: 48px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: opacity .4;
}
.category-video-wrap:hover .video-button {
	opacity: 0;
}
@media (max-width: 768px) {
	.video-button {
		display: none;
	}
}