/*
	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
--------------------------------------------------------------- */


.nm-shop-loop-thumbnail .nm-label-itsnew, .nm-shop-loop-thumbnail .nm-label-itsnew+.onsale{
    height:25px;
    padding:0 8px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:#C7FEDD;
    color:#1C944C;
    border-radius:30px;
    font-size:13px;
    font-weight:500;
    min-width:50px;
}
.nm-shop-loop-thumbnail .nm-label-itsnew+.onsale{
    background:#FFC9C9;
    color:#FF5858;
    margin-top:32px;
}
.nm-banner-slider .nm-banner-link{background:#BE9837 !important; color:#FFF !important; transition:0.2s all !important; height:48px; display:inline-flex; align-items:center; justify-content:center; font-size:16px; font-weight: 500; padding:0 30px; border-radius:10px;}
.nm-banner-slider .nm-banner-link:hover{color:#BE9837 !important; background:#FFF !important;}

.nm-banner-slider .slick-dots li button {background-color:#FFFFFF !important;}
.nm-banner-slider .slick-dots li button:before {
    content: '';
    display: none;
}
.nm-banner-slider .slick-dots li.slick-active button 
{
	border-color:#FFFFFF !important; 
	background-color:transparent !important;
}
