/ ==========================================================================
   Line6 2013-2014 redesign. Header CSS file. Author: @jlopezuy
   ========================================================================== */

.navbar-default {
	border-bottom-width:2px;
	border-bottom-style:solid;
	border-color: #e4e5e7;
}

.logo-container hr {
    border: none;
    background-color: #CCC;
    margin: 26px 0 12px;
    display: inline-block;
    clear: none;
}

.llogo-container {
    border-bottom:1px solid #CCC; text-align:center; height:20px; margin:6px 0 20px 0; padding-bottom:10px;
}

.logo-container .logo {
    margin-top:12px; 
}

.header-nav {
     margin-left:-8px; float:left;
}

.header-button-bar {
    float:right; position:relative;
}

.support-container span.header {
    border-bottom: 1px solid #FFF;
    color: #FFF;
}

@media (max-width: 767px) { /* xs */
	
	/* nav */

	.navbar {
		height: 67px;
		min-height: 67px;
		position: absolute;
		width: 100%;
       border-radius: 4px 4px 0 0;
		top: 0;
        z-index: 100;
        border: none;
	}
	
	.logo {
		display: inline-block;
		background-image: url(img/sprites.png);
		background-position: -3px -3px;
		width: 165px;
		height: 34px;
		text-indent:-9999px;
		margin:15px 0 15px 0;
	}
	
	.top-line {
		background-color:#404040;	
		height:5px;
		width:100%;
		border-bottom: 2px #666666 solid;
	}
	
	/* search dropdown */
	
	.search-mobile-button-holder {
		-webkit-border-radius: 3px 0px 0px 3px;
		border-radius: 3px 0px 0px 3px;
		background-color:#f2f2f2;
		width:45px;
		height:35px;
		margin-top:12px;
		display:inline-block;
	}
	
	.search-mobile-button {
		font-size:18px;
		margin: 7px 15px 0 0;
	}
	
	.search-mobile-button-selected {
		font-size:18px;
		margin: 21px 10px;
	}

	.search-mobile-button-holder-selected {
		background-color:#404040;
		width:45px;
		height:62px;
		position:absolute;
		right:0;
	}
	
	.search-mobile-button-holder a {
		color:#666666;	
	}
	
	.search-mobile-button-holder-selected a {
		color:#979797;	
	}
	
	#search-mobile {
		position:absolute;
		top: 3px;
		display:none;
		width:100%;
	}
	
	.search-mobile-form-container {
		position: absolute;
		background-color:#404040;
		height:90px;
		top:62px;
		width:100%;	
		text-align:center;
		padding-top:20px;
		-webkit-box-shadow: 0 10px 10px 0 rgba(0,0,0,0.4);
		box-shadow: 0 10px 10px 0 rgba(0,0,0,0.4);
	}
	
	.search-mobile-form-container input[type=text] {
		background-color:#2e2e2e;
		height: 52px;
		border: 1px solid #4d4d4d;
		width:225px;
		padding-left:10px;
		color:#a0a0a0;
		-webkit-border-radius: 0px;
		border-radius: 0px;
		font-size:16px;
	}
	
	.search-mobile-form-field {
		display: inline-block;
	}
	
	.search-mobile-form-button {
		width: 61px;
		height: 52px;
		display: inline-block;
		background-color: #333333;
		border-top: 1px solid #4d4d4d;
		border-right: 1px solid #4d4d4d;
		border-bottom: 1px solid #4d4d4d;
	}
	
	.search-mobile-form-button-glyph {
		height: 40px;
		line-height: 40px;
		font-size: 20px;
		color: #FFFFFF;
	}
	
	/* products dropdown */

	.menu-button-holder {
		-webkit-border-radius: 0px 3px 3px 0px;
		border-radius: 0px 3px 3px 0px;
		background-color:#f2f2f2;
		width:45px;
		height:35px;
		margin-top:12px;
	}
	
	.menu-button {
		font-size:18px;
		margin: 7px 10px;
	}
	
	.menu-button-holder a {
		color:#666666;	
	}

	.menu-button-selected {
		font-size:18px;
		margin: 7px 11px;
	}
	
	.menu-button-holder-selected {
        border-top-right-radius: 4px;
        background-color: #404040;
        width: 45px;
        height: 55px;
        position: relative;
        top: 9px;
             left: -1px;
	}
	
	.menu-button-holder-selected a {
		color:#979797;	
	}
	
	#nav-mobile {
		position:absolute;
		top: 3px;
		display:none;
        width:100%;
	}
		
	#nav-mobile ul ul {
		display:none;
	}
	
	#nav-mobile ul ul ul {
		display:none;
	}

	.nav-mobile-items {
		position:absolute;
		top:64px;
        width:100%;
        overflow: auto;
        height: 414px;
		-webkit-box-shadow: 10px 10px 10px 0 rgba(0,0,0,0.4);
		box-shadow: 10px 10px 10px 0 rgba(0,0,0,0.4);
	}
	
	.nav-mobile-items ul {
		list-style-type:none;
		margin: 0;
		padding: 0;
	}
		
	.nav-mobile-main-item {
		background-color: #404040;
		list-style-type:none;
		text-indent:10px;
		line-height:45px;
		border-bottom: 1px solid #595959;
	}
	
	.nav-mobile-main-item a {
		color:#FFFFFF;
	}
	
	.nav-mobile-second-level {
		border-top: 1px solid #595959;
	}
	
	.nav-mobile-sub-item {
		min-height: 30px;
		background-color: #363636;
		list-style-type:none;
		text-indent:20px;
		line-height:30px;
	}
	
	.nav-mobile-sub-item a {
		font-weight:normal;
		color:#999999;
	}
	
	
	.nav-mobile-sub-item.selected {
		/*border-top: 1px solid #595959;
		border-bottom: 1px solid #595959;*/
		background-color:#2e2e2e;
		font-weight:bold;
	}
	
	.nav-mobile-sub-item.selected a {
		color:#FFFFFF;
	}
	
	.nav-mobile-sub-sub-item {
		width: 240px;
		height: 30px;
		list-style-type:none;
		text-indent:20px;
		line-height:30px;
	}
	
	.nav-mobile-sub-sub-item a {
		color:#999999 !important;
	}
	
	#nav-mobile a {
        font-style:inherit;
        font-weight:inherit;
		text-decoration:none;
	}
	
	
}

@media (min-width: 768px) { /* sm */
	.logo img {
		display: inline-block;
		height:50px;
		margin: 5px 0 0 0;
	}
	
	.top-line {
		background-color:#404040;	
		height:10px;
		width:100%;
	}
	
	/* nav */
	.header-nav a {
		font-size:14px;
		color: #b2b2b2;
		padding:0 8px;
		display:inline-block;
		line-height:50px;
		text-decoration:none;
        font-style:normal;
        font-weight: normal;
        width: inherit;
	}
	
	.header-nav a:hover {
		color: #595959;
		text-decoration:none;
	}
	
	.header-nav a.active {
		color: #595959;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		background-color:#EDEDED;
		padding:8px;
		-webkit-box-shadow:  1px 1px 1px 0px #D9D9D9;
        box-shadow:  1px 1px 1px 0px #D9D9D9;
	}

	.header-nav a.dropdown {
        background-image: url(/images/arrow-up.svg);
        background-repeat: no-repeat;
        background-position: center 100%;
        background-position-x: center;
        background-position-y: 100%;
        background-size: 20px;
	}
	
	
	.header-button-bar {
		padding-top:9px;
	}
	
	.header-button-search {
		font-size:20px;
		margin-right:15px;
	}
	
	.header-button-profile {
		font-size:20px;
		margin-right:15px;
	}
	
	.header-button-location {
		font-size:20px;
	}
	
	/* nav */
	
	/* collapsed nav 
	
	body.collapsed {
		padding-top: 60px;	
	}
	
	.collapsed .navbar {
		height:60px !important;
	}
	
	.collapsed .navbar .logo {
		margin-top: 12px;	
	}
	
	.collapsed .navbar .header-nav a {
		line-height: 52px;
		height:50px;
	}
	
	.collapsed .navbar .header-button-bar {
		padding-top: 15px;
	}
	
	.collapsed .products-container,  .collapsed .support-container {
		top:58px;
	}
	
	.collapsed #search-desktop, .collapsed #profile-desktop, .collapsed #location-desktop {
		top:5px;	
	}
	
	.collapsed .search-desktop-tab, .collapsed .profile-desktop-tab, .collapsed .location-desktop-tab {
		height: 45px;
		line-height: 50px;
	}
	
	.collapsed .search-desktop-form-container, .collapsed .profile-desktop-form-container, .collapsed .location-desktop-list-container {
		top: 43px;
	}
	
	/* collapsed nav */
	
	/* collapsed product nav */
	
	.collapsed .page-nav {
		top: 0;
		min-height:45px;
		position:fixed;
	}
	
	.collapsed .page-nav .product-title {
		line-height:45px;
	}
	
	.collapsed .page-nav .links-bar a.active, .collapsed .page-nav .links-bar a:hover {
	/*	line-height:38px;*/
		height: 45px;
	}
	
	.collapsed .page-nav .buy {
		margin-top: 5px;
	}
	
	/* collapsed product nav */
	
	/* products dropdown */
	
	.products-nav {
		position:absolute;
		display:none;
	}
	
	.products-container {
		position:absolute;
		background-color:#404040;
		color:#b2b2b2;
		top:90px;
		width:100%;
		z-index:10000;
		padding:32px 0 32px 0;
		display:none;
		-webkit-box-shadow: 0 10px 10px 0 rgba(0,0,0,0.4);
		box-shadow: 0 10px 10px 0 rgba(0,0,0,0.4);
		max-width: 1400px;
	}
	
	.products-container a {
		color:#b2b2b2;
		display:block;
        font-weight: inherit;
        font-style: initial;
        text-decoration: none;
	}
	
	.products-container .categories-column a {
		font-size:14px;
	}
	
	.products-container .categories-column a, .products-container .subcategories-column a {
		border: 1px solid #404040;
	}
	
	.products-container .categories-column a.active, .products-container .subcategories-column a.active {
		color:#ffffff;
		font-family:"TG-bold";
		background-color:#333333;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		border: 1px solid #4c4c4c;
		text-decoration:none;
	}
	
	.products-container a:hover {
		color:#ffffff;
		/*font-family:"TG-bold";*/
		text-decoration:none;
	}
	
	.products-container ul {
		list-style-type:none;
		margin: 0;
		padding: 0;
        margin-bottom: 15px;
	}

	.products-container ul ul > li {
        padding: 5px 0 5px 10px;
    }

    ul.nav-category > h3 {
        border-bottom: 1px dotted #BCBCBC;
        padding: 5px 0;
        color: inherit;
        font-size: inherit;
        margin: 0 0 10px 0;
    }
	
	.separator-dark {
		border-left:1px solid #404040;
		border-right:1px solid #262626;
		display:inline-block;
		height:320px;
	}
	
	.support-container .products-column,
	.products-container .products-column {
		background-color:#333333;	
		-webkit-border-radius: 5px 5px 5px 5px;
		border-radius: 5px 5px 5px 5px;
		border: 1px solid #4b4b4b;
        min-height: 320px;
	}
	
	.support-container .products-list,
	.products-container .products-list {
		float:left;
		width:180px;
		padding:20px;
	}
	
	.support-container .products-list a.active, 
	.products-container .products-list a.active {
		color:#ffffff;
		text-decoration:none;
        background-color: inherit;
	}
	
	.product-separator {
		float:left;
	}
	
	.product-info {
		float:left;
		width:290px;
		padding:20px;
	}
	
	.product-info img {
		max-width:250px;
		height:auto;
	}
	
	.product-info h2 {
		font-family:"TG-Bold";
		font-size:18px;
		color:#ffffff;
	}
	
	.product-info a {
		font-family:"TG-Bold";
		display:inline;
		color:#ffffff;
	}
	
	/* products dropdown */
	
	/* support dropdown */
	
	.support-nav {
		position:absolute;
		display:none;
	}
			
	.support-container {
		position:absolute;
		background-color:#404040;
		color:#b2b2b2;
		top:90px;
		width:100%;
		z-index:10000;
		padding:32px 0 32px 0;
		display:none;
		-webkit-box-shadow: 0 10px 10px 0 rgba(0,0,0,0.4);
		box-shadow: 0 10px 10px 0 rgba(0,0,0,0.4);
	}
	
	.support-container a {
		color:#b2b2b2;
		display:block;
		padding:5px;
	}
	
	.support-container .categories-column a {
		font-size:14px;
	}
	
	.support-container .categories-column a {
		border: 1px solid #404040;
	}
	
	.support-container .categories-column a.active, .support-container .subcategories-column a.active {
		color:#ffffff;
		font-family:"TG-bold";
		background-color:#333333;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		border: 1px solid #4c4c4c;
		text-decoration:none;
	}
	
	.support-container a:hover {
		color:#ffffff;
		/*font-family:"TG-bold";*/
		text-decoration:none;
	}
	
	.support-container ul {
		list-style-type:none;
		margin: 0;
		padding: 0;
	}
	
	.separator-dark {
		border-left:1px solid #404040;
		border-right:1px solid #262626;
		display:inline-block;
		min-height:320px;
	}
	
	.support-container .support-column {
		background-color:#333333;	
		-webkit-border-radius: 5px 5px 5px 5px;
		border-radius: 5px 5px 5px 5px;
		border: 1px solid #4b4b4b;
	}
	
	.support-container .support-list {
		float:left;
		width:180px;
		padding:20px;
	}
	
	.support-container .support-list a.active {
		color:#ffffff;
		text-decoration:none;
	}
	
	.support-separator {
		float:left;
	}
	
	.support-info {
		float:left;
		width:290px;
		padding:20px;
	}
	
	/*.support-info img {
		max-width:250px;
		height:auto;
	}
	
	.support-info h2 {
		font-family:"TG-Bold";
		font-size:18px;
		color:#ffffff;
	}
	
	.support-info a {
		font-family:"TG-Light";
		display:inline;
		color:#ffffff;
	}*/
	
	/* support dropdown */
	
	/* search dropdown */
	
	#search-desktop {
		position: absolute;
		top: -8px;
		left: -13px;
		display: none;
        z-index: 100;
	}
	
	.search-desktop-button-selected {
		font-size:20px;
		color:#979797;
	}
	
	.search-desktop-tab {
		background-color:#404040;
		-webkit-border-radius: 7px 7px 0px 0px;
        border-radius: 7px 7px 0px 0px;
		width:50px;
		height:58px;
		text-align:center;
		line-height:60px;
	}
	
	.search-desktop-form-container {
		position: absolute;
		background-color:#404040;
		height:90px;
		top:57px;
		left:-280px;
		width:330px;	
		text-align:center;
		padding-top:20px;
		-webkit-box-shadow: 0 10px 10px 0 rgba(0,0,0,0.4);
		box-shadow: 0 10px 10px 0 rgba(0,0,0,0.4);
	}
	
	.search-desktop-form-container input[type=text] {
		background-color:#2e2e2e;
		height: 52px;
		border: 1px solid #4d4d4d;
		width:225px;
		padding-left:10px;
		color:#a0a0a0;
		-webkit-border-radius: 0px;
		border-radius: 0px;
	}
	
	.search-desktop-form-field {
		display: inline-block;
		position: absolute;
		left: 22px;
	}
	
	.search-desktop-form-button {
		width: 61px;
		height: 52px;
		display: inline-block;
		background-color: #333333;
		border-top: 1px solid #4d4d4d;
		border-right: 1px solid #4d4d4d;
		border-bottom: 1px solid #4d4d4d;
		position: absolute;
		padding-top: 5px;
		right: 22px;
	}
	
	.search-desktop-form-button-glyph {
		line-height: 40px;
		font-size: 20px;
		color: #FFFFFF;
	}
	
	/* search dropdown */
	
	/* profile dropdown */
	
	#profile-desktop {
		position: absolute;
        top: -8px;
		left: 19px;
		display: none;
		z-index: 100;
	}
	
	.profile-desktop-button-selected {
		font-size:20px;
		color:#979797;
	}
	
	.profile-desktop-tab {
		background-color:#404040;
		-webkit-border-radius: 7px 7px 0px 0px;
        border-radius: 7px 7px 0px 0px;
		width:50px;
		height:58px;
		text-align:center;
		line-height:60px;
	}
	
	.profile-desktop-form-container {
		position: absolute;
		background-color:#404040;
		height:225px;
		top:57px;
		left:-300px;
		width:350px;	
		text-align:center;
		padding:20px;
		-webkit-box-shadow: 0 10px 10px 0 rgba(0,0,0,0.4);
		box-shadow: 0 10px 10px 0 rgba(0,0,0,0.4);
	}

	.profile-desktop-form-container .topnav_account_links {
        margin-bottom: 0;
    }

	.profile-desktop-form-container .facebook {
        position: absolute;
        bottom: 20px;
        right: 20px;
    }
	
	.profile-desktop-form-container input[type=text], .profile-desktop-form-container input[type=password] {
		background-color:#2e2e2e;
		height: 52px;
		line-height:100%;
		border: 1px solid #4d4d4d;
		width:310px;
		padding-left:10px;
		color:#a0a0a0;
		-webkit-border-radius: 0px;
		border-radius: 0px;
	}
	
	.profile-desktop-form-field {
		display: inline-block;
	}
	
	.profile-desktop-form-button {
		width: 61px;
		height: 52px;
		display: inline-block;
		background-color: #333333;
		border-top: 1px solid #4d4d4d;
		border-right: 1px solid #4d4d4d;
		border-bottom: 1px solid #4d4d4d;
	}
	
	.profile-desktop-form-button-glyph {
		line-height: 40px;
		font-size: 20px;
		color: #FFFFFF;
	}
	
	.profile-desktop-form-container .btn-login {
		position:absolute;
		top:135px;
		left:20px;
	}
	
	.profile-desktop-form-container .btn-signin {
		position:absolute;
		top:135px;
		right:20px;
	}
	
	.profile-desktop-form-container .forgot-pwd {
		position:absolute;
        bottom: 20px;
		left:20px;
		font-size:14px;
		color:#979797;
	}
	
	.profile-desktop-form-container .forgot-pwd a {
		color:#CACACA;
	}
	
	/* profile dropdown */
	
	/* location dropdown */
	
	#location-desktop {
		position: absolute;
		top: -8px;
		left: 55px;
		display:none;
		z-index: 100;
	}
	
	.location-desktop-button-selected {
		font-size:20px;
		color:#979797;
	}
	
	.location-desktop-tab {
		background-color:#404040;
		-webkit-border-radius: 7px 7px 0px 0px;
        border-radius: 7px 7px 0px 0px;
		width:50px;
		height:58px;
		text-align:center;
		line-height:60px;
	}
	
	.location-desktop-list-container {
		position: absolute;
		background-color:#404040;
		height:auto;
		top:57px;
		left:-195px;
		width:245px;	
		text-align:left;
		padding-top:20px;
		padding-bottom:20px;
		-webkit-box-shadow: 0 10px 10px 0 rgba(0,0,0,0.4);
		box-shadow: 0 10px 10px 0 rgba(0,0,0,0.4);
	}
	
	.location-desktop-list-container ul {
		list-style-type:none;
		margin: 0 0 0 10px;
		padding: 0;
	}
	
	.location-desktop-list-container ul li {
		text-indent:10px;
	}
	
	.location-desktop-list-container ul li a {
		color: #b2b2b2;
		font-size:16px;
		display:inline-block;
		padding-top:5px;
		padding-bottom:5px;
		width:200px;
        font-weight: inherit;
        font-style: initial;
        text-decoration: none;
	}
	
	.location-desktop-list-container ul li a.active {
		color: #ffffff;
		border: 1px solid #4d4d4d;
		font-family: "TG-Bold";
		background-color:#333333;
	}
	
	.location-desktop-list-container ul li a:hover {
		color: #ffffff;
		text-decoration:none;
		font-family: "TG-Bold";
	}
	
	/* location dropdown */
	
	
}

@media (min-width: 992px) { /* md */
    .claim-container .logo {
		display: inline-block;
		background-image: url(img/sprites.png);
		background-position: 3px -3px;
		width: 190px;
		height: 34px;
		text-indent:-9999px;
	}
	
	/* nav */
	
	.header-nav a {
		font-size:20px;
		margin:0 10px 0 0;
       width: inherit;
	}
	
	.header-nav a:hover {
		color: #595959;
		text-decoration:none;
	}
	
	.header-nav a.active {
		color: #595959;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		background-color:#EDEDED;
		padding:10px;
		-webkit-box-shadow:  1px 1px 1px 0px #D9D9D9;
        box-shadow:  1px 1px 1px 0px #D9D9D9;
	}
	
	.header-button-bar {
		padding-top:7px;
	}
	
	.header-button-search {
		font-size:24px;
		margin-right:20px;
	}
	
	.search-desktop-button-selected {
		font-size:24px;
		color:#979797;
	}
	
	.header-button-profile {
		font-size:24px;
		margin-right:20px;
	}
	
	.header-button-location {
		font-size:24px;
	}
	
	/* nav */
	
	/* collapsed nav
	
	body.collapsed {
		padding-top: 70px;	
	}
	
	.collapsed .navbar {
		height:70px !important;
	}
	
	.collapsed .navbar .logo {
		margin-top: 12px;	
	}
	
	.collapsed .navbar .header-nav a {
		line-height: 62px;
		height:60px;
	}
	
	.collapsed .navbar .header-button-bar {
		padding-top: 20px;
	}
	
	
	.collapsed .products-container,  .collapsed .support-container {
		top:68px;
	}
	
	.collapsed #search-desktop, .collapsed #profile-desktop, .collapsed #location-desktop {
		top:15px;	
	}
	
	.collapsed .search-desktop-tab, .collapsed .profile-desktop-tab, .collapsed .location-desktop-tab {
		height: 45px;
		line-height: 50px;
	}
	
	.collapsed .search-desktop-form-container, .collapsed .profile-desktop-form-container, .collapsed .location-desktop-list-container {
		top: 43px;
	}
	
   
    
    
	/* collapsed product nav */
	.collapsed .page-nav {
		top: 0;
		height:45px;
		position:fixed
	}
	
	.collapsed .page-nav .product-title {
		line-height:45px;
	}
	
	.collapsed .page-nav .links-bar a {
        /*
		line-height:45px;
        */
	}
	
	.collapsed .page-nav .links-bar a.active, .collapsed .page-nav .links-bar a:hover {
		line-height:36px;
		height: 36px;
	}
	
	.collapsed .page-nav .buy {
		margin-top: 5px;
	}
	
	/* collapsed product nav */
	
	/* products dropdown */
		
	.products-container .categories-column a {
		font-size:18px;
	}
	
	.product-info {
		float:left;
		width:350px;
		padding:20px;
	}
	
	.product-info img {
		max-width:300px;
		height:auto;
	}
	
	/* products dropdown */
	
	/* support dropdown */
		
	/* support dropdown */
	
	/* search dropdown */
	
	.search-desktop-tab {
		line-height: 69px;
	}
	
	.search-desktop-button-selected {
		font-size:24px;
	}
	
	/* search dropdown */
	
	/* profile dropdown */
	#profile-desktop {
        left: 32px;
    }
	
	.profile-desktop-tab {
		line-height: 69px;
	}
	
	.profile-desktop-button-selected {
		font-size:24px;
	}
	
	/* profile dropdown */
	
	/* location dropdown */
	
	#location-desktop {
		left: 76px;
	}
	
	.location-desktop-tab {
		line-height: 69px;
	}
	
	.location-desktop-button-selected {
		font-size:24px;
	}
	
	/* location dropdown */
}

@media (min-width: 1200px) { /* lg */
	
	/* products dropdown */
	
	/* products dropdown */
	
	/* search dropdown */
	
	/* search dropdown */
	
	/* location dropdown */
	
	#location-desktop {
		left: 76px;
	}
	
	/* location dropdown */
	
	/* profile dropdown */
	
	/* profile dropdown */
	
	/* products dropdown */
	
	.product-info {
		float:left;
		width:470px;
		padding:20px;
	}
	
	.product-info img {
		max-width:470px;
		height:auto;
	}
	
	/* products dropdown */
	
	/* support dropdown */
		
	/* support dropdown */

}	/* collapsed nav */

@media (min-width: 768px) {
    .collapsed .container.main-content {
        margin-top: 0px;
    }
    .collapsed .page-nav .page-title {
        line-height:40px;
    }
    .collapsed .page-nav .links-bar a {
    /*
       line-height:50px;
       */
    }
    
    .collapsed .page-nav .button {
        margin-top:3px;
    }
    .collapsed div.fancy-select {
        top: 4px;
    }
    .customtone.collapsed .search-bar input[type=text] {
        margin-top:4px;
    }
}    
    
	
@media (min-width: 992px) {
    .collapsed .container.main-content {
        margin-top: 38px;
    }

    BODY.product.collapsed .container.main-content {
        margin-top: 0px;
    }
} 
