/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
.widget .product-categories li.current-cat a {
	color:var(--wd-primary-color);
}
.wd-product:hover .pinterest-for-woocommerce-image-wrapper {
	opacity: 1;
	visibility: visible;
}
.wd-product .wrap-price .pinterest-for-woocommerce-image-wrapper {
	position: static;
	margin-left: auto;
}
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
	color:var(--wd-primary-color);
}
html.overflow {
	overflow:hidden;
}
.wd-single-brands.wd-style-shadow a {
	color:#C7E3D0;
}
@media screen and (min-width:992px) {
.wcpay-express-checkout-wrapper {
	display: flex;
	gap:16px;
	flex-direction: row;
	margin-right: -55px;
	width:calc(100% + 55px);
}
.wcpay-express-checkout-wrapper #wcpay-express-checkout-element.is-ready:not(:first-child) {
	margin:0;
}
.wcpay-express-checkout-wrapper wc-order-attribution-inputs {
	display: none;
}

}
.wd-el-hook {
	display: none;
}
.woocommerce-mini-cart__buttons {
	display: flex !important;
	gap:16px;
}
.woocommerce-mini-cart__buttons > * {
	margin:0 !important;
}
.woocommerce .type-product .wcpay-express-checkout-wrapper {
	margin-bottom: 0 !important;
}
.wd-product:not(.wd-hover-small) .product-image-link {
	aspect-ratio: 1/1;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media screen and (max-width:767px) {
	.pinterest-for-woocommerce-image-wrapper {
		width: 100%;
	}
}