@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;
}

:root {
    --mc: #019BE1;
    --subc : #fff;
}
* {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
body{
    font-family: 'Roboto';
    background: #f1f1f1;
    min-height: 100vh;
}
body { -webkit-touch-callout: none !important; overflow: hidden}
a { -webkit-user-select: none !important; }
h2{
    font-weight: 500;
}
h3{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
}
.welcome_screen {
    background-color: var(--mc);
}
.welcome_screen #home_logo {
    max-width: 180px;
    margin-top: 100px;
}
.welcome_screen a:not(.btn-dark, .btn-white) {
    color: var(--subc);
    text-decoration: none;
}
#swal2-content a:not(.btn-dark, .btn-white) {
     color: var(--mc) !important;
    text-decoration: none;
}
.welcome_screen .btn-white {
    text-transform: uppercase;
    font-weight: 500;
    width: 80%;
    position: absolute;
    bottom: 5%;
}
a {
    color: var(--mc);
}
.subc {
    color: var(--subc);
}
#home_logo {
    margin-bottom: 200px;
}
.btn-white {
    background: var(--subc);
    color: var(--mc);
    border-radius: 30px;
    font-size: 2vh;
    padding: 10px 10px;
    text-align: center;
    width: 230px;
    border:1px solid var(--mc);
}
.btn-dark {
    background: var(--mc);
    border:1px solid var(--subc);
    color: var(--subc);
    border-radius: 30px;
    font-size: 2vh;
    padding: 10px 10px;
    text-align: center;
    width: 230px;
}
.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: var(--mc);
    color: var(--subc);
    padding: 15px;
    width: 100%;
    z-index: 999;
    transition: 0.4s;
    top:0;
}
#sublogo {
    width: 120px;
    margin: 0 auto;
}

.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: center;
    padding: 10px 15px;
    margin-bottom: 45px;
    border-radius: 4px;
    color: #FF971D;
    border: 1px solid #FF971D;
    font-weight: 600;
    font-size: 15px;
    box-shadow: inset 0 0 20px #f7fcff;
    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: 30px;
    font-weight: 700;
    text-align: center;
    margin-left: 10px;
}
footer ul{
    margin: 0;
    padding: 0;
}
footer li {
    display: inline-block;
    width: 20% !important;
    text-align: center;
}
footer li a{
    color: #565960;
    font-size: 1.3vh;
    display: inline-block;
    width: 100%;
    font-weight: 600;
 /*   padding-bottom:10px;*/
}
footer li:hover  a{
    color: var(--mc);
}
footer li:hover path {
    stroke: var(--mc);
}
.mc{
    color: var(--mc);
}
.fs14{
    font-size: 14px !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{
    background: #fff;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1000;
    padding-bottom: 0;
}
.sep100{
    width: 100%;
    height: 90px;
}
.scrolled, .minimized{
    z-index: 1026 !important;
    padding: 5px !important;
}
body.minimized {
    padding: 0 !important;
}
.body_container {
    height: calc(100vh - 100px);
    overflow: auto;
}
#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: absolute;
    margin-top: -30px;
    bottom: 32px;
    text-align: center;*/
    top: unset;
    z-index: 9999999;
    position: relative;
    margin: -5px auto;
    bottom: 32px;
    text-align: center;
    width: fit-content;
    background: rgba(255,255,255,0.7);
    /*transform: translate(500%, -100%);*/
    border-radius: 5px;
}
.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(--mc)
}
footer ul li:hover path, footer ul li.menu_active path{
    stroke:var(--mc);
}
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;
}
#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;
}
@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;
     }

 }
 @media(max-width: 375px) {
     .coupon_content p{
         font-size: 16px;
     }
 }