/* ===== Reset عمومی ===== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  -webkit-tap-highlight-color: transparent;
}

a,
input,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
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: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

span,
h2,
p,
label,
div,
a {
  font-family: prk-font;
}

/* ===== لینک‌ها ===== */
a {
  text-decoration: none;
  color: rgb(0, 0, 0);
}

/* ===== رنگ عمومی ===== */
a,
body {
  color: rgb(35, 41, 51);
}

/* ===== Typography در صفحات محصول ===== */
body.product-single h1,
body.product-single h2,
body.product-single h3,
body.product-single h4,
body.product-single h5,
body.product-single h6 {
  margin: 0;
  line-height: 44px;
  color: rgb(66, 71, 80);
}

/* ===== Services Items ===== */
.services-items .ser-item .item_90s {
  width: 90%;
  padding: 10px;
  text-align: center;
  border-radius: 8px;
}

.services-items .ser-item .item_90s img {
  width: 34px;
  height: 34px;
}

.services-items .ser-item .item_90s h4 {
  font-size: 13px;
  line-height: 20px;
  color: #fff;
}

.services-items .ser-item.load_more {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 100%;
}

.services-items .ser-item.load_more i {
  font-size: 26px;
  font-weight: 700;
  width: 1px;
  line-height: 1px;
  margin: 0 -3px 0 0;
  color: rgb(83, 83, 83);
}

.services-items .ser-item.load_more em {
  margin-right: 14px;
  font-size: 14px;
  font-weight: 600;
  color: rgb(83, 83, 83);
}

/* ===== Border Radius Shared ===== */
.mcarousel_product.modern_blog .post-content,
.remodal,
.promotion_produt,
.mcarousel_product,
.lists_product .product-lists,
.services-items .ser-item .item_90s,
.main_grid_product .grid_item .post_grid {
  border-radius: 11px;
}

/* ===== Responsive ===== */
@media (max-width: 1200px) {
  .services-items .ser-item.load_more em {
    font-size: 11px !important;
  }
}

@media (max-width: 990px) {
  .services-items {
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap !important;
    width: 100% !important;
    max-width: none !important;
    padding-right: 0 !important;
    line-height: 27px;
    overflow: auto;
  }

  .services-items .ser-item .item_90s,
  .services-items .ser-item.load_more {
    width: 94px !important;
    height: 70px;
    margin-left: 8px;
    padding: 5px !important;
    line-height: 34px;
    text-align: center;
    flex-direction: column !important;
    border-radius: 8px;
  }

  .services-items .ser-item .item_90s img {
    width: 24px !important;
    height: 24px !important;
  }
}

@media (max-width: 590px) {
  .services-items .ser-item .item_90s h4 {
    font-size: 10px !important;
  }
  .services-items .ser-item.load_more em {
    font-size: 10px !important;
    margin-right: 0 !important;
  }
  .services-items .ser-item.load_more i {
    display: none;
  }
}
