/*!
 * Hexella Grid v5.3.3
 */

@font-face {
  font-display: swap;
  font-family: "icons";
  src: url("../fonts/icons.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "iranyekanweb";
  src: url("../fonts/iranyekanweb.woff") format("woff");
}

:root {
  --font-sans-serif: "iranyekanweb", "icons", Arial, sans-serif;
  --font-monospace: var(--font-sans-serif), monospace;
  --body-font-family: var(--font-sans-serif);
  --body-font-size: 16px;
  --body-font-weight: 400;
  --body-line-height: 1.7;
  --body-bg: #ffffff;
  --body-color: #242424;
  --link-color-rgb: #0000ee;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--body-font-family) !important;
  font-size: var(--body-font-size);
  font-weight: var(--body-font-weight);
  line-height: var(--body-line-height);
  color: var(--body-color);
  background-color: var(--body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

* {
  line-height: 1.7;
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6,
h5,
h4,
h3,
h2,
h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  h1 {
    font-size: 2rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  h2 {
    font-size: 1.8rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  h3 {
    font-size: 1.6rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-right: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-right: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: var(--link-color-rgb);
  text-decoration: none;
}

a:hover {
  --link-color-rgb: var(--link-hover-color);
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}

a>code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: right;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not([type="week"]):not([type="time"])::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: right;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}

legend+* {
  clear: right;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none;
}

.container,
.container-fluid {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}

:root {
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
}

.row>* {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto>* {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1>* {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2>* {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3>* {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.row-cols-4>* {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5>* {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6>* {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-right: 8.33333333%;
}

.offset-2 {
  margin-right: 16.66666667%;
}

.offset-3 {
  margin-right: 25%;
}

.offset-4 {
  margin-right: 33.33333333%;
}

.offset-5 {
  margin-right: 41.66666667%;
}

.offset-6 {
  margin-right: 50%;
}

.offset-7 {
  margin-right: 58.33333333%;
}

.offset-8 {
  margin-right: 66.66666667%;
}

.offset-9 {
  margin-right: 75%;
}

.offset-10 {
  margin-right: 83.33333333%;
}

.offset-11 {
  margin-right: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }

  .row-cols-sm-auto>* {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sm-1>* {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sm-2>* {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sm-3>* {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .row-cols-sm-4>* {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-sm-5>* {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-sm-6>* {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-sm-0 {
    margin-right: 0;
  }

  .offset-sm-1 {
    margin-right: 8.33333333%;
  }

  .offset-sm-2 {
    margin-right: 16.66666667%;
  }

  .offset-sm-3 {
    margin-right: 25%;
  }

  .offset-sm-4 {
    margin-right: 33.33333333%;
  }

  .offset-sm-5 {
    margin-right: 41.66666667%;
  }

  .offset-sm-6 {
    margin-right: 50%;
  }

  .offset-sm-7 {
    margin-right: 58.33333333%;
  }

  .offset-sm-8 {
    margin-right: 66.66666667%;
  }

  .offset-sm-9 {
    margin-right: 75%;
  }

  .offset-sm-10 {
    margin-right: 83.33333333%;
  }

  .offset-sm-11 {
    margin-right: 91.66666667%;
  }

  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }

  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }

  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }

  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }

  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

  .row-cols-md-auto>* {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1>* {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2>* {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3>* {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .row-cols-md-4>* {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5>* {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6>* {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-md-0 {
    margin-right: 0;
  }

  .offset-md-1 {
    margin-right: 8.33333333%;
  }

  .offset-md-2 {
    margin-right: 16.66666667%;
  }

  .offset-md-3 {
    margin-right: 25%;
  }

  .offset-md-4 {
    margin-right: 33.33333333%;
  }

  .offset-md-5 {
    margin-right: 41.66666667%;
  }

  .offset-md-6 {
    margin-right: 50%;
  }

  .offset-md-7 {
    margin-right: 58.33333333%;
  }

  .offset-md-8 {
    margin-right: 66.66666667%;
  }

  .offset-md-9 {
    margin-right: 75%;
  }

  .offset-md-10 {
    margin-right: 83.33333333%;
  }

  .offset-md-11 {
    margin-right: 91.66666667%;
  }

  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }

  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }

  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }

  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .row-cols-lg-auto>* {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1>* {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2>* {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3>* {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .row-cols-lg-4>* {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5>* {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6>* {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-lg-0 {
    margin-right: 0;
  }

  .offset-lg-1 {
    margin-right: 8.33333333%;
  }

  .offset-lg-2 {
    margin-right: 16.66666667%;
  }

  .offset-lg-3 {
    margin-right: 25%;
  }

  .offset-lg-4 {
    margin-right: 33.33333333%;
  }

  .offset-lg-5 {
    margin-right: 41.66666667%;
  }

  .offset-lg-6 {
    margin-right: 50%;
  }

  .offset-lg-7 {
    margin-right: 58.33333333%;
  }

  .offset-lg-8 {
    margin-right: 66.66666667%;
  }

  .offset-lg-9 {
    margin-right: 75%;
  }

  .offset-lg-10 {
    margin-right: 83.33333333%;
  }

  .offset-lg-11 {
    margin-right: 91.66666667%;
  }

  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }

  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }

  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }

  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .row-cols-xl-auto>* {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1>* {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2>* {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3>* {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .row-cols-xl-4>* {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5>* {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6>* {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xl-0 {
    margin-right: 0;
  }

  .offset-xl-1 {
    margin-right: 8.33333333%;
  }

  .offset-xl-2 {
    margin-right: 16.66666667%;
  }

  .offset-xl-3 {
    margin-right: 25%;
  }

  .offset-xl-4 {
    margin-right: 33.33333333%;
  }

  .offset-xl-5 {
    margin-right: 41.66666667%;
  }

  .offset-xl-6 {
    margin-right: 50%;
  }

  .offset-xl-7 {
    margin-right: 58.33333333%;
  }

  .offset-xl-8 {
    margin-right: 66.66666667%;
  }

  .offset-xl-9 {
    margin-right: 75%;
  }

  .offset-xl-10 {
    margin-right: 83.33333333%;
  }

  .offset-xl-11 {
    margin-right: 91.66666667%;
  }

  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }

  .row-cols-xxl-auto>* {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxl-1>* {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxl-2>* {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxl-3>* {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .row-cols-xxl-4>* {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxl-5>* {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxl-6>* {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xxl-0 {
    margin-right: 0;
  }

  .offset-xxl-1 {
    margin-right: 8.33333333%;
  }

  .offset-xxl-2 {
    margin-right: 16.66666667%;
  }

  .offset-xxl-3 {
    margin-right: 25%;
  }

  .offset-xxl-4 {
    margin-right: 33.33333333%;
  }

  .offset-xxl-5 {
    margin-right: 41.66666667%;
  }

  .offset-xxl-6 {
    margin-right: 50%;
  }

  .offset-xxl-7 {
    margin-right: 58.33333333%;
  }

  .offset-xxl-8 {
    margin-right: 66.66666667%;
  }

  .offset-xxl-9 {
    margin-right: 75%;
  }

  .offset-xxl-10 {
    margin-right: 83.33333333%;
  }

  .offset-xxl-11 {
    margin-right: 91.66666667%;
  }

  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}

.d-inline {
  display: inline;
}

.d-inline-block {
  display: inline-block;
}

.d-block {
  display: block;
}

.d-grid {
  display: grid;
}

.d-inline-grid {
  display: inline-grid;
}

.d-flex {
  display: flex;
}

.d-inline-flex {
  display: inline-flex;
}

.d-none {
  display: none;
}

.justify-content-start {
  justify-content: flex-start;
}

.justify-content-end {
  justify-content: flex-end;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.m-0 {
  margin: 0;
}

.m-1 {
  margin: 0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

.m-3 {
  margin: 1rem;
}

.m-4 {
  margin: 1.5rem;
}

.m-5 {
  margin: 3rem;
}

.m-auto {
  margin: auto;
}

.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-3 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-4 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.mx-5 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-4 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-5 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.mt-0 {
  margin-top: 0;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 1rem;
}

.mt-4 {
  margin-top: 1.5rem;
}

.mt-5 {
  margin-top: 3rem;
}

.mt-auto {
  margin-top: auto;
}

.me-0 {
  margin-left: 0;
}

.me-1 {
  margin-left: 0.25rem;
}

.me-2 {
  margin-left: 0.5rem;
}

.me-3 {
  margin-left: 1rem;
}

.me-4 {
  margin-left: 1.5rem;
}

.me-5 {
  margin-left: 3rem;
}

.me-auto {
  margin-left: auto;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 1rem;
}

.mb-4 {
  margin-bottom: 1.5rem;
}

.mb-5 {
  margin-bottom: 3rem;
}

.my-04 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

/* Start Style Header ============= */
header a {
  color: #242424;
  font-size: 0.95rem;
}

div.hx-top-header {
  align-items: center;
  justify-content: space-between;
}

div.hx-aghahi {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}

div.hx-aghahi a.ab-aghahi {
  position: relative;
  background-color: #242424;
  padding: 0.7rem 1.4rem;
  font-size: 0.9rem;
  color: #ffffff;
  border-radius: 1rem;
  overflow: hidden;
  z-index: 1;
}

div.hx-aghahi a.ab-aghahi::after {
  content: "";
  position: absolute;
  bottom: auto;
  border-radius: 0 0 75% 75%/0 0 50% 50%;
  background: #dd0426;
  width: 100%;
  left: 0;
  height: 0;
  transition: 0.5s;
  z-index: -1;
  top: 0;
}

div.hx-aghahi a.ab-aghahi:hover::after {
  transition: height 0.5s ease-in-out;
  height: 150%;
}

div.hex-menu {
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  border: 0.1rem solid #E5E5E5;
  padding: 1.2rem 1.2rem;
  margin: 1rem auto;
  border-radius: 2rem;
  display: flex;
  position: relative;
  z-index: 999;
}

@media (max-width: 991px) {
  .hex-menu::after {
    content: "منو";
    position: absolute;
    right: 3.4rem;
    transform: rotate(-90deg);
    top: 33%;
  }
}

ul.hx-ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 0;
  padding: 0;
}

ul.hx-ul li {
  position: relative;
  padding: 0.3rem 0;
}

ul.hx-ul li.menu-item-has-children {
  margin-left: 0.8rem;
}

@media (min-width: 992px) {
  ul.hx-ul li.menu-item-has-children::before {
    content: "";
    position: absolute;
    width: 0.4rem;
    height: 0.4rem;
    top: 0.9rem;
    left: -0.65rem;
    border-right: 0.125rem solid #242424;
    border-bottom: 0.125rem solid #242424;
    transform: rotate(45deg);
    transition: all 0.4s ease-in;
  }

  .logo-menu {
    display: none;
  }
}

ul.hx-ul ul.sub-menu {
  display: none;
  box-shadow: 0 0 10px rgb(116 32 241 / 9%), 8px 6px 10px -10px #06c4c93d;
  animation: fadeIn 0.3s ease forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

ul.hx-ul li:hover ul.sub-menu {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  position: absolute;
  background-color: #ffffff;
  margin-top: 0.3rem;
  padding: 1rem;
  width: 230px;
  max-width: 200px;
  list-style: none;
  border-radius: 0.8rem;
}

ul.hx-ul li:hover ul.sub-menu li a {
  margin-right: 0.2rem;
  display: flex;
  width: 100%;
  padding: 0;
  transition: all 0.3s;
}

ul.hx-ul li:hover ul.sub-menu li a::before {
  content: "";
  position: absolute;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background-color: #242424;
  right: -0.4375rem;
  top: calc(50% - 0.125rem);
  transition: all 0.3s;
}

ul.hx-ul li:hover ul.sub-menu li a:hover {
  margin-right: 0.3rem;
  color: #dd0426;
}

ul.hx-ul li:hover ul.sub-menu li a:hover::before {
  width: 0.5rem;
  background-color: #dd0426;
}

@media (max-width: 991px) {
  .main-menu .burger-menu {
    display: block;
    position: relative;
    z-index: 10;
    width: 2rem;
    /* height: 2rem; */
  }

  .main-menu .burger-menu span {
    position: absolute;
    margin-top: -0.1rem;
    margin-bottom: 0.1rem;
    margin-left: -0.1rem;
    top: 30%;
    user-select: none;
  }

  .main-menu .burger-menu span,
  .main-menu .burger-menu span::before,
  .main-menu .burger-menu span::after {
    display: block;
    width: 2rem;
    height: 0.1875rem;
    background-color: #242424;
    outline: 0.1rem solid transparent;
    transition-property: background-color, transform;
    transition-duration: 0.3s;
    transition-delay: 0.3s;
    transition-timing-function: cubic-bezier(0.85, 0.39, 0.13, 0.56);
    border-radius: 0.125rem;
  }

  .main-menu .burger-menu span::before,
  .main-menu .burger-menu span::after {
    position: absolute;
    content: "";
  }

  .main-menu .burger-menu span::before {
    top: -0.5625rem;
  }

  .main-menu .burger-menu span::after {
    top: 0.5625rem;
  }

  #ghost {
    position: fixed;
    z-index: 99;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
  }

  nav.nav-menu {
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    width: 90%;
    overflow: hidden;
    position: fixed;
    top: 0;
    bottom: 0;
    right: -300px;
    transition: all 0.5s;
    overflow-y: auto;
    z-index: 999;
  }

  nav.come-menumobile {
    visibility: visible;
    opacity: 1;
    height: 100%;
    right: 0 !important;
  }

  ul.hx-ul {
    display: flex;
    flex-direction: column;
    padding: 0.6rem 1.2rem;
    align-content: flex-start;
  }

  nav.nav-menu div.logo-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1rem;
  }

  nav.nav-menu span.close-menu-mobile {
    display: inline-flex;
    width: 1.4rem;
    height: 1.4rem;
    position: relative;
    margin-top: -0.1rem;
    margin-bottom: 0.1rem;
    margin-left: -0.1rem;
    top: 5%;
    left: 5%;
    user-select: none;
  }

  nav.nav-menu span.close-menu-mobile::before,
  nav.nav-menu span.close-menu-mobile::after {
    content: "";
    position: absolute;
    background-color: #242424;
    display: block;
    width: 1.4rem;
    height: 0.1875rem;
    outline: 0.1rem solid transparent;
    transition-property: background-color, transform;
    transition-duration: 0.3s;
    transition-delay: 0.3s;
    transition-timing-function: cubic-bezier(0.85, 0.39, 0.13, 0.56);
    border-radius: 0.125rem;
    top: 1rem;
  }

  nav.nav-menu span.close-menu-mobile::before {
    transform: rotate(45deg);
  }

  nav.nav-menu span.close-menu-mobile::after {
    transform: rotate(-45deg);
  }

  nav.nav-menu ul.hx-ul li {
    width: 100%;
  }

  nav.nav-menu ul.hx-ul li.menu-item-has-children ul.sub-menu {
    position: relative;
    display: none;
    width: 100%;
    padding: 0 0.8rem 0 0;
    margin-top: 0;
    box-shadow: none;
    visibility: visible;
    opacity: 1;
    list-style: none;
  }

  .nav-menu ul.hx-ul li.menu-item-has-children ul.sub-menu li {
    margin: 0;
  }

  .nav-menu ul.hx-ul li.menu-item-has-children ul.sub-menu li a {
    padding: 0.4rem 0;
  }

  .nav-menu ul.hx-ul li a {
    display: block;
    position: relative;
    width: 80%;
  }

  ul.hx-ul li:hover ul.sub-menu li a::before {
    right: -0.8rem;
  }

  .nav-menu ul.hx-ul li a .childer {
    position: absolute;
    left: -25%;
    cursor: pointer;
    top: 0.5rem;
    width: 25px;
    height: 25px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    transition: all 0.2s linear;
  }

  .nav-menu ul.hx-ul li a .childer.expand {
    transform: rotate(45deg);
  }
}

div.hx-search form.hx-search-form {
  padding: 0.3rem;
  border-radius: 0.8rem;
  border: 0.1rem solid #ffffff;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  background-color: #F0F1F4;
}

div.hx-search form.hx-search-form:focus-within {
  border: 0.1rem solid #dd0426;
  box-shadow: 0 0 0 2px rgba(221, 4, 38, 0.1);
}

div.hx-search form.hx-search-form input.hx-input-search {
  border: none;
  width: 100%;
  background: none;
  outline: none;
}

@media (max-width: 375px) {
  div.hx-search form.hx-search-form input.hx-input-search {
    max-width: 8rem;
  }
}

div.hx-search form.hx-search-form input::placeholder {
  font-size: 0.8rem;
}

div.hx-search form button.hx-search-button {
  background: none;
  border: none;
  border-right: 0.1rem solid #d6d6d6;
  height: 1.5rem;
  transition: 0.3s;
}

div.hx-search form button.hx-search-button:hover {
  color: #dd0426;
  border-right: 0.1rem solid #dd0426;
}

div.hx-search form button.hx-search-button i {
  display: flex;
}

/* END Style Header ============= */

/* Start Style Intro View =========== */
div.bg-bukanamlak {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: auto;
  border-radius: 1rem;
  overflow: hidden;
}

img.hx-1920 {
  width: 100%;
}

div.h1-home {
  position: absolute;
  z-index: 2;
  top: 40%;
  text-align: center;
  width: 100%;
  color: #ffffff;
}

div.h1-home h1,
div.h1-home p {
  text-shadow: 0 0.2rem 1rem #000;
}

span.vosat {
  position: relative;
  font-size: 3rem;
}

/* END Style Intro View =========== */

/* Start Home Category Links ========== */
div.home-category {
  display: flex;
  flex-wrap: wrap;
  gap: 1%;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}

div.home-category::before {
  content: "";
  position: absolute;
  background-color: #F0F1F4;
  width: 100%;
  height: 60%;
  right: 0;
  left: 0;
  border-radius: 1rem;
  z-index: -1;
}

div.home-category div.item-category {
  background-color: #ffffff;
  border: 0.05rem dashed #707070;
  border-radius: 1rem;
  width: 13%;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media (max-width: 425px) {
  div.home-category div.item-category {
    width: 49.5%;
    margin-bottom: 0.5rem;
  }
}

@media (min-width: 426px) {
  div.home-category div.item-category {
    width: 32.6%;
    margin-bottom: 0.5rem;
  }
}

@media (min-width: 900px) {
  div.home-category div.item-category {
    width: 13%;
    height: 100%;
  }
}

div.home-category div.item-category a {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
  color: #242424;
}

div.home-category div.item-category a i {
  font-size: 1.8rem;
  background-color: #F0F1F4;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

/* END Home Category Links ========== */

/* Start Style Carousel File Home ========= */
section.carousel-file {
  background-color: #F0F1F4;
  padding: 2rem 0;
}

.swiper-wrapper {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

div.swiper-slide {
  background-color: #ffffff;
  border: 0.05rem dashed #707070;
  border-radius: 1rem;
  overflow: hidden;
  /* padding: 1rem; */
  transition: all 0.3s;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}

div.swiper-slide:hover {
  border-color: #dd0426;
  box-shadow: 0 0.2rem 0.5rem 0 #dd042626;
}

a.img-cart {
  position: relative;
  display: block;
}

a.img-cart::before {
  content: "";
  position: absolute;
  /* background-color: #707070; */
  border: 0.1rem dashed #04011C;
  width: 1rem;
  height: 1rem;
  left: 0;
  bottom: 0;
  border-radius: 0.3rem 1rem 0.3rem 0.4rem;
}

a.img-cart::after {
  content: "";
  position: absolute;
  background-color: #04011C;
  width: 0.4rem;
  height: 0.4rem;
  left: 0.25rem;
  bottom: 0.25rem;
  border-radius: 50%;
}

a.img-cart img {
  position: relative;
  border: 0.1rem solid #d3d3d3;
  border-radius: 0.6rem 0.6rem 0.6rem 3rem;
  max-width: 100%;
  max-height: 260px;
}


.title-cart {
  font-size: 1.2rem;
  margin: 1rem auto;
  font-weight: bold;
  text-align: center;
}

.title-cart a {
  color: #242424;
}

div.price-cart {
  font-size: 0.9rem;
}

div.price-cart .metrazh,
div.price-cart .price-metr,
div.price-cart .price-all {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

div.price-cart .metrazh,
div.price-cart .price-metr {
  border-bottom: 0.05rem dashed #F0F1F4;
}

div.price-cart .price-all .woocommerce-Price-amount {
  color: #dd0426;
}

.swiper-button-next,
.swiper-button-prev {
  width: 2rem;
  height: 2.6rem;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  position: relative;
  font-size: 1rem;
  background-color: #242424;
  color: #fff;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: .8;
  line-height: 0;
}

div.ba-bgcolor {
  background-color: #F0F1F4;
  padding: 2rem;
  border-radius: 1rem;
}

@media (max-width: 768px) {
  div.ba-bgcolor {
    padding: 1rem;
  }
}

/* END Style Carousel File Home ========= */

/* Start Content Home Center ========= */
div.content-home .ba-content-img {
  text-align: center;
}

div.content-home .ba-content-img img {
  border-radius: 1rem;
}

/* END Content Home Center ========= */

/* Start Banner Luxury ============== */
a.ba-luxury {
  color: #242424;
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

a.ba-luxury img {
  border-radius: 1rem;
  border: 0.15rem solid #fff;
  transition: 0.3s;
}

a.ba-luxury img:hover {
  border-color: #dd0426;
  box-shadow: 0 0.4rem 1rem 0 #dd042645;
}

a.ba-luxury .ba-luxury-title {
  position: relative;
  background-color: #d6d6d6d4;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  bottom: 3rem;
  border-radius: 1rem;
  padding: 0.5rem 1rem;
  transition: 0.3s;
}

a.ba-luxury:hover .ba-luxury-title {
  background-color: #dd0426;
  color: #fff;
}

/* END Banner Luxury ============== */

/* Start Call To Action Home Page =========== */
.home-bg-cta {
  position: relative;
}

.home-bg-cta::before {
  content: "";
  position: absolute;
  background-color: #050033;
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
}

div.ba-cta {
  position: relative;
  background-color: #050033;
  color: #fff;
  border-radius: 1rem;
  padding: 2rem;
}

span.ba-cta-tarh {
  position: absolute;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  right: 0;
  border-radius: 0 0 1rem 1rem;
}

span.ba-cta-tarh span {
  background-color: #dd0426;
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  margin: 0.8rem;
}

.ba-title-founder {
  margin-top: 4rem;
}

.ba-about-founder p {
  font-size: 0.9rem;
}

.ba-about-founder ul {
  font-size: 0.9rem;
}

.ba-about-founder ul li::marker {
  color: #dd0426;
}

.home-hamkari {
  margin-bottom: 1rem;
}

.home-hamkari a {
  position: relative;
  background-color: #CCC9E7;
  color: #242424;
  padding: 0.9rem 1.8rem;
  border-radius: 1rem;
  display: inline-flex;
  overflow: hidden;
  z-index: 1;
  transition: 0.5s;
}

.home-hamkari a::after {
  content: "";
  position: absolute;
  bottom: auto;
  border-radius: 0 0 75% 75% / 0 0 50% 50%;
  background: #dd0426;
  width: 100%;
  left: 0;
  height: 0;
  transition: 0.5s;
  z-index: -1;
  top: 0;
}

.home-hamkari a:hover {
  color: #fff;
}

.home-hamkari a:hover::after {
  transition: height 0.5s ease-in-out;
  height: 150%;
}

div.cart-founders {
  display: flex;
  flex-wrap: wrap;
  gap: 1%;
}

div.founders {
  position: relative;
  background-color: #fff;
  color: #242424;
  border-radius: 1rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (min-width: 425px) {
  div.founders {
    width: 49.5%;
  }
}

@media (max-width: 425px) {
  div.founders {
    margin-bottom: 1rem;
  }
}

div.founders img {
  margin-bottom: 0.8rem;
}

div.founders span.ba-founder {
  position: absolute;
  bottom: 6rem;
  left: 0;
  background-color: #fff;
  padding: 0.2rem 0.5rem;
  border-radius: 0 1rem 1rem 0;
  font-size: 0.9rem;
}

div.founders span.name-founder {
  font-size: 1.1rem;
}

div.founders span.phone-founder {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

/* END Call To Action Home Page =========== */

/* Start Style Blog Article Home ============= */
h2.blog-title-home {
  font-size: 1.4rem;
  text-align: center;
}

h2.blog-title-home a {
  color: #242424;
}

.ba-blog div.swiper-slide {
  padding: 0;
}

.ba-blog {
  padding: 1rem 0;
}

.img-blog img {
  border-radius: 1rem 1rem 0.2rem 0.2rem;
}

h3.title-blog {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  margin: 0.8rem;
}

h3.title-blog a {
  color: #242424;
}

span.blog-more {
  display: block;
  margin: 0.8rem;
  font-size: 0.8rem;
}

/* END Style Blog Article Home ============= */

/* Start Style Footer ================= */
footer#footer {
  margin-top: 4rem;
}

.footer-top {
  position: relative;
  margin-right: auto;
}

.justify-content-footer {
  justify-content: flex-end;
}

.footer-top::before {
  content: "";
  background-color: #050033;
  position: absolute;
  height: 72%;
  border-radius: 0 100px 0px 0;
  width: 59vw;
  left: 0;
  bottom: 0;
  z-index: -2;
}

.footer-top::after {
  content: "";
  background-color: #dd0426;
  border-radius: 0 65px 0px 0;
  position: absolute;
  right: auto;
  left: 0;
  height: 100%;
  bottom: 0;
  z-index: -1;
  width: 57vw;
}

@media (max-width: 768px) {
  .footer-top::after {
    width: 100%;
    border-radius: 0;
    border-top: 0.3rem solid #050033;
  }

  .justify-content-footer {
    justify-content: center;
  }
}

.ba-footer-top {
  color: #d3d3d3;
  padding-block: 1rem;
}

div.footer-content {
  background-color: #04011C;
  color: #d3d3d3;
  padding: 2rem 0 1rem;
}

.ba-footer-logo {
  margin-top: -6rem;
}

@media (max-width: 768px) {
  .ba-footer-logo {
    margin-top: 0;
  }
}

.ba-footer-about {
  font-size: 0.8rem;
  margin-top: 2rem;
  text-align: center;
}

.ba-footer-cta {
  background-color: #050033;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  padding: 2rem;
  border-radius: 1rem;
  font-size: 0.9rem;
}

@media (max-width: 992px) {
  .ba-footer-cta {
    justify-content: center;
  }
}

.ba-footer-cta .footer-cta {
  margin-right: 1rem;
  position: relative;
}

.ba-footer-cta .footer-cta::before {
  content: "";
  position: absolute;
  background-color: #dd0426;
  width: 1rem;
  height: 1rem;
  top: 0.2rem;
  right: -1.4rem;
  border-radius: 0.35rem;
}

ul.ba-footer-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  font-size: 0.8rem;
  margin: 1rem auto;
}

ul.ba-footer-list li::marker {
  color: #dd0426;
}

ul.ba-footer-list li a {
  color: #d3d3d3;
}

.ba-footer-copyright {
  border-top: 0.05rem dashed #495057;
  padding-top: 1rem;
  font-size: 0.9rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 768px) {
  .ba-footer-copyright {
    justify-content: center;
  }
}

.ba-footer-social a {
  color: #d3d3d3;
  font-size: 1.4rem;
}

/* END Style Footer ================= */

/* Start Woocommerce Style All =============== */

/* Start Style Single Product ------------- */
main#main {
  position: relative;
}

.ba-single-bg {
  position: absolute;
  background-color: #e5e5e5;
  width: 100%;
  height: 20rem;
  top: 0;
  z-index: -1;
}

.breadcrumb {
  font-size: 0.9rem;
  padding-top: 0.6rem;
  padding-bottom: 1rem;
}

.breadcrumb p {
  margin: 0;
}


div.product {
  display: flex;
  flex-wrap: wrap;
  gap: 1%;
}

div.summary {
  width: 59.5%;
}

.bukanamlak-gallery {
  width: 39.5%;
  margin-bottom: 1rem;
}

@media (min-width: 769px) and (max-width: 1024px) {

  div.summary,
  .bukanamlak-gallery {
    width: 49.5%;
  }
}

@media (max-width: 768px) {

  div.summary,
  .bukanamlak-gallery {
    width: 100%;
  }

  /* .bukanamlak-gallery {
    margin-top: 2rem;
  } */
}

h1.entry-title {
  position: relative;
  font-size: 1.7rem;
  font-weight: bold;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

h1.entry-title::before {
  content: "";
  position: absolute;
  right: -1rem;
  top: -.3rem;
  background: #CCC9E7;
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
  z-index: -1
}

.intro-estate {
  background-color: #fff;
  padding: 1rem;
  border-radius: 1rem;
  border: 0.1rem dashed #cdcdcd;
}

.product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

.product-meta i {
  font-size: 1.2rem;
  color: #808080;
  line-height: 0;
}

.product-meta p {
  margin: 0;
}

.list-relevance {
  margin-bottom: 0;
}

p.mahale span.line-mahale {
  color: #dd0426;
}

.estate-tags .line-mahale {
  color: #dd0426;
}

.sharayet-forosh {
  position: relative;
  font-size: 0.9rem;
  /* margin-top: 0.8rem; */
  margin-bottom: 0.5rem;
  border-bottom: 0.1rem dashed #cdcdcd;
  padding-bottom: 0.3rem;
  z-index: 1;
}

.sharayet-forosh::before {
  content: "";
  position: absolute;
  right: -0.6rem;
  top: -0.3rem;
  background: #CCC9E7;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 100%;
  z-index: -1;
}

.sharayet-forosh span.sharayet-foroosh {
  margin-right: 0.2rem;
}

div.ba-real-estate {
  padding-bottom: 0.3rem;
  margin: 0;
  margin-bottom: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem;
  justify-content: space-between;
  align-items: center;
  font-size: 0.9rem;
}

div.ba-real-estate p {
  margin: 0;
  width: 100%;
  border-bottom: 0.1rem dashed #cdcdcd;
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem;
  justify-content: space-between;
  align-items: center;
}

ul.ba-real-estate {
  list-style: none;
  padding: 0;
  padding-bottom: 0.3rem;
  margin: 0;
  margin-bottom: 0.5rem;
  border-bottom: 0.1rem dashed #cdcdcd;
  display: flex;
  flex-wrap: nowrap;
  gap: 0.2rem;
  justify-content: space-between;
  align-items: center;
  font-size: 0.9rem;
}

p.property-address,
.woocommerce-product-details__short-description {
  font-size: 0.9rem;
}

.woocommerce-product-details__short-description p {
  margin: 0;
}

.update-price-time {
  position: relative;
  font-size: 0.9rem;
}

.update-price-time::before {
  content: "";
  position: absolute;
  right: 0rem;
  top: 0.2rem;
  background: #dd0426;
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  z-index: -1;
}

.update-price-time span.real-date {
  margin-right: 1.2rem;
}

.update-price-time span.state-date {
  color: #dd0426;
}

span.estate-views {
  font-size: 0.9rem;
  display: none;
}

div.price-real-estate {
  background-color: #f5f5f5;
  border: 0.1rem dashed #e5e5e5;
  font-size: 0.9rem;
  padding: 1rem;
  border-radius: 1rem;
}

div.price-real-estate .price-metrazh p,
div.price-real-estate .price-meter p,
div.price-real-estate .price-estate,
div.price-real-estate .price-estate p {
  display: flex;
  gap: 0.2rem;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: 0.1rem dashed #cdcdcd;
}

div.price-real-estate .price-estate,
div.price-real-estate .price-estate p {
  border-bottom: none;
  width: 100%;
}

div.price-real-estate .price-estate p strong {
  color: #242424;
}

div.price-real-estate .price-metrazh p {
  margin-bottom: 0.5rem;
}

div.price-real-estate .price-estate p {
  margin: 0;
}

div.price-real-estate .price-estate,
div.price-real-estate .price-meter {
  margin-top: 0.6rem;
}

div.price-real-estate .price-estate p.price {
  color: #dd0426;
  font-weight: bold;
}

.home div.price-real-estate,
.archive div.price-real-estate {
  background-color: transparent;
  border: none;
  padding: 0;
  margin-top: 0.5rem;
}

.single-call-to-action {
  position: relative;
  background-color: #fff;
  border: 0.1rem dashed #cdcdcd;
  border-radius: 1rem;
  margin-top: 3rem;
  padding: 1rem;
}

.ba-scta {
  position: absolute;
  background-color: #DDEFE4;
  font-size: 0.9rem;
  padding: 0.5rem 1rem;
  border-radius: 0.8rem;
  top: -1.3rem;
}

.ba-scta i.bi.bi-app-indicator {
  color: #dd0426;
}

.bukanamlak-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}

.karshenas-1,
.karshenas-2 {
  display: flex;
  margin-top: 1rem;
}

.karshenas-1 img,
.karshenas-2 img {
  width: 6rem;
  height: auto;
  border-radius: 50%;
  margin-left: 1rem
}

.karshenas-phone {
  display: flex;
  flex-direction: column;
}

.karshenas-1 .karshenas-phone {
  /* border-left: 0.1rem dashed #707070; */
  padding-left: 0.6rem;
}

@media (max-width: 425px) {

  .karshenas-1 .karshenas-phone,
  .karshenas-2 .karshenas-phone {
    border-left: none;
    padding-left: 0;

  }

  .karshenas-1 {
    /* border-bottom: 0.1rem dashed #707070; */
    padding-bottom: 0.6rem;
    margin-bottom: 1rem;
  }
}

.karshenas-phone a {
  font-size: 1.2rem;
  color: #242424;
  font-weight: bold;
}

.karshenas-social {
  display: flex;
  gap: 0.5rem;
}

.karshenas-social a {
  font-size: 1.3rem;
}

.karshenas-social a.ba-whatsapp {
  color: #25d366;
}

.karshenas-social a.ba-telegram {
  color: #0088CC;
}

.bukanamlak-gallery .swiper {
  border-radius: 1rem;
}

.bukanamlak-gallery .swiper-wrapper {
  margin: 0;
}

.bukanamlak-gallery .hexella-single-swipers,
div.hexella-single-swiper {
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
}

.bukanamlak-gallery .hexella-single-swipers {
  margin-bottom: 0.5rem;
  border: 0.1rem dashed #707070;
}

.bukanamlak-gallery div.swiper-slide {
  background-color: #fff;
  border: 0.1rem dashed #e5e5e5;
  border-radius: 1rem;
  overflow: hidden;
  padding: 0.6rem;
}

.bukanamlak-gallery div.swiper-slide-thumb-active {
  border: 0.1rem dashed #707070;
}

.bukanamlak-gallery div.swiper-slide img {
  width: 100%;
  height: auto;
  border-radius: 1rem;
}

div.hexella-single-swiper .swiper-button-next,
div.hexella-single-swiper .swiper-button-prev {
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
}

div.hexella-single-swiper .swiper-button-next {
  left: 0;
}

div.hexella-single-swiper .swiper-button-prev {
  right: 0;
}

div.hexella-single-swiper .swiper-button-next::after,
div.hexella-single-swiper .swiper-button-prev::after {
  width: 1.4rem;
  height: 1.4rem;
  font-size: 0.8rem;
}

button.f-button.is-arrow.is-prev,
button.f-button.is-arrow.is-next {
  width: 1.4rem;
  height: 1.4rem;
}

button.f-button.is-arrow.is-prev::before,
button.f-button.is-arrow.is-next::before {
  content: initial;
}

button.f-button.is-arrow.is-prev {
  left: 1rem !important;
}

button.f-button.is-arrow.is-next {
  right: 1rem !important;
}

button.f-button.is-arrow.is-prev svg,
button.f-button.is-arrow.is-next svg {
  width: 1rem;
}

.bukanamlak-tabs-wrapper {
  margin-top: 1rem;
  width: 100%;
}

div.wc-tab {
  position: relative;
  border: 0.1rem dashed #707070;
  border-radius: 1rem;
  padding: 2rem;
  margin-top: 3rem;
}

div#tab-description {
  margin-top: 1.5rem;
}

div.wc-tab .ba-description,
div.wc-tab .property-details {
  position: absolute;
  top: -1.6rem;
  background-color: #CCC9E7;
  padding: 0.6rem 1rem;
  border-radius: 1rem;
  font-size: 0.9rem;
}

div.wc-tab .ba-description i,
div.wc-tab .property-details i {
  margin-left: 0.4rem;
  font-size: 1rem;
}

div.features-facilities {
  padding: 0;
  border: none;
  border-radius: 0;
  margin-top: 3rem;
}

div.features-facilities .property-details {
  position: relative;
  top: 0;
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  font-size: 0.9rem;
  border-top: 0.1rem dashed #cdcdcd;
}

div.features-facilities .property-details span {
  position: relative;
  top: -1.5rem;
  background-color: #CCC9E7;
  padding: 0.6rem 1rem;
  border-radius: 1rem;
  font-size: 0.9rem;
  display: inline-flex;
}

.bukanamlak-features-facilities ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1%;
}

.bukanamlak-features-facilities ul li {
  position: relative;
  width: 49.5%;
  border-bottom: 0.1rem dashed #cdcdcd;
  margin-bottom: 0.6rem;
  padding-bottom: 0.2rem;
  padding-right: 1.1rem;
}

.bukanamlak-features-facilities ul li::before {
  content: "\F26F";
  position: absolute;
  right: 0;
  top: 0.3rem;
  color: red;
}

@media (max-width: 600px) {
  .bukanamlak-features-facilities ul li {
    width: 100%;
  }
}

figure.wp-block-video {
  width: fit-content;
  margin: 0 auto;
}

.h_iframe-aparat_embed_frame {
  width: 50%;
  margin: 1rem auto;
  border-radius: 1rem;
  overflow: hidden;
}

@media (max-width: 768px) {
  .h_iframe-aparat_embed_frame {
    width: 100%;
  }
}

.estate-features {
  display: flex;
  flex-wrap: wrap;
  gap: 1%;
  margin-top: 1rem;
}

.estate-features p {
  width: 24.2%;
  padding-bottom: 0.2rem;
  border-bottom: 0.1rem dashed #cdcdcd;
}


@media (max-width: 375px) {
  .estate-features p {
    width: 100%;
  }

  .estate-features p:last-child {
    border: none;
  }
}

@media (min-width: 376px)and (max-width: 767px) {
  .estate-features {
    gap: 4%;
  }

  .estate-features p {
    width: 48%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .estate-features {
    gap: 1%;
  }

  .estate-features p {
    width: 32.6%;
  }
}



/* END Style Single Product ------------- */

/* Start Style Archive Procuvt --------------------- */

.ba-archive-bg {
  position: absolute;
  background-color: #e5e5e5;
  width: 100%;
  height: 20rem;
  top: 0;
  z-index: -1;
}

h1.page-title {
  margin-bottom: 2rem;
}

.listing-amlak {
  position: relative;
  background-color: #ffffff;
  padding: 1rem;
  border-radius: 1rem;
  border: 0.1rem dashed #cdcdcd;
}

form.woocommerce-ordering {
  display: none;
}

.ba-orderby {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  font-size: 0.9rem;
}

.ba-orderby .wc-ajax-chips {
  order: 1;
}

.ba-orderby p.woocommerce-result-count {
  order: 2;
  margin: 0;
}

@media (max-width: 425px) {
  p.woocommerce-result-count {
    position: absolute;
    top: -1.4rem;
    left: 0.3rem;
  }
}

span.ba-sort {
  display: inline-flex;
  align-items: center;
}

span.ba-sort i {
  font-size: 1.2rem;
  margin-left: 0.2rem;
}

.wc-sort-chips {
  display: flex;
  gap: .75rem;
  margin: 1rem 0;
  flex-wrap: wrap;
}

.wc-sort-chips .chip {
  border: 0.1rem solid #cdcdcd;
  padding: 0.2rem 0.9rem;
  border-radius: 1rem;
  font-size: .9rem;
  transition: all .2s;
}

.wc-sort-chips .chip.active,
.wc-sort-chips .chip:hover {
  background: #f5f5f5;
  border-color: #aaa;
}

.wc-sort-chips input {
  display: none;
}

.plp-relevance {
  margin: 1.4rem 0 0.5rem;
  font-size: 0.9rem;
}

.plp-relevance ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.plp-relevance ul li {
  margin-left: 0.2rem;
  margin-bottom: 0.2rem;
}

.plp-relevance ul li a {
  border: 0.1rem dashed #0000ee;
  border-radius: 1rem;
  padding: 0.4rem 1rem;
  display: inline-flex;
}

.row-products,
.archive-posts-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 1rem
}

.ba-cart-product {
  position: relative;
  border: 0.1rem dashed #cdcdcd;
  border-radius: 1rem;
  padding: 1rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.5s ease;
}

.ba-cart-product:hover {
  border-color: #dd0426;
  box-shadow: 0 0.5rem 0.8rem #dd04261c;
}

.ba-cart-product::after {
  content: "";
  position: absolute;
  background-color: #dd0426;
  width: 0;
  height: 0.4rem;
  right: calc(65% - 30%);
  bottom: -0.2rem;
  transition: all 0.5s ease;
  border-radius: 1rem;
  box-shadow: 0 0.2rem 0.8rem #dd0426;
}

.ba-cart-product:hover::after {
  width: 25%;
}

.ba-cart-product a.ba-item-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  border-radius: 0.6rem;
  overflow: hidden;
}

.ba-cart-product a.ba-item-img img {
  border-radius: 0.6rem;
}

.ba-cart-product h2.ba-item-h,
.ba-cart-product h3.ba-item-h {
  font-size: 1.1rem;
  margin-top: 1rem;
  font-weight: bold;
}

.ba-cart-product h2.ba-item-h a,
.ba-cart-product h3.ba-item-h a {
  color: #242424;
}

.price-item {
  font-size: 0.85rem;
}

.price-item .price-metrazh div {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem;
  justify-content: space-between;
  align-items: center;
  border-top: 0.1rem dashed #cdcdcd;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}

.price-item .price-estate {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem;
  align-items: center;
  justify-content: space-between;
  border-top: 0.1rem dashed #cdcdcd;
  padding-top: 0.4rem;
}

.price-item .price-estate p {
  margin: 0;
  font-weight: bold;
}

nav.woocommerce-pagination {
  margin: 2rem auto;
}

ul.page-numbers {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
}

ul.page-numbers li a {
  background-color: #ffffff;
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #242424;
  border: 0.1rem dashed #cdcdcd;
  border-radius: 0.5rem;
  transition: all 0.5s ease;
}

ul.page-numbers li a:hover {
  border-color: #dd0426;
  color: #dd0426;
}

ul.page-numbers li span {
  background-color: #ffffff;
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #dd0426;
  border: 0.1rem dashed #dd0426;
  border-radius: 0.5rem;
  transition: all 0.5s ease;
}

.term-description {
  margin-top: 3rem;
}

.term-description .aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: flex;
  border-radius: 0.8rem;
  margin-bottom: 2rem;
}

/* Start Style Aside Sidebar Real Estate ------------ */
aside.plp-sidebar {
  background-color: #ffffff;
  padding: 1rem;
  border-radius: 1rem;
  border: 0.1rem dashed #cdcdcd;
}

.filter-icon {
  display: none;
}

@media (max-width: 900px) {
  .listing-amlak {
    margin-top: 1rem;
  }

  .filter-icon {
    position: relative;
    top: 0;
    display: flex;
    align-items: center;
    gap: .3rem;
    font-size: 1rem;
    line-height: .7;
    margin-top: 1rem;
  }

  .aside-pcat {
    position: fixed;
    transform: translate(-100%, 0);
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    z-index: 1025;
  }

  aside.plp-sidebar.hx-aside {
    transition: all 0.5s ease;
    transform: translateX(0);
    margin-bottom: 2rem;
    padding: 1rem;
  }

  span.filter-icon.filter-icon-close {
    margin-bottom: 0.3rem;
  }

  span.filter-icon.filter-icon-close i {
    font-size: 2rem;
  }
}


@media (max-width: 600px) {
  /* 1) هدف قرار دادن بلوک فیلتر قیمت دقیقاً بر اساس data-wp-key */
  /*html body .hx-sidebars-widgets [data-wp-key="woocommerce/product-filter-price2"],*/
  /*html body .hx-sidebars-widgets [data-wp-key="woocommerce/product-filter-price2"] .wc-block-product-filter-price-slider__content {*/
  /*  display: block !important;*/
  /*  visibility: visible !important;*/
  /*  opacity: 1 !important;*/
  /*  height: auto !important;*/
  /*  transform: none !important;*/
  /*  position: relative !important;*/
  /*}*/

  .wp-block-woocommerce-product-filters.wc-block-product-filters.is-layout-flex.wp-container-woocommerce-product-filters-is-layout-37936256.wp-block-product-filters-is-layout-flex {
    width: 100% !important;
  }

  button.wc-block-product-filters__open-overlay {
    display: none !important;
  }

  header.wc-block-product-filters__overlay-header {
    display: none !important;
  }

  footer.wc-block-product-filters__overlay-footer {
    display: none !important;
  }

  .wc-block-product-filters__overlay-content {
    overflow-y: visible !important;
  }

  html body .hx-sidebars-widgets .wc-block-product-filter--hidden {
    display: flex !important;
  }

  html body .hx-sidebars-widgets .wc-block-product-filters__overlay-dialog {
    transform: translateY(0) !important;
    position: relative !important;
    max-height: none !important;
  }

  html body .hx-sidebars-widgets .wc-block-product-filters__overlay {
    position: relative !important;
  }
}

.hx-sidebars-widgets {
  margin-top: 0.8rem;
  margin-bottom: 1.6rem;
  border-radius: 0.6rem;
}

p.sidebar-title {
  margin: 0 0 2rem 0;
}

.hx-remove-all-filters {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hx-remove-all-filters button.btn.hx-remove-filter-all {
  background: transparent;
  border: none;
  font-size: 0.9rem;
  color: #dd0426;
}

.hx-sidebars-widgets h4.wp-block-heading {
  font-size: 1rem;
  font-weight: 600;
  color: #dd0426;
  margin-bottom: 1rem;
}

.hx-sidebars-widgets .wc-block-product-filter-price-slider__content {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.hx-sidebars-widgets .wc-block-product-filter-price-slider__content div.wc-block-product-filter-price-slider__range {
  order: 2;
}

.hx-sidebars-widgets .wc-block-product-filter-price-slider__content div.wc-block-product-filter-price-slider__left {
  order: 1;
}

.hx-sidebars-widgets .wc-block-product-filter-price-slider__content div.wc-block-product-filter-price-slider__right {
  order: 3;
}


.hx-sidebars-widgets .wc-block-product-filter-price-slider__content div.text input[type=text] {
  width: 100%;
  max-width: 100%;
  border: 0.1rem dashed #707070;
  border-radius: 0.8rem;
}

.hx-sidebars-widgets .metraj-inputs {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-top: 1.2rem;
}

.hx-sidebars-widgets .metraj-inputs label {
  position: relative;
  margin-bottom: 1rem;
}

.hx-sidebars-widgets .metraj-inputs label span {
  position: absolute;
  top: -0.7rem;
  right: 0.8rem;
  background-color: #ffffff;
  padding: 0 0.1rem;
  font-size: 0.8rem;
}

.hx-sidebars-widgets .metraj-inputs label input {
  width: 100%;
  border: 0.1rem dashed #707070;
  border-radius: 0.8rem;
  padding: 0.5rem;
}

.hx-sidebars-widgets button.apply-metraj-filter {
  background-color: #242424;
  color: #ffffff;
  width: 100%;
  border-radius: 0.8rem;
  padding: 0.6rem;
  border: none;
  transition: all 0.3s;
}

.hx-sidebars-widgets button.apply-metraj-filter:hover {
  background-color: #dd0426;
}

/* END Style Aside Sidebar Real Estate ------------ */
/* END Style Archive Procuvt --------------------- */



/* END Soocommerce Style All =============== */


/* Start Page Contact US Dtyle ============ */
div.baf-call {
  background-color: #ffffff;
  border: 0.1rem dashed #cdcdcd;
  border-radius: 1rem;
  padding: 2rem;
  margin: 2rem 0;
  box-shadow: 0 0 2rem 0 #05003320;
}

div.baf-dec {
  margin: 2rem 0;
  padding-right: 2rem;
}

div.baf-dec::before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  background-color: #050033;
  border-radius: 50%;
  margin: 0.2rem -2rem 0 0;
  box-shadow: 0 0.2rem 0.7rem 0 #050033;
}

form.ba-contact-form {
  display: flex;
  flex-wrap: wrap;
  gap: 1%;
}

form.ba-contact-form p {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

form.ba-contact-form p.baf-intro {
  width: 32.6%;
}

@media (max-width: 620px) {
  form.ba-contact-form p.baf-intro {
    width: 100%;
  }
}

form.ba-contact-form p label {
  color: #0a193180;
  width: 100%;
}

form.ba-contact-form p input,
form.ba-contact-form p select,
form.ba-contact-form p textarea {
  padding: 0.7rem;
  border: 0.1rem solid #0a193180;
  border-radius: 0.7rem;
  margin-top: 0.3rem;
  margin-left: 1rem;
  width: 100%;
}

form.ba-contact-form p input:focus,
form.ba-contact-form p select:focus,
form.ba-contact-form p textarea:focus {
  color: #212529;
  background-color: #fff;
  border-color: #dd0426;
  outline: 0;
  box-shadow: 0 0 0 .25rem #dd042640;
}

form.ba-contact-form p.baf-dec-text textarea {
  max-height: 13.8rem;
}

form.ba-contact-form p.baf-dec-text {
  width: 100%;
}

form.ba-contact-form p input::placeholder,
form.ba-contact-form p select::placeholder,
form.ba-contact-form p textarea::placeholder {
  color: #0a193180;
  font-size: 0.8rem;
}

form.ba-contact-form p input:focus-visible,
form.ba-contact-form p select:focus-visible,
form.ba-contact-form p textarea:focus-visible {
  outline: none;
}

button.baf-submit {
  position: relative;
  background-color: #050033;
  color: #ffffff;
  border: none;
  padding: 0.9rem 2rem;
  border-radius: 1rem;
  overflow: hidden;
  z-index: 1;
  transition: 0.5s;
}

button.baf-submit::after {
  content: "";
  position: absolute;
  bottom: auto;
  border-radius: 0 0 75% 75% / 0 0 50% 50%;
  background: #dd0426;
  width: 100%;
  left: 0;
  height: 0;
  transition: 0.5s;
  z-index: -1;
  top: 0;
}

button.baf-submit:hover {
  color: #ffffff;
}

button.baf-submit:hover::after {
  transition: height 0.5s ease-in-out;
  height: 150%;
}

.form-success {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
}

/* END Page Contact US Dtyle ============ */

/* Start Style Real Estate AD ============== */
form.ba-contact-form p.baref-input {
  width: 32.5%;
}

form.ba-contact-form p.baref-input-address,
form.ba-contact-form p.baref-input-dec,
form.ba-contact-form p.baref-input-file-uplod {
  width: 49.5%;
}

@media (max-width: 768px) {

  form.ba-contact-form p.baref-input,
  form.ba-contact-form p.baref-input-address,
  form.ba-contact-form p.baref-input-dec,
  form.ba-contact-form p.baref-input-file-uplod {
    width: 100%;
  }
}

/* END Style Real Estate AD ============== */

.intro-estate ul.wp-block-list {
  font-size: 0.95rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  margin-top: 1rem;
}

.intro-estate ul.wp-block-list li {
  width: 32%;
}

@media (max-width: 375px) {
  .intro-estate ul.wp-block-list li {
    width: 100%;
  }
}

.intro-estate ul.wp-block-list li::marker {
  color: #dd0426;
}

@media (min-width: 376px) and (max-width: 578px) {
  .intro-estate ul.wp-block-list li {
    width: 49%;
  }
}

.ba-list-update {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
  margin: 1rem 0;
}

.ba-list-update .product-meta {
  margin: 0;
}

.list-estate {
  display: flex;
  flex-wrap: wrap;
  gap: 1%;
}

h1.title-estate {
  margin-top: 1rem;
}

.plp-links-relevance {
  margin-bottom: 2rem;
  font-size: 0.9rem;
}

.plp-links-relevance ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.plp-links-relevance ul li {
  margin-left: 0.2rem;
  margin-bottom: 0.2rem;
}

.plp-relevance ul li a {
  border: 0.1rem dashed #0000ee;
  border-radius: 1rem;
  padding: 0.4rem 1rem;
  display: inline-flex;
}

.list-estate .row-real-estate {
  width: 74%;
}

.list-estate .aside-estate {
  width: 25%;
}

@media (max-width: 900px) {

  .list-estate .row-real-estate,
  .list-estate .aside-estate {
    width: 100%;
  }
}

.screen-reader-text {
  display: none;
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  overflow-wrap: normal !important;
  padding: 0;
  position: absolute !important;
  width: 1px;
}

nav.pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  margin: 2rem auto 1rem;
}

a.page-numbers {
  background-color: #ffffff;
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #242424;
  border: 0.1rem dashed #cdcdcd;
  border-radius: 0.5rem;
  transition: all 0.5s ease;
}

a.page-numbers:hover {
  border-color: #dd0426;
  color: #dd0426;
}

a.prev,
a.next {
  display: none;
}

span.page-numbers.current {
  background-color: #ffffff;
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #dd0426;
  border: 0.1rem dashed #dd0426;
  border-radius: 0.5rem;
  transition: all 0.5s ease;
}

.taxonomy-description {
  position: relative;
  border: 0.1rem dashed #cdcdcd;
  border-radius: 1rem;
  margin-top: 2rem;
  padding: 2rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}

.metraj-filter-wrapper {
  margin-bottom: 1rem;
}

.price-slider__range {
  background: #fff;
  padding: 25px 20px 30px;
  border-radius: 15px;
  border: 1px solid #e0e0e0;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.07);
  margin-bottom: 30px;
}

.price-slider__range h4 {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  color: #242424;
}

.slider-container {
  position: relative;
  height: 0.8rem;
  margin: 1rem 0 2rem;
}

.slider-container input[type="range"] {
  position: absolute;
  width: 100%;
  pointer-events: none;
  -webkit-appearance: none;
  height: 0.6rem;
  top: 0;
  margin: 0;
  background: transparent;
  z-index: 2;
}

.slider-container input[type="range"]::-webkit-slider-thumb {
  pointer-events: all;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: #050033;
  border: 3px solid #fff;
  cursor: pointer;
  -webkit-appearance: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s, background 0.2s;
}

.slider-container input[type="range"]::-webkit-slider-thumb:hover {
  transform: scale(1.2);
  background: #dd0426;
}

.slider-track {
  position: absolute;
  height: 0.3rem;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 8px;
  background: #ddd;
  z-index: 1;
}

.slider-range {
  position: absolute;
  height: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 8px;
  background: #050033;
  z-index: 1;
}

.slider-values {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #555;
  font-weight: 500;
  margin-bottom: 20px;
}

.price-slider__range button {
  display: inline-block;
  background: #0073e6;
  color: #fff;
  font-weight: 600;
  padding: 12px 26px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  transition: 0.3s;
}

.price-slider__range button:hover {
  background: #005bb5;
}

/* موبایل */
@media (max-width: 768px) {
  .slider-container {
    height: 20px;
  }

  .price-slider__range button {
    width: 100%;
  }
}

span#estate-metraj-min-val,
span#estate-metraj-max-val,
span#price-min-val,
span#price-max-val,
input#estate-metraj-min-input,
input#estate-metraj-max-input,
input#price-min-input,
input#price-max-input {
  border: 0.1rem dashed #808080;
  padding: 0.1rem 0.2rem;
  border-radius: 0.3rem;
}

span#estate-metraj-min-val::after,
span#estate-metraj-max-val::after {
  content: " متر";
  position: relative;
  top: 0;
  right: 0;
}

.estate-sort-price {
  margin-top: 2rem;
}

.estate-sort-price h4.wp-block-heading {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}

/* دکمه‌ها به صورت inline-flex */
.estate-sort-price label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 1rem;
  border: 1px dashed #d1d5db;
  background: #f9fafb;
  transition: all 0.3s ease;
  user-select: none;
}

/* وقتی روش hover می‌کنی */
.estate-sort-price label:hover {
  background: #eef2ff;
  border-color: #6366f1;
  color: #111827;
}

/* مخفی کردن رادیو اصلی */
.estate-sort-price input[type="radio"] {
  display: none;
}

/* وقتی انتخاب شده → فعال و زیبا */
.estate-sort-price input[type="radio"]:checked+span {
  background: #4f46e5;
  color: #fff;
  border-color: #4f46e5;
  box-shadow: 0 2px 8px rgba(79, 70, 229, 0.4);
}

/* span داخل label برای متن */
.estate-sort-price label span {
  display: inline-block;
  width: 100%;
  text-align: center;
}

/* ریسپانسیو موبایل */
@media (max-width: 600px) {
  .estate-sort-price {
    padding: 15px;
  }

  .estate-sort-price label {
    flex: 1;
    margin: 5px 0;
    width: 100%;
  }
}


/* Start Style Blog ========================= */
main.main-article {
  margin-top: 2rem;
}

article.single-article {
  margin-bottom: 2rem;
}

.single-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.category-post {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.category-post a,
.tag-post a{
    margin: 0 0.4rem;
    font-size: 0.9rem;
}

.category-post ul.post-categories {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-right: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.category-post ul.post-categories a {
  font-size: 0.9rem;
}

button.hx-share {
  background-color: #ffffff;
  border: 0.1rem solid #e7e7e7;
  border-radius: 0.5rem;
  padding: 0.3rem 0.7rem;
  font-size: 0.9rem;
}

.wrap-share {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
}

.single-date {
  background-color: #ffffff;
  border: 0.1rem solid #e7e7e7;
  border-radius: 0.5rem;
  padding: 0.3rem 0.7rem;
  font-size: 0.9rem;
}

.single-date i {
  font-size: 1rem;
}

.post-thumbnail {
  margin-bottom: 2rem;
  border-radius: 1rem;
  overflow: hidden;
  background: #fff;
}

.wp-block-image {
  margin-bottom: 2rem;
}

.wp-block-image img {
  border-radius: 1rem;
  overflow: hidden;
  background: #fff;
}

.wp-block-image figcaption.wp-element-caption {
  font-size: 0.9rem;
  text-align: center;
}

blockquote {
  margin: 1.5rem auto 2rem;
  background-color: #f5f5f5;
  border-radius: 1rem;
  padding: 1rem;
  text-align: center;
}

blockquote::before {
  content: "\F6B0";
  position: relative;
  font-size: 2rem;
}

.related-post {
  margin-top: 3rem;
  margin-bottom: 2rem;
}

.related-post .ba-blog {
  padding: 0.2rem;
}

section.comment-article {
  background-color: #f5f5f5;
  padding: 2rem;
  margin-bottom: 2rem;
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

@media (max-width: 578px) {
  section.comment-article {
    padding: 1rem;
  }
}

.comment-reply-title {
  text-align: center;
  margin-bottom: 2rem;
}

p.comment-notes {
  display: none;
}

form#commentform {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

form#commentform p.comment-form-author {
  order: 1;
  position: relative;
  width: 47%;
}

form#commentform p.comment-form-email {
  order: 2;
  position: relative;
  width: 47%;
}

form#commentform p.comment-form-comment {
  order: 3;
  position: relative;
}

form#commentform p.comment-form-cookies-consent {
  display: none;
}

form#commentform p.form-submit {
  order: 10;
}

form#commentform p.comment-form-author input,
form#commentform p.comment-form-email input,
form#commentform p.comment-form-comment textarea {
  padding: 0.8rem;
  border: 0.1rem solid #efefef;
  border-radius: 1rem;
  width: 100%;
}

form#commentform p.comment-form-author label,
form#commentform p.comment-form-email label,
form#commentform p.comment-form-comment label {
  position: absolute;
  top: -1.2rem;
  right: 1rem;
  background-color: #f5f5f5;
  padding: 0.2rem 0.5rem;
  border-radius: 0.6rem;
}

form#commentform p.comment-form-comment {
  width: 100%;
}

form#commentform p label {
  font-size: 0.9rem;
}

form#commentform p input:focus-visible,
form#commentform p textarea:focus-visible {
  outline: 0.1rem dashed #04011C;
}

@media (max-width: 768px) {

  form#commentform p.comment-form-author,
  form#commentform p.comment-form-email {
    width: 100%;
  }
}

form#commentform p.form-submit input#submit {
  background-color: #050033;
  border: none;
  color: #fff;
  font-size: 0.9rem;
  padding: 1rem 1.5rem;
  border-radius: 1.7rem;
}

div#respond {
  order: 1;
}

h3#comments {
  order: 2;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

ol.commentlist {
  order: 3;
  list-style: none;
  padding: 0;
}

.navigation {
  order: 4;
}

.comment-body {
  border: 0.1rem dashed #050033;
  margin-bottom: 0.5rem;
  border-radius: 1rem;
  padding: 1rem;
}

ul.children {
  list-style: none;
}

.comment-meta.commentmetadata {
  display: none;
}

aside.article-sidebar {
  position: sticky;
  top: 1.5rem;
  background-color: #fff;
  border: 0.1rem dashed #cdcdcd;
  border-radius: 1rem;
  padding: 1rem;
}

.sidebar .ba-scta {
  position: relative;
  top: 0;
}

.sidebar .karshenas-1,
.sidebar .karshenas-2 {
  width: 100%;
  justify-content: center;
}

.sidebar .karshenas-1 {
  border-bottom: 0.1rem dashed #cdcdcd;
  padding-bottom: 0.5rem;
}

.sidebar .karshenas-2 {
  margin-top: 0.5rem;
}


.archive-post-item {
  position: relative;
}

.archive-post-item img {
  border-radius: 1rem;
}

.archive-post-item .post-content {
  margin-top: 1rem;
}

.archive-post-item .post-content h2,
.archive-post-item .post-content h3 {
  font-size: 1.4rem;
  text-align: center;
}

.archive-post-item .post-content h2 a,
.archive-post-item .post-content h3 a {
  color: #242424;
}

.archive-post-item .archive-top {
  position: relative;
}

.archive-post-item .post-meta {
  position: absolute;
  bottom: -0.5rem;
  left: 0.5rem;
}

ul.blog-category {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 2rem;
}

ul.blog-category li a {
    border: 0.1rem dashed;
    padding: 0.5rem 0.8rem;
    display: block;
    border-radius: 0.8rem;
}
/* END Style Blog ========================= */

/* Start Style Accordion ========= */
.faq-category {
    width: 100%;
	margin-top: 1rem;
    margin-bottom: 1rem;
    order: 10;
}
.rank-math-list {
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.rank-math-list-item {
  margin-bottom: 10px;
}

.rank-math-question {
    position: relative;
    background-color: #fff;
    padding: 0.9rem 0.6rem 0.9rem 2rem;
    font-size: 1.3rem;
	border: 0.15rem solid #cc3e5215;
	border-radius: 1rem;
    cursor: pointer;
 }

 .rank-math-question::before,
 .rank-math-question::after {
  content: '';
  position: absolute;
  top: 50%;
  background-color: #212529;
  transition: all .3s;
 }

 .rank-math-question::before {
    left: 1.9rem;
    width: 0.2rem;
    height: 1.2rem;
    margin-top: -0.6rem;
}

.rank-math-question::after {
    left: 1.4rem;
    width: 1.2rem;
    height: 0.2rem;
    margin-top: -0.1rem;
}

.rank-math-question span {
  color: #212529;
  font-weight: bold;
}

.rank-math-answer {
  padding: 15px 10px;
  display: none;
}
        
.rank-math-question.active::before {
    transform: rotate(90deg);
}

/* END Style Accordion ========= */

.bukan-highlight {
  background: #fff3a0;
  padding: 0 2px;
  border-radius: 3px;
}

.list-bukan-search {
  width: 100%;
  margin-bottom: 2rem;
  padding: 1rem;
  border-radius: 1.4rem;
  outline: none;
  background-color: #ffffff;
  color: #333;
  border: .14rem solid #dd0426;
  box-shadow: 0 2px 15px #dd04261c;
}

div.list-table-bukan-price {
  padding: 0.5rem;
  position: relative;
}

@media(max-width: 500px) {
    div.list-table-bukan-price {
        overflow-x: scroll;
    }
}

div.list-table-bukan-price table.bukan-price-table {
  width: 100%;
  min-width: 500px;
}

div.list-table-bukan-price table.bukan-price-table thead tr th {
  background-color: #dd0426;
  color: #fff;
  border-radius: 2rem;
  padding: 1rem;
}

div.list-table-bukan-price table.bukan-price-table tbody tr {
  border-bottom: 0.1rem solid #333;
}