/**
* 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.
*/
.b2b-design .link-manager.main-template {
    margin-top: 40px;
}
.link-manager.main-template {
	margin-bottom: 0;
}

.lm-container {
    border-bottom:1px solid #e6e6e6;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 65px;
}

.lm-sub {
	width: 100%;
}

.lm-links a {
	font-family:'GroteskPro-SemiBold';
	font-size:14px;
	text-transform:uppercase;
	letter-spacing: 1px;
	text-align: center;
}

.lm-links a:hover, 
.lm-links a:active {
	border-bottom: 1px solid #000;
}

#category .lm-links a:hover {
	border-bottom: none;
	color: #595a65;
}

#category .lm-links a:active {
	border-bottom: 1px solid #000 ;
}

.lm-sub .lm-links{
	display:inline-block;
	font-family:'GroteskPro-SemiBold';
	font-size:14px;
	text-transform:uppercase;
	letter-spacing: 1px;
	margin: 0px 9px;
	white-space: nowrap;
}

.lm-sub li.main-label{
    font-family:'GroteskPro-BookItalic';
}

.lm-links a.active{
  border-bottom:1px solid #000;
  font-family:'GroteskPro-Bold';
}

.lm-category {
	display: inline-block;
	white-space: nowrap;

}

.lm-text {
	font-family: GroteskPro-BookItalic;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
	margin: 0 15px;
}

.lm-dot {
	padding: 0px 12px 0 10px;
}

#topLinksCarousel .owl-stage {
	padding: 10px 0;
	margin: 0 auto;
	display: inline-flex;
}

#topLinksCarousel .owl-item {
	width: auto !important;
}

@media (min-width: 576px){

}

@media (min-width: 768px) {

	#topLinksCarousel .owl-item{
		padding: 20px 0px;
	}
	
}

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

}

@media (min-width: 1200px) {

	.lm-container {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.lm-sub .lm-links {
		margin: 0px 15px;
	}
}
