@charset "utf-8";

/*******************************************************************
## Navigatio
********************************************************************/

/**** LEFT NAV BAR SED-610 (start)*****/


.navigationbarcollectioncomponent{
    padding-top: 35px;
    text-transform: uppercase;
}

 .navigationbarcollectioncomponentUL{
	margin-bottom: 100px;
} 

.navigationbarcollectioncomponent .navigationbarcollectioncomponentUL .navChildren .sectionLink,
.navigationbarcollectioncomponent .navigationbarcollectioncomponentUL .navChildren .link,
.navigationbarcollectioncomponent .navigationbarcollectioncomponentUL .nodeLink{
	text-indent:52px;
	display:block;
	font-family:BrandonGrotesque;
	font-weight: 700;
	font-size:13px;
	border-left: 6px solid transparent;
	color: #333333;
}

.navigationbarcollectioncomponent .navigationbarcollectioncomponentUL .navChildren .sectionLink,
.navigationbarcollectioncomponent .navigationbarcollectioncomponentUL .nodeLink{
	padding: 15px 0;
	cursor: pointer;
	
}

.navigationbarcollectioncomponent .navigationbarcollectioncomponentUL .navChildren .sectionLink:hover,
.navigationbarcollectioncomponent .navigationbarcollectioncomponentUL .navChildren .link:hover,
.navigationbarcollectioncomponent .navigationbarcollectioncomponentUL .navChildren .link--active,
.navigationbarcollectioncomponent .navigationbarcollectioncomponentUL .nodeLink:hover{
	color:#bd0909;
	border-left-color:#bd0909;
}

.navigationbarcollectioncomponent .navigationbarcollectioncomponentUL .navChildren .sectionLinkContainer{
	background-color: #f5f5f5;
   padding: 1px 0;
}


.navigationbarcollectioncomponent .navigationbarcollectioncomponentUL .navChildren .sectionLinkContainer .link{
	text-indent: 70px;
	padding: 15px 0;
}


.navigationbarcollectioncomponent .rootNavigationBar{

    border-left: 6px solid transparent;
    color: #333333;
    display: block;
    font-family: BrandonGrotesque;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 15px;
    text-indent: 28px;
}

.navigationbarcollectioncomponent .navigationbarcollectioncomponentUL .sectionLink:before{
    color: #c4050d;
    content: "\a006"; /* ico-arrow_round_down */
    float: right;
    font-size: 13px;
    margin-right: 10%;
}

.navigationbarcollectioncomponent .navigationbarcollectioncomponentUL .sectionLink:not(.closed):before{
    content: "\a009"; /* ico-arrow_round_up */
}

.navigationbarcollectioncomponent .navigationbarcollectioncomponentUL .sectionLink.closed ~ .sectionLinkContainer{
	display:none;
}



/**** LEFT NAV BAR SED-610 (END)*****/

.allCategoriesNavWrapper{
	/* position:relative; */
}

.allCategoriesNavWrapper .allCategoriesNavContainer{
	position:absolute;
	background:#f8f8f8;
	background-color:rgba(0,0,0,0.6);
	width:100%;
	z-index:50;
	display:none;
}

.allCategoriesNavWrapper .allCategoriesNavContainer .subCategoriesMobileContainer{
	display:none;
}

.allCategoriesNavWrapper .allCategoriesNavContainer.open,
.allCategoriesNavWrapper .allCategoriesNavContainer .subCategoriesMobileContainer.open{
	display:block;
	z-index: 999;
	background-color: #fff;
}

.allCategoriesNavWrapper .allCategoriesNavContainer .ulCategory{
	display:none;
}

.allCategoriesNavWrapper .allCategoriesNavContainer .ulCategory.open{
	display:block;
	border-bottom:1px solid #ccc;
}

.allCategoriesNavWrapper .allCategoriesNavContainer .ulCategory .liCategory{
	width:100%;
	height:42px;line-height:42px;
	border-bottom:1px solid #cccccc;
	padding-right:15px;
	overflow:hidden;
	background:#ffffff;
}

.allCategoriesNavWrapper .allCategoriesNavContainer .ulCategory .liCategory.allLiCategory a{
	color:#c90613;
}


.allCategoriesNavWrapper .allCategoriesNavContainer .ulCategory .liCategory,
.allCategoriesNavWrapper .allCategoriesNavContainer .ulCategory .liCategory a{
	display:block;
	font-family:BrandonGrotesque;
	/* font-weight: 700; */
	font-size:12px;
	color:#4d4d4d;
	text-indent:14px;
	text-transform:uppercase;
}

.allCategoriesNavWrapper .allCategoriesNavContainer .ulCategory .liCategory .hasParents a{
	font-size:11px;
}

.allCategoriesNavWrapper .allCategoriesNavContainer .ulCategory .liCategory a .subcategory{
	font-size:11px;
}


.allCategoriesNavWrapper .allCategoriesNavContainer .ulCategory .liCategory.hasParents > a{
	position:relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	line-height: 20px;
	padding-left: 12px;
}
.allCategoriesNavWrapper .allCategoriesNavContainer .ulCategory a.ellipsisText{
	white-space: normal;
}

.allCategoriesNavWrapper .allCategoriesNavContainer .ulCategory .liCategory.back{
	color:#c90613;
	text-indent:13px;
	cursor:pointer;
}

.allCategoriesNavWrapper .allCategoriesNavContainer .ulCategory .liCategory.back .ico-arrow_sharp_left{
	font-size:12px;
	margin-right:12px;
}

.level1 li.liCategory.selected > .ulLevelImg{
	display:block;
}


.allCategoriesNavWrapper .allCategoriesNavContainer .ulCategory .liCategory{
	height:auto;line-height:normal;
	padding:0;
}
.allCategoriesNavWrapper .allCategoriesNavContainer .subCategoriesMobileContainer .liCategory a{
	padding-top:19px;
	padding-bottom:20px;
}

.ulCategory.level1  > li + li{
	border-top: 1px solid #ccc;
}

.allCategoriesNavWrapper .allCategoriesNavContainer .ulCategory .liCategory:not(.hasParents):hover a{
	color:#c90613;
	text-decoration: underline;
}

@media(min-width:768px){
	.allCategoriesHeaderNavWrapper{
		padding:23px 0;
	}

	.allCategoriesHeaderNavWrapper.active{
		background-color: #fff;
		border-bottom:1px solid #ccc;
	}
	
	.allCategoriesHeaderNavWrapper .allCategoriesHeaderNavLink{
		width:100%;
		margin:0 auto;
		position:relative;
	}
	
	.allCategoriesHeaderNavWrapper .allCategoriesHeaderNavLink a{
		display:block;
		font-family:BrandonGrotesque;
		font-weight: 700;
		font-size:14px;
		color:#333333;
		text-transform:uppercase;
	
		height:43px;line-height:43px;
		padding-left:50px;
	}
	
	.allCategoriesHeaderNavWrapper .allCategoriesHeaderNavLink a:after,
	.allCategoriesHeaderNavWrapper .allCategoriesHeaderNavLink a.open:after{
		content:"\a010";/*ico-arrow_sharp_down*/
		font-size:14px;
		color:#c90613;
		position:absolute;
		top:50%;margin-top:-7px;
		left:90%;
	}


	.allCategoriesHeaderNavWrapper .allCategoriesHeaderNavLink a:before{
		content: "\a021";
		font-family: sparicons;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		font-size: 20px;
		left: 20px;
		color: #333;	
	}

	
	.allCategoriesHeaderNavWrapper .allCategoriesHeaderNavLink a.open:after{
		content:"\a013";/*ico-arrow_sharp_up*/
	}
	
	.allCategoriesHeaderNavWrapper .allCategoriesHeaderNavLink a:focus{
		outline:none;
	}
	
	.allCategoriesNavWrapper .allCategoriesNavContainer{
		background-color:transparent;
		top:100%;
	}
	
	.allCategoriesNavWrapper .allCategoriesNavContainer .subCategoriesMobileContainer{
		width:27.6041666667%;/*212/768*/
		position:relative;
		left:1.7%;
		border-width:0 1px 1px 1px;
		border-style:solid;
		border-color:#cccccc;
	}
	
	.allCategoriesNavWrapper .allCategoriesNavContainer .subCategoriesDesktopContainer{
		position:relative;
		background: #fff;
	}
	
	.allCategoriesNavWrapper .allCategoriesNavContainer .subCategoriesDesktopContainer .ulCategory .liCategory a{
		padding-top:19px;
		padding-bottom:20px;
	}
	
	.allCategoriesNavWrapper .allCategoriesNavContainer .subCategoriesDesktopContainer .ulCategory.level1{
		width:250px;
	}
	
	.allCategoriesNavWrapper .allCategoriesNavContainer .subCategoriesDesktopContainer .ulCategory.level2 li a,
	.allCategoriesNavWrapper .allCategoriesNavContainer .subCategoriesDesktopContainer .ulCategory.level3 li a{
		padding: 8px 30px 8px 20px;
	}
	
	.allCategoriesNavWrapper .allCategoriesNavContainer .subCategoriesDesktopContainer .ulCategory.level1 li.selected{
		background-color:#ffffff;
	}
	.allCategoriesNavWrapper .allCategoriesNavContainer .subCategoriesDesktopContainer .ulCategory.level2 li.selected > a{
		text-decoration: underline;
		color:#c90613;
	}
	.allCategoriesNavWrapper .allCategoriesNavContainer .subCategoriesDesktopContainer .ulCategory.level2 li:hover > a{
		text-decoration: underline;
		color:#c90613;
	}

	.allCategoriesNavWrapper .allCategoriesNavContainer .subCategoriesDesktopContainer .ulCategory.level2{
		position:absolute;
		width:250px;
		left:250px;
		border-width:0 1px 1px 0;
		background:#ffffff;
		top:0px;
		height:100%;
		padding-top: 10px;
		border-right:1px solid #ccc;
	}

	.allCategoriesNavWrapper .allCategoriesNavContainer .subCategoriesDesktopContainer .ulCategory.level3{
		position:absolute;
		width:100%;
		top:0;
		left:100%;
		height:100%;
		padding-top: 10px;
		border-right:1px solid #ccc;
		margin-left: 1px;
	}
	
	
	.allCategoriesNavWrapper .allCategoriesNavContainer .ulCategory .liCategory{
		border-bottom:0;
		height:auto;line-height:normal;
		padding:0;
	}

	
	.allCategoriesNavWrapper .allCategoriesNavContainer .ulCategory .liCategory a{
		padding-left:9.38967%;
		padding-right:9.38967%;
		text-indent:0;
	}
	


	.ulCategory.level1{
		border-left: 1px solid #ccc;
		cursor: pointer;
	}

	.ulCategory.level1 > li{
		border-right: 1px solid #ccc;
	}
	.ulCategory.level1 > .selected{
		border-right: 1px solid transparent;
	}
	.ulCategory.level1 > .liCategory:hover >a:before,
	.ulCategory.level1 > .selected >a:before{
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		width: 4px;
		height: 100%;
		background-color: #c90613;
	}

	.ulCategory.level1 > li+li{
		border-top: 1px solid #ccc;
	}

}

@media(min-width:1280px){
	.allCategoriesHeaderNavWrapper .allCategoriesHeaderNavLink{
		width:83.125%;/*266/320*/
	}
	.allCategoriesHeaderNavWrapper .allCategoriesHeaderNavLink a{
		padding-left:40px;
	}
	.allCategoriesHeaderNavWrapper .allCategoriesHeaderNavLink a:before{
		left:10px;
	}
	
	.allCategoriesNavWrapper .allCategoriesNavContainer .subCategoriesMobileContainer{
		width:264.75px;
		left:2.1%;
	}
	
	.allCategoriesNavWrapper .allCategoriesNavContainer{
		left:0;
		width: 249px;
	}
	
	.allCategoriesNavWrapper .allCategoriesNavContainer .subCategoriesDesktopContainer .ulCategory.level1{
		width:100%;
	}

	.allCategoriesNavWrapper .allCategoriesNavContainer .subCategoriesDesktopContainer{
		padding-left:0;
	}
	
	
	
	.allCategoriesNavWrapper .allCategoriesNavContainer .subCategoriesDesktopContainer .ulCategory.level2{
		left:100%;
		background:#ffffff;
		z-index: 2;
		height: 100%;
		top: 0px;
		width: 100%;
	}
	
	.allCategoriesNavWrapper .allCategoriesNavContainer .subCategoriesDesktopContainer .ulCategory.level3{
		top:0;
		background:#ffffff;
		z-index:4;
		height:100.1%;
	}
	
	.allCategoriesNavWrapper .allCategoriesNavContainer .subCategoriesDesktopContainer .ulCategory.level3 li{
		background:#ffffff;
	}
	
	.allCategoriesNavWrapper .allCategoriesNavContainer .subCategoriesDesktopContainer .ulCategory.level3 .ulLevelImg li,
	.allCategoriesNavWrapper .allCategoriesNavContainer .subCategoriesDesktopContainer .ulCategory.level3 .ulLevelImg li:hover{
		background:transparent;
	}
	
	.allCategoriesNavWrapper .allCategoriesNavContainer .ulCategory .liCategory a{
		padding-left:7.5188%;
	}
	
	.ulCategory .ulLevelImg{
		top:0;
		background:#318957;
		position: absolute;
		left:526px;
		height:100.2%;
		display:none;
		width:220px;
		z-index:2;
		color:#fff;
		word-wrap:break-word;
	}
	
	.ulCategory .ulLevelImg img{
		display:block;
		max-width:100%;
	}
	
	.ulCategory .ulLevelImg[data-img-level='1']{
		top:1px;
		height:99.8%;
		z-index:1;
		background:#c90613;
	}
	
	.ulCategory .ulLevelImg[data-img-level='2']{
		left:528px;
	}
	
	.ulCategory .ulLevelImg[data-img-level='3']{
		left:264px;
	}
	
	.ulCategory .ulLevelImg .extraInfo{
		width:100%;
		max-width:220px;
		overflow:hidden;
		padding-top:10px;
		padding-right:20px;
	}
	
	.ulCategory .ulLevelImg .extraInfo .title,
	.ulCategory .ulLevelImg .extraInfo .subtitle,
	.ulCategory .ulLevelImg .extraInfo .linkToCategory{
		display:inline-block;
		font-family:BrandonGrotesque;
		font-weight: 700;
		font-size:12px;
		color:#ffffff;
		margin:0;padding:0;
		text-indent:0;
		white-space:normal;
		word-wrap:break-word;
/* 		word-break:break-all; */
	}
	
	.allCategoriesNavWrapper .allCategoriesNavContainer .ulCategory .ulLevelImg .extraInfo .title{
		font-size:24px;
	}
	
	.allCategoriesNavWrapper .allCategoriesNavContainer .ulCategory .ulLevelImg .extraInfo .linkToCategory{
		text-transform:uppercase;
		text-decoration:underline;
		margin-top:20px;
		color:#fff;
		position:absolute;
		bottom:5px;
	}
	
}


/****DEFAULT LEFT NAVIGATION BAR COMPONENT *****/
.navigationbarcollectioncomponent .navigationbarcollectioncomponentUL li{
	height:50px;line-height:50px;
}

.navigationbarcollectioncomponent .navigationbarcollectioncomponentUL li.parent{
	height:55px;line-height:55px;
}

.navigationbarcollectioncomponent .navigationbarcollectioncomponentUL li a{
	display:block;
	font-family:BrandonGrotesque;
	font-weight: 700;
	font-size:13px;
	color:#333333;
	border-left:6px solid transparent;
}

.navigationbarcollectioncomponent .navigationbarcollectioncomponentUL li a:hover{
	color:#bd0909;
	border-left-color:#bd0909;
}

.navigationbarcollectioncomponent .navigationbarcollectioncomponentUL li.parent > a{
	font-size:18px;
	text-indent:34px;
}

.navigationbarcollectioncomponent .navigationbarcollectioncomponentUL li.parent .navChildren li a{
	text-indent:53px;
}




/*SIDE CATEGORY TREE 2.0*/
.facet-category__item__link,
.facet-category__item__link:hover {
  display: flex;
  align-items: center;
  color: #333;
  text-transform: uppercase;
  padding-right: 5px;
  letter-spacing: .05em;
}

.facet-category__item__link:hover {
  text-decoration: underline;
}

.facet-category__item__link.is-selected {
  font-weight: 700;
}

@media(min-width:768px) {
	.flyout-categories__desktop-cta a:after {
		right: 45px;
		font-size: 20px;
	}

	.flyout-categories__desktop-cta a:before,
	.flyout-categories__desktop-cta a:after {
		content: "\a021";
		font-family: sparicons;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		font-size: 20px;
		left: 20px;
		color: #333;
	}

	.flyout-categories__desktop-cta a:after {
		content: "\a010"; /*a013*/
		left: auto;
		right: 20px;
		color: #c90613;
		transition: all .3s ease-in;
		font-size: 16px;
	}

	.flyout-categories__desktop-cta a:before {
		font-size: 22px;
	}

	.stickyheader .flyout-categories__desktop-cta a,
	.flyout-categories__desktop-cta a {
		width: 140px;
		color: transparent;
		font-size:0;
	}

	.stickyheader .flyout-categories__desktop-cta a {
		border-bottom: 1px solid #ccc;
	}

	.flyout-categories__desktop-cta a {
		float: left;
		display: flex;
		align-items: center;
		border-right: 1px solid #ccc;
		border-left: 1px solid #ccc;
		height: 84px;
		padding: 0 10px 0 50px;
		text-transform: uppercase;
		font-size: 14px;
		position: relative;
		color: #333;
	}

	.flyout-categories__desktop-cta a:hover {
		color: #333;
	}
}

@media(min-width:1280px) {
  .facet-category__wrapper {
    padding: 0 0 10px 10px;
  }

  .facet-category__wrapper[data-level='1']{
    position: relative;
    background-color: #f8f8f8;
    overflow: hidden;
    margin-bottom: 20px;
  }

  .facet-category__wrapper[data-level='1']{
    padding-bottom: 0;
  }

  .facet-category__wrapper[data-level='2']{
    padding-top: 10px;
  }

  .facet-category__wrapper[data-level='3']{
    padding-left: 20px;
  }

  .facet-category__item__link[data-level='1'] {
    position: relative;
    display: flex;
    align-items: center;
    padding: 20px 10px;
    border-bottom: 1px solid #ccc;
    text-transform: uppercase;
    background-color: #fff;
    transform: translateX(-10px);
    width: calc(100% + 10px);
  }

  .facet-category__item__link[data-level='1'] i,
  .facet-category__item__link[data-level='1'] img {
    font-size: 20px;
    margin:0 10px;
    max-width: 20px;
  }

  .facet-category__item__link[data-level='1']:hover {
    text-decoration: none;
  }

  .facet-category__item__link[data-level='1']::before {
    content: '';
    width: 5px;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
    transform: translateX(-5px);
    background-color: #c4050d;
    transition: transform .3s ease-in;
  }
  
  .facet-category__item__link[data-level='1']:hover::before,
  .facet-category__item__link[data-level='1'].is-selected::before {
    transform: translateX(0);
  }

  .facet-category__item__link[data-level='2'] {
		padding-bottom: 5px;
		position: relative;
  }

  .facet-category__item__link[data-level='3'] {
    padding-top: 5px;
    padding-bottom: 5px;
	text-transform: initial;
	position: relative;
  }

  .facet-category__item__link:not([data-level='1']).is-selected::before {
    content: '';
    position: absolute;
    border-left: 5px solid #c4050d;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    display: block;
		left: -20px;
		top: 0;
		transform: translate(0%, 50%);
  }

	.facet-category__item__link[data-level='3'].is-selected::before {
		left:-40px;
		top:3px;
	}
}
/* NEW FLYOUT CATEGORIES */
	
.flyout-categories__desktop-cta a {
    width: 249px;
}
@media all and (-ms-high-contrast:none){
    .flyout-categories__desktop-cta a {
        width: 248px;
    }
}
.flyout-categories__desktop-cta a:hover {
  color: #333;
}

.flyout-categories__desktop-cta a.open {
  background-color: #fff;
}

.flyout-categories__desktop-cta a.open:after {
  transform: translateY(-50%) rotateX(180deg);
}

.stickyheader .flyout-categories__desktop-cta a:before {
  left: 45px;
  font-size: 22px;
}

.stickyheader .flyout-categories__desktop-cta a:after {
  right: 45px;
  font-size: 22px;
}



@media (min-width: 1280px) {
  .stickyheader .flyout-categories__desktop-cta a {
    width: 140px;
  }
}


.flyout-categories__wrapper .simplebar-track.vertical {
  visibility: hidden!important;
}

.flyout-categories__level .flyout-categories__item {
  position: relative;
  background-color: #fff;
}

.flyout-categories__item .flyout-categories__link {
  position: relative;
  display: flex;
  align-items: center;
  padding: 20px 5px;
  font-family: MuseoSans;
  font-size: 12px;
  text-transform: uppercase;
  color: #333;
  border: 1px solid #ccc;
  border-bottom: 0;
  letter-spacing: .05em;
}

.flyout-categories__item .flyout-categories__link[data-level="1"] {
  padding: 20px 10px;
}

.flyout-categories__item .flyout-categories__link:not([data-level="1"]):hover {
  color: #c90613;
}

.flyout-categories__item .flyout-categories__link i {
  font-size: 20px;
}

.flyout-categories__item .flyout-categories__link img {
  width: 25px;
}

.flyout-categories__item .flyout-categories__link[data-level="1"] i,
.flyout-categories__item .flyout-categories__link[data-level="1"] img {
  margin: 0 10px;
}

.categoryCrossLink {
	border: 1px solid #ccc;
	border-top: 0 none;
}

.categoryCrossLinkBanner{
	width: 100%;
}

@media (max-width:767px){
  .no-scroll {
    margin: 0;
    height: 100%;
    overflow: hidden;
  }

  .flyout-categories__wrapper {
    position: fixed;
    top: 61px;
    right: 0;
    bottom: 0;
    left: 0;
    background: #ffffff;
    z-index: 99999;
  }

  .flyout-categories__wrapper .flyout-categories__level {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #fff;
  }

  .flyout-categories__wrapper .flyout-categories__level[data-level=2] {
    z-index: 99999;
  }

  .flyout-categories__wrapper .flyout-categories__level[data-level=3] {
    z-index: 999999;
  }

  .flyout-categories__item .flyout-categories__link.is-first {
    border-top: 0;
  }
}

@media(min-width:768px) {

  #header .bottomHeader {
    position: relative;
  }

  .flyout-categories__wrapper {
    position: absolute;
    display: flex;
    max-height: calc(100vh - 84px);
    top: 84px;
    left: 0;
    z-index: 99999;
    border-bottom: 1px solid #ccc;
  }

  .stickyheader .flyout-categories__wrapper {
    max-height: calc(100vh - 83px);
    top: 83px;
  }

  .flyout-categories__wrapper .flyout-categories__level {
    max-height: calc(100vh - 84px);
    background-color: #fff;
    width: 249px;
  }
  @media all and (-ms-high-contrast:none){
    .flyout-categories__wrapper .flyout-categories__level {
        width: 248px;
    }
  }

  .stickyheader .flyout-categories__wrapper .flyout-categories__level {
		max-height: calc(100vh - 83px);
  }

  .flyout-categories__wrapper .flyout-categories__level:not([data-level="1"]) {
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
  }

  .flyout-categories__item .flyout-categories__link[data-level="1"]::before {
    content: "";
    width: 5px;
    top: 0;
    bottom: 0;
    background-color: #c90613;
    position: absolute;
    transform: translateX(-16px);
    transition: all .2s ease-in;
  }

  .flyout-categories__item .flyout-categories__link[data-level="1"]:hover::before,
  .flyout-categories__item .flyout-categories__link[data-level="1"].open::before {
    transform: translateX(-11px);
  }

  .flyout-categories__item .flyout-categories__link[data-level="1"].open {
    border-right: 0;
  }

  .flyout-categories__item .flyout-categories__link:not([data-level="1"]) {
    padding: 7px 10px;
    border: 0;
  }

  .flyout-categories__item .flyout-categories__link.open:not([data-level="1"]) {
    text-decoration: underline;
    color: #c90613;
  }
}
@media(min-width:768px) and (max-width:1279px) {
	.stickyheader .flyout-categories__wrapper .flyout-categories__level {
		max-height: calc(100vh - 83px);
		width: 100%;
	}
	.stickyheader .flyout-categories__wrapper{
		width: calc(14.3% + 140px);
	}
	.stickyheader .flyout-categories__wrapper.cat_isopen{width: 51.5%;}
}
@media (min-width:1280px) {
	.stickyheader .flyout-categories__wrapper .flyout-categories__level {
		width: 100%;
	}
	.stickyheader .flyout-categories__wrapper{
		width:calc(200px + 140px);
	}
	.stickyheader .flyout-categories__wrapper.cat_isopen{width: 53.2%;}
}
