/*
	Theme Name:   MN Metal Works
	Theme URI:    
	Description:  Savoy child theme
	Author:       Krali
	Author URI:   http://www.kmi.ro
	Template:     savoy
	Version:      1.0
*/


/* Child theme CSS
--------------------------------------------------------------- */

.nm-catalog-mode .product .summary .price,.nm-catalog-mode .product .summary .stock{
    display:block;
}

.nm-portfolio-grid a .nm-portfolio-item-details.text-color-light h2,
.nm-product-categories.layout-separated .nm-product-category-text .nm-product-category-heading{
    background-color: rgb(0 0 0 / 55%);
    padding-top: 2.5%;
		padding-right:5%;
    margin-top: 2.5%;
    padding-bottom: 2.5%;
		transition: background-color 0.2s ease;
		color: white;
}

.nm-portfolio-grid a:hover .nm-portfolio-item-details h2 {
	background: rgb(0 0 0 / 0%);;
}

.nm-shop-loop-thumbnail {
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.nm-shop-loop-thumbnail-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
}

.nm-shop-loop-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
}

.nm-shop-loop-thumbnail-link:after {
   
}

.product .summary .price .amount{
	color: #0091b2 !important;
}