/* 
Theme Name: up-game 
Author: Александр Дудников
Author URI: http://aleksandrdudnikov.ru/
Version: 1.0
*/

@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url("https://up-game.pro/wp-content/themes/up-game/assets/fonts/Gilroy-Bold.woff2") format("woff2"), url("https://up-game.pro/wp-content/themes/up-game/assets/fonts/Gilroy-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: Gilroy;
  font-display: swap;
  src: url("https://up-game.pro/wp-content/themes/up-game/assets/fonts/Gilroy-Medium.woff2") format("woff2"), url("https://up-game.pro/wp-content/themes/up-game/assets/fonts/Gilroy-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: icons;
  font-display: swap;
  src: url("https://up-game.pro/wp-content/themes/up-game/assets/fonts/icons.woff2") format("woff2"), url("https://up-game.pro/wp-content/themes/up-game/assets/fonts/icons.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
.menu__list .menu-item:last-child a{
	display:none;
	background: linear-gradient(90deg, #acabab 0%, #f95151 41.69%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.gtranslate_mob{
	display: none;
}
@media (max-width:768px) {
	.gtranslate_mob{
		display: block;
	}
	.menu__list .menu-item:last-child a{
		display:block;
	}
  .header__menu.menu{
		display: flex;
		align-items: center;
		gap: 20px;
	}
	.gtranslate_wrapper{
		z-index: 5;
	}
  a.glink img{
    width: 30px;
  }
}
.item-nav-footer-t__list li{
	width: fit-content;
}
.item-nav-footer-t__link {
	position: relative;
	display: inline-block;
	color: inherit;
	text-decoration: none;
	transition: color 0.3s ease;
}
  
.item-nav-footer-t__link:hover {
	color: #ae302a  !important;
}

.gt-current-lang{
  display: none;
}
.woocommerce-product-search{
  width: 100%;
}