/**
 * MyStickyElements — mobil alt sosyal bar (Woodmart toolbar uyumu)
 */
@media (max-width: 1024px) {
	.mystickyelements-fixed.mystickyelements-position-mobile-bottom {
		display: block !important;
		visibility: visible !important;
		opacity: 1 !important;
		left: 0 !important;
		right: 0 !important;
		top: auto !important;
		bottom: var(--iam-sticky-social-bottom, 55px) !important;
		width: 100% !important;
		max-width: 100% !important;
		height: auto !important;
		min-height: 45px;
		transform: none !important;
		-webkit-transform: none !important;
		z-index: 99998 !important;
		box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.12);
	}

	.mystickyelements-fixed.mystickyelements-position-mobile-bottom .mystickyelement-lists-wrap,
	.mystickyelements-fixed.mystickyelements-position-mobile-bottom .mystickyelements-lists {
		display: block !important;
		width: 100% !important;
		margin: 0 !important;
	}

	.mystickyelements-fixed.mystickyelements-position-mobile-bottom ul li.element-mobile-on {
		display: block !important;
		float: left;
		width: 25% !important;
		box-sizing: border-box;
	}

	.mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-1 ul li.element-mobile-on {
		width: 100% !important;
	}

	.mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-2 ul li.element-mobile-on {
		width: 50% !important;
	}

	.mystickyelements-fixed.mystickyelements-position-mobile-bottom.mystickyelements-bottom-social-channel-3 ul li.element-mobile-on {
		width: 33.333% !important;
	}

	.mystickyelements-fixed.mystickyelements-position-mobile-bottom span.mystickyelements-social-icon,
	.mystickyelements-fixed.mystickyelements-position-mobile-bottom span.mystickyelements-social-icon a {
		display: flex !important;
		align-items: center;
		justify-content: center;
		width: 100% !important;
		height: 45px !important;
		line-height: 45px !important;
		float: none !important;
		border-radius: 0 !important;
	}

	.mystickyelements-fixed.mystickyelements-position-mobile-bottom span.mystickyelements-social-text {
		display: none !important;
	}

	.mystickyelements-fixed.mystickyelements-position-mobile-bottom ul li.element-desktop-on:not(.element-mobile-on) {
		display: none !important;
	}

	/* Woodmart mobil toolbar aktifken alt boşluk */
	body.sticky-toolbar-on {
		padding-bottom: calc(55px + 45px) !important;
	}

	body.sticky-toolbar-on .scrollToTop {
		bottom: calc(12px + 55px + 45px) !important;
	}

	body.sticky-toolbar-on .wd-sticky-btn {
		bottom: calc(55px + 45px) !important;
	}
}

@media (max-width: 767px) {
	.mystickyelements-fixed.mystickyelements-position-mobile-bottom ul li.element-mobile-on {
		width: 25% !important;
	}
}
