@viewport {
    zoom:1;
    max-zoom: 1;
}
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.eot');
    src: url('//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
    url('//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.woff2') format('woff2'),
    url('//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.woff') format('woff'),
    url('//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.ttf') format('truetype'),
    url('//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font: normal normal 16px/1 'Glyphicons Halflings';
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    margin-right: 4px;
}
@font-face {
    font-family: 'Roboto';
    src: url('/catalog/view/fonts/Roboto-Regular.woff2') format('woff2'),
    url('/catalog/view/fonts/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('/catalog/view/fonts/Inter-Regular.woff2') format('woff2'),
    url('/catalog/view/fonts/Inter-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Myriad Pro';
    src: url('/catalog/view/fonts/MyriadPro-Regular.woff2') format('woff2'),
    url('/catalog/view/fonts/MyriadPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    --mc: #FFF2DA;
    --gc: #008752;
    --subc : #B20838;
    --sublink : #ffffff;
    --green : #008752;
    --grey : #565656;
    --default-transition-timing-function:
            cubic-bezier(.4, 0, .2, 1);
    --color-gray-50: oklch(.985 .002 247.839);
    --color-white: #fff;
}
* {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
body{
    font-family: 'Myriad Pro';
    background: #fff;
    min-height: 100vh;
    color: #000;
    overflow: hidden;
    font-size: larger !important;
}
body { -webkit-touch-callout: unset !important; }
a { -webkit-user-select: none !important; }
h1 {
    font-size: 20px !important;
}
h2{
    font-weight: 500;
}
h3{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
}
.welcome_screen {
    background: var(--subc);
}
.welcome_screen #home_logo {
    max-width: 220px;
    margin-top: 55px;
}
#sublogo {
    max-width: 220px;
}
#insideLogo {

}
.welcome_screen a:not(.btn-dark, .btn-white) {
    color: var(--subc);
    text-decoration: none;
}
.welcome_screen p{
    color: #101010;
}
.text-white {
    color: #fff;
}
.welcome_screen a {
    color: #B20838;
}
.welcome_screen .btn-white {
    text-transform: uppercase;
    font-weight: 500;
    width: 80%;
    position: absolute;
    bottom: 5%;
}
.border-tb {
    border-top:2px solid #fff;
    border-bottom: 2px solid #fff;
}
a {
    color: var(--mc);
}
.subc {
    color: var(--subc) !important;
}
#home_logo {
    margin-bottom: 200px;
}
.btn-white {
    background: #ffffff;
    color: var(--subc);
    border-radius: 30px;
    padding: 10px 10px;
    text-align: center;
    width: 230px;
    border:1px solid var(--mc);
}
.btn-white2 {
    background: #ffffff;
    color: var(--subc);
    border-radius: 30px;
    padding: 10px 10px;
    text-align: center;
    width: 230px;
    border:1px solid var(--mc);
}
.home_foot {
    width: 100%;
    bottom:0;
}
.btn-dark {
    background: var(--subc);
    border:1px solid var(--subc);
    color: var(--sublink);
    border-radius: 30px;
    padding: 10px 10px;
    text-align: center;
    width: 230px;
    box-shadow: 0px 0px 8.2px 0px #8D002870;

}
.btn-white:hover{
    background: var(--mc);
    color: var(--subc);
    border: 1px solid var(--subc);
}
.btn-dark:hover{
    background: var(--subc);
    color: var(--mc);
    border: 1px solid var(--mc);
}
.header {
    background: #fff;
    color: var(--subc);
    padding: 15px;
    width: 100%;
    z-index: 999;
    transition: 0.4s;
    top:0;
    border-bottom: 0;
}

.auth_fieldset {
    border-width: 1px 0 0 0;
    border-color: #DFDDDD;
    margin: 20px 0;
    padding: 0;
    width: 100%;
    text-align: center;
}
.auth_fieldset legend {
    margin: 0 auto;
    padding: 0 10px;
    font-size: 16px;
}

.btn-default span {
    display: inline-block;
    width: 40px;
    text-align: left;
}
.btn-default {
    border: 1px solid #DFDDDD;
    width: 100%;
}

.warn-tooltip-wr {
    position: relative;
}
.warn-tooltip-wr.tooltip-bot .warn-tooltip:before {
    top: auto;
    bottom: 100%;
    border-top-color: transparent;
    border-bottom-color: #000;
}
.warn-tooltip-wr:not(.-warning) .warn-tooltip {
    visibility: hidden;
    opacity: 0;
    transform: translateY(10px);
}
.warn-tooltip-wr.-warning {
    animation: shake-animation 0.3s linear;
}

.warn-tooltip {
    position: absolute;
    margin-bottom: -8px;
    bottom: 100%;
    left: 5px;
    padding: 5px 11px 3px;
    background-color: #ff9393;
    color: #fff;
    font-size:14px;
    white-space: nowrap;
    transition: all 0.3s ease-in-out;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.9);
}
.warn-tooltip:before {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 20px;
    border: 4px solid transparent;
    border-top: 4px solid #FF971D;
}

.system-message,
.ajax-response {
    display: flex;
    align-items: start;
    padding: 5px 0px;
    margin-bottom: 45px;
    border-radius: 4px;
    color: #DA1316;
    border: 0px solid #FF971D;
    font-weight: 600;
    font-size: 12px;
    box-shadow: unset;
    animation: shake-animation 0.2s ease-in;
}
.system-message:not(.-show),
.ajax-response:not(.-show) {
    display: none;
}
.system-message.-error,
.ajax-response.-error {
    color: #fd5a5a;
    border-color: #f6caca;
    box-shadow: inset 0 0 20px #fff6f6;
}
.system-message.-error:before,
.ajax-response.-error:before {
    content: "\ea07";
}
.system-message.-error a,
.ajax-response.-error a {
    color: #fd5a5a;
}
.system-message.-info:before,
.ajax-response.-info:before {
    content: "\e946";
}
.system-message.-nores,
.ajax-response.-nores {
    margin: 20px 0 0;
    width: 100%;
    min-height: 150px;
    justify-content: center;
    color: #4f4f4f;
    border-color: #ebebeb;
    font-weight: 400;
    box-shadow: none;
    animation: none;
}
.system-message.-nores:before,
.ajax-response.-nores:before {
    content: "\e925";
    color: #ccc;
}
.system-message:before,
.ajax-response:before {
    content: "\ea07";
    display: block;
    margin-right: 15px;
    font-size: 18px;
    font-family: "icomoon";
}

.system-message {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
}

.error-page {
    padding: 50px 30px;
    text-align: center;
}
.error-page .system-message {
    font-weight: 400;
    padding: 50px;
    max-width: 600px;
    margin: 0 auto;
    border-radius: 10px;
    display: block;
}
.error-page .system-message:before {
    font-size: 40px;
    margin-bottom: 20px;
}
.error-page .title {
    font-size: 28px;
}
.error-page .info {
    color: #2D2524;
    margin-top: 30px;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    line-height: 1.4;
}
.error-page .info p:not(:last-child) {
    margin-bottom: 10px;
}
.error-page .button {
    padding: 12px 40px;
    font-size: 18px;
    font-weight: 600;
}
.error-page .button-wr {
    width: 100%;
    margin-top: 40px;
}

.error{
    border: 1px solid #DC0D15 !important;
    background: #FDF3F3;
}
.alert_error {
    color: #CF0033;
}
.error_border {
    border: 1px solid #DC0D15 !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
#digits_form input {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-left: 10px;
}
.py-2 {
    padding:10px 20px;
}
footer ul{
    margin: 0;
    padding: 0;
}
footer li {
    display: inline-block;
    width: 20% !important;
    text-align: center;
}
footer li a{
    font-size: 0.7rem;
    display: inline-block;
    width: 100%;
    font-weight: 600;
 /*   padding-bottom:10px;*/
}
footer li:hover  a{
    color: var(--mc);
}
footer li:hover path {
    fill: var(--subc);
}
.rounded-30 {
    border-radius: 30px;
}
.mc{
    color: var(--mc);
}
.fs-14{
    font-size: 16px !important;
}
.fs-13{
    font-size: 13px !important;
}
.route_btns .btn{
    width: 80%;
    padding:10px 15px;
    height: 47px;
}
.shop_list_bg {
    background: #fff;
    border-radius: 15px;
    cursor: pointer;
}
.shop_list_bg b{
    line-height: 2;
}
.white_bg {
    background:#fff;
}
.welcomeSlider {

}
.welcomeSlider .swiper-slide{
border: 1px solid transparent;
}
#welcome_div .white_bg {
    background: #fff;
    padding: 15px 15px 5px;
    border-radius: 15px;
    margin: 0px 5px 0px 0;
    box-shadow: 2px 0px 5px rgba(100, 100, 100, 0.3);
}
.personal_coupon_container{
    background:#f1f1f1;
    padding:5px 15px 7px;
    border-radius: 15px;
    border: 2px solid #ffffff;
}
.welcome_title {
    font-size: 15px;
    font-weight: 400;
    color: #565960;
  /*  line-height: 1.5;*/
}
.to_edit_shop img{
    width: 25px !important;
    height: unset !important;
    border-radius: 0 !important;
}
#welcomeSlider img{
    border-radius: 0 !important;
}
#slider {
   /* margin-top: 10em;*/
}
.coupon_content {
    background:#fff   url('/image/line.png') repeat-y;
    width: 100%;
}
.btn-green{
    background: #28B446;
    border:1px solid #28B446;
    color:#fff;
    border-radius: 30px;
}
.coupon_top{
    background: url('/image/without.png') no-repeat center bottom;
    aspect-ratio: 346 / 21;
    width: 100%;
    background-size: 100% auto;
}
.coupon_bottom{
    background: url('/image/without.png') no-repeat center top;
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1); aspect-ratio: 346 / 21;
    aspect-ratio: 346 / 21;
    width: 100%;
    background-size: 100% auto;
    margin-top: -10px;
}
.coupon_container {
    background: url('/image/coupon_bg.svg') no-repeat center top;
    background-size: cover;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
   /* padding: 15px  15px 15px 1.5rem;*/
    padding:5px  15px 15px 1.5rem;
    color: #565960;
    aspect-ratio: 335 / 206;
}
.coupon_container_horizontal {
    background: url('/image/coupon_bg2.svg') no-repeat center top;
    background-size: cover;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
   /* padding: 15px  15px 15px 1.5rem;*/
    padding:0px;
    color: #565960;
  /*  aspect-ratio: 335 / 206;*/
}
.coupon_container .dates, .coupon_container_horizontal .dates, .coupon_content .dates{
    padding: 8px 10px;
    color: #929395;
    font-size: 14px;
    border-radius: 6px;
    display: inline-block;
}
.coupon_container_horizontal .dates {
    padding: 8px 0;
    background: transparent;
}
.coupon_border_right, .welcome_coupon_border_right {
    background: url(/image/dots.svg);
    background-repeat: repeat-y;
    background-position: right top;
}
.coupon_border_right img {
    height: 120px !important;
    max-width: 95%;
    margin: 0 auto;
    width: unset !important;
}
.welcome_coupon_border_right img {
    height: 60px !important;
    max-width: 95%;
    margin: 0 auto;
    width: unset !important;
}
.personal_coupon_container p {
    font-size: 0.8rem;
    height: unset !important;
}

.coupon_right{
    width: 29%;
    padding-left: 5px;
    border-left: 1px dashed #ddd;
    height: 100%;
}
.btn.green{
    background:#28B446;
}
.coupon_content p{
    margin-bottom: 5px;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.coupon_container_horizontal img{
    width: 90px !important;
    height: 90px !important;
    object-fit: contain !important;
}
.coupon_container_horizontal img.coupon_btn {
    width: 100% !important;
    height: unset !important;
}
.coupon_content .activate_coupon {
    width: unset;
    max-width: 90%;
    margin: 0 auto;
    border:1px double #72C5EB;
    text-transform: none;
}
.coupon_content .activate_coupon.btn-green:hover{
    background: #28B446 !important;
    border: 1px solid #28B446 !important;
    color: #fff !important;
    border-radius: 30px;
}
.coupon_container_horizontal p{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}
.coupon_container_horizontal .red {
    color:#EE0000;
}
.coupon_container p {
    margin-bottom: 0px;
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    display: inline-block;
}
.discount {
    /*background: #FBDF00;*/
    background: url('/image/discount_bg.svg') no-repeat center top;
    background-size: cover;
    /* min-width: 88px; */
    text-align: center;
    color: #DC0D15;
    font-size: 24px;
    font-weight: 600;
    line-height: 18px;
    padding: 10px 0;
    display: inline-block;
    border-radius: 100px;
    margin: 0 auto;
    width: 90%;
}
.coupon_content .discount {
    width: unset;
    padding: 10px 20px;
}
.note {
    font-size: 10px;
    color: #ccc;
    display: inline-block;
    margin-top: 3px;
}
.dotted{
    /*border-top: 1px dashed #DFDDDD;*/
    margin: 15px 0px 7px;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='grey' stroke-width='2' stroke-dasharray='6%2c 18' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
    height: 1px;
}
.coupon_status_check {

}
.main_banner {
    width: 100% !important;
    aspect-ratio: 16 / 9 !important;
    background-size: cover !important;
    background-position: center center !important;
    border-radius: 15px ;
}
.angebot_container, .angebot_container_wish {
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    position: relative;
}
.angebot_container_wish {
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
    touch-action: pan-y;
}
.angebot_container_wish.fly-left {
    transform: translateX(-100vw);
    opacity: 0;
}
.trash-icon {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    opacity:0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 1;
    background: #D82A3E ;
    overflow: hidden;
    height: 100%;
    display: flex;
    align-items: center;
    border-radius: 0 10px 10px 0;
}
.show-trash .trash-icon {
    opacity: 1;
    transform: translateY(-50%) scale(1);
}
.trash-icon img{
    height:30px !important;
}
.angebot_ico {
    right: 0.5rem;
}
.angebot_wish_ico {
    height: 25px !important;
    top:10px;
}
.angebot_details_img {
    height: 200px !important;
}
.angebot_price{
    color: #D82A3E;
    font-weight: 500;
    line-height: 0.5;
    font-size: 2.5vh;
}
.angebot_price1 {
    color: #D82A3E;
    font-weight: 500;
    line-height: 0.5;
    font-size: 24px;
}
.angebot_container img:not(.angebot_ico, .angebot_wish_ico){
    height: 110px;
}
.angebot_container_wish img:not(.angebot_ico, .angebot_wish_ico){
    height: 50px;
    width: 60px;
}
.angebot_container p, .angebot_container_wish p {
    color: #565656;
    font-size: 14px;
    height: 50px;
    margin-bottom: 5px;
    width: 100%;
}
.angebot_container .grey, .angebot_container_wish .grey{
    color: #929395;
    font-size: 11px;
    font-weight: 400;
}
.footer{
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1000;
    background: transparent;
    border-top: 0;
    opacity: 0;
}
.footer ul{
    background: #ffffff;
    padding-bottom: 0;
    border-radius: 20px;
    width: 100%;
    margin: 0 auto;

    line-height: 2;
    border:1px solid #eee;
}
.footer ul li{
    padding: 8px 0;
}
.footer a{
    color: #939393;
    line-height: 1;
}
.sep50{
    width: 100%;
    height: 50px;
}
.sep100{
    width: 100%;
    height: 90px;
}
.sep150{
    width: 100%;
    height: 150px;
}
.scrolled, .minimized{
    z-index: 1026 !important;
    padding: 0px !important;
}
body.minimized {
    padding: 0 !important;
}
.body_container {
    height: calc(100vh - 100px);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
#edit_shop_ico{
    border-radius: 3px !important;
}
.angebot:nth-child(odd) {
    padding-left: 0 !important;
}
.angebot:nth-child(even) {
    padding-right: 0 !important;
}
/*.prospektSwiper .swiper-slide:nth-child(odd) {
    padding-right: 0 !important;
}
.prospektSwiper .swiper-slide:nth-child(even) {
    padding-left: 0 !important;
}*/
.footer .container{
    padding: 0;
}
.footer li{
    padding: unset;
}
.rounded {
    border-radius: 10px;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{

    top: unset;
    z-index: 9999999;
    position: relative;
    margin: 20px auto;
    text-align: center;
    width: fit-content;
    background: rgba(255,255,255,0.7);
    /*transform: translate(500%, -100%);*/
    border-radius: 5px;
}
.swiper-pagination-bullet-active {
    background: var(--subc);
}
.swiper-pagination-banner {
    pointer-events: auto !important;
    z-index: 10;
}

.couponsSwiper .swiper-slide{
    width: 94% !important;

}
.coupon_container img{
    height: 110px !important;
    max-width: 110px;
}
.coupon_content .btn-dark:hover {
    background: var(--mc);
    border: 1px solid var(--subc);
    color: var(--subc);
}
.active_coupons_num {
    transform: translate(-75%, -25%);
}
body.qrcode {
    background: url(/image/img.png);
    background-size: cover;
}
.nav-tabs {
    border-bottom: 0;
}
.nav-tabs li{

    margin-right: calc(var(--cui-gutter-x)* 0.5);
    margin-left: calc(var(--cui-gutter-x)* 0.5);
    margin-bottom: 20px;
}
.nav-tabs a {
    font-size: 1.5vh;
    font-weight: 500;
    line-height: 0.9;
    padding: 10px 15px;
    border:1px solid #f0f0f0;
    border-radius: 20px;
    display: inline-block;
    color: #929395;
    background: #fff;
}
.nav-tabs li.active a{
    border: 1px solid var(--mc);
    color: var(--mc);
}
.qrcode_container {
    background: #fff;
    border-radius: 10px;
}
.qrcode_container img{
    border: 1px solid #f0f0f0;
    border-radius: 10px;
}
#active_coupons_ico {
    width: 34px;
}
.active_coupons_lnk {
    background: #fff;
    border-radius: 10px;
    padding: 12px;
}
.active_coupons_lnk div{
    width: 70%;
}
#mobile_a , #closeMobileNav{
    display: none;
}
.nav_head {
    background: var(--mc);
    color: var(--subc);
    font-size: 14px;
}
.nav_head .ico {
    width: 36px;
}
.mm-spn li:before {
    top:calc(var(--mm-spn-item-height) - 50%);
    display: none;
}
.mm-spn a:not(:last-child):after {
    display: none;

}
.mm-spn svg{
    width: 40px;
}
.mm-spn li:last-child:before{
    display: none;
}
.flag{
    width: 24px;
}
.flag_div{
    top:0px;
    right:0px;
}
#closeMobileNav1 img{
    width: 20px;
}
#closeMobileNav1 {
    padding: 10px;
    z-index: 100;
}
.to_edit_shop {
    padding: 0px 0px 0;
    z-index: 99;
    overflow: hidden;
    font-size: 15px;
    font-weight: 400;
    color: #565960;
}
.old_price {
    color: #929395;
    font-size:14px;
    display: inline-block;
    margin-left: 10px;
    text-decoration: line-through;
}
footer ul li:hover a, footer ul li.menu_active a{
    color:var(--subc)
}
footer ul li:hover path, footer ul li.menu_active path{
    fill: var(--subc);
}
.basket_li:hover path, .basket_li.menu_active path{
    fill: var(--subc);
    stroke: #fff
}
footer ul li#qr:hover path, footer ul li#qr.menu_active path {
    stroke:unset;
}
#qr.menu_active svg{

    box-shadow: 2px 3px 6px rgba(125, 125, 125, 0.5);
    border-radius: 9px;
}
.add_item_to_basket {
    width: fit-content;
    padding: 4px 10px 6px;
}
.add_item_to_basket img{
    height: 20px;
}
#mobile_menu {
    display: none;
}
.google_login, .apple_login {
    border-radius: 30px;
}
.categoriesFilter .swiper-slide {
    width: auto;
}
#select_shop_btn {
    width: 79%;
}
.filter_category {
    cursor: pointer;
}
.active_filter {
    border: 1px solid var(--mc) !important;
    color: var(--mc) !important;
}
#custom_field_3 {
    appearance: auto;
    --webkit-appearance: auto;
}
.no_coupons img{
    width: 40%;
    margin: 0 auto;
}
.no_coupons h2{
    font-size: 16px;
    color: #565656;
    font-weight: 500;
    margin-bottom: 15px;
}
.no_coupons p{
    font-size: 16px;
    color: #565656;
    font-weight: 400;
}
.search_moved{
    z-index: 999;
    position: absolute;
    top:5vh;
    left: 0;

}
.swal2-popup .swal2-styled.swal2-confirm {
    width: 150px !important;
    border-radius: 35px !important;
}
#delAccount{
    padding: 10px 44px !important;
    border: 1px solid var(--mc) !important;
    color: var(--mc) !important;
    background: #fff !important;
    border-radius: 20px !important;
    max-width: 70%;
    margin: 0 auto;
    line-height: 1.5;
    cursor: pointer;
}
.system-message:before, .ajax-response:before {
    display: none;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    box-shadow: 4px 2px 9px rgba(125,125,125,0.8);
}
#qr_container{
    position: absolute;
    transform: translate(10px, -70%);
    z-index: 99999;
}
input[type="checkbox"] {
    pointer-events: auto !important;
}
label {
    pointer-events: auto !important;
}
.prospekt_img {
    border-radius: 10px;
    max-width: 120px;
}
#controls {
    text-align: center;
    margin: 10px;
    font-size: 1.2em;
}

#pdf-canvas {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
    max-width: 100%;
    border: 1px solid #ccc;
}

button {
    font-size: 1em;
    padding: 10px 15px;
    margin: 5px;
    border: none;
    background: #007BFF;
    color: white;
    border-radius: 5px;
    cursor: pointer;
}

button:disabled {
    background: #aaa;
    cursor: default;
}
#pdf-canvas {
    transition: transform 0.4s ease, opacity 0.4s ease;
}
.prospekt_container:before{
    left: 50% !important;
}
.cart_ico img{
    width: 25px !important;
    height: 28px !important;
    margin: 0 auto;
}
.cart_ico {
    font-size: 11px;
    border-radius: 6px;

    text-align: center;
    padding: 6px 10px;
    line-height: 1;
    overflow: hidden;
   border: 1px solid #F0F0F0;box-shadow: -1px 6px 8px rgba(125,125,125, 0.3);
 color: var(--mc);
}
#welcome_div {
 font-size: 2.5vh;
 color: #565960;
}
.prospekt_div {
  font-size: 1.8vh;
}
.prospekt_image {
 max-height: 100px;
}
.prospekt_div .grey{
 font-size: 1.5vh;
 color: #BCBCBC;
}
.prospekt_div .white_bg {
 border-radius: 10px;
}
.text-bg-active{
    background: #28B446 !important;color:#fff !important;
}
.add_wish{
    display: inline-block;
    border: 1px solid var(--mc);
    border-radius: 5px;
    line-height: 1;
    width: 29px;
    height: 29px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.del_wishlist{
    display: inline-block;
    border-radius: 5px;
    line-height: 1;
    width: 29px;
    height: 29px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 9999;
}
.text-bg-wishbadge {
    margin-top: -10px;
    position: absolute;
    margin-left: -9px;
    border-radius: 15px;
    background: #D82A3E !important;
    font-size: 10px;
}
.white_border{
    border:1px solid #fff !important;
}
.add_wish img, .del_wishlist img{
    width: 15px;
    height:unset !important;
}
.wish_added {
    color: #28B446;
    background: #28B446;
    border:1px solid #28B446;
}
.wish_added path{
    fill:#fff;
}
.title_color {
    color: #505050;
}
.underline {
    text-decoration: underline;
}
.categoriesFilter .swiper-slide img{
    width: 30px;
    height: 30px;
    border-radius: 30px;
    object-fit: contain;
}
.categoriesFilter .swiper-slide a {
    font-size: 12px;
    border-radius: 50px;
    padding: 2px 12px 0px 5px;
    border: 1px solid #f0f0f0;
}
.categoriesFilter .swiper-slide {
}
.filter_category svg{
    width: 20px;
    height: 20px;
}
  .filter_category.active_filter path{
    fill:var(--subc);
}
.pl-10 {
    padding-left: calc(var(--spacing) * 10);
}
#searchBtn {
    width: fit-content;
    border-radius: 10px;
    height: 40px;
}
#productSearch2, #productSearch{
    line-height: 1.5;
    height: 40px;
}
#barcode_img {
    height: 40px;
    border-radius: 5px;
}
.action_container {
    padding: 0px;
    border-radius: 16px;
    background: #F9F8F4;
}
.action_container2 {

}
.aktion_name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 40px;
}
.action_container .card-body{
    padding: 5px;
}
.category_container {
    box-shadow: 0px 4px 4px 0px #0000000D;
    border-radius: 12px;
    padding: 5px;
}
.category_container .image{
    /*background: linear-gradient(180deg, #FEF3E0 0%, #F5E2BF 100%);*/
    border-radius: 10px;
}
.category_container .image img{
    height: 90px;
}
.category_title{
    color: #004128;
}
.action_container .image, .basket_card .image{
    border-radius: 12px;
    height: 100%;
    object-fit: cover;
    height: 130px;
}

.action_container h2 {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 34px;
}
.action_container p{
    color: #565656;
}
.action_container.orange {
    color: var(--mc);
}
.action_container .time{
    font-weight: 400;
    color: #565656;
}
.action_container .time span{
    font-size: 14px;
}
.action_container .btn{
}
.action_container .buy_price{
    font-weight: 900;
}
.abtn {
    font-size: 13px;
    border-radius: 30px;
    padding:5px 10px;
    display: block;
}
.abtn-orange:hover, .abtn-green:hover, .abtn-grey:hover{
    color: #fff;
}
.abtn-default{
    color: #565960;
}
.abtn-orange {
    background: var(--subc);
    color: #fff;
}
.abtn-red, .abtn-red:hover {
    background: #F8E2E2;
    color: #000;
}
.abtn-green {
    background: var(--gc);
    color: #fff;
}
.abtn-grey {
    background:#9FACB2;
    color: #fff;
    width: fit-content;
}
.foot_color {
    color: #1E1E1E;
    font-size: 14px;
    font-weight: 500;
}
.foot_color_light {
    color: #9FACB2;
}
input[type=range].styled-slider{
    height:1.2rem;
    -webkit-appearance: none;
    background: transparent;
}
    /*progress support*/
input[type=range].styled-slider.slider-progress {
    --range: calc(var(--max) - var(--min));
    --ratio: calc((var(--value) - var(--min)) / var(--range));
    --sx: calc(  var(--ratio) * (100% - 23px));
}

input[type=range].styled-slider:focus {
    outline: none;
}

/*webkit*/
.orange input[type=range].styled-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 23px;
    height: 23px;
    border-radius: 1em;
    background: #FF7220;
    border: none;
    box-shadow: 0 0 2px black;
    margin-top: calc(max((1em - 1px - 1px) * 0.5,0px) - 23px * 0.5);
    position: relative;
    left: var(--sx);
    display: none;
}
.green input[type=range].styled-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 23px;
    height: 23px;
    border-radius: 1em;
    background: var(--green);
    border: none;
    box-shadow: 0 0 2px black;
    margin-top: calc(max((1em - 1px - 1px) * 0.5,0px) - 23px * 0.5);
    display: none;
}
.grey {
    color: var(--grey);
}

input[type=range].styled-slider::-webkit-slider-runnable-track {
    height: 1em;
    border: 1px solid #fff;
    border-radius: 0.5em;
    background: #ffffff;
    box-shadow: none;
}

.orange input[type=range].styled-slider::-webkit-slider-thumb:hover {
    background: #F3600A;
}
.green input[type=range].styled-slider::-webkit-slider-thumb:hover {
    background: var(--green);
}

input[type=range].styled-slider:hover::-webkit-slider-runnable-track {
    background: #fff;
    border-color: #fff;
}

.orange input[type=range].styled-slider::-webkit-slider-thumb:active {
    background: #FE8641;
}
.green input[type=range].styled-slider::-webkit-slider-thumb:active {
    background: var(--green);
}

input[type=range].styled-slider:active::-webkit-slider-runnable-track {
    background: #ffffff;
    border-color: #c1c1c1;
}

.orange input[type=range].styled-slider.slider-progress::-webkit-slider-runnable-track {
    background: linear-gradient(#FF7220,#FF7220) 0/var(--sx) 100% no-repeat, #FFFFFF;
}
.green input[type=range].styled-slider.slider-progress::-webkit-slider-runnable-track {
    background: linear-gradient(var(--green),var(--green)) 0/var(--sx) 100% no-repeat, #C2C2C2;
}

.orange input[type=range].styled-slider.slider-progress:hover::-webkit-slider-runnable-track {
    background: linear-gradient(#FF660D,#FF660D) 0/var(--sx) 100% no-repeat, #e5e5e5;
}

.green input[type=range].styled-slider.slider-progress:hover::-webkit-slider-runnable-track {
    background: linear-gradient(var(--gc),var(--gc)) 0/var(--sx) 100% no-repeat, #e5e5e5;
}

.orange input[type=range].styled-slider.slider-progress:active::-webkit-slider-runnable-track {
    background: linear-gradient(#FF660D,#FF660D) 0/var(--sx) 100% no-repeat, #e5e5e5;
}
.green input[type=range].styled-slider.slider-progress:active::-webkit-slider-runnable-track {
    background: linear-gradient(var(--gc),var(--gc)) 0/var(--sx) 100% no-repeat, #e5e5e5;
}

/*mozilla*/
.orange input[type=range].styled-slider::-moz-range-thumb {
    width: 23px;
    height: 23px;
    border-radius: 1em;
    background: #FF7220;
    border: none;
    box-shadow: 0 0 2px black;
}
.green input[type=range].styled-slider::-moz-range-thumb {
    width: 23px;
    height: 23px;
    border-radius: 1em;
    background: var(--gc);
    border: none;
    box-shadow: 0 0 2px black;
}

input[type=range].styled-slider::-moz-range-track {
    height: max(calc(1em - 1px - 1px),0px);
    border: 1px solid #b2b2b2;
    border-radius: 0.5em;
    background: #fff;
    box-shadow: none;
}

.orange input[type=range].styled-slider::-moz-range-thumb:hover {
    background: #F3600A;
}

.green input[type=range].styled-slider::-moz-range-thumb:hover {
    background: var(--gc);
}

input[type=range].styled-slider:hover::-moz-range-track {
    background: #fff;
    border-color: #ffffff;
}

.orange input[type=range].styled-slider::-moz-range-thumb:active {
    background: #FE8641;
}
.green input[type=range].styled-slider::-moz-range-thumb:active {
    background: var(--gc);
}

input[type=range].styled-slider:active::-moz-range-track {
    background: #ffffff;
    border-color: #ffffff;
}

.orange input[type=range].styled-slider.slider-progress::-moz-range-track {
    background: linear-gradient(#FF7220,#FF7220) 0/var(--sx) 100% no-repeat, #ffffff;
}
.green input[type=range].styled-slider.slider-progress::-moz-range-track {
    background: linear-gradient(var(--gc),var(--gc)) 0/var(--sx) 100% no-repeat, #ffffff;
}

.orange input[type=range].styled-slider.slider-progress:hover::-moz-range-track {
    background: linear-gradient(#FF660D,#FF660D) 0/var(--sx) 100% no-repeat, #ffffff;
}
.green input[type=range].styled-slider.slider-progress:hover::-moz-range-track {
    background: linear-gradient(var(--gc),var(--gc)) 0/var(--sx) 100% no-repeat, #ffffff;
}

.orange input[type=range].styled-slider.slider-progress:active::-moz-range-track {
    background: linear-gradient(#FB8642,#FB8642) 0/var(--sx) 100% no-repeat, #ffffff;
}

.green input[type=range].styled-slider.slider-progress:active::-moz-range-track {
    background: linear-gradient(var(--gc),var(--gc)) 0/var(--sx) 100% no-repeat, #ffffff;
}

/*ms*/
input[type=range].styled-slider::-ms-fill-upper {
    background: transparent;
    border-color: transparent;
}

input[type=range].styled-slider::-ms-fill-lower {
    background: transparent;
    border-color: transparent;
}

.orange input[type=range].styled-slider::-ms-thumb {
    width: 23px;
    height: 23px;
    border-radius: 1em;
    background: #FF7220;
    border: 2px solid #9FACB2;
    box-shadow: 0 0 2px black;
    margin-top: 0;
    box-sizing: border-box;
}
.green input[type=range].styled-slider::-ms-thumb {
    width: 23px;
    height: 23px;
    border-radius: 1em;
    background: var(--gc);
    border: 2px solid #9FACB2;
    box-shadow: 0 0 2px black;
    margin-top: 0;
    box-sizing: border-box;
}

input[type=range].styled-slider::-ms-track {
    height: 1em;
    border-radius: 0.5em;
    background: #fff;
    border: 1px solid #b2b2b2;
    box-shadow: none;
    box-sizing: border-box;
}

.orange input[type=range].styled-slider::-ms-thumb:hover {
    background: #F3600A;
}
.green input[type=range].styled-slider::-ms-thumb:hover {
    background: var(--gc);
}

input[type=range].styled-slider:hover::-ms-track {
    background: #ffffff;
    border-color: #ffffff;
}

.orange input[type=range].styled-slider::-ms-thumb:active {
    background: #FE8641;
}
.green input[type=range].styled-slider::-ms-thumb:active {
    background: var(--gc);
}

input[type=range].styled-slider:active::-ms-track {
    background: #fff;
    border-color: #ffffff;
}

.orange input[type=range].styled-slider.slider-progress::-ms-fill-lower {
    height: max(calc(1em - 1px - 1px),0px);
    border-radius: 0.5em 0 0 0.5em;
    margin: -1px 0 -1px -1px;
    background: #FF7220;
    border: 1px solid #b2b2b2;
    border-right-width: 0;
}
.green input[type=range].styled-slider.slider-progress::-ms-fill-lower {
    height: max(calc(1em - 1px - 1px),0px);
    border-radius: 0.5em 0 0 0.5em;
    margin: -1px 0 -1px -1px;
    background: var(--gc);
    border: 1px solid #b2b2b2;
    border-right-width: 0;
}

.orange input[type=range].styled-slider.slider-progress:hover::-ms-fill-lower {
    background: #FF660D;
    border-color: #9a9a9a;
}
.green input[type=range].styled-slider.slider-progress:hover::-ms-fill-lower {
    background: var(--gc);
    border-color: #9a9a9a;
}

.orange input[type=range].styled-slider.slider-progress:active::-ms-fill-lower {
    background: #FB8642;
    border-color: #c1c1c1;
}

.green input[type=range].styled-slider.slider-progress:active::-ms-fill-lower {
    background: var(--gc);
    border-color: #c1c1c1;
}
.article_image{
    width: 100%;
    min-height: 170px;
  /*  background: url('/image/bg.svg') no-repeat center bottom;
    background-size: cover;
    background: linear-gradient(180deg, #FFF5E4 0%, #F6E6C8 100%);
    */
    text-align: center;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    max-height:250px;
}
.article_image img{
    width: 100%;
    object-fit: cover;
    max-height:250px;
    border-radius: 20px;
}
.progress_container{
    background: #ffffff;
    border-radius: 100px;
    padding: 10px 12px;
    box-shadow: 0px 2px 5.5px 0px #00000026;
    z-index: 100;
    position: absolute;
    width: 100%;
}
.minus-m{

    margin-top: -43px;
}
.ch-36{
    height: 36px;
    width: fit-content;
}

.fs-10{
    font-size: 10px;
}
.fs-11 {
    font-size: 11px;
}
.fs-12{
    font-size: 14px;
}
.fs-15{
    font-size: 15px;
}
.fs-16{
    font-size: 16px;
}
.fs-18{
    font-size: 18px;
}
.fs-20{
    font-size: 20px;
}
.fs-22{
    font-size: 22px;
}
.fs-24{
    font-size: 24px;
}
.fs-36{
    font-size: 36px;
}
.h-95{
 height: 95%;
}
.steps_block{

    border-radius: 10px;
    padding: 15px;
    overflow: hidden;
}
.foot_cart {
    z-index: -1;
    bottom:0;
    position: fixed;
    width: 100%;
    opacity: 0;
}
.topline {
    background: #1E1E1E;
    width: 100px;
    height: 5px;
    margin: 0 auto;
    border-radius: 5px;
}
.cart_bg{
    box-shadow: 0px -1px 3px 0px #00000040;
    background: #fff;
    border-radius: 20px 20px 0 0;
    padding: 20px;
}
.btn_basket   {
    width: unset;
    padding: 6px 20px !important;
}
.add_item_to_basket  {
    width: unset;
    padding:5px 20px !important;
}
.w-c-30 {
    width: 30%;
}
.w-c-35 {
    background: red;
    width: 35%;
}
.w-c-100 {
    width: 100px;
}
.w-c-150 {
    width: 150px;
}
.cart_title {
    font-size: 18px;
    color: #000;
}
.price{
    font-size: 24px;
    font-weight: 900;
}
.cart_bg p{
    font-size: 14px;
}
.gc  {
    color: var(--gc);
}
.cart_bg #quantity, .article_container #quantity{
    width: 50px;
    border-radius: 13px;
    border:0;
    font-size: 16px;
    color: #172B4D;
}
.article_basket #quantity, .basket_card #quantity, .quantity_field{
    background: #FFF2DA;
    width: 65px;
    height: 38px;
    border-radius: 13px;
    border:0;
    font-size: 17px;
    color: #172B4D;
}
.b-bottom {
    border-bottom:1px solid #D9D9D9;
}
.w-90 {
    width: 90%;
}
.w-10 {
    width: 10%;
}
.cart_bg .quantity_group{
    color: #939393;
}
.cart_bg .image img{
    max-height: 110px;
}
.green {
    color: var(--green);
}
.red {
    color: #B20838 !important;
}
.notice_bg {
    background: rgba(219, 223, 230, 0.63);
    border:1px solid #dbdfe6;
    border-radius: 10px;
    padding: 10px;
}
.filter_category.active_filter {
    color:var(--subc) !important;
    border:1px solid var(--subc) !important;
}
.shadow {
    box-shadow: 0px 0px 2.7px 0px #00000024;
}
.rounded-50{
    border-radius: 50px;
}
.w-fit{
    width: fit-content;
}
.list-bordered{
    border: 1px solid #FAE3D5;
    border-radius: 10px;
}
.list-bordered .list-group-item {
    border-bottom: 1px solid #FAE2D5;
}
.list-bordered .list-group-item a{
    color:#2D2524;
}
.color_bg{
    background: #FFF2DA;
}
.color_bg .list-group-item {
    background: transparent;
}
#edit_address_form .form-group{
    border: 1px solid #ccc;
    padding: 0 10px;
    border-radius: 7px;
}
#edit_address_form label{
    display: block;
    padding: 0;
    width: fit-content;
    overflow: hidden;
    color: #939393;
}
#edit_address_form .form-control{
    background: transparent;
    border: 0;
    line-height: 1;
    height: 32px;
}
#edit_address_form .form-control:focus {
    color: var(--cui-body-color);
    background-color: var(--cui-body-bg);
    border-color: rgb(171.5, 170.5, 234.5);
    outline: 0;
    box-shadow: unset;
}
#basketCount {
    right: 15px;
    margin-top: -7px;
    padding: 2px 6px;
    background: var(--subc);
    color: #fff;
}
.basket_card {

}
#liveToast, #liveToast2, #liveToastOrder , #liveToastArticle{
    background: rgb(166, 239, 182);
    color: var(--grey);
}
#liveToast3 , #liveToastError {
    background: rgba(178, 8, 56, 0.33);
}
#liveToastErrorQuantity, #liveToastErrorQuantity2{
    background: #ffcccc;
    color: var(--grey);
}
#liveToastErrorQuantityContainer {
    z-index: 99999999;
}
.basket_card .list-group-item {
    border: 1px solid #dbdfe6;
    border-radius: 10px;
}
.break-words{
    word-break: break-all;
}
.btn-light {
    background: #FFF2DA;
    border: 0.83px solid #FAE3D5;
    padding: 4px 7px;
    border-radius: 50px;
}
.basketSlider .card{
    width: fit-content;
}
.basketSlider .image{
    width: 70px;
}
.basketSlider .swiper-slide {
    width: fit-content;
}
.del_basket_item {
    right: 0;
}
.basket_card .image {
    align-self:stretch;
    min-height: 15vh;
}
.basket_card .image img{
    max-width:100%;
    max-height:100%;
    width:auto;
    height:80px;
    object-fit: contain;
    display:block;
}
.mh-50 {
    min-height: 50px;
}
.confirm_products_table thead td{
    background: #F9F7F3;
    font-weight: 600;
    font-size: 14px;
}
.progressBar{
    height: 8px;
    background: #C2C2C2;
    border-radius: 14px;
    position: relative;
    width: 92%;
}
.fc-grey{
    color: #6f7072;
}
.valueBar {
    background: #525252;
    border-radius: 8px 0 0 8px;
    height: 8px;
}
.barDot{
    display: none;
    content: "";
    background: var(--subc);
    background: radial-gradient(circle, rgb(178, 8, 56) 41%, rgb(162, 61, 90) 29%);
    width: 16px;
    height: 16px;
    position: absolute;
    top: -4px;
    border:1px solid #fff;
    border-radius: 30px;
}
.basket_card .list-group-item {
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
    touch-action: pan-y;
}

.basket_card .list-group-item.fly-left {
    transform: translateX(-100vw);
    opacity: 0;
}
.trash-icon {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    opacity:0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 1;
    background: #D82A3E ;
    overflow: hidden;
    height: 100%;
    display: flex;
    align-items: center;
    border-radius: 0 10px 10px 0;
}
.show-trash .trash-icon {
    opacity: 1;
    transform: translateY(-50%) scale(1);
}
.trash-icon img{
    height:30px !important;
}
.timer_block {
    width: 22%;
}
.timer_block span{
    background: #f3f3f3;
    color: var(--subc);
    display: block;
    width: 100%;
    text-align: center;
    border-radius: 10px ;
    font-size: 1rem;
    font-weight: 600;
}
.timer_block small{
    display: block;
    width: 100%;
    font-size:12px;
    color: #303030;
    text-align: center;
}
.price_container_fixed {
    position: sticky;
    bottom: 0;
    width: 100%;
    z-index: 9;
    background: #fff;
}
.price_container_normal{
    position: static;
}
.b-bottom-white {
    border-bottom:1px solid #fff;
}
.content-text p {
    margin-bottom: 5px;
}
.staffel_container {
    max-height: 295px;
    overflow: auto;
}
.bordered {
    border:1px solid #303030;
    border-radius: 20px;
    padding: 5px 8px;
}
.btn-outline-dark {
    border:1px solid var(--subc);
    color:var(--subc);
    border-radius:10px;
    padding: 10px;
}
.btn-outline-grey {
    border:1px solid #dbdfe6;
    padding:3px 10px;
    border-radius: 10px;
    width: fit-content;
}
.grey_bg{
    background: #f3f3f3;
}
.l-height-1 {
    line-height: 1;
}
.list-group-flush > .list-group-item:last-child {
    border-bottom: 1px solid #dbdfe6;
}
.daten .list-group-flush > .list-group-item:last-child {
    border-bottom: 0;
}
.shops_block {
    padding: 15px 10px;
}
.btn-outline-grey .quantity_field {
    background: #fff;
    width: 50%;
    font-size: 16px;
    border:0;
}
.action_container .card-footer {
    background: transparent;
}
.basket_total {
    background: #FFF2DA;
    border:1px solid #FFF2DA;
}
.basket_total li {
    background: #FFF2DA;
    border:0;
}
.basket_total .list-group-flush > .list-group-item:last-child {
    border: 0;
}
.rounded-20 {
    border-radius: 20px !important;
}
.subc-bg{
    background: var(--subc);
    color: #fff;
}
#aktionContainer {
    position: absolute;
    top:0;
    left:0;
    height: 100vh;
    width: 100%;
    background: #fff;
    z-index: 10000;
    transform: translateX(0);
    transition: transform 0.3s ease;
    touch-action: none;
}
#aktionContainer.hidden {
    transform: translateX(100%);
}
.aktionContent {
}
.shopping-cart {
    color:#fff;
    text-align: right;
    right: 20px;
    margin-top: -5px;
    position: absolute;

}
.shopping-cart.btn-dark path{
    stroke: #fff;
}
.shopping-cart.btn-dark #bagImg svg{
    width: 20px;
}
.shopping-cart.btn-dark #bagImg{
    top:-5px;
}
.shopping-cart .badge{
    margin-top:-3px;
    right:10px;
    vertical-align: top;
    padding-bottom: 2px;
}
#bagImg {
    position: absolute;
    right:20px;
}
.rounded-mark {
    border-radius: 20px;
    padding: 3px 10px;
    display: block;
    width: fit-content;
    margin-top: 5px;
}
.push_container {
    box-shadow: 0px 4px 4px 0px #0000000D;
    border-radius: 12px;
}
.push_container h3 {
    color: #004128;
    font-size: 18px;
}
.push_container p {
    margin-bottom: 5px;
    font-size: 12px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.aktion_header {
    position: fixed;
    width: 100%;
    z-index: 99999;
    background: #fff;
    margin-top: -5px !important;
    padding-top: 10px;
}
.action_content{
    margin-top: 40px;
}

/**********************/
.transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.duration-300 {
    --tw-duration: .3s;
    transition-duration: .3s;
}
.object-cover {
    object-fit: cover;
}
.object-contain {
    object-fit: contain;
}
.w-full {
    width: 100%;
}
.h-full {
    height: 100%;
}
.bg-gray-50 {
    background-color: var(--color-gray-50);
}
.bg-white {
    background-color: var(--color-white);
}
.shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.h-200{
    height: 200px;
}
.w-c-40 {
    width: 40px;
}
.action_list_row .col-6:nth-child(odd) {
    -webkit-padding-end: 6px !important;
    padding-inline-end: 6px !important;
}
.action_list_row .col-6:nth-child(even) {
    -webkit-padding-start: 0.25rem !important;
    padding-inline-start: 0.25rem !important;
}
#cartBg {
    display: none;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background-color: rgba(122,122,122,0.7);
    position: absolute;
    z-index: 10000;
    text-align: center;
    width: 100%;
    top:0;
}
.h-40 {
    height: 40px;
}
.overflow_time {
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}
.staffel_quantity_item.disabled {
    background: #f3f3f3;
}
.basket_info_empty {
    background: #f3f3f3;
    border: 1px solid var(--subc);
}
.tag{
    border-radius: 18px;
    background: #ffe8ed;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
}
#liveToastArticleParent {
    z-index: 99999999999;
}
.grey-bg{
    background: #f3f3f3;
    color: var(--subc) !important;
}
.fs-11 {
    font-size: 11px;
}
.mm-modal__icon{
    width: 84px; height: 84px;
    margin: 6px auto 14px;
    border-radius: 50%;
    background: #FBE8EA;
    display: grid; place-items: center;
}
.mm-modal__icon span{
    color: var(--subc);
    font-weight: 800;
    font-size: 40px;
    line-height: 1;
}
@media(max-width: 767px) {
 #mobile_menu {
     display: block;
 }
 #mobile_a {
     display: block;
 }
}
@media screen and (min-height: 720px) {
 footer{
     padding-bottom: var(--cui-footer-padding-y) !important;
 }
}
 @media(max-width: 376px) {
     .nav-tabs li {
         margin-right: calc(var(--cui-gutter-x)* 0.2);
         margin-left: calc(var(--cui-gutter-x)* 0.2);
         margin-bottom: 20px;
     }
     .coupon_content p{
         font-size: 14px;
     }

     .fs-20 {
         font-size: 16px;
     }
     .fs-18 {
         font-size:16px;
     }

     .fs-14 {
         font-size: 12px !important;
     }
     .abtn {
         font-size: 12px;
     }
     .action_container h2 {
         height: 40px;
     }
 }
 @media(max-width: 376px) {
     .coupon_content p{
         font-size: 16px;
     }
     .h-40 {
         height: 50px;
     }
 }