.gift-cards-toolbar {
    margin-bottom: 57px;
    width: 100%;
}
.gift-cards-toolbar ul {
    list-style-type: none;
    display: flex;
    align-items: end;
    justify-content: center;
}
.gift-cards-toolbar ul li {
    margin: 0 15px 0 16px;
}
.gif-cards-wrapper button {
    font-size: 15px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    padding: 11px 18px 11px;
    border-color: #0099B1;
    color: #0099B1;
    outline: none;
}

.gift-card-options .gc-add-item-control .gc-add-item-btn{
    padding: 6px 15px 6px 15px;
    font-size: 14px;
    min-width: 127px;
    outline: unset;
}
.gif-cards-wrapper button.btn-search-gc-number,
.gif-cards-wrapper button.gc-btn-submit {
    color: #4A4A4A;
    border-color: #4A4A4A;
    min-width: 250px;
}
.gif-cards-wrapper button.btn-search-gc-number:hover,
.gif-cards-wrapper button.gc-btn-submit:hover,
.gif-cards-wrapper button.active,
.gif-cards-wrapper button:focus,
.gif-cards-wrapper button:hover {
    color: #FFFFFF;
    background-color: #0099B1;
    border-color: #0099B1;
    outline: none;
}
.gif-cards-wrapper .gift-cards-toolbar button.active {
    cursor: default;
    pointer-events: none;
}
.gif-cards-wrapper .gc-item-control {
    margin-right: 15px;
    position: relative;
}
.gif-cards-wrapper .gc-item-control:last-child {
    margin-right: 0;
}
.gif-cards-wrapper .gc-item-control >label,
.gc-balance-form label {
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.02em;
    display: block;
    width: 100%;
    margin-bottom: 7px;
}

.gc-item-control .dropdown-content {
    display: none;
    list-style-type: none;
    padding: 0;
    position: absolute;
    top: 44px;
    left: 0;
    width: 100%;
    background: #FFF;
    z-index: 1;
    box-shadow: 0 0 4px 1px rgb(0 0 0 / 15%);
    border-radius: 5px;
    overflow: hidden;
}
.gc-item-control .dropdown-content.active {
    display: block;
}
.gc-item-control .dropdown-content.active li button {
    padding: 0.2rem 1rem;
    border-bottom: 0;
    font-style: italic;
    font-weight: 400;
    color: #7d8386;
}
.gc-item-control .dropdown-content.active button:hover,
.gc-item-control .dropdown-content.active button:focus {
    color: #0099B1;
    background-color: rgb(0 153 177 / 20%);
    font-style: italic;
    font-weight: 400;
}
.gift-card-section {
    display: none;
}
.gift-card-section.active {
    display: block;
}

.gift-cards-details,
#gc-voucher-detail {
    display: none;
}
.gc-line-info.active,
.gift-cards-details.active,
#gc-voucher-detail.active {
    display: block;
}
#gc-shipping-address, #gc-formular {
    display: none;
}
#gc-shipping-address.active, #gc-formular.active {
    display: block;
}
#gc-shipping-address.active {
    margin-bottom: 56px;
}
.control__indicator {
    display: none;
    color: red;
}

.lds-dual-ring.loading, .gc-res-msg {
    display: none;
    margin-left: 15px;
}
.gc-res-msg.active, .gc-res-msg.active {
    display: block;
}
.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 20px;
    height: 20px;
    margin: 1px;
    border-radius: 50%;
    border: 2px solid #000;
    border-color: #000 transparent #000 transparent;
    -webkit-animation: lds-dual-ring 1.2s linear infinite;
    -o-animation: lds-dual-ring 1.2s linear infinite;
    animation: lds-dual-ring 1.2s linear infinite;
}
@-webkit-keyframes lds-dual-ring {
    0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    }

    100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    }
}

@-o-keyframes lds-dual-ring {
    0% {
        -o-transform: rotate(0deg);
            transform: rotate(0deg);
    }

    100% {
        -o-transform: rotate(360deg);
            transform: rotate(360deg);
    }
}

@keyframes lds-dual-ring {
    0% {
        -webkit-transform: rotate(0deg);
            -o-transform: rotate(0deg);
                transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
            -o-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
.gift-card-options {
    display: flex;
    justify-content: left;
    align-items: end;
}
.gc-item-qty-control.gc-item-control {
    max-width: 163px;
    width: 100%;
}
.gc-item-qty-control.gc-item-control button {
    position: absolute;
    right: 0;
    padding: 0;
    border-radius: 0;
    border: 0;
}
.gc-item-qty-control.gc-item-control button:hover,
.gc-item-qty-control.gc-item-control button:focus {
    background-color: transparent;
    outline: none;
}
button.qty-decrement {
    bottom: 5px;
}
button.qty-increment {
    bottom: 15px;
}
.gc-item-amounts-control {
    max-width: 254px;
    width: 100%;
}
.gc-item-shipment-type {
    max-width: 154px;
    width: 100%;
}
.dropdown .dropbtn:after {
    display: block;
    width: 12px;
    height: 7px;
    position: absolute;
    z-index: 0;
    top: 16px;
    right: 2px;
}
.dropdown .dropbtn.selected:after {
    transform: rotate(180deg);
}
.gc-item-select-dropdown .dropdown button {
    border: none;
    border-bottom: 1px solid rgb(125 131 134 / 80%);
    border-radius: 0;
    width: 100%;
    text-align: left;
    padding: 7px 0px;
    outline: unset;
    color: #4a4a4a;
    font-weight: 400;
    text-transform: unset;
}
.gc-item-select-dropdown .dropdown button:hover,
.gc-item-select-dropdown .dropdown button:focus {
    background-color: transparent;
    color: #4A4A4A;
}

input#gc-item-qty::-webkit-inner-spin-button {
    display: none;
}
input#gc-item-qty {
    padding: 7px 0;
}
.gift-cards-details .gc-summary,
#gc-voucher-detail {
    background: rgba(125, 131, 134, 0.20);
    border-radius: 10px;
    padding: 40px;
    margin-top: 40px;
    margin-bottom: 25px;
}
.gif-cards-wrapper h3 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.4px;
    margin: 0;
}
.gif-cards-wrapper h3.gc-form-title {
    margin-bottom: 44px;
}
.gift-cards-details .gc-summary .gc-line-item {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #4a4a4a;
    padding-bottom: 9px;
    padding-top: 13px;
}
.gift-cards-details .gc-summary .gc-line-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.gift-cards-details .gc-summary .gc-line-subtotal.gc-line-item {
    border-bottom: 0;
}
.gift-cards-details .gc-summary .gc-line-shipping.gc-line-item {
    padding-bottom: 16px;
    padding-top: 8px;
}
.gc-line-total-price {
    display: flex;
    justify-content: space-between;
}
.gc-line-total .gc-line-label, .gc-line-total  .gc-line-total-price {
    color: #0099B1;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 160% */
    letter-spacing: 0.3px;
}
.gif-cards-wrapper .gc-control.gc-checkbox label {
    color: #7D8386;
    font-kerning: none;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
    letter-spacing: 0.28px;
}
.gc-line-label {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 160% */
    letter-spacing: 0.3px;
}
.gc-balance-desc {
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 160% */
    letter-spacing: 0.3px;
}
/* The container */
.gif-cards-wrapper .gc-control.gc-checkbox {
    display: block;
    position: relative;
    padding-left: 33px;
    margin-bottom: 56px;
    cursor: pointer;
    font-kerning: none;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
    letter-spacing: 0.28px;
}
label.checkbox-liefer.filled {
    color: #0099B1;
}
/* Hide the browser's default checkbox */
.gif-cards-wrapper .gc-control.gc-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
#gc-voucher-detail .gc-voucher-detail {
    list-style-type: none;
    padding: 0;
}
.gc-voucher-detail li {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.gc-voucher-detail li:last-child * {
    color: #0099B1;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 160% */
    letter-spacing: 0.3px;
}
.gc-number-value {
    color: #4A4A4A;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 160% */
    letter-spacing: 0.3px;
}
/* Create a custom checkbox */
.gc-control.gc-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: rgba(125, 131, 134, 0.20);
}
.gc-control.gc-checkbox .checkx {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
}
/* On mouse-over, add a grey background color */
.gif-cards-wrapper .gc-control.gc-checkbox input ~ .checkmark {
    background-color: rgba(125, 131, 134, 0.20);
}
#gc-formular .row .gc-control.gc-checkbox input ~ .checkx {
    background-color: transparent;
    border: 1px solid #7D8386;
    border-radius: 2px;
}
#gc-formular .row .gc-control.gc-checkbox input:checked ~ .checkx {
    background-color: rgb(125 131 134 / 20%);
    border-color: #0099B1;
}
#gc-formular .row .gc-control.gc-checkbox input:checked ~ .checkx:after {
    content: '+';
    font-size: 30px;
    color: #0099B1;
    font-weight: 200;
    transform: rotate(45deg);
    line-height: 0;
    position: absolute;
    left: 3px;
    top: 9px;
}

/* When the checkbox is checked, add a blue background */
.gif-cards-wrapper .gc-control.gc-checkbox input:checked ~ .checkmark {
    background-color: #0099B1;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.gif-cards-wrapper .gc-control.gc-checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.gif-cards-wrapper .gc-control.gc-checkbox .checkmark:after {
    left: 8px;
    top: 2px;
    width: 8px;
    height: 14px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Buy form */
.gif-cards-wrapper .row-input >label,
.gif-cards-wrapper .cols .col > label {
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.02em;
    display: block;
    width: 100%;
    margin-bottom: 17px;
}
.row-input span.req {
    color: #0099B1;
    display: inline-block;
    margin-left: 5px;
}
.gif-cards-wrapper .row-input:not(.cols) {
    width: calc( 50% - 8px );
}
.row-input.col2 {
    display: flex;
    justify-content: space-between;
}
.col2 .col {
    width: calc( 50% - 8px );
}
.row-input.col3 {
    display: flex;
    justify-content: space-between;
}
@media (min-width: 768px){
    .col3 .col:nth-child(1) {
        width: calc( 50% - 8px );
    }
    .col3 .col:nth-child(2) {
        width: calc( 20% - 8px );
    }
    .col3 .col:nth-child(3) {
        width: calc( 30% - 8px );
    }
}
.gif-cards-wrapper .row-input.full-w{
    width: 100%;
}
.row-input.service-survey.show{
    display: block;
}
.row-input .mitt{
    width: 100%;
    background-color: rgb(125 131 134 / 10%);
    border-radius: 10px;
    overflow: hidden;
    padding: 15px 20px;
    border-bottom: none;
    max-height: 245px;
}
.row-input textarea::placeholder {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #7D8386;
}

.col-radio .wpcf7-radio .wpcf7-list-item {
    margin-left: 0;
    position: relative;
}
.col-radio .wpcf7-radio .wpcf7-list-item:not(:last-child) {
    margin: 0 33px 0 0;
}
.col-radio .wpcf7-radio .wpcf7-list-item input[type="radio"] {
    cursor: pointer;
}
.gif-cards-wrapper .row-input {
    margin-bottom: 35px;
}
.gif-cards-wrapper .row-input.col-radio {
    margin-bottom: 38px;
}
.gif-cards-wrapper .row-input.col-radio > label{
    margin-bottom: 13px;
}
.gif-cards-wrapper .row-input select{
    background-position-x: calc( 100% - 0px );
    background-position-y: 8px;
    padding-right: 20px;
}
.gif-cards-wrapper .btn-submit {
    display: flex;
    justify-content: center;
    margin-top: 90px;
}
.gif-cards-wrapper .btn-submit .wpcf7-form-control{
    font-size: 15px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    padding: 12px 49px 13px;
}
.gif-cards-wrapper input[type=date], 
.gif-cards-wrapper input[type=email], 
.gif-cards-wrapper input[type=number], 
.gif-cards-wrapper input[type=password], 
.gif-cards-wrapper input[type=search], 
.gif-cards-wrapper input[type=tel], 
.gif-cards-wrapper input[type=text], 
.gif-cards-wrapper input[type=url], 
.gif-cards-wrapper select, 
.gif-cards-wrapper textarea {
    color: #4A4A4A;
}
.align-items-center,
.gc-balance-action {
    display: flex;
    align-items: center;
}
.gc-balance-action {
    margin-top: 57px;
}
@media (min-width: 1024px){
    .gift-card-options .gc-add-item-control{
        margin-left: 14px;
        margin-bottom: 3px;
    }
    .gift-card-section{
        min-height: 617px;
    }
    .gif-cards-wrapper .gift-cards-toolbar ul{
        padding-left: 5px;
    }
}

@media (max-width: 991px){
    .gif-cards-wrapper {
        max-width: 885px;
        padding: 0 15px;
    }
}

@media (max-width: 767px){
    .gif-cards-wrapper {
        padding: 0;
    }
    .gif-cards-wrapper .row-input:not(.cols) {
        width: 100%;
    }
    .gif-cards-wrapper .row-input.col-radio {
        margin-bottom: 47px;
    }
    .row-input.col3,
    .row-input.col2 {
        flex-wrap: wrap;
    }
    .gif-cards-wrapper .col3 .col,
    .col2 .col {
        width: 100%;
    }
    .gif-cards-wrapper .col3 .col:not(:last-child),
    .col2 .col:not(:last-child) {
        margin-bottom: 38px;
    }
    .gif-cards-wrapper .row-input >label,
    .gif-cards-wrapper .cols .col > label {
        margin-bottom: 11px;
    }
    .gif-cards-wrapper .row-input {
        margin-bottom: 48px;
    }
    #rd-anrede .wpcf7-list-item:not(:last-child) {
        margin: 0 35px 0 0;
    }
    .row-input.file {
        padding-top: 6px;
    }
    .gif-cards-wrapper .row-input.file >label {
        margin-bottom: 22px;
    }
    .row-input .mitt {
        max-height: 270px;
        padding: 20px 22px;
    }
    .gif-cards-wrapper .btn-submit {
        margin-top: 60px;
    }
    .gif-cards-wrapper .btn-submit .wpcf7-form-control {
        padding-left: 48px;
        padding-right: 48px;
        min-width: 162px;
    }
    .gift-cards-toolbar {
        margin-bottom: 22px;
    }
    .gift-cards-toolbar ul {
        flex-flow: row wrap;
        padding: 0;
    }
    .gift-cards-toolbar ul li {
        margin: 0px 0px 19px 0px;
        flex: 1;
        flex-basis: 50%;
        text-align: center;
    }
    .gift-card-options {
        flex-flow: row wrap;
        justify-content: space-between;
        align-items: flex-start;
    }
    .gc-item-qty-control.gc-item-control {
        max-width: unset;
        flex-basis: calc( 50% - 5px);
        margin-bottom: 30px;
        margin-right: 0;
    }
    .gc-item-amounts-control {
        max-width: unset;
        flex-basis: calc(50% - 10px);
    }
    .gc-item-shipment-type {
        max-width: unset;
        margin-left: 0;
        margin-bottom: 20px;
        flex-basis: 100%;
    }
    .gif-cards-wrapper .gc-item-control {
        margin-right: 0;
        margin-bottom: 35px;
    }
    .gif-cards-wrapper .gc-item-control:last-child {
        margin-right: 0;
        margin-bottom: 0;
    }
    .gc-balance-form #gc-voucher-detail {
        padding: 28px 20px;
    }
    .gc-balance-form .gc-voucher-detail li{
        flex-direction: column;
    }
    .gc-balance-form .gc-voucher-detail li:first-child{
        margin-bottom: 20px;
    }
    .gc-balance-form .gc-voucher-detail label{
        margin-bottom: 0;
    }
    .gift-card-section .gc-balance-desc{
        margin-bottom: 40px;
    }
    .gc-balance-form .form-group #gc-number {
        font-weight: 700;
    }
    .gc-balance-action {
        justify-content: center;
    }

    /* Style radio on mobile */
    .gc-item-shipment-type .dropbtn {
        display: none;
    }
    .gc-item-shipment-type.gc-item-control .dropdown-content {
        display: flex;
        position: unset;
        box-shadow: none;
        border: none;
    }
    .gc-item-shipment-type.gc-item-control .dropdown-content .gc-button {
        border: none;
        width: fit-content;
    }
    .gc-item-shipment-type.gc-item-control .dropdown-content li{
        position: relative;
    }
    .gc-item-shipment-type.gc-item-control .dropdown-content li:first-child{
        margin-right: 25px;
    }
    .gc-item-shipment-type.gc-item-control .dropdown-content li:before {
        content: '';
        width: 15px;
        height: 15px;
        display: inline-block;
        border: 1px solid #1B94A9;
        border-radius: 50%;
        margin-right: 7px;
        margin-bottom: -2px;
    }
    .gc-item-shipment-type.gc-item-control .dropdown-content li.ticked:after {
        content: '';
        width: 9px;
        height: 9px;
        display: inline-block;
        background-color: #1B94A9;
        position: absolute;
        left: 3px;
        top: 50%;
        transform: translateY(-55%);
        border-radius: 50%;
    }
    .gc-item-shipment-type.gc-item-control .dropdown-content.active button:hover, 
    .gc-item-shipment-type.gc-item-control .dropdown-content.active button:focus {
        color: inherit;
        background-color: unset;
        font-style: inherit;
        padding: 7px 0;
    }
    .gc-item-shipment-type.gc-item-control .dropdown-content.active li button {
        padding: 7px 0;
        font-style: unset;
        color: #4a4a4a;
    }
}

.list-table .table-content table *{
    border: none;
    background-color: transparent;
}
.list-table .table-content table{
    font-size: 15px;
}
.list-table .table-content table td, 
.list-table .table-content table th {
    padding-left: 0;
    padding-right: 20px;
    text-align: left;
}
.list-table .table-content table th {
    padding: 14px 0 26px 0;
}
.list-table .table-content table td {
    padding: 0 0 2px 0;
    letter-spacing: 0.4px;
}
.list-table .table-content table tr.space td {
    padding-bottom: 24px;
}
.list-table .table-title h4{
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: 1.8px;
    color: #0099B1;
    margin: 0;
}
.list-table .table-title .icon-line span {
    font-size: 10px;
    border-radius: 50%;
    border: 1px solid #0099B1;
    background-color: #0099B1;
    width: 16px;
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: relative;
    z-index: 1;
}
.list-table .table-title .icon-line {
    display: block;
    position: relative;
    margin-bottom: 6px;
}
.list-table .table-title .icon-line:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #0099B1;
    transform: translateY(-50%);
}
.list-table .table-title .icon-line svg {
    fill: currentColor;
}
.list-table .table-title {
    cursor: pointer;
}
.list-table .table-title.active .icon-line span {
    background-color: #fff;
    color: #0099B1;
}
.list-table .table-title.active .icon-line svg {
    transform: rotate(180deg);
}
.list-table .table-items {
    display: block;
    position: relative;
    margin-bottom: 24px;
}
.list-table .table-items .desc {
    display: block;
    margin-top: 44px;
}
@media (min-width: 1368px) {
    .list-table .table-content table tr > th,
    .list-table .table-content table tr > td {
        max-width: 155px;
    }
    .list-table .table-content table tr > th:first-child,
    .list-table .table-content table tr > td:first-child {
        max-width: 192px;
    }
}
@media (max-width: 767px) {
    .list-table .table-content .desc {
        display: none;
    }
    .list-table .table-content table table {
        font-size: 10px;
        letter-spacing: -0.03em;
        margin-bottom: 0;
    }
    .list-table .table-content table td {
        letter-spacing: -0.03em;
        padding-bottom: 6px;
    }
    .list-table .table-content table td >span {
        width: 52px;
        min-width: 52px;
    }
    .list-table .table-content table {
        font-size: 10px;
        letter-spacing: -0.03em;
        margin-bottom: 0;
    }
}
@media (max-width: 479px) {
    .list-table .table-content table tr > th,
    .list-table .table-content table tr > td {
        max-width: 55px;
        padding-right: 8px;
    }
    .list-table .table-content table tr > th:first-child,
    .list-table .table-content table tr > td:first-child {
        max-width: 106px;
        padding-right: 10px;
    }
}