
html, body {
	font: 300 13px "Open Sans", sans-serif;
	color: #333;
	background-color: #ffffff;
}

.container {
	padding-right: 0px;
    padding-left: 0px;
}

.visibility-hidden {
	visibility: hidden;
}

.gift-card-app .form-control {
    border: 1px solid #52A2D5;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
}

/* start clearfix */
.wrapper:before,
.wrapper:after {
	display: table;
	content: " ";
}
.wrapper:after {
	clear: both;
}
/* end clearfix */

@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
}

@media (min-width: 992px) and (max-width: 1199px)  {
	.container {
		width: 970px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.container {
		width: 750px;
	}
}

@media (max-width: 767px){
	.xs-exclude-inline {
		display: none;
	}
	.xs-only-inline {
		display: inline;
	}
}

@media (min-width: 768px){
	.xs-exclude-inline {
		display: inline;
	}
	.xs-only-inline {
		display: none;
	}
}

/* Commons */

.block-title {
	padding: 0px 0px;
}

.block-title {
	background-color: white;
}

.block-body {
	padding: 30px 30px;
	background-color: white;
}

.block-title h3 {
	margin: 0px 0px 0px 0px;
	padding: 10px 40px 10px 40px;
	font-size: 24px;
	background-color: #52A2D5;
	color: #fff;
}

h4 {
	font-size: 18px;
	font-weight: bold;
}

p + h4 {
    margin-top: 30px;
}

div.guide {
	padding: 0px 0px 15px 0px;
}

div.guide > ul {
	padding-left: 0px;
	margin-bottom: 0px;
	list-style: none;
}

div.guide > p,
div.guide > ul > li {
	display: block;
	margin: 0px 0px 10px 0px;
	line-height: 20px;
	background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15'%3E%3Ccircle cx='12' cy='10' r='3' style='fill:%2352a2d5;'/%3E%3C/svg%3E") no-repeat top left transparent;
}

div.guide > p:before,
div.guide > ul > li:before {
	content: ' ';
	display: inline-block;
	width: 24px;
	height: 12px;
	margin: 0px;
	line-height: 12px;
	vertical-align: middle;
}

/* start clearfix */
.default-row:before,
.default-row:after {
	display: table;
	content: " ";
}
.default-row:after {
	clear: both;
}
/* end clearfix */

/* Body */

.body {
	padding: 60px 0px 30px 0px;
}


/* Block : Choose an e-card type */

.choose-type-container .choose-type-body {
	text-align: center;
}

.choose-type-container .card-type-block {
	float: left;
	width: 50%;
}

.choose-type-container .card-type-label {
	padding: 8px 0px 8px 0px;
}

.choose-type-container .icon {
	width: 141px;
	height: 141px;
	margin: 0px 5px;
	display: inline-block;
	cursor: pointer;
}

.choose-type-container .print-icon {
	background: url("../../images/icons/print-icon-orange-141x141.png") no-repeat top left transparent;
}

.choose-type-container .email-icon {
	background: url("../../images/icons/email-icon-orange-141x141.png") no-repeat top left transparent;
}

.choose-type-container .mail-icon {
	background: url("../../images/icons/mail-icon-orange-141x141.png") no-repeat top left transparent;
}

.choose-type-container .card-type-label .radiobox-label {
	text-align: left;
}

@media (max-width: 767px) {
	.choose-type-container .card-type-block {
		float: none;
		width: 100%;
	}
}

/* Block : Gallery */

.gallery-container .carousel-visuals-block {
	padding: 0px 55px;
}

/* start clearfix */
.gallery-container .gallery-row:before,
.gallery-container .gallery-row:after {
	display: table;
	content: " ";
}
.gallery-container .gallery-row:after {
	clear: both;
}
/* end clearfix */

.gallery-container .carousel-text-block {
	float: left;
	padding-right: 15px;
	width: 25%;
}

.gallery-container .carousel-visuals-block {
	float: left;
	width: 75%;
}

.gallery-container .visual {
	width: 100%;
	padding: 8px;
	cursor: pointer;
}

.gallery-container .visual.active {
	background-color: #444;
}

.gallery-container .slick-prev::before,
.gallery-container .slick-next::before,
.gallery-container .slick-dots li button::before {
	content: '';
	color: #000;
}

.gallery-container .slick-prev {
	margin-top: 0px;
	width: 24px;
	height: 24px;
	left: -45px;
	background: url('../../images/icons/gallery-scrolling-left.png') no-repeat top center transparent;
	background-size: 24px 24px;
}

.gallery-container .slick-next {
	margin-top: 0px;
	width: 24px;
	height: 24px;
	right: -45px;
	background: url('../../images/icons/gallery-scrolling-right.png') no-repeat top center transparent;
	background-size: 24px 24px;
}

.gallery-container .slick-dots li {
	width: 12px;
	height: 12px;
	margin: 0px 6px 0px 6px;
	padding: 0px 0px 0px 0px;
}

.gallery-container .slick-dots li button {
	width: 12px;
	height: 12px;
	padding: 0px 0px 0px 0px;
	background: no-repeat top center transparent;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Ccircle cx='6' cy='6' r='5.5' style='fill:%23ccc;'/%3E%3C/svg%3E");
}

.gallery-container .slick-dots li.slick-active button {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Ccircle cx='6' cy='6' r='5.5' style='fill:%23444;'/%3E%3C/svg%3E");
}

.gallery-container .select-visual-button {
	display: none;
}

@media screen and (max-width: 991px) {

	.gallery-container .carousel-text-block {
		float: none;
		padding: 0px;
		width: 100%;
	}

	.gallery-container .carousel-visuals-block {
		float: none;
		width: 100%;
		padding: 0px 22px;
	}

	.gallery-container .slick-visuals {
		padding-bottom: 30px;
	}

}

@media screen and (max-width: 767px) {

	.gallery-container .select-visual-button {
		display: block;
	}
}

/* Block : Visual overview */

/* start clearfix */
.beneficiary-container .beneficiary-row:before,
.beneficiary-container .beneficiary-row:after {
	display: table;
	content: " ";
}
.beneficiary-container .beneficiary-row:after {
	clear: both;
}
/* end clearfix */

.beneficiary-container .beneficiary-guide {
	float: left;
	padding-right: 15px;
	width: 25%;
}

.beneficiary-container .beneficiary-infos {
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	width: 30%;
}

.beneficiary-container .ecard-overview-block {
	position: relative;
	float: left;
	padding-left: 15px;
	width: 45%;
}

.beneficiary-container .beneficiary-infos .beneficiary-field {
	padding: 0px 0px 15px 0px;
}

.beneficiary-container .beneficiary-infos label {
	display: none;
}

.beneficiary-container .beneficiary-infos .beneficiary-field.beneficiary-title-block label {
	display: inline;
	/*display: block;*/
}

.beneficiary-container .beneficiary-infos .message {
    max-width: 100%;
    min-height: 160px;
    padding-bottom: 12px;
}

.beneficiary-container .beneficiary-infos .textarea-feedback {
    position: relative;
    display: block;
    top: -16px;
    right: 16px;
    font-size: 11px;
    color: #888;
    font-style: normal;
    text-align: right;
}

.beneficiary-container .ecard-overview-block .visual {
	width: 100%;
}

.ecard-overview-loading {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.75);
	text-align: center;
}

.ecard-overview-loading .ecard-overview-loading-wrapper {
	left: -15px;
	top: 40%;
	position: relative;
	text-align: center;
}

.ecard-overview-loading .ecard-overview-loading-wrapper .buybox-icon {}

@media screen and (max-width: 991px) {

	.beneficiary-container .beneficiary-guide {
		float: none;
		padding-right: 0px;
		width: 100%;
	}

	.beneficiary-container .beneficiary-infos {
		float: none;
		padding-right: 0px;
		padding-left: 0px;
		width: 100%;
	}

	.beneficiary-container .ecard-overview-block {
		float: none;
		padding-left: 0px;
		width: 100%;
	}

}

/* Block : Choose a send type (electronic) */

/* start clearfix */
.dispatch-container .dispatch-row:before,
.dispatch-container .dispatch-row:after {
	display: table;
	content: " ";
}
.dispatch-container .dispatch-row:after {
	clear: both;
}
/* end clearfix */

.dispatch-container .dispatch-guide {
	float: left;
	padding-right: 15px;
	width: 35%;
}

.dispatch-container .dispatch-method-block {
	float: left;
	padding-left: 15px;
	width: 65%;
}

.dispatch-container .dispatch-method-choice-block h4 {
	display: none;
}
.dispatch-container .dispatch-email-block h4 {
	display: none;
}

.dispatch-container .dispatch-send-date-type-block h4 {
	display: none;
}

.dispatch-container .dispatch-method-choice {
	min-height: 35px;
	background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1' height='1' viewBox='0 0 1 1'%3E%3Crect width='1' height='1' style='fill:%2352a2d5;' /%3E%3C/svg%3E") repeat-x bottom left transparent;
}

/* start clearfix */
.dispatch-container .dispatch-method-choice:before,
.dispatch-container .dispatch-method-choice:after {
	display: table;
	content: " ";
}
.dispatch-container .dispatch-method-choice:after {
	clear: both;
}
/* end clearfix */

.dispatch-container .dispatch-method-choice .btn-custom-radio label span.radiobox-icon {
	display: none;
}

.dispatch-container .send-type-block {
	float: left;
	min-height: 34px;
	padding: 0px 12px 0px 12px;
	border: 1px solid #52A2D5;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	background-color: #52A2D5;
	color: #fff;
}

.dispatch-container .send-type-block.send-type-block-active {
	background-color: #fff;
	color: #333;
	border-bottom: 1px solid #fff
}

.dispatch-container .send-type-block.send-type-hand-block {
	margin-left: 4px;
}

.dispatch-container .send-type-block label {
	min-height: 34px;
	line-height: 32px;
	font-size: 15px;
	font-weight: bold;
}

.dispatch-container .send-type-block input[type=radio] {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}

.dispatch-container .send-type-block label span.radiobox-label {
	padding-left: 0px;
	min-height: 34px;
	line-height: 32px;
}

.dispatch-container .send-type-email-explanations,
.dispatch-container .send-type-hand-explanations {
	display: none;
}

/* start clearfix */
.dispatch-container .dispatch-method-choice-content-block:before,
.dispatch-container .dispatch-method-choice-content-block:after {
	display: table;
	content: " ";
}
.dispatch-container .dispatch-method-choice-content-block:after {
	clear: both;
}
/* end clearfix */

.dispatch-container .dispatch-method-choice-content-block {
	padding: 15px 20px 15px 20px;
	background-color: #fff;
	border: 1px solid #52A2D5;
	border-top: 0px solid transparent;
}

.dispatch-container .dispatch-email-block {
	padding-bottom: 15px;
}

.dispatch-container .beneficiary-email-block label {
	display: none;
}

.dispatch-container .dispatch-send-date-type-block {
	clear: both;
	float: left;
	width: 75%;
}

.dispatch-container .dispatch-send-date-block {
	float: left;
	width: 25%;
}

.dispatch-container .send-date-type-block {
	margin: 10px 0px;
}

.dispatch-container .dispatch-send-date-block {
	padding-top: 34px;
}

.dispatch-multi-container .dispatch-send-date-type-block,
.dispatch-multi-container .dispatch-send-date-block {
	padding-top: 16px;
}

.dispatch-multi-container .block-tip-send-date {
	padding: 12px 0px;
}

.dispatch-container .dispatch-send-date-block h4 {
	display: none;
}

.dispatch-container .dispatch-send-date-block .send-date-block > label {
	display: none;
}

.dispatch-container .send-date-explanations {
	display: none;
}

.dispatch-standard-calendar-inline-container .send-date-calendar-block {
	display: none;
}

.dispatch-standard-calendar-inline-container .send-date-calendar-block.display {
	display: block;
}

@media screen and (max-width: 991px) {

	.dispatch-container .dispatch-guide {
		float: none;
		padding-right: 0px;
		width: 100%;
	}

	.dispatch-container .dispatch-method-block {
		float: none;
		padding-left: 0px;
		width: 100%;
	}

	.dispatch-container .dispatch-send-date-type-block {
		float: none;
		width: 100%;
	}

	.dispatch-container .dispatch-send-date-block {
		float: none;
		width: 100%;
		padding-top: 0px;
	}
}

@media screen and (max-width: 767px) {

	.dispatch-container .send-type-block {
		float: none;
		width: 100%;
		padding-left: 22px;
	}

	.dispatch-container .send-type-block.send-type-hand-block {
    	margin-left: 0px;
	}

	.dispatch-container .send-type-block.send-type-block-active {
		background: url("../../images/forms/tick.png") no-repeat 3px 8px transparent;
	}

	.dispatch-container .send-type-block label {
		display: block;
	}

}

/* Block : Shipping informations (plastic) */

.card-type-plastic .dispatch-container .dispatch-guide {
	width: 50%;
}

.card-type-plastic .dispatch-container .dispatch-method-block {
	width: 50%;
}

.dispatch-container .shipping-field {
	float: left;
	padding: 0px 0px 15px 0px;
}

.dispatch-container .shipping-field label {
	display: none;
}

.dispatch-container .shipping-last-name-block,
.dispatch-container .shipping-first-name-block,
.dispatch-container .shipping-zip-code-block,
.dispatch-container .shipping-city-block,
.dispatch-container .shipping-country-block,
.dispatch-container .shipping-state-block {
	width: 50%;
}

.dispatch-container .shipping-address-block,
.dispatch-container .shipping-additional-address-block {
	width: 100%;
}
.dispatch-container .shipping-area-code-block {
	width: 20%;
}
.dispatch-container .shipping-phone-block {
	width: 80%;
}

.dispatch-container .shipping-first-name-block,
.dispatch-container .shipping-area-code-block,
.dispatch-container .shipping-zip-code-block,
.dispatch-container .shipping-country-block,
.dispatch-container .shipping-area-code-block {
	padding-right: 30px;
}

@media screen and (min-width: 992px) and (max-width: 1199px)  {

	.dispatch-container .shipping-area-code-block {
		width: 30%;
	}
	.dispatch-container .shipping-phone-block {
		width: 70%;
	}
}

@media screen and (max-width: 991px)  {

	.card-type-plastic .dispatch-container .dispatch-guide {
		width: 100%;
		clear: both;
	}

	.card-type-plastic .dispatch-container .dispatch-method-block {
		width: 100%;
		clear: both;
	}
}

@media screen and (max-width: 767px)  {

	.dispatch-container .shipping-area-code-block {
		width: 50%;
	}
	.dispatch-container .shipping-phone-block {
		width: 50%;
	}

	.dispatch-container .dispatch-method-choice-content-block {
		padding: 15px 8px 15px 8px;
	}

	.dispatch-container .shipping-first-name-block,
	.dispatch-container .shipping-area-code-block,
	.dispatch-container .shipping-zip-code-block,
	.dispatch-container .shipping-country-block,
	.dispatch-container .shipping-area-code-block {
		padding-right: 8px;
	}
}


/* Block : Amount */

/* start clearfix */
.amount-container .amount-row:before,
.amount-container .amount-row:after {
	display: table;
	content: " ";
}
.amount-container .amount-row:after {
	clear: both;
}
/* end clearfix */

.amount-container .amount-guide-block {
	float: left;
	padding-right: 15px;
	width: 35%;
}

.amount-container .free-amount-block  {
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	width: 20%;
}

.amount-container .fixed-amount-block  {
	float: left;
	padding-left: 15px;
	width: 45%;
}

/* start clearfix */
.amount-container .free-amount-block:before,
.amount-container .free-amount-block:after {
	display: table;
	content: " ";
}
.amount-container .free-amount-block:after {
	clear: both;
}
/* end clearfix */

.amount-container .free-amount > label {
	display: none;
}

.amount-container .free-amount {
	display: block;
	float: left;
	margin: 0px 0px 0px 0px;
	width: 90px;
	height: 36px;
	border: 1px solid #aaa;
	border-radius: 4px;
	font-size: 16px;
	background-color: #fff;
}

.amount-container .free-amount input.form-control {
	font-size: 16px;
	border: 0px solid transparent;
	background-color: transparent;
}

.amount-container .currency-amount {
	display: block;
	float: left;
	margin: 0px 0px 16px 0px;
	padding: 0px 5px 0px 5px;
	font-size: 16px;
	font-weight: 700;
	width: 70px;
	height: 38px;
	line-height: 38px;
}

/* start clearfix */
.amount-container .fixed-amounts:before,
.amount-container .fixed-amounts:after {
	display: table;
	content: " ";
}
.amount-container .fixed-amounts:after {
	clear: both;
}
/* end clearfix */


.amount-container .fixed-amount {
	display: block;
	float: left;
	height: 36px;
	margin: 0px 12px 16px 12px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #665D5C;
	border-radius: 3px;
	font-weight: bold;
	cursor: pointer;
	background-color: #766260;
	color: #fff;
}

.amount-container .fixed-amount.active {
	background-color: #52A2D5;
	border: 1px solid #4292C5;
}

.amount-container .fixed-amount span {
	display: block;
	padding: 0px 8px 0px 8px;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
}

@media screen and (max-width: 991px) {

	.amount-container .amount-guide-block {
		float: none;
		padding-right: 0px;
		width: 100%;
		clear: both;
	}

	.amount-container .free-amount-block  {
		width: 30%;
		text-align: center;
	}

	.amount-container .fixed-amount-block  {
		width: 70%;
	}

	.amount-container .free-amount {
		display: inline-block;
		float: none;
	}

	.amount-container .currency-amount {
		display: inline-block;
		float: none;
		width: 35px;
	}

}

@media screen and (max-width: 767px) {

	.amount-container .amount-guide-block {
		float: none;
		padding-right: 0px;
		width: 100%;
	}

	.amount-container .free-amount-block  {
		float: none;
		padding-left: 0px;
		padding-right: 0px;
		width: 100%;
		text-align: center;
	}

	.amount-container .fixed-amount-block  {
		float: none;
		padding-left: 0px;
		width: 100%;
	}

	.amount-container .free-amount {
		display: inline-block;
		float: none;
	}

	.amount-container .currency-amount {
		display: inline-block;
		float: none;
	}

}

/* Block : Organizer */

.organizer-container {
	display: none;
}

/* Block : Organizer informations */

/* start clearfix */
.organizer-fields-block .organizer-fields-row:before,
.organizer-fields-block .organizer-fields-row:after,
.organizer-fields-block .organizer-group-infos-field:before,
.organizer-fields-block .organizer-group-infos-field:after {
	display: table;
	content: " ";
}
.organizer-fields-block .organizer-fields-row:after,
.organizer-fields-block .organizer-group-infos-field:after {
	clear: both;
}
/* end clearfix */

.organizer-fields-block .organizer-group-infos-field {
	width: 48%
}

.organizer-fields-block .organizer-full-name-block {
	float: left;
}

.organizer-fields-block .organizer-e-mail-and-confirm-address-block {
	float: right;
}

.organizer-fields-block .organizer-fields-row {
	padding: 15px 100px 0px 100px;
}

.organizer-fields-block .organizer-infos-field {
	width: 344px;
	padding: 0px 0px 15px 0px;
}

.organizer-fields-block .organizer-first-name-block {
	float: left;
}
.organizer-fields-block .organizer-last-name-block {
	float: left;
}
.organizer-fields-block .organizer-e-mail-address-block {
	float: right;
	clear: both;
}
.organizer-fields-block .organizer-confirm-e-mail-address-block {
	float: right;
}

.organizer-fields-block .organizer-infos-field label {
	display: none;
}

@media screen and (max-width: 991px) {

	.organizer-fields-block .organizer-fields-row {
		padding: 15px 0px 0px 0px;
	}

	.organizer-fields-block .organizer-group-infos-field {
		width: 48%;
	}
}

@media screen and (max-width: 767px) {

	.organizer-fields-block .organizer-infos-field {
		float: none;
	}

	.organizer-fields-block .organizer-fields-row {
		padding: 15px 0px 0px 0px;
	}

	.organizer-fields-block .organizer-infos-field,
	.organizer-fields-block .organizer-group-infos-field {
		width: 100%;
	}
}

/* Block : Calculation */

.calculation-block {
	padding: 15px 0px;
}

/* start clearfix */
.calculation-block .calculation-row:before,
.calculation-block .calculation-row:after {
	display: table;
	content: " ";
}
.calculation-block .calculation-row:after {
	clear: both;
}
/* end clearfix */

.calculation-block .total-summary-block {
	float: left;
	width: 30%;
}

.calculation-block .calculation-add-discount-block {
	float: left;
	width: 70%;
	padding: 12px 0px;
}

/* start clearfix */
.calculation-block .calculation-add-discount-block:before,
.calculation-block .calculation-add-discount-block:after {
	display: table;
	content: " ";
}
.calculation-block .calculation-add-discount-block:after {
	clear: both;
}
/* end clearfix */

.calculation-block .discount-label-block {
	float: left;
	width: 40%;
	padding-right: 15px;
}

.calculation-block .discount-input-block {
	float: left;
	width: 30%;
	padding-left: 15px;
	padding-right: 15px;
}

.calculation-block .discount-refresh-block {
	float: left;
	padding-left: 15px;
	width: 20%;
}

.calculation-block .discount-label-block .discount-title {
	text-align: right;
	line-height: 18px;
}

.calculation-block .discount-label-block .discount-title {
	text-align: right;
	line-height: 34px;
}
.calculation-block .discount-label-block .discount-refresh-block {
	text-align: left;
	line-height: 34px;
}

.calculation-block .discount-binder-amount,
.calculation-block .discount-binder-code {
	display: inline-block;
	padding-right: 8px;
}

@media screen and (max-width: 767px) {

	.calculation-block .total-summary-block {
		float: none;
		width: 100%;
	}

	.calculation-block .calculation-add-discount-block {
		float: none;
		width: 100%;
		padding: 12px 0px;
	}

	.calculation-block .discount-label-block .discount-title {
		font-size: 12px;
		font-weight: 300;
		line-height: 12px;
		padding-top: 10px;
	}
}

/* Block : Captcha */

.payment-captcha-block {
	text-align: center;
}

.payment-captcha-block > div {
	display: inline-block;
	text-align: center;
}

.payment-captcha-block .g-recaptcha {
	display: inline-block;
    padding: 16px 0px 16px 0px;
    text-align: center;
}

.payment-captcha-block .g-recaptcha > div {
	display: inline-block;
}

/* Block : GTS */

.payment-gts-block {
	text-align: center;
}

.payment-gts-block .checkbox-cgv-label {
	font-weight: normal;
}

.payment-gts-block .merry-goblin-iframe-popin-link {
	color: #337ab7;
	text-decoration: none;
}

.payment-gts-block .merry-goblin-iframe-popin-link:hover {
	color: #23527c;
	text-decoration: underline;
}

/* Block : Opt-in */

.payment-option-block {
	text-align: center;
}

/* Block : Payment means (submittable) */

.payment-submit-methods-block .mpsp-smooth-block {
	text-align: center;
}

.payment-submit-methods-block ul.mpsp-payment-means-list {
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}

.payment-submit-methods-block ul.mpsp-payment-means-list li {
	display: inline-block;
	margin: 10px 5px;
	padding: 12px 19px;
	border: 1px solid #cbcbcb;
	background-color: #fff;
	vertical-align: top;
}

.payment-submit-methods-block ul.mpsp-payment-means-list li:hover {
	background-color: #f7f7ef;
	cursor: pointer;
}

.payment-submit-methods-block .payment-mean input[type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.payment-submit-methods-block .payment-mean label {
	margin-bottom: 0px;
	cursor: pointer;
}

/* Confirmation */

.page-name-ecardConfirm .block-title h3,
.page-name-participationConfirm .block-title h3 {
	text-align: center;
	background-color: white;
	color: #52A2D5;
}

.page-name-ecardConfirm .block-body,
.page-name-participationConfirm .block-body {
	text-align: center;
}

/* Consult */

.consult-container .form-ecard-number-connect,
.consult-container .form-consult-prosodie-code {
	max-width: 420px;
	margin: 0px auto;
	text-align: center;
}

.consult-container .ecard-number-label {
	margin: 12px 0px;
	text-align: left;
	font-weight: bold;
}

/* start clearfix */
.consult-container .ecard-number-fields:before,
.consult-container .ecard-number-fields:after {
	display: table;
	content: " ";
}
.consult-container .ecard-number-fields:after {
	clear: both;
}
/* end clearfix */

.consult-container .ecard-number-fields {
	margin: 12px -4%;
}

.consult-container .quartet-block {
	float: left;
	width: 25%;
	padding: 0 4%;
}

/* start clearfix */
.consult-container .code-pin-container:before,
.consult-container .code-pin-container:after {
	display: table;
	content: " ";
}
.consult-container .code-pin-container:after {
	clear: both;
}
/* end clearfix */

.consult-container .code-pin-container {
	margin: 12px 0px;
}

.consult-container .code-pin-label-block {
	float: left;
	width: 54%;
}

.consult-container .code-pin-block {
	float: left;
	width: 46%;
}

.consult-container .code-pin-container label {
	display: block;
	padding: 4px;
	text-align: left;
}

.consult-container .g-recaptcha {
	padding: 16px 0px 16px 0px;
	text-align: center;
}

.consult-container .g-recaptcha > div {
    display: inline-block;
}

.consult-container .button-ecard-number-connect {
	margin: 12px 0px;
}

.consult-container .consult-balance-block {
	max-width: 642px;
    width: 100%;
    margin: 0px auto 20px auto;
    padding-bottom: 20px;
    border-bottom: 1px solid #666;
}

@media screen and (max-width: 767px) {
	.consult-container .quartet-block {
		float: left;
		width: 50%;
		padding: 0 4%;
	}

	.consult-container .code-pin-label-block {
		float: left;
		width: 100%;
	}

	.consult-container .code-pin-block {
		float: left;
		width: 100%;
	}

}

/* Burn */

.burn-login-container .form-ecard-number-connect {
	max-width: 420px;
	margin: 0px auto;
	text-align: center;
}

.burn-login-container .ecard-number-label {
	margin: 12px 0px;
	text-align: left;
	font-weight: bold;
}

/* start clearfix */
.burn-login-container .ecard-number-fields:before,
.burn-login-container .ecard-number-fields:after {
	display: table;
	content: " ";
}
.burn-login-container .ecard-number-fields:after {
	clear: both;
}
/* end clearfix */

.burn-login-container .ecard-number-fields {
	margin: 12px -4%;
}

.burn-login-container .quartet-block {
	float: left;
	width: 25%;
	padding: 0 4%;
}

/* start clearfix */
.burn-login-container .code-pin-container:before,
.burn-login-container .code-pin-container:after {
	display: table;
	content: " ";
}
.burn-login-container .code-pin-container:after {
	clear: both;
}
/* end clearfix */

.burn-login-container .code-pin-container {
	margin: 12px 0px;
}

.burn-login-container .code-pin-label-block {
	float: left;
	width: 54%;
}

.burn-login-container .code-pin-block {
	float: left;
	width: 46%;
}

.burn-login-container .code-pin-container label {
	display: block;
	padding: 4px;
	text-align: left;
}

.burn-login-container .g-recaptcha {
	padding: 16px 0px 16px 0px;
	text-align: center;
}

.burn-login-container .g-recaptcha > div {
    display: inline-block;
}

.burn-login-container .button-ecard-number-connect {
	margin: 12px 0px;
}

.burn-container .payment-cancel-block {
	padding: 20px 0px;
}

.fa-chevron-left {
	display: inline-block;
    width: 9px;
    height: 13px;
    padding-right: 6px;
	background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='30' height='44' viewBox='0 0 30 44'%3E%3Cpath d='M2,22 L22,2 L22,2 L28,8 L14,22 L28,36 L22,42' stroke='%23333' fill='%23333' /%3E%3C/svg%3E") no-repeat top left transparent;
	background-size: 9px 13px;
}

@media screen and (max-width: 767px) {
	.burn-login-container .quartet-block {
		float: left;
		width: 50%;
		padding: 0 4%;
	}

	.burn-login-container .code-pin-label-block {
		float: left;
		width: 100%;
	}

	.burn-login-container .code-pin-block {
		float: left;
		width: 100%;
	}

}

/* Edit */

.edit-summary-container .edit-summary-description-block {
	width: 50%;
	float: left;
	padding: 0px 2% 0px 0px;
}
.edit-summary-container .edit-summary-visual-block {
	width: 50%;
	float: left;
	padding: 0px 0px 0px 2%;
}

.edit-summary-description-block h4 span.strong {
	font-size: 36px;
}

.edit-summary-description-block ul.participations {
	display: block;
}

.edit-summary-description-block ul.participations li {
	display: block;
}

.edit-summary-visual-block .visual {
	width: 100%;
}

/* Block : Participant informations */

/* start clearfix */
.participant-fields-block .participant-fields-row:before,
.participant-fields-block .participant-fields-row:after,
.participant-fields-block .participant-group-infos-field:before,
.participant-fields-block .participant-group-infos-field:after {
	display: table;
	content: " ";
}
.participant-fields-block .participant-fields-row:after,
.participant-fields-block .participant-group-infos-field:after {
	clear: both;
}
/* end clearfix */

.participant-fields-block .participant-group-infos-field {
	width: 48%
}

.participant-fields-block .participant-full-name-block {
	float: left;
}

.participant-fields-block .participant-e-mail-and-confirm-address-block {
	float: right;
}

.participant-fields-block .participant-fields-row {
	padding: 15px 100px 0px 100px;
}

.participant-fields-block .participant-infos-field {
	width: 344px;
	padding: 0px 0px 15px 0px;
}

.participant-fields-block .participant-first-name-block {
	float: left;
}
.participant-fields-block .participant-last-name-block {
	float: left;
}
.participant-fields-block .participant-e-mail-address-block {
	float: right;
	clear: both;
}
.participant-fields-block .participant-confirm-e-mail-address-block {
	float: right;
}

.participant-fields-block .participant-infos-field label {
	display: none;
}

@media screen and (max-width: 991px) {

	.participant-fields-block .participant-fields-row {
		padding: 15px 0px 0px 0px;
	}

	.participant-fields-block .participant-group-infos-field {
		width: 48%;
	}
}

@media screen and (max-width: 767px) {

	.participant-fields-block .participant-infos-field {
		float: none;
	}

	.participant-fields-block .participant-fields-row {
		padding: 15px 0px 0px 0px;
	}

	.participant-fields-block .participant-infos-field,
	.participant-fields-block .participant-group-infos-field {
		width: 100%;
	}
}


/* Contact form */

.contact-form-container .contact-form-block {
	max-width: 420px;
	margin: 0px auto;
	text-align: center;
}

.contact-form-container p.introduction {
	margin: 0px 0px 20px 0px;
	font: 400 14.7px/1.5 Arial, sans-serif;
	text-align: center;
}

.contact-form-container .g-recaptcha {
	padding: 16px 0px 16px 0px;
	text-align: center;
}

.contact-form-container .g-recaptcha > div {
	display: inline-block;
}

.contact-form-container .error-anchor div {
	padding: 20px 0px 30px 0px;
	text-align: center;
	color: #d44950;
	font-weight: bold;
}

/* General Terms of Service */

.gts-container h3 {
	margin: 0px 0px 40px 0px;
	padding: 10px 40px 10px 40px;
	font-size: 24px;
	background-color: #52A2D5;
	color: #fff;
}

/* Idnetity verification */

.identity-verification-container .identity-verification-row,
.error-container .error-row {
	min-height: 260px;
}

/* Header */

header {
	position: relative;
	display: block;
	width: 100%;
	min-height: 160px;
	background-color: white;
}

/* Block : Logo */

header .header-logo a {
	position: relative;
	display: block;
	width: 100%;
	min-height: 160px;
	text-decoration: none;
}

header .header-logo img {
	display: block;
	margin: 0px auto 0px auto;
	width: 100%;
}

/* Block : Header title */

header .header-title {
	display: block;
	padding: 10px 10px 10px 10px;
	line-height: 24px;
	text-align: center;
	color: #333;
	font-size: 18px;
	text-transform: uppercase;
}

header .header-title:hover {
	text-decoration: none;
}

/* Block : Lang selector */

header .lang-selector .lang-item {
	display: inline-block;
	padding: 4px 4px 4px 4px;
	text-transform: uppercase;
	cursor: pointer;
}

header .lang-selector .lang-item.selected {
	border-radius: 6px;
	box-shadow: 0 0 5px #eee;
	background-color: #eee;
}

header .lang-selector .lang-item:hover {
	color: #21C0DD;
}

@media screen and (min-width: 768px) {
	header .lang-selector {
		position: absolute;
		top: 8px;
		right: 8px;
	}
}

@media screen and (max-width: 767px) {
	.lang-selector {
		position: absolute;
		top: 120px;
		left: 8px;
	}
}


/* Footer */

footer {
	padding: 12px 0px 100px 0px;
	min-height: 160px;
	text-align: center;
	background-color: white;
}

footer p {
	margin: 20px 0px 20px 0px;
}

footer p a {
	display: inline-block;
	padding: 0px 12px 0px 12px;
}

footer .footer-link {
	cursor: pointer;
	line-height: 22px;
	color: #337ab7;
	text-decoration: none;
}

footer .footer-link:hover {
	cursor: pointer;
	line-height: 22px;
	color: #23527c;
	text-decoration: underline;
}

/*** B2B ***/

html.html-page-group-b2b.html-page-name-b2b_client, html.html-page-group-b2b.html-page-name-b2b_client body.page-name-b2b_client, html.html-page-group-b2b.html-page-name-b2b_order_zip_list, html.html-page-group-b2b.html-page-name-b2b_order_zip_list body.html-page-group-b2b.page-name-b2b_order_zip_list {
    background-image: none;
    background-color: transparent;
}

/*** Widgets ***/

/* Popin */

.merry-goblin-iframe-popin-link {
	cursor: pointer;
	text-decoration: underline;
}

.merry-goblin-modal-popin-wrapper,
.merry-goblin-iframe-popin-wrapper {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	padding: 0px;
	text-align: center;
	background-color: rgba(66, 53, 46, 0.8);
	cursor: pointer;
}

.merry-goblin-modal-popin-content {
	position: relative;
	display: inline-block;
	width: auto;
	top: 12%;
	padding: 0px;
	max-width: 90%;
	max-height: 90%;
	background-color: #fff;
	border-radius: 12px;
	cursor: default;
}

.merry-goblin-iframe-popin-content {
	position: relative;
	display: inline-block;
	width: auto;
	top: 12%;
	padding: 0px;
	min-width: 75%;
	max-width: 90%;
	min-height: 75%;
	max-height: 90%;
	background-color: #fff;
	border-radius: 12px;
	cursor: default;
}

.merry-goblin-iframe-popin-close {
	position: absolute;
	right: 4px;
	top: 4px;
	width: 32px;
	height: 32px;
	opacity: 0.3;
	cursor: pointer;
	z-index: 10000;
}

.merry-goblin-iframe-popin-close:hover {
	opacity: 1;
}

.merry-goblin-iframe-popin-close:before,
.merry-goblin-iframe-popin-close:after {
	position: absolute;
	left: 15px;
	content: ' ';
	height: 33px;
	width: 2px;
	background-color: #333;
}
.merry-goblin-iframe-popin-close:before {
	transform: rotate(45deg);
}
.merry-goblin-iframe-popin-close:after {
	transform: rotate(-45deg);
}

.merry-goblin-iframe-popin-iframe {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	padding-top: 9px;
	padding-bottom: 9px;
	border: 0px solid transparent;
}

@media (max-width: 767px) {

	.merry-goblin-iframe-popin-content {
		top: 5%;
		min-width: 90%;
		min-height: 90%;
	}

	.merry-goblin-iframe-popin-close {
		opacity: 1;
	}

}

/* picture reshaper */

#upload-photo-popin .well {
	margin: 12px 0px 12px 0px;
	background-color: #fff;
	width: 100%;
	max-width: 750px;
}

.picture-reshaper-title h3 {
	margin: 12px 0px 12px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}

.picture-reshaper-upload {
	margin: 12px 0px 12px 0px;
	padding: 0px 0px 0px 0px;
	/*min-height: 43px;*/
	font-size: 18px;
	color: #54a3d5;
	cursor: pointer;
}

.picture-reshaper-upload .upload-button {
	float: left;
	width: 58px;
	height: 43px;
	padding: 0px 0px 0px 0px;
	background: url("../../images/picture-upload/upload-picture.png") no-repeat top left transparent;
}

.picture-reshaper-upload .upload-button:hover {
	background-position: bottom left;
}

.picture-reshaper-upload .upload-text {
	display: inline-block;
	line-height: 18px;
	padding-top: 3px;
	padding-left: 8px;
	font-size: 13px;
}

.reupload-main-text {
	font-size: 13px;
}

.reupload-sub-text {
	font-size: 11px;
	color: #333;
}

.raw-picture-block {
	float: left;
	width: 540px;
	height: 360px;
	/*width: 100%;
	max-width: 540px;*/
	padding: 10px;
	background-color: #eee;
}

.picture-tool-block {
	float: left;
	padding-left: 35px;
}

.picture-reshaper-validation {
	padding: 12px 0px 12px 0px;
	clear: both;
	text-align: center;
}

.picture-reshaper-validation .btn {
	font-size: 18px;
}

.merry-goblin-modal-popin-close {
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 8px 8px 8px 8px;
	padding: 4px 8px 4px 8px;
	border: 0px solid transparent;
	/*background: url("../images/picture-upload/close-button.png") no-repeat top left transparent;*/
	cursor: pointer;
	text-align: center;
}

/*.upload-photo-popin_close:hover {
	background-position: bottom left;
}*/

.merry-goblin-modal-popin-close .btn {
	font-size: 32px;
	line-height: 32px;
	color: #fff;
}

.picture-tool-block .picture-tool {
	padding: 0px 0px 10px 0px;
	width: 116px;
	height: 61px;
	cursor: pointer;
}

.picture-tool-block .scale::after {
    display: table;
    content: " ";
    clear: both;
}
.picture-tool-block .scale::before {
    display: table;
    content: " ";
}

.picture-tool-block .scale .zoom-in-button.active {
	opacity: 1;
}
.picture-tool-block .scale .zoom-in-button {
	opacity: 0.5;
	float: left;
	width: 53px;
	height: 43px;
	background: url("../../images/picture-upload/zoom-button.png") no-repeat top left transparent;
}
.picture-tool-block .scale .zoom-in-button.active:hover {
	background-position: bottom left;
}

.picture-tool-block .scale .zoom-out-button.active {
	opacity: 1;
}
.picture-tool-block .scale .zoom-out-button {
	opacity: 0.5;
	float: left;
	width: 53px;
	height: 43px;
	background: url("../../images/picture-upload/dezoom-button.png") no-repeat top left transparent;
}
.picture-tool-block .scale .zoom-out-button.active:hover {
	background-position: bottom left;
}

@media screen and (max-width: 768px) {

	#upload-photo-popin .merry-goblin-modal-popin-content {
		max-width: 100%;
		max-height: 90%;
	}

	#upload-photo-popin .well {
		position: relative;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		background-color: #fff;
		width: 100%;
	}

	.raw-picture-block {
		float: none;
		padding: 0px 0px 0px 0px;
		width: 100%;
		max-width: none;
		max-height: none;
	}

	.picture-reshaper-title {
		display: none;
	}

	.picture-reshaper-upload {
		margin: 0px 0px 0px 0px;
		position: absolute;
		top: 10px;
		left: 10px;
		z-index: 1000;
		color: #fff;
	}

	.picture-reshaper-upload .upload-text {
		display: none;
	}

	.picture-tool-block .picture-tool {
		padding: 0px 0px 0px 0px;
		width: auto;
		height: auto;
	}

	.picture-tool-block .scale {
		position: absolute;
		top: 10px;
		left: 50%;
		margin-left: -27px;
	}

	.picture-reshaper-validation {
		position: absolute;
		bottom: 10px;
		right: 7px;
		padding: 0px 0px 0px 0px;
		/*background: url("../images/picture-upload/responsive-validation-button.png") no-repeat center center transparent;*/
		cursor: pointer;
	}

	.picture-reshaper-validation button {
		opacity: 0.85;
	}

	.picture-reshaper-validation button:hover {
		opacity: 1.0;
	}

	.upload-photo-popin_close {
		top: 10px;
		right: 7px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		cursor: pointer;
		opacity: 0.85;
	}

	.upload-photo-popin_close:hover {
		opacity: 1.0;
	}

	.upload-photo-popin_close .btn {
		padding-top: 4px;
		padding-bottom: 4px;
	}
}


/* Reshaper special css (should not be changed) */

.picture-reshaper-frame {
	width: 100%;
	max-width: 520px;
	max-height: 340px;
	overflow: hidden;
	margin: 0px auto;
}

.picture-reshaper-border {
	position: relative;
	text-align: left;
/*	top: 0px;
	left: 0px;*/
}

.picture-reshaper .raw-picture {
	right: auto;
	bottom: auto;
	/*position: relative;*/
/*	top: 0px;
	left: 0px;*/
}

.picture-reshaper .raw-picture {
    cursor: not-allowed;
}

.picture-reshaper .raw-picture.active {
    cursor: move;
}

@media screen and (max-width: 768px) {

	.picture-reshaper-frame {
		max-width: none;
		max-height: none;
	}
}
/* Buttons */

.btn-custom {
	background-color: #337ab7;
	border-color: #2e6da4;
	color: #fff;
}

.btn-custom:hover {
	background-color: #337ab7;
	border-color: #2e6da4;
	color: #fff;
}

.btn-custom:focus {
	background-color: #337ab7;
	border-color: #2e6da4;
	color: #fff;
}

a.btn-custom:hover {
	background-color: #23527c;
	color: #fff;
}

.btn-custom-discount-code {
	background-color: transparent;
	border-color: transparent;
	color: #999;
}

/* Radio boxes */

.btn-custom-radio label {
	line-height: 22px;
}

.btn-custom-radio input[type="radio"] {
	/*display: none;*/
	position: absolute;
	opacity: 0;
}

.remove-padding-inline{
	padding: 0 !important;
}

.btn-custom-radio label span.radiobox-icon {
	display: inline-block;
	width: 22px;
	height: 22px;
	line-height: 22px;
	vertical-align: top;
	/*background-image: url("../../images/forms/radiobox-blue-fluo.png");*/
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='44' viewBox='0 0 22 44'%3E%3Ccircle cx='11' cy='11' r='6' style='fill:%23dadada;stroke:%23ccc;'/%3E%3Ccircle cx='11' cy='33' r='6' style='fill:%23dadada;stroke:%23ccc;'/%3E%3Ccircle cx='11' cy='33' r='4' style='fill:%2352a2d5;'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.btn-custom-radio input[type="radio"]:not(:checked) + label span.radiobox-icon {
	background-position: top left;
}

.btn-custom-radio input[type="radio"]:checked + label span.radiobox-icon {
	background-position: bottom left;
}

.btn-custom-radio input[type="radio"]:focus + label, .custom-checkbox input[type="checkbox"]:focus + label  {
	/*color: #52a2d5; Exemple of focus on input radio and checkbox*/
}

.btn-custom-radio label {
	padding-left: 0px;
	margin-bottom: 0px;
	cursor: pointer;
	font-weight: normal;
}

.btn-custom-radio label span.radiobox-label {
	display: inline-block;
	padding-left: 8px;
	min-height: 22px;
	line-height: 22px;
	vertical-align: top;
}

@media screen and (max-width: 767px) {

	.btn-custom-radio label span.radiobox-label,
	.btn-custom-radio label span.radiobox-label {
		max-width: 210px;
	}
}

/* Check boxes */

.custom-checkbox label {
	line-height: 22px;
}

.custom-checkbox input[type="checkbox"] {
	/*disply: none;*/
	position: absolute;
	opacity: 0;
}

.custom-checkbox label span.checkbox-icon {
	display: inline-block;
	width: 22px;
	height: 22px;
	line-height: 22px;
	vertical-align: top;
	background-image: url("../../images/forms/checkbox-light-grey.png");
	background-repeat: no-repeat;
	background-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.custom-checkbox input[type="checkbox"]:not(:checked) + label span.checkbox-icon {
	background-position: 0px 0px;
}
.custom-checkbox input[type="checkbox"]:checked + label span.checkbox-icon {
	background-position: 0px -22px;
}
.custom-checkbox input[type="checkbox"]:not(:checked) + label span.checkbox-icon.form-error {
	background-position: 0px -44px;
}

.custom-checkbox label {
	padding-left: 0px;
	cursor: pointer;
}

.custom-checkbox label span.checkbox-label {
	display: inline-block;
	padding-left: 8px;
	min-height: 22px;
	line-height: 22px;
	vertical-align: top;
}

@media screen and (max-width: 767px) {

	.custom-checkbox label span.checkbox-label {
		max-width: 80%;
	}
}

/* Validator */

.bv-tooltip-container {
	display: block;
	position: relative;
	width: 100%;
	font-family: "Open Sans",​sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: normal;
	line-height: 1.42857;
	text-align: start;
	text-shadow: none;
	text-transform: none;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
}

.bv-tooltip-container > div {
	display: block;
	position: absolute;
	bottom: 2px;
	left: 0;
	width: 100%;
	text-align: left;
}

.bv-tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-top-color: rgba(169, 68, 66, 0.9);
	border-style: solid;
	bottom: 0;
    left: 20px;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: rgba(169, 68, 66, 0.9);
}

.bv-tooltip-content {
	display: inline-block;
	margin: 0px 0px 5px 0px;
	padding: 4px;
	background-color: rgba(169, 68, 66, 0.9);
	color: #fff;
	border: 1px solid rgba(169, 68, 66, 0.9);
	border-radius: 6px;
}

/* Widget Loader */

.isloading-wrapper {
	line-height: 36px;
}

.isloading-wrapper.isloading-right{
	margin-left:10px;
}
.isloading-overlay{
	position:relative;
	text-align:center;
}
.isloading-overlay .isloading-wrapper {
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.75);
	-webkit-border-radius:7px;
	-webkit-background-clip:padding-box;
	-moz-border-radius:7px;
	-moz-background-clip:padding;
	border-radius:7px;
	background-clip:padding-box;
	display:inline-block;
	margin:0 auto;
	padding:10px 20px;
	top:10%;
	z-index:9000;
	line-height: 36px;
	color: #333;
}

/* icons */

.buybox-icon {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: rotate(0, 0);
	padding-left: 4px;
	width: 40px;
	height: 36px;
	vertical-align: bottom;
	opacity: 0.9;
}

.buybox-icon-cog {
	background: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg viewBox='0 0 60 60' width='60' height='60' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cg id='a'%3E%3Cpath d='m24.5 30 0.5-10c0-2 10-2 10 0l0.5 10z' fill='%23333' stroke='transparent'/%3E%3C/g%3E%3C/defs%3E%3Cg transform='scale(.6)'%3E%3Cpath d='m9.5 30a20.5 20.5 0 1 1 41 0 20.5 20.5 0 1 1-41 0m12.5 0a8 8 0 1 1 16 0 8 8 0 1 1-16 0' fill='%23333' fill-rule='evenodd' stroke='transparent'/%3E%3Cuse transform='translate(0 -15)' xlink:href='%23a'/%3E%3Cuse transform='rotate(45 30 30) translate(0 -15)' xlink:href='%23a'/%3E%3Cuse transform='rotate(90 30 30) translate(0 -15)' xlink:href='%23a'/%3E%3Cuse transform='rotate(135 30 30) translate(0 -15)' xlink:href='%23a'/%3E%3Cuse transform='rotate(180 30 30) translate(0 -15)' xlink:href='%23a'/%3E%3Cuse transform='rotate(225 30 30) translate(0 -15)' xlink:href='%23a'/%3E%3Cuse transform='rotate(270 30 30) translate(0 -15)' xlink:href='%23a'/%3E%3Cuse transform='rotate(315 30 30) translate(0 -15)' xlink:href='%23a'/%3E%3C/g%3E%3C/svg%3E") no-repeat top left transparent;
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}

.buybox-spin {
    -webkit-animation: buybox-spin 2s infinite linear;
    animation: buybox-spin 2s infinite linear;
}
@-webkit-keyframes buybox-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes buybox-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.mvm {
	padding: 20px 0px;
}

#bv-tooltip-container-amount {
	min-width: 180px;
}


/* wallet mobile buttons */
.add-gift-card-to-wallet-block{
  margin-top: 30px;
}

@media (min-width: 992px) {
	.add-gift-card-to-wallet-link-apple{
	    text-align: right;
	}

	.add-gift-card-to-wallet-link-google{
	    text-align: left;
	}
}

/* animatin place holder */

.floating-label-group {
	position: relative;
	margin-top: 15px;
	margin-bottom: 25px;
}
.floating-label-group .floating-label {
	font-size: 13px;
	color: #ccc;
	position: absolute;
	pointer-events: none;
	top: 9px;
	left: 12px;
	transition: all 0.1s ease;
}
.floating-label-group input:focus ~ .floating-label, .floating-label-group input:not(:focus):valid ~ .floating-label {
	top: -15px;
	bottom: 0px;
	left: 0px;
	font-size: 11px;
	opacity: 1;
	color: #404040;
}
.row {
	margin-top: 50px;
}

