* {
  scroll-behavior: smooth;
  -webkit-tap-highlight-color: transparent;
}

.noselect {
  user-select: none;
}

.services_links {
  display: flex;
  align-items: center;
  background: rgb(237, 173, 49);
  padding: 15px 20px;
}

.services_links article {
  width: 90px;
  max-width: 90px;
  max-height: 82px;
  height: 82px;
  border: 1.5px dashed;
  color: rgb(255, 255, 255);
  margin-left: 35px;
  border-radius: 8px;
  text-align: center;
  padding: 15px 10px;
  position: relative;
}

.services_links article::before {
  position: absolute;
  content: "";
  left: -36px;
  border-bottom: 1.7px dashed;
  width: 35px;
  top: 49%;
  color: rgba(255, 255, 255, 0.55);
  z-index: 2;
}

.services_links article:last-child::before {
  display: none;
}

.services_links article:last-child {
  margin-left: 0px;
}

.services_links article i {
  font-size: 27px;
  display: block;
  margin-bottom: 5px;
}

.services_links article h4 {
  font-size: 11px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  line-height: 18px;
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

a,
input,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0px;
  padding: 0px;
  border: 0px;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body.product-single h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  line-height: 44px;
  color: rgb(33, 33, 33);
}

body.product-single h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  line-height: 44px;
  color: rgb(83, 83, 83);
}

* {
  margin: 0px;
  padding: 0px;
}

span,
h2,
p,
label,
div {
  font-family: prk-font;
}
