.r-flex-row {
    display: flex;
    flex-wrap: wrap;
}
.r-flex-item {

}
.r-flex-item #datenschutz {
    display: inline-block !important;
    width: auto !important;
}
#ds_label {
    width: auto !important;
    display: inline-block !important;
}
#reservation .btn i::before {
    display: none !important;
}
.r-flex-item label{
display: block;
}
.r-flex-row.row-1 .r-flex-item {
width: 100%;
}
.r-flex-row.row-2 .r-flex-item {
width: 50%;
}
.r-flex-row.row-3 .r-flex-item {
width: 35%;
}
.r-flex-row.row-3 .r-flex-item:nth-child(3) {
width: 30%;
}
.r-flex-row.row-2 .r-flex-item:first-child {
    padding: 10px 10px 0px 0px;
}
.r-flex-row.row-2 .r-flex-item:last-child {
    padding: 10px 0px 0px 10px;
}
.r-flex-row.row-3 .r-flex-item:first-child {
    padding: 10px 10px 0px 0px;
}
.r-flex-row.row-3 .r-flex-item:nth-child(2) {
    padding: 10px 10px 0px 10px;
}
.r-flex-row.row-3 .r-flex-item:last-child {
    padding: 10px 0px 0px 10px;
}
.r-flex-row.row-1 .r-flex-item{
  padding: 10px 0px 0px 0px;
}
#reservation input:not([type="submit"]), textarea {
    width: 100%;
}
#reservation input[type="submit"] {
    background: #296cb3;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    border: none;
    padding: 12px;
    width: 186px;
    display: block;
    margin: 15px 0 0;
    border-radius: 4px;
    cursor: pointer;
}
.r-flex-item label {
    display: block;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 7px;
    color: #296cb3;
}
#muse_reservation_form {
    max-width: 580px;
    padding: 20px;
    border: 1px solid #f6f6f6;
    _margin: 20px auto;
	    margin: 20px 0;
    border-radius: 5px;
    box-shadow: 0px 0px 43px -27px rgba(0,0,0,0.5);
}

#muse_reservation_form .spinner {
  _width: 100px;
}
#muse_reservation_form .spinner input {
  text-align: right;
  width: 112px;
  padding-right: 20px;
  outline: none;
  border-color: #d9d9d9 !important;
}
#muse_reservation_form .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    width: 100%;
	max-width: 150px;
}
#muse_reservation_form .input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
}
#muse_reservation_form .input-group-btn-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 8px;
  margin-left: -1px;
  position: relative;
  border-radius: 0;
}
#muse_reservation_form .input-group-btn-vertical > .btn:first-child {
  border-top-right-radius: 4px;
}
#muse_reservation_form .input-group-btn-vertical > .btn:last-child {
  margin-top: -2px;
  border-bottom-right-radius: 4px;
}
#muse_reservation_form .input-group-btn-vertical i{
  position: absolute;
  top: 0;
  left: 4px;
  font-style: normal;
  font-weight: 600;
}
.btn.btn-default.btn-up {
    position: absolute;
    right: 0;
    background: #fff;
    border: 1px solid #d9d9d9;
    padding: 9px 9px 9px 9px;
    border-radius: 0 4px 4px 0;
    width: 44px;
    display: block;
    text-align: center;
    font-weight: 600;
    font-style: normal !important;
    top: 0;
    cursor: pointer;
}
.btn.btn-default.btn-down {
    position: absolute;
    left: 0;
    background: #fff;
    border: 1px solid #d9d9d9;
    padding: 9px 9px 9px 9px;
    border-radius: 4px 0px 0px 4px;
    width: 44px;
    display: block;
    text-align: center;
    font-weight: 600;
    font-style: normal !important;
    top: 0;
    cursor: pointer;
}
#reservation .btn i {
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 25px;
    position: relative;
    line-height: 1;
    color: #296cb3;
}

input:not([type="submit"]), select, textarea {
    border: 1px solid #d9d9d9;
    padding: 12px;
    border-radius: 4px !important;
    font-size: 16px;
    outline: none;
}
input:not([type="submit"]):focus, textarea:focus{
  border-color: #296cb3;
}
#reservation .selectwrapper select{
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
border: none;
width: 100%;
padding: 11px 12px 11px;
}
.selectwrapper::before {
content: "\25BE";
font-size: 20px;
position: absolute;
right: 10px;
top: calc(50% - 2px);
color: #296cb3;
z-index: 100;
font-weight: 600;
transform: translateY(-50%);
pointer-events: none;
}
.selectwrapper {
    position: relative;
    border: 1px solid #d9d9d9;
    display: block;
    width: calc(50% - 5px);
    border-radius: 4px;
}
.selectwrapper:first-child{
  margin-right: 5px;
}
.selectwrapper:last-child{
  margin-left: 5px;
}
.time-select {
    display: flex;
    flex-wrap: wrap;
}

.dudp__wrapper{
  top: 20px !important;
  bottom: auto !important;
}
select option[disabled] {
    display: none;
}

.load-icon img {
  max-width: 130px !important;
  position: absolute;
  top: -17px;
  left: -41px;
}
.load-icon {
  height: 50px;
  overflow: hidden;
  position: relative;
  margin-top: 10px;
  display: none;
}
.success_message {
  color: green;
  border: 2px solid green;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 5px;
}
.success_message p {
  margin: 0;
  padding: 11px;
}
.error_message {
  color: red;
  border: 2px solid red;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 5px;
}
.error_message p {
  margin: 0;
  padding: 11px;
}
.error_label {

    color: red;
    font-size: 14px;

}
#res-admin-table{
  border-spacing: 0px;
}
#res-admin-table {
    border-spacing: 0px;
    width: calc(100% - 20px);
    border: 1px solid #dedede;
}
#res-admin-table thead tr {
    background: #296cb3;
    color: #fff;
    text-align: left;
}
#res-admin-table thead tr th, #res-admin-table tbody tr td {
    padding: 8px 6px;
    border-right: 1px solid #ddd;
}
.tablesorter-filter-row{
  display: none;
}
.tablesorter-filter-row td {
    border-right: 1px solid #ddd !important;
}
#res-admin-table thead tr th:last-child, #res-admin-table tbody tr td:last-child{
  border-right: none;
}
#res-admin-table tbody tr:nth-child(odd){
  background: #f1f1f1;
}
#res-admin-table tbody tr:nth-child(even){
  background: #ffffff;
}
#pager img {
    width: 19px;
    display: inline-block;
    position: relative;
    top: 5px;
    cursor: pointer;
}
.tablesorter .filtered {
    display: none;
}

/* ajax error row */
.tablesorter .tablesorter-errorRow td {
    text-align: center;
    cursor: pointer;
    background-color: #e6bf99;
}
input.tablesorter-filter {
    padding: 0px 5px !important;
    border-radius: 1px !important;
    border: none !important;
    margin: 2px;
}
td[data-column="0"] .tablesorter-filter {
    display: none;
}
.search {
    padding: 2px 5px !important;
    margin-left: 5px;
}
#gsmanuell table {
    background: #fff;
    padding: 10px;
    border-radius: 3px;
    box-shadow: 0px 0px 20px -12px rgba(0,0,0,0.2);
}
#m-res-admin-area .flex {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin-bottom: 10px;
    align-items: start;
}
#m-res-admin-area .flex-item:first-child {
    _width: calc(100% - 320px);
    width: calc(100% - 510px);
}
#m-res-admin-area .flex-item:last-child {
    _width: 441px;
    text-align: right;
    align-self: center;
}
.date {
    padding: 2px 7px !important;
}
#deleterows{
    background: #f1f1f1;
    border: 1px solid #dedede;
    color: #dedede;
    border-radius: 3px;
    padding: 7px 12px;
    font-weight: 600;
    background: #fff;
    cursor: not-allowed;
}
#deleterows.activeDeleteBtn,
#export,
#sendagain,
#changecustomermail{
    background: #f1f1f1;
    border: 1px solid #016087;
    color: #016087;
    border-radius: 3px;
    padding: 7px 12px;
    font-weight: 600;
    background: #fff;
    cursor: pointer;
}
#m-res-admin-area .flex-item.ftfi1 {
    width: calc(100% - 625px) !important;
}

.popupNE {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: #fff;
  padding: 22px;
  border: 1px solid #dedede;
  box-shadow: 0px 0px 80px -12px;
  border-radius: 4px;
  display: none;
}
.popupNE input {
  display: block;
  width: 350px;
}
#savenewmail, #savenewmailbreak {
  background: #f1f1f1;
  border: 1px solid #016087;
  color: #016087;
  border-radius: 3px;
  padding: 7px 12px;
  font-weight: 600;
  background: #f1f1f1;
  cursor: pointer;
  margin-top: 10px;
}
#savenewmailbreak{
	margin-left: 10px;
}
@media all and (max-width: 700px){
	.r-flex-row.row-2 .r-flex-item,
	.r-flex-row.row-3 .r-flex-item{
    width: 100% !important;
    padding: 10px 0 0 !important;
}
	.r-flex-item .container {
    max-width: 148px;
}
	.btn.btn-default.btn-down, .btn.btn-default.btn-up {
    padding: 10px !important;
}
}


.gs_customize_area .flexit  img {
  width: 100%;
  display: block !important;
}
.gs_customize_area .flexit  p {
  width: calc(33.333% - 20px);
  margin: 10px 0;
  border: 1px solid #dedede;
  max-width: 300px;
  position: relative;
  cursor: pointer;
}
.check {
    background: #61bb46;
    width: 50px;
    height: 50px;
    position: absolute;
    display: block;
    border-radius: 100%;
    bottom: -26px;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid #449e29;
}
.gs_customize_area .flexit {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 840px;
    margin: 0px auto;
}
.gs_customize_area .flexit  p input{
  display: none;
}

.gs_customize_area {
    position: fixed !important;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100%;
    background: rgba(0,0,0,0.3);
    max-width: unset !important;
    margin: 0 !important;
}
.gs_customize_area_inner{
position: absolute;
width: 92%;
height: 90%;
max-width: 924px;
left: 50%;
top: 50%;
transform: translateX(-50%) translateY(-50%);
background: #fff;
border-radius: 2px;
box-shadow: 0px 0px 60px -25px rgba(0,0,0,0.5);
overflow: hidden;
transition: 0.45s ease all;
}


.gs_customize_area_inner .gs_customize_area_inner_header {
    _padding: 12px 20px 12px;
    position: absolute;
    top: 0;
    background: transparent;
    width: 100%;
    left: 0;
    height: 68px;
	z-index: 10000;
}
.gs_customize_area_inner .gs_customize_area_inner_body {
    padding: 0;
    background: #f6f9fb;
    overflow: auto;
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: calc(100% - 0px);
}
.gs_customize_area_inner .gs_customize_area_inner_footer {
    position: absolute;
    bottom: 0;
    background: #fff;
    width: 100%;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	display: none;
}

.gs_popup_headline{
  opacity: 0;
  position: absolute;
}
.gs_popup_headline.active_hl{
  opacity: 1;
}

a.button.btn-last-step{
  opacity: 0;
  display: none;
}

.gs_popup_ft_btn{
  color: #fff !important;
background: #296cb3 !important;
padding: 8px;
font-size: 15px;
border-radius: 4px;
font-weight: 600;
}
.steps_node {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: auto;
    pointer-events: none;
	left: 0;
	top: 0;
  padding: 20px;
}
.steps_node.active{
  opacity: 1;
  pointer-events: inherit;
}
.steps {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.gs_popup_headline {
    color: #296cb3;
    font-weight: 600;
    font-size: 22px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 22px;
}


#step-1 .gs_flex_label_item {
    align-items: center;
    margin: 25px auto;
    max-width: 520px;
    font-weight: 600;
    color: #296cb3;
    font-size: 18px;
    text-align: center;
    border-radius: 2px;
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}
#step-1 .gs_flex_label_item input{
  text-align: center;
  outline: none;
}
.gs_flex_label_item input{

  outline: none;
}
#step-4 .btn_area {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#step-4 #gs-steps-next{
  display: none;
}
.button.gs-button.btn-last-step {
    _width: calc(100% - 350px);
    margin-left: 8px;
}
.steps_node input[type="radio"]::after {
    content: "";
    opacity: 0;
    display: block;
    left: 3px !important;
    top: 3px !important;
    position: absolute;
    width: 22px !important;
    height: 22px !important;
    border-radius: 50%;
    background: url('/wp-content/plugins/bfs-gutscheine/css/ring.svg') !important;
}
.steps_node input[type="radio"] {
    border: 2px solid #296cb3 !important;
    border-radius: 100% !important;
    padding: 14px;
}
.disabledSpinner{
  cursor: none !important;
}
.stepsheadline {
    max-width: 580px !important;
    margin: 0px auto !important;
    color: #296cb3 !important;
    font-size: 22px !important;
    font-weight: 500 !important;
text-align: center !important;
}
.gs_input.gs_input_double_spinner input,
#step-2 input{
    border-bottom: ;
    padding: 8px 0px 6px;
    font-weight: 600;
    font-size: 21px;
    max-width: 190px;
    width: 190px;
    color: #555;
    border: 0;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: 0px;
    border-bottom: 1px solid #cfcfcf;
    border-radius: 8px !important;
}
#step-1 input[type="text"] {
border-bottom: 1px solid #cecece !important;
border: navajowhite;
    border-bottom-color: navajowhite;
    border-bottom-style: none;
    border-bottom-width: medium;
border-bottom-color: navajowhite;
border-bottom-style: none;
border-bottom-width: medium;
border-bottom-color: navajowhite;
border-bottom-style: none;
border-bottom-width: medium;
width: calc(100% - 10px) !important;
border-radius: 12px !important;
font-size: 22px;
font-weight: 600;
padding-top: 6px;
padding-bottom: 6px;
color: #636363;
}
a.button.btn-last-step.active_add_to_cart {
    display: block;
    opacity: 1;
}
.dir_nav_disabled{
  display: none;
  opacity: 0;
}
.wc-item-meta li:first-of-type {
    display: none;
}

.gs_customize_area{
  display: none;
}

.gs_input_double{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
}
#gutschein_wert_1, #gutschein_wert_2 {
    border: none;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: medium;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-bottom: 2px solid #b1b1b1;
    border-radius: 0 !important;
    font-size: 32px;
    font-weight: 600;
    color: #676767;
    width: 88px;
    height: 60px;
    padding-top: 10px;
    padding-bottom: 0px;
}

#gutschein_wert_1 {
    text-align: right !important;
    padding-right: 2px;
}

#gutschein_wert_2 {
    text-align: left !important;
    padding-left: 2px;
}

.seperator {
    font-size: 41px;
    color: #656565;
    display: block;
    height: 32px;
    line-height: .61;
}

.gs_input_double_spinner input::-webkit-outer-spin-button,
.gs_input_double_spinner input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.gs_input_double_spinner input[type=number] {
  -moz-appearance: textfield;
}

.close_gs_customize_area,
.close_gs_customize_area_2 {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 30px;
    height: 30px;
    transform: translateY(-50%);
    cursor: pointer;
}
.close_gs_customize_area span,
.close_gs_customize_area_2 span {
    background: #296cb3;
    width: 27px;
    height: 3px;
    position: absolute;
    right: 5px;
    top: 49%;
    transform: rotate(45deg);
}
.close_gs_customize_area span:last-of-type,
.close_gs_customize_area_2 span:last-of-type {
    transform: rotate(-45deg);
}

.choosen{
  border: 1px solid #296cb3 !important;
  box-shadow: 0px 0px 20px -10px #296cb3;
}
.check{
  opacity: 0;
  transition: 0.3s ease all;
}
.choosen .check{
  opacity: 1;
}

.check span:first-of-type {
    background: #fff;
    width: 16px;
    height: 4px;
    position: absolute;
    display: block;
    top: calc(50% + 5px);
    left: calc(50% - 14px);
    transform: rotate(40deg);
}
.check span:last-of-type {
    background: #fff;
    width: 22px;
    height: 4px;
    position: absolute;
    display: block;
    top: calc(50% + -2px);
    left: calc(50% - 6px);
    transform: rotate(-60deg);
}

.gs_popup_ft_btn {
    color: #fff !important;
    background: #296cb3 !important;
    padding: 8px !important;
    font-size: 15px !important;
    border-radius: 4px !important;
    font-weight: 600 !important;
    height: 49px;
    line-height: 1.8 !important;
}

.delivery_option {
    margin: 25px auto;
    max-width: 520px;
    line-height: 2;
}
.delivery_option label{
  font-weight: 600 !important;
}


.gs_popup_button.button_light {
    border: 2px solid #296cb3 !important;
    color: #296cb3 !important;
    background: transparent !important;
    border-radius: 3px;
    padding: 11px;
    display: block;
    width: 450px;
    font-weight: 600;
    margin: 20px auto;
    transition: 0.3s ease all;
    cursor: pointer;
    font-size: 18px;
}
.gs_popup_button.button_light:hover{
  background: #296cb3 !important;
  color: #fff !important;
}


.gs_customize_area .added_to_cart.wc-forward {
    _display: none !important;
}
.gs_flex_label_item.not_editable_voucher {
    display: none;
}



.inner_spinner span {
color: #296cb3;
display: block;
width: 49px;
height: 100%;
padding: 0;
position: absolute;
font-size: 26px;
cursor: pointer;
line-height: 1.8;
top: -48px;
height: 48px;
}
.inner_spinner {
  position: relative;
  width: 100%;
  height: 0px;
  top: 0;
}
.inner_spinner_up {
  top: 0;
  right: 0;
  border-radius: 0px 4px 4px 0px;
}
.inner_spinner_down {
  top: 0;
  left: 0;
  border-radius: 4px 0px 0px 4px;
}
.gs_input.gs_input_double_spinner {
  position: relative;
  max-width: 260px;
}


.gs_flex_label_item_group {
    max-width: 580px;
    margin: 20px auto;
    background: #fff;
    border: 1px solid #ededed;
    border-radius: 6px;
    padding: 0 20px;
    box-shadow: 0px 0px 20px -10px rgba(0,0,0,0.2);
}


#step-1 .gs_flex_label_item,
#step-2 .gs_flex_label_item{
    font-weight: 600;
    color: #595954;
    font-size: 16px;
    text-align: center;
}

 .steps_node {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: auto;
    pointer-events: none;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.btn_area {
    max-width: 580px;
    margin: 25px auto;
    text-align: center;
}
.btn_area button {
    margin-left: 7px;
margin-right: 7px;
	color: #296cb3 !important;
border: 2px solid #296cb3;
padding: 8px !important;
font-size: 15px !important;
border-radius: 4px !important;
font-weight: 600 !important;
height: 49px;
line-height: 1.8 !important;
background: transparent !important;
	min-width: 80px;
	transition: 0.3s ease all;
position: relative;
}
#gs-steps-prev:hover {
    margin-left: 7px;
	margin-right: 15px;
}
#gs-steps-next:hover {
    margin-right: 7px;
	margin-left: 15px;
}
.btn_area button:hover {
	background: #296cb3 !important;
border: 2px solid #296cb3;
color: #fff !important;
}
#gs-steps-next svg {
    width: 18px;
    position: absolute;
    top: 12px;
    left: 65px;
}
#gs-steps-prev svg {
    width: 18px;
    position: absolute;
    top: 12px;
    right: 70px;
}

#gs-steps-prev {
    padding-left: 38px !important;
}
#gs-steps-next {
    padding-right: 38px !important;
}
#step-2 input {
    width: 100%;
    max-width: unset;
    margin-bottom: 29px;
}
#step-2 .gs_label {
    text-align: left;
    padding: 20px 0 0;
}
.gs_info_label {
    max-width: 580px;
    margin: -13px auto -3px;
    display: block;
    font-size: 14px;
    padding-left: 4px;
}


.steps_node{
	z-index: 20000;
}
.gs_customize_area_inner_body{
overflow: hidden;
}
.gs_customize_area_inner_body::after {

    _content: "";
    background: url('https://bfs-linie.de/wp-content/uploads/2018/06/Logo_BFS_neu.jpg');
    width: 130%;
    height: 110%;
    position: absolute;
    background-size: cover;
    filter: grayscale(1);
    opacity: .08;
    transform: rotate(-14deg) translateX(21%);
    z-index: 1;
    display: none;

}
.disabledSpinner{
  pointer-events: none;
  opacity: .7;
}

.outer_delivery_option {
    max-width: 580px;
    margin: 25px auto;
    background: #fff;
    padding: 20px;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    box-shadow: 0px 0px 20px -10px rgba(0,0,0,0.2);
}

.delivery_option {
    margin: 25px auto;
    max-width: 520px;
    line-height: 2;
    display: flex;
    align-items: center;
}
.delivery_option em {
    font-size: 16px !important;
    font-weight: normal;
    font-style: normal;
    line-height: 1.2 !important;
    display: block;
    color: #777;
    max-width: 470px;
}
.gs_customize_area .flexit {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 770px;
    border: 1px solid #e8e8e8;
    background: #fff !important;
    padding: 20px 30px 40px;
    border-radius: 4px;
    margin: 25px auto;
    box-shadow: 0px 0px 20px -10px rgba(0,0,0,0.2);
}

.btn_area .added_to_cart.wc-forward{
  display: none;
}
#order_more_gs_button {
    color: #296cb3 !important;
    border: 2px solid #296cb3 !important;
    padding: 8px !important;
    font-size: 15px !important;
    border-radius: 4px !important;
    font-weight: 600 !important;
    height: 49px;
    line-height: 1.5 !important;
    display: block;
    max-width: 300px;
    text-align: center;
    text-decoration: none;
    margin: 9px auto 15px;
    cursor: pointer;
    background: transparent !important;
    width: 100% !important;
}
#view_order_gs_button {
    color: #fff !important;
    background: #296cb3 !important;
    padding: 8px !important;
    font-size: 15px !important;
    border-radius: 4px !important;
    font-weight: 600 !important;
    height: 49px;
    line-height: 2.1 !important;
    display: block;
    max-width: 300px;
    width: 100% !important;
    text-align: center;
    text-decoration: none;
    margin: 15px auto 9px;
}
.headerheadline {
    margin: 0px auto !important;
    margin-left: 20px !important;
    color: #296cb3 !important;
    font-size: 23px !important;
    font-weight: 400 !important;
    text-align: left !important;
    margin-top: 10px !important;
    text-transform: unset !important;
    letter-spacing: .2px;
 }
.gs_customize_area_inner_header {
    background: #f6f9fb !important;
    height: 50px !important;
    z-index: 30000 !important;
}
.stepsheadline {
    max-width: 580px !important;
    margin: 0px auto !important;
    color: #242424 !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    text-align: left !important;
    text-transform: unset !important;
    letter-spacing: .2px;
}
.gs_customize_area_inner.addItems {
    position: absolute;
    width: 92%;
    height: 90%;
    max-width: 620px;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    background: #fff;
    border-radius: 2px;
    box-shadow: 0px 0px 60px -25px rgba(0,0,0,0.5);
    overflow: hidden;
    max-height: 490px;
}

.steps_node {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: auto;
    pointer-events: none;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-height: calc(100% - 100px);
    overflow: auto;
}

.added_area {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    max-width: 360px;
    margin: 0px auto;
    padding: 20px;
}

#step-3 .stepsheadline {
    max-width: 770px !important;
}


.added_icon {
    position: relative !important;
    display: block;
    z-index: 100000000;
    top: 13px;
    padding: 0 0 10px;
    margin-bottom: 10px;
}
.added_icon .check{
    opacity: 1;
}


.added_area {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    max-width: 360px;
    margin: 0px auto;
        margin-top: 0px;
        margin-bottom: 0px;
    padding: 20px;
    margin-bottom: 15px !important;
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.added_icon_label {
    width: calc(100% - 130px);
}
.added_icon {
    position: relative !important;
    display: block;
    z-index: 100000000;
    top: 13px;
    padding: 0 0 10px;
    margin-bottom: 10px;
    width: 100px;
    height: 100px;
}
.check {
    background: #61bb46;
    width: 50px;
    height: 50px;
    position: absolute;
    display: block;
    border-radius: 100%;
    top: calc(50% - 5px);
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    border: 1px solid #449e29;
}
#step-3 .check{
  top: 100%;
}
.added_icon_label {
    width: calc(100% - 105px);
    font-size: 17px;
    line-height: 1.4;
}
tr.flaschenpost td ,
tr.brief td {
    border-top: 3px solid transparent !important;
}
tr.flaschenpost,
tr.brief {
    border-bottom: 1px solid #111 !important;
}
tr.wertgutschein img, tr.gutschein img, tr.flaschenpost img, tr.brief img{
  display: none;
}
.variation-Versand {
    font-size: 15px;
}
.flaschenpost td,
.brief td {
    padding-top: 0;
    padding-bottom: 20px;
}
.removebert {
    width: 30px;
    height: 30px;
    padding: 0px 2px 3px;
    line-height: 1;
    border-radius: 100%;
}
.flaschenpost .removebert, .brief .removebert {
    display: none;
}
tr.flaschenpost .variation, tr.brief{
  display: none !important;
}
.steps input {
    outline: none !important;
}

.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tr td.actions {
    display: none !important;
}

.woocommerce-checkout-review-order-table img, .woocommerce-checkout-review-order-table .remove {
    display: none !important;
}
.woocommerce-checkout-review-order-table .variation > * {
    display: inline-block;
    line-height: 1.9 !important;
    padding: 0 !important;
}

 .woocommerce-thankyou-order-details .wc-item-meta,  .woocommerce-thankyou-order-details dl.variation {
    list-style: none outside;
    padding: 0;
    line-height: 1.7;
}
.add_to_cart_pre_btn {
    background: #296cb3;
    padding: 13px 20px;
    font-weight: 500 !important;
}
.woocommerce.wc_bfs_table {
    background: #f8f8f8;
    padding: 20px 30px;
    border: 2px solid #f3f3f3;
}
.gs_customize_area {
    z-index: 1000000;
}

.frlang #gs-steps-prev svg {
    width: 18px;
    position: absolute;
    top: 12px;
    right: 87px;
}
.woocommerce-cart .product-thumbnail {
  display: none !important;
}
.removebert {
    width: 30px !important;
    height: 30px !important;
    padding: 0px 2px 3px !important;
    line-height: 1.22 !important;
    border-radius: 100% !important;
    font-weight: normal !important;
    font-size: 23px !important;
    border: 2px solid #296cb3 !important;
    background: #fff !important;
    color: #296cb3 !important;
}
.checkout-button, #place_order {
    background: transparent !important;
    color: #296cb3 !important;
    border: 2px solid #296cb3 !important;
    border-radius: 2px !important;
    transition: 0.3s ease all;
}
.checkout-button:hover, #place_order:hover {
    background: #296cb3 !important;
    color: #fff !important;
    border: 2px solid #296cb3 !important;
    border-radius: 2px !important;
}
.order-tax {
    display: none;
}
.woocommerce-checkout-review-order-table td, .woocommerce-checkout-review-order-table th {
    padding: 1em .5em !important;
}
.woocommerce form label span {
    color: #296cb3;
}
#ship-to-different-address label span {
    position: relative;
    display: block;
    color: #333;
    font-weight: 400;
    font-size: 26px;
}

tr.flaschenpost, tr.brief {
    border-bottom: 1px solid #EBEBEB !important;
}
.woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2 {
  width: 100% !important;
  float: none;
}
.checkout.woocommerce-checkout {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.checkout.woocommerce-checkout > div {
  width: calc(50% - 40px);
}
#wc-stripe-cc-form iframe {
    position: static !important;
}
.woocommerce-checkout .cart_item td {
    border-top: 1px solid #d7d7d7;
}
.woocommerce-checkout .cart_item.flaschenpost td,
.woocommerce-checkout .cart_item.brief td{
  border-top: none !important;
}
.woocommerce-checkout .cart_item td {
    border-top: 1px solid #d7d7d7;
    padding: 15px !important;
}
.woocommerce-checkout .shop_table th,
.woocommerce-checkout .shop_table td{
  padding: 15px !important;
}

.delivery_option input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    width: 25px;
    height: 25px;
    border: var(--form--border-width) solid var(--form--border-color);
    background: var(--global--color-white);
}
.delivery_option  input[type="radio"]:checked::after {
    opacity: 1;
}

.btn_text {
    display: none;
}
.btn_ico svg {
    width: 23px;
}
.add_to_cart_pre_btn {
    background: #296cb3;
    padding: 11px 30px 5px;
    font-weight: 500 !important;
}
a.button.btn-last-step.active_add_to_cart {
    display: block;
    opacity: 1;
    box-shadow: none !important;
    line-height: 2.2 !important;
}
#view_order_gs_button{
  box-shadow: none !important;
}
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
    width: 100% !important;
}
.gs_customize_area_preview {
  position: fixed !important;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  background: rgba(0,0,0,0.9);
  max-width: unset !important;
  margin: 0 !important;
  display: none;
  z-index: 100000000;
}
.inner_gs_customize_area_preview {
    /* width: 690vw;
    height: 90vh;
    max-width:794px;
    max-height:1122px; */

    margin: 0px auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    background-size: 100%;
    background-repeat: no-repeat;
}
.gs_pv_canvas{
background-size: 100%;
background-repeat: no-repeat;
}
.close_gs_customize_area_2 {
    background: #fff;
    top: 15px;
    right: 15px;
    transform: unset;
    border-radius: 100%;
    padding: 19px;
}

.gs_pv_canvas h1 {
  margin-left: ;
  color: #296cb3 !important;
  font-size: 2.8vh !important;
  font-weight: 400 !important;
  margin-top: 10px !important;
  margin-bottom: 0px !important;
  text-transform: unset !important;
  letter-spacing: .6px;
  font-weight: 600 !important;
  text-align: center;
  font-family: arial;
}
.gs_pv_canvas h3 {
  margin-left: ;
  color: #296cb3 !important;
  font-size: 1.4vh !important;
  font-weight: 400 !important;
  margin-top: 0px !important;
  padding: 0 !important;
  text-transform: unset !important;
  letter-spacing: .6px;
  font-weight: 600 !important;
  text-align: center;
  font-family: arial;
}
.gs_pv_canvas {
  position: absolute;
width: 100%;
left: 50%;
transform: translateX(-50%);
}
.imgpl img {
    height: calc(90vh - 40px) !important;
    width: auto !important;
    margin: 0px auto;
    display: block;
}
.gs_pv_canvas h3 {
    margin-left: ;
    color: #296cb3 !important;
    font-size: 1.3vh !important;
    font-weight: 400 !important;
    margin-top: 10px !important;
    padding: 0 !important;
    text-transform: unset !important;
    letter-spacing: .2px;
    font-weight: 600 !important;
    text-align: center;
    font-family: arial;
}
.box {
    border: 1px solid #cecece;
    max-width: 70%;
    margin: 23px auto;
    font-size: 1.3vh;
    font-weight: bold;
    font-family: arial;
    color: #121212 !important;
}

.box {
  border: 1px solid #cecece;
  max-width: 70%;
  margin: 23px auto;
  font-size: 1.3vh;
  font-weight: bold;
  font-family: arial;
  color: #121212 !important;
}
.box {
  display: flex;
  flex-wrap: wrap;

}
.lb {
  width: calc(100% - 100px);
  border-right: 1px solid #cecece;
  padding: 10px;
  position: relative;
}
.innerlb {
    position: relative;
    top: 50%;
    transform: translateY(-50%);

}
.lb span {
  padding: 5px 0px 5px 5px;
  display: inline-block;
}
.rb img {
  width: 100% !important;
  height: auto !important;
}
.rb {
  width: 100px;
  padding: 16px;
  text-align: center;
}

@media all and (max-width: 700px){
.imgpl img {
    width: 100vw !important;
    height: auto !important;
}


 .box {
   border: 1px solid #cecece;
   max-width: 75%;
 }
 .inner_gs_customize_area_preview{
   transform: translateY(-50%) scale(.8);
 }
 .woocommerce.wc_bfs_table tr{
   display: block;
 }
 .woocommerce.wc_bfs_table tr td:nth-child(1), .woocommerce.wc_bfs_table tr td:nth-child(2){
   display: inline-block;
 }
 .woocommerce.wc_bfs_table tr td:last-child{
   display: block;
 }
 .woocommerce.wc_bfs_table tr td button{
   display: block;
   width: 100%;
 }
 .woocommerce.wc_bfs_table tr td:nth-child(1) {
    width: calc(100% - 93px);
}
.woocommerce.wc_bfs_table tr td:nth-child(2) {
    width: 93px;
    text-align: right;
}
.steps_node {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: auto;
    pointer-events: none;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-height: calc(100% - 80px);
    overflow: inherit;
}
.gs_customize_area_inner {
    transform: translateX(-50%) translateY(-50%) scale(.94);
}
.outer_delivery_option {
    padding-top: 2px;
    padding-bottom: 2px;
}
.delivery_option label {
    font-weight: 600 !important;
    line-height: 1.4;
}
.gs_input.gs_input_double_spinner {
    position: relative;
    max-width: 199px;
    margin: 0px auto;
}
.gs_flex_label_item{
  display: block !important;
}
#step-1 .gs_flex_label_item input {
    text-align: center;
    outline: none;
    pointer-events: none;
}
.headerheadline {
    max-width: 80%;
    font-size: 20px !important;
}
.checkout.woocommerce-checkout > div {
    width: 100% !important;
    float: none !important;
}
.woocommerce.wc_bfs_table th:first-child {
    width: 100%;
}
.gs_customize_area_inner {
    position: absolute;
    width: 94%;
  }
}
#gs-steps-next:hover {
  margin-left: 7px;
  margin-right: 7px;
}
#gs-steps-prev:hover {
  margin-left: 7px;
  margin-right: 7px;
}
.apple-pay-button {
    display: none;
    -webkit-appearance: none;
}
}

#prevGS {
    width: 400px !important;
    position: relative;
}
#prevGS img {
    max-width: 100%;
    height: auto;

}
.flex > section {
    max-width: 284px;
    margin-left: 30px;
    box-shadow: 0px 0px 26px -10px rgba(0,0,0,.3);
    position: relative;
}
.canv {
    position: absolute;
    top: 160px;
    width: 100%;
}
.canv h1{
color: #296cb3 !important;
font-size: 13px;
text-align: center;
}
.canv h3{
color: #296cb3 !important;
font-size: 7px;
text-align: center;
margin-top: -7px;
}
.canv .box{
  width: 76% !important;
  margin: 13px auto;
}
.canv .rb {
    width: 47px;
}
.canv .lb span {
    padding: 2px 0px 2px 5px;
    display: inline-block;
}
.canv  .rb {
    width: 100px;
    padding: 13px 16px 6px;
    text-align: center;
}
.canv .rb {
    width: 47px !important;
}
.canv .box {
    width: 76% !important;
    margin: 13px auto;
    max-width: unset;
    font-size: 7px !important;
}
