2023-02-09 16:51:10 +00:00
|
|
|
[class*='html--quantity-wrapper'] {
|
2023-01-29 01:41:42 +00:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
margin-bottom: 16px;
|
|
|
|
}
|
|
|
|
|
2023-02-09 16:51:10 +00:00
|
|
|
[class*='vtex-product-quantity-1-x-quantitySelectorContainer'] {
|
2023-01-29 01:41:42 +00:00
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2023-02-09 16:51:10 +00:00
|
|
|
[class*='quantitySelectorTitle'] {
|
2023-01-29 01:41:42 +00:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2023-02-09 16:51:10 +00:00
|
|
|
[class*='vtex-numeric-stepper-container'] {
|
2023-01-29 01:41:42 +00:00
|
|
|
margin-right: 10px;
|
|
|
|
height: 49px;
|
|
|
|
}
|
|
|
|
|
2023-02-09 16:51:10 +00:00
|
|
|
[class*='vtex-numeric-stepper__input'],
|
|
|
|
[class*='vtex-numeric-stepper__plus-button'],
|
|
|
|
[class*='vtex-numeric-stepper__minus-button'] {
|
2023-01-29 01:41:42 +00:00
|
|
|
height: 49px;
|
|
|
|
}
|
|
|
|
|
2023-02-09 16:51:10 +00:00
|
|
|
[class*='vtex-numeric-stepper__input'] {
|
2023-01-29 01:41:42 +00:00
|
|
|
border: 1px solid #afafaf;
|
|
|
|
border-right: none;
|
|
|
|
border-left: none;
|
|
|
|
color: #929292;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 22px;
|
2023-02-09 16:51:10 +00:00
|
|
|
width: 44px;
|
2023-01-29 01:41:42 +00:00
|
|
|
}
|
|
|
|
|
2023-02-09 16:51:10 +00:00
|
|
|
[class*='vtex-numeric-stepper__minus-button'] {
|
2023-01-29 01:41:42 +00:00
|
|
|
border: none;
|
|
|
|
border: 1px solid #afafaf;
|
|
|
|
border-radius: 0;
|
|
|
|
}
|
|
|
|
|
2023-02-09 16:51:10 +00:00
|
|
|
[class*='vtex-numeric-stepper__minus-button-container'],
|
|
|
|
[class*='vtex-numeric-stepper__minus-button__text'] {
|
2023-01-29 01:41:42 +00:00
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
2023-02-09 16:51:10 +00:00
|
|
|
[class*='vtex-numeric-stepper__plus-button'] {
|
2023-01-29 01:41:42 +00:00
|
|
|
border: none;
|
|
|
|
border: 1px solid #afafaf;
|
|
|
|
border-radius: 0;
|
|
|
|
}
|
|
|
|
|
2023-02-09 16:51:10 +00:00
|
|
|
[class*='vtex-numeric-stepper__plus-button-container'],
|
|
|
|
[class*='vtex-numeric-stepper__plus-button__text'] {
|
2023-01-29 01:41:42 +00:00
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
2023-02-09 16:51:10 +00:00
|
|
|
[class*='vtex-numeric-stepper__plus-button__text'],
|
|
|
|
[class*='vtex-numeric-stepper__minus-button__text'] {
|
2023-01-29 01:41:42 +00:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
color: #000000;
|
|
|
|
}
|
|
|
|
|
2023-02-09 16:51:10 +00:00
|
|
|
[class*='html--buy-button'] {
|
2023-01-29 01:41:42 +00:00
|
|
|
width: 100%;
|
|
|
|
}
|
2023-02-09 20:28:24 +00:00
|
|
|
|
|
|
|
@media screen and (max-width: 768px) {
|
|
|
|
[class*='html--quantity-wrapper'] {
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: flex-start;
|
|
|
|
gap: 10px;
|
|
|
|
}
|
|
|
|
}
|