2023-01-21 20:47:29 +00:00
|
|
|
.container {
|
|
|
|
width: 100%;
|
2023-01-26 03:05:11 +00:00
|
|
|
display: flex;
|
2023-01-27 00:52:46 +00:00
|
|
|
padding: 0 40px;
|
2023-01-21 20:47:29 +00:00
|
|
|
flex-wrap: wrap;
|
2023-01-21 22:09:43 +00:00
|
|
|
flex-basis: 100%;
|
|
|
|
align-items: baseline;
|
2023-01-26 03:05:11 +00:00
|
|
|
|
|
|
|
@media screen and (min-width: 1921px) {
|
|
|
|
width: 68.75%;
|
2023-01-27 00:52:46 +00:00
|
|
|
margin: 0 auto;
|
2023-01-26 03:05:11 +00:00
|
|
|
}
|
2023-01-21 20:47:29 +00:00
|
|
|
}
|
|
|
|
|
2023-01-21 22:09:43 +00:00
|
|
|
.termArrow {
|
|
|
|
padding: 0;
|
|
|
|
|
|
|
|
.caretIcon {
|
|
|
|
display: none;
|
2023-01-21 20:47:29 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-01-21 22:09:43 +00:00
|
|
|
.term {
|
|
|
|
font-size: 0;
|
2023-01-21 20:47:29 +00:00
|
|
|
}
|
|
|
|
|
2023-01-21 22:09:43 +00:00
|
|
|
// manipulation fonts with before
|
|
|
|
.homeLink {
|
|
|
|
&::before {
|
|
|
|
content: "Home";
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 20.12px;
|
|
|
|
}
|
2023-01-21 20:47:29 +00:00
|
|
|
}
|
|
|
|
|
2023-01-21 22:09:43 +00:00
|
|
|
.arrow--1 {
|
|
|
|
.link {
|
|
|
|
font-size: 0;
|
2023-01-21 20:47:29 +00:00
|
|
|
|
2023-01-21 22:09:43 +00:00
|
|
|
&::before {
|
|
|
|
content: "Sapatos";
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 20.12px;
|
|
|
|
}
|
2023-01-21 20:47:29 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-01-21 22:09:43 +00:00
|
|
|
.arrow--2 {
|
|
|
|
.link {
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 20.12px;
|
|
|
|
}
|
2023-01-21 20:47:29 +00:00
|
|
|
}
|