.icon-maps {
	background: url(/wp-content/plugins/wp-phonering/images/icons/icon-map-s4.svg) no-repeat;
	background-size: contain;
	background-position: center;
	width: 36px;
	height: 36px;
	display: inline-block;
}
.icon-messenger {
	background: url(/wp-content/plugins/wp-phonering/images/icons/icon-messenger-s2.svg) no-repeat;
	background-size: contain;
	background-position: center;
	width: 36px;
	height: 36px;
	display: inline-block;
}
.icon-fb {
	background: url(/wp-content/plugins/wp-phonering/images/icons/icon-fanpage-s2.svg) no-repeat;
	background-size: contain;
	background-position: center;
	width: 36px;
	height: 36px;
	display: inline-block;
}
.icon-zalo-circle2 {
	background: url(/wp-content/plugins/wp-phonering/images/icons/zalo.svg) no-repeat;
	background-size: contain;
	background-position: center;
	width: 36px;
	height: 36px;
	display: inline-block;
}
.icon-call {
	background: url(/wp-content/plugins/wp-phonering/images/icons/icon-phone-s2.svg) no-repeat;
	background-size: contain;
	background-position: center;
	width: 36px;
	height: 36px;
	display: inline-block;
}
.icon-phone-w {
	background: url(/wp-content/plugins/wp-phonering/images/icons/icon-phone-s2.svg) no-repeat;
	background-size: contain;
	background-position: center;
	width: 56px;
	height: 56px;
	display: inline-block;
}
.icon-zalo {
	background: url(/wp-content/plugins/wp-phonering/images/icons/zalo.svg) no-repeat;
	background-size: contain;
	background-position: center;
	width: 36px;
	height: 36px;
	display: inline-block;
}
@media (min-width: 1024px) {
	.wrap-fixed-footer{
		display: none;
	}
	.sidenavphone {
		position: fixed;
		right: 10px;
		background: rgba(255, 255, 255, .7);
		border-radius: 3px;
		width: auto;
		z-index: 100;
		bottom: 30%;
		padding: 10px 0;
	}
	.sidenavphone ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	.sidenavphone ul li a {
		border: none;
		padding: 3px;
		display: block;
		border-radius: 3px;
		text-align: center;
		font-size: 10px;
		line-height: 15px;
		color: #282828;
		font-weight: 500;
		max-width: 72.19px;
		max-height: 54px;
		text-decoration: none;
	}
	.sidenavphone ul li a i {
		width: 33px;
		height: 33px;
		display: block;
		margin: auto;
		border-radius:10rem;
	}
	.sidenavphone ul li a:hover {
		color: #ed1c24;
	}
	.sidenavphone a:hover {
		color: red;
	}
	.sidenavphone ul li a.chat_animation svg {
		margin: -13px 0 -20px;
	}
}
@media (max-width: 1024px){
	.sidenavphone{
		display: none;
	}
	.wrap-fixed-footer {
		background: rgb(255 255 255 / 69%);
		width: 100%;
		color: #000;
		/* height: 50px; */
		line-height: 50px;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 999;
		padding: 0 !important;
		margin: 0;
		box-shadow: 0px 4px 10px 0 #000;
	}
	.wrap-fixed-footer li {
		float: left;
		width: 20%;
		list-style: none;
		height: 50px;
		}
		.wrap-fixed-footer li .button {
		background: 0 0;
		color: #000;
		width: 100%;
		height: 100%;
		line-height: 16px;
		text-align: center;
		display: block;
		position: relative;
		font-size: 12px;
		font-weight: 400;
		padding: 2px 0 0;
		border:0;
	}
	.wrap-fixed-footer li .button svg {
		width: 44px;
		display: block;
		margin: 0 auto;
		position: relative;
		top: -9px;
	}
	.wrap-fixed-footer li .button .btn_chat_txt {
		position: relative;
		top: -18px;
	}
	.wrap-fixed-footer li .button i {
		font-size: 26px;
		display: block;
	}
	.wrap-fixed-footer li .button #count-cart {
		position: absolute;
		right: 1px;
		top: -12px;
		color: #fff;
		background: #e73838;
		width: 25px;
		height: 25px;
		line-height: 26px;
		border-radius: 50%;
		z-index: 2;
		font-size: 13px;
	}
	.wrap-fixed-footer li .button .phone_animation {
		position: absolute;
		top: -24px;
		left: 50%;
		transform: translate(-50%,0);
		width: 56px;
		height: 56px;
		border-radius: 100%;
		/* background: #e73838; */
		line-height: 15px;
	}
	.wrap-fixed-footer li .button .phone_animation i {
		display: inline-block;
		/* width: 27px;
		margin-top: 12px; */
		border-radius: 10rem;
		top: 0;
	}
	.animation-shadow:after {
		width: 100%;
		height: 100%;
		position: absolute;
		border-radius: 100%;
		content: "";
		top: 0;
		left: 0;
		box-shadow: 0 0 10px #fff, 0 0 10px #fff;
		animation: shadow 1.2s .5s infinite;
	}
	.wrap-fixed-footer li .button .btn_phone_txt {
		position: relative;
		top: 26px;
	}
	.wrap-fixed-footer li:last-child {
		margin-right: 0;
	}
	.wrap-fixed-footer li.fixed-footer-zalo .button {
		/* line-height: 69px; */
		bottom: 3px;
		border: 0;
	}
	.wrap-fixed-footer li .button i {
		font-size: 26px;
		display: block;
	}
	.wrap-fixed-footer li.fixed-footer-zalo .button i {
		/* top: -10px; */
		height: 36px;
		/* width: 100%; */
		background-position: center center;
		/* position: absolute; */
		margin: 5px auto 0;
		border-radius: 10rem;
	}
	.wrap-fixed-footer li .button svg {
		width: 44px;
		display: block;
		margin: 0 auto;
		position: relative;
		top: -9px;
	}
	
}