#choicegiftcard section{
	position:relative;
}
#choicegiftcard h2 {
	margin-top: 18px;
    margin-bottom: 10px;
    padding-bottom: 0;
}
/*** GIFTCARD TABS ***/
#choicegiftcard .gctabs{
	margin-top:0px;
	list-style: none;		
}
#choicegiftcard .gctabs li a{
	float:left;
	background: #414550;
	padding: 10px 10px 7px 10px;
	font-weight: bold;
	border-radius: 0;
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
	color: #fff;
	margin-right: 1px;
	text-decoration: none;
}
#choicegiftcard .gctabs {
    display: none !important;
	border-bottom: 4px solid #414550;
}
#choicegiftcard .gctabs li a.selected {
	color: #FFF;
	background: black;
}
#choicegiftcard div.gctab_content{
	display:none;
}
#choicegiftcard div.gctab_content.selected{
    margin-top: 45px;
	display:block;
}
/*** END TABS ***/

#choicegiftcard p.error {
	background-color : #fdf7f7;
	border: 1px solid #d9534f;
	color : #d9534f;
	padding : 5px;
}
#choicegiftcard p.success {
color: #3c763d;
background-color: #dff0d8;
border: 1px solid #3c763d;
padding : 5px;
}
/***  JCAROUSEL  ***/
#choicegiftcard .jcarousel-wrapper {
    margin: 0px auto 25px auto;
    position: relative;
    border: 10px solid #fff;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    -webkit-box-shadow: 0 0 2px #999;
    -moz-box-shadow: 0 0 2px #999;
    /*box-shadow: 0 0 2px #999;*/
    box-shadow: 0 0 2px #fff;
}

#choicegiftcard .jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}

#choicegiftcard .jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

#choicegiftcard .jcarousel li {
    width: 200px;
    float: left;
    border: 1px solid #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 5px 25px 5px;
    position:relative;
}
#choicegiftcard .jcarousel li:hover {
    
    border: 1px solid #cecece;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#choicegiftcard .jcarousel li.selected {
    
   border: 2px solid #66A523;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
}
#choicegiftcard .jcarousel li span.zoom_link{
	background:url(../../../img/icon/zoom.png) no-repeat;
	padding-left: 20px !important;
	position:absolute;
	bottom:5px;
	left:5px;
	height: 16px;
    color: #414141;
    display: none;
}
#choicegiftcard .jcarousel li span.check{
	visibility:hidden;
	opacity:0;
  	transition:opacity 0.5s linear;
 	background:url(../../../img/icon/check_wg.png) no-repeat;
 	height:24px;
 	width:24px;
	position:absolute;
	top:3px;
	right:5px;
}
#choicegiftcard .jcarousel li.selected span.check{
	 visibility:visible;
  	 opacity:1;
}

#choicegiftcard .jcarousel img {
    display: block;
    max-width: 100%;
    height: auto !important;
}

/** Carousel Controls **/
#choicegiftcard .jcarousel-control-prev,
#choicegiftcard .jcarousel-control-next {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #fff;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 4px #000;
    -moz-box-shadow: 0 0 4px #000;
    box-shadow: 0 0 4px #000;
    border-color: #000;
}

#choicegiftcard .jcarousel-control-prev {
    display: none;
    left: 5px;
}

#choicegiftcard .jcarousel-control-next {
    right: 5px;
    display: none;
}

/** Carousel Pagination **/

#choicegiftcard .jcarousel-pagination-container {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 10px 0;
}

#choicegiftcard .jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;
    font-size: 11px;
    height: 10px;
    width: 10px;
    line-height: 10px;
    background: #fff;
    color: #4E443C;
    border-radius: 10px;
    text-indent: -9999px;
    margin-right: 7px;
    -webkit-box-shadow: 0 0 2px #4E443C;
    -moz-box-shadow: 0 0 2px #4E443C;
    box-shadow: 0 0 2px #4E443C;
}

#choicegiftcard .jcarousel-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;
    -webkit-box-shadow: 0 0 2px #F0EFE7;
    -moz-box-shadow: 0 0 2px #F0EFE7;
    box-shadow: 0 0 2px #F0EFE7;
}
/***  END JCAROUSEL  ***/




/*** FORM GIFT CARD ***/
#formgiftcard p{
	padding-bottom: 5px;
}
#formgiftcard p.datesendcard{
	margin-top: 5px;
}
#formgiftcard h3.datesendcard{
	background: url("../../../img/icon/calendar_send.png") no-repeat;
	padding-left: 28px !important;
	padding-top: 5px;
}
#formgiftcard .input {
	color: #3c3c3c;
	height: 40px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 500;
	border-radius: 0;
	line-height: 16px;
	background-color: #fff;
	padding: 13px 13px 13px 54px;
	margin-bottom: 10px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border-style: solid;
	border-width: 1px;
	border-color: #dedede;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color
		0.15s linear 0s;
	-webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s,
		color 0.15s linear 0s;
	-moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s,
		color 0.15s linear 0s;
	-o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color
		0.15s linear 0s;
}

#formgiftcard .input:focus {
	box-shadow: 0;
	border: 1px solid #000;
	color: #000;
	outline: none;
}


/* Icons */
/*#formgiftcard  input.input_user_to{
	background-image: url(../../../img/icon/user_to.png);
	background-size: 30px 27px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}
#formgiftcard input.input_user_to:focus{
	background-image: url(../../../img/icon/user_to_active.png);
}
#formgiftcard input.input_user_from{
	background-image: url(../../../img/icon/user_from.png);
	background-size: 30px 27px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}
#formgiftcard input.input_user_from:focus{
	background-image: url(../../../img/icon/user_from_active.png);
}
#formgiftcard .textarea_comment{
	background-image: url(../../../img/icon/pen.png);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}
#formgiftcard .textarea_comment:focus{
	background-image: url(../../../img/icon/pen_active.png);
}*/


#formgiftcard input.email {
	background-image: url(../../../img/icon/mail.png);
	background-size: 29px 19px;
	background-position: 11px 12px;
	background-repeat: no-repeat;
}

#formgiftcard input.email:focus {
	background-image: url(../../../img/icon/mail_active.png);
}

#formgiftcard textarea.textarea_comment {
    width: 100%;
    height: 100px;
    /* line-height: 100%; */
    resize: none;
    border-bottom: 1px solid #2D3B45;
}


.datesendcard.select select{
    border: none;
    font-size: 20px;
    font-weight: 500;
}

#formgiftcard select{
	height: 28px;
}
#formgiftcard button.submit_button{
	background: #b96955;
	box-shadow: 1.5px 3px 18px rgba(45, 59, 69, 0.2);
	backdrop-filter: blur(1.875px);
}
#formgiftcard  button.submit_button {
	color: #fff;
	float: left;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 700;
    height: 75.5px;
    font-style: normal;
    font-weight: 700;
    font-size: 22.5px;
    line-height: 27px;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    border: 0.75px solid #b96955;
    box-shadow: 1.5px 3px 18px rgba(45, 59, 69, 0.2);
    backdrop-filter: blur(1.875px);
    cursor: pointer;
}
#formgiftcard .preview_form.submit_button {
    width: 100%;
    max-width: 306px;
    background: rgba(255, 255, 255, 0.3);
    color: #b96955;
    margin-right: 11.25px;
}
.ta-gc-submit {
    display: flex;
    justify-content: flex-end;
    margin-top: 21px;
}
#module-giftcard-choicegiftcard .scrollTop {
    margin-bottom: 35.5px;
    margin-top: 73px;margin-right: 53px;
}

#formgiftcard  button.submit_button:hover {
/*	background: no-repeat 10px 9px #000;*/
	
}
button.submit_form.submit_button {
    width: 100%;
    max-width: 375px;
}
#formgiftcard  button.submit_button:disabled {
    /*background-color: #E6E6E6;
    color: #CECECE;*/
    cursor: not-allowed;
}


/*** END FORM GIFT CARD ***/

/*AJAX OVERLAY*/
#choicegiftcard div.ui-loader-background {
	width: 100%;
	height: 100%;
	top: 0;
	left:0;
	margin: 0;
	background-image: url('../../../img/ajax-loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	background-color: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background-color: rgba(0, 0, 0, 0.6);
	/* For IE 5.5 - 7*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,
		endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter:
		"progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	position: absolute;
	z-index: 1000;
	display: none;
}

#choicegiftcard .ui-loading .ui-loader-background {
	display: block;
}
/*END AJAX OVERLAY*/
