/* zapp */
/*
@font-face {
 font-family: 'Rubik';
 src: url(/assets/Rubik-VariableFont_wght-f7340a65b31f6a4b8042fc62054d853cc6a753ef9edb6b4da146139fd2aa61fa.ttf),
      url(/assets/Rubik-Italic-VariableFont_wght-2bdb57cb826327d4b918e0ad5e0fd422ef718e5f1ce83a5e0e929c028aca0d89.ttf);
 font-display: swap;
}
@font-face {
 font-family: 'Roboto';
 src: url(/assets/Roboto-Black-7d5b31853f879f9c089433e4f1f5328b77c8aa723956a89dc844834f068c0cba.ttf),
      url(/assets/Roboto-Light-2ad2b3958b10fead7e6b8acda5108d09d59192eac6e8a6c4837dad70b105c1fd.ttf),
      url(/assets/Roboto-Medium-6dd38ee27a77b8ce1172b15c8fa10ea0e588a54505741f5d397ebf466c199fa6.ttf);
 font-display: swap;
}
@font-face {
 font-family: 'Tangerine';
 src: url(/assets/Tangerine-Bold-c1c2b0efd21ea4feddee8b4c0f27b9dd4fdb647b0354cf6994893a81ecffbe8d.ttf),
      url(/assets/Tangerine-Regular-e3ab41d971e8c08b48f00652d20e19b417ab5c860d39946cf8444488fff939fc.ttf);
 font-display: swap;
}
@import url(https://fonts.googleapis.com/css?family=Rubik);
@import url(https://fonts.googleapis.com/css?family=Roboto);
@import url(https://fonts.googleapis.com/css?family=Tangerine);
*/
:root {
  --main-font-family:       Rubik, sans-serif ;
  --secondary-font-family:  Roboto, sans-serif ;
  --cursive-font-family:    Tangerine, cursive ;
  --main-font-color:        #000 ;
  --secondary-font-color:   #000 ;
  --cursive-font-color:     rgba(0,0,0,0.93) ;
  --main_bg_color: #78903a;
  --main_bg_hover_color: #d6e6a5;
  --main_bg_selected_color: #94c11e;
  --hover_color: #444;
  --selected_color: #fff;
  --alert_color: #ff0000;
  --warning_color: #ffae00;
}

/* My Scaffold  */
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: 'Archivo Black', sans-serif;
}  
.button_telegram {
  padding: 6px 16px;
  border-radius: 8px;
  color: #fff;
  background-color: rgba(13,155,198,1);
  }
.button_telegram:hover, .button_telegram:focus {
  color: #000;
  background-color: rgba(13,155,198,0.5);
}
.mandatory { color: rgba(255,0,0,0.69); }
.bg_light_grey { background-color: rgba(0,0,0,0.07); }
::placeholder { color: rgba(0,0,0,0.69); }
.corporate_highlight {
  background: var(--main_bg_selected_color);
  color: var(--selected_color);
  border-radius: 15px 15px 0 0;
  font-weight: bold;
  font-size: 1.15rem;
  line-height: 1.8rem;
}
.corporate_highlight_end {
  background: var(--main_bg_selected_color);
  color: var(--selected_color);
  border-radius: 0 0 15px 15px;
}
.corporate-highlight-close {
  background: var(--main_bg_color);
  border-radius: 0 0 15px 15px;
  height: 15px;
  list-style: none;
}
.web-input {
  width: 50px;
}
.padding_nil {
  padding: 0 0 0 0;
}
.flex_end {
  display: flex;
  align-items: flex-end;
}
.inactive {color: rgba(0,0,0,0.4);}
[type='text'], textarea {
  margin: 0 0 0.1rem;
  }
.noDisplay {
  display: block;
  width: 0px;
  height: 0px;
}
.row-even { background: #F0F0F0; }
.rimbambola {
  display: none;
}
.dconne {
  position:absolute;
  left: -999em;
}
@keyframes moveBg { to { background-position: 100% 0; } }
/* plugins */
input[type='checkbox'],
[type='radio'] {
  margin-right: 0.3rem; 
  margin-bottom: 0.3rem; 
  }
.ui-autocomplete {
 position:absolute;
 top:100%;
 left:0;
 z-index:1000;
 float:left;
 display:none;
 min-width:160px;
 _width:160px;
 padding:4px 0 0 4px;
 margin:2px 0 0 0;
 list-style:none;
 background-color:#ffffff;
 border-color:#ccc;
 border-color:rgba(0,0,0,0.2);
 border-style:solid;
 border-width:1px;
 -webkit-border-radius:5px;
 border-radius:5px;
 -webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);
 box-shadow:0 5px 10px rgba(0,0,0,0.2);
 -webkit-background-clip:padding-box;
 background-clip:padding-box;
 border-right-width:2px;
 border-bottom-width:2px;
}
.ui-autocomplete .ui-menu-item>a.ui-corner-all {
 display:block;
 padding:3px 15px;
 clear:both;
 font-weight:normal;
 line-height:18px;
 color:#555555;
 white-space:nowrap;
}
.ui-widget-content .ui-state-focus {
 color:#ffffff;
 text-decoration:none;
 background-color:#0088cc;
 border-radius:0px;
 -webkit-border-radius:0px;
 background-image:none;
}
.ui-state-hover, .ui-state-active {
    color: #000000;
    text-decoration: none;
    padding-left: 12px;
    background-color: #e0f385;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    background-image: none;
}
.ui-helper-hidden-accessible {
  display: none;
}
i.emoji {
  color: Mediumslateblue;
  }
.icon_padding {
  padding: 0 4px 0 3px;
}
.icon_padding_shop {
  padding: 10px 5px 5px 5px;
}
.fa-stack_2 {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
}
.fa-stack_2 i:first-child {
  position: absolute;
  top: 0.8em;
  left: 0px;
}
.fa-stack_2 i:nth-child(2) {
  position: absolute;
  top: 0.3em;
  left: 4px;
}
.fa-stack_2 i:nth-child(3) {
  position: absolute;
  top: 0.6em;
  left: 14px;
}
.button.hollow, .button.hollow:hover, .button.hollow:focus {
  border: 0; }
.master_image_picks {
  max-width: 90%;
  }
.cursive {
  font-family: var( --cursive-font-family );
  font-size: 2rem;
}

  .tabs.vertical {
    float: none;
    margin: none;
    max-width: none;
    width: 100%;
    li.tab-title {
      border-bottom: 1px solid #cccccc;
    }
    li.tab-title, li.tab-title a {
      background-color: #efefef;
      &.active, &.active a, &:hover {
        color: #2794cb;
      }

    }
  }

  .tabs.vertical-b {
    text-align: center;
    li.tab-title {
      border-bottom: 1px solid black;
      &.active {
        border-top: 0;
        border-left: 0;
        border-right: 0;
      }
    }
    li.tab-title, li.tab-title a {
      &.active a {
        color: black;
        font-weight: bold;
      }
    }
  }
/* Cart  */
.cartitem_added {
  position: absolute;
  top: 61px;
  right: -1px;
  padding-right: 15px;
  background: #fff;
  color: var(--alert_color);
  width: 480%;
  text-align: right;
}
.cart_container {
  position: relative;
  display: inline-block;
}
.cart_image {
  display: block;
  max-width: 100%;
  height: auto;
}
.cart_text {
  position: absolute;    
  height: 100%;
  padding-left: 1px; 
  font-size: 0.875em;
  font-weight: 400;
  width: 100%;
  top: 4px;
  left: 12px;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  background: var(--alert_color);
  color: #fff;
  z-index: 100;
}
.cart_text:before {
  content: '';
  display: inline-block;
  text-align: center; 
  height: 100%;
  vertical-align: middle;
}
.cartitems_count {
  position: absolute;    
  height: 100%;
  font-size: 0.75em;
  width: 100%;
  top: 4px;
  left: 12px;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  background: var(--alert_color);
  color: #fff;
  z-index: 501;
}

/* Client-side validations */
.message {
  background-color: red;
  border-bottom-right-radius: 5px 5px;
  border-top-right-radius: 5px 5px;
  padding: 2px 5px;
}

div.field_with_errors div.ui-effects-wrapper {
  display: inline-block !important;
}
.button {
  border-radius: 8px;
  padding: 1.2em;
}
.button.small, .small, .small {
  font-size: 0.75em;
  margin: 0 0 0.2rem 0;
  padding: 0.5em 0.5em;
  }
.smaller, .smaller  {
    font-size: 0.75em; }
.circle_points {
    border-radius: 50%;
    width: 70px;
    height: 70px; 
    background-color: #6cf;
    font-weight: bold;
    font-size: 1.2rem;
    color: rgba(0,0,0,0.9);
    vertical-align: middle;
    display: table-cell;
  }
.circle_coupons {
    border-radius: 50%;
    width: 70px;
    height: 70px; 
    background-color: #f63;
    font-weight: bold;
    font-size: 1.2rem;
    color: rgba(255,255,255,0.9);
    vertical-align: middle;
    display: table-cell;
  }
.circle_giftcard {
    border-radius: 50%;
    width: 70px;
    height: 70px; 
    background-color: #90f;
    font-weight: bold;
    font-size: 1.2rem;
    color: rgba(255,255,255,0.9);
    vertical-align: middle;
    display: table-cell;
  }
.circle_promos {
    border-radius: 50%;
    width: 70px;
    height: 70px; 
    background-color: #ff6;
    font-weight: bold;
    font-size: 1.2rem;
    color: rgba(0,0,0,0.9);
    vertical-align: middle;
    display: table-cell;
  }
/* Default Link Styles */
a {
  color: rgb(133,8,32);
  padding: 0 0.2em 0 0.2em;
  text-decoration: none;
  line-height: inherit; }
  a:hover, a:focus {
    color: rgb(207,4,4) }
  a img {
    border: none; }
  a.dark-bg {color: #fff; font-size: 12px;  line-height: 1.25em; }
  a.bg-special {
      color: #c10000;
      right: 30px;
      font-size: 12px;
      padding-top:20px;
    }
  a.bg-special:hover {
      color: #fff;
      background: none;
  }
a.vtabs {
  padding: 20px 0 20px 0;
  min-width: 30px;
}

/*Floating Back-To-Top Button*/
#ToTopBtn {
  position: fixed;
  bottom: 61px;
  float: right;
  right: 5%;
  left: 90%;
  max-width: 34px;
  width: 100%;
  border-color: rgba(85, 85, 85, 0.2);
  background-color: var(--warning_color);
  padding: 4px;
  border-radius: 4px;
}
#ToTopBtn:hover {
  background-color: var(--alert_color);
}
#ToTopBtn {
  position:fixed;
  left: 91%;
  right:0px;
  bottom:61px;
  cursor:pointer;
  max-width: 24px;
  background-color: var(--warning_color);
  text-indent:-9999px;
  display:none;
  padding: 3px;
  border-radius: 3px;
}
#ToTopBtn span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff
}
/*  Header .. container .. footer  Header and footer should not overlap the content. */
#admin-header_container { 
  background: rgba(255,255,255,0.85);
  border-bottom: 1px solid rgba(182,193,204,0.5);
  position: fixed; 
  width: 100%; 
  height: 60px; 
  top: 0px; 
  z-index: 100;
}
#admin-header{ 
 line-height: 24px;
 max-height:98%; 
  margin:0 auto; 
  padding-top: 4px; 
}
#admin-container { 
  width:100%;
  display: table;
  margin-top:69px;
  padding-bottom:60px;
  *zoom:1;
  position: absolute;
  z-index: 10;
}
#admin-content{
  margin:0 auto;
  padding: 0 7px 0 7px; 
}
.ul.button-group {
  text-align: center; 
}
#admin-footer_container { 
  background: rgba(255,255,255,0.85);
  border-top: 1px solid rgba(182,193,204,0.5);
  bottom: 0px; 
  height: 80px; 
  left: 0px; 
  position: fixed; 
  width: 100%; 
  z-index: 400;
}
#admin-footer { 
  margin: 0 auto;
  padding-top: 7px; 
  padding-bottom: 23px; 
  width: 100%; 
  text-align: center; 
}
.footer_view {
  height: 80px;
  background-image: url(/p_stand_l2r);
  background-repeat: repeat;
  background-size: auto 100%; 
  margin-right: -0.625rem;
  padding-right: 0.5rem;
}
.flyer {
  height: 60px; 
  position: relative;
  top: -80px;
  background-image: url(/p_booster_l2r);
  background-repeat: no-repeat;
  background-size: auto 100%; 
  background-position: right;
}

.row-no-margin {
  margin-left: 0px;
}
.more-air {
  padding-left: 0px;
  padding-right: 0px;
  margin-top: -1px;
  margin-bottom: -1px;
}
.load_image {
  float: left;
  padding: 4px;
  max-width: 250px;
}
.pagination {
  padding-top: 1rem;
  padding-bottom: 1rem; }
.pagination a,
.pagination button {
  display: inline;
}
.pagination .current {
    background: #bad533;
}

.invisi-selector {
  opacity: 0;
  position: absolute;
}
.invisi-selector~div {
  z-index: -1;
  position: absolute;
  left: -4px;
  top: -4px;
  width: 100%;
  height: 100%;
}
.invisi-selector:checked~div {
  border: 4px solid #bad533;
}

/* Sys messaging flash etc */
div.field, div.actions {
  margin-bottom: 10px;
}
pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}
#notice {
  color: green;
}
.notice {
  color: green;
}
.alert {
  color: red;
}
.conditional-alert { background: rgba(245, 221, 31, 0.29) ; }
.conditional-warning { background: rgba(255, 255, 0, 0.9) ; } 
.alert-error {
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48;
    text-align: left;
 }
.alert-alert {
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48;
    text-align: left;
 }
.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847;
    text-align: left;
 }
.alert-notice {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847;
    text-align: left;
 }
.field_with_errors {
  padding: 2px;
  background-color: red;
  display: table;
}
#error_explanation {
  width: 450px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 0;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}
#error_explanation h4 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  margin-bottom: 0px;
  background-color: #c00;
  color: #fff;
}
#error_explanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  margin-bottom: 0px;
  background-color: #c00;
  color: #fff;
}
#error_explanation ul li {
  font-size: 12px;
  list-style: square;
}
/* menu */
#menu li, 
#toggle-menu, 
#menu a {
  font-size: 1.6rem;
  line-height: 1.25em;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
#menu .sub-menu {
  max-width: 30em;
}
#menu .sub-menu a {
  line-height: 2em;
}
#menu {
  margin-left: 10px;
}
#menu ul {
  margin: 0;
  padding: 0;
}
#menu .main-menu {
  display: none;
}
#tm:checked + .main-menu {
  display: block;
}
#menu input[type="checkbox"], 
#menu ul span.drop-icon {
  display: none;
}
#menu li, 
#toggle-menu, 
#menu .sub-menu {
  border-style: solid;
  border-color: rgba(0, 0, 0, .05);
}
#menu li, 
#toggle-menu {
  border-width: 0 0 1px;
}
#menu li, 
#toggle-menu, 
#menu a {
  position: relative;
  display: block;
  color: white;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, .125);
}
#menu {
  background-color: #09c;
}
#toggle-menu {
  background: #333;
}
#toggle-menu, 
#menu a {
  padding: 0em 0.7em;
}
#menu a {
  transition: all .125s ease-in-out;
  -webkit-transition: all .125s ease-in-out;
}
#menu a:hover {
  background-color: white;
  color: #09c;
}
#menu .sub-menu {
  background-color: var(--main_bg_color);
  border-width: 1px 1px 0;
  margin: 0 1em;
  display: none;
  text-align: left;
}
#menu .sub-menu li:last-child {
  border-width: 0;
}
#menu input[type="checkbox"]:checked + .sub-menu {
  display: block;
}
#menu .sub-menu a:hover {
  background: var(--main_bg_hover_color);
  color: var(--hover_color);
}
#toggle-menu .drop-icon, 
#menu li label.drop-icon {
  position: absolute;
  right: 0;
  top: 0;
}
#menu label.drop-icon, #toggle-menu span.drop-icon {
  padding: 1em;
  font-size: 1em;
  text-align: center;
  background-color: rgba(0, 0, 0, .125);
  text-shadow: 0 0 0 transparent;
  color: rgba(255, 255, 255, .75);
}
@media only screen and (min-width: 124px) {
  #menu .main-menu {
    display: block;
  }
  #toggle-menu, 
  #menu label.drop-icon {
    display: none;
  }
  #menu ul span.drop-icon {
    display: inline-block;
  }
  #menu li {
    float: left;
    border-width: 0 0 0 0;
  }
  #menu .sub-menu li {
    float: none;
  }
  #menu .sub-menu {
    border-width: 0;
    margin: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 30em;
    z-index: 3000;
  }
  #menu .sub-menu, 
  #menu input[type="checkbox"]:checked + .sub-menu {
    display: none;
  }
  #menu .sub-menu li {
    border-width: 0 0 1px;
  }
  #menu .sub-menu .sub-menu {
    top: 0;
    left: 100%;
  }
  #menu .sub-menu .drop-icon {
    position: absolute;
    top: 0;
    right: 0;
    padding: 1em;
  }
  #menu li:hover > input[type="checkbox"] + .sub-menu {
    display: block;
  }
}
.municipal-id-input {
  margin-top: -30px;
  color: rgba(0, 0, 0, .01);
  border-color: rgba(0, 0, 0, .01);
  display: none;
}
.greyed {
  color: rgba(0,0,0,0.4);
}
.button2 {
  padding: 4px 8px;
  border-radius: 8px;
  }
.button2:hover, .button2:focus {
  color: rgba(0,0,0,0.9);
  background-color: var(--main_bg_color);
}
/* https://medium.com/allenhwkim/how-to-build-tabs-only-with-css-844718d7de2f */

input ~ .tab { display: none }
#tab1:checked ~ .tab.content1,
#tab2:checked ~ .tab.content2,
#tab3:checked ~ .tab.content3,
#tab4:checked ~ .tab.content4,
#tab5:checked ~ .tab.content5 { display: block; }

input + label {
  border: 1px solid #999;
  background: #EEE;
  padding: 4px 12px;
  border-radius: 4px 4px 0 0;
  position: relative;
  top: 1px;
}
input:checked + label {
  background: #FFF;
  border-bottom: 1px solid transparent;
}
input ~ .tab {
  border-top: 1px solid #999;
  padding: 12px;
}
/*  table row column highlighting css-tricks.com/simple-css-row-column-highlighting */
table {
  overflow: hidden;
}
tr:hover {
  background-color: #ffa;
}
td, th {
  position: relative;
}
td:hover::after,
th:hover::after {
  content: "";
  position: absolute;
  background-color: #ffa;
  left: 0;
  top: -5000px;
  height: 10000px;
  width: 100%;
  z-index: -1;
}
/* for touch */
td:focus::after,
th:focus::after { 
  content: '';  
  background-color: lightblue;
  position: absolute;  
  left: 0;
  height: 10000px;
  top: -5000px;
  width: 100%;
  z-index: -1;
}

td:focus::before {
  background-color: lightblue;
  content: '';  
  height: 100%;
  top: 0;
  left: -5000px;
  position: absolute;  
  width: 10000px;
  z-index: -1;
}

/*# sourceMappingURL=zapp.css-198ffd1eadfa121f43d06577d06cc0022d684d02eac2bfeb839b5a2c19bb92a2.map */
