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

@keyframes shimmer {
	0% {
    -webkit-mask-position: 140% 140%;
    mask-position: 140% 140%;
	}
	100% {
    -webkit-mask-position: -20% -20%;
    mask-position: -20% -20%;
	}
}

.wd-entry-content img {
	margin: auto;
	display: block;
}

header .wd-main-logo img {
	animation: shimmer 3s infinite;
    -webkit-mask: linear-gradient(-60deg, #000 30%, #0005, #000 50%) right / 300% 100%;
    mask: linear-gradient(-60deg, #000 30%, #0005, #000 50%) right / 300% 100%;
}

.wd-product.outofstock img {
	filter: grayscale(1);
}

.wd-gallery-thumb .wd-carousel img {
    width: 150px;
    height: 100px;
    object-fit: cover;
}

.wd-products .wd-product .product-wrapper img {
	height: 260px;
	object-fit: cover;
}

.post hr {
	margin-bottom: 20px;
}

.blog .wd-blog-element .wd-post .entry-thumbnail img {
	height: 300px;
}

.blog .wd-blog-element  .wd-entities-title {
	font-size: 18px;
	font-weight: bold;
}

.whatsapp-inquiry {
	background: #128C7E33;
    color: #075E54;
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
    border-radius: 8px;
    margin: 20px 0 10px 0;
    display: inline-block;
}

@media (max-width: 991px) {
	.wd-products .wd-product .product-wrapper img {
		height: 150px;
	}
	
	.wd-products .wd-product .wd-entities-title {
		font-size: 12px;
	}
}