/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
.woodmart-navigation .menu#menu-main-menu {
	flex-wrap:nowrap;
}

.owl-stage {
    display: flex;
    align-items: stretch!important;
}
.product-title{
	position:relative;
	bottom: 0;
}
.site-content .align-items-start,

.product-grid-item {
	min-height: 350px;
}

.product-wrapper {
	height: inherit;
}
.product-grid-item .product-element-top{
	display: flex;
    align-items: center;
	height: 224px;
}
.product-grid-item .price{
	position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translateX(-50%);
}
.product-grid-item .product-title{
	overflow: hidden;
    height: 46px;
}
