/*# sourceMappingURL=style.css.map */

.seed-social {
	font-family: sans-serif;
	font-family: var(--s-heading, sans-serif);
	font-size: 14px;
	margin: 1.5em 0;
	padding: 0;
	text-align: center;
	list-style: none;
}

.seed-social * {
	box-sizing: border-box;
}

.seed-social:before, .seed-social:after {
	content: "";
	display: table;
}

.seed-social:after {
	clear: both;
}

.seed-social>li {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	vertical-align: top;
}

.seed-social>li:last-of-type a {
	margin-right: 0;
}

.seed-social a {
	color: #fff !important;
	text-decoration: none !important;
	box-shadow: none !important;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	min-width: 80px;
	border-radius: 3px;
	padding: 4px;
}

.seed-social a:hover {
	color: #fff;
}

.seed-social a:hover span, .seed-social a:hover svg {
	opacity: .8;
}

.seed-social a:focus, .seed-social a:active {
	color: #fff;
}

.seed-social a:focus span, .seed-social a:focus svg, .seed-social a:active span, .seed-social a:active svg {
	opacity: .5;
}

.seed-social svg, .seed-social span {
	color: #fff;
	transition: .3s ease;
	pointer-events: none;
}

.seed-social .text {
	display: none;
	pointer-events: none;
}

.seed-social .count {
	background: none;
	float: none;
	font-size: inherit;
	pointer-events: none;
	opacity: 0;
	transition: 500ms ease-in-out;
	font-weight: normal;
	text-transform: uppercase;
}

.woocommerce-cart .seed-social, .woocommerce-checkout .seed-social, .woocommerce-account .seed-social {
	display: none;
}

.seed-social .facebook a {
	background-color: #1877f2;
}

.seed-social .twitter a {
	background-color: #000;
}

.seed-social .line a {
	background-color: #00b900;
}

@media (min-width: 768px) {
	.seed-social {
		text-align: left;
	}
	
	.seed-social a {
		padding: 4px 10px 4px 8px;
	}
	
	.seed-social .text {
		padding-left: 8px;
		display: flex;
		font-weight: 500;
	}
}
