/* Credit : Facebook & Line Icon from https://icomoon.io/ */
@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?isd4m5');
  src:  url('fonts/icomoon.eot?isd4m5#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?isd4m5') format('truetype'),
    url('fonts/icomoon.woff?isd4m5') format('woff'),
    url('fonts/icomoon.svg?isd4m5#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-brand:before {
  content: "\e900";
  font-family: icomoon !important;
}
.icon-facebook:before {
  content: "\e900";
  font-family: icomoon !important;
}
.icon-brand2:before {
  content: "\e901";
  font-family: icomoon !important;
}
.icon-line:before {
  content: "\e901";
  font-family: icomoon !important;
}
/* Facebook and Line on Single Product button */
.woo-inbox {
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
}
.woo-inbox .facebook-inbox-btn {
	width: 48%;
    background-color: #3a589d;
	opacity: 1.0;
	padding: 2%;
    color: #fff;
	float: left;
	text-align: center;
	margin: 10px 0;
	border-radius: 3px;
	margin-right: 4%;
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;	
}
.woo-inbox .facebook-inbox-btn:hover, .woo-inbox .facebook-inbox-btn:focus {
    opacity: 0.9;
}
.woo-inbox .icon-facebook:before {
    content: "\e900";
	color: #fff;
	margin-right: 1%;
}
/* Line button */
.woo-inbox .line-inbox-btn {
	width: 48%;
    background-color: #00c300;
	opacity: 1.0;
	padding: 2%;
    color: #fff;
	float: left;
	text-align: center;
	margin: 10px 0;
	border-radius: 3px;
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;	
}
.woo-inbox .line-inbox-btn:hover, .woo-inbox .line-inbox-btn:focus {
	opacity: 0.85;
}
.woo-inbox .icon-line:before {
	content: "\e901";
	margin-right: 1%;
}
@media (max-width: 1199px) {
	.woo-inbox .facebook-inbox-btn {
		float: none;
		display: block;
		overflow: hidden;
		margin-bottom: 20px;	
		width: 100%;
	}
	.woo-inbox .line-inbox-btn {
		float: none;
		display: block;
		overflow: hidden;
		margin-bottom: 20px;	
		width: 100%;
	}	
}