.head_mobile .logo img {
	max-height: 75px !important;
}
.head_mobile .logo {
	padding: 0 !important;
}
header .shop_cart.top_icons .fal.fa-shopping-bag {
	color: #fff !important;
}
header .user_login.login_btn.elm_user_btn {
	aspect-ratio: 1;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 37px;
}
.page-template-page-my-account .widget.widget_instagram_wg , .page-template-page-my-account .widget.widget_telegram_wg {
	display: none !important;
}
.blog .blog_body .is-image img {
	width: 100% !important;
	max-width: unset !important;
}
.mobile-menu-wrap ul li a {
	margin: 7px 0px !important;
}
.mobile-menu-wrap ul > li:nth-child(n){
    transform: translateX(100%);
}
.mobile-js-menu .mobile-menu-wrap ul > li:nth-child(n){
    animation: rtlxx 1.2s forwards;
    animation-delay: calc(0.13s * var(--n));
}
.mobile-js-menu .mobile-menu-wrap ul > li:nth-child(1) {
	--n: 1;
}
.mobile-js-menu .mobile-menu-wrap ul > li:nth-child(2) {
	--n: 2;
}
.mobile-js-menu .mobile-menu-wrap ul > li:nth-child(3) {
	--n: 3;
}
.mobile-js-menu .mobile-menu-wrap ul > li:nth-child(4) {
	--n: 4;
}
.mobile-js-menu .mobile-menu-wrap ul > li:nth-child(5) {
	--n: 5;
}.mobile-js-menu .mobile-menu-wrap ul > li:nth-child(6) {
	--n: 6;
}
.mobile-js-menu .mobile-menu-wrap ul > li:nth-child(7) {
	--n: 7;
}
.mobile-js-menu .mobile-menu-wrap ul > li:nth-child(8) {
	--n: 8;
}
.mobile-js-menu .mobile-menu-wrap ul > li:nth-child(9) {
	--n: 9;
}
@keyframes rtlxx {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0px);
  }
}
