@charset "UTF-8";
/*
Theme Name:        Around
Theme URI:         https://themeforest.net/item/around-multipurpose-business-wordpress-theme/31251088
Author:            MadrasThemes
Author URI:        https://themeforest.net/user/madrasthemes/
Description:       A truly multipurpose WordPress Theme designed to facilitate the needs of businesses from different niches.
Requires at least: WordPress 5.7
Tested up to:      5.7
Requires PHP:      7.3
Version:           1.0.34
License:           GNU General Public License v3 or later
License URI:       LICENSE
Text Domain:       around
Tags:              two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready, rtl-language-support, footer-widgets, sticky-post, theme-options

This theme, like WordPress, is licensed under the GPL.

Use it to make something cool, have fun, and share what you've learned with others.

Around is based on Underscores https://underscores.me/, (C) 2012-2018 Automattic, Inc.

Underscores is distributed under the terms of the GNU GPL v2 or later.

======
Note: Do not edit this file. If you wish to add your own CSS, go to Customizer > Additional CSS.
======
*/
/*
 * Around | Multipurpose Bootstrap Template
 * Copyright 2020 Createx Studio
 * Theme styles
 */
/*!
 * Bootstrap v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #737491;
  --gray-dark: #4a4b65;
  --primary: #766df4;
  --secondary: #f7f7fc;
  --success: #16c995;
  --info: #6a9bf4;
  --warning: #ffb15c;
  --danger: #f74f78;
  --light: #fff;
  --dark: #37384e;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1280px;
  --font-family-sans-serif: "Inter", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #737491;
  text-align: left;
  background-color: #fff;
}

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

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.75rem;
}

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #766df4;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: rgb(73.4968152866, 61.5732484076, 240.4267515924);
  text-decoration: underline;
}

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

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #9e9fb4;
  text-align: left;
  caption-side: bottom;
}

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

label {
  display: inline-block;
  margin-bottom: 0.375rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
@media (max-width: 1200px) {
  legend {
    font-size: calc(1.275rem + 0.3vw);
  }
}

progress {
  vertical-align: baseline;
}

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

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.75rem;
  font-weight: 600;
  line-height: 1.2;
  color: #4a4b65;
}

h1, .h1 {
  font-size: 2.5rem;
}
@media (max-width: 1200px) {
  h1, .h1 {
    font-size: calc(1.375rem + 1.5vw);
  }
}

h2, .h2 {
  font-size: 2rem;
}
@media (max-width: 1200px) {
  h2, .h2 {
    font-size: calc(1.325rem + 0.9vw);
  }
}

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

h4, .h4 {
  font-size: 1.375rem;
}
@media (max-width: 1200px) {
  h4, .h4 {
    font-size: calc(1.2625rem + 0.15vw);
  }
}

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

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

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

.display-1 {
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 1200px) {
  .display-1 {
    font-size: calc(1.575rem + 3.9vw);
  }
}

.display-2 {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 1200px) {
  .display-2 {
    font-size: calc(1.525rem + 3.3vw);
  }
}

.display-3 {
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 1200px) {
  .display-3 {
    font-size: calc(1.475rem + 2.7vw);
  }
}

.display-4 {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 1200px) {
  .display-4 {
    font-size: calc(1.425rem + 2.1vw);
  }
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

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

.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: 90%;
  text-transform: uppercase;
}

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

.blockquote-footer {
  display: block;
  font-size: 1rem;
  color: #4a4b65;
}
.blockquote-footer::before {
  content: "— ";
}

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

.img-thumbnail {
  padding: 0.3125rem;
  background-color: #fff;
  border: 1px solid #e9e9f2;
  border-radius: 1rem;
  box-shadow: none;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 0.8125rem;
  color: #737491;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #4a4b65;
  border-radius: 0.5rem;
  box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}

pre {
  display: block;
  font-size: 87.5%;
  color: rgb(78.9130434783, 79.7898550725, 102.5869565217);
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

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

@media (min-width: 1280px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1260px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .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%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .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%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .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%;
  }
}
@media (min-width: 1280px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .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%;
  }
}
.table, .mce-item-table,
table:not([class]), .wp-calendar-table {
  width: 100%;
  margin-bottom: 1rem;
  color: #737491;
}
.table th, .mce-item-table th,
table:not([class]) th, .wp-calendar-table th,
.table td,
.mce-item-table td,
table:not([class]) td,
.wp-calendar-table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #e9e9f2;
}
.table thead th, .mce-item-table thead th,
table:not([class]) thead th, .wp-calendar-table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #e9e9f2;
}
.table tbody + tbody, .mce-item-table tbody + tbody,
table:not([class]) tbody + tbody, .wp-calendar-table tbody + tbody {
  border-top: 2px solid #e9e9f2;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered, .mce-item-table,
table:not([class]), .wp-calendar-table {
  border: 1px solid #e9e9f2;
}
.table-bordered th, .mce-item-table th,
table:not([class]) th, .wp-calendar-table th,
.table-bordered td,
.mce-item-table td,
table:not([class]) td,
.wp-calendar-table td {
  border: 1px solid #e9e9f2;
}
.table-bordered thead th, .mce-item-table thead th,
table:not([class]) thead th, .wp-calendar-table thead th,
.table-bordered thead td,
.mce-item-table thead td,
table:not([class]) thead td,
.wp-calendar-table thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f7f7fc;
}

.table-hover tbody tr:hover {
  color: #737491;
  background-color: #f7f7fc;
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgb(238.56, 237.48, 253.68);
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: rgb(205.68, 202.44, 251.04);
}

.table-hover .table-primary:hover {
  background-color: rgb(216.3084076433, 213.7666242038, 251.8933757962);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(216.3084076433, 213.7666242038, 251.8933757962);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(254.04, 254.04, 254.64);
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: rgb(252.12, 252.12, 253.92);
}

.table-hover .table-secondary:hover {
  background-color: rgb(235.4945454545, 235.4945454545, 247.6854545455);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(235.4945454545, 235.4945454545, 247.6854545455);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(227.04, 248.52, 242.28);
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: rgb(171.12, 235.56, 216.84);
}

.table-hover .table-success:hover {
  background-color: rgb(206.3379094077, 243.7220905923, 232.8618815331);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(206.3379094077, 243.7220905923, 232.8618815331);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(237.12, 243, 253.68);
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: rgb(201.36, 219, 251.04);
}

.table-hover .table-info:hover {
  background-color: rgb(213.373125, 227.0625, 251.926875);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(213.373125, 227.0625, 251.926875);
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(255, 245.64, 235.44);
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: rgb(255, 226.92, 196.32);
}

.table-hover .table-warning:hover {
  background-color: rgb(255, 233.4375460123, 209.94);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(255, 233.4375460123, 209.94);
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(254.04, 233.88, 238.8);
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: rgb(252.12, 191.64, 206.4);
}

.table-hover .table-danger:hover {
  background-color: rgb(252.9313043478, 209.4886956522, 220.0907608696);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(252.9313043478, 209.4886956522, 220.0907608696);
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: white;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: white;
}

.table-hover .table-light:hover {
  background-color: rgb(242.25, 242.25, 242.25);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgb(242.25, 242.25, 242.25);
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgb(231, 231.12, 233.76);
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: rgb(183, 183.36, 191.28);
}

.table-hover .table-dark:hover {
  background-color: rgb(217.4721485411, 217.6597877984, 221.7878514589);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgb(217.4721485411, 217.6597877984, 221.7878514589);
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: #f7f7fc;
}

.table-hover .table-active:hover {
  background-color: rgb(228.4545454545, 228.4545454545, 245.0454545455);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgb(228.4545454545, 228.4545454545, 245.0454545455);
}

.table .thead-dark th, .mce-item-table .thead-dark th,
table:not([class]) .thead-dark th, .wp-calendar-table .thead-dark th {
  color: #fff;
  background-color: #37384e;
  border-color: rgb(70.8176691729, 72.1052631579, 100.4323308271);
}
.table .thead-light th, .mce-item-table .thead-light th,
table:not([class]) .thead-light th, .wp-calendar-table .thead-light th {
  color: #4a4b65;
  background-color: #f3f3f9;
  border-color: #e9e9f2;
}

.table-dark {
  color: #fff;
  background-color: #37384e;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: rgb(70.8176691729, 72.1052631579, 100.4323308271);
}
.table-dark.table-bordered, .table-dark.mce-item-table,
table.table-dark:not([class]), .table-dark.wp-calendar-table {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.05);
}

@media (max-width: 575.98px) {
  .table-responsive-sm, .mce-item-table,
  table:not([class]) {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered, .mce-item-table > .table-bordered,
  table:not([class]) > .table-bordered, .table-responsive-sm > .mce-item-table, .mce-item-table > .mce-item-table,
  table:not([class]) > .mce-item-table,
  .table-responsive-sm > table:not([class]),
  .mce-item-table > table:not([class]),
  table:not([class]) > table:not([class]), .table-responsive-sm > .wp-calendar-table, .mce-item-table > .wp-calendar-table,
  table:not([class]) > .wp-calendar-table {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered, .table-responsive-md > .mce-item-table,
  .table-responsive-md > table:not([class]), .table-responsive-md > .wp-calendar-table {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered, .table-responsive-lg > .mce-item-table,
  .table-responsive-lg > table:not([class]), .table-responsive-lg > .wp-calendar-table {
    border: 0;
  }
}
@media (max-width: 1279.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered, .table-responsive-xl > .mce-item-table,
  .table-responsive-xl > table:not([class]), .table-responsive-xl > .wp-calendar-table {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered, .table-responsive > .mce-item-table,
.table-responsive > table:not([class]), .table-responsive > .wp-calendar-table {
  border: 0;
}

.form-control, input:not([type=checkbox]):not([type=radio]):not([class]),
textarea:not([class]) {
  display: block;
  width: 100%;
  height: calc(1.5em + 1.125rem + 2px);
  padding: 0.5625rem 1.125rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #737491;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #dfdfeb;
  border-radius: 0.75rem;
  box-shadow: 0 0 0 0 transparent;
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control, input:not([type=checkbox]):not([type=radio]):not([class]),
  textarea:not([class]) {
    transition: none;
  }
}
.form-control::-ms-expand, input:not([type=checkbox]):not([type=radio]):not([class])::-ms-expand,
textarea:not([class])::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring, input:-moz-focusring:not([type=checkbox]):not([type=radio]):not([class]),
textarea:-moz-focusring:not([class]) {
  color: transparent;
  text-shadow: 0 0 0 #737491;
}
.form-control:focus, input:focus:not([type=checkbox]):not([type=radio]):not([class]),
textarea:focus:not([class]) {
  color: #737491;
  background-color: #fff;
  border-color: rgba(118, 109, 244, 0.35);
  outline: 0;
  box-shadow: 0 0 0 0 transparent, 0 0.375rem 0.625rem -0.3125rem rgba(118, 109, 244, 0.15);
}
.form-control::placeholder, input:not([type=checkbox]):not([type=radio]):not([class])::placeholder,
textarea:not([class])::placeholder {
  color: #9e9fb4;
  opacity: 1;
}
.form-control:disabled, input:disabled:not([type=checkbox]):not([type=radio]):not([class]),
textarea:disabled:not([class]), .form-control[readonly], input[readonly]:not([type=checkbox]):not([type=radio]):not([class]),
textarea[readonly]:not([class]) {
  background-color: #f7f7fc;
  opacity: 1;
}

input[type=date].form-control, input[type=date]:not([type=checkbox]):not([type=radio]):not([class]),
input[type=time].form-control,
input[type=time]:not([type=checkbox]):not([type=radio]):not([class]),
input[type=datetime-local].form-control,
input[type=datetime-local]:not([type=checkbox]):not([type=radio]):not([class]),
input[type=month].form-control,
input[type=month]:not([type=checkbox]):not([type=radio]):not([class]) {
  appearance: none;
}

select.form-control:focus::-ms-value {
  color: #737491;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.5625rem + 1px);
  padding-bottom: calc(0.5625rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.75rem + 1px);
  padding-bottom: calc(0.75rem + 1px);
  font-size: 1.125rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.425rem + 1px);
  padding-bottom: calc(0.425rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.5625rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #737491;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.85rem + 2px);
  padding: 0.425rem 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.5rem;
}

.form-control-lg {
  height: calc(1.5em + 1.5rem + 2px);
  padding: 0.75rem 1.25rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 1rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control,
textarea:not([class]) {
  height: auto;
}

.form-group {
  margin-bottom: 1.25rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #9e9fb4;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #16c995;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.3125rem 0.625rem;
  margin-top: 0.1rem;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(22, 201, 149, 0.08);
  border-radius: 0.3125rem;
}

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

.was-validated .form-control:valid, .was-validated input:valid:not([type=checkbox]):not([type=radio]):not([class]),
.was-validated textarea:valid:not([class]), .form-control.is-valid, input.is-valid:not([type=checkbox]):not([type=radio]):not([class]),
textarea.is-valid:not([class]) {
  border-color: #16c995;
  padding-right: calc(1.5em + 1.125rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2316c995' 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.28125rem) center;
  background-size: calc(0.75em + 0.5625rem) calc(0.75em + 0.5625rem);
}
.was-validated .form-control:valid:focus, .was-validated input:valid:focus:not([type=checkbox]):not([type=radio]):not([class]),
.was-validated textarea:valid:focus:not([class]), .form-control.is-valid:focus, input.is-valid:focus:not([type=checkbox]):not([type=radio]):not([class]),
textarea.is-valid:focus:not([class]) {
  border-color: #16c995;
  box-shadow: 0 0 0 0 rgba(22, 201, 149, 0.25);
}

.was-validated textarea.form-control:valid,
.was-validated textarea:valid:not([class]), textarea.form-control.is-valid,
textarea.is-valid:not([class]) {
  padding-right: calc(1.5em + 1.125rem);
  background-position: top calc(0.375em + 0.28125rem) right calc(0.375em + 0.28125rem);
}

.was-validated .custom-select:valid, .was-validated .select2.select2-container .select2-selection--single:valid, .select2.select2-container .was-validated .select2-selection--single:valid,
.was-validated .select2.select2-container .select2-selection--multiple:valid,
.select2.select2-container .was-validated .select2-selection--multiple:valid, .was-validated select:valid, .custom-select.is-valid, .select2.select2-container .is-valid.select2-selection--single,
.select2.select2-container .is-valid.select2-selection--multiple, select.is-valid {
  border-color: #16c995;
  padding-right: calc(0.75em + 2.96875rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%235a5b75' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1.125rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2316c995' 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") #fff no-repeat center right 2.125rem/calc(0.75em + 0.5625rem) calc(0.75em + 0.5625rem);
}
.was-validated .custom-select:valid:focus, .was-validated .select2.select2-container .select2-selection--single:valid:focus, .select2.select2-container .was-validated .select2-selection--single:valid:focus,
.was-validated .select2.select2-container .select2-selection--multiple:valid:focus,
.select2.select2-container .was-validated .select2-selection--multiple:valid:focus, .was-validated select:valid:focus, .custom-select.is-valid:focus, .select2.select2-container .is-valid.select2-selection--single:focus,
.select2.select2-container .is-valid.select2-selection--multiple:focus, select.is-valid:focus {
  border-color: #16c995;
  box-shadow: 0 0 0 0 rgba(22, 201, 149, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #16c995;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #16c995;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #16c995;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(42.2825112108, 231.7174887892, 176.6860986547);
  background-color: rgb(42.2825112108, 231.7174887892, 176.6860986547);
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0 rgba(22, 201, 149, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #16c995;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #16c995;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #16c995;
  box-shadow: 0 0 0 0 rgba(22, 201, 149, 0.25);
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.3125rem 0.625rem;
  margin-top: 0.1rem;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(247, 79, 120, 0.08);
  border-radius: 0.3125rem;
}

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

.was-validated .form-control:invalid, .was-validated input:invalid:not([type=checkbox]):not([type=radio]):not([class]),
.was-validated textarea:invalid:not([class]), .form-control.is-invalid, input.is-invalid:not([type=checkbox]):not([type=radio]):not([class]),
textarea.is-invalid:not([class]) {
  border-color: #f74f78;
  padding-right: calc(1.5em + 1.125rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23f74f78' viewBox='0 0 12 12'%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='%23f74f78' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.28125rem) center;
  background-size: calc(0.75em + 0.5625rem) calc(0.75em + 0.5625rem);
}
.was-validated .form-control:invalid:focus, .was-validated input:invalid:focus:not([type=checkbox]):not([type=radio]):not([class]),
.was-validated textarea:invalid:focus:not([class]), .form-control.is-invalid:focus, input.is-invalid:focus:not([type=checkbox]):not([type=radio]):not([class]),
textarea.is-invalid:focus:not([class]) {
  border-color: #f74f78;
  box-shadow: 0 0 0 0 rgba(247, 79, 120, 0.25);
}

.was-validated textarea.form-control:invalid,
.was-validated textarea:invalid:not([class]), textarea.form-control.is-invalid,
textarea.is-invalid:not([class]) {
  padding-right: calc(1.5em + 1.125rem);
  background-position: top calc(0.375em + 0.28125rem) right calc(0.375em + 0.28125rem);
}

.was-validated .custom-select:invalid, .was-validated .select2.select2-container .select2-selection--single:invalid, .select2.select2-container .was-validated .select2-selection--single:invalid,
.was-validated .select2.select2-container .select2-selection--multiple:invalid,
.select2.select2-container .was-validated .select2-selection--multiple:invalid, .was-validated select:invalid, .custom-select.is-invalid, .select2.select2-container .is-invalid.select2-selection--single,
.select2.select2-container .is-invalid.select2-selection--multiple, select.is-invalid {
  border-color: #f74f78;
  padding-right: calc(0.75em + 2.96875rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%235a5b75' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1.125rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23f74f78' viewBox='0 0 12 12'%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='%23f74f78' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 2.125rem/calc(0.75em + 0.5625rem) calc(0.75em + 0.5625rem);
}
.was-validated .custom-select:invalid:focus, .was-validated .select2.select2-container .select2-selection--single:invalid:focus, .select2.select2-container .was-validated .select2-selection--single:invalid:focus,
.was-validated .select2.select2-container .select2-selection--multiple:invalid:focus,
.select2.select2-container .was-validated .select2-selection--multiple:invalid:focus, .was-validated select:invalid:focus, .custom-select.is-invalid:focus, .select2.select2-container .is-invalid.select2-selection--single:focus,
.select2.select2-container .is-invalid.select2-selection--multiple:focus, select.is-invalid:focus {
  border-color: #f74f78;
  box-shadow: 0 0 0 0 rgba(247, 79, 120, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #f74f78;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #f74f78;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #f74f78;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: rgb(249.2173913043, 127.7826086957, 157.4184782609);
  background-color: rgb(249.2173913043, 127.7826086957, 157.4184782609);
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0 rgba(247, 79, 120, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #f74f78;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #f74f78;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #f74f78;
  box-shadow: 0 0 0 0 rgba(247, 79, 120, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control, .form-inline input:not([type=checkbox]):not([type=radio]):not([class]),
  .form-inline textarea:not([class]) {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select,
  .form-inline .select2.select2-container .select2-selection--single,
  .select2.select2-container .form-inline .select2-selection--single,
  .form-inline .select2.select2-container .select2-selection--multiple,
  .select2.select2-container .form-inline .select2-selection--multiple,
  .form-inline select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn, .cs-range-slider .button, .single-product .summary .yith-wcwl-add-to-wishlist, .wishlist_table .button.remove_from_wishlist, .wishlist_table .button.add_to_cart, .yith-wcwl-form.wishlist-fragment .hidden-title-form input[type=submit] {
  display: inline-block;
  font-weight: 500;
  color: #737491;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.5625rem 1.25rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.75rem;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn, .cs-range-slider .button, .single-product .summary .yith-wcwl-add-to-wishlist, .wishlist_table .button.remove_from_wishlist, .wishlist_table .button.add_to_cart, .yith-wcwl-form.wishlist-fragment .hidden-title-form input[type=submit] {
    transition: none;
  }
}
.btn:hover, .cs-range-slider .button:hover, .single-product .summary .yith-wcwl-add-to-wishlist:hover, .wishlist_table .button.remove_from_wishlist:hover, .wishlist_table .button.add_to_cart:hover, .yith-wcwl-form.wishlist-fragment .hidden-title-form input[type=submit]:hover {
  color: #737491;
  text-decoration: none;
}
.btn:focus, .cs-range-slider .button:focus, .single-product .summary .yith-wcwl-add-to-wishlist:focus, .wishlist_table .button.remove_from_wishlist:focus, .wishlist_table .button.add_to_cart:focus, .yith-wcwl-form.wishlist-fragment .hidden-title-form input[type=submit]:focus, .btn.focus, .cs-range-slider .focus.button, .single-product .summary .focus.yith-wcwl-add-to-wishlist, .wishlist_table .focus.button.remove_from_wishlist, .wishlist_table .focus.button.add_to_cart, .yith-wcwl-form.wishlist-fragment .hidden-title-form input.focus[type=submit] {
  outline: 0;
  box-shadow: none;
}
.btn.disabled, .cs-range-slider .disabled.button, .single-product .summary .disabled.yith-wcwl-add-to-wishlist, .wishlist_table .disabled.button.remove_from_wishlist, .wishlist_table .disabled.button.add_to_cart, .yith-wcwl-form.wishlist-fragment .hidden-title-form input.disabled[type=submit], .btn:disabled, .cs-range-slider .button:disabled, .single-product .summary .yith-wcwl-add-to-wishlist:disabled, .wishlist_table .button.remove_from_wishlist:disabled, .wishlist_table .button.add_to_cart:disabled, .yith-wcwl-form.wishlist-fragment .hidden-title-form input[type=submit]:disabled {
  opacity: 0.65;
  box-shadow: none;
}
.btn:not(:disabled):not(.disabled), .cs-range-slider .button:not(:disabled):not(.disabled), .single-product .summary .yith-wcwl-add-to-wishlist:not(:disabled):not(.disabled), .wishlist_table .button.remove_from_wishlist:not(:disabled):not(.disabled), .wishlist_table .button.add_to_cart:not(:disabled):not(.disabled), .yith-wcwl-form.wishlist-fragment .hidden-title-form input[type=submit]:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn:not(:disabled):not(.disabled):active, .cs-range-slider .button:not(:disabled):not(.disabled):active, .single-product .summary .yith-wcwl-add-to-wishlist:not(:disabled):not(.disabled):active, .wishlist_table .button.remove_from_wishlist:not(:disabled):not(.disabled):active, .wishlist_table .button.add_to_cart:not(:disabled):not(.disabled):active, .yith-wcwl-form.wishlist-fragment .hidden-title-form input[type=submit]:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active, .cs-range-slider .button:not(:disabled):not(.disabled).active, .single-product .summary .yith-wcwl-add-to-wishlist:not(:disabled):not(.disabled).active, .wishlist_table .button.remove_from_wishlist:not(:disabled):not(.disabled).active, .wishlist_table .button.add_to_cart:not(:disabled):not(.disabled).active, .yith-wcwl-form.wishlist-fragment .hidden-title-form input[type=submit]:not(:disabled):not(.disabled).active {
  box-shadow: none;
}
a.btn.disabled, .cs-range-slider a.disabled.button, .single-product .summary a.disabled.yith-wcwl-add-to-wishlist, .wishlist_table a.disabled.button.remove_from_wishlist, .wishlist_table a.disabled.button.add_to_cart,
fieldset:disabled a.btn,
fieldset:disabled .cs-range-slider a.button,
.cs-range-slider fieldset:disabled a.button,
fieldset:disabled .single-product .summary a.yith-wcwl-add-to-wishlist,
.single-product .summary fieldset:disabled a.yith-wcwl-add-to-wishlist,
fieldset:disabled .wishlist_table a.button.remove_from_wishlist,
.wishlist_table fieldset:disabled a.button.remove_from_wishlist,
fieldset:disabled .wishlist_table a.button.add_to_cart,
.wishlist_table fieldset:disabled a.button.add_to_cart {
  pointer-events: none;
}

.btn-primary, .cs-range-slider .button, .wishlist_table .button.add_to_cart, .yith-wcwl-form.wishlist-fragment .hidden-title-form input[type=submit] {
  color: #fff;
  background-color: #766df4;
  border-color: #766df4;
  box-shadow: none;
}
.btn-primary:hover, .cs-range-slider .button:hover, .wishlist_table .button.add_to_cart:hover, .yith-wcwl-form.wishlist-fragment .hidden-title-form input[type=submit]:hover {
  color: #fff;
  background-color: rgb(84.622611465, 73.4299363057, 241.3200636943);
  border-color: rgb(73.4968152866, 61.5732484076, 240.4267515924);
}
.btn-primary:focus, .cs-range-slider .button:focus, .wishlist_table .button.add_to_cart:focus, .yith-wcwl-form.wishlist-fragment .hidden-title-form input[type=submit]:focus, .btn-primary.focus, .cs-range-slider .focus.button, .wishlist_table .focus.button.add_to_cart, .yith-wcwl-form.wishlist-fragment .hidden-title-form input.focus[type=submit] {
  color: #fff;
  background-color: rgb(84.622611465, 73.4299363057, 241.3200636943);
  border-color: rgb(73.4968152866, 61.5732484076, 240.4267515924);
  box-shadow: 0 0 0 0 rgba(138.55, 130.9, 245.65, 0.5);
}
.btn-primary.disabled, .cs-range-slider .disabled.button, .wishlist_table .disabled.button.add_to_cart, .yith-wcwl-form.wishlist-fragment .hidden-title-form input.disabled[type=submit], .btn-primary:disabled, .cs-range-slider .button:disabled, .wishlist_table .button.add_to_cart:disabled, .yith-wcwl-form.wishlist-fragment .hidden-title-form input[type=submit]:disabled {
  color: #fff;
  background-color: #766df4;
  border-color: #766df4;
}
.btn-primary:not(:disabled):not(.disabled):active, .cs-range-slider .button:not(:disabled):not(.disabled):active, .wishlist_table .button.add_to_cart:not(:disabled):not(.disabled):active, .yith-wcwl-form.wishlist-fragment .hidden-title-form input[type=submit]:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .cs-range-slider .button:not(:disabled):not(.disabled).active, .wishlist_table .button.add_to_cart:not(:disabled):not(.disabled).active, .yith-wcwl-form.wishlist-fragment .hidden-title-form input[type=submit]:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle, .cs-range-slider .show > .dropdown-toggle.button, .wishlist_table .show > .dropdown-toggle.button.add_to_cart, .yith-wcwl-form.wishlist-fragment .hidden-title-form .show > input.dropdown-toggle[type=submit] {
  color: #fff;
  background-color: rgb(73.4968152866, 61.5732484076, 240.4267515924);
  border-color: rgb(62.3710191083, 49.7165605096, 239.5334394904);
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .cs-range-slider .button:not(:disabled):not(.disabled):active:focus, .wishlist_table .button.add_to_cart:not(:disabled):not(.disabled):active:focus, .yith-wcwl-form.wishlist-fragment .hidden-title-form input[type=submit]:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .cs-range-slider .button:not(:disabled):not(.disabled).active:focus, .wishlist_table .button.add_to_cart:not(:disabled):not(.disabled).active:focus, .yith-wcwl-form.wishlist-fragment .hidden-title-form input[type=submit]:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus, .cs-range-slider .show > .dropdown-toggle.button:focus, .wishlist_table .show > .dropdown-toggle.button.add_to_cart:focus, .yith-wcwl-form.wishlist-fragment .hidden-title-form .show > input.dropdown-toggle[type=submit]:focus {
  box-shadow: 0 0 0 0 rgba(138.55, 130.9, 245.65, 0.5);
}

.btn-secondary, .yith-wcwl-form.wishlist-fragment .wishlist-title .show-title-form {
  color: #37384e;
  background-color: #f7f7fc;
  border-color: #f7f7fc;
  box-shadow: none;
}
.btn-secondary:hover, .yith-wcwl-form.wishlist-fragment .wishlist-title .show-title-form:hover {
  color: #37384e;
  background-color: rgb(219.1818181818, 219.1818181818, 241.5681818182);
  border-color: rgb(209.9090909091, 209.9090909091, 238.0909090909);
}
.btn-secondary:focus, .yith-wcwl-form.wishlist-fragment .wishlist-title .show-title-form:focus, .btn-secondary.focus, .yith-wcwl-form.wishlist-fragment .wishlist-title .focus.show-title-form {
  color: #37384e;
  background-color: rgb(219.1818181818, 219.1818181818, 241.5681818182);
  border-color: rgb(209.9090909091, 209.9090909091, 238.0909090909);
  box-shadow: 0 0 0 0 rgba(218.2, 218.35, 225.9, 0.5);
}
.btn-secondary.disabled, .yith-wcwl-form.wishlist-fragment .wishlist-title .disabled.show-title-form, .btn-secondary:disabled, .yith-wcwl-form.wishlist-fragment .wishlist-title .show-title-form:disabled {
  color: #37384e;
  background-color: #f7f7fc;
  border-color: #f7f7fc;
}
.btn-secondary:not(:disabled):not(.disabled):active, .yith-wcwl-form.wishlist-fragment .wishlist-title .show-title-form:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .yith-wcwl-form.wishlist-fragment .wishlist-title .show-title-form:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle, .yith-wcwl-form.wishlist-fragment .wishlist-title .show > .dropdown-toggle.show-title-form {
  color: #37384e;
  background-color: rgb(209.9090909091, 209.9090909091, 238.0909090909);
  border-color: rgb(200.6363636364, 200.6363636364, 234.6136363636);
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .yith-wcwl-form.wishlist-fragment .wishlist-title .show-title-form:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .yith-wcwl-form.wishlist-fragment .wishlist-title .show-title-form:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus, .yith-wcwl-form.wishlist-fragment .wishlist-title .show > .dropdown-toggle.show-title-form:focus {
  box-shadow: 0 0 0 0 rgba(218.2, 218.35, 225.9, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #16c995;
  border-color: #16c995;
  box-shadow: none;
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(18.2264573991, 166.5235426009, 123.4428251121);
  border-color: rgb(16.9686098655, 155.0313901345, 114.9237668161);
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: rgb(18.2264573991, 166.5235426009, 123.4428251121);
  border-color: rgb(16.9686098655, 155.0313901345, 114.9237668161);
  box-shadow: 0 0 0 0 rgba(56.95, 209.1, 164.9, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #16c995;
  border-color: #16c995;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(16.9686098655, 155.0313901345, 114.9237668161);
  border-color: rgb(15.7107623318, 143.5392376682, 106.4047085202);
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(56.95, 209.1, 164.9, 0.5);
}

.btn-info {
  color: #37384e;
  background-color: #6a9bf4;
  border-color: #6a9bf4;
  box-shadow: none;
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(70.3796875, 131.09375, 241.3703125);
  border-color: rgb(58.50625, 123.125, 240.49375);
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: rgb(70.3796875, 131.09375, 241.3703125);
  border-color: rgb(58.50625, 123.125, 240.49375);
  box-shadow: 0 0 0 0 rgba(98.35, 140.15, 219.1, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #37384e;
  background-color: #6a9bf4;
  border-color: #6a9bf4;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(58.50625, 123.125, 240.49375);
  border-color: rgb(46.6328125, 115.15625, 239.6171875);
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(98.35, 140.15, 219.1, 0.5);
}

.btn-warning {
  color: #37384e;
  background-color: #ffb15c;
  border-color: #ffb15c;
  box-shadow: none;
}
.btn-warning:hover {
  color: #37384e;
  background-color: rgb(255, 158.6963190184, 53.75);
  border-color: rgb(255, 152.5950920245, 41);
}
.btn-warning:focus, .btn-warning.focus {
  color: #37384e;
  background-color: rgb(255, 158.6963190184, 53.75);
  border-color: rgb(255, 152.5950920245, 41);
  box-shadow: 0 0 0 0 rgba(225, 158.85, 89.9, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #37384e;
  background-color: #ffb15c;
  border-color: #ffb15c;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #37384e;
  background-color: rgb(255, 152.5950920245, 41);
  border-color: rgb(255, 146.4938650307, 28.25);
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(225, 158.85, 89.9, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #f74f78;
  border-color: #f74f78;
  box-shadow: none;
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(245.3369565217, 42.4130434783, 91.9361413043);
  border-color: rgb(244.7826086957, 30.2173913043, 82.5815217391);
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: rgb(245.3369565217, 42.4130434783, 91.9361413043);
  border-color: rgb(244.7826086957, 30.2173913043, 82.5815217391);
  box-shadow: 0 0 0 0 rgba(248.2, 105.4, 140.25, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #f74f78;
  border-color: #f74f78;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(244.7826086957, 30.2173913043, 82.5815217391);
  border-color: rgb(244.2282608696, 18.0217391304, 73.2269021739);
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(248.2, 105.4, 140.25, 0.5);
}

.btn-light {
  color: #37384e;
  background-color: #fff;
  border-color: #fff;
  box-shadow: none;
}
.btn-light:hover {
  color: #37384e;
  background-color: rgb(235.875, 235.875, 235.875);
  border-color: rgb(229.5, 229.5, 229.5);
}
.btn-light:focus, .btn-light.focus {
  color: #37384e;
  background-color: rgb(235.875, 235.875, 235.875);
  border-color: rgb(229.5, 229.5, 229.5);
  box-shadow: 0 0 0 0 rgba(225, 225.15, 228.45, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #37384e;
  background-color: #fff;
  border-color: #fff;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #37384e;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(223.125, 223.125, 223.125);
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(225, 225.15, 228.45, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #37384e;
  border-color: #37384e;
  box-shadow: none;
}
.btn-dark:hover {
  color: #fff;
  background-color: rgb(39.1823308271, 39.8947368421, 55.5676691729);
  border-color: rgb(33.9097744361, 34.5263157895, 48.0902255639);
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: rgb(39.1823308271, 39.8947368421, 55.5676691729);
  border-color: rgb(33.9097744361, 34.5263157895, 48.0902255639);
  box-shadow: 0 0 0 0 rgba(85, 85.85, 104.55, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #37384e;
  border-color: #37384e;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(33.9097744361, 34.5263157895, 48.0902255639);
  border-color: rgb(28.6372180451, 29.1578947368, 40.6127819549);
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(85, 85.85, 104.55, 0.5);
}

.btn-outline-primary {
  color: #766df4;
  border-color: #766df4;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #766df4;
  border-color: #766df4;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0 rgba(118, 109, 244, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #766df4;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #766df4;
  border-color: #766df4;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(118, 109, 244, 0.5);
}

.btn-outline-secondary, .single-product .summary .yith-wcwl-add-to-wishlist {
  color: #f7f7fc;
  border-color: #f7f7fc;
}
.btn-outline-secondary:hover, .single-product .summary .yith-wcwl-add-to-wishlist:hover {
  color: #37384e;
  background-color: #f7f7fc;
  border-color: #f7f7fc;
}
.btn-outline-secondary:focus, .single-product .summary .yith-wcwl-add-to-wishlist:focus, .btn-outline-secondary.focus, .single-product .summary .focus.yith-wcwl-add-to-wishlist {
  box-shadow: 0 0 0 0 rgba(247, 247, 252, 0.5);
}
.btn-outline-secondary.disabled, .single-product .summary .disabled.yith-wcwl-add-to-wishlist, .btn-outline-secondary:disabled, .single-product .summary .yith-wcwl-add-to-wishlist:disabled {
  color: #f7f7fc;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .single-product .summary .yith-wcwl-add-to-wishlist:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .single-product .summary .yith-wcwl-add-to-wishlist:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle, .single-product .summary .show > .dropdown-toggle.yith-wcwl-add-to-wishlist {
  color: #37384e;
  background-color: #f7f7fc;
  border-color: #f7f7fc;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .single-product .summary .yith-wcwl-add-to-wishlist:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .single-product .summary .yith-wcwl-add-to-wishlist:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus, .single-product .summary .show > .dropdown-toggle.yith-wcwl-add-to-wishlist:focus {
  box-shadow: 0 0 0 0 rgba(247, 247, 252, 0.5);
}

.btn-outline-success {
  color: #16c995;
  border-color: #16c995;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #16c995;
  border-color: #16c995;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0 rgba(22, 201, 149, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #16c995;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #16c995;
  border-color: #16c995;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(22, 201, 149, 0.5);
}

.btn-outline-info {
  color: #6a9bf4;
  border-color: #6a9bf4;
}
.btn-outline-info:hover {
  color: #37384e;
  background-color: #6a9bf4;
  border-color: #6a9bf4;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0 rgba(106, 155, 244, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #6a9bf4;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #37384e;
  background-color: #6a9bf4;
  border-color: #6a9bf4;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(106, 155, 244, 0.5);
}

.btn-outline-warning {
  color: #ffb15c;
  border-color: #ffb15c;
}
.btn-outline-warning:hover {
  color: #37384e;
  background-color: #ffb15c;
  border-color: #ffb15c;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0 rgba(255, 177, 92, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffb15c;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #37384e;
  background-color: #ffb15c;
  border-color: #ffb15c;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 177, 92, 0.5);
}

.btn-outline-danger, .wishlist_table .button.remove_from_wishlist {
  color: #f74f78;
  border-color: #f74f78;
}
.btn-outline-danger:hover, .wishlist_table .button.remove_from_wishlist:hover {
  color: #fff;
  background-color: #f74f78;
  border-color: #f74f78;
}
.btn-outline-danger:focus, .wishlist_table .button.remove_from_wishlist:focus, .btn-outline-danger.focus, .wishlist_table .focus.button.remove_from_wishlist {
  box-shadow: 0 0 0 0 rgba(247, 79, 120, 0.5);
}
.btn-outline-danger.disabled, .wishlist_table .disabled.button.remove_from_wishlist, .btn-outline-danger:disabled, .wishlist_table .button.remove_from_wishlist:disabled {
  color: #f74f78;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .wishlist_table .button.remove_from_wishlist:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .wishlist_table .button.remove_from_wishlist:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle, .wishlist_table .show > .dropdown-toggle.button.remove_from_wishlist {
  color: #fff;
  background-color: #f74f78;
  border-color: #f74f78;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .wishlist_table .button.remove_from_wishlist:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .wishlist_table .button.remove_from_wishlist:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus, .wishlist_table .show > .dropdown-toggle.button.remove_from_wishlist:focus {
  box-shadow: 0 0 0 0 rgba(247, 79, 120, 0.5);
}

.btn-outline-light {
  color: #fff;
  border-color: #fff;
}
.btn-outline-light:hover {
  color: #37384e;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #fff;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #37384e;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}

.btn-outline-dark {
  color: #37384e;
  border-color: #37384e;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #37384e;
  border-color: #37384e;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0 rgba(55, 56, 78, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #37384e;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #37384e;
  border-color: #37384e;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(55, 56, 78, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #766df4;
  text-decoration: none;
}
.btn-link:hover {
  color: rgb(73.4968152866, 61.5732484076, 240.4267515924);
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #737491;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn, .cs-range-slider .btn-group-lg > .button, .single-product .summary .btn-group-lg > .yith-wcwl-add-to-wishlist, .wishlist_table .btn-group-lg > .button.remove_from_wishlist, .wishlist_table .btn-group-lg > .button.add_to_cart, .yith-wcwl-form.wishlist-fragment .hidden-title-form .btn-group-lg > input[type=submit] {
  padding: 0.75rem 1.5rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 1rem;
}

.btn-sm, .cs-range-slider .button, .yith-wcwl-form.wishlist-fragment .wishlist-title .show-title-form, .btn-group-sm > .btn, .single-product .summary .btn-group-sm > .yith-wcwl-add-to-wishlist, .wishlist_table .btn-group-sm > .button.remove_from_wishlist, .wishlist_table .btn-group-sm > .button.add_to_cart, .yith-wcwl-form.wishlist-fragment .hidden-title-form .btn-group-sm > input[type=submit] {
  padding: 0.425rem 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.5rem;
}

.btn-block, .single-product .summary .yith-wcwl-add-to-wishlist {
  display: block;
  width: 100%;
}
.btn-block + .btn-block, .single-product .summary .yith-wcwl-add-to-wishlist + .btn-block, .single-product .summary .btn-block + .yith-wcwl-add-to-wishlist, .single-product .summary .yith-wcwl-add-to-wishlist + .yith-wcwl-add-to-wishlist {
  margin-top: 0.5rem;
}

input[type=submit].btn-block, .single-product .summary input[type=submit].yith-wcwl-add-to-wishlist,
input[type=reset].btn-block,
.single-product .summary input[type=reset].yith-wcwl-add-to-wishlist,
input[type=button].btn-block,
.single-product .summary input[type=button].yith-wcwl-add-to-wishlist {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #737491;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e9e9f2;
  border-radius: 0.75rem;
  box-shadow: -0.0625rem 0 0.625rem 0 rgba(0, 0, 0, 0.07), 0.3125rem 1.25rem 2.5rem 0 rgba(0, 0, 0, 0.04);
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1280px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9e9f2;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.425rem 1.3rem;
  clear: both;
  font-weight: 400;
  color: #5a5b75;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #766df4;
  text-decoration: none;
  background-color: transparent;
}
.dropdown-item.active, .dropdown-item:active {
  color: #766df4;
  text-decoration: none;
  background-color: transparent;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #9e9fb4;
  pointer-events: none;
  background-color: transparent;
}

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

.dropdown-header {
  display: block;
  padding: 0.5rem 1.3rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #4a4b65;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.425rem 1.3rem;
  color: #5a5b75;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn, .cs-range-slider .btn-group > .button, .single-product .summary .btn-group > .yith-wcwl-add-to-wishlist, .wishlist_table .btn-group > .button.remove_from_wishlist, .wishlist_table .btn-group > .button.add_to_cart, .yith-wcwl-form.wishlist-fragment .hidden-title-form .btn-group > input[type=submit],
.btn-group-vertical > .btn,
.cs-range-slider .btn-group-vertical > .button,
.single-product .summary .btn-group-vertical > .yith-wcwl-add-to-wishlist,
.wishlist_table .btn-group-vertical > .button.remove_from_wishlist,
.wishlist_table .btn-group-vertical > .button.add_to_cart,
.yith-wcwl-form.wishlist-fragment .hidden-title-form .btn-group-vertical > input[type=submit] {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover, .cs-range-slider .btn-group > .button:hover, .single-product .summary .btn-group > .yith-wcwl-add-to-wishlist:hover, .wishlist_table .btn-group > .button.remove_from_wishlist:hover, .wishlist_table .btn-group > .button.add_to_cart:hover, .yith-wcwl-form.wishlist-fragment .hidden-title-form .btn-group > input[type=submit]:hover,
.btn-group-vertical > .btn:hover,
.cs-range-slider .btn-group-vertical > .button:hover,
.single-product .summary .btn-group-vertical > .yith-wcwl-add-to-wishlist:hover,
.wishlist_table .btn-group-vertical > .button.remove_from_wishlist:hover,
.wishlist_table .btn-group-vertical > .button.add_to_cart:hover,
.yith-wcwl-form.wishlist-fragment .hidden-title-form .btn-group-vertical > input[type=submit]:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .cs-range-slider .btn-group > .button:focus, .single-product .summary .btn-group > .yith-wcwl-add-to-wishlist:focus, .wishlist_table .btn-group > .button.remove_from_wishlist:focus, .wishlist_table .btn-group > .button.add_to_cart:focus, .yith-wcwl-form.wishlist-fragment .hidden-title-form .btn-group > input[type=submit]:focus, .btn-group > .btn:active, .cs-range-slider .btn-group > .button:active, .single-product .summary .btn-group > .yith-wcwl-add-to-wishlist:active, .wishlist_table .btn-group > .button.remove_from_wishlist:active, .wishlist_table .btn-group > .button.add_to_cart:active, .yith-wcwl-form.wishlist-fragment .hidden-title-form .btn-group > input[type=submit]:active, .btn-group > .btn.active, .cs-range-slider .btn-group > .active.button, .single-product .summary .btn-group > .active.yith-wcwl-add-to-wishlist, .wishlist_table .btn-group > .active.button.remove_from_wishlist, .wishlist_table .btn-group > .active.button.add_to_cart, .yith-wcwl-form.wishlist-fragment .hidden-title-form .btn-group > input.active[type=submit],
.btn-group-vertical > .btn:focus,
.cs-range-slider .btn-group-vertical > .button:focus,
.single-product .summary .btn-group-vertical > .yith-wcwl-add-to-wishlist:focus,
.wishlist_table .btn-group-vertical > .button.remove_from_wishlist:focus,
.wishlist_table .btn-group-vertical > .button.add_to_cart:focus,
.yith-wcwl-form.wishlist-fragment .hidden-title-form .btn-group-vertical > input[type=submit]:focus,
.btn-group-vertical > .btn:active,
.cs-range-slider .btn-group-vertical > .button:active,
.single-product .summary .btn-group-vertical > .yith-wcwl-add-to-wishlist:active,
.wishlist_table .btn-group-vertical > .button.remove_from_wishlist:active,
.wishlist_table .btn-group-vertical > .button.add_to_cart:active,
.yith-wcwl-form.wishlist-fragment .hidden-title-form .btn-group-vertical > input[type=submit]:active,
.btn-group-vertical > .btn.active,
.cs-range-slider .btn-group-vertical > .active.button,
.single-product .summary .btn-group-vertical > .active.yith-wcwl-add-to-wishlist,
.wishlist_table .btn-group-vertical > .active.button.remove_from_wishlist,
.wishlist_table .btn-group-vertical > .active.button.add_to_cart,
.yith-wcwl-form.wishlist-fragment .hidden-title-form .btn-group-vertical > input.active[type=submit] {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child), .cs-range-slider .btn-group > .button:not(:first-child), .single-product .summary .btn-group > .yith-wcwl-add-to-wishlist:not(:first-child), .wishlist_table .btn-group > .button.remove_from_wishlist:not(:first-child), .wishlist_table .btn-group > .button.add_to_cart:not(:first-child), .yith-wcwl-form.wishlist-fragment .hidden-title-form .btn-group > input[type=submit]:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .cs-range-slider .btn-group > .button:not(:last-child):not(.dropdown-toggle), .single-product .summary .btn-group > .yith-wcwl-add-to-wishlist:not(:last-child):not(.dropdown-toggle), .wishlist_table .btn-group > .button.remove_from_wishlist:not(:last-child):not(.dropdown-toggle), .wishlist_table .btn-group > .button.add_to_cart:not(:last-child):not(.dropdown-toggle), .yith-wcwl-form.wishlist-fragment .hidden-title-form .btn-group > input[type=submit]:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.cs-range-slider .btn-group > .btn-group:not(:last-child) > .button,
.single-product .summary .btn-group > .btn-group:not(:last-child) > .yith-wcwl-add-to-wishlist,
.wishlist_table .btn-group > .btn-group:not(:last-child) > .button.remove_from_wishlist,
.wishlist_table .btn-group > .btn-group:not(:last-child) > .button.add_to_cart,
.yith-wcwl-form.wishlist-fragment .hidden-title-form .btn-group > .btn-group:not(:last-child) > input[type=submit] {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child), .cs-range-slider .btn-group > .button:not(:first-child), .single-product .summary .btn-group > .yith-wcwl-add-to-wishlist:not(:first-child), .wishlist_table .btn-group > .button.remove_from_wishlist:not(:first-child), .wishlist_table .btn-group > .button.add_to_cart:not(:first-child), .yith-wcwl-form.wishlist-fragment .hidden-title-form .btn-group > input[type=submit]:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn,
.cs-range-slider .btn-group > .btn-group:not(:first-child) > .button,
.single-product .summary .btn-group > .btn-group:not(:first-child) > .yith-wcwl-add-to-wishlist,
.wishlist_table .btn-group > .btn-group:not(:first-child) > .button.remove_from_wishlist,
.wishlist_table .btn-group > .btn-group:not(:first-child) > .button.add_to_cart,
.yith-wcwl-form.wishlist-fragment .hidden-title-form .btn-group > .btn-group:not(:first-child) > input[type=submit] {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .cs-range-slider .button + .dropdown-toggle-split, .yith-wcwl-form.wishlist-fragment .wishlist-title .show-title-form + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .single-product .summary .btn-group-sm > .yith-wcwl-add-to-wishlist + .dropdown-toggle-split, .wishlist_table .btn-group-sm > .button.remove_from_wishlist + .dropdown-toggle-split, .wishlist_table .btn-group-sm > .button.add_to_cart + .dropdown-toggle-split, .yith-wcwl-form.wishlist-fragment .hidden-title-form .btn-group-sm > input[type=submit] + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .cs-range-slider .btn-group-lg > .button + .dropdown-toggle-split, .single-product .summary .btn-group-lg > .yith-wcwl-add-to-wishlist + .dropdown-toggle-split, .wishlist_table .btn-group-lg > .button.remove_from_wishlist + .dropdown-toggle-split, .wishlist_table .btn-group-lg > .button.add_to_cart + .dropdown-toggle-split, .yith-wcwl-form.wishlist-fragment .hidden-title-form .btn-group-lg > input[type=submit] + .dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}

.btn-group.show .dropdown-toggle {
  box-shadow: none;
}
.btn-group.show .dropdown-toggle.btn-link {
  box-shadow: none;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn, .cs-range-slider .btn-group-vertical > .button, .single-product .summary .btn-group-vertical > .yith-wcwl-add-to-wishlist, .wishlist_table .btn-group-vertical > .button.remove_from_wishlist, .wishlist_table .btn-group-vertical > .button.add_to_cart, .yith-wcwl-form.wishlist-fragment .hidden-title-form .btn-group-vertical > input[type=submit],
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child), .cs-range-slider .btn-group-vertical > .button:not(:first-child), .single-product .summary .btn-group-vertical > .yith-wcwl-add-to-wishlist:not(:first-child), .wishlist_table .btn-group-vertical > .button.remove_from_wishlist:not(:first-child), .wishlist_table .btn-group-vertical > .button.add_to_cart:not(:first-child), .yith-wcwl-form.wishlist-fragment .hidden-title-form .btn-group-vertical > input[type=submit]:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .cs-range-slider .btn-group-vertical > .button:not(:last-child):not(.dropdown-toggle), .single-product .summary .btn-group-vertical > .yith-wcwl-add-to-wishlist:not(:last-child):not(.dropdown-toggle), .wishlist_table .btn-group-vertical > .button.remove_from_wishlist:not(:last-child):not(.dropdown-toggle), .wishlist_table .btn-group-vertical > .button.add_to_cart:not(:last-child):not(.dropdown-toggle), .yith-wcwl-form.wishlist-fragment .hidden-title-form .btn-group-vertical > input[type=submit]:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.cs-range-slider .btn-group-vertical > .btn-group:not(:last-child) > .button,
.single-product .summary .btn-group-vertical > .btn-group:not(:last-child) > .yith-wcwl-add-to-wishlist,
.wishlist_table .btn-group-vertical > .btn-group:not(:last-child) > .button.remove_from_wishlist,
.wishlist_table .btn-group-vertical > .btn-group:not(:last-child) > .button.add_to_cart,
.yith-wcwl-form.wishlist-fragment .hidden-title-form .btn-group-vertical > .btn-group:not(:last-child) > input[type=submit] {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child), .cs-range-slider .btn-group-vertical > .button:not(:first-child), .single-product .summary .btn-group-vertical > .yith-wcwl-add-to-wishlist:not(:first-child), .wishlist_table .btn-group-vertical > .button.remove_from_wishlist:not(:first-child), .wishlist_table .btn-group-vertical > .button.add_to_cart:not(:first-child), .yith-wcwl-form.wishlist-fragment .hidden-title-form .btn-group-vertical > input[type=submit]:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.cs-range-slider .btn-group-vertical > .btn-group:not(:first-child) > .button,
.single-product .summary .btn-group-vertical > .btn-group:not(:first-child) > .yith-wcwl-add-to-wishlist,
.wishlist_table .btn-group-vertical > .btn-group:not(:first-child) > .button.remove_from_wishlist,
.wishlist_table .btn-group-vertical > .btn-group:not(:first-child) > .button.add_to_cart,
.yith-wcwl-form.wishlist-fragment .hidden-title-form .btn-group-vertical > .btn-group:not(:first-child) > input[type=submit] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn, .cs-range-slider .btn-group-toggle > .button, .single-product .summary .btn-group-toggle > .yith-wcwl-add-to-wishlist, .wishlist_table .btn-group-toggle > .button.remove_from_wishlist, .wishlist_table .btn-group-toggle > .button.add_to_cart, .yith-wcwl-form.wishlist-fragment .hidden-title-form .btn-group-toggle > input[type=submit],
.btn-group-toggle > .btn-group > .btn,
.cs-range-slider .btn-group-toggle > .btn-group > .button,
.single-product .summary .btn-group-toggle > .btn-group > .yith-wcwl-add-to-wishlist,
.wishlist_table .btn-group-toggle > .btn-group > .button.remove_from_wishlist,
.wishlist_table .btn-group-toggle > .btn-group > .button.add_to_cart,
.yith-wcwl-form.wishlist-fragment .hidden-title-form .btn-group-toggle > .btn-group > input[type=submit] {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio], .cs-range-slider .btn-group-toggle > .button input[type=radio], .single-product .summary .btn-group-toggle > .yith-wcwl-add-to-wishlist input[type=radio], .wishlist_table .btn-group-toggle > .button.remove_from_wishlist input[type=radio], .wishlist_table .btn-group-toggle > .button.add_to_cart input[type=radio], .yith-wcwl-form.wishlist-fragment .hidden-title-form .btn-group-toggle > input[type=submit] input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.cs-range-slider .btn-group-toggle > .button input[type=checkbox],
.single-product .summary .btn-group-toggle > .yith-wcwl-add-to-wishlist input[type=checkbox],
.wishlist_table .btn-group-toggle > .button.remove_from_wishlist input[type=checkbox],
.wishlist_table .btn-group-toggle > .button.add_to_cart input[type=checkbox],
.yith-wcwl-form.wishlist-fragment .hidden-title-form .btn-group-toggle > input[type=submit] input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.cs-range-slider .btn-group-toggle > .btn-group > .button input[type=radio],
.single-product .summary .btn-group-toggle > .btn-group > .yith-wcwl-add-to-wishlist input[type=radio],
.wishlist_table .btn-group-toggle > .btn-group > .button.remove_from_wishlist input[type=radio],
.wishlist_table .btn-group-toggle > .btn-group > .button.add_to_cart input[type=radio],
.yith-wcwl-form.wishlist-fragment .hidden-title-form .btn-group-toggle > .btn-group > input[type=submit] input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox],
.cs-range-slider .btn-group-toggle > .btn-group > .button input[type=checkbox],
.single-product .summary .btn-group-toggle > .btn-group > .yith-wcwl-add-to-wishlist input[type=checkbox],
.wishlist_table .btn-group-toggle > .btn-group > .button.remove_from_wishlist input[type=checkbox],
.wishlist_table .btn-group-toggle > .btn-group > .button.add_to_cart input[type=checkbox],
.yith-wcwl-form.wishlist-fragment .hidden-title-form .btn-group-toggle > .btn-group > input[type=submit] input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control, .input-group > input:not([type=checkbox]):not([type=radio]):not([class]),
.input-group > textarea:not([class]),
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.select2.select2-container .input-group > .select2-selection--single,
.select2.select2-container .input-group > .select2-selection--multiple,
.input-group > select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control, .input-group > input:not([type=checkbox]):not([type=radio]):not([class]) + .form-control,
.input-group > textarea:not([class]) + .form-control, .input-group > .form-control + input:not([type=checkbox]):not([type=radio]):not([class]), .input-group > input:not([type=checkbox]):not([type=radio]):not([class]) + input:not([type=checkbox]):not([type=radio]):not([class]),
.input-group > textarea:not([class]) + input:not([type=checkbox]):not([type=radio]):not([class]),
.input-group > .form-control + textarea:not([class]),
.input-group > input:not([type=checkbox]):not([type=radio]):not([class]) + textarea:not([class]),
.input-group > textarea:not([class]) + textarea:not([class]),
.input-group > .form-control + .custom-select,
.select2.select2-container .input-group > .form-control + .select2-selection--single,
.select2.select2-container .input-group > .form-control + .select2-selection--multiple,
.input-group > input:not([type=checkbox]):not([type=radio]):not([class]) + .custom-select,
.select2.select2-container .input-group > input:not([type=checkbox]):not([type=radio]):not([class]) + .select2-selection--single,
.select2.select2-container .input-group > input:not([type=checkbox]):not([type=radio]):not([class]) + .select2-selection--multiple,
.input-group > textarea:not([class]) + .custom-select,
.select2.select2-container .input-group > textarea:not([class]) + .select2-selection--single,
.select2.select2-container .input-group > textarea:not([class]) + .select2-selection--multiple,
.input-group > .form-control + select,
.input-group > input:not([type=checkbox]):not([type=radio]):not([class]) + select,
.input-group > textarea:not([class]) + select,
.input-group > .form-control + .custom-file,
.input-group > input:not([type=checkbox]):not([type=radio]):not([class]) + .custom-file,
.input-group > textarea:not([class]) + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + input:not([type=checkbox]):not([type=radio]):not([class]),
.input-group > .form-control-plaintext + textarea:not([class]),
.input-group > .form-control-plaintext + .custom-select,
.select2.select2-container .input-group > .form-control-plaintext + .select2-selection--single,
.select2.select2-container .input-group > .form-control-plaintext + .select2-selection--multiple,
.input-group > .form-control-plaintext + select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.select2.select2-container .input-group > .select2-selection--single + .form-control,
.select2.select2-container .input-group > .select2-selection--multiple + .form-control,
.input-group > .custom-select + input:not([type=checkbox]):not([type=radio]):not([class]),
.select2.select2-container .input-group > .select2-selection--single + input:not([type=checkbox]):not([type=radio]):not([class]),
.select2.select2-container .input-group > .select2-selection--multiple + input:not([type=checkbox]):not([type=radio]):not([class]),
.input-group > .custom-select + textarea:not([class]),
.select2.select2-container .input-group > .select2-selection--single + textarea:not([class]),
.select2.select2-container .input-group > .select2-selection--multiple + textarea:not([class]),
.input-group > select + .form-control,
.input-group > select + input:not([type=checkbox]):not([type=radio]):not([class]),
.input-group > select + textarea:not([class]),
.input-group > .custom-select + .custom-select,
.select2.select2-container .input-group > .select2-selection--single + .custom-select,
.select2.select2-container .input-group > .select2-selection--multiple + .custom-select,
.select2.select2-container .input-group > .custom-select + .select2-selection--single,
.select2.select2-container .input-group > .select2-selection--single + .select2-selection--single,
.select2.select2-container .input-group > .select2-selection--multiple + .select2-selection--single,
.select2.select2-container .input-group > .custom-select + .select2-selection--multiple,
.select2.select2-container .input-group > .select2-selection--single + .select2-selection--multiple,
.select2.select2-container .input-group > .select2-selection--multiple + .select2-selection--multiple,
.input-group > select + .custom-select,
.select2.select2-container .input-group > select + .select2-selection--single,
.select2.select2-container .input-group > select + .select2-selection--multiple,
.input-group > .custom-select + select,
.select2.select2-container .input-group > .select2-selection--single + select,
.select2.select2-container .input-group > .select2-selection--multiple + select,
.input-group > select + select,
.input-group > .custom-select + .custom-file,
.select2.select2-container .input-group > .select2-selection--single + .custom-file,
.select2.select2-container .input-group > .select2-selection--multiple + .custom-file,
.input-group > select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + input:not([type=checkbox]):not([type=radio]):not([class]),
.input-group > .custom-file + textarea:not([class]),
.input-group > .custom-file + .custom-select,
.select2.select2-container .input-group > .custom-file + .select2-selection--single,
.select2.select2-container .input-group > .custom-file + .select2-selection--multiple,
.input-group > .custom-file + select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus, .input-group > input:focus:not([type=checkbox]):not([type=radio]):not([class]),
.input-group > textarea:focus:not([class]),
.input-group > .custom-select:focus,
.select2.select2-container .input-group > .select2-selection--single:focus,
.select2.select2-container .input-group > .select2-selection--multiple:focus,
.input-group > select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:last-child), .input-group > input:not(:last-child):not([type=checkbox]):not([type=radio]):not([class]),
.input-group > textarea:not(:last-child):not([class]),
.input-group > .custom-select:not(:last-child),
.select2.select2-container .input-group > .select2-selection--single:not(:last-child),
.select2.select2-container .input-group > .select2-selection--multiple:not(:last-child),
.input-group > select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child), .input-group > input:not(:first-child):not([type=checkbox]):not([type=radio]):not([class]),
.input-group > textarea:not(:first-child):not([class]),
.input-group > .custom-select:not(:first-child),
.select2.select2-container .input-group > .select2-selection--single:not(:first-child),
.select2.select2-container .input-group > .select2-selection--multiple:not(:first-child),
.input-group > select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn, .input-group-prepend .cs-range-slider .button, .cs-range-slider .input-group-prepend .button, .input-group-prepend .single-product .summary .yith-wcwl-add-to-wishlist, .single-product .summary .input-group-prepend .yith-wcwl-add-to-wishlist, .input-group-prepend .wishlist_table .button.remove_from_wishlist, .wishlist_table .input-group-prepend .button.remove_from_wishlist, .input-group-prepend .wishlist_table .button.add_to_cart, .wishlist_table .input-group-prepend .button.add_to_cart, .input-group-prepend .yith-wcwl-form.wishlist-fragment .hidden-title-form input[type=submit], .yith-wcwl-form.wishlist-fragment .hidden-title-form .input-group-prepend input[type=submit],
.input-group-append .btn,
.input-group-append .cs-range-slider .button,
.cs-range-slider .input-group-append .button,
.input-group-append .single-product .summary .yith-wcwl-add-to-wishlist,
.single-product .summary .input-group-append .yith-wcwl-add-to-wishlist,
.input-group-append .wishlist_table .button.remove_from_wishlist,
.wishlist_table .input-group-append .button.remove_from_wishlist,
.input-group-append .wishlist_table .button.add_to_cart,
.wishlist_table .input-group-append .button.add_to_cart,
.input-group-append .yith-wcwl-form.wishlist-fragment .hidden-title-form input[type=submit],
.yith-wcwl-form.wishlist-fragment .hidden-title-form .input-group-append input[type=submit] {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus, .input-group-prepend .cs-range-slider .button:focus, .cs-range-slider .input-group-prepend .button:focus, .input-group-prepend .single-product .summary .yith-wcwl-add-to-wishlist:focus, .single-product .summary .input-group-prepend .yith-wcwl-add-to-wishlist:focus, .input-group-prepend .wishlist_table .button.remove_from_wishlist:focus, .wishlist_table .input-group-prepend .button.remove_from_wishlist:focus, .input-group-prepend .wishlist_table .button.add_to_cart:focus, .wishlist_table .input-group-prepend .button.add_to_cart:focus, .input-group-prepend .yith-wcwl-form.wishlist-fragment .hidden-title-form input[type=submit]:focus, .yith-wcwl-form.wishlist-fragment .hidden-title-form .input-group-prepend input[type=submit]:focus,
.input-group-append .btn:focus,
.input-group-append .cs-range-slider .button:focus,
.cs-range-slider .input-group-append .button:focus,
.input-group-append .single-product .summary .yith-wcwl-add-to-wishlist:focus,
.single-product .summary .input-group-append .yith-wcwl-add-to-wishlist:focus,
.input-group-append .wishlist_table .button.remove_from_wishlist:focus,
.wishlist_table .input-group-append .button.remove_from_wishlist:focus,
.input-group-append .wishlist_table .button.add_to_cart:focus,
.wishlist_table .input-group-append .button.add_to_cart:focus,
.input-group-append .yith-wcwl-form.wishlist-fragment .hidden-title-form input[type=submit]:focus,
.yith-wcwl-form.wishlist-fragment .hidden-title-form .input-group-append input[type=submit]:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn, .input-group-prepend .cs-range-slider .button + .btn, .cs-range-slider .input-group-prepend .button + .btn, .input-group-prepend .cs-range-slider .btn + .button, .cs-range-slider .input-group-prepend .btn + .button, .input-group-prepend .cs-range-slider .button + .button, .cs-range-slider .input-group-prepend .button + .button, .input-group-prepend .single-product .summary .yith-wcwl-add-to-wishlist + .btn, .input-group-prepend .single-product .summary .cs-range-slider .yith-wcwl-add-to-wishlist + .button, .cs-range-slider .input-group-prepend .single-product .summary .yith-wcwl-add-to-wishlist + .button, .single-product .summary .input-group-prepend .yith-wcwl-add-to-wishlist + .btn, .single-product .summary .input-group-prepend .cs-range-slider .yith-wcwl-add-to-wishlist + .button, .cs-range-slider .single-product .summary .input-group-prepend .yith-wcwl-add-to-wishlist + .button, .input-group-prepend .single-product .summary .btn + .yith-wcwl-add-to-wishlist, .input-group-prepend .single-product .summary .cs-range-slider .button + .yith-wcwl-add-to-wishlist, .cs-range-slider .input-group-prepend .single-product .summary .button + .yith-wcwl-add-to-wishlist, .single-product .summary .input-group-prepend .btn + .yith-wcwl-add-to-wishlist, .single-product .summary .input-group-prepend .cs-range-slider .button + .yith-wcwl-add-to-wishlist, .cs-range-slider .single-product .summary .input-group-prepend .button + .yith-wcwl-add-to-wishlist, .input-group-prepend .single-product .summary .yith-wcwl-add-to-wishlist + .yith-wcwl-add-to-wishlist, .single-product .summary .input-group-prepend .yith-wcwl-add-to-wishlist + .yith-wcwl-add-to-wishlist, .input-group-prepend .wishlist_table .button.remove_from_wishlist + .btn, .input-group-prepend .wishlist_table .cs-range-slider .button.remove_from_wishlist + .button, .cs-range-slider .input-group-prepend .wishlist_table .button.remove_from_wishlist + .button, .input-group-prepend .wishlist_table .single-product .summary .button.remove_from_wishlist + .yith-wcwl-add-to-wishlist, .single-product .summary .input-group-prepend .wishlist_table .button.remove_from_wishlist + .yith-wcwl-add-to-wishlist, .wishlist_table .input-group-prepend .button.remove_from_wishlist + .btn, .wishlist_table .input-group-prepend .cs-range-slider .button.remove_from_wishlist + .button, .cs-range-slider .wishlist_table .input-group-prepend .button.remove_from_wishlist + .button, .wishlist_table .input-group-prepend .single-product .summary .button.remove_from_wishlist + .yith-wcwl-add-to-wishlist, .single-product .summary .wishlist_table .input-group-prepend .button.remove_from_wishlist + .yith-wcwl-add-to-wishlist, .input-group-prepend .wishlist_table .btn + .button.remove_from_wishlist, .input-group-prepend .wishlist_table .cs-range-slider .button + .button.remove_from_wishlist, .cs-range-slider .input-group-prepend .wishlist_table .button + .button.remove_from_wishlist, .input-group-prepend .wishlist_table .single-product .summary .yith-wcwl-add-to-wishlist + .button.remove_from_wishlist, .single-product .summary .input-group-prepend .wishlist_table .yith-wcwl-add-to-wishlist + .button.remove_from_wishlist, .wishlist_table .input-group-prepend .btn + .button.remove_from_wishlist, .wishlist_table .input-group-prepend .cs-range-slider .button + .button.remove_from_wishlist, .cs-range-slider .wishlist_table .input-group-prepend .button + .button.remove_from_wishlist, .wishlist_table .input-group-prepend .single-product .summary .yith-wcwl-add-to-wishlist + .button.remove_from_wishlist, .single-product .summary .wishlist_table .input-group-prepend .yith-wcwl-add-to-wishlist + .button.remove_from_wishlist, .input-group-prepend .wishlist_table .button.remove_from_wishlist + .button.remove_from_wishlist, .wishlist_table .input-group-prepend .button.remove_from_wishlist + .button.remove_from_wishlist, .input-group-prepend .wishlist_table .button.add_to_cart + .btn, .input-group-prepend .wishlist_table .cs-range-slider .button.add_to_cart + .button, .cs-range-slider .input-group-prepend .wishlist_table .button.add_to_cart + .button, .input-group-prepend .wishlist_table .single-product .summary .button.add_to_cart + .yith-wcwl-add-to-wishlist, .single-product .summary .input-group-prepend .wishlist_table .button.add_to_cart + .yith-wcwl-add-to-wishlist, .input-group-prepend .wishlist_table .button.add_to_cart + .button.remove_from_wishlist, .wishlist_table .input-group-prepend .button.add_to_cart + .btn, .wishlist_table .input-group-prepend .cs-range-slider .button.add_to_cart + .button, .cs-range-slider .wishlist_table .input-group-prepend .button.add_to_cart + .button, .wishlist_table .input-group-prepend .single-product .summary .button.add_to_cart + .yith-wcwl-add-to-wishlist, .single-product .summary .wishlist_table .input-group-prepend .button.add_to_cart + .yith-wcwl-add-to-wishlist, .wishlist_table .input-group-prepend .button.add_to_cart + .button.remove_from_wishlist, .input-group-prepend .wishlist_table .btn + .button.add_to_cart, .input-group-prepend .wishlist_table .cs-range-slider .button + .button.add_to_cart, .cs-range-slider .input-group-prepend .wishlist_table .button + .button.add_to_cart, .input-group-prepend .wishlist_table .single-product .summary .yith-wcwl-add-to-wishlist + .button.add_to_cart, .single-product .summary .input-group-prepend .wishlist_table .yith-wcwl-add-to-wishlist + .button.add_to_cart, .input-group-prepend .wishlist_table .button.remove_from_wishlist + .button.add_to_cart, .wishlist_table .input-group-prepend .btn + .button.add_to_cart, .wishlist_table .input-group-prepend .cs-range-slider .button + .button.add_to_cart, .cs-range-slider .wishlist_table .input-group-prepend .button + .button.add_to_cart, .wishlist_table .input-group-prepend .single-product .summary .yith-wcwl-add-to-wishlist + .button.add_to_cart, .single-product .summary .wishlist_table .input-group-prepend .yith-wcwl-add-to-wishlist + .button.add_to_cart, .wishlist_table .input-group-prepend .button.remove_from_wishlist + .button.add_to_cart, .input-group-prepend .wishlist_table .button.add_to_cart + .button.add_to_cart, .wishlist_table .input-group-prepend .button.add_to_cart + .button.add_to_cart, .input-group-prepend .yith-wcwl-form.wishlist-fragment .hidden-title-form input[type=submit] + .btn, .input-group-prepend .yith-wcwl-form.wishlist-fragment .hidden-title-form .cs-range-slider input[type=submit] + .button, .cs-range-slider .input-group-prepend .yith-wcwl-form.wishlist-fragment .hidden-title-form input[type=submit] + .button, .input-group-prepend .yith-wcwl-form.wishlist-fragment .hidden-title-form .single-product .summary input[type=submit] + .yith-wcwl-add-to-wishlist, .single-product .summary .input-group-prepend .yith-wcwl-form.wishlist-fragment .hidden-title-form input[type=submit] + .yith-wcwl-add-to-wishlist, .input-group-prepend .yith-wcwl-form.wishlist-fragment .hidden-title-form .wishlist_table input[type=submit] + .button.remove_from_wishlist, .wishlist_table .input-group-prepend .yith-wcwl-form.wishlist-fragment .hidden-title-form input[type=submit] + .button.remove_from_wishlist, .input-group-prepend .yith-wcwl-form.wishlist-fragment .hidden-title-form .wishlist_table input[type=submit] + .button.add_to_cart, .wishlist_table .input-group-prepend .yith-wcwl-form.wishlist-fragment .hidden-title-form input[type=submit] + .button.add_to_cart, .yith-wcwl-form.wishlist-fragment .hidden-title-form .input-group-prepend input[type=submit] + .btn, .yith-wcwl-form.wishlist-fragment .hidden-title-form .input-group-prepend .cs-range-slider input[type=submit] + .button, .cs-range-slider .yith-wcwl-form.wishlist-fragment .hidden-title-form .input-group-prepend input[type=submit] + .button, .yith-wcwl-form.wishlist-fragment .hidden-title-form .input-group-prepend .single-product .summary input[type=submit] + .yith-wcwl-add-to-wishlist, .single-product .summary .yith-wcwl-form.wishlist-fragment .hidden-title-form .input-group-prepend input[type=submit] + .yith-wcwl-add-to-wishlist, .yith-wcwl-form.wishlist-fragment .hidden-title-form .input-group-prepend .wishlist_table input[type=submit] + .button.remove_from_wishlist, .wishlist_table .yith-wcwl-form.wishlist-fragment .hidden-title-form .input-group-prepend input[type=submit] + .button.remove_from_wishlist, .yith-wcwl-form.wishlist-fragment .hidden-title-form .input-group-prepend .wishlist_table input[type=submit] + .button.add_to_cart, .wishlist_table .yith-wcwl-form.wishlist-fragment .hidden-title-form .input-group-prepend input[type=submit] + .button.add_to_cart, .input-group-prepend .yith-wcwl-form.wishlist-fragment .hidden-title-form .btn + input[type=submit], .input-group-prepend .yith-wcwl-form.wishlist-fragment .hidden-title-form .cs-range-slider .button + input[type=submit], .cs-range-slider .input-group-prepend .yith-wcwl-form.wishlist-fragment .hidden-title-form .button + input[type=submit], .input-group-prepend .yith-wcwl-form.wishlist-fragment .hidden-title-form .single-product .summary .yith-wcwl-add-to-wishlist + input[type=submit], .single-product .summary .input-group-prepend .yith-wcwl-form.wishlist-fragment .hidden-title-form .yith-wcwl-add-to-wishlist + input[type=submit], .input-group-prepend .yith-wcwl-form.wishlist-fragment .hidden-title-form .wishlist_table .button.remove_from_wishlist + input[type=submit], .wishlist_table .input-group-prepend .yith-wcwl-form.wishlist-fragment .hidden-title-form .button.remove_from_wishlist + input[type=submit], .input-group-prepend .yith-wcwl-form.wishlist-fragment .hidden-title-form .wishlist_table .button.add_to_cart + input[type=submit], .wishlist_table .input-group-prepend .yith-wcwl-form.wishlist-fragment .hidden-title-form .button.add_to_cart + input[type=submit], .yith-wcwl-form.wishlist-fragment .hidden-title-form .input-group-prepend .btn + input[type=submit], .yith-wcwl-form.wishlist-fragment .hidden-title-form .input-group-prepend .cs-range-slider .button + input[type=submit], .cs-range-slider .yith-wcwl-form.wishlist-fragment .hidden-title-form .input-group-prepend .button + input[type=submit], .yith-wcwl-form.wishlist-fragment .hidden-title-form .input-group-prepend .single-product .summary .yith-wcwl-add-to-wishlist + input[type=submit], .single-product .summary .yith-wcwl-form.wishlist-fragment .hidden-title-form .input-group-prepend .yith-wcwl-add-to-wishlist + input[type=submit], .yith-wcwl-form.wishlist-fragment .hidden-title-form .input-group-prepend .wishlist_table .button.remove_from_wishlist + input[type=submit], .wishlist_table .yith-wcwl-form.wishlist-fragment .hidden-title-form .input-group-prepend .button.remove_from_wishlist + input[type=submit], .yith-wcwl-form.wishlist-fragment .hidden-title-form .input-group-prepend .wishlist_table .button.add_to_cart + input[type=submit], .wishlist_table .yith-wcwl-form.wishlist-fragment .hidden-title-form .input-group-prepend .button.add_to_cart + input[type=submit], .input-group-prepend .yith-wcwl-form.wishlist-fragment .hidden-title-form input[type=submit] + input[type=submit], .yith-wcwl-form.wishlist-fragment .hidden-title-form .input-group-prepend input[type=submit] + input[type=submit],
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .cs-range-slider .button + .input-group-text,
.cs-range-slider .input-group-prepend .button + .input-group-text,
.input-group-prepend .single-product .summary .yith-wcwl-add-to-wishlist + .input-group-text,
.single-product .summary .input-group-prepend .yith-wcwl-add-to-wishlist + .input-group-text,
.input-group-prepend .wishlist_table .button.remove_from_wishlist + .input-group-text,
.wishlist_table .input-group-prepend .button.remove_from_wishlist + .input-group-text,
.input-group-prepend .wishlist_table .button.add_to_cart + .input-group-text,
.wishlist_table .input-group-prepend .button.add_to_cart + .input-group-text,
.input-group-prepend .yith-wcwl-form.wishlist-fragment .hidden-title-form input[type=submit] + .input-group-text,
.yith-wcwl-form.wishlist-fragment .hidden-title-form .input-group-prepend input[type=submit] + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .cs-range-slider .input-group-text + .button,
.cs-range-slider .input-group-prepend .input-group-text + .button,
.input-group-prepend .single-product .summary .input-group-text + .yith-wcwl-add-to-wishlist,
.single-product .summary .input-group-prepend .input-group-text + .yith-wcwl-add-to-wishlist,
.input-group-prepend .wishlist_table .input-group-text + .button.remove_from_wishlist,
.wishlist_table .input-group-prepend .input-group-text + .button.remove_from_wishlist,
.input-group-prepend .wishlist_table .input-group-text + .button.add_to_cart,
.wishlist_table .input-group-prepend .input-group-text + .button.add_to_cart,
.input-group-prepend .yith-wcwl-form.wishlist-fragment .hidden-title-form .input-group-text + input[type=submit],
.yith-wcwl-form.wishlist-fragment .hidden-title-form .input-group-prepend .input-group-text + input[type=submit],
.input-group-append .btn + .btn,
.input-group-append .cs-range-slider .button + .btn,
.cs-range-slider .input-group-append .button + .btn,
.input-group-append .cs-range-slider .btn + .button,
.cs-range-slider .input-group-append .btn + .button,
.input-group-append .cs-range-slider .button + .button,
.cs-range-slider .input-group-append .button + .button,
.input-group-append .single-product .summary .yith-wcwl-add-to-wishlist + .btn,
.input-group-append .single-product .summary .cs-range-slider .yith-wcwl-add-to-wishlist + .button,
.cs-range-slider .input-group-append .single-product .summary .yith-wcwl-add-to-wishlist + .button,
.single-product .summary .input-group-append .yith-wcwl-add-to-wishlist + .btn,
.single-product .summary .input-group-append .cs-range-slider .yith-wcwl-add-to-wishlist + .button,
.cs-range-slider .single-product .summary .input-group-append .yith-wcwl-add-to-wishlist + .button,
.input-group-append .single-product .summary .btn + .yith-wcwl-add-to-wishlist,
.input-group-append .single-product .summary .cs-range-slider .button + .yith-wcwl-add-to-wishlist,
.cs-range-slider .input-group-append .single-product .summary .button + .yith-wcwl-add-to-wishlist,
.single-product .summary .input-group-append .btn + .yith-wcwl-add-to-wishlist,
.single-product .summary .input-group-append .cs-range-slider .button + .yith-wcwl-add-to-wishlist,
.cs-range-slider .single-product .summary .input-group-append .button + .yith-wcwl-add-to-wishlist,
.input-group-append .single-product .summary .yith-wcwl-add-to-wishlist + .yith-wcwl-add-to-wishlist,
.single-product .summary .input-group-append .yith-wcwl-add-to-wishlist + .yith-wcwl-add-to-wishlist,
.input-group-append .wishlist_table .button.remove_from_wishlist + .btn,
.input-group-append .wishlist_table .cs-range-slider .button.remove_from_wishlist + .button,
.cs-range-slider .input-group-append .wishlist_table .button.remove_from_wishlist + .button,
.input-group-append .wishlist_table .single-product .summary .button.remove_from_wishlist + .yith-wcwl-add-to-wishlist,
.single-product .summary .input-group-append .wishlist_table .button.remove_from_wishlist + .yith-wcwl-add-to-wishlist,
.wishlist_table .input-group-append .button.remove_from_wishlist + .btn,
.wishlist_table .input-group-append .cs-range-slider .button.remove_from_wishlist + .button,
.cs-range-slider .wishlist_table .input-group-append .button.remove_from_wishlist + .button,
.wishlist_table .input-group-append .single-product .summary .button.remove_from_wishlist + .yith-wcwl-add-to-wishlist,
.single-product .summary .wishlist_table .input-group-append .button.remove_from_wishlist + .yith-wcwl-add-to-wishlist,
.input-group-append .wishlist_table .btn + .button.remove_from_wishlist,
.input-group-append .wishlist_table .cs-range-slider .button + .button.remove_from_wishlist,
.cs-range-slider .input-group-append .wishlist_table .button + .button.remove_from_wishlist,
.input-group-append .wishlist_table .single-product .summary .yith-wcwl-add-to-wishlist + .button.remove_from_wishlist,
.single-product .summary .input-group-append .wishlist_table .yith-wcwl-add-to-wishlist + .button.remove_from_wishlist,
.wishlist_table .input-group-append .btn + .button.remove_from_wishlist,
.wishlist_table .input-group-append .cs-range-slider .button + .button.remove_from_wishlist,
.cs-range-slider .wishlist_table .input-group-append .button + .button.remove_from_wishlist,
.wishlist_table .input-group-append .single-product .summary .yith-wcwl-add-to-wishlist + .button.remove_from_wishlist,
.single-product .summary .wishlist_table .input-group-append .yith-wcwl-add-to-wishlist + .button.remove_from_wishlist,
.input-group-append .wishlist_table .button.remove_from_wishlist + .button.remove_from_wishlist,
.wishlist_table .input-group-append .button.remove_from_wishlist + .button.remove_from_wishlist,
.input-group-append .wishlist_table .button.add_to_cart + .btn,
.input-group-append .wishlist_table .cs-range-slider .button.add_to_cart + .button,
.cs-range-slider .input-group-append .wishlist_table .button.add_to_cart + .button,
.input-group-append .wishlist_table .single-product .summary .button.add_to_cart + .yith-wcwl-add-to-wishlist,
.single-product .summary .input-group-append .wishlist_table .button.add_to_cart + .yith-wcwl-add-to-wishlist,
.input-group-append .wishlist_table .button.add_to_cart + .button.remove_from_wishlist,
.wishlist_table .input-group-append .button.add_to_cart + .btn,
.wishlist_table .input-group-append .cs-range-slider .button.add_to_cart + .button,
.cs-range-slider .wishlist_table .input-group-append .button.add_to_cart + .button,
.wishlist_table .input-group-append .single-product .summary .button.add_to_cart + .yith-wcwl-add-to-wishlist,
.single-product .summary .wishlist_table .input-group-append .button.add_to_cart + .yith-wcwl-add-to-wishlist,
.wishlist_table .input-group-append .button.add_to_cart + .button.remove_from_wishlist,
.input-group-append .wishlist_table .btn + .button.add_to_cart,
.input-group-append .wishlist_table .cs-range-slider .button + .button.add_to_cart,
.cs-range-slider .input-group-append .wishlist_table .button + .button.add_to_cart,
.input-group-append .wishlist_table .single-product .summary .yith-wcwl-add-to-wishlist + .button.add_to_cart,
.single-product .summary .input-group-append .wishlist_table .yith-wcwl-add-to-wishlist + .button.add_to_cart,
.input-group-append .wishlist_table .button.remove_from_wishlist + .button.add_to_cart,
.wishlist_table .input-group-append .btn + .button.add_to_cart,
.wishlist_table .input-group-append .cs-range-slider .button + .button.add_to_cart,
.cs-range-slider .wishlist_table .input-group-append .button + .button.add_to_cart,
.wishlist_table .input-group-append .single-product .summary .yith-wcwl-add-to-wishlist + .button.add_to_cart,
.single-product .summary .wishlist_table .input-group-append .yith-wcwl-add-to-wishlist + .button.add_to_cart,
.wishlist_table .input-group-append .button.remove_from_wishlist + .button.add_to_cart,
.input-group-append .wishlist_table .button.add_to_cart + .button.add_to_cart,
.wishlist_table .input-group-append .button.add_to_cart + .button.add_to_cart,
.input-group-append .yith-wcwl-form.wishlist-fragment .hidden-title-form input[type=submit] + .btn,
.input-group-append .yith-wcwl-form.wishlist-fragment .hidden-title-form .cs-range-slider input[type=submit] + .button,
.cs-range-slider .input-group-append .yith-wcwl-form.wishlist-fragment .hidden-title-form input[type=submit] + .button,
.input-group-append .yith-wcwl-form.wishlist-fragment .hidden-title-form .single-product .summary input[type=submit] + .yith-wcwl-add-to-wishlist,
.single-product .summary .input-group-append .yith-wcwl-form.wishlist-fragment .hidden-title-form input[type=submit] + .yith-wcwl-add-to-wishlist,
.input-group-append .yith-wcwl-form.wishlist-fragment .hidden-title-form .wishlist_table input[type=submit] + .button.remove_from_wishlist,
.wishlist_table .input-group-append .yith-wcwl-form.wishlist-fragment .hidden-title-form input[type=submit] + .button.remove_from_wishlist,
.input-group-append .yith-wcwl-form.wishlist-fragment .hidden-title-form .wishlist_table input[type=submit] + .button.add_to_cart,
.wishlist_table .input-group-append .yith-wcwl-form.wishlist-fragment .hidden-title-form input[type=submit] + .button.add_to_cart,
.yith-wcwl-form.wishlist-fragment .hidden-title-form .input-group-append input[type=submit] + .btn,
.yith-wcwl-form.wishlist-fragment .hidden-title-form .input-group-append .cs-range-slider input[type=submit] + .button,
.cs-range-slider .yith-wcwl-form.wishlist-fragment .hidden-title-form .input-group-append input[type=submit] + .button,
.yith-wcwl-form.wishlist-fragment .hidden-title-form .input-group-append .single-product .summary input[type=submit] + .yith-wcwl-add-to-wishlist,
.single-product .summary .yith-wcwl-form.wishlist-fragment .hidden-title-form .input-group-append input[type=submit] + .yith-wcwl-add-to-wishlist,
.yith-wcwl-form.wishlist-fragment .hidden-title-form .input-group-append .wishlist_table input[type=submit] + .button.remove_from_wishlist,
.wishlist_table .yith-wcwl-form.wishlist-fragment .hidden-title-form .input-group-append input[type=submit] + .button.remove_from_wishlist,
.yith-wcwl-form.wishlist-fragment .hidden-title-form .input-group-append .wishlist_table input[type=submit] + .button.add_to_cart,
.wishlist_table .yith-wcwl-form.wishlist-fragment .hidden-title-form .input-group-append input[type=submit] + .button.add_to_cart,
.input-group-append .yith-wcwl-form.wishlist-fragment .hidden-title-form .btn + input[type=submit],
.input-group-append .yith-wcwl-form.wishlist-fragment .hidden-title-form .cs-range-slider .button + input[type=submit],
.cs-range-slider .input-group-append .yith-wcwl-form.wishlist-fragment .hidden-title-form .button + input[type=submit],
.input-group-append .yith-wcwl-form.wishlist-fragment .hidden-title-form .single-product .summary .yith-wcwl-add-to-wishlist + input[type=submit],
.single-product .summary .input-group-append .yith-wcwl-form.wishlist-fragment .hidden-title-form .yith-wcwl-add-to-wishlist + input[type=submit],
.input-group-append .yith-wcwl-form.wishlist-fragment .hidden-title-form .wishlist_table .button.remove_from_wishlist + input[type=submit],
.wishlist_table .input-group-append .yith-wcwl-form.wishlist-fragment .hidden-title-form .button.remove_from_wishlist + input[type=submit],
.input-group-append .yith-wcwl-form.wishlist-fragment .hidden-title-form .wishlist_table .button.add_to_cart + input[type=submit],
.wishlist_table .input-group-append .yith-wcwl-form.wishlist-fragment .hidden-title-form .button.add_to_cart + input[type=submit],
.yith-wcwl-form.wishlist-fragment .hidden-title-form .input-group-append .btn + input[type=submit],
.yith-wcwl-form.wishlist-fragment .hidden-title-form .input-group-append .cs-range-slider .button + input[type=submit],
.cs-range-slider .yith-wcwl-form.wishlist-fragment .hidden-title-form .input-group-append .button + input[type=submit],
.yith-wcwl-form.wishlist-fragment .hidden-title-form .input-group-append .single-product .summary .yith-wcwl-add-to-wishlist + input[type=submit],
.single-product .summary .yith-wcwl-form.wishlist-fragment .hidden-title-form .input-group-append .yith-wcwl-add-to-wishlist + input[type=submit],
.yith-wcwl-form.wishlist-fragment .hidden-title-form .input-group-append .wishlist_table .button.remove_from_wishlist + input[type=submit],
.wishlist_table .yith-wcwl-form.wishlist-fragment .hidden-title-form .input-group-append .button.remove_from_wishlist + input[type=submit],
.yith-wcwl-form.wishlist-fragment .hidden-title-form .input-group-append .wishlist_table .button.add_to_cart + input[type=submit],
.wishlist_table .yith-wcwl-form.wishlist-fragment .hidden-title-form .input-group-append .button.add_to_cart + input[type=submit],
.input-group-append .yith-wcwl-form.wishlist-fragment .hidden-title-form input[type=submit] + input[type=submit],
.yith-wcwl-form.wishlist-fragment .hidden-title-form .input-group-append input[type=submit] + input[type=submit],
.input-group-append .btn + .input-group-text,
.input-group-append .cs-range-slider .button + .input-group-text,
.cs-range-slider .input-group-append .button + .input-group-text,
.input-group-append .single-product .summary .yith-wcwl-add-to-wishlist + .input-group-text,
.single-product .summary .input-group-append .yith-wcwl-add-to-wishlist + .input-group-text,
.input-group-append .wishlist_table .button.remove_from_wishlist + .input-group-text,
.wishlist_table .input-group-append .button.remove_from_wishlist + .input-group-text,
.input-group-append .wishlist_table .button.add_to_cart + .input-group-text,
.wishlist_table .input-group-append .button.add_to_cart + .input-group-text,
.input-group-append .yith-wcwl-form.wishlist-fragment .hidden-title-form input[type=submit] + .input-group-text,
.yith-wcwl-form.wishlist-fragment .hidden-title-form .input-group-append input[type=submit] + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .cs-range-slider .input-group-text + .button,
.cs-range-slider .input-group-append .input-group-text + .button,
.input-group-append .single-product .summary .input-group-text + .yith-wcwl-add-to-wishlist,
.single-product .summary .input-group-append .input-group-text + .yith-wcwl-add-to-wishlist,
.input-group-append .wishlist_table .input-group-text + .button.remove_from_wishlist,
.wishlist_table .input-group-append .input-group-text + .button.remove_from_wishlist,
.input-group-append .wishlist_table .input-group-text + .button.add_to_cart,
.wishlist_table .input-group-append .input-group-text + .button.add_to_cart,
.input-group-append .yith-wcwl-form.wishlist-fragment .hidden-title-form .input-group-text + input[type=submit],
.yith-wcwl-form.wishlist-fragment .hidden-title-form .input-group-append .input-group-text + input[type=submit] {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.5625rem 1.125rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #737491;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #dfdfeb;
  border-radius: 0.75rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea), .input-group-lg > input:not(textarea):not([type=checkbox]):not([type=radio]):not([class]),
.input-group-lg > textarea:not(textarea):not([class]),
.input-group-lg > .custom-select,
.select2.select2-container .input-group-lg > .select2-selection--single,
.select2.select2-container .input-group-lg > .select2-selection--multiple,
.input-group-lg > select {
  height: calc(1.5em + 1.5rem + 2px);
}

.input-group-lg > .form-control, .input-group-lg > input:not([type=checkbox]):not([type=radio]):not([class]),
.input-group-lg > textarea:not([class]),
.input-group-lg > .custom-select,
.select2.select2-container .input-group-lg > .select2-selection--single,
.select2.select2-container .input-group-lg > .select2-selection--multiple,
.input-group-lg > select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.cs-range-slider .input-group-lg > .input-group-prepend > .button,
.single-product .summary .input-group-lg > .input-group-prepend > .yith-wcwl-add-to-wishlist,
.wishlist_table .input-group-lg > .input-group-prepend > .button.remove_from_wishlist,
.wishlist_table .input-group-lg > .input-group-prepend > .button.add_to_cart,
.yith-wcwl-form.wishlist-fragment .hidden-title-form .input-group-lg > .input-group-prepend > input[type=submit],
.input-group-lg > .input-group-append > .btn,
.cs-range-slider .input-group-lg > .input-group-append > .button,
.single-product .summary .input-group-lg > .input-group-append > .yith-wcwl-add-to-wishlist,
.wishlist_table .input-group-lg > .input-group-append > .button.remove_from_wishlist,
.wishlist_table .input-group-lg > .input-group-append > .button.add_to_cart,
.yith-wcwl-form.wishlist-fragment .hidden-title-form .input-group-lg > .input-group-append > input[type=submit] {
  padding: 0.75rem 1.25rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 1rem;
}

.input-group-sm > .form-control:not(textarea), .input-group-sm > input:not(textarea):not([type=checkbox]):not([type=radio]):not([class]),
.input-group-sm > textarea:not(textarea):not([class]),
.input-group-sm > .custom-select,
.select2.select2-container .input-group-sm > .select2-selection--single,
.select2.select2-container .input-group-sm > .select2-selection--multiple,
.input-group-sm > select {
  height: calc(1.5em + 0.85rem + 2px);
}

.input-group-sm > .form-control, .input-group-sm > input:not([type=checkbox]):not([type=radio]):not([class]),
.input-group-sm > textarea:not([class]),
.input-group-sm > .custom-select,
.select2.select2-container .input-group-sm > .select2-selection--single,
.select2.select2-container .input-group-sm > .select2-selection--multiple,
.input-group-sm > select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.cs-range-slider .input-group-sm > .input-group-prepend > .button,
.single-product .summary .input-group-sm > .input-group-prepend > .yith-wcwl-add-to-wishlist,
.wishlist_table .input-group-sm > .input-group-prepend > .button.remove_from_wishlist,
.wishlist_table .input-group-sm > .input-group-prepend > .button.add_to_cart,
.yith-wcwl-form.wishlist-fragment .hidden-title-form .input-group-sm > .input-group-prepend > input[type=submit],
.input-group-sm > .input-group-append > .btn,
.cs-range-slider .input-group-sm > .input-group-append > .button,
.single-product .summary .input-group-sm > .input-group-append > .yith-wcwl-add-to-wishlist,
.wishlist_table .input-group-sm > .input-group-append > .button.remove_from_wishlist,
.wishlist_table .input-group-sm > .input-group-append > .button.add_to_cart,
.yith-wcwl-form.wishlist-fragment .hidden-title-form .input-group-sm > .input-group-append > input[type=submit] {
  padding: 0.425rem 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.5rem;
}

.input-group-lg > .custom-select, .select2.select2-container .input-group-lg > .select2-selection--single,
.select2.select2-container .input-group-lg > .select2-selection--multiple, .input-group-lg > select,
.input-group-sm > .custom-select,
.select2.select2-container .input-group-sm > .select2-selection--single,
.select2.select2-container .input-group-sm > .select2-selection--multiple,
.input-group-sm > select {
  padding-right: 2.125rem;
}

.input-group > .input-group-prepend > .btn, .cs-range-slider .input-group > .input-group-prepend > .button, .single-product .summary .input-group > .input-group-prepend > .yith-wcwl-add-to-wishlist, .wishlist_table .input-group > .input-group-prepend > .button.remove_from_wishlist, .wishlist_table .input-group > .input-group-prepend > .button.add_to_cart, .yith-wcwl-form.wishlist-fragment .hidden-title-form .input-group > .input-group-prepend > input[type=submit],
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.cs-range-slider .input-group > .input-group-append:not(:last-child) > .button,
.single-product .summary .input-group > .input-group-append:not(:last-child) > .yith-wcwl-add-to-wishlist,
.wishlist_table .input-group > .input-group-append:not(:last-child) > .button.remove_from_wishlist,
.wishlist_table .input-group > .input-group-append:not(:last-child) > .button.add_to_cart,
.yith-wcwl-form.wishlist-fragment .hidden-title-form .input-group > .input-group-append:not(:last-child) > input[type=submit],
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.cs-range-slider .input-group > .input-group-append:last-child > .button:not(:last-child):not(.dropdown-toggle),
.single-product .summary .input-group > .input-group-append:last-child > .yith-wcwl-add-to-wishlist:not(:last-child):not(.dropdown-toggle),
.wishlist_table .input-group > .input-group-append:last-child > .button.remove_from_wishlist:not(:last-child):not(.dropdown-toggle),
.wishlist_table .input-group > .input-group-append:last-child > .button.add_to_cart:not(:last-child):not(.dropdown-toggle),
.yith-wcwl-form.wishlist-fragment .hidden-title-form .input-group > .input-group-append:last-child > input[type=submit]:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn, .cs-range-slider .input-group > .input-group-append > .button, .single-product .summary .input-group > .input-group-append > .yith-wcwl-add-to-wishlist, .wishlist_table .input-group > .input-group-append > .button.remove_from_wishlist, .wishlist_table .input-group > .input-group-append > .button.add_to_cart, .yith-wcwl-form.wishlist-fragment .hidden-title-form .input-group > .input-group-append > input[type=submit],
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.cs-range-slider .input-group > .input-group-prepend:not(:first-child) > .button,
.single-product .summary .input-group > .input-group-prepend:not(:first-child) > .yith-wcwl-add-to-wishlist,
.wishlist_table .input-group > .input-group-prepend:not(:first-child) > .button.remove_from_wishlist,
.wishlist_table .input-group > .input-group-prepend:not(:first-child) > .button.add_to_cart,
.yith-wcwl-form.wishlist-fragment .hidden-title-form .input-group > .input-group-prepend:not(:first-child) > input[type=submit],
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.cs-range-slider .input-group > .input-group-prepend:first-child > .button:not(:first-child),
.single-product .summary .input-group > .input-group-prepend:first-child > .yith-wcwl-add-to-wishlist:not(:first-child),
.wishlist_table .input-group > .input-group-prepend:first-child > .button.remove_from_wishlist:not(:first-child),
.wishlist_table .input-group > .input-group-prepend:first-child > .button.add_to_cart:not(:first-child),
.yith-wcwl-form.wishlist-fragment .hidden-title-form .input-group > .input-group-prepend:first-child > input[type=submit]:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  color-adjust: exact;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #766df4;
  background-color: #766df4;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0 transparent, 0 0.375rem 0.625rem -0.3125rem rgba(118, 109, 244, 0.15);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgba(118, 109, 244, 0.35);
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: white;
  border-color: white;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #9e9fb4;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: rgb(239.6, 239.6, 247.3);
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: rgb(229.7942857143, 229.7942857143, 240.1057142857);
  border: #9e9fb4 solid 0;
  box-shadow: 0 0 0 0 transparent;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.375rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #766df4;
  background-color: #766df4;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(118, 109, 244, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(118, 109, 244, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(118, 109, 244, 0.5);
}

.custom-switch {
  padding-left: 3rem;
}
.custom-switch .custom-control-label::before {
  left: -3rem;
  width: 2.5rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: 0.25rem;
  left: -3rem;
  width: 1.375rem;
  height: 1.375rem;
  background-color: #9e9fb4;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: rgb(229.7942857143, 229.7942857143, 240.1057142857);
  transform: translateX(1.5rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(118, 109, 244, 0.5);
}

.custom-select, .select2.select2-container .select2-selection--single,
.select2.select2-container .select2-selection--multiple, select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1.125rem + 2px);
  padding: 0.5625rem 2.125rem 0.5625rem 1.125rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #737491;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%235a5b75' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1.125rem center/8px 10px;
  border: 1px solid #dfdfeb;
  border-radius: 0.75rem;
  box-shadow: 0 0 0 0 transparent;
  appearance: none;
}
.custom-select:focus, .select2.select2-container .select2-selection--single:focus,
.select2.select2-container .select2-selection--multiple:focus, select:focus {
  border-color: rgba(118, 109, 244, 0.35);
  outline: 0;
  box-shadow: 0 0 0 0 transparent, 0 0.375rem 0.625rem -0.3125rem rgba(118, 109, 244, 0.15);
}
.custom-select:focus::-ms-value, .select2.select2-container .select2-selection--single:focus::-ms-value,
.select2.select2-container .select2-selection--multiple:focus::-ms-value, select:focus::-ms-value {
  color: #737491;
  background-color: #fff;
}
.custom-select[multiple], .select2.select2-container [multiple].select2-selection--single,
.select2.select2-container [multiple].select2-selection--multiple, select[multiple], .custom-select[size]:not([size="1"]), .select2.select2-container [size].select2-selection--single:not([size="1"]),
.select2.select2-container [size].select2-selection--multiple:not([size="1"]), select[size]:not([size="1"]) {
  height: auto;
  padding-right: 1.125rem;
  background-image: none;
}
.custom-select:disabled, .select2.select2-container .select2-selection--single:disabled,
.select2.select2-container .select2-selection--multiple:disabled, select:disabled {
  color: #9e9fb4;
  background-color: #f7f7fc;
}
.custom-select::-ms-expand, .select2.select2-container .select2-selection--single::-ms-expand,
.select2.select2-container .select2-selection--multiple::-ms-expand, select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring, .select2.select2-container .select2-selection--single:-moz-focusring,
.select2.select2-container .select2-selection--multiple:-moz-focusring, select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #737491;
}

.custom-select-sm {
  height: calc(1.5em + 0.85rem + 2px);
  padding-top: 0.425rem;
  padding-bottom: 0.425rem;
  padding-left: 1rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1.5rem + 2px);
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  font-size: 1.125rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1.125rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 1.125rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: rgba(118, 109, 244, 0.35);
  box-shadow: 0 0.375rem 0.625rem -0.3125rem rgba(118, 109, 244, 0.15);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #f7f7fc;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 1.125rem + 2px);
  padding: 0.5625rem 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #737491;
  background-color: #fff;
  border: 1px solid #dfdfeb;
  border-radius: 0.75rem;
  box-shadow: 0 0 0 0 transparent;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 1.125rem);
  padding: 0.5625rem 1.125rem;
  line-height: 1.5;
  color: #fff;
  content: "Browse";
  background-color: #766df4;
  border-left: inherit;
  border-radius: 0 0.75rem 0.75rem 0;
}

.custom-range {
  width: 100%;
  height: 1rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0.375rem 0.625rem -0.3125rem rgba(118, 109, 244, 0.15);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0.375rem 0.625rem -0.3125rem rgba(118, 109, 244, 0.15);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0.375rem 0.625rem -0.3125rem rgba(118, 109, 244, 0.15);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #766df4;
  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) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: white;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #e9e9f2;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #766df4;
  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) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: white;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #e9e9f2;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  background-color: #766df4;
  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) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: white;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}
.custom-range::-ms-fill-lower {
  background-color: #e9e9f2;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #e9e9f2;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #9e9fb4;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #9e9fb4;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #9e9fb4;
}

.custom-control-label::before,
.custom-file-label,
.custom-select,
.select2.select2-container .select2-selection--single,
.select2.select2-container .select2-selection--multiple,
select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select,
  .select2.select2-container .select2-selection--single,
  .select2.select2-container .select2-selection--multiple,
  select {
    transition: none;
  }
}

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

.nav-link {
  display: block;
  padding: 0.5625rem 1.25rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #9e9fb4;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid transparent;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: transparent;
}
.nav-tabs .nav-link.disabled {
  color: #9e9fb4;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #766df4;
  background-color: transparent;
  border-color: rgba(118, 109, 244, 0.35);
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.75rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #766df4;
}

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

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 15px;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 15px;
  font-size: 1.625rem;
  line-height: inherit;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .navbar-brand {
    font-size: calc(1.2875rem + 0.45vw);
  }
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5625rem;
  padding-bottom: 0.5625rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.75rem 0.75rem;
  font-size: 1rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 1.125rem;
    padding-left: 1.125rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1.125rem;
    padding-left: 1.125rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.125rem;
    padding-left: 1.125rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1279.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1280px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 1.125rem;
    padding-left: 1.125rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: #4a4b65;
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: #4a4b65;
}
.navbar-light .navbar-nav .nav-link {
  color: #5a5b75;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: #766df4;
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: #9e9fb4;
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: #766df4;
}
.navbar-light .navbar-toggler {
  color: #5a5b75;
  border-color: transparent;
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='%235a5b75' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: #5a5b75;
}
.navbar-light .navbar-text a {
  color: #766df4;
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: #766df4;
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.7);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.45);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.7);
  border-color: transparent;
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.7%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.7);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.085);
  border-radius: 1rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(1rem - 1px);
  border-top-right-radius: calc(1rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(1rem - 1px);
  border-bottom-left-radius: calc(1rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.5rem;
}

.card-title {
  margin-bottom: 0.875rem;
}

.card-subtitle {
  margin-top: -0.4375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.5rem;
}

.card-header {
  padding: 0.875rem 1.5rem;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.085);
}
.card-header:first-child {
  border-radius: calc(1rem - 1px) calc(1rem - 1px) 0 0;
}

.card-footer {
  padding: 0.875rem 1.5rem;
  background-color: transparent;
  border-top: 1px solid rgba(0, 0, 0, 0.085);
}
.card-footer:last-child {
  border-radius: 0 0 calc(1rem - 1px) calc(1rem - 1px);
}

.card-header-tabs {
  margin-right: -0.75rem;
  margin-bottom: -0.875rem;
  margin-left: -0.75rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(1rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(1rem - 1px);
  border-top-right-radius: calc(1rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(1rem - 1px);
  border-bottom-left-radius: calc(1rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.875rem;
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 0;
  font-size: 0.875rem;
  list-style: none;
  background-color: transparent;
  border-radius: 0.75rem;
}

.breadcrumb-item {
  display: flex;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.425rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.425rem;
  color: #9e9fb4;
  content: "\e931";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #9e9fb4;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.75rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #5a5b75;
  background-color: transparent;
  border: 1px solid transparent;
}
.page-link:hover {
  z-index: 2;
  color: #766df4;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0 rgba(118, 109, 244, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #766df4;
  background-color: transparent;
  border-color: rgba(118, 109, 244, 0.35);
}
.page-item.disabled .page-link {
  color: #737491;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #e9e9f2;
}

.pagination-lg .page-link {
  padding: 0.525rem 1rem;
  font-size: 1.125rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.pagination-sm .page-link {
  padding: 0.275rem 0.625rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.5em;
  font-size: 75%;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.375rem;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge, .cs-range-slider .button .badge, .single-product .summary .yith-wcwl-add-to-wishlist .badge, .wishlist_table .button.remove_from_wishlist .badge, .wishlist_table .button.add_to_cart .badge, .yith-wcwl-form.wishlist-fragment .hidden-title-form input[type=submit] .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #766df4;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: rgb(73.4968152866, 61.5732484076, 240.4267515924);
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(118, 109, 244, 0.5);
}

.badge-secondary {
  color: #37384e;
  background-color: #f7f7fc;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #37384e;
  background-color: rgb(209.9090909091, 209.9090909091, 238.0909090909);
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(247, 247, 252, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #16c995;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: rgb(16.9686098655, 155.0313901345, 114.9237668161);
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(22, 201, 149, 0.5);
}

.badge-info {
  color: #37384e;
  background-color: #6a9bf4;
}
a.badge-info:hover, a.badge-info:focus {
  color: #37384e;
  background-color: rgb(58.50625, 123.125, 240.49375);
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(106, 155, 244, 0.5);
}

.badge-warning {
  color: #37384e;
  background-color: #ffb15c;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #37384e;
  background-color: rgb(255, 152.5950920245, 41);
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(255, 177, 92, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #f74f78;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: rgb(244.7826086957, 30.2173913043, 82.5815217391);
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(247, 79, 120, 0.5);
}

.badge-light {
  color: #37384e;
  background-color: #fff;
}
a.badge-light:hover, a.badge-light:focus {
  color: #37384e;
  background-color: rgb(229.5, 229.5, 229.5);
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #37384e;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: rgb(33.9097744361, 34.5263157895, 48.0902255639);
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(55, 56, 78, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #f7f7fc;
  border-radius: 1rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

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

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 500;
}

.alert-dismissible {
  padding-right: 3.875rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: rgb(108.56, 100.28, 224.48);
  background-color: rgb(244.04, 243.32, 254.12);
  border-color: rgb(222.12, 219.96, 252.36);
}
.alert-primary hr {
  border-top-color: rgb(199.8684076433, 196.2466242038, 250.5733757962);
}
.alert-primary .alert-link {
  color: rgb(68.242358022, 57.6827207946, 216.0772792054);
}

.alert-secondary {
  color: rgb(227.24, 227.24, 231.84);
  background-color: rgb(254.36, 254.36, 254.76);
  border-color: rgb(253.08, 253.08, 254.28);
}
.alert-secondary hr {
  border-top-color: rgb(234.5345454545, 234.5345454545, 247.3254545455);
}
.alert-secondary .alert-link {
  color: rgb(199.4363864886, 199.4363864886, 208.6436135114);
}

.alert-success {
  color: rgb(20.24, 184.92, 137.08);
  background-color: rgb(236.36, 250.68, 246.52);
  border-color: rgb(199.08, 242.04, 229.56);
}
.alert-success hr {
  border-top-color: rgb(178.3779094077, 237.2420905923, 220.1418815331);
}
.alert-success .alert-link {
  color: rgb(15.2086098655, 138.9513901345, 103.0037668161);
}

.alert-info {
  color: rgb(97.52, 142.6, 224.48);
  background-color: rgb(243.08, 247, 254.12);
  border-color: rgb(219.24, 231, 252.36);
}
.alert-info hr {
  border-top-color: rgb(195.493125, 215.0625, 250.606875);
}
.alert-info .alert-link {
  color: rgb(54.7993617021, 112.1085106383, 216.2006382979);
}

.alert-warning {
  color: rgb(234.6, 162.84, 84.64);
  background-color: rgb(255, 248.76, 241.96);
  border-color: rgb(255, 236.28, 215.88);
}
.alert-warning hr {
  border-top-color: rgb(255, 224.0775460123, 190.38);
}
.alert-warning .alert-link {
  color: rgb(229.1460264206, 138.2008723003, 39.0939735794);
}

.alert-danger, .woocommerce-error {
  color: rgb(227.24, 72.68, 110.4);
  background-color: rgb(254.36, 240.92, 244.2);
  border-color: rgb(253.08, 212.76, 222.6);
}
.alert-danger hr, .woocommerce-error hr {
  border-top-color: rgb(251.9713043478, 188.3686956522, 203.8907608696);
}
.alert-danger .alert-link, .woocommerce-error .alert-link {
  color: rgb(216.0276770754, 32.8923229246, 77.5860700685);
}

.alert-light {
  color: rgb(234.6, 234.6, 234.6);
  background-color: white;
  border-color: white;
}
.alert-light hr {
  border-top-color: rgb(242.25, 242.25, 242.25);
}
.alert-light .alert-link {
  color: rgb(209.1, 209.1, 209.1);
}

.alert-dark {
  color: rgb(50.6, 51.52, 71.76);
  background-color: rgb(239, 239.08, 240.84);
  border-color: rgb(207, 207.24, 212.52);
}
.alert-dark hr {
  border-top-color: rgb(193.4721485411, 193.7797877984, 200.5478514589);
}
.alert-dark .alert-link {
  color: rgb(29.5097744361, 30.0463157895, 41.8502255639);
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #f3f3f9;
  border-radius: 0.75rem;
  box-shadow: none;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #766df4;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 1rem;
}

.list-group-item-action {
  width: 100%;
  color: #5a5b75;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #766df4;
  text-decoration: none;
  background-color: #fff;
}
.list-group-item-action:active {
  color: #766df4;
  background-color: #fff;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.085);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #9e9fb4;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #766df4;
  border-color: #766df4;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 1rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 1rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 1rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 1rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 1rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 1rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 1rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 1rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1280px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 1rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 1rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: rgb(61.36, 56.68, 126.88);
  background-color: rgb(216.64, 214.12, 251.92);
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: rgb(61.36, 56.68, 126.88);
  background-color: rgb(194.3884076433, 190.4066242038, 250.1333757962);
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(61.36, 56.68, 126.88);
  border-color: rgb(61.36, 56.68, 126.88);
}

.list-group-item-secondary {
  color: rgb(128.44, 128.44, 131.04);
  background-color: rgb(252.76, 252.76, 254.16);
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: rgb(128.44, 128.44, 131.04);
  background-color: rgb(234.2145454545, 234.2145454545, 247.2054545455);
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(128.44, 128.44, 131.04);
  border-color: rgb(128.44, 128.44, 131.04);
}

.list-group-item-success {
  color: rgb(11.44, 104.52, 77.48);
  background-color: rgb(189.76, 239.88, 225.32);
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: rgb(11.44, 104.52, 77.48);
  background-color: rgb(169.0579094077, 235.0820905923, 215.9018815331);
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: rgb(11.44, 104.52, 77.48);
  border-color: rgb(11.44, 104.52, 77.48);
}

.list-group-item-info {
  color: rgb(55.12, 80.6, 126.88);
  background-color: rgb(213.28, 227, 251.92);
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: rgb(55.12, 80.6, 126.88);
  background-color: rgb(189.533125, 211.0625, 250.166875);
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: rgb(55.12, 80.6, 126.88);
  border-color: rgb(55.12, 80.6, 126.88);
}

.list-group-item-warning {
  color: rgb(132.6, 92.04, 47.84);
  background-color: rgb(255, 233.16, 209.36);
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: rgb(132.6, 92.04, 47.84);
  background-color: rgb(255, 220.9575460123, 183.86);
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132.6, 92.04, 47.84);
  border-color: rgb(132.6, 92.04, 47.84);
}

.list-group-item-danger {
  color: rgb(128.44, 41.08, 62.4);
  background-color: rgb(252.76, 205.72, 217.2);
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: rgb(128.44, 41.08, 62.4);
  background-color: rgb(251.6513043478, 181.3286956522, 198.4907608696);
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(128.44, 41.08, 62.4);
  border-color: rgb(128.44, 41.08, 62.4);
}

.list-group-item-light {
  color: rgb(132.6, 132.6, 132.6);
  background-color: white;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: rgb(132.6, 132.6, 132.6);
  background-color: rgb(242.25, 242.25, 242.25);
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132.6, 132.6, 132.6);
  border-color: rgb(132.6, 132.6, 132.6);
}

.list-group-item-dark {
  color: rgb(28.6, 29.12, 40.56);
  background-color: rgb(199, 199.28, 205.44);
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: rgb(28.6, 29.12, 40.56);
  background-color: rgb(185.4721485411, 185.8197877984, 193.4678514589);
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(28.6, 29.12, 40.56);
  border-color: rgb(28.6, 29.12, 40.56);
}

.close {
  float: right;
  font-size: 1.375rem;
  font-weight: normal;
  line-height: 1;
  color: #5a5b75;
  text-shadow: none;
  opacity: 0.5;
}
@media (max-width: 1200px) {
  .close {
    font-size: calc(1.2625rem + 0.15vw);
  }
}
.close:hover {
  color: #5a5b75;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e9e9f2;
  box-shadow: -0.0625rem 0 0.625rem 0 rgba(0, 0, 0, 0.07), 0.3125rem 1.25rem 2.5rem 0 rgba(0, 0, 0, 0.04);
  opacity: 0;
  border-radius: 0.75rem;
}
.toast:not(:last-child) {
  margin-bottom: 1rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.3125rem 1rem;
  color: #737491;
  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.75rem - 1px);
  border-top-right-radius: calc(0.75rem - 1px);
}

.toast-body {
  padding: 1rem;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.2s ease-out;
  transform: scale(0.9);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e9e9f2;
  border-radius: 1rem;
  box-shadow: -0.0625rem 0 0.625rem 0 rgba(0, 0, 0, 0.07), 0.3125rem 1.25rem 2.5rem 0 rgba(0, 0, 0, 0.04);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid #e9e9f2;
  border-top-left-radius: calc(1rem - 1px);
  border-top-right-radius: calc(1rem - 1px);
}
.modal-header .close {
  padding: 1rem 1.25rem;
  margin: -1rem -1.25rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9e9f2;
  border-bottom-right-radius: calc(1rem - 1px);
  border-bottom-left-radius: calc(1rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }
  .modal-content {
    box-shadow: -0.0625rem 0 0.625rem 0 rgba(0, 0, 0, 0.07), 0.3125rem 1.25rem 2.5rem 0 rgba(0, 0, 0, 0.04);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1280px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0.25rem;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.75rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 1;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: rgb(44.454887218, 45.2631578947, 63.045112782);
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: rgb(44.454887218, 45.2631578947, 63.045112782);
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: rgb(44.454887218, 45.2631578947, 63.045112782);
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: rgb(44.454887218, 45.2631578947, 63.045112782);
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.3125rem 0.625rem;
  color: #fff;
  text-align: center;
  background-color: rgb(44.454887218, 45.2631578947, 63.045112782);
  border-radius: 0.375rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e9e9f2;
  border-radius: 0.75rem;
  box-shadow: -0.0625rem 0 0.625rem 0 rgba(0, 0, 0, 0.07), 0.3125rem 1.25rem 2.5rem 0 rgba(0, 0, 0, 0.04);
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.75rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgb(216.9714285714, 216.9714285714, 232.5285714286);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.75rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgb(216.9714285714, 216.9714285714, 232.5285714286);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgb(216.9714285714, 216.9714285714, 232.5285714286);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #fff;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.75rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgb(216.9714285714, 216.9714285714, 232.5285714286);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.75rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: #4a4b65;
  background-color: #fff;
  border-bottom: 1px solid rgb(242.25, 242.25, 242.25);
  border-top-left-radius: calc(0.75rem - 1px);
  border-top-right-radius: calc(0.75rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.75rem 1rem;
  color: #737491;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

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

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    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: #737491;
  text-align: center;
  opacity: 0.6;
  transition: all 0.3s ease-in-out;
}
@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: #737491;
  text-decoration: none;
  outline: 0;
  opacity: 1;
}

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

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

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.15em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.1em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow 0.75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #766df4 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(73.4968152866, 61.5732484076, 240.4267515924) !important;
}

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

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(209.9090909091, 209.9090909091, 238.0909090909) !important;
}

.bg-success, .wishlist-fragment .hidden-title-form .save-title-form {
  background-color: #16c995 !important;
}

a.bg-success:hover, .wishlist-fragment .hidden-title-form a.save-title-form:hover, a.bg-success:focus, .wishlist-fragment .hidden-title-form a.save-title-form:focus,
button.bg-success:hover,
.wishlist-fragment .hidden-title-form button.save-title-form:hover,
button.bg-success:focus,
.wishlist-fragment .hidden-title-form button.save-title-form:focus {
  background-color: rgb(16.9686098655, 155.0313901345, 114.9237668161) !important;
}

.bg-info {
  background-color: #6a9bf4 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(58.50625, 123.125, 240.49375) !important;
}

.bg-warning {
  background-color: #ffb15c !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgb(255, 152.5950920245, 41) !important;
}

.bg-danger, .wishlist-fragment .hidden-title-form .hide-title-form {
  background-color: #f74f78 !important;
}

a.bg-danger:hover, .wishlist-fragment .hidden-title-form a.hide-title-form:hover, a.bg-danger:focus, .wishlist-fragment .hidden-title-form a.hide-title-form:focus,
button.bg-danger:hover,
.wishlist-fragment .hidden-title-form button.hide-title-form:hover,
button.bg-danger:focus,
.wishlist-fragment .hidden-title-form button.hide-title-form:focus {
  background-color: rgb(244.7826086957, 30.2173913043, 82.5815217391) !important;
}

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

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: rgb(229.5, 229.5, 229.5) !important;
}

.bg-dark {
  background-color: #37384e !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: rgb(33.9097744361, 34.5263157895, 48.0902255639) !important;
}

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

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

.border {
  border: 1px solid #e9e9f2 !important;
}

.border-top {
  border-top: 1px solid #e9e9f2 !important;
}

.border-right {
  border-right: 1px solid #e9e9f2 !important;
}

.border-bottom {
  border-bottom: 1px solid #e9e9f2 !important;
}

.border-left {
  border-left: 1px solid #e9e9f2 !important;
}

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

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

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

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

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

.border-primary {
  border-color: #766df4 !important;
}

.border-secondary {
  border-color: #f7f7fc !important;
}

.border-success {
  border-color: #16c995 !important;
}

.border-info {
  border-color: #6a9bf4 !important;
}

.border-warning {
  border-color: #ffb15c !important;
}

.border-danger {
  border-color: #f74f78 !important;
}

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

.border-dark {
  border-color: #37384e !important;
}

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

.rounded-sm {
  border-radius: 0.5rem !important;
}

.rounded {
  border-radius: 0.75rem !important;
}

.rounded-top {
  border-top-left-radius: 0.75rem !important;
  border-top-right-radius: 0.75rem !important;
}

.rounded-right {
  border-top-right-radius: 0.75rem !important;
  border-bottom-right-radius: 0.75rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.75rem !important;
  border-bottom-left-radius: 0.75rem !important;
}

.rounded-left {
  border-top-left-radius: 0.75rem !important;
  border-bottom-left-radius: 0.75rem !important;
}

.rounded-lg {
  border-radius: 1rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

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

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

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

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1280px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive, .is-type-video.wp-block-embed__wrapper {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before, .is-type-video.wp-block-embed__wrapper::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item, .is-type-video.wp-block-embed__wrapper .embed-responsive-item, .is-type-video.wp-block-embed__wrapper iframe,
.embed-responsive iframe,
.embed-responsive embed,
.is-type-video.wp-block-embed__wrapper embed,
.embed-responsive object,
.is-type-video.wp-block-embed__wrapper object,
.embed-responsive video,
.is-type-video.wp-block-embed__wrapper video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before, .is-type-video.wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before, .is-type-video.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before, .is-type-video.wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before, .is-type-video.wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

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

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

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

.flex-grow-0 {
  flex-grow: 0 !important;
}

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

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

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

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

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

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

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

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1280px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1280px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

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

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only, .products .product .yith-wcwl-wishlistaddedbrowse span.text,
.products .product .yith-wcwl-add-button span.text,
.products .product .yith-wcwl-wishlistexistsbrowse span.text, .products .yith-wcwl-wishlistaddedbrowse .feedback, .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0 0.625rem -0.1875rem rgba(0, 0, 0, 0.13) !important;
}

.shadow {
  box-shadow: 0 0 0.625rem -0.1875rem rgba(0, 0, 0, 0.13) !important;
}

.shadow-lg {
  box-shadow: -0.0625rem 0 0.625rem 0 rgba(0, 0, 0, 0.07), 0.3125rem 1.25rem 2.5rem 0 rgba(0, 0, 0, 0.04) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.m-6 {
  margin: 5rem !important;
}

.mt-6,
.my-6 {
  margin-top: 5rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 5rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 5rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 5rem !important;
}

.m-7 {
  margin: 6rem !important;
}

.mt-7,
.my-7 {
  margin-top: 6rem !important;
}

.mr-7,
.mx-7 {
  margin-right: 6rem !important;
}

.mb-7,
.my-7 {
  margin-bottom: 6rem !important;
}

.ml-7,
.mx-7 {
  margin-left: 6rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.p-6 {
  padding: 5rem !important;
}

.pt-6,
.py-6 {
  padding-top: 5rem !important;
}

.pr-6,
.px-6 {
  padding-right: 5rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 5rem !important;
}

.pl-6,
.px-6 {
  padding-left: 5rem !important;
}

.p-7 {
  padding: 6rem !important;
}

.pt-7,
.py-7 {
  padding-top: 6rem !important;
}

.pr-7,
.px-7 {
  padding-right: 6rem !important;
}

.pb-7,
.py-7 {
  padding-bottom: 6rem !important;
}

.pl-7,
.px-7 {
  padding-left: 6rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-n6 {
  margin: -5rem !important;
}

.mt-n6,
.my-n6 {
  margin-top: -5rem !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -5rem !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -5rem !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -5rem !important;
}

.m-n7 {
  margin: -6rem !important;
}

.mt-n7,
.my-n7 {
  margin-top: -6rem !important;
}

.mr-n7,
.mx-n7 {
  margin-right: -6rem !important;
}

.mb-n7,
.my-n7 {
  margin-bottom: -6rem !important;
}

.ml-n7,
.mx-n7 {
  margin-left: -6rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .m-sm-6 {
    margin: 5rem !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 5rem !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 5rem !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 5rem !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 5rem !important;
  }
  .m-sm-7 {
    margin: 6rem !important;
  }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 6rem !important;
  }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 6rem !important;
  }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 6rem !important;
  }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 6rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .p-sm-6 {
    padding: 5rem !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 5rem !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 5rem !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 5rem !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 5rem !important;
  }
  .p-sm-7 {
    padding: 6rem !important;
  }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 6rem !important;
  }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 6rem !important;
  }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 6rem !important;
  }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 6rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-n6 {
    margin: -5rem !important;
  }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -5rem !important;
  }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -5rem !important;
  }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -5rem !important;
  }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -5rem !important;
  }
  .m-sm-n7 {
    margin: -6rem !important;
  }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -6rem !important;
  }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -6rem !important;
  }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -6rem !important;
  }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -6rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .m-md-6 {
    margin: 5rem !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 5rem !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 5rem !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 5rem !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 5rem !important;
  }
  .m-md-7 {
    margin: 6rem !important;
  }
  .mt-md-7,
  .my-md-7 {
    margin-top: 6rem !important;
  }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 6rem !important;
  }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 6rem !important;
  }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 6rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .p-md-6 {
    padding: 5rem !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 5rem !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 5rem !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 5rem !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 5rem !important;
  }
  .p-md-7 {
    padding: 6rem !important;
  }
  .pt-md-7,
  .py-md-7 {
    padding-top: 6rem !important;
  }
  .pr-md-7,
  .px-md-7 {
    padding-right: 6rem !important;
  }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 6rem !important;
  }
  .pl-md-7,
  .px-md-7 {
    padding-left: 6rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-n6 {
    margin: -5rem !important;
  }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -5rem !important;
  }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -5rem !important;
  }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -5rem !important;
  }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -5rem !important;
  }
  .m-md-n7 {
    margin: -6rem !important;
  }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -6rem !important;
  }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -6rem !important;
  }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -6rem !important;
  }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -6rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .m-lg-6 {
    margin: 5rem !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 5rem !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 5rem !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 5rem !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 5rem !important;
  }
  .m-lg-7 {
    margin: 6rem !important;
  }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 6rem !important;
  }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 6rem !important;
  }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 6rem !important;
  }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 6rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .p-lg-6 {
    padding: 5rem !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 5rem !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 5rem !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 5rem !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 5rem !important;
  }
  .p-lg-7 {
    padding: 6rem !important;
  }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 6rem !important;
  }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 6rem !important;
  }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 6rem !important;
  }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 6rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-n6 {
    margin: -5rem !important;
  }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -5rem !important;
  }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -5rem !important;
  }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -5rem !important;
  }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -5rem !important;
  }
  .m-lg-n7 {
    margin: -6rem !important;
  }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -6rem !important;
  }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -6rem !important;
  }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -6rem !important;
  }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -6rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1280px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .m-xl-6 {
    margin: 5rem !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 5rem !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 5rem !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 5rem !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 5rem !important;
  }
  .m-xl-7 {
    margin: 6rem !important;
  }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 6rem !important;
  }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 6rem !important;
  }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 6rem !important;
  }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 6rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .p-xl-6 {
    padding: 5rem !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 5rem !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 5rem !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 5rem !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 5rem !important;
  }
  .p-xl-7 {
    padding: 6rem !important;
  }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 6rem !important;
  }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 6rem !important;
  }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 6rem !important;
  }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 6rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-n6 {
    margin: -5rem !important;
  }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -5rem !important;
  }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -5rem !important;
  }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -5rem !important;
  }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -5rem !important;
  }
  .m-xl-n7 {
    margin: -6rem !important;
  }
  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -6rem !important;
  }
  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -6rem !important;
  }
  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -6rem !important;
  }
  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -6rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center, .yith-wcwl-share {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left, .yith-wcwl-share {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1280px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

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

.text-primary {
  color: #766df4 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #766df4 !important;
}

.text-secondary {
  color: #f7f7fc !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #f7f7fc !important;
}

.text-success, .single-product p.stock.in-stock, .around-wishlist .card .product-stock-status .wishlist-in-stock {
  color: #16c995 !important;
}

a.text-success:hover, .around-wishlist .card .product-stock-status a.wishlist-in-stock:hover, a.text-success:focus, .around-wishlist .card .product-stock-status a.wishlist-in-stock:focus {
  color: #16c995 !important;
}

.text-info {
  color: #6a9bf4 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #6a9bf4 !important;
}

.text-warning {
  color: #ffb15c !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ffb15c !important;
}

.text-danger, .single-product p.stock.out-of-stock, .around-wishlist .card .product-stock-status .wishlist-out-of-stock {
  color: #f74f78 !important;
}

a.text-danger:hover, .around-wishlist .card .product-stock-status a.wishlist-out-of-stock:hover, a.text-danger:focus, .around-wishlist .card .product-stock-status a.wishlist-out-of-stock:focus {
  color: #f74f78 !important;
}

.text-light {
  color: #fff !important;
}

a.text-light:hover, a.text-light:focus {
  color: white !important;
}

.text-dark {
  color: #37384e !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #37384e !important;
}

.text-body {
  color: #737491 !important;
}

.text-muted {
  color: #9e9fb4 !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

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

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html, body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
}

.cs-page-wrapper {
  flex: 1 0 auto;
}

.cs-footer {
  flex-shrink: 0;
}

a {
  transition: color 0.2s ease-in-out;
}
a:focus {
  outline: none;
}

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

svg {
  max-width: 100%;
}

iframe {
  width: 100%;
  border: 0;
}

hr {
  margin: 0;
  border: 0;
  border-top: 1px solid #e9e9f2;
}
hr.hr-light {
  border-color: rgba(255, 255, 255, 0.14);
}

::selection {
  background: rgba(118, 109, 244, 0.22);
}

::-moz-selection {
  background: rgba(118, 109, 244, 0.22);
}

@media (min-width: 1280px) {
  .container-fluid, .container-xl {
    padding-right: 30px;
    padding-left: 30px;
  }
}
b,
strong {
  font-weight: 700;
}

small {
  font-weight: inherit;
}

button:focus {
  outline: none;
}

h1, .h1,
.display-1, .display-2,
.display-3, .display-4 {
  line-height: 1.2;
}

h2, .h2 {
  line-height: 1.25;
}

h3, .h3 {
  line-height: 1.3;
}

h4, .h4 {
  line-height: 1.35;
}

h5, .h5 {
  line-height: 1.4;
}

h6, .h6 {
  line-height: 1.4;
}

ul li, ol li {
  margin-bottom: 0.3333333333rem;
}

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

dt {
  color: #4a4b65;
  margin-bottom: 0.25rem;
  font-weight: 600;
}

dd {
  font-size: 0.875rem;
  margin-bottom: 1rem;
}

.blockquote {
  position: relative;
  padding-left: 5.875rem;
}
.blockquote::before {
  display: block;
  position: absolute;
  top: -0.75rem;
  left: 0;
  color: rgba(118, 109, 244, 0.5);
  font-family: "feather";
  font-size: 4rem;
  font-weight: normal;
  line-height: 1;
  content: "\ea27";
}
.blockquote.text-center, .blockquote.yith-wcwl-share, .text-center .blockquote, .yith-wcwl-share .blockquote {
  padding-top: 5rem;
  padding-left: 0;
}
.blockquote.text-center::before, .blockquote.yith-wcwl-share::before, .text-center .blockquote::before, .yith-wcwl-share .blockquote::before {
  top: 0;
  left: 50%;
  margin-left: -2rem;
}
.blockquote.text-right, .text-right .blockquote {
  padding-right: 5.875rem;
  padding-left: 0;
}
.blockquote.text-right::before, .text-right .blockquote::before {
  right: 0;
  left: auto;
}

.blockquote-footer {
  font-weight: 500;
}

.cs-callout {
  padding-left: 1.5rem;
  border-left: 0.25rem solid #766df4;
}

@font-face {
  font-family: "feather";
  src: url("assets/fonts/feather.ttf?wf5759") format("truetype"), url("assets/fonts/feather.woff?wf5759") format("woff"), url("assets/fonts/feather.svg?wf5759#feather") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=fe-], [class*=" fe-"] {
  display: inline-block;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "feather" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fe-activity:before {
  content: "\e900";
}

.fe-airplay:before {
  content: "\e901";
}

.fe-alert-circle:before {
  content: "\e902";
}

.fe-alert-octagon:before {
  content: "\e903";
}

.fe-alert-triangle:before {
  content: "\e904";
}

.fe-align-center:before {
  content: "\e905";
}

.fe-align-justify:before {
  content: "\e906";
}

.fe-align-left:before {
  content: "\e907";
}

.fe-align-right:before {
  content: "\e908";
}

.fe-anchor:before {
  content: "\e909";
}

.fe-aperture:before {
  content: "\e90a";
}

.fe-archive:before {
  content: "\e90b";
}

.fe-arrow-down-circle:before {
  content: "\e90c";
}

.fe-arrow-down-left:before {
  content: "\e90d";
}

.fe-arrow-down-right:before {
  content: "\e90e";
}

.fe-arrow-down:before {
  content: "\e90f";
}

.fe-arrow-left-circle:before {
  content: "\e910";
}

.fe-arrow-left:before {
  content: "\e911";
}

.fe-arrow-right-circle:before {
  content: "\e912";
}

.fe-arrow-right:before {
  content: "\e913";
}

.fe-arrow-up-circle:before {
  content: "\e914";
}

.fe-arrow-up-left:before {
  content: "\e915";
}

.fe-arrow-up-right:before {
  content: "\e916";
}

.fe-arrow-up:before {
  content: "\e917";
}

.fe-at-sign:before {
  content: "\e918";
}

.fe-award:before {
  content: "\e919";
}

.fe-bar-chart-2:before {
  content: "\e91a";
}

.fe-bar-chart:before {
  content: "\e91b";
}

.fe-battery-charging:before {
  content: "\e91c";
}

.fe-battery:before {
  content: "\e91d";
}

.fe-behance:before {
  content: "\e91e";
}

.fe-bell-off:before {
  content: "\e91f";
}

.fe-bell:before {
  content: "\e920";
}

.fe-bluetooth:before {
  content: "\e921";
}

.fe-bold:before {
  content: "\e922";
}

.fe-book-open:before {
  content: "\e923";
}

.fe-book:before {
  content: "\e924";
}

.fe-bookmark:before {
  content: "\e925";
}

.fe-box:before {
  content: "\e926";
}

.fe-briefcase:before {
  content: "\e927";
}

.fe-calendar:before {
  content: "\e928";
}

.fe-camera-off:before {
  content: "\e929";
}

.fe-camera:before {
  content: "\e92a";
}

.fe-cast:before {
  content: "\e92b";
}

.fe-check-circle:before {
  content: "\e92c";
}

.fe-check-square:before {
  content: "\e92d";
}

.fe-check:before {
  content: "\e92e";
}

.fe-chevron-down:before {
  content: "\e92f";
}

.fe-chevron-left:before {
  content: "\e930";
}

.fe-chevron-right:before {
  content: "\e931";
}

.fe-chevron-up:before {
  content: "\e932";
}

.fe-chevrons-down:before {
  content: "\e933";
}

.fe-chevrons-left:before {
  content: "\e934";
}

.fe-chevrons-right:before {
  content: "\e935";
}

.fe-chevrons-up:before {
  content: "\e936";
}

.fe-chrome:before {
  content: "\e937";
}

.fe-clipboard:before {
  content: "\e938";
}

.fe-clock:before {
  content: "\e939";
}

.fe-cloud-drizzle:before {
  content: "\e93a";
}

.fe-cloud-lightning:before {
  content: "\e93b";
}

.fe-cloud-off:before {
  content: "\e93c";
}

.fe-cloud-rain:before {
  content: "\e93d";
}

.fe-cloud-snow:before {
  content: "\e93e";
}

.fe-cloud:before {
  content: "\e93f";
}

.fe-code:before {
  content: "\e940";
}

.fe-codepen:before {
  content: "\e941";
}

.fe-codesandbox:before {
  content: "\e942";
}

.fe-coffee:before {
  content: "\e943";
}

.fe-columns:before {
  content: "\e944";
}

.fe-command:before {
  content: "\e945";
}

.fe-compass:before {
  content: "\e946";
}

.fe-copy:before {
  content: "\e947";
}

.fe-corner-down-left:before {
  content: "\e948";
}

.fe-corner-down-right:before {
  content: "\e949";
}

.fe-corner-left-down:before {
  content: "\e94a";
}

.fe-corner-left-up:before {
  content: "\e94b";
}

.fe-corner-right-down:before {
  content: "\e94c";
}

.fe-corner-right-up:before {
  content: "\e94d";
}

.fe-corner-up-left:before {
  content: "\e94e";
}

.fe-corner-up-right:before {
  content: "\e94f";
}

.fe-cpu:before {
  content: "\e950";
}

.fe-credit-card:before {
  content: "\e951";
}

.fe-crop:before {
  content: "\e952";
}

.fe-crosshair:before {
  content: "\e953";
}

.fe-database:before {
  content: "\e954";
}

.fe-delete:before {
  content: "\e955";
}

.fe-disc:before {
  content: "\e956";
}

.fe-dollar-sign:before {
  content: "\e957";
}

.fe-download-cloud:before {
  content: "\e958";
}

.fe-download:before {
  content: "\e959";
}

.fe-dribbble:before {
  content: "\e95a";
}

.fe-droplet:before {
  content: "\e95b";
}

.fe-edit-2:before {
  content: "\e95c";
}

.fe-edit-3:before {
  content: "\e95d";
}

.fe-edit:before {
  content: "\e95e";
}

.fe-external-link:before {
  content: "\e95f";
}

.fe-eye-off:before {
  content: "\e960";
}

.fe-eye:before {
  content: "\e961";
}

.fe-facebook:before {
  content: "\e962";
}

.fe-fast-forward:before {
  content: "\e963";
}

.fe-feather:before {
  content: "\e964";
}

.fe-figma:before {
  content: "\e965";
}

.fe-file-minus:before {
  content: "\e966";
}

.fe-file-plus:before {
  content: "\e967";
}

.fe-file-text:before {
  content: "\e968";
}

.fe-file:before {
  content: "\e969";
}

.fe-film:before {
  content: "\e96a";
}

.fe-filter-alt:before {
  content: "\e96b";
}

.fe-filter:before {
  content: "\e96c";
}

.fe-flag:before {
  content: "\e96d";
}

.fe-folder-minus:before {
  content: "\e96e";
}

.fe-folder-plus:before {
  content: "\e96f";
}

.fe-folder:before {
  content: "\e970";
}

.fe-framer:before {
  content: "\e971";
}

.fe-frown:before {
  content: "\e972";
}

.fe-gift:before {
  content: "\e973";
}

.fe-git-branch:before {
  content: "\e974";
}

.fe-git-commit:before {
  content: "\e975";
}

.fe-git-merge:before {
  content: "\e976";
}

.fe-git-pull-request:before {
  content: "\e977";
}

.fe-github:before {
  content: "\e978";
}

.fe-gitlab:before {
  content: "\e979";
}

.fe-globe:before {
  content: "\e97a";
}

.fe-google:before {
  content: "\e97b";
}

.fe-grid:before {
  content: "\e97c";
}

.fe-hangouts:before {
  content: "\e97d";
}

.fe-hard-drive:before {
  content: "\e97e";
}

.fe-hash:before {
  content: "\e97f";
}

.fe-headphones:before {
  content: "\e980";
}

.fe-heart:before {
  content: "\e981";
}

.fe-help-circle:before {
  content: "\e982";
}

.fe-hexagon:before {
  content: "\e983";
}

.fe-home:before {
  content: "\e984";
}

.fe-image:before {
  content: "\e985";
}

.fe-inbox:before {
  content: "\e986";
}

.fe-info:before {
  content: "\e987";
}

.fe-instagram:before {
  content: "\e988";
}

.fe-italic:before {
  content: "\e989";
}

.fe-key:before {
  content: "\e98a";
}

.fe-layers:before {
  content: "\e98b";
}

.fe-layout:before {
  content: "\e98c";
}

.fe-life-buoy:before {
  content: "\e98d";
}

.fe-link-2:before {
  content: "\e98e";
}

.fe-link:before {
  content: "\e98f";
}

.fe-linkedin:before {
  content: "\e990";
}

.fe-list:before {
  content: "\e991";
}

.fe-loader:before {
  content: "\e992";
}

.fe-lock:before {
  content: "\e993";
}

.fe-log-in:before {
  content: "\e994";
}

.fe-log-out:before {
  content: "\e995";
}

.fe-mail:before {
  content: "\e996";
}

.fe-map-pin:before {
  content: "\e997";
}

.fe-map:before {
  content: "\e998";
}

.fe-maximize-2:before {
  content: "\e999";
}

.fe-maximize:before {
  content: "\e99a";
}

.fe-meh:before {
  content: "\e99b";
}

.fe-menu:before {
  content: "\e99c";
}

.fe-message-circle:before {
  content: "\e99d";
}

.fe-message-square:before {
  content: "\e99e";
}

.fe-messenger:before {
  content: "\e99f";
}

.fe-mic-off:before {
  content: "\e9a0";
}

.fe-mic:before {
  content: "\e9a1";
}

.fe-minimize-2:before {
  content: "\e9a2";
}

.fe-minimize:before {
  content: "\e9a3";
}

.fe-minus-circle:before {
  content: "\e9a4";
}

.fe-minus-square:before {
  content: "\e9a5";
}

.fe-minus:before {
  content: "\e9a6";
}

.fe-monitor:before {
  content: "\e9a7";
}

.fe-moon:before {
  content: "\e9a8";
}

.fe-more-horizontal:before {
  content: "\e9a9";
}

.fe-more-vertical:before {
  content: "\e9aa";
}

.fe-mouse-pointer:before {
  content: "\e9ab";
}

.fe-move:before {
  content: "\e9ac";
}

.fe-music:before {
  content: "\e9ad";
}

.fe-navigation-2:before {
  content: "\e9ae";
}

.fe-navigation:before {
  content: "\e9af";
}

.fe-octagon:before {
  content: "\e9b0";
}

.fe-odnoklassniki:before {
  content: "\e9b1";
}

.fe-package:before {
  content: "\e9b2";
}

.fe-paperclip:before {
  content: "\e9b3";
}

.fe-pause-circle:before {
  content: "\e9b4";
}

.fe-pause:before {
  content: "\e9b5";
}

.fe-paypal:before {
  content: "\e9b6";
}

.fe-pen-tool:before {
  content: "\e9b7";
}

.fe-percent:before {
  content: "\e9b8";
}

.fe-phone-call:before {
  content: "\e9b9";
}

.fe-phone-forwarded:before {
  content: "\e9ba";
}

.fe-phone-incoming:before {
  content: "\e9bb";
}

.fe-phone-missed:before {
  content: "\e9bc";
}

.fe-phone-off:before {
  content: "\e9bd";
}

.fe-phone-outgoing:before {
  content: "\e9be";
}

.fe-phone:before {
  content: "\e9bf";
}

.fe-pie-chart:before {
  content: "\e9c0";
}

.fe-pinterest:before {
  content: "\e9c1";
}

.fe-play-circle:before {
  content: "\e9c2";
}

.fe-play:before {
  content: "\e9c3";
}

.fe-plus-circle:before {
  content: "\e9c4";
}

.fe-plus-square:before {
  content: "\e9c5";
}

.fe-plus:before {
  content: "\e9c6";
}

.fe-pocket:before {
  content: "\e9c7";
}

.fe-power:before {
  content: "\e9c8";
}

.fe-printer:before {
  content: "\e9c9";
}

.fe-radio:before {
  content: "\e9ca";
}

.fe-refresh-ccw:before {
  content: "\e9cb";
}

.fe-refresh-cw:before {
  content: "\e9cc";
}

.fe-repeat:before {
  content: "\e9cd";
}

.fe-rewind:before {
  content: "\e9ce";
}

.fe-rotate-ccw:before {
  content: "\e9cf";
}

.fe-rotate-cw:before {
  content: "\e9d0";
}

.fe-rss:before {
  content: "\e9d1";
}

.fe-save:before {
  content: "\e9d2";
}

.fe-scissors:before {
  content: "\e9d3";
}

.fe-search:before {
  content: "\e9d4";
}

.fe-send:before {
  content: "\e9d5";
}

.fe-server:before {
  content: "\e9d6";
}

.fe-settings:before {
  content: "\e9d7";
}

.fe-share-2:before {
  content: "\e9d8";
}

.fe-share:before {
  content: "\e9d9";
}

.fe-shield-off:before {
  content: "\e9da";
}

.fe-shield:before {
  content: "\e9db";
}

.fe-shopping-bag:before {
  content: "\e9dc";
}

.fe-shopping-cart:before {
  content: "\e9dd";
}

.fe-shuffle:before {
  content: "\e9de";
}

.fe-sidebar:before {
  content: "\e9df";
}

.fe-skip-back:before {
  content: "\e9e0";
}

.fe-skip-forward:before {
  content: "\e9e1";
}

.fe-skype:before {
  content: "\e9e2";
}

.fe-slack:before {
  content: "\e9e3";
}

.fe-slash:before {
  content: "\e9e4";
}

.fe-sliders:before {
  content: "\e9e5";
}

.fe-smartphone:before {
  content: "\e9e6";
}

.fe-smile:before {
  content: "\e9e7";
}

.fe-speaker:before {
  content: "\e9e8";
}

.fe-star:before {
  content: "\e9e9";
}

.fe-stop-circle:before {
  content: "\e9ea";
}

.fe-sun:before {
  content: "\e9eb";
}

.fe-sunrise:before {
  content: "\e9ec";
}

.fe-sunset:before {
  content: "\e9ed";
}

.fe-tablet:before {
  content: "\e9ee";
}

.fe-tag:before {
  content: "\e9ef";
}

.fe-target:before {
  content: "\e9f0";
}

.fe-telegram:before {
  content: "\e9f1";
}

.fe-terminal:before {
  content: "\e9f2";
}

.fe-thermometer:before {
  content: "\e9f3";
}

.fe-thumbs-down:before {
  content: "\e9f4";
}

.fe-thumbs-up:before {
  content: "\e9f5";
}

.fe-toggle-left:before {
  content: "\e9f6";
}

.fe-toggle-right:before {
  content: "\e9f7";
}

.fe-tool:before {
  content: "\e9f8";
}

.fe-trash-2:before {
  content: "\e9f9";
}

.fe-trash:before {
  content: "\e9fa";
}

.fe-trello:before {
  content: "\e9fb";
}

.fe-trending-down:before {
  content: "\e9fc";
}

.fe-trending-up:before {
  content: "\e9fd";
}

.fe-truck:before {
  content: "\e9fe";
}

.fe-tumblr:before {
  content: "\e9ff";
}

.fe-tv:before {
  content: "\ea00";
}

.fe-twitch:before {
  content: "\ea01";
}

.fe-twitter:before {
  content: "\ea02";
}

.fe-type:before {
  content: "\ea03";
}

.fe-umbrella:before {
  content: "\ea04";
}

.fe-underline:before {
  content: "\ea05";
}

.fe-unlock:before {
  content: "\ea06";
}

.fe-upload-cloud:before {
  content: "\ea07";
}

.fe-upload:before {
  content: "\ea08";
}

.fe-user-check:before {
  content: "\ea09";
}

.fe-user-minus:before {
  content: "\ea0a";
}

.fe-user-plus:before {
  content: "\ea0b";
}

.fe-user-x:before {
  content: "\ea0c";
}

.fe-user:before {
  content: "\ea0d";
}

.fe-users:before {
  content: "\ea0e";
}

.fe-viber:before {
  content: "\ea0f";
}

.fe-video-off:before {
  content: "\ea10";
}

.fe-video:before {
  content: "\ea11";
}

.fe-vimeo:before {
  content: "\ea12";
}

.fe-vk:before {
  content: "\ea13";
}

.fe-voicemail:before {
  content: "\ea14";
}

.fe-volume-1:before {
  content: "\ea15";
}

.fe-volume-2:before {
  content: "\ea16";
}

.fe-volume-x:before {
  content: "\ea17";
}

.fe-volume:before {
  content: "\ea18";
}

.fe-watch:before {
  content: "\ea19";
}

.fe-wechat:before {
  content: "\ea1a";
}

.fe-wifi-off:before {
  content: "\ea1b";
}

.fe-wifi:before {
  content: "\ea1c";
}

.fe-wind:before {
  content: "\ea1d";
}

.fe-x-circle:before {
  content: "\ea1e";
}

.fe-x-octagon:before {
  content: "\ea1f";
}

.fe-x-square:before {
  content: "\ea20";
}

.fe-x:before {
  content: "\ea21";
}

.fe-youtube:before {
  content: "\ea22";
}

.fe-zap-off:before {
  content: "\ea23";
}

.fe-zap:before {
  content: "\ea24";
}

.fe-zoom-in:before {
  content: "\ea25";
}

.fe-zoom-out:before {
  content: "\ea26";
}

.fe-quotes:before {
  content: "\ea27";
}

.fe-star-filled:before {
  content: "\ea28";
}

:not(pre) > code[class*=language-],
pre[class*=language-],
pre {
  margin: 0;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #f7f7fc;
  font-size: 87.5%;
}

pre {
  padding-right: 1rem;
  padding-left: 1rem;
}

.code-toolbar :not(pre) > code[class*=language-],
.code-toolbar pre[class*=language-] {
  padding-top: 2rem;
}

code[class*=language-],
pre[class*=language-],
pre {
  color: rgb(78.9130434783, 79.7898550725, 102.5869565217);
}

.line-numbers .line-numbers-rows {
  border-right: 1px solid rgb(223.3828571429, 223.3828571429, 236.3171428571);
}
.line-numbers .line-numbers-rows > span::before {
  color: #9e9fb4;
}

div.code-toolbar > .toolbar {
  opacity: 1;
}
div.code-toolbar > .toolbar button {
  display: inline-block;
  margin: 0.375rem 0.5rem;
  padding: 0.25rem 0.75rem;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out;
  border-radius: 0.5rem;
  border: 1px solid rgba(118, 109, 244, 0.35);
  background-color: transparent;
  color: #766df4 !important;
  box-shadow: none;
}
div.code-toolbar > .toolbar button:focus {
  outline: none;
  box-shadow: none;
}
div.code-toolbar > .toolbar button:hover {
  background-color: #766df4;
  color: #fff !important;
}

.token.boolean, .token.constant, .token.deleted, .token.number,
.token.property, .token.symbol, .token.tag {
  color: #4e54c8;
}

.token.cdata, .token.comment, .token.doctype, .token.prolog {
  color: rgb(149.3715116279, 150.4604651163, 173.3284883721);
}

.token.attr-name, .token.builtin, .token.char,
.token.inserted, .token.selector {
  color: #4091e3;
}

.token.atrule, .token.attr-value,
.token.keyword, .token.string {
  color: #e3116c;
}

.language-css .token.string, .style .token.string,
.token.entity, .token.operator, .token.url {
  color: #36acaa;
}

.token.class-name, .token.function {
  color: #36acaa;
}

.cs-masonry-grid[data-columns] {
  margin-right: -15px;
  margin-left: -15px;
}
.cs-masonry-grid[data-columns]:not(.overflow-hidden) {
  overflow: visible !important;
}
.cs-masonry-grid[data-columns]::after {
  display: block;
  clear: both;
  content: "";
}
.cs-masonry-grid[data-columns] .cs-grid-item {
  width: 100%;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 30px;
}

.cs-masonry-grid[data-columns="1"] .cs-grid-item {
  width: 100%;
}

@media (min-width: 480px) {
  .cs-masonry-grid[data-columns="2"] .cs-grid-item,
  .cs-masonry-grid[data-columns="3"] .cs-grid-item,
  .cs-masonry-grid[data-columns="4"] .cs-grid-item,
  .cs-masonry-grid[data-columns="5"] .cs-grid-item,
  .cs-masonry-grid[data-columns="6"] .cs-grid-item {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .cs-masonry-grid[data-columns="3"] .cs-grid-item,
  .cs-masonry-grid[data-columns="4"] .cs-grid-item,
  .cs-masonry-grid[data-columns="5"] .cs-grid-item,
  .cs-masonry-grid[data-columns="6"] .cs-grid-item {
    width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .cs-masonry-grid[data-columns="4"] .cs-grid-item,
  .cs-masonry-grid[data-columns="5"] .cs-grid-item,
  .cs-masonry-grid[data-columns="6"] .cs-grid-item {
    width: 25%;
  }
}
@media (min-width: 1280px) {
  .cs-masonry-grid[data-columns="5"] .cs-grid-item {
    width: 20%;
  }
  .cs-masonry-grid[data-columns="6"] .cs-grid-item {
    width: 16.6666666667%;
  }
}
.table:not(.table-dark) thead:not(.thead-dark) th, .mce-item-table:not(.table-dark) thead:not(.thead-dark) th,
table:not(.table-dark):not([class]) thead:not(.thead-dark) th, .wp-calendar-table:not(.table-dark) thead:not(.thead-dark) th {
  color: #4a4b65;
}

thead th, th {
  font-weight: 600;
}

.table-dark td {
  color: rgba(255, 255, 255, 0.75);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #f7f7fc;
}

label {
  padding-top: 0.0625rem;
  font-size: 0.875rem;
}
label:not(.form-check-label):not(.custom-control-label):not(.custom-file-label):not(.cs-custom-option-label):not(.btn) {
  color: #4a4b65;
  font-weight: 500;
}

.col-form-label {
  font-size: 0.875rem;
}

.form-label-sm {
  padding-left: 1rem;
}

.form-label, label:not([class]) {
  padding-left: 1.125rem;
}

.form-label-lg {
  padding-left: 1.25rem;
}

.cs-password-toggle {
  position: relative;
}
.cs-password-toggle .form-control, .cs-password-toggle input:not([type=checkbox]):not([type=radio]):not([class]),
.cs-password-toggle textarea:not([class]) {
  padding-right: 3rem;
}
.cs-password-toggle .input-group-prepend-overlay {
  top: 4px;
  height: initial;
}

.cs-password-toggle-btn {
  position: absolute;
  top: 22px;
  right: 0.625rem;
  margin-bottom: 0;
  padding: 0.5rem;
  transform: translateY(-50%);
  font-size: 1.125rem;
  line-height: 1;
  cursor: pointer;
}
.cs-password-toggle-btn .cs-password-toggle-indicator {
  color: #737491;
}
.cs-password-toggle-btn .cs-password-toggle-indicator::before {
  font-family: "feather";
  content: "\e961";
}
.cs-password-toggle-btn .cs-password-toggle-indicator:hover {
  color: #766df4;
}
.cs-password-toggle-btn .custom-control-input:checked ~ .cs-password-toggle-indicator::before {
  content: "\e960";
}

.was-validated .cs-password-toggle .form-control:invalid, .was-validated .cs-password-toggle input:invalid:not([type=checkbox]):not([type=radio]):not([class]),
.was-validated .cs-password-toggle textarea:invalid:not([class]),
.was-validated .cs-password-toggle .form-control.is-invalid,
.was-validated .cs-password-toggle input.is-invalid:not([type=checkbox]):not([type=radio]):not([class]),
.was-validated .cs-password-toggle textarea.is-invalid:not([class]),
.was-validated .cs-password-toggle .form-control:valid,
.was-validated .cs-password-toggle input:valid:not([type=checkbox]):not([type=radio]):not([class]),
.was-validated .cs-password-toggle textarea:valid:not([class]),
.was-validated .cs-password-toggle .form-control.is-valid,
.was-validated .cs-password-toggle input.is-valid:not([type=checkbox]):not([type=radio]):not([class]),
.was-validated .cs-password-toggle textarea.is-valid:not([class]) {
  padding-right: 4rem;
}
.was-validated .cs-password-toggle .form-control:invalid + .cs-password-toggle-btn, .was-validated .cs-password-toggle input:invalid:not([type=checkbox]):not([type=radio]):not([class]) + .cs-password-toggle-btn,
.was-validated .cs-password-toggle textarea:invalid:not([class]) + .cs-password-toggle-btn,
.was-validated .cs-password-toggle .form-control.is-invalid + .cs-password-toggle-btn,
.was-validated .cs-password-toggle input.is-invalid:not([type=checkbox]):not([type=radio]):not([class]) + .cs-password-toggle-btn,
.was-validated .cs-password-toggle textarea.is-invalid:not([class]) + .cs-password-toggle-btn,
.was-validated .cs-password-toggle .form-control:valid + .cs-password-toggle-btn,
.was-validated .cs-password-toggle input:valid:not([type=checkbox]):not([type=radio]):not([class]) + .cs-password-toggle-btn,
.was-validated .cs-password-toggle textarea:valid:not([class]) + .cs-password-toggle-btn,
.was-validated .cs-password-toggle .form-control.is-valid + .cs-password-toggle-btn,
.was-validated .cs-password-toggle input.is-valid:not([type=checkbox]):not([type=radio]):not([class]) + .cs-password-toggle-btn,
.was-validated .cs-password-toggle textarea.is-valid:not([class]) + .cs-password-toggle-btn {
  right: 2.1rem;
}

.custom-select-sm {
  border-radius: 0.5rem;
}

.custom-control:focus,
.custom-control-label:focus {
  outline: none;
}

.custom-control {
  padding-left: 1.6666666667rem;
}

.custom-switch {
  padding-left: 3.1666666667rem;
}
.custom-switch .custom-control-label::before {
  height: 1rem;
  border: 0;
  background-color: rgb(226.5885714286, 226.5885714286, 238.2114285714);
}
.custom-switch .custom-control-label::after {
  top: 0;
  border: 1px solid #e9e9f2;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0.1875rem 0.375rem -0.0625rem rgba(0, 0, 0, 0.15);
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  transform: translateX(1.1875rem);
  background-color: #fff;
}
.custom-switch .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: rgb(236.2, 236.2, 245.6);
}
.custom-switch .custom-control-input:disabled ~ .custom-control-label::after {
  box-shadow: none;
  opacity: 0.9;
}

.input-group-text .custom-control {
  margin-right: -0.625rem;
}

.was-validated .form-control:valid, .was-validated input:valid:not([type=checkbox]):not([type=radio]):not([class]),
.was-validated textarea:valid:not([class]), .was-validated .form-control:valid:focus,
.was-validated .form-control.is-valid,
.was-validated .form-control.is-valid:focus,
.form-control.is-valid,
input.is-valid:not([type=checkbox]):not([type=radio]):not([class]),
textarea.is-valid:not([class]),
.form-control.is-valid:focus,
.was-validated .custom-file-input:valid ~ .custom-file-label,
.was-validated .custom-file-input:valid ~ .custom-file-label:focus {
  border-color: #dfdfeb;
}

.valid-tooltip,
.invalid-tooltip {
  position: static;
  margin-top: 0.25rem;
  padding: 0.15rem 0.5rem;
  font-size: 80%;
}

.valid-tooltip {
  color: #16c995;
}

.invalid-tooltip {
  color: #f74f78;
}

.was-validated .form-control:invalid ~ .invalid-tooltip, .was-validated input:invalid:not([type=checkbox]):not([type=radio]):not([class]) ~ .invalid-tooltip,
.was-validated textarea:invalid:not([class]) ~ .invalid-tooltip,
.was-validated .form-control.is-invalid ~ .invalid-tooltip,
.was-validated input.is-invalid:not([type=checkbox]):not([type=radio]):not([class]) ~ .invalid-tooltip,
.was-validated textarea.is-invalid:not([class]) ~ .invalid-tooltip,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip,
.was-validated .custom-control-input.is-invalid ~ .invalid-tooltip {
  display: table;
}
.was-validated .form-control:valid ~ .valid-tooltip, .was-validated input:valid:not([type=checkbox]):not([type=radio]):not([class]) ~ .valid-tooltip,
.was-validated textarea:valid:not([class]) ~ .valid-tooltip,
.was-validated .form-control.is-valid ~ .valid-tooltip,
.was-validated input.is-valid:not([type=checkbox]):not([type=radio]):not([class]) ~ .valid-tooltip,
.was-validated textarea.is-valid:not([class]) ~ .valid-tooltip,
.was-validated .custom-control-input:valid ~ .valid-tooltip,
.was-validated .custom-control-input.is-valid ~ .valid-tooltip {
  display: table;
}

.was-validated .custom-control-input:valid ~ .custom-control-label,
.was-validated .custom-control-input.is-valid ~ .custom-control-label {
  color: inherit;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .was-validated .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #766df4 !important;
  background-color: #766df4;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.was-validated .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #9e9fb4 !important;
}

.form-control:disabled, input:disabled:not([type=checkbox]):not([type=radio]):not([class]),
textarea:disabled:not([class]) {
  cursor: not-allowed;
}

.form-text {
  padding-top: 0.125rem;
  font-size: 0.75rem;
}

.cs-subscribe-status {
  display: table;
  border-radius: 0.5rem;
  font-size: 0.8125rem;
}
.cs-subscribe-status.cs-status-success, .cs-subscribe-status.cs-status-error {
  margin-top: 0.5rem;
  padding: 0.5rem 0.75rem;
}
.cs-subscribe-status.cs-status-success {
  background-color: rgba(22, 201, 149, 0.08);
  color: rgb(19.4843049327, 178.0156950673, 131.9618834081);
}
.cs-subscribe-status.cs-status-error {
  background-color: rgba(247, 79, 120, 0.08);
  color: rgb(245.8913043478, 54.6086956522, 101.2907608696);
}

.cs-custom-size-option,
.cs-custom-color-option {
  padding-left: 0;
}
.cs-custom-size-option.custom-control-inline,
.cs-custom-color-option.custom-control-inline {
  margin-right: 0.25rem;
}

.cs-custom-option-label {
  position: relative;
  margin-bottom: 0;
  transition: color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.cs-custom-size-option .cs-custom-option-label {
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid #dfdfeb;
  border-radius: 0.75rem;
  background-color: transparent;
  color: #5a5b75;
  font-size: 0.9375rem;
  text-align: center;
  line-height: 2.5rem;
  cursor: pointer;
}
.cs-custom-size-option .cs-custom-option-label:hover {
  border-color: rgb(191.6153846154, 191.6153846154, 215.3846153846);
  color: #4a4b65;
}
.cs-custom-size-option .custom-control-input:checked ~ .cs-custom-option-label {
  border-color: rgba(118, 109, 244, 0.35);
  background-color: #fff;
  color: #766df4;
  box-shadow: 0.1875rem 0.1875rem 0.625rem -0.125rem rgba(0, 0, 0, 0.09);
  cursor: default;
}
.cs-custom-size-option .custom-control-input:disabled ~ .cs-custom-option-label {
  border-color: #e9e9f2 !important;
  background-color: #f3f3f9 !important;
  color: #9e9fb4 !important;
  cursor: not-allowed;
}

.cs-custom-color-option .cs-custom-option-label {
  position: relative;
  width: 1.625rem;
  height: 1.625rem;
  border: 1px solid transparent;
  border-radius: 50%;
  cursor: pointer;
}
.cs-custom-color-option .cs-color-swatch {
  display: block;
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
}
.cs-custom-color-option .custom-control-input:checked ~ .cs-custom-option-label {
  border-color: rgb(213.5846153846, 213.5846153846, 229.1153846154);
  cursor: default;
}

.cs-file-drop-area {
  position: relative;
  padding: 2.5rem 1rem;
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  border: 2px dashed #dfdfeb;
  border-radius: 1rem;
  background-color: #fff;
  text-align: center;
  cursor: pointer;
}
.cs-file-drop-area .cs-file-drop-input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  opacity: 0;
  outline: none;
  cursor: pointer;
  z-index: 2;
}
.cs-file-drop-area .cs-file-drop-icon {
  display: block;
  margin-bottom: 1rem;
  color: #9e9fb4;
  font-size: 1.625rem;
}
.cs-file-drop-area .cs-file-drop-preview {
  display: block;
  max-width: 16rem;
  margin-right: auto;
  margin-bottom: 0.75rem;
  margin-left: auto;
}
.cs-file-drop-area .cs-file-drop-message {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 1.25rem;
}
.cs-file-drop-area .btn, .cs-file-drop-area .cs-range-slider .button, .cs-range-slider .cs-file-drop-area .button, .cs-file-drop-area .single-product .summary .yith-wcwl-add-to-wishlist, .single-product .summary .cs-file-drop-area .yith-wcwl-add-to-wishlist, .cs-file-drop-area .wishlist_table .button.remove_from_wishlist, .wishlist_table .cs-file-drop-area .button.remove_from_wishlist, .cs-file-drop-area .wishlist_table .button.add_to_cart, .wishlist_table .cs-file-drop-area .button.add_to_cart, .cs-file-drop-area .yith-wcwl-form.wishlist-fragment .hidden-title-form input[type=submit], .yith-wcwl-form.wishlist-fragment .hidden-title-form .cs-file-drop-area input[type=submit] {
  position: relative;
  z-index: 3;
}
.cs-file-drop-area:hover {
  border-color: rgb(201.0307692308, 201.0307692308, 221.2692307692);
}

.cs-signin-form {
  position: relative;
  width: 652px;
  min-height: 556px !important;
  padding-bottom: 40px;
  overflow: hidden;
}
.cs-signin-form::before, .cs-signin-form::after {
  position: absolute;
  content: "";
}
.cs-signin-form::before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 556px;
  background-image: url(../img/account/signin-illustration.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.cs-signin-form::after {
  left: 122px;
  bottom: 556px;
  width: 412px;
  height: 100%;
  background-color: #fff;
}
.cs-signin-form .cs-signin-form-inner {
  position: relative;
  max-width: 390px;
  margin: 0 auto;
  padding: 32px 30px 0 30px;
  background-color: #fff;
  z-index: 5;
}
@media (max-width: 767.98px) {
  .cs-signin-form {
    padding-bottom: 0;
    overflow: visible;
  }
  .cs-signin-form::before, .cs-signin-form::after {
    display: none;
  }
  .cs-signin-form .cs-signin-form-inner {
    padding: 40px 20px;
    border-radius: 1rem;
    box-shadow: 0 0 0.625rem -0.1875rem rgba(0, 0, 0, 0.13);
  }
}

.btn, .cs-range-slider .button, .single-product .summary .yith-wcwl-add-to-wishlist, .wishlist_table .button.remove_from_wishlist, .wishlist_table .button.add_to_cart, .yith-wcwl-form.wishlist-fragment .hidden-title-form input[type=submit] {
  white-space: nowrap;
}
.btn > i, .cs-range-slider .button > i, .single-product .summary .yith-wcwl-add-to-wishlist > i, .wishlist_table .button.remove_from_wishlist > i, .wishlist_table .button.add_to_cart > i, .yith-wcwl-form.wishlist-fragment .hidden-title-form input[type=submit] > i {
  margin-top: -0.125rem;
  vertical-align: middle;
}
.btn.active, .cs-range-slider .active.button, .single-product .summary .active.yith-wcwl-add-to-wishlist, .wishlist_table .active.button.remove_from_wishlist, .wishlist_table .active.button.add_to_cart, .yith-wcwl-form.wishlist-fragment .hidden-title-form input.active[type=submit] {
  cursor: default;
}
.btn.disabled, .cs-range-slider .disabled.button, .single-product .summary .disabled.yith-wcwl-add-to-wishlist, .wishlist_table .disabled.button.remove_from_wishlist, .wishlist_table .disabled.button.add_to_cart, .yith-wcwl-form.wishlist-fragment .hidden-title-form input.disabled[type=submit], .btn:disabled, .cs-range-slider .button:disabled, .single-product .summary .yith-wcwl-add-to-wishlist:disabled, .wishlist_table .button.remove_from_wishlist:disabled, .wishlist_table .button.add_to_cart:disabled, .yith-wcwl-form.wishlist-fragment .hidden-title-form input[type=submit]:disabled {
  cursor: not-allowed;
}

.btn-primary, .cs-range-slider .button, .wishlist_table .button.add_to_cart, .yith-wcwl-form.wishlist-fragment .hidden-title-form input[type=submit], .btn-success,
.btn-danger, .btn-warning,
.btn-info, .btn-dark,
.btn-outline-success:hover,
.btn-outline-success:active,
.btn-outline-info:hover,
.btn-outline-info:active,
.btn-outline-warning:hover,
.btn-outline-warning:active {
  color: #fff !important;
}

.btn-secondary, .yith-wcwl-form.wishlist-fragment .wishlist-title .show-title-form, .btn-secondary:hover,
.btn-outline-secondary,
.single-product .summary .yith-wcwl-add-to-wishlist,
.btn-outline-secondary:hover,
.single-product .summary .yith-wcwl-add-to-wishlist:hover,
.btn-light,
.btn-light:hover {
  color: #5a5b75 !important;
  border-color: transparent;
}

.btn-light:hover,
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  border-color: #fff;
  background-color: #fff;
}

.btn-light:focus,
.btn-light.focus {
  border-color: #fff;
  background-color: #fff;
}

.btn-gradient {
  color: #fff !important;
  background: #766df4 !important;
  background: linear-gradient(to right, #766df4 0%, #766df4 30%, #6a9bf4 100%) !important;
}

.btn-outline-primary {
  border-color: rgba(118, 109, 244, 0.35);
}

.btn-outline-secondary, .single-product .summary .yith-wcwl-add-to-wishlist {
  border-color: rgba(247, 247, 252, 0.35);
}

.btn-outline-success {
  border-color: rgba(22, 201, 149, 0.35);
}

.btn-outline-info {
  border-color: rgba(106, 155, 244, 0.35);
}

.btn-outline-warning {
  border-color: rgba(255, 177, 92, 0.35);
}

.btn-outline-danger, .wishlist_table .button.remove_from_wishlist {
  border-color: rgba(247, 79, 120, 0.35);
}

.btn-outline-light {
  border-color: rgba(255, 255, 255, 0.35);
}

.btn-outline-dark {
  border-color: rgba(55, 56, 78, 0.35);
}

.btn-outline-secondary, .single-product .summary .yith-wcwl-add-to-wishlist {
  border-color: #dfdfeb;
}
.btn-outline-secondary:hover, .single-product .summary .yith-wcwl-add-to-wishlist:hover {
  border-color: #9e9fb4;
  background-color: transparent;
  color: #4a4b65 !important;
}

[class*=" btn-translucent"]:hover {
  color: #fff !important;
}

.btn-translucent-primary {
  background-color: rgba(118, 109, 244, 0.08);
  color: #766df4;
}
.btn-translucent-primary:hover {
  background-color: #766df4;
}

.btn-translucent-secondary {
  background-color: rgba(247, 247, 252, 0.08);
  color: #f7f7fc;
}
.btn-translucent-secondary:hover {
  background-color: #f7f7fc;
}

.btn-translucent-success {
  background-color: rgba(22, 201, 149, 0.08);
  color: #16c995;
}
.btn-translucent-success:hover {
  background-color: #16c995;
}

.btn-translucent-info {
  background-color: rgba(106, 155, 244, 0.08);
  color: #6a9bf4;
}
.btn-translucent-info:hover {
  background-color: #6a9bf4;
}

.btn-translucent-warning {
  background-color: rgba(255, 177, 92, 0.08);
  color: #ffb15c;
}
.btn-translucent-warning:hover {
  background-color: #ffb15c;
}

.btn-translucent-danger {
  background-color: rgba(247, 79, 120, 0.08);
  color: #f74f78;
}
.btn-translucent-danger:hover {
  background-color: #f74f78;
}

.btn-translucent-light {
  background-color: rgba(255, 255, 255, 0.08);
  color: #fff;
}
.btn-translucent-light:hover {
  background-color: #fff;
}

.btn-translucent-dark {
  background-color: rgba(55, 56, 78, 0.08);
  color: #37384e;
}
.btn-translucent-dark:hover {
  background-color: #37384e;
}

.btn-outline-light:hover,
.btn-translucent-light:hover {
  color: #5a5b75 !important;
}

.btn-pill {
  border-radius: 2.75rem !important;
}
.btn-pill.btn-sm, .cs-range-slider .btn-pill.button, .yith-wcwl-form.wishlist-fragment .wishlist-title .btn-pill.show-title-form, .btn-group-sm > .btn-pill.btn, .single-product .summary .btn-group-sm > .btn-pill.yith-wcwl-add-to-wishlist, .wishlist_table .btn-group-sm > .btn-pill.button.remove_from_wishlist, .wishlist_table .btn-group-sm > .btn-pill.button.add_to_cart, .yith-wcwl-form.wishlist-fragment .hidden-title-form .btn-group-sm > input.btn-pill[type=submit] {
  border-radius: 2.2875rem !important;
}
.btn-pill.btn-lg, .btn-group-lg > .btn-pill.btn, .cs-range-slider .btn-group-lg > .btn-pill.button, .single-product .summary .btn-group-lg > .btn-pill.yith-wcwl-add-to-wishlist, .wishlist_table .btn-group-lg > .btn-pill.button.remove_from_wishlist, .wishlist_table .btn-group-lg > .btn-pill.button.add_to_cart, .yith-wcwl-form.wishlist-fragment .hidden-title-form .btn-group-lg > input.btn-pill[type=submit] {
  border-radius: 3.3125rem !important;
}

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

.btn-icon {
  padding: 0.5625rem 0.7875rem;
}

.btn-market {
  display: inline-block;
  padding: 0.375rem 1rem;
  padding-left: 3rem;
  border-radius: 1rem;
  background-position: center left 0.75rem;
  background-color: #37384e;
  background-size: 1.5rem 1.5rem;
  background-repeat: no-repeat;
  text-decoration: none;
  white-space: nowrap;
}
.btn-market .btn-market-title {
  display: block;
  color: #fff;
  font-size: 1.125rem;
}
.btn-market .btn-market-subtitle {
  display: block;
  margin-bottom: -0.125rem;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.75rem;
}
.btn-market:hover {
  text-decoration: none;
}
.btn-market.btn-outline {
  transition: background-color 0.25s ease-in-out;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background-color: transparent;
}
.btn-market.btn-outline:hover {
  background-color: rgba(255, 255, 255, 0.08);
}

.btn-apple {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAzMDUgMzA1IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMDUgMzA1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCI+CjxnIGlkPSJYTUxJRF8yMjhfIj4KCTxwYXRoIGlkPSJYTUxJRF8yMjlfIiBkPSJNNDAuNzM4LDExMi4xMTljLTI1Ljc4NSw0NC43NDUtOS4zOTMsMTEyLjY0OCwxOS4xMjEsMTUzLjgyQzc0LjA5MiwyODYuNTIzLDg4LjUwMiwzMDUsMTA4LjIzOSwzMDUgICBjMC4zNzIsMCwwLjc0NS0wLjAwNywxLjEyNy0wLjAyMmM5LjI3My0wLjM3LDE1Ljk3NC0zLjIyNSwyMi40NTMtNS45ODRjNy4yNzQtMy4xLDE0Ljc5Ny02LjMwNSwyNi41OTctNi4zMDUgICBjMTEuMjI2LDAsMTguMzksMy4xMDEsMjUuMzE4LDYuMDk5YzYuODI4LDIuOTU0LDEzLjg2MSw2LjAxLDI0LjI1Myw1LjgxNWMyMi4yMzItMC40MTQsMzUuODgyLTIwLjM1Miw0Ny45MjUtMzcuOTQxICAgYzEyLjU2Ny0xOC4zNjUsMTguODcxLTM2LjE5NiwyMC45OTgtNDMuMDFsMC4wODYtMC4yNzFjMC40MDUtMS4yMTEtMC4xNjctMi41MzMtMS4zMjgtMy4wNjZjLTAuMDMyLTAuMDE1LTAuMTUtMC4wNjQtMC4xODMtMC4wNzggICBjLTMuOTE1LTEuNjAxLTM4LjI1Ny0xNi44MzYtMzguNjE4LTU4LjM2Yy0wLjMzNS0zMy43MzYsMjUuNzYzLTUxLjYwMSwzMC45OTctNTQuODM5bDAuMjQ0LTAuMTUyICAgYzAuNTY3LTAuMzY1LDAuOTYyLTAuOTQ0LDEuMDk2LTEuNjA2YzAuMTM0LTAuNjYxLTAuMDA2LTEuMzQ5LTAuMzg2LTEuOTA1Yy0xOC4wMTQtMjYuMzYyLTQ1LjYyNC0zMC4zMzUtNTYuNzQtMzAuODEzICAgYy0xLjYxMy0wLjE2MS0zLjI3OC0wLjI0Mi00Ljk1LTAuMjQyYy0xMy4wNTYsMC0yNS41NjMsNC45MzEtMzUuNjExLDguODkzYy02LjkzNiwyLjczNS0xMi45MjcsNS4wOTctMTcuMDU5LDUuMDk3ICAgYy00LjY0MywwLTEwLjY2OC0yLjM5MS0xNy42NDUtNS4xNTljLTkuMzMtMy43MDMtMTkuOTA1LTcuODk5LTMxLjEtNy44OTljLTAuMjY3LDAtMC41MywwLjAwMy0wLjc4OSwwLjAwOCAgIEM3OC44OTQsNzMuNjQzLDU0LjI5OCw4OC41MzUsNDAuNzM4LDExMi4xMTl6IiBmaWxsPSIjRkZGRkZGIi8+Cgk8cGF0aCBpZD0iWE1MSURfMjMwXyIgZD0iTTIxMi4xMDEsMC4wMDJjLTE1Ljc2MywwLjY0Mi0zNC42NzIsMTAuMzQ1LTQ1Ljk3NCwyMy41ODNjLTkuNjA1LDExLjEyNy0xOC45ODgsMjkuNjc5LTE2LjUxNiw0OC4zNzkgICBjMC4xNTUsMS4xNywxLjEwNywyLjA3MywyLjI4NCwyLjE2NGMxLjA2NCwwLjA4MywyLjE1LDAuMTI1LDMuMjMyLDAuMTI2YzE1LjQxMywwLDMyLjA0LTguNTI3LDQzLjM5NS0yMi4yNTcgICBjMTEuOTUxLTE0LjQ5OCwxNy45OTQtMzMuMTA0LDE2LjE2Ni00OS43N0MyMTQuNTQ0LDAuOTIxLDIxMy4zOTUtMC4wNDksMjEyLjEwMSwwLjAwMnoiIGZpbGw9IiNGRkZGRkYiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
}

.btn-google {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4Ij4KPHBvbHlnb24gc3R5bGU9ImZpbGw6IzVDREFERDsiIHBvaW50cz0iMjkuNTMsMCAyOS41MywyNTEuNTA5IDI5LjUzLDUxMiAyOTkuMDA0LDI1MS41MDkgIi8+Cjxwb2x5Z29uIHN0eWxlPSJmaWxsOiNCREVDQzQ7IiBwb2ludHM9IjM2OS4wNjcsMTgwLjU0NyAyNjIuMTc1LDExOS40NjcgMjkuNTMsMCAyOTkuMDA0LDI1MS41MDkgIi8+Cjxwb2x5Z29uIHN0eWxlPSJmaWxsOiNEQzY4QTE7IiBwb2ludHM9IjI5LjUzLDUxMiAyOS41Myw1MTIgMjYyLjE3NSwzODMuNTUxIDM2OS4wNjcsMzIyLjQ3IDI5OS4wMDQsMjUxLjUwOSAiLz4KPHBhdGggc3R5bGU9ImZpbGw6I0ZGQ0E5NjsiIGQ9Ik0zNjkuMDY3LDE4MC41NDdsLTcwLjA2Myw3MC45NjFsNzAuMDYzLDcwLjk2MWwxMDguNjg4LTYyLjg3N2M2LjI4OC0zLjU5Myw2LjI4OC0xMS42NzcsMC0xNS4yNyAgTDM2OS4wNjcsMTgwLjU0N3oiLz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
}

.btn-windows {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDQ4MCA0ODAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ4MCA0ODA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8cGF0aCBkPSJNMC4xNzYsMjI0TDAuMDAxLDY3Ljk2M2wxOTItMjYuMDcyVjIyNEgwLjE3NnogTTIyNC4wMDEsMzcuMjQxTDQ3OS45MzcsMHYyMjRIMjI0LjAwMVYzNy4yNDF6IE00NzkuOTk5LDI1NmwtMC4wNjIsMjI0ICAgbC0yNTUuOTM2LTM2LjAwOFYyNTZINDc5Ljk5OXogTTE5Mi4wMDEsNDM5LjkxOEwwLjE1Nyw0MTMuNjIxTDAuMTQ3LDI1NmgxOTEuODU0VjQzOS45MTh6IiBmaWxsPSIjMDBiY2YyIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
}

.btn-amazon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABICAYAAABV7bNHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0idXVpZDo1RDIwODkyNDkzQkZEQjExOTE0QTg1OTBEMzE1MDhDOCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1QjFCQzQ2QjRGNkQxMUU3OUY5REJEQzBGNkVBQUI5QiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1QjFCQzQ2QTRGNkQxMUU3OUY5REJEQzBGNkVBQUI5QiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2QUM1ODJFMkIxNEExMUUzQkY1NEUzQkNCRjlEODA1RSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2QUM1ODJFM0IxNEExMUUzQkY1NEUzQkNCRjlEODA1RSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pk2CzRIAAAcFSURBVHja5FxpbBZVFH2ULlhQCq2oiBWLWqCI0AoqKILgGo2KEqlGjSKKIuJaC9EgRKNYURL9YQ2KawKICO5RqZYYsKDFtS1VsSpaU2ypgQYo0HpP5lTGz2/pvNnrTU7yLXNn3px5775777tvurW3tysf5DDBEMEAwUmCEwX9+TsalCRoEfwuqBF8KagTVAt2e9nQZA+vdYRgimCi4GJBd41z7BK8LlgjeMOTVqMHuYxcwRrBgXZnZYegyO32d3NxiGG4LBVMdvkZN7JnfuzGyZNcavQkwXYPyIFkCsoED4SFoDsFHwpSPTb8CwQPO31Sp4fYbMFi5a9MEzwfRILGu2UHNORYwS9BGmIpgldVcGR+0GzQI3T0giKY1XoHZYjBAazHuTT1ywUrOOvtFfQQDBPMEmTYaNd0wZIgOIrzNB29zYKcBOcuseFIljjhKDoxxC7U0FkuGCnYmuC4ewVzNNt1ahCGGILNXy3qIOAcalEHAWuuRZ0/BUcKDvhppM/X0HlQQ+dtDZ0setm+zmKtFo9HCuM9jeuUabYv3e90x0uCfvReewoOZZAai3g4kjs1rlNnwz8LVKjRgwT1EeQIjicGCdoEM5gEsyonCGo19PIEVUFKmO0hGgRbnIwZ/fI4k1TXFtvEJgf8BtNo13R9mv1dgSDYpwJlJO6zaL/6MiLPofHXlX1hI+gYwVjBZYLBDHCz/u9DbKCgkK7AoLAZMTcJwpBZJLgozFbeLYKeFNzRFaZBpwk6TvCpClbyLDAEnS5Y39UcKacIynWInEbGa0i471DGUnMD7dk8XzxNB2IxrH/9wClcR5BmxVLRa4KvYjh3urEY4sAf/e5BT9sg5ynB7UGOxewSNFwZyXEduVIZyfpAi91g9SZNvVkWyWkPI0FYd7peQ289h2UoYkY7BI1SeinNpRo6PcJGEBzBMZq672u6EaEiCOSM09BrVsYKqlXJ12xnml8EwS/J0dDbRb/HK4LS/SIoW3CUhp5O4SbW/s+yERv6QlCa0qsgy1DWqy6m2ZjFJvtFEIZJq4beIcqoj7bSe4pt3N9UwdF+EIT1+D80dWdYOPYZZSTt7cg9fhD0vUpcmRFLrhOM7sRxJYJLHZipkbgr8JogeMPrbDT6E8EZMf7rJXjL7pOPkBf9SHecI/jAZsNB1HPKyP1gSp5CuCHIHCwU/OYVQZiN6ml4wyJPCO72Khb7S/CCCpfs93KIQVAp9p2HN7iKQbJOgu5spVHHbTcfhNKSxz0i5zHB5Zz6rQiKtvKUbpG7Q9uGNrS7K3Mjrrexk3pVgsygbIfaJDjF4V6DoqtL1H9rFDHEahPkiZBWucB2CxzegLbSwV5TnuDpF8TRfdape3Jjl94EQY0NYioFkzp5rdFR9Oe4suNwb2m2Xlh/c8xNNUiooarjZCJabgYBL2oWsWl3C92GGotNQBnNMga2M+U+VnVCBxnRkRyqiPX2MLbcKPjZfF/mNAKWjlNshhBmWccLjqJt6kuSujMbgOKmnWzQF8pY4GuznFYoza6Rm7lVGYVX7yY4fASzoWMYn/Wno4sHhcLzCkYH2DDc9C8/SC60gm4+DriaCl1FzhU8xIfVGVkopBdH9qBr6GkW8mnODqGnHE3OUwcXChoJ5MWbOQvmRMk8/lP2lxyRBLuKYxJFT1ieuZb5m9oQE/Q1CdhOpzGa5HF49TSFUTE9aWz6f5OfJ9B4olLs8JAShIC6Lg45iuHSN6bvdYlCDThnq03f72IWsUj5uIjnkCCffh97ViF/w8TRUT/ZZA5L4sViqERdEnFi5FO2KWMLZu+QEZPOdqP9jyrjnSG38L8BphHymTKVzCQKVlG5EVm4hC1GxUw8IdmVH3BiYF9K6W+h3Vkmg91RfDHRdPxiq9H8AhrtliiW/gb6MNUchsMCQgqcx9sEmwXfkghzj0ebc01OacdCwk/KeCmCijaLxZN3eFFUgZ0Wo0GLTA4ifKpKwQYPSYG3ji0LVzAdHEvgupirUvqYguwbIw+2siC3jd72XBX/FRDj1MF1+zo+xWoavgqlt18sUlI4tDHLDmfYMDiBzj72+FcifkeFGyrY8NqdspgZRYuxWD7H6pkWb6yVSbZ6+iVNNIgN/NzCYd/Ghwd7gf1nKOLsR0OKmGuIxUliJR3fyL1qvUzhzsBoMabukm4le8lUJsI7u06fynhohEfDDj0X1WxrY/yfyZl6plsp12UM+LCGtVUFRz5nFDA0DjmKPWe6irOM7tSGukV0tIrYOL9kLXs1gtKXnTih0zsOS9i48cpI5jd7QEoVPWMYa7zYabmTJ3erOLKcuJ+GfCx9qcE0jHakgQm21bSFFW6y73b1KDIEHxHzmZzKpt+RzxkpgxmEVHWwZA56uznDNNFd2ESXod7LMfu3AAMA3eQjZHI91/8AAAAASUVORK5CYII=);
}

.btn-scroll-top {
  display: block;
  position: fixed;
  right: -4.125rem;
  bottom: 1.25rem;
  width: 2.75rem;
  height: 2.75rem;
  transition: right 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.3s, background-color 0.25s ease-in-out;
  border-radius: 0.75rem;
  background-color: rgba(55, 56, 78, 0.25);
  color: #fff;
  text-align: center;
  opacity: 0;
  z-index: 1025;
}
.btn-scroll-top > .btn-scroll-top-icon {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 2.625rem;
}
.btn-scroll-top .btn-scroll-top-tooltip {
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
  transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
.btn-scroll-top:hover {
  background-color: rgba(55, 56, 78, 0.5);
  color: #fff;
}
.btn-scroll-top:hover .btn-scroll-top-tooltip {
  visibility: visible;
  opacity: 1;
}
.btn-scroll-top.show {
  right: 1.25rem;
  opacity: 1;
}
@media (max-width: 767.98px) {
  .btn-scroll-top {
    width: 2.2916666667rem;
    height: 2.2916666667rem;
    bottom: 1rem;
  }
  .btn-scroll-top > .btn-scroll-top-icon {
    line-height: 2.2916666667rem;
  }
  .btn-scroll-top.show {
    right: 1rem;
  }
}

.btn-like,
.btn-dislike {
  display: inline-block;
  padding: 0;
  padding-left: 0.625rem;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out;
  border: 0;
  background: 0;
  color: rgb(123.568, 124.5068, 151.732);
  font-size: 0.875rem;
  text-decoration: none !important;
  white-space: nowrap;
  vertical-align: middle;
}
.btn-like::before,
.btn-dislike::before {
  display: inline-block;
  margin-right: 0.375rem;
  font-family: "feather";
  font-size: 1.25em;
  vertical-align: middle;
}
.btn-like:first-child,
.btn-dislike:first-child {
  padding-right: 0.625rem;
  padding-left: 0;
  border-right: 1px solid rgb(226.5885714286, 226.5885714286, 238.2114285714);
}
.btn-like:focus,
.btn-dislike:focus {
  outline: none;
}
.btn-like:hover,
.btn-dislike:hover {
  color: #4a4b65;
}

.btn-like::before {
  margin-top: -0.325rem;
  color: #16c995;
  content: "\e9f5";
}

.btn-dislike::before {
  margin-bottom: -0.25rem;
  color: #f74f78;
  content: "\e9f4";
}

.social-btn {
  display: inline-block;
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
  border: 1px solid transparent;
  transition: border-color 0.25s ease-in-out, background-color 0.25s ease-in-out, color 0.25s ease-in-out;
  border-radius: 0.5rem;
  background-color: #f3f3f9;
  color: rgb(107.668, 108.6468, 137.032);
  font-size: 0.9375rem;
  text-align: center;
  text-decoration: none !important;
}
.social-btn > i {
  line-height: 2.125rem;
}
.social-btn:hover {
  color: #fff;
}
.social-btn:focus {
  outline: none;
}
.social-btn:active {
  transition: none;
  box-shadow: none !important;
}
.social-btn.sb-light {
  background-color: rgba(255, 255, 255, 0.08);
  color: #fff;
}
.social-btn.sb-light:hover {
  background-color: #fff !important;
  box-shadow: none !important;
}

.sb-lg {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.75rem;
  font-size: 1rem;
}
.sb-lg > i {
  line-height: 2.625rem;
}

.sb-sm {
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 0.5rem;
  font-size: 0.8125rem;
}
.sb-sm > i {
  line-height: 1.625rem;
}

.sb-outline {
  border-color: rgb(229.2769230769, 229.2769230769, 238.9230769231);
  background-color: transparent;
}
.sb-outline.sb-light {
  border-color: rgba(255, 255, 255, 0.14);
  background-color: transparent;
}
.sb-outline:hover {
  border-color: transparent;
}

.sb-round {
  border-radius: 50% !important;
}

.sb-facebook:hover {
  background-color: #3b5998;
}
.sb-facebook:hover.sb-light {
  color: #3b5998;
}

.sb-twitter:hover {
  background-color: #1da1f2;
}
.sb-twitter:hover.sb-light {
  color: #1da1f2;
}

.sb-instagram:hover {
  background-color: #5851db;
}
.sb-instagram:hover.sb-light {
  color: #5851db;
}

.sb-google:hover {
  background-color: #ea4335;
}
.sb-google:hover.sb-light {
  color: #ea4335;
}

.sb-linkedin:hover {
  background-color: #0077b5;
}
.sb-linkedin:hover.sb-light {
  color: #0077b5;
}

.sb-pinterest:hover {
  background-color: #bd081c;
}
.sb-pinterest:hover.sb-light {
  color: #bd081c;
}

.sb-tumblr:hover {
  background-color: #35465c;
}
.sb-tumblr:hover.sb-light {
  color: #35465c;
}

.sb-behance:hover {
  background-color: #1769ff;
}
.sb-behance:hover.sb-light {
  color: #1769ff;
}

.sb-dribbble:hover {
  background-color: #ea4c89;
}
.sb-dribbble:hover.sb-light {
  color: #ea4c89;
}

.sb-vk:hover {
  background-color: #45668e;
}
.sb-vk:hover.sb-light {
  color: #45668e;
}

.sb-odnoklassniki:hover {
  background-color: #ed812b;
}
.sb-odnoklassniki:hover.sb-light {
  color: #ed812b;
}

.sb-skype:hover {
  background-color: #00aff0;
}
.sb-skype:hover.sb-light {
  color: #00aff0;
}

.sb-hangouts:hover {
  background-color: #0f9d58;
}
.sb-hangouts:hover.sb-light {
  color: #0f9d58;
}

.sb-messenger:hover {
  background-color: #0084ff;
}
.sb-messenger:hover.sb-light {
  color: #0084ff;
}

.sb-viber:hover {
  background-color: #59267c;
}
.sb-viber:hover.sb-light {
  color: #59267c;
}

.sb-telegram:hover {
  background-color: #0088cc;
}
.sb-telegram:hover.sb-light {
  color: #0088cc;
}

.sb-youtube:hover {
  background-color: #ff0000;
}
.sb-youtube:hover.sb-light {
  color: #ff0000;
}

.sb-figma:hover {
  background-color: #a259ff;
}
.sb-figma:hover.sb-light {
  color: #a259ff;
}

.sb-vimeo:hover {
  background-color: #1ab7ea;
}
.sb-vimeo:hover.sb-light {
  color: #1ab7ea;
}

.sb-wechat:hover {
  background-color: #7bb32e;
}
.sb-wechat:hover.sb-light {
  color: #7bb32e;
}

.sb-github:hover {
  background-color: #4078c0;
}
.sb-github:hover.sb-light {
  color: #4078c0;
}

.sb-gitlab:hover {
  background-color: #fc6d26;
}
.sb-gitlab:hover.sb-light {
  color: #fc6d26;
}

.sb-paypal:hover {
  background-color: #003087;
}
.sb-paypal:hover.sb-light {
  color: #003087;
}

.sb-slack:hover {
  background-color: #3eb991;
}
.sb-slack:hover.sb-light {
  color: #3eb991;
}

.sb-trello:hover {
  background-color: #0079bf;
}
.sb-trello:hover.sb-light {
  color: #0079bf;
}

.sb-twitch:hover {
  background-color: #6441a5;
}
.sb-twitch:hover.sb-light {
  color: #6441a5;
}

.sb-rss:hover {
  background-color: #f26522;
}
.sb-rss:hover.sb-light {
  color: #f26522;
}

.sb-email:hover {
  background-color: #766df4;
}
.sb-email:hover.sb-light {
  color: #766df4;
}

.dropdown-toggle::after, .dropdown-toggle::before {
  display: inline-block;
  font-family: "feather";
  font-weight: normal;
  vertical-align: middle;
}
.dropdown-toggle::after {
  margin-left: 0.25rem;
  content: "\e92f";
}
.dropdown-toggle::before {
  margin-right: 0.25rem;
}

.dropdown-toggle:not(.dropdown-toggle-split)::before {
  margin-left: -0.25rem;
}
.dropdown-toggle:not(.dropdown-toggle-split)::after {
  margin-right: -0.25rem;
}

.dropdown .dropdown-toggle::before,
.dropup .dropdown-toggle::before,
.dropright .dropdown-toggle::before {
  display: none;
}

.dropup .dropdown-toggle::after {
  content: "\e932";
}

.dropright .dropdown-toggle::after {
  content: "\e931";
  vertical-align: bottom;
}

.dropleft .dropdown-toggle::before {
  content: "\e930";
  vertical-align: bottom;
}
.dropleft .dropdown-toggle::after {
  display: none;
}

.dropdown-menu {
  box-shadow: -0.0625rem 0 0.625rem 0 rgba(0, 0, 0, 0.07), 0.3125rem 1.25rem 2.5rem 0 rgba(0, 0, 0, 0.04);
  border: 0;
}
.dropdown-menu li {
  margin-bottom: 0;
}
.dropdown-menu li:hover > .dropdown-item {
  color: #766df4;
}
.dropdown-menu .active > .dropdown-item {
  color: #766df4;
}

.dropdown-header {
  margin-bottom: 0.25rem;
  padding-top: 0.425rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid #e9e9f2;
  font-size: 1rem;
  font-weight: 600;
}

.dropdown-divider {
  margin: 0.25rem 0;
}

.dropdown-item {
  position: relative;
  width: 100%;
  transition: all 0.25s ease-in-out;
  font-size: 0.875rem;
  font-weight: 500;
}
.dropdown-item.active {
  pointer-events: none;
  cursor: default;
}
.dropdown-item > i, .dropdown-item .badge {
  vertical-align: middle;
}

.dropdown-menu.show {
  animation: fade-in 0.25s ease-in-out;
}

.dropdown-toggle-split::after {
  margin-left: -0.0625rem !important;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes zoom-in {
  from {
    transform: scale(0.85rem);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.btn-group .btn-outline-secondary:hover, .btn-group .single-product .summary .yith-wcwl-add-to-wishlist:hover, .single-product .summary .btn-group .yith-wcwl-add-to-wishlist:hover, .btn-group .btn-outline-secondary:active, .btn-group .single-product .summary .yith-wcwl-add-to-wishlist:active, .single-product .summary .btn-group .yith-wcwl-add-to-wishlist:active, .btn-group .btn-outline-secondary.active, .btn-group .single-product .summary .active.yith-wcwl-add-to-wishlist, .single-product .summary .btn-group .active.yith-wcwl-add-to-wishlist {
  border-color: #e9e9f2 !important;
}

.btn-group-toggle .btn-outline-primary.active, .btn-group-toggle .btn-outline-primary:hover, .btn-group-toggle .btn-outline-primary:focus {
  border-color: transparent !important;
  background-color: rgba(118, 109, 244, 0.08) !important;
  color: #766df4 !important;
}
.btn-group-toggle .btn-outline-light.active, .btn-group-toggle .btn-outline-light:hover, .btn-group-toggle .btn-outline-light:focus {
  border-color: transparent !important;
  background-color: rgba(255, 255, 255, 0.08) !important;
  color: #fff !important;
}

.input-group-overlay {
  position: relative;
  width: 100%;
}
.input-group-overlay .prepended-form-control:not(.rounded-left-0) {
  padding-left: 2.5rem;
  border-top-left-radius: 0.75rem !important;
  border-bottom-left-radius: 0.75rem !important;
}
.input-group-overlay .appended-form-control:not(.rounded-right-0) {
  padding-right: 2.5rem;
  border-top-right-radius: 0.75rem !important;
  border-bottom-right-radius: 0.75rem !important;
}

.input-group-append-overlay,
.input-group-prepend-overlay {
  display: flex;
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 5;
}
.input-group-append-overlay .input-group-text,
.input-group-prepend-overlay .input-group-text {
  border: 0;
  background-color: transparent;
}

.input-group-append-overlay {
  right: 0;
}
.input-group-append-overlay .form-control, .input-group-append-overlay input:not([type=checkbox]):not([type=radio]):not([class]),
.input-group-append-overlay textarea:not([class]),
.input-group-append-overlay .custom-select,
.input-group-append-overlay .select2.select2-container .select2-selection--single,
.select2.select2-container .input-group-append-overlay .select2-selection--single,
.input-group-append-overlay .select2.select2-container .select2-selection--multiple,
.select2.select2-container .input-group-append-overlay .select2-selection--multiple,
.input-group-append-overlay select {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.input-group-prepend-overlay .form-control, .input-group-prepend-overlay input:not([type=checkbox]):not([type=radio]):not([class]),
.input-group-prepend-overlay textarea:not([class]),
.input-group-prepend-overlay .custom-select,
.input-group-prepend-overlay .select2.select2-container .select2-selection--single,
.select2.select2-container .input-group-prepend-overlay .select2-selection--single,
.input-group-prepend-overlay .select2.select2-container .select2-selection--multiple,
.select2.select2-container .input-group-prepend-overlay .select2-selection--multiple,
.input-group-prepend-overlay select {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.input-group-sm .appended-form-control {
  padding-right: 2rem;
}
.input-group-sm .prepended-form-control {
  padding-left: 2rem;
}
.input-group-sm > .input-group-prepend-overlay > .input-group-text,
.input-group-sm > .input-group-append-overlay > .input-group-text {
  padding: 0.425rem 1rem;
  font-size: 0.875rem;
}

.input-group-lg .appended-form-control {
  padding-right: 3rem !important;
}
.input-group-lg .prepended-form-control {
  padding-left: 3rem !important;
}
.input-group-lg > .input-group-prepend-overlay > .input-group-text,
.input-group-lg > .input-group-append-overlay > .input-group-text {
  padding: 0.75rem 1.25rem;
  font-size: 1.125rem;
}

.nav-link {
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out;
  font-weight: 500;
}
.nav-link.active:not([data-toggle=dropdown]) {
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  margin-bottom: 1.25rem;
  border: 0;
}
.nav-tabs .nav-link {
  border-radius: 0.75rem;
  color: #5a5b75;
}
.nav-tabs .nav-link:hover {
  color: #766df4;
}
.nav-tabs .nav-link > i {
  margin-top: -0.125rem;
}
.nav-tabs .nav-item {
  margin-bottom: 0;
}
.nav-tabs .nav-item.show .nav-link {
  border-color: transparent;
}
.nav-tabs .dropdown-menu {
  margin-top: 0;
  border-radius: 0.75rem;
}

.nav-tabs-light .nav-link {
  color: rgba(255, 255, 255, 0.7);
}
.nav-tabs-light .nav-link:hover {
  color: #fff;
}
.nav-tabs-light .nav-link.active {
  border-color: rgba(255, 255, 255, 0.25);
  color: #fff;
}
.nav-tabs-light .show .nav-link {
  border-color: rgba(255, 255, 255, 0.25);
  color: #fff !important;
}

.cs-media-tabs .nav-link {
  padding: 0.625rem;
  transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
  border-color: #e9e9f2;
  border-radius: 1rem;
}
.cs-media-tabs .nav-link .media {
  transition: opacity 0.25s ease-in-out;
  opacity: 0.72;
}
.cs-media-tabs .nav-link:hover, .cs-media-tabs .nav-link.active {
  border-color: rgba(118, 109, 244, 0.35);
  color: #5a5b75;
}
.cs-media-tabs .nav-link:hover .media, .cs-media-tabs .nav-link.active .media {
  opacity: 1;
}
.cs-media-tabs .nav-link.active {
  background-color: #fff;
  box-shadow: 0.1875rem 0.1875rem 0.625rem -0.125rem rgba(0, 0, 0, 0.09);
}
.cs-media-tabs.cs-media-tabs-light .nav-link {
  border-color: rgba(255, 255, 255, 0.14);
  color: #fff;
}
.cs-media-tabs.cs-media-tabs-light .nav-link:hover {
  border-color: rgba(255, 255, 255, 0.35);
}
.cs-media-tabs.cs-media-tabs-light .nav-link.active {
  color: #5a5b75;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .cs-media-tabs .nav-link .media {
    width: 16rem;
  }
  .cs-media-tabs.flex-column .nav-link .media {
    width: 100%;
  }
}
.cs-fancy-tabs {
  justify-content: space-between;
}
.cs-fancy-tabs .nav-link {
  display: block;
  position: relative;
  width: 152px;
  height: 152px;
  border: 0;
  text-align: center;
}
.cs-fancy-tabs .nav-link .cs-fancy-tab-text {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0.5625rem 1.25rem;
  transform: translateY(-50%);
  transition: color 0.25s ease-in-out, opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
  color: #9e9fb4;
  line-height: 1.4;
  z-index: 5;
}
.cs-fancy-tabs .nav-link .cs-fancy-tab-shape, .cs-fancy-tabs .nav-link::before, .cs-fancy-tabs .nav-link::after {
  display: block;
  position: absolute;
  transition: color 0.25s ease-in-out, opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  content: "";
}
.cs-fancy-tabs .nav-link .cs-fancy-tab-shape {
  top: 8px;
  left: 9px;
  width: 141px;
  height: 136px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='141' height='136' viewBox='0 0 141 136'%3e%3cdefs%3e%3clinearGradient x1='100%' y1='56.7401923%' x2='0%' y2='56.7401923%' id='linearGradient-1'%3e%3cstop stop-color='%236a9bf4' offset='0%'%3e%3c/stop%3e%3cstop stop-color='%23766df4' offset='67%'%3e%3c/stop%3e%3cstop stop-color='%23766df4' offset='100%'%3e%3c/stop%3e%3c/linearGradient%3e%3c/defs%3e%3cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e%3cg transform='translate%28-900.000000, -3315.000000%29' fill='url%28%23linearGradient-1%29'%3e%3cg transform='translate%282.000000, 3141.000000%29'%3e%3cg transform='translate%28506.000000, 167.000000%29'%3e%3cg transform='translate%28383.000000, 0.000000%29'%3e%3cpath d='M27.2602266,25.9990154 C-9.11920392,72.3295589 12.4827547,135.602003 60.1461146,142.008864 C107.809475,148.415726 150,123.490753 150,75.0878442 C150,26.684936 63.6396571,-20.3315281 27.2602266,25.9990154 Z'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  background-size: cover;
  z-index: 1;
}
.cs-fancy-tabs .nav-link::before {
  top: 1px;
  left: 8px;
  width: 144px;
  height: 140px;
  transform: scale(0.9);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='144' height='140' viewBox='0 0 144 140'%3e%3cdefs%3e%3clinearGradient x1='88.6756982%' y1='84.347423%' x2='4.80864136%' y2='26.3388134%' id='linearGradient-1'%3e%3cstop stop-color='%236a9bf4' offset='0%'%3e%3c/stop%3e%3cstop stop-color='%23766df4' offset='67%'%3e%3c/stop%3e%3cstop stop-color='%23766df4' offset='100%'%3e%3c/stop%3e%3c/linearGradient%3e%3c/defs%3e%3cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e%3cg transform='translate%28-899.000000, -3308.000000%29' fill='url%28%23linearGradient-1%29'%3e%3cg transform='translate%282.000000, 3141.000000%29'%3e%3cg transform='translate%28506.000000, 167.000000%29'%3e%3cg transform='translate%28383.000000, 0.000000%29'%3e%3cpath d='M62.9851149,2.34349468 C7.20709168,21.2388791 -8.98702653,86.0361531 27.6378217,117.472619 C64.2626698,148.909085 126.984793,146.726479 147.304071,115.404978 C167.623349,84.083476 118.763138,-16.5518897 62.9851149,2.34349468 Z'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  background-size: cover;
  z-index: 2;
}
.cs-fancy-tabs .nav-link::after {
  top: 12px;
  left: 0;
  width: 143px;
  height: 139px;
  transform: scale(0.8);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='143' height='139' viewBox='0 0 143 139'%3e%3cdefs%3e%3clinearGradient x1='90.1221807%' y1='17.6023579%' x2='18.1882007%' y2='91.5597184%' id='linearGradient-1'%3e%3cstop stop-color='%236a9bf4' offset='0%'%3e%3c/stop%3e%3cstop stop-color='%23766df4' offset='67%'%3e%3c/stop%3e%3cstop stop-color='%23766df4' offset='100%'%3e%3c/stop%3e%3c/linearGradient%3e%3c/defs%3e%3cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e%3cg transform='translate%28-891.000000, -3319.000000%29' fill='url%28%23linearGradient-1%29'%3e%3cg transform='translate%282.000000, 3141.000000%29'%3e%3cg transform='translate%28506.000000, 167.000000%29'%3e%3cg transform='translate%28383.000000, 0.000000%29'%3e%3cpath d='M0.226545142,78.6428487 C6.07066962,137.350137 65.4934992,167.748638 104.327822,139.07173 C143.162146,110.394823 155.146053,48.6712687 129.232145,21.7826583 C103.318238,-5.10595204 -5.61757933,19.9355606 0.226545142,78.6428487 Z'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  background-size: cover;
  z-index: 3;
}
.cs-fancy-tabs .nav-link:hover .cs-fancy-tab-text {
  color: #5a5b75;
}
.cs-fancy-tabs .nav-link.active .cs-fancy-tab-text {
  color: #fff !important;
}
.cs-fancy-tabs .nav-link.active .cs-fancy-tab-shape {
  opacity: 1;
}
.cs-fancy-tabs .nav-link.active::before, .cs-fancy-tabs .nav-link.active::after {
  transform: scale(1);
  opacity: 0.49;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .cs-fancy-tabs .nav-link .cs-fancy-tab-shape::before,
  .cs-fancy-tabs .nav-link .cs-fancy-tab-shape::after {
    display: none;
  }
  .cs-fancy-tabs .nav-link .cs-fancy-tab-shape {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: none;
    background-color: #766df4;
  }
}
@supports (-ms-ime-align: auto) {
  .cs-fancy-tabs .nav-link .cs-fancy-tab-shape::before,
  .cs-fancy-tabs .nav-link .cs-fancy-tab-shape::after {
    display: none;
  }
  .cs-fancy-tabs .nav-link .cs-fancy-tab-shape {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: none;
    background-color: #766df4;
  }
}
.nav-pills .nav-item {
  margin-bottom: 0;
}
.nav-pills .nav-link {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  background-color: #f7f7fc;
  color: #5a5b75;
  font-size: 1rem;
}
.nav-pills .nav-link:hover:not(.active):not([aria-expanded=true]) {
  color: #5a5b75;
  background-color: rgb(232.1636363636, 232.1636363636, 246.4363636364);
}
.nav-pills .nav-link.disabled {
  background-color: transparent;
  color: #9e9fb4;
}
.nav-pills .nav-link.disabled:hover:not(.active) {
  background-color: transparent;
}
.nav-pills .nav-link i {
  margin-top: -0.25rem;
}

.nav-tabs:not(.nav-fill):not(.nav-justified) .nav-item,
.nav-pills .nav-item {
  margin-right: 0.6666666667rem;
}
.nav-tabs:not(.nav-fill):not(.nav-justified) .nav-item:last-child,
.nav-pills .nav-item:last-child {
  margin-right: 0;
}
.nav-tabs:not(.nav-fill):not(.nav-justified).justify-content-center .nav-item,
.nav-pills.justify-content-center .nav-item {
  margin-right: 0.3333333333rem !important;
  margin-left: 0.3333333333rem !important;
}
.nav-tabs:not(.nav-fill):not(.nav-justified).justify-content-end .nav-item,
.nav-pills.justify-content-end .nav-item {
  margin-right: 0;
  margin-left: 0.6666666667rem;
}
.nav-tabs:not(.nav-fill):not(.nav-justified).justify-content-end .nav-item:last-child,
.nav-pills.justify-content-end .nav-item:last-child {
  margin-left: 0;
}
.nav-tabs:not(.nav-fill):not(.nav-justified).flex-column .nav-item,
.nav-pills.flex-column .nav-item {
  margin-right: 0 !important;
  margin-bottom: 0.6666666667rem;
  margin-left: 0 !important;
}
.nav-tabs:not(.nav-fill):not(.nav-justified).flex-column .nav-item:last-child,
.nav-pills.flex-column .nav-item:last-child {
  margin-bottom: 0;
}

.nav-indicator {
  display: inline-block;
  width: 0.3125rem;
  height: 0.3125rem;
  margin-top: -0.5rem;
  margin-left: 0.375rem;
  border-radius: 50%;
  background-color: #16c995;
}

.nav-link-style {
  display: inline-block;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out;
  color: #5a5b75;
  font-weight: 500;
  text-decoration: none;
}
.nav-link-style > i {
  transition: opacity 0.25s ease-in-out;
}
.nav-link-style:hover {
  color: #766df4;
  text-decoration: none;
}
.nav-link-style:hover > i {
  opacity: 1 !important;
}
.nav-link-style.active {
  color: #766df4;
  pointer-events: none;
  cursor: default;
}
.nav-link-style.active > i {
  opacity: 1 !important;
}
.nav-link-style.nav-link-light {
  color: rgba(255, 255, 255, 0.7);
}
.nav-link-style.nav-link-light:hover {
  color: #fff;
}
.nav-link-style.nav-link-light.active {
  color: #fff;
}

.nav-heading,
.nav-heading a,
.nav-heading .nav-heading-title {
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out;
  color: #4a4b65;
  font-weight: 600;
  text-decoration: none;
}
.nav-heading:hover, .nav-heading:hover .nav-heading-title,
.nav-heading a:hover,
.nav-heading a:hover .nav-heading-title,
.nav-heading .nav-heading-title:hover,
.nav-heading .nav-heading-title:hover .nav-heading-title {
  color: #766df4;
  text-decoration: none;
}
.nav-heading.active,
.nav-heading a.active,
.nav-heading .nav-heading-title.active {
  color: #766df4;
  pointer-events: none;
  cursor: default;
}

.cs-fancy-link {
  display: inline-block;
  position: relative;
  color: #766df4;
  font-weight: 500;
  text-decoration: none;
}
.cs-fancy-link::after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 0.0625rem;
  background-color: #766df4;
  content: "";
}
.cs-fancy-link:hover {
  color: #766df4;
  text-decoration: none;
}
.cs-fancy-link:hover::after {
  animation: linkUnderline 0.6s ease-in-out;
}
.cs-fancy-link.text-light {
  color: #fff;
}
.cs-fancy-link.text-light::after {
  background-color: #fff;
}
.cs-fancy-link.text-light:hover {
  color: #fff;
}

@keyframes linkUnderline {
  0% {
    width: 100%;
  }
  50% {
    width: 0;
  }
  100% {
    left: 0;
    width: 100%;
  }
}
.meta-link {
  transition: color 0.2s ease-in-out;
  color: rgb(120.712, 121.6712, 149.488);
  vertical-align: middle;
  text-decoration: none;
}
.meta-link:not(.media) {
  display: inline-block;
}
.meta-link:hover {
  color: rgb(76.6956521739, 77.547826087, 99.7043478261);
  text-decoration: none;
}
.meta-link > i {
  font-size: 1.25em;
  opacity: 0.75;
}

.meta-divider {
  display: inline-block;
  width: 1px;
  height: 1rem;
  margin: 0 0.625rem;
  background-color: rgb(223.3828571429, 223.3828571429, 236.3171428571);
  vertical-align: middle;
}

.radio-tab-pane {
  display: none;
}
.radio-tab-pane.active {
  display: block;
}

.cs-header {
  position: relative;
  z-index: 1030;
}

.navbar {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.navbar-box-shadow {
  box-shadow: 0 0.125rem 0.625rem -0.1875rem rgba(0, 0, 0, 0.1);
}

.navbar-floating {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.navbar-brand {
  font-weight: 500;
}

.navbar:not(.navbar-stuck) .navbar-stuck-btn,
.navbar-stuck .navbar-btn {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.navbar-stuck-logo {
  display: none;
}

.navbar-sticky.navbar-stuck {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  animation: navbar-show 0.25s;
  background-color: #fff;
  box-shadow: 0 0.125rem 0.625rem -0.1875rem rgba(0, 0, 0, 0.1);
  z-index: 1030;
}

@keyframes navbar-show {
  from {
    transform: translateY(-0.75rem);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.navbar-search {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.navbar-search .container {
  height: 100%;
  min-height: 100%;
}
.navbar-search .form-control, .navbar-search input:not([type=checkbox]):not([type=radio]):not([class]),
.navbar-search textarea:not([class]) {
  border: 0 !important;
  background-color: transparent !important;
  font-size: 1rem;
  box-shadow: none !important;
}
.navbar-search .close {
  font-size: 1.75rem;
  font-weight: 300;
}
.navbar-search.show {
  display: block;
  animation: fade-in 0.25s ease-in-out;
}

.navbar-nav {
  padding-top: 1rem;
}
.navbar-nav .nav-item {
  margin-bottom: 0;
  border-top: 1px solid #e9e9f2;
}
.navbar-nav .nav-link {
  padding: 0.875rem 1.125rem;
}
.navbar-nav .dropdown-menu {
  min-width: 12.5rem;
  margin: 0;
  margin-top: -0.5rem;
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}
.navbar-nav .dropdown-menu .dropdown-menu {
  padding-right: 1rem;
  padding-left: 1rem;
}

.navbar-tool {
  position: relative;
  display: flex;
  align-items: center;
  color: #5a5b75;
}
.navbar-tool > a {
  color: #5a5b75;
  transition: color 0.25s ease-in-out;
  text-decoration: none;
}
.navbar-tool > a:hover {
  color: #37384e;
  text-decoration: none;
}
.navbar-tool:hover > a {
  color: #37384e;
}
.navbar-tool .navbar-tool-icon-box {
  position: relative;
  width: 2.75rem;
  height: 2.75rem;
  font-size: 1.375rem;
  text-align: center;
}
.navbar-tool .navbar-tool-icon-box > i {
  line-height: 2.75rem;
}
.navbar-tool .navbar-tool-icon-box-img {
  padding: 0.125rem;
  border: 1px solid rgb(223.3828571429, 223.3828571429, 236.3171428571);
  border-radius: 50%;
}
.navbar-tool .navbar-tool-label {
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
  padding-left: 0.625rem;
  transition: color 0.25s ease-in-out;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none !important;
  white-space: nowrap;
}
.navbar-tool .navbar-tool-label > small {
  display: block;
  margin-bottom: -0.125rem;
  font-size: 85%;
  font-weight: normal;
  opacity: 0.75;
}
.navbar-tool .navbar-tool-badge {
  position: absolute;
  top: 0.125rem;
  right: -0.5625rem;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 50%;
  background-color: #766df4;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.125rem;
}
.navbar-tool.dropdown::after {
  position: absolute;
  left: 0;
  bottom: -0.75rem;
  width: 100%;
  height: 0.75rem;
  content: "";
}
.navbar-tool.dropdown .dropdown-toggle::after {
  margin-left: 0.125rem;
  font-size: 1.15em;
}
.navbar-tool .dropdown-menu {
  margin-top: 0.5rem !important;
}
@media (max-width: 991.98px) {
  .navbar-tool .dropdown-menu, .navbar-tool.dropdown .dropdown-toggle::after {
    display: none !important;
  }
}

.bg-primary .navbar-tool .navbar-tool-badge {
  color: #766df4;
  background-color: #fff;
}

.navbar-dark .navbar-nav .nav-item {
  border-color: rgba(255, 255, 255, 0.14) !important;
}
.navbar-dark .navbar-nav .dropdown-menu .dropdown-item {
  color: rgba(255, 255, 255, 0.7);
}
.navbar-dark .navbar-nav .dropdown-menu .dropdown-item:hover {
  color: #fff;
}
.navbar-dark .navbar-nav .dropdown-menu .dropdown-item.active {
  color: #fff;
}
.navbar-dark .navbar-nav .dropdown-menu .dropdown-item.disabled {
  color: rgba(255, 255, 255, 0.45);
}
.navbar-dark .navbar-nav .dropdown-header {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.14);
}
.navbar-dark .nav-link-style {
  color: rgba(255, 255, 255, 0.7);
}
.navbar-dark .nav-link-style:hover {
  color: #fff;
}
.navbar-dark .nav-link-style.active {
  color: #fff;
}
.navbar-dark .navbar-tool {
  color: #fff;
}
.navbar-dark .navbar-tool > a {
  color: #fff;
}
.navbar-dark .navbar-tool:hover > a {
  color: #fff;
}
.navbar-dark .navbar-tool .navbar-tool-icon-box-img {
  border-color: rgba(255, 255, 255, 0.15);
}

@media (min-width: 576px) {
  .navbar-expand-sm.navbar {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .navbar-expand-sm.navbar-sticky.navbar-stuck .navbar-floating-logo {
    display: none !important;
  }
  .navbar-expand-sm.navbar-sticky.navbar-stuck .navbar-stuck-logo {
    display: block;
  }
  .navbar-expand-sm .navbar-nav {
    position: relative;
    padding-top: 0;
  }
  .navbar-expand-sm .navbar-nav .nav-item {
    border: 0;
  }
  .navbar-expand-sm .navbar-nav .nav-item:hover > .nav-link:not(.disabled) {
    color: #766df4;
  }
  .navbar-expand-sm .navbar-nav .nav-item.active > .nav-link:not(.disabled) {
    color: #766df4;
  }
  .navbar-expand-sm .navbar-nav > .dropdown > .dropdown-toggle::after {
    display: none;
  }
  .navbar-expand-sm .dropdown-menu {
    margin-top: 0;
    box-shadow: -0.0625rem 0 0.625rem 0 rgba(0, 0, 0, 0.07), 0.3125rem 1.25rem 2.5rem 0 rgba(0, 0, 0, 0.04);
    border-color: #e9e9f2;
    background-color: #fff;
    border-color: #fff;
  }
  .navbar-expand-sm .dropdown-menu .dropdown-toggle {
    position: relative;
    padding-right: 1.625rem;
  }
  .navbar-expand-sm .dropdown-menu .dropdown-toggle::after {
    position: absolute;
    top: 50%;
    right: 0.8666666667rem;
    margin-top: 0.0625rem;
    transform: translateY(-50%);
    content: "\e931";
  }
  .navbar-expand-sm .dropdown-menu .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    width: auto;
    margin-top: -0.5rem;
    margin-right: 0;
    margin-left: -0.25rem;
    padding-right: 0;
    padding-left: 0;
    border-radius: 0.75rem;
    background-color: #fff;
  }
  .navbar-expand-sm .dropdown-menu.show {
    display: none;
  }
  .navbar-expand-sm .dropdown:hover > .dropdown-menu {
    display: block;
    animation: dropdown-show 0.25s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  .navbar-expand-sm .dropdown-mega {
    position: static;
  }
  .navbar-expand-sm .dropdown-mega > .dropdown-menu {
    width: auto;
    padding: 0 0.75rem;
    overflow: hidden;
  }
  .navbar-expand-sm .dropdown-mega:hover > .dropdown-menu {
    display: flex;
  }
  .navbar-expand-sm .dropdown-mega .dropdown-column {
    display: block;
    width: 15rem;
    min-width: 15rem;
    padding: 1.5rem 0.75rem;
  }
  .navbar-expand-sm .dropdown-mega .dropdown-column.dropdown-column-img {
    margin-right: 0.75rem;
    margin-left: -0.75rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .navbar-expand-sm .dropdown-mega .dropdown-column:last-child.dropdown-column-img {
    margin-right: -0.75rem;
    margin-left: 0.75rem;
  }
  .navbar-expand-sm .dropdown-mega .dropdown-column .dropdown-header {
    padding: 0 0 0.6375rem 0;
  }
  .navbar-expand-sm .dropdown-mega .dropdown-column .dropdown-item {
    padding-right: 0;
    padding-left: 0;
  }
  .navbar-expand-sm.navbar-dark .navbar-nav .nav-item:hover > .nav-link {
    color: #fff;
  }
  .navbar-expand-sm.navbar-dark .navbar-nav .nav-item.active > .nav-link {
    color: #fff;
  }
  .navbar-expand-sm.navbar-dark .navbar-nav .dropdown-menu .dropdown-item {
    color: #5a5b75;
  }
  .navbar-expand-sm.navbar-dark .navbar-nav .dropdown-menu .dropdown-item:hover {
    color: #766df4;
  }
  .navbar-expand-sm.navbar-dark .navbar-nav .dropdown-menu .dropdown-item.active {
    color: #766df4;
  }
  .navbar-expand-sm.navbar-dark .navbar-nav .dropdown-menu .dropdown-item.disabled {
    color: #9e9fb4;
  }
  .navbar-expand-sm.navbar-dark .navbar-nav .dropdown-menu .dropdown:hover > .dropdown-item {
    color: #766df4;
  }
  .navbar-expand-sm.navbar-dark .navbar-nav .dropdown-header {
    color: #4a4b65;
    border-color: #e9e9f2;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md.navbar {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .navbar-expand-md.navbar-sticky.navbar-stuck .navbar-floating-logo {
    display: none !important;
  }
  .navbar-expand-md.navbar-sticky.navbar-stuck .navbar-stuck-logo {
    display: block;
  }
  .navbar-expand-md .navbar-nav {
    position: relative;
    padding-top: 0;
  }
  .navbar-expand-md .navbar-nav .nav-item {
    border: 0;
  }
  .navbar-expand-md .navbar-nav .nav-item:hover > .nav-link:not(.disabled) {
    color: #766df4;
  }
  .navbar-expand-md .navbar-nav .nav-item.active > .nav-link:not(.disabled) {
    color: #766df4;
  }
  .navbar-expand-md .navbar-nav > .dropdown > .dropdown-toggle::after {
    display: none;
  }
  .navbar-expand-md .dropdown-menu {
    margin-top: 0;
    box-shadow: -0.0625rem 0 0.625rem 0 rgba(0, 0, 0, 0.07), 0.3125rem 1.25rem 2.5rem 0 rgba(0, 0, 0, 0.04);
    border-color: #e9e9f2;
    background-color: #fff;
    border-color: #fff;
  }
  .navbar-expand-md .dropdown-menu .dropdown-toggle {
    position: relative;
    padding-right: 1.625rem;
  }
  .navbar-expand-md .dropdown-menu .dropdown-toggle::after {
    position: absolute;
    top: 50%;
    right: 0.8666666667rem;
    margin-top: 0.0625rem;
    transform: translateY(-50%);
    content: "\e931";
  }
  .navbar-expand-md .dropdown-menu .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    width: auto;
    margin-top: -0.5rem;
    margin-right: 0;
    margin-left: -0.25rem;
    padding-right: 0;
    padding-left: 0;
    border-radius: 0.75rem;
    background-color: #fff;
  }
  .navbar-expand-md .dropdown-menu.show {
    display: none;
  }
  .navbar-expand-md .dropdown:hover > .dropdown-menu {
    display: block;
    animation: dropdown-show 0.25s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  .navbar-expand-md .dropdown-mega {
    position: static;
  }
  .navbar-expand-md .dropdown-mega > .dropdown-menu {
    width: auto;
    padding: 0 0.75rem;
    overflow: hidden;
  }
  .navbar-expand-md .dropdown-mega:hover > .dropdown-menu {
    display: flex;
  }
  .navbar-expand-md .dropdown-mega .dropdown-column {
    display: block;
    width: 15rem;
    min-width: 15rem;
    padding: 1.5rem 0.75rem;
  }
  .navbar-expand-md .dropdown-mega .dropdown-column.dropdown-column-img {
    margin-right: 0.75rem;
    margin-left: -0.75rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .navbar-expand-md .dropdown-mega .dropdown-column:last-child.dropdown-column-img {
    margin-right: -0.75rem;
    margin-left: 0.75rem;
  }
  .navbar-expand-md .dropdown-mega .dropdown-column .dropdown-header {
    padding: 0 0 0.6375rem 0;
  }
  .navbar-expand-md .dropdown-mega .dropdown-column .dropdown-item {
    padding-right: 0;
    padding-left: 0;
  }
  .navbar-expand-md.navbar-dark .navbar-nav .nav-item:hover > .nav-link {
    color: #fff;
  }
  .navbar-expand-md.navbar-dark .navbar-nav .nav-item.active > .nav-link {
    color: #fff;
  }
  .navbar-expand-md.navbar-dark .navbar-nav .dropdown-menu .dropdown-item {
    color: #5a5b75;
  }
  .navbar-expand-md.navbar-dark .navbar-nav .dropdown-menu .dropdown-item:hover {
    color: #766df4;
  }
  .navbar-expand-md.navbar-dark .navbar-nav .dropdown-menu .dropdown-item.active {
    color: #766df4;
  }
  .navbar-expand-md.navbar-dark .navbar-nav .dropdown-menu .dropdown-item.disabled {
    color: #9e9fb4;
  }
  .navbar-expand-md.navbar-dark .navbar-nav .dropdown-menu .dropdown:hover > .dropdown-item {
    color: #766df4;
  }
  .navbar-expand-md.navbar-dark .navbar-nav .dropdown-header {
    color: #4a4b65;
    border-color: #e9e9f2;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg.navbar {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .navbar-expand-lg.navbar-sticky.navbar-stuck .navbar-floating-logo {
    display: none !important;
  }
  .navbar-expand-lg.navbar-sticky.navbar-stuck .navbar-stuck-logo {
    display: block;
  }
  .navbar-expand-lg .navbar-nav {
    position: relative;
    padding-top: 0;
  }
  .navbar-expand-lg .navbar-nav .nav-item {
    border: 0;
  }
  .navbar-expand-lg .navbar-nav .nav-item:hover > .nav-link:not(.disabled) {
    color: #766df4;
  }
  .navbar-expand-lg .navbar-nav .nav-item.active > .nav-link:not(.disabled) {
    color: #766df4;
  }
  .navbar-expand-lg .navbar-nav > .dropdown > .dropdown-toggle::after {
    display: none;
  }
  .navbar-expand-lg .dropdown-menu {
    margin-top: 0;
    box-shadow: -0.0625rem 0 0.625rem 0 rgba(0, 0, 0, 0.07), 0.3125rem 1.25rem 2.5rem 0 rgba(0, 0, 0, 0.04);
    border-color: #e9e9f2;
    background-color: #fff;
    border-color: #fff;
  }
  .navbar-expand-lg .dropdown-menu .dropdown-toggle {
    position: relative;
    padding-right: 1.625rem;
  }
  .navbar-expand-lg .dropdown-menu .dropdown-toggle::after {
    position: absolute;
    top: 50%;
    right: 0.8666666667rem;
    margin-top: 0.0625rem;
    transform: translateY(-50%);
    content: "\e931";
  }
  .navbar-expand-lg .dropdown-menu .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    width: auto;
    margin-top: -0.5rem;
    margin-right: 0;
    margin-left: -0.25rem;
    padding-right: 0;
    padding-left: 0;
    border-radius: 0.75rem;
    background-color: #fff;
  }
  .navbar-expand-lg .dropdown-menu.show {
    display: none;
  }
  .navbar-expand-lg .dropdown:hover > .dropdown-menu {
    display: block;
    animation: dropdown-show 0.25s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  .navbar-expand-lg .dropdown-mega {
    position: static;
  }
  .navbar-expand-lg .dropdown-mega > .dropdown-menu {
    width: auto;
    padding: 0 0.75rem;
    overflow: hidden;
  }
  .navbar-expand-lg .dropdown-mega:hover > .dropdown-menu {
    display: flex;
  }
  .navbar-expand-lg .dropdown-mega .dropdown-column {
    display: block;
    width: 15rem;
    min-width: 15rem;
    padding: 1.5rem 0.75rem;
  }
  .navbar-expand-lg .dropdown-mega .dropdown-column.dropdown-column-img {
    margin-right: 0.75rem;
    margin-left: -0.75rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .navbar-expand-lg .dropdown-mega .dropdown-column:last-child.dropdown-column-img {
    margin-right: -0.75rem;
    margin-left: 0.75rem;
  }
  .navbar-expand-lg .dropdown-mega .dropdown-column .dropdown-header {
    padding: 0 0 0.6375rem 0;
  }
  .navbar-expand-lg .dropdown-mega .dropdown-column .dropdown-item {
    padding-right: 0;
    padding-left: 0;
  }
  .navbar-expand-lg.navbar-dark .navbar-nav .nav-item:hover > .nav-link {
    color: #fff;
  }
  .navbar-expand-lg.navbar-dark .navbar-nav .nav-item.active > .nav-link {
    color: #fff;
  }
  .navbar-expand-lg.navbar-dark .navbar-nav .dropdown-menu .dropdown-item {
    color: #5a5b75;
  }
  .navbar-expand-lg.navbar-dark .navbar-nav .dropdown-menu .dropdown-item:hover {
    color: #766df4;
  }
  .navbar-expand-lg.navbar-dark .navbar-nav .dropdown-menu .dropdown-item.active {
    color: #766df4;
  }
  .navbar-expand-lg.navbar-dark .navbar-nav .dropdown-menu .dropdown-item.disabled {
    color: #9e9fb4;
  }
  .navbar-expand-lg.navbar-dark .navbar-nav .dropdown-menu .dropdown:hover > .dropdown-item {
    color: #766df4;
  }
  .navbar-expand-lg.navbar-dark .navbar-nav .dropdown-header {
    color: #4a4b65;
    border-color: #e9e9f2;
  }
}
@media (min-width: 1280px) {
  .navbar-expand-xl.navbar {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .navbar-expand-xl.navbar-sticky.navbar-stuck .navbar-floating-logo {
    display: none !important;
  }
  .navbar-expand-xl.navbar-sticky.navbar-stuck .navbar-stuck-logo {
    display: block;
  }
  .navbar-expand-xl .navbar-nav {
    position: relative;
    padding-top: 0;
  }
  .navbar-expand-xl .navbar-nav .nav-item {
    border: 0;
  }
  .navbar-expand-xl .navbar-nav .nav-item:hover > .nav-link:not(.disabled) {
    color: #766df4;
  }
  .navbar-expand-xl .navbar-nav .nav-item.active > .nav-link:not(.disabled) {
    color: #766df4;
  }
  .navbar-expand-xl .navbar-nav > .dropdown > .dropdown-toggle::after {
    display: none;
  }
  .navbar-expand-xl .dropdown-menu {
    margin-top: 0;
    box-shadow: -0.0625rem 0 0.625rem 0 rgba(0, 0, 0, 0.07), 0.3125rem 1.25rem 2.5rem 0 rgba(0, 0, 0, 0.04);
    border-color: #e9e9f2;
    background-color: #fff;
    border-color: #fff;
  }
  .navbar-expand-xl .dropdown-menu .dropdown-toggle {
    position: relative;
    padding-right: 1.625rem;
  }
  .navbar-expand-xl .dropdown-menu .dropdown-toggle::after {
    position: absolute;
    top: 50%;
    right: 0.8666666667rem;
    margin-top: 0.0625rem;
    transform: translateY(-50%);
    content: "\e931";
  }
  .navbar-expand-xl .dropdown-menu .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    width: auto;
    margin-top: -0.5rem;
    margin-right: 0;
    margin-left: -0.25rem;
    padding-right: 0;
    padding-left: 0;
    border-radius: 0.75rem;
    background-color: #fff;
  }
  .navbar-expand-xl .dropdown-menu.show {
    display: none;
  }
  .navbar-expand-xl .dropdown:hover > .dropdown-menu {
    display: block;
    animation: dropdown-show 0.25s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  .navbar-expand-xl .dropdown-mega {
    position: static;
  }
  .navbar-expand-xl .dropdown-mega > .dropdown-menu {
    width: auto;
    padding: 0 0.75rem;
    overflow: hidden;
  }
  .navbar-expand-xl .dropdown-mega:hover > .dropdown-menu {
    display: flex;
  }
  .navbar-expand-xl .dropdown-mega .dropdown-column {
    display: block;
    width: 15rem;
    min-width: 15rem;
    padding: 1.5rem 0.75rem;
  }
  .navbar-expand-xl .dropdown-mega .dropdown-column.dropdown-column-img {
    margin-right: 0.75rem;
    margin-left: -0.75rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .navbar-expand-xl .dropdown-mega .dropdown-column:last-child.dropdown-column-img {
    margin-right: -0.75rem;
    margin-left: 0.75rem;
  }
  .navbar-expand-xl .dropdown-mega .dropdown-column .dropdown-header {
    padding: 0 0 0.6375rem 0;
  }
  .navbar-expand-xl .dropdown-mega .dropdown-column .dropdown-item {
    padding-right: 0;
    padding-left: 0;
  }
  .navbar-expand-xl.navbar-dark .navbar-nav .nav-item:hover > .nav-link {
    color: #fff;
  }
  .navbar-expand-xl.navbar-dark .navbar-nav .nav-item.active > .nav-link {
    color: #fff;
  }
  .navbar-expand-xl.navbar-dark .navbar-nav .dropdown-menu .dropdown-item {
    color: #5a5b75;
  }
  .navbar-expand-xl.navbar-dark .navbar-nav .dropdown-menu .dropdown-item:hover {
    color: #766df4;
  }
  .navbar-expand-xl.navbar-dark .navbar-nav .dropdown-menu .dropdown-item.active {
    color: #766df4;
  }
  .navbar-expand-xl.navbar-dark .navbar-nav .dropdown-menu .dropdown-item.disabled {
    color: #9e9fb4;
  }
  .navbar-expand-xl.navbar-dark .navbar-nav .dropdown-menu .dropdown:hover > .dropdown-item {
    color: #766df4;
  }
  .navbar-expand-xl.navbar-dark .navbar-nav .dropdown-header {
    color: #4a4b65;
    border-color: #e9e9f2;
  }
}
.navbar-expand.navbar {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.navbar-expand.navbar-sticky.navbar-stuck .navbar-floating-logo {
  display: none !important;
}
.navbar-expand.navbar-sticky.navbar-stuck .navbar-stuck-logo {
  display: block;
}
.navbar-expand .navbar-nav {
  position: relative;
  padding-top: 0;
}
.navbar-expand .navbar-nav .nav-item {
  border: 0;
}
.navbar-expand .navbar-nav .nav-item:hover > .nav-link:not(.disabled) {
  color: #766df4;
}
.navbar-expand .navbar-nav .nav-item.active > .nav-link:not(.disabled) {
  color: #766df4;
}
.navbar-expand .navbar-nav > .dropdown > .dropdown-toggle::after {
  display: none;
}
.navbar-expand .dropdown-menu {
  margin-top: 0;
  box-shadow: -0.0625rem 0 0.625rem 0 rgba(0, 0, 0, 0.07), 0.3125rem 1.25rem 2.5rem 0 rgba(0, 0, 0, 0.04);
  border-color: #e9e9f2;
  background-color: #fff;
  border-color: #fff;
}
.navbar-expand .dropdown-menu .dropdown-toggle {
  position: relative;
  padding-right: 1.625rem;
}
.navbar-expand .dropdown-menu .dropdown-toggle::after {
  position: absolute;
  top: 50%;
  right: 0.8666666667rem;
  margin-top: 0.0625rem;
  transform: translateY(-50%);
  content: "\e931";
}
.navbar-expand .dropdown-menu .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  width: auto;
  margin-top: -0.5rem;
  margin-right: 0;
  margin-left: -0.25rem;
  padding-right: 0;
  padding-left: 0;
  border-radius: 0.75rem;
  background-color: #fff;
}
.navbar-expand .dropdown-menu.show {
  display: none;
}
.navbar-expand .dropdown:hover > .dropdown-menu {
  display: block;
  animation: dropdown-show 0.25s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.navbar-expand .dropdown-mega {
  position: static;
}
.navbar-expand .dropdown-mega > .dropdown-menu {
  width: auto;
  padding: 0 0.75rem;
  overflow: hidden;
}
.navbar-expand .dropdown-mega:hover > .dropdown-menu {
  display: flex;
}
.navbar-expand .dropdown-mega .dropdown-column {
  display: block;
  width: 15rem;
  min-width: 15rem;
  padding: 1.5rem 0.75rem;
}
.navbar-expand .dropdown-mega .dropdown-column.dropdown-column-img {
  margin-right: 0.75rem;
  margin-left: -0.75rem;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.navbar-expand .dropdown-mega .dropdown-column:last-child.dropdown-column-img {
  margin-right: -0.75rem;
  margin-left: 0.75rem;
}
.navbar-expand .dropdown-mega .dropdown-column .dropdown-header {
  padding: 0 0 0.6375rem 0;
}
.navbar-expand .dropdown-mega .dropdown-column .dropdown-item {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand.navbar-dark .navbar-nav .nav-item:hover > .nav-link {
  color: #fff;
}
.navbar-expand.navbar-dark .navbar-nav .nav-item.active > .nav-link {
  color: #fff;
}
.navbar-expand.navbar-dark .navbar-nav .dropdown-menu .dropdown-item {
  color: #5a5b75;
}
.navbar-expand.navbar-dark .navbar-nav .dropdown-menu .dropdown-item:hover {
  color: #766df4;
}
.navbar-expand.navbar-dark .navbar-nav .dropdown-menu .dropdown-item.active {
  color: #766df4;
}
.navbar-expand.navbar-dark .navbar-nav .dropdown-menu .dropdown-item.disabled {
  color: #9e9fb4;
}
.navbar-expand.navbar-dark .navbar-nav .dropdown-menu .dropdown:hover > .dropdown-item {
  color: #766df4;
}
.navbar-expand.navbar-dark .navbar-nav .dropdown-header {
  color: #4a4b65;
  border-color: #e9e9f2;
}

.topbar {
  position: relative;
  padding: 0.625rem 15px;
  color: rgb(107.668, 108.6468, 137.032);
  font-size: 0.875rem;
}

.topbar-link {
  display: inline-block;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out;
  color: rgb(107.668, 108.6468, 137.032);
  font-weight: 500;
  text-decoration: none;
}
.topbar-link:hover {
  color: rgb(61.3270676692, 62.4421052632, 86.9729323308);
  text-decoration: none;
}
.topbar-link.active {
  color: rgb(61.3270676692, 62.4421052632, 86.9729323308);
  user-select: none;
  cursor: default;
}

.dropdown.show > .topbar-link {
  color: rgb(61.3270676692, 62.4421052632, 86.9729323308);
}

.topbar-dark {
  color: rgba(255, 255, 255, 0.7);
}
.topbar-dark .topbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.topbar-dark .topbar-link:hover {
  color: #fff;
}
.topbar-dark .topbar-link.active {
  color: #fff;
}
.topbar-dark .dropdown.show > .topbar-link {
  color: #fff;
}

@keyframes dropdown-show {
  from {
    transform: scale(0.9);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
a.card:hover,
a.card-body:hover {
  text-decoration: none;
}

.card-img,
.card-img-top,
.card-img-bottom {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.card-img > img,
.card-img-top > img,
.card-img-bottom > img {
  display: block;
  width: 100%;
}

.card-img-gradient::after,
.card-img-overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease-in-out;
  content: "";
  opacity: 0;
}
.card:hover > .card-img-gradient::after,
.card:hover > .card-img-overlay {
  opacity: 1;
}

.card-img-gradient::after {
  background: rgba(118, 109, 244, 0.3);
  background: linear-gradient(to top, rgba(118, 109, 244, 0.8) 0%, rgba(118, 109, 244, 0.3) 35%, rgba(118, 109, 244, 0) 100%);
}

.card-img-overlay {
  display: flex;
  flex-direction: column;
  border-radius: 1rem;
  background-color: rgba(74, 75, 101, 0.6);
  z-index: 5;
}

.card-body,
.card-header {
  position: relative;
  z-index: 5;
}

.card-curved-body {
  overflow: hidden;
}
.card-curved-body .card-body {
  padding-top: 0.375rem;
  z-index: 2;
}
.card-curved-body .card-body::before {
  display: block;
  position: absolute;
  top: -20px;
  left: -15%;
  width: 130%;
  height: 90px;
  border-radius: 50%;
  background-color: #fff;
  z-index: -1;
  content: "";
}

.card-hover {
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.card.card-hover:hover,
.card.card-active {
  border-color: rgba(118, 109, 244, 0.35) !important;
  box-shadow: 0.1875rem 0.1875rem 0.625rem -0.125rem rgba(0, 0, 0, 0.09) !important;
}

.card-hover.border-0::before,
.card-active.border-0::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s ease-in-out;
  border: 1px solid rgba(118, 109, 244, 0.35);
  border-radius: 1rem;
  content: "";
  z-index: 3;
  opacity: 0;
}
.card-hover.border-0:hover::before,
.card-active.border-0:hover::before {
  opacity: 1;
}
.card-hover.border-0 a.card-img,
.card-hover.border-0 a.card-img-top,
.card-hover.border-0 a.card-img-bottom,
.card-active.border-0 a.card-img,
.card-active.border-0 a.card-img-top,
.card-active.border-0 a.card-img-bottom {
  z-index: 4;
}

.card-active.border-0::before {
  opacity: 1;
}

.card-horizontal .card-img-top,
.card-horizontal .card-img-bottom {
  min-height: 15rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 576px) {
  .card-horizontal {
    flex-direction: row;
  }
  .card-horizontal .card-body {
    padding: 1.9875rem;
  }
  .card-horizontal .card-img-top,
  .card-horizontal .card-img-bottom {
    width: 43%;
  }
  .card-horizontal .card-img-top {
    border-radius: 0;
    border-top-left-radius: calc(1rem - 1px);
    border-bottom-left-radius: calc(1rem - 1px);
  }
  .card-horizontal .card-img-top.order-sm-2 {
    border-radius: 0;
    border-top-right-radius: calc(1rem - 1px);
    border-bottom-right-radius: calc(1rem - 1px);
  }
}

.card-flip {
  border: 0;
  border-radius: 0;
  background-color: transparent;
  perspective: 1000px;
}
.card-flip .card-img,
.card-flip .card-img-top,
.card-flip .card-img-bottom,
.card-flip .card-body {
  position: static;
}

.card-flip-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease-in-out;
  transform-style: preserve-3d;
}

.card-flip-front,
.card-flip-back {
  border-radius: 1rem;
  backface-visibility: hidden;
}

.card-flip-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotateY(180deg);
  border: 1px solid rgba(118, 109, 244, 0.35);
  background-color: #fff;
  color: inherit;
  text-decoration: none;
  box-shadow: 0.1875rem 0.1875rem 0.625rem -0.125rem rgba(0, 0, 0, 0.09);
}
.card-flip-back .card-body {
  display: table;
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.card-flip-back .card-body .card-body-inner {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.card-flip-back:hover {
  color: inherit;
  text-decoration: none;
}

.card-flip:hover .card-flip-inner {
  transform: rotateY(180deg);
}

.card-slide {
  border: 0;
}
.card-slide .card-slide-inner {
  border-radius: 1rem;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.card-slide .card-img {
  transition: transform 0.3s ease-in-out;
}
.card-slide .card-body {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  transform: translateY(125%);
  transition: transform 0.3s ease-in-out;
  background-color: #fff;
}
.card-slide:hover .card-body {
  transform: translateY(0);
}
.card-slide:hover .card-img {
  transform: scale(1.06) translateY(-2rem);
}

.card-header-tabs {
  margin-bottom: 0;
}

.card-floating-icon {
  display: block;
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 3rem;
  height: 3rem;
  transition: all 0.25s ease-in-out;
  background-color: #fff;
  border: 1px solid #e9e9f2;
  border-radius: 50%;
  box-shadow: 0 0 0.625rem -0.1875rem rgba(0, 0, 0, 0.13);
  border: 0;
  color: #766df4;
  font-size: 1.1875rem;
  text-align: center;
  text-decoration: none;
  z-index: 5;
}
.card-floating-icon > i {
  line-height: 2.875rem;
  line-height: 3rem;
}
.card-hover .card-floating-icon {
  transform: scale(0.85);
  opacity: 0;
}
.card-hover:hover .card-floating-icon {
  transform: scale(1);
  opacity: 1;
}

a.card-floating-icon:hover {
  color: rgb(73.4968152866, 61.5732484076, 240.4267515924);
}

.card-floating-text {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 1.5rem;
  transition: opacity 0.25s ease-in-out;
  z-index: 5;
  opacity: 0;
}
.card-floating-text > i {
  margin-top: -0.125rem;
}

.card:hover .card-floating-text {
  opacity: 1;
}

.accordion > .card {
  margin-bottom: 0.75rem;
}
.accordion > .card:last-child {
  margin-bottom: 0;
}
.accordion > .card:not(:first-of-type), .accordion > .card:not(:last-of-type) {
  border: 1px solid rgba(0, 0, 0, 0.085);
  border-radius: 1rem;
}
.accordion > .card .card-body {
  padding-top: 0;
}
.accordion .card-header {
  padding: 0;
  border: 0;
}
.accordion .accordion-heading {
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 600;
}
.accordion .accordion-heading > a {
  display: block;
  position: relative;
  padding: 1.09375rem 1.5rem;
  padding-right: 3.625rem;
  color: #766df4;
}
.accordion .accordion-heading > a.collapsed {
  color: #4a4b65;
}
.accordion .accordion-heading > a:hover {
  color: #766df4;
  text-decoration: none;
}
.accordion .accordion-indicator {
  display: block;
  position: absolute;
  top: 50%;
  right: 0.875rem;
  width: 2.125rem;
  height: 2.125rem;
  margin-top: -1.0625rem;
  transition: color 0.2s ease-in-out;
  font-size: 1.25rem;
  font-weight: normal;
  line-height: 2rem;
  text-align: center;
}
.accordion .accordion-indicator::before {
  content: "-";
}
.accordion [data-toggle=collapse]:hover i {
  color: #766df4;
}
.accordion [data-toggle=collapse] i {
  transition: color 0.25s ease-in-out;
  color: #766df4;
}
.accordion .collapsed .accordion-indicator::before {
  content: "+";
}
.accordion .collapsed i {
  color: #9e9fb4;
}

@media (max-width: 767.98px) {
  .card-columns {
    column-count: 2;
  }
}
@media (max-width: 575.98px) {
  .card-columns {
    column-count: 1;
  }
}

.card-body > .blockquote {
  margin-bottom: 0;
  padding-top: 5rem !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.card-body > .blockquote::before {
  top: 0;
}

.card *,
.flex-column * {
  min-height: 0.01px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .card .card {
    display: block;
  }
}
.breadcrumb-item {
  font-weight: 500;
}
.breadcrumb-item::before {
  margin-top: -0.0625rem;
  font-family: "feather";
  font-size: 1.2em;
  font-weight: normal;
  vertical-align: middle;
}
.breadcrumb-item > a {
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out;
  color: #5a5b75;
}
.breadcrumb-item > a:hover {
  color: #766df4;
  text-decoration: none;
}
.breadcrumb-item > a > i {
  margin-top: -0.0625rem;
  margin-right: 0.325rem;
  font-size: 1.05em;
  vertical-align: middle;
}
.breadcrumb-item.active {
  cursor: default;
}

.breadcrumb-light .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.5);
}
.breadcrumb-light .breadcrumb-item > a {
  color: #fff;
}
.breadcrumb-light .breadcrumb-item > a:hover {
  color: #fff;
}
.breadcrumb-light .breadcrumb-item.active {
  color: rgba(255, 255, 255, 0.5);
}

.pagination {
  margin-bottom: 0;
  user-select: none;
}

.page-link {
  position: relative;
  transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out;
  font-weight: 500;
}
.page-link.page-link-static:hover {
  border-color: transparent;
  background-color: transparent;
  color: #5a5b75;
}
.page-link > i {
  margin-top: -0.125rem;
  font-size: 1.5em;
  vertical-align: middle;
}

.page-item {
  margin: 0.15rem;
}
.page-item.active {
  cursor: default;
}

.pagination .page-link {
  border-radius: 0.5rem;
  font-size: 0.875rem;
}

.pagination-sm .page-link {
  border-radius: 0.5rem;
  font-size: 0.8125rem;
}

.pagination-lg .page-link {
  border-radius: 0.75rem;
  font-size: 1rem;
}
.pagination-lg .page-link > i {
  margin-top: 0;
}

.cs-entry-nav {
  display: block;
  width: 100%;
  max-width: 16rem;
  text-decoration: none;
}
.cs-entry-nav:hover {
  text-decoration: none;
}
.cs-entry-nav .cs-entry-nav-thumb {
  width: 4rem;
}
.cs-entry-nav .cs-entry-nav-thumb > img {
  display: block;
  width: 100%;
  border-radius: 0.75rem;
}

.badge-primary, .badge-success,
.badge-info, .badge-warning,
.badge-danger, .badge-dark {
  color: #fff;
}
.badge-primary:hover, .badge-primary:focus, .badge-success:hover, .badge-success:focus,
.badge-info:hover,
.badge-info:focus, .badge-warning:hover, .badge-warning:focus,
.badge-danger:hover,
.badge-danger:focus, .badge-dark:hover, .badge-dark:focus {
  color: #fff !important;
}

.badge-secondary,
.badge-light {
  color: #4a4b65;
}

.badge-floating {
  position: absolute;
  top: 1.5rem;
  left: 0;
  z-index: 5;
}
.card:not(.border-0):not(.card-category) .badge-floating {
  left: -1px;
}
.badge-floating:not(.badge-floating-right) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.badge-floating.badge-floating-right {
  left: auto !important;
  right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.card:not(.border-0):not(.card-category) .badge-floating.badge-floating-right {
  right: -1px;
}

.badge-lg {
  padding-top: 0.625rem;
  padding-right: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1rem;
  font-size: 1rem;
  font-weight: 500;
}
.badge-lg:not(.badge-floating-right) {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.badge-lg.badge-floating-right {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.alert-secondary {
  border-color: #e9e9f2;
  background-color: #f7f7fc;
}

.alert-secondary,
.alert-light {
  color: #737491;
}
.alert-secondary a:not(.btn),
.alert-light a:not(.btn) {
  color: #4a4b65 !important;
}

.alert-dark {
  border-color: #37384e;
  background-color: #37384e;
  color: #fff;
}
.alert-dark > *,
.alert-dark a:not(.btn) {
  color: #fff !important;
}

.alert a:not(.btn), .woocommerce-error a:not(.btn) {
  text-decoration: underline;
}
.alert a:not(.btn):hover, .woocommerce-error a:not(.btn):hover {
  text-decoration: none;
}

.alert .close:hover, .woocommerce-error .close:hover {
  color: inherit;
}

.alert-dismissible {
  padding-right: 2.625rem;
}

.alert-bg-image {
  border: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: padding-box;
}

.list-group-item {
  margin-bottom: 0;
}

.list-group-item-action {
  transition: all 0.2s ease-in-out;
  font-weight: 500;
}
.list-group-item-action:active {
  transition: none;
}

.list-group-item-primary {
  color: rgb(99.12, 91.56, 204.96);
  background-color: rgb(238.56, 237.48, 253.68);
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: rgb(69.3284317032, 60.3235750422, 195.3964249578);
  background-color: rgb(225.209044586, 223.2519745223, 252.6080254777);
}

.list-group-item-secondary {
  color: rgb(207.48, 207.48, 211.68);
  background-color: rgb(254.04, 254.04, 254.64);
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: rgb(186.1368031704, 186.1368031704, 192.2231968296);
  background-color: rgb(242.9127272727, 242.9127272727, 250.4672727273);
}

.list-group-item-success {
  color: rgb(18.48, 168.84, 125.16);
  background-color: rgb(227.04, 248.52, 242.28);
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: rgb(14.4548878924, 132.0651121076, 97.8990134529);
  background-color: rgb(214.6187456446, 245.6412543554, 236.6291289199);
}

.list-group-item-info {
  color: rgb(89.04, 130.2, 204.96);
  background-color: rgb(237.12, 243, 253.68);
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: rgb(58.658, 106.9066666667, 194.542);
  background-color: rgb(222.871875, 233.4375, 252.628125);
}

.list-group-item-warning {
  color: rgb(214.2, 148.68, 77.28);
  background-color: rgb(255, 245.64, 235.44);
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: rgb(203.8753871499, 128.7126853377, 46.8046128501);
  background-color: rgb(255, 238.3185276074, 220.14);
}

.list-group-item-danger {
  color: rgb(207.48, 66.36, 100.8);
  background-color: rgb(254.04, 233.88, 238.8);
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: rgb(186.147804878, 46.892195122, 80.877195122);
  background-color: rgb(253.3747826087, 219.2452173913, 227.5744565217);
}

.list-group-item-light {
  color: rgb(214.2, 214.2, 214.2);
  background-color: white;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: rgb(193.8, 193.8, 193.8);
  background-color: rgb(247.35, 247.35, 247.35);
}

.list-group-item-dark {
  color: rgb(46.2, 47.04, 65.52);
  background-color: rgb(231, 231.12, 233.76);
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: rgb(29.3278195489, 29.8610526316, 41.5921804511);
  background-color: rgb(222.8832891247, 223.043872679, 226.5767108753);
}

.list-group-item-secondary,
.list-group-item-light {
  color: #737491 !important;
}
.list-group-item-secondary a,
.list-group-item-light a {
  color: #737491 !important;
}

.list-group-item-secondary {
  background-color: #f7f7fc !important;
}

.list-group-item-dark,
.list-group-item-dark:hover,
.list-group-item-dark:focus {
  background-color: #37384e !important;
  color: #fff !important;
}

.close {
  transition: opacity 0.15s ease-in-out;
  opacity: 0.7;
}
.close:focus {
  outline: none;
}
.close:not(:disabled):not(.disabled):hover {
  opacity: 1;
}

.toast {
  box-shadow: -0.0625rem 0 0.625rem 0 rgba(0, 0, 0, 0.07), 0.3125rem 1.25rem 2.5rem 0 rgba(0, 0, 0, 0.04);
  border-color: transparent;
}

.toast-header {
  color: #4a4b65;
  font-weight: 600;
}
.toast-header [class*=fe-] {
  font-size: 1.25em;
}
.toast-header:not([class*=bg-]) {
  border-bottom: 1px solid #e9e9f2;
}

.modal-view {
  display: none;
}
.modal-view.active {
  display: block;
  animation: fade-in 0.25s ease-in-out;
}

.popover {
  box-shadow: -0.0625rem 0 0.625rem 0 rgba(0, 0, 0, 0.07), 0.3125rem 1.25rem 2.5rem 0 rgba(0, 0, 0, 0.04);
}

.popover-header {
  font-size: 1rem;
}

.popover-body {
  font-size: 0.8125rem;
}

.popover.bs-popover-bottom .arrow::after, .popover.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-bottom-color: #fff;
}

.cs-from-top, .cs-from-bottom,
.cs-from-left, .cs-from-right,
.cs-scale-up, .cs-scale-down,
.cs-fade-in {
  transition: all 0.4s 0.3s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}

.cs-from-top {
  transform: translateY(-2.25rem);
}

.cs-from-bottom {
  transform: translateY(2.25rem);
}

.cs-from-left {
  transform: translateX(-2.25rem);
}

.cs-from-right {
  transform: translateX(2.25rem);
}

.cs-scale-up {
  transform: scale(0.85);
}

.cs-scale-down {
  transform: scale(1.15);
}

.cs-delay-1 {
  transition-delay: 0.5s;
}

.cs-delay-2 {
  transition-delay: 0.7s;
}

.cs-delay-3 {
  transition-delay: 0.9s;
}

.cs-delay-4 {
  transition-delay: 1.1s;
}

.tns-slide-active .cs-from-top, .tns-slide-active .cs-from-bottom {
  transform: translateY(0);
  opacity: 1;
}
.tns-slide-active .cs-from-left, .tns-slide-active .cs-from-right {
  transform: translateX(0);
  opacity: 1;
}
.tns-slide-active .cs-scale-up, .tns-slide-active .cs-scale-down {
  transform: scale(1);
  opacity: 1;
}
.tns-slide-active .cs-fade-in {
  opacity: 1;
}

.cs-date-picker[readonly] {
  background-color: #fff;
}

.flatpickr-calendar {
  width: 325px;
  padding: 0 0.5rem;
  border-radius: 0.75rem;
  box-shadow: -0.0625rem 0 0.625rem 0 rgba(0, 0, 0, 0.07), 0.3125rem 1.25rem 2.5rem 0 rgba(0, 0, 0, 0.04);
  border: 0;
}

.flatpickr-innerContainer {
  padding-bottom: 1.125rem;
}

.flatpickr-months {
  padding: 0.75rem 0;
}
.flatpickr-months svg {
  vertical-align: top;
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  top: 0.75rem;
}
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #766df4;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  padding: 0.25rem;
  appearance: none;
}

.numInputWrapper:hover,
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background-color: rgb(243.2909090909, 243.2909090909, 250.6090909091);
}

.flatpickr-day {
  border-radius: 0;
  border-radius: 0.75rem;
}
.flatpickr-day:hover:not(.flatpickr-disabled):not(.today):not(.selected) {
  border-color: rgb(243.2909090909, 243.2909090909, 250.6090909091);
  background-color: rgb(243.2909090909, 243.2909090909, 250.6090909091);
}
.flatpickr-day.today {
  border-color: rgba(118, 109, 244, 0.5) !important;
  color: #766df4 !important;
}
.flatpickr-day.today.selected {
  color: #fff !important;
}
.flatpickr-day.today:hover {
  background-color: transparent;
}
.flatpickr-day.selected {
  border-color: #766df4 !important;
  background-color: #766df4 !important;
}
.flatpickr-day.flatpickr-disabled {
  color: rgb(204.1692307692, 204.1692307692, 223.2307692308) !important;
}
.flatpickr-day.nextMonthDay {
  color: rgb(143.6191860465, 144.7674418605, 168.8808139535);
}
.flatpickr-day.inRange {
  border-color: rgb(243.2909090909, 243.2909090909, 250.6090909091) !important;
  background-color: rgb(243.2909090909, 243.2909090909, 250.6090909091) !important;
  box-shadow: -5px 0 0 rgb(243.2909090909, 243.2909090909, 250.6090909091), 5px 0 0 rgb(243.2909090909, 243.2909090909, 250.6090909091);
}
.flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.endRange.seleced, .flatpickr-day.endRange:hover {
  border-color: #766df4 !important;
  background-color: #766df4 !important;
}

.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0;
  border-radius: 0 0.75rem 0.75rem 0;
}

.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 0;
  border-radius: 0.75rem 0 0 0.75rem;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  box-shadow: -10px 0 0 #766df4;
}

.flatpickr-time {
  margin-bottom: 0.5rem;
}
.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background-color: rgb(243.2909090909, 243.2909090909, 250.6090909091);
}
.flatpickr-time input.flatpickr-hour {
  font-weight: 600;
}

.cs-carousel {
  position: relative;
}
.cs-carousel .cs-carousel-inner {
  position: relative;
  display: flex;
  overflow: hidden;
  touch-action: manipulation;
  user-select: none;
  opacity: 0;
}
.cs-carousel .cs-carousel-inner:active {
  cursor: grab;
}
.cs-carousel .cs-carousel-inner.tns-slider {
  display: block;
  opacity: 1;
}
.cs-carousel .cs-carousel-inner > * {
  backface-visibility: hidden;
}
.cs-carousel .cs-carousel-inner.tns-horizontal:not(.tns-gallery) {
  display: flex;
}
.cs-carousel .tns-outer {
  position: relative;
}

@supports (-ms-ime-align: auto) {
  .cs-carousel .cs-carousel-inner.tns-horizontal:not(.tns-gallery) {
    display: block;
  }
}
.cs-carousel .tns-nav {
  position: absolute;
  top: 100%;
  width: 100%;
  padding-top: 1.5rem;
  text-align: center;
  white-space: nowrap;
}
.cs-carousel .tns-nav ~ .tns-ovh, .cs-carousel .tns-nav ~ .tns-inner {
  margin-bottom: 2.75rem;
}
.cs-carousel.cs-dots-inside .tns-nav {
  top: auto;
  bottom: 0;
  padding-top: 0;
  padding-bottom: 1.5rem;
  z-index: 10;
}
.cs-carousel.cs-dots-inside .tns-nav ~ .tns-ovh, .cs-carousel.cs-dots-inside .tns-nav ~ .tns-inner {
  margin-bottom: 0;
}

[data-nav] {
  display: inline-block;
  position: relative;
  width: 0.75rem;
  height: 0.75rem;
  margin: 0 0.25rem;
  padding: 0;
  border: 0;
  background: none;
}
[data-nav]:focus {
  outline: none;
}
[data-nav]::before, [data-nav]::after {
  position: absolute;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
  border-radius: 50%;
  content: "";
}
[data-nav]::before {
  top: 50%;
  left: 50%;
  width: 0.375rem;
  height: 0.375rem;
  margin-top: -0.1875rem;
  margin-left: -0.1875rem;
  background-color: #766df4;
}
[data-nav]::after {
  top: 0;
  left: 0;
  width: 0.75rem;
  height: 0.75rem;
  transform: scale(0.5);
  border: 0.125rem solid #766df4;
  opacity: 0;
}
[data-nav].tns-nav-active::before, [data-nav].active::before {
  opacity: 0;
}
[data-nav].tns-nav-active::after, [data-nav].active::after {
  transform: scale(1);
  opacity: 1;
}

.cs-dots-light [data-nav]::before {
  background-color: #fff;
}
.cs-dots-light [data-nav]::after {
  border-color: #fff;
}

.cs-carousel .tns-controls {
  position: absolute;
  top: 100%;
  width: 100%;
  padding-top: 1.75rem;
  text-align: right;
  white-space: nowrap;
}
.cs-carousel .tns-controls:focus {
  outline: none;
}
.cs-carousel .tns-controls ~ .tns-ovh, .cs-carousel .tns-controls ~ .tns-inner {
  margin-bottom: 4.5rem !important;
}
.cs-carousel.cs-controls-center .tns-controls {
  text-align: center;
}
.cs-carousel.cs-controls-left .tns-controls {
  text-align: left;
}
.cs-carousel [data-controls] {
  display: inline-flex;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  transition: all 0.3s ease-in-out;
  border: 1px solid #e9e9f2;
  border-radius: 0.75rem;
  background-color: #fff;
  color: #737491;
  font-size: 1.25rem;
  text-align: center;
}
.cs-carousel [data-controls] > i {
  line-height: 2.5rem;
}
.cs-carousel [data-controls]:hover {
  border-color: rgb(200.9428571429, 200.9428571429, 223.0571428571);
  color: #4a4b65;
}
.cs-carousel [data-controls][disabled] {
  pointer-events: none;
  opacity: 0.5;
  cursor: default;
}
.cs-carousel [data-controls=prev] {
  margin-right: 0.75rem;
}
.cs-carousel.cs-controls-inside .tns-controls {
  position: static;
  width: auto;
  padding: 0 !important;
}
.cs-carousel.cs-controls-inside .tns-controls ~ .tns-ovh, .cs-carousel.cs-controls-inside .tns-controls ~ .tns-inner {
  margin: 0 !important;
}
.cs-carousel.cs-controls-inside:not(.cs-dots-inside) .tns-nav ~ .tns-ovh, .cs-carousel.cs-controls-inside:not(.cs-dots-inside) .tns-nav ~ .tns-inner {
  margin-bottom: 2.75rem !important;
}
.cs-carousel.cs-controls-inside [data-controls] {
  position: absolute;
  top: 50%;
  margin-top: -1.375rem;
  margin-right: 0;
  margin-left: 0;
  z-index: 10;
}
.cs-carousel.cs-controls-inside [data-controls][disabled] {
  opacity: 0 !important;
}
.cs-carousel.cs-controls-inside [data-controls=prev] {
  left: 1.75rem;
}
.cs-carousel.cs-controls-inside [data-controls=next] {
  right: 1.75rem;
}
.cs-carousel.cs-controls-inside.cs-controls-onhover [data-controls] {
  opacity: 0;
}
.cs-carousel.cs-controls-inside.cs-controls-onhover [data-controls=prev] {
  transform: translateX(1rem);
}
.cs-carousel.cs-controls-inside.cs-controls-onhover [data-controls=next] {
  transform: translateX(-1rem);
}
.cs-carousel.cs-controls-inside.cs-controls-onhover:hover [data-controls] {
  transform: none;
  opacity: 1;
}

.cs-carousel-progress {
  width: 100%;
  max-width: 10rem;
}
.cs-carousel-progress .progress {
  height: 0.25rem;
}

@media (max-width: 767.98px) {
  .cs-carousel-pager.border-left, .cs-carousel-pager.border-right {
    border-top: 1px solid #e9e9f2 !important;
    border-right: 0 !important;
    border-left: 0 !important;
  }
}

.cs-frame-phone .cs-carousel:not(.cs-controls-inside) .tns-controls,
.cs-frame-phone .cs-carousel:not(.cs-controls-inside) .tns-nav,
.cs-frame-browser .cs-carousel:not(.cs-controls-inside) .tns-controls,
.cs-frame-browser .cs-carousel:not(.cs-controls-inside) .tns-nav {
  display: none !important;
}
.cs-frame-phone .cs-carousel:not(.cs-controls-inside) .tns-controls ~ .tns-ovh, .cs-frame-phone .cs-carousel:not(.cs-controls-inside) .tns-controls ~ .tns-inner,
.cs-frame-phone .cs-carousel:not(.cs-controls-inside) .tns-nav ~ .tns-ovh,
.cs-frame-phone .cs-carousel:not(.cs-controls-inside) .tns-nav ~ .tns-inner,
.cs-frame-browser .cs-carousel:not(.cs-controls-inside) .tns-controls ~ .tns-ovh,
.cs-frame-browser .cs-carousel:not(.cs-controls-inside) .tns-controls ~ .tns-inner,
.cs-frame-browser .cs-carousel:not(.cs-controls-inside) .tns-nav ~ .tns-ovh,
.cs-frame-browser .cs-carousel:not(.cs-controls-inside) .tns-nav ~ .tns-inner {
  margin-bottom: 0 !important;
}

.cs-gallery-item {
  display: block;
  position: relative;
  text-decoration: none !important;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.cs-gallery-item > img {
  display: block;
  width: 100%;
}
.cs-gallery-item::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease-in-out;
  background-color: rgba(55, 56, 78, 0.55);
  content: "";
  opacity: 0;
  z-index: 1;
}
.cs-gallery-item::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.875rem;
  height: 2.875rem;
  margin-top: -1.4375rem;
  margin-left: -1.4375rem;
  transform: scale(0.3);
  color: #fff;
  font-family: "feather";
  font-size: 2rem;
  text-align: center;
  line-height: 2.875rem;
  content: "\ea25";
  z-index: 5;
}
.cs-gallery-item .cs-gallery-caption {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 1rem 0.5rem;
  transform: translateY(0.5rem);
  color: #fff;
  font-size: 0.875rem;
  text-align: center;
  z-index: 5;
}
.cs-gallery-item::after,
.cs-gallery-item .cs-gallery-caption {
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cs-gallery-item:hover::before, .cs-gallery-item:hover::after,
.cs-gallery-item:hover .cs-gallery-caption {
  transform: none;
  opacity: 1;
}
.cs-gallery-item.cs-gallery-video::after {
  padding-left: 0.125rem;
  transform: none;
  border-radius: 50%;
  background-color: #fff;
  color: #5a5b75;
  font-size: 0.875rem;
  font-weight: 700;
  opacity: 1;
  box-shadow: 0 0.375rem 1rem -0.25rem rgba(0, 0, 0, 0.2);
  content: "\e9c3";
}

.cs-map-popup::after {
  display: none;
}
.cs-map-popup .cs-gallery-caption {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  font-size: 1rem;
  font-weight: 500;
}
.cs-map-popup:hover .cs-gallery-caption {
  transform: translateY(-50%);
}

.lg-on {
  overflow: hidden;
}

.lg-item:focus, .lg:focus, .lg-outer:focus,
.lg-inner:focus {
  outline: none;
}

.cs-comment {
  margin-bottom: 2rem;
  padding-bottom: 1.875rem;
  border-bottom: 1px solid #e9e9f2;
  font-size: 0.9375rem;
}
.cs-comment > .cs-comment {
  position: relative;
  margin-top: 1.875rem;
  margin-bottom: 0;
  padding-bottom: 0.5rem;
  padding-left: 3.25rem;
  border-bottom: 0;
}
.cs-comment > .cs-comment::before {
  position: absolute;
  top: 0;
  left: 1.125rem;
  width: 0.25rem;
  height: 100%;
  background-color: #e9e9f2;
  content: "";
}
@media (max-width: 575.98px) {
  .cs-comment > .cs-comment {
    padding-left: 2.125rem;
  }
  .cs-comment > .cs-comment::before {
    left: 0;
  }
}

.cs-video-btn {
  display: inline-block;
  flex: 0 0 auto;
  width: 5.625rem;
  height: 5.625rem;
  padding-left: 0.125rem;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  border-radius: 50%;
  background-color: #fff;
  color: #5a5b75;
  font-size: 1.25rem;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 0.25rem 1rem -0.25rem rgba(55, 56, 78, 0.2);
  vertical-align: middle;
}
.cs-video-btn::before {
  font-family: "feather";
  line-height: 5.625rem;
  content: "\e9c3";
}
.cs-video-btn:hover {
  color: #766df4;
  text-decoration: none;
  box-shadow: 0 0.375rem 1.125rem -0.5rem rgba(118, 109, 244, 0.7);
}

.cs-video-btn-primary {
  background-color: #766df4;
  color: #fff;
  box-shadow: none !important;
}
.cs-video-btn-primary:hover {
  background-color: rgb(73.4968152866, 61.5732484076, 240.4267515924);
  color: #fff;
}

.cs-video-btn-sm {
  width: 3.75rem;
  height: 3.75rem;
  font-size: 1rem;
}
.cs-video-btn-sm::before {
  line-height: 3.75rem;
}

.cs-countdown {
  display: flex;
  flex-wrap: wrap;
  font-weight: normal;
  text-align: center;
}
.cs-countdown .cs-countdown-value {
  font-weight: 600;
}
.cs-countdown .cs-countdown-label {
  display: block;
  margin-top: 0.125rem;
  margin-left: 0.125rem;
  font-size: 65%;
}
.cs-countdown .cs-countdown-days,
.cs-countdown .cs-countdown-hours,
.cs-countdown .cs-countdown-minutes,
.cs-countdown .cs-countdown-seconds {
  margin-right: 1rem;
  margin-bottom: 0.75rem;
}
.cs-countdown .cs-countdown-seconds {
  margin-right: 0;
}

.ct-line {
  stroke: #766df4 !important;
  stroke-width: 0.125rem;
}

.ct-point {
  stroke: #766df4 !important;
  stroke-width: 0.625rem;
}

.ct-bar {
  stroke: #766df4 !important;
  stroke-width: 0.625rem;
}

.ct-chart-pie .ct-label {
  fill: #fff;
  font-size: 1rem;
}

.cs-price-switch {
  display: flex;
  align-items: center;
}

.cs-price-label {
  transition: color 0.25s ease-in-out;
  color: #9e9fb4;
  font-size: 0.875rem;
  font-weight: 500;
}
.cs-price-label:first-of-type {
  color: #4a4b65;
}

.cs-price-switch-on .cs-price-label:first-of-type {
  color: #9e9fb4;
}
.cs-price-switch-on .cs-price-label:last-of-type {
  color: #4a4b65;
}

.cs-hotspots {
  position: relative;
}
.cs-hotspots img {
  display: block;
  width: 100%;
}

.cs-hotspot {
  position: absolute;
  width: 3.625rem;
  height: 3.625rem;
  border-radius: 50%;
  z-index: 5;
  cursor: pointer;
}
.cs-hotspot::before, .cs-hotspot::after {
  position: absolute;
  border-radius: 50%;
}
.cs-hotspot::before {
  top: 50%;
  left: 50%;
  width: 2.375rem;
  height: 2.375rem;
  margin-top: -1.1875rem;
  margin-left: -1.1875rem;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  background-color: #fff;
  color: #766df4;
  font-family: "feather";
  font-size: 1rem;
  text-align: center;
  line-height: 2.375rem;
  box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.2);
  content: "\e9c6";
}
.cs-hotspot::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  content: "";
}
.cs-hotspot:hover::before {
  background-color: #766df4;
  color: #fff;
}

.cs-frame-phone {
  position: relative;
  width: 320px;
  margin: 0 15px 20px 15px;
  border: 6px solid #37384e;
  border-radius: 36px;
}
.cs-frame-phone::after, .cs-frame-phone::before {
  display: block;
  position: absolute;
  left: -35px;
  bottom: -10px;
  width: 380px;
  height: 12px;
  border-radius: 50%;
  background-color: #000;
  filter: blur(13px);
  opacity: 0.55;
  z-index: -1;
  content: "";
}
.cs-frame-phone::before {
  left: 5px;
  width: 300px;
  filter: blur(10px);
  opacity: 0.18;
}

.cs-frame-phone-body {
  position: relative;
  background-color: #fff;
  min-height: 600px;
  border-radius: 30px;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.cs-frame-phone-body::before, .cs-frame-phone-body::after {
  position: absolute;
  background-color: #37384e;
  content: "";
  z-index: 5;
}
.cs-frame-phone-body::before {
  top: -24px;
  left: 50%;
  width: 150px;
  height: 48px;
  margin-left: -75px;
  border-bottom-right-radius: 18px;
  border-bottom-left-radius: 18px;
}
.cs-frame-phone-body::after {
  bottom: 10px;
  left: 50%;
  width: 90px;
  height: 4px;
  margin-left: -45px;
  border-radius: 2px;
}
.cs-frame-phone-body img {
  display: block;
  width: 100%;
  height: 100%;
}

.cs-frame-phone-status-bar {
  display: flex;
  position: absolute;
  justify-content: space-between;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0.5rem 1.125rem;
  font-size: 0.75rem;
  font-weight: 500;
  z-index: 5;
}
.cs-frame-phone-status-bar [class^=fe-] {
  margin-top: -0.25rem;
  font-size: 1.0625rem;
}

@media (max-width: 575.98px) {
  .cs-frame-phone {
    width: 290px;
  }
  .cs-frame-phone::after, .cs-frame-phone::before {
    display: none;
  }
  .cs-frame-phone-body::before {
    width: 120px;
    margin-left: -60px;
  }
}
.cs-frame-browser {
  position: relative;
  padding: 3.5rem 1.5rem 1.5rem 1.5rem;
  border: 1px solid rgb(226.5885714286, 226.5885714286, 238.2114285714);
  border-radius: 1.125rem;
}
.cs-frame-browser.border-light {
  border-color: rgba(255, 255, 255, 0.15) !important;
}

.cs-frame-browser-toolbar {
  position: absolute;
  display: flex;
  align-items: center;
  top: 1rem;
  left: 1.375rem;
}

.cs-frame-browser-body {
  position: relative;
  border-radius: 0.75rem;
  background-color: #fff;
  box-shadow: -0.0625rem 0 0.625rem 0 rgba(0, 0, 0, 0.06), 0.3125rem 1.25rem 2.5rem 0 rgba(0, 0, 0, 0.04);
  overflow: hidden;
}
.cs-frame-browser-body img {
  display: block;
  width: 100%;
}

.cs-frame-browser-button {
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-right: 0.625rem;
  border-radius: 50%;
}

.cs-frame-browser-label {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: -1.40625rem;
  text-align: center;
  z-index: 10;
}
.cs-frame-browser-label .cs-carousel-label {
  display: inline-flex;
  align-items: center;
  padding: 0.75rem 1.125rem;
  border-radius: 0.75rem;
  background-color: #fff;
  color: #5a5b75;
  font-size: 0.875rem;
  box-shadow: -0.0625rem 0 0.625rem 0 rgba(0, 0, 0, 0.07), 0.3125rem 1.25rem 2.5rem 0 rgba(0, 0, 0, 0.04);
  white-space: nowrap;
}
.cs-frame-browser-label .cs-carousel-label > i {
  margin-right: 0.5rem;
  color: #9e9fb4;
  font-size: 1.3em;
}

@media (min-width: 768px) {
  .cs-frame-browser {
    padding: 4rem 2.5rem 2.5rem 2.5rem;
    border-radius: 1.5rem;
  }
  .cs-frame-browser-toolbar {
    top: 1.25rem;
    left: 1.625rem;
  }
  .cs-frame-browser-body {
    border-radius: 1rem;
  }
}
.simplebar-scrollbar::before {
  background-color: #dfdfeb;
}
.simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}

.simplebar-track.simplebar-vertical {
  width: 0.5rem;
}

.simplebar-track.simplebar-horizontal {
  height: 0.5rem;
}

[data-simplebar-inverse] .simplebar-scrollbar::before {
  background-color: rgba(255, 255, 255, 0.3);
}

.jarallax {
  position: relative;
  z-index: 0;
}

.jarallax .jarallax-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-position: center !important;
  background-size: cover !important;
}

@media (max-width: 575.98px) {
  [data-disable-parallax-down=xs] {
    transform: none !important;
  }
}

@media (max-width: 767.98px) {
  [data-disable-parallax-down=sm] {
    transform: none !important;
  }
}

@media (max-width: 991.98px) {
  [data-disable-parallax-down=md] {
    transform: none !important;
  }
}

@media (max-width: 1279.98px) {
  [data-disable-parallax-down=lg] {
    transform: none !important;
  }
}

@media (min-width: 576px) {
  [data-disable-parallax-up=sm] {
    transform: none !important;
  }
}

@media (min-width: 768px) {
  [data-disable-parallax-up=md] {
    transform: none !important;
  }
}

@media (min-width: 992px) {
  [data-disable-parallax-up=lg] {
    transform: none !important;
  }
}

@media (min-width: 1280px) {
  [data-disable-parallax-up=xl] {
    transform: none !important;
  }
}

_:-ms-lang(x), .jarallax .jarallax-img {
  margin: 0 !important;
  position: absolute !important;
  transform: none !important;
}

.cs-parallax {
  position: relative;
}

.cs-parallax-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cs-parallax-layer > img {
  display: block;
  width: 100%;
}

.cs-offcanvas-enabled {
  padding-left: 23.5rem;
}
.cs-offcanvas-enabled.cs-offcanvas-right {
  padding-right: 23.5rem;
  padding-left: 0;
}

.cs-offcanvas-cap {
  display: none;
}

.cs-offcanvas {
  display: flex;
  position: fixed;
  flex-direction: column;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 22rem;
  height: 100% !important;
  z-index: 1035;
}
.cs-offcanvas .cs-offcanvas-body {
  height: 100%;
  padding: 0 1rem;
  overflow-y: auto;
}
.cs-offcanvas .cs-offcanvas-body .nav-link-style {
  display: block;
  margin-right: -1rem;
  margin-bottom: 0.75rem;
  margin-left: -1rem;
  padding: 0 1rem;
}
.cs-offcanvas .cs-offcanvas-body .nav-link-style.active {
  position: relative;
}
.cs-offcanvas .cs-offcanvas-body .nav-link-style.active::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0.125rem;
  height: 100%;
  background-color: #766df4;
  content: "";
}
.cs-offcanvas .cs-offcanvas-body .nav-link-style.active.nav-link-light::before {
  background-color: #fff;
}
.cs-offcanvas .cs-offcanvas-cap {
  display: flex;
  justify-content: space-between;
  flex-shrink: 0;
  padding: 1.25rem 1rem;
}
.cs-offcanvas.cs-offcanvas-right {
  right: 0;
  left: auto;
}
.cs-offcanvas.cs-offcanvas-collapse-always {
  width: 100%;
  max-width: 22rem;
  transform: translateX(-100%);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.3s ease;
  background-color: #fff;
}
.cs-offcanvas.cs-offcanvas-collapse-always.cs-offcanvas-right {
  transform: translateX(100%);
}
.cs-offcanvas.cs-offcanvas-collapse-always.show {
  transform: none;
  box-shadow: -0.0625rem 0 0.625rem 0 rgba(0, 0, 0, 0.07), 0.3125rem 1.25rem 2.5rem 0 rgba(0, 0, 0, 0.04);
}

@media (max-width: 1279.98px) {
  .cs-offcanvas-enabled {
    padding-left: 22.5rem;
  }
  .cs-offcanvas-enabled.cs-offcanvas-right {
    padding-right: 22.5rem;
  }
}
@media (max-width: 991.98px) {
  .cs-offcanvas-enabled {
    padding-left: 0;
  }
  .cs-offcanvas-enabled.cs-offcanvas-right {
    padding-right: 0;
  }
  .cs-offcanvas-collapse {
    display: flex;
    position: fixed;
    flex-direction: column;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 22rem;
    height: 100% !important;
    transform: translateX(-100%);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.3s ease;
    border-radius: 0 !important;
    background-color: #fff;
    z-index: 1035;
  }
  .cs-offcanvas-collapse .cs-offcanvas-body {
    height: 100%;
    padding: 0 1rem;
    overflow-y: auto;
  }
  .cs-offcanvas-collapse .cs-offcanvas-body .navbar-nav {
    padding-top: 0;
  }
  .cs-offcanvas-collapse .cs-offcanvas-body .navbar-nav .nav-item {
    border-top: 0;
    border-bottom: 1px solid #e9e9f2 !important;
  }
  .cs-offcanvas-collapse .cs-offcanvas-body .navbar-nav .nav-link {
    color: #5a5b75;
  }
  .cs-offcanvas-collapse .cs-offcanvas-body .navbar-nav .nav-link:hover {
    color: #766df4;
  }
  .cs-offcanvas-collapse .cs-offcanvas-body .navbar-nav .nav-link.active {
    color: #766df4;
  }
  .cs-offcanvas-collapse .cs-offcanvas-body .navbar-nav .nav-link.disabled {
    color: #9e9fb4;
  }
  .cs-offcanvas-collapse .cs-offcanvas-body .navbar-nav .show > .nav-link,
  .cs-offcanvas-collapse .cs-offcanvas-body .navbar-nav .active > .nav-link {
    color: #766df4;
  }
  .cs-offcanvas-collapse .cs-offcanvas-body .navbar-nav .dropdown-menu .dropdown-item {
    color: #5a5b75;
  }
  .cs-offcanvas-collapse .cs-offcanvas-body .navbar-nav .dropdown-menu .dropdown-item:hover {
    color: #766df4;
  }
  .cs-offcanvas-collapse .cs-offcanvas-body .navbar-nav .dropdown-menu .dropdown-item.active {
    color: #766df4;
  }
  .cs-offcanvas-collapse .cs-offcanvas-body .navbar-nav .dropdown-menu .dropdown-item.disabled {
    color: #9e9fb4;
  }
  .cs-offcanvas-collapse .cs-offcanvas-body .navbar-nav .dropdown-header {
    color: #4a4b65;
    border-color: #e9e9f2;
  }
  .cs-offcanvas-collapse .cs-offcanvas-cap {
    display: flex;
    justify-content: space-between;
    flex-shrink: 0;
    padding: 1.25rem 1rem;
  }
  .cs-offcanvas-collapse.cs-offcanvas-right {
    right: 0;
    left: auto;
    transform: translateX(100%);
  }
  .cs-offcanvas-collapse.show {
    transform: none;
    box-shadow: -0.0625rem 0 0.625rem 0 rgba(0, 0, 0, 0.07), 0.3125rem 1.25rem 2.5rem 0 rgba(0, 0, 0, 0.04);
  }
}
.cs-sidebar-toggle {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: 0;
  z-index: 1025;
}

.cs-is-sidebar .cs-footer {
  padding-bottom: 2.25rem;
}
.cs-is-sidebar .cs-sidebar-toggle {
  display: block;
}
@media (max-width: 991.98px) {
  .cs-is-sidebar .btn-scroll-top {
    bottom: 3.25rem;
  }
}

@media (min-width: 992px) {
  .cs-sidebar-enabled {
    position: relative;
  }
  .cs-sidebar-enabled::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 100%;
    background-color: #f7f7fc;
    content: "";
  }
  .cs-sidebar-enabled .cs-content {
    position: relative;
    padding-left: 2.5rem;
    background-color: #fff;
    z-index: 2;
  }
  .cs-sidebar-enabled.cs-sidebar-right .cs-content {
    padding-left: 15px;
    padding-right: 2.5rem;
  }
  .cs-sidebar-enabled.cs-sidebar-right::before {
    right: 0;
    left: auto;
  }
  .cs-sidebar {
    background-color: #f7f7fc;
  }
  .cs-sidebar-toggle {
    display: none;
  }
  .cs-is-sidebar .cs-footer {
    padding-bottom: 0;
  }
  .cs-is-sidebar .cs-sidebar-toggle {
    display: none;
  }
}
.cs-widget-title {
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
}

.cs-widget ul, .cs-widget ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cs-widget ul > li, .cs-widget ol > li {
  display: block;
  margin-bottom: 0.375rem;
}
.cs-widget ul > li:last-child, .cs-widget ol > li:last-child {
  margin-bottom: 0;
}
.cs-widget ul > li ul, .cs-widget ul > li ol, .cs-widget ol > li ul, .cs-widget ol > li ol {
  padding: 0.25rem 0 0.25rem 1.375rem;
}
.cs-widget ul > li ul > li, .cs-widget ul > li ol > li, .cs-widget ol > li ul > li, .cs-widget ol > li ol > li {
  position: relative;
  margin-bottom: 0;
  border-left: 2px solid #e9e9f2;
}
.cs-widget ul > li ul > li > a, .cs-widget ul > li ol > li > a, .cs-widget ol > li ul > li > a, .cs-widget ol > li ol > li > a {
  padding-left: 1.125rem !important;
}
.cs-widget ul > li ul > li > a::after, .cs-widget ul > li ol > li > a::after, .cs-widget ol > li ul > li > a::after, .cs-widget ol > li ol > li > a::after {
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.75rem;
  height: 1px;
  background-color: rgb(213.7657142857, 213.7657142857, 230.6342857143);
  content: "";
}

.cs-widget-link, .cs-widget li > a, .cs-widget .tag-cloud-link {
  display: block;
  position: relative;
  padding: 0.25rem 0;
  transition: color 0.25s ease-in-out;
  color: #5a5b75;
  font-weight: 500;
  text-decoration: none;
}
.cs-widget-link:hover, .cs-widget li > a:hover, .cs-widget .tag-cloud-link:hover {
  color: #766df4;
  text-decoration: none;
}
.cs-widget-link.active, .cs-widget li > a.active, .cs-widget .active.tag-cloud-link, .active > .cs-widget-link, .cs-widget li.active > a, .cs-widget .active > .tag-cloud-link {
  color: #766df4;
  pointer-events: none;
  cursor: default;
}
.cs-widget-link > small, .cs-widget li > a > small, .cs-widget .tag-cloud-link > small {
  display: inline-block;
  font-size: 75%;
  font-weight: normal;
}
.cs-widget-link + ul > li > .cs-widget-link, .cs-widget li > a + ul > li > .cs-widget-link, .cs-widget .tag-cloud-link + ul > li > .cs-widget-link, .cs-widget .cs-widget-link + ul > li > a, .cs-widget li > a + ul > li > a, .cs-widget .tag-cloud-link + ul > li > a, .cs-widget .cs-widget-link + ul > li > .tag-cloud-link, .cs-widget li > a + ul > li > .tag-cloud-link, .cs-widget .tag-cloud-link + ul > li > .tag-cloud-link {
  font-size: 87.5%;
}

.cs-widget-light .cs-widget-title {
  color: #fff;
}
.cs-widget-light .cs-widget-link, .cs-widget-light .cs-widget li > a, .cs-widget .cs-widget-light li > a, .cs-widget-light .cs-widget .tag-cloud-link, .cs-widget .cs-widget-light .tag-cloud-link {
  color: rgba(255, 255, 255, 0.7);
  font-weight: normal;
}
.cs-widget-light .cs-widget-link:hover, .cs-widget-light .cs-widget li > a:hover, .cs-widget .cs-widget-light li > a:hover, .cs-widget-light .cs-widget .tag-cloud-link:hover, .cs-widget .cs-widget-light .tag-cloud-link:hover {
  color: #fff;
}
.cs-widget-light .cs-widget-link.active, .cs-widget-light .cs-widget li > a.active, .cs-widget .cs-widget-light li > a.active, .cs-widget-light .cs-widget .active.tag-cloud-link, .cs-widget .cs-widget-light .active.tag-cloud-link, .active > .cs-widget-light .cs-widget-link, .active > .cs-widget-light .cs-widget li > a, .cs-widget .active > .cs-widget-light li > a, .active > .cs-widget-light .cs-widget .tag-cloud-link, .cs-widget .active > .cs-widget-light .tag-cloud-link {
  color: #fff;
}

.cs-widget-categories .cs-widget-link, .cs-widget-categories .cs-widget li > a, .cs-widget .cs-widget-categories li > a, .cs-widget-categories .cs-widget .tag-cloud-link, .cs-widget .cs-widget-categories .tag-cloud-link {
  padding-left: 1.25rem;
}
.cs-widget-categories .cs-widget-link::before, .cs-widget-categories .cs-widget li > a::before, .cs-widget .cs-widget-categories li > a::before, .cs-widget-categories .cs-widget .tag-cloud-link::before, .cs-widget .cs-widget-categories .tag-cloud-link::before {
  position: absolute;
  top: 0.0625rem;
  left: -0.1875rem;
  transition: transform 0.25s ease-in-out, opacity 0.15s ease-in-out;
  font-family: "feather";
  font-size: 1.25em;
  content: "\e931";
  opacity: 0.5;
}
.cs-widget-categories .cs-widget-link:hover::before, .cs-widget-categories .cs-widget li > a:hover::before, .cs-widget .cs-widget-categories li > a:hover::before, .cs-widget-categories .cs-widget .tag-cloud-link:hover::before, .cs-widget .cs-widget-categories .tag-cloud-link:hover::before, .cs-widget-categories .cs-widget-link.active::before, .cs-widget-categories .cs-widget li > a.active::before, .cs-widget .cs-widget-categories li > a.active::before, .cs-widget-categories .cs-widget .active.tag-cloud-link::before, .cs-widget .cs-widget-categories .active.tag-cloud-link::before {
  opacity: 1;
}
.cs-widget-categories .cs-widget-link + ul > li > .cs-widget-link, .cs-widget-categories .cs-widget li > a + ul > li > .cs-widget-link, .cs-widget .cs-widget-categories li > a + ul > li > .cs-widget-link, .cs-widget-categories .cs-widget .tag-cloud-link + ul > li > .cs-widget-link, .cs-widget .cs-widget-categories .tag-cloud-link + ul > li > .cs-widget-link, .cs-widget-categories .cs-widget .cs-widget-link + ul > li > a, .cs-widget .cs-widget-categories .cs-widget-link + ul > li > a, .cs-widget-categories .cs-widget li > a + ul > li > a, .cs-widget .cs-widget-categories li > a + ul > li > a, .cs-widget-categories .cs-widget .tag-cloud-link + ul > li > a, .cs-widget .cs-widget-categories .tag-cloud-link + ul > li > a, .cs-widget-categories .cs-widget .cs-widget-link + ul > li > .tag-cloud-link, .cs-widget .cs-widget-categories .cs-widget-link + ul > li > .tag-cloud-link, .cs-widget-categories .cs-widget li > a + ul > li > .tag-cloud-link, .cs-widget .cs-widget-categories li > a + ul > li > .tag-cloud-link, .cs-widget-categories .cs-widget .tag-cloud-link + ul > li > .tag-cloud-link, .cs-widget .cs-widget-categories .tag-cloud-link + ul > li > .tag-cloud-link {
  padding-left: inherit;
}
.cs-widget-categories .cs-widget-link + ul > li > .cs-widget-link::before, .cs-widget-categories .cs-widget li > a + ul > li > .cs-widget-link::before, .cs-widget .cs-widget-categories li > a + ul > li > .cs-widget-link::before, .cs-widget-categories .cs-widget .tag-cloud-link + ul > li > .cs-widget-link::before, .cs-widget .cs-widget-categories .tag-cloud-link + ul > li > .cs-widget-link::before, .cs-widget-categories .cs-widget .cs-widget-link + ul > li > a::before, .cs-widget .cs-widget-categories .cs-widget-link + ul > li > a::before, .cs-widget-categories .cs-widget li > a + ul > li > a::before, .cs-widget .cs-widget-categories li > a + ul > li > a::before, .cs-widget-categories .cs-widget .tag-cloud-link + ul > li > a::before, .cs-widget .cs-widget-categories .tag-cloud-link + ul > li > a::before, .cs-widget-categories .cs-widget .cs-widget-link + ul > li > .tag-cloud-link::before, .cs-widget .cs-widget-categories .cs-widget-link + ul > li > .tag-cloud-link::before, .cs-widget-categories .cs-widget li > a + ul > li > .tag-cloud-link::before, .cs-widget .cs-widget-categories li > a + ul > li > .tag-cloud-link::before, .cs-widget-categories .cs-widget .tag-cloud-link + ul > li > .tag-cloud-link::before, .cs-widget .cs-widget-categories .tag-cloud-link + ul > li > .tag-cloud-link::before {
  display: none;
}
.cs-widget-categories .active > .cs-widget-link::before, .cs-widget-categories .cs-widget li.active > a::before, .cs-widget .cs-widget-categories li.active > a::before, .cs-widget-categories .cs-widget .active > .tag-cloud-link::before, .cs-widget .cs-widget-categories .active > .tag-cloud-link::before {
  opacity: 1;
}
.cs-widget-categories [data-toggle=collapse] {
  color: #766df4;
}
.cs-widget-categories [data-toggle=collapse]::before {
  transform: rotate(90deg);
  opacity: 1;
}
.cs-widget-categories [data-toggle=collapse].collapsed {
  color: #5a5b75;
}
.cs-widget-categories [data-toggle=collapse].collapsed::before {
  transform: none;
  opacity: 0.5;
}
.cs-widget-categories [data-toggle=collapse].collapsed:hover {
  color: #766df4;
}
.cs-widget-categories [data-toggle=collapse].collapsed:hover::before {
  opacity: 1;
}

.cs-range-slider-ui {
  height: 0.1875rem;
  margin: 3.5rem 0;
  border: 0;
  background-color: rgb(236.2, 236.2, 245.6);
  box-shadow: none;
}
.cs-range-slider-ui .noUi-connect {
  background-color: #766df4;
}
.cs-range-slider-ui .noUi-handle {
  top: 50%;
  width: 1.375rem;
  height: 1.375rem;
  margin-top: -0.6875rem;
  border: 1px solid #e9e9f2;
  border-radius: 50%;
  box-shadow: 0 0.1875rem 0.375rem -0.0625rem rgba(0, 0, 0, 0.15);
}
.cs-range-slider-ui .noUi-handle::before, .cs-range-slider-ui .noUi-handle::after {
  display: none;
}
.cs-range-slider-ui .noUi-handle:focus {
  outline: none;
}
.cs-range-slider-ui .noUi-marker-normal {
  display: none;
}
.cs-range-slider-ui .noUi-marker-horizontal.noUi-marker {
  width: 1px;
  background-color: rgb(213.7657142857, 213.7657142857, 230.6342857143);
}
.cs-range-slider-ui .noUi-marker-horizontal.noUi-marker-large {
  height: 0.75rem;
}
.cs-range-slider-ui .noUi-value {
  padding-top: 0.125rem;
  color: #737491;
  font-size: 0.8125rem;
}
.cs-range-slider-ui .noUi-tooltip {
  padding: 0.3125rem 0.625rem;
  border: 0;
  background-color: rgb(44.454887218, 45.2631578947, 63.045112782);
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.2;
  border-radius: 0.375rem;
}

html:not([dir=rtl]) .cs-range-slider-ui.noUi-horizontal .noUi-handle {
  right: -0.6875rem;
}

.cs-tag {
  display: inline-block;
  padding: 0.375rem 0.75rem;
  transition: border-color 0.25s ease-in-out, color 0.25s ease-in-out;
  border: 1px solid #e9e9f2;
  border-radius: 0.5rem;
  background-color: #fff;
  color: #737491;
  font-size: 0.8125rem;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
}
.cs-tag:hover {
  border-color: rgb(207.3542857143, 207.3542857143, 226.8457142857);
  color: #4a4b65;
  text-decoration: none;
}

.card-product {
  max-width: 20rem;
  margin-right: auto;
  margin-left: auto;
}
.card-product .card-body {
  padding: 0.75rem 1.25rem;
  text-align: center;
}
.card-product .card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.5rem;
  padding-right: 1.25rem;
  padding-bottom: 1.375rem;
  padding-left: 1.25rem;
  border: 0;
}

.cs-carousel .card-product {
  max-width: 100%;
}

.card-category {
  border: 0;
}
.card-category .card-body {
  padding: 2.25rem 2.25rem;
}
.card-category .card-title {
  margin-bottom: 0;
}

.star-rating {
  display: inline-block;
  white-space: nowrap;
  line-height: 1;
  vertical-align: middle;
}
.star-rating .sr-star {
  display: inline-block;
  margin-right: 0.125rem;
  color: rgb(186.761627907, 187.4651162791, 202.238372093);
  font-size: 0.8125rem;
  vertical-align: middle;
}
.star-rating .sr-star.active {
  color: #ffb15c;
}
.star-rating.star-rating-lg .sr-star {
  font-size: 0.9375rem;
}

.btn-wishlist,
.btn-addtocart,
.btn-remove,
.btn-details {
  display: inline-block;
  position: relative;
  text-decoration: none;
}
.btn-wishlist .btn-tooltip,
.btn-addtocart .btn-tooltip,
.btn-remove .btn-tooltip,
.btn-details .btn-tooltip {
  position: absolute;
  left: 50%;
  bottom: 100%;
  padding: 0.2083333333rem 0.4166666667rem;
  transform: translateX(-50%);
  transition: opacity 0.2s ease-in-out;
  border-radius: 0.375rem;
  background-color: #37384e;
  color: #fff;
  font-size: 0.75rem;
  white-space: nowrap;
  opacity: 0;
}
.btn-wishlist:hover,
.btn-addtocart:hover,
.btn-remove:hover,
.btn-details:hover {
  text-decoration: none;
}
.btn-wishlist:hover .btn-tooltip,
.btn-addtocart:hover .btn-tooltip,
.btn-remove:hover .btn-tooltip,
.btn-details:hover .btn-tooltip {
  opacity: 1;
}

.btn-wishlist {
  color: #9e9fb4;
  font-size: 1.25rem;
}
.btn-wishlist:hover {
  color: #5a5b75;
}

.btn-addtocart {
  color: #766df4;
  font-size: 1.375rem;
  white-space: nowrap;
}
.btn-addtocart:hover {
  color: rgb(73.4968152866, 61.5732484076, 240.4267515924);
}
.btn-addtocart::after {
  margin-left: 0.125rem;
  font-size: 0.9em;
  content: "+";
}

.btn-details {
  color: #766df4;
  font-size: 1.5rem;
}
.btn-details:hover {
  color: rgb(73.4968152866, 61.5732484076, 240.4267515924);
}

.btn-remove {
  position: absolute;
  top: 1rem;
  right: 1rem;
  transition: opacity 0.2s ease-in-out, color 0.25s ease-in-out;
  color: #f74f78;
  font-size: 1.125rem;
  z-index: 5;
}
.btn-remove:hover {
  color: rgb(244.7826086957, 30.2173913043, 82.5815217391);
}
@media (min-width: 576px) {
  .btn-remove {
    opacity: 0;
  }
  .card:hover > .btn-remove {
    opacity: 1;
  }
}

.btn-divider {
  display: inline-block;
  width: 1px;
  height: 1.5rem;
  margin: 0 0.75rem;
  background-color: #e9e9f2;
}

.cs-product-gallery {
  display: flex;
}

.cs-thumblist {
  margin-left: -0.6rem;
}

.cs-thumblist-item {
  display: block;
  position: relative;
  width: 4.375rem;
  height: 4.375rem;
  margin: 0.75rem;
  transition: border-color 0.2s ease-in-out;
  border: 1px solid #e9e9f2;
  border-radius: 1rem;
  text-decoration: none !important;
  overflow: hidden;
}
.cs-thumblist-item > img {
  display: block;
  width: 100%;
  transition: opacity 0.2s ease-in-out;
  border-radius: 1rem;
  opacity: 0.6;
}
.cs-thumblist-item:hover {
  border-color: rgb(207.3542857143, 207.3542857143, 226.8457142857);
}
.cs-thumblist-item:hover > img {
  opacity: 1;
}
.cs-thumblist-item.active {
  border-color: rgba(118, 109, 244, 0.35);
  box-shadow: 0.1875rem 0.1875rem 0.625rem -0.125rem rgba(0, 0, 0, 0.09);
  pointer-events: none;
  cursor: default;
}
.cs-thumblist-item.active > img {
  opacity: 1;
}

.cs-preview {
  position: relative;
  width: 100%;
  margin-top: 0.75rem;
}
@media (min-width: 576px) {
  .cs-preview {
    margin-left: 0.75rem;
  }
}

.cs-preview-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
  z-index: 1;
}
.cs-preview-item > img {
  display: block;
  width: 100%;
}
.cs-preview-item.active {
  position: relative;
  opacity: 1;
  z-index: 10;
}

@media (max-width: 575.98px) {
  .cs-product-gallery {
    display: block;
  }
  .cs-thumblist {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-right: -15px;
    margin-left: -15px;
    padding-top: 1rem;
  }
  .cs-thumblist-item {
    margin: 0.375rem;
  }
}
.active-filter {
  display: inline-block;
  padding: 0.375rem 0.75rem;
  transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
  border-radius: 0.5rem;
  background-color: #f7f7fc;
  color: #737491;
  white-space: nowrap;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
}
.active-filter:hover {
  background-color: rgb(235.8727272727, 235.8727272727, 247.8272727273);
  color: #4a4b65;
  text-decoration: none;
}
.active-filter::after {
  display: inline-block;
  margin-top: -0.125rem;
  margin-left: 0.3125rem;
  font-family: "feather";
  font-size: 1.2em;
  vertical-align: middle;
  content: "\ea1e";
}

@media (min-width: 576px) {
  .order-item {
    width: 18.125rem;
  }
}

.bg-0 {
  background: none !important;
}

.bg-image-0 {
  background-image: none !important;
}

.bg-darker {
  background-color: rgb(44.454887218, 45.2631578947, 63.045112782) !important;
}

.bg-gradient {
  background: #766df4 !important;
  background: linear-gradient(to right, #766df4 0%, #766df4 30%, #6a9bf4 100%) !important;
}

.bg-faded-primary {
  background-color: rgba(118, 109, 244, 0.08) !important;
}

.bg-faded-secondary {
  background-color: rgba(247, 247, 252, 0.08) !important;
}

.bg-faded-success {
  background-color: rgba(22, 201, 149, 0.08) !important;
}

.bg-faded-info {
  background-color: rgba(106, 155, 244, 0.08) !important;
}

.bg-faded-warning {
  background-color: rgba(255, 177, 92, 0.08) !important;
}

.bg-faded-danger {
  background-color: rgba(247, 79, 120, 0.08) !important;
}

.bg-faded-light {
  background-color: rgba(255, 255, 255, 0.08) !important;
}

.bg-faded-dark {
  background-color: rgba(55, 56, 78, 0.08) !important;
}

.border-primary {
  border-color: rgba(118, 109, 244, 0.35) !important;
}

.border-secondary {
  border-color: rgba(247, 247, 252, 0.35) !important;
}

.border-success {
  border-color: rgba(22, 201, 149, 0.35) !important;
}

.border-info {
  border-color: rgba(106, 155, 244, 0.35) !important;
}

.border-warning {
  border-color: rgba(255, 177, 92, 0.35) !important;
}

.border-danger {
  border-color: rgba(247, 79, 120, 0.35) !important;
}

.border-light {
  border-color: rgba(255, 255, 255, 0.35) !important;
}

.border-dark {
  border-color: rgba(55, 56, 78, 0.35) !important;
}

.border-secondary {
  border-color: #e9e9f2 !important;
}

.bg-size-cover {
  background-size: cover !important;
}

.bg-position-center {
  background-position: center !important;
}

.bg-position-center-y {
  background-position-y: center !important;
}

.bg-position-center-x {
  background-position-x: center !important;
}

.bg-position-right-top {
  background-position: right top !important;
}

.bg-position-left-top {
  background-position: left top !important;
}

.bg-position-center-top {
  background-position: center top !important;
}

.bg-position-right-bottom {
  background-position: right bottom !important;
}

.bg-position-left-bottom {
  background-position: left bottom !important;
}

.bg-position-center-bottom {
  background-position: center bottom !important;
}

.bg-position-right-center {
  background-position: right center !important;
}

.bg-position-left-center {
  background-position: left center !important;
}

.bg-no-repeat {
  background-repeat: no-repeat !important;
}

.bg-repeat-x {
  background-repeat: repeat-x !important;
}

.bg-repeat-y {
  background-repeat: repeat-y !important;
}

.bg-fixed {
  background-attachment: fixed !important;
}

a[class^=bg-],
a[class*=bg-] {
  transition: background-color 0.25s ease;
}

.bg-overlay {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.5;
  z-index: 1;
}

.bg-overlay-content {
  display: block;
  position: relative;
  z-index: 5;
}

.font-weight-medium {
  font-weight: 500 !important;
}

.font-weight-semibold {
  font-weight: 600 !important;
}

.font-size-xl {
  font-size: 1.25rem !important;
}

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

.font-size-base {
  font-size: 1rem !important;
}

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

.font-size-sm {
  font-size: 0.875rem !important;
}

.font-size-ms {
  font-size: 0.8125rem !important;
}

.font-size-xs {
  font-size: 0.75rem !important;
}

.lead {
  font-size: 1.5rem;
}

.text-shadow {
  text-shadow: 0 0.0625rem rgba(0, 0, 0, 0.5) !important;
}

.text-heading {
  color: #4a4b65 !important;
}

.text-nav {
  color: #5a5b75 !important;
}

.text-border {
  color: #e9e9f2 !important;
}

.box-shadow {
  box-shadow: 0 0 0.625rem -0.1875rem rgba(0, 0, 0, 0.13) !important;
}

.box-shadow-sm {
  box-shadow: 0 0 0.625rem -0.1875rem rgba(0, 0, 0, 0.13) !important;
}

.box-shadow-lg {
  box-shadow: -0.0625rem 0 0.625rem 0 rgba(0, 0, 0, 0.07), 0.3125rem 1.25rem 2.5rem 0 rgba(0, 0, 0, 0.04) !important;
}

.rounded-lg {
  border-radius: 1rem;
}

.rounded-sm {
  border-radius: 0.5rem;
}

.rounded-top-0 {
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-right-0, .button-addons .form-control, .button-addons input:not([type=checkbox]):not([type=radio]):not([class]),
.button-addons textarea:not([class]) {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-left-0, .button-addons .btn, .button-addons .cs-range-slider .button, .cs-range-slider .button-addons .button, .button-addons .single-product .summary .yith-wcwl-add-to-wishlist, .single-product .summary .button-addons .yith-wcwl-add-to-wishlist, .button-addons .wishlist_table .button.remove_from_wishlist, .wishlist_table .button-addons .button.remove_from_wishlist, .button-addons .wishlist_table .button.add_to_cart, .wishlist_table .button-addons .button.add_to_cart, .button-addons .yith-wcwl-form.wishlist-fragment .hidden-title-form input[type=submit], .yith-wcwl-form.wishlist-fragment .hidden-title-form .button-addons input[type=submit] {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.box-shadow-0 {
  box-shadow: none !important;
}

.text-decoration-0 {
  text-decoration: none !important;
}

.mt-grid-gutter,
.my-grid-gutter {
  margin-top: 30px !important;
}

.mr-grid-gutter,
.mx-grid-gutter {
  margin-right: 30px !important;
}

.mb-grid-gutter,
.my-grid-gutter {
  margin-bottom: 30px !important;
}

.ml-grid-gutter,
.mx-grid-gutter {
  margin-left: 30px !important;
}

.pt-grid-gutter,
.py-grid-gutter {
  padding-top: 30px !important;
}

.pr-grid-gutter,
.px-grid-gutter {
  padding-right: 30px !important;
}

.pb-grid-gutter,
.py-grid-gutter {
  padding-bottom: 30px !important;
}

.pl-grid-gutter,
.px-grid-gutter {
  padding-left: 30px !important;
}

.border-light {
  border-color: rgba(255, 255, 255, 0.14) !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-60 {
  opacity: 0.6 !important;
}

.opacity-65 {
  opacity: 0.6 !important;
}

.opacity-70 {
  opacity: 0.7 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-80 {
  opacity: 0.8 !important;
}

.opacity-90 {
  opacity: 0.9 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.iframe-full-height-wrap {
  min-height: 18rem;
  overflow: hidden;
}

.iframe-full-height {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 1280px) {
  .text-xl-nowrap {
    white-space: nowrap !important;
  }
  .text-xl-wrap {
    white-space: wrap !important;
  }
}
@media (min-width: 992px) {
  .text-lg-nowrap {
    white-space: nowrap !important;
  }
  .text-lg-wrap {
    white-space: wrap !important;
  }
}
@media (min-width: 768px) {
  .text-md-nowrap {
    white-space: nowrap !important;
  }
  .text-md-wrap {
    white-space: wrap !important;
  }
}
@media (min-width: 576px) {
  .text-sm-nowrap {
    white-space: nowrap !important;
  }
  .text-sm-wrap {
    white-space: wrap !important;
  }
}
.line-height-base {
  line-height: 1.5 !important;
}

.table-fixed {
  table-layout: fixed !important;
}

.animation-0 {
  animation: none !important;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .media-ie-fix .media-body {
    flex: 0 1 auto;
  }
}
.cs-swap-image {
  display: inline-block;
  position: relative;
  user-select: none;
}
.cs-swap-image .cs-swap-from,
.cs-swap-image .cs-swap-to {
  display: block;
  transition: opacity 0.3s ease-in-out;
}
.cs-swap-image .cs-swap-to {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 0;
}
.cs-swap-image:hover .cs-swap-from, .cs-swap-image.active .cs-swap-from {
  opacity: 0;
}
.cs-swap-image:hover .cs-swap-to, .cs-swap-image.active .cs-swap-to {
  opacity: 1;
}

.card.card-hover:hover .cs-swap-image .cs-swap-from,
.card.card-hover:hover .cs-swap-image .cs-swap-to,
.card.card-active .cs-swap-image .cs-swap-from,
.card.card-active .cs-swap-image .cs-swap-to {
  transition-duration: 0.25s;
}
.card.card-hover:hover .cs-swap-image .cs-swap-from,
.card.card-active .cs-swap-image .cs-swap-from {
  opacity: 0;
}
.card.card-hover:hover .cs-swap-image .cs-swap-to,
.card.card-active .cs-swap-image .cs-swap-to {
  opacity: 1;
}

.cs-view {
  display: none;
}
.cs-view.show {
  display: block;
}

.cs-shape {
  position: absolute;
  width: 100%;
  overflow: hidden;
  z-index: 2;
}
.cs-shape svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
}
.cs-shape.bg-light, .cs-shape.bg-body, .cs-shape.bg-primary, .cs-shape.bg-secondary, .cs-shape.bg-dark, .cs-shape.bg-darker {
  background-color: transparent !important;
}
.cs-shape.bg-light {
  color: #fff !important;
}
.cs-shape.bg-body {
  color: #fff !important;
}
.cs-shape.bg-primary {
  color: #766df4 !important;
}
.cs-shape.bg-secondary {
  color: #f7f7fc !important;
}
.cs-shape.bg-dark {
  color: #37384e !important;
}
.cs-shape.bg-darker {
  color: rgb(44.454887218, 45.2631578947, 63.045112782) !important;
}

.cs-shape-top,
.cs-shape-bottom {
  width: 100%;
  left: 0;
}

.cs-shape-right,
.cs-shape-left {
  height: 100%;
  left: 0;
  top: 0;
}
.cs-shape-right svg,
.cs-shape-left svg {
  top: -2px;
  width: auto;
  height: 102%;
  height: calc(100% + 5px);
}

.cs-shape-top {
  top: 0;
  margin-top: -1px;
}

.cs-shape-bottom {
  bottom: 0;
  margin-bottom: -1px;
}

.cs-shape-right svg {
  left: auto;
  right: 0;
  margin-right: -1px;
}

.cs-shape-left svg {
  left: 0;
  right: auto;
  margin-left: -1px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .cs-shape-right,
  .cs-shape-left {
    display: none;
  }
}
.cs-shape-slant {
  padding-bottom: 8.7%;
}

.cs-shape-curve-side {
  padding-bottom: 8.4%;
}

.cs-shape-curve {
  padding-bottom: 6.2%;
}

.line-height-h1 {
  line-height: 1.2 !important;
}

.line-height-h2 {
  line-height: 1.25 !important;
}

.line-height-h3 {
  line-height: 1.3 !important;
}

.line-height-h4 {
  line-height: 1.35 !important;
}

.line-height-h5 {
  line-height: 1.4 !important;
}

.line-height-h6 {
  line-height: 1.4 !important;
}

.fh-section {
  min-height: 100vh;
}

.elementor-column > .elementor-element-populated:not(.card-body):not(.dropdown-body):not(.dropdown-img-left):not(.no-pad-0) {
  padding: 0 !important;
}

.elementor-section .elementor-container.row {
  margin-left: -15px;
  margin-right: -15px;
}

.elementor-column {
  padding-left: 15px;
  padding-right: 15px;
}

.no-gutters > .elementor-column {
  padding-left: 0;
  padding-right: 0;
}

.elementor-column-gap-narrow > .elementor-column {
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 1280px) {
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1260px !important;
  }
}
.elementor-button-text {
  order: initial;
}

.elementor-text-editor > *:last-child {
  margin-bottom: 0;
}

.mb-125 {
  margin-bottom: 1.25rem !important;
}

.ar-brands-without-column:last-child {
  margin-right: 0 !important;
  padding-right: 0 !important;
}

.around__justify-content-center div[data-elementor-type=wp-page] {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.no-min-height {
  min-height: 0 !important;
}

.testimonial-footer img {
  width: 42px;
  height: 42px !important;
}

.shop-tabs .cs-media-tabs.cs-media-tabs-light .nav-link {
  color: #fff !important;
}
.shop-tabs .cs-media-tabs.cs-media-tabs-light .nav-link.active {
  color: #5a5b75 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

@media (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    width: 8.3333333333% !important;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    width: 16.6666666667% !important;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    width: 25% !important;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    width: 33.3333333333% !important;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    width: 41.6666666667% !important;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    width: 50% !important;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    width: 58.3333333333% !important;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    width: 66.6666666667% !important;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    width: 75% !important;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    width: 83.3333333333% !important;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    width: 91.6666666667% !important;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    width: 100% !important;
    max-width: 100%;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
}
@media (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    width: 8.3333333333% !important;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    width: 16.6666666667% !important;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    width: 25% !important;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    width: 33.3333333333% !important;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    width: 41.6666666667% !important;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    width: 58.3333333333% !important;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    width: 66.6666666667% !important;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    width: 75% !important;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    width: 83.3333333333% !important;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    width: 91.6666666667% !important;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    width: 100% !important;
    max-width: 100%;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
}
@media (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    width: 8.3333333333% !important;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    width: 16.6666666667% !important;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    width: 25% !important;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    width: 33.3333333333% !important;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    width: 41.6666666667% !important;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    width: 50% !important;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    width: 58.3333333333% !important;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    width: 66.6666666667% !important;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    width: 75% !important;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    width: 83.3333333333% !important;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    width: 91.6666666667% !important;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    width: 100% !important;
    max-width: 100%;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
}
@media (min-width: 1280px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    width: 8.3333333333% !important;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    width: 8.3333333333% !important;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    width: 25% !important;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    width: 33.3333333333% !important;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    width: 41.6666666667% !important;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    width: 50% !important;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    width: 58.3333333333% !important;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    width: 66.6666666667% !important;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    width: 75% !important;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    width: 83.3333333333% !important;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    width: 91.6666666667% !important;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    width: 100% !important;
    max-width: 100%;
  }
}
* {
  word-break: break-word;
}

.page-title {
  margin-top: 0.3333333333rem;
}

.updated:not(.published) {
  display: none;
}

.row > * {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.around-slanted-bg-header {
  min-height: 480px;
}

body {
  overflow-x: hidden;
}

.page .comments-area {
  margin-top: 3rem;
}

.btn-scroll-top .btn-scroll-top-tooltip {
  word-break: normal;
}

.opacity-35 {
  opacity: 0.35 !important;
}

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

table th,
table td {
  word-break: normal;
}

nav[aria-label=breadcrumb] + article.card-horizontal,
nav[aria-label=breadcrumb] + article.card.blog-grid,
nav[aria-label=breadcrumb] + .cs-masonry-grid.shuffle {
  margin-top: 20px;
}

.cs-widget li > a, .cs-widget .tag-cloud-link {
  display: inline-block;
}
.cs-widget .cs-widget-title a {
  color: inherit;
}
.cs-widget.widget_rss .rss-widget-icon {
  display: none;
}
.cs-widget.widget_rss ul > li {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}
.cs-widget.widget_rss ul > li > * + * {
  margin-top: 0.375rem;
}
.cs-widget.widget_rss .rss-date, .cs-widget.widget_rss cite {
  font-size: 0.9375rem;
  font-style: normal;
}

.wp-calendar-table {
  font-size: 0.875rem;
  width: 100%;
}
.wp-calendar-table caption {
  text-align: center;
}
.wp-calendar-table th, .wp-calendar-table td {
  padding: 5px;
  text-align: center;
}
.wp-calendar-table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dfdfeb;
}

.wp-calendar-nav {
  margin-top: -1rem;
  display: flex;
  justify-content: space-between;
}

.cs-widget-light .wp-calendar-table {
  text-align: center;
  border: 0;
}
.cs-widget-light .wp-calendar-table thead th,
.cs-widget-light .wp-calendar-table thead td {
  border-bottom-width: 2px;
}
.cs-widget-light .wp-calendar-table th, .cs-widget-light .wp-calendar-table td {
  padding: 0.3rem;
  border: 1px solid rgb(70.8176691729, 72.1052631579, 100.4323308271);
}
.cs-widget-light .wp-calendar-table td {
  color: #737491;
}
.cs-widget-light .wp-calendar-table td a {
  color: #fff;
}
.cs-widget-light.cs-widget li a, .cs-widget-light .tag-cloud-link, .cs-widget-light .wp-calendar-nav a {
  color: rgba(255, 255, 255, 0.7);
  font-weight: normal;
  text-decoration: none;
}
.cs-widget-light.cs-widget li a:hover, .cs-widget-light .tag-cloud-link:hover, .cs-widget-light .wp-calendar-nav a:hover {
  color: #fff;
}
.cs-widget-light.cs-widget li a.active, .active > .cs-widget-light.cs-widget li a, .cs-widget-light .tag-cloud-link.active, .active > .cs-widget-light .tag-cloud-link, .cs-widget-light .wp-calendar-nav a.active, .active > .cs-widget-light .wp-calendar-nav a {
  color: #fff;
}
.cs-widget-light .children li, .cs-widget-light .sub-menu li {
  border-color: rgb(70.8176691729, 72.1052631579, 100.4323308271);
}
.cs-widget-light .children li > a:after,
.cs-widget-light .sub-menu li > a:after {
  background-color: rgb(70.8176691729, 72.1052631579, 100.4323308271);
}

.blog-sidebar .cs-widget.widget_categories > ul > li:not(a),
.blog-sidebar .cs-widget.widget_archive > ul > li:not(a),
.blog-sidebar .list-custom-taxonomy-widget > ul > li:not(a), .elementor-widget-sidebar:not(.no-sidebar-style) .cs-widget.widget_categories > ul > li:not(a),
.elementor-widget-sidebar:not(.no-sidebar-style) .cs-widget.widget_archive > ul > li:not(a),
.elementor-widget-sidebar:not(.no-sidebar-style) .list-custom-taxonomy-widget > ul > li:not(a) {
  font-size: 75%;
  font-weight: normal;
  color: #9e9fb4;
}
.blog-sidebar .cs-widget.widget_categories > ul > li > a,
.blog-sidebar .cs-widget.widget_archive > ul > li > a,
.blog-sidebar .list-custom-taxonomy-widget > ul > li > a, .elementor-widget-sidebar:not(.no-sidebar-style) .cs-widget.widget_categories > ul > li > a,
.elementor-widget-sidebar:not(.no-sidebar-style) .cs-widget.widget_archive > ul > li > a,
.elementor-widget-sidebar:not(.no-sidebar-style) .list-custom-taxonomy-widget > ul > li > a {
  font-size: 1rem;
  font-weight: 500;
  position: relative;
  padding: 0.25rem 0;
  transition: color 0.25s ease-in-out;
  color: #5a5b75;
  font-weight: 500;
  text-decoration: none;
  padding-left: 1.25rem;
  padding-right: 0.25rem;
  margin-right: 0.5rem;
}
.blog-sidebar .cs-widget.widget_categories > ul > li > a:before,
.blog-sidebar .cs-widget.widget_archive > ul > li > a:before,
.blog-sidebar .list-custom-taxonomy-widget > ul > li > a:before, .elementor-widget-sidebar:not(.no-sidebar-style) .cs-widget.widget_categories > ul > li > a:before,
.elementor-widget-sidebar:not(.no-sidebar-style) .cs-widget.widget_archive > ul > li > a:before,
.elementor-widget-sidebar:not(.no-sidebar-style) .list-custom-taxonomy-widget > ul > li > a:before {
  position: absolute;
  top: 0.0625rem;
  left: -0.1875rem;
  transition: opacity 0.15s ease-in-out, -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, opacity 0.15s ease-in-out;
  transition: transform 0.25s ease-in-out, opacity 0.15s ease-in-out, -webkit-transform 0.25s ease-in-out;
  font-family: "feather";
  font-size: 1.25em;
  content: "\e931";
  opacity: 0.5;
}
.blog-sidebar .cs-widget.widget_categories ul.children li a,
.blog-sidebar .cs-widget.widget_archive ul.children li a,
.blog-sidebar .list-custom-taxonomy-widget ul.children li a, .elementor-widget-sidebar:not(.no-sidebar-style) .cs-widget.widget_categories ul.children li a,
.elementor-widget-sidebar:not(.no-sidebar-style) .cs-widget.widget_archive ul.children li a,
.elementor-widget-sidebar:not(.no-sidebar-style) .list-custom-taxonomy-widget ul.children li a {
  font-size: 14px;
  padding-right: 0.25rem;
  margin-right: 0.5rem;
}

.tagcloud > a,
.tagcloud > .tag-cloud-link,
.post-tags a {
  display: inline-block;
  padding: 0.375rem 0.75rem;
  transition: border-color 0.25s ease-in-out, color 0.25s ease-in-out;
  border: 1px solid #e9e9f2;
  border-radius: 0.5rem;
  background-color: #fff;
  font-size: 0.8125rem !important;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  margin-right: 0.2rem;
  margin-bottom: 0.5rem;
}
.tagcloud > a:not(:hover),
.tagcloud > .tag-cloud-link:not(:hover),
.post-tags a:not(:hover) {
  color: #737491 !important;
}
.tagcloud > a:hover,
.tagcloud > .tag-cloud-link:hover,
.post-tags a:hover {
  border-color: #cfcfe3;
  color: #4a4b65 !important;
  text-decoration: none;
}

.post-tags a {
  margin: 0.5rem 0.2rem 0.5rem 0;
}

.shop-sidebar .widget_shopping_cart .simplebar-content,
.elementor-widget-sidebar:not(.no-sidebar-style) .widget_shopping_cart .simplebar-content {
  padding-left: 0 !important;
  padding-top: 0 !important;
}
.shop-sidebar .widget_shopping_cart .cs-offcanvas-cap,
.elementor-widget-sidebar:not(.no-sidebar-style) .widget_shopping_cart .cs-offcanvas-cap {
  padding-top: 1.25rem;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.shop-sidebar .product_list_widget > li,
.elementor-widget-sidebar:not(.no-sidebar-style) .product_list_widget > li {
  margin-bottom: 1rem !important;
  display: flex !important;
}
.shop-sidebar .product_list_widget > li .widget-product-title,
.elementor-widget-sidebar:not(.no-sidebar-style) .product_list_widget > li .widget-product-title {
  margin-bottom: 0.125rem;
}
.shop-sidebar .product_list_widget > li .widget-product-title > a,
.elementor-widget-sidebar:not(.no-sidebar-style) .product_list_widget > li .widget-product-title > a {
  color: #5a5b75 !important;
  font-weight: 500;
}
.shop-sidebar .product_list_widget > li .widget-product-title > a:hover,
.elementor-widget-sidebar:not(.no-sidebar-style) .product_list_widget > li .widget-product-title > a:hover {
  color: #766df4 !important;
  text-decoration: none;
}
.shop-sidebar .star-rating,
.elementor-widget-sidebar:not(.no-sidebar-style) .star-rating {
  display: block !important;
  margin-bottom: 0.125rem !important;
}

blockquote:not([class]) {
  padding: 1.2rem;
  border-left: 3px solid #e9e9f2;
  background-color: #f7f7fc;
}
blockquote:not([class]) > *:last-child {
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .admin-bar .cs-offcanvas-collapse {
    top: 32px;
  }
  .admin-bar .navbar-sticky.navbar-stuck .cs-offcanvas-collapse {
    top: 0;
  }
}
@media (min-width: 992px) {
  .admin-bar .navbar-sticky.navbar-stuck,
  .admin-bar .navbar-floating {
    top: 32px;
  }
}

@media (max-width: 991.98px) {
  .admin-bar .navbar-floating:not(.navbar-stuck) {
    top: 46px;
  }
}
.admin-bar .navbar-floating.navbar-stuck {
  top: 32px;
}
@media (min-width: 600px) and (max-width: 782px) {
  .admin-bar .navbar-floating.navbar-stuck {
    top: 46px;
  }
}

@media (min-width: 600px) and (max-width: 782px) {
  .admin-bar .navbar-sticky.navbar-stuck {
    top: 46px;
  }
}

.logo-link img,
.footer-logo-link img,
.navbar-stuck-logo img {
  max-height: 3.44rem;
  width: auto;
}

.mobile-logo-link img {
  max-height: 2.81rem;
  width: auto;
}

.topbar__nav > ul > li + li {
  margin-left: 1rem;
}

.navbar-search .navbar-search-field {
  flex: 1 1 0%;
}

.admin-bar div#shoppingCart {
  margin-top: 46px;
}
@media (min-width: 992px) {
  .admin-bar div#shoppingCart {
    margin-top: 32px;
  }
}

@media (min-width: 992px) {
  .navbar-floating + .content-area,
  .navbar-floating + .post,
  .navbar-floating + div:not(.cs-sidebar-enabled):not(.elementor) {
    padding-top: 81px;
  }
}

.navbar-floating + div[data-elementor-type=wp-page] {
  padding-top: 0;
}

.navbar-floating + div.cs-sidebar-enabled {
  margin-top: 62px;
}
@media (min-width: 992px) {
  .navbar-floating + div.cs-sidebar-enabled {
    margin-top: 81px;
  }
}

@media (min-width: 992px) {
  .navbar-floating + .article__page {
    padding-top: 81px !important;
  }
}

.around-slanted-bg-header + .content-area,
.around-slanted-bg-header + .cs-sidebar-enabled {
  display: block;
  position: relative;
  z-index: 5;
  margin-top: -350px;
}

.around-slanted-bg-header + .cs-sidebar-enabled:before {
  content: none;
}
@media (min-width: 992px) {
  .around-slanted-bg-header + .cs-sidebar-enabled .container .row {
    margin: 0;
  }
}
@media (max-width: 991.98px) {
  .around-slanted-bg-header + .cs-sidebar-enabled .breadcrumb-item > a,
  .around-slanted-bg-header + .cs-sidebar-enabled .breadcrumb-item + .breadcrumb-item::before,
  .around-slanted-bg-header + .cs-sidebar-enabled .breadcrumb-item.active {
    color: #fff;
  }
}

.around-slanted-bg-header + .content-area .breadcrumb-item > a,
.around-slanted-bg-header + .content-area .breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}

.header-navbar-dashboard.navbar-dark .nav-link-style,
.navbar-solid.navbar-dark .nav-link-style {
  color: rgba(255, 255, 255, 0.7) !important;
}

@media (max-width: 991px) {
  .dropright .dropdown-toggle::after {
    transform: rotate(-270deg);
  }
}

.cs-header.bg-primary .around-navbar-social-menu .social-btn {
  color: #fff;
}

.topbar__nav--right .dropdown .dropdown-menu {
  left: auto !important;
  right: 0;
}

.topbar .menu-image-title-after.menu-image-not-hovered img {
  padding-right: 0 !important;
}

.topbar .menu-image-title-after.menu-image-title {
  padding-left: 0 !important;
}

.topbar .menu-image-title-after.menu-image-not-hovered img {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 0.8125rem;
  width: 20px;
  max-width: 100%;
  margin-right: 8px;
}

.topbar .dropdown-menu .menu-image-title-after.menu-image-not-hovered .menu-image-title-after.menu-image-title {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.25;
}

.topbar__nav > ul.topbar__nav--right > li:nth-child(2) {
  margin-left: 1.7rem;
}

.navbar-dark .navbar-nav .dropdown-menu.dropdown-mega .dropdown-item.nav-link-style:not(:hover) {
  color: #5a5b75 !important;
}

.navbar-dark .navbar-nav .dropdown-menu.dropdown-mega .dropdown-item.nav-link-style:hover,
.navbar-dark .navbar-nav .dropdown-menu.dropdown-mega .dropdown-item.nav-link-style:focus {
  color: #766df4 !important;
}

@media (min-width: 360px) {
  .modal-content .woocommerce-form-login .forget-password-row {
    flex-direction: row;
  }
  .modal-content .woocommerce-form-login .woocommerce-LostPassword.mt-3 {
    margin-top: 0 !important;
  }
}
.post__content > .wp-block-cover:first-child {
  margin-top: 0;
}

.wp-block-cover__inner-container,
.wp-block-cover,
.wp-block-button {
  color: #fff;
}
.wp-block-cover__inner-container.is-style-outline,
.wp-block-cover.is-style-outline,
.wp-block-button.is-style-outline {
  color: #32373c;
}
.wp-block-cover__inner-container a,
.wp-block-cover a,
.wp-block-button a {
  color: inherit;
}

.wp-block-archives,
.wp-block-cover,
.wp-block-button,
.wp-block-pullquote,
.wp-block-columns,
.wp-block-media-text,
.wp-block-latest-comments,
.wp-block-categories,
.wp-block-latest-posts {
  margin-top: 28px;
  margin-bottom: 28px;
}
.wp-block-archives.alignleft,
.wp-block-cover.alignleft,
.wp-block-button.alignleft,
.wp-block-pullquote.alignleft,
.wp-block-columns.alignleft,
.wp-block-media-text.alignleft,
.wp-block-latest-comments.alignleft,
.wp-block-categories.alignleft,
.wp-block-latest-posts.alignleft {
  margin-right: 2em;
}

.wp-block-table {
  width: 100%;
  margin-bottom: 1rem;
}
.wp-block-table.has-fixed-layout {
  table-layout: fixed;
}

pre.wp-block-verse {
  padding: 1em;
}

.wp-block-latest-comments,
ul.wp-block-archives, .wp-block-categories ul {
  padding-left: 2.5em;
  margin-left: 1.3em;
  margin-top: 6px;
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
  margin-bottom: 1em;
}

.single-post:not(.has-sidebar) .wp-block-columns.alignfull,
.single-post:not(.has-sidebar) .alignfull:not(.has-background) .wp-block-columns,
.page .wp-block-columns.alignfull,
.page .alignfull:not(.has-background) .wp-block-columns {
  padding-left: 2rem;
  padding-right: 2rem;
}

.wp-block-embed-facebook .fb_iframe_widget {
  max-width: 100% !important;
}

.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
  max-width: 41.6666666667vw;
}
@media (min-width: 992px) {
  .wp-block-gallery.alignleft,
  .wp-block-gallery.alignright {
    max-width: 50%;
  }
}

.comment-form {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.comment-form > * {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .comment-form > *.comment-form-email, .comment-form > *.comment-form-author {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.comment-form .comment-form-comment {
  order: 2;
}
.comment-form .comment-form-cookies-consent,
.comment-form .form-submit {
  order: 3;
}
.comment-form label:not(.custom-control-label) {
  padding-left: 1.125rem !important;
}
.comment-form .custom-control.custom-checkbox {
  padding-left: 36px;
}
.comment-form .custom-control.custom-checkbox label {
  padding: 0;
}

input[type=radio] + label:not(.btn), input[type=checkbox] + label:not(.btn) {
  padding-left: 0.5rem;
}

.icon-only .btn, .icon-only .cs-range-slider .button, .cs-range-slider .icon-only .button, .icon-only .single-product .summary .yith-wcwl-add-to-wishlist, .single-product .summary .icon-only .yith-wcwl-add-to-wishlist, .icon-only .wishlist_table .button.remove_from_wishlist, .wishlist_table .icon-only .button.remove_from_wishlist, .icon-only .wishlist_table .button.add_to_cart, .wishlist_table .icon-only .button.add_to_cart, .icon-only .yith-wcwl-form.wishlist-fragment .hidden-title-form input[type=submit], .yith-wcwl-form.wishlist-fragment .hidden-title-form .icon-only input[type=submit] {
  font-size: 0;
}
.icon-only .btn:before, .icon-only .cs-range-slider .button:before, .cs-range-slider .icon-only .button:before, .icon-only .single-product .summary .yith-wcwl-add-to-wishlist:before, .single-product .summary .icon-only .yith-wcwl-add-to-wishlist:before, .icon-only .wishlist_table .button.remove_from_wishlist:before, .wishlist_table .icon-only .button.remove_from_wishlist:before, .icon-only .wishlist_table .button.add_to_cart:before, .wishlist_table .icon-only .button.add_to_cart:before, .icon-only .yith-wcwl-form.wishlist-fragment .hidden-title-form input[type=submit]:before, .yith-wcwl-form.wishlist-fragment .hidden-title-form .icon-only input[type=submit]:before {
  font-size: 1.25rem !important;
  font-family: "feather";
  margin-top: -0.125rem;
  vertical-align: middle;
  content: "\e9d5";
  line-height: 1.2;
  margin-right: 0.25rem;
}

@media (min-width: 992px) {
  .flex-grow .wpforms-field-container {
    flex: 1;
  }
}

.wpforms-container .wpforms-field,
.wpforms-container .wpforms-submit-container {
  padding: 0 !important;
}

.wpforms-container {
  margin-bottom: 0 !important;
}

.wpforms-form .wpforms-title {
  font-size: 2rem !important;
  padding-bottom: 1.5rem;
  line-height: 1.25;
  font-weight: 600;
  color: #4a4b65;
}
.wpforms-form.d-flex.flex-grow {
  flex-direction: column;
}
@media (min-width: 992px) {
  .wpforms-form.d-flex.flex-grow {
    flex-direction: row;
  }
}

.wpforms-container .row .wpforms-field {
  padding: 0 15px !important;
}

.cs-widget-light .wpforms-form .wpforms-title {
  color: #fff;
}

.shop-sidebar .widget_product_search .search-field {
  display: block;
  width: 100%;
  height: calc(1.5em + 1.25rem + 2px);
  padding: 0.625rem 1rem;
  padding-left: 2.5rem;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4b566b;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #dae1e7;
  border-radius: 0.75rem;
  box-shadow: 0 0 0 0 transparent;
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.shop-sidebar .widget_product_search .search-field:focus {
  color: #737491;
  background-color: #fff;
  border-color: rgba(118, 109, 244, 0.35);
  outline: 0;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
  box-shadow: 0 0 0 0 transparent, 0 0.375rem 0.625rem -0.3125rem rgba(118, 109, 244, 0.15);
}
.shop-sidebar .widget_product_search .woocommerce-product-search::before {
  display: block;
  position: absolute;
  width: 3rem;
  height: 100%;
  font-size: 1rem;
  text-align: center;
  line-height: calc(1.5em + 1.25rem + 2px);
  font-family: "feather" !important;
  content: "\e9d4";
}
.shop-sidebar .widget_product_search button[type=submit] {
  display: none;
}

.hero-form .wpforms-form .wpforms-field-label {
  padding-left: 1.125rem !important;
  font-size: 0.875rem !important;
}

span.elementor-button-icon.btn__icon.btn__icon--right + span.elementor-button-text {
  order: initial;
}

.booking-form .wpforms-field-container {
  flex: 1;
}

.booking-form .wpforms-field-container label {
  padding-left: 1.125rem;
}

.booking-form .wpforms-field-container .row {
  margin: 0;
}
.booking-form .wpforms-field-container .row .wpforms-field {
  padding: 0 !important;
}

@media only screen and (max-width: 600px) {
  .wpforms-container.booking-form .wpforms-field:not(.wpforms-field-phone):not(.wpforms-field-select-style-modern) {
    overflow-x: visible;
  }
}
.form-margin-0 .form-group {
  margin-bottom: 0;
}

.form-icon .wpforms-field-name:before {
  font-size: 1rem !important;
  font-family: "feather";
  vertical-align: middle;
  content: "\ea0d";
  line-height: 1;
  position: absolute;
  top: 14px;
  left: 33px;
  color: #737491;
}
.form-icon .wpforms-field-name .form-control, .form-icon .wpforms-field-name input:not([type=checkbox]):not([type=radio]):not([class]),
.form-icon .wpforms-field-name textarea:not([class]) {
  padding: 0.5625rem 2.595rem !important;
}

.form-icon .wpforms-field-email:before {
  font-size: 1rem !important;
  font-family: "feather";
  vertical-align: middle;
  content: "\e996";
  line-height: 1;
  position: absolute;
  top: 14px;
  left: 33px;
  color: #737491;
}
.form-icon .wpforms-field-email .form-control, .form-icon .wpforms-field-email input:not([type=checkbox]):not([type=radio]):not([class]),
.form-icon .wpforms-field-email textarea:not([class]) {
  padding: 0.5625rem 2.595rem !important;
}

@media (max-width: 576px) {
  .booking-form .row,
  .booking-form .d-flex {
    flex-direction: column;
  }
}
.notification-form .wpforms-field-container {
  width: 80%;
}

.notification-form .wpforms-form {
  margin-bottom: 0;
}

.wpforms-container .wpforms-field input.wpforms-error {
  border: 1px solid #f74f78 !important;
}

.wpforms-container label.wpforms-error {
  color: #FF0000 !important;
}

.notification-form .wpforms-form {
  margin-bottom: 0;
}

.wpforms-form .wpforms-field-radio.pb-3 {
  padding-bottom: 1rem !important;
}
.wpforms-form .wpforms-field-radio label.h6 {
  font-weight: 600 !important;
}
.wpforms-form .wpforms-field-radio ul.btn-group-toggle li.wpforms-selected .btn.btn-outline-primary, .wpforms-form .wpforms-field-radio ul.btn-group-toggle li.wpforms-selected .cs-range-slider .btn-outline-primary.button, .cs-range-slider .wpforms-form .wpforms-field-radio ul.btn-group-toggle li.wpforms-selected .btn-outline-primary.button, .wpforms-form .wpforms-field-radio ul.btn-group-toggle li.wpforms-selected .single-product .summary .btn-outline-primary.yith-wcwl-add-to-wishlist, .single-product .summary .wpforms-form .wpforms-field-radio ul.btn-group-toggle li.wpforms-selected .btn-outline-primary.yith-wcwl-add-to-wishlist, .wpforms-form .wpforms-field-radio ul.btn-group-toggle li.wpforms-selected .wishlist_table .btn-outline-primary.button.remove_from_wishlist, .wishlist_table .wpforms-form .wpforms-field-radio ul.btn-group-toggle li.wpforms-selected .btn-outline-primary.button.remove_from_wishlist, .wpforms-form .wpforms-field-radio ul.btn-group-toggle li.wpforms-selected .wishlist_table .btn-outline-primary.button.add_to_cart, .wishlist_table .wpforms-form .wpforms-field-radio ul.btn-group-toggle li.wpforms-selected .btn-outline-primary.button.add_to_cart, .wpforms-form .wpforms-field-radio ul.btn-group-toggle li.wpforms-selected .yith-wcwl-form.wishlist-fragment .hidden-title-form input.btn-outline-primary[type=submit], .yith-wcwl-form.wishlist-fragment .hidden-title-form .wpforms-form .wpforms-field-radio ul.btn-group-toggle li.wpforms-selected input.btn-outline-primary[type=submit] {
  border-color: transparent;
  background-color: rgba(118, 109, 244, 0.08);
  color: #766df4;
}
.wpforms-form .wpforms-field-radio ul.btn-group-toggle li.wpforms-selected .btn.btn-outline-light, .wpforms-form .wpforms-field-radio ul.btn-group-toggle li.wpforms-selected .cs-range-slider .btn-outline-light.button, .cs-range-slider .wpforms-form .wpforms-field-radio ul.btn-group-toggle li.wpforms-selected .btn-outline-light.button, .wpforms-form .wpforms-field-radio ul.btn-group-toggle li.wpforms-selected .single-product .summary .btn-outline-light.yith-wcwl-add-to-wishlist, .single-product .summary .wpforms-form .wpforms-field-radio ul.btn-group-toggle li.wpforms-selected .btn-outline-light.yith-wcwl-add-to-wishlist, .wpforms-form .wpforms-field-radio ul.btn-group-toggle li.wpforms-selected .wishlist_table .btn-outline-light.button.remove_from_wishlist, .wishlist_table .wpforms-form .wpforms-field-radio ul.btn-group-toggle li.wpforms-selected .btn-outline-light.button.remove_from_wishlist, .wpforms-form .wpforms-field-radio ul.btn-group-toggle li.wpforms-selected .wishlist_table .btn-outline-light.button.add_to_cart, .wishlist_table .wpforms-form .wpforms-field-radio ul.btn-group-toggle li.wpforms-selected .btn-outline-light.button.add_to_cart, .wpforms-form .wpforms-field-radio ul.btn-group-toggle li.wpforms-selected .yith-wcwl-form.wishlist-fragment .hidden-title-form input.btn-outline-light[type=submit], .yith-wcwl-form.wishlist-fragment .hidden-title-form .wpforms-form .wpforms-field-radio ul.btn-group-toggle li.wpforms-selected input.btn-outline-light[type=submit] {
  border-color: transparent !important;
  background-color: rgba(255, 255, 255, 0.08) !important;
  color: #fff !important;
}
.wpforms-form .wpforms-field-radio ul.btn-group-toggle li {
  margin-right: 13px;
}
.wpforms-form .wpforms-field-radio.wpforms-list-inline ul.btn-group-toggle li {
  margin-right: 13px;
}

.ar-pagination-logo:not(.active), .ar-brands img {
  opacity: 0.4 !important;
  filter: grayscale(100%) !important;
}
.ar-pagination-logo:not(.active):hover, .ar-brands img:hover {
  opacity: 1 !important;
  filter: grayscale(0) !important;
}

.ar-pagination-logo:hover img {
  opacity: 1 !important;
  filter: grayscale(0) !important;
}

.ar-pagination-logo:not(.active) img,
.ar-brands img {
  transition: opacity 0.3s ease-in-out;
  display: inline-block;
}

img, figure {
  max-width: 100%;
  height: auto;
}

.wp-caption-text,
.gallery-caption {
  text-align: center;
  font-size: 0.8125rem;
  color: #737491;
  margin-top: 1rem;
}

figure img {
  line-height: 1;
}

.overflow-visible {
  overflow: visible;
}

.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1rem;
  margin-bottom: 0.5rem;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1rem;
  margin-bottom: 0.5rem;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.single-post:not(.has-sidebar) .alignwide,
.page .alignwide {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .single-post:not(.has-sidebar) .alignwide,
  .page .alignwide {
    margin-left: -11.7665%;
    margin-right: -11.7665%;
    max-width: 123.533% !important;
    width: 123.533% !important;
  }
}
@media (min-width: 1280px) {
  .single-post:not(.has-sidebar) .alignwide,
  .page .alignwide {
    margin-left: -13.2665%;
    margin-right: -13.2665%;
    max-width: 126.533% !important;
    width: 126.533% !important;
  }
}

.single-post:not(.has-sidebar) .alignfull,
.page .alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw + 7.5px);
  width: auto;
  max-width: 1000%;
  clear: both;
}
@media (min-width: 1280px) {
  .single-post:not(.has-sidebar) .alignfull,
  .page .alignfull {
    margin-left: calc(50% - 50vw + 7.5px);
  }
}

embed, iframe, object {
  max-width: 100%;
}

hr.wp-block-separator + h2 {
  clear: both;
}

.w-60px {
  width: 60px;
}

.w-176px {
  width: 176px;
}

.w-45px {
  width: 45px;
}

.w-136 {
  width: 136px;
}

.article__content > *:last-child {
  margin-bottom: 0;
}
.article__content > *:last-child::after {
  display: block;
  clear: both;
  content: "";
}

.page__content > *:last-child::after {
  display: block;
  clear: both;
  content: "";
}

.comment-list .comment-meta .comment-date:hover {
  text-decoration: none;
}

#cancel-comment-reply-link {
  text-decoration: none !important;
}

.around-tags-share-wrap .post-tags:only-child,
.around-tags-share-wrap .post-share:only-child,
.around-tags-share-wrap .around-post-author:only-child,
.around-post-author-and-sharing .post-tags:only-child,
.around-post-author-and-sharing .post-share:only-child,
.around-post-author-and-sharing .around-post-author:only-child {
  flex: 0 0 100%;
  max-width: 100%;
}
.around-tags-share-wrap .post-tags,
.around-post-author-and-sharing .post-tags {
  padding-left: 0 !important;
}
@media (min-width: 768px) {
  .around-tags-share-wrap .post-share,
  .around-tags-share-wrap .post-tags,
  .around-tags-share-wrap .around-post-author,
  .around-post-author-and-sharing .post-share,
  .around-post-author-and-sharing .post-tags,
  .around-post-author-and-sharing .around-post-author {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.around-tags-share-wrap .around-post-author,
.around-post-author-and-sharing .around-post-author {
  padding-left: 0;
}
@media (min-width: 768px) {
  .around-tags-share-wrap .around-post-author:before,
  .around-post-author-and-sharing .around-post-author:before {
    border-left: 1px solid #e9e9f2;
    height: 100%;
    top: 0;
    right: 0;
    width: 1px;
    position: absolute;
    height: 100%;
    display: block;
    background: red;
    content: "";
  }
}
.around-tags-share-wrap .around-post-author:only-child:before,
.around-post-author-and-sharing .around-post-author:only-child:before {
  content: none;
}
.around-tags-share-wrap .post-share,
.around-post-author-and-sharing .post-share {
  padding-right: 0;
}

@media (min-width: 768px) {
  .around-tags-share-wrap .post-share:before {
    border-left: 1px solid #e9e9f2;
    height: 100%;
    top: 0;
    left: 0;
    width: 1px;
    position: absolute;
    height: 100%;
    display: block;
    background: red;
    content: "";
  }
}
.around-tags-share-wrap .post-share:only-child:before {
  content: none;
}

.comment-list .comment-respond {
  padding-top: 40px;
}
.comment-list .comment-respond .comment-reply-title small {
  margin-left: 10px;
}

@media (max-width: 767.98px) {
  .cs-entry-nav {
    max-width: 100% !important;
  }
}
.cs-entry-nav:only-child {
  max-width: 100% !important;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 100px;
}

.wp-block-separator {
  border-top: 2px solid #e7eaf3;
  border-bottom: none;
  margin: 16px auto;
  opacity: 1;
}

embed, iframe, object {
  max-width: 100%;
}

.wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0;
}

.article__content--post > .wp-block-cover:first-child {
  margin-top: 0;
}

.bypostauthor { /* This is for WP */ }

.article__content.article__content--post .page-item:first-child .page-link,
.article__content.article__content--page .page-item:first-child .page-link {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.article__content.article__content--post .page-item:last-child .page-link,
.article__content.article__content--page .page-item:last-child .page-link {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.blog .around-post-content article.card:not(.blog-grid):first-child,
.blog .around-post-content .cs-masonry-grid:first-child,
.blog .around-post-container .cs-masonry-grid:first-child {
  margin-top: 30px;
}

.sticky .post__title .sticky-badge {
  display: inline-block;
  vertical-align: middle;
}

.comment-reply-target + .comment-respond {
  margin-bottom: 2rem;
  margin-left: 1rem;
  border-left-width: 3px !important;
}
@media (min-width: 768px) {
  .comment-reply-target + .comment-respond {
    margin-left: 2rem;
  }
}

.comment-inner .media {
  flex-direction: column;
}
@media (min-width: 768px) {
  .comment-inner .media {
    flex-direction: row;
    align-items: center;
  }
}

.cs-footer.bg-dark .around-copyright [class*=nav-link-style],
.cs-footer.bg-dark .around-copyright a {
  color: #fff !important;
  margin-left: 0.25rem;
  opacity: 0.7 !important;
}
.cs-footer.bg-dark .around-copyright [class*=nav-link-style]:hover,
.cs-footer.bg-dark .around-copyright a:hover {
  text-decoration: none;
}
.cs-footer.bg-dark .around-copyright:not(a) {
  color: rgba(255, 255, 255, 0.5);
}
.cs-footer.bg-dark .site-desc {
  opacity: 0.6;
}

.cs-footer.footer-dashboard .around-copyright:not(a),
.cs-footer.footer-dashboard .around-copyright span {
  color: #9e9fb4 !important;
  opacity: 1 !important;
}

.cs-footer.bg-secondary .around-copyright [class*=nav-link-style],
.cs-footer.bg-secondary .around-copyright a,
.cs-footer:not(.bg-dark) .around-copyright [class*=nav-link-style],
.cs-footer:not(.bg-dark) .around-copyright a {
  color: #5a5b75 !important;
  margin-left: 0.25rem;
}
.cs-footer.bg-secondary .around-copyright [class*=nav-link-style]:hover,
.cs-footer.bg-secondary .around-copyright a:hover,
.cs-footer:not(.bg-dark) .around-copyright [class*=nav-link-style]:hover,
.cs-footer:not(.bg-dark) .around-copyright a:hover {
  text-decoration: none;
}
.cs-footer.bg-secondary .around-copyright:not(a),
.cs-footer:not(.bg-dark) .around-copyright:not(a) {
  color: #9e9fb4;
}

.around-copyright [class*=nav-link-style] {
  margin-left: 0.25rem;
}

.cs-footer.bg-dark {
  color: rgba(255, 255, 255, 0.7);
}
.cs-footer.bg-dark .wp-caption-text,
.cs-footer.bg-dark .gallery-caption {
  color: #fff;
}

.cs-footer.bg-dark .widget_rss .rss-date {
  color: rgba(255, 255, 255, 0.5);
}

.footer-blog-widgets {
  margin-left: -15px;
  margin-right: -15px;
}
.footer-blog-widgets > .cs-widget {
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 991.98px) {
  .cs-footer.footer-shop .menu ul li > ul li > ul li > ul li > ul li > ul,
  .cs-footer.footer-blog .menu ul li > ul li > ul li > ul li > ul li > ul {
    padding-left: 0px;
  }
  .cs-footer.footer-shop .menu ul li > ul li > ul li > ul li > ul li > ul li,
  .cs-footer.footer-blog .menu ul li > ul li > ul li > ul li > ul li > ul li {
    border: 0;
  }
}
.cs-footer.footer-simple .container > p:only-child,
.site-footer.footer-simple-2 .container > p:only-child,
.footer-v7 .container > p:only-child {
  width: 100%;
  text-align: center;
}

.cs-widget ul.list-social > li.list-inline-item {
  display: inline-block;
}
.cs-widget ul.list-social > li.list-inline-item a {
  padding: 0;
}
.cs-widget ul.list-social > li.list-inline-item a:hover {
  color: initial !important;
}
.cs-widget ul.list-social > li.list-inline-item a.sb-twitter:hover {
  color: #1da1f2 !important;
}
.cs-widget ul.list-social > li.list-inline-item a.sb-facebook:hover {
  color: #3b5998 !important;
}
.cs-widget ul.list-social > li.list-inline-item a.sb-instagram:hover {
  color: #5851db !important;
}
.cs-widget ul.list-social > li.list-inline-item a.sb-google:hover {
  color: #ea4335 !important;
}

.cs-footer .cs-widget.widget_calendar table {
  table-layout: fixed;
}
@media (min-width: 992px) and (max-width: 1279.98px) {
  .cs-footer .cs-widget.widget_calendar table th, .cs-footer .cs-widget.widget_calendar table td {
    padding: 7px 2px;
    font-size: 14px;
  }
}
.cs-footer .cs-widget.widget_calendar table th,
.cs-footer .cs-widget.widget_calendar table td {
  word-break: normal;
  padding: 0.3rem;
  text-align: center;
}
.cs-footer .cs-widget.widget_calendar table td a {
  word-break: normal;
}

.cs-footer .menu ul li > ul li > ul li > ul li > ul li > ul,
.cs-sidebar .menu ul li > ul li > ul li > ul li > ul li > ul {
  padding-left: 0px;
}

.cs-footer .menu ul li > ul li > ul li > ul li > ul li > ul li,
.cs-sidebar .menu ul li > ul li > ul li > ul li > ul li > ul li {
  border: 0px;
}

.cs-footer .cs-widget-light .wp-calendar-table td {
  color: rgba(255, 255, 255, 0.7);
}

.footer-shop .list-social li.ml-2 {
  margin-left: 0.25rem !important;
}

.footer-shop .around-copyright {
  font-size: 0.8125rem !important;
}

.payment-box__inner > p:only-child,
.payment-box__inner > div:only-child > p:only-child {
  margin-bottom: 0 !important;
}

.woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 2.5rem !important;
}

.wc-credit-card-form, .wc-payment-form {
  margin-top: 1rem !important;
}
.wc-credit-card-form .row > .form-row, .wc-credit-card-form .row > *, .wc-payment-form .row > .form-row, .wc-payment-form .row > * {
  margin-left: 0;
  margin-right: 0;
  display: block !important;
  margin-bottom: 1rem !important;
}
.wc-credit-card-form .row > .form-row > label, .wc-credit-card-form .row > * > label, .wc-payment-form .row > .form-row > label, .wc-payment-form .row > * > label {
  display: block;
  font-size: 94%;
  font-weight: 600;
  padding-left: 0;
}
.wc-credit-card-form .row > .form-row > label .required, .wc-credit-card-form .row > * > label .required, .wc-payment-form .row > .form-row > label .required, .wc-payment-form .row > * > label .required {
  color: #f74f78;
}
.wc-credit-card-form .wc-stripe-elements-field, .wc-credit-card-form .wc-stripe-iban-element-field, .wc-payment-form .wc-stripe-elements-field, .wc-payment-form .wc-stripe-iban-element-field {
  padding: 0.95rem;
  border: 1px solid #dfdfeb;
  border-radius: 0.75rem;
}
.wc-credit-card-form .wc-stripe-elements-field.focused, .wc-credit-card-form .wc-stripe-iban-element-field.focused, .wc-payment-form .wc-stripe-elements-field.focused, .wc-payment-form .wc-stripe-iban-element-field.focused {
  border-color: rgba(55, 125, 255, 0.5);
  box-shadow: 0 0 10px rgba(55, 125, 255, 0.1);
  outline: 0;
}
.wc-credit-card-form .wc-stripe-iban-element-field, .wc-payment-form .wc-stripe-iban-element-field {
  margin-left: 15px;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: -0.5rem !important;
}
@media (min-width: 768px) {
  .wc-credit-card-form .wc-stripe-iban-element-field, .wc-payment-form .wc-stripe-iban-element-field {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.wc-payment-form:not(.wc-credit-card-form) .row > .form-row,
.wc-payment-form:not(.wc-credit-card-form) .wc-stripe-sepa-mandate,
.wc-payment-form:not(.wc-credit-card-form) .stripe-source-errors {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .wc-payment-form:not(.wc-credit-card-form) .row > .form-row.form-row-first, .wc-payment-form:not(.wc-credit-card-form) .row > .form-row.form-row-last {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.wc-credit-card-form .row > .form-row {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .wc-credit-card-form .row > .form-row {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.wc-credit-card-form .row > .form-row.form-row-first, .wc-credit-card-form .row > .form-row.form-row-last {
  flex: 0 0 50%;
  max-width: 50%;
}
@media (min-width: 768px) {
  .wc-credit-card-form .row > .form-row.form-row-first, .wc-credit-card-form .row > .form-row.form-row-last {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.wc-credit-card-form .stripe-source-errors .woocommerce_error {
  list-style: none;
  margin-left: 15px;
  margin-bottom: 0;
}

.woocommerce-SavedPaymentMethods {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0 !important;
}
.woocommerce-SavedPaymentMethods > li {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  color: #9e9fb4 !important;
}
.woocommerce-SavedPaymentMethods > li > label {
  margin-left: 0.25rem !important;
}

.woocommerce-SavedPaymentMethods-saveNew {
  align-items: center !important;
  margin: 0 !important;
}
.woocommerce-SavedPaymentMethods-saveNew label {
  margin-bottom: 0 !important;
  margin-left: 0.5rem !important;
}

.woocommerce-account table.woocommerce-MyAccount-paymentMethods {
  width: 100%;
  margin-bottom: 0;
}
.woocommerce-account table.woocommerce-MyAccount-paymentMethods th {
  border-bottom: 2px solid #dae1e7;
  color: #4a4b65;
  font-weight: 600;
  font-size: 15px;
  line-height: 22.5px;
}
.woocommerce-account table.woocommerce-MyAccount-paymentMethods th, .woocommerce-account table.woocommerce-MyAccount-paymentMethods td {
  vertical-align: bottom;
  padding: 0.75rem;
  white-space: nowrap;
}
.woocommerce-account table.woocommerce-MyAccount-paymentMethods td {
  border-top: 1px solid #dae1e7;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.woocommerce-account table.woocommerce-MyAccount-paymentMethods td.woocommerce-PaymentMethod--actions a.delete {
  font-size: 0;
  position: relative;
}
.woocommerce-account table.woocommerce-MyAccount-paymentMethods td.woocommerce-PaymentMethod--actions a.delete:before {
  content: "\e9f9";
  font-family: "feather";
  color: #f74f78;
  font-size: 15px;
}
.woocommerce-account table.woocommerce-MyAccount-paymentMethods td.woocommerce-PaymentMethod--actions a.delete:hover {
  text-decoration: none;
}
.woocommerce-account ul.woocommerce-PaymentMethods li label {
  display: flex;
  width: 100%;
  margin-bottom: 0;
  color: #4a4b65;
  font-size: 15px;
  font-weight: 600;
  line-height: 22.5px;
}

.woocommerce-error a {
  color: #f74f78;
  font-weight: 500;
}
.woocommerce-error li {
  margin-bottom: 0;
}

.woocommerce-notices-wrapper:not(:empty) {
  display: block;
  max-width: 100%;
  width: 100%;
  z-index: 1030;
}
.woocommerce-notices-wrapper:not(:empty) .alert.alert-success a, .woocommerce-notices-wrapper:not(:empty) .alert-success.woocommerce-error a {
  color: rgb(16.9686098655, 155.0313901345, 114.9237668161);
}
.woocommerce-notices-wrapper:not(:empty) .alert.alert-danger a, .woocommerce-notices-wrapper:not(:empty) .woocommerce-error a {
  color: rgb(244.7826086957, 30.2173913043, 82.5815217391);
}
.woocommerce-notices-wrapper:not(:empty) .alert.alert-info a, .woocommerce-notices-wrapper:not(:empty) .alert-info.woocommerce-error a {
  color: rgb(58.50625, 123.125, 240.49375);
}

.select2.select2-container .select2-selection__arrow {
  display: none !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #737491 !important;
}

.products .ar-product-cart .yith-wcwl-add-to-wishlist {
  margin-top: 3px;
}
.products .ar-product-cart .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:after,
.products .ar-product-cart .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:after,
.products .ar-product-cart .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:after {
  border-left: 1px solid #e9e9f2;
  margin: 0 0.75rem;
  content: "";
  height: 1.5rem;
}
.products .ar-product-cart .button + .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.products .ar-product-cart .button + .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.products .ar-product-cart .button + .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
.products .ar-product-cart .added_to_cart + .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.products .ar-product-cart .added_to_cart + .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.products .ar-product-cart .added_to_cart + .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
  border-left: 1px solid #e9e9f2;
  margin: 0 0.75rem;
  content: "";
  height: 1.5rem;
}
.products .ar-product-cart .button + .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:after,
.products .ar-product-cart .button + .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:after,
.products .ar-product-cart .button + .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:after,
.products .ar-product-cart .added_to_cart + .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:after,
.products .ar-product-cart .added_to_cart + .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:after,
.products .ar-product-cart .added_to_cart + .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:after {
  content: none;
}
.products .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist {
  right: 20px;
  left: auto;
  position: absolute;
  top: 20px;
  z-index: 2;
}
.products .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist i {
  font-size: 1.25rem;
}

@media (max-width: 576px) {
  .card-product .card-footer {
    flex-direction: column;
  }
  .card-product .card-footer .ar-product-cart.ml-auto {
    margin-left: 0 !important;
    margin-top: 10px;
  }
}
.around-slanted-bg-header + .article__myaccount.article__page {
  padding: 0 !important;
  margin-top: -350px;
}

.woocommerce-orders-table tr.card-heading:not(.collapsed) {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.woocommerce-orders-table tr.collapsed, .woocommerce-orders-table tr:not(.collapse) {
  cursor: pointer;
  transition: color 0.2s ease-in-out;
}
.woocommerce-orders-table tr.card-heading:not(.collapsed) .order-number, .woocommerce-orders-table tr.card-heading:hover .order-number, .woocommerce-orders-table tr.card-heading:focus .order-number {
  color: #766df4;
}
.woocommerce-orders-table tr .card-body {
  border-top: 0 !important;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions {
  display: none;
}

@media (max-width: 767.98px) {
  .order-pagination a + a {
    margin-top: 16px;
  }
}

.woocommerce-MyAccount-navigation-link.is-active {
  color: #766df4;
}

.woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row {
  display: block;
  margin-left: 0;
  margin-right: 0;
}

.woocommerce-page abbr.required {
  color: #f74f78;
}

.yith-wcwl-share {
  display: flex;
  align-items: center;
}
.yith-wcwl-share .yith-wcwl-share-title {
  white-space: nowrap;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
  line-height: 1.4;
  font-size: 1rem;
  margin-bottom: 0;
}
.yith-wcwl-share ul {
  list-style: none;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.yith-wcwl-share ul > li > a i {
  line-height: 1;
  font-family: "Font Awesome 5 Brands";
}
.yith-wcwl-share ul > li > a i.fa {
  font-family: FontAwesome;
  font-weight: 900;
}
.yith-wcwl-share ul > li > a.email {
  font-family: "Font Awesome 5 Free";
}
.yith-wcwl-share ul {
  padding-left: 0;
}
.yith-wcwl-share ul > li {
  padding-right: 8px;
}

.around-wishlist .card .card-footer .button.add_to_cart,
.around-wishlist .card .card-footer .added_to_cart {
  font-size: 0;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.around-wishlist .card .card-footer .button.add_to_cart:before,
.around-wishlist .card .card-footer .added_to_cart:before {
  content: "\e9dd";
  font-family: "feather";
  font-size: 22px;
}
.around-wishlist .card .card-footer .button.add_to_cart:after,
.around-wishlist .card .card-footer .added_to_cart:after {
  content: "\e9c6";
  font-family: "feather";
  font-size: 15px;
}
.around-wishlist .card .card-footer .button.add_to_cart i,
.around-wishlist .card .card-footer .added_to_cart i {
  margin-right: 0;
}
.around-wishlist .card .card-footer .button.add_to_cart, .around-wishlist .card .card-footer .button.add_to_cart:hover, .around-wishlist .card .card-footer .button.add_to_cart:focus,
.around-wishlist .card .card-footer .added_to_cart,
.around-wishlist .card .card-footer .added_to_cart:hover,
.around-wishlist .card .card-footer .added_to_cart:focus {
  border: transparent !important;
  background: transparent !important;
  color: #766df4 !important;
  padding: 0;
}
.around-wishlist .card .card-footer .button.add_to_cart.added {
  display: none;
}
.yith-wcwl-share a {
  display: inline-block;
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
  border: 1px solid transparent;
  transition: border-color 0.25s ease-in-out, background-color 0.25s ease-in-out, color 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
  border-radius: 0.5rem;
  background-color: #f3f3f9;
  color: #6c6d89;
  font-size: 0.9375rem;
  text-align: center;
  text-decoration: none !important;
}
.yith-wcwl-share a i {
  line-height: 2.125rem !important;
}
.yith-wcwl-share a:hover {
  color: #fff;
}
.yith-wcwl-share a.facebook:hover {
  background-color: #3b5998;
  box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(59, 89, 152, 0.9);
}
.yith-wcwl-share a.twitter:hover {
  background-color: #1da1f2;
  box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(29, 161, 242, 0.9);
}
.yith-wcwl-share a.pinterest:hover {
  background-color: #bd081c;
  box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(189, 8, 28, 0.9);
}
.yith-wcwl-share a.email:hover {
  background-color: #FBB102;
  box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(251, 177, 2, 0.9);
}
.yith-wcwl-share a.whatsapp:hover {
  background-color: #00A901;
  box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(0, 169, 1, 0.9);
}

.yith-wcwl-form.wishlist-fragment .wishlist-title {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  padding: 0 0 30px;
}
.yith-wcwl-form.wishlist-fragment .wishlist-title h2 {
  margin-bottom: 0;
}
.yith-wcwl-form.wishlist-fragment .wishlist-title .show-title-form {
  margin-left: 20px;
}
@media (max-width: 767.98px) {
  .yith-wcwl-form.wishlist-fragment .wishlist-title .show-title-form {
    padding-left: 0;
    padding-right: 0;
  }
}
.yith-wcwl-form.wishlist-fragment .wishlist-title .show-title-form i {
  font-size: 0;
}
.yith-wcwl-form.wishlist-fragment .wishlist-title .show-title-form i:before {
  content: "\e95e";
  font-family: "feather";
  display: inline-block;
  font-size: 15px;
}

.yith-wcwl-form.wishlist-fragment .hidden-title-form {
  display: flex; /* flex*/
  margin-bottom: 20px;
  flex-direction: row;
  align-items: center;
}
@media (min-width: 768px) {
  .yith-wcwl-form.wishlist-fragment .hidden-title-form input[type=text] {
    width: 50%;
  }
}
.yith-wcwl-form.wishlist-fragment .hidden-title-form input[type=submit] {
  width: fit-content;
  margin-left: 20px;
}

.wishlist-fragment .wishlist-title-container {
  margin-bottom: 60px;
}
.wishlist-fragment .hidden-title-form .edit-title-buttons {
  display: flex;
  margin-left: 12px;
  position: relative;
}
.wishlist-fragment .hidden-title-form .edit-title-buttons a:hover {
  text-decoration: none;
}
.wishlist-fragment .hidden-title-form .hide-title-form,
.wishlist-fragment .hidden-title-form .save-title-form {
  height: 30px;
  width: 30px;
  color: #fff;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
}
.wishlist-fragment .show-title-form {
  padding: 0.5em 2.134em;
}

.woocommerce-account .woocommerce-MyAccount-content .wishlist-fragment .wishlist-title-container {
  display: none;
}

#yith-wcwl-popup-message {
  font-weight: 700;
  line-height: 50px;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 50%;
  left: 50%;
  padding: 7px 40px;
  z-index: 10000;
}

.single-product .product.col {
  padding: 0;
}
.single-product .upsells .product.col,
.single-product .woocommerce-grouped-product-list .product.col {
  padding: 0 15px;
}
.single-product .summary .price {
  font-size: 1.375rem;
  line-height: 1.35;
  color: #4a4b65;
  font-weight: 600;
}
.single-product .summary .price del {
  line-height: 1.5rem;
}
.single-product .summary .price .badge {
  position: relative;
  top: -4px;
}
.single-product .woocommerce-grouped-product-list-item__price {
  font-size: 1rem;
  color: #4a4b65;
  font-weight: 600;
}
.single-product .woocommerce-grouped-product-list-item__price del {
  font-size: 0.875rem !important;
}
.single-product .variations {
  position: relative;
}
.single-product .variations .reset_variations {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.875rem;
  text-decoration: none;
}
.single-product .variations .reset_variations:before {
  display: inline-block;
  margin-right: 0.25rem;
  font-family: "feather";
  font-size: 0.85em;
  content: "\ea21";
}
.single-product p.stock {
  margin-top: 1.5rem;
}
.single-product .single_variation_wrap .woocommerce-variation-add-to-cart,
.single-product form.cart:not(.variations_form):not(.grouped_form) {
  display: flex;
  width: 100%;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.single-product form.cart table.variations,
.single-product form.cart table.woocommerce-grouped-product-list {
  margin-top: 1.5rem;
}
.single-product form.cart.grouped_form p.stock {
  margin: 0;
}
.single-product form.cart.grouped_form .nav-link-style > i {
  margin-top: -0.125rem;
  vertical-align: middle;
}
.single-product form.cart.grouped_form .woocommerce-grouped-product-list .woocommerce-grouped-product-list-item + .woocommerce-grouped-product-list-item {
  margin-top: 10px;
}
.single-product .cart.grouped_form tr,
.single-product .cart.grouped_form td {
  word-break: normal;
  vertical-align: middle;
}
.single-product form.cart.grouped_form button {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
}
.single-product form.variations_form .woocommerce-variation-price .price {
  font-size: 1.2rem;
}
.single-product form.variations_form .woocommerce-variation-price .price del {
  font-size: 0.875rem !important;
}
.single-product form.variations_form .single_variation_wrap .woocommerce-variation.single_variation {
  margin-top: 1.5rem;
}
.single-product .quantity {
  width: 7.2rem;
}
.single-product .summary .yith-wcwl-add-to-wishlist {
  margin-bottom: 14px;
}
.single-product .summary .yith-wcwl-add-to-wishlist a,
.single-product .woocommerce-product-gallery .yith-wcwl-add-to-wishlist a,
.single-product .around-wc-product-tabs + .yith-wcwl-add-to-wishlist a {
  color: #5a5b75;
}
.single-product .summary .yith-wcwl-add-to-wishlist a:hover,
.single-product .woocommerce-product-gallery .yith-wcwl-add-to-wishlist a:hover,
.single-product .around-wc-product-tabs + .yith-wcwl-add-to-wishlist a:hover {
  text-decoration: none;
}
.single-product .summary .yith-wcwl-add-to-wishlist i,
.single-product .woocommerce-product-gallery .yith-wcwl-add-to-wishlist i,
.single-product .around-wc-product-tabs + .yith-wcwl-add-to-wishlist i {
  margin-right: 0.25rem;
  font-size: 1.125rem;
}
.single-product .around-wc-product-tabs + .yith-wcwl-add-to-wishlist {
  padding: 30px 0;
  border-top: 1px solid #e9e9f2;
}
.single-product .around-wc-product-tabs + .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.single-product .around-wc-product-tabs + .yith-wcwl-add-to-wishlist .yith-wcwl-add-button,
.single-product .around-wc-product-tabs + .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1280px) {
  .single-product .around-wc-product-tabs + .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
  .single-product .around-wc-product-tabs + .yith-wcwl-add-to-wishlist .yith-wcwl-add-button,
  .single-product .around-wc-product-tabs + .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
    max-width: 1260px;
  }
}
.single-product .woocommerce-product-gallery__wrapper .yith-wcwl-add-to-wishlist {
  margin-top: 20px;
  position: relative;
  z-index: 1;
}
.single-product .woocommerce-product-details__short-description {
  font-size: 0.875rem;
}
.single-product .woocommerce-product-details__short-description p {
  margin-bottom: 0.5rem;
}
.single-product .product_meta a {
  color: #737491;
  text-decoration: none;
}
.single-product .comment-form {
  margin: 0;
}
.single-product .comment-form label {
  padding: 0 !important;
}
.single-product .comment-form > * {
  padding: 0;
}
.single-product .comment-form > .custom-control {
  padding-left: 1.6666666667rem;
}
.single-product .comment-form > *.comment-form-email,
.single-product .comment-form > *.comment-form-author {
  flex: 0 0 100%;
  max-width: 100%;
}
.single-product #comments .product-review {
  border-bottom: 1px solid #e3e9ef;
  padding-bottom: 30px;
}
.single-product #comments .product-review + .product-review {
  padding-top: 30px;
}
.single-product #comments .product-review:last-child {
  border: 0;
}
.single-product .sharedaddy .sd-social-icon-text .share-btn {
  line-height: 1.5;
}
.single-product .cs-carousel.related-product-carousel .tns-outer {
  padding: 0 !important;
  max-width: 100% !important;
  flex: 0 0 auto;
}
.single-product .cs-carousel.related-product-carousel .tns-outer .col {
  padding: 0;
}
.single-product .cs-carousel.related-product-carousel .tns-outer .col .card-product {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}
.single-product .cs-carousel.related-product-carousel .tns-outer .col .card-product.mb-grid-gutter {
  margin-bottom: 0 !important;
}
.single-product .cs-carousel.related-product-carousel .tns-nav ~ .tns-ovh {
  margin-bottom: 0;
}

.sharedaddy .share-customize-link {
  display: none;
}

.single-product .breadcrumb {
  padding-bottom: 0.25rem;
  margin-bottom: 0.5rem;
}

.woocommerce-checkout .article__checkout,
.woocommerce-checkout .article__cart,
.woocommerce-cart .article__checkout,
.woocommerce-cart .article__cart {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
@media (min-width: 992px) {
  .woocommerce-checkout .article__checkout .cs-sidebar-enabled,
  .woocommerce-checkout .article__cart .cs-sidebar-enabled,
  .woocommerce-cart .article__checkout .cs-sidebar-enabled,
  .woocommerce-cart .article__cart .cs-sidebar-enabled {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
  }
}
@media (max-width: 767.98px) {
  .woocommerce-checkout .article__checkout .container,
  .woocommerce-checkout .article__cart .container,
  .woocommerce-cart .article__checkout .container,
  .woocommerce-cart .article__cart .container {
    padding: 0;
  }
}

.shipping-calculator-form .select2-container .select2-selection.select2-selection--single {
  height: calc(1.5em + 0.85rem + 2px);
  padding: 0.425rem 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.5rem;
}
.shipping-calculator-form .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 22px;
}
.shipping-calculator-form p[class*=col-] {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
}

.widget_products .product_list_widget > li .widget-product-thumb,
.widget_recently_viewed_products .product_list_widget > li .widget-product-thumb,
.widget_recent_reviews .product_list_widget > li .widget-product-thumb,
.widget_top_rated_products .product_list_widget > li .widget-product-thumb {
  display: block;
  width: 4rem;
  margin-right: 0.625rem;
}
.widget_products .product_list_widget > li .widget-product-thumb img,
.widget_recently_viewed_products .product_list_widget > li .widget-product-thumb img,
.widget_recent_reviews .product_list_widget > li .widget-product-thumb img,
.widget_top_rated_products .product_list_widget > li .widget-product-thumb img {
  border-radius: 0.75rem;
}

.sigin-container .woocommerce-form.woocommerce-form-register,
.style-3 .ar-register.elementor-form.register .ar-form-fields-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.sigin-container .woocommerce-form.woocommerce-form-register > *,
.style-3 .ar-register.elementor-form.register .ar-form-fields-wrapper > * {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .sigin-container .woocommerce-form.woocommerce-form-register .form-group,
  .style-3 .ar-register.elementor-form.register .ar-form-fields-wrapper .form-group {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.sigin-container .woocommerce-form.woocommerce-form-register button,
.style-3 .ar-register.elementor-form.register .ar-form-fields-wrapper button {
  margin-left: 15px;
}
.sigin-container .woocommerce-form.woocommerce-form-register .cs-password-toggle-btn,
.style-3 .ar-register.elementor-form.register .ar-form-fields-wrapper .cs-password-toggle-btn {
  right: 1rem;
}

.woocommerce-form-login .forget-password-row {
  flex-direction: column;
  align-items: start !important;
}
@media (min-width: 992px) {
  .woocommerce-form-login .forget-password-row {
    flex-direction: row;
    align-items: center !important;
  }
}

.woocommerce-form button.show-password-input {
  display: none;
}

@media (min-width: 576px) and (max-width: 1110px) {
  .footer-shop .shop-widgets .elementor-widget-ar-market-button .around-market-button {
    flex-direction: column;
  }
}
.footer-shop .around-copyright {
  font-size: 0.8125rem !important;
}

.footer-shop .list-social li.ml-2 {
  margin-left: 0.25rem !important;
}

.woocommerce-checkout .article__checkout {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
@media (min-width: 992px) {
  .woocommerce-checkout .article__checkout .cs-sidebar-enabled {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
  }
}
.woocommerce-checkout .create-account label {
  padding-left: 1.125rem;
}
.woocommerce-checkout .page__header {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.woocommerce-checkout .page__header .page-title {
  padding-bottom: 1.5rem;
  margin-bottom: 1rem !important;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table .widget_products .product_list_widget {
  padding: 0;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table .widget_products .product_list_widget > li .widget-product-thumb {
  display: block;
  width: 3.75rem;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table .widget_products .product_list_widget > li .widget-product-thumb img {
  border-radius: 0.75rem;
}
.woocommerce-checkout .woocommerce-checkout-payment .card-header .custom-control-label {
  padding-left: 0;
}
.woocommerce-checkout .woocommerce-checkout-payment .card-header .custom-control-label img {
  width: 90px;
  display: flex;
  order: 2;
  max-height: 1.3em;
  margin-left: 1rem;
}
.woocommerce-checkout .woocommerce-checkout-payment .card-body .payment_method_stripe .woocommerce-SavedPaymentMethods > li {
  display: flex;
  align-items: center;
}
.woocommerce-checkout .woocommerce-checkout-payment .card-body .payment_method_stripe p {
  font-size: 0.8125rem;
  margin-bottom: 0;
}
.woocommerce-checkout .woocommerce-checkout-payment .card-body .payment_method_stripe p input[type=checkbox] {
  display: inline-block;
  vertical-align: middle;
}
.woocommerce-checkout .woocommerce-checkout-payment .card-body .payment_method_stripe p label {
  padding-left: 0;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.24rem !important;
}
.woocommerce-checkout #payment .methods li.woocommerce-SavedPaymentMethods-token label,
.woocommerce-checkout #payment .methods li.woocommerce-SavedPaymentMethods-new label {
  padding-left: 0.2rem;
  margin-bottom: 0;
}
.woocommerce-checkout #payment .methods li.woocommerce-SavedPaymentMethods-token input[type=radio],
.woocommerce-checkout #payment .methods li.woocommerce-SavedPaymentMethods-new input[type=radio] {
  margin-top: 2px;
}
.woocommerce-checkout .woocommerce-NoticeGroup,
.woocommerce-checkout .woocommerce-notices-wrapper:not(:empty) {
  padding-left: 15px;
  padding-right: 2.5rem;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
  position: relative;
  z-index: 2;
  background: #fff;
  padding-top: 2rem;
}
.woocommerce-checkout .around-form-coupon .modal-content .woocommerce-error,
.woocommerce-checkout .around-form-coupon .modal-content .woocommerce-message {
  position: relative;
  flex: 1 1 auto;
  margin: 1.25rem;
}
.woocommerce-checkout #add_payment_method #payment ul.payment_methods li img.stripe-icon,
.woocommerce-checkout #payment .wc_payment_method img.stripe-icon {
  max-width: 40px;
  padding-left: 3px;
  margin: 0;
}
.woocommerce-checkout .woocommerce-form-login {
  margin-bottom: 20px;
}
.woocommerce-checkout .woocommerce-form-login .register-text {
  display: none;
}

.woocommerce-page .form-row {
  display: block;
  margin-right: 0;
  margin-left: 0;
}

.woocommerce-privacy-policy-text p {
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
}

@media (min-width: 768px) {
  .woocommerce-checkout-payment .wc-credit-card-form .row > .form-row-wide {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .woocommerce-checkout-payment .wc-credit-card-form .row > .form-row.form-row-first, .woocommerce-checkout-payment .wc-credit-card-form .row > .form-row.form-row-last {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.wc_payment_method.payment_method_stripe .wc-credit-card-form .wc-stripe-elements-field.StripeElement--empty,
.wc_payment_method.payment_method_stripe .wc-credit-card-form .wc-stripe-elements-field.StripeElement--invalid,
.wc_payment_method.payment_method_stripe .wc-credit-card-form .wc-stripe-elements-field.StripeElement--focus,
.woocommerce-PaymentMethod.payment_method_stripe .wc-credit-card-form .wc-stripe-elements-field.StripeElement--empty,
.woocommerce-PaymentMethod.payment_method_stripe .wc-credit-card-form .wc-stripe-elements-field.StripeElement--invalid,
.woocommerce-PaymentMethod.payment_method_stripe .wc-credit-card-form .wc-stripe-elements-field.StripeElement--focus {
  float: left;
  width: 100%;
  margin: 0 1rem 0;
}
.wc_payment_method.payment_method_stripe .wc-credit-card-form .row > label,
.woocommerce-PaymentMethod.payment_method_stripe .wc-credit-card-form .row > label {
  margin-left: 1rem;
  margin-right: 1rem;
}
.wc_payment_method.payment_method_stripe .wc-credit-card-form .row .clear,
.woocommerce-PaymentMethod.payment_method_stripe .wc-credit-card-form .row .clear {
  margin: 0 !important;
  padding: 0;
}
.wc_payment_method.payment_method_stripe .wc-credit-card-form label,
.woocommerce-PaymentMethod.payment_method_stripe .wc-credit-card-form label {
  padding-left: 0;
}

.woocommerce-checkout-payment .wc-credit-card-form label {
  font-size: 14px !important;
}

@media (min-width: 992px) {
  .cs-sidebar-enabled .cs-content {
    z-index: inherit;
  }
}
.woocommerce-checkout form .woocommerce-additional-fields__field-wrapper textarea#order_comments {
  height: 10em;
}
.woocommerce-checkout form .woocommerce-additional-fields__field-wrapper label {
  padding-left: 1.125rem;
}

.article__cart .woocommerce-cart-form .product-thumbnail img {
  border-radius: 0.75rem;
}

.product .ar-product-cart .btn-addtocart.added {
  display: none;
}
.product .ar-product-cart .added_to_cart::before {
  content: "\e913";
  font-size: 1.375rem;
  font-family: "Feather";
  line-height: 1;
}
.product .ar-product-cart .added_to_cart::after {
  display: none;
}
.product .ar-product-cart .added_to_cart {
  font-size: 0;
  display: inline-flex;
  align-items: center;
  line-height: 33px;
}
.product .ar-product-cart .added_to_cart:hover {
  text-decoration: none;
}

.woocommerce-mini-cart-item img {
  border-radius: 0.75rem;
}

.navbar-tool .navbar-tool-badge .cart-contents-count {
  display: inline-block;
  vertical-align: middle;
}

form.variations_form table.variations {
  width: 100%;
  margin: 0 0 1.7rem;
}
form.variations_form table.variations tbody td {
  display: list-item;
  list-style: none;
}
form.variations_form table.variations tbody tr + tr td.label {
  margin-top: 1.5rem;
}
form.variations_form .mas-wcvs-swatches {
  padding: 0;
}
form.variations_form .mas-wcvs-swatches .mas-wcvs-swatch {
  margin-right: 0.5rem;
  margin-left: 0;
  margin-bottom: 0.5rem;
  position: relative;
  width: 1.625rem;
  height: 1.625rem;
  transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  border: 1px solid #dfdfeb;
  color: #5a5b75;
  font-size: 0.9375rem;
  font-weight: normal;
  text-align: center;
  line-height: 2.5rem;
  cursor: pointer;
  display: inline-block;
  border-radius: 50%;
  opacity: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.5rem;
}
form.variations_form .mas-wcvs-swatches .mas-wcvs-swatch.swatch-color {
  border-radius: 50%;
  border: 1px solid transparent;
}
form.variations_form .mas-wcvs-swatches .mas-wcvs-swatch.swatch-color span {
  display: block;
  position: absolute;
  width: 1rem;
  border-radius: 50%;
  height: 1rem;
}
form.variations_form .mas-wcvs-swatches .mas-wcvs-swatch.swatch-color:not(.selected):hover {
  border-color: #c9d5e0;
  color: #373f50;
}
form.variations_form .mas-wcvs-swatches .mas-wcvs-swatch.swatch-color.selected {
  width: 1.625rem;
  height: 1.625rem;
  border: 1px solid #e3e9ef;
  border-radius: 50%;
}
form.variations_form .mas-wcvs-swatches .mas-wcvs-swatch.swatch-color:last-child {
  margin-right: 5px;
}
form.variations_form .mas-wcvs-swatches .mas-wcvs-swatch.swatch-label {
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid #dfdfeb;
  border-radius: 0.75rem;
  background-color: transparent;
  color: #5a5b75;
  font-size: 0.9375rem;
  text-align: center;
  line-height: 2.5rem;
  margin-bottom: 0.25rem;
  margin-top: 0.25rem;
}
form.variations_form .mas-wcvs-swatches .mas-wcvs-swatch.swatch-label:not(.selected):hover {
  border-color: #c0c0d7;
  color: #4a4b65;
}
form.variations_form .mas-wcvs-swatches .mas-wcvs-swatch.swatch-label.selected {
  border-color: rgba(118, 109, 244, 0.35);
  background-color: #fff;
  color: #766df4;
  box-shadow: 0.1875rem 0.1875rem 0.625rem -0.125rem rgba(0, 0, 0, 0.09);
  cursor: default;
}
form.variations_form .mas-wcvs-swatches .mas-wcvs-swatch.swatch-image .swatch-image-label {
  display: none;
}
form.variations_form .mas-wcvs-swatches .mas-wcvs-swatch.swatch-image img {
  width: 1.3rem;
  height: 1.3rem;
  border: 1px solid transparent;
  object-fit: cover;
}
form.variations_form .mas-wcvs-swatches .mas-wcvs-swatch select:focus {
  box-shadow: none;
}
form.variations_form .mas-wcvs-swatches .mas-wcvs-swatch.selected {
  box-shadow: none;
}
form.variations_form .mas-wcvs-swatches[data-attribute_name=attribute_pa_color] {
  background: #fff;
  border-radius: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  line-height: 0.5;
  width: fit-content;
}
form.variations_form .mas-wcvs-swatches-radio {
  display: flex;
  align-items: center;
  padding-left: 1.5rem;
}
form.variations_form .mas-wcvs-swatches-radio span.swatch-radio {
  width: auto;
  height: auto;
  margin: 0;
  border: none;
}
form.variations_form .mas-wcvs-swatches-radio span.name {
  font-weight: 500;
  font-size: 0.875rem;
  color: #373f50;
}
form.variations_form .mas-wcvs-swatches-radio span.name:before {
  border-radius: 50%;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #c1cdd7 solid 1px;
  box-shadow: 0 0 0 0 transparent;
}
form.variations_form .mas-wcvs-swatches-radio span.name:after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}
form.variations_form .mas-wcvs-swatch-selected {
  font-size: 14px;
}
form.variations_form .mas-wcvs-swatch-selected:before {
  content: "-";
  display: inline-block;
  margin-right: 8px;
  margin-left: 1px;
  color: #4a4b65;
  font-weight: 600;
}
form.variations_form .variations .form-group {
  margin: 0;
}
form.variations_form .variations .form-group .label {
  margin-bottom: 20px;
}
form.variations_form .variations .form-group .label label {
  margin-bottom: 0;
}
form.variations_form .variations .form-group .value select {
  margin-bottom: 16px;
}

ul.products form.variations_form .variations {
  position: relative;
  text-align: center;
  padding-bottom: 0.2rem;
}
ul.products form.variations_form .variations .form-group {
  margin-bottom: 0;
}
ul.products form.variations_form .variations .form-group .label {
  display: none;
}
ul.products form.variations_form .variations .form-group .value .custom-select, ul.products form.variations_form .variations .form-group .value select, ul.products form.variations_form .variations .form-group .value .select2.select2-container .select2-selection--single, .select2.select2-container ul.products form.variations_form .variations .form-group .value .select2-selection--single,
ul.products form.variations_form .variations .form-group .value .select2.select2-container .select2-selection--multiple,
.select2.select2-container ul.products form.variations_form .variations .form-group .value .select2-selection--multiple {
  margin-bottom: 10px;
}
ul.products .reset_variations {
  font-size: 0.75rem;
  display: inline-block !important;
  margin-bottom: 10px;
}
ul.products .reset_variations::before {
  display: inline-block;
  margin-right: 0.25rem;
  font-family: "cartzilla-icons";
  font-size: 0.85em;
  content: "\e920";
}
ul.products .reset_variations[style*=hidden] {
  display: none !important;
}

.products .product .yith-wcwl-wishlistaddedbrowse a,
.products .product .yith-wcwl-add-button a,
.products .product .yith-wcwl-wishlistexistsbrowse a {
  font-size: 1.25rem;
  color: #5a5b75;
}
.products .product .yith-wcwl-add-button a {
  color: #9e9fb4;
}
.products .product .yith-wcwl-add-button a:hover, .products .product .yith-wcwl-add-button a:focus {
  color: #5a5b75;
}
.products .product .yith-wcwl-add-button a i {
  margin-right: 0;
}

.mas-wcvs-swatches .mas-wcvs-swatch.swatch-color.selected span:before {
  content: none;
}

@font-face {
  font-family: "star";
  src: url("./assets/fonts/star.eot");
  src: url("./assets/fonts/star.eot?#iefix") format("embedded-opentype"), url("./assets/fonts/star.woff") format("woff"), url("./assets/fonts/star.ttf") format("truetype"), url("./assets/fonts/star.svg#star") format("svg");
  font-weight: normal;
  font-style: normal;
}
.product .star-rating,
.single-product .star-rating {
  display: inline-block;
  position: relative;
  width: 5rem;
  margin-bottom: 0;
  height: 0.75rem;
  line-height: 1;
  font-family: star;
  font-size: 0.75rem;
  overflow: hidden;
  letter-spacing: 3px;
}
.product .star-rating::before,
.single-product .star-rating::before {
  position: absolute;
  top: 0;
  left: 0;
  color: #bbbbca;
  content: "sssss";
}
.product .star-rating span,
.single-product .star-rating span {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 2rem;
  overflow: hidden;
}
.product .star-rating span::before,
.single-product .star-rating span::before {
  position: absolute;
  top: 0;
  left: 0;
  color: #ffbd00;
  content: "SSSSS";
}

.single-product .star-rating {
  width: 5.5rem;
  height: 0.9rem;
  font-size: 0.85rem;
  letter-spacing: 3px;
}

p.stars {
  display: inline-block;
  margin: 0;
}
p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  margin-right: 1px;
  font-weight: 400;
}
p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: "star";
  content: "S";
  color: #252525;
  text-indent: 0;
  opacity: 0.25;
}
p.stars a:hover ~ a::before {
  content: "S";
  color: #252525;
  opacity: 0.25;
}
p.stars:hover a::before {
  content: "S";
  color: #efc609;
  opacity: 1;
}
p.stars.selected a.active::before {
  content: "S";
  color: #efc609;
  opacity: 1;
}
p.stars.selected a.active ~ a::before {
  content: "S";
  color: #252525;
  opacity: 0.25;
}
p.stars.selected a:not(.active)::before {
  content: "S";
  color: #efc609;
  opacity: 1;
}

.woocommerce-product-gallery {
  position: relative;
}

.woocommerce-product-gallery__trigger {
  position: absolute;
  top: 1.5rem;
  right: 0.75rem;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid #e3e9ef;
  border-radius: 50%;
  background-color: #fff;
  color: #4b566b !important;
  text-align: center;
  line-height: 2.375rem;
  z-index: 10;
}
.woocommerce-product-gallery__trigger::before {
  font-family: "feather";
  font-size: 1rem;
  content: "\e9d4";
}
.woocommerce-product-gallery__trigger:hover {
  text-decoration: none;
}
.woocommerce-product-gallery__trigger > img {
  display: none !important;
}

.pswp__caption {
  font-weight: 500;
}

.pswp__caption__center {
  text-align: center;
  font-weight: 500;
}

.woocommerce-product-gallery__wrapper {
  position: relative;
  overflow: hidden;
  width: 100% !important;
  margin-bottom: 0;
  transform: none !important;
  margin-top: 0.75rem;
}

.woocommerce-product-gallery__image {
  width: 100% !important;
  float: none !important;
}
.woocommerce-product-gallery__image > a {
  display: block;
  width: 100%;
}
.woocommerce-product-gallery__image > a > img {
  display: block;
  margin: auto;
}

.flex-viewport {
  position: relative;
  width: 100%;
  margin-top: 0.75rem;
  height: auto !important;
}
.flex-viewport .woocommerce-product-gallery__wrapper {
  margin-top: 0;
}
.flex-viewport .woocommerce-product-gallery__image {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100%;
  float: none !important;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
  z-index: 1;
}
.flex-viewport .woocommerce-product-gallery__image.flex-active-slide {
  position: relative !important;
  opacity: 1;
  z-index: 5;
}
.flex-viewport .woocommerce-product-gallery__image > a > img {
  width: 100%;
  margin: 0;
}
.flex-viewport .woocommerce-product-gallery__image .zoomImg:hover {
  cursor: crosshair;
}

.flex-control-thumbs {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.flex-control-thumbs li {
  display: block;
  position: relative;
  width: 4.375rem;
  height: 4.375rem;
  margin: 0.75rem;
}
.flex-control-thumbs img {
  display: block;
  width: 100%;
  transition: opacity 0.2s ease-in-out;
  border-radius: 1rem;
  opacity: 0.6;
  transition: border-color 0.2s ease-in-out;
  border: 1px solid #e9e9f2;
  border-radius: 1rem;
  text-decoration: none !important;
  overflow: hidden;
  cursor: pointer;
}
.flex-control-thumbs img.flex-active {
  border-color: rgba(118, 109, 244, 0.35);
  box-shadow: 0.1875rem 0.1875rem 0.625rem -0.125rem rgba(0, 0, 0, 0.09);
  pointer-events: none;
  cursor: default;
  opacity: 1;
}

@media (min-width: 576px) {
  .woocommerce-product-gallery {
    display: flex;
  }
  .flex-control-thumbs {
    display: block;
    order: 1;
    margin-right: 0.75rem;
    margin-left: -0.6rem;
  }
  .flex-viewport {
    order: 2;
  }
}
.woocommerce-product-gallery__trigger {
  font-size: 0;
}

.product-categories .cat-parent > .cs-widget-link, .product-categories .cs-widget li.cat-parent > a, .cs-widget .product-categories li.cat-parent > a, .product-categories .cs-widget .cat-parent > .tag-cloud-link, .cs-widget .product-categories .cat-parent > .tag-cloud-link {
  padding-left: 1.25rem;
  display: block !important;
}
.product-categories .cat-parent .widget-link {
  position: relative;
  padding: 0 !important;
}
.product-categories .cat-parent .widget-link::before {
  position: absolute;
  top: -1.9375rem;
  left: -0.1875rem;
  transition: opacity 0.15s ease-in-out, -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, opacity 0.15s ease-in-out;
  transition: transform 0.25s ease-in-out, opacity 0.15s ease-in-out, -webkit-transform 0.25s ease-in-out;
  font-family: "feather";
  font-size: 1.25em;
  content: "\e931";
  opacity: 0.5;
}
.product-categories .children .cs-widget-link, .product-categories .children .cs-widget li > a, .cs-widget .product-categories .children li > a, .product-categories .children .cs-widget .tag-cloud-link, .cs-widget .product-categories .children .tag-cloud-link {
  font-size: 87.5%;
}
.product-categories .current-cat > .cs-widget-link, .product-categories .cs-widget li.current-cat > a, .cs-widget .product-categories li.current-cat > a, .product-categories .cs-widget .current-cat > .tag-cloud-link, .cs-widget .product-categories .current-cat > .tag-cloud-link {
  color: #766df4 !important;
}

.product-categories .cat-parent > [data-toggle=collapse]::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 1;
}

.product-categories .cat-parent > [data-toggle=collapse].collapsed {
  color: #5a5b75;
}

.product-categories .cat-parent > [data-toggle=collapse] {
  color: #766df4;
}

.product-categories .cat-parent > [data-toggle=collapse].collapsed::before {
  -webkit-transform: none;
  transform: none;
  opacity: 0.5;
}

.cs-sidebar-enabled.cs-sidebar-right .cs-range-slider .noUi-handle.noUi-handle-upper .noUi-tooltip {
  left: -3px;
}
.cs-sidebar-enabled.cs-sidebar-right .cs-range-slider .noUi-handle.noUi-handle-lower .noUi-tooltip {
  left: 16px;
}
.cs-sidebar-enabled.cs-sidebar-right .cs-range-slider .cs-range-slider-ui.noUi-horizontal .noUi-handle {
  right: -0.4rem;
}
.cs-sidebar-enabled:not(.cs-sidebar-right) .cs-range-slider .noUi-handle.noUi-handle-lower .noUi-tooltip {
  left: 21px;
}
.cs-sidebar-enabled:not(.cs-sidebar-right) .cs-range-slider .noUi-handle.noUi-handle-upper .noUi-tooltip {
  left: -2px;
}
.cs-sidebar-enabled:not(.cs-sidebar-right) .cs-range-slider .cs-range-slider-ui.noUi-horizontal .noUi-handle {
  right: -1rem;
}

.cs-sidebar .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list__item {
  margin-bottom: 0.5rem !important;
}
.cs-sidebar .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list__item .woocommerce-widget-layered-nav-list__item__link {
  padding-top: 0.0625rem;
  font-size: 0.875rem;
  color: #5a5b75 !important;
  text-decoration: none;
}
.cs-sidebar .woocommerce-widget-layered-nav .checkbox-indicator {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 8px;
  position: relative;
  top: 1px;
  border-radius: 0.375rem;
  background-color: #e6e6f0;
  border: #9e9fb4 solid 0;
  margin-bottom: -2px;
}
.cs-sidebar .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list__item--chosen .checkbox-indicator {
  background-color: #766df4;
}
.cs-sidebar .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list__item--chosen .woocommerce-widget-layered-nav-list__item__link {
  position: relative;
}
.cs-sidebar .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list__item--chosen .woocommerce-widget-layered-nav-list__item__link::before {
  position: absolute;
  top: 4px;
  left: 4px;
  font-family: "feather";
  font-size: 9px;
  content: "\e92e";
  color: #ffffff;
  z-index: 2;
}

.cs-fancy-tabs .nav-link::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='144' height='140' viewBox='0 0 144 140'%3e%3cdefs%3e%3clinearGradient x1='88.6756982%' y1='84.347423%' x2='4.80864136%' y2='26.3388134%' id='linearGradient-1'%3e%3cstop stop-color='%236a9bf4' offset='0%'%3e%3c/stop%3e%3cstop stop-color='%23766df4' offset='67%'%3e%3c/stop%3e%3cstop stop-color='%23766df4' offset='100%'%3e%3c/stop%3e%3c/linearGradient%3e%3c/defs%3e%3cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e%3cg transform='translate%28-899.000000, -3308.000000%29' fill='url%28%23linearGradient-1%29'%3e%3cg transform='translate%282.000000, 3141.000000%29'%3e%3cg transform='translate%28506.000000, 167.000000%29'%3e%3cg transform='translate%28383.000000, 0.000000%29'%3e%3cpath d='M62.9851149,2.34349468 C7.20709168,21.2388791 -8.98702653,86.0361531 27.6378217,117.472619 C64.2626698,148.909085 126.984793,146.726479 147.304071,115.404978 C167.623349,84.083476 118.763138,-16.5518897 62.9851149,2.34349468 Z'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}

.cs-fancy-tabs .nav-link::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='143' height='139' viewBox='0 0 143 139'%3e%3cdefs%3e%3clinearGradient x1='90.1221807%' y1='17.6023579%' x2='18.1882007%' y2='91.5597184%' id='linearGradient-1'%3e%3cstop stop-color='%236a9bf4' offset='0%'%3e%3c/stop%3e%3cstop stop-color='%23766df4' offset='67%'%3e%3c/stop%3e%3cstop stop-color='%23766df4' offset='100%'%3e%3c/stop%3e%3c/linearGradient%3e%3c/defs%3e%3cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e%3cg transform='translate%28-891.000000, -3319.000000%29' fill='url%28%23linearGradient-1%29'%3e%3cg transform='translate%282.000000, 3141.000000%29'%3e%3cg transform='translate%28506.000000, 167.000000%29'%3e%3cg transform='translate%28383.000000, 0.000000%29'%3e%3cpath d='M0.226545142,78.6428487 C6.07066962,137.350137 65.4934992,167.748638 104.327822,139.07173 C143.162146,110.394823 155.146053,48.6712687 129.232145,21.7826583 C103.318238,-5.10595204 -5.61757933,19.9355606 0.226545142,78.6428487 Z'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}

.cs-fancy-tabs .nav-link .cs-fancy-tab-shape {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='141' height='136' viewBox='0 0 141 136'%3e%3cdefs%3e%3clinearGradient x1='100%' y1='56.7401923%' x2='0%' y2='56.7401923%' id='linearGradient-1'%3e%3cstop stop-color='%236a9bf4' offset='0%'%3e%3c/stop%3e%3cstop stop-color='%23766df4' offset='67%'%3e%3c/stop%3e%3cstop stop-color='%23766df4' offset='100%'%3e%3c/stop%3e%3c/linearGradient%3e%3c/defs%3e%3cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e%3cg transform='translate%28-900.000000, -3315.000000%29' fill='url%28%23linearGradient-1%29'%3e%3cg transform='translate%282.000000, 3141.000000%29'%3e%3cg transform='translate%28506.000000, 167.000000%29'%3e%3cg transform='translate%28383.000000, 0.000000%29'%3e%3cpath d='M27.2602266,25.9990154 C-9.11920392,72.3295589 12.4827547,135.602003 60.1461146,142.008864 C107.809475,148.415726 150,123.490753 150,75.0878442 C150,26.684936 63.6396571,-20.3315281 27.2602266,25.9990154 Z'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.gallery > .gallery-item {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 50%;
  max-width: 50%;
}
.gallery .gallery-item a, .gallery .gallery-item img {
  display: block;
}
.gallery .gallery-item img {
  margin: auto;
}
@media (min-width: 992px) {
  .gallery.gallery-columns-1 > .gallery-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .gallery.gallery-columns-2 > .gallery-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .gallery.gallery-columns-3 > .gallery-item {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .gallery.gallery-columns-4 > .gallery-item {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .gallery.gallery-columns-5 > .gallery-item {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .gallery.gallery-columns-6 > .gallery-item {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .gallery.gallery-columns-7 > .gallery-item {
    flex: 0 0 14.28571425%;
    max-width: 14.28571425%;
  }
  .gallery.gallery-columns-8 > .gallery-item {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .gallery.gallery-columns-9 > .gallery-item {
    flex: 0 0 11.1111110833%;
    max-width: 11.1111110833%;
  }
  .gallery.gallery-columns-10 > .gallery-item {
    flex: 0 0 10%;
    max-width: 10%;
  }
  .gallery.gallery-columns-11 > .gallery-item {
    flex: 0 0 9.0909090833%;
    max-width: 9.0909090833%;
  }
  .gallery.gallery-columns-12 > .gallery-item {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
}

.blocks-gallery-caption {
  margin: 0 auto 1rem;
}

.cs-page-loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s 0.2s ease-in-out;
  transition: all 0.4s 0.2s ease-in-out;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
}

.cs-page-loading.active {
  opacity: 1;
  visibility: visible;
}

.cs-page-loading-inner {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
}

.cs-page-loading.active > .cs-page-loading-inner {
  opacity: 1;
}

.cs-page-loading-inner > span {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  color: #737491;
}

.cs-page-spinner {
  display: inline-block;
  width: 2.75rem;
  height: 2.75rem;
  margin-bottom: 0.75rem;
  vertical-align: text-bottom;
  border: 0.15em solid #766df4;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner 0.75s linear infinite;
  animation: spinner 0.75s linear infinite;
}

@-webkit-keyframes spinner {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.card-product {
  max-width: none;
}