@media all and (max-width: 1024px) {
	body div{
		position:relative;
	}
	.nav_in .button{
		right:25px;
		bottom:10px;
	}
	.wrapper {
		min-width:0;
	}
	.nav_in2 {
		font-size: 14px;
	}
	.nav_in .menu{
		width:calc(100% - 400px);
	}
	.nav_in .custom{
		width:190px;
		font-size: 14px;
	}
	.nav_in .menu li{
		font-size: 16px;
	}
	.nav_in .menu li {
		margin-left: 10px;
	}
	.menu li.parent:before{
		right: 3px; top: 9px;
		border: 4px solid transparent;
		border-top: 5px solid black;
	}
	.cartlogo {
		padding: 0px 30px 0px 5px;
	}
	#jshop_search{
		left:10px;
		width:120px !important;
	}
	#id_currency{
		padding:0px;
	}
	.menu_top li {
		margin-left: 10px;
	}
	.my-foto-container{
		width:100%;
	}
	.swiper-container .name {
		overflow: visible;
		z-index:10;
	}

}