/* Back In Stock form — compact "Varsle meg" button style */

.cwginstock-subscribe-form .cwginstock-panel-heading {
	display: none;
}

.cwginstock-subscribe-form .cwginstock-panel-primary {
	border: none;
	box-shadow: none;
	background: transparent;
	margin: 0;
}

.cwginstock-subscribe-form .cwginstock-panel-body {
	padding: 0;
}

.cwginstock-subscribe-form .row,
.cwginstock-subscribe-form .col-md-12 {
	margin: 0;
	padding: 0;
	width: 100%;
}

.cwginstock-subscribe-form .cwgstock_email,
.cwginstock-subscribe-form .cwgstock_name {
	display: none !important;
	width: 100%;
	padding: 8px 12px;
	margin-bottom: 8px;
	border: 1px solid #d0d0d0;
	border-radius: 4px;
	font-size: 14px;
	font-family: sofia-pro, sans-serif;
	text-align: left !important;
	box-sizing: border-box;
}

.cwginstock-subscribe-form.cwg-open .cwgstock_email,
.cwginstock-subscribe-form.cwg-open .cwgstock_name {
	display: block !important;
}

.cwginstock-subscribe-form .form-group.center-block {
	margin: 0;
}

.cwginstock-subscribe-form input[type="submit"].cwgstock_button {
	display: block;
	width: 100%;
	background-color: #e8e8e8 !important;
	color: #222 !important;
	border: none !important;
	border-radius: 4px !important;
	padding: 10px 16px !important;
	font-size: 14px !important;
	font-family: sofia-pro, sans-serif !important;
	font-weight: 400 !important;
	letter-spacing: 0 !important;
	cursor: pointer;
	transition: background-color 0.15s ease;
	text-align: center;
	margin: 0;
}

.cwginstock-subscribe-form input[type="submit"].cwgstock_button:hover {
	background-color: #d4d4d4 !important;
}

.cwginstock-subscribe-form .cwgstock_output {
	margin-top: 6px;
	font-size: 13px;
	text-align: center;
}
