/*
	Theme Name:   Savoy Child
	Theme URI:    http://themeforest.net/item/savoy-minimalist-ajax-woocommerce-theme/12537825
	Description:  Savoy child theme
	Author:       NordicMade
	Author URI:   http://www.nordicmade.com
	Template:     savoy
	Version:      1.0
*/


/* Child theme CSS
--------------------------------------------------------------- */




.woocommerce-product-gallery__image a img {
    max-width: 100%;
    width: auto;
    max-height: 300px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.nm-shop-loop-thumbnail img{
	max-width: 100%;
	width: auto;
    max-height: 300px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

#nm-widget-panel .product_list_widget li img,
#order_review .shop_table tbody .nm-checkout-product-thumbnail img{
	max-width: 100%;
	width: auto;
    max-height: 75px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.nm-shop-loop-product-wrap .nm-shop-loop-thumbnail{
	height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


#nm-shop-search-close{
    right: 15px;
}

/* Product Taxonomy archive */
.nm-shop-taxonomy-heading {
    padding-top: 50px;
}
.custom-shop-taxonomy-heading-inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
}

.custom-shop-taxonomy-heading-images{    
    flex-shrink: 0;
    display: flex;
    gap: 1rem;
}
.custom-shop-taxonomy-heading-images img{
    width: 120px;
    height: auto;
}


.nm-shop-header {
    padding: 56px 0 76px;
}



@media (max-width: 1080px) {
    .nm-shop-categories li > span {
        display: inline;
    }
    .nm-shop-categories li a {
        margin: 0 17px;
    }
}

@media (max-width: 991px) {
    .nm-shop-header {
        padding: 40px 0;
    }
    .nm-shop-filter-menu li.nm-shop-categories-btn-wrap {
        display: none;
    }
    #nm-shop-categories-wrap {
        display: block;
        opacity: 1;
    }  
}

@media (max-width: 768px) {
    .nm-shop-header .nm-shop-menu .nm-row > div {
        display: flex;
        flex-direction: column-reverse;
    }
    #nm-shop-categories-wrap {
        margin-bottom: 1rem;

    }
    #nm-shop-categories {
        display: flex;
        flex-wrap: wrap;
    }
    .nm-shop-categories li {
        float: none;
        width: auto;
        line-height: inherit;
        margin: 0 0 15px 0;
        padding-bottom: 0;
        border-bottom: none;
        display: flex;
        align-items: center;
    }
    .nm-shop-categories img {
        display: inline-block;
    }
    .nm-shop-categories li:last-of-type, .nm-shop-categories li:last-child {
        margin-bottom: 15px;
    }
}

@media (max-width: 550px) {
    .custom-shop-taxonomy-heading-inner{
        flex-direction: column-reverse;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .custom-shop-taxonomy-heading-images{
        row-gap: 0.5rem;
    }
    .custom-shop-taxonomy-heading-images img{
        width: 90px;
        height: auto;
    }
    .nm-shop-taxonomy-heading h1 {
        font-size: 30px;
    }
}