// main:../style.scss

a.swp-hover-pin-button {
	background: #cd2029;
	border: 1px solid #aa1b29;
	border: 0;
	border-bottom: none;
	border-radius: 3px;
	box-shadow: none;
	color: #fff;
	font-family: Lato,sans-serif;
	font-size: 15px;
	width: 120px !important;
	height: 32px;
	line-height: 32px;
	padding: 0 20px;
	position: absolute;
	text-decoration: none;
	text-align: center;
	transition: opacity 0.5s;
	z-index: 3200;
	position: absolute;
	cursor: pointer;

	&::before {
		@include icon('pinterest');
		color: #fff;
		float: left;
		font-family: sw-icon-font;
		font-size: 20px;
		font-weight: 400;
		line-height: 36px;
		margin-left: -5px;
		margin-right: 10px;
	}

	&:hover::before {
		@include icon('pin');
	}

	&:hover, &:focus {
		background: #aa1b29;
		color: #fff;
		text-decoration: none;
	}
}

.swp-pinterest-image-top {
	margin-bottom: 20px;
}

.swp-pinterest-image-bottom {
	margin-top: 20px;
}
