.sticky-icon {
	z-index: 0;
	position: fixed;
	top: 50%;/*15%*/
	right: 0%;
	width: 141px;/*/220px*/
	display: flex;
	flex-direction: column;
}
@media (max-width: 1400px) {

	.sticky-icon {
		z-index: 0;
		position: fixed;
		top: 50%; /*15%*/
		right: 0%;
		width: 181px !important; /*/220px*/
		display: flex;
		flex-direction: column;
	}

		.sticky-icon a {
			transform: translate(123px,0px) !important; /*/translate(160px,0px)*/
			border-radius: 50px 0px 0px 50px;
			text-align: left;
			margin: 2px;
			text-decoration: none;
			text-transform: uppercase;
			padding: 10px;
			font-size: 22px;
			font-family: 'Oswald', sans-serif;
			transition: all 0.8s;
		}
			.sticky-icon a:hover {
				color: #FFF;
				transform: translate(0px,0px) !important;
			}

				.sticky-icon a:hover i {
					transform: rotate(360deg);
				}
}

	.sticky-icon a {
		transform: translate(83px,0px);/*/translate(160px,0px)*/
		border-radius: 50px 0px 0px 50px;
		text-align: left;
		box-shadow: 1px 1px 3px #000;
		margin: 2px;
		text-decoration: none;
		text-transform: uppercase;
		padding: 10px;
		font-size: 22px;
		font-family: 'Oswald', sans-serif;
		transition: all 0.8s;
	}

		.sticky-icon a:hover {
			color: #FFF;
			transform: translate(0px,0px) !important;
		}

			.sticky-icon a:hover i {
				transform: rotate(360deg);
			}
/*.search_icon a:hover i  {
	transform:rotate(360deg);}*/


.Whatsapp {
	background-color: #49c858;
	color: #FFF;
}

.Messenger {
	/*background-color: #FD1D1D;
	color: #FFF;*/
	background-image: linear-gradient(83.84deg, #0088FF -6.87%, #A033FF 26.54%, #FF5C87 58.58%);
	color: #FFF;
}


.Telegram {
	background-color: rgb(52 169 229);
	color: #FFF;
}

.sticky-icon a i {
	background-color: #FFF;
	height: 40px;
	width: 40px;
	color: #000;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	margin-right: 6px;/*/20px*/
	transition: all 0.5s;
}

	
	.sticky-icon a i.fa-whatsapp {
		background-color: #FFF;
		color: #49c858;
	}

	.sticky-icon a i.fa-facebook-messenger {
		/*background-color: #FFF;
		color: #fa0910;*/
		color: #0088FF;
		/*background-image: linear-gradient(83.84deg, #0088FF -6.87%, #A033FF 26.54%, #FF5C87 58.58%);*/
	}

	.sticky-icon a i.fa-telegram {
		background-color: #FFF;
		color: rgb(52 169 229);
	}

.fas fa-shopping-cart {
	background-color: #FFF;
}

#myBtn {
	height: 50px;
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	text-align: center;
	padding: 10px;
	text-align: center;
	line-height: 40px;
	border: none;
	outline: none;
	background-color: #1e88e5;
	color: white;
	cursor: pointer;
	border-radius: 50%;
}

.fa-arrow-circle-up {
	font-size: 30px;
}

#myBtn:hover {
	background-color: #555;
}
/*--------------------------------LANGUAGE------------------------------------*/
@media (max-width: 1400px) {
	.sticky-icon2 {
		top: 37% !important;
	}
}
	.sticky-icon2 {
		position: fixed;
		top: 45%;
		DIRECTION: RTL;
		LEFT: 0%;
		width: 141px;
		display: flex;
		z-index: 999;
		flex-direction: column;
	}

		.sticky-icon2 a {
			transform: translate(-94px,0px); /*/translate(-97px,0px)*/
			border-radius: 0px 50px 50px 0px;
			text-align: RIGHT;
			margin: 2px;
			text-decoration: none;
			text-transform: uppercase;
			padding: 10px;
			font-size: 22px;
			box-shadow: 1px 1px 3px #000;
			font-family: 'Oswald', sans-serif;
			transition: all 0.8s;
		}

			.sticky-icon2 a:hover {
				color: #FFF;
				transform: translate(0px,0px);
			}

				.sticky-icon2 a:hover i {
					transform: rotate(360deg);
				}

	sticky-icon2 a i.fa-language {
		background-color: #FFF;
		color: rgb(52 169 229);
	}

	.language-ico {
		background-color: rgb(117 154 29);
		color: #FFF;
	}

	.mr-18 {
		margin-right: 18px;
	}
@media only screen and (max-width: 1444px) and (min-width: 1401px) {
	.sticky-icon a {
		transform: translate(115px,0px) !important;
		border-radius: 50px 0px 0px 50px;
		text-align: left;
		margin: 2px;
		text-decoration: none;
		text-transform: uppercase;
		padding: 10px;
		font-size: 22px;
		font-family: 'Oswald', sans-serif;
		transition: all 0.8s;
	}

	.sticky-icon {
		z-index: 0;
		position: fixed;
		top: 50%; /*15%*/
		right: 0%;
		width: 173px !important; /*/220px*/
		display: flex;
		flex-direction: column;
	}
}