html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
}

body {
    
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    height: 100%;

}



::selection {
    background: #9DD4C233
}


article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}







a:hover {
    text-decoration: none;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

strong {
    font-family: "Onest", sans-serif;
}


::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #6D6965;
    font-family: "Noto Sans Hebrew", sans-serif;
    font-weight: 300;
    font-size:13px;
}

::-moz-placeholder {
    /* Firefox 19+ */
     color: #6D6965;
    font-family: "Noto Sans Hebrew", sans-serif;
    font-weight: 300;
    font-size:13px;
}

:-ms-input-placeholder {
    /* IE 10+ */
     color: #6D6965;
    font-family: "Noto Sans Hebrew", sans-serif;
    font-weight: 300;
    font-size:13px;
}

::placeholder {
    /* Firefox 18- */
     color: #6D6965;
   font-family: "Noto Sans Hebrew", sans-serif;
    font-weight: 300;
   font-size:13px;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #6D6965;
    font-family: "Noto Sans Hebrew", sans-serif;
    font-weight: 300;
    font-size:13px;
}




.price-input::placeholder{
    font-size:35px; font-weight: 700; font-family: "Noto Sans Hebrew", sans-serif; color:#EB685F;
}





input,
select {
    vertical-align: middle;
}


ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

label {
    font-size: 14px;
    color: #000;
    margin: 0 0 10px;
}

img {
    max-width: 100%;
}

body {
   font-family: "Roboto", sans-serif;
    color: #000;
    margin: 0;
    padding: 0;
    font-size: 22px;
    line-height: 34px;

}


h1{
    font-size:35px;  font-family: "Noto Sans Hebrew", sans-serif; font-weight: 400;
}



