@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;
}

body { 
  background-color: #fff; 
  color: var( --main-font-color );
  font-size: 14px;
  line-height: 20px;}
body, p, ol, ul, td {
  font-family: var( --main-font-family ) ;
}

/* Foundation stuff yanked out from its original file  */
p {
  margin: 0.5rem 0 0.5rem 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var( --secondary-font-family );
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0.25rem;
  margin-bottom: 0;
  line-height: 1.4; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #cacaca;
    line-height: 0; }

h1 {
  font-size: 1.5em; }
h2 {
  font-size: 1.25em; }
h3 {
  font-size: 1.1875em; }
h4 {
  font-size: 1.125em; }
h5 {
  font-size: 1.0625em; }
h6 {
  font-size: 1em; }

@media screen and (min-width: 40em) {
  h1 {
    font-size: 1.5em; }
  h2 {
    font-size: 1.25em; }
  h3 {
    font-size: 1.1875em; }
  h4 {
    font-size: 1.125em; }
  h5 {
    font-size: 1.0625em; }
  h6 {
    font-size: 1em; } }
.row {
  max-width: 75rem;
}
@media screen and (max-width: 74.9375em) {
  .show-for-xlarge-only {
    display: none !important; } }
@media screen and (min-width: 75em) {
  .show-for-xxlarge-only {
    display: none !important; } }
ul,
ol,
dl {
  line-height: 1.25rem;
  margin-bottom: 0.1rem;}

a {
  color: #2ba6cb;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  a:hover, a:focus {
    color: #258faf; }
  a img {
    border: 0; }
.tabs-title > a {
  display: block;
  padding: 1rem 1rem;
}
.tabs {
  margin: 0;
  list-style-type: none;
  background: #fefefe;
  border-bottom: 1px solid rgba(182,193,204,0.5);}
.tabs-panel {
  display: none;
  min-height: 350px;
  padding: 1rem; }
  .tabs-panel.is-active {
    background: #fff;
    display: block; }
.tabs-content {
  background: #fefefe;
  transition: all 0.5s ease;}
.tabs-title {
  background: rgba(182,193,204,0.25); }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 3.75rem;
    min-width: 30px;
    line-height: 1;
    font-size: 0.75rem; }
    .tabs-title > a:hover {
      background: #fefefe; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      border-left: 1px solid rgba(182,193,204,0.5);
      border-right: 1px solid rgba(182,193,204,0.5);
      border-top: 1px solid rgba(182,193,204,0.5);
      background: #fff; }
label {
  line-height: 1.25;
  padding-bottom: 3px;}
.tooltip {
  background-color: #000;
  min-width: 300px;
  font-size: 100%;}
tbody td.thin {
    padding: 0.5em 0.5em 0.5em; }
.reveal-overlay {
    background-color: rgba(255, 255, 255, 0.90);
}
/* My Scaffold  */
.button {
  margin: 0 3px 0.3rem 0;
  border-radius: 20%;
  }
.mobile_foto_button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    padding: 0.35em 0.35em;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-family: inherit;
    font-size: 0.9rem;
    -webkit-appearance: none;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    color: #550000;
}
.mandatory { color: rgba(255,0,0,0.69); }
.goldenrod { background: rgba(218, 165, 32, 0.32); }
.corporate_highlight {
  background: var(--main_bg_selected_color);
  color: var(--selected_color);
  border-radius: 15px 15px 0 0;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.8rem;
}
.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;
}
.grey {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;
}
.icon_padding {
  padding: 0 4px 0 3px;
}
.icon_padding_shop {
  padding: 10px 5px 5px 5px;
}
@keyframes moveBg {
    to {
        background-position: 100% 0;
    }
}
.bg_reparto {
  background: linear-gradient(to right, rgba(255,255,255,0) 20%, rgba(255,255,255,1) 30%, rgba(255,255,255,1)); 
  animation: moveBg 20s linear infinite;
}
/* plugins */
div.tableize > div:nth-of-type(3n+3) {
  background: #f2fcf2;
}
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;
 -moz-border-radius:5px;
 border-radius:5px;
 -webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);
 -moz-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;
 -moz-background-clip:padding;
 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;
 -moz-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;
    -moz-border-radius: 0px;
    background-image: none;
}
.ui-helper-hidden-accessible {
  display: none;
}
i.emoji {
  color: Mediumslateblue;
  }
i.fa-lg:hover {
  background: none;
  }
i.fas.warning, i.fa.warning {
  color: #ffae00;
  }
.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;
}
/* 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.small, .small, .small {
  font-size: 0.75em;
  }
.smaller, .smaller  {
    font-size: 0.75em; }
/* 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; size: 12px;  line-height: 1.25em; }
  a.r-twenty-padding {color: #fff; size: 12px;  line-height: 1.25em; padding-right: 20px;}
  a.bg-special {
      color: #c10000;
      right: 30px;
      size: 12px;
      padding-top:20px;
    }
  a.bg-special:hover {
      color: #fff;
      background: none;
  }
a.vtabs {
  padding: 20px 0 20px 0;
  min-width: 30px;
}

/*  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: 60px; 
  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;
}

div.tableize > div:nth-of-type(3n+3) {
  background: #f2fcf2;
  padding-top: 3px;
  padding-bottom: 4px;
}
.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;
  }
}
.sottoreparto_dropdown {
  background-color: var(--main_bg_hover_color);
  color: var(--hover_color);
  position: relative;
  display: inline-block;
  left: 30px;
  line-height: 2rem;
}
.sottoreparto_dropdown_content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 300px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
.sottoreparto_dropdown:hover .sottoreparto_dropdown_content {
    display: block;
}
.dropdown_switcher {
  margin: 0 -10px 0 10px; 
  min-width: 300px;
}
ul.sub-nav {
  list-style: none;
}
li.sub-nav {
  background-color: var(--main_bg_color);
  padding: 0.5rem;
  list-style: none;
}
.sub-nav {
  position: sticky;
  top: 100px;
}
.sub-nav:hover {
  background-color: var(--main_bg_hover_color);
  color: var(--hover_color);
}
a.sub-nav {
  width: 20em;
  font-size: 1em;
  color: #fff;
}
a.sub-nav:hover {
  color: #000;
}
.sub-nav-neutral {
  background-color: var(--main_bg_hover_color);
  color: var(--hover_color);
  border: 1px solid rgba(182, 193, 204, 0.5); 
  list-style: none;
  padding: 1rem;
}

