.container,
.container-fluid {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.col,
[class^=col-],
[class*=" col-"] {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.no-gutters .col,
.no-gutters [class^=col-],
.no-gutters [class*=" col-"],
.grid-row .col,
.grid-row [class^=col-],
.grid-row [class*=" col-"] {
  padding-left: 0;
  padding-right: 0;
}

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

.grid-row,
.row {
  display: -ms-flexbox;
  display: box;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

.row.mar24 {
  margin-right: -12px;
  margin-left: -12px;
}

.row.mar24 [class*=col-],
.row.mar24 [class^=col-] {
  padding-right: 12px;
  padding-left: 12px;
}

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

.row.mar20 [class*=col-],
.row.mar20 [class^=col-] {
  padding-right: 10px;
  padding-left: 10px;
}

.row.mar15 {
  margin-right: -7.5px;
  margin-left: -7.5px;
}

.row.mar15 [class*=col-],
.row.mar15 [class^=col-] {
  padding-right: 7.5px;
  padding-left: 7.5px;
}

.row.mar12 {
  margin-right: -6px;
  margin-left: -6px;
}

.row.mar12 .col,
.row.mar12 [class*=col-],
.row.mar12 [class^=col-] {
  padding-right: 6px;
  padding-left: 6px;
}

.grid-top {
  align-items: flex-start;
}

.grid-bottom {
  align-items: flex-end;
}

p {
  margin-bottom: 0;
}

.grid-center {
  align-items: center;
}

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

.grid-col-top {
  align-self: flex-start;
  -ms-flex-item-align: start;
}

.grid-col-bottom {
  align-self: flex-end;
  -ms-flex-item-align: end;
}

.grid-col--center {
  align-self: center;
  -ms-flex-item-align: center;
}

.grid-col-auto-size {
  box-flex: 0;
  flex: none;
}

.no-gutters {
  margin-left: 0;
  margin-right: 0;
}

:root[dir=rtl] [class^=offset-],
:root[dir=rtl] [class*=" offset-"] {
  margin-left: 0;
}

.col {
  flex-basis: 0;
  -ms-box-flex: 1;
  box-flex: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-xs-auto {
  box-flex: 1;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-xs {
  flex-basis: 0;
  -ms-box-flex: 1;
  box-flex: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-xs-1 {
  box-flex: 1;
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-xs-2 {
  box-flex: 1;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-xs-3 {
  box-flex: 1;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-xs-4 {
  box-flex: 1;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-xs-5 {
  box-flex: 1;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-xs-6 {
  box-flex: 1;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-xs-7 {
  box-flex: 1;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-xs-8 {
  box-flex: 1;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-xs-9 {
  box-flex: 1;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-xs-10 {
  box-flex: 1;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-xs-11 {
  box-flex: 1;
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-xs-12 {
  box-flex: 1;
  flex: 0 0 100%;
  max-width: 100%;
}

.offset-xs-1 {
  margin-left: 8.3333333333%;
}

:root[dir=rtl] .offset-xs-1 {
  margin-right: 8.3333333333%;
}

.offset-xs-2 {
  margin-left: 16.6666666667%;
}

:root[dir=rtl] .offset-xs-2 {
  margin-right: 16.6666666667%;
}

.offset-xs-3 {
  margin-left: 25%;
}

:root[dir=rtl] .offset-xs-3 {
  margin-right: 25%;
}

.offset-xs-4 {
  margin-left: 33.3333333333%;
}

:root[dir=rtl] .offset-xs-4 {
  margin-right: 33.3333333333%;
}

.offset-xs-5 {
  margin-left: 41.6666666667%;
}

:root[dir=rtl] .offset-xs-5 {
  margin-right: 41.6666666667%;
}

.offset-xs-6 {
  margin-left: 50%;
}

:root[dir=rtl] .offset-xs-6 {
  margin-right: 50%;
}

.offset-xs-7 {
  margin-left: 58.3333333333%;
}

:root[dir=rtl] .offset-xs-7 {
  margin-right: 58.3333333333%;
}

.offset-xs-8 {
  margin-left: 66.6666666667%;
}

:root[dir=rtl] .offset-xs-8 {
  margin-right: 66.6666666667%;
}

.offset-xs-9 {
  margin-left: 75%;
}

:root[dir=rtl] .offset-xs-9 {
  margin-right: 75%;
}

.offset-xs-10 {
  margin-left: 83.3333333333%;
}

:root[dir=rtl] .offset-xs-10 {
  margin-right: 83.3333333333%;
}

.offset-xs-11 {
  margin-left: 91.6666666667%;
}

:root[dir=rtl] .offset-xs-11 {
  margin-right: 91.6666666667%;
}

.offset-xs-12 {
  margin-left: 100%;
}

:root[dir=rtl] .offset-xs-12 {
  margin-right: 100%;
}

.order-xs-first {
  order: -1;
}

.order-xs-1 {
  order: 1;
}

.order-xs-2 {
  order: 2;
}

.order-xs-3 {
  order: 3;
}

.order-xs-4 {
  order: 4;
}

.order-xs-5 {
  order: 5;
}

.order-xs-6 {
  order: 6;
}

.order-xs-7 {
  order: 7;
}

.order-xs-8 {
  order: 8;
}

.order-xs-9 {
  order: 9;
}

.order-xs-10 {
  order: 10;
}

.order-xs-11 {
  order: 11;
}

.order-xs-12 {
  order: 12;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
  .col {
    flex-basis: 0;
    -ms-box-flex: 1;
    box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    box-flex: 1;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm {
    flex-basis: 0;
    -ms-box-flex: 1;
    box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-1 {
    box-flex: 1;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    box-flex: 1;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    box-flex: 1;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    box-flex: 1;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    box-flex: 1;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    box-flex: 1;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    box-flex: 1;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    box-flex: 1;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    box-flex: 1;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    box-flex: 1;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    box-flex: 1;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    box-flex: 1;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  :root[dir=rtl] .offset-sm-1 {
    margin-right: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  :root[dir=rtl] .offset-sm-2 {
    margin-right: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  :root[dir=rtl] .offset-sm-3 {
    margin-right: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  :root[dir=rtl] .offset-sm-4 {
    margin-right: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  :root[dir=rtl] .offset-sm-5 {
    margin-right: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  :root[dir=rtl] .offset-sm-6 {
    margin-right: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  :root[dir=rtl] .offset-sm-7 {
    margin-right: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  :root[dir=rtl] .offset-sm-8 {
    margin-right: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  :root[dir=rtl] .offset-sm-9 {
    margin-right: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  :root[dir=rtl] .offset-sm-10 {
    margin-right: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  :root[dir=rtl] .offset-sm-11 {
    margin-right: 91.6666666667%;
  }
  .offset-sm-12 {
    margin-left: 100%;
  }
  :root[dir=rtl] .offset-sm-12 {
    margin-right: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
  .col {
    flex-basis: 0;
    -ms-box-flex: 1;
    box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    box-flex: 1;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md {
    flex-basis: 0;
    -ms-box-flex: 1;
    box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-1 {
    box-flex: 1;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    box-flex: 1;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    box-flex: 1;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    box-flex: 1;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    box-flex: 1;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    box-flex: 1;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    box-flex: 1;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    box-flex: 1;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    box-flex: 1;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    box-flex: 1;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    box-flex: 1;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    box-flex: 1;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  :root[dir=rtl] .offset-md-1 {
    margin-right: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  :root[dir=rtl] .offset-md-2 {
    margin-right: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  :root[dir=rtl] .offset-md-3 {
    margin-right: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  :root[dir=rtl] .offset-md-4 {
    margin-right: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  :root[dir=rtl] .offset-md-5 {
    margin-right: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  :root[dir=rtl] .offset-md-6 {
    margin-right: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  :root[dir=rtl] .offset-md-7 {
    margin-right: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  :root[dir=rtl] .offset-md-8 {
    margin-right: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  :root[dir=rtl] .offset-md-9 {
    margin-right: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  :root[dir=rtl] .offset-md-10 {
    margin-right: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
  :root[dir=rtl] .offset-md-11 {
    margin-right: 91.6666666667%;
  }
  .offset-md-12 {
    margin-left: 100%;
  }
  :root[dir=rtl] .offset-md-12 {
    margin-right: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
  .col {
    flex-basis: 0;
    -ms-box-flex: 1;
    box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    box-flex: 1;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg {
    flex-basis: 0;
    -ms-box-flex: 1;
    box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-1 {
    box-flex: 1;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    box-flex: 1;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    box-flex: 1;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    box-flex: 1;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    box-flex: 1;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    box-flex: 1;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    box-flex: 1;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    box-flex: 1;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    box-flex: 1;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    box-flex: 1;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    box-flex: 1;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    box-flex: 1;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  :root[dir=rtl] .offset-lg-1 {
    margin-right: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  :root[dir=rtl] .offset-lg-2 {
    margin-right: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  :root[dir=rtl] .offset-lg-3 {
    margin-right: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  :root[dir=rtl] .offset-lg-4 {
    margin-right: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  :root[dir=rtl] .offset-lg-5 {
    margin-right: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  :root[dir=rtl] .offset-lg-6 {
    margin-right: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  :root[dir=rtl] .offset-lg-7 {
    margin-right: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  :root[dir=rtl] .offset-lg-8 {
    margin-right: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  :root[dir=rtl] .offset-lg-9 {
    margin-right: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  :root[dir=rtl] .offset-lg-10 {
    margin-right: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  :root[dir=rtl] .offset-lg-11 {
    margin-right: 91.6666666667%;
  }
  .offset-lg-12 {
    margin-left: 100%;
  }
  :root[dir=rtl] .offset-lg-12 {
    margin-right: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
  .col {
    flex-basis: 0;
    -ms-box-flex: 1;
    box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    box-flex: 1;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl {
    flex-basis: 0;
    -ms-box-flex: 1;
    box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-1 {
    box-flex: 1;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    box-flex: 1;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    box-flex: 1;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    box-flex: 1;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    box-flex: 1;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    box-flex: 1;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    box-flex: 1;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    box-flex: 1;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    box-flex: 1;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    box-flex: 1;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    box-flex: 1;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    box-flex: 1;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  :root[dir=rtl] .offset-xl-1 {
    margin-right: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  :root[dir=rtl] .offset-xl-2 {
    margin-right: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  :root[dir=rtl] .offset-xl-3 {
    margin-right: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  :root[dir=rtl] .offset-xl-4 {
    margin-right: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  :root[dir=rtl] .offset-xl-5 {
    margin-right: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  :root[dir=rtl] .offset-xl-6 {
    margin-right: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  :root[dir=rtl] .offset-xl-7 {
    margin-right: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  :root[dir=rtl] .offset-xl-8 {
    margin-right: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  :root[dir=rtl] .offset-xl-9 {
    margin-right: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  :root[dir=rtl] .offset-xl-10 {
    margin-right: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
  :root[dir=rtl] .offset-xl-11 {
    margin-right: 91.6666666667%;
  }
  .offset-xl-12 {
    margin-left: 100%;
  }
  :root[dir=rtl] .offset-xl-12 {
    margin-right: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1430px;
  }
  .col-xxl {
    flex-basis: 0;
    -ms-box-flex: 1;
    box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-1 {
    box-flex: 1;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    box-flex: 1;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-3 {
    box-flex: 1;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    box-flex: 1;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5 {
    box-flex: 1;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6 {
    box-flex: 1;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    box-flex: 1;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8 {
    box-flex: 1;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9 {
    box-flex: 1;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    box-flex: 1;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11 {
    box-flex: 1;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-12 {
    box-flex: 1;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1530px;
  }
  .col-xxxl {
    flex-basis: 0;
    -ms-box-flex: 1;
    box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxxl-1 {
    box-flex: 1;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxxl-2 {
    box-flex: 1;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxxl-3 {
    box-flex: 1;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxxl-4 {
    box-flex: 1;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxxl-5 {
    box-flex: 1;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxxl-6 {
    box-flex: 1;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxxl-7 {
    box-flex: 1;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxxl-8 {
    box-flex: 1;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxxl-9 {
    box-flex: 1;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxxl-10 {
    box-flex: 1;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxxl-11 {
    box-flex: 1;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxxl-12 {
    box-flex: 1;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-xs-table,
.visible-xs-table-row,
.visible-xs-table-cell,
.visible-xs-flex,
.visible-xs-inline-flex {
  display: none !important;
}

.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-sm-table,
.visible-sm-table-row,
.visible-sm-table-cell,
.visible-sm-flex,
.visible-sm-inline-flex {
  display: none !important;
}

.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-md-table,
.visible-md-table-row,
.visible-md-table-cell,
.visible-md-flex,
.visible-md-inline-flex {
  display: none !important;
}

.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-lg-table,
.visible-lg-table-row,
.visible-lg-table-cell,
.visible-lg-flex,
.visible-lg-inline-flex {
  display: none !important;
}

.visible-xl,
.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block,
.visible-xl-table,
.visible-xl-table-row,
.visible-xl-table-cell,
.visible-xl-flex,
.visible-xl-inline-flex {
  display: none !important;
}

.btn {
  padding: unset;
}

@media (max-width: 575px) {
  .visible-xs {
    display: block !important;
  }
  .visible-xs-inline {
    display: inline !important;
  }
  .visible-xs-inline-block {
    display: inline-block !important;
  }
  .visible-xs-flex {
    display: -ms-flexbox !important;
    display: box !important;
    display: flex !important;
  }
  .visible-xs-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-box !important;
    display: inline-flex !important;
  }
  table.visible-xs,
  .visible-xs-table {
    display: table !important;
  }
  tr.visible-xs,
  .visible-xs-table-row {
    display: table-row !important;
  }
  td.visible-xs,
  th.visible-xs,
  .visible-xs-table-cell {
    display: table-cell !important;
  }
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .visible-sm {
    display: block !important;
  }
  .visible-sm-inline {
    display: inline !important;
  }
  .visible-sm-inline-block {
    display: inline-block !important;
  }
  .visible-sm-flex {
    display: -ms-flexbox !important;
    display: box !important;
    display: flex !important;
  }
  .visible-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-box !important;
    display: inline-flex !important;
  }
  table.visible-sm,
  .visible-sm-table {
    display: table !important;
  }
  tr.visible-sm,
  .visible-sm-table-row {
    display: table-row !important;
  }
  td.visible-sm,
  th.visible-sm,
  .visible-sm-table-cell {
    display: table-cell !important;
  }
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md {
    display: block !important;
  }
  .visible-md-inline {
    display: inline !important;
  }
  .visible-md-inline-block {
    display: inline-block !important;
  }
  .visible-md-flex {
    display: -ms-flexbox !important;
    display: box !important;
    display: flex !important;
  }
  .visible-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-box !important;
    display: inline-flex !important;
  }
  table.visible-md,
  .visible-md-table {
    display: table !important;
  }
  tr.visible-md,
  .visible-md-table-row {
    display: table-row !important;
  }
  td.visible-md,
  th.visible-md,
  .visible-md-table-cell {
    display: table-cell !important;
  }
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg {
    display: block !important;
  }
  .visible-lg-inline {
    display: inline !important;
  }
  .visible-lg-inline-block {
    display: inline-block !important;
  }
  .visible-lg-flex {
    display: -ms-flexbox !important;
    display: box !important;
    display: flex !important;
  }
  .visible-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-box !important;
    display: inline-flex !important;
  }
  table.visible-lg,
  .visible-lg-table {
    display: table !important;
  }
  tr.visible-lg,
  .visible-lg-table-row {
    display: table-row !important;
  }
  td.visible-lg,
  th.visible-lg,
  .visible-lg-table-cell {
    display: table-cell !important;
  }
  .hidden-lg {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .visible-xl {
    display: block !important;
  }
  .visible-xl-inline {
    display: inline !important;
  }
  .visible-xl-inline-block {
    display: inline-block !important;
  }
  .visible-xl-flex {
    display: -ms-flexbox !important;
    display: box !important;
    display: flex !important;
  }
  .visible-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-box !important;
    display: inline-flex !important;
  }
  table.visible-xl,
  .visible-xl-table {
    display: table !important;
  }
  tr.visible-xl,
  .visible-xl-table-row {
    display: table-row !important;
  }
  td.visible-xl,
  th.visible-xl,
  .visible-xl-table-cell {
    display: table-cell !important;
  }
  .hidden-xl {
    display: none !important;
  }
}
html {
  font-family: "yekanbakh";
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
}
* {
  margin: 0;
  padding: 0;
  outline: 0;
  -webkit-overflow-scrolling: touch;
}

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

article,
details,
section,
summary,
aside,
main,
menu,
nav,
figcaption,
figure,
footer,
header,
hgroup {
  display: block;
}

figure {
  margin-bottom: 0;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: ",,";
  position: absolute;
  top: -16px;
  right: 54px;
  color: #0A284D;
  font-size: 76px;
  font-weight: 700;
  line-height: 14.94px;
  z-index: 1;
}

blockquote:after {
  bottom: 0;
  left: 54px;
  top: auto;
  right: auto;
  opacity: 0.5;
}

[hidden],
template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

b,
strong {
  font-weight: bold;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img,
video {
  border: 0;
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

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

a {
  background-color: transparent;
  transition: all 200ms ease-in-out;
  text-decoration: none !important;
}

a:active,
a:hover {
  outline: 0;
}

h1 a,
h2 a,
h3 a,
.title a,
.entry-title a {
  color: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

summary {
  display: list-item;
}

output {
  display: inline-block;
}

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

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
  margin: 2px;
  padding: 2px 4px;
  white-space: nowrap;
  direction: ltr;
  text-align: left;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #777;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #fbfbfb;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  -moz-tab-size: 4;
    -o-tab-size: 4;
       tab-size: 4;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

li a {
  color: inherit;
}

.clearfix {
  zoom: 1;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.invisible {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
}

.visible {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}

.hide,
.hidden {
  display: none;
}

.force-hide {
  display: none !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.m-center {
  margin-left: auto;
  margin-right: auto;
}

.middle {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.all-middle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50%;
  transform: translateX(-50%);
}

.horizental-center {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.vertical-center {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.self-center {
  align-self: center;
  -ms-flex-item-align: center;
}

.ltr {
  direction: ltr;
}

.rtl {
  direction: rtl;
}

.go-right {
  float: right;
}

.go-left {
  float: left;
}

.circle {
  display: inline-block;
  border-radius: 100%;
}

.grayscale {
  filter: #808080;
  filter: grayscale(1);
}

.ungrayscale {
  filter: none;
}

.flip-h {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.flip-v {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

.in-height p {
  line-height: inherit;
}

.hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.no-p {
  padding: 0px;
}

.says,
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.sbs-media {
  display: -ms-flexbox;
  display: box;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

.sbs-media .sbs-content {
  box-flex: 1;
  flex: 1;
  margin-right: 1em;
  min-width: 0px;
}

.abs-fill {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
}

html {
  font-family: "yekanbakh", tahoma, "Open sans", sans-serif;
  font-size: 13px;
}

body {
  margin: 0;
  font-family: "yekanbakh", tahoma, "Open sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  color: #373737;
  text-align: left;
  background-color: #fff;
  direction: ltr;
}

@font-face {
  font-family: "yekanbakh";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Yekan Bakh FaNum 04 Regular.eot") format("embedded-opentype"), url("../fonts/Yekan Bakh FaNum 04 Regular.woff") format("woff");
}
@font-face {
  font-family: "yekanbakh";
  font-style: bold;
  font-weight: 700;
  src: url("../fonts/Yekan Bakh FaNum 06 Bold.eot");
  src: url("../fonts/Yekan Bakh FaNum 06 Bold.eot") format("embedded-opentype"), url("../fonts/Yekan Bakh FaNum 06 Bold.woff") format("woff");
}
@font-face {
  font-family: "yekanbakh";
  font-style: "heavy";
  font-weight: 900;
  src: url("../fonts/Yekan Bakh FaNum 07 Heavy.eot");
  src: url("../fonts/Yekan Bakh FaNum 07 Heavy.eot") format("embedded-opentype"), url("../fonts/Yekan Bakh FaNum 07 Heavy.woff") format("woff");
}
@font-face {
  font-family: "yekanbakh";
  font-style: medium;
  font-weight: 500;
  src: url("../fonts/Yekan Bakh FaNum 05 Medium.eot");
  src: url("../fonts/Yekan Bakh FaNum 05 Medium.eot") format("embedded-opentype"), url("../fonts/Yekan Bakh FaNum 05 Medium.woff") format("woff");
}
@font-face {
  font-family: "yekanbakh";
  font-style: light;
  font-weight: 300;
  src: url("../fonts/Yekan Bakh FaNum 03 Light.eot");
  src: url("../fonts/Yekan Bakh FaNum 03 Light.eot") format("embedded-opentype"), url("../fonts/Yekan Bakh FaNum 03 Light.woff") format("woff");
}
@font-face {
  font-family: "yekanbakh";
  font-style: thin;
  font-weight: 200;
  src: url("../fonts/Yekan Bakh FaNum 02 Thin.eot");
  src: url("../fonts/Yekan Bakh FaNum 02 Thin.eot") format("embedded-opentype"), url("../fonts/Yekan Bakh FaNum 02 Thin.woff") format("woff");
}
svg.icon {
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  width: 1em;
  height: 1em;
  transition: 200ms all ease-in-out;
}

svg.icon path {
  transition: inherit;
}

::-moz-selection {
  background: #aba870;
  color: #fff;
}

::selection {
  background: #aba870;
  color: #fff;
}

::-moz-selection {
  background: #aba870;
  color: #fff;
}

html {
  font-size: 13px;
  min-height: 100%;
}

body {
  font-family: "yekanbakh", tahoma, "Open sans", sans-serif;
  font-size: 13px;
  color: #373737;
  background-color: #fff;
  direction: rtl;
  text-align: right;
  font-weight: 400;
}

a,
ins {
  text-decoration: none;
}

img {
  backface-visibility: hidden;
}

.typography,
.post-content {
  font: 500 "yekanbakh", tahoma, "Open sans", sans-serif;
  text-align: justify;
  color: #0A284D;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 30px;
}

.typography .box-inner,
.post-content .box-inner {
  box-shadow: 0 1px 1px #e7edf4;
  border-radius: 27px;
  background-color: #ffffff;
  padding: 30px;
}

.typography p,
.post-content p {
  line-height: inherit;
  margin-bottom: 27px;
}

.typography p:last-child,
.post-content p:last-child {
  margin-bottom: 0;
}

.typography .row,
.post-content .row {
  margin-bottom: 27px;
}

.typography a,
.post-content a {
  color: #0A284D;
  font-weight: 700;
}

.typography a:hover,
.post-content a:hover {
  color: #948cd2;
}

.typography a.gray,
.post-content a.gray {
  color: #8a8a8a;
  font-style: italic;
}

.typography img.aligncenter,
.post-content img.aligncenter {
  display: block;
  margin: 0 auto 27px;
}

.typography img.alignright,
.post-content img.alignright {
  margin-left: 1em;
  float: right;
}

.typography img.alignleft,
.post-content img.alignleft {
  margin-right: 1em;
  float: left;
}

.typography img.alignleft + p + p,
.post-content img.alignleft + p + p,
.typography img.alignright + p + p,
.post-content img.alignright + p + p {
  clear: both;
}

.typography hr,
.post-content hr {
  outline: none;
  border: 0;
  border-top: 1px solid #eee;
  margin-bottom: 27px;
}

.typography h1,
.post-content h1,
.typography h2,
.post-content h2,
.typography h3,
.post-content h3,
.typography h4,
.post-content h4,
.typography h5,
.post-content h5,
.typography h6,
.post-content h6 {
  line-height: 1.94;
  margin-bottom: 10px;
  color: #0A284D;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin-bottom: 0;
}

.typography img,
.post-content img {
  margin-bottom: 40px;
}

.typography h1,
.post-content h1 {
  font-size: 24px;
}

.typography h2,
.post-content h2 {
  font-size: 23px;
}

.typography h3,
.post-content h3 {
  font-size: 22px;
}

.typography h4,
.post-content h4 {
  font-size: 21px;
}

.typography h5,
.post-content h5 {
  font-size: 20px;
}

.typography h6,
.post-content h6 {
  font-size: 19px;
}

.typography ol,
.post-content ol,
.typography ul,
.post-content ul {
  list-style: none;
  margin-bottom: 27px;
  line-height: 2.58;
  color: #0A284D;
}

.typography ol ul,
.post-content ol ul,
.typography ul ul,
.post-content ul ul,
.typography ol ol,
.post-content ol ol,
.typography ul ol,
.post-content ul ol {
  padding-left: 20px;
}

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

html[dir=rtl] .typography ol ul,
html[dir=rtl] .post-content ol ul,
html[dir=rtl] .typography ul ul,
html[dir=rtl] .post-content ul ul,
html[dir=rtl] .typography ol ol,
html[dir=rtl] .post-content ol ol,
html[dir=rtl] .typography ul ol,
html[dir=rtl] .post-content ul ol,
body.rtl .typography ol ul,
body.rtl .post-content ol ul,
body.rtl .typography ul ul,
body.rtl .post-content ul ul,
body.rtl .typography ol ol,
body.rtl .post-content ol ol,
body.rtl .typography ul ol,
body.rtl .post-content ul ol {
  padding: 0 50px 0;
}

.typography ol,
.post-content ol {
  counter-reset: item;
}

.typography ol li:before,
.post-content ol li:before {
  content: counter(item) "";
  counter-increment: item;
  display: inline-block;
  margin-left: 15px;
  width: 30px;
  height: 30px;
  box-shadow: 1px 0 0 #f1f4f8;
  background-color: #ffffff;
  line-height: 35px;
  color: #0A284D;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  border-radius: 15px;
  transition: all 300ms ease-in-out;
}

.typography ol li:hover:before,
.post-content ol li:hover:before {
  background-color: #0A284D;
  color: #fff;
}

.typography ol li:hover,
.post-content ol li:hover {
  font-weight: 700;
  color: #0A284D;
}

.typography ol li:hover a,
.post-content ol li:hover a {
  font-weight: 700;
  color: #0A284D;
}

.typography ul,
.post-content ul {
  position: relative;
  padding-right: 80px;
  margin-bottom: 60px;
}

.typography ul::before,
.post-content ul::before {
  content: "";
  position: absolute;
  top: 0;
  right: 50px;
  width: 2px;
  height: 100%;
  background-color: #e7edf4;
}

.typography ul li,
.post-content ul li {
  position: relative;
  color: #285c9a;
  font-size: 16px;
  font-weight: 700;
  line-height: 36.29px;
  margin-bottom: 20px;
}

.typography ul li:before,
.post-content ul li:before {
  content: "";
  display: inline-block;
  color: #0A284D;
  font-size: 1.6153846154rem;
  vertical-align: middle;
  margin-left: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -80px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAPBAMAAAAWtvJmAAAAAXNSR0IB2cksfwAAADBQTFRFAAAAFEyPIFCPEUuQEUqPEUuQGFCPEkyPE0qPFUqPEUqQEkuPEUuQEkuPEUqPE02P2lCbwwAAABB0Uk5TAEAQz//vIIBgMN+gv3DAUHmduHsAAABgSURBVHicY2CAAkYFGIvJJAzGVHZxhwu6eECZs1xcNjAwTACyOENcvBkYpvoAtU4FC25xMYIKMlxxcVaACDJwu7gYhrj4gjVvcQGCBjATKAw3cwtMECQME2RguPcBTAEAdMMWxeLE0mAAAAAASUVORK5CYII=");
  width: 20px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.5;
}

.typography ul li:hover:before,
.post-content ul li:hover:before {
  opacity: 1;
}

.typography ins,
.post-content ins {
  background-color: #fff8dc;
  color: #8f7200;
  padding: 0 3px;
}

.typography strong,
.post-content strong {
  font-weight: 700;
}

.typography em,
.post-content em {
  font-style: italic;
}

.typography pre,
.post-content pre {
  margin-bottom: 20px;
}

.typography blockquote,
.post-content blockquote {
  quotes: none;
  margin-bottom: 27px;
  padding: 38px 30px;
  position: relative;
  color: #0A284D;
  font-size: 15px;
  font-weight: 700;
  display: table;
  width: auto;
  border-radius: 16px;
  border: 1px solid #e7edf4;
  background-color: #ffffff;
}

.typography blockquote h1,
.post-content blockquote h1,
.typography blockquote h2,
.post-content blockquote h2,
.typography blockquote h3,
.post-content blockquote h3,
.typography blockquote h4,
.post-content blockquote h4,
.typography blockquote h5,
.post-content blockquote h5,
.typography blockquote h6,
.post-content blockquote h6 {
  color: #0A284D;
  font-size: 1.0769230769rem;
  font-weight: 700;
  font-style: normal;
}

.typography blockquote h1,
.post-content blockquote h1 {
  font-size: 24px;
}

.typography blockquote h2,
.post-content blockquote h2 {
  font-size: 23px;
}

.typography blockquote h3,
.post-content blockquote h3 {
  font-size: 22px;
}

.typography blockquote h4,
.post-content blockquote h4 {
  font-size: 21px;
}

.typography blockquote h5,
.post-content blockquote h5 {
  font-size: 20px;
}

.typography blockquote h6,
.post-content blockquote h6 {
  font-size: 19px;
}

.typography blockquote p,
.post-content blockquote p {
  margin: 0;
}

.typography > *:last-child,
.post-content > *:last-child {
  margin-bottom: 0px;
}

.typography figure,
.post-content figure {
  margin: 0 0 20px;
  max-width: 100%;
}

.typography figure.aligncenter,
.post-content figure.aligncenter {
  margin: 0 auto 20px;
  text-align: center;
}

.typography figure.aligncenter img,
.post-content figure.aligncenter img {
  display: inline-block;
}

.typography figure.alignright,
.post-content figure.alignright {
  float: right;
  margin-left: 1em;
}

.typography figure.alignleft,
.post-content figure.alignleft {
  float: left;
  margin-right: 1em;
}

.typography figure.alignnone,
.post-content figure.alignnone {
  width: auto !important;
  margin: 0 -20px 20px;
  max-width: none;
}

.typography figure .wp-caption-text,
.post-content figure .wp-caption-text {
  color: #aaa;
  font-size: 1.0769230769rem;
  font-weight: 400;
  font-style: italic;
  padding: 10px 10px 0;
}

.typography img.full-size,
.post-content img.full-size {
  width: 100%;
  height: auto;
}

.typography .accordion .accordion-title,
.post-content .accordion .accordion-title {
  background-color: #60c339;
  padding: 5px 12px;
  border-radius: 8px;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  display: table;
  cursor: pointer;
}

.typography .accordion .accordion-content,
.post-content .accordion .accordion-content {
  margin-bottom: 27px;
  text-align: justify;
}

.typography .trailer-vid,
.post-content .trailer-vid {
  margin-bottom: 20px;
}

div.wpcf7 .ajax-loader {
  position: absolute;
}

a,
span {
  display: inline-block;
}

.border {
  border: none !important;
  border-bottom: 1px solid rgba(231, 237, 244, 0.6) !important;
}

body.single-blog {
  background-color: #f9fafc;
}

.quick-access-user-wrap {
  position: sticky;
  top: 50%;
  margin-right: -120px;
}

.quick-access-user {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: absolute;
  width: -moz-max-content;
  width: max-content;
  box-shadow: 0 36px 25px -11px rgba(183, 200, 221, 0.6);
  border-radius: 30px;
}

.quick-access-user .search {
  box-shadow: 0 -2px 6px rgba(17, 74, 143, 0.21);
  border-radius: 100%;
  background-color: #0A284D;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  margin-bottom: 16px;
  cursor: pointer;
}

.quick-access-user .search svg {
  width: 14px;
  height: 14px;
  fill: #f8f8f8;
}

.quick-access-user .user {
  border-radius: 0 0 25px 25px;
  background-color: #ffffff;
  padding: 3px 15px 11px;
  cursor: pointer;
}

.quick-access-user .user .cart {
  margin-bottom: 20px;
  text-align: center;
}

.quick-access-user .user .cart svg {
  fill: #b7c8dd;
  width: 20px;
  height: 23px;
}

.quick-access-user .user .message svg {
  fill: #b7c8dd;
  width: 20px;
  height: 18px;
}

.quick-access-user .user .message {
  text-align: center;
  margin-bottom: 20px;
  cursor: pointer;
  position: relative;
}

.quick-access-user .user .message::before {
  content: "";
  position: absolute;
  top: -2px;
  right: 2px;
  box-shadow: 0 2px 6px rgba(218, 32, 46, 0.21);
  background-color: #da202e;
  width: 7px;
  height: 7px;
  border-radius: 100%;
}

.quick-access-user .go-to-top span {
  margin-left: 0;
  cursor: pointer;
}

.top-header {
  display: flex;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.top-header .icn {
  margin-left: 24px;
}

.top-header .icn svg {
  width: 14px;
  height: 14px;
  fill: #DD9E15;
}

.top-header nav ul {
  display: flex;
  align-items: center;
}

.top-header nav ul li {
  margin-left: 40px;
}

.top-header nav ul li a {
  color: #0A284D;
  font-size: 12px;
  font-weight: 700;
  line-height: 35.28px;
  transition: all 200ms ease-in-out;
}

.top-header nav ul li a:hover {
  font-weight: 700;
}

.top-header .left-box .ttl {
  margin-left: 20px;
  display: flex;
  align-items: center;
}

.top-header .left-box .ttl a {
  color: #0A284D;
  font-size: 14px;
  font-weight: 700;
  line-height: 35.28px;
  max-width: 282px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.top-header .left-box .ttl::after {
  content: "";
  display: inline-block;
  background-color: #f4f4f4;
  width: 1px;
  height: 15px;
  margin-right: 20px;
}

.top-header .left-box {
  display: flex;
  align-items: center;
  margin-right: auto;
}

.top-header .left-box span {
  color: #0A284D;
  font-size: 12px;
  font-weight: 500;
  line-height: 34.82px;
}

.top-header .left-box .icn {
  border: 1px solid #0A284D;
  width: 21px;
  height: 21px;
  border-radius: 100%;
  margin-right: 14px;
  position: relative;
}

.top-header .left-box .icn::after {
  content: "";
  position: absolute;
  top: -2px;
  right: -2px;
  box-shadow: 0 -2px 6px rgba(15, 218, 115, 0.21);
  background-color: #0fda73;
  z-index: 1;
  border: 3px solid #fff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}

.center-header .site-logo a {
  display: block;
}

.center-header .site-logo {
  margin-left: 70px;
}

.center-header {
  display: flex;
  align-items: center;
  padding-bottom: 34px;
  margin-bottom: 34px;
}

.center-header .search-box {
  display: flex;
  align-items: center;
  border-radius: 18px;
  background-color: #f8f7f7;
  height: 56px;
  line-height: 56px;
  width: -moz-max-content;
  width: max-content;
  padding: 0 30px;
}

.center-header .search-box input {
  border: none;
  height: 100%;
  color: #b7c8dd;
  font-size: 12px;
  font-weight: 500;
  width: 100%;
  min-width: 345px;
  background: none;
}

.center-header .search-box form {
  display: flex;
  align-items: center;
}

.center-header .search-box .btn {
  box-shadow: 0 -2px 6px rgba(237, 181, 15, 0.28);
  border-radius: 100%;
  background-color: #DD9E15;
  width: 37px;
  height: 37px;
  line-height: 38px;
  text-align: center;
  border: none;
  position: relative;
  z-index: 1;
  top: -7px;
}

.center-header .search-box .btn-wrap {
  position: relative;
  z-index: 1;
}

.center-header .search-box .btn-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAG0AAAAvCAMAAADetrQDAAAAAXNSR0IB2cksfwAAAWVQTFRFAAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////Df5iYgAAAHd0Uk5TABlCZIfA9P/apHVVMgg+itHuqV0VFszqeVHXdgkCX+HwfQyMECvY5Dqotg4BoaoEmrm74A/2LIML6QVmU97LemEa/rqcPyP90LeB+lvx5jxF2y4xvKcckxdgFPVO49RwyEdBhKy/DcEDrQaAhcZIY9NxTaXZuFY6DPFfAAABm0lEQVR4nLXYaTtCQRTA8aMkpShrREXZU9kjsqSkyBqKLMm+r5/frcfjBXXvnDlz/+/n+b07c2YAoEqjrdbV6FWt1mCsM5nht/oGi0qStbGpGf7Xom0VTrXZTGWkn9o7hFpWe2dlS6rL4RRmubp7ZK1SRkGY26NsSfX2CbD6B5gsKfMgGRsaZsUAvCNEzOdnxyQuQMIMXgwmNUrAxrAYeMa5MecEFgMw8WKTU3gMYJpTs/NgEJzhwpyzXBqEuLQ5PgxgngML82KwwKEtcmtLy2isJsitQQStrfBj4EBrUYIWw2Kr8ne1Qi6kFqdgsIbUAiQtgcOSIZK2voHSUpskbWsbpYV3SNruHkpLx0ja/gFKsx2SNMigNA1hbhXLYrAjmgW4bShN1jCj8pisQY4ZO6FjcMqsaQVoEGfEzkRgcM6o5YVocMGEJcRgAAUGrCAKA/+lIqbj3FnLdaXEXXM8NCp345PFbu9EYlL3MtiDYEsq+ljBsjyJx6SeX8pYuVdVrGJv739+3yIZ1axSeVs6nErq9a6PT/dXFnn4G54CYySvjaMlAAAAAElFTkSuQmCC");
  background-size: cover;
  width: 109px;
  height: 47px;
  z-index: -1;
}

.center-header .search-box .btn svg {
  width: 19px;
  height: 19px;
  fill: #f8f8f8;
}

.center-header .search-box .nice-select {
  background: none;
  border: none;
  color: #285c9a;
  font-size: 13px;
  font-weight: 700;
  line-height: 35.28px;
}

.center-header .search-box .nice-select::after {
  right: auto;
  left: 0;
  border-bottom: 2px solid #285c9a;
  border-right: 2px solid #285c9a;
  height: 7px;
  margin-top: -7px;
  width: 6px;
}

.center-header .left-box {
  display: flex;
  align-items: center;
  margin-right: auto;
  gap: 60px;
}

.center-header .avatar-wrap {
  text-align: center;
  margin-left: 48px;
}

.center-header .avatar-wrap .name {
  color: #0A284D;
  font-size: 14px;
  font-weight: 700;
  line-height: 35.28px;
}

.center-header .avatar {
  position: relative;
  z-index: 1;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}

.img-shadow {
  opacity: 0.6;
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  filter: blur(3px);
}

.center-header .support-wrap .icon-wrap .icn,
.center-header .shopping-cart .icon-wrap .icn {
  position: relative;

  border-radius: 0 0 25px 25px;
  background-color: #ffffff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

.center-header .support-wrap .icon-wrap .icn svg,
.center-header .shopping-cart .icon-wrap .icn svg {
  fill: #DD9E15;
  width: 20px;
  height: 20px;
}

.center-header .support-wrap .icon-wrap .icn::after {
  content: "";
  position: absolute;
  top: -2px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 2px 6px rgba(218, 32, 46, 0.21);
  background-color: #da202e;
  z-index: 1;
  width: 7px;
  height: 7px;
  border-radius: 100%;
}

.center-header .support-wrap .icon-wrap > span,
.center-header .shopping-cart .icon-wrap > span {
  color: #0A284D;
  font-size: 14px;
  font-weight: 700;
  line-height: 35.28px;
}

.center-header .shopping-cart .icon-wrap {
  position: relative;
}

.center-header .shopping-cart .icon-wrap .number {
  position: absolute;
  top: 0;
  right: -8px;
  width: 19px;
  height: 19px;
  background-color: #DD9E15;
  border-radius: 100%;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  z-index: 1;
}

.center-header .shopping-cart .icon-wrap .number:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  border: 1px solid #dd9e15;
  opacity: 0.4;
}

.center-header .shopping-cart .icon-wrap .number:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  border: 1px solid #0fda73;
  opacity: 0.1;
}

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

.site-menu ul li {
  margin-left: 59px;
}

.site-menu ul li a {
  display: flex;
  align-items: center;
  color: #0a284d;
  font-size: 15px;
  font-weight: 700;
  line-height: 35.28px;
  transition: all 300ms ease-in-out;
}

.site-menu ul li a img {
  width: 25px;
  height: 27px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: 15px;
}

.site-menu ul li a:hover {
  color: #0A284D;
}

.bottom-header .current-price {
  margin-right: auto;
  display: flex;
  align-items: center;
}

.bottom-header .current-price > span {
  color: #0A284D;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  padding-left: 20px;
  border-left: 1px solid #f4f4f4;
  margin-left: 20px;
}

.bottom-header .current-price .item .name {
  color: #0A284D;
  font-size: 13px;
  font-weight: 700;
  line-height: 35.28px;
  margin-left: 20px;
}

.bottom-header .current-price .item .price {
  color: #0A284D;
  font-size: 15px;
  font-weight: 700;
  line-height: 35.28px;
  margin-left: 10px;
}

.bottom-header .current-price .item .price span {
  font-size: 11px;
}

.bottom-header .current-price .item .change {
  border-radius: 9px;
  line-height: 15px;
  padding: 3px 7px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
}

.bottom-header .current-price .item .change svg {
  width: 6px;
  height: 6px;
  fill: #fff;
  margin-right: 4px;
  margin-top: 2px;
}

.bottom-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 38px;
}

.site-header .bottom-header {
  box-shadow: 0 24px 17px -20px rgba(0, 0, 0, 0.05);
}

.swiper {
  position: relative;
  overflow-x: hidden;
}

.index-hero .swiper-slide {
  position: relative;
  z-index: 1;
}

.index-hero .swiper-slide img {
  border-radius: 21px;
}

/* .index-hero .swiper-slide .img-shadow,
.index-hero .swiper-slide img:last-child {
  position: absolute;
  bottom: -13px;
  left: 0;
  z-index: -1;
  opacity: 0.2;
  transform: translateX(0);
  filter: blur(6px);
} */
.index-hero .swiper-pagination {
  bottom: 50px !important;
}

.swiper-button-next {
  border-radius: 21px;
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%) !important;
  height: 147px;
  line-height: 147px;
  width: 41px;
  text-align: center;
  background-size: cover;
  transform: translateY(-50%);
  left: 40px !important;
}

.swiper-button-next svg {
  width: 11px;
  height: 11px;
  fill: #fff;
}

.swiper-button-prev {
  border-radius: 21px;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%) !important;
  height: 147px;
  line-height: 147px;
  width: 41px;
  text-align: center;
  background-size: cover;
  transform: translateY(-50%);
  right: 40px !important;
}

.swiper-button-prev svg {
  width: 11px;
  height: 11px;
  fill: #fff;
  transform: rotate(180deg);
}

.swiper-pagination {
  bottom: 90px;
}

.swiper-pagination-bullet {
  border-radius: 5px;
  background-color: #ffffff;
  opacity: 0.6;
  width: 9px;
  height: 9px;
  transition: all 300ms ease-in-out;
}

.swiper-pagination-bullet-active {
  background-color: #ffffff;
  width: 32px;
  opacity: 1;
}

.index-hero .swiper {
  border-radius: 21px;
}

.section-header {
  display: flex;
  align-items: center;
  margin-bottom: 51px;
}

.section-header .tabs {
  flex: 1;
  padding-bottom: 25px;
  display: flex;
  align-items: center;
  width: 100%;
  margin-left: 30px;
}

.section-header .tabs li {
  color: #0A284D;
  font-size: 16px;
  font-weight: 500;
  line-height: 26.29px;
  margin-left: 30px;
  cursor: pointer;
}

.section-header .tabs li.active {
  font-weight: 700;
  color: #0A284D;
}

.section-header .title {
  color: #0A284D;
  font-size: 18px;
  font-weight: 700;
  line-height: 25.29px;
  margin-left: 30px;
  padding-bottom: 25px;
  border-bottom: 1px solid #0A284D;
}

.section-header .date {
  flex: 1;
  padding-bottom: 25px;
  display: flex;
  align-items: center;
  width: 100%;
  margin-left: 30px;
}

.section-header .date .right svg {
  fill: #0A284D;
  width: 17px;
  height: 17px;
  margin-left: 14px;
}

.section-header .date .right {
  color: #0A284D;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.29px;
  padding-left: 30px;
  margin-left: 30px;
  border-left: 1px solid #e7edf4;
}

.section-header .date .left span {
  color: #0A284D;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  margin-left: 20px;
}

.section-header .date .left span:last-child {
  margin-left: 0;
  font-size: 16px;
}

.see-more {
  color: #0A284D;
  font-size: 14px;
  font-weight: 700;
  line-height: 25.29px;
  padding-bottom: 25px;
  border-bottom: 1px solid #0A284D;
  margin-right: auto;
}

.see-more svg {
  width: 8px;
  height: 8px;
  fill: #0A284D;
  margin-right: 12px;
}

.swiper.products-slider-js {
  padding: 30px 52px 53px;
  margin: -30px -52px;
}

.swiper.products-slider-js .swiper-slide-prev {
  margin-right: -94px;
  margin-left: 104px !important;
}

.swiper.products-slider-js .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide {
  margin-left: -94px;
  margin-right: 104px !important;
}

.products-slider-js .swiper-button-prev {
  right: 0px !important;
background-image: linear-gradient(to top, rgba(112, 146, 188, 0) 0%, rgba(188, 155, 112, 0.2) 100%) !important;  height: 269px;
  line-height: 269px;
}

.products-slider-js .swiper-button-prev svg {
  fill: #0A284D;
}

.products-slider-js .swiper-button-next {
  height: 269px;
  line-height: 269px;
  left: 0px !important;
 background-image: linear-gradient(to top, rgba(188, 155, 112, 0.2) 0%, rgba(112, 146, 188, 0) 100%) !important;
}

.products-slider-js .swiper-button-next svg {
  fill: #0A284D;
}

.product-box-org {
  border-radius: 21px;
  background-color: #ffffff;
  padding: 30px;
  position: relative;
  z-index: 1;
 box-shadow: 0px 5px 1px -3px rgba(205, 192, 172, 0.3);
  border:
1px solid #F2EEE6;
}

.product-box-org::before {
  content: "";
  box-shadow: inset 0 3px 0 #e7edf4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 21px;
  opacity: 0.3;
  z-index: -1;
}

.product-box-org .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.product-box-org .discount {
  border-radius: 7px 7px 0;
  background-color: #da202e;
  height: 22px;
  line-height: 23px;
  padding: 0 5px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  position: relative;
  z-index: 1;
}

.product-box-org .discount svg {
  fill: #fff;
  width: 11px;
  height: 11px;
  margin-left: 3px;
}

.product-box-org .discount::after {
  content: "";
  position: absolute;
  bottom: -3px;
  right: -3px;
  border-radius: 7px 7px 0;
  background-color: #da202e;
  opacity: 0.1;
  height: 22px;
  width: 41px;
  z-index: -1;
}

.product-box-org .discount::before {
  content: "";
  position: absolute;
  bottom: -6px;
  right: -6px;
  border-radius: 7px 7px 0;
  background-color: #da202e;
  opacity: 0.05;
  height: 22px;
  width: 41px;
  z-index: -2;
}

.product-box-org .header .saved {
  cursor: pointer;
  position: relative;
  z-index: 10;
}

.product-box-org .header .saved svg {
  fill: #0A284D;
  width: 18px;
  height: 22px;
}

.product-box-org .thumbnail {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 58px;
  display: flex;
}

.product-box-org .thumbnail::before {
  content: "";
  position: absolute;
  background-color: #f8fafc;
  width: 104px;
  height: 5px;
  border-radius: 100%;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
}

.product-box-org .ttl {
  color: #0A284D;
  font-size: 16px;
  font-weight: 700;
  line-height: 30.16px;
  text-align: center;
  margin-bottom: 28px;
}

.product-box-org .details {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.product-box-org .details span {
  color: #0A284D;
  font-size: 14px;
  font-weight: 500;
  line-height: 30.16px;
}

.product-box-org .details .icn {
  margin: 0 13px;
}

.product-box-org .details .icn svg {
  fill: #0A284D;
  width: 20px;
  height: 20px;
}

.product-box-org .footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 29px 10px 10px;
  border-top: 1px solid #F4ECD9;
}

.product-box-org .footer .add-cart {
  border: none;
  background: none;
  position: relative;
  z-index: 10;
}

.product-box-org .footer .add-cart svg {
  fill: #DD9E15;
  width: 22px;
  height: 24px;
}

.product-box-org .footer .add-cart::before {
  content: "+";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #0A284D;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  border-radius: 100%;
}

.product-box-org .footer .price {
  color: #0A284D;
  font-size: 25px;
  font-weight: 500;
  line-height: 23.91px;
  display: flex;
  align-items: center;
}

.products-cats {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 28px;
}

.products-cats .item {
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  border-radius: 21px;
  background-color: #DD9E15;
  padding: 59px 0 48px;
  position: relative;
  transition: all 300ms ease-in-out;
  box-shadow: -16px 22px 36px -8px rgba(183, 200, 221, 0.2);
}

.products-cats .item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 21px;
  background-image: linear-gradient(45deg, #fff 22%, #e7edf4 51%);
  opacity: 0;
  transition: all 300ms ease-in-out;
}

.products-cats .item::after {
  content: "";
  position: absolute;
  top: -2px;
  right: -2px;
  width: 90%;
  height: 90%;
  border-radius: 0 21px 0 0;
  background-image: linear-gradient(45deg, #fff 64%, #f1f5f9 74%);
  z-index: -1;
  transition: all 300ms ease-in-out;
}

.products-cats .item .icn {
  margin-bottom: 39px;
  position: relative;
  z-index: 1;
  transition: all 300ms ease-in-out;
  filter: brightness(0%) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}

.products-cats .item .icn img {
  fill: #0A284D;
  width: 45px;
  height: 55px;
  transition: all 300ms ease-in-out;
  -o-object-fit: contain;
     object-fit: contain;
}

.products-cats .item .ttl {
  color: #fff;
  font-size: 27px;
  font-weight: 700;
  line-height: 29.24px;
  margin-bottom: 35px;
  position: relative;
  z-index: 1;
  transition: all 300ms ease-in-out;
}

.products-cats .see-more {
  border: none;
  padding: 0;
  position: relative;
  z-index: 1;
  transition: all 300ms ease-in-out;
  margin: 0 auto;
  background:white;
  padding:4px 11px;
  border-radius:40px;
}

.products-cats .item:hover {
  background: none;
  background-color: #EDB50F;
  box-shadow: none;
}

.products-cats .item:hover::before,
.products-cats .item:hover::after {
  opacity: 0;
}

.products-cats .item:hover .icn img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
  transform: translateY(-10px) scale(1.07);
}

.products-cats .item:hover .ttl {
  color: #fff;
}

.products-cats .item:hover .see-more {
  color: #0A284D;
}

.products-cats .item:hover .see-more svg {
  fill: #fff;
}

.Packages-wrapper .product-box-org {
  display: flex;
  align-items: center;
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
  box-shadow: none;
}

.Packages-wrapper .product-box-org::before {
  content: none;
}

.Packages-wrapper .product-box-org .thumbnail {
  margin: 0;
  margin-left: 30px;
}

.Packages-wrapper .product-box-org .thumbnail img {
  max-width: 83px;
}

.Packages-wrapper .product-box-org .thumbnail::before {
  content: none;
}

.Packages-wrapper .product-box-org .footer {
  border-top: none;
  padding: 0;
}

.Packages-wrapper .product-box-org .discount {
  margin-right: auto;
  margin-left: 15px;
}

.Packages-wrapper .product-box-org .left-box {
  flex: 1;
}

.Packages-wrapper .product-box-org .ttl {
  text-align: right;
  margin-bottom: 32px;
  line-height: 23.16px;
}

.Packages-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 39px;
  padding: 50px 40px;
  border-radius: 27px;
  background-color: #F4ECD9;
}

.Packages-wrapper .section-header .title {
  flex: 1;
}

.Packages-wrapper .Package-wrap {
  position: relative;
  border-radius: 21px;
  background-color: #ffffff;
  padding: 46px 35px;
  z-index: 1;
  box-shadow: 0 31px 24px -9px rgb(225, 216, 198);
}

.Packages-wrapper .Package-wrap::before {
  content: "";
  position: absolute;
  width: 95%;
  height: 100%;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 21px;
  background-color: #ffffff;
  opacity: 0.3;
  z-index: -1;
}

.Packages-wrapper .section-header {
  margin-bottom: 15px;
}

.banner-wrap {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(2, 1fr);
}

.banner-wrap .banner {
  position: relative;
}

.blog-wrap .tab-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px;
}

.blog-item {
  padding: 0 30px 48px;
  border-radius: 21px;
  background-color: #ffffff;
  transition: all 300ms ease-in-out;
  position: relative;
  z-index: 1;
}

.blog-item .thumbnail {
  margin: 0;
  margin-bottom: 39px;
  min-height: 170px;
  max-height: 170px;
  border-radius: 12px;
  overflow: hidden;
}

.blog-item .thumbnail img {
  min-height: inherit;
  max-height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-item .ttl {
  color: #0A284D;
  font-size: 14px;
  font-weight: 700;
  line-height: 30.16px;
  margin-bottom: 25px;
}

.blog-item p {
  color: #0A284D;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 55px;
}

.blog-item .footer {
  display: flex;
  align-items: center;
}

.blog-item .footer .like,
.blog-item .footer .comment {
  color: #0A284D;
  font-size: 13px;
  font-weight: 700;
  line-height: 24.36px;
  margin-left: 30px;
}

.blog-item .footer .like svg,
.blog-item .footer .comment svg {
  fill: #0A284D;
  width: 18px;
  height: 15px;
  margin-left: 9px;
}

.blog-item .footer .time {
  margin-right: auto;
  display: flex;
  align-items: center;
}

.blog-item .footer .time span:first-child {
  white-space: wrap;
  color: #0A284D;
  font-size: 12px;
  font-weight: 700;
  line-height: 11.63px;
  max-width: 38px;
  margin-left: 8px;
}

.blog-item .footer .time span:last-child {
  border-radius: 13px 7px 13px 13px;
  background-color: #0A284D;
  width: 26px;
  height: 26px;
  line-height: 28px;
  text-align: center;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
}

.blog-item-wrap {
  position: relative;
  background-color: #fff;
  z-index: 1;
  border-radius: 21px;
  transition: all 300ms ease-in-out;
}

.blog-item-wrap::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 80%;
  bottom: 0;
  left: 0;
  border-radius: 21px;
  transition: all 300ms ease-in-out;
}

.blog-item-wrap:hover::before {
  box-shadow: 0 9px 44px 0px rgba(183, 200, 221, 0.3);
}

.our-customers ul {
  display: flex;
  align-items: center;
}

.our-customers ul li {
  padding-left: 44px;
  padding-right: 44px;
  position: relative;
}

.our-customers ul li:first-child {
  padding-right: 0;
}

.our-customers ul li:last-child {
  padding-left: 0;
}

.our-customers ul li:last-child::after {
  content: none;
}

.our-customers ul li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #e7edf4;
  height: 39px;
  width: 1px;
}

.our-customers ul li img {
  
  transition: all 300ms ease-in-out;
}

.our-customers ul li:hover img {
  filter: grayscale(0) opacity(1);
}

.title-box-footer {
  color: #0A284D;
  font-size: 16px;
  font-weight: 700;
  line-height: 35px;
  margin-bottom: 45px;
}

.newsletters {
  margin-bottom: 60px;
}

.newsletters p {
  color: #0A284D;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 30px;
}

.newsletters form {
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 25px;
  background-color: #f8f7f7;
  height: 50px;
  line-height: 50px;
  padding: 0 20px 0 15px;
}

.newsletters form input {
  flex: 1;
  color: #b7c8dd;
  font-size: 13px;
  font-weight: 400;
  line-height: 37.76px;
  border: none;
  background: none;
}

.newsletters form .btn {
  box-shadow: 0 3px 6px rgba(17, 74, 143, 0.12);
  border-radius: 16px;
  background-color: #EDB50F;
  width: 32px;
  height: 32px;
  border: none;
  line-height: 32px;
  text-align: center;
  transition: all 300ms ease-in-out;
}

.newsletters form .btn svg {
  width: 10px;
  height: 10px;
  fill: #f8fafc;
}

.newsletters form .btn:hover {
  transform: translateX(10px);
}

.newsletters-wrap .address {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 25px;
}

.newsletters-wrap .address svg {
  width: 16px;
  height: 21px;
  fill: #0A284D;
  margin-left: 15px;
}

.newsletters-wrap .address p {
  color: #0A284D;
  font-size: 16px;
  font-weight: 500;
  line-height: 36.29px;
  flex: 1;
  text-align: justify;
}

.number-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.number-wrap .item {
  display: flex;
  align-items: center;
}

.number-wrap .item svg {
  width: 20px;
  height: 20px;
  fill: #0A284D;
  margin-left: 15px;
}

.number-wrap .item p {
  color: #0A284D;
  font-size: 16px;
  font-weight: 700;
  line-height: 36.29px;
  direction: ltr;
}

.number-wrap .item p span {
  color: #0A284D;
  font-size: 16px;
  font-weight: 400;
  margin-right: 6px;
}

.top-footer {
  padding-bottom: 45px;
  margin-bottom: 30px;
}

.top-footer.row {
  align-items: flex-start;
  justify-content: space-between;
}

.quick-access {
  display: flex;
  align-items: flex-start;
}

.quick-access .menu {
  flex: 1;
}

.quick-access ul li {
  margin-bottom: 21px;
}

.quick-access ul li a {
  color: #0A284D;
  font-size: 14px;
  font-weight: 500;
  line-height: 24.95px;
  transition: all 200ms ease-in-out;
}

.quick-access ul li a:hover {
  color: #0A284D;
}

.certificates-wrap .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 45px;
}

.certificates-wrap .header .title-box-footer {
  margin-bottom: 0;
}

.certificates-wrap .swiper-pagination {
  position: static;
}

.certificates-wrap .swiper-pagination-bullet {
  background-color: #e7edf4;
  width: 7px;
  height: 7px;
  border-radius: 4px;
  margin-left: 3px;
}

.certificates-wrap .swiper-pagination-bullet-active {
  background-color: #DD9E15;
  width: 16px;
}

.certificates-wrap .swiper-slide {
  box-shadow: 0 21px 27px rgba(17, 74, 143, 0.03), inset 0 3px 3px rgba(112, 146, 188, 0.06);
  border-radius: 21px;
  background-color: #ffffff;
  text-align: center;
  line-height: 100px;
  height: 100px;
  padding: 20px;
}
.certificates-wrap .swiper-slide * {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.certificates-wrap .swiper {
  padding: 0 16px 45px 16px;
  margin: 0 -20px 54px;
}

.certificates-wrap .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide {
  margin-right: 20px;
}

.social-networks ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.social-networks li a {
  width: 53px;
  height: 53px;
  line-height: 53px;
  text-align: center;
  border-radius: 16px;
  background-color: #F8F7F7;
  transition: all 300ms ease-in-out;
}

.social-networks li a svg {
  fill: #DD9E15;
  width: 18px;
  height: 18px;
  transition: all 300ms ease-in-out;
}

.social-networks li a:hover {
  background-color: #DD9E15;
}

.social-networks li a:hover svg {
  fill: #fff;
}

.bottom-footer {
  display: flex;
  align-items: flex-start;
  padding-bottom: 41px;
  margin-bottom: 30px;
}

.bottom-footer .right-box {
  margin-left: 41px;
}

.bottom-footer .right-box .footer-logo {
  margin-bottom: 14px;
}

.bottom-footer .right-box .footer-logo a {
  display: block;
}

.bottom-footer .right-box .footer-logo a img {
  width: 100%;
}

.bottom-footer .right-box .ttl {
  color: #0A284D;
  font-size: 14px;
  font-weight: 900;
  line-height: 42px;
  white-space: nowrap;
}

.bottom-footer .right-box > a {
  color: #0A284D;
  font-size: 14px;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: 3px;
}

.bottom-footer .left-box {
  flex: 1;
  padding-top: 11px;
}

.bottom-footer .left-box p {
  color: #0A284D;
  font-size: 15px;
  font-weight: 500;
  line-height: 33px;
}

.copy-right-wrap {
  padding: 0 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: -26px;
}

.copy-right-wrap {
  margin-top: 0;
  display: flex;
  align-items: center;
}

.copy-right-wrap .left-box {
  display: flex;
  align-items: center;
  direction: ltr;
  -webkit-text-emphasis: left;
          text-emphasis: left;
  margin-right: auto;
}

.copy-right-wrap .left-box .text {
  direction: ltr;
  text-align: left;
  margin-left: 10px;
  color: #737c85;
}

.copy-right-wrap .left-box .text p {
  color: #90949c;
  font-size: 12px;
  font-weight: 500;
}

.copy-right-wrap .left-box .text p a {
  color: #90949c;
  font-size: 12px;
  font-weight: 500;
}

.copy-right-wrap .left-box > a {
  display: block;
}

.go-to-top .icn {
  background-color: #DD9E15;
  width: 31px;
  height: 31px;
  border-radius: 16px;
  line-height: 31px;
  text-align: center;
  margin-left: 10px;
}

.go-to-top .icn svg {
  fill: #fff;
  transform: rotate(90deg);
}

.go-to-top span {
  color: #0A284D;
  font-size: 14px;
  font-weight: 700;
  line-height: 36.25px;
}

.go-to-top {
  cursor: pointer;
}

/*
 blog
*/
.blog-hero .swiper {
  padding: 70px 0;
}

.item-b-h {
  position: relative;
  min-height: 426px;
  max-height: 426px;
}

.item-b-h::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 27px;
  background-image: linear-gradient(to top, #06182d 0%, rgba(17, 74, 143, 0) 100%);
}

.item-b-h .items {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 40px;
  z-index: 2;
}

.item-b-h .ttl {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 30.16px;
  margin-bottom: 25px;
}

.item-b-h p {
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 30px;
}

.item-b-h .footer {
  display: flex;
  align-items: center;
}

.item-b-h figure {
  width: 100%;
  margin: 0;
  border-radius: 27px;
  position: relative;
  height: 100%;
}

.item-b-h figure img {
  width: 100%;
  border-radius: 27px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.item-b-h figure img.shadow {
  position: absolute;
  z-index: -1;
  opacity: 0.3;
  width: 100%;
  height: 100%;
  border-radius: 27px;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  filter: blur(12px);
}

.item-b-h .footer .like,
.item-b-h .footer .comment {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 24.36px;
  margin-left: 30px;
}

.item-b-h .footer .like svg,
.item-b-h .footer .comment svg {
  width: 18px;
  height: 15px;
  fill: #fff;
}

.item-b-h .footer .time {
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  line-height: 11.63px;
  margin-right: auto;
  display: flex;
  align-items: center;
}

.item-b-h .footer .time span:first-child {
  max-width: 36px;
  white-space: normal;
  margin-left: 8px;
}

.item-b-h .footer .time span:last-child {
  width: 26px;
  height: 26px;
  border-radius: 13px 7px 13px 13px;
  background-color: #ffffff;
  color: #0A284D;
  font-size: 15px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
}

.header-line {
  background-color: #e7edf4;
  flex: 1;
  height: 1px;
  align-self: flex-end;
  margin-left: 30px;
}

.videos-wrap {
  background-color: rgba(231, 237, 244, 0.2);
  padding: 60px 0 80px;
  margin-bottom: 80px;
}

.videos-wrap .swiper-slide .blog-item {
  display: none;
}

.item-org-small {
  display: flex;
  padding-bottom: 35px;
  border-bottom: 1px solid #e7edf4;
  cursor: pointer;
}

.item-org-small .thumbnail {
  margin: 0;
  margin-left: 20px;
  position: relative;
  max-width: 125px;
  max-height: 83px;
  height: 100%;
  width: 100%;
}

.item-org-small .thumbnail a {
  display: block;
}

.item-org-small .thumbnail img {
  border-radius: 21px 21px 6px;
  width: 100%;
  height: 100%;
}

.item-org-small .thumbnail .icn {
  position: absolute;
  bottom: -8px;
  right: -8px;
  width: 34px;
  height: 34px;
  background-color: #da202e;
  border-radius: 100%;
  text-align: center;
  line-height: 34px;
  z-index: 3;
}

.item-org-small .thumbnail .icn svg {
  width: 12px;
  height: 13px;
  fill: #ffffff;
}

.item-org-small .thumbnail::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 21px 21px 6px;
  background-color: #0A284D;
  opacity: 0.3;
  z-index: 1;
}

.item-org-small .ttl {
  color: #0A284D;
  font-size: 15px;
  font-weight: 700;
  line-height: 27px;
}

.item-org-small .footer {
  display: flex;
  align-items: center;
}

.item-org-small .footer .like,
.item-org-small .footer .comment {
  color: #0A284D;
  font-size: 13px;
  font-weight: 700;
  line-height: 24.36px;
  margin-left: 30px;
}

.item-org-small .footer .like svg,
.item-org-small .footer .comment svg {
  fill: #0A284D;
  width: 18px;
  height: 15px;
  margin-left: 9px;
}

.item-org-small .more {
  margin-right: auto;
}

.item-org-small .more svg {
  width: 26px;
  height: 6px;
  fill: #0A284D;
}

.item-org-small .left-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.videos-wrap .blog-item .ttl {
  font-size: 24px;
}

.videos-wrap .blog-item .footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.videos-wrap .blog-item p {
  font-size: 14px;
}

.videos-wrap .blog-item .footer .right-box {
  display: flex;
  align-items: center;
}

.videos-wrap .blog-item .footer .author {
  display: flex;
  align-items: center;
}

.videos-wrap .blog-item .footer .author .name span {
  display: block;
  text-align: left;
}

.videos-wrap .blog-item .footer .author .name {
  margin-left: 10px;
}

.videos-wrap .blog-item .footer .author span:first-child {
  color: #0A284D;
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
}

.videos-wrap .blog-item .footer .author span:last-child {
  color: #0A284D;
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
}

.videos-wrap .blog-item {
  background: none;
}

.videos-wrap .blog-item figure {
  position: relative;
}

.videos-wrap .blog-item figure img {
  width: 100%;
}

.videos-wrap .blog-item figure .icn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 137px;
  height: 137px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background-color: rgba(255, 255, 255, 0.1);
  text-align: center;
  line-height: 137px;
  border-radius: 100%;
  z-index: 2;
}

.videos-wrap .blog-item figure::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.7;
  border-radius: 27px;
  background-image: linear-gradient(to top, #06182d 0%, rgba(17, 74, 143, 0) 100%);
}

.videos-wrap .blog-item figure .icn svg {
  fill: #ffffff;
  width: 39px;
  height: 42px;
}

.videos-wrap .items-wrap .right-box {
  box-shadow: -14px 0px 11px -10px rgba(231, 237, 244, 0.9);
  max-height: 725px;
}

.videos-wrap .items-wrap .right-box .swiper {
  max-height: 725px;
  height: 100%;
  overflow: hidden;
}

.videos-wrap .items-wrap .right-box,
.videos-wrap .items-wrap .left-box {
  padding-right: 0;
  padding-left: 0;
}

.videos-wrap .swiper {
  padding-right: 15px;
  padding-left: 15px;
}

.videos-wrap .items-wrap > .left-box {
  padding-right: 35px;
}

.blog-items-wrapper .items-wrap {
  display: flex;
  align-items: flex-start;
}

.blog-items-wrapper .wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}

.blog-sidebar {
  flex: 1;
}

.blog-sidebar .suggested-wrap {
  border-radius: 21px;
  background-color: #0A284D;
  margin-bottom: 30px;
  box-shadow: 0 22px 26px -7px rgba(17, 74, 143, 0.3);
  text-align: center;
  padding: 60px 20px 70px;
  position: relative;
}

.blog-sidebar .suggested-wrap .pic {
  margin-bottom: 43px;
}

.blog-sidebar .suggested-wrap .ttl {
  color: #ffffff;
  font-size: 32px;
  font-weight: 800;
  line-height: 42.51px;
}

.blog-sidebar .suggested-wrap span {
  color: #ffffff;
  font-size: 17px;
  font-weight: 400;
  line-height: 42.51px;
}

.blog-sidebar .popular-titles {
  border-radius: 21px;
  background-color: #fafbfd;
  padding: 40px 30px 40px 20px;
}

.blog-sidebar .popular-titles .item-org-small {
  margin-bottom: 30px;
}

.blog-sidebar .popular-titles .item-org-small .ttl {
  font-size: 14px;
}

.blog-sidebar .popular-titles .item-org-small:last-child {
  margin-bottom: 0;
  border: none;
  padding-bottom: 0;
}

.blog-sidebar .popular-titles .section-header .header-line {
  margin-left: 0;
}

.pagination-wrap {
  display: flex;
  align-items: center;
  direction: ltr;
  margin: 0 auto;
  width: -moz-max-content;
  width: max-content;
  margin-top: 60px;
  margin-bottom: 80px;
}

.pagination-wrap .page-numbers {
  background-color: rgba(226, 233, 242, 0.3);
  color: rgba(17, 74, 143, 0.6);
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: inline;
  line-height: 55px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  margin-right: 9px;
  transition: all 300ms ease-in-out;
}

.pagination-wrap .page-numbers.current {
  background-color: #0A284D;
  color: #fff;
}

.pagination-wrap .page-numbers.dots {
  background-color: #e7edf4;
  color: #959a9e;
}

.pagination-wrap .page-numbers.next svg,
.pagination-wrap .page-numbers.prev svg {
  width: 11px;
  height: 11px;
  fill: rgba(17, 74, 143, 0.6);
}

.pagination-wrap .page-numbers.prev svg {
  transform: rotate(90deg);
}

.pagination-wrap .page-numbers.next svg {
  fill: #0A284D;
  transform: rotate(-90deg);
}

.pagination-wrap .page-numbers.prev {
  margin-right: 19px;
}

.pagination-wrap .page-numbers.next {
  margin-left: 10px;
}

.pagination-wrap a.page-numbers:hover {
  background-color: #0A284D;
  color: #fff;
}

.pagination-wrap a.page-numbers:hover svg {
  fill: #fff;
}

.top-single .title {
  color: #0A284D;
  font-size: 27px;
  font-weight: 900;
  line-height: 30.16px;
  margin-bottom: 25px;
}

.top-single .footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.top-single .footer .left-box {
  display: flex;
  align-items: center;
}

.top-single .footer .left-box .share {
  display: flex;
  align-items: center;
}

.top-single .footer .left-box .share {
  color: #0A284D;
  font-size: 14px;
  font-weight: 700;
}

.top-single .footer .left-box .share:first-child {
  margin-left: 40px;
}

.top-single .footer .left-box .share svg {
  fill: #0A284D;
  width: 16px;
  height: 16px;
  margin-right: 15px;
}

.bradcrumbs2 {
  display: flex;
  align-items: center;
}

.bradcrumbs2 a,
.bradcrumbs2 span {
  height: 24px;
  line-height: 25px;
  border-radius: 6px;
  background-color: #e7edf4;
  padding: 0 12px;
  margin-left: 10px;
  color: #0A284D;
  font-size: 13px;
  font-weight: 700;
  transition: all 300ms ease-in-out;
}

.bradcrumbs2 a:hover {
  box-shadow: 0 3px 6px rgba(40, 92, 154, 0.3);
  background-color: #285c9a;
  color: #ffffff;
}

.woocommerce-breadcrumb {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #0A284D;
  font-size: 14px;
  font-weight: 600;
}

.woocommerce-breadcrumb a,
.woocommerce-breadcrumb span {
  line-height: 36.29px;
  transition: all 300ms ease-in-out;
}

.woocommerce-breadcrumb .sep {
  margin: 0 10px;
}

.hero-single {
  margin-bottom: 40px;
  overflow: hidden;
}

.hero-single .swiper-slide {
  position: relative;
  border-radius: 25px;
}

.hero-single .swiper-slide.swiper-slide-active {
  box-shadow: 0 12px 24px -17px rgba(40, 92, 154, 0.8);
}

.hero-single img {
  border-radius: 25px;
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero-single .swiper {
  padding: 0 0 20px;
  overflow: visible;
}

.hero-single .swiper-slide.swiper-slide-prev::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 27px;
  background-image: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.5;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.hero-single .swiper-slide.swiper-slide-next::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 27px;
  background-image: linear-gradient(to left, #000000 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.5;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.hero-single .swiper-button-next {
  left: auto !important;
  right: 100%;
}

.hero-single .swiper-button-prev {
  right: auto !important;
  left: 100%;
}

.hero-single .swiper-button-next,
.hero-single .swiper-button-prev {
  height: 141px;
  width: 106px;
  background: none !important;
}

.hero-single .swiper-button-next > svg,
.hero-single .swiper-button-prev > svg {
  fill: #0A284D;
  width: 9px;
  height: 17px;
  transform: rotate(180deg);
}

.hero-single .swiper-button-prev > svg {
  transform: rotate(0);
}

.hero-single .swiper-button-next .bg,
.hero-single .swiper-button-prev .bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.hero-single .swiper-button-next .bg svg,
.hero-single .swiper-button-prev .bg svg {
  width: 106px;
  height: 141px;
  fill: #fff;
}

.details-wrap {
  margin-bottom: 30px;
}

.details-wrap .box-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.details-wrap .right-box {
  display: flex;
  align-items: center;
  flex: 1;
  box-shadow: 0 1px 1px #e7edf4;
  border-radius: 27px;
  background-color: #ffffff;
  padding: 26px 30px;
  margin-left: 20px;
}

.details-wrap .itm {
  margin-left: 70px;
  display: flex;
  align-items: center;
}

.details-wrap .itm .icn {
  margin-left: 20px;
}

.details-wrap .itm .icn svg {
  width: 22px;
  height: 22px;
  fill: #0A284D;
}

.details-wrap .itm .txt span,
.details-wrap .author .txt span {
  display: block;
}

.details-wrap .itm .txt span:first-child,
.details-wrap .author .txt span:first-child {
  color: #0A284D;
  font-size: 13px;
  font-weight: 500;
  line-height: 22px;
}

.details-wrap .itm .txt span:last-child,
.details-wrap .author .txt span:last-child {
  color: #0A284D;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
}

.details-wrap .time {
  margin-right: auto;
  display: flex;
  align-items: center;
}

.details-wrap .time span:first-child {
  white-space: wrap;
  color: #0A284D;
  font-size: 16px;
  font-weight: 700;
  line-height: 11.63px;
  max-width: 41px;
  margin-left: 10px;
}

.details-wrap .time span:last-child {
  border-radius: 17px 8px 17px 17px;
  background-color: #0A284D;
  width: 36px;
  height: 36px;
  line-height: 38px;
  text-align: center;
  color: #ffffff;
  font-size: 25px;
  font-weight: 700;
}

.details-wrap .author {
  display: flex;
  align-items: center;
  max-width: 247px;
  width: 100%;
  padding: 26px 30px;
  box-shadow: 0 1px 1px #e7edf4;
  border-radius: 27px;
  background-color: #ffffff;
  justify-content: space-between;
}

.details-wrap .avatar {
  width: 39px;
  height: 39px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 4px 4px #fafafa;
}

.table-contents {
  box-shadow: inset 0 1px 0 rgba(231, 237, 244, 0.72);
  border-radius: 12px;
  background-color: #f9fafc;
  padding: 30px 30px 0;
  margin-bottom: 40px;
}

.accordion .accordion-head {
  display: flex;
  align-items: center;
  padding-bottom: 30px;
  cursor: pointer;
}

.table-contents .accordion .accordion-head .icn {
  margin-left: 15px;
}

.table-contents .accordion .accordion-head .icn svg {
  width: 22px;
  height: 22px;
  fill: #0A284D;
}

.table-contents .accordion .accordion-head .ttl {
  color: #0A284D;
  font-size: 16px;
  font-weight: 700;
  line-height: 36.29px;
  margin-bottom: 0;
}

.accordion .accordion-head .icn-arrow {
  margin-right: auto;
}

.accordion .accordion-head .icn-arrow svg {
  width: 12px;
  height: 10px;
  fill: #0A284D;
  transform: rotate(-90deg);
  transition: all 300ms ease-in-out;
}

.accordion.opened .accordion-head .icn-arrow svg {
  transform: rotate(90deg);
}

.table-contents .accordion .accordion-body ol li {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(241, 244, 248, 0.6);
}

.table-contents .accordion .accordion-body ol li:first-child {
  padding-top: 25px;
  border-top: 1px solid rgba(241, 244, 248, 0.6);
}

.table-contents .accordion .accordion-body {
  display: none;
}

.banner-post {
  position: relative;
  margin-bottom: 46px;
  box-shadow: 0 17px 42px -20px #fcaf0a;
  border-radius: 23px;
}

.banner-post img {
  width: 100%;
  border-radius: 23px;
  margin-bottom: 0;
}

.suggestion-wrap {
  box-shadow: inset 0 1px 0 rgba(231, 237, 244, 0.72);
  border-radius: 16px;
  background-color: #f9fafc;
  padding: 30px;
  margin-bottom: 50px;
}

.suggestion-wrap .blog-item {
  display: flex;
  align-items: flex-start;
  padding: 0;
  background: none;
}

.suggestion-wrap .blog-item .left-box .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 33px;
}

.suggestion-wrap .blog-item .left-box .head span {
  height: 27px;
  border-radius: 14px 14px 14px 0;
  background-color: #0A284D;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 27px;
  padding: 0 15px;
}

.suggestion-wrap .blog-item .footer .see {
  margin-right: auto;
}

.suggestion-wrap .blog-item .ttl {
  margin-bottom: 0;
}

.suggestion-wrap .blog-item p {
  color: #0A284D;
  font-size: 13px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 20px;
}

.suggestion-wrap .blog-item .left-box {
  flex: 1;
}

.suggestion-wrap .blog-item .thumbnail {
  margin-left: 30px;
  margin-bottom: 0;
}

.suggestion-wrap .blog-item .thumbnail img {
  margin-bottom: 0;
}

.faq-wrap {
  padding: 30px;
  box-shadow: inset 0 1px 0 rgba(231, 237, 244, 0.72);
  border-radius: 18px;
  background-color: #f9fafc;
  margin-bottom: 48px;
}

.faq-wrap .accordion {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  background-color: #fff;
  box-shadow: 0 1px 1px #e7edf4;
  border-radius: 15px;
  background-color: #ffffff;
  padding: 30px 30px 0;
  margin-bottom: 20px;
}

.faq-wrap .accordion:last-child {
  margin-bottom: 0;
}

.faq-wrap .accordion .accordion-body {
  flex: 0 0 100%;
  padding-bottom: 30px;
  display: none;
  border-top: 1px solid rgba(241, 244, 248, 0.6);
  padding-top: 25px;
}

.faq-wrap .accordion .accordion-head {
  flex: 1;
}

.faq-wrap .accordion .accordion-head .ttl {
  margin-bottom: 0;
  font-size: 16px;
}

.faq-wrap .accordion::before {
  margin-left: 21px;
}

.faq-wrap .accordion-group {
  margin-bottom: 0;
}

.gallery-wrap {
  overflow: hidden;
  margin-bottom: 48px;
}

.gallery-wrap .swiper-button-next {
  right: auto;
  left: 30px !important;
  top: auto;
  bottom: 30px;
  transform: translateY(0);
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%) !important;
}

.gallery-wrap .swiper-button-prev {
  right: 30px !important;
  top: auto;
  bottom: 30px;
  transform: translateY(0);
  background-image: linear-gradient(to top, rgba(17, 74, 143, 0) 0%, #0A284D 100%) !important;
}

.gallery-wrap .swiper-button-next svg {
  transform: rotate(180deg);
}

.gallery-wrap .swiper-button-prev svg {
  transform: rotate(0);
}

.gallery-wrap .swiper {
  max-width: 943px;
  overflow: visible;
}

.gallery-wrap .swiper-slide {
  position: relative;
}

.gallery-wrap .swiper-slide .icn {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 41px;
  height: 41px;
  border-radius: 9px;
  background-color: #0A284D;
  text-align: center;
  line-height: 41px;
  cursor: pointer;
}

.gallery-wrap .swiper-slide .icn svg {
  fill: #fff;
  width: 23px;
  height: 23px;
}

.rating-box {
  margin-bottom: 30px;
}

.rating-box .box-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
  flex-wrap: wrap;
  box-shadow: 0 1px 1px #e7edf4;
  border-radius: 18px;
  background-color: #ffffff;
}

.rating-box .copy-box {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.rating-box .copy-box .btn-c {
  margin-left: 15px;
  background: none;
  border: none;
}

.rating-box .copy-box .btn-c svg {
  width: 23px;
  height: 23px;
  fill: #0735d3;
}

.rating-box .copy-box span {
  opacity: 0.6;
  color: #989ca0;
  font-size: 12px;
  display: block;
}

.rating-box .copy-box input {
  background: none;
  border: none;
  color: #989ca0;
  font-size: 13px;
  font-weight: 700;
}

.rating-box .left-box {
  width: -moz-max-content;
  width: max-content;
  margin-right: auto;
}

.rating-box .left-box .top-box {
  display: flex;
  align-items: center;
  direction: ltr;
}

.rating-box .left-box .total-rate {
  margin-right: 8px;
  line-height: 23px;
}

.rating-box .left-box .total-rate span:first-child {
  color: #0735d3;
  font-size: 30px;
  font-weight: 700;
}

.rating-box .left-box .total-rate span:nth-child(2) {
  display: inline-block;
  background-color: #edeeef;
  width: 1px;
  height: 10px;
  margin-bottom: 0 6px;
}

.rating-box .left-box .total-rate span:last-child {
  color: #0735d3;
  font-size: 15px;
  font-weight: 500;
}

.rating-box .left-box .num-votes {
  color: #989ca0;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  margin-right: 8px;
}

.rating-box .left-box .bottom-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.rating-box .left-box .bottom-box a {
  display: inline-block;
  border-radius: 6px;
  border: 1px solid #edeeef;
  background-color: #ffffff;
  width: 77px;
  height: 33px;
  line-height: 33px;
  color: #989ca0;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  margin-left: 8px;
}

.rating-box .left-box .bottom-box a:last-child {
  margin-left: 0;
}

.rating-box .left-box .bottom-box a.active,
.rating-box .left-box .bottom-box a:hover {
  background-color: #0735d3;
  border: 1px solid #0735d3;
  color: #fff;
}

.bh-stars {
  display: flex;
  justify-content: center;
  gap: 2px;
}

.bh-stars .bh-star {
  width: 20px;
  height: 20px;
  fill: #cbcdcf;
}

.bh-stars .bh-star .outline {
  fill: #cbcdcf;
}

.bh-stars .bh-star .full,
.bh-stars .bh-star .left-half {
  fill: transparent;
}

.bh-stars .bh-star .full {
  fill: #cbcdcf;
}

.bh-stars[data-bh-rating^="1"] .bh-star--1 .full {
  fill: #0735d3;
}

.bh-stars[data-bh-rating^="2"] .bh-star--1 .full {
  fill: #0735d3;
}

.bh-stars[data-bh-rating^="3"] .bh-star--1 .full {
  fill: #0735d3;
}

.bh-stars[data-bh-rating^="4"] .bh-star--1 .full {
  fill: #0735d3;
}

.bh-stars[data-bh-rating^="5"] .bh-star--1 .full {
  fill: #0735d3;
}

.bh-stars[data-bh-rating^="2"] .bh-star--2 .full {
  fill: #0735d3;
}

.bh-stars[data-bh-rating^="3"] .bh-star--2 .full {
  fill: #0735d3;
}

.bh-stars[data-bh-rating^="4"] .bh-star--2 .full {
  fill: #0735d3;
}

.bh-stars[data-bh-rating^="5"] .bh-star--2 .full {
  fill: #0735d3;
}

.bh-stars[data-bh-rating^="3"] .bh-star--3 .full {
  fill: #0735d3;
}

.bh-stars[data-bh-rating^="4"] .bh-star--3 .full {
  fill: #0735d3;
}

.bh-stars[data-bh-rating^="5"] .bh-star--3 .full {
  fill: #0735d3;
}

.bh-stars[data-bh-rating^="4"] .bh-star--4 .full {
  fill: #0735d3;
}

.bh-stars[data-bh-rating^="5"] .bh-star--4 .full {
  fill: #0735d3;
}

.bh-stars[data-bh-rating^="5"] .bh-star--5 .full {
  fill: #0735d3;
}

.bh-stars[data-bh-rating^="0.5"] .bh-star--1 .left-half {
  fill: #0735d3;
}

.bh-stars[data-bh-rating^="1.5"] .bh-star--2 .left-half {
  fill: #0735d3;
}

.bh-stars[data-bh-rating^="2.5"] .bh-star--3 .left-half {
  fill: #0735d3;
}

.bh-stars[data-bh-rating^="3.5"] .bh-star--4 .left-half {
  fill: #0735d3;
}

.bh-stars[data-bh-rating^="4.5"] .bh-star--5 .left-half {
  fill: #0735d3;
}

.bh-stars[data-bh-rating^="0.6"] .bh-star--1 .left-half {
  fill: #0735d3;
}

.bh-stars[data-bh-rating^="1.6"] .bh-star--2 .left-half {
  fill: #0735d3;
}

.bh-stars[data-bh-rating^="2.6"] .bh-star--3 .left-half {
  fill: #0735d3;
}

.bh-stars[data-bh-rating^="3.6"] .bh-star--4 .left-half {
  fill: #0735d3;
}

.bh-stars[data-bh-rating^="4.6"] .bh-star--5 .left-half {
  fill: #0735d3;
}

.bh-stars[data-bh-rating^="0.7"] .bh-star--1 .left-half {
  fill: #0735d3;
}

.bh-stars[data-bh-rating^="1.7"] .bh-star--2 .left-half {
  fill: #0735d3;
}

.bh-stars[data-bh-rating^="2.7"] .bh-star--3 .left-half {
  fill: #0735d3;
}

.bh-stars[data-bh-rating^="3.7"] .bh-star--4 .left-half {
  fill: #0735d3;
}

.bh-stars[data-bh-rating^="4.7"] .bh-star--5 .left-half {
  fill: #0735d3;
}

.bh-stars[data-bh-rating^="0.8"] .bh-star--1 .left-half {
  fill: #0735d3;
}

.bh-stars[data-bh-rating^="1.8"] .bh-star--2 .left-half {
  fill: #0735d3;
}

.bh-stars[data-bh-rating^="2.8"] .bh-star--3 .left-half {
  fill: #0735d3;
}

.bh-stars[data-bh-rating^="3.8"] .bh-star--4 .left-half {
  fill: #0735d3;
}

.bh-stars[data-bh-rating^="4.8"] .bh-star--5 .left-half {
  fill: #0735d3;
}

.bh-stars[data-bh-rating^="0.9"] .bh-star--1 .left-half {
  fill: #0735d3;
}

.bh-stars[data-bh-rating^="1.9"] .bh-star--2 .left-half {
  fill: #0735d3;
}

.bh-stars[data-bh-rating^="2.9"] .bh-star--3 .left-half {
  fill: #0735d3;
}

.bh-stars[data-bh-rating^="3.9"] .bh-star--4 .left-half {
  fill: #0735d3;
}

.bh-stars[data-bh-rating^="4.9"] .bh-star--5 .left-half {
  fill: #0735d3;
}

.bh-stars.rounding-up[data-bh-rating^="1"] .bh-star--1 .full {
  fill: #0735d3;
}

.bh-stars.rounding-up[data-bh-rating^="2"] .bh-star--1 .full {
  fill: #0735d3;
}

.bh-stars.rounding-up[data-bh-rating^="3"] .bh-star--1 .full {
  fill: #0735d3;
}

.bh-stars.rounding-up[data-bh-rating^="4"] .bh-star--1 .full {
  fill: #0735d3;
}

.bh-stars.rounding-up[data-bh-rating^="5"] .bh-star--1 .full {
  fill: #0735d3;
}

.bh-stars.rounding-up[data-bh-rating^="2"] .bh-star--2 .full {
  fill: #0735d3;
}

.bh-stars.rounding-up[data-bh-rating^="3"] .bh-star--2 .full {
  fill: #0735d3;
}

.bh-stars.rounding-up[data-bh-rating^="4"] .bh-star--2 .full {
  fill: #0735d3;
}

.bh-stars.rounding-up[data-bh-rating^="5"] .bh-star--2 .full {
  fill: #0735d3;
}

.bh-stars.rounding-up[data-bh-rating^="3"] .bh-star--3 .full {
  fill: #0735d3;
}

.bh-stars.rounding-up[data-bh-rating^="4"] .bh-star--3 .full {
  fill: #0735d3;
}

.bh-stars.rounding-up[data-bh-rating^="5"] .bh-star--3 .full {
  fill: #0735d3;
}

.bh-stars.rounding-up[data-bh-rating^="4"] .bh-star--4 .full {
  fill: #0735d3;
}

.bh-stars.rounding-up[data-bh-rating^="5"] .bh-star--4 .full {
  fill: #0735d3;
}

.bh-stars.rounding-up[data-bh-rating^="5"] .bh-star--5 .full {
  fill: #0735d3;
}

.bh-stars.rounding-up[data-bh-rating^="0.6"] .bh-star--1 .full {
  fill: #0735d3;
}

.bh-stars.rounding-up[data-bh-rating^="1.6"] .bh-star--2 .full {
  fill: #0735d3;
}

.bh-stars.rounding-up[data-bh-rating^="2.6"] .bh-star--3 .full {
  fill: #0735d3;
}

.bh-stars.rounding-up[data-bh-rating^="3.6"] .bh-star--4 .full {
  fill: #0735d3;
}

.bh-stars.rounding-up[data-bh-rating^="4.6"] .bh-star--5 .full {
  fill: #0735d3;
}

.bh-stars.rounding-up[data-bh-rating^="0.7"] .bh-star--1 .full {
  fill: #0735d3;
}

.bh-stars.rounding-up[data-bh-rating^="1.7"] .bh-star--2 .full {
  fill: #0735d3;
}

.bh-stars.rounding-up[data-bh-rating^="2.7"] .bh-star--3 .full {
  fill: #0735d3;
}

.bh-stars.rounding-up[data-bh-rating^="3.7"] .bh-star--4 .full {
  fill: #0735d3;
}

.bh-stars.rounding-up[data-bh-rating^="4.7"] .bh-star--5 .full {
  fill: #0735d3;
}

.bh-stars.rounding-up[data-bh-rating^="0.8"] .bh-star--1 .full {
  fill: #0735d3;
}

.bh-stars.rounding-up[data-bh-rating^="1.8"] .bh-star--2 .full {
  fill: #0735d3;
}

.bh-stars.rounding-up[data-bh-rating^="2.8"] .bh-star--3 .full {
  fill: #0735d3;
}

.bh-stars.rounding-up[data-bh-rating^="3.8"] .bh-star--4 .full {
  fill: #0735d3;
}

.bh-stars.rounding-up[data-bh-rating^="4.8"] .bh-star--5 .full {
  fill: #0735d3;
}

.bh-stars.rounding-up[data-bh-rating^="0.9"] .bh-star--1 .full {
  fill: #0735d3;
}

.bh-stars.rounding-up[data-bh-rating^="1.9"] .bh-star--2 .full {
  fill: #0735d3;
}

.bh-stars.rounding-up[data-bh-rating^="2.9"] .bh-star--3 .full {
  fill: #0735d3;
}

.bh-stars.rounding-up[data-bh-rating^="3.9"] .bh-star--4 .full {
  fill: #0735d3;
}

.bh-stars.rounding-up[data-bh-rating^="4.9"] .bh-star--5 .full {
  fill: #0735d3;
}

.bh-stars.rounding-up[data-bh-rating^="0.0"] .bh-star--1 .left-half {
  fill: #0735d3;
}

.bh-stars.rounding-up[data-bh-rating^="1.0"] .bh-star--2 .left-half {
  fill: #0735d3;
}

.bh-stars.rounding-up[data-bh-rating^="2.0"] .bh-star--3 .left-half {
  fill: #0735d3;
}

.bh-stars.rounding-up[data-bh-rating^="3.0"] .bh-star--4 .left-half {
  fill: #0735d3;
}

.bh-stars.rounding-up[data-bh-rating^="4.0"] .bh-star--5 .left-half {
  fill: #0735d3;
}

.bh-stars.rounding-up[data-bh-rating^="0.1"] .bh-star--1 .left-half {
  fill: #0735d3;
}

.bh-stars.rounding-up[data-bh-rating^="1.1"] .bh-star--2 .left-half {
  fill: #0735d3;
}

.bh-stars.rounding-up[data-bh-rating^="2.1"] .bh-star--3 .left-half {
  fill: #0735d3;
}

.bh-stars.rounding-up[data-bh-rating^="3.1"] .bh-star--4 .left-half {
  fill: #0735d3;
}

.bh-stars.rounding-up[data-bh-rating^="4.1"] .bh-star--5 .left-half {
  fill: #0735d3;
}

.bh-stars.rounding-up[data-bh-rating^="0.2"] .bh-star--1 .left-half {
  fill: #0735d3;
}

.bh-stars.rounding-up[data-bh-rating^="1.2"] .bh-star--2 .left-half {
  fill: #0735d3;
}

.bh-stars.rounding-up[data-bh-rating^="2.2"] .bh-star--3 .left-half {
  fill: #0735d3;
}

.bh-stars.rounding-up[data-bh-rating^="3.2"] .bh-star--4 .left-half {
  fill: #0735d3;
}

.bh-stars.rounding-up[data-bh-rating^="4.2"] .bh-star--5 .left-half {
  fill: #0735d3;
}

.bh-stars.rounding-up[data-bh-rating^="0.3"] .bh-star--1 .left-half {
  fill: #0735d3;
}

.bh-stars.rounding-up[data-bh-rating^="1.3"] .bh-star--2 .left-half {
  fill: #0735d3;
}

.bh-stars.rounding-up[data-bh-rating^="2.3"] .bh-star--3 .left-half {
  fill: #0735d3;
}

.bh-stars.rounding-up[data-bh-rating^="3.3"] .bh-star--4 .left-half {
  fill: #0735d3;
}

.bh-stars.rounding-up[data-bh-rating^="4.3"] .bh-star--5 .left-half {
  fill: #0735d3;
}

.bh-stars.rounding-up[data-bh-rating^="0.4"] .bh-star--1 .left-half {
  fill: #0735d3;
}

.bh-stars.rounding-up[data-bh-rating^="1.4"] .bh-star--2 .left-half {
  fill: #0735d3;
}

.bh-stars.rounding-up[data-bh-rating^="2.4"] .bh-star--3 .left-half {
  fill: #0735d3;
}

.bh-stars.rounding-up[data-bh-rating^="3.4"] .bh-star--4 .left-half {
  fill: #0735d3;
}

.bh-stars.rounding-up[data-bh-rating^="4.4"] .bh-star--5 .left-half {
  fill: #0735d3;
}

.bh-stars.rounding-up[data-bh-rating^="0.5"] .bh-star--1 .left-half {
  fill: #0735d3;
}

.bh-stars.rounding-up[data-bh-rating^="1.5"] .bh-star--2 .left-half {
  fill: #0735d3;
}

.bh-stars.rounding-up[data-bh-rating^="2.5"] .bh-star--3 .left-half {
  fill: #0735d3;
}

.bh-stars.rounding-up[data-bh-rating^="3.5"] .bh-star--4 .left-half {
  fill: #0735d3;
}

.bh-stars.rounding-up[data-bh-rating^="4.5"] .bh-star--5 .left-half {
  fill: #0735d3;
}

.site-footer__socials {
  display: flex;
  align-items: center;
  padding-left: 36px;
}

.site-footer__socials ul {
  margin-bottom: 0;
  margin-left: -11px;
}

.site-footer__socials ul li {
  display: inline-block;
  position: relative;
  z-index: 2;
  margin-left: 20px;
}

.site-footer__socials ul li:last-of-type {
  margin-left: 0;
}

.site-footer__socials ul li a {
  transition: 0.6s;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  white-space: nowrap;
  overflow: hidden;
  transition: 0.6s;
  position: relative;
  background-color: #fff;
  width: 18px;
}

.site-footer__socials ul li a span {
  width: -moz-max-content;
  width: max-content;
  display: inline-block;
  flex-direction: row-reverse;
  overflow: hidden;
  transition: 0.2s;
  color: #535a60;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
  margin-top: 3px;
  margin-left: 7px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  right: -18px;
}

.site-footer__socials ul li a svg {
  fill: #535a60;
  width: 19px;
  height: 19px;
}

.site-footer__socials ul li a.active {
  overflow: visible;
  width: auto;
}

.site-footer__socials ul li a.active span {
  text-align: right;
  opacity: 1;
  visibility: visible;
  position: relative;
  right: 0;
}

.site-footer__socials ul {
  display: flex;
  align-items: center;
}

.site-footer__socials.site-footer__socials_fa ul li a span {
  margin-right: 7px;
  margin-left: 0;
}

.site-footer__socials.site-footer__socials_fa ul li a.active span {
  color: #0A284D;
}

.site-footer__socials.site-footer__socials_fa ul li a.active svg {
  fill: #0A284D;
}

.site-footer__socials.site-footer__socials_fa ul li a span {
  color: #b7c8dd;
}

.site-footer__socials.site-footer__socials_fa ul li a svg {
  fill: #b7c8dd;
}

.comments-wrapper {
  margin-bottom: 80px;
}

.comments-wrapper .box-inner {
  box-shadow: 0 1px 1px rgba(232, 234, 236, 0.35);
  border-radius: 18px;
  background-color: #ffffff;
  padding: 30px 30px 40px;
}

.comments-wrapper .header-cm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #f1f2f4;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.comments-wrapper .header-cm .right-box,
.comments-wrapper .header-cm .left-box {
  display: flex;
  align-items: center;
}

.comments-wrapper .header-cm .right-box svg {
  width: 22px;
  height: 22px;
  fill: #0A284D;
  margin-left: 30px;
}

.comments-wrapper .header-cm .right-box .title-box {
  color: #0A284D;
  font-size: 16px;
  font-weight: 700;
  margin-left: 30px;
}

.comments-wrapper .header-cm .send-cm {
  color: #0A284D;
  font-size: 16px;
  font-weight: 700;
  margin-right: auto;
}

.comments-wrapper .header-cm .send-cm svg {
  fill: #0A284D;
  width: 18px;
  height: 18px;
  margin-right: 11px;
}

.comments-wrapper .comment-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  position: relative;
}

.comments-wrapper .container > .comment-wrap > .comment-item:before {
  content: "";
  position: absolute;
  right: 28px;
  bottom: 0;
  width: 1px;
  background-color: #f1f2f4;
  height: calc(100% - 80px);
  z-index: 1;
}

.comments-wrapper .comment-item:last-child::before {
  content: none;
}

.comments-wrapper .avatar {
  margin-left: 30px;
  position: relative;
  z-index: 1;
  width: -moz-max-content;
  width: max-content;
}

.comments-wrapper .avatar img {
  border-radius: 20px;
}

.comments-wrapper .avatar img:nth-child(2) {
  position: absolute;
  top: 3px;
  left: 0;
  z-index: -1;
  filter: blur(5px);
  opacity: 0.6;
}

.comments-wrapper .comment-item .header {
  margin-bottom: 10px;
}

.comments-wrapper .comment-item .header span {
  display: inline-block;
  color: #0A284D;
  font-size: 14px;
  font-weight: 700;
}

.comments-wrapper .comment-item .ttl {
  color: #0A284D;
  font-size: 18px;
  margin-bottom: 12px;
  font-size: 700;
}

.comments-wrapper .comment-item .content {
  flex: 1;
  padding-bottom: 40px;
  border-bottom: 1px solid #edeeef;
}

.comments-wrapper .box-inner > ul.comment-wrap > li:last-child .content {
  border-bottom: 0;
}

.comments-wrapper > ul.comment-wrap > li:last-child {
  border-bottom: 1px solid #edeeef;
}

.comments-wrapper .comment-item .content > .comment-text {
  color: #0A284D;
  font-size: 14px;
  font-weight: 500;
  line-height: 2.308rem;
  margin-bottom: 45px;
  text-align: justify;
}

.comments-wrapper .comment-item .footer {
  display: flex;
  align-items: center;
  box-shadow: inset 0 1px 0 rgba(231, 237, 244, 0.72);
  border-radius: 18px;
  background-color: #f9fafc;
  padding: 20px 30px;
}

.comments-wrapper .comment-item .footer span {
  color: #0A284D;
  font-size: 13px;
  font-weight: 700;
  display: inline-block;
}

.comments-wrapper .comment-item .footer svg {
  width: 17px;
  height: 17px;
  fill: #0A284D;
  margin-left: 15px;
}

.comments-wrapper .comment-item .footer > a {
  display: block;
}

.comments-wrapper .comment-item .footer > div,
.comments-wrapper .comment-item .footer > a {
  margin-left: 40px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.comments-wrapper .comment-item .footer .like svg {
  fill: #2bc04e;
}

.comments-wrapper .comment-item .footer .dislike svg {
  fill: #de3541;
}

.comments-wrapper .comment-item .footer .like span:last-child,
.comments-wrapper .comment-item .footer .dislike span:last-child {
  margin-right: 20px;
  color: #0A284D;
}

.comments-wrapper .comment-item .footer .report {
  margin-right: auto;
  margin-left: 0;
}

.comments-wrapper .comment-item .footer .report svg {
  margin-right: 15px;
  margin-left: 0;
  fill: #0A284D;
}

.comments-wrapper .comment-item .footer .anwser svg {
  width: 12px;
  height: 12px;
  fill: #0A284D;
}

.comments-wrapper .comment-wrap.comment-wrap-child {
  margin-top: 33px;
}

.comments-wrapper .comment-wrap.comment-wrap-child .comment-item .content {
  border-bottom: 0;
  border-radius: 15px;
  padding: 0;
}

.comments-wrapper .comment-item .header span:nth-child(2) {
  height: 23px;
  border-radius: 12px 11px 11px 3px;
  background-color: #0A284D;
  line-height: 23px;
  padding: 0 14px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  margin-right: 29px;
}

.comments-wrapper .comment-wrap.comment-wrap-child .comment-item:last-child {
  margin-bottom: 0;
}

.submit-comment-wrap .top-box {
  margin-bottom: 17px;
  position: relative;
}

.submit-comment-wrap .top-box .number-characters {
  position: absolute;
  bottom: 25px;
  left: 25px;
  color: #cbcdcf;
  font-size: 13px;
  font-weight: 500;
}

.submit-comment-wrap .top-box textarea {
  width: 100%;
  border-radius: 12px;
  border: 1px solid #edeeef;
  padding: 22px 25px;
  font-size: 14px;
  font-weight: 700;
  height: 196px;
  color: #000;
}

.submit-comment-wrap .top-box textarea::-moz-placeholder {
  color: #cbcdcf;
}

.submit-comment-wrap .top-box textarea::placeholder {
  color: #cbcdcf;
}

.submit-comment-wrap .bottom-box {
  display: flex;
  align-items: center;
}

.submit-comment-wrap .bottom-box label {
  flex: 1;
  border-radius: 12px;
  border: 1px solid #edeeef;
  height: 65px;
  line-height: 65px;
  padding: 0 25px;
  margin-left: 15px;
  position: relative;
}

.submit-comment-wrap .bottom-box label input {
  width: 100%;
  height: 100%;
  border: 0;
  background: none;
  color: #000;
  font-size: 14px;
  font-weight: 700;
}

.submit-comment-wrap .bottom-box label input::-moz-placeholder {
  color: #cbcdcf;
}

.submit-comment-wrap .bottom-box label input::placeholder {
  color: #cbcdcf;
}

.submit-comment-wrap .bottom-box label svg {
  width: 17px;
  height: 17px;
  fill: #0A284D;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 25px;
}

.submit-comment-wrap button {
  border-radius: 12px;
  background-color: #0A284D;
  height: 65px;
  line-height: 65px;
  border: none;
  max-width: 185px;
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  transition: all 300ms ease-in-out;
}

.submit-comment-wrap button:hover {
  box-shadow: 0 1px 1px #e9ebed;
  background-color: #fff;
  color: #0A284D;
}

.related-articles .blog-item-wrap {
  background: #fff;
}

.related-articles .blog-item {
  background: none;
}

.related-articles .swiper {
  padding-bottom: 50px;
}

.related-articles .blog-item-wrap:hover::before {
  box-shadow: 0 28px 26px 0px rgba(183, 200, 221, 0.3);
}

.related-articles .slider-wrap {
  position: relative;
}

.related-articles .swiper-button-next,
.related-articles .swiper-button-prev {
  height: 269px;
  line-height: 269px;
}

.related-articles .swiper-button-next {
  right: auto;
  left: -80px !important;
  background-image: linear-gradient(to top, #0A284D 0%, rgba(112, 146, 188, 0) 100%) !important;
}

.related-articles .swiper-button-prev {
  right: -80px !important;
  background-image: linear-gradient(to bottom, #0A284D 0%, rgba(112, 146, 188, 0) 100%) !important;
}

.bradcrumbs-wrap {
  margin-bottom: 39px;
}

.bradcrumbs-wrap .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bradcrumbs-wrap .left-box {
  display: flex;
  align-items: center;
}

.bradcrumbs-wrap .left-box .txt {
  margin-left: 9px;
}

.bradcrumbs-wrap .left-box .txt span {
  display: block;
  color: #0A284D;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
}

.bradcrumbs-wrap .left-box .txt span:last-child {
  color: #0A284D;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
}

.bradcrumbs-wrap .left-box .more {
  width: 31px;
  height: 31px;
  border-radius: 9px;
  background-color: #F3EFE6;
  line-height: 31px;
  text-align: center;
  cursor: pointer;
}

.bradcrumbs-wrap .left-box .more svg {
  width: 14px;
  height: 3px;
  fill: #0A284D;
}

.main-single-product {
  margin-bottom: 80px;
}

.name-product {
 box-shadow: 0 1px 1px #F4ECD9, inset 0 1px 0 #F4ECD9;
  border-radius: 21px;
  background-color: #ffffff;
  margin-bottom: 30px;
  text-align: center;
  padding: 50px 30px;
}

.name-product .ttl {
  color: #0A284D;
  font-size: 18px;
  font-weight: 700;
  line-height: 30.16px;
}

.name-product .thumbnail {
  margin-bottom: 46px;
  position: relative;
}

.name-product .thumbnail::before {
  content: "";
  position: absolute;
  background-color: #f8fafc;
  width: 104px;
  height: 5px;
  border-radius: 100%;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
}

.sales-experts {
  position: relative;
  border-radius: 21px;
  box-shadow: 0 15px 0 -5px rgb(239, 233, 218);
}

.sales-experts .item {
  position: relative;
}

.sales-experts .item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 1px 1px #e7edf4, inset 0 1px 0 #e7edf4;
  border-radius: 21px;
  z-index: 1;
  background-image: linear-gradient(to top, #A27107 10%, rgba(18, 75, 143, 0) 90%);
}

.sales-experts .item::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 92%;
  height: 100%;
  border-radius: 21px;
  z-index: -1;
  background-color: rgba(17, 74, 143, 0.1);
}

.sales-experts .head {
  display: flex;
  align-items: center;
  color: #0A284D;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 19px;
}

.sales-experts .head svg {
  fill: #0A284D;
  width: 21px;
  height: 17px;
  margin-left: 9px;
}

.sales-experts .item .details {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  z-index: 55;
  padding: 0 30px;
  z-index: 2;
}

.sales-experts .item .details .name {
  margin-bottom: 10px;
}

.sales-experts .item .details .name span {
  display: block;
  color: #ffffff;
  line-height: 36.29px;
}

.sales-experts .item .details .name span:first-child {
  font-size: 18px;
  font-weight: 700;
}

.sales-experts .item .details .name span:nth-child(2) {
  font-size: 14px;
  font-weight: 400;
}

.sales-experts .item .details .center-border {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.sales-experts .item .details .center-border .icn {
  margin-right: 10px;
}

.sales-experts .item .details .center-border .icn svg {
  width: 18px;
  height: 18px;
  margin-right: 10px;
  fill: #fff;
}

.sales-experts .item .details .center-border::before {
  content: "";
  display: inline-block;
  flex: 1;
  height: 1px;
  background-color: #fff;
}

.sales-experts .item .details .bottom {
  display: flex;
  align-items: center;
  direction: ltr;
}

.sales-experts .item .details .bottom .number {
  color: #ffffff;
  font-size: 28px;
  font-weight: 800;
  line-height: 36.29px;
  margin-right: auto;
}

.sales-experts .item .details .bottom .number span {
  font-weight: 500;
  margin-right: 4px;
}

.sales-experts .item .details .bottom .area-code {
  box-shadow: 0 2px 6px rgba(218, 32, 46, 0.21);
  border-radius: 5px;
  background-color: #fff;
  height: 16px;
  line-height: 16px;
  padding: 0 5px;
 color: #0A284D;
  font-size: 20px;
  font-weight: 500;
}

.sales-experts .item .details .bottom .area-code span {
  margin-left: 5px;
  font-size: 10px;
}

.sales-experts .item img {
  width: 100%;
}

.details-product-wrap {
  box-shadow: 0 1px 1px #F4ECD9, inset 0 1px 0 #F4ECD9;
  border-radius: 21px;
  background-color: #ffffff;
  padding: 35px 30px;
  margin-bottom: 30px;
}

.details-product-wrap .right-box {
  padding-left: 30px;
  border-left: 1px solid #f1f4f8;
}

.details-product-wrap .right-box ul {
  margin-bottom: 30px;
}

.details-product-wrap .right-box ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  height: 41px;
  line-height: 41px;
  border-radius: 9px;
  background-color: #F7F6F2;
  margin-bottom: 13px;
}

.details-product-wrap .right-box ul li span {
  color: #0A284D;
  font-size: 14px;
  font-weight: 500;
}

.details-product-wrap .right-box ul li span:last-child {
  color: #0A284D;
  font-size: 14px;
  font-weight: 700;
}

.details-product-wrap .right-box ul li:nth-child(even) {
  background-color: #F7F6F25C;
}

.details-product-wrap .right-box .add-cart-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.details-product-wrap .right-box .add-cart-wrap .add {
  flex: 1;
  height: 56px;
  box-shadow: 0 10px 16px -5px rgba(221, 158, 21, 0.33);
  border-radius:
9px;
  background-color: #DD9E15;
  text-align: center;
  padding: 0 30px;
  line-height: 56px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  border: none;
}

.details-product-wrap .right-box .add-cart-wrap .add svg.cart {
  width: 21px;
  height: 19px;
  fill: #fff;
  margin-left: 15px;
}

.details-product-wrap .right-box .add-cart-wrap .add svg.arrow {
  width: 11px;
  height: 11px;
  fill: #fff;
  margin-right: 15px;
}

.details-product-wrap .price {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.details-product-wrap .price .right span {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  color: #0A284D;
}

.details-product-wrap .price .right span:last-child {
  color: #0A284D;
  font-size: 14px;
  font-weight: 500;
}

input[type=number] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

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

.number-input {
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  height: 56px;
  line-height: 56px;
 box-shadow: 0 1px 1px #F4ECD9, inset 0 1px 0 #F4ECD9;
  border-radius: 9px;
  background-color: #F9F6EE;
  margin-left: 20px;
  padding: 0 20px;
}

.number-input button {
  outline: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  align-items: center;
  justify-content: center;
  width: 25px;
  text-align: center;
  height: 25px;
  line-height: 18px;
  cursor: pointer;
  margin: 0;
  position: relative;
  border-radius: 10px;
  border: 1px solid #DD9E15;
}

.number-input button.plus {
  background-color: #DD9E15;
  line-height: 16px;
}

.number-input button svg {
  width: 9px;
  height: 3px;
  fill: #0A284D;
}

.number-input button.plus svg {
  height: 9px;
  fill: #fff;
}

.number-input button.plus:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.number-input input[type=number] {
  max-width: 40px;
  padding: 0;
  border: none;
  border-width: 0 2px;
  font-size: 27px;
  font-weight: bold;
  text-align: center;
  background: none;
  color: #0A284D;
  margin: 0 10px;
}

.price-chart-wrapper {
  display: flex;
  flex-direction: column;
}

.price-chart {
  flex: 1;
}

.price-chart-wrapper .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 35px;
}

.price-chart-wrapper .head .right {
  display: flex;
  align-items: center;
}

.price-chart-wrapper .head .right p {
  color: #0A284D;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-left: 15px;
}

.price-chart-wrapper .head .right p::after {
  content: "";
  display: inline-block;
  height: 15px;
  width: 1px;
  background-color: #e7edf4;
  margin-right: 15px;
}

.price-chart-wrapper .head .right p svg {
  width: 17px;
  height: 17px;
  fill: #DD9E15;
  margin-left: 15px;
}

.price-chart-wrapper .head .right .date {
  margin-left: 20px;
}

.price-chart-wrapper .head .right .date,
.price-chart-wrapper .head .right .time {
  color: #0A284D;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.price-chart-wrapper .head .left {
  display: flex;
  align-items: center;
  border-radius: 12px;
  background-color: #f9fafc;
  padding: 10px 15px;
}

.price-chart-wrapper .head .left p {
  color: #0A284D;
  font-size: 30px;
  font-weight: 700;
  margin-left: 15px;
  line-height: 39px;
}

.price-chart-wrapper .head .left p span {
  font-size: 14px;
  font-weight: 500;
}

.price-chart-wrapper .head .left .percent {
  height: 15px;
  border-radius: 5px;
  padding: 0 7px;
  line-height: 17px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
}

.price-chart-wrapper .head .left .percent svg {
  width: 4px;
  height: 4px;
  fill: #fff;
  margin-right: 5px;
}

.price-chart .card {
  height: 100%;
  box-shadow: none !important;
  border: none;
}

.price-chart .card-body {
  height: 100%;
  padding: 0;
}

.price-chart .chart-area {
  height: 100%;
}

.post-content-sin-pro {
  border-radius: 21px;
  background-color: #ffffff;
  padding: 45px 40px;
}

.post-content-header-pro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
}

.post-content-header-pro .ttl {
  color: #0A284D;
  font-size: 18px;
  font-weight: 700;
  line-height: 36.29px;
  margin-bottom: 0;
}

.post-content-header-pro .favourite {
  height: 35px;
  border-radius: 9px;
  background-color: #0A284D;
  padding: 0 12px;
  line-height: 35px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  margin-left: 8px;
}

.post-content-header-pro .favourite svg {
  margin-right: 15px;
  fill: #fff;
  width: 12px;
  height: 15px;
}

.post-content-header-pro .print,
.post-content-header-pro .share {
  width: 36px;
  height: 36px;
  border-radius: 9px;
  background-color: #f9fafc;
  text-align: center;
  line-height: 36px;
  margin-left: 8px;
}

.post-content-header-pro .print svg,
.post-content-header-pro .share svg {
  width: 16px;
  height: 16px;
  fill: #285c9a;
}

.post-content-header-pro .share {
  margin-left: 0;
}

.switch-button-wrap {
  display: flex;
  align-items: center;
  width: 100%;
  color: #374550;
  font-size: 14px;
  font-weight: 700;
  line-height: 2.1rem;
  margin-bottom: 51px;
}

.switch-button-wrap svg {
  fill: #ffffff;
  width: 18px;
  height: 18px;
  margin-left: 15px;
}

.switch-button-wrap .button-s {
  border-radius: 16px;
  width: 50px;
  height: 28px;
  line-height: 28px;
  position: relative;
  cursor: pointer;
  margin-right: auto;
  transition: all 300ms ease-in-out;
  background-color: #d3dee5;
}

.switch-button-wrap .button-s span {
  border-radius: 9px;
  background-color: #ffffff;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 0;
  top: 50%;
  transition: all 300ms ease-in-out;
  transform: translate(-4px, -50%);
}

.switch-button-wrap .button-s.switch {
  background-color: #0A284D;
}

.switch-button-wrap .button-s.switch span {
  transform: translate(-27px, -50%);
}

.archive-sidebar .switch-button-wrap {
  height: 87px;
  box-shadow: 0 1px 1px #e7edf4;
  border-radius: 21px 40px 21px 21px;
  background-color: #ffffff;
  line-height: 87px;
  padding: 0 30px;
  position: relative;
}

.archive-sidebar .switch-button-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 27px 30px 27px 27px;
  background-color: #da202e;
  opacity: 0.2;
  z-index: -1;
}

.archive-sidebar .switch-button-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 27px 21px 27px 27px;
  background-color: #da202e;
  opacity: 0.1;
  z-index: -1;
}

.archive-sidebar .box-wrap-items {
  box-shadow: 0 1px 1px #e7edf4;
  border-radius: 21px 40px 21px 21px;
  background-color: #ffffff;
  padding: 30px;
  position: relative;
  margin-bottom: 20px;
}

.archive-sidebar .box-wrap-items::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 27px 30px 27px 27px;
  background-color: #0A284D;
  opacity: 0.2;
  z-index: -1;
}

.archive-sidebar .box-wrap-items::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 27px 21px 27px 27px;
  background-color: #0A284D;
  opacity: 0.1;
  z-index: -1;
}

.archive-sidebar .box-wrap-items .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.archive-sidebar .box-wrap-items .header .title {
  color: #0A284D;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}

.archive-sidebar .box-wrap-items .header .left label {
  display: inline-block;
  position: relative;
}

.archive-sidebar .box-wrap-items .header .left label:first-child {
  margin-left: 10px;
}

.archive-sidebar .box-wrap-items .header .left label input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  z-index: 1;
}

.archive-sidebar .box-wrap-items .header .left label span {
  height: 20px;
  box-shadow: 0 1px 1px #e7edf4, inset 0 1px 0 #e7edf4;
  border-radius: 6px;
  background-color: #f9fafc;
  line-height: 25px;
  padding: 0 10px;
  color: #0A284D;
  font-size: 12px;
  font-weight: 700;
  transition: all 300ms ease-in-out;
}

.archive-sidebar .box-wrap-items .header .left label input:checked + span {
  background-color: #0A284D;
  box-shadow: 0 1px 1px rgba(17, 74, 143, 0.36), inset 0 1px 0 #e7edf4;
  color: #fff;
}

.archive-sidebar .accordion .accordion-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.archive-sidebar .accordion .accordion-head .ttl {
  color: #0A284D;
  font-size: 18px;
  font-weight: 700;
  line-height: 36.29px;
  margin-bottom: 0;
}

.archive-sidebar .accordion .accordion-head .icn svg {
  fill: #0A284D;
  width: 10px;
  height: 10px;
  transform: rotate(-90deg);
  transition: all 300ms ease-in-out;
}

.archive-sidebar .accordion.opened .accordion-head .icn svg {
  transform: rotate(90deg);
}

.archive-sidebar .accordion label {
  display: flex;
  align-items: center;
  height: 45px;
  box-shadow: inset 0 1px 0 #e7edf4;
  border-radius: 9px;
  background-color: #f8fafc;
  padding: 0 20px;
  margin-bottom: 30px;
}

.archive-sidebar .accordion label input {
  flex: 1;
  border: none;
  background: none;
  color: #0A284D;
  font-size: 14px;
  font-weight: 500;
}

.archive-sidebar .accordion label input::-moz-placeholder {
  color: #b7c8dd;
}

.archive-sidebar .accordion label input::placeholder {
  color: #b7c8dd;
}

.archive-sidebar .accordion label .icn svg {
  width: 19px;
  height: 19px;
  fill: #0A284D;
}

.archive-sidebar .accordion ul li {
  padding: 20px;
  border-bottom: 1px solid #f1f4f8;
  display: flex;
  align-items: center;
  position: relative;
}

.archive-sidebar .accordion ul li:last-child {
  border: none;
}

.archive-sidebar .accordion ul li span {
  width: 19px;
  height: 19px;
  box-shadow: 0 1px 1px #e7edf4, inset 0 1px 0 #e7edf4;
  border-radius: 6px;
  background-color: #f9fafc;
  margin-left: 15px;
  transition: all 300ms ease-in-out;
}

.archive-sidebar .accordion ul li input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}

.archive-sidebar .accordion ul li input:checked + span {
  background-color: #0A284D;
}

.archive-sidebar .accordion ul li .name {
  color: #0A284D;
  font-size: 15px;
  font-weight: 700;
}

.archive-sidebar .checkbox-wrap {
  padding-bottom: 0;
}

.archive-sidebar .checkbox-wrap ul {
  padding-bottom: 30px;
}

.archive-sidebar .accordion .accordion-body {
  display: none;
}

.silder-ranges .slider-range-value {
  color: #535a60;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.silder-ranges .slider-range-value span {
  color: #0A284D;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.839rem;
}

.noUi-target {
  background: #f1f4f8;
  border: 0;
  box-shadow: none;
  border-radius: 1px;
  height: 2px;
}

.noUi-connect {
  background: #0A284D;
  height: 2px;
  border-radius: 2px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: 0;
}

.noUi-horizontal .noUi-handle {
  width: 8px;
  height: 8px;
  border: 0;
  background: #0A284D;
  box-shadow: none;
  border-radius: 4px;
  top: -3px;
}

.noUi-horizontal .noUi-handle:after {
  content: none;
}

.noUi-horizontal .noUi-handle:before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  box-shadow: 0 1px 2px #f1f2f4, inset 0 1px 2px #f1f2f4;
}

.silder-ranges-price .slider-range-value6 {
  display: -ms-flexbox;
  display: box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 5px;
  color: #444;
  font-size: 14px;
  font-weight: 700;
  line-height: 31px;
}

.archive-main {
  margin-bottom: 120px;
}

.archive-main .items-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px 19px;
  margin-bottom: 50px;
}

.item-archive {
  padding: 45px 0 0;
}

.item-archive .footer .add-cart {
  position: relative;
  height: 56px;
  width: 50px;
  font-size: 36px;
  color: #0A284D;
  font-weight: 700;
  transition: all 300ms ease-in-out;
}

.item-archive .footer .add-cart::before {
  content: "";
  width: 86px;
  height: 86px;
  position: absolute;
  left: -6px;
  bottom: -6px;
  transform: translateX(0);
  background: none;
  background-image: url("../images/add-cart-bg.png");
}

.item-archive .add-cart .bg-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: all 300ms ease-in-out;
}

.item-archive .add-cart .bg-btn svg {
  width: 86px;
  height: 86px;
  fill: #0A284D;
}

.item-archive:hover .add-cart .bg-btn {
  opacity: 1;
}

.item-archive:hover .footer .add-cart {
  color: #fff;
}

.item-archive .footer {
  padding: 0;
  border: none;
  padding-right: 20px;
}

.item-archive .header {
  padding: 20px;
}

.item-archive .ttl {
  padding: 0 20px;
}

.item-archive .footer .right span {
  color: #0A284D;
  font-size: 13px;
  font-weight: 700;
}

.item-archive .footer .right span svg {
  width: 18px;
  height: 18px;
  fill: #0A284D;
  margin-left: 9px;
}

.archive-main .pagination-wrap {
  margin-right: auto;
  margin-left: 0;
}

.product-description {
  border-radius: 21px;
  padding: 40px 30px;
  background-color: rgba(231, 237, 244, 0.3);
}

.product-description .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.product-description .head .ttl {
  margin-bottom: 0 !important;
}

.product-description .head a {
  color: #0A284D;
  font-size: 14px;
  font-weight: 700;
  line-height: 36.29px;
}

.product-description .head a svg {
  width: 10px;
  height: 10px;
  fill: #0A284D;
  margin-right: 10px;
}

.product-description .item .ttl {
  color: #0A284D;
  font-size: 20px;
  font-weight: 700;
  line-height: 36.29px;
  margin-bottom: 30px;
}

.product-description .item p {
  color: #0A284D;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
}

.product-description .item {
  border-bottom: 1px solid #e7edf4;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.product-description .item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.about-content-wrap {
  box-shadow: 0 1px 1px #e7edf4;
  border-radius: 21px;
  background-color: #ffffff;
  padding: 40px;
  margin-bottom: 30px;
}

.about-hero {
  box-shadow: 0 23px 21px -8px rgba(7, 51, 103, 0.2);
  margin-bottom: 40px;
  border-radius: 21px;
}

.about-hero img {
  border-radius: 21px;
}

.sales-experts-about {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 30px;
  box-shadow: none;
  margin-bottom: 60px;
}

.sales-experts-about .item {
  box-shadow: 0 14px 15px -8px rgba(17, 74, 143, 0.3);
  border-radius: 21px;
}

.contact-us-wrap {
  margin-bottom: 30px;
}

.information-box {
  box-shadow: 0 1px 1px #e9ebed;
  border-radius: 18px;
  background-color: #ffffff;
  padding: 40px 30px;
  flex: 1;
  margin-left: 20px;
}

.information-box .inputs-wrap {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 18px;
  margin-bottom: 21px;
}

.information-box .label {
  border-radius: 12px;
  border: 1px solid #edeeef;
  display: block;
  height: 64px;
  max-width: 352px;
  width: 100%;
  padding: 0 25px;
  position: relative;
  margin-bottom: 0;
}

.information-box .inputs-wrap .label:last-child {
  max-width: unset;
  flex: 1;
}

.information-box .inputs-wrap .label input {
  height: 100%;
  width: 100%;
  border: none;
  background: none;
  color: #cbcdcf;
  font-size: 14px;
  font-weight: 700;
}

.information-box .label svg {
  width: 17px;
  height: 17px;
  fill: #0A284D;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 25px;
}

.information-box .btn {
  display: inline-block;
  border-radius: 12px;
  background-color: #0A284D;
  padding: 0 52px;
  line-height: 62px;
  height: 62px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  border: none;
  transition: all 300ms ease-in-out;
}

.information-box .btn:hover {
  background-color: #fff;
  color: #0735d3;
  box-shadow: 0 1px 1px #e9ebed;
}

.information-box .textarea-box {
  position: relative;
  margin-bottom: 30px;
}

.information-box .textarea-box textarea {
  height: 170px;
  width: 100%;
  border-radius: 12px;
  border: 1px solid #edeeef;
  padding: 22px 25px;
  color: #cbcdcf;
  font-size: 14px;
  font-weight: 700;
}

.information-box .textarea-box .number-characters {
  position: absolute;
  bottom: 25px;
  left: 25px;
  color: #cbcdcf;
  font-size: 13px;
  font-weight: 500;
}

.information-box .description {
  color: #0A284D;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 30px;
}

.information-box .header-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #f1f2f4;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.information-box .header-box .right,
.information-box .header-box ul {
  display: flex;
  align-items: center;
}

.information-box .header-box .right svg {
  fill: #535a60;
  margin-left: 15px;
  width: 22px;
  height: 22px;
}

.information-box .header-box span {
  color: #285c9a;
  font-size: 18px;
  font-weight: 700;
}

.information-box .header-box ul li {
  margin-left: 30px;
}

.information-box .header-box ul li:last-child {
  margin-left: 0;
}

.information-box .header-box ul li a {
  color: #989ca0;
  font-size: 14px;
  font-weight: 700;
  transition: all 200ms ease-in-out;
}

.information-box .header-box ul li a:hover {
  color: #0735d3;
}

.ask-question .header-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 30px;
}

.ask-question .header-box .right {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ask-question .header-box .right svg {
  width: 22px;
  height: 22px;
  fill: #535a60;
  margin-left: 15px;
}

.ask-question .header-box .right {
  color: #535a60;
  font-size: 16px;
  font-weight: 700;
}

.ask-question .header-box > span {
  color: #cbcdcf;
  font-size: 14px;
  font-weight: 700;
}

.contact-us .ask-question {
  background-color: #f3f5f8;
}

.sidebar-contact-us {
  max-width: 415px;
  width: 100%;
}

.sidebar-contact-us .wrap {
  box-shadow: 0 1px 1px #e9ebed;
  border-radius: 18px;
  background-color: #ffffff;
  padding: 30px;
  height: -moz-max-content;
  height: max-content;
}

.sidebar-contact-us .wrap > ul > li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #f1f2f4;
}

.sidebar-contact-us ul li:last-child {
  padding-bottom: 0;
  border: none;
}

.sidebar-contact-us ul li span:first-child {
  color: #0A284D;
  font-size: 14px;
  font-weight: 500;
}

.sidebar-contact-us ul li a {
  color: #0A284D;
  font-size: 15px;
  font-weight: 700;
}

.sidebar-contact-us ul li span:first-child svg {
  width: 18px;
  height: 18px;
  fill: #0A284D;
  margin-left: 15px;
}

.sidebar-contact-us ul li .site-footer__socials {
  padding: 0;
}

.sidebar-contact-us ul li .site-footer__socials ul li {
  margin-left: 15px;
}

.sidebar-contact-us ul li .site-footer__socials ul li a svg {
  fill: #b7c8dd;
}

.ask-question {
  padding: 30px;
  margin-bottom: 40px;
  box-shadow: 0 1px 1px #e7edf4;
  border-radius: 21px;
  background-color: #ffffff;
}

.ask-question .accordion-group {
  box-shadow: inset 0 1px 0 rgba(231, 237, 244, 0.72);
  border-radius: 18px;
  background-color: #f9fafc;
  padding: 30px;
}

.ask-question .accordion {
  background-color: #fff;
  border-radius: 18px;
  padding: 0 30px;
  margin-bottom: 20px;
  box-shadow: 0 1px 1px rgba(232, 234, 236, 0.35);
  margin-bottom: 20px;
}

.ask-question .accordion:last-child {
  margin-bottom: 0;
}

.ask-question .accordion-head {
  padding: 20px 0;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.ask-question .accordion.opened .accordion-head {
  border-bottom: 1px solid rgba(241, 242, 244, 0.6);
}

.ask-question .accordion-head .icn {
  margin-right: auto;
}

.ask-question .accordion-head .icn svg {
  width: 12px;
  height: 12px;
  fill: #0A284D;
}

.ask-question .accordion.opened .accordion-head .icn svg {
  transform: rotate(180deg);
}

.ask-question .accordion-head .accordion-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 0;
  padding-left: 15px;
  color: #285c9a;
}

.ask-question .accordion-head .number {
  color: #0A284D;
  font-size: 20px;
  font-weight: 700;
  margin-left: 40px;
  line-height: 28px;
  display: inline-block;
  box-shadow: 0 1px 0 #f3f5f8;
  background-color: #ffffff;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 100%;
  line-height: 30px;
}

.ask-question .accordion-body {
  padding: 25px 0 20px;
  color: #0A284D;
  font-size: 14px;
  font-weight: 700;
  line-height: 2.538rem;
  display: none;
}

.information-box .map-wrap {
  margin-bottom: 40px;
  position: relative;
}

.map {
  position: relative;
  z-index: 10;
  box-flex: 1;
  flex: 0 0 100%;
}

.map-wrap .map-body {
  height: auto;
}

.map #map_location {
  height: 300px;
  border-radius: 15px;
}

.leaflet-left {
  bottom: 30px !important;
  top: auto !important;
  right: 25px !important;
  left: auto !important;
  z-index: 99999 !important;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  display: flex;
  border: none !important;
}

.leaflet-touch .leaflet-bar a {
  width: 42px !important;
  height: 42px !important;
  line-height: 42px !important;
  border-radius: 100% !important;
  margin-left: 11px !important;
}

.leaflet-touch .leaflet-bar a:first-child {
  color: #00b759;
}

.map-wrap-sidebar .map .place-holder {
  text-align: center;
}

.map-wrap-sidebar .map .place-holder p {
  box-shadow: 0 4px 80px rgba(78, 82, 85, 0.1);
  border-radius: 15px;
  background-color: #ffffff;
  height: 29px;
  width: 86px;
  text-align: center;
  line-height: 29px;
  color: #00b759;
  font-size: 12px;
  font-weight: 700;
  display: none;
}

.display-wrap {
  margin-bottom: 30px;
}

.display-wrap .container .items-wrap {
  display: flex;
  align-items: center;
  box-shadow: 0 1px 1px #e7edf4;
  border-radius: 21px;
  background-color: #ffffff;
  padding: 25px 30px;
}

.display-wrap .item .txt span {
  display: block;
  color: #0A284D;
  font-size: 12px;
  font-weight: 700;
}

.display-wrap .item .txt span:nth-child(2) {
  color: #0A284D;
  font-size: 18px;
  line-height: 41px;
}

.display-wrap .item {
  display: flex;
  align-items: center;
  margin-left: 30px;
}

.display-wrap .cat-name .icn {
  margin-left: 30px;
}

.display-wrap .cat-name .icn svg {
  width: 20px;
  height: 26px;
  fill: #0A284D;
}

.display-wrap .nice-select {
  border: none;
  text-align: right !important;
  width: 180px;
  padding-right: 0;
}

.display-wrap .txt .nice-select .current {
  color: #0A284D;
  font-size: 18px;
  font-weight: 700;
  line-height: 36.29px;
}

.display-wrap .nice-select::after {
  right: auto;
  left: 15px;
  top: 0;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #0A284D;
  border-right: 2px solid #0A284D;
}

.display-wrap .nice-select .list {
  width: 100%;
}

.display-wrap .nice-select .list li {
  color: #0A284D;
}

.display-wrap .checkbox-wrap {
  position: relative;
}

.display-wrap .checkbox-wrap input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.display-wrap .checkbox-wrap input:checked + span {
  background-color: #0A284D;
}

.display-wrap .checkbox-wrap span {
  width: 23px;
  height: 23px;
  box-shadow: 0 1px 1px #e7edf4, inset 0 1px 0 #e7edf4;
  border-radius: 6px;
  background-color: #f9fafc;
  margin-left: 20px;
  transition: all 300ms ease-in-out;
}

.display-wrap .checkbox-wrap p {
  color: #0A284D;
  font-size: 16px;
  font-weight: 700;
}

.display-wrap .left-box {
  margin-right: auto;
  display: flex;
  align-items: center;
}

.display-wrap .left-box .print svg {
  fill: #1fbb6c;
  width: 21px;
  height: 23px;
}

.display-wrap .left-box .search svg {
  width: 19px;
  height: 19px;
  fill: #0A284D;
}

.archive-sidebar .select-cats {
  background-color: #e7edf4;
}

.archive-sidebar .select-cats .accordion ul li {
  border-bottom: 1px solid #cfdbe9;
  padding: 20px 0;
}

.archive-sidebar .select-cats .accordion ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

.manufacturers-wrap {
  display: flex;
  align-items: center;
  height: 63px;
  box-shadow: 0 1px 1px #e7edf4;
  border-radius: 21px;
  background-color: #DD9E15;
  padding: 0 30px;
  line-height: 63px;
  margin-bottom: 30px;
}

.manufacturers-wrap ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.manufacturers-wrap ul li {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  border-radius: 16px;
  padding: 0 11px;
  height: 31px;
  line-height: 31px;
  cursor: pointer;
  transition: all 300ms ease-in-out;
}

.manufacturers-wrap ul li:hover {
  background-color: #fff;
  color: #0A284D;
}

.manufacturers-wrap .more {
  color: #0fda73;
  font-size: 16px;
  font-weight: 700;
  margin-right: auto;
}

.manufacturers-wrap .more svg {
  width: 10px;
  height: 10px;
  fill: #0fda73;
  margin-right: 15px;
}

.cat-items-wrap {
  background-color: #ffffff;
  box-shadow: 0 1px 1px #e7edf4;
  border-radius: 21px;
  padding: 40px;
}

.table-items {
  box-shadow: inset 0 1px 0 rgba(231, 237, 244, 0.72);
  border-radius: 12px;
  background-color: #f9fafc;
  padding: 10px;
  margin-bottom: 30px;
}

.table-items table {
  width: 100%;
}

.table-items table th {
  color: #0A284D;
  font-size: 13px;
  font-weight: 700;
  line-height: 30.16px;
  text-align: center;
  padding: 15px 0;
}

.table-items table th:nth-child(2) {
  text-align: right;
}

.table-items table td {
  color: #0A284D;
  font-size: 14px;
  font-weight: 700;
  line-height: 30.16px;
  text-align: center;
  padding: 20px 0;
}

.table-items table td p a {
  color: #0A284D;
  font-size: 14px;
  font-weight: 700;
}

.table-items table td:nth-child(2) {
  text-align: right;
}

.table-items table td p,
.table-items table td span,
.table-items table td a {
  display: inline-block;
}

.table-items table td .discount {
  border-radius: 7px 7px 0;
  background-color: #da202e;
  height: 19px;
  line-height: 20px;
  padding: 0 5px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  position: relative;
  z-index: 1;
  margin-right: 20px;
}

.table-items table td .discount::before {
  content: "";
  position: absolute;
  bottom: -6px;
  right: -6px;
  border-radius: 7px 7px 0;
  background-color: #da202e;
  opacity: 0.05;
  height: 22px;
  width: 41px;
  z-index: -2;
}

.table-items table td .discount::after {
  content: "";
  position: absolute;
  bottom: -3px;
  right: -3px;
  border-radius: 7px 7px 0;
  background-color: #da202e;
  opacity: 0.1;
  height: 22px;
  width: 41px;
  z-index: -1;
}

.table-items table td .discount svg {
  width: 10px;
  height: 9px;
  fill: #fff;
  margin-left: 2px;
}

.table-items table td .percent {
  height: 15px;
  box-shadow: 0 2px 6px rgba(218, 32, 46, 0.21);
  border-radius: 5px;
  background-color: #da202e;
  padding: 0 7px;
  line-height: 18px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  margin-left: 10px;
}

.table-items table td .percent svg {
  width: 4px;
  height: 4px;
  fill: #fff;
  margin-right: 5px;
}

.table-items table td .chart svg {
  width: 19px;
  height: 19px;
  fill: #0A284D;
}

.table-items table td .add-cart::before {
  content: "+";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #0fda73;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  border-radius: 100%;
}

.table-items table td .add-cart {
  border: none;
  background: none;
  position: relative;
  z-index: 10;
}

.table-items table td .add-cart svg {
  fill: #0A284D;
  width: 22px;
  height: 24px;
}

.table-items table td.title,
.table-items table td.price {
  font-size: 18px;
}

.table-items table tbody tr:nth-child(odd) td {
  background-color: #fff;
}

.table-items table tbody tr:nth-child(even) td {
  background-color: rgba(231, 237, 244, 0.3);
}

.table-items table tbody tr td {
  border-radius: 3px;
}

.cat-items-wrap {
  margin-bottom: 40px;
}

.cat-items-wrap .section-header .date .manufacturers {
  color: #0A284D;
  font-size: 16px;
  font-weight: 700;
  line-height: 36.29px;
}

.cat-items-wrap .section-header .date .right {
  margin-right: auto;
}

.cat-items-wrap .section-header .date {
  margin-left: 0;
  padding-bottom: 15px;
}

.cat-items-wrap .section-header .date .left {
  display: flex;
  align-items: center;
  padding-left: 30px;
  margin-left: 30px;
  border-left: 1px solid #e7edf4;
}

.cat-items-wrap .section-header .date .fav-icons-wrap {
  display: flex;
  align-items: center;
  margin-left: 30px;
}

.cat-items-wrap .section-header .date .fav-icons-wrap a {
  margin-left: 15px;
}

.cat-items-wrap .section-header .date .fav-icons-wrap a:last-child {
  margin-left: 0;
}

.cat-items-wrap .section-header .date .fav-icons-wrap svg {
  width: 22px;
  height: 22px;
  fill: #0A284D;
  opacity: 0.6;
}

.cat-items-wrap .section-header .date .print span {
  color: #0A284D;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  margin-left: 10px;
}

.cat-items-wrap .section-header .date .print svg {
  width: 20px;
  height: 22px;
  fill: #0A284D;
}

.cat-items-wrap .footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cat-items-wrap .footer .see {
  width: 100%;
  height: 74px;
  box-shadow: inset 0 1px 0 rgba(231, 237, 244, 0.72);
  border-radius: 12px;
  background-color: #0A284D;
  line-height: 74px;
  text-align: center;
}

.cat-items-wrap .footer .see span {
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
  line-height: 27.03px;
  margin-left: 20px;
}

.cat-items-wrap .footer .see a {
  color: #0fda73;
  font-size: 16px;
  font-weight: 700;
}

.cat-items-wrap .footer .see a svg {
  width: 11px;
  height: 11px;
  fill: #fff;
  margin-right: 15px;
}

.cat-items-wrap .footer .name-wrap {
  display: flex;
  align-items: center;
  margin-left: 30px;
}

.cat-items-wrap .footer .name-wrap > span {
  color: #1fbb6c;
  font-size: 15px;
  font-weight: 700;
  display: flex;
  align-items: center;
  margin-left: 30px;
}

.cat-items-wrap .footer .name-wrap > span::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 27px;
  background-color: #e7edf4;
  margin-right: 30px;
}

.cat-items-wrap .footer .name-wrap ul {
  display: flex;
  align-items: center;
}

.cat-items-wrap .footer .name-wrap ul li {
  margin-left: 25px;
}

.cat-items-wrap .footer .name-wrap ul li:last-child {
  margin-left: 0;
}

.cat-items-wrap .footer .name-wrap ul li a {
  color: #0A284D;
  font-size: 15px;
  font-weight: 700;
  line-height: 36.29px;
}

.cat-items-wrap .footer .pagination-table {
  margin-bottom: 0;
  margin-top: 0;
}

.cat-items-wrap .footer .pagination-table a {
  width: 48px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  border-radius: 14px;
}

.cat-items-wrap .footer .pagination-table .page-numbers.next {
  margin: 0;
  margin-left: 12px;
}

.cat-items-wrap .footer .pagination-table .page-numbers.prev {
  margin: 0;
}

.info-wrapper .top-single .container {
  margin-right: 0;
}

.service-request {
  border-radius: 21px;
  background-color: #0A284D;
  padding: 30px 20px;
  margin-bottom: 35px;
}

.service-request .title {
  font-weight: 700;
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 25px;
}

.service-request label {
  display: flex;
  align-items: center;
  height: 58px;
  line-height: 58px;
  margin-bottom: 16px;
  border-radius: 12px;
  border: 1px solid rgba(249, 250, 252, 0.1);
  padding: 0 15px;
}

.service-request label .icn {
  margin-left: 14px;
}

.service-request label .icn svg {
  width: 15px;
  height: 19px;
  fill: #fff;
}

.service-request label input {
  height: 100%;
  width: 100%;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  background: none;
  border: none;
}

.service-request label input::-moz-placeholder {
  color: #0A284D;
}

.service-request label input::placeholder {
  color: #0A284D;
}

.service-request textarea {
  width: 100%;
  min-height: 127px;
  margin-bottom: 16px;
  border-radius: 12px;
  border: 1px solid rgba(249, 250, 252, 0.1);
  padding: 20px;
  background: none;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 20px;
}

.service-request textarea::-moz-placeholder {
  color: #0A284D;
}

.service-request textarea::placeholder {
  color: #0A284D;
}

.service-request .btn {
  width: 100%;
  height: 58px;
  line-height: 58px;
  border-radius: 12px;
  border: 1px solid #f9fafc;
  background-color: #ffffff;
  color: #0A284D;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}

.service-request .btn svg {
  width: 11px;
  height: 11px;
  fill: #0A284D;
}

.info-sidebar .sales-experts {
  margin-bottom: 60px;
}

.info-sidebar .cat-wrap {
  margin-bottom: 45px;
}

.info-sidebar .cat-wrap .item {
  height: 103px;
  width: 100%;
  line-height: 103px;
  display: flex;
  align-items: center;
  border-radius: 21px;
  padding: 0 30px;
  position: relative;
  z-index: 1;
  background-color: #fff;
  transition: all 300ms ease-in-out;
}

.info-sidebar .cat-wrap .itm-wrap {
  position: relative;
  margin-bottom: 20px;
  transition: all 300ms ease-in-out;
}

.info-sidebar .cat-wrap .itm-wrap:last-child {
  margin-bottom: 0;
}

.info-sidebar .cat-wrap .itm-wrap::before {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  border-radius: 21px;
  width: 60%;
  height: 100%;
  z-index: -1;
  background-color: #e7edf4;
  transition: all 300ms ease-in-out;
}

.info-sidebar .cat-wrap .item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 21px;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all 300ms ease-in-out;
  background-image: linear-gradient(to left, rgba(231, 237, 244, 0.2) 15%, #fff 90%);
}

.info-sidebar .cat-wrap .item .icn-c {
  margin-left: 30px;
}

.info-sidebar .cat-wrap .item .icn-c svg {
  width: 24px;
  height: 31px;
  fill: #0A284D;
  transition: all 300ms ease-in-out;
}

.info-sidebar .cat-wrap .item .ttl {
  color: #0A284D;
  font-size: 16px;
  font-weight: 700;
  transition: all 300ms ease-in-out;
}

.info-sidebar .cat-wrap .item .icn {
  margin-right: auto;
}

.info-sidebar .cat-wrap .item .icn svg {
  width: 8px;
  height: 8px;
  fill: #0A284D;
  transition: all 300ms ease-in-out;
}

.info-sidebar .cat-wrap .itm-wrap:hover .item {
  background-color: #0A284D;
}

.info-sidebar .cat-wrap .itm-wrap:hover .item .ttl {
  color: #fff;
}

.info-sidebar .cat-wrap .itm-wrap:hover .item .icn svg {
  fill: #fff;
}

.info-sidebar .cat-wrap .itm-wrap:hover .item .icn-c svg {
  fill: #fff;
}

.info-sidebar .cat-wrap .itm-wrap:hover::before {
  opacity: 0;
}

.info-sidebar .cat-wrap .itm-wrap:hover .item::before {
  opacity: 0;
}

.related-products .section-header {
  position: relative;
  margin-bottom: 30px;
}

.related-products .section-header .title {
  font-size: 16px;
  line-height: 25.29px;
  margin-left: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.related-products .swiper-pagination {
  position: static;
  margin-right: auto;
}

.related-products .swiper-pagination-bullet {
  border-radius: 7px;
  background-color: #e7edf4;
  width: 7px;
  height: 7px;
  margin: 0 2px;
}

.related-products .swiper-pagination-bullet-active {
  width: 16px;
  background-color: #0A284D;
}

.related-products .product-box-org {
  box-shadow: none;
}

.related-products .product-box-org::before {
  content: none;
}

.main-search .header-search {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 35px 40px;
  box-shadow: 0 1px 1px #e7edf4;
  border-radius: 21px;
  background-color: #ffffff;
  margin-bottom: 30px;
}

.main-search .header-search .right-box svg {
  width: 19px;
  height: 19px;
  fill: #0A284D;
  margin-left: 19px;
}

.main-search .header-search .right-box {
  display: flex;
  align-items: center;
}

.main-search .header-search .right-box span {
  color: #0A284D;
  font-size: 15px;
  font-weight: 700;
  margin-left: 20px;
}

.main-search .header-search .right-box p {
  color: #0A284D;
  font-size: 20px;
  font-weight: 700;
}

.main-search .header-search .left-box,
.main-search .shr-header .left-box {
  display: flex;
  align-items: center;
}

.main-search .header-search .left-box .checkbox-wrap,
.main-search .shr-header .left-box .checkbox-wrap {
  position: relative;
  margin-left: 30px;
  display: flex;
  align-items: center;
}

.main-search .header-search .left-box .checkbox-wrap:last-child,
.main-search .shr-header .left-box .checkbox-wrap:last-child {
  margin-left: 0;
}

.main-search .header-search .left-box .checkbox-wrap input,
.main-search .shr-header .left-box .checkbox-wrap input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.main-search .header-search .left-box .checkbox-wrap input:checked + span,
.main-search .shr-header .left-box .checkbox-wrap input:checked + span {
  background-color: #0A284D;
}

.main-search .header-search .left-box .checkbox-wrap span,
.main-search .shr-header .left-box .checkbox-wrap span {
  width: 23px;
  height: 23px;
  box-shadow: 0 1px 1px #e7edf4, inset 0 1px 0 #e7edf4;
  border-radius: 6px;
  background-color: #f9fafc;
  margin-left: 20px;
  transition: all 300ms ease-in-out;
}

.main-search .header-search .left-box .checkbox-wrap p,
.main-search .shr-header .left-box .checkbox-wrap p {
  color: #0A284D;
  font-size: 16px;
  font-weight: 700;
}

.main-search .shr-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.main-search .shr-header .title {
  color: #0A284D;
  font-size: 18px;
  font-weight: 700;
}

.main-search .shr-header span {
  color: #0A284D;
  font-size: 15px;
  font-weight: 500;
}

.main-search .categories-wrap {
  box-shadow: 0 1px 1px #e7edf4;
  border-radius: 21px;
  background-color: #ffffff;
  padding: 37px 40px;
  margin-bottom: 30px;
}

.main-search .categories-wrap .items-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px 20px;
}

.main-search .categories-wrap .item {
  display: flex;
  align-items: center;
  box-shadow: inset 0 1px 0 rgba(231, 237, 244, 0.72);
  border-radius: 12px;
  background-color: #f9fafc;
  padding: 23px 19px;
  position: relative;
}

.main-search .categories-wrap .item .thumbnail {
  margin-left: 20px;
}

.main-search .categories-wrap .item .txt .ttl {
  color: #0A284D;
  font-size: 16px;
  font-weight: 700;
  line-height: 30.16px;
}

.main-search .categories-wrap .item .txt p {
  color: #0A284D;
  font-size: 13px;
  font-weight: 500;
  line-height: 30.16px;
}

.main-search .categories-wrap .item .txt p svg {
  width: 13px;
  height: 13px;
  fill: #0A284D;
  margin-left: 4px;
}

.main-search .categories-wrap .item .btn {
  position: absolute;
  height: 38px;
  width: 36px;
  font-size: 26px;
  color: #0A284D;
  font-weight: 700;
  transition: all 300ms ease-in-out;
  bottom: 0;
  left: 0;
  text-align: center;
}

.main-search .categories-wrap .item .btn::before {
  content: "";
  width: 53px;
  height: 53px;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateX(0);
  background: none;
  background-image: none;
  background-image: url("../images/add-cart-bg-search.png");
}

.main-search .products-wrap {
  box-shadow: 0 1px 1px #e7edf4;
  border-radius: 21px;
  background-color: #ffffff;
  padding: 37px 40px;
  margin-bottom: 30px;
}

.main-search .articles-wrapper {
  box-shadow: 0 1px 1px #e7edf4;
  border-radius: 21px;
  background-color: #ffffff;
  padding: 37px 40px;
  margin-bottom: 30px;
}

.main-search .articles-wrapper .items-wrap {
  display: grid;
  grid-gap: 30px 22px;
  grid-template-columns: repeat(2, 1fr);
}

.main-search .articles-wrapper .item-org-small .btn {
  position: absolute;
  height: 38px;
  width: 36px;
  font-size: 26px;
  color: #0A284D;
  font-weight: 700;
  transition: all 300ms ease-in-out;
  bottom: 0;
  left: 0;
  text-align: center;
}

.main-search .articles-wrapper .item-org-small .btn::before {
  content: "";
  width: 53px;
  height: 53px;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateX(0);
  background: none;
  background-image: none;
  background-image: url("../images/add-cart-bg-search.png");
}

.main-search .articles-wrapper .item-org-small {
  position: relative;
  box-shadow: inset 0 1px 0 rgba(231, 237, 244, 0.72);
  border-radius: 12px;
  background-color: #f9fafc;
  border: none;
  padding: 20px;
}

.main-search .articles-wrapper .item-org-small .thumbnail {
  max-width: 106px;
}

.main-search .articles-wrapper .item-org-small .thumbnail img {
  border-radius: 18px 18px 6px;
}

.main-search .articles-wrapper .item-org-small .thumbnail .icn {
  width: 24px;
  height: 24px;
  line-height: 24px;
}

.main-search .articles-wrapper .item-org-small .thumbnail .icn svg {
  width: 10px;
  height: 10px;
}

.main-search .articles-wrapper .item-org-small .ttl {
  font-size: 18px;
}

.menu-panel .user-wrap {
  box-shadow: 0 1px 1px rgba(232, 234, 236, 0.35);
  border-radius: 21px;
  background-color: #ffffff;
  margin-bottom: 20px;
  padding: 40px 30px 30px;
}

.menu-panel .avatar-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 30px;
}

.menu-panel .avatar-wrap .settings {
  width: 50px;
  height: 50px;
  box-shadow: inset 0 -3px 1px rgba(17, 74, 143, 0.03);
  border-radius: 0 0 25px 25px;
  background-color: #ffffff;
  text-align: center;
  line-height: 50px;
}

.menu-panel .avatar-wrap .settings svg {
  width: 19px;
  height: 6px;
  fill: #0A284D;
}

.menu-panel .avatar-wrap .avatar {
  padding: 10px;
  border-radius: 100%;
  position: relative;
}

.menu-panel .avatar-wrap .avatar .img-shadow {
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.3;
  filter: blur(8px);
  width: 70%;
  height: 70%;
  z-index: 1;
}

.menu-panel .avatar-wrap .avatar::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 146px;
  width: 146px;
  background-image: url("../images/avatar-bg.png");
}

.menu-panel .avatar-wrap .messages {
  width: 50px;
  height: 50px;
  box-shadow: inset 0 -3px 1px rgba(17, 74, 143, 0.03);
  border-radius: 0 0 25px 25px;
  background-color: #ffffff;
  line-height: 50px;
  text-align: center;
  position: relative;
}

.menu-panel .avatar-wrap .messages .number {
  position: absolute;
  top: -2px;
  left: -2px;
  width: 24px;
  height: 27px;
  background-image: url("../images/messages-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  line-height: 27px;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  background-position-x: -2px;
}

.menu-panel .avatar-wrap .messages svg {
  width: 20px;
  height: 18px;
  fill: #0A284D;
}

.menu-panel .user-wrap .user-name {
  color: #0A284D;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 36.29px;
  margin-bottom: 30px;
}

.menu-panel .user-wrap .wallet {
  height: 50px;
  border-radius: 9px;
  background-color: #0fda73;
  line-height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  color: #fff;
  box-shadow: 0 10px 12px -5px rgba(15, 218, 115, 0.3);
}

.menu-panel .user-wrap .wallet .right svg {
  width: 21px;
  height: 18px;
  fill: #fff;
  margin-left: 10px;
}

.menu-panel .user-wrap .wallet .left {
  color: #ffffff;
  font-size: 23px;
  font-weight: 700;
}

.menu-panel .user-wrap .wallet .left span {
  color: #ffffff;
  font-size: 9px;
  font-weight: 400;
  transform: rotate(-90deg);
}

.panel-menu-items {
  box-shadow: 0 1px 1px rgba(232, 234, 236, 0.35);
  border-radius: 21px;
  background-color: #ffffff;
  padding: 30px 28px;
}

.panel-menu-items ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.panel-menu-items ul li {
  padding: 40px 0;
  text-align: center;
}

.panel-menu-items ul li span {
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  color: #0A284D;
  font-size: 14px;
  font-weight: 700;
}

.panel-menu-items ul li span svg {
  width: 28px;
  height: 28px;
  fill: #0A284D;
}

.panel-menu-items ul li span.icn {
  margin-bottom: 20px;
}

.panel-menu-items ul li {
  border-bottom: 1px solid #e7edf4;
}

.panel-menu-items ul li:nth-child(odd) {
  border-left: 1px solid #e7edf4;
}

.panel-menu-items ul li:nth-child(5),
.panel-menu-items ul li:nth-child(6) {
  border-bottom: none;
}

.panel-header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 19px 30px;
  background-color: #f4f4f4;
  box-shadow: 0 1px 1px rgba(232, 234, 236, 0.35);
  border-radius: 21px;
  background-color: #ffffff;
  margin-bottom: 20px;
}

.panel-header .title svg {
  margin-left: 9px;
  width: 19px;
  height: 18px;
  fill: #0A284D;
}

.panel-header .title {
  display: flex;
  align-items: center;
  margin-left: 30px;
}

.panel-header .title span {
  color: #0A284D;
  font-size: 14px;
  font-weight: 700;
}

.panel-header .title::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 15px;
  background-color: #f4f4f4;
  margin-right: 15px;
}

.panel-header .search {
  height: 38px;
  box-shadow: inset 0 -3px 1px rgba(17, 74, 143, 0.03);
  border-radius: 12px;
  background-color: rgba(231, 237, 244, 0.3);
  line-height: 38px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  max-width: 388px;
  width: 100%;
}

.panel-header .search input {
  flex: 1;
  border: none;
  height: 100%;
  color: #b7c8dd;
  font-size: 12px;
  font-weight: 500;
  background: none;
}

.panel-header .search .btn {
  border: none;
  background: none;
}

.panel-header .search .btn svg {
  fill: #0A284D;
}

.panel-header .left-box {
  margin-right: auto;
  display: flex;
  align-items: center;
}

.panel-header .left-box > svg {
  width: 16px;
  height: 16px;
  fill: #0A284D;
  margin-left: 14px;
}

.panel-header .left-box .ttl {
  color: #0A284D;
  font-size: 12px;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-left: 20px;
}

.panel-header .left-box .ttl::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 15px;
  background-color: #f4f4f4;
  margin-right: 20px;
}

.panel-header .left-box .name {
  color: #0A284D;
  font-size: 13px;
  font-weight: 700;
  margin-left: 20px;
}

.panel-header .left-box .price {
  color: #0A284D;
  font-size: 15px;
  font-weight: 700;
  margin-left: 9px;
}

.panel-header .left-box .toman {
  color: #0A284D;
  font-size: 11px;
  font-weight: 700;
  margin-left: 7px;
}

.panel-header .left-box .change {
  height: 15px;
  box-shadow: 0 2px 6px rgba(218, 32, 46, 0.21);
  border-radius: 5px;
  background-color: #da202e;
  padding: 0 7px;
  line-height: 15px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
}

.panel-header .left-box .change svg {
  fill: #fff;
  width: 4px;
  height: 4px;
  margin-right: 5px;
}

.content-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 35px 0;
  border-bottom: 1px solid #e7edf4;
  margin-bottom: 30px;
}

.content-header .ttl {
  color: #0A284D;
  font-size: 18px;
}

.content-header .check-box-wrap {
  display: flex;
  align-items: center;
}

.content-header .check-box-wrap label {
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 40px;
  margin-bottom: 0;
}

.content-header .check-box-wrap label:last-child {
  margin-left: 0;
}

.content-header .check-box-wrap label input {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
}

.content-header .check-box-wrap label .checkbox {
  width: 19px;
  height: 19px;
  box-shadow: 0 1px 1px #e7edf4, inset 0 1px 0 #e7edf4;
  border-radius: 6px;
  background-color: #f9fafc;
  margin-left: 15px;
  transition: all 300ms ease-in-out;
}

.content-header .check-box-wrap label .name {
  color: #0A284D;
  font-size: 15px;
  font-weight: 700;
  margin-left: 20px;
}

.content-header .check-box-wrap label .number {
  width: 29px;
  height: 29px;
  border-radius: 14px;
  background-color: #0A284D;
  text-align: center;
  line-height: 32px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
}

.content-header .check-box-wrap label input:checked + .checkbox {
  background-color: #0A284D;
  box-shadow: none;
}

.content-header .add-address {
  color: #285c9a;
  font-size: 14px;
  font-weight: 700;
}

.content-header .add-address svg {
  width: 10px;
  height: 10px;
  fill: #285c9a;
  margin-right: 20px;
}

.content-header .see-more {
  padding-bottom: 0;
  border-bottom: none;
}

.contents-wrapper {
  box-shadow: 0 1px 1px rgba(232, 234, 236, 0.35);
  border-radius: 21px;
  background-color: #ffffff;
  padding: 0 40px 40px;
  margin-bottom: 30px;
}

.order-items-wrap .item {
  box-shadow: inset 0 1px 0 rgba(231, 237, 244, 0.72);
  border-radius: 12px;
  border: 1px solid #e7edf4;
  background-color: #ffffff;
  padding: 30px;
  margin-bottom: 20px;
}

.order-items-wrap .item .head {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.order-items-wrap .item .head .thumbnail {
  margin-left: 20px;
}

.order-items-wrap .item .head .title {
  position: relative;
  padding-right: 20px;
}

.order-items-wrap .item .head .title::before {
  content: "";
  width: 1px;
  height: 40px;
  background-color: #e7edf4;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.order-items-wrap .item .head .title .ttl {
  color: #0A284D;
  font-size: 16px;
  margin-bottom: 4px;
}

.order-items-wrap .item .head .title p {
  color: #0A284D;
  font-size: 13px;
  font-weight: 500;
}

.order-items-wrap .item .details-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: inset 0 1px 0 rgba(231, 237, 244, 0.72);
  border-radius: 12px;
  background-color: #f9fafc;
  padding: 28px 20px;
}

.order-items-wrap .item .details-wrap .icn {
  margin-left: 20px;
}

.order-items-wrap .item .details-wrap .icn svg {
  width: 15px;
  height: 16px;
  fill: #0A284D;
}

.order-items-wrap .item .details-wrap .title {
  color: #0A284D;
  font-size: 13px;
  font-weight: 500;
  margin-left: 60px;
}

.order-items-wrap .item .details-wrap p {
  color: #0A284D;
  font-size: 16px;
  font-weight: 700;
  line-height: 17px;
}

.order-items-wrap .item .details-wrap p span {
  line-height: 20px;
}

.order-items-wrap .item .details-wrap p span:nth-child(2) {
  color: #0A284D;
  font-size: 14px;
  font-weight: 700;
  margin-right: 10px;
}

.order-items-wrap .item .details-wrap .itm {
  margin-left: 0;
}

.order-items-wrap .item .footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.order-items-wrap .item .footer .operation {
  display: flex;
  align-items: center;
}

.order-items-wrap .item .footer .operation svg {
  width: 21px;
  height: 21px;
  margin-left: 15px;
}

.order-items-wrap .item .footer .operation p {
  color: #0A284D;
  font-size: 16px;
  font-weight: 700;
}

.order-items-wrap .item .footer a {
  color: #da202e;
  font-size: 14px;
  font-weight: 700;
}

.order-items-wrap .item .footer a svg {
  width: 14px;
  height: 14px;
  fill: #da202e;
  margin-right: 15px;
}

.pagination-panel {
  margin-right: auto;
  margin-left: 0;
  margin-top: 40px;
  margin-bottom: 0;
}

.pagination-panel .page-numbers {
  width: 41px;
  height: 41px;
  line-height: 45px;
  font-size: 16px;
}

.panel-footer {
  display: flex;
  align-items: center;
  justify-content: left;
  margin-bottom: 36px;
}

.panel-footer p {
  color: #b7c8dd;
  font-size: 14px;
  font-weight: 700;
}

.panel-table .table-items table td {
  border: 1px solid #e7edf4;
  padding: 20px;
  transition: all 300ms ease-in-out;
  background: none;
}

.table-items table tbody tr:nth-child(2n+1) td {
  background: none;
}

.table-items table tbody tr:hover td {
  background-color: #fff;
}

.panel-table .table-items table th {
  border: 1px solid #e7edf4;
  padding: 20px;
}

.panel-table .table-items {
  padding: 0;
}

.table-items table th:first-child {
  border-radius: 0 12px 0 0;
}

.table-items table th:last-child {
  border-radius: 12px 0 0 0;
}

.panel-table .table-items table td .percent {
  background: none;
  padding: 0;
  box-shadow: none;
}

.panel-table .table-items table td .percent svg {
  fill: #da202e;
  width: 6px;
  height: 6px;
}

.panel-table .table-items table td:nth-child(7).red {
  color: #da202e;
  font-size: 18px;
}

.panel-table .table-items table td:nth-child(7).green {
  color: #12b563;
  font-size: 18px;
}

.panel-table .table-items table td:nth-child(7).green svg {
  fill: #12b563;
  transform: rotate(180deg);
}

.panel-table .table-items table td:nth-child(8) {
  color: #12b563;
}

.panel-table .table-items table td:nth-child(8).Unsuccessful {
  color: #b3c5db;
}

.panel-table .table-items table td .add-cart {
  border-bottom: 1px dashed #0A284D;
}

.table-items table td .add-cart::before {
  content: none;
}

.my-addresses .addresses-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px 80px;
}

.my-addresses .item {
  box-shadow: inset 0 1px 0 rgba(231, 237, 244, 0.72);
  border-radius: 12px;
  background-color: #f9fafc;
  margin-bottom: 30px;
  padding: 30px;
}

.my-addresses .item .specifications {
  display: flex;
  justify-content: space-between;
}

.my-addresses .item .specifications ul {
  margin-left: 30px;
  flex: 1;
}

.my-addresses .item .specifications ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  border-top: 1px solid #f1f2f4;
}

.my-addresses .item .specifications ul li:first-child {
  border-top: none;
  padding-top: 0;
}

.my-addresses .item .specifications ul li:last-child {
  padding-bottom: 0;
}

.my-addresses .item .specifications ul li span:first-child {
  color: #0A284D;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}

.my-addresses .item .specifications ul li span:last-child {
  color: #0A284D;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
}

.my-addresses .item .specifications ul li span:first-child svg {
  width: 18px;
  height: 18px;
  fill: #0A284D;
  margin-left: 16px;
}

.my-addresses .item .specifications ul li:first-child span {
  font-size: 16px;
  font-weight: 700;
}

.my-addresses .item .specifications ul li:first-child svg {
  fill: #0A284D;
}

.my-addresses .item .add-map {
  position: relative;
  padding: 1px;
}

.my-addresses .item .add-map label input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.my-addresses .item .add-map label {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 1px 0 #e7edf4, inset 0 1px 0 rgba(231, 237, 244, 0.72);
  border-radius: 12px;
  width: 100%;
  height: 100%;
  justify-content: center;
  background-color: rgba(235, 240, 246, 0.6);
}

.my-addresses .item .add-map label span {
  color: #0A284D;
  font-size: 16px;
  font-weight: 700;
  opacity: 0.6;
}

.my-addresses .item .add-map label svg {
  width: 52px;
  height: 52px;
  fill: #0A284D;
  margin-bottom: 30px;
  opacity: 0.3;
}

.my-addresses .item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.my-addresses .item .map #map_location {
  height: 215px;
}

.deposit-amount-wrap .right-bx .deposit-amount {
  margin-bottom: 30px;
}

.deposit-amount-wrap .right-bx .deposit-amount .ttl {
  color: #0A284D;
  font-size: 18px;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 24px;
  white-space: nowrap;
}

.deposit-amount-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
  margin-bottom: 36px;
}

.deposit-amount-wrap .right-bx .deposit-amount .number-input {
  flex: 1;
  display: flex;
  align-items: center;
  border-radius: 21px;
  border: 1px solid #e7edf4;
  justify-content: space-between;
  height: 71px;
  max-width: 100%;
  background: #fff;
  margin-left: 0;
}

.deposit-amount-wrap .right-bx .deposit-amount .number-input .quantity {
  flex: 1;
  max-width: unset;
  text-align: left;
}

.deposit-amount-wrap .right-bx .deposit-amount .number-input .quantity::-moz-placeholder {
  opacity: 1;
}

.deposit-amount-wrap .right-bx .deposit-amount .number-input .quantity::placeholder {
  opacity: 1;
}

.deposit-amount-wrap .right-bx .deposit-amount .number-input span:first-child {
  color: #b7c8dd;
  font-size: 15px;
  font-weight: 700;
}

.deposit-amount-wrap .right-bx .deposit-amount .number-input span:last-child {
  color: #b7c8dd;
  font-size: 15px;
  font-weight: 700;
  transform: rotate(-90deg);
}

.deposit-amount-wrap .right-bx .deposit-amount .number-input button.plus {
  border-right: 0;
  border-left: 1px solid #f2f6f9;
}

.deposit-amount-wrap .right-bx .payment-percentage .items-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  width: 100%;
  direction: ltr;
}

.deposit-amount-wrap .right-bx .payment-percentage .items-wrap .item {
  position: relative;
}

.deposit-amount-wrap .right-bx .payment-percentage .item .number {
  box-shadow: 0 1px 1px #e7edf4, inset 0 1px 0 #e7edf4;
  border-radius: 18px;
  background-color: #f9fafc;
  cursor: pointer;
  direction: rtl;
  padding: 12px 20px;
  transition: all 300ms ease-in-out;
}

.deposit-amount-wrap .right-bx .payment-percentage .item span:first-child {
  color: #b7c8dd;
  font-size: 13px;
  font-weight: 700;
  display: block;
  text-align: right;
  transition: all 300ms ease-in-out;
}

.deposit-amount-wrap .right-bx .payment-percentage .item span:last-child {
  color: #0A284D;
  font-size: 28px;
  font-weight: 700;
  display: block;
  text-align: left;
  line-height: 22px;
  transition: all 300ms ease-in-out;
}

.deposit-amount-wrap .right-bx .payment-percentage .item input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 52;
  cursor: pointer;
}

.deposit-amount-wrap .right-bx .payment-percentage .item input[type=radio]:checked + .number {
  box-shadow: 0 1px 1px #e7edf4, inset 0 1px 0 #e7edf4;
  border-radius: 18px;
  background-color: #0A284D;
}

.deposit-amount-wrap .right-bx .payment-percentage .item input[type=radio]:checked + .number span:first-child {
  color: #ffffff;
}

.deposit-amount-wrap .right-bx .payment-percentage .item input[type=radio]:checked + .number span:last-child {
  color: #ffffff;
}

.deposit-amount-wrap .right-bx .btn {
  display: flex;
  align-items: center;
  width: 100%;
  height: 73px;
  border-radius: 21px;
  background-color: #0fda73;
  line-height: 73px;
  padding: 0 29px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 24px;
}

.deposit-amount-wrap .right-bx .btn svg.bag {
  width: 27px;
  height: 29px;
  fill: #ffffff;
  margin-left: 20px;
}

.deposit-amount-wrap .right-bx .btn svg.arrow {
  margin-right: auto;
  width: 14px;
  height: 12px;
  fill: #ffffff;
}

.deposit-amount-wrap .right-bx .payment-percentage {
  margin-bottom: 30px;
}

.deposit-amount-wrap .right-bx .attention {
  color: #0A284D;
  font-size: 15px;
  font-weight: 500;
}

.deposit-amount-wrap .right-bx .attention span {
  height: 18px;
  box-shadow: 0 2px 6px rgba(218, 32, 46, 0.21);
  border-radius: 5px;
  background-color: #da202e;
  padding: 0 6px;
  line-height: 18px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  margin-left: 16px;
}

.bank-card {
  border-radius: 21px;
  background-color: #0A284D;
  padding: 36px 30px 40px 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-height: 324px;
}

.bank-card .logo {
  margin-bottom: 50px;
}

.bank-card .card-number {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.bank-card .card-number span {
  color: #ffffff;
  font-size: 37px;
  font-weight: 500;
}

.bank-card .footer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.bank-card .footer .name {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
}

.bank-card .footer .inventory {
  text-align: left;
}

.bank-card .footer .inventory span:first-child {
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  display: block;
  line-height: 20px;
}

.bank-card .footer .inventory span:last-child {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
}

.bank-card::before {
  content: "";
  position: absolute;
  bottom: -63px;
  left: 50%;
  transform: translateX(-50%);
  height: 30px;
  width: 80%;
  background-color: #cfdbe9;
  opacity: 0.7;
  border-radius: 100%;
  filter: blur(10px);
}

.info-wrap {
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
}

.parent-box {
  box-shadow: 0 1px 1px rgba(232, 234, 236, 0.35);
  border-radius: 21px;
  background-color: #ffffff;
  padding: 30px;
}

.parent-box .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.parent-box .head .title {
  color: #0A284D;
  font-size: 16px;
  font-weight: 700;
}

.parent-box .head a {
  color: #0A284D;
  font-size: 15px;
  font-weight: 700;
}

.parent-box .head a svg {
  width: 14px;
  height: 15px;
  fill: #0A284D;
  margin-right: 9px;
}

.information-wrap {
  max-width: 500px;
  margin-left: 20px;
  flex: 1;
}

.information-wrap .item-wrap {
  box-shadow: inset 0 1px 0 rgba(231, 237, 244, 0.72);
  border-radius: 12px;
  background-color: #f9fafc;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.information-wrap .itm:nth-child(1) {
  flex: 1;
  border-left: 1px solid #e7edf4;
}

.information-wrap .itm:nth-child(2) {
  flex: 1;
  border-left: 1px solid #e7edf4;
}

.information-wrap .itm:nth-child(3) {
  flex: 1;
}

.information-wrap .itm:nth-child(4) {
  flex: 0 0 100%;
  border-top: 1px solid #e7edf4;
  border-bottom: 1px solid #e7edf4;
}

.information-wrap .itm:nth-child(5) {
  flex: 0 0 50%;
  border-left: 1px solid #e7edf4;
}

.information-wrap .itm:nth-child(6) {
  flex: 0 0 50%;
}

.information-wrap .itm span {
  display: block;
  color: #0A284D;
  font-size: 13px;
  font-weight: 500;
}

.information-wrap .itm span:last-child {
  color: #0A284D;
  font-size: 14px;
  font-weight: 700;
}

.information-wrap .itm {
  padding: 20px;
}

.notifications {
  max-width: 375px;
  margin-left: 20px;
}

.notifications .item {
  display: flex;
  align-items: center;
  box-shadow: inset 0 1px 0 rgba(231, 237, 244, 0.72);
  border-radius: 12px;
  background-color: #f9fafc;
  padding: 14px 20px;
  position: relative;
  margin-bottom: 11px;
}

.notifications .item:last-child {
  margin-bottom: 0;
}

.notifications .item .ttl {
  color: #0A284D;
  font-size: 16px;
  font-weight: 700;
  line-height: 30.16px;
  max-width: 90%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.notifications .item .btn {
  position: absolute;
  height: 38px;
  width: 36px;
  font-size: 26px;
  color: #0A284D;
  font-weight: 700;
  transition: all 300ms ease-in-out;
  bottom: 0;
  left: 0;
  text-align: center;
}

.notifications .item .btn::before {
  content: "";
  width: 53px;
  height: 53px;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateX(0);
  background: none;
  background-image: none;
  background-image: url("../images/add-cart-bg-search.png");
}

.podcast-wrap {
  box-shadow: 0 1px 1px rgba(232, 234, 236, 0.35);
  border-radius: 21px;
  background-color: #0A284D;
  flex: 1;
  padding: 60px 0 50px;
  text-align: center;
  max-width: 229px;
  height: 100%;
  position: relative;
}

.podcast-wrap img {
  margin-bottom: 25px;
}

.podcast-wrap .title {
  color: #ffffff;
  font-size: 23px;
  font-weight: 900;
  margin-bottom: 23px;
}

.podcast-wrap p {
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
}

.recent-orders {
  background: none;
  box-shadow: none;
  margin-bottom: 0;
}

.recent-orders table {
  border-collapse: separate;
  border-spacing: 0 15px;
}

.recent-orders table td {
  padding: 5px;
  border: none !important;
  border-left: 1px solid #e7edf4 !important;
  background-color: #f9fafc !important;
}

.recent-orders table td:last-child {
  border: none !important;
}

.recent-orders td:nth-child(4) {
  font-size: 18px;
}

.recent-orders td:nth-child(5) {
  color: #1ac36e;
}

.recent-orders td:nth-child(5).unsuccessful {
  color: #da202e;
}

.recent-orders .purchase-details {
  height: 33px;
  border-radius: 9px;
  background-color: #0A284D;
  line-height: 33px;
  padding: 0 19px;
  transition: all 300ms ease-in-out;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
}

.recent-orders .purchase-details:hover {
  background-color: #0A284D;
}

.user-account-settings.box-parent {
  padding-bottom: 40px;
}

.user-account-settings .box-parent-header {
  margin-bottom: 40px;
}

.user-account-settings .items-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.user-account-settings label {
  display: flex;
  align-items: center;
  border-radius: 12px;
  border: 1px solid #e7edf4;
  background-color: #ffffff;
  height: 64px;
  line-height: 64px;
  padding: 0 25px;
  margin-bottom: 25px;
  position: relative;
  flex: 0 0 32%;
}

.user-account-settings label:nth-child(7) {
  flex: 0 0 100%;
}

.user-account-settings label input {
  height: 100%;
  width: 100%;
  background-color: #fff;
  border: none;
  color: #b7c8dd;
  font-size: 14px;
  font-weight: 700;
  padding-right: 25px;
}

.user-account-settings label svg {
  width: 18px;
  height: 18px;
  fill: #285c9a;
}

.user-account-settings label .confirm {
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
}

.user-account-settings label .confirm span {
  width: 14px;
  height: 14px;
  display: inline-block;
  border-radius: 100%;
}

.user-account-settings label .confirm span.red {
  background-color: #ee384e;
  margin-left: 5px;
}

.user-account-settings label .confirm span.green {
  background-color: #36c858;
}

.add-img-profile {
  margin-bottom: 40px;
}

.add-img-profile .add-img {
  display: flex;
  align-items: center;
  box-shadow: inset 0 1px 0 rgba(231, 237, 244, 0.72);
  border-radius: 12px;
  background-color: #f9fafc;
  padding: 30px;
}

.add-img-profile .add-img figure {
  width: 74px;
  height: 74px;
  margin-left: 34px;
  position: relative;
}

.add-img-profile .add-img figure img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}

.add-img-profile .add-img .text h4 {
  color: #0A284D;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 15px;
}

.add-img-profile .add-img .text span {
  color: #0A284D;
  font-size: 13px;
  font-weight: 500;
}

.add-img-profile .add-img label {
  width: -moz-max-content;
  width: max-content;
  margin-right: auto;
  background: none;
  border: none;
  padding: 0;
  line-height: normal;
  margin-bottom: 0;
}

.add-img-profile .add-img label input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  padding: 0;
  cursor: pointer;
}

.add-img-profile .add-img label span {
  color: #0A284D;
  font-size: 13px;
  font-weight: 700;
}

.add-img-profile .add-img label span svg {
  fill: #0A284D;
  width: 19px;
  height: 19px;
  display: block;
  margin: 0 auto 15px;
}

.add-img-profile .biography {
  position: relative;
}

.add-img-profile .biography textarea {
  width: 100%;
  border-radius: 12px;
  border: 1px solid #e7edf4;
  padding: 22px 25px;
  color: #b7c8dd;
  font-size: 14px;
  font-weight: 700;
  height: 134px;
}

.add-img-profile .biography span {
  position: absolute;
  bottom: 25px;
  left: 25px;
  color: #b7c8dd;
  font-size: 13px;
  font-weight: 500;
}

.add-img-profile {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
}

.contents-wrapper .save-changes {
  border-radius: 12px;
  background-color: #0A284D;
  height: 64px;
  max-width: 242px;
  width: 100%;
  line-height: 64px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  box-shadow: 0px 19px 16px -19px rgba(6, 52, 210, 0.5);
  border: none;
  margin-right: auto;
  display: table;
  transition: all 300ms ease-in-out;
}

.contents-wrapper .save-changes:hover {
  box-shadow: 0 1px 1px #e9ebed;
  background-color: #fff;
  color: #0735d3;
}

.shadow-img {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 107%;
  height: 107%;
  border-radius: 21px;
  z-index: -1;
}

.header-cart-page {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 50px 89px 25px;
  position: relative;
  margin-bottom: 70px;
  background-color: #fff;
  box-shadow: 0 1px 1px #e7edf4;
  border-radius: 21px;
}

.header-cart-page .item span {
  display: block;
}

.header-cart-page .item .icn {
  text-align: center;
  position: relative;
  z-index: 1;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 37px;
}

.header-cart-page .item .icn svg {
  width: 20px;
  height: 20px;
  fill: #0A284D;
}

.header-cart-page .item.completing .icn svg {
  fill: #fff;
}

.header-cart-page .item .icn .bg {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.header-cart-page .item.active .icn .bg::after {
  content: "";
  position: absolute;
  top: 49%;
  left: 0;
  width: 98%;
  height: 4px;
  background-color: #0A284D;
  z-index: 1;
  transform: translateY(-50%);
}

.header-cart-page .item .icn .bg svg {
  width: 98px;
  height: 61px;
  fill: #f9fafc;
}

.header-cart-page .item.completing .icn .bg svg {
  fill: #0A284D;
}

.header-cart-page .item:first-child .icn .bg {
  left: auto;
  transform: translateY(-50%);
  right: -22px;
}

.header-cart-page .item:last-child .icn .bg {
  left: auto;
  transform: translateY(-50%) rotate(180deg);
  right: -37px;
}

.header-cart-page .item:first-child .icn .bg svg,
.header-cart-page .item:last-child .icn .bg svg {
  width: 80px;
  height: 63px;
}

.header-cart-page .item {
  position: relative;
  flex: 1;
}

.header-cart-page .item::before {
  content: "";
  position: absolute;
  top: 9px;
  width: 92%;
  height: 4px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  background-color: #f9fafc;
  border-radius: 1px;
}

.header-cart-page .item.completing::before {
  background-color: #0A284D;
}

.header-cart-page .item:last-child:before {
  content: none;
}

.header-cart-page .item:last-child {
  width: -moz-max-content;
  width: max-content;
  flex: unset;
}

.header-cart-page .item > span {
  color: #0A284D;
  font-size: 16px;
  font-weight: 700;
  line-height: 2.792rem;
  width: -moz-max-content;
  width: max-content;
}

.header-cart-page .item:first-child > span:last-child {
  margin-right: -27px;
}

.header-cart-page .item:nth-child(2) > span:last-child {
  margin-right: -16px;
}

.header-cart-page .item:nth-child(3) > span:last-child {
  margin-right: -45px;
}

.header-cart-page .item:nth-child(4) > span:last-child {
  margin-right: -28px;
}

.header-cart-page .item.active .icn .bg svg {
  fill: #0A284D;
}

.header-cart-page .item.active .icn svg {
  fill: #fff;
}

.basket-products .item {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  box-shadow: inset 0 1px 0 rgba(231, 237, 244, 0.72);
  border-radius: 12px;
  border: 1px solid #e7edf4;
  background-color: #ffffff;
  padding: 40px;
  margin-bottom: 30px;
  position: relative;
}

.basket-products .item .number-wrap {
  box-shadow: 0 1px 1px #e7edf4, inset 0 1px 0 #e7edf4;
  border-radius: 9px;
  background-color: #f9fafc;
  display: flex;
  padding: 0 20px;
}

.basket-products .item .delete {
  background: none;
  border: none;
}

.basket-products .item .delete svg {
  fill: #da202e;
  width: 13px;
  height: 13px;
}

.basket-products .item .number-input {
  padding: 0;
}

.basket-products .item .thumbnail {
  margin-bottom: 50px;
}

.basket-products .item .number-input button {
  width: 14px;
  height: 14px;
  line-height: 13px;
}

.basket-products .item .number-input button.plus {
  line-height: 13px;
}

.basket-products .item .number-input input[type=number] {
  margin: 0 5px;
  font-size: 24px;
}

.basket-products .item .number-input button svg {
  width: 7px;
  height: 7px;
}

.basket-products .item .number-input button.plus svg {
  height: 7px;
}

.basket-products .item .right-box {
  margin-left: 40px;
}

.basket-products .item .details .ttl {
  color: #0A284D;
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 900;
}

.basket-products .item .details .code {
  color: #0A284D;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 35px;
}

.basket-products .item .details ul {
  list-style: disc;
  color: #0A284D;
  margin-bottom: 43px;
}

.basket-products .item .details ul li svg {
  width: 15px;
  height: 15px;
  fill: #0A284D;
  margin-left: 11px;
}

.basket-products .item .details ul li span {
  color: #0A284D;
  font-size: 14px;
  font-weight: 700;
}

.basket-products .item .details ul li {
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  padding-right: 15px;
  margin-right: -15px;
}

.basket-products .item .details ul li:last-child {
  margin-bottom: 0;
}

.basket-products .item .details ul li::before {
  content: "";
  position: absolute;
  top: -23px;
  right: -24px;
  width: 24px;
  height: 34px;
  border-radius: 20px;
  background-image: url("../images/line.png");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

.basket-products .item .details {
  position: relative;
  padding-right: 40px;
}

.basket-products .item .details::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  background-color: #e7edf4;
}

.basket-products .item .details .footer {
  display: flex;
  align-items: center;
}

.basket-products .item .details .footer .right span {
  display: block;
  color: #0A284D;
  font-size: 16px;
  font-weight: 700;
}

.basket-products .item .details .footer .right span:last-child {
  color: #0A284D;
  font-size: 14px;
  font-weight: 500;
}

.basket-products .item .details .footer .price span {
  color: #0A284D;
  font-size: 30px;
  font-weight: 900;
}

.basket-products .item .details .footer .price span:last-child {
  font-size: 14px;
  font-weight: 500;
  margin-right: 6px;
}

.basket-products .item .details .footer .price {
  margin-right: 100px;
}

.basket-products .item .attention {
  display: flex;
  align-items: center;
  flex: 0 0 100%;
  box-shadow: inset 0 1px 0 rgba(244, 231, 232, 0.72);
  border-radius: 12px;
  background-color: #fff4f5;
  padding: 25px;
  margin-top: 40px;
}

.basket-products .item .attention svg {
  width: 17px;
  height: 16px;
  fill: #da202e;
  margin-left: 15px;
}

.basket-products .item .attention p {
  color: #da202e;
  font-size: 14px;
  font-weight: 500;
}

.basket-products .item .attention p span {
  font-weight: 700;
  margin-left: 5px;
}

.basket-products .item .more {
  position: absolute;
  top: 40px;
  left: 40px;
  width: 31px;
  height: 31px;
  border-radius: 9px;
  background-color: #e9eff5;
  line-height: 31px;
  text-align: center;
}

.basket-products .item .more svg {
  width: 14px;
  height: 3px;
  fill: #0A284D;
}

.sidebar-cart .items-wrap {
  box-shadow: 0 1px 1px #e7edf4;
  border-radius: 21px;
  background-color: #ffffff;
  padding: 40px 30px;
}

.sidebar-cart ul {
  margin-bottom: 30px;
}

.sidebar-cart ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}

.sidebar-cart ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eaedf2;
}

.sidebar-cart ul li > span:first-child {
  color: #b7c8dd;
  font-size: 14px;
  font-weight: 700;
}

.sidebar-cart ul li > span:last-child {
  color: #0A284D;
  font-size: 21px;
  font-weight: 700;
}

.sidebar-cart ul li span span {
  font-size: 12px;
}

.sidebar-cart ul li.discount span {
  color: #da202e;
}

.sidebar-cart p {
  color: #0A284D;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 30px;
}

.sidebar-cart .btn {
  height: 53px;
  border-radius: 12px;
  background-color: #0A284D;
  width: 100%;
  line-height: 53px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 14px 13px -8px rgba(17, 74, 143, 0.3);
}

.sidebar-cart .btn svg {
  width: 5px;
  height: 10px;
  fill: #fff;
}

.address-select-wrap .item-wrap input {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.address-select-wrap .item-wrap input:checked + .itm {
  border: 1px solid #0A284D;
}

.address-select-wrap .item-wrap {
  position: relative;
  margin-bottom: 30px;
}

.address-select-wrap .item-wrap:last-child {
  margin-bottom: 0;
}

.address-select-wrap .item-wrap .itm {
  display: flex;
  align-items: center;
  padding: 30px;
  box-shadow: inset 0 1px 0 rgba(231, 237, 244, 0.72);
  border-radius: 12px;
  border: 1px solid #e7edf4;
  background-color: #ffffff;
  transition: all 300ms ease-in-out;
}

.address-select-wrap .item-wrap .itm > svg {
  width: 20px;
  height: 23px;
  fill: #0A284D;
  margin-left: 30px;
}

.address-select-wrap .item-wrap .itm .address-t .title {
  color: #0A284D;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 12px;
}

.address-select-wrap .item-wrap .itm .address-t p {
  color: #0A284D;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  margin-left: 30px;
}

.address-select-wrap .item-wrap .itm .address-t p::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 15px;
  background-color: #e7edf4;
  margin-right: 30px;
}

.address-select-wrap .item-wrap .itm .address-t .footer {
  display: flex;
  align-items: center;
}

.address-select-wrap .item-wrap .itm .address-t .footer span {
  color: #0A284D;
  font-size: 18px;
  font-weight: 700;
}

.address-select-wrap .item-wrap .itm .more {
  width: 31px;
  height: 31px;
  border-radius: 9px;
  background-color: #e9eff5;
  line-height: 34px;
  text-align: center;
  margin-right: auto;
}

.address-select-wrap .item-wrap .itm .more svg {
  width: 14px;
  height: 3px;
  fill: #0A284D;
}

.flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

.items-center {
  align-items: center;
}

.opacity-0 {
  opacity: 0;
}

.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.cursor-pointer {
  cursor: pointer;
}

html {
  scroll-behavior: smooth;
}

.section-base {
  padding-top: 35px;
  padding-bottom: 35px;
}
.section-base:first-child {
  padding-top: 0;
}

.site-footer {
  margin-top: 50px;
}

.item-product .price,
.item-product-tab .price {
  color: #8b98a7;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 2px;
}
.item-product .starting-price,
.item-product-tab .starting-price {
  margin-bottom: 5px;
}
.item-product .out-of-stock-message,
.item-product .contact-message,
.item-product-tab .out-of-stock-message,
.item-product-tab .contact-message {
  margin-top: auto;
}
.item-product .woocommerce-Price-amount,
.item-product-tab .woocommerce-Price-amount {
  color: #0A284D;
  font-size: 25px;
  font-weight: 500;
  margin-top: auto;
}
.item-product .woocommerce-Price-amount bdi,
.item-product-tab .woocommerce-Price-amount bdi {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  line-height: 1;
}
.item-product .woocommerce-Price-amount .woocommerce-Price-currencySymbol,
.item-product-tab .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
  color: #0A284D;
  font-size: 9px;
  font-weight: 400;
  transform: rotate(-90deg);
  margin-left: -6px;
  margin-top: -5px;
}
.item-product del,
.item-product-tab del {
  display: none;
  color: #8b98a7;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 9px;
  text-decoration: none;
}
.item-product del *,
.item-product-tab del * {
  font-size: 16px;
}
.item-product del .woocommerce-Price-amount,
.item-product-tab del .woocommerce-Price-amount {
  opacity: 0.502;
  text-decoration: line-through;
}
.item-product del .woocommerce-Price-currencySymbol,
.item-product-tab del .woocommerce-Price-currencySymbol {
  display: none;
}

.added_to_cart {
  display: none;
}

.box-list-post {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.single-post main,
.page-template-template-about main,
.single-product main {
  background-color: #F8F7F7;
}

.page-template-template-about main {
  padding-bottom: 40px;
}

main {
  padding-top: 40px;
}

.container-single {
  max-width: 1170px;
  margin: auto;
}

.comment-form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 35px;
}
.comment-form .comment-form-email,
.comment-form .comment-form-author {
  border-radius: 12px;
  background-color: #ffffff;
  border: 1px solid #e7edf4;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding-left: 25px;
  flex: 1;
}
.comment-form .submit_field_box_comment input {
  border-radius: 12px;
  background-color: #0A284D;
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
  padding: 20px 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: unset;
}
.comment-form textarea {
  border-radius: 12px;
  background-color: #ffffff;
  border: 1px solid #e7edf4;
  font-size: 14px;
  color: #b7c8dd;
  font-weight: bold;
  padding: 25px 30px;
  width: 100%;
  min-height: 156px;
}
.comment-form .comment-form-comment {
  width: 100%;
}
.comment-form input:not([type=submit]) {
  font-size: 14px;
  color: #b7c8dd;
  font-weight: bold;
  border: unset;
  outline: unset;
  padding: 20px 30px;
  flex-grow: 1;
}
.comment-form svg {
  width: 17px;
  height: 17px;
  fill: #0A284D;
}

.comment-respond {
  width: 100%;
}

.comment-empty {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  height: 315px;
  border-radius: 12px;
  background-color: #ffffff;
  border: 1px solid #e7edf4;
  padding: 100px;
}

.comment-empty .title {
  font-size: 32px;
  color: #b9d7d7;
  font-weight: 900;
}

.comment-empty .des {
  font-size: 15px;
  color: #ffffff;
  font-weight: bold;
  background-color: #0A284D;
  border-radius: 15px;
  padding: 0.75rem 1.25rem;
}

/* Media query for small screens */
@media (max-width: 640px) {
  /* Adjust the max-width as needed */
  .custom-container {
    height: 200px;
    /* Height for small screens */
  }
}
.hover-color-change {
  fill: #0735d3 !important;
}

.click-color-change {
  fill: #0735d3 !important;
}

.error-msg {
  padding: 12px;
  margin-bottom: 12px;
  background-color: #ffffff;
  color: #4b5563;
  font-weight: 500;
  font-size: 14px;
  list-style: none;
  width: auto;
  word-break: break-word;
  box-shadow: 0px 0px 1px 1px #e9ebed;
  border-radius: 0.375rem;
  border-bottom: 1px solid #f56565;
}

.success-msg {
  padding: 12px;
  margin-bottom: 12px;
  background-color: #ffffff;
  color: #4b5563;
  font-weight: 500;
  font-size: 14px;
  /* border-green-500 */
  list-style: none;
  width: auto;
  word-break: break-word;
  box-shadow: 0px 0px 1px 1px #e9ebed;
  border-radius: 0.5rem;
  border-bottom: 1px solid #48bb78;
  /* rounded-lg */
}

.woocommerce-message {
  padding: 12px;
  margin-bottom: 12px;
  background-color: #ffffff;
  color: #4b5563;
  font-weight: 500;
  font-size: 14px;
  /* border-green-500 */
  list-style: none;
  width: auto;
  word-break: break-word;
  box-shadow: 0px 0px 1px 1px #e9ebed;
  border-radius: 0.5rem;
  border-bottom: 1px solid #48bb78;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 15px;
  margin-left: 15px;
}

.price-single-pro .price {
  color: #8b98a7;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 2px;
}
.price-single-pro .starting-price {
  margin-bottom: 5px;
}
.price-single-pro .out-of-stock-message,
.price-single-pro .contact-message {
  margin-top: auto;
}
.price-single-pro .woocommerce-Price-amount {
  color: #0A284D;
  font-size: 30px;
  font-weight: 700;
  margin-top: auto;
}
.price-single-pro .woocommerce-Price-amount bdi {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  line-height: 1;
}
.price-single-pro .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
  color: #0A284D;
  font-size: 14px;
  font-weight: 500;
  margin-right: 6px;
}
.price-single-pro del {
  display: none;
  color: #8b98a7;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 9px;
  text-decoration: none;
}
.price-single-pro del * {
  font-size: 16px;
}
.price-single-pro del .woocommerce-Price-amount {
  opacity: 0.502;
  text-decoration: line-through;
}
.price-single-pro del .woocommerce-Price-currencySymbol {
  display: none;
}

.item-navasan .color {
  color: #87a5a5;
}

.item-navasan .bg {
  background: #0A284D;
}

.item-navasan.increase .color {
  color: #29cd8d;
}

.item-navasan.increase .bg {
  background: #29cd8d;
}

.item-navasan.increase .nav-icon-arrow {
  rotate: 180deg;
}

.item-navasan.decrease .color {
  color: #f23248;
}

.item-navasan.decrease .bg {
  background: #f23248;
}

.woocommerce-cart-form__cart-item .woocommerce-Price-amount bdi {
  font-size: 30px;
  color: #28313b;
  font-weight: bold;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  margin-left: -4px;
}
.woocommerce-cart-form__cart-item .woocommerce-Price-currencySymbol {
  font-size: 11px;
  color: #8c98a5;
  font-weight: bold;
  transform: rotate(270deg);
  display: block;
}

.cart-collaterals table,
.woocommerce-checkout-review-order table {
  width: 100%;
}
.cart-collaterals table tbody,
.cart-collaterals table tfoot,
.woocommerce-checkout-review-order table tbody,
.woocommerce-checkout-review-order table tfoot {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cart-collaterals table tr,
.woocommerce-checkout-review-order table tr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #687687;
}
.cart-collaterals table tr th,
.woocommerce-checkout-review-order table tr th {
  font-size: 13px;
  font-weight: bold;
}
.cart-collaterals table tr td,
.woocommerce-checkout-review-order table tr td {
  display: flex;
  align-items: center;
  gap: 3px;
}
.cart-collaterals table tr .woocommerce-Price-amount bdi,
.cart-collaterals table tr .woocommerce-Price-amount,
.woocommerce-checkout-review-order table tr .woocommerce-Price-amount bdi,
.woocommerce-checkout-review-order table tr .woocommerce-Price-amount {
  font-size: 17px;
  font-weight: bold;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 5px;
}
.cart-collaterals table tr .woocommerce-Price-currencySymbol,
.woocommerce-checkout-review-order table tr .woocommerce-Price-currencySymbol {
  font-size: 12px;
  color: #75869a;
  font-weight: bold;
}
.cart-collaterals table tr .woocommerce-remove-coupon,
.woocommerce-checkout-review-order table tr .woocommerce-remove-coupon {
  font-size: 12px;
}
.cart-collaterals table tr.cart-discount,
.woocommerce-checkout-review-order table tr.cart-discount {
  font-size: 13px;
  color: var(--color-primary-text);
  font-weight: bold;
}
.cart-collaterals table tr.cart-discount .woocommerce-Price-currencySymbol,
.woocommerce-checkout-review-order table tr.cart-discount .woocommerce-Price-currencySymbol {
  color: var(--color-primary-text);
}
.cart-collaterals table tr.order-total, .cart-collaterals table tr.order-total,
.woocommerce-checkout-review-order table tr.order-total,
.woocommerce-checkout-review-order table tr.order-total {
  border-bottom: 1px solid #eaeef2;
  padding-bottom: 26px;
  margin-bottom: 8px;
  align-items: start;
}
.cart-collaterals table tr.order-total th, .cart-collaterals table tr.order-total th,
.woocommerce-checkout-review-order table tr.order-total th,
.woocommerce-checkout-review-order table tr.order-total th {
  font-size: 15px;
  color: var(--color-secondary-text);
  font-weight: bold;
}
.cart-collaterals table tr.order-total .woocommerce-Price-amount,
.cart-collaterals table tr.order-total .woocommerce-Price-amount bdi, .cart-collaterals table tr.order-total .woocommerce-Price-amount,
.cart-collaterals table tr.order-total .woocommerce-Price-amount bdi,
.woocommerce-checkout-review-order table tr.order-total .woocommerce-Price-amount,
.woocommerce-checkout-review-order table tr.order-total .woocommerce-Price-amount bdi,
.woocommerce-checkout-review-order table tr.order-total .woocommerce-Price-amount,
.woocommerce-checkout-review-order table tr.order-total .woocommerce-Price-amount bdi {
  font-size: 37px;
  color: var(--color-secondary-text);
  font-weight: bold;
  line-height: 0.7;
  flex-direction: column-reverse;
  align-items: end;
}
.cart-collaterals table tr.order-total .woocommerce-Price-currencySymbol, .cart-collaterals table tr.order-total .woocommerce-Price-currencySymbol,
.woocommerce-checkout-review-order table tr.order-total .woocommerce-Price-currencySymbol,
.woocommerce-checkout-review-order table tr.order-total .woocommerce-Price-currencySymbol {
  font-size: 11px;
  color: #8e9aa8;
}

.woocommerce-checkout-review-order-table .woocommerce-shipping-totals {
  display: none;
}

.woocommerce-billing-fields__field-wrapper label {
  display: none;
}
.woocommerce-billing-fields__field-wrapper .clear {
  display: none;
}

#billing_country_field {
  display: none;
}

#billing_first_name_field {
  order: 1;
}

#billing_last_name_field {
  order: 2;
}

#billing_address_1_field {
  order: 3;
  grid-column: span 2/span 2;
}

#billing_address_2_field {
  order: 4;
}

#billing_state_field {
  order: 6;
}

#billing_city_field {
  order: 7;
}

#billing_postcode_field {
  order: 5;
}

#billing_phone_field {
  order: 8;
}

#billing_email_field {
  order: 8;
}

.billing_map_field {
  order: 13;
}

.woocommerce-billing-fields__field-wrapper #billing_city_field,
.woocommerce-billing-fields__field-wrapper #billing_state_field {
  display: block;
  font-weight: bold;
  position: relative;
  height: 50px;
  box-shadow: 0px 1px 0px #e8ebf1;
  border: 1px solid #ebeff5;
  border-radius: 9px;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.woocommerce-billing-fields__field-wrapper #billing_city_field .select2-container--default .select2-selection--single,
.woocommerce-billing-fields__field-wrapper #billing_state_field .select2-container--default .select2-selection--single {
  display: flex;
  align-items: center;
}
.woocommerce-billing-fields__field-wrapper #billing_city_field .select2-selection__placeholder,
.woocommerce-billing-fields__field-wrapper #billing_city_field .select2-selection__rendered,
.woocommerce-billing-fields__field-wrapper #billing_state_field .select2-selection__placeholder,
.woocommerce-billing-fields__field-wrapper #billing_state_field .select2-selection__rendered {
  font-size: 13px;
  font-weight: bold;
}

.hidden_important {
  display: none !important;
}

.woocommerce-shipping-methods .woocommerce-Price-amount,
.woocommerce-shipping-methods .woocommerce-Price-amount bdi {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 4px;
}
.woocommerce-shipping-methods .woocommerce-Price-currencySymbol {
  font-size: 10px;
}

.woocommerce-message a,
.woocommerce-info a {
  margin-right: auto;
}

.woocommerce-input-wrapper {
  width: 100%;
}

.woocommerce-billing-fields__field-wrapper #billing_city_field,
.woocommerce-billing-fields__field-wrapper #billing_state_field {
  display: block;
  font-weight: bold;
  position: relative;
  height: 50px;
  box-shadow: 0px 1px 0px #e8ebf1;
  border: 1px solid #ebeff5;
  border-radius: 9px;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.woocommerce-billing-fields__field-wrapper #billing_city_field .select2-container--default .select2-selection--single,
.woocommerce-billing-fields__field-wrapper #billing_state_field .select2-container--default .select2-selection--single {
  display: flex;
  align-items: center;
}
.woocommerce-billing-fields__field-wrapper #billing_city_field .select2-selection__placeholder,
.woocommerce-billing-fields__field-wrapper #billing_city_field .select2-selection__rendered,
.woocommerce-billing-fields__field-wrapper #billing_state_field .select2-selection__placeholder,
.woocommerce-billing-fields__field-wrapper #billing_state_field .select2-selection__rendered {
  font-size: 13px;
  font-weight: bold;
}

.select2-container {
  height: 100%;
  line-height: normal;
  width: 100% !important;
}

.selection {
  width: 100%;
  height: 100% !important;
}

.select2-container--default .select2-selection--single {
  border: none;
  height: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  transform: translatey(-50%);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: unset;
  border-style: hidden;
  border-width: unset;
  height: 6px;
  left: 50%;
  margin-left: 0;
  margin-top: 0;
  position: absolute;
  top: 50%;
  width: 6px;
  border-top: 2px solid #143a6b;
  border-left: 2px solid #143a6b;
  transform: translateY(-50%) rotate(-135deg);
  transition: all 0.3s;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: translateY(-50%) rotate(45deg);
  border-top: 2px solid #143a6b;
  border-left: 2px solid #143a6b;
}

.select2-search--dropdown .select2-search__field {
  border: none !important;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
}

.select2-results__option {
  color: #8f9da7;
  font-size: 14px;
}

.select2-dropdown {
  filter: drop-shadow(0px 3px 0px #e8ebf1);
  background-color: #ffffff;
  border: 1px solid #ebeff5;
  border-radius: 12px;
  margin-top: 20px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #f1f3f8;
  font-size: 14px;
  color: #585858;
  font-weight: bold;
}

.select2-results__option[aria-selected],
.select2-results__option[data-selected] {
  font-size: 14px;
  color: #585858;
  font-weight: bold;
  border-bottom: 1px solid #e8ebf1;
}

.list-transportation .item input:checked + label .check-box-icon {
  background-color: #0A284D;
}
.list-transportation .item input:checked + label .check-box-icon svg {
  opacity: 1;
}

.list-transportation .item input[type=hidden] + label .check-box-icon {
  background-color: #0A284D;
}
.list-transportation .item input[type=hidden] + label .check-box-icon svg {
  opacity: 1;
}

.list-payment .item {
  position: relative;
}
.list-payment .item::before {
  position: absolute;
  content: "";
  background-image: linear-gradient(0deg, #ffffff 0%, #ededf5 50%, #ffffff 100%);
  width: 1px;
  left: 0;
  top: 0;
  bottom: 0;
}
.list-payment .item input:checked + label .check-box-icon {
  background-color: #0A284D;
  border-color: #0A284D;
}
.list-payment .item input:checked + label .check-box-icon svg {
  fill: #fff;
}
.list-payment .item input:checked + label span {
  opacity: 1;
}
.list-payment .item:last-child::before {
  display: none;
}

.list-items-panel li a {
  position: relative;
}
.list-items-panel li a:hover, .list-items-panel li a.is-active {
  color: #0A284D;
}
.list-items-panel li a:hover svg, .list-items-panel li a.is-active svg {
  fill: #0A284D;
}

.woocommerce-EditAccountForm {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.woocommerce-EditAccountForm p {
  position: relative;
}
.woocommerce-EditAccountForm p label {
  position: absolute;
  right: 16px;
  z-index: 9;
  background: #fff;
  top: 0;
  transform: translateY(-50%);
  font-size: 13px;
  font-weight: bold;
  padding: 0 4px 0 12px;
  color: #5c5c5c;
}
.woocommerce-EditAccountForm p input {
  width: 100%;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0px 1px 0px #e8ebf1;
  background-color: #ffffff;
  border: 1px solid #ebeff5;
  font-size: 13px;
  color: #6c8c8c;
  font-weight: bold;
}
.woocommerce-EditAccountForm p input:focus {
  outline: none;
}
.woocommerce-EditAccountForm .box-submit-form {
  grid-column: span 2/span 2;
}
.woocommerce-EditAccountForm .box-submit-form .woocommerce-Button {
  border-radius: 12px;
  background-color: #0A284D;
  font-size: 15px;
  color: #ffffff;
  font-weight: bold;
  padding: 15px 25px;
}

.woocommerce-edit-address .woocommerce-Addresses address br {
  margin-bottom: 10px;
}
.woocommerce-edit-address .woocommerce-address-fields__field-wrapper p {
  position: relative;
}
.woocommerce-edit-address .woocommerce-address-fields__field-wrapper p label {
  position: absolute;
  right: 16px;
  z-index: 9;
  background: #fff;
  top: 0;
  transform: translateY(-50%);
  font-size: 13px;
  font-weight: bold;
  padding: 0 4px 0 12px;
  color: #5c5c5c;
}
.woocommerce-edit-address .woocommerce-address-fields__field-wrapper p .select2-container {
  padding: 10px !important;
}
.woocommerce-edit-address .woocommerce-address-fields__field-wrapper p .select2-selection--single {
  display: flex;
  align-items: center;
}
.woocommerce-edit-address .woocommerce-address-fields__field-wrapper p input,
.woocommerce-edit-address .woocommerce-address-fields__field-wrapper p .select2-container {
  width: 100%;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0px 1px 0px #e8ebf1;
  background-color: #ffffff;
  border: 1px solid #ebeff5;
  font-size: 13px;
  color: #6c8c8c;
  font-weight: bold;
  overflow: hidden;
}
.woocommerce-edit-address .woocommerce-address-fields__field-wrapper p input:focus,
.woocommerce-edit-address .woocommerce-address-fields__field-wrapper p .select2-container:focus {
  outline: none;
}/*# sourceMappingURL=styles.css.map */