This commit is contained in:
unknown 2023-06-24 16:27:32 +05:30
parent 9b1e222bdf
commit 34c3673e0b

View File

@ -320,6 +320,7 @@ body.cart .quantity{
}
.cart .quantity{
justify-content:start!important;
margin-left: 20px!important;
}
}
@media (min-width: 1100px){
@ -396,6 +397,7 @@ body.cart .quantity{
font-size: 16px;
z-index:-1;
color:#000000;
font-weight: 600;
}
.quantity input[type=number]{
-webkit-text-size-adjust: 100%;
@ -426,7 +428,7 @@ body.cart .quantity{
}
@media (max-width: 768px){
.quantity .qty-no{
height: 40px;
height: 35px;
line-height:35px;
width:100px;
}