/**
* 2007-2019 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2019 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/
.nm-container {
    background: #9ca3db;
    text-align: center;
    font-size: 12px;
	display: table;
	width: 100%;
    height: 50px;
}

.nm-container p {
	display: table-cell;
	vertical-align: middle;
}

.nm-container p, .nm-container span {
	text-align: center;
    color: #000;
	font-family: 'Grotesk-Semi';
	font-size: 12px;
	margin-bottom: 0;
	line-height: 14px;
	padding: 0 15px;
}

.nm-container a,
.nm-container a:hover,
.nm-container a:focus,
.nm-container a:active {
	font-size: 11px;
	border-bottom: 1px solid #000;
    line-height: 17px;
	font-family: 'Grotesk-Semi';
	color: #000;
	text-decoration: none;
}

.nm-content {
	display: inline-block;
	text-align: center;
    color: #fff;
    text-transform: uppercase;
	letter-spacing: 2px;
	font-family: 'Grotesk-Bold';
	font-size: 11px;
}

.nm-dot {
    color: #fff;
	padding: 0 3px;
	font-size: 11px;
}

.nm-container .cm-link a {
	font-size: 11px;
}

.p-promo p {
	font-family: Grotesk-BoldItalic;
	padding-top: 30px;
	text-align: center;
	font-size: 13px;
    letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 0;
}

.prod-container.ntf-msg-cnt {
	padding-top: 30px;
	padding-bottom: 0;
}

.main-template.notification-msg-container, .main-template-no.notification-msg-container {
	padding-top: 130px;
	margin-bottom: 0;
}

.header-banner-strip .main-template.notification-msg-container, .header-banner-strip  .main-template-no.notification-msg-container {
    padding-top: 180px;
}

.banner-strip #main.has-notification-msg {
	padding-top: 30px;
}
.banner-strip .main-template.notification-msg-container,
.banner-strip  .main-template-no.notification-msg-container {
	padding-top: 175px;
}

@media (min-width: 576px){
	
}

@media (min-width: 768px) {
	.nm-container p, .nm-container span {
		font-size: 12px;
	}
	
	.nm-container a,
	.nm-container a:hover,
	.nm-container a:focus,
	.nm-container a:active  {
		font-size: 14px;
		color: #000;
		border-bottom: 1px solid #000;
	}

	.nm-content {
		font-size: 12px;
	}

	.nm-dot {
		font-size: 12px;
		padding: 0 5px;
	}
	
	.nm-container .cm-link a {
		font-size: 12px;
	}

	.notification-padding {
		padding-left: 30px;
		padding-right: 30px;
	}

	#product .notification-padding {
		padding-left: 0px;
		padding-right: 0px;
	}

	.banner-strip #main.has-notification-msg {
		padding-top: 10px;
	}

	.prod-container.has-category-notification-msg {
		padding-top: 30px;
	}
	
	.nm-container p, .nm-container span {
		text-align: center;
		color: #000;
		font-family: 'Grotesk-Semi';
		font-size: 14px;
		margin-bottom: 0;
		line-height: normal;
	}

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.notification-msg-container {
		padding-left: 45px;
		padding-right: 45px;
	}
}

@media (min-width: 1200px) {
	.main-template.notification-msg-container, .main-template-no.notification-msg-container  {
		width: 100%;
		max-width: 100%;
		padding-left: 15px;
    	padding-right: 15px;
	}
}
