#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: #f5f3f1;
    padding: 10px 10px 7px 10px;
    font-weight: bold;
    border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    color: grey;
    margin-right: 1px;
    text-decoration: none;
}

#choicegiftcard .gctabs {
    border-bottom: 4px solid #000;
}

#choicegiftcard .gctabs li a.selected {
    color: #FFF;
    background: black;
}

#choicegiftcard div.gctab_content {
    display: none;
}

#choicegiftcard div.gctab_content.selected {
    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;
}

#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;
}

#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 {
    left: 5px;
}

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

/** 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: 0 0 38px;
}
#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 textarea.textarea_comment {
    resize: vertical;
    height: 52px;
    width: 100%;
    padding: 16px 16px;
    box-sizing: border-box;
    border: 1px solid #F4F4F4;
    font-family: var(--akzentica);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 50px;
    height: 160px;
    color: #2D2A25;
    border-radius: 4px;
    background: var(--Light-grey, #F4F4F4);
    line-height: 1;
}

/*** 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;
}

.templatestep {
    display: none;
}

/*END AJAX OVERLAY*/
.gc-receptmode-options label span {
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
}

.gc-receptmode-options label {
    display: block;
    line-height: 50px;
    color: var(--primary-green, #2E4636);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    cursor: pointer;
    font-weight: 400;
}

.gc-receptmode-options input#receptmode_mail:checked + label {
    border-radius: 4px 0px 0px 4px;
}

.gc-receptmode-options input:checked + label {
    border-radius: 0px 4px 4px 0px;
    background: var(--rose, #E5E1DC);
    color: var(--primary-green, #2E4636);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
}

.gc-receptmode-options input {
    display: none !important;
}

.gc-receptmode-options {
    border-radius: 4px;
    border: 1px solid var(--rose, #E5E1DC);
    background: var(--white, #FFF);
    display: inline-block;
    width: 100%;
}

.gc-receptmode-option {
    float: left;
    width: 50%;
    box-sizing: border-box;
}

section#gc-step-receptmode {
    padding-bottom: 30px;
    border-bottom: 1px solid #F4F4F4;
    margin: 0 0 22px;
}

.row.giftvalues {
    border-radius: 4px;
    overflow: hidden;
    margin-bottom:44px;
    border: 1px solid var(--rose, #E5E1DC);
    background: var(--white, #FFF);
}

.amountprice input {
    display: none;
}

.amountprice label span {
    line-height: 1;
}

.amountprice input:checked + label {
    background: var(--rose, #E5E1DC);
    font-weight: 600;
}

.amountprice label {
    display: block;
    cursor: pointer;
    text-align: center;
    line-height: 52px;
    color: var(--primary-green, #2E4636);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.amountprice {
    float: left;
    width: calc(100%/6);
}

.row.textradios .customradio input:checked + label {
    font-weight: 400;
}

.row.textradios .customradio:nth-child(2n) {
    margin:0;
}
.row.textradios .customradio {
    float: left;
    margin-right: 37px;
}

.row.textradios {
    margin: 0 0 45px;
}

.greatingtext.form-fields .form-group {
    max-width: 100%;
}

#remaining_characters {
    color: var(--secondary-text, #827E6D);
    text-align: right;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    float: right;
    line-height: normal;
}

.biglabel {
    color: var(--primary-green, #2E4636);
    font-family: var(--akzentica);
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 26.4px */
    margin: 0 0 18px;
}

.withborder {
    padding: 25px 0 0;
    border-top: 1px solid #F4F4F4;
}

.greenbtn.text-left span {
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    font-weight: 500;
}

.greenbtn.text-left {
    text-align: left;
    padding: 0 25px;
    box-sizing: border-box;
    line-height: 80px;
    height: 80px;

}

div#recepmode-mail-additional-information .row.textradios .customradio {
    margin-right: 10px;
}

form#formgiftcard {
    padding-bottom: 38px;
}

#formgiftcard p.select.datesendcard span {
    position: Relative;
    display: inline-block;
    border-radius: 4px;
    position: relative;
    background-color: var(--Light-grey, #F4F4F4);
}
#formgiftcard p.select.datesendcard span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 52px;
    z-index: 0;
    height: 52px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M6.6665%201.66669V4.16669%22%20stroke%3D%22%232E4636%22%20stroke-width%3D%221.2%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M13.3335%201.66669V4.16669%22%20stroke%3D%22%232E4636%22%20stroke-width%3D%221.2%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M2.9165%207.57501H17.0832%22%20stroke%3D%22%232E4636%22%20stroke-width%3D%221.2%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M17.5%207.08335V14.1667C17.5%2016.6667%2016.25%2018.3334%2013.3333%2018.3334H6.66667C3.75%2018.3334%202.5%2016.6667%202.5%2014.1667V7.08335C2.5%204.58335%203.75%202.91669%206.66667%202.91669H13.3333C16.25%202.91669%2017.5%204.58335%2017.5%207.08335Z%22%20stroke%3D%22%232E4636%22%20stroke-width%3D%221.2%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M13.0791%2011.4167H13.0866%22%20stroke%3D%22%232E4636%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M13.0791%2013.9167H13.0866%22%20stroke%3D%22%232E4636%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M9.99607%2011.4167H10.0036%22%20stroke%3D%22%232E4636%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M9.99609%2013.9167H10.0036%22%20stroke%3D%22%232E4636%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M6.91209%2011.4167H6.91957%22%20stroke%3D%22%232E4636%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M6.91211%2013.9167H6.91959%22%20stroke%3D%22%232E4636%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");

}


#formgiftcard p.select.datesendcard select {
    position: relative;
    background: transparent;
    border: 0;
    line-height: 52px;
    padding: 0 30px 0 55px;
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) center;
    height: 52px;
    box-sizing: border-box;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211%22%20height%3D%226%22%20viewBox%3D%220%200%2011%206%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M10%201L6.29545%204.67453C5.85795%205.10849%205.14205%205.10849%204.70455%204.67453L1%201%22%20stroke%3D%22%23827E6D%22%20stroke-width%3D%221.2%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
    color: var(--secondary-text);
    font-family: var(--akzentica);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    cursor: pointer;
}

#module-giftcard-choicegiftcard .gift-wrapper {
    align-items: center;
    align-content: center;
    justify-content: space-between;
    margin-top: 30px;
}

#module-giftcard-choicegiftcard .gift-wrapper .form-fields {
    float: left;
    width: 100%;
}

.greatingtext input.error {
    border-color: red;
}

.max668 {
    max-width: 668px;
}

.max482 {
    max-width: 482px;
}

.gc-section-content {
    margin-top: 20px;
    border-top: 1px solid #97979769;
    padding-top: 12px;
}