/*
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;
}

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

.websima-section-title {
  margin: 0;
  font-size: 22px;
}
.websima-section-subtitle {
  margin-bottom: 2rem;
  font-size: 18px;
  color: #6f6f6d;
  margin-top: 10px;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  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;
  }
}
@media (min-width: 1700px) {
    .container {
        max-width: 1620px;
    }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.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: 15px;
  padding-left: 15px;
}

.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;
  }
}

/* --------------------
    Fonts & Icons
-------------------- */

@font-face {
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-family: "Ravi";
  src:
    url("assets/fonts/ravi/RaviMedium.ttf") format("truetype"),
    url("assets/fonts/ravi/RaviMedium.woff") format("woff"),
    url("assets/fonts/ravi/RaviMedium.woff2") format("woff2");
}

@font-face {
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  font-family: "Ravi";
  src:
    url("assets/fonts/ravi/RaviSemiBold.ttf") format("truetype"),
    url("assets/fonts/ravi/RaviSemiBold.woff") format("woff"),
    url("assets/fonts/ravi/RaviSemiBold.woff2") format("woff2");
}

@font-face {
  font-family: "Italianno";
  src:
    url("assets/fonts/italianno/Italianno-Regular.woff2") format("woff2"),
    url("assets/fonts/italianno/Italianno-Regular.woff") format("woff"),
    url("assets/fonts/italianno/Italianno-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "icomoon";
  src: url("assets/fonts/icomoon/icomoon.eot?myndct");
  src:
    url("assets/fonts/icomoon/icomoon.eot?myndct#iefix")
      format("embedded-opentype"),
    url("assets/fonts/icomoon/icomoon.ttf?myndct") format("truetype"),
    url("assets/fonts/icomoon/icomoon.woff?myndct") format("woff"),
    url("assets/fonts/icomoon/icomoon.svg?myndct#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-rate-star:before {
  content: "\e938";
}
.icon-sort:before {
  content: "\e939";
  color: #706f6e;
}
.icon-shape-arrow:before {
  content: "\e93a";
}
.icon-book:before {
  content: "\e93b";
}
.icon-shop:before {
  content: "\e93c";
}
.icon-filter:before {
  content: "\e93d";
}
.icon-carrier:before {
  content: "\e92f";
}
.icon-range:before {
  content: "\e930";
}
.icon-message:before {
  content: "\e931";
}
.icon-categories:before {
  content: "\e932";
}
.icon-control:before {
  content: "\e933";
}
.icon-time:before {
  content: "\e934";
}
.icon-boss:before {
  content: "\e937";
}
.icon-clone:before {
  content: "\e924";
}
.icon-heart:before {
  content: "\e925";
}
.icon-question:before {
  content: "\e927";
}
.icon-barcode:before {
  content: "\e929";
}
.icon-download:before {
  content: "\e91e";
}
.icon-play:before {
  content: "\e91f";
}
.icon-goal:before {
  content: "\e920";
}
.icon-mission:before {
  content: "\e921";
}
.icon-advantage:before {
  content: "\e922";
}
.icon-plus:before {
  content: "\e923";
}
.icon-hologram:before {
  content: "\e91d";
}
.icon-eye:before {
  content: "\e907";
}
.icon-arr-down:before {
  content: "\e900";
}
.icon-carpet:before {
  content: "\e901";
}
.icon-crown:before {
  content: "\e902";
}
.icon-date:before {
  content: "\e903";
}
.icon-diagonal:before {
  content: "\e904";
}
.icon-down:before {
  content: "\e905";
}
.icon-email:before {
  content: "\e906";
}
.icon-fax:before {
  content: "\e908";
}
.icon-globe:before {
  content: "\e909";
}
.icon-home:before {
  content: "\e90a";
}
.icon-instagram:before {
  content: "\e90b";
}
.icon-left:before {
  content: "\e90c";
}
.icon-linkedin:before {
  content: "\e90d";
}
.icon-location:before {
  content: "\e90e";
}
.icon-magnifer:before {
  content: "\e90f";
}
.icon-map:before {
  content: "\e910";
}
.icon-menu:before {
  content: "\e911";
}
.icon-phone:before {
  content: "\e912";
}
.icon-products:before {
  content: "\e913";
}
.icon-quality:before {
  content: "\e914";
}
.icon-right:before {
  content: "\e915";
}
.icon-rolled-carpet:before {
  content: "\e916";
}
.icon-size:before {
  content: "\e917";
}
.icon-star:before {
  content: "\e918";
}
.icon-telegram:before {
  content: "\e919";
}
.icon-up:before {
  content: "\e91a";
}
.icon-variety:before {
  content: "\e91b";
}
.icon-whatsapp:before {
  content: "\e91c";
}
.icon-left-arr:before {
  content: "\e936";
}
.icon-right-arr:before {
  content: "\e948";
}
.icon-share:before {
  content: "\e92d";
}
.icon-interactions:before {
  content: "\e92e";
}
.icon-user:before {
  content: "\e92c";
}
.icon-play-simple:before {
  content: "\e935";
}
.icon-marker:before {
  content: "\e926";
}
.icon-search:before {
  content: "\e92b";
}
.icon-chevron-up-solid:before {
  content: "\e928";
}
.icon-chevron-down-solid:before {
  content: "\e92a";
}
.icon-info:before {
  content: "\e94a";
}
.icon-close:before {
  content: "\ea0f";
}
.icon-simple-plus:before {
  content: "\ea0a";
}
.icon-minus:before {
  content: "\ea0b";
}
.icon-tick:before {
  content: "\ea10";
}

/* --------------------
    btn
-------------------- */
.btn {
  color: var(--color3);
  border-radius: 8px 2px 10px 8px;
  height: 44px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: start;
  padding-left: 15px;
  transition: background-color 0.3s ease;
}

.btn-red {
  background-color: var(--color1);
}

.btn-green {
  background-color: var(--color2);
}

.btn i {
  font-size: 50px;
  margin-left: 15px;
  margin-bottom: 8px;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.btn-red i {
  background: var(--color1);
  color: #b83b3f;
}

.btn-green i {
  background: var(--color2);
  color: #2db89b;
}

.btn.btn-green:hover {
  background: var(--color1);
}
.btn.btn-green:hover i {
  background: var(--color1);
  color: #b83b3f;
}

.btn.btn-red:hover {
  background: var(--color2);
}
.btn.btn-red:hover i {
  background: var(--color2);
  color: #2db89b;
}

/* --------------------
    Tooltip
-------------------- */
.product-meta-top .copy-url-wrapper {
  display: block;
}
.websima-single-share A {
  display: inline-flex;
}
.copy-url-wrapper {
  position: relative;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  display: inline-flex;
}

.copy-url-wrapper .tooltip-url {
  position: absolute;
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  background-color: #333;
  color: #fff;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  pointer-events: none;
  z-index: 9999;
}

.copy-url-wrapper .tooltip-url::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
}

.copy-url-wrapper:hover .tooltip-url {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

/* --------------------
    Typography
-------------------- */
.websima-title {
  font-size: 32px;
  font-weight: 600;
}

.websima-subtitle {
    font-size: 16px;
    font-weight: 600;
    display: block;
    color: #706F6E;
}
.websima-text {
  color: #212121;
  font-size: 16px;
  text-align: justify;
}

@media (max-width: 991px) {
  .websima-title {
    font-size: 24px;
  }

  .websima-subtitle {
    font-size: 14px;
  }

  .websima-text {
    font-size: 14px;
    padding:0 10px;
  }
}

.text-title {
  color: var(--text-title);
}

.text-subtitle {
  color: var(--text-subtitle);
}

.text-white {
  color: var(--color3);
}

/* --------------------
    Header Banner
-------------------- */
.site-banner {
  width: 100%;
  position: relative;
  z-index: 999;
  overflow: hidden;
}

.site-banner img {
  width: 100%;
  height: auto;
  display: block;
}

/* --------------------
    Config
-------------------- */
:root {
  --color1: #8a0c10;
  --color2: #008a7b;
  --color3: #fff;
  --color4: #f8f7f7;
  --color5: #f1edec;
  --color6: #a1a09e;

  --text-title: #212121;
  --text-subtitle: #706f6e;
  --text-body: #212121;

  --bg_light: #fdf9f6;
  --border_light: #f3efee;
  --bg_body: #fff;
  --bg_footer: #121d2f;
  --danger: #d53343;
  --bg_danger: #fff5f5;
  --success: #28a745;
  --bg_success: #f4fff3;
  --bg_info: #cce5ff4a;
  --info: #004085cc;
  --main_font: Ravi;
  --heading_h1_fontsize: 20px;
}

::-moz-selection {
  color: #fff;
  background: var(--color1);
}

::selection {
  color: #fff;
  background: var(--color1);
}

body {
  direction: rtl;
  text-align: right;
  font-family: var(--main_font), Arial;
  font-size: 14px;
  color: #222;
  background: var(--bg_body);
  margin: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.bg-primary {
  background-color: #007bff !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: 2rem;
}

.w-100 {
  width: 100%;
}

.row {
  margin-right: -10px;
  margin-left: -10px;
}

.row > [class*="col-"],
.row > [class*="col"] {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

#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;
}

input {
  font-family: var(--main_font), Arial;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

img {
  max-width: 100%;
  height: auto;
  user-select: none;
}

video {
  width: 100%;
}

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

a {
  transition: 0.3s;
  color: #222;
  text-decoration: none;
}

/* --------------------
    Menu Mobile
-------------------- */
#mask {
  position: fixed;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}

#menumobile {
  position: fixed;
  top: 0;
  bottom: 0;
  right: -300px;
  width: 250px;
  background: var(--bg_light);
  font-family: var(--bold_font);
  z-index: 99991;
  transition: all 0.5s;
  box-sizing: border-box;
  overflow: hidden;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.3) !important;
  overflow-y: auto;
}

#menumobile img {
  max-width: 130px;
}

#nomenumobile {
  cursor: pointer;
  transition: all 0.5s;
  width: 25px;
  height: 25px;
  background: var(--color1);
  text-align: center;
  display: inline-flex;
  color: #fff;
  font-size: 11px;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.tel-mm a {
  background: var(--bg_footer);
  color: #fff;
  padding: 10px 15px;
  display: block;
  text-align: center;
}

.tel-mm a:before {
  content: "";
  width: 6px;
  height: 6px;
  margin-left: 10px;
  background: var(--color2);
  display: inline-block;
  border-radius: 100%;
  animation: pulse 2s infinite;
  position: relative;
  top: -1px;
}

.come-menumobile {
  right: 0 !important;
}

.title-mm img {
  user-select: none;
}

.btn-mm {
  padding: 0 20px;
  margin-top: 20px;
}

.btn-mm a {
  display: flex;
}

.title-sub-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  flex-flow: row-reverse;
}

.main-mm {
  padding: 5px 20px;
}

.main-mm ul li a {
  color: #222;
  display: block;
  padding: 8px 0;
  position: relative;
  width: 80%;
}

.main-mm ul li a:hover {
  color: var(--color2);
}

.main-mm ul li > .sub-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 300px;
  background: var(--color3);
  right: -300px;
  transition: 0.3s;
  z-index: 9;
  padding: 20px;
}

.childer i {
  position: absolute;
  cursor: pointer;
  top: 7px;
  border: solid #8e8e8e;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  left: 9px;
}

.childer {
  position: absolute;
  left: -25%;
  cursor: pointer;
  top: 15px;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #8e8e8e;
  border-radius: 25px;
}
.come-submenu {
  right: 0 !important;
}

.sub-closer {
  cursor: pointer;
  top: 10px;
  width: 25px;
  height: 25px;
  background: var(--color2);
  border-radius: 3px;
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sub-closer i {
  cursor: pointer;
  top: -1px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: relative;
  left: -1px;
}

.title-subcome {
  color: var(--color2);
  font-weight: normal;
  position: relative;
  top: 2px;
}

/* --------------------
   header
-------------------- */

.btn-register-order {
  background-color: var(--color2);
  color: var(--color3);
  border-radius: 5px;
  padding: 8px 15px;
  font-size: 14px;
  font-weight: bold;
  border: none;
  white-space: nowrap;
  height: 44px;
}

.header-controls {
  color: var(--color3);
}

.header-search {
  background-color: var(--color3);
  border-radius: 8px;
  padding: 8px 15px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-controls .header-search i,
.header-lang i.icon-globe {
  color: var(--color2);
  font-size: 20px;
}

.header-lang i.icon-arr-down {
  color: var(--color3);
  font-size: 20px;
}

.header-lang span {
  color: var(--color3);
  font-size: 17px;
  margin-left: 10px;
  margin-right: 8px;
}

.navtop-right {
  display: flex;
  align-items: center;
}

.navtop-left {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header-menu {
  display: none;
}

.header-menu > li > a {
  padding: 15px 10px;
  margin: 0 5px;
  display: inline-block;
  color: #fff;
}

.header-menu > li:first-child > a {
  margin-right: 0;
  padding-right: 0;
  color: #fff;
}

.header-logo {
  display: block;
  margin-left: 8px;
}

.parent_item_cart.item_has_sub .sub_part {
  width: 320px;
}

.item_has_sub {
  position: relative;
}

.sub_part {
  position: absolute;
  width: 100%;
  right: auto;
  left: 0;
  top: 90%;
  opacity: 0;
  background: #fff;
  visibility: hidden;
  transition: 0.3s;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
  z-index: 9;
  pointer-events: none;
  transform: translateY(60px) scale(0.9);
  transform-origin: right top;
  padding: 15px;
}

.item_has_sub:hover .sub_part {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.websima-header-mm i {
  color: var(--text-title);
  font-size: 35px;
}

.navtop-left > .button {
  width: 37px;
  padding: 0 10px;
}

@media screen and (min-width: 992px) {
  .websima-header-mm {
    display: none;
  }

  .header-menu {
    display: flex;
    align-items: center;
  }

  .head_item_cart i {
    margin-left: 8px;
  }

  .head_account i {
    margin-left: 5px;
  }

  .navtop-left .button {
    width: auto;
    padding: 0 20px;
  }

  #header {
    padding-top: 0;
  }
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.bg-dark {
  background-image: url("assets/img/header-back.png");
  background-color: #1a1a1a;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.bg-green {
  background-image: url("assets/img/header-back.png");
  background-color: var(--color2);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.websima-header-site-header {
  position: relative;
  background-color: transparent;
  z-index: 100;
}

.websima-header-relative-container {
  position: relative;
}

.websima-header-icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.websima-product-icon-like {
  width: 20px;
  height: 20px;
  background-image: url("assets/icons/like.svg");
  transition: background-color 0.2s ease;
}
.websima-white-shadow {
  width: 50px;
  height: 50px;
  background-image: url("assets/icons/white-shadow.svg");
  transition: background-color 0.2s ease;
  margin-top: 25px;
  position: absolute;
}

.websima-header-icon-hero-mask {
  position: absolute;
  inset: 0;
  z-index: 5;
  background-image: url("assets/icons/hero-mask.svg");
  pointer-events: none;
}

.websima-header-icon-lang {
  width: 16px;
  height: 16px;
  background-image: url("assets/icons/lang-icon.svg");
}

.websima-header-icon-search {
  width: 20px;
  height: 20px;
  background-image: url("assets/icons/search-ic.svg");
}

.websima-header-icon-main {
  width: 35px;
  height: 35px;
  background-image: url("assets/icons/main-icon.svg");
}
.websima-categories-icon-crown {
  background-image: url("assets/icons/image19.svg");
  height: 140px;
  width: 250px;
}
.websima-header-icon-second {
  width: 60px;
  height: 60px;
  background-image: url("assets/icons/second-icone.svg");
}
.websima-header-icon-basket {
  width: 25px;
  height: 25px;
  background-image: url("assets/icons/basket-icon.svg");
  margin-right: -45px;
  position: absolute;
}
.websima-mega-menu > li > span,
.websima-mega-menu > li > a {
  position: relative;
  display: inline-block;
}
.websima-mega-menu > li > span:hover::before,
.websima-mega-menu > li:hover > a::before {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}

.websima-mega-menu > li > span::before,
.websima-mega-menu > li > a::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  background-image: url("assets/icons/menu-hover.png");
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  left: 70%;
  transform: translateX(-50%);
  bottom: 10px;
  z-index: -1;
  transition: all 0.3s ease;
  opacity: 0;
}
.websima-single-feature-bg::before,
.websima-single-feature-bg::after {
  z-index: -1;
  background-image: url("assets/icons/back-attr.svg");
  background-size: 150% 125%;
  background-repeat: no-repeat;
  position: absolute;
  content: "";
}

.websima-single-feature-bg::before {
  top: -8px;
  right: -53px;
  width: 200px;
  height: 120px;
  transform: rotate(180deg);
}

.websima-single-feature-bg::after {
  top: -37px;
  left: -49px;
  width: 196px;
  height: 120px;
}

.websima-header-icon-basket-mobile {
  width: 14px;
  height: 20px;
  background-image: url("assets/icons/basket-icon.svg");
  margin-right: -8px;
}
.websima-header-icon-menu {
  width: 24px;
  height: 24px;
  background-image: url("assets/icons/menu.svg");
}
.websima-header-icon-lang-mobile {
  width: 16px;
  height: 16px;
  background-image: url("assets/icons/lang-icon.svg");
  margin-bottom: 15%;
  transform: rotate(90deg);
}

.websima-categories-icon-crown-back {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -56px;
  width: 125px;
  height: 58px;
  background-image: url("assets/icons/crown-back.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}

.websima-categories-icon-second {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -41px;
  width: 62px;
  height: 62px;
  background-image: url("assets/icons/second-icone.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 4;
}

.websima-categories-icon-crown-back-reverse {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scaleY(-1);
  bottom: -57px;
  width: 125px;
  height: 58px;
  background-image: url("assets/icons/crown-back.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
.websima-header-top-bar-row {
  position: relative;
}
.websima-header-main-row {
  margin: 0 30px;
}

.websima-header-top-bar-section {
  position: relative;
  min-height: 50px;
  padding: 10px 30px;
  display: flex;
  align-items: center;
}

.websima-header-top-bar-section.websima-header-right-section {
  padding-right: 60px !important;
}
.websima-header-top-bar-section.websima-header-left-section {
  justify-content: end;
  padding-left: 60px !important;
}
.websima-header-top-bar-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100px;
  z-index: -1;
  background-image: url("data:image/svg+xml,%3Csvg width='598' height='86' viewBox='0 0 598 86' preserveAspectRatio='none' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M548.659 0.5L49.3398 0.5C39.513 0.5002 31.0801 6.52357 27.4883 15.1094L27.4004 15.3184L27.1855 15.3906C20.3628 17.6732 14.915 22.9957 12.4277 29.7646L12.3359 30.0137L12.0771 30.0771C10.509 30.4617 8.99415 31.4456 7.59082 32.749C6.19086 34.0494 4.92992 35.6416 3.86816 37.1963C2.80763 38.7492 1.95347 40.2536 1.36426 41.3701C1.06991 41.9279 0.842211 42.3882 0.688477 42.708C0.632541 42.8244 0.587721 42.9229 0.551758 43C0.587721 43.0771 0.632542 43.1756 0.688477 43.292C0.842211 43.6118 1.06992 44.0721 1.36426 44.6299C1.95347 45.7464 2.80764 47.2508 3.86816 48.8037C4.92991 50.3584 6.19088 51.9507 7.59082 53.251C8.99414 54.5544 10.509 55.5383 12.0771 55.9229L12.3359 55.9854L12.4277 56.2354C14.915 63.0043 20.3628 68.3268 27.1855 70.6094L27.4004 70.6807L27.4883 70.8906C31.0801 79.4764 39.513 85.4998 49.3398 85.5L548.659 85.5C558.486 85.5 566.92 79.4766 570.512 70.8906L570.6 70.6807L570.814 70.6094L571.45 70.3867C577.975 67.9929 583.163 62.7928 585.572 56.2354L585.664 55.9854L585.923 55.9229L586.216 55.8438C587.68 55.4141 589.093 54.473 590.409 53.251C591.809 51.9506 593.07 50.3575 594.132 48.8027C595.192 47.25 596.047 45.7463 596.636 44.6299C596.93 44.0721 597.158 43.6118 597.312 43.292C597.368 43.1754 597.413 43.0771 597.449 43C597.413 42.9229 597.368 42.8246 597.312 42.708C597.158 42.3882 596.93 41.9279 596.636 41.3701C596.047 40.2536 595.192 38.7492 594.132 37.1963C593.07 35.6416 591.809 34.0494 590.409 32.749C589.006 31.4456 587.491 30.4617 585.923 30.0771L585.664 30.0137L585.572 29.7646C583.085 22.9958 577.637 17.6732 570.814 15.3906L570.6 15.3184L570.512 15.1094C566.92 6.52343 558.486 0.5 548.659 0.5Z' fill='url(%23paint0_linear)' stroke='url(%23paint1_linear)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='598' y1='43' x2='0' y2='43' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23F2F0EE'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear' x1='314.5' y1='43' x2='0' y2='43' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='%23D5C2A7'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-top: -48px;
}

.websima-header-top-right {
  transform: scaleX(-1);
}

a.websima-header-lang-selector {
  display: flex;
  flex-direction: column;
  padding-top: 10px;
  justify-content: center;
  align-items: center;
  outline: none;
}
.websima-header-top-menu-links {
  gap: 20px;
}

.websima-header-top-menu-links a,
.websima-header-brand-en-name,
.websima-header-lang-selector {
  color: #666;
  font-size: 0.9rem;
  text-decoration: none;
  font-weight: 500;
}

.websima-header-brand-en-name {
  letter-spacing: 1px;
  background: linear-gradient(
    90deg,
    #666 0%,
    #f5e090 30%,
    #fff8d0 50%,
    #f5e090 70%,
    #666 100%
  );
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: shine 5s linear infinite;
}

@keyframes shine {
  0% {
    background-position: 200% center;
  }
  100% {
    background-position: 0% center;
  }
}
.websima-header-main-menu {
  gap: 25px;
}

.websima-header-main-menu a {
  color: var(--text-title);
  font-weight: bold;
  font-size: 1rem;
  text-decoration: none;
  transition: color 0.3s;
}

.websima-header-top-bar-content a:hover {
  color: var(--color1);
}
.websima-header-main-menu a:hover {
  color: var(--color1);
}

.websima-header-logo-container-desktop {
  position: relative;
  margin-top: -70px;
  display: flex;
  justify-content: center;
}
.websima-header-logo-container-mobile {
  display: flex;
  justify-content: center;
}
.websima-header-icon-crown {
  background-image: url("assets/icons/image19.svg");
  height: 140px;
  width: 250px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 50%);
  z-index: -1;
  opacity: 0.07;
}

.websima-header-logo-container-mobile .websima-header-icon-crown {
  bottom: -30%;
}
.websima-header-logo-container-desktop .websima-header-icon-crown {
  bottom: -62%;
}
.websima-header-logo-container-desktop img {
  max-height: 80px;
  width: auto;
}

.websima-header-controls a {
  color: var(--text-title);
  text-decoration: none;
  font-weight: bold;
}

.websima-header-control-divider {
  color: #ccc;
  font-size: 1.2rem;
}

.websima-header-btn-cart {
  background-color: var(--color1);
  color: #fff !important;
  border-radius: 6px;
  padding: 4px 15px 4px 4px;
  text-decoration: none;
  transition: background 0.3s ease;
  gap: 15px;
  cursor: pointer;
}

.websima-header-btn-cart:hover {
  background-color: var(--color1);
}

.websima-header-cart-badge {
  background-color: #fff;
  background-color: var(--color1);
  border-radius: 4px;
  padding: 3px 8px;
  font-size: 0.95rem;
  font-weight: bold;
  gap: 5px;
}

.websima-header-pointer {
  cursor: pointer;
}

.websima-header-lang-mobile {
  color: var(--text-title);
  text-decoration: none;
  font-weight: bold;
}

.websima-header-controls {
  gap: 10px;
  position: unset;
}
.websima-header-search {
  font-size: 15px;
  color: var(--text-title);
  margin-left: auto;
  margin-right: 4rem;
  gap: 10px;
}

.websima-header-vertical-divider {
  width: 1px;
  height: 20px;
  background-color: #e2e2e2;
}

.websima-header-login {
  font-size: 15px;
  color: var(--text-title);
  position: relative;
  margin-left: 15px;
  cursor: pointer;
}
.user-btn--submenu {
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  top: 100%;
  background: #ffff;
  box-shadow: 1px 5px 14px rgb(0 0 0 / 20%);
  width: 160px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  overflow: hidden;
  font-size: var(--fs-14);
  border-radius: 12px;
}
.websima-header-login:hover .user-btn--submenu {
  opacity: 1;
  pointer-events: all;
}
.websima-header-login i {
  font-size: 20px;
}
.user-btn--submenu {
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  top: 100%;
  background: #ffff;
  box-shadow: 1px 5px 14px rgb(0 0 0 / 20%);
  width: 160px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  overflow: hidden;
  border-radius: 12px;
}
.user-btn--submenu a {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 10px;
  position: relative;
}
.user--name span {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.user--name span::after {
  content: "\e900";
  font-family: icomoon;
  font-size: 16px;
  margin-left: 0;
  margin-right: auto;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(90deg);
  color: var(--color6);
}
.websima-header-login::after {
  content: "";
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background-color: #d1d1d1;
  border-radius: 50%;
}

.websima-header-cart-badge {
  background-color: #fff;
  border-radius: 6px;
  height: 100%;
  min-width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.websima-header-cart-count {
  color: var(--color1);
  font-weight: bold;
  font-size: 16px;
  font-style: normal;
  padding-top: 3px;
}

/* FOOTER */
.footer-wrapper {
  display: flex;
  direction: rtl;
  width: 100%;
  margin-top: 10rem;
  position: relative;
  background: var(--color2);
  flex-direction: column;
}

footer#footer {
  flex-grow: 1;
  padding: 40px 30px;
  border-top-right-radius: 96px;
  border-bottom-right-radius: 12px;
  width: 100%;
  overflow: hidden;
  margin-top: -7rem;
}

.footer-social-sidebar {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 25px;
}
.col-lg-3.col-xl-2.footer-col.enmad-col {
  text-align: center;
  margin-left: -30px;
  margin-right: auto;
}
.footer-social-sidebar a {
  color: var(--color3);
  font-size: 30px;
}

.footer-col {
  color: var(--color3);
}

.about-col {
  color: var(--color3);
  text-align: justify;
}

@media (min-width: 1200px) {
  .about-col p {
    padding: 0 0 0 50px;
  }
}
.about-col p {
  color: var(--color3);
  font-size: 14px;
  line-height: 1.8;
}

.footer-logo-title {
  margin-bottom: 20px;
    justify-content: start;
}

.footer-logo-title .footer-logo img {
  max-width: 160px;
  margin-left: 15px;
}
@media (max-width: 992px) {
    .footer-logo-title .footer-logo img {
        max-width: 300px;
        margin-left: unset;
    }
    .footer-logo-title {
        margin-bottom: 20px;
        text-align: center;
        justify-content: center;
        display: flex; /* اگر نیاز دارید justify-content کار کند */
    }
}
.footer-logo-title h3 {
  font-size: 20px;
  font-weight: bold;
  color: var(--color);
  margin: 0;
}

.footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-contact li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 18px;
  font-size: 14px;
}

.footer-contact li i {
  color: var(--color2);
  margin-top: 3px;
}
.footer-contact li i.icon-phone,
.footer-contact li i.icon-location {
  font-size: 24px;
  margin-left: 8px;
}
.footer-contact li i.icon-fax {
  font-size: 26px;
  margin-left: 8px;
}
.footer-contact li i.icon-email {
  font-size: 18px;
  margin-left: 10px;
}
.footer-contact li a,
.footer-contact li span {
  color: var(--color3);
  text-decoration: none;
  line-height: 1.6;
}

.footer-sub-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-sub-menu li {
  margin-bottom: 15px;
}

.footer-sub-menu li a {
  color: var(--color3);
  text-decoration: none;
  font-size: 14px;
}
footer a:hover {
    opacity: 0.5;
}
.footer-namad-wrapper {
  display: flex;
  flex-direction: column;
}
a.placeholder-namad {
    background: var(--color3);
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80px;
    margin: 5px;
    padding: 5px;
}

.footer-accordion-item {
  border: none;
  background: transparent;
}
.footer-accordion-item .footer-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  user-select: none;
}
.footer-accordion-item .footer-title .icon-arr-down {
  transition: transform 0.3s ease;
  font-size: 22px;
  color: var(--color2);
}
.footer-accordion-item.active .footer-title .icon-arr-down {
  transform: rotate(180deg);
}
.footer-accordion-item .footer-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition:
    max-height 0.4s ease,
    opacity 0.3s ease;
}
.footer-accordion-item.active .footer-content {
  max-height: 500px;
  opacity: 1;
  padding-bottom: 15px;
}
@media (min-width: 992px) {
  .footer-accordion-item .footer-content {
    max-height: 500px;
    opacity: 1;
    padding-bottom: 15px;
  }
  .footer-title {
    font-size: 18px;
  }
  .footer-accordion-item .footer-title .icon-arr-down {
    display: none;
  }
}

.copy-right-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  margin-right: 70px;
}

.copy-right-bar p {
  color: var(--color3);
  font-size: 13px;
  margin: 0;
}

.copy-right-bar a {
  font-size: 7px;
  color: var(--color3);
}

.footer-social-horizontal {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 25px;
}

.footer-social-horizontal a {
  color: var(--color3);
  font-size: 30px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

@media (max-width: 991.98px) {
  footer#footer {
    border-top-right-radius: 60px;
    padding: 40px 15px;
  }
  .footer-accordion-item {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    margin-bottom: 10px;
    padding: 0 15px;
  }

  .footer-col {
    margin-bottom: 0;
  }

  summary.footer-title {
    margin-bottom: 0;
    padding: 15px 0;
    list-style: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  summary.footer-title::-webkit-details-marker {
    display: none;
  }

  summary.footer-title::after {
    content: none;
  }

  summary.footer-title i.icon-arr-down {
    font-size: 18px;
    color: var(--color2);
    transition: transform 0.2s ease;
    transform: rotate(180deg);
  }

  .footer-accordion-item .footer-contact,
  .footer-accordion-item .wrap-ft-menu {
    padding-bottom: 15px;
  }

  .enmad-col {
    margin-top: 10px;
  }

  .enmad-col .footer-title {
    text-align: center;
  }

  .footer-namad-wrapper {
    flex-direction: row;
    justify-content: center;
    gap: 15px;
  }

  .footer-namad-wrapper .placeholder-namad img {
    max-width: 100px;
  }

  .copy-right-bar {
    flex-direction: column;
    text-align: center;
    gap: 15px;
    height: auto;
    padding: 20px 0;
  }
}

@media (min-width: 992px) {
  details.footer-accordion-item {
    background: transparent;
    padding: 0;
  }

  summary.footer-title {
    pointer-events: none;
    list-style: none;
    cursor: default;
  }

  summary.footer-title::-webkit-details-marker {
    display: none;
  }

  summary.footer-title::after {
    display: none;
  }

  summary.footer-title i.icon-arr-down {
    display: none;
  }
}

/* Moble sticky */
.websima-bottom-nav {
  display: none;
}

.websima-footer-icon-crown-back {
  width: 75px;
  height: 58px;
  top: -50px;
  background-image: url("assets/icons/crown-back.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1001;
}

.websima-social-bg {
  position: relative;
  width: 100%;
  min-height: 100px;
  text-align: center;
  padding: 20px;
  color: var(--color3);
  background-color: #212121;
  margin: auto;
}

.websima-social-bg::before {
  content: "";
  background-image: url("assets/icons/social-bg-lr.svg");
  position: absolute;
  right: -49px;
  width: 100%;
  height: 140px;
  background-repeat: no-repeat;
  background-size: 335px 125px;
  transform: rotate(180deg);
  bottom: 0px;
  z-index: 0;
}
.websima-social-bg::after {
  content: "";
  background-image: url("assets/icons/social-bg-lr.svg");
  position: absolute;
  left: -49px;
  width: 100%;
  height: 140px;
  background-repeat: no-repeat;
  bottom: -15px;
  background-size: 335px 125px;
  z-index: 0;
}
@media (max-width: 640px) {
  .websima-social-bg {
    position: relative;
    width: unset;
    text-align: center;
    padding: 20px 1rem;
    color: var(--color3);
    background-color: #212121;
    margin: auto;
  }
}
.websima-footer-icon-second {
  width: 45px;
  height: 58px;
  top: -37px;
  background-image: url("assets/icons/second-icone.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1002;
}
@media (max-width: 992px) {
  .websima-bottom-nav {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-around;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 75px;
    background-color: #1a1a1a;
    z-index: 1000;
    border-top: 1px solid #333;
    overflow: visible;
  }

  .websima-footer-icon {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
  }

  .websima-nav-item {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #a0a0a0;
    flex: 1;
  }

  .websima-nav-item span {
    font-size: 11px;
    margin-top: 5px;
  }

  .websima-nav-item i {
    font-size: 22px;
  }

  .websima-active {
    color: var(--color3);
  }

  .websima-home-wrapper {
    padding: 6px 10px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -5px;
  }

  .websima-home-wrapper i {
    color: var(--color2);
  }

  .websima-cart-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .websima-cart-counter {
    display: flex;
    align-items: center;
  }

  .websima-cart-item .number {
    width: 30px;
    height: 25px;
    background: #343434;
    color: var(--color3);
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3px;
    margin-right: -5px;
    z-index: -1;
    padding-top: 2px;
    font-style: normal;
  }
}

/* video modal */
.websima-video-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(5px);
}

.websima-video-modal-content {
  position: relative;
  width: 90%;
  max-width: 900px;
}

.websima-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  background: #000;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}

.websima-video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 15px;
}

.websima-close-modal {
  position: absolute;
  top: -40px;
  right: 0;
  color: #fff;
  font-size: 35px;
  cursor: pointer;
  transition: 0.3s;
  z-index: 10000;
}

.websima-close-modal:hover {
  color: #ff4d4d;
}
.section-banners img {
  width: 100%;
  height: auto;
  display: block;
}
.section-banners {
  margin: 5rem auto;
}

/* Hero Section */
.websima-hero-mask-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  pointer-events: none;
  background-size: 101% 101%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("assets/icons/hero-mask.svg");
}

.hero-mask-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 1300 / 608;
}
.full-screen-map {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.hero-mask-wrapper .hero-mask-img-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color1);
}
.hero-mask-wrapper .hero-mask-img-container img {
  height: 100%;
}

@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 25px !important;
  }
  .hero-content p {
    font-size: 16px !important;
    line-height: 25px !important;
    margin: 0 !important;
  }
}
@media (min-width: 992px) {
  .hero-mask-wrapper img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
  }
}
:root {
  --site-footer-container: 100%;
}
@media (min-width: 768px) {
  :root {
    --site-footer-container: 720px;
  }
}
@media (min-width: 992px) {
  :root {
    --site-footer-container: 960px;
  }
}
@media (min-width: 1200px) {
  :root {
    --site-footer-container: 1140px;
  }
}
  @media (min-width: 1400px) {
  :root {
    --site-footer-container: 1320px;
  }
}
  @media (min-width: 1700px) {
  :root {
    --site-footer-container: 1620px;
  }
}
.footer-social-sidebar i:hover {
  color: var(--color1);
}
.footer-social-sidebar i {
  transition: 0.5s;
}
@media (min-width: 768px) {
  .footer-social-sidebar {
    padding-right: calc((100vw - var(--site-footer-container)) / 2);
    padding-left: 20px;
  }
  footer#footer .row {
    padding-left: calc((100vw - var(--site-footer-container)) / 2 - 40px);
    padding-right: 20px;
  }
}
.websima-sidebar-banner {
  transition: all 0.3s ease;
  text-align: center;
  display: block;
  overflow: hidden;
  width: 100%;
}
.websima-sidebar-banner:hover {
  transform: scale(1.005);
}
/* MegaMenu */

#mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9990;
  display: none;
  cursor: pointer;
}

#menumobile {
  position: fixed;
  top: 0;
  right: -320px;
  width: 320px;
  height: 100%;
  background-color: #ffffff;
  z-index: 9991;
  overflow-y: auto;
  transition: right 0.4s ease-in-out;
  box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
}

#menumobile.come-menumobile {
  right: 0;
}

.title-mm {
  position: relative;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #e6e3e1;
  margin: 20px;
  border-radius: 20px;
}
.title-mm a {
  display: block;
  line-height: 0;
}
.title-mm img {
  max-height: 50px;
  width: auto;
}
#nomenumobile:hover {
  color: var(--color2);
}
.main-mm ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobile-support-part {
  display: flex;
  background: #e6e3e1;
  margin: 20px;
  border-radius: 20px;
  padding: 10px 15px;
  justify-content: start;
  align-items: center;
  gap: 20px;
}
.mobile-support-part .icon-phone {
  font-size: 30px;
  background: var(--color2);
  color: var(--color3);
  padding: 10px 10px 9px;
  border-radius: 25px;
}
.mobile-support-part h5 {
  font-size: 18px;
  margin: 10px auto;
  padding: 0;
}
li.menu-separator {
  display: none;
}
.main-mm ul li {
  border-bottom: 1px solid #f0f0f0;
  position: relative;
}

.main-mm ul li a {
  display: block;
  padding: 15px 20px;
  color: #333;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  transition: background 0.3s;
}

.websima-header-main-row .col-5.no-relative {
  position: unset !important;
}

/* Display Mini CART */

.detail-mini.product-item:hover {
  border: none;
}
span.detail-mini.product-item .cart-attributes {
  display: none;
}
span.detail-mini.product-item h3 {
  font-size: 14px;
}
.mini-cart-header i.icon-close {
    border: 1px solid var(--color1);
    font-size: 10px;
    padding: 5px;
    border-radius: 25px;
    color: var(--color1);
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
p.woocommerce-mini-cart__empty-message {
    font-size: 16px;
    text-align: center;
}
ins {
  text-decoration: unset;
}
.mini-cart-header i.icon-close:hover {
  background: var(--color1);
  color: var(--color3);
}
span.detail-mini.product-item .quantity {
  border: none;
  height: auto;
}

.websima-mini-cart-wrapper.active {
  left: 0;
}

#mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
}
@media (min-width: 992px) {
  .widget_shopping_cart_content .woocommerce-mini-cart {
    height: calc((var(--vh, 1dvh) * 100) - 280px);
  }
}

.woocommerce_mini_cart_product {
  background: #fff;
  position: relative;
  padding: 10px 9px;
  border: 1px solid var(--color6);
  margin: 10px auto;
  border-radius: 10px;
}
.woocommerce-mini-cart__buttons.buttons {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 10px;
}
.woocommerce-mini-cart__buttons .button.wc-forward {
  background: #fff;
  color: var(--color2);
  height: 36px;
  flex-grow: 1;
  border-radius: 4px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 130px;
}

.woocommerce_mini_cart_product img {
  max-width: 88px;
  aspect-ratio: 2 / 2.5;
  object-fit: cover;
}
.detail-mini.product-item {
  all: unset;
  width: 100%;
  display: block;
  margin-right: 10px;
}
.product-mini-title {
  font-size: 14px;
  line-height: 1.3;
}
.woocommerce_mini_cart_product .price {
  margin-top: 5px;
  font-size: 12px;
  gap: 10px;
  display: flex;
}
.detail-mini .quantity {
  display: flex;
  gap: 8px;
}
.remove.remove_from_cart_button {
  cursor: pointer;
  color: #fff;
  background-color: var(--color1);
  font-size: 10px;
  display: flex;
  transform-origin: center;
  line-height: 1;
  width: 25px;
  height: 25px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  align-self: end;
  position: absolute;
  left: 6px;
  bottom: 6px;
  transition: all 0.3s;
  border: 1px solid transparent;
}
.woocommerce-mini-cart__buttons .button.wc-forward {
  transition:box-shadow 0.4s ease;
}
.woocommerce-mini-cart__buttons .button.wc-forward:hover {
  box-shadow: 0 12px 20px -8px rgba(0, 0, 0, 0.2);
  background: var(--color1) !important;
  color: white !important;
}
.remove.remove_from_cart_button:hover {
  color: var(--color1);
  border: 1px solid var(--color1);
  background-color: var(--color3);
}
.woocommerce-mini-cart__total.total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 11px;
  color: #fff;
}
.widget_shopping_cart_content .buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 7px;
}

.websima-mini-cart-wrapper {
  position: fixed;
  top: 0;
  left: -400px;
  width: 335px;
  height: 100vh;
  background: #fff;
  z-index: 99999;
  transition: left 0.4s ease;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.websima-mini-cart-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 20px;
  overflow: hidden;
}

.mini-cart-header {
  flex-shrink: 0;
  display: flex;
  justify-content: space-between;
  padding: 0 5px;
}
.widget_shopping_cart_content {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.woocommerce-mini-cart {
  flex: 1;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  height: auto !important;
  max-height: none !important;
}

.woocommerce-mini-cart-total-btn {
  background-color: var(--color2);
  padding: 1rem;
  border-radius: 10px;
  flex-shrink: 0;
  position: relative;
  bottom: auto;
  margin-top: 10px;
}

span.search-i {
  cursor: pointer;
  padding: 5px;
}

#fast-search-body.fast-show {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 99999 !important;
  position: fixed !important;
  top: 8rem !important;
}
@media (max-width: 768px) {
  #fast-search-body.fast-show {
    top: 5rem !important;
  }
}
ul.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 2rem auto;
}

ul.page-numbers li a.page-numbers {
  background: var(--color5);
  border-radius: 25px;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  padding-top: 5px;
  color: var(--text-subtitle);
}

span.page-numbers.current {
  background: #e4f0ee;
  border: 1px solid var(--color2);
  border-radius: 25px;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 20px;
  padding-top: 5px;
  color: var(--text-subtitle);
}
a.prev.page-numbers {
  background: none !important;
}

a.next.page-numbers {
  background: none !important;
}
.section-base {
  margin: 112px auto;
}
@media (max-width: 768px) {
  .section-base {
    margin: 64px auto;
  }
}
.hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  text-align: center;
  width: 80%;
}

.hero-content h1 {
  font-size: 40px;
  color: var(--color3);
  margin-bottom: 0;
}

.hero-content p {
  font-size: 18px;
  color: var(--color3);
  line-height: 32px;
}

@media (min-width: 992px) {
  .hero-content {
    position: absolute;
    z-index: 10;
    width: 50%;
    text-align: right;
    left: auto;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transform: translateX(-10%);
  }
}
.faq-tabs-btn-next,
.faq-tabs-btn-prev {
  color: #999;
  transition: color 0.3s ease;
}

.faq-tabs-btn-next:not(.swiper-button-disabled),
.faq-tabs-btn-prev:not(.swiper-button-disabled) {
  color: #000;
  cursor: pointer;
}

.faq-tabs-btn-next:not(.swiper-button-disabled):hover,
.faq-tabs-btn-prev:not(.swiper-button-disabled):hover {
  color: var(--color1);
}
.swiper-nav i {
  transition: all 0.3s;
  color: #212121;
  font-size: 18px;
}
.dark-swiper-nav i {
  transition: all 0.3s;
  font-size: 18px;
}
.swiper-nav:hover i,
.dark-swiper-nav:hover i {
  color: var(--color1);
}
.swiper-nav.swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
}
.section-banner-hover > a {
  display: block;
  overflow: hidden;
  border-radius: 8px;
}
.section-banner-hover > a img {
  transition: transform 0.4s ease;
  transform: scale(1);
  border-radius:16px;
}
.section-banner-hover > a:hover img {
  transform: scale(1.005);
}

.websima-sidebar-banner img {
  border-radius: 12px;
}

.websima-blog-editor-content {
  border-radius: 10px;
  padding: 20px;
  border: 1px solid #e8e6e4;
  position: relative;
  text-align: center;
}

textarea {
  outline: none !important;
}

.shop-title {
  background: var(--color2);
  color: var(--color3);
  margin-bottom: 3rem;
  text-align: center;
  padding: 3rem 0;
  box-shadow: 0 0 0 100vw var(--color2);
  clip-path: inset(0 -100vw);
}
em#mini_cart_count {
  font-style: normal;
  color: var(--text-title);
}
.websima-bottom-nav em#mini_cart_count {
    color: var(--color3);
}

.search-by-json .body .is-search .list-products .item .price {
    text-align: left;
    align-items: flex-end;
}

.bold-item a {
    color: var(--color1);
}

.websima-mega-menu > li > span:hover::before, .websima-mega-menu > .bold-item > a::before {
    opacity: 1;
    transform: translateX(-50%) scale(1);
}
.websima-mega-menu > li > span:hover, .websima-mega-menu > .bold-item:hover > a {
    color: #2f2f2f !important;
}


.websima-mega-menu > li > span:hover::before, .websima-mega-menu > .bold-item:hover > a::before {
    opacity: 0;
}

.wbs-banner-link {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    cursor: pointer;
    border-radius: 15px;
}
.wbs-banner-link video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wbs-banner-link video.wbs-video-hidden {
    display: none;
}

.wbs-banner-link video.wbs-video-visible {
    display: block;
}

.wbs-video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.15);
    transition: background 0.3s ease;
}

.wbs-play-button-uid {
    width: 80px;
    height: 80px;
    background-color: rgb(255 255 255 / 35%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 20px rgb(0 0 0 / 36%);
    transition: transform 0.2s ease;
}

.wbs-play-button-uid i {
    font-size: 45px;
    color: #fff;
}

.wbs-banner-media {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
}

.wbs-banner-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 15px;
}
.wbs-banner-link:hover .wbs-play-button-uid {
    transform: scale(1.1);
}

.wbs-banner-link:hover .wbs-video-overlay {
    background: rgba(0, 0, 0, 0.25);
}

.websima-nav-item.shop-sticky {
    color: #FFF;
    background: var(--color1);
    border-radius: 5px;
    padding: 4px;
    margin-right: 5px;
}