.loader {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: block;
  margin: 15px auto;
  position: relative;
  background: #FFF;
  box-shadow: -24px 0 #FFF, 24px 0 #FFF;
  box-sizing: border-box;
  animation: shadowPulse 2s linear infinite;
}

@keyframes shadowPulse {
  33% {
    background: #FFF;
    box-shadow: -24px 0 #322368, 24px 0 #FFF;
  }
  66% {
    background: #322368;
    box-shadow: -24px 0 #FFF, 24px 0 #FFF;
  }
  100% {
    background: #FFF;
    box-shadow: -24px 0 #FFF, 24px 0 #322368;
  }
}
.a-swiper {
  overflow-y: hidden;
  padding: 1rem;
  margin: -1rem;
  transition: 0.2s;
}
.a-swiper .a-swiper-wrapper {
  transition: 0.2s;
  box-sizing: content-box;
}
.a-swiper .a-swiper-wrapper .a-swiper-slide {
  transition: 0.2s;
}
.a-swiper .a-swiper-wrapper .a-swiper-slide.a-hidden {
  opacity: 0;
}

/* https://codepen.io/dsenneff/pen/ZoLVZW */
/* VARS */
/* MIXINS */
/* TOGGLE STYLING */
.toggle {
  /* ducktape fix */
}
.toggle > div {
  box-sizing: border-box;
  font-size: 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: stretch;
}
.toggle input {
  width: 0;
  height: 0;
  position: absolute;
  left: -9999px;
}
.toggle input + label {
  cursor: pointer;
  margin: 0;
  padding: 0.75rem 2rem;
  box-sizing: border-box;
  position: relative;
  border: solid 1px #DDD;
  background-color: #FFF;
  font-size: 1rem;
  line-height: 140%;
  font-weight: 600;
  text-align: center;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  transition: border-color 0.15s ease-out, color 0.25s ease-out, background-color 0.15s ease-out, box-shadow 0.15s ease-out;
  /* ADD THESE PROPERTIES TO SWITCH FROM AUTO WIDTH TO FULL WIDTH */
  display: flex;
  justify-content: center;
  align-items: center;
}
.toggle > div > div {
  flex-basis: 50%;
}
.toggle > div > div:first-of-type input + label {
  border-radius: 30px 0 0 30px;
  border-right: none;
}
.toggle > div > div:last-of-type input + label {
  border-radius: 0 30px 30px 0;
  border-left: none;
}
.toggle input:hover + label {
  border-color: #213140;
}
.toggle input:checked + label {
  background-color: var(--dark-themes);
  color: #FFF;
  box-shadow: 0 0 10px rgba(var(--dark-themes), 0.5);
  border-color: var(--dark-themes);
  z-index: 1;
}
.toggle input:focus + label {
  outline: dotted 1px #CCC;
  outline-offset: 0.45rem;
}
@media (max-width: 800px) {
  .toggle input + label {
    padding: 0.75rem 0.25rem;
    flex: 0 0 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 800px) {
  .toggle span:first-of-type {
    display: none;
  }
  .toggle span:last-of-type {
    display: inline;
  }
}

form .label-hidden label {
  display: none;
}

:root {
  --border-radius-md: 16px;
  --border-radius-lg: 22px;
  --color-price-tag: #ffed8dc7;
}

template {
  display: unset;
}

body {
  text-align: left;
}

p {
  margin-bottom: 0.8em;
  line-height: 1.45em;
}
p a {
  text-decoration: underline;
}

.rounded {
  border-radius: var(--border-radius-md) !important;
}
.rounded-lg {
  border-radius: var(--border-radius-lg) !important;
}
.rounded-top {
  border-top-left-radius: var(--border-radius-lg) !important;
  border-top-right-radius: var(--border-radius-lg) !important;
}
.rounded-bottom {
  border-bottom-left-radius: var(--border-radius-lg) !important;
  border-bottom-right-radius: var(--border-radius-lg) !important;
}

.site-header {
  box-shadow: 0 13px 17px 5px rgba(0, 0, 0, 0.05);
}

@media (max-width: 768px) {
  .logo-text {
    display: none;
  }
}

.langs {
  font-size: 14px;
  color: var(--gray);
}
.langs a {
  color: inherit;
}
.langs .active {
  color: var(--primary-accent-color);
}

.nav-tabs {
  border: none;
}
.nav-tabs .nav-item {
  padding: 2px;
}
.nav-tabs .nav-item .nav-link {
  background: #f1f2ec;
  border-radius: 2rem;
  padding: 0.2rem 1rem;
  border-width: 2px;
}
.nav-tabs .nav-item .nav-link.active, .nav-tabs .nav-item .nav-link:hover {
  border-color: var(--dark-themes);
}
.nav-tabs .nav-item .nav-link:hover {
  color: var(--dark-themes);
}

.bg-yellow-themes {
  background-color: #B69DBE;
}

.slides-item-icon {
  position: absolute;
  right: 40px;
  top: 50%;
  font-size: 3rem;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0.1;
  color: #161018;
}

.bg-green-themes {
  background-color: #496F6E;
}

.bg-grey-themes {
  background-color: #C3CED5;
}

.bg-red-themes {
  background-color: #FCAE9C;
}

.bg-primary-themes {
  background-color: #b5d1c2;
}

.bg-danger-light {
  background-color: #f8d7da;
}

.top-bar {
  background-color: #F1F9F4;
}

.main_icon {
  font-size: 29px;
  opacity: 1;
  color: #fff;
  transform: unset;
  margin-bottom: 0;
}

.footer_lavender {
  background-color: #0B080C;
}

.counter_lavender {
  color: #2D2131;
}

.counter_mint {
  color: #496F6E;
}

.popular_item_icon {
  font-size: 53px !important;
  color: #916C9D;
}

.social-item.item-image {
  height: 27px;
  width: 40px;
  border-radius: 3px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 768px) {
  .social-item.item-image {
    width: 40px !important;
  }
}
@media (max-width: 768px) {
  .social-item {
    width: auto !important;
  }
}

.footer_icon {
  font-size: 30px;
  color: #496F6E;
}
.footer_icon.fa-facebook {
  color: #0866ff;
}
.footer_icon.fa-youtube {
  color: rgb(255, 0, 51);
}
.footer_icon.fa-instagram {
  color: rgb(223, 14, 117);
}
.footer_icon.fa-cc-visa {
  color: #e2e2e2;
}

.menu-footer li a:hover {
  color: red;
}

.checkmark {
  display: none;
  position: absolute;
  right: 10px;
  font-weight: bold;
}

.dropdown-item.active .checkmark {
  display: inline;
}

.dropdown-item {
  text-transform: none;
  position: relative;
  padding-right: 25px;
}

.top_background {
  background-color: #FFFFFF;
}

.top_menu {
  display: flex;
}

.lavender_hover:hover {
  background-color: #4F3956;
}

@media (max-width: 768px) {
  .cut_block ul li {
    margin-top: 0.5rem;
    font-size: 16px;
  }
}

.side-panel {
  font-size: 20px !important;
}
@media (max-width: 768px) {
  .side-panel {
    font-size: 15px !important;
  }
}

.profile-image-round {
  max-width: unset;
  border-radius: 50%;
  height: auto;
  aspect-ratio: 1/1;
  width: 130px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.profile-image-round img {
  height: 100%;
  max-width: unset;
}
.profile-image-round.ah-50 {
  height: 50px;
  width: 50px;
}

.testimonial-item-arrow {
  border-radius: 0.25rem;
}
.testimonial-item-arrow:after {
  border-bottom-left-radius: 5px;
}
.testimonial-item-arrow.rounded {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.testimonial-item-arrow.rounded:after {
  border-bottom-left-radius: var(--border-radius-md) !important;
}

.v-loader {
  color: red;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 50;
}

.fadeable {
  transition: 0.3s;
}
.fadeable.fade {
  opacity: 0.3;
}

div.placeholder > div {
  height: 1rem;
  background: #e8e8e8;
  border-radius: 2px;
  margin-bottom: 0.2rem;
  margin-top: 0.1rem;
}

.user-frontend-form .fieldset-legend {
  font-size: 1rem;
}

.multiselect__option--highlight {
  background-color: var(--dark-themes) !important;
}

.multiselect--above .multiselect__content-wrapper {
  max-height: 260px !important;
}

input.multiselect__input:focus,
input.multiselect__single:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.themed-multiselect .multiselect--disabled,
.themed-multiselect .multiselect__tags {
  border-radius: 30px;
}
.themed-multiselect .multiselect__input {
  margin-top: 1em;
  background: none;
  display: inline;
}
.themed-multiselect .multiselect__single {
  background: none;
  display: inline;
}
.themed-multiselect .multiselect__select {
  height: 38px;
  line-height: 38px;
  right: 12px;
}
.themed-multiselect .multiselect__tags {
  background-color: var(--grey-themes);
  padding: 1.1rem 1.875rem;
}
.themed-multiselect .multiselect__tags .multiselect__placeholder {
  margin-bottom: 0;
  font-size: 14px;
}
.themed-multiselect .multiselect__tags .multiselect__tags-wrap {
  display: flex;
  flex-wrap: wrap;
}
.themed-multiselect .multiselect__tags .multiselect__tags-wrap .multiselect__tag {
  margin-bottom: 0;
  border-radius: 12px;
  background-color: #17a2b8;
}
.themed-multiselect .multiselect--active .multiselect__select {
  top: 19px;
}

.filters input.form-control {
  min-height: 44px;
  display: block;
  border-radius: 5px;
  border: 1px solid #e8e8e8;
  font-size: 14px;
}

.pager-button {
  padding: 0.8rem 1rem;
  margin: 0.25rem;
}
.pager-button.active {
  opacity: 0.2;
  cursor: revert;
}
.pager-button.active:hover {
  box-shadow: none;
  transform: none;
}

#block-modern-local-tasks {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999;
  left: 0;
  text-align: center;
}
#block-modern-local-tasks ul {
  transition: 0.15s;
  transform: translate(0, 80%);
  background: #ffe50c;
  display: inline-flex;
  justify-content: center;
  gap: 1rem;
  padding: 0.5rem 1rem;
  margin: 0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
#block-modern-local-tasks ul:hover {
  transform: translate(0, 0);
}
#block-modern-local-tasks ul li {
  padding: 0;
  list-style: none;
  margin: 0;
}

.search-popup-enter {
  background: none;
  border: none;
  padding: 0;
}

.job-section-title {
  font-size: 5rem;
  position: absolute;
  right: -3%;
  color: var(--grey-themes);
  text-align: right;
}

.profile-menu ul {
  padding: 0;
  margin: 0;
}
.profile-menu ul li {
  list-style: none;
  padding: 0.25rem 1.6rem;
}
.profile-menu ul li a {
  padding: 0.5rem 0;
}
.profile-menu ul li a span.icon {
  max-width: 26px;
  margin-right: 1rem;
  font-size: 120%;
  color: #444;
}
.profile-menu ul li a span.icon.material-symbols-outlined {
  font-size: 160%;
}
.profile-menu ul li.active {
  background-color: var(--grey-themes);
}
.profile-menu ul li.active a .icon {
  color: #322368;
}

.js input.form-autocomplete {
  background-position: right 20px center;
}

.crumina-checkbox input {
  width: 1px !important;
}

input.error {
  border-color: #dc3545;
  background-color: #ffefef;
}

.avatar_image {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
}

form .description {
  font-style: italic;
  color: var(--body-font-color);
  font-size: 0.9em;
}

.cursor-pointer {
  cursor: pointer;
}

.text-decoration-underline {
  text-decoration: underline;
}

.user-data {
  font-size: 0.9em;
  line-height: 1.3em;
}

.list-large li {
  line-height: 1.26;
  padding-bottom: 0.4em;
}

.vue-menu {
  display: none;
  position: absolute;
  right: 30px;
  z-index: 999;
  top: 0;
  background-color: #f8f9fa;
  border-radius: 4px;
  border: 1px solid #f0f1eb;
}
.vue-menu.active {
  display: block;
}
.vue-menu ul {
  padding: 0.5em 0;
  margin: 0;
  min-width: 140px;
}
.vue-menu ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.vue-menu ul li a {
  padding: 0.3em 1em;
}

.pomo-notification-item {
  background-color: #fff;
  border-radius: var(--border-radius-md);
}
.pomo-notification-item .notification-author {
  font-size: 0.9em;
  line-height: 1.4em;
}
.pomo-notification-item .pomo-notification-controls {
  right: 1.3em;
}
.pomo-notification-item .pomo-notification-controls i {
  cursor: pointer;
  padding: 0.3em;
}
.pomo-notification-item .pomo-notification-controls i:hover {
  color: #000000;
}

.user-menu {
  overflow: visible !important;
}
.user-menu .indicator {
  width: 20px;
  height: 20px;
  position: absolute;
  background-color: var(--green-themes);
  bottom: -3px;
  left: -3px;
  border-radius: 50%;
  border: 3px solid white;
}
.user-menu .indicator.red {
  background-color: #dc3545;
}
.user-menu .user-menu-content {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.user-menu .user-menu-content.userpic {
  background-image: url("/themes/custom/modern/images/no-userpic.webp");
}
.user-menu.warning {
  animation: borderColorAnimation 2s infinite ease-in-out;
}
@media (max-width: 768px) {
  .user-menu {
    position: revert;
  }
}

@keyframes borderColorAnimation {
  0% {
    border-color: #dc3545;
  }
  50% {
    border-color: white;
  }
  100% {
    border-color: #dc3545;
  }
}
.user-widgets .widget-content {
  border-radius: var(--border-radius-lg);
}
.user-widgets .widget-content.green {
  background-color: #0c5460;
}
.user-widgets .widget-content.lime {
  background-color: yellowgreen;
}
.user-widgets .widget-content.blue {
  background-color: #0d6efd;
}
.user-widgets .widget-content.yellow {
  background-color: yellow;
}
.user-widgets .widget-content.red {
  background-color: rgb(242, 220, 220);
}
.user-widgets .widget-value {
  font-size: 34px;
  font-weight: 600;
  text-align: center;
}
.user-widgets .rating-value {
  font-size: 60px;
  height: 100px;
  line-height: 100px;
  width: 100px;
  border-radius: 50%;
  background: var(--green-themes);
  color: white;
}
.user-widgets .rating-value.neutral {
  background-color: #ddd;
  border-color: #ddd;
  color: #60656a;
}
.user-widgets .rating-value.negative {
  background-color: var(--red-themes);
}

.vote-widget #edit-vote-select {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
.vote-widget #edit-vote-select .js-form-type-radio {
  cursor: pointer;
  border: 2px solid var(--grey-themes);
  border-radius: var(--border-radius-md);
  flex-grow: 1;
  margin-bottom: 0 !important;
  text-align: center;
  padding: 0.8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-basis: 100%;
}
.vote-widget #edit-vote-select .js-form-type-radio input[type=radio] {
  width: auto;
  opacity: 0.01;
  position: absolute;
}
.vote-widget #edit-vote-select .js-form-type-radio label,
.vote-widget #edit-vote-select .js-form-type-radio label i,
.vote-widget #edit-vote-select .js-form-type-radio .icon {
  color: #b9b9b9;
}
.vote-widget #edit-vote-select .js-form-type-radio .icon {
  font-size: 2.26rem;
}
.vote-widget #edit-vote-select .js-form-type-radio:has(input:checked) {
  border-color: var(--body-font-color);
}
.vote-widget #edit-vote-select .js-form-type-radio:has(input:checked) label,
.vote-widget #edit-vote-select .js-form-type-radio:has(input:checked) label i,
.vote-widget #edit-vote-select .js-form-type-radio:has(input:checked) .icon {
  color: var(--body-font-color);
}

.review-stars .icon {
  font-size: 2.26rem;
}

.info-box-thumb img {
  transition: 0.15s;
}
.info-box-thumb img:hover {
  transform: scale(1.1);
}

.element-anime-fadeInUp-js {
  opacity: 1 !important;
}

.grecaptcha-badge {
  display: none !important;
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

div:has(> .register_firstname) {
  font-size: 1px;
  position: absolute;
  overflow: hidden;
  height: 10px;
}
div:has(> .register_firstname) > label {
  font-size: 1px;
}

.user-login-form, .user-register-form, .user-pass {
  max-width: 600px;
  margin: auto;
}

.ui-autocomplete.ui-front {
  background: var(--white-color);
  padding: 0;
  border-radius: var(--border-radius-md);
}
.ui-autocomplete.ui-front li {
  list-style: none;
  cursor: pointer;
  padding: 0.75em 1em;
}
.ui-autocomplete.ui-front li:hover {
  background-color: var(--grey-themes);
}

#pomo-messages > div {
  transition: ease 350ms;
  opacity: 1;
  text-align: center;
  color: whitesmoke;
  background-color: var(--info);
  padding: 0.35rem 0;
}
#pomo-messages > div.alert {
  position: unset;
  margin-bottom: 0;
  border-radius: unset;
}
#pomo-messages > div.warning {
  background-color: var(--warning);
  color: var(--gray-dark);
}
#pomo-messages > div.error {
  background-color: var(--danger);
}
#pomo-messages > div.success {
  background-color: var(--success);
}
#pomo-messages div .close {
  all: unset;
  margin-left: 10px;
  cursor: pointer;
  width: 17px;
  height: 17px;
  border: 1px solid;
  display: inline-block;
  border-radius: 50%;
  line-height: 16px;
  text-align: center;
  opacity: 0.8;
}
#pomo-messages div .close:hover {
  opacity: 1;
}

.material-symbols-outlined.gm-icon-63 {
  font-size: 63px !important;
}

details.category-children-list > summary {
  list-style: none;
}
details.category-children-list ul {
  padding-left: 1em !important;
}

details.category-children-list > summary::-webkit-details-marker {
  display: none;
}
details.category-children-list > summary:before {
  content: "+";
  margin-right: 0.3em;
  margin-left: -1.2em;
  padding-right: 0.3em;
  font-weight: bold;
  color: #916c9d;
}

details.category-children-list[open] > summary {
  font-weight: bold;
}
details.category-children-list[open] > summary:before {
  content: "-";
  margin-right: 0.4em;
}

.top_icons {
  color: rgba(27, 44, 56, 0.7294117647);
}
.top_icons i {
  transition: 0.15s all ease-in-out;
}
.top_icons i:hover {
  color: var(--dark-themes);
  transform: scale(1.5) translateY(-1px);
}

.testimonial-item-modern .author-avatar {
  height: auto;
}

/*# sourceMappingURL=main.css.map */
