2023-01-25 21:23:17 +00:00
|
|
|
[class*="html--pdp-breadcrumb"] {
|
|
|
|
margin-left: 40px;
|
|
|
|
}
|
2023-01-31 20:39:32 +00:00
|
|
|
|
|
|
|
[class*="html"] {
|
|
|
|
display: flex;
|
2023-02-03 18:33:31 +00:00
|
|
|
width: 100%;
|
2023-01-31 20:39:32 +00:00
|
|
|
gap: 10px;
|
2023-01-31 21:26:49 +00:00
|
|
|
margin-bottom: 16px;
|
2023-01-31 20:39:32 +00:00
|
|
|
}
|
2023-02-03 18:33:31 +00:00
|
|
|
|
|
|
|
[class*='html']>[class*='button'] {
|
2023-01-31 20:39:32 +00:00
|
|
|
width: 100%;
|
|
|
|
height: 49px;
|
2023-02-03 18:33:31 +00:00
|
|
|
border-radius: 0;
|
2023-01-31 20:39:32 +00:00
|
|
|
margin-right: 40px;
|
|
|
|
background: #000;
|
|
|
|
border: #000;
|
|
|
|
}
|
|
|
|
|
|
|
|
[class*="html"]>[class*='flexRow'] {
|
|
|
|
width: 100%;
|
|
|
|
height: 49px;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
font-family: 'Open Sans';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 18px;
|
|
|
|
line-height: 25px;
|
|
|
|
color: #FFFFFF;
|
|
|
|
}
|