.ownd-vote-banner
{
	height: 555px;
	background: url(/upload/vote_banner.jpeg) 50% 50% no-repeat;
	background-size: cover;
}

#ownd-vote-participate
{
	width: 515px;
	line-height: 64px;
	height: 64px;
	border-radius: 3px;
	font-size: 19px;
	font-family: 'ProximaNovaSemiBold';
	display: block;
	color: #FFFFFF;
	text-transform: uppercase;
	background-color: #C00D0D;
	border: none;
	cursor: pointer;
	margin: auto;
	text-align: center;
	margin-bottom: 100px;
}

.ownd-vote-auth-policy
{
	font-size: 17px;
	font-family: 'ProximaNovaSemiBold';
	color: #555;
	text-align: center;
}

.ownd-vote-auth-policy input
{
	margin-right: 10px;
}

#ownd-vote-auth-button
{
	min-width: 200px;
	line-height: 64px;
	height: 64px;
	border-radius: 3px;
	font-size: 19px;
	font-family: 'ProximaNovaSemiBold';
	display: block;
	color: #FFFFFF;
	text-transform: uppercase;
	background-color: #C00D0D;
	border: none;
	cursor: pointer;
	margin: auto;
	text-align: center;
	margin-top: 50px;
}

#ownd-vote-auth-error
{
	color: red;
	display: none;
	font-size: 17px;
	font-family: 'ProximaNovaSemiBold';
	text-align: center;
	margin-top: 20px;
}

#ownd-vote-error
{
	color: red;
	display: none;
	font-size: 17px;
	font-family: 'ProximaNovaSemiBold';
	text-align: center;
	margin-top: 20px;
}

#ownd-vote
{
	display: none;
}

#ownd-vote .ownd-vote-title
{
	color: #1D1D1B;
    line-height: 18px;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    font-family: 'ProximaNovaBold';
    margin: 50px 0;
}

#ownd-vote .ownd-vote-list
{
	width: 550px;
	margin: auto;
}

#ownd-vote .ownd-vote-item
{
	color: #1D1D1B;
    line-height: 18px;
    font-size: 18px;
    font-family: 'ProximaNovaRegular';
    margin: 15px 0;
}

#ownd-vote .ownd-vote-item a
{
	color: #1D1D1B;
    line-height: 18px;
    font-size: 18px;
    font-family: 'ProximaNovaRegular';
	text-decoration: underline;
}

#ownd-vote .ownd-vote-item span
{
	font-size: 14px;
	color: #999;
	white-space: nowrap;
}

#ownd-vote .ownd-vote-item input[type="checkbox"]
{
	margin-right: 5px;
}

#ownd-vote .ownd-vote-item#ownd-vote-custom-variant input[type="checkbox"]
{
	margin-right: 2px;
}

#ownd-vote .ownd-vote-item input[type="text"]
{
	width: 300px;
}

#ownd-vote-button
{
	width: 300px;
	line-height: 64px;
	height: 64px;
	border-radius: 3px;
	font-size: 19px;
	font-family: 'ProximaNovaSemiBold';
	display: block;
	color: #FFFFFF;
	text-transform: uppercase;
	background-color: #C00D0D;
	border: none;
	cursor: pointer;
	margin: auto;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 100px;
}

.slick-product-bottom .item:hover {
	text-decoration: none;
}