/**
* 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: #B58069;
    border-radius: 4px;
    padding: 6px 0;
	margin-bottom: 20px;
	text-align: center;
	font-size: 12px;
}
.nm-container.producttop {
    display: block !important;
}
.prodlist-container .nm-container {
	margin-bottom: 40px;
}

.nm-container p, .nm-container span {
	display: inline-block;
	text-align: center;
    color: #fff;
    text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'GroteskPro-Bold' !important;
	font-size: 11px !important;
	margin-bottom: 0;
}

.not-available-region-msg {
	font-size: 12px;
	font-family: 'GroteskPro-Bold' !important;
	color: #000;
	letter-spacing: 1px;
	background: #B58069;
    border-radius: 4px;
    padding: 6px 0;
    margin-bottom: 20px;
    text-align: center;
}
.not-available-region-msg p {
	margin: 0;
	font-size: 12px;
	color: #fff;
}
.not-available-region-msg a {
	color: #fff;
	font-size: 12px;
	border-bottom: #fff solid 1px;
}

.nm-container a {
	font-size: 11px !important;
	border-bottom: 1px solid #fff;
    line-height: 17px;
	font-family: 'GroteskPro-Bold' !important;
    letter-spacing: 1px;
    text-transform: uppercase;
	color: #fff;
}

.nm-content {
	display: inline-block;
	text-align: center;
    color: #fff;
    text-transform: uppercase;
	letter-spacing: 2px;
	font-family: 'GroteskPro-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: GroteskPro-BoldItalic;
	padding-top: 30px;
	text-align: center;
	font-size: 13px;
    letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 0;
}

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

@media (min-width: 768px) {
	.nm-container p, .nm-container span {
		font-size: 12px !important;
	}
	
	.nm-container a {
		font-size: 12px !important;
	}

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

	.nm-dot {
		font-size: 12px;
		padding: 0 5px;
	}
	
	.nm-container .cm-link a {
		font-size: 12px;
	}
	.not-available-region-msg br {
		display: none;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	
}

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