/* Block soygiftblock */
#soygiftbutton {
	position: fixed;
	background-color: white;
	box-shadow: 2px 2px 3px rgba(0,0,0,.5);
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	top: 90px;
	right: 16px;
	z-index: 9999;
	cursor: pointer;
}
#soygiftbutton svg {
	width: 22px;
	height: 22px;
}

#soygiftbutton:hover {
	background-color: #eeeeee;
}

#soygiftblock {
	width: 100%;
	max-width: 380px;
	padding: 3em 2em 2.5em;
	border:1px solid #ccc;
	background: white;
	border-radius: 4px;
	text-align: center;
	clear: both;
	display: none;
	opacity: 0;
}

#soygiftblock.visible {
	position: fixed;
	display: block;
	opacity: 1;
	top: 50%;
	transform: translate(-50%,-50%);
	left: 50%;
	margin-right: -50%;
	z-index: 9999;
	box-shadow: 3px 5px 3px rgba(0,0,0,.25);
}
#soygiftblock img {
	margin: 12px 0 1.5em;
}
#soygiftblock h4.soygift__title  {
	font-size: 22px;
	font-weight: 400;
	text-transform: uppercase;
	padding:0;
	color:#666;
	text-shadow:0 1px 0 #fff;
	margin: 0 0 1em;
}

#soygiftblock h4.soygift__title.bold  {
	font-size: 32px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 .75em;
}

#soygiftblock h4.soygift__title:after  {
	display: none;
}

#soygiftblock h6.soygift__title {
	text-transform: uppercase;
	font-size: 16px;
	margin: 0 0 1.5em;
}

#soygiftblock form {
	display: flex;
	flex-direction: column;
}
#soygiftblock p {padding:0;}

#soygiftblock p.success_inline {
	color: #418B19;
	text-align: center;
	font-weight: bold;
}

#soygiftblock p.warning_inline {
	color: #DA0F00;
	text-align: center;
	font-weight: bold;
}
#soygiftblock #soy_closegiftmodal-btn {
	position: absolute;
	top: 6px;
	right: 12px;
	padding: 12px;
	font-size: 26px;
	background: none;
	border: none;
	outline: none;
}
#soygiftblock p#soy_closegiftmodal {
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
}

#soygiftblock input.inputNew {
	padding: 9px 14px;
	border-radius: 0;
	font-size:16px;
	color:#999;
	background-color: #ededed;
	border: 1px solid black;
	outline: none;
	margin: 0 0 14px;
}
*:first-child+html #soygiftblock input.inputNew {position:static;}/* hack ie 7 */

#soygiftblock input.button_mini {
	border-radius: 22px;
	font-size: 20px;
	padding: .5em 1em;
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
	color: white;
	background: black;
	border: none;
	outline: none;
	cursor:pointer;
	margin: 0 0 24px;
}

*:first-child+html #soygiftblock input.button_mini {padding-left:24px !important;}/* hack ie 7 */

#gdpr_consent {
    margin-top:20px;
}
