/***
====================================================================
	Mobile
====================================================================
***/
@media screen and (max-width: 780px){
	.mobile-sticky-nav {
		position: fixed;
		width: 100%;
		bottom: 0;
		z-index: 9;
		background-color: #000;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 10px 0
	}
	.mobile-sticky-nav a {
		display: block;
		text-align: center;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1
	}
	.mobile-sticky-nav a div:nth-child(1) {
		font-size: 24px;
		margin-bottom: 5px
	}
	.mobile-sticky-nav a div:nth-child(2) {
		color: #fff;
		font-size: 12px;
		font-weight: 600
	}
	.mobile-sticky-nav a:nth-child(1) {
		color: #25D366
	}
	.mobile-sticky-nav a:nth-child(2) {
		color: #0084ff
	}
	.mobile-sticky-nav a:nth-child(3) {
		color: red
	}
	.urun-liste-resim {
		display: block;
		width: 100%;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 15px;
	}
	.mobil-gizle {
		display: none !important;
	}
}