#main--products{
 	display:flex ;
  justify-content: center;
  font-size: x-large;
  border-style: solid;
  border-width:5px;
  border-radius:5px;
  width:fit-content;
  padding: 0.5rem 1rem;
}
#redirect--container{
	display:flex;
  justify-content:center;
}
.tws-article-description--text-container{
 	max-height: fit-content;
}
.tws-breadcrumbs--text{
color:black !important;
}
.tws-breadcrumbs--home-icon{
color:black !important;
}
.tws-contact-info--contact > div > a {
    display: block;
    height: 25px;
		padding-right: 0.5rem;
}
.tws-contact-info--info > div > a {
    display: block;
    height: 25px;
		padding-right: 0.5rem;
}
.container>.row {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: nowrap;
}
.nordic--footer-right {
    display: flex;
    flex-direction: row-reverse;
}
.tws-social-icons-logo-image {
    width: 30px;
    height: 30px;
}
.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: #2C3E50;
  color: white !important;
  padding: 8px 16px;
  z-index: 100;
  text-decoration: none;
  font-weight: bold;
  border-radius: 4px;
  transition: top 0.3s ease;
}

.skip-link:focus {
  top: 10px;
}