/*
	Theme Name:   Savoy Child
	Theme URI:    http://themeforest.net
	Description:  Savoy child theme
	Author:       NordicMade
	Author URI:   http://www.nordicmade.com
	Template:     savoy
	Version:      1.0.1
*/


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

/* Alex- 22AUG2016 */
@media all and (max-width:767px) {
    .nm-footer-bar .menu > li > div,
    .nm-footer-bar .menu > li > a {
        text-align: center
    }
}

/* Alex- 06SEP2016 */
.kst_product_boxed_border > #nm-header .nm-header-inner::after {
	display: none!important;
}

.nm-header-inner .nm-row .nm-header-logo {
	top:0;
	margin-top: 25px;
}
.nm-header-inner .nm-row.hovered .nm-header-logo {
	top: 0;
}
.nm-header-logo a {
	text-align: center;
}

.nm-coupon-wrap {
	width: 100%;
	margin-bottom: 10px;
	padding: 15px 21px 14px;
	border: 1px solid #e5e5e5;
	background: #fafafa;
}

@media all and (max-width:500px) {

}


@media all and (max-width: 400px) {
	.nm-coupon-wrap {
		padding-right: 15px;
		padding-left: 15px;
	}
}

