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

/* PRODUCT IMAGE FIX */
.wd-product .product-image-link {
    height: 240px !important;
    min-height: 240px !important;
    max-height: 240px !important;
}

.wd-product .product-image-link img {
    object-fit: cover;
    object-position: center;
    width: auto !important;
    height: 100%;
}

[class*="title-line-"] .wd-product .wd-entities-title {
    max-height: initial !important;
}

.lang-item a {
    color: #929292 !important;
}
.lang-item a:hover,
.lang-item.current-lang a {
    color: #929292 !important;
}