





/* Global */
@font-face{
    font-family: 'Antarctica-Light';
    src:url('/custom_assets/css/fonts/1241/antarctica-light-1758113324.otf');
    font-weight: 300;
    font-style: normal;
}

@font-face{
    font-family: 'Antarctica';
    src: url('/custom_assets/css/fonts/1241/antarctica-regular-1758113341.otf');
    font-weight: 400;
    font-style: normal;
}

@font-face{
    font-family: 'Antarctica-Medium';
    src: url('/custom_assets/css/fonts/1241/antarctica-medium-1758113367.otf');
    font-weight: 500;
    font-style: normal;
}

@font-face{
    font-family: 'Antarctica-Semibold';
    src: url('/custom_assets/css/fonts/1241/antarctica-semibold-1758113392.otf');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Atacama';
    src: url('/custom_assets/css/fonts/1241/atacama-condensedlightitalic-1758113445.otf');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Atacama';
    src: url('/custom_assets/css/fonts/1241/atacama-light-1758113466.otf');
    font-weight: 300;
    font-style: normal;
}


html, body.gift-card-app {
	font: 13px/1.2 Antarctica-Light, sans-serif;
	color: #000;
	background-color: #fff;
	background-position: center top;
	background-repeat: no-repeat;
	letter-spacing: 0px;
}

p {
	line-height: 17px;
}

*:focus {
	outline: none !important;
	outline-style: none !important;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover, a:focus {
	color: #000000;
}

.global {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100%;
	background-image: none !important;
}

.global .body {
	padding: 0;
}

.global .block-body {
	padding: 20px;
}

.global .block-body.payment-body{
	padding-top: 30px;
}


/* .global .block-container:not(.gallery-container, .confirm-transform-container) {
	padding-top: 60px;
} */


.txtright {
  text-align: right!important;
}

@media screen and (max-width: 767px) {
	.global .block-containers {
		padding-left: 13px;
		padding-right: 13px;
	}
}

@media screen and (min-width: 768px) and (max-width: 993px) {
	.global > .container {
		padding-left: 15px;
		padding-right: 15px;
		margin-top: 0px;
	}
}

/* Header */

.gift-card-app header {
	position: relative;
	display: block;
	width: 100%;
	background-position: top center;
	background-repeat: no-repeat;
	background-color: transparent;
	background-size: 100%;
	max-width: none;
	min-height: auto;
	box-shadow: none;
	height: 224px;
}

header .header-logo,
header .header-menu,
header .header-title,
.header-text {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
}

.merchant-logo-svg {
	display: block;
	margin: 0px auto;
	width: 200px;
	height: 66px;
}

.header-banner {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 42px;
	height: 42px;
	z-index: 10000;
}

.header-banner-wrapper {
	position: relative;
	width: 100%;
	margin: 0px auto;
	padding-top: 15px;
}

/* start clearfix */
.header-banner-wrapper:before,
.header-banner-wrapper:after {
	display: table;
	content: " ";
}
.header-banner-wrapper:after {
	clear: both;
}
/* end clearfix */



header .header-logo a {
	position: relative;
	display: block;
	width: 100%;
	min-height: 50px;
	text-decoration: none;
}

header .header-title {
	display: none;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	text-transform: none !important;
	line-height: 20px;
}

header .header-logo img {
	display: block;
	margin: 25px auto;
	max-width: 83px !important;
    margin-bottom: 48px;
}

header .header-title:hover {
	text-decoration: none;
}

.header-text {
	text-align: center;
	padding: 0px 0px 10px 0px;
	margin: auto;
	font-weight: 400;
	color: #777;
}

.header-text-back {
	display: block;
	padding: 15px 0px 10px 0px;
	margin: 20px 0px 20px 0px;
	line-height: 50px;
	text-align: center;
	color: #000;
	font-family: Antarctica-Semibold,sans-serif;
	font-size: 45px;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 0px;
}

@media screen and (min-width: 1202px) {
	header {
		max-width: none;
	}

	header > .header-logo,
	header > .header-menu,
	header > .header-title,
	.header-banner > .header-banner-wrapper {
		max-width: 1140px;
	}

	header .header-logo a {
		padding-top: 5px;
	}

	header .header-title {
		line-height: 15px;
		padding: 0px 0px 10px 0px;
		color: #000;
	}

	.header-text {
		padding: 0px 0px 10px 0px;
		margin: auto;
	}
}

@media screen and (min-width: 994px) and (max-width: 1201px) {
	header {
		max-width: none;
	}

	header > .header-logo,
	header > .header-menu,
	header > .header-title,
	.header-banner > .header-banner-wrapper {
		max-width: 944px;
	}

	header .header-logo a {
		padding-top: 0px;
	}

	header .header-title {
		line-height: 10px;
		padding: 0px 0px 10px 0px;
		color: #000;

	}
	.header-text {
		padding: 0px 0px 10px 0px;
		margin: auto;
	}
}

@media screen and (min-width: 768px) and (max-width: 993px) {
	header {
		max-width: none;
	}

	header > .header-logo,
	header > .header-menu,
	header > .header-title,
	.header-banner > .header-banner-wrapper {
		max-width: 720px;
	}

	header .header-logo a {
		padding-top: 0px;
		margin-bottom: 0px;
	}

	header .header-title {
		padding: 5px 0px 10px 0px;
		color: #000;
		font-size: 16px;
		line-height: 20px;
	}

	.header-text {
		padding: 10px 0px 60px 0px;
		margin: auto;
	}
}

@media screen and (max-width: 767px) {
	.gift-card-app header {
		background-image: none !important;
		border-bottom: 0px solid #e2e2e2;
		min-height: 70px;
		height: 90px;
	}

	.gift-card-app .header-banner {
		padding-top: 8px;
		padding-right: 8px;
	}

	.gift-card-app .header-banner-wrapper {
		padding-top: 0px;
	}

	.gift-card-app header .header-logo {
        display: grid;
        margin: 0 auto;
        justify-content: center;
        align-items: center;
        padding-top: 25px;
	}

	header .header-logo a {
		display: block;
		width: 100%;
		padding-top: 0px;
	}

	header .header-logo img {
		margin: 0px 0px 0px 0px;
		max-width: 60px !important;
	}

	header .header-title {
		padding: 0px 13px 20px 13px;
		color: #000;
		font-size: 16px;
		line-height: 20px;
	}

	.header-text {
		background-color: #fff !important;
		padding: 5px 20px 30px 20px;
		margin: auto;
		font-weight: 400;
	}

	header .header-text-title {
		display: block;
		padding: 0px 0px 0px 0px;
		margin: 0px auto 0px auto;
		line-height: 30px;
		text-align: center;
		color: #000;
		font-size: 22px;
		font-weight: 400;
	}

	header .header-text-subtitle {
		line-height: 30px;
		font-size: 18px;
	}

	.header-text-back {
		line-height: 40px;
		font-size: 30px;
		padding: 25px 0px 16px 0px;
		margin: 0px 0px 0px 0px;
		letter-spacing: 0px;
	}

}

/* Menu */
.gift-card-app header .header-menu {
	padding: 0px 0px 0px 0px;
}

.gift-card-app header .header-menu .border-menu {
	color: #e2e2e2;
  font-size: 11px;
}

.gift-card-app header .header-menu .border-menu-mt {
	margin-top: 7px;
}


.gift-card-app header .header-menu a {
	margin: 10px 10px 10px 10px;
	padding: 10px 0px 23px 0px;
	text-decoration: none;
	color: #000;
	font-family: Antarctica-Medium, sans-serif;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	height: 17px;
	line-height: 13px;
	letter-spacing: 0px;
}

.gift-card-app header .header-menu .no-border {
	border-right: none !important;
}
.gift-card-app header .header-menu a:hover {
	text-decoration: none;
	color: #000;
}

@media screen and (min-width: 1202px) {
	.gift-card-app header .header-menu a {
		margin: 0px 28px 0px 0px;
	}

	.gift-card-app header .header-menu a.menu-search-link {
		margin: 0px 28px 0px -10px;
	}

	.gift-card-app header .header-menu .border-menu {
		margin: 0px 28px 0px 0px;
	}
}

@media screen and (min-width: 994px) and (max-width: 1201px) {
	.gift-card-app header .header-menu a {
		margin: 0px 8px 0px 8px;
	}

	.gift-card-app header .header-menu a {
		font-size: 14.5px;
		letter-spacing: 0px;
	}
}

@media screen and (min-width: 768px) and (max-width: 993px) {
	.gift-card-app header .header-menu a {
		margin: 0px 20px 0px 20px;
	}
}

@media screen and (min-width: 768px) {
	.gift-card-app .header-menu .navbar {
		min-height: auto;
		margin-bottom: 0px;
		background-color: transparent;
		border-color: transparent;
		border-radius: 0px;
		margin-right: 0px;
	}

	.gift-card-app .header-menu .container-fluid {
		padding-left: 0px;
		padding-right: 0px;
	}

	.gift-card-app .header-menu .navbar-collapse {
	  text-align: center !important;
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.gift-card-app .header-menu .navbar-nav {
	  display: inline-block !important;
    float: none !important;
	}

	.gift-card-app .header-menu .navbar-right {
		margin-right: 0px;
	}

}

@media screen and (max-width: 767px) {
	.gift-card-app header .header-menu {
		position: absolute;
		top: 60px;
		left: 0px;
		padding: 0px 0px 0px 0px;
		float: none;
		background-color: transparent;
	}

	.gift-card-app header .header-menu .navbar-header {
		position: absolute;
		top: -45px;
		left: 26px;
	}

	.gift-card-app header .header-menu .navbar-header .navbar-toggle {
		float: left;
	}

	.gift-card-app header .navbar-default {
		background-color: transparent;
		border-radius: 0px;
		border-top: 0px solid transparent;
		border-color: transparent;
	}

	.gift-card-app header .navbar {
		border: 0px solid transparent;
	}

	.gift-card-app header .navbar .navbar-nav {
		background-color: #fff;
	}

	.gift-card-app header .navbar .navbar-nav a:hover {
		background-color: #fff;
		color: #000000;
	}

	.gift-card-app header .navbar-default .navbar-collapse {
		border-top: 0px solid transparent;
	}

	.gift-card-app header .navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border-color: #000;
	}

	.gift-card-app header .header-menu .border-menu {
		display: none;
	}

	.gift-card-app header .header-menu .border-menu-mt {
		display: none;
	}

	.gift-card-app header .header-menu a {
		margin: 10px 10px 10px 10px;
		padding: 0px 0px 4px 10px;
		height: 32px;
		line-height: 30px;
		border-right: none;
		color: #000;
		background-color: #fff;
		font-size: 12px;
        font-family: 'Antarctica', sans-serif;
        font-weight: 500;
	}

	.gift-card-app header .header-menu a:hover {
		color: #000;
		background-color: #fff;
	}

	.gift-card-app header .navbar .navbar-nav a:hover {
		background-color: #fff;
		color: #000;
	}
}

/* Footer */

footer {
	padding-top: 12px;
	padding-bottom: 100px;
	min-height: 160px;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-color: #fff;
	text-align: center;
	box-shadow: none;
	border-top: 1px solid #7E7E8A4D;
	font-family: 'Antarctica', sans-serif;
	font-size: 13px;
	font-weight: 300;
}

footer p {
	margin: 20px 0px;
	color: #000;
}

footer p a {
	display: inline-block;
	padding: 0px 12px;
	color: #000;
}

.footer-link {
	cursor: pointer;
	line-height: 22px;
	color: #000 !important;
}

.footer-link:hover {
	color: #000 !important;
}

/* GTS */
.payment-gts-block .merry-goblin-iframe-popin-link {
  color: #777;
  font-family: Antarctica-Medium, sans-serif !important;
}

.payment-gts-block .merry-goblin-iframe-popin-link:hover {
  font-family: Antarctica-Medium, sans-serif !important;
  color: #000;
  text-decoration: none;
}

/* Content */

div.send-date-type-block.send-date-type-later-block > div > label > span.radiobox-label > p > a {
	text-decoration: underline;
}

@media screen and (min-width: 587px) {
	.gift-card-app .block-title h3 {
		width: 750px;
	}
}


.gift-card-app .block-title h3, .gift-card-app .gts-body h3 {
	margin: 40px 0px 20px 0px;
	padding: 110px 20px 0px 20px;
	background-color: transparent;
	color: #000;
	font-family: Antarctica-Semibold, sans-serif;
	font-size: 35px;
	letter-spacing: 0px;
	text-align: center;
	max-width: 800px;
	margin: 0 auto;
}

.block-container:first-child {
	padding-top: 0px;
}

@media screen and (max-width: 767px) {
	.gift-card-app .block-title h3 {
		margin: 0px 0px 0px 0px;
		padding: 30px 20px 0px 20px;
		font-size: 25px;
		width: auto;
	}
}

.gift-card-app .edit-ecard-container h4 {
	padding-bottom: 20px;
	font-weight: 700;
	font-family: Antarctica, sans-serif;
	font-size: 14px;
	text-transform: none;
	color: #000;
	letter-spacing: 0px;
}

.gift-card-app .dispatch-container .guide h4, .gift-card-app .gts-body h4 {
	padding-bottom: 0px;
	font-weight: 600;
	font-family: Antarctica-Semibold, sans-serif;
	font-size: 13px;
	color: #000;
	letter-spacing: 0px;
}

@media screen and (max-width: 767px) {
	.gift-card-app .dispatch-container .guide h4 {
		font-size: 13px;
	}
}

.gift-card-app .dispatch-container .guide p + h4 {
	margin-top: 30px;
}

@media screen and (max-width: 767px) {
	div.guide > p {
		margin: 0px 0px 20px 0px;
	}
}

.carousel-ecard-visuals-block .supText,
.ecard-complete-block .ecard-complete {
	padding-left: 15px;
	padding-right: 15px;
}

.gift-card-app .sup-text-margin {
	margin-bottom: 60px;
}

.gift-card-app .send-type-block {
	margin-top: 10px;
}

@media screen and (max-width: 767px) {
	.gift-card-app .sup-text-margin {
		margin-bottom: 20px;
	}

	.gift-card-app .send-type-block {
		margin-top: 0px;
	}
}

@media screen and (max-width: 991px) {
	.gift-card-app .edit-summary-container .edit-summary-visual-block,
	.gift-card-app .edit-summary-container .edit-summary-description-block {
		width: 100%;
	}
}

div.guide p {
	line-height: 17px;
	background: unset;
}

.gift-card-app .underline {
	text-decoration: underline;
}

div.guide p:before {
	content: unset;
}

div.block-tip-send-date {
	margin-top: 20px;
}

div.block-tip-send-date .tip {
	font-style: italic;
	font-size: 0.9em;
	color: #000;
}

ul.participations {
	padding-left: 40px;
}

/* ul.participations li {
	list-style: none;
	padding-left: 30px;
	margin-left: 30px !important;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 12 12'%3E%3Ccircle cx='6' cy='6' r='6' style='fill:%23000;'/%3E%3C/svg%3E") no-repeat 0 7px transparent !important;
} */

ul.participations li:before {
	content: unset !important;
}

.gift-card-app .consult-container {
	min-height: 650px;
}

@media screen and (min-width: 768px) {
	.gift-card-app .consult-container {
		margin-top: -120px;
	}
}

.consult-balance-block {
	margin-bottom: 30px !important;
	padding-bottom: 20px !important;
	border-bottom: 0px solid #666 !important;
	max-width: 100% !important;
	text-align: center;
}

.gift-card-app:not(.page-name-confirmIdentityVerification) .confirm-purchase-container {
	padding-top: 0px;
	margin-top: -120px;
}

@media screen and (max-width: 767px) {
	.gift-card-app:not(.page-name-confirmIdentityVerification) .confirm-purchase-container {
		padding: 0px;
	margin-top: 0px;
	}
}

@media screen and (min-width: 768px) {
	.confirm-transform-title {
		margin-top: -50px;
	}
}

.gift-card-app.page-name-confirmIdentityVerification .confirm-purchase-container {
	text-align: center;
	min-height: 650px;
}

.gift-card-app.page-name-confirmIdentityVerification .confirm-purchase-container .confirm-purchase-body {
	padding: 0 30px;
}

.gift-card-app.page-name-confirmIdentityVerification .confirm-purchase-container .confirm-purchase-body p {
	margin: 24px 0px;
  text-align: center;
  line-height: 20px;
  font-size: 17px;
}

.gift-card-app.page-name-confirmIdentityVerification .confirm-purchase-container h3 {
	padding-bottom: 20px;
  font-weight: 400;
  font-family: futurtbolbold, serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 0px;
  border-top: unset;
}

.gift-card-app.page-name-confirmIdentityVerification .confirm-purchase-container h3.chapter-title {
	padding: 32px 20px 32px 20px;
  background-color: transparent;
  color: #000;
  font-family: futurtbolbold, serif;
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
  border-bottom: 0px solid #e2e2e2;
  border-top: 1px solid #e2e2e2;
  letter-spacing: 0px;
}

@media screen and (max-width: 767px) {
	.gift-card-app.page-name-confirmIdentityVerification .confirm-purchase-container h3.chapter-title {
		padding: 40px 20px 30px 20px;
    font-size: 16px;
	}
}

.gift-card-app .new-ecard-link a.btn {
	display: inline-block;
  line-height: 20px;
  font-size: 17px;
}

.participant-fields-block .participant-fields-row {
	padding: 0;
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.participant-fields-block .participant-first-name-block,
.participant-fields-block .participant-last-name-block{
	float: left;
}

/* Galery */

.gift-card-app .carousel-text-block {
	display: none;
}

.gift-card-app .carousel-visuals-block {
	width: 100%;
	padding: 0px 100px;
}

.carousel-visuals-block .visual {
	width: 100%;
	padding: 8px;
	cursor: pointer;
}

.carousel-visuals-block .visual.active {
	background-color: #e2e2e2;
}

.gift-card-app .carousel-visuals-block .slick-prev,
.gift-card-app .carousel-visuals-block .slick-next {
	width: 24px;
	height:24px;
	box-sizing: border-box;
}

.gift-card-app .carousel-visuals-block .slick-prev {
	transform: rotate(-135deg);
}

.gift-card-app .carousel-visuals-block .slick-next {
	transform: rotate(45deg);
}

.gift-card-app .carousel-visuals-block .slick-prev, .gift-card-app .carousel-visuals-block .slick-next {
	border-width: 3px 3px 0 0;
	border-style: solid;
	border-color: #aaa;
	display: block;
	opacity: 1;
	background: unset;
}

.gift-card-app .carousel-visuals-block .slick-prev:hover, .gift-card-app .carousel-visuals-block .slick-next:hover {
	border-color: #444;
}

.gallery-container {
	display: none;
}

.gallery-container .slick-dots li button {
  width: 8px;
  height: 8px;
  padding: 0px 0px 0px 0px;
  background: no-repeat top center transparent;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 12 12'%3E%3Ccircle cx='6' cy='6' r='6' style='fill:%23ccc;'/%3E%3C/svg%3E%0A");
}

.gallery-container .slick-dots li.slick-active button {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 12 12'%3E%3Ccircle cx='6' cy='6' r='6' style='fill:%23ccc;'/%3E%3C/svg%3E%0A");
}

.gallery-container .slick-dots li button:hover {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 12 12'%3E%3Ccircle cx='6' cy='6' r='6' style='fill:%23444;'/%3E%3C/svg%3E%0A");
}

@media screen and (max-width: 767px) {
	.gift-card-app .carousel-visuals-block {
		padding: 0px 25px;
	}

	.select-visual-button {
		padding: 12px;
		margin-top: 30px;
		border-radius: 46px;
		text-transform: uppercase;
	}

	.gallery-container .slick-visuals {
    padding-bottom: 0;
	}

	.gift-card-app .carousel-visuals-block .slick-prev {
		left: -25px;
	}

	.gift-card-app .carousel-visuals-block .slick-next {
		right: -25px;
	}
}


/* Visual overview */

.ecard-confirm .ecard-overview {
	width: 80%;
	margin: 0px auto;
}

.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;
	position: relative;
	top: 40%;
}

.ecard-overview-loading .ecard-overview-loading-wrapper .fa {
	padding-left: 4px;
	font-size: 36px;
	line-height: 36px;
	vertical-align: bottom;
	opacity: 0.9;
}

@media screen and (max-width: 767px) {
	.ecard-overview .visual,
	.ecard-summary .visual {
		width: 100%;
	}
}

@media screen and (min-width: 991px) {
	.gift-card-app .beneficiary-container .ecard-overview-block {
		width: 43.5%;
	}

	.gift-card-app .dispatch-container .dispatch-guide {
		width: 32%;
		margin-top: 10px;
	}

	.gift-card-app .dispatch-container .dispatch-method-block {
		width: 68%;
	}
}

@media screen and (max-width: 767px) {
	.dispatch-guide {
		text-align: center;
	}
}


/* Sending of an e-card */

.dispatch-container .send-type-block label span.radiobox-label {
	min-height: 34px;
    line-height: 34px;
    font-family: 'Antarctica-Semibold', sans-serif;
    font-size: 15px;
}

@media screen and (max-width: 767px) {
	.dispatch-container .send-type-block label span.radiobox-label {
		min-height: 17px;
		line-height: 17px;
		font-family: 'Antarctica-Semibold', sans-serif;
		font-size: 15px;
		line-height:19px;
		white-space: pre-line;
	}

	.btn-custom-radio.send-type-button.send-type-email-button .radiobox-label {
		padding-top: 10px;
	}
}

.ecard-send-type .beneficiary-email,
.ecard-send-type .send-date {
	height: 42px;
	padding: 12px;
}


.dispatch-container .send-type-block {
  color: #BEBEBE;
  background-color: #fff;
  font-weight: bold;
  font-size: 15px;
  border: 1px solid #DCDCDC;
}

.dispatch-container .send-type-block-active .radiobox-label {
  color: #fff;
  background-color: #b2b2b2;
  font-weight: 400;
  font-size: 17px;
}

.dispatch-container .send-type-block-active .radiobox-label {
  color: #000;
  background-color: #F4F4F41A;
  font-weight: bold;
  font-size: 15px;
}

.dispatch-container .dispatch-method-choice-content-block {
  min-height: 150px;
  border: 1px solid #DCDCDC;
  border-top: 0px solid transparent;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  background-color: #F4F4F41A;
  padding: 35px 35px 15px 35px;
}

.dispatch-container .dispatch-send-date-type-block {
    width: 67%;
}

.dispatch-container .dispatch-send-date-block {
    width: 33%;
}

@media screen and (max-width: 767px) {
	.ecard-send-type .radio {
		margin: 22px 0px;
	}

	.dispatch-container .dispatch-send-date-block {
    width: 100%;
	}

	.dispatch-container .dispatch-method-choice-content-block {
		padding: 30px 15px 15px 15px;
	}
}

/* Amounts */

.gift-card-app .amount-container {
	overflow: auto;
	zoom: 1;
}

.gift-card-app .amount-container .free-amount-currency {
	overflow: auto;
	zoom: 1;
	float: left;
	width: 25%;
}

.gift-card-app .amount-container .fixed-amounts {
	float: right;
	text-align: right;
}

.gift-card-app .amount-container .free-amount {
	display: block;
	float: left;
	/* margin: 4px 20px 12px 0px; */
	width: 150px;
	height: 44px;
	/* border: 1px solid #000; */
	/* border-bottom: 1px solid #000; */
	border-radius: 0px;
	font-size: 14px;
	font-weight: bold;
	background-color: #eee;
	text-align: center;
}

.gift-card-app .amount-container .free-amount input {
	display: inline-block;
	width: 150px;
	height: 44px;
	margin: 0px 0px 0px 0px;
	padding: 0px 4px 0px 8px;
	border: 1px solid #000 !important;
	background-color: #ffffff;
	text-align: center;
	font-family: 'Antarctica-Medium', sans-serif !important;
	font-size:15px !important;
	font-weight: 100 !important;
}

.gift-card-app .amount-container .currency-amount {
	display: block;
	float: left;
	margin: 0px 0px 16px 0px;
	padding: 0px 5px 0px 5px;
	font-size: 16px;
	font-weight: bold;
	width: 70px;
	height: 44px;
	line-height: 44px;
}

.gift-card-app .amount-container .fixed-amount {
	display: inline-block;
	height: 44px;
	line-height: 30px;
	margin: 0px 0px 16px 24px;
	padding: 6px 16px 6px 16px;
	border: 1px solid #000;
	border-radius: 0px;
	font-size: 14px;
	font-weight: 400;
	cursor: pointer;
	background-color: #FFF;
	color: #000;
	min-width: 122px;
	text-align: center;
}

.gift-card-app .amount-container .fixed-amount:hover
{
	background-color: #000;
	border: 1px solid #000;
	color: #fff;
}

.gift-card-app .amount-container .fixed-amount.active
{
	background-color: #000;
	border: 1px solid #000;
	color: #fff;
}

.gift-card-app .amount-container .fixed-amount span {
	font-family: 'Antarctica-Medium', sans-serif;
	padding: 0;
	line-height: 30px;
	font-size: 14px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.gift-card-app .amount-container .free-amount-currency {
		width: 30%;
	}
}

@media screen and (max-width: 767px) {
	.gift-card-app .amount-container .free-amount-currency {
		width: 84px;
		float: none;
		padding-left: 0px;
		margin: 30px auto 40px auto;
		border: 1px solid #000;
	}

	/* .gift-card-app .amount-container .free-amount-block {
		margin: auto;
		border: 1px solid #000;
		width: 84px;
	} */

	.gift-card-app .amount-container .free-amount {
		/* width: 56px; */
		margin: 0;
		padding: 0;
		border: 0px solid black;
		background-color: #fff;
		text-align: center;
	}

	.gift-card-app .amount-container .free-amount .amount {
		text-align: center;
	}

	.gift-card-app .amount-container .currency-amount {
		width: 24px;
		margin: 0px 0px 0px 10px;
		padding: 0px 0px 0px 0px;
	}

	.gift-card-app .amount-container .fixed-amounts {
		width: 100%;
		float: none;
		margin: 40px 0px 10px 0px;
		text-align: left;
	}

	.gift-card-app .amount-container .fixed-amount {
		width: 72px;
		max-width: 72px;
		margin: 0px 8px 16px 0px;
		padding: 6px 0px 6px 0px;
		text-align: center;
	}
}

/* Discount code */

.discount-code-block {
	width: 100%;
	margin: 0px auto;
}

@media screen and (max-width: 767px) {
	.discount-code-block {
		width: 90%;
	}
}

/* Payment type selection */

.payment-type-selection {
	padding: 20px 0px 0px 0px;
}

.payment-type-selection .radiobox-label {
	font-weight: 400;
	font-size: 14px;
}

/* Payment : SMOOTH Cards */
@media screen and (min-width: 767px){
  .organizer-fields-block .organizer-group-infos-field,
  .participant-fields-block .participant-group-infos-field {
    width: 50%;
  }
}

/* @media screen and (min-width: 767px){
  .organizer-infos-field {
    width: 65% !important;
    margin: auto;
    float: left !important;
  }
} */

.organizer-last-name,
.organizer-email,
.organizer-first-name,
.organizer-confirm-email,
.participant-last-name,
.participant-email,
.participant-first-name,
.participant-confirm-email {
  margin: 0px auto;
  border: 1px solid rgba(169, 169, 169, 0.75) !important;
  box-shadow: 0 0 rgba(0, 0, 0, 0.1) inset !important;
  border-radius: 0px;
  height: 42px;
}

.payment-captcha-block,
.payment-gts-block,
.payment-option-block,
.payment-submit-methods-block {
	text-align: left !important;
}

.payment-captcha-block .g-recaptcha {
  padding-top: 50px;
  padding-bottom: 30px;
  text-align: left;
  margin: 10px 0;
}

.calculation-block {
  padding: 0;
}

div.select-payment-methods p {
  padding: 40px 8px 20px 8px;
}

.payment-body .conclusion .introduction-comment {
  width: 100%;
}

.payment-body .organizer-fields-row {
	padding: 0;
	display: flex;
    justify-content: center;
	flex-wrap: wrap;
}

/* Payment type offline */

.payment-offline .payment-offline-selection  {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

/* Burn */

.form-ecard-number-connect {
	max-width: 100% !important;
	padding: 0 20px;
}

.form-ecard-number-connect .code-pin-container {
	margin: 12px 0px 24px 0px;
}

.form-ecard-number-connect .g-recaptcha {
	text-align: left;
}

.ecard-number-label {
	margin: 12px 0px 9px 0px !important;
	padding-left: 15px;
	font-weight: bold !important;
}

.ecard-number-fields {
	max-width: 420px;
	margin: 24px 0px 12px 0px !important;
}

.button-ecard-number-connect {
	margin: 12px 0px 12px 0px;
}

.open-gift-card-popin .glyphicon {
	font-size: 1.2em;
}

.extra-amount-row {
	line-height: 32px;
	width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
}

.button-ecard-number-connect .btn {
	font-family: 'Antarctica-Medium';
    width: 100%;
    max-width: 270px;
    padding: 10px 45px;
    border-radius: 0px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 50px;
}

/* Widget Tabulation */

.ui-widget-content {
	background-color: #fff;
	border: 1px solid #ccc;
	font: 400 14px/1.2 Lato,sans-serif;
}

.ui-widget-header {
	border: 0px solid transparent;
	background: none center center no-repeat #fff;
	color: #ffffff;
	font-weight: 400;
}

.ui-widget-header .ui-datepicker-title {
	color: #A9A9A9;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #A9A9A9;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #A9A9A9;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-left,
.ui-corner-tr,
.ui-corner-tl,
.ui-corner-br,
.ui-corner-bl {
	border-radius: 0px;
}

.ui-state-default.ui-state-active a, .ui-state-default.ui-state-active a:link, .ui-state-default.ui-state-active a:visited {
	color: #000000;
	background-color: #fff;
	font-weight: bold;
	font-size: 17px;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
	padding-left: 20px;
	color: #fff;
	background-color: #b2b2b2;
	font-weight: 400;
	font-size: 17px;
	}

@media screen and (max-width: 767px) {
	.ui-tabs .ui-tabs-nav li {
		margin-right: 0px;
		float: none;
	}

	.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
		float: none;
		display: block;
		padding: 6px 8px 6px 22px;
	}

	.ui-tabs .ui-tabs-nav .ui-state-default.ui-state-active a.ui-tabs-anchor,
	.ui-tabs .ui-tabs-nav .ui-state-default.ui-state-active a.ui-tabs-anchor:link,
	.ui-tabs .ui-tabs-nav .ui-state-default.ui-state-active a.ui-tabs-anchor:visited {
		background: url("../images/forms/tick.png");
		background-repeat: no-repeat;
		background-position: 3px 8px;
		background-color:transparent;
	}
}

/* Widget Loader */

.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: #000000;
}

.isloading-overlay .isloading-wrapper .fa {
	padding-left: 4px;
	font-size: 36px;
	line-height: 36px;
	vertical-align: bottom;
	opacity: 0.9;
}

/* Fields */

.beneficiary-container .beneficiary-infos .textarea-feedback {
	font-size:10px !important;
	font-family: 'Antarctica-Light', sans-serif;
	margin-top: 25px !important;
    right: 0px !important;
}

.gift-card-app .beneficiary-container .form-control,
.gift-card-app .beneficiary-email-block .form-control,
.gift-card-app .dispatch-send-date-block .form-control {
	border: 1px solid rgba(169, 169, 169, 0.75) !important;
	box-shadow: 0 0 rgba(0, 0, 0, 0.1) inset !important;
	border-radius: 0px;
	height: 59px;
  padding: 12px;
}

.gift-card-app .beneficiary-email-block .form-control {
	font-family: 'Antarctica-Light', sans-serif;
}

.gift-card-app .beneficiary-container .form-control:focus,
.gift-card-app .beneficiary-email-block .form-control:focus {
	border: 1px solid #A9A9A9;
	box-shadow: 0 0 rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(169, 169, 169, 0.6);
}

.gift-card-app .discount-code-block .form-control {
	border: 1px solid rgba(169, 169, 169, 0.75);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
}

.gift-card-app .discount-code-block .form-control:focus {
	border: 1px solid #A9A9A9;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(169, 169, 169, 0.6);
}

.gift-card-app .discount-code-block .form-error.form-control,
.gift-card-app .discount-code-block .form-error.form-control:focus {
	border-color: #a94442;
	box-shadow: 0 0 rgba(0, 0, 0, 0.075) inset;
}

/* Buttons */

.btn-custom {
	background-color: #000000;
	border-color: #000000;
	color: #fff;
}

.btn.focus, .btn:focus, .btn:hover {
	background-color: #000000;
	border-color: #000000;
	color: #fff;
}

a.btn-custom.focus, a.btn-custom:focus, a.btn-custom:hover {
	background-color: #000000 !important;
	border-color: #000000 !important;
	color: #fff !important;
}


/* Radio boxes */

.dispatch-method-choice-content-block .btn-custom-radio label {
	line-height: 22px;
}

/* Validator */

.bv-tooltip-container {
	display: block;
	position: relative;
	width: 100%;
	font-family: Antarctica,​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: center;
}

.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: 50%;
	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;
}

.form-control {
  font-size: 13px !important;
  line-height: 17px !important;
  border: 1px solid rgba(169, 169, 169, 0.75) !important;
  border-radius: 0px;
  font-family: 'Antarctica-Light', sans-serif !important;
}

/* Errors */

.form-error.form-control {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 0 rgba(0, 0, 0, .075);
	        box-shadow: inset 0 0 rgba(0, 0, 0, .075);
}
.form-error.form-control:focus {
	border-color: #843534;
	-webkit-box-shadow: inset 0 0 rgba(0, 0, 0, .075), 0 0 6px #ce8483;
	        box-shadow: inset 0 0 rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.form-error.input-group-addon {
	color: #a94442;
	background-color: #f2dede;
	border-color: #a94442;
}
.form-error.form-control-feedback {
	color: #a94442;
}

.form-error + .tooltip .tooltip-inner {
	background-color: #a94442;
}

.form-error + .tooltip.top .tooltip-arrow,
.form-error + .tooltip.top-left .tooltip-arrow,
.form-error + .tooltip.top-right .tooltip-arrow {
	border-top-color: #a94442;
}

.form-error + .tooltip.right .tooltip-arrow {
	border-right-color: #a94442;
}

.form-error + .tooltip.left .tooltip-arrow {
	border-left-color: #a94442;
}

.form-error + .tooltip.bottom .tooltip-arrow,
.form-error + .tooltip.bottom-left .tooltip-arrow,
.form-error + .tooltip.bottom-right .tooltip-arrow {
	border-bottom-color: #a94442;
}

/* Lang selector */

.lang-selector .lang-item {
	display: inline-block;
	padding: 4px 4px 4px 4px;
	text-transform: uppercase;
	cursor: pointer;
}

.lang-selector .lang-item.selected {
	border-radius: 6px;
	box-shadow: 0 0 5px #eee;
	background-color: #eee;
}

.lang-selector .lang-item:hover {
	color: #21C0DD;
}

@media screen and (min-width: 768px) {
	.lang-selector {
		position: absolute;
		top: 8px;
		right: 8px;
	}
}

@media screen and (max-width: 767px) {
	.lang-selector {
		position: absolute;
		top: 70px;
		left: 8px;
	}
}

/* Popup overlay plugin */

.modal-popupoverlay,
.modal-popupoverlay-active-bg {
	width: 100%;
	max-width: 600px;
	min-width: 275px;
	min-height: 400px;
}

#modal-popupoverlay_background,
#modal-popupoverlay-active-bg_background {
  transition: all 0.3s 0.3s;
}
#modal-popupoverlay,
#modal-popupoverlay_wrapper,
#modal-popupoverlay-active-bg,
#modal-popupoverlay-active-bg_wrapper {
  transition: all 0.3s ease-out;
}
#modal-popupoverlay,
#modal-popupoverlay-active-bg {
  transform: translateX(0) translateY(-40%);
}
.popup_visible #modal-popupoverlay,
.popup_visible #modal-popupoverlay-active-bg {
  transform: translateX(0) translateY(0);
}

.close-popin-link {
	display: block;
	position: relative;
	float: right;
	top: -12px;
	right: -12px;
	width: 30px;
	height: 30px;
	background: url("../images/popin/close-icon.png");
	background-repeat: no-repeat;
	background-position: top left;
	background-color:transparent;
	border: 0px solid transparent;
}

/* InStore Service */

html.html-page-group-in-store-service, html.html-page-group-in-store-service body.page-group-in-store-service {
	width: 100%;
	height: 100%;
	background-image: none;
	background-color: #5A9BD5;
	color: #fff;
}

/* InStore Service : Header */

body.page-group-in-store-service header {
	padding-top: 20px;
	padding-bottom: 20px;
	background: transparent;
	box-shadow: none;
	min-height: 0;
}

body.page-group-in-store-service header .header-logo img {
	max-height: 83px;
	max-width: 100% !important;
}

body.page-group-in-store-service header .logo-link {
	display: block;
	text-align: center;
}

body.page-group-in-store-service header .logo-link img {
	width: 100%;
}

body.page-group-in-store-service header h2 {
	text-align: center;
	color: #fff;
	font-family: futurtbolbold, serif;

}

body.page-group-in-store-service header h3 {
	text-align: center;
	font-style: italic;
	color: #fff;
	font-family: futurtbolbold, serif;
}

body.page-group-in-store-service header .seller-item {
	font-style: italic;
	color: #666;
}

body.page-group-in-store-service header .menu-button {
	display: inline-block;
	position: fixed;
	top: 25px;
	right: 25px;
	width: 50px;
	height: 50px;
	padding-top: 8px;
	background-color: #EF7E32;
	border: 1px solid #EF7E32;
	border-radius: 6px;
	text-align: center;
	cursor: pointer;
	z-index: 2000;
}

body.page-group-in-store-service header .menu-button:hover {
	background-color: #000000;
	border: 1px solid #000000;
}

body.page-group-in-store-service header .icon-bar {
	display: block;
	height: 3px;
	width: 30px;
	margin: 6px auto;
	border-radius: 1px;
	background-color: #fff;
}

body.page-group-in-store-service header .menu-content {
	position: fixed;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 25px 15px 25px 15px;
	width: 30%;
	height: 2000px;
	top: 0px;
	left: 70%;
	background-color: #fff;
	z-index: 1100;
	box-shadow: -2px -2px 5px #000000;
	-webkit-transition: left 0.5s ease-in-out;
    -moz-transition: left 0.5s ease-in-out;
    transition: left 0.5s ease-in-out;
}

body.page-group-in-store-service header .menu-content.content-hidden {
	left: 105%;
}

body.page-group-in-store-service header .menu-content div.menu-item {
	padding: 0px;
	color: #5A9BD5;
	font-size: 17px;
	cursor: pointer;
}

body.page-group-in-store-service header .menu-content div.menu-item:hover {
	background-color: #f9f9f9;
}

body.page-group-in-store-service header .menu-content div.menu-item > a,
body.page-group-in-store-service header .menu-content div.menu-item > span {
	padding: 15px;
	display: block;
}

body.page-group-in-store-service header .menu-content div.menu-item a:hover,
body.page-group-in-store-service header .menu-content div.menu-item a:focus {
	color: #000000;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	body.page-group-in-store-service header .menu-content {
		left: 55%;
		width: 45%;
	}
}

@media screen and (max-width: 767px) {
	body.page-group-in-store-service header .menu-content {
		left: 10%;
		width: 90%;
	}
}

/* InStore Service : Content */

body.page-group-in-store-service .slide-item {
	min-height: 500px;
}

body.page-group-in-store-service .slide-content {
	padding-bottom: 200px;
}

body.page-group-in-store-service .slide-content p {
	font-size: 18px;
	font-weight: 400;
}

body.page-group-in-store-service .carousel-ecard-visuals {
	max-width: 900px;
	margin: 0px auto;
	padding-left: 100px;
	padding-right: 100px;
}

body.page-group-in-store-service .visual {
	width: 100%;
}

body.page-group-in-store-service .carousel-ecard-visuals .visual {
	padding: 8px;
	cursor: pointer;
	border: 1px solid #5A9BD5;
	border-radius: 0px;
}

body.page-group-in-store-service .carousel-ecard-visuals .visual.active {
	background-color: #EF7E32;
}

body.page-group-in-store-service .slick-prev {
	left: -50px;
}

body.page-group-in-store-service .slick-next {
	right: -50px;
}

body.page-group-in-store-service .slick-prev,
body.page-group-in-store-service .slick-next {
	width: 40px;
	height: 40px;
}

body.page-group-in-store-service .slick-next::before,
body.page-group-in-store-service .slick-prev::before {
  color: #fff;
  font-size: 36px;
  line-height: 1;
  opacity: 0.75;
}

body.page-group-in-store-service .slick-dots li button::before {
	font-size: 16px;
	width: 16px;
	height: 16px;
	line-height: 16px;
}

body.page-group-in-store-service label {
	font-size: 18px;
}

body.page-group-in-store-service label.label-organizer-email {
	font-size: 24px;
	line-height: 32px;
	font-weight: 400;
}

body.page-group-in-store-service .help-organizer-email {
	font-size: 17px;
	font-style: normal;
}

body.page-group-in-store-service .icon-confirmation {
	text-align: center;
}

body.page-group-in-store-service .icon-confirmation .glyphicon-ok {
	font-size: 100px;
	line-height: 200px;
	color: #2CC4B8;
}

body.page-group-in-store-service .icon-confirmation .glyphicon-remove {
	font-size: 100px;
	line-height: 200px;
	color: #CE4844;
}

body.page-group-in-store-service .ecard-number-fields {
	max-width: 720px;
	margin: 12px auto;
}

body.page-name-in-store-service-debit-login .quartet,
body.page-name-in-store-service-debit-login .amount {
	text-align: center;
	font-size: 17px;
	font-weight: 400;
}

body.page-name-in-store-service-debit-login .amount {
	padding-left: 24px;
	padding-right: 24px;
}

body.page-name-in-store-service-debit-login .currencyBefore,
body.page-name-in-store-service-debit-login .currencyAfter,
body.page-name-in-store-service-code-activation .currencyBefore,
body.page-name-in-store-service-code-activation .currencyAfter {
	position: absolute;
	top: 0px;
	z-index: 100;
	line-height: 34px;
	color: #000000;
	font-size: 18px;
	font-weight: 400;
}

body.page-name-in-store-service-code-activation .quartet,
body.page-name-in-store-service-code-activation .amount,
body.page-name-in-store-service-code-activation .organizerEmail {
	text-align: center;
	font-size: 17px;
	font-weight: 400;
}

body.page-name-in-store-service-debit-login .currencyBefore,
body.page-name-in-store-service-code-activation .currencyBefore {
	left: 24px;
}

body.page-name-in-store-service-debit-login .currencyAfter,
body.page-name-in-store-service-code-activation .currencyAfter {
	right: 24px;
}

body.page-name-in-store-service-debit-check .payment-mean-offline {
	display: inline-block;
	width: 120px;
	margin-left: 15px;
}

body.page-name-in-store-service-debit-check .confirm-debit-note {
	font-style: italic;
	font-weight: 400;
	font-size: 20px;
	font-family:  Antarctica, sans-serif;
}

body.page-name-in-store-service-historical .start-date-block {
	text-align: right;
}

body.page-name-in-store-service-historical .end-date-block {
	text-align: left;
}

body.page-name-in-store-service-historical .start-date-block .datepickerui,
body.page-name-in-store-service-historical .end-date-block .datepickerui {
	display: inline-block;
	max-width: 237px;
}

body.page-name-in-store-service-historical .start-date-block label,
body.page-name-in-store-service-historical .end-date-block label {
	display: inline-block;
	max-width: 237px;
	width: 100%;
	text-align: left;
}

body.page-group-in-store-service .send-date-block {
	text-align: right;
}

body.page-group-in-store-service .send-date-block label {
	padding: 0px 12px;
}

body.page-group-in-store-service .send-date-block .send-date {
	display: inline-block;
	max-width: 237px;
}

body.page-group-in-store-service h3.info {
	font-size: 24px;
	font-weight: 400;
	font-style: italic;
	font-family: futurtbolbold, serif;
}

body.page-group-in-store-service p.info {
	font-size: 20px;
	font-weight: 400;
}

body.page-group-in-store-service ::-webkit-input-placeholder { font-style: italic; }
body.page-group-in-store-service ::-moz-placeholder { font-style: italic; } /* firefox 19+ */
body.page-group-in-store-service :-ms-input-placeholder { font-style: italic; } /* ie */
body.page-group-in-store-service input:-moz-placeholder { font-style: italic; }

@media screen and (max-width: 991px) {
	body.page-group-in-store-service .carousel-ecard-visuals .visual {
		border-radius: 0px;
	}

	body.page-group-in-store-service .ecard-number-fields {
		max-width: 540px;
	}
}

@media screen and (max-width: 768px) {
	body.page-group-in-store-service .carousel-ecard-visuals {
		padding-left: 25px;
		padding-right: 25px;
	}

	body.page-group-in-store-service .ecard-number-fields {
		max-width: 420px;
	}

	body.page-name-in-store-service-historical .start-date-block,
	body.page-name-in-store-service-historical .end-date-block {
		text-align: left;
	}
}

/* InStore Service : Footer */

body.page-group-in-store-service .slide-item footer {
	position: fixed;
	width: 100%;
	min-height: auto;
	padding: 12px 12px 0px 12px;
	bottom: 0;
	left: 0;
	/* background-color: rgb(90, 155, 213); */
	background-color: rgba(90, 155, 213, 0.9);
	border-top: 2px solid #fff;
	z-index: 1000;
}

body.page-name-in-store-service-historical .slide-item header {
	margin: 0px 0px 12px 0px;
	padding: 0px 0px 0px 0px;
	min-height: 0px;
	background: none transparent;
	box-shadow: none;
	border-bottom: 2px solid #fff;
}

body.page-group-in-store-service .slide-item header h3,
body.page-group-in-store-service .slide-item footer h3 {
  color: #fff;
  font-style: italic;
  text-align: inherit;
	font-family: futurtbolbold, serif;
}

body.page-group-in-store-service button.btn.btn-iss,
body.page-group-in-store-service a.btn.btn-iss {
	padding: 15px 15px;
	border-radius: 30px;
	background-color: #000000;
	font-size: 24px;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
}

body.page-group-in-store-service .btn.btn-iss:hover,
body.page-group-in-store-service .btn.btn-iss:focus {
	background-color: #000000;
	color: #fff;
}

body.page-group-in-store-service .btn.btn-iss .glyphicon {
	font-size: 22px;
	color: #fff;
}

body.page-group-in-store-service .btn.btn-iss:hover .glyphicon {
	color: #fff;
}

@media screen and (max-width: 768px) {
	body.page-group-in-store-service button.btn.btn-iss,
	body.page-group-in-store-service a.btn.btn-iss {
		padding: 8px 8px;
		border-radius: 25px;
		font-size: 18px;
	}
}

/* InStore Service : Check boxes */

body.page-group-in-store-service .checkbox {
	margin-bottom: 0px;
  margin-top: 0px;
}


/* Instore Service : Widget popin */

body.page-group-in-store-service .popup_wrapper {
	padding: 12px;
}

body.page-group-in-store-service .modal-popupoverlay,
body.page-group-in-store-service .modal-popupoverlay-active-bg {
	max-width: 1200px;
}

body.page-group-in-store-service .instore-popin,
body.page-group-in-store-service .instore-popin-iframe {
	padding: 36px 12px 36px 12px;
	color: #000000;
}

body.page-group-in-store-service .instore-popin-iframe iframe {
	width: 100%;
	min-height: 780px;
	border: 0px solid transparent;
	background: url("../images/icons/loader-iframe.gif");
	background-repeat: no-repeat;
	background-position: center center;
	background-color: transparent;
}

body.page-group-in-store-service .instore-popin {
	width: 100%;
	min-height: 280px;
	border: 0px solid transparent;
}

body.page-group-in-store-service .close-popin-link {
	top: 0px;
	right: 0px;
}

/* Instore Service : Lang selector */

body.page-group-in-store-service header .menu-content div.menu-item.menu-item-lang {
	padding-left: 24px;
	text-transform: capitalize;
	font-weight: 400;
}

body.page-group-in-store-service header .menu-content div.menu-item.menu-item-lang.selected a {
	color: #ef7e32;
}

body.page-group-in-store-service header .menu-content div.menu-item.menu-item-lang.selected a:hover {
	color: #000000;
}

/* Ajout Victor 18/09/2025 */
/* Header */
a.shop-btn {
    font-family: 'Antarctica', sans-serif !important;
	font-weight: 400 !important;
	position: absolute;
    top: 50px;
    left: 50px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.navbar-default .navbar-toggle .icon-bar{
	background-color: #000 !important;
}

.navbar-default .navbar-toggle {
    border-color: transparent !important;
}

@media screen and (max-width: 767px) {
    a.shop-btn {
        display: none;
    }

	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
		background-color: transparent !important;
	}
}

/* Beneficiary */
.beneficiary-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

.block-body.amount-body {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.amount-container .amount-guide-block, 
.beneficiary-container .beneficiary-guide{
	width: 100%;
	text-align: center;
}

.beneficiary-guide {
	margin-top:-20px;
}

.amount-guide-block {
	margin-top:-20px;
}

.dispatch-guide{
	font-size: 13px;
	font-family: 'Antarctica-Light', sans-serif;
}


/* SEND TYPE BLOCK */

.dispatch-container .send-type-block{
	width: 50%;
	border-top-right-radius: unset !important;
	border-top-left-radius: unset !important;
}

.dispatch-container .send-type-block.send-type-hand-block {
    margin-left: unset !important;
	border-left: 0px;
}

.dispatch-container .send-type-block.send-type-block-active{
	border-bottom: unset ! important;
}
.dispatch-container .dispatch-method-choice{
	background: unset !important;
}

.btn-custom-radio.send-type-button.send-type-hand-button,
.btn-custom-radio.send-type-button.send-type-email-button {
    text-align: center;
	padding: 10px 0;
}

.row.header-text,
.amount-container .amount-guide-block, 
.beneficiary-container .beneficiary-guide{
	font-family: 'Antarctica-Light', sans-serif;    
	font-size: 13px;
	color: #000;
	/* max-width: 600px; */
}

.row.header-text {
	max-width: 640px;
	margin: 0 auto;
}

.message-personnel {
	max-width:600px;
	margin: 0 auto;
}

.send-date-block {
    width: 70%;
    float: right;
}

@media screen and (max-width: 767px) {
	.gift-card-app .dispatch-container .guide h4, .gift-card-app .gts-body h4 {
		font-weight: bold;
		font-size: 13px;
		color: #000;
		letter-spacing: 0px;
		text-align: center;
		padding-bottom: unset;
		font-family: 'Antarctica-Semibold', sans-serif;
	}

	.dispatch-container .send-type-block.send-type-block-active{
		background: none !important;
	}

	.dispatch-container .dispatch-method-choice{
		display: flex;
	}

	.amount-container .free-amount-block{
		display: flex;
        justify-content: center;
		margin: auto;
	}

	.amount-container .free-amount {
        display: inline-block;
        float: none;
    }
	.amount-container .currency-amount {
        display: inline-block;
        float: none;
		width: 35px;
    }
	.page-group-ecard .amount-container .fixed-amounts {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

}

/* Radio + checkbox */

.dispatch-method-choice-content-block .btn-custom-radio label span.radiobox-icon,
.custom-checkbox label span.checkbox-icon {
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #BEBEBE;
  border-radius: 0px;             
  background: transparent !important;   
  background-image: none !important;   
  background-repeat: no-repeat !important;
  background-position: initial !important;
  background-size: initial !important;
  transition: background-color .2s, border-color .2s, box-shadow .2s;
  padding:7px;
}

.dispatch-method-choice-content-block .btn-custom-radio input[type="radio"]:checked + label span.radiobox-icon,
.custom-checkbox input[type="checkbox"]:checked + label span.checkbox-icon {
  background-color: #222 !important;
  border-color: #222;
  box-shadow: none;
}

.dispatch-method-choice-content-block .btn-custom-radio input[type="radio"] + label:hover span.radiobox-icon,
.custom-checkbox input[type="checkbox"] + label:hover span.checkbox-icon {
  border-color: #000;
}

@media screen and (max-width: 767px) {

	/* .dispatch-method-choice-content-block .btn-custom-radio label span.radiobox-icon,
	.custom-checkbox label span.checkbox-icon {
		width: 18px;
		height: 18px;
		display: none !important;
		vertical-align: top;
		border: 1px solid #BEBEBE;
		border-radius: 0px;             
		background: transparent !important;   
		background-image: none !important;   
		background-repeat: no-repeat !important;
		background-position: initial !important;
		background-size: initial !important;
		transition: background-color .2s, border-color .2s, box-shadow .2s;
	}
	 */
}

/* AMOUNT BLOCK */

.free-amount-block{
	float: left;
    width: 35%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.amount-container .fixed-amount-block {
    float: left;
    width: 60%;
    display: flex;
    justify-content: flex-start;
}

.amount-container .free-amount-block{
	width: 35%;
}

.payment-captcha-block,
.payment-gts-block,
.payment-option-block,
.payment-submit-methods-block {
	margin: auto !important;
	text-align: center !important;
}


.organizer-fields-block .organizer-infos-field,
.participant-fields-block .participant-infos-field{
    width: 520px !important;
}

.payment-captcha-block {
    margin-top: 100px !important;
    margin-bottom: 50px !important;
}

@media screen and (max-width: 767px) {
	.organizer-fields-block .organizer-infos-field,
	.participant-fields-block .participant-infos-field{
		min-width: 300px;
	}
	.payment-body .organizer-fields-row {
		padding: 0;
		display: flex;
		flex-direction: column;
		align-items: stretch;
		margin-bottom: -70px;
	}

	.organizer-fields-block .organizer-e-mail-address-block,
	.organizer-fields-block .organizer-infos-field,
	.participant-fields-block .participant-infos-field,
	input#organizer-first-name,
	input#organizer-last-name,
	input#organizer-last-name,
	input#organizer-last-name {
		max-width: 100% !important;
	}

	.amount-container .fixed-amount-block {
		float: left;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		width: unset !important;
	}
}

/* FOOTER */

@media screen and (max-width: 767px) {
	footer p {
		margin: 20px 0px;
		color: #000;
		display: flex;
		flex-direction: column;
	}
}


/* CONSULTATION */

.block-body.consult-body {
    display: flex;
    justify-content: center;
}

.consult-container .ecard-number-label,
.consult-container .code-pin-container label,
.code-pin-label-block,
p.ecard-number-label,
div.select-payment-methods p,
.custom-checkbox label span.checkbox-label{
	text-align: center;
	font-family: 'Antarctica-Light', sans-serif;
	font-size: 13;
	line-height: 17px;
	max-width: 100%;
}

.code-pin-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.button-ecard-number-connect .btn {
	font-family: 'Antarctica-Medium';
    width: 100%;
    max-width: 270px;
    padding: 10px 45px;
    border-radius: 0px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 50px;
}

.consult-balance-block .col-sm-2
{
	width: 0% !important;
}
.consult-balance-block .col-sm-4{
	width: 50% !important;
}
.consult-balance-block .col-sm-3{
	width: 40% !important;
}

.ecard-overview {
    margin-bottom: 50px;
    margin-top:-50px;
}

@media screen and (max-width: 767px) {
	a#ecard-pdf-link{
		max-width: 100%;
		word-break: break-all;
	}

	.consult-balance-block .col-sm-2,
	.consult-balance-block .col-sm-4,
	.consult-balance-block .col-sm-3{
		width: unset !important;
	}
	.block-body.consult-body{
		text-align: center;
	}
	.consult-balance-block .row {
		margin-top: unset !important;
	}
}


/* BURN */

.burn-login-container .ecard-number-fields {
    margin: auto !important;
}
.burn-login-container .ecard-number-label,
.burn-login-container .code-pin-container label{
	text-align: center;
	font-weight: 300;
}
.col-sm-6.form-group{
    width: unset !important;
}

.form-ecard-number-connect input.btn.btn-custom {
    margin-bottom: unset;
}

.burn-container .payment-cancel-block {
    text-align: center;
    margin-bottom: 50px;
	font-size: 13px;
	font-weight: 300;
}

.burn-container .payment-cancel-block a {
    text-decoration: underline;
	font-weight: bold;
}

.default-row.burn-row {
    text-align: center;
}

form#payment ul {
    list-style-type: none;
}

form#payment p, form#payment li {
    font-size: 13px;
    font-weight: 300;
}

.default-row.burn-row, 
.summary-amounts-bloc p {
    text-align: center;
	font-size: 13px;
	font-weight: 300;
}

.button-ecard-connect .btn-custom {
	padding: 10px 45px 10px 45px;
    background: black;
    border-radius: 0px;
    font-size: 13px;
    font-weight: 600;
	font-family: 'Antarctica-Medium', sans-serif;
    text-transform: uppercase;
    margin-top: 20px;
    height: 50px;
    width: 300px;
}

/* Participation */

#block-containers-id > div.block-container.edit-ecard-container.edit-summary-container > div > div.block-body.edit-summary-body > div > div.edit-row > div.edit-summary-description-block > h4:nth-child(3){
	padding: 0 0 15px 0;
	margin: 0 0 0 0;
}

.edit-summary-description-block .guide  li{
	padding: 0 0 15px 0;
	margin: 0 0 0 0;
}

.page-name-ecardConfirm .confirm-hand-later a{
	text-decoration: underline
}

.edit-summary-container .edit-summary-description-block {
    min-height: 349.84px;
    width: 50%;
    font-size: 13px;
    float: left;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #BEBEBE1A;
    font-family: 'Antarctica', sans-serif;
    letter-spacing: 0;
    margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
	.edit-summary-container .edit-summary-description-block {
	padding-left: 30px;
	}
}

@media screen and (max-width: 767px) {
	.edit-summary-container .edit-summary-description-block {
	background: transparent;
	}
}


.edit-summary-description-block > h4:first-child{
	font-size: 16px;
	padding-bottom: unset;
}

.edit-summary-description-block h4:nth-of-type(2){
	font-size: 13px;
	font-weight: 300;
	text-transform: none;
	font-family: 'Antarctica-Light', sans-serif;
	margin-top: -5px;
}

@media screen and (max-width: 767px) {
	.edit-summary-description-block h4:nth-of-type(2){
		font-size: 13px;
		font-weight: 300;
		text-transform: lowercase;
		font-family: 'Antarctica-Light', sans-serif;
		margin-top: -60px;
	}
	.edit-summary-description-block ul.participations {
		margin-top: -10px;
	}
	.edit-summary-container .edit-summary-description-block {
		margin-bottom: -100px;
	}
	.participant-fields-block .participant-fields-row {
		margin-bottom: -70px;
	}
}

.edit-summary-description-block ul.participations li{
    font-size: 13px;
    font-weight: 300;
	font-family: 'Antarctica-Light', sans-serif;
	background: none;
}


.dispatch-method-choice-content-block .btn-custom-radio label {
    line-height: 22px;
    display: flex;
}

.btn-custom-radio label span.radiobox-label{
	font-family: 'Antarctica-Light', sans-serif;
	display: inline-block;
    padding-left: 8px;
    min-height: 22px;
    line-height: 17px;
    vertical-align: top;
    font-size: 13px;
    clear: right;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

@media screen and (max-width: 767px) {
	.amount-title-pg {
		margin-top: -90px;
	}
}

.amount-container .free-amount{
	border: unset;
}

@media screen and (min-width: 768px) {
	.participation-title{
		margin-top: -120px;
		margin-bottom: -70px;
	}
}

@media screen and (max-width: 767px) {
	.payment-submit-methods-block ul.mpsp-payment-means-list{
		margin-left: -25px;
	}
}

@media screen and (max-width: 415px) {
	.sendlater{
		width:280px;
	}
}

@media screen and (max-width: 415px) {
	.sendlater{
		width:280px;
	}
}

@media screen and (min-width: 416px) and (max-width: 450px) {
	.sendlater{
		width:320px;
	}
}

@media screen and (min-width: 451px) and (max-width: 767px) {
	.sendlater{
		width:350px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.sendlater{
		width:400px;
	}
}

.row consult-balance-spent-amount-block {
	margin-top: 25px;
}

@media screen and (min-width: 768px) {
	.payment-title-pg {
		margin-top: -100px;
		margin-bottom: -70px;
	}
}	

@media screen and (max-width: 767px) {
	.payment-title-pg {
		margin-bottom: -20px;
	}
}	

/* ecard Confirm */

@media screen and (min-width: 540px) {
	.page-name-ecardConfirm .ecard-overview img {
		width: 452px;
	}
}	

.page-name-ecardConfirm .global .block-body {
    padding: 30px;
}

.page-name-ecardConfirm .block-body.confirm-body.confirm-visual-overview-body{
	padding-top: 0px
}

.page-name-ecardConfirm .block-body.confirm-body.confirm-return-body{
	padding-top:0px;
	padding:0px
}


.page-name-ecardConfirm .ecard-overview {
    margin-bottom: 0px;
    margin-top:0px;
}

#ecard-pdf-link{
	text-decoration: underline;
}

/* Anti fraud */

.page-name-confirmWaitingVerification .block-body.confirm-body.confirm-purchase-body{
	text-align: center;
}


.page-name-confirmWaitingVerification .block-body.confirm-body.confirm-purchase-body .wrapper h3{
	font-family: Antarctica-Semibold;
	font-size: 18px; 
	line-height: 25px;
}

/* payment_check */

.page-name-burnPaymentCheck #payment ul{
	padding: 0;
}

.page-name-burnPaymentCheck .block-title.burn-title.burn-check-title .wrapper h3{
    padding: 30px 20px 0px 20px;
}

body > div.global > div > div.block-containers > div > div > div.block-body.burn-body.burn-check-body > div > div > h4 {
	font-family: Antarctica-Semibold;
	font-size: 18px; 
	line-height: 25px;
}

/* consult balance */

.page-name-balanceConsult .consult-balance-block .row{
	margin-top: 20px;
}

body > div.global > div > div.block-containers > div > div > div.block-body.consult-body > div > div > form > p{
	text-align: center;
    font-family: 'Antarctica-Light', sans-serif;
    font-size: 13;
    line-height: 17px;
    max-width: 100%;
	padding-bottom: 9px;
}

body > div.global > div > div.block-containers > div > div > div.block-body.consult-body > div > div > form > div.ecard-number-fields {
	max-width: 420px;
	margin: 0 0 0 0 !important;
}



/* modif lorenzo 05/11/2025 */

.page-name-ecardNew #block-containers-id > div:nth-child(3) > div > div > div.block-body.dispatch-body.dispatch-standard-body{
	padding-top: 30px;
}

@media screen and (max-width: 400px) {
	.btn-custom-radio.send-type-button.send-type-email-button .radiobox-label {
		margin-bottom: 0px;
	}
}	

@media screen and (max-width: 358px) {
	.btn-custom-radio.send-type-button.send-type-email-button .radiobox-label {
		margin-bottom: 10px;
	}
}	

.page-name-ecardEdit #block-containers-id > div.block-container.edit-ecard-container.edit-summary-container > div > div.block-body.edit-summary-body{
	padding-top: 30px;
}

.page-name-ecardConfirm > div.global.layout-panorama > div > div.block-containers > div.block-container.confirm-container.confirm-visual-overview-container > div{
	padding-bottom: 120px;
}

.page-name-ecardConfirm .block-containers a{
	text-decoration: underline;
}

@media screen and (max-width: 1199px) {
	.edit-summary-container .edit-summary-description-block {
		min-height: 287.92px;
	}
}

@media screen and (max-width: 991px) {
	.edit-summary-container .edit-summary-description-block {
		min-width: 695.81px;
	}

	.edit-summary-container .edit-summary-visual-block{
		padding: 0px 0px 0px 0;
	}
}

@media screen and (max-width: 767px) {
	.edit-summary-container .edit-summary-description-block {
		min-width: unset;
		min-height: 322px;
		justify-content: unset;
	}

	.page-name-ecardEdit #block-containers-id > div.block-container.edit-ecard-container.edit-summary-container > div > div.block-body.edit-summary-body > div > div.edit-row > div.edit-summary-description-block > h4:nth-child(2){
		margin-top: 0px;
		margin-bottom: 0px;
	}

	.page-name-ecardEdit#block-containers-id > div.block-container.edit-ecard-container.edit-summary-container > div > div.block-body.edit-summary-body > div > div.edit-row > div.edit-summary-description-block > h4:nth-child(3){
	padding: 0 0 20px 0;
	margin: 0 0 0 0;
	}

	.page-name-ecardEdit .edit-summary-container .edit-summary-description-block{
		margin-bottom: -165px;
	}	
}

.page-name-participationConfirm > div.global.layout-panorama > div > div.block-containers > div.block-container.confirm-container.confirm-purchase-container > div > div.block-body.confirm-body.confirm-purchase-body{
	padding-top: 30px;
}

.page-name-participationConfirm .block-containers a{
	text-decoration: underline;
}

.page-name-participationConfirm > div.global.layout-panorama > div > div.block-containers > div.block-container.confirm-container.confirm-visual-overview-container > div > div > div > div > img{
	width: 452px;
}

.page-name-participationConfirm > div.global.layout-panorama > div > div.block-containers > div.block-container.confirm-container.confirm-visual-overview-container > div > div{
	padding-bottom: 120px;
}

.page-name-participationConfirm > div.global.layout-panorama > div > div.block-containers > div.block-container.confirm-container.shared-purchase-container > div > div.block-body.confirm-body.shared-purchase-body{
	padding-top: 30px;
}
