/*
	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
--------------------------------------------------------------- */
.backorder_notification{
    display: none;
}
.backorder_notification_custom{
    display: block;
    margin-bottom:0px;
}


#nm-widget-panel {

	position: fixed;

    top: 0;

    left: 100%;

	z-index: 1020;

	line-height: 1.2;

    width: 400px;

    height: 80%;

	overflow: hidden;

    -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);

    -webkit-transition: -webkit-transform 0.25s ease; transition: transform 0.25s ease;

	background: #fff;

}

