/*
Theme Name: websima
Theme URI: https://websima.com
Author: Websima Creative Agency
Author URI: https://websima.com
Description: Websima Creative Agency
Version: 1.0
*/

/* --------------------
    Bootstrap
-------------------- */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
::after,
::before {
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.333333%;
  }

  .offset-sm-2 {
    margin-left: 16.666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.333333%;
  }

  .offset-sm-5 {
    margin-left: 41.666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.333333%;
  }

  .offset-sm-8 {
    margin-left: 66.666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.333333%;
  }

  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.333333%;
  }

  .offset-md-2 {
    margin-left: 16.666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.333333%;
  }

  .offset-md-5 {
    margin-left: 41.666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.333333%;
  }

  .offset-md-8 {
    margin-left: 66.666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.333333%;
  }

  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.333333%;
  }

  .offset-lg-2 {
    margin-left: 16.666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.333333%;
  }

  .offset-lg-5 {
    margin-left: 41.666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.333333%;
  }

  .offset-lg-8 {
    margin-left: 66.666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.333333%;
  }

  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.333333%;
  }

  .offset-xl-2 {
    margin-left: 16.666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.333333%;
  }

  .offset-xl-5 {
    margin-left: 41.666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.333333%;
  }

  .offset-xl-8 {
    margin-left: 66.666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.333333%;
  }

  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

/* --------------------
    The New CSS Reset

-------------------- */
/***
    The new CSS reset - version 1.9 (last updated 19.6.2023)
    GitHub page: https://github.com/elad2412/the-new-css-reset
***/

/*
    Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property
    - The "symbol *" part is to solve Firefox SVG sprite bug
    - The "html" element is excluded, otherwise a bug in Chrome breaks the CSS hyphens property (https://github.com/elad2412/the-new-css-reset/issues/36)
 */
*:where( :not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

/* Preferred box-sizing value */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Reapply the pointer cursor for anchor tags */
a,
button {
  cursor: revert;
}

/* Remove list styles (bullets/numbers) */
ol,
ul,
menu {
  list-style: none;
}

/* For images to not be able to exceed their container */
img {
  max-inline-size: 100%;
  max-block-size: 100%;
  max-width: 100%;
  height: auto;
}

.map__wrapper img {
  max-inline-size: unset;
  max-block-size: unset;
}

/* removes spacing between cells in tables */
table {
  border-collapse: collapse;
}

/* Safari - solving issue when using user-select:none on the <body> text input doesn't working */
input,
textarea {
  -webkit-user-select: auto;
}

/* revert the 'white-space' property for textarea elements on Safari */
textarea {
  white-space: revert;
}

/* minimum style to allow to style meter element */
meter {
  -webkit-appearance: revert;
  appearance: revert;
}

/* preformatted text - use only for this feature */
:where(pre) {
  all: revert;
}

/* reset default text opacity of input placeholder */
::placeholder {
  color: #999999;
  font-size: 14px;
}

/* remove default dot (•) sign */
::marker {
  content: initial;
}

/* fix the feature of 'hidden' attribute.
   display:revert; revert to element instead of attribute */
:where([hidden]) {
  display: none;
}

/* revert for bug in Chromium browsers
   - fix for the content editable attribute will work properly.
   - webkit-user-select: auto; added for Safari in case of using user-select:none on wrapper element*/
:where([contenteditable]:not([contenteditable="false"])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

/* apply back the draggable feature - exist only in Chromium and Safari */
:where([draggable="true"]) {
  -webkit-user-drag: element;
}

/* Revert Modal native behavior */
:where(dialog:modal) {
  all: revert;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* Remove the default close button in WebKit-based browsers */
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none !important;
  appearance: none !important;
  display: none !important;
}

.position-relative {
  position: relative;
}

del {
  text-decoration: line-through !important;
}

/* --------------------
    Fonts & Icons
-------------------- */
@font-face {
  font-style: normal;
  font-display: swap;
  font-family: "yekanbakh-Regular";
  src: url("assets/fonts/YekanBakhFaNum-Regular.woff2");
}

@font-face {
  font-style: normal;
  font-display: swap;
  font-family: "yekanbakh-Light";
  src: url("assets/fonts/YekanBakhFaNum-Light.woff2");
}

@font-face {
  font-style: normal;
  font-display: swap;
  font-family: "yekanbakh-SemiBold";
  src: url("assets/fonts/YekanBakhFaNum-SemiBold.woff2");
}

@font-face {
  font-family: "icomoon";
  src: url("assets/fonts/icomoon.eot?w899ba");
  src: url("assets/fonts/icomoon.eot?w899ba#iefix") format("embedded-opentype"),
    url("assets/fonts/icomoon.ttf?w899ba") format("truetype"),
    url("assets/fonts/icomoon.woff?w899ba") format("woff"),
    url("assets/fonts/icomoon.svg?w899ba#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-whatsapp:before {
  content: "\e930";
}

.icon-heart:before {
  content: "\e922";
}

.icon-fill-heart:before {
  content: "\e923";
}

.icon-close:before {
  content: "\e924";
}

.icon-Group-1000002057:before {
  content: "\e925";
}

.icon-notification:before {
  content: "\e926";
}

.icon-star-full:before {
  content: "\e927";
  color: #61aaff;
}

.icon-calender:before {
  content: "\e928";
}

.icon-line-up:before {
  content: "\e929";
}

.icon-compare:before {
  content: "\e92a";
}

.icon-star:before {
  content: "\e92b";
}

.icon-minus:before {
  content: "\e92c";
}

.icon-plus:before {
  content: "\e921";
}

.icon-shape-curve:before {
  content: "\e920";
}

.icon-dislike:before {
  content: "\e91f";
  color: #666;
}

.icon-like:before {
  content: "\e911";
  color: #666;
}

.icon-category:before {
  content: "\e91d";
}

.icon-envelope:before {
  content: "\e91e";
}

.icon-customer:before {
  content: "\e91b";
}

.icon-fax-info:before {
  content: "\e91a";
}

.icon-clock:before {
  content: "\e919";
}

.icon-share:before {
  content: "\e918";
}

.icon-copy:before {
  content: "\e917";
}

.icon-calendar:before {
  content: "\e916";
}

.icon-Danger:before {
  content: "\e915";
}

.icon-gallery:before {
  content: "\e91c";
}

.icon-Line:before {
  content: "\e914";
}

.icon-qoute:before {
  content: "\e913";
  color: #f26c5f;
}

.icon-logo:before {
  content: "\e912";
  color: #f26c5f;
}

.icon-discount-pic:before {
  content: "\e90a";
}

.icon-right-arrow:before {
  content: "\e90d";
}

.icon-down-arrow:before {
  content: "\e92d";
}

.icon-left-arrow:before {
  content: "\e92e";
}

.icon-up-arrow:before {
  content: "\e92f";
}

.icon-user:before {
  content: "\e908";
}

.icon-stopwatch:before {
  content: "\e90c";
  color: #ff6f61;
}

.icon-search:before {
  content: "\e900";
  color: #555;
}

.icon-menu:before {
  content: "\e910";
}

.icon-location:before {
  content: "\e902";
}

.icon-fax:before {
  content: "\e904";
}

.icon-email:before {
  content: "\e903";
}

.icon-calling:before {
  content: "\e901";
}

.icon-basket:before {
  content: "\e909";
}

.icon-home:before {
  content: "\e90f";
}

.icon-telegram:before {
  content: "\e905";
}

.icon-facebook:before {
  content: "\e906";
}

.icon-linkedin:before {
  content: "\e907";
}

.icon-arasvan:before {
  content: "\e90b";
  color: #f26c5f;
}

.icon-instagram:before {
  content: "\e90e";
}

.icon-plus1:before {
  content: "\ea0a";
}

.icon-minus1:before {
  content: "\ea0b";
}

/* --------------------
    Config
-------------------- */
:root {
  --color1: #ff6f61;
  --color2: #4e88cc;
  --color3: #61aaff;
  --color4: #272829;
  --bg_light: #fdf9f6;
  --border_light: #f3efee;
  --bg_body: #fff;
  --bg_footer: #121d2f;
  --danger: #dc3545;
  --bg_danger: #fff5f5;
  --success: #28a745;
  --bg_success: #f4fff3;
  --bg_info: #cce5ff4a;
  --info: #004085cc;
  --main_font: "yekanbakh-Regular";
  --mid_font: "yekanbakh-Regular";
  --bold_font: "yekanbakh-SemiBold";
  --heading_h1_fontsize: 26px;
  --bs-success: #198754;
  --bs-primary: #0d6efd;
  --bs-warning: #ffc107;
}

.page-template-template-formsaz .acf-switch-input {
  opacity: 0 !important;
  position: absolute !important;
}

.page-template-template-formsaz :is(input, select) {
  all: revert;
}

.page-template-template-formsaz .af-submit-button:hover {
  background-color: #fff;
  color: var(--color1);
}

.page-template-template-formsaz .af-submit-button {
  background-color: var(--color1);
  border-radius: 12px;
  padding: 5px 10px;
  cursor: pointer;
  color: #fff;
  border: 1px solid var(--color1);
  transition: 500ms;
}

.inner-page h1.title-heading {
  font-size: 21px;
  line-height: 2;
  margin-bottom: 1.5rem;
}

.rr {
  flex-direction: row-reverse;
}

@-webkit-keyframes flash {
  0% {
    opacity: 0.4;
  }

  100% {
    opacity: 1;
  }
}

@keyframes flash {
  0% {
    opacity: 0.4;
  }

  100% {
    opacity: 1;
  }
}

.row-reverse {
  flex-direction: row-reverse;
}

.nav-pagi .sw-pg.sw-pg--dark .swiper-pagination-bullet {
  background: #ff6f61b2 !important;
  flex-shrink: 0;
}

.nav-pagi .sw-pg.sw-pg--dark .swiper-pagination-bullet-active {
  background: var(--color1) !important;
}

.nav-pagi .sw-pg--dark-active .swiper-pagination-bullet-active {
  background: var(--color3);
}

.nav-pagi .sw-pg {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  gap: 0.375rem;
  width: 11px;
  height: 7px;
}

.swiper-button-lock {
  display: none !important;
}

.swiper-pagination-lock {
  display: none !important;
}

.nav-pagi .sw-btn {
  transition: 0.22s all linear;
  width: 2.65rem;
  height: 2.65rem;
  border-radius: 50%;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  color: #fff;
  font-size: 0.875rem;
  cursor: pointer;
}

.nav-pagi .sw-btn.swiper-button-disabled {
  pointer-events: none;
}

.nav-pagi .sw-btn:hover {
  background-color: white;
  color: var(--color3);
}

.nav-pagi--light-mob .sw-btn:hover {
  background-color: var(--color3) !important;
  color: white;
}

.nav-pagi.nav-pagi--full .sw-pg,
.nav-pagi .sw-btn:not(.swiper-button-disabled) {
  pointer-events: all;
}

.nav-pagi--light-mob .sw-btn {
  border: 1px solid var(--color3);
  background-color: transparent !important;
  color: var(--color3);
}

.nav-pagi.nav-pagi--dark .sw-btn {
  border: 1px solid var(--color3);
  background-color: var(--color3);
}

.nav-pagi.nav-pagi--dark .sw-btn:hover {
  background-color: white !important;
  color: var(--color3);
}

.nav-pagi {
  position: absolute;
  bottom: 3rem;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: space-between;
  min-width: 12rem;
}

.nav-pagi.nav-pagi--full {
  width: calc(100% + 2.65rem);
  bottom: unset;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.sw-prev.icon-left-arrow {
  transform: rotate(180deg);
}

.sw {
  position: relative;
}

.sw .swiper-button-disabled {
  opacity: 0.5;
  cursor: initial;
  pointer-events: all;
}

.page-discount .swiper-pagination-bullet,
.page-discount .swiper-pagination-bullet-active {
  background: #fff !important;
}

.page-discount {
  margin-top: 21px !important;
}

.swiper-pagination .swiper-pagination-bullet {
  height: 7px !important;
  width: 12px !important;
  background: #ff6e61a4;
  border-radius: 40px;
  margin-right: 2px !important;
}

.swiper-gallery .swiper-nav {
  position: unset;
  transform: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  gap: 12px;
}

.swiper-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: calc(100% + 32px);
  pointer-events: none;
}

.sw:not(.sw2) .swiper-nav {
  width: calc(100% + 85px);
}

.swiper-gallery .swiper-button-disabled {
  opacity: 0.5;
}

.swiper-button-disabled {
  opacity: 0.75;
  cursor: not-allowed;
}

.light-pagination .swiper-pagination-bullet,
.swiper-pagination-bullet {
  background-color: #ff6f61b2 !important;
  width: 14px;
  margin-right: 2px !important;
  border-radius: 10px;
}

.light-pagination .swiper-pagination-bullet-active,
.swiper-pagination-bullet-active {
  background: var(--color1) !important;
  width: 27px;
}

.light-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-prev:not(.swiper-button-disabled),
.swiper-next:not(.swiper-button-disabled) {
  cursor: pointer;
  pointer-events: all;
}

.swiper-nav i {
  width: 32px;
  height: 32px;
  border-radius: 32px;
  border: 1px solid var(--color1);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color1);
  font-size: 14px;
}

.section-asal .swiper-nav i {
  border-color: var(--color2);
  color: var(--color2);
}

.warning__txt {
  padding: 12px;
  border-radius: 12px;
  margin-block: 12px;
  text-align: center;
  background-color: #f8d7da;
  font-size: 14px;
  font-family: var(--bold_font);
  line-height: 1.5;
  color: var(--danger);
}

.heading {
  display: flex;
}

.heading--center {
  gap: 8px;
  flex-direction: column;
  text-align: center;
  align-items: center;
  margin-bottom: 18px;
}

.heading--between {
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 32px;
  gap: 18px;
}

.heading--between .heading__short-desc {
  margin-top: 20px;
}

.heading--white .heading__title {
  color: #fff;
}

.heading__title {
  font-size: 22px;
}

.heading--white .heading__short-desc {
  color: #fff;
  margin-top: 6px;
}

.heading__short-desc {
  color: #585859;
  font-size: 15.5px;
  line-height: 24px;
}

::-moz-selection {
  /* Code for Firefox */
  color: #fff;
  background: var(--color1);
}

::selection {
  color: #fff;
  background: var(--color1);
}

body {
  direction: rtl;
  text-align: right;
  font-size: 14px;
  color: #272829;
  line-height: 2;
  background-color: #fafafa;
}

html,
body {
  font-family: var(--mid_font), BlinkMacSystemFont, "Segoe UI", "Roboto",
    system-ui !important;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.bg-primary {
  background-color: #0d6efd !important;
}

.bg-success {
  background-color: #0ca820 !important;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.container-full {
  max-width: 100%;
  padding: 0;
  margin: 0;
}

.container-full>.row {
  margin: 0;
}

.sidebar {
  position: sticky;
  top: 150px;
}

.w-100 {
  width: 100%;
}

#wrapper .no-gutters {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

#wrapper .no-gutters>.col,
#wrapper .no-gutters>[class*="col-"] {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.text-center {
  text-align: center !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
  font-family: var(--bold_font), Arial;
}

input {
  font-family: var(--mid_font), Arial;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

a {
  transition: 0.22s all linear;
  color: var(--color4);
  text-decoration: none;
}

a:hover {
  color: var(--color1);
}

.form-control {
  direction: rtl;
  text-align: right;
  background: #ffffff4d;
  padding: 10px;
  border-radius: 0px 10px 10px 0px;
}

.form-control::placeholder {
  color: #a3a3a8;
  font-size: 12px;
  font-family: "yekanbakh-Regular" !important;
}

#newsletter-form .alert.bg-primary,
#newsletter-form .alert.bg-danger,
#email-error {
  display: block;
  position: absolute;
  bottom: -80px;
  right: 1px;
  color: white;
  padding: 0.5rem !important;
  border: 1px solid #ffffff4d;
  border-radius: 10px;
}

#newsletter-form .alert.bg-danger,
#email-error {
  background-color: #ff6f61 !important;
}

#email-error {
  bottom: -65px !important;
}

#newsletter-form input::placeholder {
  color: white !important;
}

#newsletter-form {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

#newsletter-form .submit {
  padding: 10px 4px;
  text-wrap: nowrap;
  border-radius: 10px 0px 0px 10px;
  background-color: white;
  font-size: 12px;
  cursor: pointer;
  border: 1px solid transparent;
  transition: 0.18s all linear;
}

#newsletter-form .submit:hover {
  background-color: #f9b69d;
  border-right: 1px solid #ffffff4f;
}

.inner-pages .site-main {
  padding: 50px 0;
}

/* --------------------
   GENERAL SETTING
-------------------- */

.inner-page .site-main {
  margin-block: 42px 142px;
}

.shop-main {
  margin-bottom: 142px;
}

.shop-container {
  margin-block: 42px 64px;
}

.title-site h1 {
  font-size: var(--heading_h1_fontsize);
}

.title-site h4,
.title-site h2 {
  font-size: calc(var(--heading_h1_fontsize) - 2px);
}

.title-site-center {
  text-align: center;
}

.title-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.heading-inner {
  margin-bottom: 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.heading-inner--center {
  align-items: center;
}

.heading__title--20 {
  font-size: 20px !important;
  line-height: 1.5;
}

/* --------------------
    Animation Pulse
-------------------- */

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
  }

  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(250, 190, 88, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(250, 190, 88, 0);
  }
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
  }

  70% {
    -moz-box-shadow: 0 0 0 10px rgba(250, 190, 88, 0);
    box-shadow: 0 0 0 10px rgba(250, 190, 88, 0);
  }

  100% {
    -moz-box-shadow: 0 0 0 0 rgba(250, 190, 88, 0);
    box-shadow: 0 0 0 0 rgba(250, 190, 88, 0);
  }
}

/* --------------------
    Mini card
-------------------- */
.basket_menu {
  position: fixed;
  bottom: 0;
  width: min(370px, 95vw);
  top: 0;
  left: -100%;
  background: #fff;
  transition: 0.5s ease;
  box-shadow: 0 5px 10px rgb(0 0 0 / 8%);
  z-index: 502;
  transform-origin: right top;
  padding: min(15px, 3vw);
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}

.basket_menu .cu#nomenubasket {
  cursor: pointer;
  transition: all 0.5s;
  width: 25px;
  height: 24px;
  color: #fff;
  display: inline-flex;
  font-size: 12px;
  position: absolute;
  top: min(38px, 10vw);
  right: 30px;
}

.basket_menu .cu#nomenubasket:hover {
  color: var(--danger);
}

.basket_menu.active {
  left: 0;
}

.title_basket {
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
  background: var(--color1);
  color: #fff;
  border-radius: 10px;
  padding: 10px;
}

.minicard-detail {
  line-height: 1.7;
  padding-left: 22px;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 6px;
}

.widget_shopping_cart_content .woocommerce-mini-cart {
  overflow: auto;
  flex-direction: column;
  display: flex;
  height: calc((var(--vh, 1dvh) * 100) - 220px);
}

.woocommerce-mini-cart-item.mini_cart_item {
  display: flex;
  position: relative;
  padding: 10px;
  font-size: 15px;
  background: #f5f5f5;
  border-radius: 16px;
  margin-bottom: 10px;
}

.thumb-mini {
  flex: none;
  margin-left: 15px;
}

.woocommerce-mini-cart-item .quantity {
  display: inline-flex;
  border: 1px solid #ccc;
  border-radius: 12px;
  align-items: center;
  padding: 8px 10px;
  line-height: 1;
  gap: 7px;
  font-size: 13px;
}

.woocommerce-mini-cart-item .quantity .on-sale {
  display: none;
}

.woocommerce-mini-cart .mini_cart_item a.remove {
  color: var(--danger);
  font-size: 21px;
  transition: 0.2s;
  top: 0;
  position: absolute;
  left: 0;
  background: #fcebeb;
  border-radius: 16px 0 10px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: monospace;
}

.woocommerce-mini-cart-item .content {
  display: flex;
}

.woocommerce-mini-cart-item.mini_cart_item img {
  height: 70px;
  width: 70px;
  flex: none;
  background: #fff;
  aspect-ratio: 1/1;
  border-radius: 14px;
  border: 1px solid var(--color1);
  -o-object-fit: contain;
  object-fit: contain;
}

.woocommerce-mini-cart span.detail-mini {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  padding-left: 10px;
}

.woocommerce-mini-cart .cart-attributes,
.woocommerce-mini-cart .variation-box,
.woocommerce-mini-cart dl.variation {
  display: none;
}

.woocommerce-mini-cart__total.total {
  margin-bottom: 15px;
  text-align: center;
  font-size: 16px;
  border-top: 1px solid #eee;
  padding-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.woocommerce-mini-cart__buttons.buttons {
  display: flex;
  align-items: center;
  gap: min(20px, 3vw);
  justify-content: center;
}

.woocommerce-mini-cart__buttons.buttons .checkout.wc-forward {
  display: none;
}

.woocommerce-mini-cart__total.total strong {
  color: #aaa;
}

.woocommerce-mini-cart__total.total span {
  font-size: 20px;
  color: var(--color1);
}

.woocommerce-mini-cart__buttons .btn {
  font-size: min(14px, 4vw);
}

.woocommerce-mini-cart .cart-attributes-wrapper h3 {
  font-size: min(14px, 3.5vw);
  font-family: "yekanbakh-Regular";
}

/* --------------------
    Alerts
-------------------- */
#wrapper .cart-empty.woocommerce-info,
.wpcf7-response-output.wpcf7-validation-errors,
.woocommerce-error,
.woocommerce-mini-cart__empty-message {
  background-color: #f8d7da;
  color: #58151c;
  border: 1px solid #f1aeb5;
  padding: 6px 12px;
  font-size: 14px;
  display: block;
  border-radius: 6px;
  margin-bottom: 12px;
}

.woocommerce-error li a {
  color: var(--color1);
}

.woocommerce-message .amount span.woocommerce-Price-currencySymbol {
  color: inherit;
  transform: translate(0) !important;
  margin-right: -4px;
  font-size: 14px;
  font-family: var(--mid_font);
}

.woocommerce-message .amount {
  font-family: var(--bold_font);
  color: #0a3622;
  font-size: 16px;
}

.websima-contact-form #message,
.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received,
.woocommerce-success,
.woocommerce-message {
  color: #0a3622;
  background-color: #d1e7dd;
  border: 1px solid #a3cfbb;
  padding: 6px 12px;
  border-radius: 6px;
  margin-bottom: 16px;
  font-size: 14px;
}

.woocommerce-info:not(.woocommerce-message) a:hover {
  color: var(--bs-primary);
}

.woocommerce-info:not(.woocommerce-message) a:not(.showcoupon) {
  text-decoration: underline;
}

.woocommerce-info:not(.woocommerce-message) {
  color: #055160;
  background-color: #cff4fc;
  border: 1px solid #9eeaf9;
  padding: 6px 12px;
  border-radius: 6px;
  margin-bottom: 12px;
  font-size: 14px;
}

/* --------------------
    Menu Mobile
-------------------- */
#mask {
  position: fixed;
  z-index: 480;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}

#menumobile {
  position: fixed;
  top: 0;
  bottom: 0;
  width: min(400px, 85%);
  background: #f3f3f3;
  z-index: 1010;
  transition: all 0.5s;
  right: -100%;
  box-sizing: border-box;
  overflow: hidden;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3) !important;
  flex-direction: column;
  display: flex;
}

#menumobile.come-menumobile {
  right: 0;
}

#nomenumobile {
  color: #888888;
  font-size: 13px;
  line-height: 1;
  position: absolute;
  left: 18px;
  top: 17px;
}

.title-mm {
  padding: 14px;
  display: flex;
  align-items: center;
  background-color: #fff;
}

.mobile .title-mm {
  padding: 13px 21px;
}

#menumobile img {
  width: 4rem;
  -o-object-fit: contain;
  object-fit: contain;
  height: auto;
}

.main-mm {
  padding: 20px 16px;
  overflow-y: auto;
  font-size: 14px;
  line-height: 1.7;
  padding-bottom: 90px;
}

.mt-auto {
  margin-top: auto !important;
}

.main-mm ul li {
  position: relative;
}

.main-mm ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
}

.mm-arrow-btn {
  cursor: pointer;
  font-size: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  margin-right: 8px;
  width: 25px;
  height: 25px;
  border: 1px solid var(--color1);
  color: var(--color1);
  border-radius: 50%;
}

.mm-arrow-btn i {
  vertical-align: unset;
}

#menumobile .sub-menu {
  display: none;
  padding: 18px;
}

#menumobile .main-mm>ul>li.menu-item-has-children>.sub-menu {
  background-color: #ff6f610d;
}

#menumobile .main-mm>ul>li.menu-item-has-children>.sub-menu {
  position: relative;
}

#menumobile .main-mm>ul>li.menu-item-has-children>.sub-menu>li.menu-item-has-children .sub-menu {
  border-right: 1px solid #ff6f614a;
  padding: 0 12px 0 0;
  margin: 20px 0 0;
}

#menumobile li:not(:last-child) {
  margin-bottom: 18px;
}

/* .main-mm li.menu-item-has-children > a {
  margin-left: 27px;
} */
.main-mm>ul>li {
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

.main-mm>ul>li>a {
  padding: 20px;
}

.main-mm>ul>li:not(:last-child) {
  margin-bottom: 12px;
}

.main-mm>ul>li:not(.menu-item-has-children)>a:after {
  content: "\e92e";
  font-family: "icomoon";
  cursor: pointer;
  font-size: 9px;
  color: var(--color1);
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color1);
  border-radius: 50%;
}

.main-mm li.active>a {
  color: var(--color1) !important;
}

.main-mm li.active>a .mm-arrow-btn {
  transform: rotate(180deg);
}

.main-mm .sub-menu.active a {
  /* color: var(--text-700); */
}

.childer::before {
  content: "\e90d";
  font-family: "icomoon";
  font-size: 10px;
}

.childer {
  position: absolute;
  left: -25%;
  cursor: pointer;
  top: 10px;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background-color: var(--color1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  line-height: 1;
}

.sub-closer::before {
  content: "\e90d";
  font-family: "icomoon";
  font-size: 10px;
  transform: rotate(180deg);
}

.sub-closer {
  cursor: pointer;
  top: 10px;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  color: #fff;
  background-color: var(--color2);
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* --------------------
    Button
-------------------- */
#sidebar button[type="submit"],
#cancel-comment-reply-link,
.button {
  min-width: auto;
  user-select: none;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  color: #fff;
  font-family: inherit;
  z-index: 1;
  position: relative;
  transition: 500ms;
  overflow: hidden;
  border: 1px solid var(--color1);
  border-radius: 15px;
  background: var(--color1);
  cursor: pointer !important;
}

#sidebar button[type="submit"]:hover,
#cancel-comment-reply-link:hover,
.button:hover {
  color: #ff6f61;
  border-color: #ff6f61;
  background-color: white;
}

#sidebar button[type="submit"]:before,
#cancel-comment-reply-link:before,
.button:before {
  position: absolute;
  z-index: -1;
  font-family: "icomoon";
  opacity: 0.51;
  filter: blur(2px);
  display: flex;
  line-height: 1;
  /* content: "\e90d"; */
  top: 0;
  left: 0;
  font-size: 16px;
  transition: opacity 500ms;
  border-radius: 12px;
}

#sidebar button[type="submit"]:hover::before,
#cancel-comment-reply-link:hover::before,
.button:hover::before {
  opacity: 0;
}

#sidebar button[type="submit"]:after,
#cancel-comment-reply-link:after,
.button:after {
  content: "";
  background: #fff;
  inset: 0;
  width: 0;
  transition: width 500ms;
  position: absolute;
  z-index: -2;
}

#sidebar button[type="submit"]:hover:after,
#cancel-comment-reply-link:hover:after,
.button:hover:after {
  width: 100%;
}

.button.button3 {
  background-color: #61aaff;
  color: white;
  border: 1px solid #61aaff;
}

.button.button3:hover {
  color: #61aaff;
}

.button.button2 {
  background: #fff;
  border-color: #ef9277;
  color: black;
}

.button.button2:after {
  border-radius: 12px;
  background: linear-gradient(270deg, #ed6e70 0%, #f0af7c 86%);
}

.button.button2:before,
.button.button3:before {
  opacity: 0;
}

.button.button2:hover::before,
.button.button3:hover::before {
  opacity: 0.51;
}

.button.button2:hover {
  color: #fff;
  border-color: #ffffff;
}

/* -------------------- FAQ CSS -------------------- */

.faqs-item .faqs-answer {
  position: relative;
}

.back-swiperfaq {
  background-color: white;
  border-radius: 20px;
  padding: 16px 0px;
}

.swiper-faq .tab-links li.active a,
.faq__cat:hover {
  color: #fff;
  background-color: var(--color1);
}

.faq__cat {
  border-radius: 18px;
  display: block;
  text-align: center;
  padding: 18px 52px;
  font-size: 16px;
  transition: 300ms;
  color: var(--color1);
}

.faq-cat-div {
  height: 34px;
  display: flex;
  padding: 0 16px;
  border-left: 1px solid #0000001a;
  align-items: center;
  justify-content: center;
  margin-block: 20px;
}

.swiper-faq .swiper-slide:last-child .faq-cat-div {
  border-left: 0;
}

.faqs__wrapper {
  margin-block: 104px;
}

.accordion-content {
  display: none;
}

.faqs-item {
  border-radius: 22px;
  background-color: #fff;
  overflow: hidden;
  border: 1px solid #fff;
  transition: 400ms;
}

.faqs-item:not(:last-child) {
  margin-bottom: 16px;
}

.faqs-item.active {
  border-color: var(--color1);
  color: var(--color1);
}

.faqs-question {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 16px;
  cursor: pointer;
  gap: 24px;
  padding: 24px 42px;
  border-radius: 22px;
}

.faqs-item .faqs-answer {
  padding-left: 40px;
  padding-right: 4rem;
  padding-bottom: 16px;
}

.faqs-question .faq-num {
  width: 45px;
  height: 45px;
  flex-shrink: 0;
  border-radius: 10px;
  background-color: var(--color1);
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 40px;
  position: relative;
  z-index: 0;
}

.faq-num:before {
  width: 45px;
  height: 45px;
  content: "";
  display: block;
  border-radius: 10px;
  background-color: transparent;
  border: 1px solid var(--color1);
  position: absolute;
  inset: -7px -7px 0 0;
  z-index: -1;
}

.faqs-question i {
  margin-right: auto;
  font-size: 13px;
  color: var(--color1);
  transition: 400ms;
  transform: rotate(270deg);
}

.faqs-question i:before {
  font-size: 13px !important;
}

.faqs-item.active .faqs-question i {
  transform: rotate(90deg);
}

.faqs__null {
  text-align: center;
  font-size: 15px;
  line-height: 2;
  border-bottom: 3px double #c6303e;
  color: #c6303e;
  width: fit-content;
  margin: 20px auto 0;
  padding-bottom: 5px;
}

.faqs-content {
  margin-top: 12px;
}

.page-template-template-faq .faqs-content {
  margin-top: 43px;
}

/* --------------------
    TAB CSS
-------------------- */

.tab-content {
  display: none;
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s;
}

.tab-content.active {
  display: block;
}

.tab-contentPro {
  display: none;
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s;
}

.tab-contentPro.active {
  display: block;
}

@-webkit-keyframes fadeEffect {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeEffect {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

body,
a,
p,
span,
strong {
  font-family: "yekanbakh-Regular";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "yekanbakh-SemiBold";
}

/* --------------------
   header
-------------------- */
.close-banner {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.close-banner:hover {
  color: red
}

.header-banner {
  display: block;
  position: relative;
}

.header-banner img {
  width: 100%;
}

#header {
  /* box-shadow: 0px 4px 12px rgba(222, 222, 222, 0.25); */
  /* background-color: #fff; */
  padding-top: 0;
  z-index: 475;
  position: sticky;
  top: 0;
  transition: 300ms;
}

.navtop {
  background-color: #fff;
  position: relative;
  z-index: 2;
  border-radius: 30px;
  margin-top: 23px;
  margin-bottom: 38px;
  margin-inline: 23px;
  height: 75px;
}

.navbot,
.navtop,
.navtop__right,
.navtop__left {
  display: flex;
  align-items: center;
}

.navtop__middle {
  justify-content: center;
}

.navtop__right {
  gap: 30px;
  position: static;
  justify-content: flex-start;
}

.navtop__left {
  gap: 8px;
  justify-content: end;
}

.navtop__logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu__logo {
  min-height: 55px;
  min-width: 78px;
}

.navtop__menu {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-right: -6px;
}

.navtop__menu li {
  display: block;
  position: relative;
}

.navtop__menu li.menu-item-has-children>a::after {
  content: "\e90b";
  font-family: "icomoon";
  display: inline-block;
  font-size: 6px;
  font-weight: bold;
  transform: rotate(-90deg);
  margin-right: 6px;
}

.navtop__menu .sub-menu li.menu-item-has-children>a::after {
  transform: unset;
  top: 12px;
  left: 6px;
  position: absolute;
}

.navtop__menu li a {
  display: block;
  padding: 4px;
  color: #585859;
  font-size: 13.5px;
}

.navtop__menu li a:hover {
  color: var(--color1);
}

.navtop__menu .sub-menu .sub-menu {
  right: 100%;
  top: -3px;
  border-radius: 8px 0 0 8px;
  box-shadow: -6px 0px 12px 0px rgba(174, 174, 174, 0.15);
}

.navtop__menu .sub-menu {
  transition: 400ms;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  box-shadow: 0px 0px 12px 0px rgba(174, 174, 174, 0.25);
  min-width: 150px;
  width: max-content;
  padding: 3px 6px;
  z-index: 2;
  background-color: #fff;
  border-radius: 8px;
}

.navtop__menu li:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
  overflow: visible;
}

.navtop__menu .sub-menu a {
  padding: 3px 6px;
  position: relative;
}

.header-mm:hover:after {
  width: 100%;
}

.header-mm::after {
  content: "";
  position: absolute;
  background-color: #fff;
  z-index: -1;
  inset: 0;
  width: 0;
  transition: width 500ms;
}

.header-mm:hover {
  color: var(--color1);
  border-color: var(--color1);
}

.header-mm {
  z-index: 1;
  width: 40px;
  height: 40px;
  color: #000;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  /* background: radial-gradient(121.82% 121.82% at 92.31% 88.46%, #F88E1E 0%, #FBAF0F 100%); */
  overflow: hidden;
  border: 1px solid #fff;
  font-size: 20px;
  flex-shrink: 0;
  transition: 500ms;
}

@media screen and (min-width: 1200px) {
  .header-mm {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .widget_categories .widget__toggle {
    display: none !important;
  }

  .faqs-answer .editor-content {
    display: flex;
    gap: 3rem;
  }

  #header {
    top: 15px;
    padding-top: 0;
    position: sticky;
  }

  .about-footer-div {
    padding-left: 88px;
  }
}

.btn__wrap:hover {
  border-color: var(--color1);
}

.btn__wrap:hover:after {
  width: 100%;
}

.btn__wrap::after {
  content: "";
  position: absolute;
  z-index: -1;
  background: radial-gradient(1067.25% 161.46% at 107.69% 110.26%,
      #f88e1e 0%,
      #fbaf0f 100%);
  inset: 0;
  width: 0;
  transition: width 500ms;
}

.btn__wrap {
  /* background: radial-gradient(1067.25% 161.46% at 107.69% 110.26%, #F88E1E 0%, #FBAF0F 100%); */
  background-color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 12px;
  /* border: 1px solid #fff;   */
  border: 1px solid var(--color1);
  transition: border-color 500ms;
}

/* .navtop__btn i {
    font-size: 16px;
}

 .btn__wrap:hover .navtop__btn::before,
.btn__wrap:hover .navtop__btn::after {
    opacity: 0.51;
}

.btn__wrap:hover .navtop__btn {
    color: #fff;
} */

.order__btn {
  text-align: center;
  color: white;
  padding: 13px 5px;
  z-index: 1;
  border-radius: 15px;
  font-size: 13px;
  min-width: 87px;
  height: 52px;
  border: 1px solid #ff867a;
  background: #ff6f61;
}

.navtop__btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: white;
  padding: 14px;
  z-index: 1;
  border-radius: 15px;
  font-size: 14px;
}

.heading__icon::before,
.heading__icon::after,
.navtop__auth::before,
.navtop__auth i::after,
.navtop__btn::before,
.navtop__btn::after {
  position: absolute;
  z-index: -1;
  font-family: "icomoon";
  opacity: 0.51;
  filter: blur(2px);
  display: flex;
  line-height: 1;
  transition: opacity 500ms;
  pointer-events: none;
}

.heading__icon::before,
.navtop__auth::before,
.navtop__btn::before {
  /* content: "\e90d"; */
  top: 0;
  left: 0;
  font-size: 16px;
}

.navtop__auth:hover i.icon-user:before {
  color: white !important;
}

.heading__icon::after,
.navtop__auth i::after,
.navtop__btn::after {
  /* content: "\e90e"; */
  font-size: 18px;
  right: 0;
  bottom: 0;
}

.navtop__btn::before,
.navtop__btn::after {
  opacity: 0;
}

.navtop__cart {
  height: 52px;
  position: relative;
}

.navtop__cart__btn:hover i {
  color: #fff;
}

.navtop__cart__btn:hover i::after {
  width: 100%;
}

.navtop__cart__btn {
  border-radius: 16px;
  background-color: #f5f5f5;
  /* padding: 1px; */
  display: flex;
  align-items: center;
  height: 52px;
  cursor: pointer;
}

.navtop__cart__btn:hover i::before {
  color: white;
}

.navtop__cart__count,
.navtop__cart i {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color1);
  flex: 1 0 0;
  transition: 500ms;
}

.navtop__cart i {
  border: 1px solid #ededed;
}

.navtop__cart i::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 0;
  transition: 500ms;
  background: linear-gradient(270deg, #ed6e70 0%, #f0af7c 86%);
}

.navtop__cart i {
  border-radius: 15px;
  background-color: #fff;
  font-size: 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.navtop__auth-wrap:hover .navtop__auth {
  color: var(--color1);
}

.navtop__auth-wrap {
  position: relative;
}

.navtop__auth-wrap:hover .navtop__auth::after {
  width: 100%;
}

button.navtop__auth:hover {
  color: var(--color1);
}

button.navtop__auth:hover:after {
  width: 100%;
}

.navtop__auth::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #fff;
  width: 0;
  transition: width 500ms;
  z-index: -1;
  pointer-events: none;
}

.navtop__auth {
  transition: 500ms;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  font-size: 15px;
  cursor: pointer;
  flex-shrink: 0;
  border: 1px solid #ff6f61;
  height: 52px;
  width: 52px;
  border-radius: 15px;
  padding: 14px;
}

.navtop__auth i {
  font-size: 20px;
  color: var(--color1);
}

.navtop__auth>span {
  font-size: 13.5px;
}

.minicart.open {
  left: 0;
}

.minicart {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 485;
  background-color: #fff;
  box-shadow: 0px 0px 12px 0px rgba(174, 174, 174, 0.25);
  max-width: 485px;
  width: max-content;
  padding: 20px;
  visibility: hidden;
  opacity: 0;
  transition: 500ms;
  border-radius: 12px;
}

.navtop__cart:hover .minicart {
  opacity: 1;
  visibility: visible;
}

.minicart__title {
  background: linear-gradient(270deg, #ed6e70 0%, #f0af7c 86%);
  color: #fff;
  font-size: 15px;
  display: block;
  padding: 8px;
  text-align: center;
  border-radius: 8px;
  margin-bottom: 20px;
}

.navbot {
  justify-content: space-between;
  position: relative;
  padding-block: 5px;
  transition: -webkit-transform 400ms;
  transition: 400ms;
}

.navbot__left {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
}

.navbot__btn i {
  font-size: 16px;
}

.navbot__btn {
  border-radius: 12px;
  background-color: #fff1e1;
  color: var(--color1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 34px;
  padding: 0 16px;
  z-index: 1;
  overflow: hidden;
  position: relative;
}

.navbot__btn:hover {
  color: #fff;
}

.navbot__btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(1067.25% 161.46% at 107.69% 110.26%,
      #f88e1e 0%,
      #fbaf0f 100%);
  width: 0;
  transition: 400ms;
  border-radius: 12px;
  z-index: -1;
}

.navbot__btn:hover:before {
  width: 100%;
}

.navbot__banner img:hover {
  filter: grayscale(0%);
}

.navbot__banner img {
  height: 20px;
  filter: grayscale(100%) brightness(1.75);
  transition: filter 500ms;
  width: auto;
  object-fit: contain;
  display: flex;
  align-items: center;
}

.navbot__banner {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* --------------------
   Contact Mode
-------------------- */
.map__wrapper {
  position: relative;
}

#contactaccordion .card {
  margin-bottom: 20px;
  border: 1px solid var(--color1);
  padding: 10px 20px;
  border-radius: 5px;
}

#contact-tab {
  background-color: white;
  box-shadow: 0px 2px 4px 0px #00000008;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 16px;
  border-radius: 30px;
  gap: 70px;
}

#contact-tab li {
  position: relative;
  border-radius: 20px;
  padding: 12px;
  transition: 0.3s all linear;
}

#contact-tab li:after {
  content: "";
  display: block;
  position: absolute;
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
  height: 20px;
  width: 1px;
  background-color: #000;
  opacity: 10%;
}

#contact-tab li.nav-item:last-child:after {
  display: none;
}

#contact-tab li a {
  font-size: 16px;
  line-height: 27px;
  color: #000;
}

#contact-tab li.active,
#contact-tab li:hover {
  background-color: var(--color3);
}

#contact-tab li.active a,
#contact-tab li:hover a {
  color: white;
}

.acf-form .acf-fields>.acf-field {
  border: none;
}

.websima-contact-form .acf-label {
  margin: 0 !important;
}

.websima-contact-form .input-cform {
  line-height: 1;
  padding: 0 !important;
  clear: none !important;
  width: 100%;
  margin-bottom: 22px !important;
}

.websima-contact-form textarea {
  min-height: 230px;
}

.input-cform .acf-input,
.input-cform .acf-label,
.text-cform .acf-label,
.text-cform .acf-input {
  line-height: 1;
}

.websima-contact-form .text-cform {
  width: 100%;
  order: 1;
  padding: 0 !important;
}

.websima-contact-form .acf-field textarea,
.websima-contact-form .acf-field input[type="text"],
.websima-contact-form .acf-field input[type="email"] {
  padding: 20px;
}

.websima-contact-form #message {
  text-align: center;
}

.websima-contact-form .acf-notice.-dismiss {
  display: none;
}

.websima-contact-form .acf-fields {
  display: flex;
  flex-wrap: wrap;
}

.websima-contact-form .acf-required {
  float: right;
  margin-left: 4px;
}

.websima-contact-form .acf-spinner {
  position: absolute;
  bottom: 12px;
  margin-right: 6px;
}

.websima-contact-form .acf-notice p {
  font-size: 12px;
  line-height: 1;
  margin: 0;
  text-shadow: none;
  color: inherit;
  position: absolute;
  bottom: -80px;
}

.websima-contact-form .acf-field .acf-notice.-error {
  background: #fff;
  color: #cc2727;
  border-color: #fff;
  margin: 0;
  z-index: 1;
  line-height: 1;
  padding: 0;
  position: relative;
}

.websima-contact-form .acf-field .acf-notice.-error:before {
  content: "\e915";
  font-family: "icomoon";
  margin-left: 8px;
  vertical-align: middle;
  font-size: 15px !important;
  position: absolute;
  bottom: -85px !important;
  right: 1px;
  color: #e9322a;
}

.acf-form-submit {
  text-align: center;
  margin-top: 24px;
}

.contact-info {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.contact-info li {
  width: 100%;
  display: flex;
  border-radius: 16px;
  background: #ffffff;
  padding: 20px 16px;
  align-items: center;
  line-height: 1;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  border: 1px solid transparent;
  transition: 0.25s all linear;
}

.contact-info li:hover {
  border: 1px solid #ff6e613a;
}

.contact-info li:hover a,
.contact-info li a:hover {
  color: var(--color1);
}

.contact-info li i {
  font-size: 18px;
  margin-left: 8px;
  color: var(--color1);
}

.contact-dir-button {
  position: absolute;
  top: 24px;
  left: 36px;
  z-index: 462;
  display: flex;
  align-items: center;
  gap: 8px;
}

.contact-dir-button a:hover {
  background-color: var(--color1);
  color: #fff;
}

.contact-dir-button a {
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 10px;
  border: 1px solid #ff6f61;
  background-color: #fff;
  color: #333;
  font-size: 12px;
  line-height: 27px;
  padding: 5px 8px;
}

.contact__social>span {
  font-size: 20px;
  line-height: 1.5;
  color: #313233;
  display: block;
  text-align: center;
  margin-bottom: 36px;
}

.contact__social .wrap a:hover {
  border: 1px solid var(--color1);
  color: var(--color1);
}

.contact__social .wrap a {
  transition: 250ms;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 63px;
  height: 63px;
  border-radius: 24px;
  color: var(--color3);
  background-color: #ffffff;
  font-size: 34px;
  border: 1px solid #f7f7f7;
}

.contact__social .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.ct-info span,
.ct-info a {
  font-size: 16px;
  color: #747275;
  line-height: 40px;
}

.phone-item:not(:last-child)::after {
  content: "";
  margin-inline: 16px;
  display: inline-flex;
  height: 15px;
  width: 1px;
  background-color: var(--color1);
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .websima-contact-form .text-cform {
    float: left;
    width: 100%;
  }

  .websima-contact-form .input-cform {
    width: 48%;
    clear: none !important;
    margin-bottom: 32px !important;
  }

  .websima-contact-form .acf-fields {
    display: block;
  }

  .websima-contact-form .input-cform[data-name="email_cform"] {
    float: left;
  }

  .websima-contact-form .input-cform[data-name="name_cform"] {
    float: right;
  }
}

/* --------------------
   Footer Style
-------------------- */

.accordion-in-footer {
  display: none;
}

.tt-50 {
  transform: translateY(-50%);
}

#footer {
  margin-top: 220px;
  background: linear-gradient(90deg, #ff6f61 0%, #f1b07d 100%);
  /*box-shadow: 0px 4px 32px 0px rgba(199, 199, 199, 0.53);*/
  padding-bottom: 3rem;
  padding-top: 5.5rem;
  position: relative;
}

#footer::before {
  content: url("assets/img/ft-shape.svg");
  position: absolute;
  left: 50%;
  top: -1px;
  transform: translateX(-50%);
}

.top-footer {
  position: absolute;
  top: -28px;
  right: 0;
  left: 0;
  width: 100%;
}

.websima-logo {
  margin: auto;
  display: block;
  max-width: 100px;
}

#footer .form-control,
#footer .form-group {
  width: 100%;
}

#footer .row :is(h1, h2, h3, h4, h5, h6, p, span, a) {
  color: #fff;
}

#footer .row a:hover {
  color: black !important;
}

.newsletter-div {
  margin-top: 20px;
}

.ft__cols {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 14px;
}

.ft__desc {
  font-size: 14px;
  line-height: 30px;
  text-align: justify;
  margin-bottom: 25px;
}

.footer-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -115px;
  right: 50%;
  transform: translate(50%, 0px);
}

.footer-logo img {
  min-width: 151px;
}

.ft__socials {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

.ft__socials i::before {
  height: 40px;
  width: 40px;
  font-size: 22px;
  border-radius: 50%;
  background-color: #ffffff4d;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s all linear;
}

.ft__socials i:hover::before {
  color: #ff6f61 !important;
  background-color: white;
}

.ft__socials a {
  font-size: 20px;
  color: #272829;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
}

.ft__socials a:hover {
  color: var(--color1);
}

.ft__wrappers {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-right: 66px;
}

.wrap-ft-menu {
  padding: 0 5px;
}

.footer-contact li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 16px;
  font-size: 14px;
}

.footer-contact li i {
  color: #ffffff;
}

.footer-contact li i::before {
  height: 34px;
  width: 34px;
  border-radius: 50%;
  background-color: #ffffff4d;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
}

/* .footer-title::after {
    width: 32px;
    height: 3px;
    background-color: var(--color1);
    content: '';
    display: block;
    border-radius: 6px;
    margin-top: 6px;
} */

.footer-title {
  font-size: 17px;
  margin-bottom: 20px;
}

.footer-sub-menu a {
  font-size: 14px;
  padding-bottom: 16px;
  display: block;
}

.copy-right p {
  text-align: right;
  direction: rtl;
  color: #030303 !important;
  font-size: 14px;
  line-height: 32px !important;
}

.copy-right p::before {
  /* content: "\e91f";
    font-family: 'icomoon'; */
  display: inline-block;
  margin-right: 6px;
  font-size: 14px;
}

.copy-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 20px;
  background: linear-gradient(90deg,
      rgba(255, 255, 255, 0.5) 0%,
      rgba(255, 244, 244, 0.5) 100%);
  padding: 0px 21px;
  margin-top: 60px;
  font-size: 14px;
}

.copy-txt {
  padding-inline: 2px;
  color: #ff6f61 !important;
}

.scripts {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.enamad,
.samandehi {
  margin-block: 8px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 10px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* width: 59px;
    height: 59px; */
}

.scripts a,
.scripts img {
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: cover;
  max-width: 50px;
}

/* --------------------Breadcrumb Style-------------------- */

.brand-subterm #breadcrumbs a:after,
.page-template-template-brands #breadcrumbs a:after {
  background-color: #fff;
}

.brand-subterm #breadcrumbs .breadcrumb_last,
.page-template-template-brands #breadcrumbs .breadcrumb_last {
  color: #fff;
}

.brand-subterm #breadcrumbs a,
.page-template-template-brands #breadcrumbs a {
  color: #fff;
}
.page-template-template-faq #breadcrumbs a:hover,
.brand-subterm #breadcrumbs a:hover,
.page-template-template-brands #breadcrumbs a:hover {
  color: var(--color2);
}

#breadcrumbs {
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  font-size: 14px;
}

#breadcrumbs a {
  color: #333;
}

#breadcrumbs a:hover {
  color: var(--color1);
}

#breadcrumbs a:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: var(--color1);
  border-radius: 50%;
  margin-right: 7px;
  margin-left: 6px;
}
/* Hide scrollbar for Chrome, Safari and Opera */
#breadcrumbs::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
#breadcrumbs {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
#breadcrumbs .breadcrumb_last {
  color: var(--color1);
}

.brand-subterm #breadcrumbs {
  background-color: var(--color1);
  padding-bottom: 42px;
}

.error404 #breadcrumbs {
  position: relative;
  z-index: 2;
}

.error404 {
  background: #f5f5f5;
}

.error404 .site-main {
  margin-top: 15px !important;
}

/* --------------------
 Single Style
-------------------- */
.single__main {
  margin-bottom: 64px;
}

.swiper.swiper-related-product {
  padding-left: 6px;
  padding-right: 6px;
  margin-left: -6px;
  margin-right: -6px;
  overflow: unset;
  overflow-x: clip;
}

.faqs__single {
  margin-top: 32px;
}

.faqs__single .heading-inner--center {
  align-items: flex-start;
}

.help-heading {
  border-radius: 22px;
  border: 1px solid #f2f2f2;
  background-color: #fcfcfd;
  /* box-shadow: 0px 22px 43px -12px rgba(171, 171, 171, 0.16); */
  padding: 10px 14px;
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}

/* .help-heading > span::after {
    content: "\e937";
    font-family: 'icomoon';
    opacity: 0;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    transition: 500ms;
} */

.help-heading>span.active::after {
  transform: rotateX(180deg);
}

.help-heading>span {
  background: #ff6f61;
  padding: 14px;
  border-radius: 15px;
  color: white;
  text-align: center;
  margin-top: -2.5rem;
  margin-bottom: 16px;
}

.help-heading>ul {
  margin-top: 12px;
}

.help-heading a:hover {
  color: var(--color1);
}

.help-heading a {
  font-size: 13px;
  line-height: 32px;
  display: block;
  color: #252525;
  position: relative;
  padding: 0;
}

.help-heading a::before {
  content: "";
  display: inline-block;
  background-color: var(--color1);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: white;
  border-color: var(--color1);
  border-block-width: 1px;
  border-style: solid;
  border-left-width: 1px;
  border-right-width: 3px;
  vertical-align: middle;
  margin-left: 5px;
}

.help-heading li {
  border: 1px solid #f6f6f6;
  background-color: white;
  padding: 16px 12px !important;
  margin-inline: 9px;
  border-radius: 20px;
  margin-bottom: 16px;
}

.access-post>a:hover {
  background-color: var(--color1);
  color: #fff;
}

.access-post>a:hover::before {
  background-color: var(--color1);
  border-color: white;
}

.access-post>a {
  padding: 22px 24px;
  color: #252525;
  border-radius: 20px;
  border: 1px solid #f6f6f6;
  background-color: #fff;
  display: block;
  font-size: 14px;
  line-height: 29px;
  text-align: right;
  position: relative;
}

.access-post>a::before {
  transition: 0.3s all linear;
  margin-left: 4px;
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: white;
  border-color: var(--color1);
  border-block-width: 1px;
  border-style: solid;
  border-left-width: 1px;
  border-right-width: 3px;
  vertical-align: middle;
}

.access-post {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.socials-share {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
  padding: 5px 10px;
}

.socials a {
  display: inline-block;
  margin: 0 5px;
}

.single__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 15px 28px;
}

.single__date {
  display: flex;
  gap: 12px;
  color: #585859;
  line-height: 2;
  align-items: center;
  font-size: 13.5px;
}

.category_post {
  display: flex;
  /*align-items: center;*/
  gap: 8px;
}

.category_post_wrap a:hover {
  color: white;
  background-color: var(--color1);
}

.category_post_wrap a {
  transition: 0.3s all linear;
  font-size: 14px;
  color: var(--color1);
  background-color: white;
  padding: 2px 9px;
  border-radius: 9px;
  line-height: 33px;
}

.category_post_wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.single__date i {
  color: var(--color1);
  font-size: 14px;
  transform: translateY(-2px);
}

.category_post i {
  font-size: 19px;
  background-color: var(--color1);
  color: white;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  padding: 5px 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#copyMessage {
  font-size: 12px;
  padding: 5px 8px;
  border-radius: 8px;
  color: #fff;
  background-color: var(--color2);
  line-height: 1;
  position: absolute;
  right: -4.3rem;
}

.excerpt-content {
  margin-bottom: 24px;
}

.single__share {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.sharing-ico {
  height: 44px;
  width: 44px;
  border-radius: 10px;
  padding: 10px;
  background-color: var(--color1);
  color: white;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 7px;
}

.single__share .parent-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  padding: 10px;
  background-color: white;
  gap: 20px;
  height: 44px;
}

.single__share .parent-icons>a {
  font-size: 16px;
  color: #858686;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.22s all linear;
}

.single__share .parent-icons i {
  color: var(--color1);
  font-size: 23px;
  transition: 0.22s all linear;
}

.single__share .parent-icons i:hover {
  color: var(--color2);
}

.thumbnail-post-img {
  display: block;
  border-radius: 16px;
}

.single-top .thumbnail-post-img {
  display: block;
  margin-inline: auto;
  border-radius: 60px;
  width: 100%;
  height: auto;
  object-fit: cover;
  max-width: 100%;
}

.single-top .editor-content img {
  border-radius: 30px;
}

.thumbnail-img {
  float: none;
  max-width: 100%;
  margin: 0;
  display: inline-flex;
  overflow: hidden;
  border-radius: 3px;
}

.tags_post a {
  font-size: 14px;
  line-height: 22px;
  display: inline-flex;
  align-items: center;
  color: #252525;
  gap: 10px;
  padding: 4px;
  border-radius: 8px;
  background: #f8f8f8;
}

.tags_post a:hover {
  color: var(--color1);
  background-color: #ffecec;
}

.tags_post {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 0.5px solid #ff6f61a1;
}

@media screen and (min-width: 768px) {
  .thumbnail-img {
    max-width: 50%;
    float: left;
    margin-right: 30px;
  }
}

/* --------------------
 comment Style
-------------------- */

.commentlist {
  margin: 0;
}

.commentlist ul.children {
  padding-right: 110px;
  position: relative;
}

.icon__reply.icon-top:before {
  content: "\e90d";
  transform: rotate(90deg);
}

.icon__reply {
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: var(--color1);
  color: #fff;
  right: -5rem;
  bottom: 1.5rem;
}

label .required {
  float: right;
  color: #dc3545;
  font-size: 12px;
  margin-left: 4px;
}

.form-submit button#submit {
  height: 43px;
  font-size: 14px;
  padding: 10px 14px;
  border-radius: 15px;
  line-height: 23px;
}

.form-submit {
  text-align: center !important;
  flex: 0 0 100%;
  order: 1;
}

.editor-content .comment-notes,
.editor-content .comment-form-mobile {
  flex: 0 0 100%;
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
}

.editor-content .comment-form-author,
.editor-content .comment-form-email {
  flex: 0 0 49%;
  flex-wrap: wrap;
  display: flex;
}

.editor-content .comment-form .field-ltr {
  text-align: left;
  direction: ltr;
}

.comment-form-comment {
  flex: 0 0 100%;
}

.editor-content label,
.comment-form label {
  position: relative;
  display: inline-block;
  color: #585859;
  font-size: 13.5px;
  line-height: 3;
  margin: 0 !important;
}

.comment-awaiting-moderation {
  font-size: 13px;
  display: block;
  width: 100%;
  border: 1px solid #c6303e;
  color: #c6303e;
  background-color: #f8d7da;
  line-height: 2;
  padding: 8px;
  border-radius: 8px;
  margin-block: 12px 0;
  text-align: center;
}

.commentlist .byadmin .comment_container {
  background: linear-gradient(90deg, #ff6f61 0%, #f79572 100%);
}

.commentlist .byadmin .comment_container p {
  color: white;
}

.commentlist .byadmin .comment_container a.comment-reply-link {
  background-color: white;
  color: var(--color1);
}

.commentlist .byadmin .comment_container a.comment-reply-link:hover {
  color: white;
  background-color: var(--color1);
  border-color: white;
}

.commentlist .byadmin .comment_container .time_comment {
  background-color: var(--color1);
  color: white;
}

.commentlist .byadmin .comment_container .head-comment {
  background: #ffffff !important;
  border: 1px solid var(--color1);
}

.commentlist .comment_container {
  padding: 40px;
  border-radius: 20px;
  background: #fcfcfd;
  border: 1px solid #f2f2f2;
}

.head-comment {
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 27px;
  margin-top: -5rem;
  background: #ffe2df;
  border-radius: 18px;
  padding: 21px;
}

.cm__icon::before {
  content: "\e904";
  font-family: "icomoon";
  font-size: 14px;
}

.byadmin .cm__icon::before {
  content: "\e941";
  font-size: 30px;
}

.byadmin .cm__icon {
  background-color: unset;
  color: var(--color1);
}

.cm__icon {
  background-color: var(--color1);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: none;
}

.byadmin .head-comment .name_comment {
  color: var(--color1);
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(./assets/img/comment-logo.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 42px;
  width: 154px;
}

.head-comment .name_comment {
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #333;
  line-height: 32px;
}

.head-comment .time_comment {
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  color: var(--color1);
  gap: 11px;
  padding: 5px 10px;
  background: white;
  border-radius: 14px;
}

.head-comment .time_comment i {
  font-size: 14.5px;
}

.body-comment {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.body-comment p {
  font-size: 14px !important;
  text-align: justify;
  color: #333;
  line-height: 36px;
}

a.comment-reply-link::before {
  content: "\e92e";
  font-family: "icomoon";
  z-index: 0;
  top: 2px;
  left: 10px;
  font-size: 10px;
  position: absolute;
  transition: width 400ms;
}

a.comment-reply-link:hover {
  color: var(--color1);
  background-color: #fff;
}

a.comment-reply-link {
  background: var(--color1);
  margin-top: 0;
  overflow: hidden;
  z-index: 1;
  transition: 0.25s all linear;
  border-radius: 13px;
  font-size: 13px;
  line-height: 32px;
  display: inline-block;
  text-align: center;
  color: #ffffff;
  border: 1px solid var(--color1);
  position: relative;
  min-width: 62px;
  min-height: 36px;
  margin-bottom: 0;
  padding-left: 12px;
  float: left;
  transform: translateY(18px);
}

.comment-reply-link i {
  font-size: 11px;
  font-weight: bold;
  transition: 0.3s;
}

.comment-reply-link:hover i {
  margin-left: -10px;
  padding-right: 10px;
}

.item-comment {
  background: white;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgb(242, 240, 247);
  padding: 18px;
  position: relative;
}

.text_comment p {
  font-size: 13px;
  padding: 10px 0px;
}

.commentlist #reply-title {
  border-radius: 15px;
  display: flex;
  justify-content: space-between;
  padding: 8px;
  margin-block: 20px;
  font-size: 13px;
  align-items: center;
  background: #efefef;
}

.commentlist .byadmin .name_comment {
  font-size: 0 !important;
}

.editor-content .commentlist li {
  position: relative;
  margin: 0;
}

.comment-custom-field {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

/* --------------------
    Search Simple
-------------------- */

.search-by-json {
  height: 52px;
  width: 100% !important;
  margin-right: 0%;
  margin-top: 0% !important;
}

.search-by-json .input input {
  font-family: "yekanbakh-Regular";
  background-color: #f7f7f7 !important;
  border-radius: 15px !important;
  border: 1px solid #f7f7f7 !important;
  height: 52px !important;
  font-size: 16px;
}

.search-by-json .list-products {
  grid-template-columns: 12fr !important;
}

.search-by-json .list-category ul li {
  margin-bottom: 5px;
}

#fast-search-input {
  padding-right: 38px;
}

#fast-search-input:focus {
  border: 1px solid #d9d9d9 !important;
}

#fast-search-input::placeholder {
  line-height: 32px;
  color: #5a5a5a;
  font-size: 12px;
  font-family: "yekanbakh-Regular";
  vertical-align: middle;
}

.search-by-json .input .empty {
  left: 10px !important;
}

.search-by-json .body {
  margin-block: 0.8rem !important;
  width: 28.5rem !important;
}

.search-by-json .body .is-search .list-products .item .price .discount {
  display: none !important;
}

.search-by-json .body .is-search .list-products .item .price {
  text-align: right !important;
}

@media only screen and (max-width: 1200px) {
  .search-by-json .body {
    width: 24.5rem !important;
  }
}

.search-by-json .body .is-search .list-products .item {
  height: 110px;
  gap: 20px;
}

.search-by-json .body .on-sale {
  top: auto;
  bottom: -22px;
  align-items: center;
  right: -2px;
  transform: translate(0%, 0px);
}

#search-by-json-form del .amount bdi {
  font-size: 0.75rem;
}

.search-by-json .body .is-search .list-products .item .title {
  font-size: 0.9rem;
  padding-left: 0 !important;
  display: block;
}

.search-by-json .body .default p {
  font-size: 15px !important;
}

.search-by-json .body .default img {
  width: 150px !important;
}

.search-by-json .input .icon img {
  width: 19px !important;
}

.search-by-json .input .icon {
  right: 10px;
  background-color: transparent !important;
  border: 1px solid transparent !important;
  top: 12px !important;
}

.menu-popular .menu {
  row-gap: 8px;
  column-gap: 4px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex: 0 0 65%;
  max-width: 65%;
}

.title-popular {
  max-width: fit-content;
}

.menu-popular,
.popular {
  display: flex;
  justify-content: center;
  align-items: center;
}

.popular {
  flex-direction: column;
  row-gap: 10px;
}

.header-searchsimple form .icon-search {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  pointer-events: none;
}

.header-searchsimple form {
  position: relative;
  display: flex;
  align-items: center;
  transition: 400ms;
  width: 100%;
  color: #999999;
}

.header-searchsimple #search-text:focus {
  border-color: #858686;
}

.header-searchsimple #search-text {
  height: 50px;
  width: 100%;
  text-align: right;
  border: 1px solid #f5f5f5;
  background-color: #f5f5f5;
  color: var(--color4);
  font-size: 14px;
  padding: 7px 35px 10px 10px;
  border-radius: 12px;
  transition: border-color 400ms;
}

.header-searchsimple #search-text::placeholder {
  font-family: "yekanbakh-Regular" !important;
}

.search-results-box {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  text-align: center;
  width: 200%;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0px 0px 12px 0px rgba(174, 174, 174, 0.25);
}

.search-results-content {
  padding: 0 24px 24px;
}

.search-detail h3 {
  text-align: right;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.search-detail {
  display: flex;
  background-color: #f5f5f5;
  padding: 12px;
  border-radius: 12px;
  margin-bottom: 12px;
  gap: 12px;
  align-items: center;
}

.search-image {
  width: 60px;
  border-radius: 12px;
  flex-shrink: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.search-image img {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid #ccc;
  padding: 4px;
}

.header-searchsimple {
  position: relative;
  width: 35%;
}

.search__icons i {
  position: absolute;
  cursor: pointer;
  left: 0;
}

.search-loading {
  display: none;
  border: 3px solid #ccc;
  border-radius: 50%;
  border-top: 3px solid var(--color1);
  width: 20px;
  height: 20px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.search-remove:hover {
  color: var(--danger);
}

.search-remove {
  display: none;
  transition: color 400ms;
}

.search__icons {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

span.noresults {
  color: var(--danger);
  font-size: 13px;
}

/* --------------------
    Search Popup
-------------------- */
.bottom-head-search {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header-search {
  display: inline-flex;
  padding: 13px;
  background: var(--color1);
  color: #fff;
  cursor: pointer;
  border-radius: 7px 0 7px 7px;
}

.header-search>span {
  margin-left: 5px;
  display: none;
}

.search-pup-up {
  position: fixed;
  top: 0;
  left: 0;
  background: #000000de;
  width: 100%;
  height: 100%;
  z-index: 1000;
  color: white;
  overflow: hidden;
  overflow-y: visible;
  padding-bottom: 50px;
  display: none;
}

.fd-outer {
  width: 30px;
  margin-top: 10px;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 30px;
  z-index: 10;
}

.fd-inner {
  width: 30px;
  text-align: center;
}

.fd-outer label {
  font-size: 0.8em;
  line-height: 3em;
  text-transform: uppercase;
  color: #fff;
  transition: all 0.3s ease-in;
  opacity: 0;
  cursor: pointer;
}

.form-wrap {
  padding-top: 140px;
}

.search-pup-up #search-text {
  width: 100%;
  text-align: center;
  border: none;
  background: none;
  color: white;
  font-size: 16px;
  padding-bottom: 10px;
}

.search-form:after {
  content: "";
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right,
      transparent,
      #c29f77,
      transparent);
  display: block;
}

.search-title {
  font-size: 18px;
  padding: 20px 0 5px 0;
  display: block;
}

.search-pup-up .search-form {
  transform: scale(0);
  opacity: 0;
  transition-duration: 0.6s;
  transition-delay: 0.5s;
}

.search-pup-up.popup-search-active .search-form {
  transform: scale(1);
  opacity: 1;
}

.search-detail h3 a {
  display: block;
  font-size: 13px;
}

.search-results-box .button {
  width: 100%;
  height: 40px;
  font-size: 13px;
}

.search-pup-up .icons-wrapper {
  position: absolute;
  top: 0;
  left: 0;
}

.search-pup-up .icons-wrapper i {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

/* --------------------
    END Search Popup
-------------------- */

@media screen and (min-width: 768px) and (max-width: 991px) {

  #newsletter-form .alert.bg-primary,
  #newsletter-form .alert.bg-danger,
  #email-error {
    right: 80px !important;
  }

  .websima-contact-form .acf-field .acf-notice.-error:before {
    bottom: -78px !important;
  }
}

@media screen and (max-width: 767px) {
  .websima-contact-form .acf-notice p {
    font-size: 12px !important;
    bottom: -80px !important;
    right: 18px;
  }

  .websima-contact-form .acf-field .acf-notice.-error:before {
    bottom: -71px !important;
  }

  .copy-right {
    margin: auto;
    width: fit-content;
    justify-content: center !important;
  }

  .scripts {
    margin-top: 3px;
    margin-bottom: 50px;
  }

  .single-product .scripts {
    margin-bottom: 96px;
  }
}

@media screen and (max-width: 768px) {
  .search-by-json .body .is-search .list-products .item .price {
    margin-right: unset !important;
  }

  .search-by-json .body .on-sale {
    bottom: 24px;
    right: 90px;
  }

  #newsletter-form .alert.bg-primary,
  #newsletter-form .alert.bg-danger {
    font-size: 12px;
    padding-block: 0.3rem !important;
    bottom: -57px !important;
    right: 12px !important;
  }

  #email-error {
    font-size: 12px;
    padding-block: 0.3rem !important;
    right: 12px !important;
    bottom: -41px !important;
  }

  .product-item__body {
    padding-inline: 8px;
  }

  .form-wrap {
    padding-top: 80px;
  }

  .fd-inner {
    width: 25px;
  }

  .fd-outer {
    width: 25px;
    top: 10px;
    right: 20px;
  }

  .search-by-json .body .default,
  .search-by-json .body {
    width: 100% !important;
  }

  .search-by-json .body {
    height: auto !important;
  }
}

@media screen and (min-width: 576px) {
  .header-search>span {
    display: block;
  }
}

@media screen and (min-width: 992px) {
  .header-search>span {
    font-size: 12px;
  }
}

@media screen and (min-width: 1200px) {
  .header-search>span {
    font-size: inherit;
  }
}

@media screen and (max-width: 425px) {
  .product-meta-top>div {
    width: 100%;
    margin: 5px 0;
    justify-content: space-around;
  }

  .product-meta-right a:first-child:after {
    content: unset;
  }

  .type-product .summary .price ins:before {
    font-size: 16px;
  }
}

/* --------------------
    Product
-------------------- */

.product__item {
  border-radius: 16px;
  background-color: #fff;
  padding: 14px;
  transition: 0.28s all linear;
  position: relative;
}

.product__item:hover {
  box-shadow: 0px 7px 17px 0px #ff6f6121;
}

.product__image {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background-color: #ffffff;
  overflow: hidden;
  padding: 22px 0;
  margin-bottom: 16px;
  position: relative;
}

.product__image img {
  width: 100%;
  object-fit: contain;
}

.product__title {
  /* min-height: 70px; */
  font-family: var(--mid_font);
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 13px;
}

.product__title a {
  color: #333;
  line-height: 28px;
  display: block;
  font-size: 1rem;
  min-height: 56px;
}

.product__item:hover .product__title a {
  color: var(--color1);
}

.product__footer {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
  min-height: 64px;
}

.product__footer .icon-basket {
  color: var(--color1);
  font-size: 23px;
  border: 1px solid #ff867a;
  border-radius: 15px;
  padding: 10px;
  display: flex;
  gap: 8px;
  transition: 0.28s all linear;
}

.product__item:hover .icon-basket {
  background-color: #ff867a;
  color: white;
}

.price {
  position: relative !important;
}

.price {
  display: flex;
  flex-direction: column;
  width: max-content;
  align-items: flex-start;
  gap: 4px;
}

.product__more:hover {
  background-color: var(--color1);
  color: #fff;
}

.product__more {
  border-radius: 12px;
  background: #ffb800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #fff;
  font-size: 15px;
  flex-shrink: 0;
}

.product__love:hover {
  border-color: var(--danger);
  color: var(--danger);
}

.product__love {
  display: inline-flex;
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  font-size: 17px;
  border-radius: 12px;
  border: 1px solid #e1e1e1;
  background: #fff;
  margin-left: auto;
  color: #e1e1e1;
}

.loop__variation__price b {
  font-size: 12px;
  transform: translateY(2px);
}

.price.loop__variation__price {
  gap: 6px;
  flex-direction: row;
}

.price bdi {
  display: flex;
  align-items: center;
  gap: 2px;
}

.price del bdi {
  font-size: 13px;
  color: #333;
  position: relative;
}

.price ins bdi {
  font-size: 18px;
  color: #333;
}

.price>.woocommerce-Price-amount,
.price ins {
  color: #333333;
  font-family: var(--bold_font);
  font-size: 18px;
  line-height: 26px;
}

.price del {
  color: #999999;
  text-decoration: line-through;
  font-size: 12px;
  line-height: 18px;
  font-family: var(--mid_font) !important;
  padding-left: 36px;
}

.woocommerce-Price-currencySymbol {
  font-size: 10px;
  font-family: var(--bold_font);
  margin-right: 0;
  transform: translate(4px, 2px);
}

del .woocommerce-Price-currencySymbol {
  display: none;
}

.btn-sale {
  text-align: center;
  margin-top: 30px;
}

.on-sale {
  display: flex;
  justify-content: center;
  border-radius: 32px;
  background: #ff6f61;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  padding: 3px 7px;
  font-family: var(--bold_font);
  position: absolute;
  top: 0px;
  align-items: center;
  left: 0;
  font-family: "yekanbakh-Light";
}

#more-tax-desc {
  margin-block: 104px;
  position: relative;
}

.more-dec:after {
  content: "\e913";
  font-family: "icomoon";
  background-color: #f6f6f6;
  position: absolute;
  bottom: -2rem;
  left: 51px;
  z-index: 9;
  padding-inline: 20px;
  font-size: 2rem;
  color: var(--color1);
}

.items-sub-category {
  margin: 1rem 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.item-sub-category {
  padding: 5px 10px;
  border: 1px solid #a8a8a8;
  margin: 5px 5px;
  display: inline-block;
}

.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
}

ul.page-numbers {
  margin-top: 32px;
  gap: 13px;
}

.page-numbers li a,
.page-numbers li span {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  line-height: 1;
  color: #333;
  font-size: 18px;
}

.page-numbers li a.prev,
.page-numbers li a.next {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: var(--color1);
  line-height: 1;
  background: #ff6f6126;
}

.page-numbers li a.prev {
  transform: rotate(180deg);
}

.page-numbers li a.next .icon-left-arrow:before,
.page-numbers li a.prev .icon-left-arrow:before {
  font-size: 16px;
}

.page-numbers li a:hover,
.page-numbers li span.current,
.page-numbers li a.prev:hover,
.page-numbers li a.next:hover {
  background-color: var(--color1);
  color: #fff;
}

/* sidebar && shop_sidebar*/
.widget_layered_nav ul {
  display: none;
}

.product-categories .cat-item,
.woocommerce__order__stock form>div {
  padding: 16px 12px !important;
}

.woocommerce__order__stock form>div {
  border-radius: 20px !important;
  height: 58px !important;
}

.woocommerce .widget-title {
  height: 62px;
}

.widget-side>ul li.woocommerce-widget-layered-nav-list__item .count {
  font-size: 12px !important;
  line-height: 24px;
}

.price_slider_wrapper .ui-slider .ui-slider-handle:after {
  transform: rotate(180deg);
}

.price_slider_wrapper .ui-slider .ui-slider-handle:last-child:after {
  transform: rotate(0deg) !important;
}

.widget-side:last-child {
  margin-bottom: 0 !important;
}

.widget-side>ul {
  margin-top: 14px;
}

.widget-side.widget_categories>ul {
  margin-top: 8px;
}

.widget_media_image a {
  display: block;
}

.widget_media_image img {
  width: 100%;
  object-fit: cover;
  display: block;
  border-radius: 47px;
}

.widget-side:not(:last-child) {
  margin-bottom: 32px;
}

.widget-side:not(.widget_media_image) {
  border-radius: 22px;
  border: 1px solid #f2f2f2;
  background: #fcfcfd;
  padding: 10px;
  margin-top: 1.5rem;
}

.widget__toggle {
  font-size: 9px;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 500ms;
  border: 2px solid #ffffff4d;
  padding: 4px;
  border-radius: 5px;
}

.widget__toggle.closed:before {
  content: "\e921";
}

.widget__toggle.toggle-opened:before {
  content: "\e92c";
}

.widget-title {
  background: #ff6f61;
  padding: 0.675rem 1rem;
  border-radius: 1rem;
  color: white;
  text-align: center;
  margin-top: -2.8rem;
  margin-bottom: 1rem;
  line-height: 21px;
  font-size: 14px;
}

.widget-side:not(.widget_categories) .widget-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.widget-title h4 {
  font-family: var(--mid_font);
  font-size: 15px;
  line-height: 21px;
}

.widget-side li.current-cat>a {
  color: var(--color1);
}

.widget-side li a {
  display: inline-flex;
  line-height: 1;
  align-items: center;
  padding-left: 32px;
}

.widget-side>ul>li>a {
  padding: 0;
}

.widget-side.widget_product_categories>ul>li>a,
.widget-side.widget_categories>ul>li>a {
  padding: 12px 8px;
  font-size: 12px;
}

.widget-side>ul>li {
  padding: 8px 0;
  position: relative;
  font-size: 14px;
}

.widget-side>ul>li:last-child {
  padding-bottom: 0;
}

.cat-parent {
  position: relative;
}

.cat-item {
  border: 1px solid #f6f6f6;
  background-color: white;
  padding: 0 12px !important;
  border-radius: 20px;
  margin-bottom: 10px;
}

.cat-item::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: white;
  border-color: var(--color1);
  border-block-width: 1px;
  border-style: solid;
  border-left-width: 1px;
  border-right-width: 3px;
  vertical-align: middle;
}

ul.children li.cat-item {
  font-size: 13px !important;
  border: none;
  padding: 0px !important;
  line-height: 19px !important;
  margin-bottom: 14px !important;
}

ul.children li.cat-item:before {
  display: none;
}

.widget-side li ul.children a {
  font-size: 14px !important;
  line-height: 24px;
}

.widget-side li ul.children {
  margin-top: 14px;
}

.caticon:hover {
  color: var(--color1);
}

.caticon {
  font-size: 11px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 500ms;
  position: absolute;
  left: 0;
  top: 17px;
}

.caticon:before {
  content: "\ea0a" !important;
}

#sidebar {
  position: fixed;
  right: -100%;
  top: 0;
  bottom: 0;
  transition: all 0.5s;
  z-index: 481;
  background-color: #fff;
}

/* .sidebar-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.40);
    background: radial-gradient(170.82% 170.82% at 113.39% 100%, #F88E1E 0%, #FBAF0F 100%);
    width: 56px;
    height: 56px;
    border-radius: 50%;
    position: fixed;
    left: 12px;
    bottom: 102px;
    font-size: 20px;
    z-index: 2;
} */

#sidebar.active {
  right: 0;
  overflow-y: scroll;
  padding-bottom: 20px;
}

#sidebar .sidebar-close {
  display: flex;
  width: 22px;
  height: 22px;
  position: relative;
  background: var(--danger);
  text-align: center;
  margin: 10px auto 10px 0;
  color: #fff;
  font-size: 10px;
  border-radius: 4px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.widget-side a {
  color: #585859;
  font-size: 16px !important;
  line-height: 25px;
}

.widget-side a:hover {
  color: var(--color1);
}

#sidebar input[type="search"] {
  border: 1px solid #a3a3a3;
  padding: 10px 20px;
  border-radius: 15px;
  height: 40px;
  display: block;
  box-sizing: border-box;
  font-family: inherit;
  width: 100%;
  transition: 0.3s;
  margin-bottom: 10px;
  font-size: 16px;
  text-align: right;
}

#sidebar .select2-container--default .select2-selection--single {
  border: 1px solid #fafafa;
  background: #fafafa;
  padding: 10px 20px;
  border-radius: 15px;
  height: 50px;
  display: block;
  box-sizing: border-box;
  font-family: inherit;
  width: 100%;
  transition: 0.3s;
  margin-bottom: 20px;
  font-size: 14px;
  text-align: right;
}

#sidebar .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 11px;
  left: 11px !important;
  width: 20px;
}

.sidebar-blog .widget_categories>ul>li>a {
  font-size: 16px;
  line-height: 29px;
}

@media (min-width: 992px) {
  .sidebar-blog .widget-side>ul>li {
    padding: 16px 12px !important;
  }

  .sidebar-blog .widget-title {
    padding: 20px;
  }

  .sidebar-btn {
    display: none;
  }

  #sidebar {
    position: unset;
    right: auto;
    overflow-y: unset;
    background: transparent;
    z-index: unset;
  }

  #sidebar .sidebar-close {
    display: none;
  }
}

/* --------------------
    Modules Css
-------------------- */

.countdown-wrapper {
  direction: ltr;
}

.countdown-wrapper span {
  display: inline-block;
  margin: 0 5px;
}

/* --------------------
    Modal bootstrap Css
-------------------- */

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
  background-color: rgb(0 0 0 / 50%);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  /* -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%); */
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  border-radius: 0.3rem;
  outline: 0;
  overflow: hidden;
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 24px;
  background-color: var(--color1);
  border-radius: 12px 12px 0 0;
}

.modal-title {
  color: #fff;
  font-size: 16px;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 24px;
  text-align: center;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.modal-footer> :not(:first-child) {
  margin-left: 0.25rem;
}

.modal-footer> :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.modal-header .close::before {
  content: "\e924";
  font-family: "icomoon";
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  width: 28px;
  height: 28px;
}

.modal-header .close {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--danger);
  border-radius: 8px;
  cursor: pointer;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 768px) {
  .modal-dialog {
    max-width: 550px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}

/* --------------------
    Responsive Mode
-------------------- */

@media screen and (min-width: 992px) {
  .w-75 {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }

  .light-pagination {
    margin-top: 32px;
  }

  .single__title {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .footer-title {
    font-size: 15px !important;
  }
}

@media screen and (max-width: 1199.98px) {
  .sw:not(.sw2) .swiper-nav {
    width: calc(100% + 32px);
  }

  .heading--between {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* category design two */

.cat-design-two [class^="col-"] {
  flex: 0 0 100%;
  max-width: 100%;
}

.cat-design-two {
  display: flex;
  width: 100%;
}

/* BLOG SECTION  */
.section-blog-bg {
  background-color: #fafafa;
  padding-block: 24px;
}

.section-blog .heading--center .heading__icon {
  display: none;
}

.section-blog .heading--center {
  margin-bottom: 18px;
}

#main-blog {
  margin-bottom: 72px;
}

.row__blog {
  row-gap: 20px;
}

.section-blog .heading__title {
  display: flex;
  align-items: center;
  gap: 8px;
}

.heading__icon {
  border-radius: 12px;
  background: radial-gradient(121.82% 121.82% at 92.31% 88.46%,
      #f88e1e 0%,
      #fbaf0f 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  width: 39px;
  height: 39px;
  position: relative;
  z-index: 1;
}

.card-blog {
  position: relative;
}

.card-blog__date {
  position: absolute;
  right: 22px;
  top: 22px;
  border-radius: 8px;
  background: #ffffffb2;
  backdrop-filter: blur(3px);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 29px;
  color: #212121;
  font-size: 14.5px;
  z-index: 1;
  pointer-events: none;
  padding: 0 11px;
}

.list__item .card-blog__date {
  position: absolute;
  right: 9px;
  top: 9px;
  border-radius: 9px;
  background: #ffffffb2;
  backdrop-filter: blur(3px);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 31px;
  color: #212121;
  font-size: 14.5px;
  z-index: 1;
  pointer-events: none;
  padding: 0 8px;
}

.card-blog:hover a {
  color: var(--color1);
}

/* .card-blog:hover .card-blog__image {
    box-shadow: 0px 22px 12px -12px rgba(135, 135, 135, 0.25);
} */

.card-blog__image {
  border-radius: 24px;
  background-color: #ababab;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  position: relative;
  transition: box-shadow 500ms;
  /* width: 100%; */
}

.card-blog__image img {
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.blog__dec {
  padding-inline: 8px;
  font-size: 14px;
  margin-bottom: 20px;
  color: #78879c;
}

.card-blog__title {
  padding-inline: 8px;
  min-height: 64px;
  font-size: 18px;
  line-height: 30px;
  margin-top: 14px;
  color: #333333;
  font-family: var(--mid_font);
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.time-ico-mobile {
  font-size: 15px;
  margin-left: 5px;
  margin-bottom: 2px;
}

.card-blog__more i {
  font-size: 11px;
  margin-top: 0.25rem;
}

.card-blog:hover .card-blog__more,
.card-blog:hover .card-blog__title a {
  color: #ff6f61;
}

.card-blog__more {
  transition: 0.2s all linear;
  font-size: 15px;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: #999;
  line-height: 40px;
}

.mb__basket {
  position: relative;
}

.mb__basket .basket__count {
  left: 22px;
}

.quick__access {
  position: fixed;
  z-index: 479;
  inset: auto 0 0 0;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 5px;
  height: 80px;
  box-shadow: 0px -4px 12px 0px rgba(201, 201, 201, 0.32);
  flex-direction: row-reverse;
  padding: 0 8px;
}

.quick__access__text {
  display: block;
  font-size: 12px;
  line-height: 1.5;
  color: #585859;
}

.icon-home-menu {
  background-color: #ff6f61;
  height: 48px;
  width: 48px;
  border-radius: 50%;
  flex: unset !important;
}

.icon-home-menu i:before {
  color: white !important;
}

.quick__access__item i {
  font-size: 20px;
  line-height: 1;
  color: black;
  background-color: transparent;
}

.quick__access__item i::before {
  color: #666666;
}

.quick__access__item .icon-user {
  padding-bottom: 4px;
}

.quick__access__item {
  /* flex: 1 0 0; */
  flex: 0 0 10%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  text-align: center;
  gap: 6px;
}

.mobile__badge__wrap {
  position: fixed;
  right: 72px;
  bottom: 22px;
  z-index: 479;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mobile__badge__num i {
  font-size: 17px;
  transition: 300ms;
}

.mobile__badge__num:hover::after {
  width: 100%;
}

.mobile__badge__num::after {
  content: "";
  position: absolute;
  width: 0;
  background-color: #fff;
  inset: 0;
  height: 100%;
  transition: width 500ms;
  z-index: -1;
}

.mobile__badge__num {
  transition: 500ms;
  position: relative;
  z-index: 1;
  height: 42px;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  border-radius: 66.292px;
  background: radial-gradient(118.35% 118.35% at 17.36% 15.28%,
      #36f501 0%,
      #068d00 100%);
  width: 150px;
  color: #fff;
  font-size: 14px;
  font-family: var(--bold_font);
  gap: 10px;
  border: 1px solid #fff;
  overflow: hidden;
  margin-top: 8px;
}

.mobile__badge__num:hover {
  color: #068d00;
  border-color: #068d00;
}

.mobile__badge {
  width: 72px;
  height: 72px;
  flex-shrink: 0;
  background: radial-gradient(118.35% 118.35% at 17.36% 15.28%,
      #36f501 0%,
      #068d00 100%);
  font-size: 24px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  margin-top: 8px;
  overflow: hidden;
  transition: 500ms;
  position: relative;
}

.mobile__wrappers {
  width: 150px;
  display: none;
}

.mobile__badge::before,
.mobile__badge__num::before {
  content: "\e90e";
  top: 8px;
  left: 8px;
  font-size: 24px;
  position: absolute;
  z-index: 1;
  font-family: "icomoon";
  opacity: 0.51;
  filter: blur(2px);
  display: flex;
  line-height: 1;
  transition: opacity 500ms;
  pointer-events: none;
}

.mobile__badge__num:hover:before {
  opacity: 0;
}

.mobile__badge__num::before {
  font-size: 14px;
  left: 2px;
  top: 2px;
}

.mobile__badge.active i.icon-phone {
  opacity: 0;
}

.mobile__badge.active i.icon-close {
  opacity: 1;
}

.mobile__badge i.icon-close {
  opacity: 0;
}

.mobile__badge i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 500ms;
}

.sale-countdown span {
  background-color: #ffecea;
  border-radius: 4px;
  width: 26px;
  height: 25px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 3px;
}

/*.sale-countdown-progress {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  margin-bottom: -6px;
  background: rgb(255, 255, 255);
  padding: 12px 0px 12px 32px;
  margin-top: 4px;
  width: 100%;
  border-bottom: 2.5px solid #ff6f61;
  transform: translate(0, 10px);
  position: relative;
}*/

.sale-countdown-progress {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
  padding: 7px 10px;
  width: 100%;
  transform: translate(0, 10px);
  position: absolute;
  top: 0;
  right: 3px;
}

.sale-countdown {
  position: relative;
  font-size: 16px;
  height: 25px;
  color: var(--color1);
  line-height: 25px;
  text-align: center;
  direction: ltr;
  gap: 6px;
  display: flex;
}

.sale-countdown:after {
  content: "\e90c";
  display: block;
  z-index: 9;
  position: absolute;
  left: -32px;
  bottom: 1px;
  color: #ff6f61;
  font-family: "icomoon";
  font-size: 1.3rem;
}

.single-sidebar-progress {
  background: var(--color1);
  text-align: center;
  color: #fff;
  padding: 14px;
  font-size: 20px;
  margin-bottom: 12px;
  border-radius: 20px;
}

.single-sidebar-progress .sale-countdown-progress {
  position: unset;
  background: unset;
  transform: unset;
  margin-top: 10px;
  justify-content: center;
}

.single-sidebar-progress .sale-countdown {
  color: #fff;
  margin-bottom: 10px;
}

.single-sidebar-progress .sale-countdown span {
  background-color: #fff;
  color: var(--color1);
}

.single-sidebar-progress .sale-countdown:after {
  color: #fff;
  right: unset;
  left: -32px;
}

.single-sidebar-progress .sale-countdown .day::before {
  content: 'روز';
  color: #fff;
  position: absolute;
  bottom: -24px;
  font-size: 13px;
}

.single-sidebar-progress .sale-countdown .hour::before {
  content: 'ساعت';
  color: #fff;
  position: absolute;
  bottom: -24px;
  font-size: 13px;
}

.single-sidebar-progress .sale-countdown .minute::before {
  content: 'دقیقه';
  color: #fff;
  position: absolute;
  bottom: -24px;
  font-size: 13px;
}

.single-sidebar-progress .sale-countdown .second::before {
  content: 'ثانیه';
  color: #fff;
  position: absolute;
  bottom: -24px;
  font-size: 13px;
}

.header-404 {
  position: relative;
  padding-bottom: 40px;
  background: linear-gradient(180deg, #f6f6f6 0%, #ffffff 100%);
}

.header-404::before {
  content: "";
  z-index: 9;
  position: absolute;
  top: -30px;
  left: 0;
  background-image: url("./assets/img/after-404.svg");
  height: 79px;
  width: 237px;
  background-size: initial;
  background-repeat: no-repeat;
  background-position: top left;
}

.wrapper-404 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-direction: column-reverse;
}

.error__wrapper {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

/* 404 PAGE  */

.error__wrapper h1 {
  color: #333333;
  line-height: 49px;
  font-size: 32px;
}

.error__wrapper p {
  color: #666666;
  line-height: 30px;
  font-size: 20px;
}

/* 404 PAGE  */

.woocommerce_account_navigation_popup {
  right: unset !important;
  left: 0;
}

@media (min-width: 992px) {
  .single-top .thumbnail-post-img {
    padding-left: 12px;
  }

  .navbot-bg {
    box-shadow: 0px 4px 12px rgba(222, 222, 222, 0.25);
    transition: 300ms;
  }

  .nav-up .navtop-bg {
    box-shadow: 0px 4px 12px rgba(222, 222, 222, 0.25);
  }

  .nav-up .navbot-bg {
    background-color: transparent;
    box-shadow: unset;
    pointer-events: none;
  }

  .section-blog .heading--center {
    margin-bottom: 32px;
  }

  .nav-up .navbot-bg {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  .tax-brand .faqs__wrapper {
    margin-block: 64px;
  }
}

@media (max-width: 1399.98px) {
  .product__item .sale-countdown {
    gap: 2px;
  }
}

@media (min-width: 992px) and (max-width: 1399.98px) {
  .ft__wrappers {
    padding-right: 0;
  }

  .woocommerce_account_navigation_popup {
    right: unset !important;
    left: 0;
  }

  .content-white {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .navtop__right {
    gap: 10px;
  }

  .header-searchsimple {
    max-width: 200px;
  }

  .help-heading li {
    margin-inline: 0;
  }

  .category_post_wrap a {
    font-size: 14px;
  }

  .single__share .parent-icons i {
    font-size: 21px;
  }

  .sharing-ico {
    height: 40px;
    width: 40px;
  }
}

@media (max-width: 1199.98px) {
  .ct-info {
    font-size: 14px;
  }

  .loop__variation__price b {
    font-size: 11px;
  }

  .loop__variation__price {
    flex-direction: column !important;
  }
}

@media (max-width: 991.98px) {
  .sidebar-blog .widget-title {
    text-align: right;
    display: flex;
    justify-content: space-between;
    padding: 19px 24px !important;
  }

  .card-blog__date {
    font-size: 13px;
    padding: 0 5px;
  }

  .byadmin .head-comment .name_comment {
    height: 24px;
    width: 87px;
  }

  .head-comment {
    gap: 10px;
  }

  .navtop {
    border-radius: 22px;
    padding: 10px;
    margin-block: 17px 38px;
    margin-inline: 5px;
  }

  .navtop.row .col-6 {
    padding-right: 0 !important;
  }

  .faq-cat-div {
    padding: 0 2px;
    border-left: 1px solid var(--color1);
    margin-block: 15px;
  }

  .inner-page h1.title-heading {
    font-size: 20px;
    margin-bottom: 1rem;
  }

  .product__item .price del {
    text-decoration-color: #99999952 !important;
    font-size: 12px;
  }

  .navbot-bg {
    display: none;
  }

  .navtop-bg {
    box-shadow: 0px 4px 12px rgba(222, 222, 222, 0.25);
  }

  .help-heading {
    margin-bottom: 30px;
    display: inline-flex;
    width: 100%;
  }

  .help-heading>span {
    cursor: pointer;
    font-size: 14px;
    text-align: right;
    position: relative;
    padding: 17px;
  }

  .help-heading>span:after {
    transition: 0.3s all linear;
    font-family: "icomoon";
    content: "\e921";
    font-size: 8px;
    color: white;
    border: 1px solid #ffffff4d;
    border-radius: 3px;
    position: absolute;
    left: 17px;
    top: 50%;
    transform: translateY(-50%);
    height: 18px;
    width: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .help-heading>span.active:after {
    transition: 0.3s all linear;
    transform: translateY(-50%) !important;
    content: "\e92c";
  }

  .help-heading>ul {
    display: none;
  }

  .related__product {
    margin-block: 54px;
    padding-bottom: 32px;
  }

  section.single__main {
    margin-bottom: 44px;
    margin-top: 24px !important;
  }

  .heading__title {
    font-size: 18px !important;
    line-height: 32px;
  }

  .single-top .public-head.single__title {
    font-size: 22px !important;
    line-height: 34px;
    margin-bottom: 24px;
    gap: 10px;
  }

  .navbot,
  .navtop__left,
  .navbot__left {
    display: none;
  }

  .heading--center {
    gap: 12px;
    margin-bottom: 12px;
  }

  .enamad,
  .samandehi {
    width: 60px;
    height: 60px;
  }

  .navtop__right {
    flex-direction: row-reverse;
    justify-content: space-between;
  }

  .navtop__right {
    gap: 12px;
  }

  .heading--between .heading__short-desc {
    margin-top: 12px;
  }

  .heading__short-desc {
    font-size: 14px;
  }

  .product__item {
    border-radius: 16px;
    padding: 5px;
  }

  .swiper-discount-wrap .product__item {
    box-shadow: unset;
    border: 1px solid #fff;
    padding: 6px 6px 0;
  }

  .product__title {
    font-size: 13.5px;
    min-height: 54px;
    margin-bottom: 16px;
  }

  .product__title a {
    line-height: 2;
  }

  .product__item .price>.woocommerce-Price-amount,
  .product__item .price ins {
    font-size: 16px;
  }

  .heading--between {
    margin-bottom: 14px;
  }

  .blog__dec {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .card-blog__more {
    font-size: 15px;
    margin-bottom: 0;
    color: #999;
    padding-inline: 12px;
    line-height: 37px;
  }

  .list__item .card-blog__more {
    margin-bottom: 0;
    color: #999;
    padding-inline: 0;
    margin-top: 16px;
    font-size: 15px;
  }

  .tt-50 {
    margin-bottom: -40px;
  }

  .ft__cols {
    align-items: center;
  }

  .copy-right {
    margin-top: 45px;
    padding: 15px;
  }

  #footer {
    overflow-x: clip;
  }

  .faqs-question .faq-num {
    display: none;
  }

  .sale-countdown {
    font-size: 17px;
  }

  .sale-countdown-progress {
    width: calc(100% + 12px);
    transform: translateX(6px);
  }

  #breadcrumbs {
    padding-top: 6px;
    font-size: 13px;
    padding-right: 12px;
  }

  .card-blog__title {
    min-height: 52px;
    margin-block: 11px 3px;
    line-height: 25px;
    font-size: 15px !important;
    color: #333;
  }

  .section-offer:before {
    height: 44vh;
  }

  .inner-page .site-main {
    margin-block: 26px;
  }

  .error404 .site-main {
    margin-top: 46px !important;
  }

  .error404 .section-product {
    margin-block: 64px !important;
  }

  .shop-main {
    margin-bottom: 26px;
  }

  .mobile__badge__wrap {
    bottom: 102px;
    right: 12px;
  }

  .heading-inner {
    gap: 8px;
    margin-bottom: 28px;
  }

  .widget-side.widget-side.widget_categories>ul>li>a {
    padding: 12px 8px;
  }

  .faqs-question {
    font-size: 14px;
    line-height: 32px;
    padding: 1rem;
    align-items: center;
  }

  .faqs-answer p {
    font-size: 12px;
    line-height: 37px;
  }

  .faqs-item .faqs-answer {
    padding: 0 1rem 1rem;
  }

  .row__blog {
    row-gap: 24px;
  }

  .sidebar {
    top: unset;
  }

  #main-blog {
    margin-bottom: 48px;
  }

  .faqs__wrapper,
  #more-tax-desc {
    margin-block: 65px;
  }

  #more-tax-desc h4 {
    text-align: center;
    font-size: 20px;
  }

  .page-numbers li a.next,
  .page-numbers li a.prev {
    font-size: 12px;
  }

  .contact-info {
    gap: 16px;
  }

  .contact__social>span {
    font-size: 18px;
    margin-bottom: 18px;
  }

  .websima-contact-title {
    font-size: 18px;
    margin-bottom: 18px;
  }

  .websima-contact-form {
    margin-top: 0px;
  }

  .editor-content label,
  .comment-form label {
    font-size: 13px;
    line-height: 2.5;
  }

  .single__meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    border-bottom: unset;
    padding-bottom: unset;
    padding-top: 0;
    margin-bottom: 25px;
  }

  .section__comment {
    margin-top: 63px !important;
  }

  #review_form_wrapper {
    padding: 20px !important;
  }

  .comment-title:after {
    font-size: 18rem !important;
    left: -10rem !important;
  }

  .category_post_wrap a,
  .single__date {
    font-size: 14px;
  }

  .parent-icons,
  .category_post i,
  .single__date i,
  .icon-category {
    font-size: 18px;
    flex-shrink: 0;
  }

  .single__share i.icon-copy,
  .single__share i.icon-whatsapp {
    font-size: 19px !important;
  }

  .single__share>div>a {
    font-size: 17px;
  }

  .category_post {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    gap: 12px;
  }

  .commentlist ul.children {
    padding-right: 47px;
  }

  .icon__reply {
    font-size: 13px;
    width: 33px;
    height: 33px;
    border-radius: 8.25px;
    right: -2.8rem;
    bottom: 50%;
    transform: translateY(50%);
  }

  .commentlist .byadmin .comment_container {
    background: linear-gradient(90deg, #ff6f61 0%, #f2ad7c 100%);
  }

  .commentlist .byadmin .head-comment {
    padding: 8px !important;
  }

  .head-comment .time_comment {
    gap: 5px;
    padding: 2px 10px;
    font-size: 12px !important;
  }

  .commentlist .comment_container {
    padding: 33px 10px;
  }

  .head-comment {
    margin-bottom: 14px;
    min-height: 73px;
    margin-top: -4.5rem !important;
    padding: 8px 18px !important;
  }

  .head-comment .name_comment,
  .byadmin .head-comment .name_comment {
    font-size: 13px;
  }

  .single__share {
    margin-bottom: 25px;
    justify-content: center;
    width: 100%;
  }

  .thumb-back {
    margin-bottom: 23px !important;
  }

  .tags_post {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 12px;
    margin-bottom: 8px;
  }

  .swiper-gallery .swiper-nav {
    width: 100%;
  }

  .faqs__single .heading-inner--center {
    align-items: center;
  }

  .heading-inner--center {
    text-align: center;
  }

  .related__post {
    margin-block: 54px;
  }

  .section__comment {
    margin-block: 52px 102px;
  }
}

@media (max-width: 767.98px) {

  #sidebar button[type="submit"],
  #cancel-comment-reply-link,
  .button {
    font-size: 13px;
    padding: 0 10px;
    min-width: 112px;
    height: 43px;
  }

  .acf-form-submit {
    margin-top: 22px;
  }

  .ft__wrappers {
    flex-wrap: wrap;
    padding-right: unset;
  }

  .wrap-ft-menu:first-child {
    flex: 1 0 100%;
    margin-bottom: 12px;
  }

  .header-searchsimple #search-text {
    padding: 6px 30px;
    font-size: 13.5px;
  }

  .header-searchsimple form .icon-search {
    right: 8px;
  }
}

@media (max-width: 575.98px) {
  .header-404::before {
    background-size: cover;
  }

  .woocommerce-message .amount {
    font-size: 14px;
  }

  .woocommerce-message {
    font-size: 13px;
    padding: 6px;
    line-height: 2;
  }

  .header-searchsimple #search-text::placeholder {
    font-size: 12px !important;
  }

  a.comment-reply-link {
    margin-top: 14px;
  }

  .faqs__null {
    font-size: 13px;
  }

  .navtop__logo {
    max-width: 56px;
  }

  .header-searchsimple {
    position: static;
  }

  .search-results-box {
    width: calc(100% - 24px);
    margin-left: auto;
    margin-right: auto;
  }

  .comment-custom-field {
    flex-direction: column;
  }

  .single-post .comment-custom-field {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .editor-content .comment-form-author,
  .editor-content .comment-form-email {
    flex: 1 0 100%;
  }

  .section-comment .heading-inner {
    margin-bottom: 12px;
  }
}

@media (max-width: 424.98px) {
  #message p {
    font-size: 12px;
  }

  .footer-sub-menu a {
    font-size: 13px;
  }

  .tt-50 {
    margin-bottom: -20px;
  }

  .product__title {
    font-size: 13px;
    min-height: 52px;
  }

  .product__item .price>.woocommerce-Price-amount,
  .product__item .price ins {
    font-size: 14px;
  }

  .product__more {
    width: 28px;
    height: 28px;
    font-size: 12px;
    border-radius: 6px;
    flex-shrink: 0;
  }

  .product__love {
    display: inline-flex;
    width: 28px;
    height: 28px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    font-size: 15px;
    border-radius: 6px;
  }
}

#breadcrumbs.breadcrumbs--light a:hover {
  color: #585859;
}

#breadcrumbs.breadcrumbs--light a:after {
  background-color: #fff;
}

#breadcrumbs.breadcrumbs--light a,
#breadcrumbs.breadcrumbs--light .breadcrumb_last {
  color: #fff;
}

.shop__intro {
  background-color: var(--color1);
  padding-block: 86px 0;
  margin-block: -46px 46px;
}

.shop__intro__mb {
  margin-block: -46px 210px;
}

.shop__title {
  color: #fff;
  font-size: 21px;
  line-height: 31px;
}

.shop__intro__content {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.shop__intro__content .shop-content {
  margin-bottom: 22px;
}

.shop-content.editor-content p,
.shop-content {
  font-size: 15px;
  text-align: justify;
  line-height: 2.5;
  color: #fff;
}

.swiper-shop-cat-wrap .swiper-nav {
  top: calc(50% - 21px);
  width: 100%;
}

.swiper-shop-cat-wrap {
  padding: 0 20px;
  margin-bottom: -140px;
  position: relative;
}

.swiper-shop-cat .swiper-slide {
  height: auto;
}

.swiper-shop-cat {
  width: 100%;
}

.shop__cat__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  height: 100%;
}

.shop__cat__img img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.shop__cat__img {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 31.36px;
  border: 5px solid #fff;
  background-color: #f7f7f7;
  box-shadow: 0px 28.74667px 18.29333px -15.68px rgba(135, 135, 135, 0.15);
  overflow: hidden;
  padding: 40px;
  flex: 1;
}

.shop__cat__title a {
  display: block;
  text-align: center;
  color: #585859;
}

.shop__cat__title {
  font-family: var(--mid_font);
  font-size: 15.5px;
  line-height: 1.5;
}

.shop__cat__item:hover .shop__cat__title a {
  color: var(--color1);
}

.shop__row {
  row-gap: 24px;
}

.shop__order__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.shop__title2 {
  font-size: 20px;
  line-height: 1.5;
  color: #272829;
}

.product-item__meta {
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: end;
  flex-wrap: wrap;
  position: absolute;
  z-index: 1;
  width: 100%;
  pointer-events: none;
  top: 0;
  padding: 0;
}

.new-label {
  background-color: #ff6f61;
  border-radius: 32px;
  padding: 4px 8px 4px 8px;
  color: white;
}

.product-item__badge:not(:has(span)) {
  display: none;
}

.product-item__meta .new-label {
  height: 24px;
  border-radius: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 1;
  gap: 6px;
  padding: 4px 10px;
  position: relative;
  z-index: 1;
}

.product-best-badge {
  background-color: var(--color1);
}

.product-new-badge {
  background: radial-gradient(385.59% 165.43% at -22.92% -12.5%,
      #7cf253 0%,
      #038600 100%);
}

.product-best-badge,
.product-new-badge {
  color: #fff;
}

.product-best-badge::before,
.product-new-badge::before {
  position: absolute;
  z-index: -1;
  font-family: "icomoon";
  opacity: 0.51;
  filter: blur(2px);
  display: flex;
  line-height: 1;
  transition: opacity 500ms;
  pointer-events: none;
  content: "\e90d";
  top: 0;
  left: 0;
  font-size: 16px;
}

.product-item__date i {
  font-size: 13px;
  transform: translateY(-1px);
}

.product-item__date {
  background-color: #fee8d2;
  color: var(--color1);
}

.product-item__body .icon-cart:before {
  color: #ff6f61;
  font-size: 1.2rem;
}

.product-item__body .icon-cart {
  border-radius: 15px;
  border: 1px solid #ff6f61;
  height: 40px;
  width: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.brands__header {
  background-color: var(--color1);
  padding-top: 82px;
  margin-top: -46px;
  margin-bottom: 110px;
}

.brands__header h1 {
  font-size: 21px;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 16px;
}

.brands__header input {
  display: block;
  border-radius: 12px;
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  font-size: 16px;
  width: 100%;
  padding: 12px 18px;
  text-align: right;
  color: #706f6f;
  transition: 500ms;
}

.brands__header input:focus {
  border-color: var(--color1);
}

.brands__header form i {
  position: absolute;
  left: 26px;
  top: 50%;
  font-size: 26px;
  color: var(--color1);
  transform: translateY(-50%);
  pointer-events: none;
}

.brands__header form {
  transform: translateY(50%);
  position: relative;
  background-color: #fff;
  padding: 12px;
  border-radius: 24px;
  box-shadow: 0px 4px 20px 0px rgba(219, 219, 219, 0.45);
}

.brands-content {
  margin-bottom: -8px;
}

.editor-content.brands-content p {
  color: #fff;
  text-align: center;
}

.pr-brands {
  display: flex;
  row-gap: 40px;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}

.pr-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 0 0 20%;
  max-width: 20%;
  padding-right: 12px;
  padding-left: 12px;
}

.pr-brand__img img {
  display: flex;
  object-fit: contain;
  width: 100%;
}

.pr-brand:hover .pr-brand__img {
  box-shadow: 0px 18px 10px -10px rgba(248, 142, 30, 0.22);
}

.pr-brand__img {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 18px;
  border: 3px solid #fff;
  background: #f7f7f7;
  box-shadow: 0px 18px 10px -10px rgba(193, 193, 193, 0.25);
  overflow: hidden;
  display: flex;
  align-items: center;
  transition: 500ms;
  justify-content: center;
}

.pr-brand__en {
  font-size: 15px;
  line-height: 2;
  display: block;
  color: var(--color1);
}

.pr-brand__title {
  display: block;
  color: #585859;
  font-size: 17px;
  line-height: 2;
}

/* --------------------
      card
 -------------------- */
form .quantity {
  width: 116px;
  height: 46px;
  border-radius: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background: #ffdad7; */
  padding: 5px 6px 6px;
  border: 1px solid #ff6f61;
}

form .quantity button {
  font-size: 11px;
  transition: 0.4s ease;
  min-width: 32px;
  height: 32px;
  border-radius: 8px;
  color: var(--color1);
  line-height: 1;
  padding: 0;
  border: 1px solid rgb(255 111 97 / 30%);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

form .quantity button:hover {
  background: var(--color1);
  color: #fff;
}

form .quantity input {
  -webkit-appearance: none;
  border: none !important;
  text-align: center !important;
  -moz-appearance: textfield;
  width: 39px !important;
  margin: 0 !important;
  height: auto !important;
  font-size: 20px;
  background: none;
  line-height: 37px;
  padding: 0 !important;
  margin: 0 !important;
  font-family: inherit;
  background: transparent !important;
  color: #333333;
}

form .quantity input::-webkit-outer-spin-button,
form .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* wishlist styles */

.single-product-wishlist {
  position: absolute;
  z-index: 2;
  right: 18px;
  top: 60px;
}

.wishlist-remove {
  text-align: center;
  user-select: none;
}

.wishlist-remove a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bg_danger);
  color: var(--danger);
  width: 26px;
  height: 26px;
  border-radius: 26px;
  font-size: 12px;
  border: 1px solid;
  margin: 0 auto 10px;
}

.wishlist-remove a::before {
  content: "\e90a";
  font-family: "icomoon";
  display: inline-block;
}

.wishlist-remove a:hover {
  background-color: var(--danger);
  color: #fff;
}

/* .wishlist-link::before {
    content: "\e907";
    font-family: 'icomoon';
    display: flex;
    align-items: center;
    justify-content: center;
} */

.wishlist-link:hover {
  background-color: var(--color1) !important;
  color: #fff !important;
  border-color: var(--color1) !important;
}

.flex-viewport .wishlist-link {
  border-radius: 8px;
  background-color: #faba75;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  font-size: 18px;
  width: 32px;
  height: 32px;
  padding: 6px;
  flex-shrink: 0;
  cursor: pointer;
  transition: background-color 500ms;
}

.wishlist-link.wished {
  background-color: var(--color1) !important;
  border-color: var(--color1) !important;
  color: #fff !important;
}

.product__footer .wishlist-link {
  display: inline-flex;
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  font-size: 17px;
  border-radius: 12px;
  border: 1px solid #e1e1e1;
  background: #fff;
  margin-left: auto;
  color: #e1e1e1;
}

@media (max-width: 1199.98px) {
  .product-item__meta span {
    height: 24px;
    border-radius: 8px;
    font-size: 11px;
    gap: 4px;
    padding: 4px;
  }

  .product-item__meta {
    padding: 4px;
    gap: 4px;
  }

  .swiper-shop-cat-wrap {
    margin-bottom: -125px;
  }

  .pr-brand {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .show-all-wrap {
    text-align: center;
    margin-top: 26px;
  }

  .navtop__cart__count {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .comment-title {
    padding-block: 29px;
  }

  .access-post {
    display: none;
  }

  .access-post a {
    margin-bottom: 15px;
  }

  a.comment-reply-link {
    margin-bottom: -3rem !important;
  }

  .widget-side.widget_categories>ul {
    display: none;
  }

  .widget-side.widget_categories {
    margin-bottom: 18px !important;
    border-radius: 16px;
  }

  .widget-title h4 {
    text-align: right !important;
  }

  .content-white {
    font-size: 14px;
  }

  .brand-tax-head {
    margin-bottom: 48px;
  }

  .section-taxonomy:nth-of-type(odd) {
    padding-block: 30px;
  }

  #tax-offer,
  .section-taxonomy {
    margin-block: 48px;
  }

  .swiper-tax-wrap .swiper-nav {
    display: none;
  }

  .brand-tax-items {
    white-space: nowrap;
    overflow-x: auto;
    padding-bottom: 12px;
  }

  .shop-content.editor-content p,
  .shop-content {
    font-size: 14px;
    text-align: right;
  }

  .shop-container {
    margin-block: 32px 54px;
  }

  .shop__intro__mb {
    margin-block: -38px 180px;
  }

  .shop__intro {
    padding-block: 68px 0;
  }

  .shop__order__wrapper {
    flex-direction: column;
    align-items: stretch;
    gap: 18px;
  }

  .shop__title2 {
    font-size: 18px;
  }

  .product-item__meta span {
    font-size: 10px;
  }

  .shop__intro__content {
    gap: 12px;
  }

  .shop__intro__content .shop-content {
    font-size: 14px;
    margin-bottom: 12px;
    text-align: right;
  }

  .shop__title {
    font-size: 20px;
  }

  .shop__cat__title {
    font-size: 14px;
  }

  .swiper-shop-cat-wrap {
    margin-bottom: -116px;
  }

  .brands__header {
    margin-bottom: 72px;
  }

  .pr-brands {
    row-gap: 22px;
    margin-right: -6px;
    margin-left: -6px;
  }

  .pr-brand {
    flex: 0 0 33.333%;
    max-width: 33.333%;
    padding-right: 6px;
    padding-left: 6px;
  }

  .brands__header h1 {
    font-size: 20px;
  }

  .tax-brand .heading__icon {
    width: 34px;
    height: 34px;
    border-radius: 8px;
  }

  .swiper-tax-wrap .swiper-wrapper {
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 6px;
  }

  .swiper-tax-wrap .swiper-wrapper .swiper-slide {
    flex: 1 0 calc(33.333% - 4px);
    max-width: calc(33.333% - 4px);
  }

  .brand-tax-content img {
    border-radius: 8px;
  }

  .brand-tax-content {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    flex-direction: row;
    align-items: flex-end;
    padding-bottom: 20px;
  }

  .brand-tax-img-wrap {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .brand-tax-headings {
    flex: 0 0 calc(75% - 14px);
    max-width: calc(75% - 14px);
  }

  .brand-subterm #breadcrumbs {
    padding-bottom: 22px;
  }

  .brand-tax-items {
    gap: 8px;
  }

  .brand-tax-item {
    height: 42px;
    font-size: 13px;
    border-radius: 8px;
  }

  .brand-tax-item img,
  .brand-tax-item i {
    width: 34px;
    height: 34px;
    padding: 4px;
    border-radius: 8px;
  }

  .error__wrapper h1 {
    font-size: 22px;
    position: relative;
    line-height: 32px;
  }

  .error__wrapper h1::before {
    content: "\e912";
    font-family: "icomoon";
    color: #ff6f61;
    display: block;
    z-index: 9;
    font-size: 2rem;
    margin-bottom: 10px;
    line-height: 1;
    text-align: center;
  }

  .error__wrapper {
    flex: 0 0 10%;
    max-width: 100%;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
  }

  .error__wrapper p {
    font-size: 16px;
  }

  .swiper-slide .sale-countdown-progress {
    top: 5px;
  }
}

@media (max-width: 767.98px) {
  #footer {
    margin-top: 200px;
  }

  .swiper-tax-wrap .swiper-wrapper {
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 10px;
  }

  .swiper-tax-wrap .swiper-wrapper .swiper-slide {
    flex: 1 0 calc(50% - 5px);
    max-width: calc(50% - 5px);
  }

  .mobile__badge::before,
  .mobile__badge__num::before {
    left: 0;
    top: 0;
  }

  .mobile__badge {
    width: 56px;
    height: 56px;
    font-size: 21px;
  }

  .show-all__btn {
    font-size: 13px;
    gap: 6px;
    border-radius: 6px;
  }

  .show-all__btn span {
    border-radius: 6px;
    width: 26px;
    height: 26px;
  }

  .swiper-slide .sale-countdown-progress {
    top: 8px;
  }
}

@media (max-width: 575.98px) {
  .brand-tax-img-wrap {
    flex: 0 0 35%;
    max-width: 35%;
  }

  .brand-tax-headings {
    flex: 0 0 calc(65% - 14px);
    max-width: calc(65% - 14px);
  }

  .swiper-tax-wrap .swiper-wrapper .swiper-slide {
    flex: 1 0 100%;
    max-width: 100%;
  }

  .pr-brand__en {
    font-size: 14px;
  }

  .pr-brand__title {
    font-size: 16px;
  }

  .shop__row {
    row-gap: 20px;
  }

  .shop__row .product__item {
    display: flex;
    gap: 12px;
    padding: 8px;
  }

  .shop__row .product__image {
    margin-bottom: unset;
    flex: 1 0 126px;
    max-width: 126px;
  }

  .shop__row .product-item__body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    flex: 1;
  }

  .shop__row .sale-countdown-progress {
    width: unset;
    transform: unset;
    justify-content: unset;
    padding: 0;
    position: unset;
  }

  .shop__row .product__footer .on-sale {
    left: 0;
  }

  .shop__row .product__footer .price del bdi:after {
    content: none;
  }

  .shop__row .product__footer {
    width: 100%;
    justify-content: flex-end;
  }

  .shop__row .product__footer>a {
    display: none;
  }

  .swiper-shop-cat-wrap {
    padding: 0;
    margin-right: -12px;
    margin-left: -12px;
  }

  .swiper-slide .sale-countdown::after {
    left: -20px;
    bottom: 2px;
    font-size: 1rem;
  }

  .swiper-slide .sale-countdown span {
    border-radius: 2px;
    width: 20px;
    height: 20px;
    padding: 3px;
  }

  .swiper-slide .sale-countdown {
    font-size: 13px;
  }

  .shop__cat__img {
    padding: 20px;
  }

  .swiper-shop-cat-wrap .swiper-nav {
    display: none;
  }

  .shop__row .product__image {
    flex: 1 0 156px;
    max-width: 156px;
  }

  .swiper-shop-cat-wrap {
    margin-bottom: -145px;
  }

  .shop__row .product-item__meta {
    padding: 4px;
    gap: 4px;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    height: 100%;
  }

  .shop__intro__mb {
    margin-block: -38px 210px;
  }

  .pr-brands {
    margin-right: -3px;
    margin-left: -3px;
  }

  .pr-brand {
    flex: 0 0 33.333%;
    max-width: 33.333%;
    padding-right: 3px;
    padding-left: 3px;
  }
}

@media (max-width: 474.98px) {
  .swiper-shop-cat-wrap {
    margin-bottom: -165px;
  }

  .woocommerce__order__stock form {
    font-size: 12px;
  }

  .shop__row .product__image {
    flex: 1 0 136px;
    max-width: 136px;
  }
}

@media (max-width: 424.98px) {
  .product__footer .wishlist-link {
    width: 28px;
    height: 28px;
    border-radius: 6px;
    font-size: 14px;
    flex-shrink: 0;
  }

  .woocommerce__order__stock {
    gap: 4px;
  }

  .woocommerce__order__stock form {
    font-size: 12px;
    padding: 8px 4px;
    text-align: center;
    justify-content: space-between;
    gap: 2px;
    flex-grow: 1;
  }

  .in-stock-switch {
    width: 30px;
    height: 18px;
  }

  .in-stock-switch .slider:before {
    height: 16px;
    width: 16px;
  }

  .in-stock-switch input:checked+.slider:before {
    -webkit-transform: translateX(-12px);
    -ms-transform: translateX(-12px);
    transform: translateX(-12px);
  }

  .shop__row .product__image {
    flex: 1 0 126px;
    max-width: 126px;
  }
}

@media (min-width: 375px) and (max-width: 991.98px) {
  .faq__cat {
    padding: 16px 25px;
    font-size: 16px;
    line-height: 28px;
  }
}

@media (max-width: 374.98px) {
  .faq__cat {
    padding: 16px;
    font-size: 15px;
  }

  .woocommerce-ordering::after {
    display: none;
  }

  .shop__row .product__item {
    padding: 5px;
  }

  .shop__row .product__image {
    flex: 1 0 116px;
    max-width: 116px;
  }

  .pr-brands {
    margin-right: -6px;
    margin-left: -6px;
  }

  .pr-brand {
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 6px;
    padding-left: 6px;
  }
}

.woocommerce_single_product_weight {
  border-radius: 12px;
  background-color: #fafafa;
  padding: 10px;
  margin-top: 24px;
}

.woocommerce_single_product_weight .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
  color: #585859;
}

.woocommerce_single_product_weight .head i.closed {
  transform: rotate(-90deg);
}

.woocommerce_single_product_weight .head i {
  transition: transform 500ms;
  width: 24px;
  height: 24px;
  cursor: pointer;
  color: var(--color1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  transform: rotate(90deg);
}

.product-weight-wrapper .item-product:first-child {
  margin-top: 20px;
}

.product-weight-wrapper .item-product {
  border-radius: 12px;
  border: 1px solid #f1f1f1;
  background-color: #fff;
  padding: 10px;
  margin-top: 10px;
  width: 100%;
}

.product-weight-wrapper .item-product .item-head {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
}

.product-weight-wrapper .item-product .product-thumbnail {
  display: flex;
  flex: 0 0 68px;
  max-width: 68px;
  border-radius: 12px;
  background-color: #f7f7f7;
  padding: 8px;
  align-items: center;
  justify-content: center;
}

.product-weight-wrapper .item-product .product-thumbnail img {
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: contain;
}

.product-weight-wrapper .item-product .product-title {
  display: inline-block;
  flex: 1 0 0;
  font-size: 13px;
}

.product-weight-wrapper .item-product .product-bot {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  margin-top: 8px;
}

.product-weight-wrapper .item-product .product-price {
  position: relative;
}

.product-weight-wrapper .item-product .product-price .sale-percent {
  padding: 2px 5px;
  margin: 5px;
  background: #e54444;
  color: #fff;
}

.product-weight-wrapper .item-product .product-price .price {
  display: block;
}

@media (min-width: 992px) and (max-width: 1399.98px) {
  .product-weight-wrapper .item-product .product-thumbnail {
    flex: 0 0 60px;
    max-width: 60px;
    border-radius: 8px;
  }

  .product-weight-wrapper .item-product .product-title {
    font-size: 12px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .product-weight-wrapper .item-product {
    padding: 4px;
  }

  .woocommerce_single_product_weight {
    padding: 4px;
  }

  .woocommerce_single_product_weight .head {
    font-size: 14px;
  }

  .product-weight-wrapper .item-product:first-child {
    margin-top: 10px;
  }
}

@media (max-width: 991.98px) {
  .faq-cats {
    padding-inline: 1px;
  }

  .woocommerce_single_product_weight {
    margin-top: 18px;
  }

  .product-weight-wrapper .item-product:first-child {
    margin-top: 16px;
  }
}

.product-more-content {
  position: relative;
  transition: 500ms;
}

.product-more-content.transparent::after {
  content: "";
  background-image: linear-gradient(0,
      rgb(225 225 225 / 92%) 48%,
      rgba(0, 0, 0, 0) 100%);
  height: 240px;
  width: 200%;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  position: absolute;
}

#collapseButton:hover {
  background-color: var(--color2);
}

#collapseButton {
  position: absolute;
  left: 0;
  bottom: -2rem;
  z-index: 1;
  background-color: var(--color1);
  font-size: 0.75rem;
  color: #fff;
  line-height: 1.25;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  cursor: pointer;
  transition: 300ms;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* my-style...................................................... */

.text-white {
  color: white !important;
}

h1 {
  font-size: 28px;
}


#desc-container {
  max-height: 800px;
  overflow: hidden;
  transition: max-height 0.5s ease;
  position: relative;
}

#desc-container.expanded {
  max-height: none;
  transition: max-height 0.5s ease;
}

#desc-container:before {
  content: "";
  width: 100%;
  height: 60px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: linear-gradient(0deg, #fafafa, transparent);
  transition: 0.5s ease;
}

#desc-container.expanded:before {
  content: none;
}

.variation-color-count {
  position: absolute;
  left: 0;
  bottom: 0;
  color: var(--color1);
}

#pwa-popup {
  background: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  max-height: 95%;
  z-index: 99999999999;
  border-radius: 20px 20px 0 0;
  box-shadow: 0 -6px 30px #0000005c;
  padding: 20px 0px;
  display: none;
}

#pwa-popup .title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 10px;
  /* padding: 0 40px; */
  text-align: center;
}

.pwa-close-btn {
  background: var(--color1);
  color: #fff;
  width: 80%;
  border-radius: 40px;
  padding: 5px;
  font-size: 16px;
  font-weight: 700;
  transition: 300ms;
  text-align: center;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

#pwa-popup .help {
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 15px;
  line-height: 2;
  opacity: .7;
}

#pwa-popup .editor-content ol li {
  margin: 6px 0;
}

/* Desktop PWA notification styles */
.pwa-desktop-content {
  background: linear-gradient(135deg, var(--color1) 0%, #f79572 100%);
  top: 1rem;
  border-radius: 12px;
  width: 41rem;
  height: auto;
  z-index: 99999999999;
  padding: 10px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 4px 20px rgb(0 0 0 / 30%);
  position: absolute;
}

#pwa-desktop-popup {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 99999999999;
  /* box-shadow: 0 1rem 6rem 100vmax rgb(0 0 0 / 59%);
  clip-path: inset(-2.4rem -100vmax -100vmax -100vmax); */
}

.pwa-close {
  position: absolute;
  inset: 0;
  background: rgb(0 0 0 / 30%);
}

.pwa-close-btn.bg {
  position: fixed;
  inset: 0;
}

#pwa-desktop-popup .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

#pwa-desktop-popup .pwa-content {
  display: flex;
  align-items: center;
  gap: 15px;
}

#pwa-desktop-popup .pwa-icon {
  width: 65px;
  height: 65px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #fff;
  flex-shrink: 0;
}

#pwa-desktop-popup .pwa-text {
  flex: 1;
}

#pwa-desktop-popup .pwa-title {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 4px 0;
  line-height: 1.4;
}

#pwa-desktop-popup .pwa-desc {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.95);
  margin: 0;
  line-height: 1.6;
}

#pwa-desktop-popup .pwa-close-btn {
  background: #fff;
  color: var(--color1);
  width: auto;
  border-radius: 11px;
  font-size: 14px;
  padding: 5px 18px;
  cursor: pointer;
}

/* Hide desktop PWA on mobile */
@media (max-width: 991.98px) {
  #pwa-desktop-popup {
    display: none !important;
  }
}



.tooltip-url {
  position: absolute;
  box-shadow: 0 1px 7px rgba(67, 43, 179, 0.1);
  background: var(--gray);
  padding: 4px;
  border-radius: 11px;
  bottom: 130%;
  min-width: 75px;
  right: 50%;
  transform: translateX(50%);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease;
  white-space: nowrap;
  font-size: 13px;
  text-align: center;
  z-index: 1;
  color: var(--black);
}

.copy-btn .tooltip-url:hover {
  background: var(--color1);
}

.copy-btn .tooltip-url:hover:before {
  border-color: var(--color1);
}

.copy-btn:hover .tooltip-url {
  opacity: 1;
  visibility: visible;
}

.copy-btn .tooltip-url::before {
  content: "";
  display: block;
  position: absolute;
  right: 50%;
  bottom: -8px;
  width: 0;
  height: 0;
  box-sizing: border-box;
  border: 3px solid #000;
  border-top-color: rgb(0, 0, 0);
  border-right-color: rgb(0, 0, 0);
  border-bottom-color: rgb(0, 0, 0);
  border-left-color: rgb(0, 0, 0);
  border-top-color: rgb(0, 0, 0);
  border-right-color: rgb(0, 0, 0);
  border-bottom-color: rgb(0, 0, 0);
  border-left-color: rgb(0, 0, 0);
  border-top-color: rgb(0, 0, 0);
  border-right-color: rgb(0, 0, 0);
  border-bottom-color: rgb(0, 0, 0);
  border-left-color: rgb(0, 0, 0);
  border-color: white;
  transform-origin: 0 0;
  transform: rotate(-45deg) translateX(50%);
  box-shadow: -1px 1px 3px 0 rgb(106 137 204 / 19%);
  z-index: 0;
}

.copy-btn,
.single-socials a {
  color: var(--subtitle);
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
  position: relative;
  cursor: pointer;
}

/*** Start PWA CSS ***/
#wbs-pwa-popup-wrapper,
#wbs-pwa-dynamic-instructions {
  position: fixed;
  top: 0;
  inset-inline-end: 0;
  width: 100%;
  height: 100%;
  z-index: 2000000003;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s ease,
    visibility 0s 0.3s;
}

#wbs-pwa-popup-wrapper.visible,
#wbs-pwa-dynamic-instructions.visible {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease;
}

#wbs-pwa-popup-wrapper .pwa-popup-overlay,
#wbs-pwa-dynamic-instructions .pwa-popup-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

#wbs-pwa-popup-wrapper .close-button,
#wbs-pwa-dynamic-instructions .close-button {
  position: absolute;
  top: 10px;
  inset-inline-end: 10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 24px;
  background: 0 0;
  border: none;
  cursor: pointer;
  z-index: 10;
  padding: 0;
  opacity: 60%;
}

#wbs-pwa-popup-wrapper .close-button:hover,
#wbs-pwa-dynamic-instructions .close-button:hover {
  opacity: 40%;
}

#wbs-pwa-popup-wrapper.style-modal {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}

#wbs-pwa-popup-wrapper.style-modal .pwa-popup-content {
  position: relative;
  border-radius: 16px;
  text-align: center;
  max-width: 360px;
  width: 100%;
  padding: 25px;
  transform: scale(0.95);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

#wbs-pwa-popup-wrapper.visible.style-modal .pwa-popup-content {
  transform: scale(1);
}

#wbs-pwa-popup-wrapper.style-modal .modal-icon {
  width: 72px;
  height: 72px;
  border-radius: 16px;
  margin: 0 auto 15px;
  display: block;
}

#wbs-pwa-popup-wrapper.style-modal h2 {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 8px;
}

#wbs-pwa-popup-wrapper.style-modal p {
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 20px;
  text-align: justify;
  text-align-last: center;
}

#wbs-pwa-popup-wrapper.style-modal .install-button {
  width: 100%;
  padding: 12px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: transform 0.2s;
}

#wbs-pwa-popup-wrapper.style-modal .install-button:hover {
  transform: scale(1.02);
}

#wbs-pwa-popup-wrapper.style-banner-top,
#wbs-pwa-popup-wrapper.style-banner-bottom {
  display: flex;
  justify-content: center;
  padding: 15px;
}

#wbs-pwa-popup-wrapper.style-banner-top .pwa-popup-content,
#wbs-pwa-popup-wrapper.style-banner-bottom .pwa-popup-content {
  position: relative;
  width: 100%;
  max-width: 480px;
  padding: 10px 15px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 15px;
  border-radius: 12px;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: auto;
  line-height: 1.5;
}

#wbs-pwa-popup-wrapper.style-banner-top .banner-icon,
#wbs-pwa-popup-wrapper.style-banner-bottom .banner-icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  border-radius: 10px;
}

#wbs-pwa-popup-wrapper.style-banner-top .banner-text,
#wbs-pwa-popup-wrapper.style-banner-bottom .banner-text {
  flex-grow: 1;
  text-align: right;
}

#wbs-pwa-popup-wrapper.style-banner-top .banner-text strong,
#wbs-pwa-popup-wrapper.style-banner-bottom .banner-text strong {
  display: block;
  font-size: 15px;
  font-weight: 600;
}

#wbs-pwa-popup-wrapper.style-banner-top .banner-text small,
#wbs-pwa-popup-wrapper.style-banner-bottom .banner-text small {
  font-size: 13px;
  opacity: 0.7;
  text-align: justify;
}

#wbs-pwa-popup-wrapper.style-banner-top .install-button,
#wbs-pwa-popup-wrapper.style-banner-bottom .install-button {
  padding: 8px 16px;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  flex-shrink: 0;
}

#wbs-pwa-popup-wrapper.style-banner-top .close-button,
#wbs-pwa-popup-wrapper.style-banner-bottom .close-button {
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}

#wbs-pwa-popup-wrapper.style-banner-top {
  align-items: flex-start;
}

#wbs-pwa-popup-wrapper.style-banner-top .pwa-popup-content {
  transform: translateY(-150%);
}

#wbs-pwa-popup-wrapper.visible.style-banner-top .pwa-popup-content {
  transform: translateY(0);
}

#wbs-pwa-popup-wrapper.style-banner-bottom {
  align-items: flex-end;
}

#wbs-pwa-popup-wrapper.style-banner-bottom .pwa-popup-content {
  transform: translateY(150%);
}

#wbs-pwa-popup-wrapper.visible.style-banner-bottom .pwa-popup-content {
  transform: translateY(0);
}

#wbs-pwa-popup-wrapper.is-hidden {
  display: none !important;
}

#wbs-pwa-dynamic-instructions {
  display: flex;
  align-items: center;
  justify-content: center;
}

#wbs-pwa-dynamic-instructions h2 {
  margin: 20px 0 10px;
  font-size: 18px;
  font-weight: 700;
  text-align: right;
}

#wbs-pwa-dynamic-instructions ol.pwa-dynamic-instructions-list {
  list-style: none;
  padding-inline-start: 30px;
}

#wbs-pwa-dynamic-instructions ol.pwa-dynamic-instructions-list .wbs-step-number {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-inline-start: -35px;
  margin-inline-end: 4px;
  padding-top: 3px;
}

#wbs-pwa-dynamic-instructions li {
  margin-bottom: 15px;
  line-height: 1.5;
  text-align: right;
  font-size: 13px;
}

#wbs-pwa-dynamic-instructions li svg {
  transform: translateY(10px);
}

#wbs-pwa-dynamic-instructions .pwa-popup-content {
  position: relative;
  padding: 25px;
  border-radius: 16px;
  max-width: 360px;
  width: 90%;
  transform: scale(0.95);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  text-align: start;
}

#wbs-pwa-dynamic-instructions.visible .pwa-popup-content {
  transform: scale(1);
}

.pk-modal-button-accept.is-loading:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  margin-left: -9px;
  border: 3px solid rgba(255, 255, 255, 0.4);
  border-top-color: #fff;
  border-radius: 50%;
  animation: pk-spinner 0.8s linear infinite;
}

@keyframes pk-spinner {
  to {
    transform: rotate(360deg);
  }
}

#wbs-pwa-dynamic-instructions ol.pwa-dynamic-instructions-list.no-padding {
  padding: 0;
}

#wbs-pwa-dynamic-instructions .pwa-popup-content {
  background-color: #f9fafb;
}

#wbs-pwa-dynamic-instructions h2 {
  color: #000 !important;
}

#wbs-pwa-dynamic-instructions .pwa-dynamic-instructions-list {
  color: #8b8b8b;
}

#wbs-pwa-popup-wrapper .close-button {
  color: #475569;
}

#wbs-pwa-popup-wrapper .pwa-popup-content {
  background-color: #f9fafb;
}

#wbs-pwa-popup-wrapper strong {
  color: #000 !important;
}

#wbs-pwa-popup-wrapper small {
  color: #475569;
}

#wbs-pwa-popup-wrapper .install-button {
  background-color: #ff6f61;
  color: #f9fafb;
}

#wbs-pwa-dynamic-instructions .pwa-dynamic-instructions-list .wbs-step-number {
  background-color: #ff6f61;
  color: #fff;
}

/*** END PWA CSS ***/