.footer-cart-middle {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
}
.text-right{
    text-align: right;
}
.pt-90 {
    padding-top: 90px !important;
    padding-bottom: 170px;
}
.my-account__address-list {
    display: flex;
    gap: 1.625rem;
}

.form-floating-bis>.form-control-bis,
.form-floating-bis>.form-select {
    height: 48px;
}



.shop-checkout .page-title {
    font-size: 2.1875rem;
    margin-bottom: 3.125rem;
    text-transform: uppercase; }
  .shop-checkout .checkout-steps {
    display: flex;
    border-bottom: 2px solid #e4e4e4; }
    .shop-checkout .checkout-steps__item {
      flex-grow: 1;
      display: flex;
      gap: 0.75rem;
      padding-bottom: 1rem;
      border-bottom: 2px solid transparent;
      margin-bottom: -2px; }
      .shop-checkout .checkout-steps__item-number {
        font-size: 1.125rem;
        font-weight: 500; }
      .shop-checkout .checkout-steps__item-title {
        display: flex;
        flex-direction: column; }
        .shop-checkout .checkout-steps__item-title > span {
          font-size: 1.125rem;
          font-weight: 500;
          text-transform: uppercase; }
        .shop-checkout .checkout-steps__item-title > em {
          font-size: 0.875rem;
          font-weight: 400;
          font-style: normal;
          color: #767676; }
      .shop-checkout .checkout-steps__item.active {
        border-color: #222222; }
    @media (max-width: 991.98px) {
      .shop-checkout .checkout-steps {
        border-bottom: 0;
        border-left: 2px solid #e4e4e4;
        flex-direction: column; }
        .shop-checkout .checkout-steps__item {
          border-left: 2px solid transparent;
          margin-left: -2px;
          border-bottom: 0;
          margin-bottom: 0;
          padding: 0.5rem 1rem; } }
  
  .shopping-cart {
    display: flex;
    flex-direction: column;
    gap: 3.625rem; }
    @media (min-width: 1200px) {
      .shopping-cart {
        flex-direction: row; } }
    .shopping-cart .cart-table__wrapper {
      padding-top: 3.125rem;
      flex-grow: 1; }
    .shopping-cart__totals-wrapper .sticky-content {
      padding-top: 3.125rem; }
    .shopping-cart__totals-wrapper .mobile_fixed-btn_wrapper .button-wrapper:not(.fixed-btn) {
      padding: 0; }
    .shopping-cart__totals-wrapper .mobile_fixed-btn_wrapper .fixed-btn {
      position: fixed;
      left: var(--bs-gutter-x, 0.9375rem);
      right: var(--bs-gutter-x, 0.9375rem);
      bottom: 4rem;
      width: auto; }
      @media (min-width: 768px) {
        .shopping-cart__totals-wrapper .mobile_fixed-btn_wrapper .fixed-btn {
          bottom: 1rem; } }
      @media (min-width: 992px) {
        .shopping-cart__totals-wrapper .mobile_fixed-btn_wrapper .fixed-btn {
          position: static; } }
    .shopping-cart__totals-wrapper .btn-checkout {
      width: 100%;
      height: 3.75rem;
      font-size: 0.875rem; }
    .shopping-cart__totals {
      border: 1px solid #222;
      margin-bottom: 1.25rem;
      padding: 2.5rem 2.5rem 0.5rem;
      max-width: 100%; }
      @media (min-width: 1200px) {
        .shopping-cart__totals {
          width: 26.25rem; } }
      .shopping-cart__totals > h3, .shopping-cart__totals > .h3 {
        font-size: 1rem;
        text-transform: uppercase;
        margin-bottom: 1.25rem; }
      .shopping-cart__totals table {
        width: 100%; }
        .shopping-cart__totals table th, .shopping-cart__totals table td {
          border-bottom: 1px solid #e4e4e4;
          padding: 0.875rem 0;
          font-size: 0.875rem;
          font-weight: 500; }
        .shopping-cart__totals table th {
          text-transform: uppercase;
          vertical-align: baseline; }
        .shopping-cart__totals table tr:last-child th, .shopping-cart__totals table tr:last-child td {
          border-bottom: 0; }
    .shopping-cart .cart-table {
      width: 100%; }
      @media (min-width: 768px) {
        .shopping-cart .cart-table th, .shopping-cart .cart-table td {
          border-bottom: 1px solid #e4e4e4; } }
      .shopping-cart .cart-table thead {
        display: none; }
        @media (min-width: 768px) {
          .shopping-cart .cart-table thead {
            display: table-header-group; } }
        .shopping-cart .cart-table thead th {
          font-size: 0.875rem;
          text-transform: uppercase;
          font-weight: 500;
          padding: 0 0 0.625rem; }
      .shopping-cart .cart-table tbody tr {
        position: relative;
        display: block;
        padding: 1.25rem 0;
        border-bottom: 1px solid #e4e4e4; }
        @media (min-width: 768px) {
          .shopping-cart .cart-table tbody tr {
            display: table-row;
            padding: 0;
            border: 0; } }
        .shopping-cart .cart-table tbody tr:first-child {
          border-top: 1px solid #e4e4e4; }
          @media (min-width: 768px) {
            .shopping-cart .cart-table tbody tr:first-child {
              border: 0; } }
        .shopping-cart .cart-table tbody tr:after {
          content: '';
          display: block;
          clear: both; }
          @media (min-width: 768px) {
            .shopping-cart .cart-table tbody tr:after {
              display: none; } }
      .shopping-cart .cart-table tbody td {
        display: block;
        margin-left: 9.375rem; }
        @media (min-width: 768px) {
          .shopping-cart .cart-table tbody td {
            padding: 1.875rem 0;
            display: table-cell;
            margin: 0; } }
        .shopping-cart .cart-table tbody td:first-child {
          width: 9.375rem;
          float: left;
          margin-left: 0; }
          @media (min-width: 768px) {
            .shopping-cart .cart-table tbody td:first-child {
              float: none; } }
        .shopping-cart .cart-table tbody td .shopping-cart__product-price {
          display: none; }
          @media (min-width: 768px) {
            .shopping-cart .cart-table tbody td .shopping-cart__product-price {
              display: block; } }
        .shopping-cart .cart-table tbody td .shopping-cart__subtotal {
          float: right;
          display: block;
          margin-top: -2.2rem; }
          @media (min-width: 768px) {
            .shopping-cart .cart-table tbody td .shopping-cart__subtotal {
              float: none;
              margin: 0; } }
        .shopping-cart .cart-table tbody td .remove-cart {
          position: absolute;
          right: 0;
          top: 1rem; 
          background-color: #ffffff;
        }
          @media (min-width: 768px) {
            .shopping-cart .cart-table tbody td .remove-cart {
              position: static; } }
      .shopping-cart .cart-table .qty-control {
        margin: 0.5rem 0; }
        @media (min-width: 768px) {
          .shopping-cart .cart-table .qty-control {
            width: 7.25rem;
            margin: 0; } }
        .shopping-cart .cart-table .qty-control__number {
          border: 0; }
          @media (min-width: 768px) {
            .shopping-cart .cart-table .qty-control__number {
              border: 2px solid #e4e4e4;
              height: 3.125rem;
              padding: 0 2rem;
              min-width: 6.875rem; } }
        .shopping-cart .cart-table .qty-control__reduce, .shopping-cart .cart-table .qty-control__increase {
          font-size: 1rem;
          text-align: center;
          top: 50%;
          transform: translateY(-50%); }
        .shopping-cart .cart-table .qty-control__reduce {
          left: 0; }
          @media (min-width: 768px) {
            .shopping-cart .cart-table .qty-control__reduce {
              left: 1.25rem; } }
        .shopping-cart .cart-table .qty-control__increase {
          right: 0; }
          @media (min-width: 768px) {
            .shopping-cart .cart-table .qty-control__increase {
              right: 1.25rem; } }
      .shopping-cart .cart-table-footer-cart {
        display: flex;
        justify-content: space-between;
        padding-top: 1.875rem;
        gap: 1.875rem;
        flex-wrap: wrap; }
        .shopping-cart .cart-table-footer-cart form {
          max-width: 100%; }
        .shopping-cart .cart-table-footer-cart .form-control-bis {
          width: 23.125rem;
          max-width: 100%;
          height: 3.875rem; }
        .shopping-cart .cart-table-footer-cart button {
          height: 3.875rem; }
    .shopping-cart__product-item {
      display: flex;
      align-items: center;
      gap: 1.875rem; }
      .shopping-cart__product-item img {
        width: 7.5rem;
        height: auto; }
      .shopping-cart__product-item__detail h4, .shopping-cart__product-item__detail .h4 {
        font-size: 1rem;
        font-weight: 400;
        margin-bottom: 0; }
      .shopping-cart__product-item__options {
        list-style: none;
        padding: 0;
        margin: 0;
        margin-top: 0.5rem; }
        .shopping-cart__product-item__options li {
          font-size: 0.875rem;
          color: #767676; }
    .shopping-cart__product-price {
      font-size: 1rem;
      color: #767676; }
    .shopping-cart__subtotal {
      font-size: 1rem;
      font-weight: 500; }
  
  .checkout-form {
    display: flex;
    gap: 3.625rem; }
    @media (max-width: 1199.98px) {
      .checkout-form {
        flex-direction: column; } }
    .checkout-form .billing-info__wrapper {
      padding-top: 3.125rem;
      flex-grow: 1; }
      .checkout-form .billing-info__wrapper .form-floating-bis > label, .checkout-form .billing-info__wrapper .form-label-fixed > .form-label {
        color: #767676; }
    .checkout-form .checkout__totals-wrapper .sticky-content {
      padding-top: 3.125rem; }
    .checkout-form .checkout__totals-wrapper .btn-checkout {
      width: 100%;
      height: 3.75rem;
      font-size: 0.875rem; }
    .checkout-form .checkout__payment-methods {
      /* border: 1px solid #e4e4e4; */
      border: 1px solid #000000;
      margin-bottom: 1.25rem;
      padding: 2.5rem 2.5rem 1.5rem;
      width: 26.25rem; }
      @media (max-width: 1199.98px) {
        .checkout-form .checkout__payment-methods {
          width: 100%; } }
      .checkout-form .checkout__payment-methods label {
        font-size: 1rem;
        line-height: 1.5rem; }
        .checkout-form .checkout__payment-methods label .option-detail {
          font-size: 0.875rem;
          margin: 0.625rem 0 0;
          display: none; }
      .checkout-form .checkout__payment-methods .form-checkbis-input:checked ~ label .option-detail {
        display: block; }
      .checkout-form .checkout__payment-methods .policy-text {
        font-size: 0.75rem;
        line-height: 1.5rem; }
        .checkout-form .checkout__payment-methods .policy-text > a {
          color: #c32929; }
  
  .checkout__totals {
    border: 1px solid #222;
    margin-bottom: 1.25rem;
    padding: 2.5rem 2.5rem 0.5rem;
    width: 26.25rem; }
    @media (max-width: 1199.98px) {
      .checkout__totals {
        width: 100%; } }
    .checkout__totals > h3, .checkout__totals > .h3 {
      font-size: 1rem;
      text-transform: uppercase;
      margin-bottom: 1.25rem; }
    .checkout__totals table {
      width: 100%; }
    .checkout__totals .checkout-cart-items thead th {
      border-bottom: 1px solid #e4e4e4;
      padding: 0.875rem 0;
      font-size: 0.875rem;
      font-weight: 500; }
    .checkout__totals .checkout-cart-items tbody td {
      padding: 0.40625rem 0;
      color: #767676; }
    .checkout__totals .checkout-cart-items tbody tr:first-child td {
      padding-top: 0.8125rem; }
    .checkout__totals .checkout-cart-items tbody tr:last-child td {
      padding-bottom: 0.8125rem;
      border-bottom: 1px solid #e4e4e4; }
    .checkout__totals .checkout-totals th, .checkout__totals .checkout-totals td {
      border-bottom: 1px solid #e4e4e4;
      padding: 0.875rem 0;
      font-size: 0.875rem;
      font-weight: 500; }
    .checkout__totals .checkout-totals tr:last-child th, .checkout__totals .checkout-totals tr:last-child td {
      border-bottom: 0; }
  
  .order-complete {
    width: 56.25rem;
    max-width: 100%;
    margin: 3.125rem auto;
    display: flex;
    flex-direction: column;
    gap: 2.25rem; }
    .order-complete__message {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      .order-complete__message svg {
        margin-bottom: 1.25rem; }
      .order-complete__message h3, .order-complete__message .h3 {
        font-size: 2.1875rem;
        text-align: center; }
      .order-complete__message p {
        color: #767676;
        margin-bottom: 0;
        text-align: center; }
    .order-complete .order-info {
      width: 100%;
      border: 2px dashed #767676;
      padding: 2.5rem;
      display: flex;
      gap: 1rem; }
      @media (max-width: 767.98px) {
        .order-complete .order-info {
          flex-direction: column; } }
      .order-complete .order-info__item {
        display: flex;
        flex-direction: column;
        gap: 0.25rem;
        flex-grow: 1; }
        .order-complete .order-info__item label {
          font-size: 0.875rem;
          font-weight: 400;
          color: #767676; }
        .order-complete .order-info__item span {
          font-size: 1rem;
          font-weight: 500; }
    .order-complete .checkout__totals {
      width: 100%; }
      .order-complete .checkout__totals .checkout-cart-items thead th:last-child {
        text-align: right; }
  
  .order-tracking {
    width: 31.25rem;
    max-width: 100%;
    margin: 0 auto;
    text-align: center; }
    .order-tracking .btn-track {
      height: 3.75rem;
      font-size: 0.875rem; }
  

  
  .page-not-found {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 5rem; }
    .page-not-found .content {
      width: 31.25rem;
      max-width: 100%;
      text-align: center; }
      .page-not-found .content h2, .page-not-found .content .h2 {
        font-size: calc(1.75rem + 6vw);
        font-weight: 700; }
        @media (min-width: 1200px) {
          .page-not-found .content h2, .page-not-found .content .h2 {
            font-size: 6.25rem; } }
      .page-not-found .content .btn {
        width: 21.25rem;
        max-width: 100%;
        height: 3.75rem;
        font-size: 0.875rem; }
  
  /* body.coming-soon-page {
    background: url(../../images/pattern_bg.html) center no-repeat;
    background-size: cover;
    background-attachment: fixed; }
    body.coming-soon-page .header {
      background: transparent; } */
  
  .coming-soon {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 5rem; }
    .coming-soon .content {
      width: 46.875rem;
      max-width: 100%;
      text-align: center; }
      .coming-soon .content h2, .coming-soon .content .h2 {
        font-size: calc(1.75rem + 6vw);
        font-weight: 700;
        letter-spacing: -0.05em; }
        @media (min-width: 1200px) {
          .coming-soon .content h2, .coming-soon .content .h2 {
            font-size: 6.25rem; } }
      .coming-soon .content p {
        width: 29.75rem;
        max-width: 100%;
        margin: 0 auto; }
    .coming-soon .js-countdown {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 2rem; }
      @media (min-width: 768px) {
        .coming-soon .js-countdown {
          gap: 3.625rem; } }
      .coming-soon .js-countdown .countdown-num {
        font-size: 1.875rem; }
      .coming-soon .js-countdown .countdown-word {
        font-size: 1rem; }
      .coming-soon .js-countdown .countdown-unit {
        position: relative;
        min-width: 3.625rem; }
        .coming-soon .js-countdown .countdown-unit:before {
          content: ':';
          display: block;
          position: absolute;
          font-size: 1.875rem;
          left: -1rem; }
          @media (min-width: 768px) {
            .coming-soon .js-countdown .countdown-unit:before {
              left: -2rem; } }
        .coming-soon .js-countdown .countdown-unit:first-child:before {
          display: none; }
    .coming-soon .block-newsletter .block-newsletter__form {
      height: 3.75rem; }
      .coming-soon .block-newsletter .block-newsletter__form button {
        font-weight: 400;
        font-size: 0.875rem; }




        .container_cart
         {
          width: 100%;
          padding-right: var(--bs-gutter-x, 0.9375rem);
          padding-left: var(--bs-gutter-x, 0.9375rem);
          margin-right: auto;
          margin-left: auto; }
        
        @media (min-width: 576px) {
          .container_cart  {
            max-width: 540px; } }
        @media (min-width: 768px) {
          .container_cart  {
            max-width: 720px; } }
        @media (min-width: 992px) {
          .container_cart  {
            max-width: 960px; } }
        @media (min-width: 1200px) {
          .container_cart {
            max-width: 1140px; } }
        @media (min-width: 1500px) {
          .container_cart  {
            max-width: 1440px; } }








            







































































































































































































:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #222222;
  --bs-secondary: #767676;
  --bs-success: #def2d7;
  --bs-info: #cde9f6;
  --bs-warning: #f7f3d7;
  --bs-danger: #ecc8c5;
  --bs-light: #e4e4e4;
  --bs-lighter: #faf9f8;
  --bs-dark: #222222;
  --bs-red: #c32929;
  --bs-beige: #b9a16b;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0)); }

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

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

body {
  margin: 0;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25; }

hr:not([size]) {
  height: 1px; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2; }

h1, .h1 {
  font-size: calc(1.5625rem + 3.75vw); }
  @media (min-width: 1200px) {
    h1, .h1 {
      font-size: 4.375rem; } }

h2, .h2 {
  font-size: calc(1.3rem + 0.6vw); }
  @media (min-width: 1200px) {
    h2, .h2 {
      font-size: 1.75rem; } }

h3, .h3 {
  font-size: calc(1.2875rem + 0.45vw); }
  @media (min-width: 1200px) {
    h3, .h3 {
      font-size: 1.625rem; } }

h4, .h4 {
  font-size: 1.25rem; }

h5, .h5 {
  font-size: 1.125rem; }

h6, .h6 {
  font-size: 1rem; }

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

abbr[title],
abbr[data-bs-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none; }

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

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

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

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

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small, .small {
  font-size: 0.875em; }

mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #222222;
  text-decoration: none; }
  a:hover {
    color: #1b1b1b; }

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

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override; }

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #222222;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 1em;
    font-weight: 700; }

figure {
  margin: 0 0 1rem; }

img,
svg {
  vertical-align: middle; }

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

caption {
  padding-top: 1.53125rem;
  padding-bottom: 1.53125rem;
  color: #6c757d;
  text-align: left; }

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

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

label {
  display: inline-block; }

button {
  border-radius: 0; }

button:focus {
  outline: 0; }

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

button,
select {
  text-transform: none; }

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

select {
  word-wrap: normal; }

[list]::-webkit-calendar-picker-indicator {
  display: none; }

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

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

textarea {
  resize: vertical; }

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit; }
  @media (min-width: 1200px) {
    legend {
      font-size: 1.5rem; } }
  legend + * {
    clear: left; }

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

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

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none; }

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

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

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

output {
  display: inline-block; }

iframe {
  border: 0; }

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

progress {
  vertical-align: baseline; }

[hidden] {
  display: none !important; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-1 {
      font-size: 5rem; } }

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-2 {
      font-size: 4.5rem; } }

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-3 {
      font-size: 4rem; } }

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-4 {
      font-size: 3.5rem; } }

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-5 {
      font-size: 3rem; } }

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-6 {
      font-size: 2.5rem; } }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 0.875em;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1rem; }
  .blockquote > :last-child {
    margin-bottom: 0; }

.blockquote-footer-cart {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875rem;
  color: #6c757d; }
  .blockquote-footer-cart::before {
    content: "\2014\00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 0.875em;
  color: #6c757d; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #222222;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #1f1f1f;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #222222; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }


.list-group-item-secondary {
  color: #474747;
  background-color: #e4e4e4; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #474747;
    background-color: #cdcdcd; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #474747;
    border-color: #474747; }

.list-group-item-success {
  color: #596156;
  background-color: #f8fcf7; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #596156;
    background-color: #dfe3de; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #596156;
    border-color: #596156; }

.list-group-item-info {
  color: #525d62;
  background-color: #f5fbfd; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #525d62;
    background-color: #dde2e4; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #525d62;
    border-color: #525d62; }

.list-group-item-warning {
  color: #636156;
  background-color: #fdfdf7; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #636156;
    background-color: #e4e4de; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #636156;
    border-color: #636156; }

.list-group-item-danger {
  color: #5e504f;
  background-color: #fbf4f3; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #5e504f;
    background-color: #e2dcdb; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #5e504f;
    border-color: #5e504f; }

.list-group-item-light {
  color: #5b5b5b;
  background-color: #fafafa; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #5b5b5b;
    background-color: #e1e1e1; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #5b5b5b;
    border-color: #5b5b5b; }

.list-group-item-lighter {
  color: #646463;
  background-color: #fefefe; }
  .list-group-item-lighter.list-group-item-action:hover, .list-group-item-lighter.list-group-item-action:focus {
    color: #646463;
    background-color: #e5e5e5; }
  .list-group-item-lighter.list-group-item-action.active {
    color: #fff;
    background-color: #646463;
    border-color: #646463; }

.list-group-item-dark {
  color: #141414;
  background-color: lightgray; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #141414;
    background-color: #bebebe; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #141414;
    border-color: #141414; }

.list-group-item-red {
  color: #751919;
  background-color: #f3d4d4; }
  .list-group-item-red.list-group-item-action:hover, .list-group-item-red.list-group-item-action:focus {
    color: #751919;
    background-color: #dbbfbf; }
  .list-group-item-red.list-group-item-action.active {
    color: #fff;
    background-color: #751919;
    border-color: #751919; }

.list-group-item-beige {
  color: #6f6140;
  background-color: #f1ece1; }
  .list-group-item-beige.list-group-item-action:hover, .list-group-item-beige.list-group-item-action:focus {
    color: #6f6140;
    background-color: #d9d4cb; }
  .list-group-item-beige.list-group-item-action.active {
    color: #fff;
    background-color: #6f6140;
    border-color: #6f6140; }

/* .toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }
  .toast:not(.showing):not(.show) {
    opacity: 0; }
  .toast.hide {
    display: none; } */

/* .toast-container {
  width: max-content;
  max-width: 100%;
  pointer-events: none; }
  .toast-container > :not(:last-child) {
    margin-bottom: 0.75rem; } */

/* .toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); } */
  /* .toast-header .btn-close {
    margin-right: -0.375rem;
    margin-left: 0.75rem; } */

/* .toast-body {
  padding: 0.75rem; } */


  
.cart-drawer {
  padding-bottom: 22.5rem; }

.cart-drawer-items-list {
  max-height: 27.675rem;
  overflow-y: auto;
  height: 100%; }

.cart-drawer-item {
  max-height: 7.5rem;
  overflow: hidden; }
  .cart-drawer-item._removed {
    max-height: 0;
    transition: all 0.32s cubic-bezier(0.39, 0.575, 0.565, 1); }

.cart-drawer-item__img {
  width: 7.5rem;
  height: 7.5rem;
  object-fit: cover; }

.cart-drawer-item__info {
  margin-left: 1.25rem; }

.cart-drawer-item__title {
  margin: 2px 0 4px; }

.cart-drawer-item__option {
  margin: 0; }

.cart-drawer-item__price {
  font-size: 1.125rem; }

.qty-control {
  width: 3.375rem; }
  .qty-control input::-webkit-outer-spin-button,
  .qty-control input::-webkit-inner-spin-button {
    -webkit-appearance: none; }

.qty-control__number {
  padding: 0;
  width: 100%;
  background-color: #ffffff;
  outline: none;
  -moz-appearance: textfield; }

.qty-control__reduce,
.qty-control__increase {
  position: absolute;
  top: 0;
  width: .75rem;
  padding: 0;
  cursor: pointer;
  user-select: none;
  -ms-user-select: none; 
  background-color: #ffffff;

}

.qty-control__reduce {
  left: 0; }

.qty-control__increase {
  right: 0; }

.cart-drawer-divider {
  margin: 1.25rem 0;
  color: #e4e4e4;
  opacity: 1; }
  .cart-drawer-divider._removed {
    height: 0;
    margin: 0;
    transition: all 0.32s cubic-bezier(0.39, 0.575, 0.565, 1); }

.cart-drawer-actions {
  background-color: #ffffff;
  padding-right: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.25rem; }
  @media (min-width: 576px) {
    .cart-drawer-actions {
      padding-right: 2.5rem;
      padding-bottom: 2.5rem;
      padding-left: 2.5rem; } }

.star-rating__star-icon {
  cursor: pointer;
  transition: all .1s ease;
  fill: #ccc; }
  .star-rating__star-icon path {
    pointer-events: none; }
  .star-rating__star-icon.is-selected {
    fill: #eeba36; }
  .star-rating__star-icon.is-overed {
    fill: #eeba36; }
    .star-rating__star-icon.is-overed ~ .star-rating__star-icon:not(.is-overed):not(.is-selected) {
      fill: #ccc; }
    .star-rating__star-icon.is-overed ~ .star-rating__star-icon.is-selected:not(.is-overed) {
      fill: #ffe296; }


      


/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%); }

/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none; }
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1; }
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-start,
    .carousel-fade .active.carousel-item-end {
      transition: none; } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      transition: none; } }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%; }


body {
  background-color: #ffffff; }

.flex-1 {
  flex: 1 !important; }

.bg-black {
  background-color: #222222 !important; }

.bg-grey-faf9f8 {
  background-color: #FAF9F8 !important; }

.bg-grey-eeeeee {
  background-color: #EEE !important; }

.bg-grey-f7f5ee {
  background-color: #f7f5ee !important; }

.bg-yellow {
  background-color: #F3EDDF !important; }

.bg-yellow-ffd35b {
  background-color: #FFD35B !important; }

.bg-light-green-e4f5f2 {
  background-color: #e4f5f2 !important; }

.color-white {
  color: #fff !important; }

.color-gray-5a5a5a {
  color: #5a5a5a !important; }

.bottom-3 {
  bottom: 3rem !important; }

.object-fit-cover {
  object-fit: cover; }

.object-position-top {
  object-position: top; }

.background-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center; }

.background-img_overlay::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 34, 34, 0.4); }

.hover__content,
.js-hidden-content {
  position: absolute;
  top: 100%;
  width: 100%;
  min-width: 16rem;
  transition: all 0.2s ease;
  background-color: #ffffff;
  box-shadow: 0 0 1.5625rem 0 rgba(34, 34, 34, 0.05);
  opacity: 0;
  visibility: hidden;
  z-index: 1000; }

.hover-container:hover .hover__content, .hover-container.js-content_visible .js-hidden-content {
  opacity: 1;
  visibility: visible; }

.content_abs {
  position: absolute;
  --content-space: 1.875rem; }

.content_center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.content_top {
  top: var(--content-space);
  padding-bottom: var(--content-space); }

.content_right {
  right: var(--content-space);
  padding-left: var(--content-space); }

.content_bottom {
  bottom: var(--content-space);
  padding-top: var(--content-space); }

.content_left {
  left: var(--content-space);
  padding-right: var(--content-space); }

@media (min-width: 768px) {
  .content_top-lg {
    --content-space: 2.5rem; } }

@media (min-width: 768px) {
  .content_right-lg {
    --content-space: 2.5rem; } }

@media (min-width: 768px) {
  .content_bottom-lg {
    --content-space: 2.5rem; } }

@media (min-width: 768px) {
  .content_left-lg {
    --content-space: 2.5rem; } }

@media (min-width: 1200px) {
  .content_top-xl {
    --content-space: 3.125rem; } }

@media (min-width: 1200px) {
  .content_right-xl {
    --content-space: 3.125rem; } }

@media (min-width: 1200px) {
  .content_bottom-xl {
    --content-space: 3.125rem; } }

@media (min-width: 1200px) {
  .content_left-xl {
    --content-space: 3.125rem; } }

@media (min-width: 992px) {
  .h-md-100 {
    height: 100% !important; } }

.pos_right-center {
  left: 50%; }
  @media (min-width: 992px) {
    .pos_right-center {
      left: 60%; } }

.scrollbar-gray ::-webkit-scrollbar {
  margin-right: 1.25rem;
  width: .25rem;
  height: .25rem;
  background-color: #eeeeee; }
.scrollbar-gray ::-webkit-scrollbar-thumb {
  border-radius: .25rem;
  background-color: #767676; }

.sticky-content {
  position: sticky;
  top: 0;
  padding-bottom: 1px; }

.border-circle {
  border-radius: 10rem !important; }

.border-radius-0 {
  border-radius: 0 !important; }

.border-radius-4 {
  border-radius: 4px !important; }

.border-radius-10 {
  border-radius: 10px !important; }

.swiper-scrollbar {
  height: 4px; }

.left-auto {
  left: auto !important; }

.right-auto {
  right: auto !important; }

.left-0 {
  left: 0 !important; }

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

.position-center {
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important; }

.position-top-center {
  left: 50% !important;
  top: 0;
  transform: translateX(-50%) !important; }

.position-right-center {
  left: auto !important;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  max-width: 50%; }

.position-right-bottom {
  left: auto !important;
  right: 0;
  top: auto;
  bottom: 0;
  max-width: 50%; }

.left-50 {
  left: 50%;
  transform: translateX(-50%); }

@media (min-width: 1200px) {
  .row-cols-xl-8 > * {
    flex: 0 0 auto;
    width: 12.5% !important; } }

.minh-100 {
  min-height: 100vh; }

.minh-240 {
  min-height: 16rem; }

.rect-circle {
  width: 100%;
  padding-top: 100%;
  position: relative;
  border-radius: 10rem; }

.bg-image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }
  .bg-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.bg-video {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.product-video {
  position: absolute;
  left: 0.3125rem;
  right: 0.3125rem;
  top: 0.3125rem;
  bottom: 0.3125rem;
  z-index: -1;
  width: calc(100% - 0.625rem);
  height: calc(100% - 0.625rem);
  object-fit: cover; }

.border-left-0 {
  border-left: 0; }

@media (min-width: 992px) {
  .border-left-lg-1 {
    border-left: 1px solid #eee; } }
.border-top-1 {
  border-top: 1px solid #eee; }

@media (min-width: 992px) {
  .border-top-lg-0 {
    border-top: 0; } }
.border-1 {
  border: 1px solid #eee !important; }

.border-white {
  border-color: #fff !important; }

.object-position-right {
  object-position: 90% center; }

.popover {
  border: 0;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  border-radius: 0; }
  .popover img {
    width: 170px; }

.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow {
  margin: 0; }
  .bs-popover-end > .popover-arrow:before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow:before {
    border-color: transparent; }

.text-yellow-bg-rounded {
  display: inline-block;
  background-color: #FFD35B;
  padding: 0.5125rem 1rem 0.3125rem;
  border-radius: 2rem; }

.mb--1 {
  margin-bottom: -1px; }

.theme-color {
  color: #C32929 !important; }

.theme-bg-color {
  background-color: #C32929 !important; }

.theme-color-secondary {
  color: #B9A16B !important; }

.theme-bg-color-secondary {
  background-color: #B9A16B !important; }

.text-shadow-white {
  text-shadow: 0 0 0.3rem #fff; }

@media (min-width: 768px) {
  .h-md-100 {
    height: 100% !important; } }

@media (min-width: 576px) {
  .h-sm-100 {
    height: 100% !important; } }

svg.flaticon {
  display: block; }

.transparent-bg {
  background-color: transparent !important; }

.bg-white-overlay {
  background-color: rgba(255, 255, 255, 0.9); }

.pt-100per {
  padding-top: 100% !important; }

/* @font-face {
  font-family: 'SofiaProBold';
  src: url(../fonts/SofiaProBold.woff); } */
body {
  color: #222222;
  font-family: "fark", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7143; }

/*============================================*/
/*================= Headings =================*/
/*============================================*/
h1, .h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #222222;
  font-family:  "fark", sans-serif;
  font-weight: 500; }

.font-special {
  font-family: "fark", cursive; }

/* .font-courgette {
  font-family: Courgette; } */

.fs-base,
.form-title {
  font-size: 0.875rem !important; }

/* .font-sofia {
  font-family: 'SofiaProBold'; } */

.third-color {
  color: #b9a16b !important; }

.white-color {
  color: #fff !important; }

.mark-grey-color {
  -webkit-text-stroke-color: #c2c2c2; }

.page-title {
  font-weight: 700; }
  @media (min-width: 992px) {
    .page-title {
      font-size: 3.125rem; } }

.section-title {
  font-size: 1.625rem; }
  @media (min-width: 992px) {
    .section-title {
      font-size: 2.1875rem; } }

.lh-30 {
  line-height: 1.875rem !important; }

.lh-2rem {
  line-height: 2rem !important; }

.block-title {
  margin-bottom: 1rem;
  font-size: 1rem; }

/*============================================*/
/*=================== Texts ==================*/
/*============================================*/
.character_markup {
  display: none; }
  @media (min-width: 1500px) {
    .character_markup {
      display: block;
      position: absolute;
      bottom: 5rem;
      margin-left: -1.5em;
      -webkit-text-stroke-width: 3px;
      -webkit-text-stroke-color: #ffffff;
      color: transparent;
      font-size: 7.5rem;
      transform: rotate(90deg);
      transform-origin: bottom right;
      opacity: 0.8; }
      .character_markup.type2 {
        transform: none;
        font-size: 15.625rem;
        -webkit-text-stroke-color: #767676;
        font-weight: 700;
        bottom: 0;
        line-height: 1;
        left: auto;
        margin: 0;
        right: 0;
        opacity: 0.3;
        letter-spacing: 0.05em;
        z-index: -1; } }

.content {
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.7143; }

.blockquote {
  padding: calc(1.4rem + 1.8vw) calc(1.3625rem + 1.35vw) calc(1.35625rem + 1.275vw) calc(1.4875rem + 2.85vw);
  background-color: #faf9f8; }
  @media (min-width: 1200px) {
    .blockquote {
      padding: 2.75rem 2.375rem 2.3125rem 3.625rem; } }

.blockquote__content {
  margin-bottom: 0;
  font-size: 1rem;
  font-style: italic;
  font-weight: 500;
  line-height: 1.375; }

.blockquote__footer-cart {
  margin-top: 1.5rem;
  color: #767676;
  font-size: 0.875rem; }

.text-list {
  padding-left: 1.25em; }

.text-list__item {
  line-height: 3.143; }

.list_dot_darkgray ::marker {
  color: #767676;
  font-size: 1rem; }

.list-style_checkbox {
  display: flex;
  align-items: center; }

.text_dash {
  position: relative;
  padding-left: 3.25rem; }
  .text_dash::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 2.5rem;
    height: 2px;
    margin-top: -1px;
    background-color: currentColor;
    color: inherit; }
  .text_dash_half {
    position: relative;
    padding-left: 2rem; }
    .text_dash_half::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      width: 1.25rem;
      height: 2px;
      margin-top: -1px;
      background-color: currentColor;
      color: inherit; }

.stroke-text {
  --stroke-color: #222222;
  --stroke-width: 1px;
  color: #eeeeee;
  font-size: 2.25rem;
  opacity: 0.4;
  text-shadow: var(--stroke-width) 0 0 var(--stroke-color), calc(var(--stroke-width) * -1) 0 0 var(--stroke-color), 0 var(--stroke-width) 0 var(--stroke-color), 0 calc(var(--stroke-width) * -1) 0 var(--stroke-color); }
  @media (min-width: 992px) {
    .stroke-text {
      --stroke-width: 2px;
      font-size: 3.375rem; } }
  @media (min-width: 1200px) {
    .stroke-text {
      font-size: 5.625rem; } }

.smooth-16 {
  text-shadow: calc(var(--stroke-width) * 1) calc(var(--stroke-width) * 0) 0 var(--stroke-color), calc(var(--stroke-width) * 0.9239) calc(var(--stroke-width) * 0.3827) 0 var(--stroke-color), calc(var(--stroke-width) * 0.7071) calc(var(--stroke-width) * 0.7071) 0 var(--stroke-color), calc(var(--stroke-width) * 0.3827) calc(var(--stroke-width) * 0.9239) 0 var(--stroke-color), calc(var(--stroke-width) * 0) calc(var(--stroke-width) * 1) 0 var(--stroke-color), calc(var(--stroke-width) * -0.3827) calc(var(--stroke-width) * 0.9239) 0 var(--stroke-color), calc(var(--stroke-width) * -0.7071) calc(var(--stroke-width) * 0.7071) 0 var(--stroke-color), calc(var(--stroke-width) * -0.9239) calc(var(--stroke-width) * 0.3827) 0 var(--stroke-color), calc(var(--stroke-width) * -1) calc(var(--stroke-width) * 0) 0 var(--stroke-color), calc(var(--stroke-width) * -0.9239) calc(var(--stroke-width) * -0.3827) 0 var(--stroke-color), calc(var(--stroke-width) * -0.7071) calc(var(--stroke-width) * -0.7071) 0 var(--stroke-color), calc(var(--stroke-width) * -0.3827) calc(var(--stroke-width) * -0.9239) 0 var(--stroke-color), calc(var(--stroke-width) * 0) calc(var(--stroke-width) * -1) 0 var(--stroke-color), calc(var(--stroke-width) * 0.3827) calc(var(--stroke-width) * -0.9239) 0 var(--stroke-color), calc(var(--stroke-width) * 0.7071) calc(var(--stroke-width) * -0.7071) 0 var(--stroke-color), calc(var(--stroke-width) * 0.9239) calc(var(--stroke-width) * -0.3827) 0 var(--stroke-color); }

@media (min-width: 992px) {
  .text-lg-right {
    text-align: right !important; } }
.fs-12 {
  font-size: 0.75rem !important; }

.fs-15 {
  font-size: 0.9375rem !important; }

.fs-18 {
  font-size: 1.125rem !important; }

.fs-20 {
  font-size: 1.25rem; }

.fs-22 {
  font-size: calc(1.2625rem + 0.15vw); }
  @media (min-width: 1200px) {
    .fs-22 {
      font-size: 1.375rem; } }

.fs-25 {
  font-size: calc(1.28125rem + 0.375vw); }
  @media (min-width: 1200px) {
    .fs-25 {
      font-size: 1.5625rem; } }

.fs-30 {
  font-size: calc(1.3125rem + 0.75vw); }
  @media (min-width: 1200px) {
    .fs-30 {
      font-size: 1.875rem; } }

.fs-35 {
  font-size: calc(1.34375rem + 1.125vw); }
  @media (min-width: 1200px) {
    .fs-35 {
      font-size: 2.1875rem; } }

.fs-40 {
  font-size: calc(1.375rem + 1.5vw); }
  @media (min-width: 1200px) {
    .fs-40 {
      font-size: 2.5rem; } }

.fs-45 {
  font-size: calc(1.40625rem + 1.875vw); }
  @media (min-width: 1200px) {
    .fs-45 {
      font-size: 2.8125rem; } }

.fs-50 {
  font-size: calc(1.4375rem + 2.25vw); }
  @media (min-width: 1200px) {
    .fs-50 {
      font-size: 3.125rem; } }

.fs-70 {
  font-size: calc(1.5625rem + 3.75vw); }
  @media (min-width: 1200px) {
    .fs-70 {
      font-size: 4.375rem; } }

.fw-semi-bold {
  font-weight: 600 !important; }

th[align="right"] {
  text-align: right; }

@keyframes moveDown {
  0% {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%); }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0); } }
.animate {
  transition: all ease-in .5s;
  transition: all cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.5s; }

.animate_fade {
  opacity: 0;
  visibility: hidden; }

.animate_rtl {
  position: relative;
  right: -2.5rem; }

.animate_btt {
  position: relative;
  bottom: -2.5rem; }

.animate_delay-1 {
  transition-delay: 0.1s; }

.animate_delay-2 {
  transition-delay: 0.2s; }

.animate_delay-3 {
  transition-delay: 0.3s; }

.animate_delay-4 {
  transition-delay: 0.4s; }

.animate_delay-5 {
  transition-delay: 0.5s; }

.animate_delay-6 {
  transition-delay: 0.6s; }

.animate_delay-7 {
  transition-delay: 0.7s; }

.animate_delay-8 {
  transition-delay: 0.8s; }

.animate_delay-9 {
  transition-delay: 0.9s; }

.animate_delay-10 {
  transition-delay: 1s; }

.swiper-slide-active .animate_fade {
  opacity: 1;
  visibility: visible; }
.swiper-slide-active .animate_rtl {
  right: 0; }
.swiper-slide-active .animate_btt {
  bottom: 0; }

.anim_appear-fade {
  transition: all 0.2s ease;
  font-size: 0.875rem;
  opacity: 0;
  visibility: hidden;
  z-index: 1; }
  .product-card:hover .anim_appear-fade {
    opacity: 1;
    visibility: visible; }

.anim_appear-bottom {
  bottom: -0.625rem;
  transition: all 0.2s ease;
  font-size: 0.875rem;
  opacity: 0;
  visibility: hidden;
  z-index: 1; }
  .product-card:hover .anim_appear-bottom {
    bottom: 0.625rem;
    opacity: 1;
    visibility: visible; }

.anim_appear-right {
  right: -0.625rem;
  transition: all 0.2s ease;
  font-size: 0.875rem;
  opacity: 0;
  visibility: hidden;
  z-index: 1; }
  .product-card:hover .anim_appear-right {
    right: 0;
    opacity: 1;
    visibility: visible; }

.row {
  --bs-gutter-x: 1.875rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2); }
  .row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y); }

.col {
  flex: 1 0 0%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem; } }
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem; } }
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem; } }
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem; } }
@media (min-width: 1500px) {
  .col-xxl {
    flex: 1 0 0%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem; } }
body ::-webkit-scrollbar {
  margin-right: 1.25rem;
  width: .25rem;
  height: .25rem;
  background-color: #ffffff; }
body ::-webkit-scrollbar-thumb {
  border-radius: .25rem;
  background-color: #e4e4e4; }

@media (max-width: 991.98px) {
  .snap main {
    overflow-x: hidden; } }

img {
  max-width: 100%; }

.block {
  margin: 2.125rem 0; }

.full-width_padding {
  overflow: hidden; }
  @media (min-width: 1500px) {
    .full-width_padding {
      width: 100%;
      padding: 0 3.75rem; } }

.full-width_padding-20 {
  width: 100%;
  padding: 0 1.25rem; }

@media (max-width: 1499.98px) {
  .full-width_border {
    border: 0 !important; } }
@media (min-width: 1500px) {
  .full-width_border {
    padding: 0.625rem;
    border-style: solid; } }

.page-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  transition: all 0.32s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  background-color: rgba(34, 34, 34, 0.4);
  opacity: 0;
  visibility: hidden;
  z-index: 1040; }

.page-overlay_visible {
  opacity: 1;
  visibility: visible; }

#scrollTop {
  position: fixed !important;
  right: 0;
  bottom: 3.375rem;
  z-index: 1030;
  width: 45px;
  height: 45px;
  background-color: #eeeeee;
  background-image: url("data:image/svg+xml,%3csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M7.49932 0.360778C7.22726 0.0887249 6.77274 0.0887249 6.49999 0.360778L0.206656 6.638C-0.0688853 6.91355 -0.0688853 7.3604 0.206656 7.63524C0.482197 7.91078 0.929749 7.91078 1.20529 7.63524L6.99997 1.85667L12.794 7.63594C13.0702 7.91148 13.517 7.91148 13.7933 7.63594C14.0688 7.3604 14.0688 6.91355 13.7933 6.6387L7.49932 0.360778Z' fill='%23222222'/%3e%3c/svg%3e");
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  clip: auto !important;
  transition: all 0.28s; }
  @media (min-width: 768px) {
    #scrollTop {
      bottom: 0; } }

.mw-1620 {
  width: 1620px !important;
  max-width: 100% !important;
  margin: 0 auto; }

.mw-1170 {
  width: 1200px !important;
  max-width: 100% !important;
  margin: 0 auto; }

.mw-930 {
  width: 58.125rem !important;
  max-width: 100% !important;
  margin: 0 auto; }

.w-740 {
  width: 46.25rem;
  max-width: 100%; }

.w-100px {
  width: 6.25rem; }

.h-100px {
  height: 6.25rem; }

.gradient-bg {
  background-image: url(../../images/home/demo3/slider_bg.html);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto; }

.gradient-bg-10 {
  background-image: url(../../images/home/demo10/slider_bg.html);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto 84rem; }
  @media (min-width: 992px) {
    .gradient-bg-10 {
      background-size: 100% auto; } }

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

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

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

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

.gutters-20 .row {
  --bs-gutter-x: 1.25rem; }

.btn-close,
.btn-close-lg,
.btn-close-xs {
  padding: 0;
  border: 0;
  box-sizing: content-box;
  color: #000;
  border-radius: 0;
  opacity: 1; }
  .btn-close:hover,
  .btn-close-lg:hover,
  .btn-close-xs:hover {
    color: #000;
    text-decoration: none;
    opacity: 0.75; }
  .btn-close:focus,
  .btn-close-lg:focus,
  .btn-close-xs:focus {
    outline: none;
    box-shadow: none;
    opacity: 1; }
  .btn-close:disabled, .btn-close.disabled,
  .btn-close-lg:disabled,
  .btn-close-lg.disabled,
  .btn-close-xs:disabled,
  .btn-close-xs.disabled {
    pointer-events: none;
    user-select: none;
    opacity: 0.25; }

.btn-close {
  width: 1.375rem;
  height: 1.375rem;
  padding: 0.25em 0.25em;
  background: transparent url("data:image/svg+xml,%3csvg width='23' height='22' viewBox='0 0 23 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5.48881 15.5962L16.0954 4.98963L17.5096 6.40384L6.90302 17.0104L5.48881 15.5962Z' fill='%23000'/%3e%3cpath d='M16.0954 17.7176L4.7817 6.40384L6.19592 4.98963L17.5096 16.3033L16.0954 17.7176Z' fill='%23000'/%3e%3c/svg%3e") center/1.375rem auto no-repeat; }

.btn-close-lg {
  width: 1rem;
  height: 1rem;
  background: transparent url("data:image/svg+xml,%3csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0.414336 14.1421L14.5565 0L15.9707 1.41421L1.82855 15.5563L0.414336 14.1421Z' fill='%23000'/%3e%3cpath d='M1.41421 0.142113L15.5563 14.2842L14.1421 15.6985L0 1.55633L1.41421 0.142113Z' fill='%23000'/%3e%3c/svg%3e") center/1rem auto no-repeat; }

.btn-close-xs {
  width: 0.625rem;
  height: 0.625rem;
  padding: 0;
  background: transparent url("data:image/svg+xml,%3csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0.259435 8.85506L9.11449 0L10 0.885506L1.14494 9.74056L0.259435 8.85506Z' fill='%23767676'/%3e%3cpath d='M0.885506 0.0889838L9.74057 8.94404L8.85506 9.82955L0 0.97449L0.885506 0.0889838Z' fill='%23767676'/%3e%3c/svg%3e") center/0.625rem auto no-repeat; }

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%); }

.accordion-item_shadow {
  box-shadow: 0 0 1.5625rem 0 rgba(34, 34, 34, 0.05); }

.accordion-button {
  padding: 1.75rem 1.875rem 1.125rem;
  border: 1px solid #eeeeee;
  color: #222222;
  background-color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.375;
  outline: none; }
  .accordion-button::after {
    content: none; }
  .accordion-button.collapsed {
    background-color: transparent;
    color: #222222; }
    .accordion-button.collapsed .accordion-button__icon {
      transform: rotate(0deg); }
      .accordion-button.collapsed .accordion-button__icon .svg-path-horizontal {
        opacity: 1; }
      .accordion-button.collapsed .accordion-button__icon.type2 {
        transform: rotate(180deg); }

.accordion-button__icon {
  width: 0.875rem;
  height: 0.875rem;
  margin-left: auto;
  fill: #222222;
  transform: rotate(90deg);
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .accordion-button__icon {
      transition: none; } }
  .accordion-button__icon .svg-path-vertical {
    transform: rotate(90deg);
    transform-origin: center; }
  .accordion-button__icon .svg-path-horizontal {
    transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
    opacity: 0; }
    @media (prefers-reduced-motion: reduce) {
      .accordion-button__icon .svg-path-horizontal {
        transition: none; } }
  .accordion-button__icon.type2 {
    transform: rotate(0deg); }

.accordion-body {
  padding: 1.5rem 1.875rem 1.75rem; }

.faq-accordion .accordion-item {
  margin-bottom: 1.25rem; }
.faq-accordion .accordion-button {
  border: 0;
  border-bottom: 1px solid #e4e4e4;
  padding: 0.625rem 0;
  text-align: left; }
.faq-accordion .accordion-collapse {
  border: 0; }
.faq-accordion .accordion-body {
  padding: 1.5rem 0; }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.6875rem 1.75rem 0.4375rem;
  color: #222222;
  font-weight: 500;
  line-height: 1.375;
  outline: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .nav-link {
      transition: none; } }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }
  @media (min-width: 992px) {
    .nav-link {
      font-size: 1rem; } }

.nav-link_underscore {
  position: relative;
  padding: 0.6875rem 1.5625rem 0.4375rem;
  color: #767676; }
  .nav-link_underscore:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 1.5625rem;
    width: 0;
    height: 2px;
    background-color: #222222;
    transition: width 0.36s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
    @media (prefers-reduced-motion: reduce) {
      .nav-link_underscore:after {
        transition: none; } }
  .nav-link_underscore.theme-color:after {
    background-color: #C32929; }
  .nav-link_underscore:hover, .nav-link_underscore:focus, .nav-link_underscore.active, .nav-item.show .nav-link_underscore {
    color: #222222; }
    .nav-link_underscore:hover:after, .nav-link_underscore:focus:after, .nav-link_underscore.active:after, .nav-item.show .nav-link_underscore:after {
      width: calc(100% - 3.125rem); }
  .nav-link_underscore.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent; }

.nav-link_rline:before {
  content: '';
  position: absolute;
  top: 49%;
  left: 0;
  width: 0px;
  height: 2px;
  background-color: #222222;
  transition: width 0.36s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
  @media (prefers-reduced-motion: reduce) {
    .nav-link_rline:before {
      transition: none; } }
.nav-link_rline.active:before {
  width: 100%; }

.rline-content {
  display: inline-block;
  position: relative;
  padding-right: 1.5em;
  background-color: #ffffff; }
  @media (min-width: 768px) {
    .rline-content {
      padding-right: 2.5em; } }
  @media (min-width: 1200px) {
    .rline-content {
      padding-right: 3.5em; } }

.nav-pills .nav-link {
  border-radius: 0; }
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: #222222; }

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

  .btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #222222;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: #ffffff;
    border: 1px solid transparent;
    padding: 0.375rem 3.125rem;
    font-size: 0.875rem;
    border-radius: 0;
    transition: all 0.15s ease-in-out;
    font-size: 0.875rem;
    padding-top: 0.703125rem;
    padding-bottom: 0.5625rem;
  }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none;
    }
  }
  /* Mise à jour de .btn:hover : on conserve la couleur actuelle et on ajoute le zoom */
  .btn:hover {
    color: #222222;
    transform: scale(1.05);
  }
  .btn-55 {
    height: 3.4375rem;
  }
  .btn-50 {
    height: 3.125rem;
  }
  .btn-45 {
    height: 2.8125rem;
  }
  .btn-40 {
    height: 2.5rem;
  }
  .btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: none;
  }
  .btn-check:checked + .btn, .btn-check:active + .btn, .btn:active, .btn.active {
    box-shadow: none;
  }
  .btn-check:checked + .btn:focus, .btn-check:active + .btn:focus, .btn:active:focus, .btn.active:focus {
    box-shadow: none;
  }
  .btn:disabled, .btn.disabled, fieldset:disabled .btn {
    pointer-events: none;
    opacity: 0.65;
    box-shadow: none;
  }
  @media (min-width: 1500px) {
    .btn {
      font-size: 1rem;
      padding-top: 0.9375rem;
      padding-bottom: 0.75rem;
    }
  }
  
  .btn-primary {
    color: #fff;
    background-color: #222222;
    border-color: #222222;
    box-shadow: none;
  }
  .btn-primary:hover {
    color: #fff;
    background-color: #1d1d1d;
    border-color: #1b1b1b;
  }
  .btn-check:focus + .btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: #1d1d1d;
    border-color: #1b1b1b;
    box-shadow: 0 0 0 0 rgba(67, 67, 67, 0.5);
  }
  .btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #1b1b1b;
    border-color: #1a1a1a;
  }
  .btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(67, 67, 67, 0.5);
  }
  .btn-primary:disabled, .btn-primary.disabled {
    color: #fff;
    background-color: #222222;
    border-color: #222222;
  }
  
  .btn-outline-primary {
    color: #222222;
    border-color: #222222;
  }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #222222;
    border-color: #222222;
  }
  .btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
    box-shadow: 0 0 0 0 rgba(34, 34, 34, 0.5);
  }
  .btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
    color: #fff;
    background-color: #222222;
    border-color: #222222;
  }
  .btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0 rgba(34, 34, 34, 0.5);
  }
  .btn-outline-primary:disabled, .btn-outline-primary.disabled {
    color: #222222;
    background-color: transparent;
  }
  
  .btn-hover-primary:hover {
    background-color: #222222;
    color: #fff;
  }
  
  .btn-secondary {
    color: #fff;
    background-color: #000000;
    /* border-color: #767676; */
    box-shadow: none;
    border-radius: 44px;
  }
  .btn-secondary:hover {
    color: #fff;
    background-color: #646464;
    border-color: #5e5e5e;
  }
  .btn-check:focus + .btn-secondary, .btn-secondary:focus {
    color: #fff;
    background-color: #646464;
    border-color: #5e5e5e;
    box-shadow: 0 0 0 0 rgba(139, 139, 139, 0.5);
  }
  .btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #5e5e5e;
    border-color: #595959;
  }
  .btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(139, 139, 139, 0.5);
  }
  .btn-secondary:disabled, .btn-secondary.disabled {
    color: #fff;
    background-color: #767676;
    border-color: #767676;
  }
  
  .btn-outline-secondary {
    color: #767676;
    border-color: #767676;
  }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #767676;
    border-color: #767676;
  }
  .btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
    box-shadow: 0 0 0 0 rgba(118, 118, 118, 0.5);
  }
  .btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
    color: #fff;
    background-color: #767676;
    border-color: #767676;
  }
  .btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0 rgba(118, 118, 118, 0.5);
  }
  .btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
    color: #767676;
    background-color: transparent;
  }
  
  .btn-hover-secondary:hover {
    background-color: #767676;
    color: #fff;
  }
  
  .btn-success {
    color: #000;
    background-color: #def2d7;
    border-color: #def2d7;
    box-shadow: none;
  }
  .btn-success:hover {
    color: #000;
    background-color: #e3f4dd;
    border-color: #e1f3db;
  }
  .btn-check:focus + .btn-success, .btn-success:focus {
    color: #000;
    background-color: #e3f4dd;
    border-color: #e1f3db;
    box-shadow: 0 0 0 0 rgba(189, 206, 183, 0.5);
  }
  .btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
    color: #000;
    background-color: #e5f5df;
    border-color: #e1f3db;
  }
  .btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(189, 206, 183, 0.5);
  }
  .btn-success:disabled, .btn-success.disabled {
    color: #000;
    background-color: #def2d7;
    border-color: #def2d7;
  }
  
  .btn-outline-success {
    color: #def2d7;
    border-color: #def2d7;
  }
  .btn-outline-success:hover {
    color: #000;
    background-color: #def2d7;
    border-color: #def2d7;
  }
  .btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
    box-shadow: 0 0 0 0 rgba(222, 242, 215, 0.5);
  }
  .btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
    color: #000;
    background-color: #def2d7;
    border-color: #def2d7;
  }
  .btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0 rgba(222, 242, 215, 0.5);
  }
  .btn-outline-success:disabled, .btn-outline-success.disabled {
    color: #def2d7;
    background-color: transparent;
  }
  
  .btn-hover-success:hover {
    background-color: #def2d7;
    color: #fff;
  }
  
  .btn-info {
    color: #000;
    background-color: #cde9f6;
    border-color: #cde9f6;
    box-shadow: none;
  }
  .btn-info:hover {
    color: #000;
    background-color: #d5ecf7;
    border-color: #d2ebf7;
  }
  .btn-check:focus + .btn-info, .btn-info:focus {
    color: #000;
    background-color: #d5ecf7;
    border-color: #d2ebf7;
    box-shadow: 0 0 0 0 rgba(174, 198, 209, 0.5);
  }
  .btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
    color: #000;
    background-color: #d7edf8;
    border-color: #d2ebf7;
  }
  .btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(174, 198, 209, 0.5);
  }
  .btn-info:disabled, .btn-info.disabled {
    color: #000;
    background-color: #cde9f6;
    border-color: #cde9f6;
  }
  
  .btn-outline-info {
    color: #cde9f6;
    border-color: #cde9f6;
  }
  .btn-outline-info:hover {
    color: #000;
    background-color: #cde9f6;
    border-color: #cde9f6;
  }
  .btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
    box-shadow: 0 0 0 0 rgba(205, 233, 246, 0.5);
  }
  .btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
    color: #000;
    background-color: #cde9f6;
    border-color: #cde9f6;
  }
  .btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0 rgba(205, 233, 246, 0.5);
  }
  .btn-outline-info:disabled, .btn-outline-info.disabled {
    color: #cde9f6;
    background-color: transparent;
  }
  
  .btn-hover-info:hover {
    background-color: #cde9f6;
    color: #fff;
  }
  
  .btn-warning {
    color: #000;
    background-color: #f7f3d7;
    border-color: #f7f3d7;
    box-shadow: none;
  }
  .btn-warning:hover {
    color: #000;
    background-color: #f8f5dd;
    border-color: #f8f4db;
  }
  .btn-check:focus + .btn-warning, .btn-warning:focus {
    color: #000;
    background-color: #f8f5dd;
    border-color: #f8f4db;
    box-shadow: 0 0 0 0 rgba(210, 207, 183, 0.5);
  }
  .btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
    color: #000;
    background-color: #f9f5df;
    border-color: #f8f4db;
  }
  .btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(210, 207, 183, 0.5);
  }
  .btn-warning:disabled, .btn-warning.disabled {
    color: #000;
    background-color: #f7f3d7;
    border-color: #f7f3d7;
  }
  
  .btn-outline-warning {
    color: #f7f3d7;
    border-color: #f7f3d7;
  }
  .btn-outline-warning:hover {
    color: #000;
    background-color: #f7f3d7;
    border-color: #f7f3d7;
  }
  .btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
    box-shadow: 0 0 0 0 rgba(247, 243, 215, 0.5);
  }
  .btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
    color: #000;
    background-color: #f7f3d7;
    border-color: #f7f3d7;
  }
  .btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0 rgba(247, 243, 215, 0.5);
  }
  .btn-outline-warning:disabled, .btn-outline-warning.disabled {
    color: #f7f3d7;
    background-color: transparent;
  }
  
  .btn-hover-warning:hover {
    background-color: #f7f3d7;
    color: #fff;
  }
  
  .btn-danger {
    color: #000;
    background-color: #ecc8c5;
    border-color: #ecc8c5;
    box-shadow: none;
  }
  .btn-danger:hover {
    color: #000;
    background-color: #efd0ce;
    border-color: #eececb;
  }
  .btn-check:focus + .btn-danger, .btn-danger:focus {
    color: #000;
    background-color: #efd0ce;
    border-color: #eececb;
    box-shadow: 0 0 0 0 rgba(201, 170, 167, 0.5);
  }
  .btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
    color: #000;
    background-color: #f0d3d1;
    border-color: #eececb;
  }
  .btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(201, 170, 167, 0.5);
  }
  .btn-danger:disabled, .btn-danger.disabled {
    color: #000;
    background-color: #ecc8c5;
    border-color: #ecc8c5;
  }
  
  .btn-outline-danger {
    color: #ecc8c5;
    border-color: #ecc8c5;
  }
  .btn-outline-danger:hover {
    color: #000;
    background-color: #ecc8c5;
    border-color: #ecc8c5;
  }
  .btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
    box-shadow: 0 0 0 0 rgba(236, 200, 197, 0.5);
  }
  .btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
    color: #000;
    background-color: #ecc8c5;
    border-color: #ecc8c5;
  }
  .btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0 rgba(236, 200, 197, 0.5);
  }
  .btn-outline-danger:disabled, .btn-outline-danger.disabled {
    color: #ecc8c5;
    background-color: transparent;
  }
  
  .btn-hover-danger:hover {
    background-color: #ecc8c5;
    color: #fff;
  }
  
  .btn-dark {
    color: #fff;
    background-color: #222222;
    border-color: #222222;
    box-shadow: none;
  }
  .btn-dark:hover {
    color: #fff;
    background-color: #1d1d1d;
    border-color: #1b1b1b;
  }
  .btn-check:focus + .btn-dark, .btn-dark:focus {
    color: #fff;
    background-color: #1d1d1d;
    border-color: #1b1b1b;
    box-shadow: 0 0 0 0 rgba(67, 67, 67, 0.5);
  }
  .btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1b1b1b;
    border-color: #1a1a1a;
  }
  .btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(67, 67, 67, 0.5);
  }
  .btn-dark:disabled, .btn-dark.disabled {
    color: #fff;
    background-color: #222222;
    border-color: #222222;
  }
  
  .btn-outline-dark {
    color: #222222;
    border-color: #222222;
    border-color: #e4e4e4;
  }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #222222;
    border-color: #222222;
  }
  .btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
    box-shadow: 0 0 0 0 rgba(34, 34, 34, 0.5);
  }
  .btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
    color: #fff;
    background-color: #222222;
    border-color: #222222;
  }
  .btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0 rgba(34, 34, 34, 0.5);
  }
  .btn-outline-dark:disabled, .btn-outline-dark.disabled {
    color: #222222;
    background-color: transparent;
  }
  
  .btn-hover-dark:hover {
    background-color: #222222;
    color: #fff;
  }
  
  .btn-red {
    color: #fff;
    background-color: #c32929;
    border-color: #c32929;
    box-shadow: none;
  }
  .btn-red:hover {
    color: #fff;
    background-color: #a62323;
    border-color: #9c2121;
  }
  .btn-check:focus + .btn-red, .btn-red:focus {
    color: #fff;
    background-color: #a62323;
    border-color: #9c2121;
    box-shadow: 0 0 0 0 rgba(204, 73, 73, 0.5);
  }
  .btn-check:checked + .btn-red, .btn-check:active + .btn-red, .btn-red:active, .btn-red.active, .show > .btn-red.dropdown-toggle {
    color: #fff;
    background-color: #9c2121;
    border-color: #921f1f;
  }
  .btn-check:checked + .btn-red:focus, .btn-check:active + .btn-red:focus, .btn-red:active:focus, .btn-red.active:focus, .show > .btn-red.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(204, 73, 73, 0.5);
  }
  .btn-red:disabled, .btn-red.disabled {
    color: #fff;
    background-color: #c32929;
    border-color: #c32929;
  }
  
  .btn-outline-red {
    color: #c32929;
    border-color: #c32929;
  }
  .btn-outline-red:hover {
    color: #fff;
    background-color: #c32929;
    border-color: #c32929;
  }
  .btn-check:focus + .btn-outline-red, .btn-outline-red:focus {
    box-shadow: 0 0 0 0 rgba(195, 41, 41, 0.5);
  }
  .btn-check:checked + .btn-outline-red, .btn-check:active + .btn-outline-red, .btn-outline-red:active, .btn-outline-red.active, .btn-outline-red.dropdown-toggle.show {
    color: #fff;
    background-color: #c32929;
    border-color: #c32929;
  }
  .btn-check:checked + .btn-outline-red:focus, .btn-check:active + .btn-outline-red:focus, .btn-outline-red:active:focus, .btn-outline-red.active:focus, .btn-outline-red.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0 rgba(195, 41, 41, 0.5);
  }
  .btn-outline-red:disabled, .btn-outline-red.disabled {
    color: #c32929;
    background-color: transparent;
  }
  
  .btn-hover-red:hover {
    background-color: #c32929;
    color: #fff;
  }
  
  .btn-beige {
    color: #ffffff;
    background-color: #b9a16b;
    border-color: #b9a16b;
    box-shadow: none;
  }
  .btn-beige:hover {
    color: #ffffff;
    background-color: #c0aa7a;
    border-color: #c0aa7a;
  }
  .btn-check:focus + .btn-beige, .btn-beige:focus {
    color: #ffffff;
    background-color: #c0aa7a;
    border-color: #c0aa7a;
    box-shadow: 0 0 0 0 rgba(196, 175, 129, 0.5);
  }
  .btn-check:checked + .btn-beige, .btn-check:active + .btn-beige, .btn-beige:active, .btn-beige.active, .show > .btn-beige.dropdown-toggle {
    color: #000;
    background-color: #948156;
    border-color: #8b7950;
  }
  .btn-check:checked + .btn-beige:focus, .btn-check:active + .btn-beige:focus, .btn-beige:active:focus, .btn-beige.active:focus, .show > .btn-beige.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(196, 175, 129, 0.5);
  }
  .btn-beige:disabled, .btn-beige.disabled {
    color: #000;
    background-color: #b9a16b;
    border-color: #b9a16b;
  }
  
  .btn-outline-beige {
    color: #b9a16b;
    border-color: #b9a16b;
  }
  .btn-outline-beige:hover {
    color: #ffffff;
    background-color: #b9a16b;
    border-color: #b9a16b;
  }
  .btn-check:focus + .btn-outline-beige, .btn-outline-beige:focus {
    box-shadow: 0 0 0 0 rgba(185, 161, 107, 0.5);
  }
  .btn-check:checked + .btn-outline-beige, .btn-check:active + .btn-outline-beige, .btn-outline-beige:active, .btn-outline-beige.active, .btn-outline-beige.dropdown-toggle.show {
    color: #ffffff;
    background-color: #b9a16b;
    border-color: #b9a16b;
  }
  .btn-check:checked + .btn-outline-beige:focus, .btn-check:active + .btn-outline-beige:focus, .btn-outline-beige:active:focus, .btn-outline-beige.active:focus, .btn-outline-beige.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0 rgba(185, 161, 107, 0.5);
  }
  .btn-outline-beige:disabled, .btn-outline-beige.disabled {
    color: #b9a16b;
    background-color: transparent;
  }
  
  .btn-light {
    color: #222222;
    background-color: #e4e4e4;
    border-color: #e4e4e4;
    box-shadow: none;
  }
  .btn-light:hover {
    color: #222222;
    background-color: #e7e7e7;
    border-color: #e7e7e7;
  }
  .btn-check:focus + .btn-light, .btn-light:focus {
    color: #222222;
    background-color: #e7e7e7;
    border-color: #e7e7e7;
    box-shadow: 0 0 0 0 rgba(199, 199, 199, 0.5);
  }
  .btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
    color: #000;
    background-color: #e9e9e9;
    border-color: #e7e7e7;
  }
  .btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(199, 199, 199, 0.5);
  }
  .btn-light:disabled, .btn-light.disabled {
    color: #000;
    background-color: #e4e4e4;
    border-color: #e4e4e4;
  }
  
  .btn-outline-light {
    color: #222222;
    border-color: #222222;
    border-color: #e4e4e4;
  }
  .btn-outline-light:hover {
    color: #222222;
    background-color: #e4e4e4;
    border-color: #e4e4e4;
  }
  .btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
    box-shadow: 0 0 0 0 rgba(34, 34, 34, 0.5);
  }
  .btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
    color: #222222;
    background-color: #e4e4e4;
    border-color: #e4e4e4;
  }
  .btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0 rgba(34, 34, 34, 0.5);
  }
  .btn-outline-light:disabled, .btn-outline-light.disabled {
    color: #222222;
    background-color: transparent;
  }
  
  .btn-link {
    display: inline-block;
    position: relative;
    padding: 0;
    border: 0;
    background-color: transparent;
    color: #222222;
    font-weight: 400;
    text-decoration: none;
  }
  .btn-link:hover {
    color: #1b1b1b;
  }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
  }
  .btn-link:after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    max-width: 100%;
    height: 2px;
    transition: width 0.28s cubic-bezier(0.47, 0, 0.745, 0.715);
    background-color: currentColor;
  }
  .btn-link:hover:after, .btn-link.btn-link_active:after {
    width: 3.125rem;
  }
  .btn-link.default-underline:after {
    width: 3.125rem;
  }
  .btn-link.
  

.swiper-pagination-bullet {
  position: relative;
  width: 1.875rem;
  height: 1.875rem;
  margin: 0 4px;
  border: 2px solid currentColor;
  background-color: transparent;
  color: transparent;
  opacity: 1;
  outline: none; }
  .swiper-pagination-bullet:after {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.375rem;
    height: 0.375rem;
    margin-top: -0.1875rem;
    margin-left: -0.1875rem;
    border-radius: 100%;
    background-color: currentColor;
    color: #ddc2bd;
    content: ''; }
  .swiper-pagination-bullet:first-child {
    margin-left: 0; }

.swiper-pagination-bullet-active {
  color: #222222; }
  .swiper-pagination-bullet-active:after {
    color: inherit; }

.swiper-pagination-bullets.theme-color .swiper-pagination-bullet-active {
  color: #C32929; }

.swatch-color {
  display: block;
  position: relative;
  width: 1.75rem;
  height: 1.75rem;
  margin-right: .75rem;
  margin-bottom: .75rem;
  border-radius: 50%; }
  .swatch-color:after {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1rem;
    height: 1rem;
    margin-top: -0.5rem;
    margin-left: -0.5rem;
    border-radius: 100%;
    background-color: currentColor;
    color: inherit;
    content: ''; }
  .swatch-color.swatch_active {
    border: 2px solid #222222; }
  .hover-container .swatch-color {
    margin: 0; }

.swatch-size.swatch_active {
  background-color: #e4e4e4; }

.filter-tag {
  padding: 0 1rem;
  border: 0;
  background-color: #e4e4e4;
  font-size: 11px;
  line-height: 1.875rem; }
  .filter-tag.swatch_active {
    display: none !important; }

.form-label {
  margin-bottom: 0.5rem; }

.col-form-label {
  padding-top: 1.0625rem;
  padding-bottom: 1.0625rem;
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.7143; }

.col-form-label-lg {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-size: 1.25rem; }

.col-form-label-sm {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  font-size: 0.875rem; }

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d; }

.form-control-bis {
  display: block;
  width: 100%;
  padding: 0.9375rem 0.9375rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7143;
  color: #222222;
  background-color: #fff;
  background-clip: padding-box;
  border: 0.125rem solid #e4e4e4;
  appearance: none;
  border-radius: 0;
  box-shadow: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control-bis {
      transition: none; } }
  .form-control-bis[type="file"] {
    overflow: hidden; }
    .form-control-bis[type="file"]:not(:disabled):not([readonly]) {
      cursor: pointer; }
  .form-control-bis:focus {
    color: #222222;
    background-color: #fff;
    border-color: #222222;
    outline: 0;
    box-shadow: none; }
  .form-control-bis::-webkit-date-and-time-value {
    height: 1.7143em; }
  .form-control-bis::placeholder {
    color: #222222;
    opacity: 1; }
  .form-control-bis:disabled, .form-control-bis[readonly] {
    background-color: #e9ecef;
    opacity: 1; }
  .form-control-bis::file-selector-button {
    padding: 0.9375rem 0.9375rem 0.75rem;
    margin: -0.9375rem -0.9375rem;
    margin-inline-end: 0.9375rem;
    color: #222222;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 0.125rem;
    border-radius: 0;
    transition: all 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-control-bis::file-selector-button {
        transition: none; } }
  .form-control-bis:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3; }
  .form-control-bis::-webkit-file-upload-button {
    padding: 0.9375rem 0.9375rem 0.75rem;
    margin: -0.9375rem -0.9375rem;
    margin-inline-end: 0.9375rem;
    color: #222222;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 0.125rem;
    border-radius: 0;
    transition: all 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-control-bis::-webkit-file-upload-button {
        transition: none; } }
  .form-control-bis:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3; }
  .form-control-bis[type="password"] {
    font-family: 'fark', sans-serif;
    letter-spacing: 0.18em; }

.form-control-bis_gray {
  border-color: #e4e4e4; }

.form-control-bis-plaintext {
  display: block;
  width: 100%;
  padding: 0.9375rem 0;
  margin-bottom: 0;
  line-height: 1.7143;
  color: #222222;
  background-color: transparent;
  border: solid transparent;
  border-width: 0.125rem 0; }
  .form-control-bis-plaintext.form-control-bis-sm, .form-control-bis-plaintext.form-control-bis-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-bis-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.75rem 1.125rem 0.6rem;
  font-size: 0.875rem;
  border-radius: 0; }
  .form-control-bis-sm::file-selector-button {
    padding: 0.75rem 1.125rem 0.6rem;
    margin: -0.75rem -1.125rem;
    margin-inline-end: 1.125rem; }
  .form-control-bis-sm::-webkit-file-upload-button {
    padding: 0.75rem 1.125rem 0.6rem;
    margin: -0.75rem -1.125rem;
    margin-inline-end: 1.125rem; }

.form-control-bis-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 1.125rem 1.3125rem 0.9rem;
  font-size: 0.875rem;
  border-radius: 0; }
  .form-control-bis-lg::file-selector-button {
    padding: 1.125rem 1.3125rem 0.9rem;
    margin: -1.125rem -1.3125rem;
    margin-inline-end: 1.3125rem; }
  .form-control-bis-lg::-webkit-file-upload-button {
    padding: 1.125rem 1.3125rem 0.9rem;
    margin: -1.125rem -1.3125rem;
    margin-inline-end: 1.3125rem; }

textarea.form-control-bis {
  min-height: calc(1.5em + 0.75rem + 2px); }
textarea.form-control-bis-sm {
  min-height: calc(1.5em + 0.5rem + 2px); }
textarea.form-control-bis-lg {
  min-height: calc(1.5em + 1rem + 2px); }

.form-control-bis-color {
  max-width: 3rem;
  height: auto;
  padding: 0.9375rem; }
  .form-control-bis-color:not(:disabled):not([readonly]) {
    cursor: pointer; }
  .form-control-bis-color::-moz-color-swatch {
    height: 1.7143em;
    border-radius: 0; }
  .form-control-bis-color::-webkit-color-swatch {
    height: 1.7143em;
    border-radius: 0; }

.form-select {
  display: block;
  width: 100%;
  padding: 0.9375rem 0.9375rem 0.75rem;
  padding-right: 2.34375rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7143;
  border: 0.125rem solid #e4e4e4;
  border-radius: 0;
  box-shadow: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%232F2D51' stroke-linecap='round' stroke-linejoin='round' stroke-width='1' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.9375rem center;
  background-size: 16px 12px;
  color: #222222;
  appearance: none;
  vertical-align: middle; }
  .form-select:focus {
    border-color: #222222;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(34, 34, 34, 0.25); }
  .form-select[multiple], .form-select[size]:not([size="1"]) {
    padding-right: 0.75rem;
    background-image: none; }
  .form-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #222222; }

.form-select-sm {
  width: auto;
  padding: 0.75rem 1.125rem 0.6rem;
  padding-right: 2.025rem;
  background-position: right 0.5625rem center; }

.form-select-lg {
  padding: 1.125rem 1.3125rem 0.9rem; }

.multi-select .multi-select__actor {
  background-color: #fff; }

.multi-select__actor {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%232F2D51' stroke-linecap='round' stroke-linejoin='round' stroke-width='1' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-position: right 0.9375rem center;
  background-repeat: no-repeat;
  background-size: 16px 12px;
  cursor: pointer; }

.multi-select__item {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 0.5rem 0;
  color: #767676;
  cursor: pointer; }
  .multi-select__item:hover {
    color: #3b3b3b; }
  .multi-select__item:before {
    content: '';
    display: block;
    width: 1rem;
    height: 1rem;
    color: #e4e4e4;
    border: 0.125rem solid currentColor;
    border-radius: 0;
    margin-right: 0.75rem; }
  .multi-select__item:after {
    content: '';
    display: block;
    position: absolute;
    left: 0.25rem;
    top: 50%;
    transform: translateY(-50%);
    width: 0.5rem;
    height: 0.5rem;
    background-color: transparent;
    border-radius: 0; }

.mult-select__item_selected {
  color: #222222; }
  .mult-select__item_selected:before {
    color: #222222; }
  .mult-select__item_selected:after {
    background-color: #222222; }

.form-checkbis {
  display: block;
  position: relative;
  min-height: 1.5rem;
  padding-left: 1.625rem;
  margin-bottom: 1rem; }
  .form-checkbis .form-checkbis-input {
    float: left;
    margin-left: -1.625rem; }

.form-checkbis-input {
  width: 1rem;
  height: 1rem;
  margin-top: 0.25000625rem;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 0.125rem solid #e4e4e4;
  appearance: none;
  color-adjust: exact;
  transition: background-color 0.15s ease-in-out, background-position 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-checkbis-input {
      transition: none; } }
  .form-checkbis-input[type="checkbox"] {
    border-radius: 0; }
  .form-checkbis-input[type="radio"] {
    border-radius: 50%; }
    .form-checkbis-input[type="radio"]:after {
      border-radius: 50%; }
  .form-checkbis-input.form-checkbis-input_fill {
    position: relative;
    border-width: 0.125rem; }
    .form-checkbis-input.form-checkbis-input_fill:after {
      content: '';
      display: block;
      position: absolute;
      left: 0.125rem;
      top: 50%;
      transform: translateY(-50%);
      width: 0.5rem;
      height: 0.5rem;
      background-color: transparent; }
  .form-checkbis-input:focus {
    border-color: #222222;
    outline: 0;
    box-shadow: none; }
  .form-checkbis-input:checked {
    background-color: #222222;
    border-color: #222222; }
    .form-checkbis-input:checked[type="checkbox"] {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e"); }
    .form-checkbis-input:checked[type="radio"] {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e"); }
    .form-checkbis-input:checked.form-checkbis-input_fill {
      background-image: none;
      background-color: #ffffff; }
      .form-checkbis-input:checked.form-checkbis-input_fill:after {
        background-color: #222222; }
  .form-checkbis-input[type="checkbox"]:indeterminate {
    background-color: #222222;
    border-color: #222222;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e"); }
  .form-checkbis-input:disabled {
    pointer-events: none;
    opacity: 0.5; }
  .form-checkbis-input[disabled] ~ .form-checkbis-label, .form-checkbis-input:disabled ~ .form-checkbis-label {
    opacity: 0.5; }

.form-switch {
  min-height: 1.875rem;
  padding-left: 4.625rem; }
  .form-switch .form-checkbis-input {
    width: 3.75rem;
    height: 1.875rem;
    margin-top: 0;
    margin-left: -4.625rem;
    border-radius: 2em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23767676'/%3e%3c/svg%3e");
    background-position: left center; }
    .form-switch .form-checkbis-input:focus {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23222222'/%3e%3c/svg%3e"); }
    .form-switch .form-checkbis-input:checked {
      background-position: right center;
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }
  .form-switch .form-checkbis-label {
    line-height: 1.875rem; }

.form-checkbis-inline {
  display: inline-block;
  margin-right: 1rem; }

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }
  .btn-check[disabled] + .btn, .btn-check:disabled + .btn {
    pointer-events: none;
    opacity: 0.65; }

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .form-range:focus {
    outline: none; }
    .form-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, none; }
    .form-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, none; }
  .form-range::-moz-focus-outer {
    border: 0; }
  .form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #222222;
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .form-range::-webkit-slider-thumb {
        transition: none; } }
    .form-range::-webkit-slider-thumb:active {
      background-color: #bdbdbd; }
  .form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075); }
  .form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #222222;
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .form-range::-moz-range-thumb {
        transition: none; } }
    .form-range::-moz-range-thumb:active {
      background-color: #bdbdbd; }
  .form-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075); }
  .form-range:disabled {
    pointer-events: none; }
    .form-range:disabled::-webkit-slider-thumb {
      background-color: #adb5bd; }
    .form-range:disabled::-moz-range-thumb {
      background-color: #adb5bd; }

.form-floating-bis {
  position: relative; }
  .form-floating-bis > .form-control-bis,
  .form-floating-bis > .form-select {
    height: calc(3.625rem + 2px);
    padding: 1.125rem 1.3125rem 0.9rem; }
  .form-floating-bis > label {
    position: absolute;
    top: 1rem;
    left: 0.75rem;
    padding: 0 0.5rem;
    pointer-events: none;
    border: 0.125rem solid transparent;
    transform-origin: 0 0;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
    color: #767676; }
    @media (prefers-reduced-motion: reduce) {
      .form-floating-bis > label {
        transition: none; } }
  .form-floating-bis > .form-control-bis::placeholder {
    color: transparent; }
  .form-floating-bis > .form-control-bis:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem; }
  .form-floating-bis > .form-select {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem; }
  .form-floating-bis > .form-control-bis:focus ~ label,
  .form-floating-bis > .form-control-bis:not(:placeholder-shown) ~ label,
  .form-floating-bis > .form-select ~ label {
    background-color: #ffffff;
    color: #222222;
    transform: translateY(-1.9rem); }
  .form-floating-bis > .form-control-bis:-webkit-autofill ~ label {
    background-color: #ffffff;
    color: #222222;
    transform: translateY(-1.9rem); }

.form-label-fixed {
  position: relative; }
  .form-label-fixed > .form-label {
    position: absolute;
    top: -1.00000625rem;
    left: 1rem;
    margin: 0;
    padding: 0.25rem 0.5rem 0.25rem 0.5rem;
    background-color: #ffffff;
    color: #222222;
    z-index: 1; }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control-bis,
  .input-group > .form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0; }
  .input-group > .form-control-bis:focus,
  .input-group > .form-select:focus {
    z-index: 3; }
  .input-group .btn {
    position: relative;
    z-index: 2; }
    .input-group .btn:focus {
      z-index: 3; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7143;
  color: #222222;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 0.125rem solid #ced4da;
  border-radius: 0; }

.input-group-lg > .form-control-bis,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 1.125rem 1.3125rem;
  font-size: 1.25rem;
  border-radius: 0; }

.input-group-sm > .form-control-bis,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.75rem 1.125rem;
  font-size: 0.875rem;
  border-radius: 0; }

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 1.75rem; }

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -0.125rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.25rem; }

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-control-bis:valid, .form-control-bis.is-valid {
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control-bis:valid:focus, .form-control-bis.is-valid:focus {
    border-color: #198754;
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25); }

.was-validated textarea.form-control-bis:valid, textarea.form-control-bis.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754;
  padding-right: calc(0.75em + 2.3125rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%232F2D51' stroke-linecap='round' stroke-linejoin='round' stroke-width='1' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.9375rem center, center right 1.75rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-select:valid:focus, .form-select.is-valid:focus {
    border-color: #198754;
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25); }

.was-validated .form-checkbis-input:valid, .form-checkbis-input.is-valid {
  border-color: #198754; }
  .was-validated .form-checkbis-input:valid:checked, .form-checkbis-input.is-valid:checked {
    background-color: #198754; }
  .was-validated .form-checkbis-input:valid:focus, .form-checkbis-input.is-valid:focus {
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25); }
  .was-validated .form-checkbis-input:valid ~ .form-checkbis-label, .form-checkbis-input.is-valid ~ .form-checkbis-label {
    color: #198754; }

.form-checkbis-inline .form-checkbis-input ~ .valid-feedback {
  margin-left: .5em; }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-control-bis:invalid, .form-control-bis.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control-bis:invalid:focus, .form-control-bis.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); }

.was-validated textarea.form-control-bis:invalid, textarea.form-control-bis.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%232F2D51' stroke-linecap='round' stroke-linejoin='round' stroke-width='1' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.9375rem center, center right 1.75rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); }

.was-validated .form-checkbis-input:invalid, .form-checkbis-input.is-invalid {
  border-color: #dc3545; }
  .was-validated .form-checkbis-input:invalid:checked, .form-checkbis-input.is-invalid:checked {
    background-color: #dc3545; }
  .was-validated .form-checkbis-input:invalid:focus, .form-checkbis-input.is-invalid:focus {
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); }
  .was-validated .form-checkbis-input:invalid ~ .form-checkbis-label, .form-checkbis-input.is-invalid ~ .form-checkbis-label {
    color: #dc3545; }

.form-checkbis-inline .form-checkbis-input ~ .invalid-feedback {
  margin-left: .5em; }

.search-field .search-field__actor {
  background-color: #fff; }

.search-field__arrow-down {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%232F2D51' stroke-linecap='round' stroke-linejoin='round' stroke-width='1' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-position: right 0.9375rem center;
  background-repeat: no-repeat;
  background-size: 16px 12px;
  cursor: pointer; }

.filters-container {
  border: 0.125rem solid #e4e4e4;
  padding: 1rem 1.25rem; }

.search-field__input-wrapper {
  position: relative; }
  .search-field__input-wrapper::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(calc(-50% + 2px ));
    transform: translateY(calc(-50% + 2px ));
    right: 1rem;
    transform: translateY(-50%);
    width: 1rem;
    height: 1rem;
    background: transparent url("data:image/svg+xml,%3csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url%28%23clip0_137_2221%29'%3e%3cpath d='M7.04606 0C3.16097 0 0 3.16097 0 7.04606C0 10.9314 3.16097 14.0921 7.04606 14.0921C10.9314 14.0921 14.0921 10.9314 14.0921 7.04606C14.0921 3.16097 10.9314 0 7.04606 0ZM7.04606 12.7913C3.87816 12.7913 1.30081 10.214 1.30081 7.04609C1.30081 3.87819 3.87816 1.30081 7.04606 1.30081C10.214 1.30081 12.7913 3.87816 12.7913 7.04606C12.7913 10.214 10.214 12.7913 7.04606 12.7913Z' fill='%23767676'/%3e%3cpath d='M15.8095 14.8897L12.0805 11.1607C11.8264 10.9066 11.4149 10.9066 11.1608 11.1607C10.9067 11.4146 10.9067 11.8265 11.1608 12.0804L14.8898 15.8094C15.0168 15.9364 15.1831 16 15.3496 16C15.5159 16 15.6824 15.9364 15.8095 15.8094C16.0636 15.5555 16.0636 15.1436 15.8095 14.8897Z' fill='%23767676'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_137_2221'%3e%3crect width='16' height='16' fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center/1rem auto no-repeat; }

.search-field__input {
  width: 100%;
  outline: none; }

.search-suggestion {
  margin: 0.375rem 0; }

.search-suggestion__item {
  width: 100%;
  padding: 0.5rem 0;
  color: #767676;
  cursor: pointer; }
  .search-suggestion__item:hover {
    color: #3b3b3b; }

.progress_uomo {
  height: 0.625rem;
  border-radius: 0.625rem;
  background-color: #e4e4e4;
  overflow: visible; }
  .progress_uomo_small {
    height: 0.25rem; }
  .progress_uomo_medium {
    height: 0.375rem; }
  .progress_uomo .progress-bar {
    position: relative;
    border-radius: 0.625rem;
    overflow: visible; }
    .progress_uomo .progress-bar::before {
      content: attr(aria-valuenow);
      display: block;
      position: absolute;
      top: -2em;
      right: 0;
      transform: translateX(50%);
      color: #222222;
      font-size: 0.875rem; }

.categories-nav__title {
  margin: 0;
  padding-left: 1.8rem;
  padding-right: 1.8rem;
  border-radius: 4px 4px 0 0;
  background-color: #B9A16B;
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 2em;
  text-transform: uppercase; }
  @media (min-width: 1500px) {
    .categories-nav__title {
      padding-left: 3rem;
      padding-right: 3rem; } }

.categories-nav__list {
  padding: 1.25rem 1.8rem;
  border: 1px solid #e4e4e4;
  border-top: 0;
  border-radius: 0 0 4px 4px; }
  @media (min-width: 1500px) {
    .categories-nav__list {
      padding-left: 3rem;
      padding-right: 3rem; } }

.categories-nav__item {
  padding: .6875rem 0;
  font-weight: 500;
  line-height: 2em;
  text-decoration: none; }

.product-card {
  position: relative;
  overflow: hidden; }
  .product-card .hover-container::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.2s ease;
    background-color: rgba(234, 234, 234, 0.9);
    opacity: 0;
    visibility: hidden;
    z-index: 1; }
  .product-card:hover .pc__img-next,
  .product-card:hover .pc__img-prev,
  .product-card:hover .pc__img-second {
    opacity: 1; }
  .product-card:hover .hover-container::before {
    opacity: 1;
    visibility: visible; }

.pc__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.pc__img-wrapper {
  display: block;
  position: relative;
  height: 0;
  padding-top: 121.212122%;
  overflow: hidden; }
  .pc__img-wrapper .pc__btn-wl {
    top: 1rem;
    right: 1rem;
    width: 2rem;
    height: 2rem;
    padding: 0.625rem .5rem 0.375rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1; }
    .pc__img-wrapper .pc__btn-wl .flaticon-heart {
      line-height: 1; }
    @media (min-width: 768px) {
      .pc__img-wrapper .pc__btn-wl {
        top: 1.25rem;
        right: 1.25rem;
        width: 2.5rem;
        height: 2.5rem;
        padding: 0.8125rem 0.75rem 0.6875rem; } }

.pc-wide__img-wrapper {
  padding-top: 60.606061%; }

.pc__img-wrapper_wide2 {
  padding-top: 90.9091%; }

.pc__img-wrapper_wide3 {
  padding-top: 78.43137%; }

.pc__img-second {
  opacity: 0;
  transition: opacity 0.3s linear; }

.pc__img-next,
.pc__img-prev {
  position: absolute;
  top: 50%;
  margin-top: -0.5rem;
  color: #767676;
  font-size: 1rem;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.35s;
  width: 1rem;
  text-align: center; }
  .pc__img-next > svg,
  .pc__img-prev > svg {
    height: auto;
    width: 0.625rem; }

.pc__img-next {
  right: 1.25rem; }

.pc__img-prev {
  left: 1.25rem; }

.pc__info {
  margin-top: 1rem; }
  .pc__info.hover__content {
    margin-top: 0;
    min-width: auto;
    height: 100%;
    transform: translateY(1.125rem);
    -webkit-transform: translateY(1.125rem);
    background: transparent; }
    .pc__info.hover__content .pc__atc {
      max-width: 19.375rem; }
    .product-card:hover .pc__info.hover__content {
      transform: translateY(0);
      -webkit-transform: translateY(0); }

.product-label {
  position: absolute;
  left: 0;
  top: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
  padding: 0.1875rem 0.625rem;
  line-height: 1.5rem;
  font-size: 0.875rem; }

.pc__category {
  margin: 0;
  margin-bottom: .25rem;
  color: #767676;
  font-weight: 400;
  line-height: 1.7143; }

.pc__title {
  margin: 0;
  font-size: 1rem;
  font-weight: 400; }

.price {
  font-size: 1rem; }

.price-sale {
  color: #d6001c; }

.price-old {
  margin-right: .625rem;
  color: #767676;
  text-decoration: line-through; }

.review-star {
  width: 9px;
  height: 9px;
  margin-right: .25rem;
  fill: #ffc78b; }

.pc__btn-wl {
  display: flex;
  color: #767676; }

.pc__btn-wl .flaticon,
.btn-link .flaticon {
  display: block;
  font-size: 1rem;
  line-height: 1.7143; }

.pc__atc {
  left: 0.625rem;
  width: calc(100% - 1.25rem);
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  white-space: nowrap; }
  .pc__atc:hover {
    filter: brightness(0.95); }
  @media (max-width: 767.98px) {
    .pc__atc {
      padding-top: .625rem;
      padding-bottom: .375rem;
      font-size: .75rem; } }

.pc__swatch-color {
  display: block;
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .375rem;
  margin-bottom: .375rem;
  border-radius: 50%; }
  .pc__swatch-color:after {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.625rem;
    height: 0.625rem;
    margin-top: -0.3125rem;
    margin-left: -0.3125rem;
    border-radius: 100%;
    background-color: currentColor;
    color: inherit;
    content: ''; }
  .pc__swatch-color.swatch_active {
    border: 2px solid #222222; }

.pc-labels {
  padding: 0.625rem;
  z-index: 3; }

.pc-label {
  padding: 0.25rem 0.625rem 0.125rem;
  font-size: .75rem; }
  @media (min-width: 768px) {
    .pc-label {
      font-size: 0.875rem; } }

.pc-label_sale {
  background-color: #d6001c; }

.pc-label_sale-text {
  background-color: #222222;
  color: #fff; }

.product-card_style3 .pc__img-wrapper {
  border-radius: 0.625rem; }

.product-card_style6 {
  transition: all 0.2s ease;
  overflow: initial; }
  .product-card_style6 .pc__info {
    margin: 0;
    padding: 0.875rem 1.125rem;
    transition: all 0.2s ease;
    z-index: 1; }
  .product-card_style6 .hover__content {
    min-width: auto;
    box-shadow: none; }
    @media (max-width: 575.98px) {
      .product-card_style6 .hover__content {
        position: relative;
        opacity: 1;
        visibility: visible; } }
  .product-card_style6:hover, .product-card_style6:active {
    box-shadow: 0 8px 15px 0 rgba(140, 152, 164, 0.1); }
    .product-card_style6:hover .pc__info, .product-card_style6:active .pc__info {
      margin-top: -2.5rem; }
      .product-card_style6:hover .pc__info:after, .product-card_style6:active .pc__info:after {
        content: '';
        position: absolute;
        bottom: -2.5rem;
        left: 0;
        width: 100%;
        height: 2.5rem;
        z-index: 1; }

.product-card_style8 {
  border: 1px solid transparent;
  border-radius: 4px;
  transition: all 0.2s ease; }
  .product-card_style8.border-1 {
    border-color: #eee; }
  .product-card_style8 .pc__info {
    margin: 0.875rem .5rem .625rem; }
    @media (min-width: 768px) {
      .product-card_style8 .pc__info {
        margin: 0.875rem 1.25rem 1.5rem; } }
  .product-card_style8 .pc__title {
    font-size: 0.9375rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.5; }
  .product-card_style8 .reviews-note {
    font-size: 0.8125rem; }
  .product-card_style8 .product-card__price {
    margin-top: 0.625rem;
    color: #0046be; }
  .product-card_style8:hover {
    border-color: #0046be;
    box-shadow: 0 0 20px 0 rgba(0, 70, 190, 0.1); }
  .product-card_style8 .js-add-wishlist,
  .product-card_style8 .js-add-cart,
  .product-card_style8 .js-quick-view {
    color: #0046be; }

.product-card_style9 {
  transition: all 0.2s ease;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .product-card_style9 .pc__info {
    margin: 0.875rem .5rem .625rem; }
    @media (min-width: 768px) {
      .product-card_style9 .pc__info {
        margin: 0.875rem 1.25rem 0.8125rem; } }
  .product-card_style9 .pc__title {
    font-size: 0.9375rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .product-card_style9 .reviews-note {
    font-size: 0.8125rem; }
  .product-card_style9 .product-card__price {
    margin-top: 0.625rem;
    color: #86bc42; }
  .product-card_style9:hover {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1); }
    .product-card_style9:hover .anim_appear-bottom {
      bottom: 0; }
  .product-card_style9 .js-add-wishlist,
  .product-card_style9 .js-add-cart,
  .product-card_style9 .js-quick-view {
    background-color: #f3e8d6;
    color: #074e37; }
    .product-card_style9 .js-add-wishlist:hover,
    .product-card_style9 .js-add-cart:hover,
    .product-card_style9 .js-quick-view:hover {
      background-color: #86bc42;
      color: #fff; }
  .product-card_style9.type2 {
    border: 0;
    border-radius: 0; }
    .product-card_style9.type2 .pc__title {
      font-size: 1rem;
      white-space: initial;
      overflow: initial;
      text-overflow: initial;
      line-height: 1.5; }
      .product-card_style9.type2 .pc__title a {
        color: #C32929; }
    .product-card_style9.type2:hover {
      box-shadow: none; }
    .product-card_style9.type2 .js-add-wishlist,
    .product-card_style9.type2 .js-add-cart,
    .product-card_style9.type2 .js-quick-view {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background-color: #E4F5F2;
      color: #C32929; }
      .product-card_style9.type2 .js-add-wishlist:hover,
      .product-card_style9.type2 .js-add-cart:hover,
      .product-card_style9.type2 .js-quick-view:hover {
        background-color: #C32929;
        color: #fff; }
    .product-card_style9.type2 .product-card__price {
      color: #C32929;
      font-size: 1rem; }

.product-card_style10 {
  transition: background-color .3s ease; }
  .product-card_style10:hover {
    background-color: #F7F7F7; }

.product-card__actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  white-space: nowrap; }
  .product-card__actions > * {
    display: none; }
    @media (min-width: 1200px) {
      .product-card__actions > * {
        display: block; } }
    .product-card__actions > *:first-child {
      display: block; }

.product-card:hover .anim_appear-bottom.product-card__actions {
  bottom: 0; }

.aside {
  position: fixed;
  top: 0;
  width: 26.25rem;
  max-width: 100%;
  height: 100vh;
  transition: all 0.32s cubic-bezier(0.39, 0.575, 0.565, 1);
  background-color: #ffffff;
  opacity: .7;
  z-index: 1050; }
  @media (min-width: 576px) {
    .aside {
      padding: 0 1.25rem; } }

.aside_visible {
  opacity: 1; }

.aside_left {
  left: -26.25rem; }
  .aside_left.aside_visible {
    left: 0; }

.aside_right {
  right: -26.25rem; }
  .aside_right.aside_visible {
    right: 0; }


@-webkit-keyframes bounceIn {
  from,20%,40%,60%,80%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    -o-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -moz-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    -o-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -moz-transform: scale3d(0.9, 0.9, 0.9);
    -ms-transform: scale3d(0.9, 0.9, 0.9);
    -o-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    -moz-transform: scale3d(1.03, 1.03, 1.03);
    -ms-transform: scale3d(1.03, 1.03, 1.03);
    -o-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    -moz-transform: scale3d(0.97, 0.97, 0.97);
    -ms-transform: scale3d(0.97, 0.97, 0.97);
    -o-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@-moz-keyframes bounceIn {
  from,20%,40%,60%,80%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    -o-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -moz-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    -o-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -moz-transform: scale3d(0.9, 0.9, 0.9);
    -ms-transform: scale3d(0.9, 0.9, 0.9);
    -o-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    -moz-transform: scale3d(1.03, 1.03, 1.03);
    -ms-transform: scale3d(1.03, 1.03, 1.03);
    -o-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    -moz-transform: scale3d(0.97, 0.97, 0.97);
    -ms-transform: scale3d(0.97, 0.97, 0.97);
    -o-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@-ms-keyframes bounceIn {
  from,20%,40%,60%,80%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    -o-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -moz-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    -o-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -moz-transform: scale3d(0.9, 0.9, 0.9);
    -ms-transform: scale3d(0.9, 0.9, 0.9);
    -o-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    -moz-transform: scale3d(1.03, 1.03, 1.03);
    -ms-transform: scale3d(1.03, 1.03, 1.03);
    -o-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    -moz-transform: scale3d(0.97, 0.97, 0.97);
    -ms-transform: scale3d(0.97, 0.97, 0.97);
    -o-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@-o-keyframes bounceIn {
  from,20%,40%,60%,80%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    -o-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -moz-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    -o-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -moz-transform: scale3d(0.9, 0.9, 0.9);
    -ms-transform: scale3d(0.9, 0.9, 0.9);
    -o-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    -moz-transform: scale3d(1.03, 1.03, 1.03);
    -ms-transform: scale3d(1.03, 1.03, 1.03);
    -o-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    -moz-transform: scale3d(0.97, 0.97, 0.97);
    -ms-transform: scale3d(0.97, 0.97, 0.97);
    -o-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes bounceIn {
  from,20%,40%,60%,80%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -moz-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    -o-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -moz-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    -o-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -moz-transform: scale3d(0.9, 0.9, 0.9);
    -ms-transform: scale3d(0.9, 0.9, 0.9);
    -o-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    -moz-transform: scale3d(1.03, 1.03, 1.03);
    -ms-transform: scale3d(1.03, 1.03, 1.03);
    -o-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    -moz-transform: scale3d(0.97, 0.97, 0.97);
    -ms-transform: scale3d(0.97, 0.97, 0.97);
    -o-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-moz-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-ms-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-o-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0) translateZ(0);
    -moz-transform: translateX(0) translateZ(0);
    -ms-transform: translateX(0) translateZ(0);
    -o-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0); }
  100% {
    -webkit-transform: translateX(-100%) translateZ(0);
    -moz-transform: translateX(-100%) translateZ(0);
    -ms-transform: translateX(-100%) translateZ(0);
    -o-transform: translateX(-100%) translateZ(0);
    transform: translateX(-100%) translateZ(0); } }
@-moz-keyframes marquee {
  0% {
    -webkit-transform: translateX(0) translateZ(0);
    -moz-transform: translateX(0) translateZ(0);
    -ms-transform: translateX(0) translateZ(0);
    -o-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0); }
  100% {
    -webkit-transform: translateX(-100%) translateZ(0);
    -moz-transform: translateX(-100%) translateZ(0);
    -ms-transform: translateX(-100%) translateZ(0);
    -o-transform: translateX(-100%) translateZ(0);
    transform: translateX(-100%) translateZ(0); } }
@-ms-keyframes marquee {
  0% {
    -webkit-transform: translateX(0) translateZ(0);
    -moz-transform: translateX(0) translateZ(0);
    -ms-transform: translateX(0) translateZ(0);
    -o-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0); }
  100% {
    -webkit-transform: translateX(-100%) translateZ(0);
    -moz-transform: translateX(-100%) translateZ(0);
    -ms-transform: translateX(-100%) translateZ(0);
    -o-transform: translateX(-100%) translateZ(0);
    transform: translateX(-100%) translateZ(0); } }
@-o-keyframes marquee {
  0% {
    -webkit-transform: translateX(0) translateZ(0);
    -moz-transform: translateX(0) translateZ(0);
    -ms-transform: translateX(0) translateZ(0);
    -o-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0); }
  100% {
    -webkit-transform: translateX(-100%) translateZ(0);
    -moz-transform: translateX(-100%) translateZ(0);
    -ms-transform: translateX(-100%) translateZ(0);
    -o-transform: translateX(-100%) translateZ(0);
    transform: translateX(-100%) translateZ(0); } }
@keyframes marquee {
  0% {
    -webkit-transform: translateX(0) translateZ(0);
    -moz-transform: translateX(0) translateZ(0);
    -ms-transform: translateX(0) translateZ(0);
    -o-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0); }
  100% {
    -webkit-transform: translateX(-100%) translateZ(0);
    -moz-transform: translateX(-100%) translateZ(0);
    -ms-transform: translateX(-100%) translateZ(0);
    -o-transform: translateX(-100%) translateZ(0);
    transform: translateX(-100%) translateZ(0); } }
@-webkit-keyframes marquee-right {
  0% {
    -webkit-transform: translateX(-100%) translateZ(0);
    -moz-transform: translateX(-100%) translateZ(0);
    -ms-transform: translateX(-100%) translateZ(0);
    -o-transform: translateX(-100%) translateZ(0);
    transform: translateX(-100%) translateZ(0); }
  100% {
    -webkit-transform: translateX(0) translateZ(0);
    -moz-transform: translateX(0) translateZ(0);
    -ms-transform: translateX(0) translateZ(0);
    -o-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0); } }
@-moz-keyframes marquee-right {
  0% {
    -webkit-transform: translateX(-100%) translateZ(0);
    -moz-transform: translateX(-100%) translateZ(0);
    -ms-transform: translateX(-100%) translateZ(0);
    -o-transform: translateX(-100%) translateZ(0);
    transform: translateX(-100%) translateZ(0); }
  100% {
    -webkit-transform: translateX(0) translateZ(0);
    -moz-transform: translateX(0) translateZ(0);
    -ms-transform: translateX(0) translateZ(0);
    -o-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0); } }
@-ms-keyframes marquee-right {
  0% {
    -webkit-transform: translateX(-100%) translateZ(0);
    -moz-transform: translateX(-100%) translateZ(0);
    -ms-transform: translateX(-100%) translateZ(0);
    -o-transform: translateX(-100%) translateZ(0);
    transform: translateX(-100%) translateZ(0); }
  100% {
    -webkit-transform: translateX(0) translateZ(0);
    -moz-transform: translateX(0) translateZ(0);
    -ms-transform: translateX(0) translateZ(0);
    -o-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0); } }
@-o-keyframes marquee-right {
  0% {
    -webkit-transform: translateX(-100%) translateZ(0);
    -moz-transform: translateX(-100%) translateZ(0);
    -ms-transform: translateX(-100%) translateZ(0);
    -o-transform: translateX(-100%) translateZ(0);
    transform: translateX(-100%) translateZ(0); }
  100% {
    -webkit-transform: translateX(0) translateZ(0);
    -moz-transform: translateX(0) translateZ(0);
    -ms-transform: translateX(0) translateZ(0);
    -o-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0); } }
@keyframes marquee-right {
  0% {
    -webkit-transform: translateX(-100%) translateZ(0);
    -moz-transform: translateX(-100%) translateZ(0);
    -ms-transform: translateX(-100%) translateZ(0);
    -o-transform: translateX(-100%) translateZ(0);
    transform: translateX(-100%) translateZ(0); }
  100% {
    -webkit-transform: translateX(0) translateZ(0);
    -moz-transform: translateX(0) translateZ(0);
    -ms-transform: translateX(0) translateZ(0);
    -o-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0); } }
@-webkit-keyframes mouseoverLineContainer {
  0% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%); }
  20% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); }
  21% {
    -webkit-transform: translateX(-110%);
    -moz-transform: translateX(-110%);
    -ms-transform: translateX(-110%);
    -o-transform: translateX(-110%);
    transform: translateX(-110%); }
  100% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%); } }
@-moz-keyframes mouseoverLineContainer {
  0% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%); }
  20% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); }
  21% {
    -webkit-transform: translateX(-110%);
    -moz-transform: translateX(-110%);
    -ms-transform: translateX(-110%);
    -o-transform: translateX(-110%);
    transform: translateX(-110%); }
  100% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%); } }
@-ms-keyframes mouseoverLineContainer {
  0% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%); }
  20% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); }
  21% {
    -webkit-transform: translateX(-110%);
    -moz-transform: translateX(-110%);
    -ms-transform: translateX(-110%);
    -o-transform: translateX(-110%);
    transform: translateX(-110%); }
  100% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%); } }
@-o-keyframes mouseoverLineContainer {
  0% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%); }
  20% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); }
  21% {
    -webkit-transform: translateX(-110%);
    -moz-transform: translateX(-110%);
    -ms-transform: translateX(-110%);
    -o-transform: translateX(-110%);
    transform: translateX(-110%); }
  100% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%); } }
@keyframes mouseoverLineContainer {
  0% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%); }
  20% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); }
  21% {
    -webkit-transform: translateX(-110%);
    -moz-transform: translateX(-110%);
    -ms-transform: translateX(-110%);
    -o-transform: translateX(-110%);
    transform: translateX(-110%); }
  100% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%); } }
@-webkit-keyframes snt_shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  17%, 50%, 83% {
    -webkit-transform: translate3d(-5px, 0, 0);
    -moz-transform: translate3d(-5px, 0, 0);
    -ms-transform: translate3d(-5px, 0, 0);
    -o-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  33%, 67% {
    -webkit-transform: translate3d(5px, 0, 0);
    -moz-transform: translate3d(5px, 0, 0);
    -ms-transform: translate3d(5px, 0, 0);
    -o-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); } }
@-moz-keyframes snt_shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  17%, 50%, 83% {
    -webkit-transform: translate3d(-5px, 0, 0);
    -moz-transform: translate3d(-5px, 0, 0);
    -ms-transform: translate3d(-5px, 0, 0);
    -o-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  33%, 67% {
    -webkit-transform: translate3d(5px, 0, 0);
    -moz-transform: translate3d(5px, 0, 0);
    -ms-transform: translate3d(5px, 0, 0);
    -o-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); } }
@-ms-keyframes snt_shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  17%, 50%, 83% {
    -webkit-transform: translate3d(-5px, 0, 0);
    -moz-transform: translate3d(-5px, 0, 0);
    -ms-transform: translate3d(-5px, 0, 0);
    -o-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  33%, 67% {
    -webkit-transform: translate3d(5px, 0, 0);
    -moz-transform: translate3d(5px, 0, 0);
    -ms-transform: translate3d(5px, 0, 0);
    -o-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); } }
@-o-keyframes snt_shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  17%, 50%, 83% {
    -webkit-transform: translate3d(-5px, 0, 0);
    -moz-transform: translate3d(-5px, 0, 0);
    -ms-transform: translate3d(-5px, 0, 0);
    -o-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  33%, 67% {
    -webkit-transform: translate3d(5px, 0, 0);
    -moz-transform: translate3d(5px, 0, 0);
    -ms-transform: translate3d(5px, 0, 0);
    -o-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); } }
@keyframes snt_shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  17%, 50%, 83% {
    -webkit-transform: translate3d(-5px, 0, 0);
    -moz-transform: translate3d(-5px, 0, 0);
    -ms-transform: translate3d(-5px, 0, 0);
    -o-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  33%, 67% {
    -webkit-transform: translate3d(5px, 0, 0);
    -moz-transform: translate3d(5px, 0, 0);
    -ms-transform: translate3d(5px, 0, 0);
    -o-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); } }
@-webkit-keyframes snt_pulse {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(2); }
  100% {
    transform: scale(1);
    opacity: 0; } }
@-moz-keyframes snt_pulse {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(2); }
  100% {
    transform: scale(1);
    opacity: 0; } }
@-ms-keyframes snt_pulse {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(2); }
  100% {
    transform: scale(1);
    opacity: 0; } }
@-o-keyframes snt_pulse {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(2); }
  100% {
    transform: scale(1);
    opacity: 0; } }
@keyframes snt_pulse {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(2); }
  100% {
    transform: scale(1);
    opacity: 0; } }
@-webkit-keyframes snt_pulse_no_scale {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1); }
  100% {
    transform: scale(1);
    opacity: 0; } }
@-moz-keyframes snt_pulse_no_scale {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1); }
  100% {
    transform: scale(1);
    opacity: 0; } }
@-ms-keyframes snt_pulse_no_scale {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1); }
  100% {
    transform: scale(1);
    opacity: 0; } }
@-o-keyframes snt_pulse_no_scale {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1); }
  100% {
    transform: scale(1);
    opacity: 0; } }
@keyframes snt_pulse_no_scale {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1); }
  100% {
    transform: scale(1);
    opacity: 0; } }
.effect {
  position: relative; }
  .effect:before, .effect:after {
    pointer-events: none; }

.normal-effect::before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2; }
  @media (prefers-reduced-motion: reduce) {
    .normal-effect::before {
      transition: none; } }
.normal-effect:hover::before {
  opacity: .3; }
.normal-effect.dark-bg::before {
  background-color: #000; }

.plus-zoom::before, .plus-zoom::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
  z-index: 2; }
  @media (prefers-reduced-motion: reduce) {
    .plus-zoom::before, .plus-zoom::after {
      transition: none; } }
.plus-zoom:hover::before {
  width: 0;
  background-color: rgba(255, 255, 255, 0.5); }
.plus-zoom:hover::after {
  height: 0;
  background-color: rgba(255, 255, 255, 0.5); }

.overlay-plus::before, .overlay-plus::after, .overlay-cross::before, .overlay-cross::after, .overlay-horizontal::before, .overlay-horizontal::after, .overlay-vertical::before, .overlay-vertical::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  margin: auto;
  transition: all 0.5s ease;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.15); }
  @media (prefers-reduced-motion: reduce) {
    .overlay-plus::before, .overlay-plus::after, .overlay-cross::before, .overlay-cross::after, .overlay-horizontal::before, .overlay-horizontal::after, .overlay-vertical::before, .overlay-vertical::after {
      transition: none; } }
.overlay-plus.overlay-dark::before, .overlay-plus.overlay-dark::after, .overlay-cross.overlay-dark::before, .overlay-cross.overlay-dark::after, .overlay-horizontal.overlay-dark::before, .overlay-horizontal.overlay-dark::after, .overlay-vertical.overlay-dark::before, .overlay-vertical.overlay-dark::after {
  background-color: rgba(0, 0, 0, 0.15); }
.overlay-plus::before, .overlay-plus::after {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }
.overlay-plus:not(:hover)::before {
  width: 0; }
.overlay-plus:not(:hover)::after {
  height: 0; }
.overlay-cross::before {
  top: 0;
  left: 0; }
.overlay-cross::after {
  bottom: 0;
  right: 0; }
.overlay-cross:not(:hover)::before, .overlay-cross:not(:hover)::after {
  width: 0;
  height: 0; }
.overlay-horizontal::before {
  top: 0;
  left: 0;
  bottom: 0; }
.overlay-horizontal::after {
  top: 0;
  right: 0;
  bottom: 0; }
.overlay-horizontal:not(:hover)::before, .overlay-horizontal:not(:hover)::after {
  width: 0; }
.overlay-vertical::before {
  top: 0;
  left: 0;
  right: 0; }
.overlay-vertical::after {
  left: 0;
  right: 0;
  bottom: 0; }
.overlay-vertical:not(:hover)::before, .overlay-vertical:not(:hover)::after {
  height: 0; }
.overlay-fade::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  margin: auto;
  transition: all 0.5s ease;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.3); }
  @media (prefers-reduced-motion: reduce) {
    .overlay-fade::before {
      transition: none; } }
.overlay-fade.overlay-dark::before {
  background-color: rgba(0, 0, 0, 0.3); }
.overlay-fade:not(:hover)::before {
  opacity: 0;
  visibility: hidden; }
.overlay-scale-left-top::before, .overlay-scale-right-top::before, .overlay-scale-left-bottom::before, .overlay-scale-right-bottom::before, .overlay-scale-left::before, .overlay-scale-right::before, .overlay-scale-top::before, .overlay-scale-bottom::before, .overlay-scale-center::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  margin: auto;
  transition: all 0.5s ease;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.3); }
  @media (prefers-reduced-motion: reduce) {
    .overlay-scale-left-top::before, .overlay-scale-right-top::before, .overlay-scale-left-bottom::before, .overlay-scale-right-bottom::before, .overlay-scale-left::before, .overlay-scale-right::before, .overlay-scale-top::before, .overlay-scale-bottom::before, .overlay-scale-center::before {
      transition: none; } }
.overlay-scale-left-top.overlay-dark::before, .overlay-scale-right-top.overlay-dark::before, .overlay-scale-left-bottom.overlay-dark::before, .overlay-scale-right-bottom.overlay-dark::before, .overlay-scale-left.overlay-dark::before, .overlay-scale-right.overlay-dark::before, .overlay-scale-top.overlay-dark::before, .overlay-scale-bottom.overlay-dark::before, .overlay-scale-center.overlay-dark::before {
  background-color: rgba(0, 0, 0, 0.3); }
.overlay-scale-left-top::before {
  top: 0;
  left: 0; }
.overlay-scale-left-top:not(:hover)::before {
  width: 0;
  height: 0; }
.overlay-scale-right-top::before {
  top: 0;
  right: 0; }
.overlay-scale-right-top:not(:hover)::before {
  width: 0;
  height: 0; }
.overlay-scale-left-bottom::before {
  bottom: 0;
  left: 0; }
.overlay-scale-left-bottom:not(:hover)::before {
  width: 0;
  height: 0; }
.overlay-scale-right-bottom::before {
  bottom: 0;
  right: 0; }
.overlay-scale-right-bottom:not(:hover)::before {
  width: 0;
  height: 0; }
.overlay-scale-center::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto; }
.overlay-scale-center:not(:hover)::before {
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%; }
.overlay-scale-left::before {
  top: 0;
  left: 0;
  bottom: 0; }
.overlay-scale-left:not(:hover)::before {
  width: 0; }
.overlay-scale-right::before {
  top: 0;
  right: 0;
  bottom: 0; }
.overlay-scale-right:not(:hover)::before {
  width: 0; }
.overlay-scale-top::before {
  top: 0;
  left: 0;
  right: 0; }
.overlay-scale-top:not(:hover)::before {
  height: 0; }
.overlay-scale-bottom::before {
  bottom: 0;
  left: 0;
  right: 0; }
.overlay-scale-bottom:not(:hover)::before {
  height: 0; }

.border-zoom {
  overflow: hidden; }
  .border-zoom::before, .border-zoom::after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all 0.5s ease;
    z-index: 2;
    opacity: 0; }
    @media (prefers-reduced-motion: reduce) {
      .border-zoom::before, .border-zoom::after {
        transition: none; } }
  .border-zoom::before {
    background-color: #000; }
  .border-zoom::after {
    top: -15px;
    bottom: -15px;
    left: -15px;
    right: -15px;
    border: 2px solid #fff; }
  .border-zoom:hover::before {
    opacity: .3; }
  .border-zoom:hover::after {
    top: 15px;
    bottom: 15px;
    left: 15px;
    right: 15px;
    opacity: 1; }
.border-plus, .border-scale {
  background-color: #000; }
  .border-plus .image-effect, .border-plus img, .border-scale .image-effect, .border-scale img {
    transition: all 0.3s ease; }
    @media (prefers-reduced-motion: reduce) {
      .border-plus .image-effect, .border-plus img, .border-scale .image-effect, .border-scale img {
        transition: none; } }
  .border-plus:hover .image-effect, .border-plus:hover img, .border-scale:hover .image-effect, .border-scale:hover img {
    opacity: .7; }
  .border-plus::before, .border-plus::after, .border-scale::before, .border-scale::after {
    content: '';
    position: absolute;
    z-index: 2;
    border: solid #fff;
    top: 15px;
    bottom: 15px;
    left: 15px;
    right: 15px;
    margin: auto;
    transition: all 0.5s ease; }
    @media (prefers-reduced-motion: reduce) {
      .border-plus::before, .border-plus::after, .border-scale::before, .border-scale::after {
        transition: none; } }
  .border-plus::before, .border-scale::before {
    border-width: 2px 0; }
  .border-plus::after, .border-scale::after {
    border-width: 0 2px; }
  .border-plus.s2::before, .border-scale.s2::before {
    top: 30px;
    bottom: 30px; }
  .border-plus.s2::after, .border-scale.s2::after {
    left: 30px;
    right: 30px; }
.border-scale:not(:hover)::before {
  left: 50%;
  right: 50%; }
.border-scale:not(:hover)::after {
  top: 50%;
  bottom: 50%; }
.border-plus:not(:hover)::before {
  top: 30%;
  bottom: 30%;
  opacity: 0; }
.border-plus:not(:hover)::after {
  left: 30%;
  right: 30%;
  opacity: 0; }

@media (min-width: 992px) {
  .products-masonry {
    height: 480px; }
    .products-masonry .pc__img-wrapper {
      height: 100%; } }
@media (min-width: 1200px) {
  .products-masonry {
    height: 640px; } }
@media (min-width: 1500px) {
  .products-masonry {
    height: 730px; } }

.deal-timer {
  --countdown-space: 1.125rem;
  min-height: 19.375rem;
  margin: 0 0.9375rem;
  padding: 2rem 1rem; }
  .deal-timer .countdown-unit {
    position: relative;
    min-width: 4.375rem;
    padding-right: calc(var(--countdown-space) * 2);
    font-size: 1.125rem;
    line-height: 1; }
  .deal-timer .countdown-word {
    font-size: 0.875rem; }
  .deal-timer .day:after,
  .deal-timer .hour:after,
  .deal-timer .min:after {
    content: ':';
    display: block;
    position: absolute;
    top: 0;
    right: var(--countdown-space); }
  @media (min-width: 768px) {
    .deal-timer {
      min-height: 25rem; }
      .deal-timer .countdown-unit {
        font-size: 1.5rem; } }
  @media (min-width: 992px) {
    .deal-timer {
      min-height: 31.25rem;
      padding: 2.5rem 0; }
      .deal-timer .countdown-unit {
        min-width: 6.25rem;
        font-size: 1.875rem; }
      .deal-timer .countdown-word {
        font-size: 1rem; } }
  @media (min-width: 1500px) {
    .deal-timer {
      --countdown-space: 1.375rem;
      min-height: 37.5rem;
      margin: 0 3.75rem; } }

.hot-deals {
  --countdown-space: 0.875rem; }
  .hot-deals .countdown-unit {
    position: relative;
    padding-right: calc(var(--countdown-space) * 2);
    line-height: 1;
    font-size: 1.125rem; }
  .hot-deals .countdown-word {
    font-size: 0.875rem; }
  .hot-deals .day:after,
  .hot-deals .hour:after,
  .hot-deals .min:after {
    content: ':';
    display: block;
    position: absolute;
    top: 0;
    right: var(--countdown-space); }

.swiper-slide.product-card {
  width: 50%; }
  @media (min-width: 768px) {
    .swiper-slide.product-card {
      width: 33.33333%; } }
  @media (min-width: 992px) {
    .swiper-slide.product-card {
      width: 25%; } }

.products-carousel__prev,
.products-carousel__next {
  width: 35px;
  height: 35px;
  margin-top: -2.2rem;
  transform: translateY(-50%);
  border: 1px solid #e4e4e4;
  border-radius: 100%;
  background-color: #ffffff;
  z-index: 1;
  outline: none; }
  .products-carousel__prev svg,
  .products-carousel__next svg {
    color: #767676;
    width: 10px;
    height: auto; }
  .products-carousel__prev.type2,
  .products-carousel__next.type2 {
    background-color: #eee; }
    .products-carousel__prev.type2 svg,
    .products-carousel__next.type2 svg {
      width: 0.75rem; }
  @media (min-width: 1530px) {
    .products-carousel__prev:not(.navigation-sm),
    .products-carousel__next:not(.navigation-sm) {
      width: 25px;
      height: 25px;
      margin-top: -0.875rem;
      border: 0;
      transition: opacity .32s;
      opacity: 0.5; }
      .products-carousel__prev:not(.navigation-sm) svg,
      .products-carousel__next:not(.navigation-sm) svg {
        width: 25px; }
      .products-carousel__prev:not(.navigation-sm):hover,
      .products-carousel__next:not(.navigation-sm):hover {
        opacity: 1; }
      .products-carousel__prev:not(.navigation-sm).type2,
      .products-carousel__next:not(.navigation-sm).type2 {
        width: 2.8125rem;
        height: 2.8125rem; } }

.products-carousel__prev {
  left: -0.625rem; }
  @media (min-width: 1530px) {
    .products-carousel__prev {
      left: -3rem; }
      .products-carousel__prev.type2 {
        left: -4.5rem; } }

.products-carousel__next {
  right: -0.625rem; }
  @media (min-width: 1530px) {
    .products-carousel__next {
      right: -3rem; }
      .products-carousel__next.type2 {
        right: -4.5rem; } }

.products-carousel-with-banner .products-carousel__prev svg, .products-carousel-with-banner .products-carousel__next svg {
  width: 0.9375rem;
  height: auto; }
.products-carousel-with-banner__category {
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(-90deg);
  transform-origin: right top; }

.instagram__img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover; }

.instagram .row {
  margin: -7px; }
  @media (min-width: 768px) {
    .instagram .row {
      margin: -3px; } }

.instagram__tile {
  padding: 7px; }
  @media (min-width: 768px) {
    .instagram__tile {
      padding: 3px; } }

.service-promotion__icon .flaticon {
  font-size: 3.25rem; }
.service-promotion__content {
  font-size: 0.9375rem; }
.service-promotion.horizontal {
  padding-top: 2.9375rem;
  padding-bottom: 2.3rem; }
  .service-promotion.horizontal .service-promotion__icon .flaticon {
    font-size: 2.8125rem; }

.shop-banner {
  min-height: 18.5rem; }
  @media (min-width: 1200px) {
    .shop-banner {
      min-height: 21.5rem; } }
  @media (min-width: 1200px) {
    .shop-banner {
      min-height: 26.25rem; } }

.shop-acs__select {
  padding-right: 0.9375rem;
  background-position: right center;
  cursor: pointer;
  padding-left: 0;
  box-shadow: none !important;
  text-transform: uppercase;
  font-weight: 500; }

.shop-asc__seprator {
  width: 2px;
  height: 22px; }

.aside-filters {
  overflow-x: hidden;
  overflow-y: auto; }

.shop-acs .multi-select__actor {
  padding-right: 2.8125rem; }
.shop-acs .filters-container {
  border: 1px solid #e4e4e4; }

.shop-pages .flaticon {
  font-size: 0.625rem; }

.shop-sidebar {
  width: 18.75rem;
  min-width: 18.75rem; }

.aside-filters .accordion-button__icon,
.shop-sidebar .accordion-button__icon {
  width: 0.625rem;
  height: 0.625rem; }

.shop-list {
  max-width: 100%; }
  @media (min-width: 992px) {
    .shop-list {
      max-width: calc(100% - 22.5rem); } }

.side-sticky {
  position: fixed;
  top: 0;
  right: -26.25rem;
  left: auto;
  width: 26.25rem;
  max-width: 100%;
  height: 100vh;
  padding: 0 1.25rem 1.75rem;
  transition: left .35s, right .35s;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 1050; }
  .side-sticky.aside_visible {
    right: 0; }
  .side-sticky .accordion {
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
  @media (min-width: 992px) {
    .side-sticky {
      position: sticky;
      top: 0;
      right: auto;
      left: 0;
      width: 18.75rem;
      height: 100%;
      padding: .375rem 0 0;
      margin-right: 3.75rem;
      z-index: 1; }
      .side-sticky .accordion {
        padding-left: 0;
        padding-right: 0; } }

.shop-categories {
  --item-space: 0.9375rem;
  padding: calc(var(--item-space) * 2) var(--item-space); }
  @media (min-width: 992px) {
    .shop-categories {
      --item-space: 1.875rem;
      padding: var(--item-space); } }
  @media (min-width: 1500px) {
    .shop-categories {
      --item-space: 3.75rem; } }

.shop-categories__list {
  margin: 0 calc(var(--item-space) * -1 / 2); }

.shop-categories__item,
.shop-categories__item_sm {
  margin-right: calc(var(--item-space) / 2);
  margin-left: calc(var(--item-space) / 2);
  transition: filter .2s; }
  .shop-categories__item:hover,
  .shop-categories__item_sm:hover {
    filter: brightness(0.97); }

.shop-categories__item-img {
  width: 5rem;
  height: 5rem;
  background-color: #e4e4e4; }
  @media (min-width: 992px) {
    .shop-categories__item-img {
      width: 6.25rem;
      height: 6.25rem; } }
  @media (min-width: 1500px) {
    .shop-categories__item-img {
      width: 7.5rem;
      height: 7.5rem; }
      .shop-categories__item_sm .shop-categories__item-img {
        width: 6.25rem;
        height: 6.25rem; } }

.block-newsletter {
  padding: 0 1rem; }
  .block-newsletter .block__title {
    color: #222222;
    margin-bottom: 1.125rem; }
  .block-newsletter p {
    margin-bottom: 1.5rem; }
  .block-newsletter .block-newsletter__form {
    display: flex;
    gap: 1.25rem; }
  .block-newsletter .form-control-bis {
    border-width: 1px;
    border-color: #e4e4e4; }
  .block-newsletter .btn {
    font-size: 0.875rem;
    background-color: #222222; }
  .block-newsletter.dark .block__title {
    color: inherit; }
  .block-newsletter.dark .form-control-bis {
    border-color: #353535;
    background-color: #353535;
    color: #ffffff; }
    .block-newsletter.dark .form-control-bis::placeholder {
      color: #e4e4e4; }
  .block-newsletter.dark .btn {
    border-color: #5C5C5C;
    background-color: #5C5C5C;
    color: #ffffff; }

.newsletter-popup {
  width: 56.25rem;
  max-width: calc(100% - 1rem); }
  .newsletter-popup .modal-content {
    overflow: hidden; }
    .newsletter-popup .modal-content .btn-close {
      position: absolute;
      right: 0.75rem;
      top: 1rem; }
  .newsletter-popup .block-newsletter {
    padding: 1.875rem 1.25rem; }
    @media (min-width: 768px) {
      .newsletter-popup .block-newsletter {
        padding: 3.5rem 2.5rem; } }

@media (min-width: 1200px) {
  .product-single > .row {
    --bs-gutter-x: 3.75rem; } }
.product-single__media {
  display: flex;
  width: 100%;
  margin: 0 -0.3125rem;
  position: relative;
  flex-direction: column;
  margin-bottom: 3rem; }
  @media (min-width: 992px) {
    .product-single__media {
      flex-direction: row;
      margin-bottom: 0; } }
  .product-single__media .swiper-container {
    width: 100%;
    height: 100%; }
  .product-single__media .swiper-button-prev, .product-single__media .swiper-button-next {
    width: 2.1875rem;
    height: 2.1875rem;
    background-color: #fff;
    border-radius: 2rem;
    font-size: 0.875rem;
    color: #222222; }
    .product-single__media .swiper-button-prev:hover, .product-single__media .swiper-button-next:hover {
      background-color: #e4e4e4; }
    .product-single__media .swiper-button-prev:after, .product-single__media .swiper-button-next:after {
      display: none; }
    @media (min-width: 576px) {
      .product-single__media .swiper-button-prev, .product-single__media .swiper-button-next {
        width: 2.8125rem;
        height: 2.8125rem; } }
  .product-single__media .swiper-button-prev {
    left: 1rem;
    z-index: 1; }
    @media (min-width: 576px) {
      .product-single__media .swiper-button-prev {
        left: 2rem; } }
  .product-single__media .swiper-button-next {
    right: 1rem;
    z-index: 1; }
    @media (min-width: 576px) {
      .product-single__media .swiper-button-next {
        right: 2rem; } }
  .product-single__media.vertical-thumbnail .product-single__image {
    flex: 0 0 85.7142%;
    max-width: 85.7142%; }
    @media (max-width: 991.98px) {
      .product-single__media.vertical-thumbnail .product-single__image {
        flex: 0 0 100%;
        max-width: 100%; } }
    .product-single__media.vertical-thumbnail .product-single__image-item {
      position: relative;
      display: block !important;
      padding: 0.3125rem; }
      .product-single__media.vertical-thumbnail .product-single__image-item > a, .product-single__media.vertical-thumbnail .product-single__image-item > button {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 2.8125rem;
        height: 2.8125rem;
        position: absolute;
        right: 1.875rem;
        bottom: 1.875rem;
        border-radius: 2rem;
        background-color: #fff;
        transition: all .3s ease; }
        .product-single__media.vertical-thumbnail .product-single__image-item > a:hover, .product-single__media.vertical-thumbnail .product-single__image-item > button:hover {
          background-color: #e4e4e4; }
        .product-single__media.vertical-thumbnail .product-single__image-item > a svg, .product-single__media.vertical-thumbnail .product-single__image-item > button svg {
          pointer-events: none; }
        @media (max-width: 575.98px) {
          .product-single__media.vertical-thumbnail .product-single__image-item > a, .product-single__media.vertical-thumbnail .product-single__image-item > button {
            width: 2.1875rem;
            height: 2.1875rem;
            right: 1rem;
            bottom: 1rem; }
            .product-single__media.vertical-thumbnail .product-single__image-item > a svg, .product-single__media.vertical-thumbnail .product-single__image-item > button svg {
              width: 0.7775rem;
              height: 0.7775rem; } }
        .product-single__media.vertical-thumbnail .product-single__image-item > a.view-video, .product-single__media.vertical-thumbnail .product-single__image-item > button.view-video {
          bottom: 6rem;
          border: 0; }
          .product-single__media.vertical-thumbnail .product-single__image-item > a.view-video .flaticon, .product-single__media.vertical-thumbnail .product-single__image-item > button.view-video .flaticon {
            font-size: 1rem;
            pointer-events: none; }
          @media (max-width: 575.98px) {
            .product-single__media.vertical-thumbnail .product-single__image-item > a.view-video, .product-single__media.vertical-thumbnail .product-single__image-item > button.view-video {
              bottom: 4rem; }
              .product-single__media.vertical-thumbnail .product-single__image-item > a.view-video .flaticon, .product-single__media.vertical-thumbnail .product-single__image-item > button.view-video .flaticon {
                font-size: 0.75rem; } }
        .product-single__media.vertical-thumbnail .product-single__image-item > a.product-degree, .product-single__media.vertical-thumbnail .product-single__image-item > button.product-degree {
          left: 1.875rem;
          top: 1.875rem;
          right: auto;
          bottom: auto;
          background-color: transparent;
          width: auto;
          height: auto;
          padding-top: 0.5rem;
          padding-right: 0.5rem; }
          .product-single__media.vertical-thumbnail .product-single__image-item > a.product-degree .flaticon, .product-single__media.vertical-thumbnail .product-single__image-item > button.product-degree .flaticon {
            font-size: 2.5rem;
            pointer-events: none; }
          @media (max-width: 575.98px) {
            .product-single__media.vertical-thumbnail .product-single__image-item > a.product-degree, .product-single__media.vertical-thumbnail .product-single__image-item > button.product-degree {
              left: 1rem;
              top: 1rem;
              right: auto;
              bottom: auto; }
              .product-single__media.vertical-thumbnail .product-single__image-item > a.product-degree .flaticon, .product-single__media.vertical-thumbnail .product-single__image-item > button.product-degree .flaticon {
                font-size: 1.5rem; } }
    .product-single__media.vertical-thumbnail .product-single__image img {
      width: 100%; }
  .product-single__media.vertical-thumbnail .product-single__thumbnail {
    flex: 0 0 100%;
    max-width: 1000%;
    order: 1; }
    @media (min-width: 992px) {
      .product-single__media.vertical-thumbnail .product-single__thumbnail {
        flex: 0 0 14.2857%;
        max-width: 14.2857%;
        order: -1; } }
    .product-single__media.vertical-thumbnail .product-single__thumbnail .swiper-slide {
      cursor: pointer;
      opacity: .5;
      border: 0; }
      .product-single__media.vertical-thumbnail .product-single__thumbnail .swiper-slide.swiper-slide-thumb-active {
        opacity: 1; }
  .product-single__media.horizontal-thumbnail {
    flex-direction: column; }
    .product-single__media.horizontal-thumbnail .product-single__image {
      flex: 0 0 100%;
      max-width: 100%; }
      .product-single__media.horizontal-thumbnail .product-single__image-item {
        position: relative;
        display: block !important;
        padding: 0.3125rem; }
        .product-single__media.horizontal-thumbnail .product-single__image-item > a {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 2.8125rem;
          height: 2.8125rem;
          position: absolute;
          right: 1.875rem;
          bottom: 1.875rem;
          border-radius: 2rem;
          background-color: #fff;
          transition: all .3s ease; }
          .product-single__media.horizontal-thumbnail .product-single__image-item > a:hover {
            background-color: #e4e4e4; }
          .product-single__media.horizontal-thumbnail .product-single__image-item > a svg {
            pointer-events: none; }
      .product-single__media.horizontal-thumbnail .product-single__image img {
        width: 100%; }
    .product-single__media.horizontal-thumbnail .product-single__thumbnail {
      flex: 0 0 100%;
      max-width: 100%; }
      .product-single__media.horizontal-thumbnail .product-single__thumbnail .swiper-slide {
        cursor: pointer;
        opacity: .5;
        border: 0; }
        .product-single__media.horizontal-thumbnail .product-single__thumbnail .swiper-slide.swiper-slide-thumb-active {
          opacity: 1; }
  @media (min-width: 992px) {
    .product-single__media.vertical-dot {
      padding-left: 5.375rem; } }
  .product-single__media.vertical-dot .product-single__image {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
    position: static; }
    .product-single__media.vertical-dot .product-single__image .swiper-container {
      position: static; }
    .product-single__media.vertical-dot .product-single__image .swiper-wrapper {
      margin-bottom: 1rem; }
      @media (min-width: 992px) {
        .product-single__media.vertical-dot .product-single__image .swiper-wrapper {
          margin-bottom: 0; } }
    .product-single__media.vertical-dot .product-single__image-item {
      position: relative;
      display: block !important;
      padding: 1rem; }
      @media (min-width: 576px) {
        .product-single__media.vertical-dot .product-single__image-item {
          padding: 10%; } }
      .product-single__media.vertical-dot .product-single__image-item > a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 2.8125rem;
        height: 2.8125rem;
        position: absolute;
        right: 1.875rem;
        bottom: 1.875rem;
        border-radius: 2rem;
        background-color: #fff;
        transition: all .3s ease; }
        .product-single__media.vertical-dot .product-single__image-item > a:hover {
          background-color: #e4e4e4; }
    .product-single__media.vertical-dot .product-single__image img {
      width: 100%; }
    .product-single__media.vertical-dot .product-single__image .swiper-pagination {
      position: static;
      transform: none;
      flex-direction: row;
      justify-content: center;
      left: 0;
      top: 50%;
      display: flex;
      gap: 0.5rem;
      width: auto;
      bottom: auto; }
      @media (min-width: 992px) {
        .product-single__media.vertical-dot .product-single__image .swiper-pagination {
          position: absolute;
          transform: translateY(-50%);
          flex-direction: column; } }
      .product-single__media.vertical-dot .product-single__image .swiper-pagination-bullet:first-child {
        margin-left: 4px; }
  .product-single__media .product-label {
    position: absolute;
    left: auto;
    right: 1rem;
    top: 1rem;
    width: 4.5625rem;
    height: 4.5625rem;
    border-radius: 3rem;
    background-color: #D6001C;
    color: #fff;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    padding: 0.5rem;
    text-align: center;
    line-height: 1.4;
    z-index: 1; }
    @media (min-width: 768px) {
      .product-single__media .product-label {
        right: -1.125rem;
        top: 1.875rem; } }
.product-single__prev-next {
  gap: 1.875rem;
  display: none !important; }
  @media (min-width: 992px) {
    .product-single__prev-next {
      display: flex !important; } }
  .product-single__prev-next > a {
    display: flex;
    align-items: center;
    gap: 0.625rem; }
    .product-single__prev-next > a .flaticon {
      font-size: 0.75rem; }
.product-single__name {
  font-size: 1.625rem; }
.product-single__rating {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  margin-bottom: 0.625rem; }
.product-single__price {
  font-size: 1.375rem;
  font-weight: 500;
  margin-bottom: 1.6875rem; }
  .product-single__price span.old-price {
    font-size: 1rem;
    color: #767676;
    font-weight: 400;
    text-decoration: line-through; }
  .product-single__price .special-price {
    color: #D6001C;
    margin-left: 0.5rem; }
.product-single__short-desc {
  margin-bottom: 2.1875rem; }
.product-single__addtocart {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-bottom: 2.1875rem;
  flex-wrap: wrap; }
  .product-single__addtocart .qty-control {
    min-width: 7.25rem; }
    .product-single__addtocart .qty-control__number {
      border: 2px solid #E4E4E4;
      height: 3.75rem;
      padding: 0 2rem;
      min-width: 6.5rem; }
    .product-single__addtocart .qty-control__reduce, .product-single__addtocart .qty-control__increase {
      font-size: 1rem;
      text-align: center;
      top: 50%;
      transform: translateY(-50%);
      width: 2rem; }
    .product-single__addtocart .qty-control__reduce {
      padding-left: 1.25rem; }
    .product-single__addtocart .qty-control__increase {
      padding-right: 1.25rem; }
  .product-single__addtocart .btn-addtocart {
    height: 3.75rem;
    text-transform: uppercase;
    font-size: 0.875rem;
    width: 17.5rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap; }
    .product-single__addtocart .btn-addtocart.btn-outofstock {
      border: 2px solid #D6001C;
      color: #D6001C;
      background-color: #fff;
      cursor: default;
      pointer-events: none; }
  .product-single__addtocart.product-single__grouped {
    flex-direction: column;
    align-items: normal;
    gap: 0; }
    .product-single__addtocart.product-single__grouped .grouped-item {
      display: flex;
      align-items: center;
      gap: 1.5rem;
      border-top: 1px solid #e4e4e4;
      padding: 1.25rem 0; }
      .product-single__addtocart.product-single__grouped .grouped-item:first-child {
        border-top: 0;
        padding-top: 0; }
      .product-single__addtocart.product-single__grouped .grouped-item__name {
        font-weight: 500;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      .product-single__addtocart.product-single__grouped .grouped-item__price {
        margin-left: auto;
        font-weight: 500; }
    .product-single__addtocart.product-single__grouped > div:not(.grouped-item) {
      margin-top: 1.2rem; }
.product-single__addtolinks {
  font-size: 0.8125rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 2rem; }
  .product-single__addtolinks > a, .product-single__addtolinks > .share-button > button {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    padding: 0 0 0.625rem;
    text-transform: uppercase;
    border: 0;
    background-color: transparent;
    font-weight: 500; }
    .product-single__addtolinks > a:hover:after, .product-single__addtolinks > .share-button > button:hover:after {
      width: 50%; }
    .product-single__addtolinks > a .flaticon, .product-single__addtolinks > .share-button > button .flaticon {
      font-size: 1rem; }
.product-single__meta-info {
  font-size: 0.8125rem;
  line-height: 1.5rem;
  margin-bottom: 1.875rem; }
  .product-single__meta-info label {
    color: #767676;
    text-transform: uppercase; }
.product-single__details-tab {
  margin: 6.25rem auto 2.375rem;
  max-width: 58.125rem; }
  .product-single__details-tab > .nav-tabs {
    justify-content: center;
    text-transform: uppercase; }
    @media (max-width: 575.98px) {
      .product-single__details-tab > .nav-tabs {
        flex-direction: column; }
        .product-single__details-tab > .nav-tabs .nav-link {
          width: max-content; } }
  .product-single__details-tab > .tab-content {
    padding: 3.125rem 0; }
.product-single__description * {
  line-height: 1.875rem; }
.product-single__addtional-info > .item {
  margin-bottom: 1.875rem; }
  .product-single__addtional-info > .item label {
    min-width: 8.75rem;
    margin: 0; }
.product-single__reviews-title {
  font-size: 1.125rem;
  margin-bottom: 1.75rem; }
.product-single__reviews-list {
  display: flex;
  flex-direction: column;
  gap: 1.87rem;
  margin-bottom: 2.375rem; }
.product-single__reviews-item {
  display: flex;
  gap: 1.875rem;
  border-bottom: 1px solid #e4e4e4; }
  .product-single__reviews-item:last-child {
    border-bottom: 0; }
  .product-single__reviews-item .customer-avatar {
    flex: 0 0 3.75rem;
    width: 3.75rem;
    height: 3.75rem;
    border-radius: 2rem;
    overflow: hidden; }
    .product-single__reviews-item .customer-avatar > img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .product-single__reviews-item .customer-review .customer-name {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .product-single__reviews-item .customer-review .customer-name > h6, .product-single__reviews-item .customer-review .customer-name > .h6 {
      margin: 0;
      font-size: 0.875rem;
      font-weight: 400;
      line-height: 1.5rem; }
  .product-single__reviews-item .customer-review .review-date {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5rem;
    color: #767676;
    margin-bottom: 1.25rem; }
  .product-single__reviews-item .customer-review .review-text {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5rem;
    color: #767676;
    margin-bottom: 1.5rem; }
.product-single__review-form form > h5, .product-single__review-form form > .h5 {
  font-size: 1.125rem;
  margin-bottom: 0.375rem; }
.product-single__review-form form > p {
  font-size: 0.875rem;
  color: #767676;
  line-height: 1.5rem;
  margin-bottom: 1.875rem; }
.product-single__review-form form .select-star-rating {
  margin-bottom: 2rem; }
.product-single__review-form form button {
  text-transform: uppercase;
  font-size: 0.875rem;
  min-width: 12.5rem; }
.product-single__swatches .product-swatch {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2.5rem;
  margin-bottom: 1.875rem; }
  @media (max-width: 1499.98px) {
    .product-single__swatches .product-swatch {
      gap: 1rem; } }
  .product-single__swatches .product-swatch > label {
    font-size: 0.875rem;
    font-weight: 500;
    min-width: 3rem;
    text-transform: uppercase; }
  .product-single__swatches .product-swatch .swatch-list {
    display: flex;
    align-items: center;
    gap: 0.625rem; }
    .product-single__swatches .product-swatch .swatch-list > input[type="radio"] {
      display: none; }
  .product-single__swatches .product-swatch .sizeguide-link {
    margin-left: auto;
    font-size: 0.8125rem;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.875rem;
    position: relative; }
    @media (max-width: 1499.98px) {
      .product-single__swatches .product-swatch .sizeguide-link {
        margin-left: 0; } }
    .product-single__swatches .product-swatch .sizeguide-link:before {
      content: '';
      border-bottom: 2px solid;
      display: block;
      width: 0;
      transition: all .3s ease;
      position: absolute;
      left: 0;
      bottom: 0; }
    .product-single__swatches .product-swatch .sizeguide-link:hover:before {
      width: 100%; }
  .product-single__swatches .product-swatch .swatch {
    transition: all .3s ease; }
  .product-single__swatches .product-swatch.text-swatches .swatch {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1.875rem;
    border: 1px solid #e4e4e4;
    padding: 0 0.8125rem; }
    .product-single__swatches .product-swatch.text-swatches .swatch.swatch_active, .product-single__swatches .product-swatch.text-swatches .swatch:hover {
      border-color: #222222; }
  .product-single__swatches .product-swatch.text-swatches input[type="radio"]:checked + label {
    border-color: #222222; }
  .product-single__swatches .product-swatch.color-swatches .swatch-color {
    margin: 0;
    border: 2px solid transparent; }
    .product-single__swatches .product-swatch.color-swatches .swatch-color.swatch_active, .product-single__swatches .product-swatch.color-swatches .swatch-color:hover {
      border-color: #222222; }
  .product-single__swatches .product-swatch.color-swatches input[type="radio"]:checked + label.swatch-color {
    border-color: #222222; }
  .product-single__swatches .product-swatch.color-swatches .swatch-image {
    width: 3.875rem;
    height: 3.875rem;
    border: 1px solid transparent; }
    .product-single__swatches .product-swatch.color-swatches .swatch-image.swatch_active, .product-single__swatches .product-swatch.color-swatches .swatch-image:hover {
      border-color: #e4e4e4; }
    .product-single__swatches .product-swatch.color-swatches .swatch-image img {
      pointer-events: none; }
  .product-single__swatches .product-swatch.color-swatches input[type="radio"]:checked + label.swatch-image {
    border-color: #e4e4e4; }
.product-single__additional-info {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  align-items: normal;
  gap: 0.5rem;
  margin-bottom: 1rem; }
  .product-single__additional-info > a {
    font-size: 0.8125rem;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    line-height: 1.5rem;
    width: max-content; }
    .product-single__additional-info > a:before {
      content: '';
      display: block;
      border-bottom: 2px solid;
      position: absolute;
      left: 0;
      bottom: -2px;
      width: 0;
      transition: all .3s ease; }
    .product-single__additional-info > a:hover:before {
      width: 100%; }
  @media (min-width: 576px) {
    .product-single__additional-info {
      flex-direction: row;
      align-items: center;
      gap: 1.875rem; } }
  @media (min-width: 992px) {
    .product-single__additional-info {
      flex-direction: column;
      align-items: normal;
      gap: 0.5rem; } }
  @media (min-width: 1500px) {
    .product-single__additional-info {
      flex-direction: row;
      align-items: center;
      gap: 1.875rem; } }
.product-single__type-2 .product-single__top-background {
  background-color: #e0e0e0; }
.product-single__type-2 .product-single__swatches .product-swatch.text-swatches .swatch {
  border-color: #222222; }
  .product-single__type-2 .product-single__swatches .product-swatch.text-swatches .swatch:hover, .product-single__type-2 .product-single__swatches .product-swatch.text-swatches .swatch.swatch_active {
    box-shadow: 0 0 0 1px inset #222222; }
.product-single__type-2 .product-single__swatches .product-swatch.text-swatches input[type="radio"]:checked + label {
  box-shadow: 0 0 0 1px inset #222222;
  border-color: #222222; }
.product-single__type-2 .product-single__addtocart .qty-control__number {
  border-color: #222222;
  background-color: transparent; }
.product-single__type-3 .breadcrumb .menu-link {
  color: #767676; }
  .product-single__type-3 .breadcrumb .menu-link:hover {
    color: #767676; }
.product-single__type-3 .product-single {
  color: #fff; }
  .product-single__type-3 .product-single__top-background {
    background-color: #222222; }
  .product-single__type-3 .product-single__media.vertical-dot .product-single__image-item {
    padding: 0; }
  .product-single__type-3 .product-single__media.vertical-dot .product-single__image .swiper-pagination-bullet:after {
    color: #fff; }
  .product-single__type-3 .product-single__media.vertical-dot .product-single__image .swiper-pagination-bullet-active {
    border-color: #fff; }
    .product-single__type-3 .product-single__media.vertical-dot .product-single__image .swiper-pagination-bullet-active:after {
      color: #fff; }
  .product-single__type-3 .product-single__prev-next a, .product-single__type-3 .product-single__prev-next .menu-link {
    color: #767676; }
  .product-single__type-3 .product-single__name {
    color: #fff; }
  .product-single__type-3 .product-single__rating .reviews-note {
    color: #fff !important; }
  .product-single__type-3 .product-single__price {
    color: #fff; }
  .product-single__type-3 .product-single__short-desc {
    color: #e4e4e4; }
  .product-single__type-3 .product-single__swatches label {
    color: #767676; }
  .product-single__type-3 .product-single__swatches .product-swatch.text-swatches .swatch {
    border-color: #fff;
    color: #fff; }
    .product-single__type-3 .product-single__swatches .product-swatch.text-swatches .swatch:hover, .product-single__type-3 .product-single__swatches .product-swatch.text-swatches .swatch.swatch_active {
      box-shadow: 0 0 0 1px inset #fff; }
  .product-single__type-3 .product-single__swatches .product-swatch.text-swatches input[type="radio"]:checked + label {
    box-shadow: 0 0 0 1px inset #fff;
    border-color: #fff; }
  .product-single__type-3 .product-single__swatches .product-swatch.color-swatches .swatch-color.swatch_active, .product-single__type-3 .product-single__swatches .product-swatch.color-swatches .swatch-color:hover {
    border-color: #fff; }
  .product-single__type-3 .product-single__swatches .product-swatch.color-swatches input[type="radio"]:checked + label.swatch-color {
    border-color: #fff; }
  .product-single__type-3 .product-single__swatches .product-swatch .sizeguide-link {
    color: #fff; }
  .product-single__type-3 .product-single__addtocart .qty-control__number {
    background: transparent;
    border-color: #767676;
    color: #fff; }
  .product-single__type-3 .product-single__addtocart .qty-control__reduce, .product-single__type-3 .product-single__addtocart .qty-control__increase {
    color: #fff; }
  .product-single__type-3 .product-single__addtocart .btn-addtocart {
    background-color: #fff;
    color: #222222; }
  .product-single__type-3 .product-single__addtolinks > a {
    color: #fff; }
  .product-single__type-3 .product-single__meta-info label {
    color: #767676; }
  .product-single__type-3 .product-single__meta-info span {
    color: #fff; }
  .product-single__type-3 .product-single__additional-info > a {
    color: #fff; }
.product-single__type-4 .product-single__media:before {
  content: '';
  height: 100%;
  width: 100vw;
  background-color: #e6e6e6;
  position: absolute;
  right: 0;
  z-index: -1; }
  @media (max-width: 991.98px) {
    .product-single__type-4 .product-single__media:before {
      right: -9.5rem;
      width: calc(100% + 19rem); } }
.product-single__type-4 .product-single__image {
  width: 100%;
  position: relative;
  background-color: #e6e6e6; }
  .product-single__type-4 .product-single__image-item {
    padding-top: 6.25rem;
    height: 100vh;
    scroll-snap-align: center; }
    .product-single__type-4 .product-single__image-item img {
      height: 100%;
      width: 100%;
      object-fit: contain; }
.product-single__type-5 {
  margin-bottom: 6.25rem; }
  .product-single__type-5 .product-single__image-item img {
    width: 100%; }
  .product-single__type-5 .product-single__swatches .product-swatch {
    gap: 0.5rem; }
    .product-single__type-5 .product-single__swatches .product-swatch > label {
      flex: 0 0 100%; }
  .product-single__type-5 .product-single__additional-info {
    flex-wrap: wrap;
    row-gap: 0.5rem; }
.product-single__type-6 {
  margin-bottom: 6.25rem; }
.product-single__type-7 {
  margin-bottom: 6.25rem; }
  .product-single__type-7 .product-single__media {
    margin-bottom: 1.25rem; }
  .product-single__type-7 .product-single__image {
    display: flex;
    flex-wrap: wrap;
    gap: 0.625rem; }
    .product-single__type-7 .product-single__image-item {
      flex: 0 0 calc(50% - 0.3125rem);
      max-width: calc(50% - 0.3125rem); }
      .product-single__type-7 .product-single__image-item:first-child {
        flex: 0 0 100%;
        max-width: 100%; }
  .product-single__type-7 .product-single__details {
    margin-top: auto;
    display: flex;
    align-items: center;
    gap: 1.875rem;
    margin-bottom: 1rem;
    flex-wrap: wrap; }
    .product-single__type-7 .product-single__details > a {
      font-size: 1rem;
      font-weight: 500;
      text-transform: uppercase;
      position: relative;
      line-height: 1.5rem;
      color: #767676;
      transition: all .3s ease;
      white-space: nowrap; }
      .product-single__type-7 .product-single__details > a:before {
        content: '';
        display: block;
        border-bottom: 2px solid;
        position: absolute;
        left: 0;
        bottom: -2px;
        width: 0;
        transition: all .3s ease; }
      .product-single__type-7 .product-single__details > a:hover {
        color: #222222; }
        .product-single__type-7 .product-single__details > a:hover:before {
          width: 100%; }
    @media (max-width: 575.98px) {
      .product-single__type-7 .product-single__details {
        flex-direction: column;
        align-items: normal;
        gap: 0.5rem; }
        .product-single__type-7 .product-single__details > a {
          width: max-content; } }
.product-single__type-9 {
  margin-bottom: 6.25rem; }
  .product-single__type-9 .product-single__details {
    margin-top: auto;
    display: flex;
    align-items: center;
    gap: 1.875rem;
    margin-bottom: 1rem; }
    .product-single__type-9 .product-single__details > a {
      font-size: 1rem;
      font-weight: 500;
      text-transform: uppercase;
      position: relative;
      line-height: 1.5rem;
      color: #767676;
      transition: all .3s ease; }
      .product-single__type-9 .product-single__details > a:before {
        content: '';
        display: block;
        border-bottom: 2px solid;
        position: absolute;
        left: 0;
        bottom: -2px;
        width: 0;
        transition: all .3s ease; }
      .product-single__type-9 .product-single__details > a:hover {
        color: #222222; }
        .product-single__type-9 .product-single__details > a:hover:before {
          width: 100%; }
    @media (max-width: 575.98px) {
      .product-single__type-9 .product-single__details {
        flex-direction: column;
        align-items: normal;
        gap: 0.5rem; }
        .product-single__type-9 .product-single__details > a {
          width: max-content; } }
.product-single__aside {
  width: 37.5rem;
  right: -37.5rem; }
  .product-single__aside .aside-content {
    height: calc(100% - 9rem);
    overflow-y: auto; }
.product-single__details-accordion {
  margin-bottom: 6rem; }
  .product-single__details-accordion .accordion-item {
    margin-bottom: 1.25rem; }
  .product-single__details-accordion .accordion-button {
    text-transform: uppercase;
    border: 0;
    border-bottom: 1px solid #e4e4e4;
    padding: 0.625rem 0;
    color: #767676; }
  .product-single__details-accordion .accordion-collapse {
    border: 0; }
  .product-single__details-accordion .accordion-body {
    padding: 1.5rem 0; }
.product-single__details-list {
  width: 65.3125rem;
  max-width: 100%;
  margin-top: 1.375rem; }
  .product-single__details-list__title {
    font-size: 1rem;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 1.25rem;
    margin-bottom: 3.4375rem; }
    .product-single__details-list__title:after {
      content: '';
      display: block;
      width: 2.5rem;
      border-bottom: 2px solid; }
  .product-single__details-list__content {
    padding-left: 7.1875rem;
    margin-bottom: 6.25rem; }
    @media (max-width: 575.98px) {
      .product-single__details-list__content {
        padding-left: 2.1875rem; } }


.quick-view {
  width: 73.125rem;
  max-width: calc(100% - 1rem); }
  .quick-view .product-single {
    display: flex;
    flex-wrap: wrap; }
    .quick-view .product-single__media {
      flex: 0 0 100%;
      max-width: 100%; }
      .quick-view .product-single__media img {
        width: 100%; }
      @media (min-width: 768px) {
        .quick-view .product-single__media {
          flex: 0 0 47%;
          max-width: 47%; } }
    .quick-view .product-single__detail {
      flex: 0 0 100%;
      max-width: 100%;
      padding: 1.875rem 1.25rem; }
      @media (min-width: 768px) {
        .quick-view .product-single__detail {
          flex: 0 0 53%;
          max-width: 53%;
          padding: 3.5rem 2.5rem; } }
  /* .quick-view .modal-content {
    overflow: hidden; }
    .quick-view .modal-content .btn-close {
      position: absolute;
      right: 0.75rem;
      top: 1rem; } */

.shop-checkout .page-title {
  font-size: 2.1875rem;
  margin-bottom: 3.125rem;
  text-transform: uppercase; }
.shop-checkout .checkout-steps {
  display: flex;
  border-bottom: 2px solid #e4e4e4; }
  .shop-checkout .checkout-steps__item {
    flex-grow: 1;
    display: flex;
    gap: 0.75rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid transparent;
    margin-bottom: -2px; }
    .shop-checkout .checkout-steps__item-number {
      font-size: 1.125rem;
      font-weight: 500; }
    .shop-checkout .checkout-steps__item-title {
      display: flex;
      flex-direction: column; }
      .shop-checkout .checkout-steps__item-title > span {
        font-size: 1.125rem;
        font-weight: 500;
        text-transform: uppercase; }
      .shop-checkout .checkout-steps__item-title > em {
        font-size: 0.875rem;
        font-weight: 400;
        font-style: normal;
        color: #767676; }
    .shop-checkout .checkout-steps__item.active {
      border-color: #222222; }
  @media (max-width: 991.98px) {
    .shop-checkout .checkout-steps {
      border-bottom: 0;
      border-left: 2px solid #e4e4e4;
      flex-direction: column; }
      .shop-checkout .checkout-steps__item {
        border-left: 2px solid transparent;
        margin-left: -2px;
        border-bottom: 0;
        margin-bottom: 0;
        padding: 0.5rem 1rem; } }

.shopping-cart {
  display: flex;
  flex-direction: column;
  gap: 3.625rem; }
  @media (min-width: 1200px) {
    .shopping-cart {
      flex-direction: row; } }
  .shopping-cart .cart-table__wrapper {
    padding-top: 3.125rem;
    flex-grow: 1; }
  .shopping-cart__totals-wrapper .sticky-content {
    padding-top: 3.125rem; }
  .shopping-cart__totals-wrapper .mobile_fixed-btn_wrapper .button-wrapper:not(.fixed-btn) {
    padding: 0; }
  .shopping-cart__totals-wrapper .mobile_fixed-btn_wrapper .fixed-btn {
    position: fixed;
    left: var(--bs-gutter-x, 0.9375rem);
    right: var(--bs-gutter-x, 0.9375rem);
    bottom: 4rem;
    width: auto; }
    @media (min-width: 768px) {
      .shopping-cart__totals-wrapper .mobile_fixed-btn_wrapper .fixed-btn {
        bottom: 1rem; } }
    @media (min-width: 992px) {
      .shopping-cart__totals-wrapper .mobile_fixed-btn_wrapper .fixed-btn {
        position: static; } }
  .shopping-cart__totals-wrapper .btn-checkout {
    width: 100%;
    height: 3.75rem;
    font-size: 0.875rem; }
  .shopping-cart__totals {
    border: 1px solid #222;
    margin-bottom: 1.25rem;
    padding: 2.5rem 2.5rem 0.5rem;
    max-width: 100%; }
    @media (min-width: 1200px) {
      .shopping-cart__totals {
        width: 26.25rem; } }
    .shopping-cart__totals > h3, .shopping-cart__totals > .h3 {
      font-size: 1rem;
      text-transform: uppercase;
      margin-bottom: 1.25rem; }
    .shopping-cart__totals table {
      width: 100%; }
      .shopping-cart__totals table th, .shopping-cart__totals table td {
        border-bottom: 1px solid #e4e4e4;
        padding: 0.875rem 0;
        font-size: 0.875rem;
        font-weight: 500; }
      .shopping-cart__totals table th {
        text-transform: uppercase;
        vertical-align: baseline; }
      .shopping-cart__totals table tr:last-child th, .shopping-cart__totals table tr:last-child td {
        border-bottom: 0; }
  .shopping-cart .cart-table {
    width: 100%; }
    @media (min-width: 768px) {
      .shopping-cart .cart-table th, .shopping-cart .cart-table td {
        border-bottom: 1px solid #e4e4e4; } }
    .shopping-cart .cart-table thead {
      display: none; }
      @media (min-width: 768px) {
        .shopping-cart .cart-table thead {
          display: table-header-group; } }
      .shopping-cart .cart-table thead th {
        font-size: 0.875rem;
        text-transform: uppercase;
        font-weight: 500;
        padding: 0 0 0.625rem; }
    .shopping-cart .cart-table tbody tr {
      position: relative;
      display: block;
      padding: 1.25rem 0;
      border-bottom: 1px solid #e4e4e4; }
      @media (min-width: 768px) {
        .shopping-cart .cart-table tbody tr {
          display: table-row;
          padding: 0;
          border: 0; } }
      .shopping-cart .cart-table tbody tr:first-child {
        border-top: 1px solid #e4e4e4; }
        @media (min-width: 768px) {
          .shopping-cart .cart-table tbody tr:first-child {
            border: 0; } }
      .shopping-cart .cart-table tbody tr:after {
        content: '';
        display: block;
        clear: both; }
        @media (min-width: 768px) {
          .shopping-cart .cart-table tbody tr:after {
            display: none; } }
    .shopping-cart .cart-table tbody td {
      display: block;
      margin-left: 9.375rem; }
      @media (min-width: 768px) {
        .shopping-cart .cart-table tbody td {
          padding: 1.875rem 0;
          display: table-cell;
          margin: 0; } }
      .shopping-cart .cart-table tbody td:first-child {
        width: 9.375rem;
        float: left;
        margin-left: 0; }
        @media (min-width: 768px) {
          .shopping-cart .cart-table tbody td:first-child {
            float: none; } }
      .shopping-cart .cart-table tbody td .shopping-cart__product-price {
        display: none; }
        @media (min-width: 768px) {
          .shopping-cart .cart-table tbody td .shopping-cart__product-price {
            display: block; } }
      .shopping-cart .cart-table tbody td .shopping-cart__subtotal {
        float: right;
        display: block;
        margin-top: -2.2rem; }
        @media (min-width: 768px) {
          .shopping-cart .cart-table tbody td .shopping-cart__subtotal {
            float: none;
            margin: 0; } }
      .shopping-cart .cart-table tbody td .remove-cart {
        position: absolute;
        right: 0;
        top: 1rem; }
        @media (min-width: 768px) {
          .shopping-cart .cart-table tbody td .remove-cart {
            position: static; } }
    .shopping-cart .cart-table .qty-control {
      margin: 0.5rem 0; }
      @media (min-width: 768px) {
        .shopping-cart .cart-table .qty-control {
          width: 7.25rem;
          margin: 0; } }
      .shopping-cart .cart-table .qty-control__number {
        border: 0; }
        @media (min-width: 768px) {
          .shopping-cart .cart-table .qty-control__number {
            border: 2px solid #e4e4e4;
            height: 3.125rem;
            padding: 0 2rem;
            min-width: 6.875rem; } }
      .shopping-cart .cart-table .qty-control__reduce, .shopping-cart .cart-table .qty-control__increase {
        font-size: 1rem;
        text-align: center;
        top: 50%;
        transform: translateY(-50%); }
      .shopping-cart .cart-table .qty-control__reduce {
        left: 0; }
        @media (min-width: 768px) {
          .shopping-cart .cart-table .qty-control__reduce {
            left: 1.25rem; } }
      .shopping-cart .cart-table .qty-control__increase {
        right: 0; }
        @media (min-width: 768px) {
          .shopping-cart .cart-table .qty-control__increase {
            right: 1.25rem; } }
    .shopping-cart .cart-table-footer-cart {
      display: flex;
      justify-content: space-between;
      padding-top: 1.875rem;
      gap: 1.875rem;
      flex-wrap: wrap; }
      .shopping-cart .cart-table-footer-cart form {
        max-width: 100%; }
      .shopping-cart .cart-table-footer-cart .form-control-bis {
        width: 23.125rem;
        max-width: 100%;
        height: 3.875rem; }
      .shopping-cart .cart-table-footer-cart button {
        height: 3.875rem; }
  .shopping-cart__product-item {
    display: flex;
    align-items: center;
    gap: 1.875rem; }
    .shopping-cart__product-item img {
      width: 7.5rem;
      height: auto; }
    .shopping-cart__product-item__detail h4, .shopping-cart__product-item__detail .h4 {
      font-size: 1rem;
      font-weight: 400;
      margin-bottom: 0; }
    .shopping-cart__product-item__options {
      list-style: none;
      padding: 0;
      margin: 0;
      margin-top: 0.5rem; }
      .shopping-cart__product-item__options li {
        font-size: 0.875rem;
        color: #767676; }
  .shopping-cart__product-price {
    font-size: 1rem;
    color: #767676; }
  .shopping-cart__subtotal {
    font-size: 1rem;
    font-weight: 500; }

.checkout-form {
  display: flex;
  gap: 3.625rem; }
  @media (max-width: 1199.98px) {
    .checkout-form {
      flex-direction: column; } }
  .checkout-form .billing-info__wrapper {
    padding-top: 3.125rem;
    flex-grow: 1; }
    .checkout-form .billing-info__wrapper .form-floating-bis > label, .checkout-form .billing-info__wrapper .form-label-fixed > .form-label {
      color: #767676; }
  .checkout-form .checkout__totals-wrapper .sticky-content {
    padding-top: 3.125rem; }
  .checkout-form .checkout__totals-wrapper .btn-checkout {
    width: 100%;
    height: 3.75rem;
    font-size: 0.875rem; }
  .checkout-form .checkout__payment-methods {
    border: 1px solid #e4e4e4;
    margin-bottom: 1.25rem;
    padding: 2.5rem 2.5rem 1.5rem;
    width: 26.25rem; }
    @media (max-width: 1199.98px) {
      .checkout-form .checkout__payment-methods {
        width: 100%; } }
    .checkout-form .checkout__payment-methods label {
      font-size: 1rem;
      line-height: 1.5rem; }
      .checkout-form .checkout__payment-methods label .option-detail {
        font-size: 0.875rem;
        margin: 0.625rem 0 0;
        display: none; }
    .checkout-form .checkout__payment-methods .form-checkbis-input:checked ~ label .option-detail {
      display: block; }
    .checkout-form .checkout__payment-methods .policy-text {
      font-size: 0.75rem;
      line-height: 1.5rem; }
      .checkout-form .checkout__payment-methods .policy-text > a {
        color: #c32929; }

.checkout__totals {
  border: 1px solid #222;
  margin-bottom: 1.25rem;
  padding: 2.5rem 2.5rem 0.5rem;
  width: 26.25rem; }
  @media (max-width: 1199.98px) {
    .checkout__totals {
      width: 100%; } }
  .checkout__totals > h3, .checkout__totals > .h3 {
    font-size: 1rem;
    text-transform: uppercase;
    margin-bottom: 1.25rem; }
  .checkout__totals table {
    width: 100%; }
  .checkout__totals .checkout-cart-items thead th {
    border-bottom: 1px solid #e4e4e4;
    padding: 0.875rem 0;
    font-size: 0.875rem;
    font-weight: 500; }
  .checkout__totals .checkout-cart-items tbody td {
    padding: 0.40625rem 0;
    color: #767676; }
  .checkout__totals .checkout-cart-items tbody tr:first-child td {
    padding-top: 0.8125rem; }
  .checkout__totals .checkout-cart-items tbody tr:last-child td {
    padding-bottom: 0.8125rem;
    border-bottom: 1px solid #e4e4e4; }
  .checkout__totals .checkout-totals th, .checkout__totals .checkout-totals td {
    border-bottom: 1px solid #e4e4e4;
    padding: 0.875rem 0;
    font-size: 0.875rem;
    font-weight: 500; }
  .checkout__totals .checkout-totals tr:last-child th, .checkout__totals .checkout-totals tr:last-child td {
    border-bottom: 0; }

.order-complete {
  width: 56.25rem;
  max-width: 100%;
  margin: 3.125rem auto;
  display: flex;
  flex-direction: column;
  gap: 2.25rem; }
  .order-complete__message {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .order-complete__message svg {
      margin-bottom: 1.25rem; }
    .order-complete__message h3, .order-complete__message .h3 {
      font-size: 2.1875rem;
      text-align: center; }
    .order-complete__message p {
      color: #767676;
      margin-bottom: 0;
      text-align: center; }
  .order-complete .order-info {
    width: 100%;
    border: 2px dashed #767676;
    padding: 2.5rem;
    display: flex;
    gap: 1rem; }
    @media (max-width: 767.98px) {
      .order-complete .order-info {
        flex-direction: column; } }
    .order-complete .order-info__item {
      display: flex;
      flex-direction: column;
      gap: 0.25rem;
      flex-grow: 1; }
      .order-complete .order-info__item label {
        font-size: 0.875rem;
        font-weight: 400;
        color: #767676; }
      .order-complete .order-info__item span {
        font-size: 1rem;
        font-weight: 500; }
  .order-complete .checkout__totals {
    width: 100%; }
    .order-complete .checkout__totals .checkout-cart-items thead th:last-child {
      text-align: right; }

.order-tracking {
  width: 31.25rem;
  max-width: 100%;
  margin: 0 auto;
  text-align: center; }
  .order-tracking .btn-track {
    height: 3.75rem;
    font-size: 0.875rem; }

.my-account .page-title {
  font-size: 2.1875rem;
  font-weight: 700;
  text-transform: uppercase; }
.my-account .account-nav {
  list-style: none;
  padding: 0;
  padding-top: 2.5rem;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  /* text-transform: uppercase; */
  font-size: 0.875rem;
  font-weight: 500; }
  .my-account .account-nav .menu-link.menu-link_active {
    pointer-events: none;
    color: #c32929; }
.my-account .page-content {
  padding-top: 2.5rem; }
.my-account__dashboard p {
  width: 43.125rem;
  max-width: 100%; }
.my-account__dashboard .unerline-link {
  text-decoration: underline; }
.my-account__orders-list {
  overflow-x: auto;
  width: 100%; }
.my-account .orders-table {
  border: 1px solid #e4e4e4;
  width: 100%; }
  .my-account .orders-table thead th {
    background-color: #e4e4e4;
    padding: 1rem 1.875rem;
    text-transform: uppercase;
    font-size: 0.875rem; }
  .my-account .orders-table tbody td {
    border-top: 1px solid #e4e4e4;
    padding: 1.875rem; }
    .my-account .orders-table tbody td:first-child {
      text-decoration: underline; }
    .my-account .orders-table tbody td:last-child {
      width: 12.5rem; }
    .my-account .orders-table tbody td .btn {
      height: 3.125rem;
      font-size: 0.875rem; }
.my-account__address .notice {
  margin-bottom: 3.75rem; }
.my-account__address-list {
  display: flex;
  gap: 5.625rem; }
  @media (max-width: 767.98px) {
    .my-account__address-list {
      flex-direction: column; } }
.my-account__address-item {
  flex-grow: 1; }
  .my-account__address-item__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    line-height: 1.5rem;
    text-transform: uppercase;
    margin-bottom: 0.875rem;
    font-weight: 500; }
    .my-account__address-item__title h5, .my-account__address-item__title .h5 {
      font-size: 1.125rem;
      margin: 0; }
    .my-account__address-item__title a {
      font-size: 0.8125rem;
      border-bottom: 2px solid; }
  .my-account__address-item__detail {
    line-height: 1.5rem; }
    .my-account__address-item__detail p {
      margin: 0; }
.my-account__edit .btn-primary {
  width: 18.75rem;
  height: 3.75rem;
  max-width: 100%;
  text-transform: uppercase;
  font-size: 0.875rem; }
.my-account__wishlist .btn-remove-from-wishlist {
  position: absolute;
  left: 1.25rem;
  top: 1.25rem;
  z-index: 2;
  border: 0;
  background-color: #fff;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  transition: all .3s ease;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden; }
.my-account__wishlist .product-card:hover .btn-remove-from-wishlist {
  opacity: 1;
  visibility: visible; }

.blog-page-title {
  width: 112.5rem;
  height: 16rem;
  max-width: calc(100% - 1.875rem);
  border: 2px solid #e4e4e4;
  margin: 0 auto;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
  padding: 1.25rem; }
  .blog-page-title .page-title {
    font-size: calc(1.5rem + 3vw);
    font-weight: 700;
    text-transform: uppercase; }
    @media (min-width: 1200px) {
      .blog-page-title .page-title {
        font-size: 3.75rem; } }
  .blog-page-title .title-bg {
    display: block;
    position: absolute;
    left: 0.5rem;
    right: 0.5rem;
    top: 0.5rem;
    bottom: 0.5rem;
    z-index: -1; }
    .blog-page-title .title-bg img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  @media (min-width: 576px) {
    .blog-page-title {
      height: 27.5rem;
      padding: 0; } }
.blog-page .flaticon {
  font-size: 0.625rem; }
.blog__filter {
  display: flex;
  gap: 1rem;
  row-gap: 0;
  flex-wrap: wrap; }
  .blog__filter > a {
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 500; }
.blog-grid__item {
  margin-bottom: 2.75rem; }
  .blog-grid__item-image {
    margin-bottom: 1.25rem; }
    .blog-grid__item-image img {
      display: block;
      width: 100%; }
  .blog-grid__item-meta {
    display: flex;
    gap: 1.5rem;
    text-transform: uppercase;
    color: #767676;
    margin-bottom: 0.25rem;
    white-space: nowrap; }
  .blog-grid__item-title {
    font-size: 1.625rem;
    margin-bottom: 1.875rem;
    line-height: 1.5; }
    @media (max-width: 991.98px) {
      .blog-grid__item-title {
        font-size: 1.125rem;
        margin-bottom: 1.25rem; } }
  .blog-grid__item-content p {
    margin-bottom: 0.625rem; }
  .blog-grid__item-content .readmore-link {
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    font-weight: 500; }
    .blog-grid__item-content .readmore-link:after {
      content: '';
      display: block;
      width: 70%;
      border-bottom: 2px solid;
      position: absolute;
      bottom: -2px;
      left: 0;
      transition: all .3s ease; }
    .blog-grid__item-content .readmore-link:hover:after {
      width: 100%; }
.blog-grid.row-cols-xl-3 .blog-grid__item-title {
  font-size: 1.125rem;
  margin-bottom: 1.25rem; }
.blog-list {
  margin-bottom: 3.125rem; }
  @media (min-width: 992px) {
    .blog-list {
      margin-bottom: 6.25rem; } }
  .blog-list__item {
    margin-bottom: 1.875rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem; }
    @media (min-width: 992px) {
      .blog-list__item {
        flex-direction: row;
        align-items: center;
        gap: 3.125rem; } }
    .blog-list__item-image {
      flex: 0 0 100%;
      width: 100%; }
      @media (min-width: 992px) {
        .blog-list__item-image {
          flex: 0 0 calc(50% - 1.5625rem); } }
      .blog-list__item-image img {
        display: block;
        width: 100%; }
    .blog-list__item-detail {
      flex: 0 0 100%;
      padding: 0; }
      @media (min-width: 992px) {
        .blog-list__item-detail {
          flex: 0 0 calc(50% - 1.5625rem);
          padding: 1.875rem 0; } }
    .blog-list__item-meta {
      display: flex;
      gap: 1.5rem;
      text-transform: uppercase;
      color: #767676;
      margin-bottom: 0.25rem; }
    .blog-list__item-title {
      font-size: 1.125rem;
      margin-bottom: 1.25rem;
      line-height: 1.5; }
      @media (min-width: 992px) {
        .blog-list__item-title {
          font-size: 1.625rem;
          margin-bottom: 1.875rem; } }
    .blog-list__item-content p {
      margin-bottom: 0.625rem; }
    .blog-list__item-content .readmore-link {
      text-transform: uppercase;
      position: relative;
      display: inline-block;
      font-weight: 500; }
      .blog-list__item-content .readmore-link:after {
        content: '';
        display: block;
        width: 70%;
        border-bottom: 2px solid;
        position: absolute;
        bottom: -2px;
        left: 0;
        transition: all .3s ease; }
      .blog-list__item-content .readmore-link:hover:after {
        width: 100%; }
.blog-single .page-title {
  margin-bottom: 0.875rem; }
.blog-single__reviews-title {
  font-size: 1.125rem;
  margin-bottom: 1.75rem; }
.blog-single__reviews-list {
  display: flex;
  flex-direction: column;
  gap: 1.87rem;
  margin-bottom: 2.375rem; }
.blog-single__reviews-item {
  display: flex;
  gap: 1.875rem;
  border-bottom: 1px solid #e4e4e4; }
  .blog-single__reviews-item:last-child {
    border-bottom: 0; }
  .blog-single__reviews-item .customer-avatar {
    flex: 0 0 3.75rem;
    width: 3.75rem;
    height: 3.75rem;
    border-radius: 2rem;
    overflow: hidden; }
    .blog-single__reviews-item .customer-avatar > img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .blog-single__reviews-item .customer-review .customer-name {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .blog-single__reviews-item .customer-review .customer-name > h6, .blog-single__reviews-item .customer-review .customer-name > .h6 {
      margin: 0;
      font-size: 0.875rem;
      font-weight: 400;
      line-height: 1.5rem; }
  .blog-single__reviews-item .customer-review .review-date {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5rem;
    color: #767676;
    margin-bottom: 1.25rem; }
  .blog-single__reviews-item .customer-review .review-text {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5rem;
    color: #767676;
    margin-bottom: 1.5rem; }
.blog-single__review-form form > h5, .blog-single__review-form form > .h5 {
  font-size: 1.125rem;
  margin-bottom: 0.375rem; }
.blog-single__review-form form > p {
  font-size: 0.875rem;
  color: #767676;
  line-height: 1.5rem;
  margin-bottom: 1.875rem; }
.blog-single__review-form form .select-star-rating {
  margin-bottom: 2rem; }
.blog-single__review-form form button {
  text-transform: uppercase;
  font-size: 0.875rem;
  min-width: 12.5rem;
  height: 3.75rem; }
.blog-single__item-meta {
  display: flex;
  gap: 1.5rem;
  text-transform: uppercase;
  color: #767676;
  margin-bottom: 2.625rem; }
.blog-single__item-pagination {
  padding-top: 2.8125rem;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 3.125rem; }
  .blog-single__item-pagination p {
    margin-bottom: 2.625rem !important; }
  .blog-single__item-pagination a {
    color: #767676; }
.blog-single p {
  margin-bottom: 1.875rem; }
  .blog-single p img {
    margin-bottom: 3.25rem; }
.blog-single h5, .blog-single .h5 {
  margin-bottom: 1.875rem; }
.blog-single .text-list {
  margin-bottom: 1.875rem; }
  .blog-single .text-list__item {
    line-height: 1.875rem; }
.blog-single__item-share {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 3.125rem;
  flex-direction: column; }
  @media (min-width: 992px) {
    .blog-single__item-share {
      flex-direction: row; } }
.blog-single .btn-share {
  width: 13.75rem;
  height: 3.125rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.875rem;
  color: #fff;
  padding: 0; }
  .blog-single .btn-share.btn-facebook {
    background-color: #306199; }
  .blog-single .btn-share.btn-twitter {
    background-color: #26C4F1; }
  .blog-single .btn-share.btn-pinterest {
    background-color: #E82B2D; }
  .blog-single .btn-share.btn-more {
    background-color: #222222;
    font-size: 1.5625rem;
    padding: 0;
    width: 3.125rem; }

.about-us .page-title {
  font-size: 2.1875rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 2.5rem; }
.about-us__content {
  line-height: 1.875rem; }

.brands-carousel .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center; }

.google-map__wrapper {
  height: 34.375rem;
  position: relative; }
  .google-map__wrapper > div {
    height: 100%; }
.google-map__marker-detail {
  position: absolute;
  left: 10rem;
  top: 50%;
  transform: translateY(-50%);
  padding: 1.6875rem 1.875rem 1.25rem;
  width: auto;
  height: auto !important;
  background-color: #fff;
  border-radius: 4px;
  transition: all .3s ease; }
  @media (max-width: 767.98px) {
    .google-map__marker-detail {
      display: none; } }
  .google-map__marker-detail.hide {
    opacity: 0;
    visibility: hidden; }
  .google-map__marker-detail .btn-close {
    background: none;
    padding: 0;
    position: absolute;
    top: 1.25rem;
    right: 1.25rem; }
  .google-map__marker-detail__content a {
    display: none; }

.contact-us .page-title {
  font-size: 2.1875rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 2.5rem; }
.contact-us__form input.form-control-bis {
  height: 3.4375rem; }
.contact-us__form .btn {
  min-width: 12.5rem;
  height: 3.75rem;
  text-transform: uppercase;
  font-size: 0.875rem; }

.lookbook .page-title {
  font-size: calc(1.34375rem + 1.125vw);
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 2.5rem; }
  @media (min-width: 1200px) {
    .lookbook .page-title {
      font-size: 2.1875rem; } }
.lookbook-collection__item {
  display: block;
  padding-top: 57.68%; }
  .lookbook-collection__item.size-lg {
    padding-top: 119.7%; }
  .lookbook-collection__item-image {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
    .lookbook-collection__item-image img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover; }

.popover-point {
  padding: 1rem;
  border: 0;
  background-color: transparent; }
  .popover-point > span {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    border: 0.3rem solid #fff;
    background-color: #b9a16b;
    border-radius: 1rem; }
  .popover-point.type2 {
    padding: 0.2rem; }
    @media (min-width: 768px) {
      .popover-point.type2 {
        padding: 1rem; } }
    .popover-point.type2 > span {
      background-color: #ffffff;
      border-radius: 3rem;
      border: 0;
      line-height: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 0.625rem;
      height: 0.625rem;
      box-shadow: 0 0 0 0.2625rem rgba(255, 255, 255, 0.3);
      font-size: 0.5625rem;
      padding-bottom: 0.05rem; }
      @media (min-width: 768px) {
        .popover-point.type2 > span {
          width: 2.625rem;
          height: 2.625rem;
          box-shadow: 0 0 0 0.5625rem rgba(255, 255, 255, 0.3);
          font-size: 1.5625rem;
          padding-bottom: 0.2rem; } }
  .popover-point.type3 {
    padding: 0.2rem; }
    @media (min-width: 768px) {
      .popover-point.type3 {
        padding: 1rem; } }
    .popover-point.type3 > span {
      background-color: #ffffff;
      border-radius: 3rem;
      border: 0;
      line-height: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 0.625rem;
      height: 0.625rem;
      box-shadow: 0 0 0 0.2625rem rgba(255, 255, 255, 0.3);
      font-size: 0.5625rem;
      padding-bottom: 0.05rem; }
      @media (min-width: 768px) {
        .popover-point.type3 > span {
          width: 1.75rem;
          height: 1.75rem;
          box-shadow: 0 0 0 0.375rem rgba(255, 255, 255, 0.3);
          font-size: 1.5625rem;
          padding-bottom: 0.2rem; } }

.lookbook-products > h2, .lookbook-products > .h2 {
  pointer-events: none; }

.store-location .page-title {
  font-size: 2.1875rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 2.5rem; }
.store-location__search {
  position: relative;
  width: 100%; }
  .store-location__search-input {
    padding: 1.25rem 3.875rem 1rem 1.25rem;
    height: 3.75rem;
    border: 1px solid #e4e4e4;
    font-size: 0.875rem;
    width: 100%; }
  .store-location__search-btn {
    position: absolute;
    right: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
    padding: 0; }
  .store-location__search-result__item {
    padding: 1.875rem 0;
    border-top: 1px solid #e4e4e4; }
    .store-location__search-result__item:first-child {
      border-top: 0; }
    .store-location__search-result__item h5, .store-location__search-result__item .h5 {
      margin-bottom: 0.8125rem; }
    .store-location__search-result__item a {
      font-size: 0.8125rem;
      line-height: 1.5rem;
      display: inline-block;
      position: relative;
      text-transform: uppercase;
      font-weight: 500; }
      .store-location__search-result__item a:after {
        content: '';
        display: block;
        border-bottom: 2px solid;
        width: 0;
        position: absolute;
        bottom: -2px;
        left: 0;
        transition: all .3s ease; }
      .store-location__search-result__item a:hover:after {
        width: 75%; }
.store-location .google-map__wrapper {
  height: 46.875rem;
  max-height: 100vh; }

.login-register {
  width: 40.625rem;
  max-width: 100%;
  padding: 0 4.6875rem; }
  @media (max-width: 767.98px) {
    .login-register {
      padding: 0 1rem; } }
  .login-register .nav-tabs {
    justify-content: center;
    text-transform: uppercase; }
  .login-register .btn {
    font-size: 0.875rem;
    height: 3.75rem;
    font-weight: 500; }
  .login-register p {
    color: #767676; }

/* body.not-found-page {
  background: url(../../images/pattern_bg.html) center no-repeat;
  background-size: cover;
  background-attachment: fixed; }
  body.not-found-page .header {
    background: transparent; } */

.page-not-found {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 5rem; }
  .page-not-found .content {
    width: 31.25rem;
    max-width: 100%;
    text-align: center; }
    .page-not-found .content h2, .page-not-found .content .h2 {
      font-size: calc(1.75rem + 6vw);
      font-weight: 700; }
      @media (min-width: 1200px) {
        .page-not-found .content h2, .page-not-found .content .h2 {
          font-size: 6.25rem; } }
    .page-not-found .content .btn {
      width: 21.25rem;
      max-width: 100%;
      height: 3.75rem;
      font-size: 0.875rem; }

/* body.coming-soon-page {
  background: url(../../images/pattern_bg.html) center no-repeat;
  background-size: cover;
  background-attachment: fixed; }
  body.coming-soon-page .header {
    background: transparent; } */

.coming-soon {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 5rem; }
  .coming-soon .content {
    width: 46.875rem;
    max-width: 100%;
    text-align: center; }
    .coming-soon .content h2, .coming-soon .content .h2 {
      font-size: calc(1.75rem + 6vw);
      font-weight: 700;
      letter-spacing: -0.05em; }
      @media (min-width: 1200px) {
        .coming-soon .content h2, .coming-soon .content .h2 {
          font-size: 6.25rem; } }
    .coming-soon .content p {
      width: 29.75rem;
      max-width: 100%;
      margin: 0 auto; }
  .coming-soon .js-countdown {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem; }
    @media (min-width: 768px) {
      .coming-soon .js-countdown {
        gap: 3.625rem; } }
    .coming-soon .js-countdown .countdown-num {
      font-size: 1.875rem; }
    .coming-soon .js-countdown .countdown-word {
      font-size: 1rem; }
    .coming-soon .js-countdown .countdown-unit {
      position: relative;
      min-width: 3.625rem; }
      .coming-soon .js-countdown .countdown-unit:before {
        content: ':';
        display: block;
        position: absolute;
        font-size: 1.875rem;
        left: -1rem; }
        @media (min-width: 768px) {
          .coming-soon .js-countdown .countdown-unit:before {
            left: -2rem; } }
      .coming-soon .js-countdown .countdown-unit:first-child:before {
        display: none; }
  .coming-soon .block-newsletter .block-newsletter__form {
    height: 3.75rem; }
    .coming-soon .block-newsletter .block-newsletter__form button {
      font-weight: 400;
      font-size: 0.875rem; }

.image-banner {
  position: relative;
  min-height: 18.75rem;
  display: flex;
  align-items: center; }
  @media (min-width: 576px) {
    .image-banner {
      min-height: 30rem; } }
  @media (min-width: 992px) {
    .image-banner {
      min-height: 43.75rem; } }
  .image-banner__content {
    position: relative;
    z-index: 1;
    text-align: center; }
    .image-banner__content h2, .image-banner__content .h2 {
      font-size: calc(1.5rem + 3vw);
      font-weight: 700;
      text-transform: uppercase; }
      @media (min-width: 1200px) {
        .image-banner__content h2, .image-banner__content .h2 {
          font-size: 3.75rem; } }

.category-banner__item {
  position: relative; }
  .category-banner__item-content {
    position: absolute;
    left: 12.2%;
    right: 12.2%;
    bottom: -2.3125rem;
    background-color: white;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 2.6875rem 2rem 1.625rem; }
    .category-banner__item-content h2, .category-banner__item-content .h2 {
      margin: 0; }
  .category-banner__item-mark {
    background: #d6001c;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    padding: 0.75rem 1rem 0.5rem;
    text-align: center;
    line-height: 1.5;
    position: absolute;
    font-size: 0.9375rem;
    width: 6.25rem;
    height: 6.25rem;
    border-radius: 6.25rem;
    right: 1.875rem;
    top: 1.875rem; }

.category-masonry__title {
  font-size: calc(1.4375rem + 2.25vw);
  line-height: 1.5; }
  @media (min-width: 1200px) {
    .category-masonry__title {
      font-size: 3.125rem; } }
.category-masonry__item {
  position: relative; }
  .category-masonry__item-category {
    position: absolute;
    left: 0;
    top: 0;
    transform: rotate(-90deg) translate(-100%, -100%);
    transform-origin: left top; }

.video-banner {
  height: 100vh;
  max-height: 43.75rem; }
  .video-banner:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5); }

.btn-video-player {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border: 0.125rem solid;
  border-radius: 4rem;
  padding-left: 0.125rem;
  transition: all .3s ease;
  background-color: transparent; }
  .btn-video-player:hover {
    background-color: rgba(0, 0, 0, 0.2); }
  .btn-video-player .flaticon {
    font-size: 1rem; }
  @media (min-width: 768px) {
    .btn-video-player {
      width: 4.375rem;
      height: 4.375rem;
      border: 0.25rem solid;
      padding-left: 0.25rem; }
      .btn-video-player .flaticon {
        font-size: 1.25rem; } }
  .btn-video-player svg {
    display: block; }
    .btn-video-player svg.btn-pause {
      display: none; }
    .btn-video-player svg.btn-play {
      margin-left: 0.3rem; }
  .btn-video-player.playing svg.btn-play {
    display: none; }
  .btn-video-player.playing svg.btn-pause {
    display: block; }

















/* Réinitialiser les styles par défaut des boutons de formulaire */
/* [type="submit"] {
  background-color: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  cursor: pointer;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}  */





































































































































































































































































































































































        


















































































































































        
       

