.menum > ul > li:last-child > a {
    border-bottom: none;
    display: none;
}
#shopFooter .copyright_row .col.d-flex {
    text-align: left !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    line-height: 1.5;
    font-size: 14px;
}

@media (max-width: 1199.98px) {

	.ust-menu-mobile {
		display: block !important;
		width: 100%;
		background: #fff;
		border-top: 1px solid #eaeaea;
		padding: 10px 0;
	}

	.ust-menu-mobile ul {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 12px 16px; 
		margin: 0;
		padding: 0;
	}

	.ust-menu-mobile li {
		list-style: none;
		margin: 0;
	}

	.ust-menu-mobile a {
		display: block;
		padding: 4px 10px;
		font-size: 14px;
		font-weight: 500;
		color: #333;
		text-decoration: none;
		border-radius: 6px;
		white-space: nowrap;
	}

	.ust-menu-mobile a:hover {
		background: #f5f5f5;
	}
}
