2023-01-23 01:53:11 +00:00
|
|
|
.containerDescontPix{
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
margin-top: 8px;
|
2023-01-24 14:33:36 +00:00
|
|
|
margin-bottom: 16px;
|
2023-01-23 01:53:11 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.containerDescontPix img {
|
|
|
|
width: 66px;
|
|
|
|
height: 24px;
|
|
|
|
margin-right: 26px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.containerDescontPixPrice{
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
|
|
|
|
.priceDescontPix{
|
|
|
|
font-weight: 700;
|
|
|
|
font-size: 18px;
|
|
|
|
line-height: 25px;
|
|
|
|
color: rgba(0, 0, 0, 0.58);
|
|
|
|
}
|
|
|
|
|
|
|
|
.descontDescontPix{
|
|
|
|
font-weight: 300;
|
|
|
|
font-size: 13px;
|
|
|
|
line-height: 18px;
|
|
|
|
color: #929292;
|
|
|
|
}
|