You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
76 lines
935 B
76 lines
935 B
* {
|
|
padding: 0;
|
|
margin: 0;
|
|
box-sizing: border-box;
|
|
-webkit-tap-highlight-color: transparent !important;
|
|
}
|
|
|
|
a {
|
|
text-decoration: none;
|
|
color: inherit;
|
|
display: inline-block;
|
|
cursor: pointer;
|
|
}
|
|
|
|
img {
|
|
max-width: 100%;
|
|
}
|
|
|
|
|
|
html {
|
|
scroll-behavior: smooth;
|
|
}
|
|
|
|
input,
|
|
textarea {
|
|
outline: none;
|
|
border: 0;
|
|
background: transparent;
|
|
}
|
|
|
|
button,
|
|
select {
|
|
border: none;
|
|
cursor: pointer;
|
|
background: transparent;
|
|
outline: 0;
|
|
}
|
|
|
|
address {
|
|
font-style: normal;
|
|
}
|
|
|
|
ul,
|
|
ol,
|
|
dl {
|
|
list-style: none;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
p,
|
|
h1,
|
|
h2,
|
|
h3,
|
|
h4,
|
|
h5,
|
|
h6 {
|
|
padding: 0;
|
|
margin: 0;
|
|
font-weight: 500;
|
|
}
|
|
|
|
input[type=number]::-webkit-inner-spin-button,
|
|
input[type=number]::-webkit-outer-spin-button {
|
|
-webkit-appearance: none;
|
|
-moz-appearance: none;
|
|
margin: 0;
|
|
}
|
|
|
|
main.wrapper{
|
|
padding-top: 40px;
|
|
}
|
|
|
|
.checkout-inline-error-message{
|
|
display: none;
|
|
} |