/* CSS Document */
.product-nav { }
.product-nav__list {display: flex; flex-direction: row; flex-wrap: wrap;  border-bottom: 0px solid #222; position: relative; list-style: none; margin: 0px ; padding: 0 0;}
.product-nav__list:after {/*content: "";*/ position: absolute; width: 100%; height: 1px; background: #8b734b; top:50%;}
.product-nav__item { margin: 0 0px; position: relative; z-index: 3; }
.product-nav__item a {display: flex; flex-direction: row; flex-wrap: wrap;  color: #333; font-size: 18px; margin-right: 1.2vw; font-weight: 400; position:relative; padding: 0 5px;}
.product-nav__item a:after {content: ""; position: absolute; width: 100%; height: 3px; background: transparent; bottom: -8px; left: 0;}
.product-nav__item a:hover:after, .product-nav__item.active a:after {background: #cb1a26;}



.product-nav__item:visited {
  text-decoration: none;
}

.tab-content {
  display: none;  
}




@media only screen and (max-width: 1279px) {
	.product-nav__list {  }
	.product-nav__item {}
	.product-nav__item a { }
	.product-nav__item a:after { }
	
	
}


@media only screen and (max-width: 980px) {

	.product-nav { position: relative; left: auto; top: auto;}
	.product-nav__list {flex-direction: row; justify-content: center;}
	.product-nav__item { }
	.product-nav__item a { }
}

@media only screen and (max-width: 640px) {
	.product-nav__list { padding: 0;}
	.product-nav__item a {  }
	
}
@media only screen and (max-width: 570px) {
	.product-nav__list {  }
	
	.product-nav__item {  }
}

@media only screen and (max-width: 414px) {
	
}

@media only screen and (max-width: 320px) {

}