@charset "UTF-8";
@keyframes kosi-loading {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes kosi-loading {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@font-face {
  font-family: "kosi-icon";
  src: url("./assets/fonts/kosi-icon.eot");
  src: url("./assets/fonts/kosi-icon.eot?#iefix") format("eot"), url("./assets/fonts/kosi-icon.woff2") format("woff2"), url("./assets/fonts/kosi-icon.woff") format("woff"), url("./assets/fonts/kosi-icon.ttf") format("truetype"), url("./assets/fonts/kosi-icon.svg#kosi-icon") format("svg");
  font-display: swap;
}
[class*=kosi-icon-] {
  font-family: "kosi-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
}

.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__container .elementor-menu-cart__main {
  max-height: 100vh;
}
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__close-button {
  width: 17px;
  height: 17px;
}
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__close-button:after, .elementor-widget-woocommerce-menu-cart .elementor-menu-cart__close-button:before {
  height: 2px;
}
.elementor-widget-woocommerce-menu-cart .woocommerce-mini-cart__empty-message {
  color: var(--accent);
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}
.elementor-widget-woocommerce-menu-cart .woocommerce-mini-cart__empty-message:before {
  content: "\e00f";
  font-family: "kosi-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  font-weight: 700;
  font-size: 86px;
  margin-bottom: 20px;
  display: block;
  color: rgba(135, 135, 135, 0.15);
}
.elementor-widget-woocommerce-menu-cart .widget_shopping_cart_content {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.elementor-widget-woocommerce-menu-cart .widget_shopping_cart_content .elementor-menu-cart__footer-buttons {
  margin-top: auto;
  padding-bottom: 40px;
}
.elementor-widget-woocommerce-menu-cart .widget_shopping_cart_content .elementor-menu-cart__footer-buttons .elementor-button {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1px;
}
.elementor-widget-woocommerce-menu-cart .widget_shopping_cart_content .elementor-menu-cart__footer-buttons .elementor-button:hover {
  background-color: var(--primary_hover);
}
.elementor-widget-woocommerce-menu-cart .widget_shopping_cart_content .elementor-menu-cart__footer-buttons .elementor-button:last-child {
  background-color: var(--primary);
}
.elementor-widget-woocommerce-menu-cart .widget_shopping_cart_content .elementor-menu-cart__footer-buttons .elementor-button:last-child:hover {
  background-color: var(--primary_hover);
}
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__products {
  max-height: calc(100vh - 310px);
}
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__product {
  grid-template-rows: unset;
  grid-template-columns: 25% auto 30px;
}
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__product-name {
  grid-column-start: 2;
  grid-column-end: 3;
}
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__product-name a {
  color: var(--accent);
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  font-family: "Kosi-heading", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__product-name a:hover {
  color: var(--primary);
}
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__product-price {
  align-self: self-start;
  grid-column-start: 2;
  font-size: 15px;
  color: var(--accent);
}
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__product-price .quantity {
  color: var(--text);
}
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__product-price .amount {
  font-weight: 600;
  color: var(--light);
}
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__product-remove {
  grid-row-start: 1;
  grid-column-start: 3;
  align-self: start;
  border: none;
  height: 25px;
  width: 25px;
}
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__product-remove:after, .elementor-widget-woocommerce-menu-cart .elementor-menu-cart__product-remove:before {
  content: none;
}
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__product-remove a {
  color: var(--light);
}
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__product-remove a:before {
  font-family: "kosi-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "\e05d";
  font-size: 18px;
}
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__product-remove a:hover {
  color: var(--primary);
}
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__subtotal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 0;
  border: 0;
  font-size: 18px;
}
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__subtotal strong {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--accent);
}
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__subtotal .amount {
  font-size: 18px;
  color: var(--primary);
  font-family: "Kosi-heading", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.elementor-widget-woocommerce-menu-cart .cart_item .elementor-menu-cart__product-remove a {
  opacity: 1;
}

.elementor-menu-cart__wrapper .elementor-menu-cart__toggle {
  line-height: 1;
}
.elementor-menu-cart__wrapper #elementor-menu-cart__toggle_button {
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
}
.elementor-menu-cart__wrapper #elementor-menu-cart__toggle_button .elementor-button-text {
  margin-right: 0;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .elementor-menu-cart__wrapper #elementor-menu-cart__toggle_button .elementor-button-text {
    display: none;
  }
}
.elementor-menu-cart__wrapper #elementor-menu-cart__toggle_button .elementor-button-icon {
  line-height: 1;
}
.elementor-menu-cart__wrapper #elementor-menu-cart__toggle_button:focus {
  background-color: transparent;
}

.elementor-menu-cart--items-indicator-bubble .elementor-menu-cart__toggle .elementor-button-icon[data-counter] {
  font-family: "Kosi-body", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.elementor-menu-cart--items-indicator-bubble .elementor-menu-cart__toggle .elementor-button-icon[data-counter]:before {
  font-weight: 400;
  font-size: 10px !important;
}

.elementor-widget-kosi-post-grid .column-item {
  margin-bottom: 30px;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.elementor-widget-kosi-post-grid .post-inner:hover .post-thumbnail img {
  transform: scale(1.1) rotate(2deg);
}
.elementor-widget-kosi-post-grid .post-thumbnail {
  overflow: hidden;
  margin-bottom: 18px;
}
.elementor-widget-kosi-post-grid .post-thumbnail img {
  transition: all 0.3s ease;
}
.elementor-widget-kosi-post-grid .entry-content .entry-meta {
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 14px;
}
.elementor-widget-kosi-post-grid .entry-content h5 {
  margin-bottom: 0;
}
.elementor-widget-kosi-post-grid .entry-content h5 a {
  color: var(--accent);
}
.elementor-widget-kosi-post-grid .entry-content h5 a:hover {
  color: var(--primary);
}
.elementor-widget-kosi-post-grid .post-style-2 {
  text-align: center;
}
.elementor-widget-kosi-post-grid .post-style-2 .entry-content h5 {
  margin-bottom: 20px;
}

.elementor-widget-kosi-section-slider .elementor-section.elementor-section-stretched {
  left: 50% !important;
  margin-left: -50vw;
}
.elementor-widget-kosi-section-slider .swiper-pagination-bullet-active {
  background-color: var(--primary);
  border-radius: 6px;
}
.elementor-widget-kosi-section-slider .swiper-container-vertical .swiper-pagination-bullet-active {
  height: 32px;
}
.elementor-widget-kosi-section-slider .swiper-container-horizontal .swiper-pagination-bullet-active {
  width: 32px;
}
@media (max-width: 1023px) {
  .elementor-widget-kosi-section-slider.disable-on-mobile-yes .elementor-swiper-button,
.elementor-widget-kosi-section-slider.disable-on-mobile-yes .swiper-pagination {
    display: none;
  }
  .elementor-widget-kosi-section-slider.disable-on-mobile-yes .swiper-wrapper {
    display: block;
    max-height: unset !important;
  }
  .elementor-widget-kosi-section-slider.disable-on-mobile-yes .elementor-widget-container .swiper-container {
    max-height: 999em !important;
  }
}

@media (min-width: 768px) {
  .elementor-section-slider-height-full .swiper-container {
    height: 100vh;
  }
}

@media (max-width: 767px) {
  .elementor-nav-menu-wrapper .main-navigation .primary-navigation ul {
    max-height: 0;
    overflow: hidden;
    transition: all ease 0.4s;
  }
  .elementor-nav-menu-wrapper .main-navigation .primary-navigation ul.show {
    max-height: 999px;
  }
}

.mega-menu .elementor-icon-list-items li.elementor-icon-list-item a .elementor-icon-list-text {
  position: relative;
  transition: all 0.3s ease;
}
.mega-menu .elementor-icon-list-items li.elementor-icon-list-item a:hover .elementor-icon-list-text {
  padding-left: 40px;
}
.mega-menu .elementor-icon-list-items li.elementor-icon-list-item a:hover .elementor-icon-list-text:before {
  content: "";
  width: 9px;
  height: 1px;
  background: #cdaa7c;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 25px;
}

.single-woncep_menu_item .elementor-icon-list-items li.elementor-icon-list-item,
.mega-menu .elementor-icon-list-items li.elementor-icon-list-item {
  min-width: unset !important;
}
.single-woncep_menu_item .elementor-icon-list-items li.elementor-icon-list-item a:not(.elementor-button-link),
.mega-menu .elementor-icon-list-items li.elementor-icon-list-item a:not(.elementor-button-link) {
  width: unset !important;
  padding: 0;
}
.single-woncep_menu_item .elementor-image-box-wrapper a:not(.elementor-button-link),
.mega-menu .elementor-image-box-wrapper a:not(.elementor-button-link) {
  width: unset !important;
}

.elementor-video-popup {
  display: inline-flex;
  align-items: center;
}

.elementor-video-wrapper {
  text-align: center;
}

.elementor-video-popup {
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 28px 30px;
  border-radius: 50%;
  background-color: #fff;
}

.elementor-video-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1em;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.elementor-video-icon i {
  font-size: 24px;
  color: var(--accent);
}

.elementor-widget-kosi-products-tabs .elementor-tabs .elementor-tabs-wrapper {
  text-align: center;
  display: block;
  margin-bottom: 30px;
}
.elementor-widget-kosi-products-tabs .elementor-tab-title {
  font-size: 34px;
  font-weight: 600;
  margin-right: 30px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  border: 0;
  border-color: transparent;
  outline: 0;
  font-family: "Kosi-heading", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: var(--light);
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.elementor-widget-kosi-products-tabs .elementor-tab-title:hover, .elementor-widget-kosi-products-tabs .elementor-tab-title.elementor-active {
  color: var(--accent);
}
.elementor-widget-kosi-products-tabs .elementor-tab-title:last-child {
  margin-right: 0 !important;
}
.elementor-widget-kosi-products-tabs .elementor-tab-content {
  border: 0;
  padding: 0;
}
.elementor-widget-kosi-products-tabs .elementor-tabs-content-wrapper {
  border: none;
}
.elementor-widget-kosi-products-tabs ul.products {
  margin: 0;
}

.elementor-search-form-wrapper .site-search {
  display: block;
}
.elementor-search-form-wrapper .widget_search form::before,
.elementor-search-form-wrapper .widget_product_search form::before {
  font-family: "kosi-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "\e083";
  position: absolute;
  top: 50%;
  right: 15px;
  line-height: 1;
  transform: translate(0, -50%);
  color: var(--accent);
}
.elementor-search-form-wrapper .widget_search form input[type=text],
.elementor-search-form-wrapper .widget_search form input[type=search],
.elementor-search-form-wrapper .widget_product_search form input[type=text],
.elementor-search-form-wrapper .widget_product_search form input[type=search] {
  font-size: 14px;
  padding-left: 0;
  padding-right: 4em;
  border-width: 0 0 1px 0;
  background-color: transparent;
}
.elementor-search-form-wrapper .widget_search form input[type=text] ::placeholder,
.elementor-search-form-wrapper .widget_search form input[type=search] ::placeholder,
.elementor-search-form-wrapper .widget_product_search form input[type=text] ::placeholder,
.elementor-search-form-wrapper .widget_product_search form input[type=search] ::placeholder {
  color: var(--text);
}
.elementor-search-form-wrapper .widget_search form input[type=submit],
.elementor-search-form-wrapper .widget_search form button[type=submit],
.elementor-search-form-wrapper .widget_product_search form input[type=submit],
.elementor-search-form-wrapper .widget_product_search form button[type=submit] {
  padding: 0;
  font-size: 0;
}

.site-header-search .button-search-popup {
  font-size: 22px;
  color: var(--accent);
  line-height: 1;
}
.site-header-search .button-search-popup:hover {
  color: var(--primary);
}

.search-popup-active {
  overflow: hidden;
}

.site-search-popup {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all ease-in-out 0.3s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.site-search-popup .site-search-popup-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 40px;
  background-color: #fff;
  transform: translateY(-100%);
  transition: all ease-in-out 0.3s;
}
@media (min-width: 1024px) {
  .site-search-popup .site-search-popup-wrap {
    padding: 80px;
  }
}
.site-search-popup .site-search-popup-wrap .site-search-popup-close {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 20px;
  line-height: 1;
  width: 18px;
  height: 18px;
}
@media (min-width: 1024px) {
  .site-search-popup .site-search-popup-wrap .site-search-popup-close {
    top: 20px;
    right: 30px;
  }
}
.site-search-popup .site-search-popup-wrap .site-search-popup-close:before, .site-search-popup .site-search-popup-wrap .site-search-popup-close:after {
  content: "\20";
  position: absolute;
  top: 50%;
  display: inline-block;
  margin-top: -1px;
  width: 18px;
  height: 2px;
  background-color: var(--accent);
  transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out, width 0.2s ease-in-out;
  right: 0;
  transform: rotate(-45deg);
}
.site-search-popup .site-search-popup-wrap .site-search-popup-close:before {
  transform: rotate(45deg);
}
.site-search-popup .site-search-popup-wrap .site-search-popup-close:hover:before, .site-search-popup .site-search-popup-wrap .site-search-popup-close:hover:after {
  transform: rotate(0);
}
.site-search-popup .site-search-popup-wrap .site-search {
  display: block;
  max-width: 600px;
  width: 100%;
}
@media (max-width: 767px) {
  .site-search-popup .site-search-popup-wrap .site-search {
    max-width: 300px;
  }
}
.site-search-popup .site-search-popup-wrap .site-search .widget {
  margin-bottom: 0;
  border: none;
}
.site-search-popup .site-search-popup-wrap .site-search .ajax-search-result {
  max-height: 50vh;
}
.search-popup-active .site-search-popup {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.search-popup-active .site-search-popup .site-search-popup-wrap {
  transform: translateY(0);
}

.site-header-account {
  position: relative;
  display: flex;
}
.site-header-account > a {
  white-space: nowrap;
  line-height: 1;
  color: var(--accent);
}
.site-header-account > a:hover {
  color: var(--primary);
}
.site-header-account > a i {
  font-size: 20px;
  line-height: 1;
}
.site-header-account .account-dropdown {
  text-align: left;
  right: 0;
  top: 100%;
  position: absolute;
  pointer-events: none;
  opacity: 0;
  z-index: 100;
  visibility: hidden;
  margin-top: 20px;
}
.site-header-account .account-dropdown .result-error {
  margin: 1em 0;
}
#elementor-sidebar .site-header-account .account-dropdown {
  left: 0;
  right: unset;
}
.site-header-account .account-dropdown.right {
  left: 0;
  right: unset;
}
.site-header-account .account-dropdown.justify {
  right: 50%;
  transform: translateX(50%);
}
.site-header-account .account-dropdown a.register-link, .site-header-account .account-dropdown a.lostpass-link {
  color: var(--primary);
  font-size: 14px;
}
.site-header-account .account-dropdown a.register-link:hover, .site-header-account .account-dropdown a.lostpass-link:hover {
  text-decoration: underline;
}
.site-header-account .account-dropdown .account-wrap {
  display: block !important;
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.07);
  border-radius: 3px;
}
.site-header-account .account-dropdown .account-inner {
  width: 320px;
  padding: 20px;
  max-height: 500px;
  overflow: auto;
}
.site-header-account .account-dropdown .account-inner.dashboard {
  width: 210px;
  padding: 15px 0;
}
.site-header-account .account-dropdown .account-inner::-webkit-scrollbar {
  width: 3px;
}
.site-header-account .account-dropdown .account-inner::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
.site-header-account .account-dropdown .account-inner::-webkit-scrollbar-thumb {
  background-color: #000000;
}
.site-header-account .account-links-menu,
.site-header-account .account-dashboard {
  list-style: none;
  margin: 0;
}
.site-header-account .account-links-menu li a,
.site-header-account .account-dashboard li a {
  width: 100%;
  text-align: left;
  color: var(--text);
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  display: block;
  padding: 8px 20px;
}
.site-header-account .account-links-menu li a:hover,
.site-header-account .account-dashboard li a:hover {
  color: var(--primary_hover);
  background-color: rgba(0, 0, 0, 0.035);
}
.site-header-account .account-dropdown.active {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}

.header-account-content-right .site-header-account .account-dropdown {
  right: unset;
  left: 0;
}
.header-account-content-right .site-header-account .account-dropdown:before {
  right: unset;
  left: 0;
}

.site-header-account.layout-2 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.site-header-account.layout-2 .login-button, .site-header-account.layout-2 .register-button {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--accent);
}
.site-header-account.layout-2 .login-button:hover, .site-header-account.layout-2 .register-button:hover {
  color: var(--primary);
  border-color: var(--primary);
}
.site-header-account.layout-2 .register-button {
  padding: 13px 42px;
  border: 2px solid var(--accent);
}
.site-header-account.layout-2 .login-button {
  margin: 0 40px;
}

.mobile-navigation, .mobile-navigation-categories {
  clear: both;
}
.mobile-navigation ul, .mobile-navigation-categories ul {
  margin: 0;
  list-style: none;
}
.mobile-navigation ul > li.menu-item, .mobile-navigation-categories ul > li.menu-item {
  position: relative;
}
.mobile-navigation ul > li.menu-item > a, .mobile-navigation-categories ul > li.menu-item > a {
  display: flex;
  padding: 10px 0;
  font-size: 14px;
  font-weight: 500;
  border-bottom: 1px solid;
  border-bottom-color: var(--border);
  color: var(--accent);
}
.mobile-navigation ul > li.menu-item > a i, .mobile-navigation-categories ul > li.menu-item > a i {
  font-size: 16px;
  margin-right: 15px;
}
.mobile-navigation ul > li.menu-item button::after, .mobile-navigation-categories ul > li.menu-item button::after {
  transition: all, ease, 0.9s;
}
.mobile-navigation ul > li.menu-item:last-child > a, .mobile-navigation-categories ul > li.menu-item:last-child > a {
  border-bottom: none;
}
.mobile-navigation ul ul.sub-menu, .mobile-navigation-categories ul ul.sub-menu {
  display: none;
  margin-top: 10px;
}
.mobile-navigation ul ul.sub-menu > li.menu-item > a, .mobile-navigation-categories ul ul.sub-menu > li.menu-item > a {
  font-size: 14px;
  padding: 2px 0 2px 13px;
  border-bottom: none;
  font-weight: 400;
  color: var(--text);
}
.mobile-navigation ul ul.sub-menu > li.menu-item:first-child > a, .mobile-navigation-categories ul ul.sub-menu > li.menu-item:first-child > a {
  padding-top: 6px;
}
.mobile-navigation ul ul.sub-menu > li.menu-item.current-menu-item > a, .mobile-navigation ul ul.sub-menu > li.menu-item.current-menu-ancestor > a, .mobile-navigation ul ul.sub-menu > li.menu-item.current-menu-parent > a, .mobile-navigation-categories ul ul.sub-menu > li.menu-item.current-menu-item > a, .mobile-navigation-categories ul ul.sub-menu > li.menu-item.current-menu-ancestor > a, .mobile-navigation-categories ul ul.sub-menu > li.menu-item.current-menu-parent > a {
  color: var(--primary);
}
.mobile-navigation ul ul.sub-menu .dropdown-toggle, .mobile-navigation-categories ul ul.sub-menu .dropdown-toggle {
  padding: 12px 0;
}
.mobile-navigation ul.menu li.current-menu-item > a, .mobile-navigation ul.menu li.current-menu-ancestor > a, .mobile-navigation ul.menu li.current-menu-parent > a, .mobile-navigation-categories ul.menu li.current-menu-item > a, .mobile-navigation-categories ul.menu li.current-menu-ancestor > a, .mobile-navigation-categories ul.menu li.current-menu-parent > a {
  color: var(--primary);
}
.mobile-navigation .dropdown-toggle, .mobile-navigation-categories .dropdown-toggle {
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  padding: 16px 0;
  font-size: 8px;
  line-height: 1;
  width: 100%;
  text-align: right;
  border: none;
  color: var(--accent);
}
.mobile-navigation .dropdown-toggle:focus, .mobile-navigation-categories .dropdown-toggle:focus {
  outline: none;
}
.mobile-navigation .dropdown-toggle:hover, .mobile-navigation .dropdown-toggle:active, .mobile-navigation .dropdown-toggle:focus, .mobile-navigation-categories .dropdown-toggle:hover, .mobile-navigation-categories .dropdown-toggle:active, .mobile-navigation-categories .dropdown-toggle:focus {
  background-color: transparent;
  color: var(--accent);
}

.mobile-navigation ul li button::after {
  font-family: "kosi-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "\e011";
  transition: all, ease, 0.9s;
  font-weight: 700;
}
.mobile-navigation ul li button.toggled-on::after {
  transform: rotate(180deg);
}

.elementor-canvas-menu-wrapper .menu-mobile-nav-button {
  line-height: 0;
  display: inline-block;
}

.kosi-mobile-nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: fixed;
  width: 330px;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  overflow-y: auto;
  background-color: #fff;
  transition: transform 0.25s ease;
  -webkit-transform: translate3d(-330px, 0, 0);
  transform: translate3d(-330px, 0, 0);
}
.mobile-nav-active .kosi-mobile-nav {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.admin-bar .kosi-mobile-nav {
  top: 0;
}
@media (min-width: 783px) {
  .admin-bar .kosi-mobile-nav {
    top: 32px;
  }
}
@media (min-width: 601px) and (max-width: 782px) {
  .admin-bar .kosi-mobile-nav {
    top: 46px;
  }
}
.kosi-mobile-nav .search-form {
  margin-top: 1em;
}
.kosi-mobile-nav .kosi-social {
  border-top: 1px solid #0e0e0e;
  padding: 0.5em;
  margin-top: 1rem;
}
body .kosi-mobile-nav .kosi-social ul li a:before {
  color: #fff;
}
.kosi-mobile-nav .kosi-language-switcher-mobile {
  line-height: 0;
  padding: 0 30px;
}
.kosi-mobile-nav .kosi-language-switcher-mobile .menu {
  list-style: none;
  margin: 0;
  padding: 10px 0;
  border-top: 1px solid;
  border-top-color: var(--border);
}
.kosi-mobile-nav .kosi-language-switcher-mobile .item {
  display: inline-block;
  margin-bottom: 5px;
  margin-top: 5px;
}
.kosi-mobile-nav .kosi-language-switcher-mobile .item .language-switcher-head {
  padding-right: 5px;
}
.kosi-mobile-nav .kosi-language-switcher-mobile .item a {
  display: block;
  padding: 0 5px;
}
.kosi-mobile-nav .kosi-language-switcher-mobile .item:last-child {
  margin-right: 0;
}
.kosi-mobile-nav .kosi-language-switcher-mobile .item img {
  width: 24px;
  height: 16px;
  object-fit: cover;
}
.kosi-mobile-nav .mobile-nav-tabs {
  clear: both;
  padding: 0 30px;
  background-color: #f7f7f7;
}
.kosi-mobile-nav .mobile-nav-tabs ul {
  display: flex;
  align-items: center;
  flex-direction: row;
  list-style: none;
  margin: 0;
}
.kosi-mobile-nav .mobile-nav-tabs ul li {
  position: relative;
  cursor: pointer;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: var(--light);
}
.kosi-mobile-nav .mobile-nav-tabs ul li:before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 100%;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.6);
  transition: all 0.3s ease;
  background-color: var(--primary);
}
.kosi-mobile-nav .mobile-nav-tabs ul li.active {
  color: var(--accent);
}
.kosi-mobile-nav .mobile-nav-tabs ul li.active:before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.kosi-mobile-nav .mobile-nav-tabs ul .mobile-pages-title {
  margin-right: 15px;
}
.kosi-mobile-nav .mobile-nav-tabs ul .mobile-categories-title {
  margin-left: 15px;
}
.kosi-mobile-nav .mobile-menu-tab {
  display: none;
  padding: 0 30px;
  -webkit-animation: wd-fadeIn 1s ease;
  animation: wd-fadeIn 1s ease;
}
.kosi-mobile-nav .mobile-menu-tab.active {
  display: block;
}

@keyframes wd-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
a.mobile-nav-close {
  float: right;
  clear: both;
  position: absolute;
  line-height: 1;
  top: 20px;
  right: 22px;
  border: none;
  border-radius: 50%;
  padding: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  color: var(--accent);
}
a.mobile-nav-close i {
  line-height: 19px;
  vertical-align: middle;
}
a.mobile-nav-close:hover, a.mobile-nav-close:focus {
  color: var(--accent);
}

.kosi-overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 997;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0s ease;
}
.mobile-nav-active .kosi-overlay {
  visibility: visible;
  opacity: 1;
}

.menu-mobile-nav-button {
  display: block;
  font-size: 15px;
  color: var(--accent);
}
.menu-mobile-nav-button i {
  font-size: 19px;
  line-height: 1;
  vertical-align: middle;
}

html {
  overflow-x: hidden;
}

#page {
  transition: all 0.25s ease;
}

.mobile-nav-active {
  overflow: hidden;
}

.elementor-widget-kosi-product-category .product-category-content {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  padding: 35px;
  width: 100%;
}
.elementor-widget-kosi-product-category .product-category-content-item {
  width: 100%;
}
.elementor-widget-kosi-product-category .elementor-button {
  margin-top: 20px;
  cursor: pointer;
  -ms-flex-item-align: center;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  border: solid 2px;
  background: transparent;
  color: var(--accent);
}
.elementor-widget-kosi-product-category .product-category-bg-overlay {
  opacity: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  left: 0;
  background-color: var(--accent);
  z-index: 2;
}
.elementor-widget-kosi-product-category.hover-to-show-yes .product-category-content {
  opacity: 0;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.elementor-widget-kosi-product-category.hover-to-show-yes:hover .product-category-content {
  opacity: 1;
}
.elementor-widget-kosi-product-category:hover .product-category-bg-overlay {
  opacity: 0.5;
}
.elementor-widget-kosi-product-category:hover .product-category-bg {
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.product-category {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.product-category-bg {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 105%;
  transition: transform calc(700ms * 1.5) cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s ease;
}

.product-category-skin-cover .product-category {
  display: block;
}
.product-category-skin-cover .product-category-bg-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
  z-index: 1;
  overflow: hidden;
}
.product-category-skin-cover .product-category-content {
  min-height: 280px;
}

.product-category-valign-top .product-category-content {
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.product-category-valign-middle .product-category-content {
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-category-valign-bottom .product-category-content {
  -ms-flex-line-pack: end;
  align-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

a.elementor-button, button.elementor-button {
  line-height: initial;
}

.site-header-wishlist .header-wishlist {
  position: relative;
}
.site-header-wishlist .header-wishlist:hover i {
  color: var(--primary);
}
.site-header-wishlist .header-wishlist i {
  font-size: 25px;
  color: var(--accent);
}
.site-header-wishlist .header-wishlist .count {
  display: inline-block;
  position: absolute;
  min-width: 15px;
  line-height: 15px;
  height: 15px;
  font-size: 12px;
  padding: 0;
  text-align: center;
  border-radius: 50px;
  top: -2px;
  right: -4px;
  letter-spacing: 0;
  color: #ffffff;
  background-color: var(--primary);
}

.hide-count-wishlist-yes .site-header-wishlist .header-wishlist .count {
  display: none;
}

.wpcf7-form {
  margin-bottom: 0;
  position: relative;
}
.wpcf7-form label {
  display: inline-block;
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 16px;
  color: var(--accent);
}
.wpcf7-form select:not([size]):not([multiple]) {
  background-color: transparent;
  margin-bottom: 20px;
  padding-left: 0;
}
.wpcf7-form input:not([type=submit]), .wpcf7-form textarea {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: var(--accent);
  background-color: transparent;
  border-width: 1px;
  border-color: var(--border);
  margin-bottom: 35px;
  padding: 13px 25px;
  border-radius: 3px;
}
.wpcf7-form input:not([type=submit]):focus, .wpcf7-form textarea:focus {
  border-color: var(--primary);
}
.wpcf7-form input:not([type=submit])::placeholder, .wpcf7-form textarea::placeholder {
  color: var(--light);
}
.wpcf7-form textarea {
  margin-bottom: 30px;
}
.wpcf7-form input[type=submit] {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #ffffff;
  margin-top: 10px;
  padding: 12px 42px;
  font-size: 14px;
  text-transform: none;
}
.wpcf7-form input[type=submit]:hover {
  border-color: var(--primary_hover);
  background-color: var(--primary_hover);
}
.wpcf7-form .row-inline {
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}
@media (max-width: 568px) {
  .wpcf7-form .row-inline {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
}
.wpcf7-form .form-col {
  position: relative;
}
.wpcf7-form .form-col i {
  transition: none 0s ease 0s;
  text-align: inherit;
  line-height: 18px;
  border-width: 0;
  margin: 0;
  padding: 0;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 18px;
  right: 19px;
  bottom: 12px;
  position: absolute;
}
.wpcf7-form .form-col i ~ .wpcf7-form-control-wrap select {
  background-image: none !important;
  margin-bottom: 0 !important;
}
.wpcf7-form .form-col i ~ .wpcf7-form-control-wrap input {
  appearance: none;
  -webkit-appearance: none;
  margin-bottom: 0 !important;
}
.wpcf7-form .form-col i ~ .wpcf7-form-control-wrap input::-webkit-inner-spin-button, .wpcf7-form .form-col i ~ .wpcf7-form-control-wrap input::-webkit-calendar-picker-indicator {
  opacity: 0;
}
.wpcf7-form .form-col input,
.wpcf7-form .form-col select {
  margin-bottom: 0 !important;
}
.wpcf7-form .form-check-box .wpcf7-list-item {
  display: flex;
  margin: 0;
  align-items: center;
}
.wpcf7-form .form-check-box .wpcf7-list-item input[type=checkbox] {
  width: auto;
  margin-bottom: 0;
  margin-right: 10px;
}

.elementor-widget-kosi-contactform .elementor-form-wrapper .wpcf7-form {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.elementor-widget-kosi-contactform .elementor-form-wrapper .wpcf7-form > * {
  width: 100%;
}
@media (min-width: 1024px) {
  .elementor-widget-kosi-contactform .elementor-form-wrapper[data-columns="2"] .wpcf7-form .form-col {
    width: 50%;
  }
  .elementor-widget-kosi-contactform .elementor-form-wrapper[data-columns="3"] .wpcf7-form .form-col {
    width: 33.33%;
  }
}

.wpcf7 .ajax-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.elementor-widget-kosi-banner .elementor-cta__content {
  position: relative;
}
.elementor-widget-kosi-banner .elementor-cta__content.layout-1 {
  padding: 50px;
  align-items: flex-end;
  align-content: flex-end;
  text-align: left;
}
.elementor-widget-kosi-banner .elementor-cta__content.layout-1 .elementor-cta__content-item {
  margin-bottom: 20px;
}
.elementor-widget-kosi-banner .elementor-cta__content.layout-1 .elementor-cta__content-item:last-child {
  margin-bottom: 0;
}
.elementor-widget-kosi-banner .elementor-cta__content.layout-2 {
  padding: 50px;
  align-items: flex-end;
  align-content: flex-end;
  text-align: left;
}
.elementor-widget-kosi-banner .elementor-cta__content.layout-2 .elementor-cta__content-item {
  margin-bottom: 10px;
}
.elementor-widget-kosi-banner .elementor-cta__content.layout-2 .elementor-cta__content-item:last-child {
  margin-bottom: 0;
}
.elementor-widget-kosi-banner .elementor-cta__content.layout-3 {
  padding: 30px;
  text-align: center;
  align-content: center;
  align-items: center;
}
.elementor-widget-kosi-banner .elementor-cta__content.layout-3 .elementor-cta__title {
  line-height: 48px;
  font-weight: 600;
}
.elementor-widget-kosi-banner .elementor-cta__content.layout-3 .elementor-cta__subtitle {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  font-family: "Kosi-heading", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.elementor-widget-kosi-banner .elementor-cta__content.layout-3 .elementor-cta__content-item {
  margin-bottom: 30px;
}
.elementor-widget-kosi-banner .elementor-cta__content.layout-3 .elementor-cta__content-item:last-child {
  margin-bottom: 0;
}
.elementor-widget-kosi-banner .elementor-cta__content.layout-3 .elementor-cta__content-item.elementor-cta__title {
  margin-bottom: 42px;
}
.elementor-widget-kosi-banner .elementor-cta__content.layout-4 {
  padding: 30px;
  text-align: center;
  align-content: center;
  align-items: center;
}
.elementor-widget-kosi-banner .elementor-cta__content.layout-4 .elementor-cta__title {
  line-height: 56px;
  font-weight: 600;
}
.elementor-widget-kosi-banner .elementor-cta__content.layout-4 .elementor-cta__subtitle {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  font-family: "Kosi-heading", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.elementor-widget-kosi-banner .elementor-cta__content.layout-4 .elementor-cta__content-item {
  margin-bottom: 30px;
}
.elementor-widget-kosi-banner .elementor-cta__content.layout-4 .elementor-cta__content-item:last-child {
  margin-bottom: 0;
}
.elementor-widget-kosi-banner .elementor-cta__content.layout-4 .elementor-cta__content-item.elementor-cta__title {
  margin-bottom: 45px;
}
.elementor-widget-kosi-banner .elementor-cta__content.layout-5 {
  padding: 30px;
  text-align: center;
  align-content: flex-start;
  align-items: flex-start;
}
.elementor-widget-kosi-banner .elementor-cta__content.layout-5 .elementor-cta__title {
  line-height: 48px;
  font-weight: 600;
}
.elementor-widget-kosi-banner .elementor-cta__content.layout-5 .elementor-cta__subtitle {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  font-family: "Kosi-heading", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.elementor-widget-kosi-banner .elementor-cta__content.layout-5 .elementor-cta__content-item {
  margin-bottom: 30px;
}
.elementor-widget-kosi-banner .elementor-cta__content.layout-5 .elementor-cta__content-item:last-child {
  margin-bottom: 0;
}
.elementor-widget-kosi-banner .elementor-cta__content.layout-5 .elementor-cta__content-item.elementor-cta__title {
  margin-bottom: 42px;
}
.elementor-widget-kosi-banner .elementor-cta__content.layout-6 {
  padding: 40px;
  text-align: left;
  align-items: flex-start;
  align-content: flex-start;
}
.elementor-widget-kosi-banner .elementor-cta__content.layout-6 .elementor-cta__title {
  line-height: 48px;
  font-weight: 600;
}
.elementor-widget-kosi-banner .elementor-cta__content.layout-6 .elementor-cta__subtitle {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  font-family: "Kosi-heading", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.elementor-widget-kosi-banner .elementor-cta__content.layout-6 .elementor-cta__content-item {
  margin-bottom: 15px;
}
.elementor-widget-kosi-banner .elementor-cta__content.layout-6 .elementor-cta__content-item:last-child {
  margin-bottom: 0;
}
.elementor-widget-kosi-banner .elementor-cta__content.layout-6 .elementor-cta__content-item.elementor-cta__title {
  margin-bottom: 42px;
}
.elementor-widget-kosi-banner .elementor-cta__content.layout-7 {
  padding: 30px;
  text-align: center;
  align-items: center;
  align-content: center;
}
.elementor-widget-kosi-banner .elementor-cta__content.layout-7 .elementor-cta__title {
  line-height: 48px;
  font-weight: 600;
}
.elementor-widget-kosi-banner .elementor-cta__content.layout-7 .elementor-cta__content-item {
  margin-bottom: 15px;
}
.elementor-widget-kosi-banner .elementor-cta__content.layout-7 .elementor-cta__content-item:last-child {
  margin-bottom: 0;
}
.elementor-widget-kosi-banner .elementor-cta__content.layout-7 .elementor-cta__content-item.elementor-cta__title {
  margin-bottom: 25px;
}
.elementor-widget-kosi-banner .elementor-cta__description {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: var(--text);
}
.elementor-widget-kosi-banner .elementor-cta__subtitle {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--accent);
}
.elementor-widget-kosi-banner .elementor-cta__title {
  font-weight: 600;
  line-height: 42px;
}
.elementor-widget-kosi-banner .elementor-button {
  padding: 0;
  border: 0;
  border-radius: 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  background: transparent;
  color: var(--accent);
  font-family: "Kosi-heading", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  border-bottom: 2px solid var(--accent);
}
.elementor-widget-kosi-banner .elementor-cta__bg-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  left: 0;
}
.elementor-widget-kosi-banner.content-stretch-yes {
  height: 100%;
}
.elementor-widget-kosi-banner.content-stretch-yes .elementor-widget-container, .elementor-widget-kosi-banner.content-stretch-yes .elementor-shopic-banner {
  height: 100%;
}
.elementor-widget-kosi-banner.hover-to-show-yes .elementor-cta__content {
  opacity: 0;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.elementor-widget-kosi-banner.hover-to-show-yes:hover .elementor-cta__content {
  opacity: 1;
}
.elementor-widget-kosi-banner:hover .elementor-cta__bg-overlay {
  opacity: 0.5;
}
.elementor-widget-kosi-banner:hover .elementor-cta__bg {
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.button-banner-style-kosi-outline .elementor-button {
  padding: 16px 42px;
  border: 2px solid var(--accent);
}
.button-banner-style-kosi-outline .elementor-button:hover {
  border-color: var(--primary);
}

.elementor-bg-transform-move-down-custom .elementor-bg {
  height: calc(100% + 50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
}
.elementor-bg-transform-move-down-custom:hover .elementor-bg {
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.elementor-bg-transform-move-up-custom .elementor-bg {
  height: calc(100% + 50px);
}
.elementor-bg-transform-move-up-custom:hover .elementor-bg {
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
}

.elementor-bg-transform-move-left-custom .elementor-bg {
  width: calc(100% + 50px);
}
.elementor-bg-transform-move-left-custom:hover .elementor-bg {
  -ms-transform: translateX(-50px);
  -o-transform: translateX(-50px);
  -moz-transform: translateX(-50px);
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
}

.elementor-bg-transform-move-right-custom .elementor-bg {
  width: calc(100% + 50px);
  -ms-transform: translateX(-50px);
  -o-transform: translateX(-50px);
  -moz-transform: translateX(-50px);
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
}
.elementor-bg-transform-move-right-custom:hover .elementor-bg {
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.elementor-bg-transform-zoom-in .elementor-bg {
  width: calc(100% + 50px);
  -ms-transform: translateX(-50px);
  -o-transform: translateX(-50px);
  -moz-transform: translateX(-50px);
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
}
.elementor-bg-transform-zoom-in:hover .elementor-bg {
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.elementor-bg-transform-zoom-out .elementor-bg {
  width: calc(100% + 50px);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.elementor-bg-transform-zoom-out:hover .elementor-bg {
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.elementor-cta {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.elementor-cta--skin-classic .elementor-cta {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.elementor-cta--skin-classic .elementor-cta__bg-wrapper {
  position: relative;
  min-height: 200px;
  width: 100%;
}
.elementor-cta--skin-classic .elementor-cta__content {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
}

.elementor-cta--skin-cover .elementor-cta {
  display: block;
}
.elementor-cta--skin-cover .elementor-cta__bg-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  width: 100%;
}
.elementor-cta--skin-cover .elementor-cta__content {
  min-height: 280px;
}

.elementor-cta--layout-image-above .elementor-cta {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.elementor-cta--layout-image-above .elementor-cta__bg-wrapper {
  width: 100%;
}

.elementor-cta--layout-image-left .elementor-cta, .elementor-cta--layout-image-right .elementor-cta {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.elementor-cta--layout-image-left .elementor-cta__bg-wrapper, .elementor-cta--layout-image-right .elementor-cta__bg-wrapper {
  width: auto;
  min-width: 50%;
}

.elementor-cta--layout-image-left .elementor-cta__content, .elementor-cta--layout-image-right .elementor-cta__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.elementor-cta--layout-image-left .elementor-cta {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.elementor-cta--layout-image-right .elementor-cta {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.elementor-cta__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 105%;
  transition: transform calc(700ms * 1.5) cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.2s ease;
}

.elementor-cta__bg-wrapper {
  z-index: 1;
  overflow: hidden;
}

.elementor-cta__bg {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

.elementor-cta__bg-overlay {
  z-index: 2;
}

.elementor-cta__button.elementor-button:hover {
  background: transparent;
  text-decoration: none;
  color: var(--primary);
  border-color: var(--primary);
}

.elementor-cta__content {
  z-index: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  padding: 50px;
  width: 100%;
}

.elementor-cta__content, .elementor-cta__content-item {
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.elementor-cta__content-item {
  width: 100%;
  margin: 0;
}

.elementor-cta__content-item {
  margin-bottom: 15px;
}
.elementor-cta__content-item:last-child {
  margin-bottom: 0;
}

.elementor-widget-kosi-banner.elementor-cta--valign-top .elementor-cta__content {
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.elementor-widget-kosi-banner.elementor-cta--valign-middle .elementor-cta__content {
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.elementor-widget-kosi-banner.elementor-cta--valign-bottom .elementor-cta__content {
  -ms-flex-line-pack: end;
  align-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media (max-device-width: 1024px) {
  .elementor-cta {
    cursor: pointer;
  }
}
.site-header-cart-side .widget_shopping_cart {
  margin-bottom: 0;
  position: relative;
  flex: 1 1 auto;
  display: flex;
}
.site-header-cart-side .widget_shopping_cart .woocommerce-mini-cart__empty-message {
  text-align: center;
  font-size: 16px;
  margin: 15px;
  margin-top: 50px;
}
.site-header-cart-side .widget_shopping_cart .woocommerce-mini-cart__empty-message:before {
  font-family: "kosi-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "\e00f";
  text-align: center;
  display: block;
  font-size: 120px;
  color: var(--light);
  opacity: 0.4;
}
.site-header-cart-side .widget_shopping_cart .widget_shopping_cart_content {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.site-header-cart-side .widget_shopping_cart .woocommerce-mini-cart__total {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-header-cart-side .widget_shopping_cart .woocommerce-mini-cart-scroll {
  position: relative;
  flex: 1 1 auto;
  overflow-y: auto;
  padding-right: 15px;
  margin-right: -15px;
}
.site-header-cart-side .widget_shopping_cart .product_list_widget {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  left: 0;
}
.site-header-cart-side .widget_shopping_cart .product_list_widget li {
  padding: 15px 45px 15px 15px;
  border-bottom: 1px solid;
  border-color: var(--border);
  margin-bottom: 0;
}
.site-header-cart-side .widget_shopping_cart .product_list_widget li:last-child {
  border-bottom: 0;
}
.site-header-cart-side .widget_shopping_cart .product_list_widget li img {
  max-width: 80px;
}
.site-header-cart-side .widget_shopping_cart .product_list_widget li a.remove {
  top: 15px;
  right: 19px;
}
.site-header-cart-side .widget_shopping_cart .product_list_widget li a span.title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.site-header-cart-side .widget_shopping_cart p.total {
  padding: 1em;
}
.site-header-cart-side .widget_shopping_cart p.total strong {
  font-weight: 600;
  font-size: 20px;
}
.site-header-cart-side .widget_shopping_cart .buttons {
  margin: 0;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
.site-header-cart-side .widget_shopping_cart .buttons a {
  margin-top: 15px;
  margin-bottom: 20px;
}
.site-header-cart-side .widget_shopping_cart .buttons a:first-child {
  background: var(--accent);
  color: #fff;
  margin: 0;
}
.site-header-cart-side .widget_shopping_cart .buttons a.wc-forward {
  flex-basis: 50%;
  border-radius: 0;
}
.site-header-cart-side .widget_shopping_cart .buttons a.checkout {
  margin-top: 0;
  background: var(--primary);
}

.hide-count-cart-yes .site-header-cart .cart-contents .count {
  display: none;
}

.hide-price-cart-yes .site-header-cart .cart-contents .amount {
  display: none;
}

.elementor-widget-tabs .elementor-tab-title {
  font-size: 18px;
  font-weight: 500;
  margin-right: 30px;
  position: relative;
  cursor: pointer;
  border: 0;
  border-color: transparent;
  outline: 0;
  color: var(--accent);
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.elementor-widget-tabs .elementor-tab-title i, .elementor-widget-tabs .elementor-tab-title svg {
  display: block;
  margin-bottom: 8px;
}
.elementor-widget-tabs .elementor-tab-title img {
  display: block;
  margin: 0 auto 8px;
}
.elementor-widget-tabs .elementor-tab-title:hover, .elementor-widget-tabs .elementor-tab-title.elementor-active {
  color: var(--primary);
}
.elementor-widget-tabs .elementor-tab-title:last-child {
  margin-right: 0 !important;
}

.elementor-widget-kosi-mailchmip form.mc4wp-form {
  margin-bottom: 0;
}
.elementor-widget-kosi-mailchmip .mc4wp-form-fields {
  position: relative;
  display: flex;
}
.elementor-widget-kosi-mailchmip .mc4wp-form-fields p {
  display: flex;
  margin-bottom: 0;
}
.elementor-widget-kosi-mailchmip .mc4wp-form-fields input {
  padding: 12px 0;
  font-size: 14px;
  border-width: 0 0 2px 0;
  border-style: solid;
}
.elementor-widget-kosi-mailchmip .mc4wp-form-fields input[type=email] {
  width: 100%;
  flex: 1;
  text-align: left;
  line-height: 1.6;
  border-color: var(--border);
}
.elementor-widget-kosi-mailchmip .mc4wp-form-fields input[type=email]::placeholder {
  color: var(--light);
}
.elementor-widget-kosi-mailchmip .mc4wp-form-fields input[type=email]:focus {
  border-color: var(--primary);
}
.elementor-widget-kosi-mailchmip .mc4wp-form-fields input[type=submit] {
  width: auto;
  margin-left: 20px;
  padding: 11px 0;
  border-color: #000;
  background-color: transparent;
  color: var(--accent);
}
.elementor-widget-kosi-mailchmip .mc4wp-form-fields input[type=submit]:hover {
  color: var(--primary);
  border-color: var(--primary);
}
@media (max-width: 567px) {
  .elementor-widget-kosi-mailchmip .mc4wp-form-fields input[type=submit] {
    margin-left: 10px;
  }
}

.footer-handheld a {
  display: block;
  color: var(--accent);
  text-align: center;
  padding: 10px 5px;
}
.footer-handheld .title {
  font-weight: 600;
  font-size: 12px;
  display: block;
}
.footer-handheld i {
  font-size: 22px;
  display: block;
}
.footer-handheld .count {
  min-width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: calc(50% + 2px);
  top: 13px;
  color: var(--accent);
  background-color: var(--secondary);
}

.nav-vertiacl-menu-layout-content-style-2 .elementor-nav-vertiacl-menu-wrapper .vertical-navigation .vertical-menu {
  opacity: 1;
  visibility: visible;
  z-index: 990;
}

.vertical-navigation {
  position: relative;
  background-color: #000;
  height: 100%;
  transition: all 0.1s ease;
}
.vertical-navigation .vertical-navigation-header {
  font-size: 16px;
  padding: 15px 20px;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 10px;
  height: 100%;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
}
.vertical-navigation .vertical-navigation-header .icon {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.vertical-navigation .vertical-navigation-header .icon > span {
  display: inline-block;
  height: 2px;
  width: 20px;
  margin-bottom: 5px;
  transition: all 0.3s ease;
  background-color: #fff;
}
.vertical-navigation .vertical-navigation-header .icon .icon-3 {
  width: 10px;
  margin-bottom: 0;
}
.vertical-navigation .vertical-navigation-header i {
  font-size: 6px;
  vertical-align: middle;
  line-height: 1;
}
.vertical-navigation .vertical-navigation-header .vertical-navigation-title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1;
}
.vertical-navigation .vertical-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.vertical-navigation .vertical-menu .menu {
  position: relative;
  list-style: none;
  margin: 0;
  border: 1px solid;
  border-color: var(--border);
  border-top: none;
  border-radius: 0 0 8px 8px;
  padding: 10px 0;
}
.vertical-navigation .vertical-menu .menu > li > a {
  position: relative;
  font-weight: 400;
  padding: 8px 25px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.vertical-navigation .vertical-menu .menu > li.has-mega-menu > a:after, .vertical-navigation .vertical-menu .menu > li.menu-item-has-children > a:after {
  font-family: "kosi-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "\e009";
  float: right;
  line-height: 24px;
  color: var(--accent);
  float: right;
  margin-left: auto;
}
.vertical-navigation:hover .icon .icon-3 {
  width: 20px;
}
.vertical-navigation:hover .vertical-menu {
  opacity: 1;
  visibility: visible;
  z-index: 99;
  transform: translateY(0);
}
.vertical-navigation ul.menu {
  list-style: none;
  margin: 0;
  background-color: #FFFFFF;
}
.vertical-navigation ul.menu .sub-menu {
  position: absolute;
  padding: 13px 0;
  left: 100%;
  top: 0;
  visibility: hidden;
  opacity: 0;
  list-style: none;
  margin: 0;
  background: #fff;
  width: 260px;
  border-radius: 0 8px 8px 0;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.07);
}
.vertical-navigation ul.menu .sub-menu > li {
  padding: 8px 20px 8px 25px;
}
.vertical-navigation ul.menu .sub-menu > li > a {
  color: var(--accent);
  position: relative;
  transition: all 0.3s ease;
}
.vertical-navigation ul.menu .sub-menu > li > a:before {
  content: "";
  width: 9px;
  height: 1px;
  background-color: var(--primary);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 0;
  opacity: 0;
}
.vertical-navigation ul.menu .sub-menu > li:hover > a {
  color: var(--primary);
  padding-left: 15px;
}
.vertical-navigation ul.menu .sub-menu > li:hover > a:before {
  opacity: 1;
}
.vertical-navigation ul.menu .sub-menu > li.current-menu-item > a {
  color: var(--primary);
}
.vertical-navigation ul.menu > li {
  position: relative;
}
.vertical-navigation ul.menu > li:before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 50px);
  height: 1px;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: 0;
  border-bottom: 1px solid var(--border);
}
.vertical-navigation ul.menu > li:last-child:before {
  display: none;
}
.vertical-navigation ul.menu > li > a {
  color: var(--accent);
  font-size: 14px;
  padding: 0.5em 20px;
  display: block;
}
.vertical-navigation ul.menu > li > a .menu-icon {
  font-size: 24px;
  margin-right: 15px;
  color: #838685;
}
.vertical-navigation ul.menu > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}
.vertical-navigation ul.menu > li:hover > a {
  color: var(--primary);
}
.vertical-navigation ul.menu > li:hover > a .menu-icon {
  color: var(--primary);
}
.vertical-navigation ul.menu > li:hover > a:after {
  color: var(--primary) !important;
}
.vertical-navigation ul.menu > li.current-menu-item > a {
  color: var(--primary);
}
.vertical-navigation ul.menu > li.current-menu-item > a .menu-icon {
  color: var(--primary);
}
.vertical-navigation .dropdown-toggle {
  display: none;
}

.vertical-navigation .has-mega-menu .elementor-icon-list-item, .vertical-navigation.menu-item-has-children .elementor-icon-list-item {
  padding: 8px 20px 8px 25px;
  transition: all 0.3s ease;
}
.vertical-navigation .has-mega-menu .elementor-icon-list-item:before, .vertical-navigation.menu-item-has-children .elementor-icon-list-item:before {
  content: "";
  width: 9px;
  height: 1px;
  background-color: var(--primary);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 25px;
  opacity: 0;
}
.vertical-navigation .has-mega-menu .elementor-icon-list-item .elementor-icon-list-text, .vertical-navigation.menu-item-has-children .elementor-icon-list-item .elementor-icon-list-text {
  color: var(--accent);
}
.vertical-navigation .has-mega-menu .elementor-icon-list-item:hover, .vertical-navigation.menu-item-has-children .elementor-icon-list-item:hover {
  padding-left: 40px;
}
.vertical-navigation .has-mega-menu .elementor-icon-list-item:hover:before, .vertical-navigation.menu-item-has-children .elementor-icon-list-item:hover:before {
  opacity: 1;
}
.vertical-navigation .has-mega-menu .elementor-icon-list-item:hover .elementor-icon-list-text, .vertical-navigation.menu-item-has-children .elementor-icon-list-item:hover .elementor-icon-list-text {
  color: var(--primary);
}

.elementor_library-template-default .entry-header,
.elementor_library-template-default #post-navigation,
.elementor_library-template-default .entry-taxonomy {
  display: none;
}

.c-primary {
  color: var(--primary);
}

.c-secondary {
  color: var(--secondary);
}

.header-absolute {
  position: absolute;
  width: 100%;
  z-index: 99 !important;
}
.header-absolute.elementor-section.elementor-section-stretched {
  position: absolute;
}

.sticky-header {
  --header-height: 90px;
  --shrink-me: 0.80;
  --sticky-background-color: #fff;
  --transition: .3s ease-in-out;
  transition: background-color var(--transition), background-image var(--transition), backdrop-filter var(--transition), opacity var(--transition);
}

.sticky-header.elementor-sticky--effects {
  background-color: var(--sticky-background-color) !important;
  background-image: none !important;
  opacity: var(--opacity) !important;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  box-shadow: 0px 1px 20px 0px rgba(171, 179, 194, 0.4);
}

.sticky-header > .elementor-container {
  transition: min-height var(--transition);
}

.sticky-header.elementor-sticky--effects > .elementor-container {
  min-height: calc(var(--header-height) * var(--shrink-me)) !important;
  height: calc(var(--header-height) * var(--shrink-me));
}

.sticky-header .elementor-nav-menu .elementor-item {
  transition: padding var(--transition);
}

.sticky-header.elementor-sticky--effects .elementor-nav-menu .elementor-item {
  padding-bottom: 10px !important;
  padding-top: 10px !important;
}

.sticky-header > .elementor-container .logo img {
  transition: max-width var(--transition);
}

.sticky-header.elementor-sticky--effects .logo img {
  max-width: calc(100% * var(--shrink-me));
}

.single-product .kosi-breadcrumb-build, .home .kosi-breadcrumb-build {
  display: none;
}
.single-product .kosi-breadcrumb-build > .elementor-container, .single-post .kosi-breadcrumb-build > .elementor-container {
  min-height: unset !important;
}

:root {
  --scroll-bar: 8px;
}

body:not(.has-scrollbar) [data-elementor-type=wp-page] .elementor-section.elementor-section-stretched,
body:not(.has-scrollbar) [data-elementor-type=wp-post] .elementor-section.elementor-section-stretched {
  width: 100vw !important;
  margin-left: calc(-50vw + 50%) !important;
  margin-right: calc(-50vw + 50%) !important;
  left: 0 !important;
}

body.has-scrollbar [data-elementor-type=wp-post] .elementor-section.elementor-section-stretched,
body.has-scrollbar [data-elementor-type=wp-page] .elementor-section.elementor-section-stretched {
  width: calc(100vw - 20px) !important;
  margin-left: calc(-50vw + 50% + 10px) !important;
  margin-right: calc(-50vw + 50% + 10px);
  left: 0 !important;
}

@supports (--css: variables) {
  body.has-scrollbar [data-elementor-type=wp-post] .elementor-section.elementor-section-stretched,
body.has-scrollbar [data-elementor-type=wp-page] .elementor-section.elementor-section-stretched {
    width: calc(100vw - var(--scroll-bar)) !important;
    margin-left: calc(-50vw + 50% + (var(--scroll-bar) / 2)) !important;
    margin-right: calc(-50vw + 50% + (var(--scroll-bar) / 2)) !important;
    left: 0 !important;
  }
}
.elementor-button-wrapper .elementor-button-content-wrapper {
  align-items: center;
}
.elementor-button-wrapper .elementor-button-icon {
  line-height: 1;
}

[data-elementor-type=wp-page] .elementor-section-wrap {
  overflow: hidden;
}

@media (max-width: 1320px) {
  .site-main {
    overflow: hidden;
  }
}
.site-main [data-elementor-type=wp-page] .elementor-section-wrap {
  overflow: inherit;
}

.image-style-kosi-yes.elementor-widget-image .elementor-widget-container {
  overflow: hidden;
}
.image-style-kosi-yes.elementor-widget-image .elementor-widget-container a {
  position: relative;
}
.image-style-kosi-yes.elementor-widget-image .elementor-widget-container a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
  transition: all 0.3s ease;
}
.image-style-kosi-yes.elementor-widget-image .elementor-widget-container a:after {
  content: "";
  position: absolute;
  top: 15px;
  bottom: 15px;
  left: 15px;
  right: 15px;
  border: 1px solid var(--primary);
  transform: scale(0);
  transition: all 0.5s ease;
}
.image-style-kosi-yes.elementor-widget-image .elementor-widget-container a:hover:before {
  background: rgba(0, 0, 0, 0.7);
}
.image-style-kosi-yes.elementor-widget-image .elementor-widget-container a:hover:after {
  transform: scale(1);
}

.elementor-widget-kosi-imageboxs .my-flipster {
  display: flex;
  flex-direction: column;
}
.elementor-widget-kosi-imageboxs .my-flipster .flipster__nav {
  order: 1;
  margin: 60px 0 0;
}
@media (min-width: 1024px) {
  .elementor-widget-kosi-imageboxs .my-flipster .flipster__nav {
    display: none;
  }
}
.elementor-widget-kosi-imageboxs .flipster--flat .flipster__item--past, .elementor-widget-kosi-imageboxs .flipster--flat .flipster__item--future {
  opacity: 1;
}
.elementor-widget-kosi-imageboxs .flipster--flat .flipster__item--past .content, .elementor-widget-kosi-imageboxs .flipster--flat .flipster__item--future .content {
  background: #333;
}
.elementor-widget-kosi-imageboxs .flipster--flat .flipster__item--past .flipster__item__content, .elementor-widget-kosi-imageboxs .flipster--flat .flipster__item--future .flipster__item__content {
  transform: scale(0.85);
}
.elementor-widget-kosi-imageboxs .flipster--flat .flipster__item--past .flipster__item__content .content {
  padding: 0 0 0 148px;
  transition: all 0.3s ease;
}
.elementor-widget-kosi-imageboxs .flipster--flat .flipster__item--future .flipster__item__content .content {
  padding: 0 148px 0 0;
  transition: all 0.3s ease;
}
.elementor-widget-kosi-imageboxs .flipster-item {
  position: relative;
  text-align: center;
  width: 570px;
}
.elementor-widget-kosi-imageboxs .flipster-item p {
  margin-bottom: 24px;
}
.elementor-widget-kosi-imageboxs .flipster-item p:last-child {
  margin-bottom: 0;
}
.elementor-widget-kosi-imageboxs .flipster-item .content {
  background: #181818;
  min-height: 469px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 74px;
  transition: all 0.3s ease;
}
.elementor-widget-kosi-imageboxs .flipster-item .heading {
  margin-bottom: 13px;
}
.elementor-widget-kosi-imageboxs .flipster-item .heading h3 {
  font-size: 39px;
  font-family: "Satisfy-Regular";
  font-weight: 400;
  color: var(--primary);
}
.elementor-widget-kosi-imageboxs .flipster-item .heading img {
  transform: translate(-6px, -13px);
}
.elementor-widget-kosi-imageboxs .flipster-item .body {
  color: #fff;
}
.elementor-widget-kosi-imageboxs .flipster-item .body .color-cdaa7c {
  color: var(--primary);
}
.elementor-widget-kosi-imageboxs .flipster-item .body .semi-bold {
  font-weight: 600;
}
.elementor-widget-kosi-imageboxs .flipster-item .time {
  margin-bottom: 36px;
}
.elementor-widget-kosi-imageboxs .flipster-item .time h4 {
  font-size: 27px;
  font-family: "Satisfy-Regular";
  color: var(--primary);
  font-weight: 400;
  margin-bottom: 14px;
}
.elementor-widget-kosi-imageboxs .flipster-item .time span {
  display: block;
  margin-bottom: 9px;
}
.elementor-widget-kosi-imageboxs .flipster-item .time:last-child {
  margin-bottom: 0;
}
.elementor-widget-kosi-imageboxs .flipster-item .name {
  margin-left: 3px;
  display: inline-block;
  text-align: center;
}
.elementor-widget-kosi-imageboxs .flipster-item .name h6 {
  font-weight: 600;
  margin-bottom: 2px;
}
.elementor-widget-kosi-imageboxs .flipster-item .name h6 a {
  color: #fff;
}
.elementor-widget-kosi-imageboxs .flipster {
  padding: 10px 0;
  margin: -10px 0;
}
.elementor-widget-kosi-imageboxs .flipster__item__content {
  position: relative;
}
.elementor-widget-kosi-imageboxs .flipster__item__content:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  border: 1px solid rgba(205, 170, 124, 0.5);
}
.elementor-widget-kosi-imageboxs .flipster__item--current .flipster__item__content {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.52);
}

.elementor-widget-kosi-countdown .elementor-kosi-countdown {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
  margin-right: auto;
  margin-left: auto;
}
.elementor-widget-kosi-countdown .elementor-countdown-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  margin: 0 50px;
}
.elementor-widget-kosi-countdown .elementor-countdown-label {
  font-size: 26px;
}
.elementor-widget-kosi-countdown .elementor-countdown-digits {
  font-weight: 600;
  font-size: 66px;
  line-height: 1;
}

.kosi-elementor-image-gallery .column-item {
  margin-bottom: 30px;
}
.kosi-elementor-image-gallery .image-holder {
  position: relative;
  display: block;
  height: 100%;
}
.kosi-elementor-image-gallery .image-holder:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.3s ease;
  background-color: var(--primary);
  opacity: 0;
}
.kosi-elementor-image-gallery .image-holder img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.kosi-elementor-image-gallery .image-holder .gallery-item-overlay {
  position: absolute;
  top: 15px;
  bottom: 15px;
  left: 15px;
  right: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  opacity: 0;
  transition: opacity 0.2s, transform 0.35s;
  transform: translate3d(0, 40px, 0);
}
.elementor-image-gallery-hide-title-yes .kosi-elementor-image-gallery .image-holder .gallery-item-overlay {
  display: none;
}
.kosi-elementor-image-gallery .image-holder .gallery-item-overlay h6 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.kosi-elementor-image-gallery .image-holder .gallery-item-overlay span {
  color: #ccc;
}
.kosi-elementor-image-gallery .image-holder .frame {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.kosi-elementor-image-gallery .image-holder .frame:before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #fff;
  transform: translate(-50%, -50%);
  transition: all 0.2s ease;
}
.kosi-elementor-image-gallery .image-holder .frame:after {
  content: "";
  width: 2px;
  height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  transition: all 0.2s ease;
  transition-delay: 0.2s;
}
.kosi-elementor-image-gallery .image-holder:hover:before {
  opacity: 0.5;
}
.kosi-elementor-image-gallery .image-holder:hover .frame:before {
  width: 40px;
}
.kosi-elementor-image-gallery .image-holder:hover .frame:after {
  height: 40px;
}
.kosi-elementor-image-gallery .image-holder:hover .gallery-item-overlay {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media (min-width: 1024px) {
  .elementor-image-gallery-masonory-yes .kosi-elementor-image-gallery .row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .elementor-image-gallery-masonory-yes .kosi-elementor-image-gallery .column-item {
    max-width: 100%;
    width: 100%;
    flex-basis: 0 0 100%;
  }
  .elementor-image-gallery-masonory-yes .kosi-elementor-image-gallery .column-item:nth-child(8n+3) {
    grid-row-start: 2 span;
  }
  .elementor-image-gallery-masonory-yes .kosi-elementor-image-gallery .column-item:nth-child(8n+6) {
    grid-area: 2 span/2 span;
  }
}

.elementor-brand-item {
  text-align: center;
  display: flex;
  align-items: center;
}
.elementor-brand-item .elementor-brand-image {
  display: block;
  width: 100%;
  font-size: 0;
  transition: all ease 0.3s;
}
.elementor-brand-item .elementor-brand-image img {
  margin: 0 auto;
}
.elementor-brand-item .elementor-brand-image i {
  font-size: 50px;
  display: inline-block;
  position: relative;
  width: 1em;
  height: 1em;
}
.elementor-brand-item .elementor-brand-image i:before {
  position: absolute;
  line-height: 1;
  left: 0;
  top: 0;
}
.elementor-brand-item .elementor-brand-image svg path {
  transition: all ease 0.3s;
}

.elementor-brand-style-2 .elementor-brand-item {
  text-align: center;
  display: flex;
  align-items: center;
  margin-bottom: 0 !important;
  border-top: 1px solid;
  border-right: 1px solid;
  border-color: var(--border);
  padding: 30px !important;
  position: relative;
}
.elementor-brand-style-2 .elementor-brand-item:before {
  content: "";
  width: 60px;
  height: 60px;
  background: #fff;
  position: absolute;
  top: -30px;
  right: -30px;
  z-index: 9;
}
@media (min-width: 1024px) {
  .elementor-brand-style-2 [data-elementor-columns="1"] .elementor-brand-item:nth-child(1n) {
    border-right: 0;
  }
  .elementor-brand-style-2 [data-elementor-columns="1"] .elementor-brand-item:nth-child(1n):before {
    content: none;
  }
  .elementor-brand-style-2 [data-elementor-columns="1"] .elementor-brand-item:nth-child(1) {
    border-top: none;
  }
  .elementor-brand-style-2 [data-elementor-columns="1"] .elementor-brand-item:nth-child(1):before {
    content: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .elementor-brand-style-2 [data-elementor-columns-tablet="1"] .elementor-brand-item:nth-child(1n) {
    border-right: 0;
  }
  .elementor-brand-style-2 [data-elementor-columns-tablet="1"] .elementor-brand-item:nth-child(1n):before {
    content: none;
  }
  .elementor-brand-style-2 [data-elementor-columns-tablet="1"] .elementor-brand-item:nth-child(1) {
    border-top: none;
  }
  .elementor-brand-style-2 [data-elementor-columns-tablet="1"] .elementor-brand-item:nth-child(1):before {
    content: none;
  }
}
@media (max-width: 768px) {
  .elementor-brand-style-2 [data-elementor-columns-mobile="1"] .elementor-brand-item:nth-child(1n) {
    border-right: 0;
  }
  .elementor-brand-style-2 [data-elementor-columns-mobile="1"] .elementor-brand-item:nth-child(1n):before {
    content: none;
  }
  .elementor-brand-style-2 [data-elementor-columns-mobile="1"] .elementor-brand-item:nth-child(1) {
    border-top: none;
  }
  .elementor-brand-style-2 [data-elementor-columns-mobile="1"] .elementor-brand-item:nth-child(1):before {
    content: none;
  }
}
@media (min-width: 1024px) {
  .elementor-brand-style-2 [data-elementor-columns="2"] .elementor-brand-item:nth-child(2n) {
    border-right: 0;
  }
  .elementor-brand-style-2 [data-elementor-columns="2"] .elementor-brand-item:nth-child(2n):before {
    content: none;
  }
  .elementor-brand-style-2 [data-elementor-columns="2"] .elementor-brand-item:nth-child(1) {
    border-top: none;
  }
  .elementor-brand-style-2 [data-elementor-columns="2"] .elementor-brand-item:nth-child(1):before {
    content: none;
  }
  .elementor-brand-style-2 [data-elementor-columns="2"] .elementor-brand-item:nth-child(2) {
    border-top: none;
  }
  .elementor-brand-style-2 [data-elementor-columns="2"] .elementor-brand-item:nth-child(2):before {
    content: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .elementor-brand-style-2 [data-elementor-columns-tablet="2"] .elementor-brand-item:nth-child(2n) {
    border-right: 0;
  }
  .elementor-brand-style-2 [data-elementor-columns-tablet="2"] .elementor-brand-item:nth-child(2n):before {
    content: none;
  }
  .elementor-brand-style-2 [data-elementor-columns-tablet="2"] .elementor-brand-item:nth-child(1) {
    border-top: none;
  }
  .elementor-brand-style-2 [data-elementor-columns-tablet="2"] .elementor-brand-item:nth-child(1):before {
    content: none;
  }
  .elementor-brand-style-2 [data-elementor-columns-tablet="2"] .elementor-brand-item:nth-child(2) {
    border-top: none;
  }
  .elementor-brand-style-2 [data-elementor-columns-tablet="2"] .elementor-brand-item:nth-child(2):before {
    content: none;
  }
}
@media (max-width: 768px) {
  .elementor-brand-style-2 [data-elementor-columns-mobile="2"] .elementor-brand-item:nth-child(2n) {
    border-right: 0;
  }
  .elementor-brand-style-2 [data-elementor-columns-mobile="2"] .elementor-brand-item:nth-child(2n):before {
    content: none;
  }
  .elementor-brand-style-2 [data-elementor-columns-mobile="2"] .elementor-brand-item:nth-child(1) {
    border-top: none;
  }
  .elementor-brand-style-2 [data-elementor-columns-mobile="2"] .elementor-brand-item:nth-child(1):before {
    content: none;
  }
  .elementor-brand-style-2 [data-elementor-columns-mobile="2"] .elementor-brand-item:nth-child(2) {
    border-top: none;
  }
  .elementor-brand-style-2 [data-elementor-columns-mobile="2"] .elementor-brand-item:nth-child(2):before {
    content: none;
  }
}
@media (min-width: 1024px) {
  .elementor-brand-style-2 [data-elementor-columns="3"] .elementor-brand-item:nth-child(3n) {
    border-right: 0;
  }
  .elementor-brand-style-2 [data-elementor-columns="3"] .elementor-brand-item:nth-child(3n):before {
    content: none;
  }
  .elementor-brand-style-2 [data-elementor-columns="3"] .elementor-brand-item:nth-child(1) {
    border-top: none;
  }
  .elementor-brand-style-2 [data-elementor-columns="3"] .elementor-brand-item:nth-child(1):before {
    content: none;
  }
  .elementor-brand-style-2 [data-elementor-columns="3"] .elementor-brand-item:nth-child(2) {
    border-top: none;
  }
  .elementor-brand-style-2 [data-elementor-columns="3"] .elementor-brand-item:nth-child(2):before {
    content: none;
  }
  .elementor-brand-style-2 [data-elementor-columns="3"] .elementor-brand-item:nth-child(3) {
    border-top: none;
  }
  .elementor-brand-style-2 [data-elementor-columns="3"] .elementor-brand-item:nth-child(3):before {
    content: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .elementor-brand-style-2 [data-elementor-columns-tablet="3"] .elementor-brand-item:nth-child(3n) {
    border-right: 0;
  }
  .elementor-brand-style-2 [data-elementor-columns-tablet="3"] .elementor-brand-item:nth-child(3n):before {
    content: none;
  }
  .elementor-brand-style-2 [data-elementor-columns-tablet="3"] .elementor-brand-item:nth-child(1) {
    border-top: none;
  }
  .elementor-brand-style-2 [data-elementor-columns-tablet="3"] .elementor-brand-item:nth-child(1):before {
    content: none;
  }
  .elementor-brand-style-2 [data-elementor-columns-tablet="3"] .elementor-brand-item:nth-child(2) {
    border-top: none;
  }
  .elementor-brand-style-2 [data-elementor-columns-tablet="3"] .elementor-brand-item:nth-child(2):before {
    content: none;
  }
  .elementor-brand-style-2 [data-elementor-columns-tablet="3"] .elementor-brand-item:nth-child(3) {
    border-top: none;
  }
  .elementor-brand-style-2 [data-elementor-columns-tablet="3"] .elementor-brand-item:nth-child(3):before {
    content: none;
  }
}
@media (max-width: 768px) {
  .elementor-brand-style-2 [data-elementor-columns-mobile="3"] .elementor-brand-item:nth-child(3n) {
    border-right: 0;
  }
  .elementor-brand-style-2 [data-elementor-columns-mobile="3"] .elementor-brand-item:nth-child(3n):before {
    content: none;
  }
  .elementor-brand-style-2 [data-elementor-columns-mobile="3"] .elementor-brand-item:nth-child(1) {
    border-top: none;
  }
  .elementor-brand-style-2 [data-elementor-columns-mobile="3"] .elementor-brand-item:nth-child(1):before {
    content: none;
  }
  .elementor-brand-style-2 [data-elementor-columns-mobile="3"] .elementor-brand-item:nth-child(2) {
    border-top: none;
  }
  .elementor-brand-style-2 [data-elementor-columns-mobile="3"] .elementor-brand-item:nth-child(2):before {
    content: none;
  }
  .elementor-brand-style-2 [data-elementor-columns-mobile="3"] .elementor-brand-item:nth-child(3) {
    border-top: none;
  }
  .elementor-brand-style-2 [data-elementor-columns-mobile="3"] .elementor-brand-item:nth-child(3):before {
    content: none;
  }
}
@media (min-width: 1024px) {
  .elementor-brand-style-2 [data-elementor-columns="4"] .elementor-brand-item:nth-child(4n) {
    border-right: 0;
  }
  .elementor-brand-style-2 [data-elementor-columns="4"] .elementor-brand-item:nth-child(4n):before {
    content: none;
  }
  .elementor-brand-style-2 [data-elementor-columns="4"] .elementor-brand-item:nth-child(1) {
    border-top: none;
  }
  .elementor-brand-style-2 [data-elementor-columns="4"] .elementor-brand-item:nth-child(1):before {
    content: none;
  }
  .elementor-brand-style-2 [data-elementor-columns="4"] .elementor-brand-item:nth-child(2) {
    border-top: none;
  }
  .elementor-brand-style-2 [data-elementor-columns="4"] .elementor-brand-item:nth-child(2):before {
    content: none;
  }
  .elementor-brand-style-2 [data-elementor-columns="4"] .elementor-brand-item:nth-child(3) {
    border-top: none;
  }
  .elementor-brand-style-2 [data-elementor-columns="4"] .elementor-brand-item:nth-child(3):before {
    content: none;
  }
  .elementor-brand-style-2 [data-elementor-columns="4"] .elementor-brand-item:nth-child(4) {
    border-top: none;
  }
  .elementor-brand-style-2 [data-elementor-columns="4"] .elementor-brand-item:nth-child(4):before {
    content: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .elementor-brand-style-2 [data-elementor-columns-tablet="4"] .elementor-brand-item:nth-child(4n) {
    border-right: 0;
  }
  .elementor-brand-style-2 [data-elementor-columns-tablet="4"] .elementor-brand-item:nth-child(4n):before {
    content: none;
  }
  .elementor-brand-style-2 [data-elementor-columns-tablet="4"] .elementor-brand-item:nth-child(1) {
    border-top: none;
  }
  .elementor-brand-style-2 [data-elementor-columns-tablet="4"] .elementor-brand-item:nth-child(1):before {
    content: none;
  }
  .elementor-brand-style-2 [data-elementor-columns-tablet="4"] .elementor-brand-item:nth-child(2) {
    border-top: none;
  }
  .elementor-brand-style-2 [data-elementor-columns-tablet="4"] .elementor-brand-item:nth-child(2):before {
    content: none;
  }
  .elementor-brand-style-2 [data-elementor-columns-tablet="4"] .elementor-brand-item:nth-child(3) {
    border-top: none;
  }
  .elementor-brand-style-2 [data-elementor-columns-tablet="4"] .elementor-brand-item:nth-child(3):before {
    content: none;
  }
  .elementor-brand-style-2 [data-elementor-columns-tablet="4"] .elementor-brand-item:nth-child(4) {
    border-top: none;
  }
  .elementor-brand-style-2 [data-elementor-columns-tablet="4"] .elementor-brand-item:nth-child(4):before {
    content: none;
  }
}
@media (max-width: 768px) {
  .elementor-brand-style-2 [data-elementor-columns-mobile="4"] .elementor-brand-item:nth-child(4n) {
    border-right: 0;
  }
  .elementor-brand-style-2 [data-elementor-columns-mobile="4"] .elementor-brand-item:nth-child(4n):before {
    content: none;
  }
  .elementor-brand-style-2 [data-elementor-columns-mobile="4"] .elementor-brand-item:nth-child(1) {
    border-top: none;
  }
  .elementor-brand-style-2 [data-elementor-columns-mobile="4"] .elementor-brand-item:nth-child(1):before {
    content: none;
  }
  .elementor-brand-style-2 [data-elementor-columns-mobile="4"] .elementor-brand-item:nth-child(2) {
    border-top: none;
  }
  .elementor-brand-style-2 [data-elementor-columns-mobile="4"] .elementor-brand-item:nth-child(2):before {
    content: none;
  }
  .elementor-brand-style-2 [data-elementor-columns-mobile="4"] .elementor-brand-item:nth-child(3) {
    border-top: none;
  }
  .elementor-brand-style-2 [data-elementor-columns-mobile="4"] .elementor-brand-item:nth-child(3):before {
    content: none;
  }
  .elementor-brand-style-2 [data-elementor-columns-mobile="4"] .elementor-brand-item:nth-child(4) {
    border-top: none;
  }
  .elementor-brand-style-2 [data-elementor-columns-mobile="4"] .elementor-brand-item:nth-child(4):before {
    content: none;
  }
}

.elementor-brand-wrapper a {
  display: block;
}
.elementor-brand-wrapper img {
  transition: all ease 0.3s;
}
.elementor-brand-wrapper .column-item {
  margin-bottom: 30px;
}

.elementor-default .elementor-button.elementor-size-xs {
  font-size: 20px;
  padding: 18px 45px;
}
.elementor-default .elementor-button.elementor-size-md {
  font-size: 16px;
  padding: 14px 39px 14px 39px;
}
.elementor-default .elementor-button.elementor-size-lg {
  font-size: 14px;
  padding: 10px 40px 10px 40px;
}
.elementor-default .elementor-button.elementor-size-xl {
  font-size: 12px;
  padding: 8px 35px 8px 35px;
}

.button-style-kosi-outline .elementor-button {
  background-color: transparent;
  color: var(--accent);
  border: 2px solid var(--accent);
}
.button-style-kosi-outline .elementor-button:hover, .button-style-kosi-outline .elementor-button:focus {
  background-color: transparent;
  color: var(--primary);
  border-color: var(--primary);
}

.elementor-button:hover, .elementor-button:focus,
input[type=button]:hover,
input[type=button]:focus,
input[type=submit]:hover,
input[type=submit]:focus {
  border-color: var(--primary);
}

.kosi-language-switcher ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
}
.kosi-language-switcher span {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: var(--accent);
}
.kosi-language-switcher span.title {
  font-weight: 600;
}
.kosi-language-switcher a {
  display: block;
}
.kosi-language-switcher img {
  display: inline-block;
  margin-right: 5px;
  height: 12px;
  object-fit: cover;
}
.kosi-language-switcher .item .language-switcher-head {
  display: flex;
  cursor: pointer;
  align-items: center;
}
.kosi-language-switcher .sub-item {
  display: none;
  position: absolute;
  left: 0;
  z-index: 999;
  text-align: left;
  top: calc(100% + 5px);
  padding: 10px 0;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
}
.kosi-language-switcher .sub-item:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 1rem;
  top: -1rem;
}
.kosi-language-switcher .sub-item a {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  min-width: 126px;
  white-space: nowrap;
}
.kosi-language-switcher .sub-item a:hover, .kosi-language-switcher .sub-item a:focus {
  background-color: rgba(0, 0, 0, 0.05);
}
.kosi-language-switcher li.item {
  position: relative;
}
.kosi-language-switcher li.item > div span.title:after {
  margin-left: 0.5em;
  margin-top: -1px;
}
.kosi-language-switcher li.item:hover .sub-item {
  display: block;
}

.language-switcher-style-hover-right-yes .kosi-language-switcher .sub-item {
  right: 0;
  left: unset;
}

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