/* Fade In Up */
@keyframes customFadeInUp {
  0% { opacity: 0; transform: translate3d(0, 50px, 0); }
  100% { opacity: 1; transform: translate3d(0, 0, 0); }
}
.elementor-element.animated.fadeInUp {
  animation-name: customFadeInUp !important;
}

/* Fade In Down */
@keyframes customFadeInDown {
  0% { opacity: 0; transform: translate3d(0, -50px, 0); }
  100% { opacity: 1; transform: translate3d(0, 0, 0); }
}
.elementor-element.animated.fadeInDown {
  animation-name: customFadeInDown !important;
}

/* Fade In Left */
@keyframes customFadeInLeft {
  0% { opacity: 0; transform: translate3d(-50px, 0, 0); }
  100% { opacity: 1; transform: translate3d(0, 0, 0); }
}
.elementor-element.animated.fadeInLeft {
  animation-name: customFadeInLeft !important;
}

/* Fade In Right */
@keyframes customFadeInRight {
  0% { opacity: 0; transform: translate3d(50px, 0, 0); }
  100% { opacity: 1; transform: translate3d(0, 0, 0); }
}
.elementor-element.animated.fadeInRight {
  animation-name: customFadeInRight !important;
}

.item-language a:hover {
  color: #FFF !important;
}

@media screen and (max-width: 768px) {
  .item-language {
    background: #FFF;
    border-radius: 0;
  }
}

.sale-badge {
  width: 142px;
  height: 142px;
  background:#ff1e1e;
  border-radius:50%;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  color:#fff;
  text-align:center;
  gap: 10px;
}

.sale-badge span {
  font-size: 14px;
  line-height: 1.2;
  font-family: "Roboto Slab", Sans-serif;
  font-weight: 400;
  text-align: center;
}

.sale-badge strong {
  font-family: "Anton", Sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1;
  display: flex;
  gap: 2px;
}

.sale-badge .percent {
  font-family: "Anton", Sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.sale-badge-mobile .sale-badge span {
  font-size: 8px;
}

.sale-badge-mobile .sale-badge {
  width: 81px;
  height: 81px;
}

.sale-badge-mobile .sale-badge .percent {
  font-size: 14px;
}

.sale-badge-mobile  .sale-badge strong {
  font-size: 30px;
}

.header-main {
  transition: all .3s;
}

.header-main.active {
  background-color: #12162E !important;
}

.item-language {
  background: #BB0003;
  border-radius: 10px;
}

.language-version {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #BB0003;
  border-radius: 5px;
  padding: 13px 15px;
  line-height: 1;
  color: #FFF;
  font-family: "Roboto Slab", Sans-serif;
  font-size: 22px;
  font-weight: 900;
  text-transform: uppercase;
}

.language-version:hover {
	color: #FFF;
}

#openmenu {
	cursor: pointer;
}

.menu-popup-mobile .language-version {
    font-size: 22px;
  	font-weight: 900;
}

@media screen and (max-width: 1024px) {
  .language-version {
    width: 67px;
    height: 21px;
    font-size: 12px;
    line-height: 21px;
  }
	
	.menu-popup-mobile .language-version {
		width: 100%;
    	height: 100%;
	}
}

/* remove outline close popup */
body a:-webkit-any-link:focus-visible {
    outline-offset: 0;
    outline: none;
}

body .elementor-nav-menu--dropdown .elementor-item:hover {
    background-color: transparent;
    outline: none;
}

body .elementor-nav-menu--dropdown .elementor-item {
    background-color: transparent;
    outline: none;
}

.elementor-image-carousel.swiper-wrapper {
    transition-timing-function: linear !important;
}
