
@font-face {
  font-family: "Open Sans";
  src: url("./fonts/Open_Sans/OpenSans-Regular.ttf");
}

@font-face {
  font-family: "Open Sans Bold";
  src: url("./fonts/Open_Sans/OpenSans-Bold.ttf");
}

@font-face {
  font-family: "Noto Serif";
  src: url("./fonts/Noto_Serif/NotoSerif-Regular.ttf");
}

@font-face {
  font-family: "Noto Serif Bold";
  src: url("./fonts/Noto_Serif/NotoSerif-Bold.ttf");
}

@font-face {
  font-family: "Noto Serif Italic";
  src: url("./fonts/Noto_Serif/NotoSerif-Italic.ttf");
}

@font-face {
  font-family: "Amatic Small Caps Bold";
  src: url("./fonts/Amatic_SC/AmaticSC-Bold.ttf");
}


html{
  font-size: 14px !important;
}


html,
.fa > *,
.application {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
}  

.theme--light.v-sheet{
  color: inherit;
}
html,
  .fa > * {

  color: #333;
  font-size: 1em;
  font-weight: 300;
  background-color: #fbfbfb;
  line-height: 1.4;  
}

@media (max-width: 400px) {
  html,.fa > * {
    font-size: 0.9em;
  }
}

img{
  font-family: "Myriad Set Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;
  line-height: 1.6;  
  text-align: center;
  font-size:0.8em;
}


html,
body,
input,
textarea,
select,
button {
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga", "kern";
  font-feature-settings: "liga", "kern";
  direction: ltr;
  text-align: left;
}

.clearfix {
  *zoom: 1;
}
.clearfix:after,
.clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

.container {
  position: relative;
}

b, strong {
  font-weight: 700;
}
a,
.link {
  text-decoration: none;
  color: #F09D04;
  cursor: pointer;
}

a.underlined-link{
  text-decoration: underline;
}

/** remove the blue hightlight on tapped alements in android */
* {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

input[type=radio]{
  border-radius: revert;
}
.hidden{
  display: none!important;
}
a:hover,
.link:hover {
  text-decoration: underline;
}
a.v-btn:hover{
  text-decoration: none;
}
a.download-link{
  text-decoration: underline;

}
i {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.text-centered {
  text-align: center;
}

hr {
  border: none;
  border-bottom: 1px solid #aaa;
  margin: 1em 0;
}
hr.v-divider {
    margin: inherit;
}


.title{
  font-family: "Noto Serif Bold", serif!important;
  font-weight: bold;
  letter-spacing: 0!important;
}
.milligram-row {
  display: flex;
  flex-direction: column;
  padding: 0;
  width: 100%;
}
.milligram-row .milligram-row-wrap {
  flex-wrap: wrap;
}
.milligram-row .milligram-row-no-padding {
  padding: 0;
}
.milligram-row .milligram-row-no-padding > .column {
  padding: 0;
}
.milligram-row .milligram-row-top {
  align-items: flex-start;
}
.milligram-row .milligram-row-bottom {
  align-items: flex-end;
}
.milligram-row .milligram-row-center {
  align-items: center;
}
.milligram-row .milligram-row-stretch {
  align-items: stretch;
}
.milligram-row .milligram-row-baseline {
  align-items: baseline;
}
.milligram-row .column {
  display: block;
  flex: 1;
  margin-left: 0;
  max-width: 100%;
  width: 100%;
}
.mirow .column .col-top {
  align-self: flex-start;
}
.milligram-row .column .col-bottom {
  align-self: flex-end;
}
.milligram-row .column .col-center {
  align-self: center;
}
.milligram-row .column.column-offset-10 {
  margin-left: 10%;
}
.milligram-row .column.column-offset-20 {
  margin-left: 20%;
}
.milligram-row .column.column-offset-25 {
  margin-left: 25%;
}
.milligram-row .column.column-offset-33,
.milligram-row .column.column-offset-34 {
  margin-left: 33.3333%;
}
.milligram-row .column.column-offset-50 {
  margin-left: 50%;
}
.milligram-row .column.column-offset-66,
.milligram-row .column.column-offset-67 {
  margin-left: 66.6666%;
}
.milligram-row .column.column-offset-75 {
  margin-left: 75%;
}
.milligram-row .column.column-offset-80 {
  margin-left: 80%;
}
.milligram-row .column.column-offset-90 {
  margin-left: 90%;
}
.milligram-row .column.column-10 {
  flex: 0 0 10%;
  max-width: 10%;
}
.milligram-row .column.column-20 {
  flex: 0 0 20%;
  max-width: 20%;
}
.milligram-row .column.column-25 {
  flex: 0 0 25%;
  max-width: 25%;
}
.milligram-row .column.column-33,
.milligram-row .column.column-34 {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}
.milligram-row .column.column-40 {
  flex: 0 0 40%;
  max-width: 40%;
}
.milligram-row .column.column-50 {
  flex: 0 0 50%;
}
.milligram-row .column.column-60 {
  flex: 0 0 60%;
  max-width: 60%;
}
.milligram-row .column.column-66,
.milligram-row .column.column-67 {
  flex: 0 0 66.6666%;
  max-width: 66.6666%;
}
.milligram-row .column.column-75 {
  flex: 0 0 75%;
  max-width: 75%;
}
.milligram-row .column.column-80 {
  flex: 0 0 80%;
  max-width: 80%;
}
.milligram-row .column.column-90 {
  flex: 0 0 90%;
  max-width: 90%;
}

@media (min-width: 40rem) {
  .milligram-row {
    flex-direction: row;
    margin-left: -1rem;
    width: calc(100% + 2rem);
  }
  .milligram-row .column {
    margin-bottom: inherit;
    padding: 0 1rem;
  }
}

.form-section {
  margin-bottom: 0.5em;
}

.formwide-errors {
  margin-top: -0.3rem;
  margin-bottom: 0.5em;
}
.formwide-errors .error-message {
  display: block;
  font-size: 0.8em;
  padding: 0 0 0.2em 0;
  color: firebrick;
}

.form-row {
  margin-bottom: 0.8em;
  margin-top: 0.8em;
}

.form-field label {
  display: block;
  margin-bottom: 0.2em;
  font-size: 0.8em;
  color: #666;
  margin-left: 0.15em;
}
.form-error,
.form-field label .error,
.form-field .error {
  color: firebrick;
  font-weight: bold;
  font-size: 0.7rem;
}

.form-field input {
  width: 100%;
  display: block;
}

.form-field textarea {
  width: 100%;
  min-height: 5em;
  display: block;
}

.form-field textarea {
  width: 100%;
  padding: 0.3em 0.43em;
  min-height: 5em;
  display: block;
  resize: none;
  border: 1px solid #ccc;
}

.form-field .error-message {
  display: block;
  font-size: 0.75em;
  padding: 0 0 0.1em 0.1em;
  margin-top: -0.6rem;
  color: firebrick;
}

.form-field label +.error-messages  .error-message {
  margin-top: 0rem;
  
}



.form-field.error input[type="text"],
.form-field.error input[type="date"],
.form-field.error input[type="password"],
.form-field.error input[type="email"],
.form-field.error input[type="search"],
.form-field.error textarea {
  border: 1px solid red;
}

.form-field textarea.resize-vertical {
  resize: vertical;
}

.form-field input[type="radio"],
.form-field input[type="checkbox"] {
  width: auto;
  display: inline-block;
}
.form-field input[type="text"],
.form-field input[type="date"],
.form-field input[type="password"],
.form-field input[type="search"],
.form-field input[type="email"],
.form-field input[type="number"] {
  border: 1px solid #ccc;  
  font-size: 0.8em;
  padding: 0.3em 0.4em;
}

.form-field .description {
  color: #666;
  padding-top: 1em;
}
.form-field input[type="checkbox"] + label {
  margin-left: 0.4em;
  display: inline-block;
  top: -0.1em;
  position: relative;
}
.form-field select {
  width: 100%;
}

.expand {
  width: 100%;
}

.button {
  text-align: center;
  cursor: pointer;
  padding: 0.2em 1em;
  background-color: #fff;
  font-size: 0.9em;
  display: inline-block;
  border: 1px solid #F09D04;
  color: #F09D04;
  border-radius: 2px;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.button.primary {
  background-color: #F09D04;
  text-decoration: none;
  color: white;  
  font-weight: normal;
}
.button.primary .fa {
  color: white;  
}

.button.light {
  background-color: transparent;
  font-size: 0.9em;
  display: inline-block;
  border: none;
  color: #888;
  text-decoration: none;
}

.button > a {
  margin: -0.2em -1em;
  padding: 0.2em 1em;
}

.button:hover {
  background-color: #98acd3;
  text-decoration: none;
  color: white;
}

.button.light:hover {
  background-color: transparent;
  color: white;
}

.button:active {
  color: white;
  border-color: #fb79b4;
}
.button.light:active {
  color: white;
  border-color: transparent;
}

.button.disabled,
.button.disabled:hover,
.button.disabled .icon,
.button[disabled],
.button[disabled] .icon,
.button[disabled]:hover {
  color: #ddd;
  border-color: #ddd;
  cursor: default;
}

.button.cancel-button {
  background-color: #fff;
  border: 1px solid firebrick;
  color: firebrick;
  border-radius: 2px;
}

.button.cancel-button:hover {
  background-color: lightpink;
}

.button .processing-spinner {
  font-size: 15px;
  margin-left: -0.6em;
}

.button.light .icon {
  color: #999;
}

.button.light:hover .icon {
  color: white;
  position: relative;
  bottom: -1px;
}
.button > .icon:first-child {
  margin-right: 0.35em;
}

.button:hover .icon {
  color: white;
}
.button.icon:hover .label {
  color: white;
}

.icon {
  text-align: center;
  cursor: pointer;
  padding: 0.2em;
  border: none;
  display: inline-block;
  color: #F09D04;
  text-decoration: none;
  background-color: transparent;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.icon:hover {
  color: #98acd3;
  text-decoration: none;
}

.icon:active {
  color: lightskyblue;
}

.icon[disabled],
.icon[disabled]:hover {
  color: #ddd;
  cursor: default;
}

.icon > .label {
  font-size: 0.9em;
  margin-left: 0.2em;
  color: #F09D04;
  position: relative;
  top: -0.07em;
  display: inline-block;
}
.icon:hover > .label {
  color: #98acd3;
}

html,
body,
#app-container {
  height: 100%;
  -webkit-overflow-scrolling: auto;
  overflow: hidden;
}

.application--wrap {
  display: flex;
  -webkit-flex-wrap: nowrap; /* Safari */
  flex-wrap: nowrap;
  justify-content: flex-start;
  
  flex:1;
  overflow: hidden;
  height: 100%;
  flex-direction: row;
  max-height:  inherit;
  min-height:  0;

}

.sliding-side-panel {
  position: relative;
  text-align: right;
  width: 255px;
  transition: margin-left 0.3s ease-out;
  flex-shrink: 0;
  overflow: hidden;
  overflow-y: visible;
  background-color: #FFF;
  -webkit-touch-callout: none; 
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.no-cordova .sliding-side-panel{
  border-bottom: 23px solid #323234;
}

.navigation-visible .sliding-side-panel {
  margin-left: 0px;
  
}
.navigation-hidden .sliding-side-panel {
  margin-left: -255px;
}

.hide-side-panel-overlay {
  display: none;
}

.sliding-side-panel .panel-toggle-button {
  position: absolute;
  padding: 0.8em;
  top: 0.6em;
  right: 0em;
  cursor: pointer;
  color: #f9f9f9;
  font-size: 0.8em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 200000;
}

.sliding-side-panel.dark .panel-toggle-button {
  color: #bbb;
  font-size: 0.8em;
}

.sliding-side-panel .panel-toggle-button:hover {
  color: #FFF;
}

.sliding-side-panel.dark {
  border-right: none;
  background-color: #000;
  color: white;
}

@media (max-width: 780px) {
  .sliding-side-panel {
    position: absolute;
    height: 100%;
    left: -255px;
    margin-left: 0px;
    transition: left 0.3s ease-out;
    z-index: 200;
  }
  .navigation-visible .sliding-side-panel {
    left: 0;
  }

  .navigation-visible .hide-side-panel-overlay {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 199;
  }
}


.navigation-panel .logo{
  height: 3.1rem;
  background: #323234;
  text-align: left;
}
.navigation-panel .logo .page-name{
  font-size: 1.9em;
  color: white;
  font-weight: 300;
  flex:1;
  white-space: nowrap;
  
}
.navigation-panel .logo .logo-link {
  display: flex;
  position: relative;
  text-decoration: none;
  height: 100%;
  align-items: center;
  padding-left: 1.7rem;
  
}
.navigation-panel .logo img{
  height: 1.9rem;
  width: auto;
  margin-right: 0.9em;

}

.navigation-panel .tagline a {
  font-size: 1em;
  font-style: italic;
  font-weight: 200;
  text-decoration: none;
  color: #fff;
}

.navigation-panel .navigation {
  margin-top: 0em;
  text-align: left;
  margin-left: 0.6rem;
  padding-bottom: 1rem;
}

.navigation .nav-item a {
  font-size: 0.85em;
  font-weight: normal;  
  text-decoration: none;
  padding: 0.5em 1em 0.5em 1.4rem;  
  display: inline-block;  
  width: 100%;
  color: #000;
  text-transform: uppercase;
}
.navigation .nav-item a:hover {  
  color: #F09D04;  
}
.navigation .nav-item.active a svg,
.navigation .nav-item a:hover svg {  
  fill: #F09D04;  
}

.navigation .nav-item a svg{
  display: inline;
  width: 35px;
  margin-left: -10px;
  margin-bottom: -12px;
  margin-top: -10px;
  
}

@media (max-width: 400px) {
  .navigation .nav-item a {
    padding: 0.4em 1em 0.4em 1.4rem;  
    font-size: 0.9em;
    
  }
}

.navigation .nav-item.active a {
  font-weight: 400;
  text-decoration: none;
  color: #F09D04;
}
.navigation .nav-section {
  padding-bottom: 0.5em;  
  padding-top: 0.5em;
}
.navigation .nav-section::after{
  content: '';
  border-top: 1px solid #F7CE8D;
  display: block;
  width: 80%;
  margin: 1rem auto 0;
  position: relative;
  right: 0.7rem;
}
.navigation .nav-section:last-child::after{
  display: none;
}


.navigation .nav-section.main {
  font-size: 1.1em;
  padding-top: 1.8rem;
  border: none;
}
.navigation .categories-navigation {
  font-size: 0.8em;
  margin-bottom: 0.5em;
  margin-top: 0em;
  font-weight: 200;
}


.navigation .nav-item .badge {
  border-radius: 1em;
  background-color: #fff;
  display: inline-block;
  padding: 0.5em;
  font-size: 8px;
  min-width: 16px;
  height: 16px;
  text-align: center;
  line-height: 6px;
  font-weight: bold;
  background-color: #D37804;
  background-color: #FFF;
  color: #FFF;
  color: #D37804;

  border: 1px solid #D37804;
  position: relative;
  bottom: 0.1rem;
  margin-left: 0.2rem;
  font-family: "Open Sans Bold";  
}

.navigation .nav-item.points .badge {
  background-color: #D83423;
  border: 1px solid #D83423;
  color: white;  
}

.main-view {
  width: 100%;
  
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.content-pane {
  flex-grow: 1;
  position: relative;
  display: flex;
  overflow: hidden;
}

.content-pane > .page {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.content-pane > .page > .page-content {
  height: 100%; 
  padding: 0 1.5em;
  padding-bottom: 1em;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  flex:1;
}

.content-pane > .page.no-padding > .page-content {
  padding: 0 0em;
}

@media (max-width: 800px) {
  .content-pane > .page > .page-content{
    padding: 0 1em;
  }
}

.page.no-padding-page  > .page-content {
  padding: 0!important;
}

.secondary-page {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  z-index: 50;
  background-color: #fbfbfb;
  display: flex;
  flex-direction: column;
  z-index: 100;
}
.secondary-page .secondary-page-content {
  padding: 1em 1em 2em;
  flex: 1;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;

}

@media (max-width: 500px) {
  .secondary-page .secondary-page-content {
    padding: 0.5em 0.5em 0.5em;
  }  
}

@media (min-width: 1100px){
  .secondary-page .secondary-page-content > * {
    
    width: auto!important;
  }
} 

.secondary-page .secondary-page-content.no-padding{
  padding: 0!important;
}
.secondary-page .secondary-page-content.no-padding > * {
  margin: 0!important;
}

.tool-bar{
  background-color: #F09D04;
  -webkit-backdrop-filter: saturate(180%) blur(2px);
  backdrop-filter: saturate(180%) blur(2px);
  
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  flex-shrink: 0;
  position: relative;
  z-index: 500;
  -webkit-touch-callout: none; 
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; 
  height: 3.1rem;
}
.tool-bar-item {
  position: relative;
}



.tool-bar .tool-bar-item.panel-toggle-button {
  width: 32px;
  height: 24px;
  margin-top: 9.5px;
  margin-left: 5px;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-right: 2px;
}
@media (max-width: 800px) {
  .tool-bar .tool-bar-item.panel-toggle-button {
    
    margin-left: 9px;
    margin-right: 5px;
    padding: 5px 0px;


  }
}


.tool-bar .panel-toggle-button  .bar{
  border-top: 1px solid #fff;
  width: 100%;
}
.tool-bar-item.tool-bar-search {
  padding: 0 0.2em;
  
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: center;
  min-width: 500px;
  margin-bottom: -1px;
}
@media (max-width: 1100px) {
  .tool-bar-item.tool-bar-search {    
    min-width: 350px;
  }
}
@media (max-width: 900px) {
  .tool-bar-item.tool-bar-search {    
    min-width: 250px;
  }
}
@media (max-width: 780px) {
  .tool-bar-item.tool-bar-search {
    width: 100%;
    min-width: 200px;
  }
}
@media (max-width: 500px) {
  .tool-bar-item.tool-bar-search {
    width: 100%;
    min-width: 100px;
  }
}

.tool-bar-item.tool-bar-search > input[type="search"] {
  padding: 0.2em 0.3em;
  
  background-color: #fff;
  flex: 1;
  align-self: center;
  height: 1.4rem;
  border-right: none;
  
  width: 100%;
  min-width: 40px;
}

.tool-bar-item.tool-bar-search > .search-button {
  font-size: 0.8em;
  width: 30px;
  margin-left: -30px;;
  cursor: pointer;
  
  display: flex;
  color: #fff;
  height: 1.8rem;
  align-self: center;
  justify-content: center;
  align-items: center;
  border: 1px solid #D77803;
  background-color: #D77803;
}
.tool-bar-item.tool-bar-search > .search-button:hover {  
  background-color: #E78813;  
}

.tool-bar-item.button-view{
  border: 1px solid #D77803;
  background-color: #D77803;
  margin: 0.4rem;
  padding: 0;
}
.tool-bar-item.button-view:hover {  
  background-color: #E78813;  
}
.tool-bar-item.button-view.signin-button{  
  background-color: transparent;  
  border: none;
  margin-right: 1rem;
  min-width: 7rem;
}
.tool-bar-item.button-view.signin-button .label{  
  font-size: 1.4rem;
  font-family: "Amatic Small Caps Bold", serif;
  text-decoration: underline;
}

.tool-bar-item.tool-bar-search > .cancel-button {
  position: absolute;
  right: 40px;
  bottom: 50%;
  margin-bottom: -0.5em;
  font-size: 0.7em;
  padding: 0;
  cursor: pointer;
  display: block;
  color: #777;
}



.tool-bar-item.tool-bar-spacer {
  flex:1;
  min-width: 0.5rem;
}

.tool-bar-item.tool-bar-icon {
  padding: 0.2rem .25rem;
  cursor: pointer;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: center;
  display: block;
  font-size: 1.5em;
}

@media (min-width: 800px) {

  .tool-bar-item.tool-bar-icon {
    padding: 0.2rem .3rem   
  }
  
}

.tool-bar-item.tool-bar-icon  .fa-newspaper-o{
  bottom: 4px;
}
.tool-bar-item.tool-bar-icon:hover {
  text-decoration: none;
}

.tool-bar-item.tool-bar-icon:last-child{
  margin-right: 0.5em;
 
}

.tool-bar-item.tool-bar-icon.points-balance-menu-icon{
  bottom: 0.03em;
}

.tool-bar-item.tool-bar-icon.news{
  top: 0.1em;
}
@media (max-width: 400px) {
  .tool-bar-item.tool-bar-icon.points-balance-menu-icon{
    bottom: 0em;
  }
  
.tool-bar-item.tool-bar-icon.news{
  top: 0.17em;
}
}

.tool-bar-item.tool-bar-icon.login{
  position: relative;
  top: 0.05em;
  right: 0.1em;
}
.tool-bar-item.tool-bar-icon > i {
  align-self: center;
  position: relative;
  bottom: 1px;
}
.tool-bar-item.tool-bar-icon .v-icon,
.tool-bar-item.tool-bar-icon {
  color: #fff;
}
.tool-bar-item.tool-bar-icon:hover .v-icon,
.tool-bar-item.tool-bar-icon:hover {
  color: #f0f0f0;
}

.tool-bar-item .badge {
  border-radius: 1em;
  background-color: #D37804;
  background-color: #fff;
  display: block;
  padding: 0.5em;
  font-size: 8px;
  min-width: 16px;
  height: 16px;
  text-align: center;
  line-height: 6px;
  font-weight: bold;
  border: 1px solid #FFF;
  border: 1px solid #D37804;
  position: absolute;
  top: 3px;
  right: 29px;
  color: #fff;
  color: #D37804;
  font-family: "Open Sans Bold";  
}

.tool-bar-item.points-balance-menu-icon .badge {
  background-color: #D83423;
  border: 1px solid #D83423;
  color: white;  
}

.tool-bar-item .tool-bar-item-icon{
  width: 38px;
  height: auto;
}
.tool-bar-item .v-icon + .badge {  
  right: 20px;
}

.tool-bar-item.tool-bar-icon.news .badge {  
  top: 3px;
  right: 23px;
}

@media (max-width: 500px) {
  .tool-bar-item.tool-bar-icon{
    padding-left: 0.3rem;
    padding-left: 0.3rem;
  
  }
  .tool-bar-item.tool-bar-icon:last-child{
    margin-right: 0em;
   
  }
  .tool-bar-item.tool-bar-search{
    margin-right: 0.3em;   
  }

  .tool-bar-item .tool-bar-item-icon{
    width: 30px;
  }

  .tool-bar-item.tool-bar-icon .badge{
    right: 20px;
  }

}

.secondary-tool-bar {
  background-color: rgba(255,255,255, 0.6);
  -webkit-backdrop-filter: saturate(180%) blur(2px);
  backdrop-filter: saturate(180%) blur(2px);
  
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.02);
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  flex-shrink: 0;
  position: relative;
  z-index: 90;
  padding: 0 1em;
 
}

.secondary-tool-bar .tool-bar-actions{
  font-size: 0.8em;
  display: flex;
  flex-wrap: 0;
  overflow: hidden;
}

.secondary-tool-bar .tool-bar-actions .tool-bar-action{
  padding: 0.45em 0.5em 0.5em;
  color: #cb4984;
}

.breadcrumbs {
  font-size: 0.8em;
  display: flex;
  flex-wrap: 0;
  overflow: hidden;
}

.breadcrumbs .breadcrumb-item {
  display: inline-block;
  padding: 0.45em 0.5em 0.5em;
  color:#222;
  font-weight: 200;
  
  white-space: nowrap;
 
}

.breadcrumbs .breadcrumb-item .v-icon{
  font-size: 1.2em;
  color: #222;
}

.breadcrumbs .breadcrumb-item:first-child {
  margin-left: -0.35em;

}
.breadcrumbs .breadcrumb-item:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumbs .breadcrumb-item:after {
  content: "\f054";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.8em;
  position: relative;
  right: -0.7em;
  text-decoration: none !important;
}
.breadcrumbs .breadcrumb-item:hover {
  text-decoration: none;
}
.breadcrumbs .breadcrumb-item:last-child:after {
  content: none;
}




.page.with-bottom-bar {
  margin-bottom: 3rem;
}

.bottom-bar {
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: saturate(180%) blur(2px);
  backdrop-filter: saturate(180%) blur(2px);
  border-bottom: 1px solid #ddd;
  box-shadow: 0px -2px 6px 0px rgba(0, 0, 0, 0.1);
  
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  flex-shrink: 0;
  position: absolute;
  bottom: 0;
  width: 100%;  
  margin-left: -1.5em;
  padding: 0.8em 2.4em;
  align-content: flex-end;
  justify-content: flex-end;
  z-index: 100;
}
.bottom-bar .checkbox-row{
  text-align: center;
  margin-bottom: 0.4em;
}
.bottom-bar .buttons-row{
  display: flex;
}

.bottom-bar .left-section {
  flex: 1;
}
@media (max-width: 800px) {
  .bottom-bar {
    margin-left: -1em;
  }
  .bottom-bar {
    padding: 0.7em 1.8em 0.7em 1em;
  }
}

@media (max-width: 500px) {
  .bottom-bar {
    padding: 0.7em 1em;
  }
}

.accept-terms-page .bottom-bar .right-section > * {
  float: left;
}

.accept-terms-page .bottom-bar .button {
  position: relative;
  top: -0.1em;
}

.accept-terms-page .text-content{
  margin-bottom: 5em;
}
.accept-terms-page .bottom-bar .right-section > .form-field {
  position: relative;
  top: 0.1em;
}
.accept-terms-page .bottom-bar .right-section > .button {
  margin-left: 0.7em;
}

@media (max-width: 400px) {
  .accept-terms-page .bottom-bar .right-section > .button {
    margin-left: 0.2em;
  }
}

.panel {
  position: relative;
}

.panel.raised {
  background-color: rgba(255, 255, 255, 0.85);
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.03);
  padding: 1em 2em 1em;
  width: 100%;
  margin-top: 1em;
}

.panel.raised.translucent {
  background-color: rgba(255, 255, 255, 0.75);
}

.panel.raised.reallytranslucent {
  background-color: rgba(255, 255, 255, 0.45);
}

.panel .panel-header.dark {
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: 0px 2px 5px -3px rgba(0, 0, 0, 0.03);
  padding: 0.5em 1em;
  margin: -1em -2em 0.5em;
  padding-bottom: 0.7em;
}

@media (max-width: 800px) {
  .panel.raised {
    padding: 0.7em 1em 1em;
    margin-top: 1em;
  }

  .panel .panel-header.dark {
    margin: -0.7em -1em 0.5em;
  }
}

.panel .panel-header-tools {
  float: right;
}

.panel .panel-title {
  font-size: 1.2em;
  margin-bottom: 0.5em;
  font-weight: 500; 
}

.panel.minor .panel-title {
  font-size: 1em;
  margin-bottom: 0.5em;
  font-weight: 500;
}
.panel .panel-title.small {
  font-size: 0.9em;
}
.panel .panel-title.centered {
  text-align: center;
}

.panel .processing-indicator {
  text-align: center;
  padding: 1em;
  display: flex;
  justify-content: center;
  align-content: center;
}

.panel .processing-indicator .spinner {
  margin-right: 0.2em;
  color: #999;
}

.panel .processing-indicator .label {
  font-size: 0.9em;
  color: #999;
}

.panel .panel-side-image {
  background-repeat: no-repeat;
  background-size: cover;
  width: 20%;
  height: 10em;
}

.panel .panel-tools{
  float: right;
  margin-right: 0.1em;
}

.panel .panel-tools .button{
  font-size: 0.8em;
}
.panel .panel-tools .button .fa{
  font-size: 0.8em;
margin-right: 0.1em;
position: relative;
top: -0.1em;


}

.login-panel .panel-content {
  margin-top: 1em;
}

.login-panel hr {
  margin: 2em 0;
}

.login-panel .login-options {
  font-size: 0.8em;
  margin-top: 1.4em;
  margin-bottom: 0.2em;
}

.navigation .logout-button.button {
  border: none;
  background: none;  
  padding-right: 0.3em; 
  color: #000;
  text-transform: uppercase;
  font-size: 0.85em;
  padding-left: 1.4rem;
  padding-top: 0.5em;
}

.navigation .logout-button.button:hover {
  color: #F09D04;
}

.loading-error-container {
  text-align: center;
  padding: 3em;
  color: #666;
}

.loading-error-container .loading-indicator .label {
  font-size: 0.9em;
}

.loading-error-container .error .retry-button {
  margin-top: 1em;
}
.loading-error-container .error .label::after {
  content: "\a";
  white-space: pre;
}

.data-table {
  width: 100%;
  font-size: 0.9em;
}

.data-table thead th {
  border-bottom: 1px solid #666;
  padding: 4px;

  color: #000;
}

.data-table tbody td {
  border-bottom: 1px solid #ddd;
  padding: 4px 5px 5px;
}

.data-table thead th:last-child,
.data-table tbody td:last-child {
  text-align: right;
}

.data-table .combined-field .additional-info{
    display: none;
}

@media (max-width: 1100px) {
  .column-50 .data-table .combined-field .additional-info{
      display: block;
  }
  .column-50 .data-table .optional-field{
    display: none;
  }
}
@media (max-width: 780px) {
  .data-table .combined-field .additional-info{
      display: block;
  }
  .data-table .optional-field{
    display: none;
  }
}

@media (max-width: 500px) {
  .data-table td {
    font-size: 0.85em;
  }
}

.user-table.data-table td.id {
  width: 1%;
}

.user-table.data-table .user-row.inactive td.user-info,
.user-table.data-table .user-row.inactive td.username,
.user-table.data-table .user-row.inactive td.email {
  text-decoration: line-through;
}
.user-table.data-table td.user-info .email {
  font-size: 0.95em;
  font-style: italic;
}


.user-table.data-table td.user-info .id {
  font-size: 0.95em;
  font-style: italic;
}

@media (max-width: 600px) {
  .user-table.data-table,
  .user-table.data-table tbody,
  .user-table.data-table th,
  .user-table.data-table td {
    display: block;
  }

  .user-table.data-table thead {
    display: none;
  }

  .user-table.data-table tr {
    display: flex;
  }

  .user-table.data-table td {
    flex: 1;
  }
  .user-table.data-table td.id {
    flex: 0;
    width: auto;
    display: none;
  }
  .user-table.data-table td.tools {
    flex: 0;
  }
}
@media (max-width: 899px) {
  .user-table.data-table th.username,
  .user-table.data-table td.username,
  .user-table.data-table th.email,
  .user-table.data-table td.email {
    display: none;
  }
  .user-table.data-table td.user-info {
    line-height: 1.4;
  }
}
@media (min-width: 900px) {
  .user-table.data-table td.user-info .username,
  .user-table.data-table td.user-info .email {
    display: none;
  }
}


.users-table td.newsletter .accepted{
  color: orange;
}
.users-table td.newsletter .accepted-and-activated{
  color: green;
}
.users-table td.newsletter .declined{
  color: red;
}

.clients-table.data-table td.id {
  width: 1%;
}
.clients-table.data-table td.user-info .email {
  font-size: 0.95em;
  font-style: italic;
}
.clients-table.data-table td.user-info .id {
  font-size: 0.95em;
  font-style: italic;
}

@media (max-width: 600px) {
  .clients-table.data-table,
  .clients-table.data-table tbody,
  .clients-table.data-table th,
  .clients-table.data-table td {
    display: block;
  }

  .clients-table.data-table thead {
    display: none;
  }

  .clients-table.data-table tr {
    display: flex;
  }

  .clients-table.data-table td {
    flex: 1;
  }
  .clients-table.data-table td.id {
    flex: 0;
    width: auto;
    display: none;
  }
  .clients-table.data-table td.tools {
    flex: 0;
  }
}

.clients-table.data-table td.user-info .name {
  font-size: 0.8em;
  color:#666;
}


@media (max-width: 799px) {
  .clients-table.data-table th.email,
  .clients-table.data-table td.email {
    display: none;
  }
  .clients-table.data-table td.user-info {
    line-height: 1.4;
  }
}
@media (min-width: 800px) {
  .clients-table.data-table td.user-info .id,
  .clients-table.data-table td.user-info .email ,
  .clients-table.data-table td.user-info .name {
    display: none;
  }
}

.logs-table .data-table tbody tr.log-state-error td {
  background-color: rgba(255, 0, 0, 0.5);
}

.logs-table .data-table tbody tr.log-state-success td {
  background-color: rgba(0, 255, 0, 0.5);
}
.logs-table .data-table tbody .date {
  white-space: nowrap;
}

@media (max-width: 800px) {
  .logs-table .data-table tbody .date {
    white-space: normal;
  }

  .logs-table .data-table th.id,
  .logs-table .data-table td.id {
    display: none;
  }
  .logs-table .data-table th.row-number,
  .logs-table .data-table td.row-number {
    display: none;
  }
}

.profile-panel .profile-info .profile-info-line {
  margin-bottom: 1em;
}

.profile-panel .profile-info .profile-info-line .label {
  font-weight: 200;
  font-size: 0.8em;
  margin-bottom: 0.1em;
  white-space: nowrap;
}

.profile-panel .profile-info .profile-info-line .value {
  margin-bottom: 0.1em;
  font-size: 0.8em;
  font-weight: 400;
}

.products-list {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 2%;
}

.products-list .product-list-item-view {
  box-shadow: 1px 1px 5px -1px rgba(0, 0, 0, 0.1);
  width: 21%;
  margin: 2.5vw 2%;
  position: relative;
  display: flex;
  flex-direction: column;
}

@media (max-width: 800px) {
  .products-list {
    padding: 2.5%;
  }
  .products-list .product-list-item-view {
    width: 28%;
    margin: 2vw 2.5%;
  }
}
@media (max-width: 500px) {
  .products-list {
    padding: 2.5%;
  }
  .products-list .product-list-item-view {
    width: 44%;
    margin: 2vw 3% 4vw;
  }
}

@media (min-width: 1100px) {
  .products-list {
    padding: 1% 1%;
  }
  .products-list .product-list-item-view {
    width: 17%;
    margin: 2vw 1.5%;
  }
}

.products-list .product-list-item-view .background-link {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  z-index: 2;
}
/* .products-list .product-list-item-view:before{
	content: '.';
	text-indent: -3000em;
	width: 9%;
	height: 10.5%;
	background-color: #fbfbfb;
	position: absolute;
	top: -4%;
	left: -3%;
	z-index: 1;
	transform: rotate(45deg);
	box-shadow: inset -3px 0px 5px -7px rgba(0, 0, 0, 0.8);
} */

.products-list .product-list-item-view .card-section.image {
  position: relative;
  line-height: 0;
}
.products-list .product-list-item-view.highlighted .card-section.image:after {
  content: '.';
  text-indent: -20000em;
  display: block;
  background: url('images/oferta_triangle.png')  0 0 no-repeat;
  position: absolute;
  bottom: 0;
  left:0;
  width:43px;
  height:45px;
}

.products-list .product-list-item-view .card-section.image .preview-image {
  width: 100%;
  height: auto;
}

.products-list .product-list-item-view .card-section.content {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.products-list .product-list-item-view .card-section.teaser {
  padding: 0.3em 0.7em 0.7em;
  background-color: #ffffff;
  flex: 1;
  font-size: 0.8em;
  text-align: center;
}
@media (max-width: 500px) {
  .products-list .product-list-item-view .card-section.teaser {
    font-size: 0.7em;
  }
}
.products-list .product-list-item-view .card-section.teaser .product-name {
  font-size: 1.1em;
  font-weight: 300;
  margin-top: 0.3em;
  color: #333232;
  
  text-align: center;
  display: block;
  margin-bottom: 0.2rem;
  text-transform: capitalize;
  letter-spacing: -0.1px;    
}

.products-list .product-list-item-view .card-section.teaser .product-teaser {
  color: #F09D04;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.9em;
}
.products-list .product-list-item-view .card-section.teaser .product-meta {
  text-align: center;
  color: #b3b2b2;
  font-size: 0.9em;
}

.products-list
  .product-list-item-view
  .card-section.teaser
  .product-name-latin {
  color: #999;
  font-style: italic;
  text-align: center;
  display: block;
  font-size: 0.9em;
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
  text-transform: capitalize;
}
.products-list .product-list-item-view .card-section.footer {
  box-shadow: inset 0 6px 6px -5px rgba(0, 0, 0, 0.05);

  border-top: 1px solid #F1F0EE;
  background-color: #fafafa;
  display: flex;
  font-size: 0.75em;
  color: #666;
  padding: 0.4em 0.7em;
  justify-content: flex-end;
  position: relative;
  z-index: 3;
}


.products-list .product-list-item-view .card-section.footer > .left-section{
  flex:1;

}
.products-list.selection-mode .product-list-item-view *{
  cursor: pointer;
}


.product-details-page .product {
  margin-top: 1.5em;
  display: flex;
  flex-wrap: wrap;
}

.product-details-page .product-image {
  margin: 0 auto;
  max-width: 300px;
  position: relative;
}

@media (min-width:960px){
 .navigation-visible .product-details-page .product-image {
      max-width: 300px;
  }
}

@media (min-width:1400px){
 .navigation-visible .product-details-page .product-image {
      max-width: 500px;
  }
}

.product-details-page .product-image img {
  width: 100%;
  height: auto;
}

.product-details-page .product-information {
  margin-left: 0em;
  margin-right: 0em;
  margin-top: 2em;
  flex: 1;  
  flex-basis: 100%;
}

.product-details-page .product-add-to-cart {
  margin-left: 2em;
  flex: 1;
  margin-top: 0;
}

/* @media (max-width: 100px) {
  .product-details-page .product-information {
    margin-right: 0;
  }
  .product-details-page .product-add-to-cart {
    margin-top: inherit;
    flex-basis: 100%;
  }
} */

.product-details-page .product-information .product-long-description,
.product-details-page .product-information .product-description {
  margin-top: 0.5em;
  font-size: 0.9em;
  line-height: 1.3;  
}
@media (min-width: 1100px) {
  .product-details-page .product-information .product-long-description,
  .product-details-page .product-information .product-description {
    column-count: 2;
    column-gap: 2em;
  }
}
@media (min-width: 800px) {
  .navigation-hidden .product-details-page .product-information .product-long-description,
  .navigation-hidden .product-details-page .product-information .product-description {
    column-count: 2;
    column-gap: 2em;
  }
}


.product-details-page .product-information .product-meta {
  margin-top: 1em;
  margin-bottom: 2em;
}
.product-details-page .product-information .product-meta > div {
  margin-bottom: 0.8em;
}
.product-details-page .product-information .product-meta .label {
  font-size: 0.7em;
  padding-right: 0.8em;
  color: #666;
}
.product-details-page .product-information .product-meta .value {
  font-size: 0.9em;
  color: #222;
  text-transform: capitalize;
}

.price .label{
  vertical-align: middle;
  font-weight: 300;
  
}
.price .price-value {  
  vertical-align: middle;
}
.price .unit-value {
  text-transform: capitalize;
  vertical-align: middle;
}

.price .unit-seperator {
  font-weight: 300;
  vertical-align: middle;
}

.order-item-list-item-view .price *,
.shopping-cart-item-view .price *{
  vertical-align: baseline!important;
}

.product-details-page .product-information .product-name {
  color: #6e8bb5;
  display: block;
  margin-bottom: 0.2rem;
  font-size: 1.3em;
  font-weight: 200;
}
.product-details-page .product-information .product-name-latin {
  color: #999;
  font-style: italic;
  display: block;
  font-size: 1.1em;
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
}
.product-details-page .product-information .product-data {
  margin-top: 1em;
  margin-bottom: 1em;
}
.product-details-page .product-information .product-data .label {
  color: #999;
}
.product-details-page .product-information .product-data .value {
  font-weight: 400;
}

.product-details-page .pay-section {
	display: flex;
	flex-direction: column;
  }
  .product-details-page .pay-section .button {
    flex: 1;
  }

.product-details-page .pay-section .form-field.note {
  margin-bottom: 1.3em;
}


.product-details-page .pay-section .form-field.quantity >label {
  float: left;
}
.product-details-page .pay-section .button {
  height: 1.6rem;
  white-space: nowrap;
}
.product-details-page .pay-section .price{
  margin-bottom: 1em;
  font-size: 1.1em;
  font-weight: 200;
  text-align: center;
  
}


.product-details-page .pay-section .form-field.quantity {
	width: 100%;	
	margin-bottom: 0.4em;
	
  }
  .product-details-page .pay-section .form-field.note {
	margin-bottom: 0em;
	margin-top: -1em;
  }
@media (max-width: 500px) {
  
  
  
}
@media (max-width: 768px) {
  .product-details-page .product {
    display: block;
  }
  .product-details-page .product-image {
    max-width: 780px;
  }
  .product-details-page .product-add-to-cart{
    margin-left: 0;
  }
  .product-details-page .product-information .product-name,
  .product-details-page .product-information .product-name-latin {
    text-align: center;
  }

  .product-details-page .product-image {
    margin-bottom: 2em;
  }
  .product-details-page .product-information {
    margin-left: 0em;
  }
}
@media (max-width: 1000px) {

  .navigation-visible .product-details-page .product-image {
    max-width: 700px;
  }
  .navigation-visible .product-details-page .product {
    display: block;
  }
  .navigation-visible .product-details-page .product-add-to-cart{
    margin-left: 0;
  }

  .navigation-visible .product-details-page .product-information .product-name,
  .navigation-visible
    .product-details-page
    .product-information
    .product-name-latin {
    text-align: center;
  }

  .navigation-visible .product-details-page .product-image {
    margin-bottom: 2em;
  }
  .navigation-visible .product-details-page .product-information {
    margin-left: 0em;
  }
}


.notifications-list {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 0.3em 2%;
}

.notifications-list .notifications-list-item-view {  
  width: 46%;
  margin: 1.2em 2%;
  position: relative;
  padding: 1.2rem;
  background-color: white;  
}

@media (max-width: 400px) {

  .notifications-list .notifications-list-item-view {  
    width: 90%;
    margin: 1.2em 5%;    
  }

}


@media (min-width: 850px) {

  .notifications-list .notifications-list-item-view {  
    width: 32%;
    margin: 1.2em .5%;    
  }

}

@media (min-width: 1200px) {

  .navigation-visible .notifications-list .notifications-list-item-view {  
    width: 23%;
    margin: 1.2em 0.5%;    
  }

}

@media (min-width: 750px) {

  .navigation-hidden .notifications-list .notifications-list-item-view {  
    width: 30%;
    margin: 1.2em 1.5%;    
  }

}

@media (max-width: 500px) {
   .notifications-list .notifications-list-item-view {  
    width: 100%;    
  }

}

.notifications-list .notifications-list-item-view .background-link {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  z-index: 2;
}

.notifications-list .notifications-list-item-view {
  display: flex;
  flex-direction: column;
}
.notifications-list .notifications-list-item-view .card-section.image {
  position: relative;
}

.notifications-list
  .notifications-list-item-view
  .card-section.image
  .preview-image {
  width: 100%;
  height: auto;
  box-shadow: 1px 1px 5px -1px rgba(0, 0, 0, 0.05);

}

.notifications-list .notifications-list-item-view .card-section.teaser {
  padding: 0.3em 0.7em 0.7em;
  background-color: #ffffff;
  flex: 1; 
}

.notifications-list .notifications-list-item-view .card-section.teaser .notification-date{ 
  color: #7E9ABE;
  text-align: center;
  font-family: "Noto Serif", serif;
  display: block;
  font-size: 1.3rem;
  font-weight: 600;
  margin-top: 1.2rem;
  margin-bottom: 0.8rem;
  display: none;
}
.notifications-list .notifications-list-item-view .card-section.teaser .notification-date::after{
  content: ".";
  color: transparent;
  width: 40%;
  border-bottom: 1px solid #323232;
  display: block;
  margin: 1rem auto 1rem;
  height: 1px;
  
}

.notifications-list
  .notifications-list-item-view
  .card-section.teaser
  .notification-title {
  display: block;
  color: #6e8bb5;
  color: #323232;
  text-align: center;
  display: block;
  margin-top: 0.8rem;
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1.2em;
  font-family: "Noto Serif Bold", serif;
  line-height: 1.3;
}
.notifications-list
  .notifications-list-item-view
  .card-section.teaser
  .notification-content ,
.notifications-list
  .notifications-list-item-view
  .card-section.teaser
  .notification-intro {
  display: block;
  color: #000;
  display: block;
  font-size: 0.9em;
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
  white-space: pre-wrap;
}
.notifications-list .notifications-list-item-view .notification-image{
  width: 100%;
  height: auto;
}
.notifications-list .notifications-list-item-view .card-section.footer {
  display: none;
  font-size: 0.75em;
  color: #666;
  padding: 0.4em 0.7em 0;
  position: relative;
  text-align: center;
}


.notification-view-page .content-pane > .page,
.profile-edit .content-pane > .page,
.client-user-edit .content-pane > .page,
.client-details .content-pane > .page,
.product-details .content-pane > .page,
.notification-details .content-pane > .page{
  overflow: hidden; 
   overflow-y: hidden;
}



.notification-details-page .notification-information,
.notification-details-page .notification-content{
  max-width: 700px!important; 
  margin-left: auto!important;
  margin-right: auto!important;
}
.notification-details-page .notification-image-container{
  max-width: 400px!important; 
  margin: 2rem auto;
}
.notification-details-page .notification-image-container img{
width: 100%;
height: auto;
}

.notification-details-page .notification-information {
  text-align: center;
  padding-top: 1rem;
}
.notification-details-page .notification-information .notification-subtitle,  
.notification-details-page .notification-information .notification-date {  
  font-weight: 200;
  margin-bottom: 0.6em;
  font-size: 1.7rem;
  line-height: 1;
  margin-top: 0.7em;
  color: #222;
  text-align: center;
  font-family: "Noto Serif Bold", serif;
  font-style: italic;
  display: none;
}
.notification-details-page .notification-information .notification-subtitle + .notification-date{
  font-size: 1.3rem;
}

.notification-details-page .notification-information .notification-title {  
  font-weight: 200;
  font-size: 3.4em!important;
  text-align: center;
  line-height: 1.4!important;
  font-family: "Noto Serif"!important;
  margin-bottom: 1rem;
}

.notification-details-page .notification-content{  
  padding-top: 2rem;
  padding-bottom: 2rem;
}




.notification-edit-page .notification-intro-text-field textarea{
  height: 8.8em;
}

.order-address .address-zip {
  float: left;
  margin-right: 0.5em;
}

.order-edit-page .notes-panel,
.order-edit-page .payment-panel{
    min-height: 9em;
}

.order-review-page .notes-panel,
.order-review-page .payment-panel {
  min-height: 10em;
}

.buy-panel {
  padding-bottom: 1em;
  margin-bottom: 3em;
}
.buy-panel .panel-content {
  text-align: right;
}

.buy-panel .panel-content .button {
  font-size: 1.0em;
  margin-bottom: 0.3em;
  margin-left: 0.6em;
}

.buy-panel .panel-content .form-field {
  float: left;
  margin-top: 0.5em;
  
}

@media (max-width: 1000px) {
  .buy-panel .panel-content{
    text-align: left;
  }
  .buy-panel .panel-content .form-field {
    float: none;
    margin-top: 0.6em;
    margin-bottom: 0.7em;
  }
  .buy-panel .panel-content .buttons {
      display: flex;
  }
  .buy-panel .panel-content .button {
      flex:1
  }
  .buy-panel .panel-content .button:first-child {
      margin-left: 0;
  }
}
@media (max-width: 600px) {
  .buy-panel .panel-content .button {
    margin-bottom: 0.5em;
    font-size: 0.8em;	
      
  }

}
@media (max-width: 400px) {
  .buy-panel .panel-content .buttons {
    display: block;
  }
  .buy-panel .panel-content .button {
    margin-top: 0.8em;
    margin-bottom: 0.5em;
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 639px) {
  .order-edit-page .address-panel,
  .order-edit-page .payment-panel {
    min-height: 0;
  }
}

.responsive-table {
  display: table;
  width: 100%;
}

.responsive-table .responsive-table-header {
  display: table-header-group;
}

.responsive-table .responsive-table-body {
  display: table-row-group;
}

.responsive-table .responsive-table-body > .responsive-table-row {
  display: table-row;
}

.responsive-table .responsive-table-header > .responsive-table-header-cell {
  font-size: 0.8em;
  color: #666;
  border-bottom: 1px solid #999;
}

.responsive-table
  .responsive-table-body
  > .responsive-table-row
  > .responsive-table-cell,
.responsive-table .responsive-table-header > .responsive-table-header-cell {
  display: table-cell;
  text-align: center;
  padding: 0.3em 0.4em;
  font-size: 0.9em;
}

.responsive-table
  .responsive-table-body
  > .responsive-table-row
  > .responsive-table-cell:first-child,
.responsive-table
  .responsive-table-header
  > .responsive-table-header-cell:first-child {
  text-align: left;
  padding-left: 0.15em;
}

.responsive-table
  .responsive-table-body
  > .responsive-table-row
  > .responsive-table-cell:last-child,
.responsive-table
  .responsive-table-header
  > .responsive-table-header-cell:last-child {
  text-align: right;
}

@media (max-width: 600px) {
  .responsive-table {
    display: block;
  }

  .responsive-table .responsive-table-header {
    display: none;
  }

  .responsive-table .responsive-table-body {
    display: block;
  }

  .responsive-table .responsive-table-body > .responsive-table-row {
    display: block;
    clear: both;
    padding-top: 2em;
    font-size: 0.8em;
  }

  .responsive-table .responsive-table-body > .responsive-table-row:first-child {
    padding-top: 1em;
  }

  .responsive-table
    .responsive-table-body
    > .responsive-table-row
    > .responsive-table-cell {
    min-width: 3em;
    float: left;
  }
  .responsive-table
    .responsive-table-body
    > .responsive-table-row
    > .responsive-table-cell:last-child {
    float: right;
  }
}

.shopping-cart .shopping-cart-items > .shopping-cart-item-view > div.price,
.shopping-cart .shopping-cart-header > div.price {
  text-align: right;
  white-space: nowrap;
}
.shopping-cart-item-view .tba-price-notice{
  font-style: italic;
}

.shopping-cart
  .shopping-cart-items
  > .shopping-cart-item-view
  > div.product-infos
  .product-name {
  font-weight: 500;
  font-size: 0.8em;
}

.shopping-cart
  .shopping-cart-items
  > .shopping-cart-item-view
  > div.product-infos
  .note
  .label,
.shopping-cart
  .shopping-cart-items
  > .shopping-cart-item-view
  > div.product-infos
  .preparation
  .label {
  font-size: 0.9em;
  color: #666;
  font-weight: 400;
}

.shopping-cart
  .shopping-cart-items
  > .shopping-cart-item-view
  > div.product-infos
  .note
  .value,
.shopping-cart
  .shopping-cart-items
  > .shopping-cart-item-view
  > div.product-infos
  .preparation
  .value {
  font-size: 0.9em;
  color: #666;
}

.shopping-cart .shopping-cart-header > .quantity {
  width: 1%;
}

.shopping-cart
  .shopping-cart-items
  > .shopping-cart-item-view
  > div.total-price {
  font-weight: normal;
}

.shopping-cart-empty-notice {
  padding: 2em;
  color: #999;
  background-color: #fcfcfc;
  border-radius: 0.8em;
  border: 1px solid #eee;
  box-shadow: inset 1px 1px 3px -1px rgba(0, 0, 0, 0.02);
}

.shopping-cart .shopping-cart-footer {
  padding-top: 0.2em;
  border-top: 1px solid #999;
}
.shopping-cart .shopping-cart-footer > div {
  margin-top: 0.5em;
  text-align: right;
}
.shopping-cart .shopping-cart-footer > div.icon {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 0.5em;
  text-align: right;
}
.shopping-cart .shopping-cart-footer > .cart-total {
  padding-right: 0.3em;
  padding-top: 0.2em;
  padding-bottom: 0.3em;
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
}
.shopping-cart .shopping-cart-footer > .cart-total .label {
  font-size: 1.1em;
}
.shopping-cart .shopping-cart-footer > .cart-total .value {
  font-weight: bold;
  font-size: 1.1em;
}
.shopping-cart .shopping-cart-buttons {
  margin-top: 1.3em;
  text-align: right;
}
.shopping-cart .shopping-cart-buttons .button {
  font-size: 1.0em;
  margin-bottom: 0.3em;
  margin-left: 0.6em;
}
.shopping-cart
  .shopping-cart-items
  > .shopping-cart-item-view
  .missing-price-notice {
  font-style: italic;
  color: #666;
}

@media (max-width: 600px) {
  .shopping-cart
    .shopping-cart-items
    > .shopping-cart-item-view
    > div.total-price {
    font-weight: 500;
    float: right;
  }

  .shopping-cart
    .shopping-cart-items
    > .shopping-cart-item-view
    > div.product-infos {
    width: 100%;

  }

  .shopping-cart .shopping-cart-footer {
    clear: both;
    
    
  }

  .shopping-cart
    .shopping-cart-items
    > .shopping-cart-item-view
    > div.product-infos {
    font-weight: 400;
  }

  .shopping-cart .shopping-cart-buttons .button {
	margin-bottom: 0.5em;
	font-size: 0.8em;	
    
  }
}
@media (max-width: 400px) {
  

  .shopping-cart .shopping-cart-buttons .button {
	margin-bottom: 1em;
	font-size: 0.8em;	
	width: 100%;
	margin-left: 0;
    
  }
}

.order-list-item-view {
  margin-bottom: 2.3em;
}

.order-list-item-view.state-cancelled {
  background-color: rgba(255, 0, 0, 0.05);
}
.order-list-item-view.state-cancelled * {
  color: #999 !important;
}

.order-list-item-view.state-cancelled .panel-header .order-state .value {
  color: #555 !important;
  font-weight: 400;
}

.order-list-item-view .panel-header {
  display: flex;
}
.order-list-item-view .panel-header .order-total {
  font-weight: 500;
}

.order-list-item-view .panel-header .order-meta {
  flex: 1;
  display: flex;
  justify-content: space-between;
} 
.order-list-item-view .panel-header .order-meta > div {
  flex: 1;
  text-align: center;
}

.order-list-item-view .panel-header .order-meta > div:first-child {
  flex:0;
  text-align: left;
  
}

.order-list-item-view .panel-header .order-meta  .label {
  font-size: 0.7em;
  color: #666;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 0.2em;
}

.order-list-item-view .panel-header .order-meta  .value {
  font-size: 0.7em;
  font-weight: 400;
  color: #333;
}

.order-list-item-view .panel-header  .order-id {
  text-align: center;
}
.order-list-item-view .panel-header .order-state-icons {
  text-align: right;
  flex: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
}
.order-list-item-view .panel-header .order-state-icons .state-icon {
  display: inline-block;
  align-self: center;
  padding: 0.1em 0.5em;
  color: #bbb;
}
.order-list-item-view .panel-header .order-state-icons .state-icon.active {
  color: #333;
}


@media (max-width: 900px) {
  .order-list-item-view .panel-header .order-meta{
    flex-wrap: wrap;
  }
  .order-list-item-view .panel-header .order-meta > div {
    text-align: left;
    white-space: nowrap;
    margin: 0 1em 0.8em 0;
  }
  .order-list-item-view .panel-header .order-state-icons .state-icon {   
    align-self: flex-start;
  }  
}
@media (max-width: 500px) {
  .order-list-item-view .panel-header .order-meta{
    flex-direction: column;
  }
  .order-list-item-view .panel-header .order-meta > div {    
    margin-bottom: 0.5em;
  }  
}
.order-list-item-view .panel-content {
  display: flex;
}

.order-list-item-view .panel-content > div {
  flex: 1;
}

.order-list-item-view .panel-content .order-list-order-items-container {
  flex-basis: 70%;
  width: 70%;
  border-right: 1px solid #eee;
  min-height: 3em;
  padding-top: 0.5em;
  padding-right: 2em;
}

.order-list-item-view .panel-content .order-list-actions-container {
  flex-basis: 40%;
  width: 40%;
  min-height: 3em;
  padding-left: 2em;
  padding-top: 0.2em;
}

.order-list-item-view .panel-content .order-list-actions-container .button {
  margin-bottom: 0.5em;
}

@media (min-width: 801px) {
  .order-list-item-view .panel-content .order-list-order-items-container {
    margin-left: -1em;
  }
}
@media (max-width: 801px) {
  .order-list-item-view .panel-content .order-list-order-items-container {
    padding-right: 1em;
  }
  .order-list-item-view .panel-content .order-list-actions-container {
    padding-left: 1em;
  }
}

@media (max-width: 801px) and (min-width: 550px) {
  .order-list-item-view .panel-content .order-list-actions-container .button {
    margin-bottom: 0.75em;
    font-size: 0.8em;
    padding: 0.2em;
  }
}
@media (max-width: 1001px) and (min-width: 550px) {
  .navigation-visible
    .order-list-item-view
    .panel-content
    .order-list-actions-container
    .button {
    font-size: 0.8em;
    padding: 0.2em;
  }
  .navigation-visible
    .order-list-item-view
    .panel-content
    .order-list-actions-container
    .button
    .icon {
    margin-right: 0;
  }
}
@media (max-width: 550px) {
  .order-list-item-view .panel-content {
    display: block;
  }
  .order-list-item-view .panel-content .order-list-order-items-container {
    width: 100%;
    border-right: none;
    padding-right: 0;
  }

  .order-list-item-view .panel-content .order-list-actions-container {
    width: 100%;
    padding-left: 0;
    padding-top: 0.7em;
  }

  .order-list-item-view .panel-content .order-list-actions-container .button {
    margin-bottom: 0.75em;
  }
}

.order-item-list-item-view {
  display: flex;
  color: #444;
  justify-content: flex-end;
  margin-bottom: 1em;
  font-size: 0.8em;
}
.order-item-list-item-view .product-info {
  flex:1;
}
.order-item-list-item-view .quantity-and-price {
  display: flex;

  justify-content: flex-end;
}
.order-item-list-item-view .product-name {
  color: #222;
  
  text-transform: capitalize;
  font-weight: 400;
  
}

.order-item-list-item-view .quantity {
  min-width: 3em;
  text-align: right;
  margin-right: 1em;
}
.order-item-list-item-view .unit {
  min-width: 5em;
  margin-right: 0.5em;
}
.order-item-list-item-view .price {
  min-width: 6em;
  text-align: right;
  margin-right: 1em;
}
.order-item-list-item-view .total-price {
  width: 7em;
  text-align: right;
  flex: 1;
  font-weight: 500;
}

@media (max-width: 1000px) {
  .order-item-list-item-view {
    display: block;
  }
  .order-item-list-item-view .product-info {
    margin-bottom: .3em;
  }
  .order-item-list-item-view .product-infos {
    font-size: 0.9em;
    font-weight: normal;
  }
  .order-item-list-item-view .quantity-and-price {
    font-size: 0.8em;
    padding-top: 0.2em;
  }
}

.text-content {
  line-height: 1.4;
}
.text-content p {
  margin-bottom: 1em;
}


.text-content em{
  font-style: italic;
}

.text-content strong,
.text-content b{
  font-weight: bold;
}
.text-content img{
  max-width: 100%;
  width: 100%;
  height: auto;  
  line-height: 0;
  margin-bottom: 0.8em;
  margin-top: 0.8em;
}
.text-content img.borderless{
  border: none;
}

.text-content img{
  max-width: 800px;  
}
  

.text-content h1 {
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  font-size: 2em;
  font-weight: 300;
  color: #333;
}
.text-content h2 {
  margin-bottom: 0.5em;
  margin-top: 0.6em;
  font-size: 1em;
  font-weight: 700;
  color: #333;
}
.text-content h3 {
  margin-bottom: 0.5em;
  margin-top: 0.6em;
  font-size: 0.9em;
  font-weight: 700;
  color: #333;
}
.text-content ul {
  list-style-type: disc;
  list-style-position: inside;
  margin-bottom: 0.5em;
  margin-top: 0.3em;
}
.text-content ul li {
  margin-left: 0.3em;
}
.text-content ol {

  list-style-position: outside;
  margin-bottom: 0.5em;
  margin-top: 0.3em;

}



.text-content ol > li {
  margin: 0;
padding: 0 0 0 02em;
text-indent: -1em;
text-align: left;
list-style-type: none;
counter-increment: item;


}

.text-content ol > li:before {
  display: inline-block;
width: 1em;
padding-right: 0.3em;
font-weight: bold;
text-align: center;
content: counter(item) ".";
}

/* @media (max-width: 800px) {
  .text-content {
    font-size: 0.9em;
  }
} */

.panel.image-panel {
  padding: 0;
}

.panel.background-image-panel {
  padding: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 85%;
}
@media (max-width: 1200px) {
  .panel.background-image-panel {
    min-height: 35vw;
  }
}
.panel.background-image-panel.center-image {
  background-position: 50% 50%;
}

.panel.image-panel .panel-background-image {
  position: relative;
  line-height: 0;
}

.panel.image-panel .panel-background-image img {
  width: 100%;
  height: auto;
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.03);
}

.panel.image-panel .panel-title {
  position: absolute;
  top: 0.6em;
  left: 1em;
  z-index: 200;
}
.panel.image-panel.black{
  background-color: black;
}

.panel.image-panel .panel-content{
  border-bottom: 1px solid #F1F0EE;
  padding: 1em;
    
}

.about-page .column {
  display: flex !important;
}


@media (max-width: 1200px) {
  .navigation-visible .about-page .milligram-row {
    display: block;
  }

  .navigation-visible .about-page .column {
    width: 100% !important;
    max-width: 100%;
  }
}

@media (max-width: 800px) {
  .about-page .milligram-row {
    display: block;
  }

  .about-page .column {
    width: 100% !important;
    max-width: 100% !important;
  }
}

.number-input-spinner {
  display: flex;
  
  position: relative;
  
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.number-input-spinner > .quantity {
  flex: 1;
}
.number-input-spinner > input{
  text-align: center;
  min-width: 8em;
  padding-left: 2.8em !important;
  padding-right: 2.8em!important;
  height: 2.2em;
  width: 100%;
}
.number-input-spinner > .spinner-button {
  flex: 0;
  font-weight: bold;
  position: absolute;  
  height: 100%;
  
  width: 2.5em;
  text-align: center;
  line-height: 1.8em;
  color: #666;
  cursor: pointer;
  background-color: #fcfcfc;
  border: 1px solid #ccc; 
}

@media (min-width: 540px) and (max-width: 768px) {
  .number-input-spinner > input{
    min-width: 9em;
    padding-left: 3.3em !important;
    padding-right: 3.3em!important;    
  }
  .number-input-spinner > .spinner-button {
    width: 3em;
  }
}



.number-input-spinner > .increase-button{
  right: 0;
  border-left: 1px solid #f0f0f0; 
}
.number-input-spinner > .decrease-button{
  left: 0;
  border-right: 1px solid #f0f0f0;
  
}

.quantity-input .mode-selector{
  font-size: 0.9em;
  float: right;
  margin-bottom: 0.5em;
}
.quantity-input .input-methods{
  clear: both;
  padding-top: 0.1em;
}
.quantity-input .mode-selector label{
 margin-left: 0.7em; 
  display: inline-block;
}

@media (max-width: 370px) {
  .quantity-input .input-methods{  
    
  }
}


.quantity-input .weight-input.input-method{  
  display: flex;  
}
.quantity-input .weight-input.input-method .integer-input{  
  flex:1;
}
.quantity-input .weight-input.input-method .decimal-seperator{  
  flex: 0;
  padding: 0 0.1em;
  font-size: 1.7em;
  display: inline;
  line-height: 0;
  position: relative;
  top: 0.9em;
}
.quantity-input .weight-input.input-method .weight{  
  
  
}
.quantity-input .weight-input.input-method .weight-decimals{  
  
  
}
.quantity-input .weight-input.input-method .weight-decimals input.decimals-input{    
  min-width: 5em;  
  text-align: center;
}
.quantity-input .input-method .input-postfix{  
  line-height: 1.6rem;
  font-size: 0.8em;
  display: inline-block;
  margin-left: 0.3em;
}
.quantity-input .read-only-value{
  white-space: nowrap;
}

.help-text {
  margin-bottom: 0.4em;
  font-size: 0.8em;
}

.order-date-time-section {
  display: flex;
}
.order-date-time-section .form-row {
  flex: 1;
  width: 50%;
}
.order-date-time-section .form-row:first-child {
  padding-right: 1em;
  width: 70%;
}
.order-date-time-section .vdp-datepicker > div:first-child {
  white-space: nowrap;
}
.order-date-time-section .vdp-datepicker > div:first-child input {
  font-size: 0.9em;
  padding: 0.2em 0.3em;
  display: inline-block;
}

.order-date-time-section
  .vdp-datepicker
  > div:first-child
  .vdp-datepicker__clear-button {
  position: relative;

  left: -1.2em;
}
.order-date-time-section .form-row input {
  flex: 1;
}

@media (max-width: 400px) {
  .order-date-time-section .vdp-datepicker .vdp-datepicker__calendar {
    width: 280px;
    margin-left: -20px;
  }
}

.chat-layout {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 0 !important;
  overflow: hidden;
  position: relative;

}
.chat-layout .chat-bottom-bar {

  flex-wrap: nowrap;  
  width: 100%;
  flex-shrink: 0;
  padding: 0;
  align-content: flex-end;
  justify-content: flex-end;
  z-index: 100;
  display: flex;
  
}
.chat-layout .chat-bottom-bar .form-field.message-editor {
  flex: 1;
}
.chat-layout .chat-bottom-bar .form-field.message-editor textarea {
  border: none;
  min-height: 3rem;
  height: 3rem;
  border-top: 1px solid #bbb;
  overflow: auto;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.chat-layout .chat-bottom-bar .form-field .button {
  height: 3rem;
  border-radius: 0;
  display: flex;
  background-color: #F09D04;
}
.chat-layout .chat-bottom-bar .form-field .button > * {
  align-self: center;
  color: white;
}

.chat-layout .chat-bottom-bar .form-field .button:hover {
  background-color: #7c92b8;
}

.chat-layout .chat-bottom-bar .image-upload .preview .processing-spinner{
  font-size: 1em;
}
.chat-layout .chat-bottom-bar .image-upload .preview{
  min-height: 3em;
  border-top: 1px solid #bbb;
  border-right: 1px solid #ccc;
  background-color: #eee;
  border-bottom: none;
  border-left: none;
  width: 3em;
} 
.chat-layout .chat-bottom-bar .image-upload.has-value .preview .upload-empty{
  display: block;
}
.chat-layout .chat-bottom-bar .preview-background-image-container{
  min-height: auto;
  background-image: none!important;
  margin: 0;
}

.chat-layout .chat-bottom-bar .image-upload .usage-message{
  display: none;
} 
.chat-layout .chat-bottom-bar .image-upload .upload-empty.fa-image{
  font-size: 1.4em;
  margin: 0.3em;
  line-height: 2rem;
  color: #bbb;
} 
.chat-layout .chat-bottom-bar .image-upload{
  display: flex;
  height: 100%;;
} 
.chat-layout .chat-bottom-bar .image-upload > div{
  display: flex;
} 

.chat-layout > .page {
  padding: 0 1.5em;
  width: 100%;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  flex: 1;
}
.chat-layout > .page > .page-content {
  padding-bottom: 1em;
}

@media (max-width: 800px) {
  .chat-layout > .page {
    padding: 0 1em;
  }
}

.message-bubble {
  clear: both;
  margin-bottom: 1em;
}
.message-bubble::after {
  content: "";
  clear: both;
  display: table;
}

.message-bubble:first-child {
  margin-top: 1em;
}

.message-bubble .message-bubble-content {
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.03);
  padding: 0.5em 0.8em;
  min-width: 3em;
  margin-top: 0.4em;
  
  border-radius: 1em;
  clear: both;
  font-size: 0.9em;
  display: inline-block;
  max-width: 40em; 
  position: relative;
}
.message-bubble.has-image .message-bubble-content {
  padding: 0;  
  max-width: 70%; 
  line-height: 0;
}

.message-bubble .message-bubble-content .message-image{
  position: relative;  
  line-height: 0;
  overflow: hidden;
  max-width: 500px;
}
.message-bubble .message-bubble-content .message-image img{
  width: 100% !important;  
  height: auto !important;
  border-radius: 1em;
}

.message-bubble .message-bubble-content .message-text{

  white-space: pre-wrap;
}

.message-bubble .message-bubble-content .message-date{
  font-size: 0.7em;
  font-weight: 300;
  color:#777;
  margin-top: 0.2em;
}
.message-bubble.own .message-bubble-content .message-date{  
  color: #ddd;  
}

.message-bubble.has-image .message-bubble-content .message-date{
  position: absolute;
  bottom: 1em;
  right: 1em;
  color: black;
}

.message-bubble.own {
  align-self: flex-end;  
  text-align: right;
  position: relative;
  
}
.message-bubble.own .message-bubble-content {  
  background-color: #F09D04;
  color: white;
}

.message-bubble:last-of-type {
  margin-bottom: 1.5em;
}


.thread .content-pane > .page{
  overflow: hidden; 
   overflow-y: hidden;
}






.thread-list-item {
  position: relative;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.03);
  padding: 1em 2em 1em;
  width: 100%;
  margin-top: 0em;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}

.thread-list-item:hover {
  background-color: rgba(0, 0, 0, 0.001);
}

.thread-list-item:after {
  position: absolute;
  right: 1em;
  top: 50%;
  margin-top: -0.4em;
  
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f054";
  font-size: 0.8em;
  color: #666;
}
.thread-list-item.has-unread-messages {
  background-color: rgba(255, 0, 0, 0.1);
  border-bottom: 1px solid #ddd;
}
.thread-list-item .thread-user {
  display: flex;
}
.thread-list-item .thread-user .thread-user-name {
  text-transform: capitalize;
  flex-direction: column;
  display: flex;
  flex: 1;
  font-size: 0.9em;
}

.thread-list-item .thread-user .thread-user-name .name {
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.1em;
}

.thread-list-item .thread-user .thread-user-name .company-name {
  font-size: 0.9em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: none;
}


.thread-list-item .thread-user .unread-count {
  margin-left: 0.8em;
  margin-right: 0.4em;
  align-self: center;
  font-size: 0.9em;
  color: #000;
  font-style: italic;
  font-weight: bold;
  flex: 0;
  text-align: right;
  display: block;
}

.thread-page .secondary-tool-bar .breadcrumb-item {
  text-transform: capitalize;
}

.app-container.startpage .main-view,
.app-container.login .main-view {
  position: relative;
  
}

.use-as-guest-panel {
  text-align: center;
  padding-top: 0.8em;
  background-color: rgba(255, 255, 255, 0.3);
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.03);
  padding: 1em 2em 1em;
  width: 100%;
}
.use-as-guest-panel a {
  display: inline-block;
  padding: 0.3em;
  font-size: 1em;
}

.startpage .panel.raised{
  padding: 0.7em 0.3em 1em;
}

.startpage .button.shopping-cart .label{
  letter-spacing: -0.21px;
  margin-left: -0.2em;
}



.startpage-buttons {
  display: flex;
  flex-wrap: wrap;
  padding: 0.5em;
  padding-top: 1em;
  justify-content: space-between;
}
.startpage-buttons .button {
  position: relative;
  display: block;
  text-align: center;
  width: 33%;
  flex: 0;
  flex-basis: 33%;
  margin-bottom: 2em;
  background-color: transparent;
  padding-top: 0.5em;
}

.startpage-buttons .button .label {
  font-size: 1em;
  display: block;
  margin-top: 0.8em;
  color: #666;
  font-weight: 400;
}

.startpage-buttons .button i {
  display: block;
  font-size: 2.5em;
  color: rgba(0, 0, 0, 0.7);
}

.startpage-buttons .button:hover i,
.startpage-buttons .button:hover .label {
  color: #000;
}

.startpage-buttons .button i.pixel-icon {
  line-height: 0;
  height: 36px;
  text-align: center;
}
.startpage-buttons .button i img {
  width: auto;
  height: 24px;
  margin-top: 7px;
}

.startpage-buttons .button .badge {
  border-radius: 1em;
  background-color: rgba(255, 0, 0, 0.75);
  display: block;
  padding: 0.3em;
  font-size: 13px;
  min-width: 18px;
  height: 18px;
  text-align: center;
  line-height: 8px;
  font-weight: bold;
  color: white;
  position: absolute;
  top: 0px;
  right: 50%;
  margin-right: -35px;
}

.startpage-buttons .button .news-number-badge.badge ,
.startpage-buttons .button .cart-number-badge.badge {
  background-color: #F09D04;
}

@media (max-width: 500px) {
  .startpage-buttons {
    font-size: 0.8em;
    padding: 0;
    padding-top: 0.5em;
  }
  .startpage-buttons .button {
    margin-bottom: 1.5em;
  }
  .startpage-buttons .button i.pixel-icon {
    height: 29px;
  }
  .startpage-buttons .button i img {
    height: 19px;
    margin-top: 6px;
  }

  .startpage-buttons .button .badge {
    font-size: 10px;
    min-width: 15px;
    height: 15px;
    top: 0px;
    margin-right: -29px;
  }

}

.ql-editor em{
  font-style: italic;
}

.ql-editor strong,
.ql-editor b{
  font-weight: bold;
}
  
.ql-editor{
  min-height: 10em;
  padding: 0.5em;
}

.fade-enter-active, .fade-leave-active {
  transition: opacity .5s
}
.fade-enter, .fade-leave-to /* .fade-leave-active in <2.1.8 */ {
  transition: opacity 0s;
  opacity: 0
}


.accept-terms-page.page.with-bottom-bar{
  display: flex;
  margin-bottom: 0;
  overflow: hidden;
  padding: 0;
  flex-direction:column;
  position: relative;
}


.content-pane > .accept-terms-page.page > .page-content {
  overflow-y: auto;
  padding: 0 1em;
  margin-bottom: 0em;  
  padding-bottom: 1em;
  overflow-y: auto;
  flex:1
}


.accept-terms-page.page.with-bottom-bar > .page-content {
  margin-bottom: 3em;  
}
.content-pane > .accept-terms-page .bottom-bar{
  margin-left: 0;
}


.client-user-edit-page .panel-title .user-name,
.client-details-page .panel-title .client-name{
  font-size: 0.9em;
  font-weight: 400;
}


.client-user-edit-page .breadcrumb-item .user-name{
  font-size: 0.8em;
  font-weight: 400;
}

.client-user-edit-page .breadcrumb-item .user-name::before{
  content: '( ';
}

.client-user-edit-page .breadcrumb-item .user-name::after{
  content: ' )';
}


.panel-footer .buttons {
  text-align: right;
  margin-bottom: 0.8em;
}
.panel-footer .buttons .button{
  display: inline-block;
  width: auto;
}

.panel-footer .buttons input.button{
  vertical-align: top;
  line-height: 1.4
}



.highlighted-products-list .products-list{
  padding: 0;
  width: 103%;
  margin-left: -1.5%;
  margin-top: -1vw;
  justify-content: space-between;
}




.modal-dialog-container{
  position: absolute;
  z-index: 100000;
  top: 0;
  left:0;
  right:0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);

}

.modal-dialog-container .dialog{
  position: absolute;
  z-index: 100000;
  top: 5vh;
  left:5vw;
  right:5vw;
  bottom: 5vh;
  background-color: white

}


.modal-dialog-visible .clients-selector,
.modal-dialog-visible .tool-bar{
  display: none;
}
.modal-dialog-visible .content-pane > .page{
  overflow: hidden;
}

.dialog {
  display: flex;
  flex-direction: column;
}

.dialog .dialog-header{
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: saturate(180%) blur(2px);
  backdrop-filter: saturate(180%) blur(2px);
  border-bottom: 1px solid #ddd;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-wrap: nowrap;
  
  width: 100%;
  flex-shrink: 0;
  position: relative;
  z-index: 100;
  padding: 0.5em 0.8em;
  
  
}

.dialog .dialog-content{
  flex:1;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;

}
.dialog .dialog-footer{
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: saturate(180%) blur(2px);
  backdrop-filter: saturate(180%) blur(2px);
  border-bottom: 1px solid #ddd;
  box-shadow: 0px -2px 6px 0px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  flex-shrink: 0;
  position: relative;
  z-index: 100;
}

.dialog .dialog-title{
  font-size: 1.2em;
}


.dialog .dialog-header .search-field {
  padding: 0 0.2em;
  margin: 0  0 0 1.5em;
  flex: 1;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: center;
  position: relative;
}
.dialog .dialog-header .search-field > input[type="search"] {
  padding: 0.2em 0.3em;
  border: 1px solid #ccc;
  flex: 1;
  align-self: center;
  width: 6em;
}

.dialog .dialog-header .search-field > .search-button {
  position: relative;
  right: 1rem;
  margin-top: 0.7em;
  font-size: 0.7em;
  padding: 0;
  cursor: pointer;
  display: block;
  color: #777;
}

@media (max-width: 400px) {
  .product-selection-view .dialog-title{
    display: none;
  }
  .dialog .dialog-header .search-field {
    margin-left: 0;
  }
}


.image-upload{
  position:  relative;
  display: flex;
  flex-flow: column;
  flex:1;
  padding-bottom: 18px; /** make up for detail messages of vuetify components */

}
.image-upload.solo{
  padding-bottom: 28px; /** make up for detail messages of vuetify components */
}

.image-upload > div{
  display: flex;  
}
.image-upload > div.vue-clip{
  display: flex;  
  flex:1;
}

.image-upload .delete-button{
  position: absolute;
  top: 50%;
  margin-top: -1.5em;
  left: 50%;
  margin-left: -1.5em;
  z-index: 200000;
  background-color: rgba(255,255,255,0.6)!important;
}

.image-upload .preview {
  flex:1;
  position: relative;  
  border: 1px solid #eee;    
  border-radius: 4px;
  text-align: center;
  display: flex;
  flex-flow: row;
  background-color: rgba(0, 0, 0, 0.01);
  justify-content: center;
  align-items: center;
}

.image-upload .preview-background-image-container{
  height: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  flex:1;
  
}

.image-upload .preview .processing-spinner{
  font-size:1.8em;
  color: #ddd;
  position: absolute;    
  left: 50%;
  top: 50%;
  margin-left: -0.5em;
  margin-top: -0.5em;
}

.image-upload .preview .upload-empty{ 
  font-size:1em;
  color: #555;    
  display: block;
  cursor: pointer;
  margin-left: 12px; 
}
.image-upload .vue-clip{
  cursor: pointer;
}

.image-upload .vue-clip{
  min-height: 2.4em;
}
.image-upload.has-value .vue-clip{
  min-height: 8em;
}


 .coverImageContainer{
  flex-flow: column;
  padding-top: 0!important;
  
}


.recipe-edit-card .coverImageContainer .image-upload{
  padding-bottom:0 ;
}
.image-upload .preview .usage-message{
  font-size:0.8em;
  color: #444;
  vertical-align: middle;    
  padding: 0.3em 12px 0.3em 1em; 
  cursor: pointer;
}
.image-upload.has-value .preview .usage-message{
  display: none;
}
.image-upload.has-value .preview .upload-empty{
  display: none;
}


.edit-notification-panel .form-field.intro textarea,
.edit-notification-panel .form-field.image .preview{
  min-height: 10em
}

.edit-notification-panel .image-upload .preview .upload-empty{
  margin-top: 2rem;
}

@media (max-width: 639px) {
  .edit-notification-panel .form-field.intro textarea,
  .edit-notification-panel .form-field.image .preview{
    min-height: 5em
  }
  .edit-notification-panel .form-field.intro textarea{
    margin-bottom: 0.8em;
  }
  .edit-notification-panel .image-upload .preview .upload-empty{
    margin-top: 1rem;
  }
  
}


.fa-ban.engaged{
  color: red;
}


.transactions-table th{
  font-family: "Open Sans Bold", serif;
  font-weight: bold;
  color: #E89504 !important;
  font-size: 1rem!important;
}

.transactions-table td{
  border-bottom: 1px solid #e3e3e3
  
}
.transactions-table td{
  height: 2.5rem!important;
}

.transactions-table .positive.transaction .points{
  color: green;
}

.transactions-table .negative.transaction .points{
  color: red;
}

.transactions-table .points{
  font-weight: normal;
  white-space: nowrap;
}


.points-balance-view {
  
  text-align: center;
  display: flex;
  justify-content: center;
  align-content: center;
}
.points-balance-view .points-balance{
  font-size: 1.2em;
}
.points-balance-label{

  font-family: "Open Sans Bold", serif;
  color: #E89504;
  border-bottom: 2px solid #E9E8E6;
  border-top: 2px solid #E9E8E6;
  text-align: center;
  padding: 1rem 0.5rem;
  margin-bottom: 2rem;
}

.points-balance-view .label{
  
}
.points-balance-view .value-line{
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 1rem 0.5rem 1.5rem;
  
}
.points-balance-view .value{
  font-family: "Noto Serif Bold", serif;
  font-size: 3.6em;  
  
}
.points-balance-view .points-balance-icon{
  height: 7em;
  position: relative;
  bottom: -0.1em;
  margin-left: -0.7rem;
}

.points-page > .page-content .page-header{
  margin-left: -1.5rem;  
  margin-right: -1.5rem;  
}


.points-page .points-subscription-section{
  margin-top: 2rem;
  padding: 1rem 2rem;
  display: flex;
  justify-content: space-between;
}

.points-page .points-subscription-section > .card{
  flex-basis:49%;
  
}

@media(max-width: 1100px){
  .points-page .points-subscription-section{
    flex-wrap: wrap;
  }
  .points-page .points-subscription-section > .card{
    flex-basis:100%;
    width: 100%;
    margin-bottom: 4rem;
  }
}


.points-page .existing-subscriptions-list-view .header,
.points-page .points-card .subtitle{
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  
}
.points-page .card .card-footer{
  padding: 1rem 1rem 2rem;
  text-align: center;
}
.points-page .subscriptions-card.card .card-content{
  display: flex;
  flex-direction: column;
}
.points-page .subscriptions-card.card .card-content .subscriptions-intro-text{
  flex:1;
}

.points-page .transactions-card{
  margin: 0 2rem 2rem;  
}

.points-page .active-subscription-view .header{ 
  font-family: "Noto Serif Bold", serif;
  font-size: 1.1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.points-page .active-subscription-view .amount, 
.points-page .active-subscription-view .interval{ 
  display: none;
}
.points-page .active-subscription-view .status{ 
  color: green;
  margin-bottom: 1rem;
}
.points-page .active-subscription-view .name{ 
  font-family: "Amatic Small Caps Bold", serif;
  font-size: 2rem;
  margin-top: 1rem;  
}



@media(max-width: 800px){
  .points-page .points-subscription-section{
    padding: 0;
    margin-top: 1rem;
  }
  .points-page .transactions-card{
    margin: 0;
    margin-bottom: 2rem;
  }
  .points-page .transactions-card .card-header,
  .points-page .transactions-card .card-content{
    padding: 0;
  }
  .points-page .transactions-card .card-title{
    margin: 0!important;
  }
  .points-page .points-subscription-section > .card{
    margin-bottom: 2rem;
  }

.points-page   > .page-content .page-header{
  margin-left: -1rem;  
  margin-right: -1rem;  
}
}


.points-page .transactions-card .card-header{
  background-color: #fff;
}

.points-page .transactions-card .card-header .card-title{
  color: #E89504;
  padding: 1.7rem 2rem 1.5rem;
  border-bottom: 2px solid #ECEBE9;  
  margin-left: 3rem;
  margin-right: 3rem;
  margin-bottom: 3rem;
}






.shopping-cart-bar {
  background-color: rgba(240, 240, 240, 0.25);
  -webkit-backdrop-filter: saturate(180%) blur(2px);
  backdrop-filter: saturate(180%) blur(2px);
  border-bottom: 1px solid #ddd;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  flex-shrink: 0;
  position: relative;
  z-index: 90;
  padding: 0 0 0 1em;
  margin:0;
  padding: 0.2em 0.6em;
  
  
}

.shopping-cart-bar .text{
  font-size: 0.8em;
  color:#999;
  line-height: 2em;
}
.shopping-cart-bar .text *{
  vertical-align: middle;
}

.shopping-cart-bar .text .number{
  font-weight: normal;
}






.entity-list-view {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: left;
  padding: 1%;
}



.entity-list-item-view {
  width: 23%;
  margin: 1.5vw 1%;
  padding: 1.5% 1.5%;
  background-color:#fff;
  position: relative;
  display: flex;
  flex-direction: column;
}

@media (max-width: 1150px) {
  .navigation-visible .entity-list-item-view {
    width: 31.33%;    
  }
}
@media (max-width: 800px) {
  .navigation-visible .entity-list-item-view {
    width: 48%;    
  }  
  .navigation-hidden .entity-list-item-view {
    width: 31.33%;    
  }
}
@media (max-width: 780px) {
  .navigation-hidden .entity-list-item-view {
    width: 48%;    
  }  
}



@media (max-width: 400px) {
  .navigation-visible .entity-list-item-view,
  .navigation-hidden .entity-list-item-view {
    width: 98%;    
    margin: 3%;
    padding: 5%;
  }  
}


.entity-list-item-view .background-link {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  z-index: 2;
}
/* .entity-list-item-view:before{
	content: '.';
	text-indent: -3000em;
	width: 9%;
	height: 10.5%;
	background-color: #fbfbfb;
	position: absolute;
	top: -4%;
	left: -3%;
	z-index: 1;
	transform: rotate(45deg);
	box-shadow: inset -3px 0px 5px -7px rgba(0, 0, 0, 0.8);
} */

.entity-list-item-view .card-section.placeholder{
  background-color: white;
  text-align: center;
  font-size: 2em;  
  border-bottom: 1px solid #f0f0f0;
  line-height: 15vw;
  height: 15vw;
}
.entity-list-item-view .card-section.placeholder > i {
  font-size: 1.3em;    
}

.entity-list-item-view .card-section.image {
  position: relative;
  line-height: 0;
}
.entity-list-item-view .card-section.image.cover {  
  height: 15vw;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.suggestions-slider .entity-list-item-view .card-section.image.cover{
  height: 20vw;
}

@media (max-width: 800px) {
  .entity-list-item-view .card-section.placeholder{
    line-height: 25vw;
    height: 25vw;
  }
  .entity-list-item-view .card-section.image.cover {  
    height: 30vw;
  }
  .suggestions-slider .entity-list-item-view .card-section.image.cover{
    height: 50vw;
  }
}
@media (max-width: 400px) {
  .entity-list-item-view .card-section.placeholder{
    line-height: 60vw;
    height: 60vw;
  }

  .entity-list-item-view .card-section.image.cover {  
    height: 60vw;
  }
  .suggestions-slider .entity-list-item-view .card-section.image.cover{
    height: 75vw;
  }
}
.entity-list-item-view.highlighted .card-section.image:after {
  content: '.';
  text-indent: -20000em;
  display: block;
  background: url('images/oferta_triangle.png')  0 0 no-repeat;
  position: absolute;
  bottom: 0;
  left:0;
  width:43px;
  height:45px;
}

.entity-list-item-view .card-section.image .preview-image {
  width: 100%;
  height: auto;
}

.entity-list-item-view .card-section.content {
  display: flex;
  flex-direction: column;
  flex: 1;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
.entity-list-item-view .card-section.teaser {
  
}
.entity-list-item-view .card-section.teaser   .entity-name{
  
  color: #222;
line-height: 1.5;
text-align: center;
display: block;

font-size: 1rem;
font-weight: bold;
font-family: "Noto Serif Bold", serif;

  
}
.entity-list-item-view .card-section.teaser   .entity-teaser{
  color: #222;
line-height: 1.5;
text-align: center;
display: block;

font-size: 1rem;
font-family: "Noto Serif", serif;

}

@media (max-width: 500px) {
  .entity-list-item-view .card-section.teaser {
    font-size: 0.7em;
  }
}
@media (max-width: 400px) {
  .entity-list-item-view .card-section.teaser {
    font-size: 0.9em;
  }
}
.entity-list-item-view .card-section.teaser .product-name {
  font-size: 1.1em;
  font-weight: 300;
  margin-top: 0.3em;
  color: #333232;
  
  text-align: center;
  display: block;
  margin-bottom: 0.2rem;
  text-transform: capitalize;
  letter-spacing: -0.1px;    
}

.entity-list-item-view .card-section.teaser .product-teaser {
  color: #F09D04;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.9em;
}

.entity-list-item-view .card-section.teaser .product-meta {
  text-align: center;
  color: #b3b2b2;
  font-size: 0.9em;
}

  .entity-list-item-view
  .card-section.teaser
  .product-name-latin {
  color: #999;
  font-style: italic;
  text-align: center;
  display: block;
  font-size: 0.9em;
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
  text-transform: capitalize;
}
.entity-list-item-view .card-section.footer {
  
  font-size: 0.75em;
  color: #222;
  padding: 0.5em 0.7em 0.4em;
  
  position: relative;
  z-index: 3;
}

.entity-list-item-view .card-section.footer > .left-section{
  flex:1;

}
.entity-list-view.selection-mode .entity-list-item-view *{
  cursor: pointer;
}



.recipe-properties .serves .v-icon{
  font-size: 16px;
}
.recipe-properties .time-needed,
.recipe-properties .serves,
.recipe-properties .level{
  white-space: nowrap;
  padding: 0 0.9em;
}

.recipe-properties .serves i{
  margin: 0 0.1em;
}



.page-header .recipe-properties{
  font-family: "Noto Serif";
  clear: both;
  padding: 0.5em 1em;
  color: #fff;
  font-size: 1.3em;  
  justify-content: center;
  display: flex;  
  position: relative;
  z-index:2000;
  margin-bottom: -1.5rem;
}

.page-header .recipe-properties .serves .v-icon{
  color: white;
  font-size:24px
}
@media (min-width: 960px){
  .page-header .recipe-properties{
    margin-left: -28px;
    margin-right: -28px;    
   }
 }
 
.page-header .recipe-properties.empty{
  display: none;
  border-bottom: none;
}
.recipe-view .recipe-image.empty{
  display: none;
}

.recipe-view .recipe-editor-section{
  clear: both;
  border-bottom: 1px solid #aaa;  
  margin-bottom: 1em;
  padding:  1em 0em;  
}

.my-recipe-edit-page .recipe-view  .recipe-header .title{
  padding-bottom: 0;
  margin-bottom: 0;
}
.recipe-view .recipe-editor-section.recipe-name-editor{
  border-top: 1px solid #aaa;  
}


.recipe-editor-step-list-item-view .step-content textarea{
  min-height: 10.5em;
}



.recipe-view .recipe-image {
  
  max-width: 700px;
  line-height: 0;
  margin: 0 auto;
  position: relative;
  margin-bottom: 1.5rem;;
}
.recipe-view .recipe-image img{
  width: 100% !important;
  height: auto !important;
}
.recipe-view .recipe-header{
  display: flex;
}

.recipe-view .recipe-header .buttons{
  display: flex;
}

.recipe-view .recipe-header .buttons > *{
  align-self:center;
}


.recipe-view .recipe-header .buttons .icon{
  font-size: 2em;
  margin-left: 0.25em;
}






.recipe-view .recipe-header .buy-button{
  display: flex;
  color: #D2BBAC;
}




.recipe-view .recipe-header .buttons .buy-button .label{  
  color: #D2BBAC;
  font-size: 1.2em;  
  text-align: center;
  align-self: center;
}

.recipe-view .recipe-header .information {
  flex:1;
  align-self: center;
}
.recipe-view .information{
  margin-top: -0.2em;
  margin-bottom: 0.3em;
}
.recipe-view .information .title{
  font-weight: 200;  
  font-size: 3.4em!important;
  text-align: center;
  line-height: 1.4!important;
  
}
.recipe-view.preview-recipe .information .title{
  margin-top: 1rem;
}
@media (max-width: 800px) {
  .recipe-view .information .title{        
      font-size: 2.4em!important;
  }
}
@media (max-width: 500px) {
  .recipe-view .information{
    font-size: 0.9em!important;
    text-align: center!important;
  }
  .recipe-view .information .title{    
    
  }
}

.recipe-view .information .subtitle,
.recipe-view .information .original-title{
  font-weight: 200;
  margin-bottom: 0.6em;
  font-size: 1.7rem;
  line-height: 1;
  margin-top: 0.7em;
  color: #222;
  text-align: center;
  font-family: "Noto Serif Italic", serif;
  font-style: italic;
}




.recipe-view .ingredients-section-container{
  width: auto;  
  margin-top:calc(-1em + -15px);
  padding-left: 1rem!important;
  padding-right: 1rem!important;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  page-break-before: always;
  break-before: page;
}


.recipe-view.preview-recipe .ingredients-section{    
  padding-top: 0.6em;
  margin-bottom: 0;
  padding-bottom: 0.7em;
  
}
.recipe-view.preview-recipe .steps-section{    
  display: none;
}



.recipe-view.preview-recipe .ingredients{
  display: table;
  width: 100%;
  table-layout: fixed;
}
.recipe-view.preview-recipe .ingredients .ingredient{
  display: table-cell;
  text-align: center;
}
.recipe-view.preview-recipe .ingredients .ingredient .ingredient-label{
  display: none;
}



.recipe-view.preview-recipe .ingredients .ingredient img{
  padding: 5%;
  width: 90%;
  height: auto;
  vertical-align: middle;
  max-width: 100px;
}


.recipe-view.complete-recipe .ingredients{
  line-height: 2.8em;
  text-align: center;
}

.recipe-view.complete-recipe.has-many-ingredients .ingredients{
  padding: 0 2rem 0 3rem;
  -webkit-column-count: 3; /* Chrome, Safari, Opera */
  -moz-column-count: 3; /* Firefox */
  column-count: 3;

  -webkit-column-gap: 2em; /* Chrome, Safari, Opera */
  -moz-column-gap: 2em; /* Firefox */
  column-gap: 2em;
  margin-bottom: 2rem;;  
  text-align: left;


}
.recipe-view.complete-recipe .ingredients .ingredient{
  font-size: 0.9em;
  /* white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; */
}


.recipe-view.complete-recipe .ingredients .ingredient img{
  width: 4em;
  height: auto;
  margin-right: 0.6em;    
  vertical-align: middle;
}

.recipe-view.complete-recipe .ingredients .ingredient.with-image{
  margin-bottom: 0.5rem;
}
.recipe-view.complete-recipe .ingredients .ingredient .quantity{
}
.recipe-view.complete-recipe .ingredients .ingredient .unit,
.recipe-view.complete-recipe .ingredients .ingredient .quantity{
  font-weight: 500;
}
.recipe-view.complete-recipe .ingredients .ingredient .name{
  font-weight: 500;
  
  margin-left: 0.3em;    
  text-transform: capitalize;
}



@media all and (max-width : 1200px) {

  .recipe-view.complete-recipe.has-many-ingredients .ingredients{

      -webkit-column-count: 2; /* Chrome, Safari, Opera */
      -moz-column-count: 2; /* Firefox */
      column-count: 2;
  }
}

@media all and (max-width : 900px) {

  .recipe-view.complete-recipe.has-many-ingredients .ingredients,
  .recipe-view.complete-recipe .ingredients{        
      padding: 0 ;
      -webkit-column-count: 1; /* Chrome, Safari, Opera */
      -moz-column-count: 1; /* Firefox */
      column-count: 1;
      text-align: center;
  }
}
.norecipe-view .ingredients-section-container,
.recipe-view .information .title,
.recipe-view .information .original-title,
.recipe-view .content-section-container,
.recipe-view .steps-section-container,
.recipe-view .tip-section{
  max-width: 700px!important; 
  margin-left: auto!important;
  margin-right: auto!important;
  
}


.recipe-view .recipe-image,
.recipe-view .tips-section-container,
.recipe-view .content-section-container,
.recipe-view .steps-section-container,
.recipe-view .ingredients-section-container{
  padding-bottom: 3rem;
}
.recipe-view .tips-section-container .section-title,
.recipe-view .content-section-container .section-title,
.recipe-view .steps-section-container .section-title,
.recipe-view .ingredients-section-container .section-title{
  padding-top: 4rem;;  
  padding-bottom: 1rem;;  
}
.recipe-view .ingredients-section-container .section-title,
.recipe-view.has-no-recipe-ingredients .content-section-container .section-title{
  padding-top: 2rem;
}
.recipe-view .tips-section-container::before,
.recipe-view:not(.has-no-recipe-ingredients) .content-section-container::before,
.recipe-view .steps-section-container::before{
  content:'';
  border-top: 15px solid #F1F0EE;;
  position: absolute;
  width: 100%;
  max-width: 100%!important;
  left: 0rem;
}





.recipe-view .recipe-content .ingredient{
  font-weight:  bold;
}
.recipe-view .steps{
  display: flex;
  margin-top: 1em;
  
  flex-direction: column;
}
.recipe-view.has-no-recipe-ingredients .steps-section{
 
  margin-top: 0.3em!important;  

}
.recipe-view.has-no-recipe-ingredients  .recipe-image.empty + .container > .steps-section{
  border-top: none;
  margin-top: -24px!important;

}

.recipe-view .steps .step{  
  flex:1;  
  position: relative;
  
  margin-left: 1.7em;
  padding-left: 1em;  
  margin-bottom: 2.6em;
  
  
}

.recipe-view .steps-section{
  
  -webkit-column-break-before: avoid;  
  page-break-before: avoid;
  
}

.recipe-view .steps .step{  
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  
}

.recipe-view .steps .step:last-child{  
  margin-bottom: 0em;
}
.recipe-view .steps .step.no-image.no-content{  
  display: none;
}

.recipe-view .steps .step .step-image{
  position: relative;
  margin: 0 auto;
  max-width: 200px;
  text-align: center;
  float: right;
  margin-left: 2em;
  margin-bottom: 1em;  
}
.recipe-view .steps .step .step-image img{
  width: 100%;  
  height: auto;
  
}

.recipe-view .steps .step .step-content{
  min-height: 2em;
}
.recipe-view .steps .step .step-content > *{
  align-self: center;
}
.recipe-view .steps .step .step-content .content > p{
  margin-bottom: 8px;
}
.recipe-view .steps .step .step-content .content > p:last-child{
  margin-bottom: 0px;
}
.recipe-view .steps .step  .step-number::after{
  content:".";
}
.recipe-view .steps .step  .step-number{
  position: absolute;
  left: -0.8em;
  top:-0.4em;
  font-size: 2.2em;
  color: #F09D04;
  font-family: "Amatic Small Caps Bold";  
  text-align: center;
  margin-right: 0.5em;
  margin-bottom: 0.2em;  
  font-weight: 100;
  

}


@media (max-width: 600px) {
    .recipe-view .steps .step{        
      border-left: none;
      margin-left: 0;
      padding-left: 0;      
    }
    
    
    .recipe-view .steps .step .step-image{
      max-width: initial;
      float: none;
      margin-left: 0;
      
    }
    
    .recipe-view .steps .step  .step-number{
      position: static;
      left: auto;
      top: auto;
      font-size: 1.5em;
      margin-right: 0em;
      margin-bottom: 0.2em;  
      
      
    
    }
    
  

}

.recipe-edit-card .recipe-editor-container{
  max-width: 700px!important; 
  margin-left: auto!important;
  margin-right: auto!important;
  padding: 3rem;
  padding-top:0;
}

.recipe-editor-container .recipe-title{
  margin-bottom: 2rem;
}

.recipe-editor-container .recipe-editor{
  margin-top: 1rem;
  margin-bottom: 4rem;
  padding-bottom: 4rem;
  
}
.recipe-editor-container .recipe-editor .step-actions{
  display: none;
}
/* .recipe-editor-container .recipe-editor .step-view:first-child:last-child .step-header .step-title{
  display: none;
} */
.recipe-editor-container .recipe-editor .step-header .step-title{
  
  font-size: 0.9rem;
  font-variant: lining-nums;
  
}

.recipe-edit-card .recipe-editor-container p.content{
  font-weight: 400;
  
}
.recipe-edit-card .recipe-editor-container p.content + p.content{
  display: none!important;
}

.recipe-editor-container .title-section{
  display: flex;  
  flex-wrap: wrap;
}

.recipe-editor-container .title-section .image-upload .image-dropbox .upload-empty{
  font-size: 2em;
}
.recipe-editor-container .title-section .image-upload.has-value{
  flex-basis: 100%;
  width: 100%;
}


.recipe-editor-container .recipe-editor .icofont-edit-alt:after{
  content: "\f040";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  
  position: relative;
  color: #000;  
  text-decoration: none !important;
}



.recipe-list-item-view footer{
  overflow: hidden;
  position: relative;
}
.recipe-list-item-view .recipe-properties{
  display: flex;
  overflow: hidden;
  justify-content: space-between;
} 
.recipe-list-item-view .recipe-properties *{
  color: #777;
} 
.recipe-list-item-view .recipe-properties .level *{
  color: #D77803;
  color: #F09D04;
} 

.recipe-list-item-view .recipe-properties > .time-needed{  
  white-space: nowrap;
  padding-left: 0;
} 

.recipes-page > .page-content, .my-recipes-page  > .page-content{
  padding: 0!important;
}

.rating-bar-view{
  position: relative;
  display: inline-block;
  display: flex;
}

.rating-bar-view .rating-bar-item{  
  display: inline-block;
  padding: 0.05em 0.2em;
  color: #eee;
  font-size: 1.5em;
}

.rating-bar-view .rating-bar-item.active{  
  display: inline-block;  
  color: #F09D04;
}
.rating-bar-view.editable .rating-bar-item{  
    cursor: pointer;
}

.rating-bar-view .value-as-translation,
.rating-bar-view .value-as-number{  
  display: inline-block;
  margin-left: 0.3em;
  color: #999;
  font-size: 0.9em;
  position: relative;
  align-self: center
}





input[type=range] {
  -webkit-appearance: none;
  margin: 18px 0;
  width: 100%;
}
input[type=range]:focus {
  outline: none;
}


input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
  animate: 0.2s;  
  background: #eee;
  
  
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 1px 1px 1px rgba(0,0,0,0.2), 0px 0px 1px rgba(0,0,0,0.2);
  height: 1em;
  width: 1em;
  border-radius: 1em;
  background: #aaa;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -0.5em;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #367ebd;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 1px 1px 1px rgba(0,0,0,0.2), 0px 0px 1px rgba(0,0,0,0.2);
  background: eee;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 1px 1px 1px rgba(0,0,0,0.2), 0px 0px 1px rgba(0,0,0,0.2);
  height: 1em;
  width: 1em;
  border-radius: 1em;
  background: #aaa;
  cursor: pointer;  
  margin-top: -0.5em;
}



.user-admin-table .user-row.deactivated td:not(.buttons) {
  color: #777;
  text-decoration: line-through;
}

.user-admin-table .user-row .activate-icon{
  color: red;
}

.user-admin-table .user-row .deactivate-icon{
  
}

td.buttons .v-tooltip{
  display: flex;
  margin-left: 1em;
}

td.buttons .v-tooltip > span{
  display: flex;
}

.v-card-title-icon{
  color: rgba(0,0,0,.77)!important;
}

/* .navigation-depth-2  .main-view > .content-pane > .page{
  overflow: hidden;
  overflow-y: hidden;
  height: 100%;
}

.navigation-depth-2  .main-view > .content-pane > .page > .page-content{
  padding-bottom: 0;
  overflow: hidden;
  overflow-y: hidden;
  height: 100%;
  
}
.navigation-depth-2  .main-view > .content-pane > .page  .secondary-page{  
  overflow: hidden;
  overflow-y: hidden;
  height: 100%;
  
} */

.secondary-page .secondary-page-content{
  padding-bottom: 1.5rem;  
  background-color: #F1F0EE;
}

.scroll-pane{
  padding-bottom: 1em;
}
.v-card{
  box-shadow: none !important;
}

.recipe-editor-ingredient-list-item-view {
  zoom: 0.9;
}
.recipe-editor-ingredient-list-item-view .quantity-input{
  flex: 0!important;
  flex-basis: 6em!important;
  margin-right: 0.5em;
}
.recipe-editor-ingredient-list-item-view .unit-input{
  flex: 0!important;
  flex-basis: 6em!important;
  margin-right: 0.5em;
}
.recipe-editor-ingredient-list-item-view .name-input{
  flex: 1;
}
@media (max-width: 780px) {
  .recipe-editor-ingredient-list-item-view .unit-quality-name-container{
      flex-wrap: wrap;
  }
  .recipe-editor-ingredient-list-item-view .quantity-input{
    flex: 1!important;
    min-width:5em;
  }
  .recipe-editor-ingredient-list-item-view .unit-input{
    flex: 1!important;
    min-width:5em;
    
  }

}

.v-card__title{
  flex-wrap: nowrap;
}

.v-btn.v-btn--round.v-btn--small{
  padding-left: 1em;
  padding-right: 1em;
}
.v-btn.v-btn--round.v-btn--small  .v-icon--right{
  margin-left: 5px;
}




.week-planner .week-selector-arrow i.v-icon{
  font-size: 25px;
}

.week-planner .date-label{
  align-self: center;
}


.week-planner .calendar-container{
  display: flex;
  position: relative;
  flex-direction: row;
  padding: 16px 0 32px;
  justify-content: space-between;
}

.week-planner .calendar-container .week-planner-day-view{  
  flex:1;
  
}
.week-planner .calendar-container .week-planner-day-view .day-view-header .date-label{
  border-bottom: 1px solid rgba(0,0,0,0.2);
}

.week-planner .calendar-container .week-planner-day-view .day-view-header .date-label{
  font-size: 0.9em;
  font-weight: 200;
  text-align: center;  
}

.week-planner .calendar-container .week-planner-day-view .day-view-content{
  border-left: 1px solid rgba(0,0,0,0.1);
  min-height: 3em;
}

.week-planner .calendar-container .week-planner-day-view:first-child .day-view-content{
  border-left: none;  
}

.week-planner .calendar-container .week-planner-day-view .day-view-footer{
  border-left: 1px solid rgba(0,0,0,0.1);
  border-bottom: 1px solid rgba(0,0,0,0.1);
  text-align: center;
}

.week-planner .calendar-container .week-planner-day-view:first-child .day-view-footer{
  border-left: none;  
}
.v-dialog .v-card__actions{
  justify-content: flex-end;
  padding: 16px;
}




.recipe-steps-section{
  margin: 20px -4px !important;

}

.recipe-ingredients-section .ingredient-actions .v-btn{
  height: 28px;
  width: 28px;
  margin: 2px;
  margin-top: -0.2em;
}
.recipe-ingredients-section .ingredient-actions .v-btn .v-icon{
  font-size: 13px;
}
.recipe-ingredients-section .ingredient-actions .remove-ingredient-button{
  margin-left: -5px;
}
.recipe-ingredients-section  .ingredient-label{
  font-size: 0.9em;
}


.recipe-editor-step-list-item-view{
  display: flex;
  flex-direction:row!important;
  font-size: 0.8em
}




.recipe-editor-step-list-item-view  .step-header{  
  flex: 0;
  border-left: 1px solid #999;
  padding: 0!important;
  margin: 1.7em 0 5.3em 1.5em;
  position: relative;
  top: 4.3em;

}
.recipe-editor-step-list-item-view  .step-header .step-label{
  font-weight: normal;
  font-size: 1em;
  color: #555;
  border: 1px solid #555;
  display: inline-flex;
  min-width: 2em;
  height: 2em;
  border-radius: 2em;  
  justify-content: center;
  align-items: center;
  position: relative;
  right: 1em;
  bottom: 5em;  
}
.recipe-editor-step-list-item-view  .step-header .step-delete{
  position: absolute;
  left: 0;
  margin-left: -15px;
  top: -3em;
  width: 29px!important;
  height: 29px!important;
}
.recipe-editor-step-list-item-view  .step-header .step-delete .v-btn__content {
  color: #555
}
.recipe-editor-step-list-item-view  .step-header > *{
  align-self: center;
}

.recipe-editor-step-list-item-view  .step-header .header-actions{
  flex:0;
}
.recipe-editor-step-list-item-view  .step-header .header-actions > *{
  display: inline-block;
}
.recipe-editor-step-list-item-view  .step-header .header-actions .v-btn{
  
  margin: 2px!important;
}



.recipe-editor-step-edit-dialog > .v-card__text{
  padding: 0;
}
.recipe-editor-step-edit-dialog .step-time-needed-container{
   position: relative;
  top: -7px;
}

.recipe-editor-step-edit-dialog .step-content.v-textarea textarea{
  min-height: 10em;
}
.recipe-editor-step-edit-dialog .display-timer-container{
  padding-left: 0.9em;
}
.recipe-editor-step-edit-dialog .step-time-needed-container  .v-input--slider{
  margin-top: 0;
}




.recipe-editor-step-list-item-view .step-content-preview{
  flex-basis: 80%!important;
  min-height: 5em;

}

.recipe-editor-step-list-item-view .step-image-preview{
  flex-basis: 20%!important;
  margin-right: 0.5em;
}

.recipe-editor-step-list-item-view .step-image-preview img{
  width: 100%;
  height: auto;
  
}

@media (max-width: 780px) {
  .recipe-veggie-options{
    justify-content: space-between;
  }
  .recipe-veggie-options > *:first-child{
    flex:0!important;
    margin-left: 0.8em;
  }
  .recipe-veggie-options > *:last-child{
    flex:0!important;
    margin-right: 0.8em;
  }
}

.v-menu__content{
  z-index: 9000!important;
}

@media (max-width: 780px) {
  .v-input, .v-label {
    font-size: 14px; 
  }
}


.recipe-editor-ingredient-list-item-view .remove-ingredient-button{
  margin-left: -15px;
}

.recipe-editor-step-list-item-view .step .step-image{
  position: relative;
  margin: 0 auto;
  max-width: 200px;
  text-align: center;
  float: right;
  margin-left: 2em;
  margin-bottom: 1em;
}
.recipe-editor-step-list-item-view .step .step-image img{
  width: 100%;  
  height: auto;
}
.recipe-editor-step-list-item-view .step .step-ingredients-section{
  margin-bottom: 1.5em;
  display: none;
}
.recipe-editor-step-list-item-view .step .step-content{
  min-height:3em; 
  display: none;
}
.recipe-editor-step-list-item-view .step .step-content > *{
  align-self: center;
}




.additional-edit-sections .v-expansion-panel{
  width: auto;
  margin: 0 -16px;
  box-shadow: initial;
  border-bottom: 1px solid #ddd;  
}

.additional-edit-sections .v-expansion-panel:first-child{
  border-top: 1px solid #ddd;    
}

.additional-edit-sections .v-expansion-panel .v-expansion-panel__header{
  height: auto;
  padding-top: 7px;
  padding-bottom: 3px;
  color: #636262;
  text-align: center;
  font-size: 0.8em;
  min-height: 38px;
  
  
  box-shadow: inset 0 6px 6px -5px rgba(0, 0, 0, 0.03);
  background-color: rgba(0,0,0,0.01);  
  
}

.additional-edit-sections .v-expansion-panel .v-expansion-panel__body > .layout{
  margin-left: 12px;
  margin-right: 12px;
}


.additional-edit-sections .v-expansion-panel  .v-expansion-panel__container--active .v-expansion-panel__header{
  border-bottom: 1px solid #f4f4f4;  
}









.my-recipe-edit-page .image-upload .preview{
  border: none;
  background-color: transparent;

}

@media (max-width: 959px) {
  .my-recipe-edit-page .image-upload.has-value .preview{  
    height: 30vw;
  }
}

@media (max-width: 780px) {
  .my-recipe-edit-page .image-upload.has-value .preview{  
    height: 60vw;
  }
}

.my-recipe-edit-page .image-upload .preview .upload-empty{
  font-size: 3em;
  color: #999;
}
.my-recipe-edit-page .image-upload .preview .dz-message.usage-message{
  display: none;
}
.container{
  max-width: inherit!important;
}

.v-btn.accent .v-btn__content{
  color: white!important;
}

.v-card__title .v-text-field{
  margin-top: 0!important;
  padding-top: 0!important;
  margin-left: 2em;
  
}

@media (max-width: 780px) {
  .v-card__title .v-text-field{
    display: none;
  }
}

.v-btn .v-btn__content{
  margin-top: 1px !important;
}


.unit-selector{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.3em;
  margin-left: -0.4em; 
  margin-right: -0.4em; 
}

.unit-selector .unit{
  margin-right: 0.5em;  
    margin-left: 0.5em;    
    
  border: 1px solid #ddd;
  padding: 0.3em 1.5em ;
  cursor: pointer;
  text-align: center;
  font-size: 0.8em;
  flex:1;
  margin-bottom: 1.2em;
  white-space: nowrap;
  
}
.unit-selector .unit.selected{
  background-color: #F09D04;
  color: white;
  border: 1px solid #F09D04;
  font-weight: bold;
}


@media (max-width: 1000px) {

  .unit-selector .unit{
    padding: 0.4em 1.5em 0.2em;
    
    
  }
  

}


@media (max-width: 400px) {
  .v-card__title .title{
    font-size: 18px!important;
  }

}

.ql-clipboard{
  display: none!important;
}

.ql-hidden{
  display: none!important;
}




.v-slider__thumb{
  width: 36px!important;
  height: 36px!important;
  left: -18px!important;
}



.image-dropbox{
  color: dimgray;
  
  position: relative;
  cursor: pointer;
}
.image-upload.has-value .image-dropbox{
  min-height: 150px;
}
.image-dropbox .input-file {
  opacity: 0; /* invisible but it's there! */
  
  left:0;
  right:0;
  bottom: 0;
  top:0;
  z-index: 2000;
  position: absolute;
  cursor: pointer;
}


.image-upload .preview-background-image-container{  
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  flex:1;
    
  left:0;
  right:0;
  bottom: 0;
  top:0;
  
}
.image-upload.cover .preview-background-image-container{  
  background-size: cover;  
}


.image-dropbox p {
  font-size: 1.1em;
  text-align: center;
  padding: 20px 20px;
  margin: 0;
}
.image-dropbox .upload-empty{
  font-size: 3em;
  color: #999;

  display: block;
  cursor: pointer;
  text-align: center;
  margin: 0.7em ;
}
.image-dropbox .processing-spinner{
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  margin-top: -0.5em;
  font-size: 2em;
  color: #ddd;
}
.image-dropbox .processing-pane{
  position: absolute;
  top: 0;
  bottom:0;
  width: 100%;
  text-align: center;  
  
  background-color: rgba(0, 0, 0, 0.1);
}


.keybord-visible.quill-focused .sliding-side-panel,
.keybord-visible.quill-focused .secondary-tool-bar,
.keybord-visible.quill-focused .tool-bar{
  display: none !important;
}
/* 

.keybord-visible.quill-focused .quill-editor.focused{
  position: fixed;
  left:0;
  right:0;
  bottom:0;
  top:0;
  height: 100vh;
  background-color: white;
  z-index: 20000;
}
                    
.keybord-visible.quill-focused .quill-editor.focused .ql-container{
  height: 100vh;
  width: 100%;

} */


.v-menu__content.v-autocomplete__content{
  /* top: 114px!important; */
  max-height: 50vh!important;
  z-index: 200000;
}

.v-dialog__content.v-dialog__content--active{
  height: 100vh;
  background-color: white;
  position: relative;
  width: 100%;
}
.v-dialog--fullscreen{
  position: absolute;
  overflow-y: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;

}

.swiper-container{
  position: relative;  
  margin-top: 0.6em;
  

}

.swiper-slide{
  position: relative;
}
.swiper-slide .entity-list-item-view.recipe-list-item-view{
    width: 98%;    
}
.slides-per-view-1 .swiper-slide .entity-list-item-view.recipe-list-item-view{
    width: 95%;
    
}

.swiper-wrapper{
  padding-bottom: 0.5em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.swiper-wrapper .swiper-pagination{
  bottom: 0;
}

.swiper-button-next, .suggestions-slider .swiper-button-prev{
  height: 14px;
}

.swiper-container .entity-list-item-view .card-section.teaser {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.swiper-container .entity-list-item-view .card-section.teaser .entity-teaser {
  display: none;
}


.swiper-pagination-bullet{
  width: 5px;
  height: 5px;
}

.swiper-pagination-bullet-active{
 background-color: #F09D04;
}

.swiper-pagination-bullet:first-child:last-child{
  display: none;
}

.swiper-button-prev,
.swiper-button-next{
 display: none;
}

.my-recipes-slider .card-section.footer{
  display: none;
}
.start-page{
  
  background-size: cover;
  background-position: auto auto;
  
}
.page-header + .tag-cloud{    
  text-align: center;
  line-height: 1.1;;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;  
  background-color: #fff;
}

.page-header + .tag-cloud .breakpoint{
  display: none;
}
.page-header + .tag-cloud .tag{
  display: inline-block;
  padding: 1rem 0.1rem;
  margin: 0 1rem;
  font-size: 1.8em;
  color: #F09D04;
  font-family: "Amatic Small Caps Bold";
  text-decoration: none; 
  border-bottom: 3px solid transparent;   
  margin-bottom: -1.5px;
}

.page-header + .tag-cloud .tag::after{
  content: " ";
  border-left: 1px solid #F4C784;
  position: relative;
  display: inline-block;
  right: -1rem;
  height: 1.2rem;
}
.page-header + .tag-cloud .tag:last-child::after{
  display: none;
}


.page-header + .tag-cloud .tag:hover{
  border-bottom: 3px solid #F4C784;   
}
.page-header + .tag-cloud .tag:active,
.page-header + .tag-cloud .tag.active{
  border-bottom: 3px solid #F09D04;   
}

@media (min-width: 1000px) {
  .page-header + .tag-cloud .tag{
    margin: 0 1.7rem;
  }
  .page-header + .tag-cloud .tag::after{
    right: -1.7rem;
  }
}

@media (max-width: 900px) {
   .page-header + .tag-cloud .tag{
      font-size: 1.6rem;
   }
}
 @media (max-width: 700px) {
  
  .page-header + .tag-cloud{
    padding: 0.4rem 0.1rem;
  }
  
  .page-header + .tag-cloud .tag{
    padding: 0.2rem 0.1rem;
  }
  .page-header + .tag-cloud .breakpoint{
    flex-basis: 100%;
    height: 0;
    display: block;    
  }
  .page-header + .tag-cloud .tag:nth-child(3)::after{
    display: none;  

  }
  
} 
@media (max-width: 700px) {
  .page-header + .tag-cloud{    
    
  }
  
  .page-header + .tag-cloud .tag{    
    
  }

  
}
@media (max-width: 500px) {
  .page-header + .tag-cloud{    
    padding: 0.5rem 1rem;    
  }
  .page-header + .tag-cloud .tag{    
    font-size: 1.4rem;
    padding: 0.2rem 0.1rem;
  }

}



.start-page .page-content{  
  padding: 0!important;;  
}


.start-page .page-header{  
  min-height: 20rem;
  box-shadow: none!important;
  
  
}
.start-page .start-page-content{

  
  overflow: hidden;
  padding: 0
}

.start-page .panel.suggestions{
  padding: 0;
}
.start-page .panel.suggestions .swiper-pagination-bullet{
  background-color: #fff;
  opacity: 0.7;;
}
.start-page .panel.suggestions .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background-color: #F09D04;
  opacity: 0.9;;
}
.start-page .panel.suggestions h1{
  display: none;;
}
.start-page .suggestions-slider .swiper-container{
  margin-top: 0;

}

.start-page .panel.startpage-icons {  
  padding: 0rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  border-top: 1px solid rgba(255, 255, 255, 0.77);
  border-bottom: 1px solid rgba(255, 255, 255, 0.77);
  background-color: rgba(255, 255, 255, 0.75);
  
}

.start-page .panel.startpage-icons .startpage-icon{
  display: inline-block;
  margin: 0.8rem 0.5rem;
  text-align: center;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  position: relative;
}
.start-page .panel.startpage-icons .startpage-icon .background-link {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  z-index: 2;
}

.start-page .panel.startpage-icons .startpage-icon .image{
  flex: 1;
  display: flex;
}
.start-page .panel.startpage-icons .startpage-icon img{
  height: 3rem;
  width: auto;
  height: auto;
  width: 1.4rem;
  display: block;
  margin: 0.2rem auto;
  align-self: center;
  opacity: 0.8;
}


.start-page .panel.startpage-icons .startpage-icon .label{
  font-size: 0.75rem;
  font-weight: 200;  
  display: block;
  color: #999;
}


.start-page .panel {
  overflow: hidden;
  padding: 0 1em;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.5);
}
.start-page .panel:nth-child(2n-1) {
  /*background-color: rgba(255, 255, 255, 0.75);*/
}
.start-page .panel:first-child {  
  background-color: rgba(0, 0, 0, 0.4);  
}


.start-page .panel h1{
  font-size: 1.5em;
  font-weight: 100;
  text-align: center;
  margin-top: 0.7em;
  padding-bottom: 0.7rem;;
  margin-left: -1rem;
  margin-right: -1rem;
  border-bottom: 1px solid  rgba(0, 0, 0, 0.15);
}

.recipe-steps-section .section-header{
  border-bottom: 1px solid #f4f4f4;  
  border-top: 1px solid #ddd;  
  box-shadow: inset 0 6px 6px -5px rgba(0, 0, 0, 0.03);
  background-color: rgba(0,0,0,0.01);
  color: #636262;
  font-size: 0.8em;
  margin: 0 -12px;
  line-height: 36px;
  padding: 0 24px;
  text-align: center;
}


.recipe-edit-card .categories-icon{
  width:40px;
  height: auto;    
  margin-right: 0.5em;
}

.section-title{
  text-align: center;
  font-weight: 100;
  color: #333;
  margin-bottom: 0.7em;
  font-size: 2rem;
  font-style: italic;
  color: #F09D04;
  font-family: "Amatic Small Caps Bold";
}

.register-2-buy-section{
  text-align: center;
  padding-top: 1.3em;
}


.editor-preview-image{
  text-align: center;
  
}

.editor-preview-image img{
    width: 50%;
    height: auto;
    margin: 0 auto;;
  border: 1px solid #ddd;;
}


.notifications-table .send-push-notification-button.disabled{  
    color: rgba(0,0,0,.24);
    cursor: not-allowed;
}
@media (max-width: 600px) {
  .notifications-table .column.date-created,
  .notifications-table td.date-created{  
      display: none;
  }
}




@-webkit-keyframes zoomIn {
  50% {    
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }

}

@keyframes zoomIn {
  50% {    
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);

  }
}

@-webkit-keyframes zoomInSmall {
  50% {    
    -webkit-transform: scale3d(1.02, 1.02, 1.02);
            transform: scale3d(1.02, 1.02, 1.02);
  }

}

@keyframes zoomInSmall {
  50% {    
    -webkit-transform: scale3d(1.02, 1.02, 1.02);
            transform: scale3d(1.02, 1.02, 1.02);

  }
}

@keyframes flashColor {
  50% {    
    color: #F09D04;;
  }
}


.add-recipe-button {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
          z-index: 1000!important;
}

.recipe-add-help-text {
  position: absolute;
  bottom: 1.7rem;
  right: 5.4rem;  
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
  -webkit-animation-name: flashColor;
          animation-name: flashColor;
}

.placeholder-help-text{
  font-family: Chalkduster;
  color: #999;
  font-size: 0.8em;
}
.help-text-section{
  margin: 2.6em;
  text-align: center;
  line-height: 1.7;
}
.placeholder-help-text h1{
  
  font-size: 1.4em;
  margin-bottom: 0.4em;
}

.recipe-creator-alert-text{
  color: red;
  margin: 2em 2rem 1rem;
  text-align: center;
  font-size: 1.2rem;;

}

.environment{
  display: none;
  font-size: 0.4em;
} 
.environment.environment-development{
  display: inline;
  display: none;
}
.environment.environment-beta{
  display: inline;
  color: chartreuse;
}

.environment-beta .navigation-panel .logo .page-name{
  color: chartreuse; 
}



.content-editor .content-elements-section{
  margin: 0 -24px!important;
  padding: 0;
  background-color: rgba(0,0,0,.03);
  border-top: 1px solid rgba(0,0,0,.24);
  border-bottom: 1px solid rgba(0,0,0,.24);
}
@media only screen and (max-width: 959px){
  .content-editor .content-elements-section{
    margin: 0 -16px!important;
  }
}

.content-editor .content-element-container{
  background-color: white;
  padding: 0;
  border: 1px solid rgba(0,0,0,.24);
  margin-bottom: 24px;
}

.content-editor .content-element-container > .content-element-header{
  padding: 12px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}


.content-editor .content-element-container.sortable-ghost{
  opacity: 0.2;
}
.content-editor .content-element-container > .content-element-header .v-select {
  margin-right: 2em;
}
.content-editor .content-element-container > .content-element-header .v-select .v-input__slot{
  margin-bottom: 0;
}

.content-editor .content-element-container > .content-element-header .v-select .v-text-field__details{
  display: none;
}
.content-editor .content-element-text .quill-editor > *{
  border-left: none;
  border-right: none;  
}

.content-editor .content-element-image{
  padding: 24px;
}


.content-element-view.content-element-image  figure{
  position: relative;
}
.content-element-view.content-element-image  figure img{
  width: 100%;
  height: auto;
}

.sort-handle{
  cursor: move;
}



/**
 *  for javascriptless viewing
 */
v-app{
  display: flex;
}
.content-pane > router-view{
  width: 100%;
}


.register-2-buy-button .short-label{
  display: none;
}

@media (max-width: 400px) {
  .register-2-buy-button .label{
    font-size: 0.9em;
  }
  
}

@media (max-width: 380px) {
  .register-2-buy-button .label{
    display: none;
  }
  .register-2-buy-button .short-label{
    display: block;
  }
  
}


.inapp-purchases-table .inapp-purchases-row{
  white-space: nowrap;
}




.flex .expand.v-btn{
  margin: 0;
}



.points-card{
  display: flex;
  flex-direction: column;
}
.points-card  .card-content .points-balance-view{
  flex:1;
}
.points-card .points-balance-view .points-balance{
  display: flex;
  flex-direction: column;}
.points-card .points-balance-view .points-balance .value-line{
  flex:1;
}


.subscriptions-card,
.points-card{
  
  display: flex;
  flex-direction: column;
}

.subscriptions-card .card-content,
.points-card .card-content {
  flex:1;
  display: flex;
  flex-direction: column;
  text-align: center;
  
}
.subscriptions-card .title{
  margin-top: 3rem;
  margin-bottom: 3rem;
  letter-spacing: 5px;
  display: inline-block;
}

.subscriptions-card .subscriptions-intro-text{
  flex:1
}
.subscriptions-card .footer,
.points-card .footer {
  color: #666;  
  margin-bottom: 0.5rem;
  border-top: 1px solid #eee;
  padding-top: 0.5rem;
  font-size: 0.8rem;
  margin-top: 0.5rem;
}

.stripe-subscription-view{
  overflow: hidden;
}
.stripe-subscription-view .stripe-product .product-name{
  color: #666;
  
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: none;
}

.stripe-subscription-view  .plans,
.stripe-product-payment-view .products{  
  margin-top: 1rem;
  padding-top: 0.7rem;
  padding-bottom: 1.2rem;  
  border-top: 2px solid #ECEBE9;  
  text-align: left;
}

.stripe-subscription-view  .plans .plan,
.stripe-product-payment-view .products .product{
  padding-bottom: 0.7rem;
  margin-bottom: 0.7rem;
  display: flex;
  border-bottom: 2px solid #ECEBE9;  
}

.stripe-subscription-view  .plans .plan  label,
.stripe-product-payment-view .products .product  label{
  text-transform: uppercase;
  flex:1;
}
.stripe-subscription-view  .plans .plan  input[type=radio],
.stripe-product-payment-view .products .product  input[type=radio]{
  margin-right: 0.3rem;
}
.stripe-subscription-view label > input[type="radio"] + *::before,
.stripe-product-payment-view label > input[type="radio"] + *::before {
  bottom: 3px;
  position: relative;
}

.stripe-subscription-view  .plans .plan ,
.stripe-product-payment-view .products .product  {
  font-weight: 400;
}

.subscriptions-card .highlighted{
  font-family: "Open Sans Bold", serif;
  color: #E89504;
}

.stripe-subscription-view  .stripe-payment-card-element,
.stripe-product-payment-view .stripe-payment-card-element{
  
  margin-bottom: 0.5rem;
}
.stripe-subscription-view  .card-errors,
.stripe-product-payment-view .card-errors{
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  color: red;
  font-size: 0.8rem;
}

.stripe-subscription-view  .button-view,
.stripe-product-payment-view .button-view{
  width: 100%;
}

.points-card .section-title,
.subscriptions-section .section-title{
  font-size: 1.2em;
  font-family: "Noto Serif", serif;
  font-style: normal;
}

.subscription-manager,
.subscription-manager .existing-subscriptions-list-view{
  margin-top: 1rem;
}

.subscription-manager .existing-subscriptions-list-view .subscription{
  display: flex;
  margin-bottom: 1rem;
  flex-wrap: wrap;;
}
.subscription-manager .existing-subscriptions-list-view .subscription.subscription-status-deleted{
  display: none;
  
}

.subscription-manager .existing-subscriptions-list-view .subscription  > *{
  margin-left: 1rem;
  font-weight: 500;
}

.subscription-manager .existing-subscriptions-list-view .subscription .name{
  flex:1;
  margin-left: 0;
}

.subscription-manager .existing-subscriptions-list-view .subscription.subscription-status-active .status{
  color: green;
}

.subscription-manager .existing-subscriptions-list-view .subscription.subscription-status-deleted .status{
  color: #aaa;
}
.subscription-manager .existing-subscriptions-list-view .subscription .actions{
  flex-basis: 6rem;
  text-align: right;
  margin-top: -0.25rem;
}
@media (max-width: 600px){
  .subscription-manager .existing-subscriptions-list-view .subscription .status{
    flex-basis: 50%;
    margin-left: 0;    
    margin-top: 0.3rem;
  }
  .subscription-manager .existing-subscriptions-list-view .subscription .actions{
    flex-basis: 50%;
    margin-left: 0;    
    margin-top: 0.3rem;
  }

}



.button-view {
  font-family: "Noto Serif Bold", serif!important;
  font-weight: bold;  
  text-align: center;
  cursor: pointer;
  padding: 0.7em 1em;
  background-color:#F09D04;
  font-size: 1em;
  display: inline-block;
  border: 1px solid #E89504;
  color:  #fff;  
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 0.5rem;
  position: relative;
}
.button-view:hover {
  background-color:#F09D04;
}

.button-view.icon-only{
  background-color:transparent;
  border: none;
}
.button-view.icon-only .icon{
  color: #000;
}
.button-view.icon-only:hover{
  background-color:transparent;
}
.button-view.icon-only:hover .icon{
  color:#F09D04!important;  
}
.button-view.icon-only .processing-icon div:after {
  background-color:#F09D04!important;  
}
.button-view.icon-only .processing-icon + .icon {
  display: none;
}

.button-view .background-link {
  position: absolute;
  top: 0;
  left:0;
  right: 0;
  bottom:0;
  padding:0;
  margin:0;
  z-index: 100;
}
.button-view .loading-icon {
  color: official;
  display: inline-block;
  position: relative;
  width: 16px;
  height: 16px;
  margin-bottom: -0.15rem;
  margin-right: 0.3rem;
}
.button-view .loading-icon div {
  transform-origin: 8px 8px;
  animation: loading-icon 1.2s linear infinite;
}
.button-view .loading-icon div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0px;
  left: 7.5px;
  width: 1px;
  height: 4px;
  border-radius: 20%;
  background: #fff;
}
.button-view .loading-icon div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.button-view .loading-icon div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.button-view .loading-icon div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.button-view .loading-icon div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.button-view .loading-icon div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.button-view .loading-icon div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.button-view .loading-icon div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.button-view .loading-icon div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.button-view .loading-icon div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.button-view .loading-icon div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.button-view .loading-icon div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.button-view .loading-icon div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes loading-icon {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


.theme--light.application{
  background-color: #F1F0EE;
}



.ingredient-bubble  .v-select .vs__actions  svg {
  fill: rgba(255,255,255,0.8);
}

.ingredient-bubble .v-select .vs__selected{
  color: white;
  font-weight: 200;;
}

.ingredient-bubble .v-select .vs__dropdown-toggle{
  border: 1px solid rgba(255,255,255,0.4);
  color: white;
}
.ingredient-bubble .v-select .vs__dropdown-toggle input{
  
  color: white;
}

.ingredient-bubble .v-select .vs__dropdown-menu{
  background-color: rgba(0, 0, 0, 0.95);
  color: white
}
.ingredient-bubble .v-select .vs__dropdown-menu * {
  font-weight: 200;
  color: white;
  overflow: hidden;
  text-overflow: ellipsis;
}


table.v-table tbody td, table.v-table tbody th{
  height: 2rem;
  vertical-align: middle;
}

.chili-as-word{
  text-transform: uppercase;
}

.recify-as-word{
  text-transform: uppercase;
  font-weight: bold;
}






.ghost-article-view{
  padding:  4rem 1.2rem 2rem;
  margin-top: 0;
  background-color: #fff;  
  padding-bottom: 4rem;
}
@media (min-width: 1100px){
  .ghost-article-view{
    margin: 1rem 3rem;
  }
}
.ghost-article-view .breadcrumbs{
  margin-left: -1rem;
  margin-right: -1rem;
  margin-top: -2rem;
  margin-bottom: 2rem;
}
@media (max-width: 800px) {
  .ghost-article-view .breadcrumbs{
    margin-top: -1.5rem;
  
  }

}
/* 
.ghost-article-view.with-feature-image .breadcrumbs{
  margin-top: -2rem;  
} */

.ghost-article-view h1.article-title{
  color: #323232;
  line-height: 1.3;
  font-family: "Noto Serif Bold", serif;
  display: block;
  font-weight: 800;
  display: block;
  margin-bottom: 0.3rem;
  margin-top: 0;
  text-align: center;
  

}
.ghost-article-view h2{  
  color: #F09D04;
  line-height: 1.3;
  font-family: "Amatic Small Caps Bold", serif;
  display: block;
  font-weight: 800;
  display: block;
  margin-bottom: 1.3rem;
  margin-top: 3rem;
  text-align: center;
  font-size: 2.6rem;
}
.ghost-article-view h3{
  color: #F09D04;
  line-height: 1.3;
  font-family: "Amatic Small Caps Bold", serif;
  
  font-weight: 600;
  display: block;  
  font-size: 2.3em;
  padding: 1rem 0 .6rem;
  text-align: center;
}

.ghost-article-view .article-image-container{
  margin-right: -2.7rem;
  margin-left: -2.7rem;
  margin-top: -3.5rem;
  margin-bottom: 2em;
}
.ghost-article-view .article-image-container .article-image{
  box-shadow:1px 1px 5px -1px rgba(0, 0, 0, 0.1)
}
.kg-image-card {
  position: relative;
}
.kg-image-card img{
  width: 100%;
  height: auto;
}
.post-full-content .kg-image-card.kg-width-full{
  margin-right: -2.7rem;
  margin-left: -2.7rem;
  max-width: inherit; 
}
.post-full-content .kg-image-card.kg-width-wide{
  max-width: 55rem;;
}


.ghost-article-view   .article-date {
  color: #7e9abe;
  text-align: center;
  font-family: "Noto Serif", serif;
  display: block;
  font-size: 1em;
  font-weight: 800;  
  text-transform: uppercase;
}

.ghost-article-view  .article-date::after{
  content: ".";
  color: transparent;
  width: 6rem;
  border-bottom: 1px solid #323232;
  display: block;
  margin: 1rem auto 0.5rem;
  height: 1px;
  text-align: center;
  
}


.ghost-article-view  .article-information {   
  font-size: 1.3rem;
}

.ghost-article-view.with-feature-image  .article-information {  
}


.ghost-article-view .html-content > *:first-child{
  margin-top: 3rem;
}

.ghost-article-view .html-content > h2:first-child{
  margin-top: 1rem;
}


/* 7.5. Koenig Styles
/* ---------------------------------------------------------- */

.post-content {
  flex-direction: column;
  align-items: center;  
  flex-direction: column;
  align-items: center;
}
.post-content > *,
.post-content p{
  max-width: 45rem;
  margin-left: auto;    
  margin-right: auto;    
}


.post-full-content .kg-image {
  margin: 0 auto;
  width: 100%;
  max-width: 30rem;
}

.kg-card.kg-image-card{
  text-align: center;
}

/* Preventing full-width image overlap with post image.  */
.post-full-image + .post-full-content .kg-content *:first-child .kg-image {
  width: 100%;
}

.post-full-content .kg-width-wide .kg-image {
  max-width: 1040px;
}

.post-full-content .kg-width-full .kg-image {
  max-width: 720px;
}

.post-full-content figure {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.post-full-content h1 + figure,
.post-full-content h2 + figure,
.post-full-content h3 + figure,
.post-full-content h4 + figure {
  margin-top: 2em;
}

.post-full-content figure img {
  margin: 0;
}

.post-full-content figcaption {
  margin: 1.0em auto 0;
  color: color(var(--midgrey) l(-10%));
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 75%;
  line-height: 1.5em;
  text-align: center;
  max-width: 1040px;
}

.kg-width-full figcaption {
  padding: 0 1.5em;
}

.kg-embed-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.kg-embed-card .fluid-width-video-wrapper {
  margin: 0;
}


@media (max-width: 1040px) {
  .post-full-content .kg-width-full .kg-image {
      width: 100vw;
  }
}

.kg-gallery-container {
  display: flex;
  flex-direction: column;
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
}

.kg-gallery-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.kg-gallery-image img {
  display: block;
  margin: 0;
  width: 100%;
  height: 100%;
}

.kg-gallery-row:not(:first-of-type) {
  margin: 0.75em 0 0 0;
}

.kg-gallery-image:not(:first-of-type) {
  margin: 0 0 0 0.75em;
}

/* .kg-gallery-card + .kg-image-card.kg-width-wide,
.kg-gallery-card + .kg-gallery-card,
.kg-image-card.kg-width-wide + .kg-gallery-card,
.kg-image-card.kg-width-wide + .kg-image-card.kg-width-wide {
  margin: -2.25em 0 3em;
} */

/* keep existing <pre> styles for code cards with captions */
.kg-code-card {
  width: 100%;
}

.kg-code-card pre {
  margin: 0;
}

.kg-bookmark-card {
  width: 100%;
}

.kg-card + .kg-bookmark-card {
  margin-top: 0;
}

.post-full-content .kg-bookmark-container {
  display: flex;
  min-height: 148px;
  color: var(--darkgrey);
  font-family:  "Open Sans", "Helvetica Neue", sans-serif;
  text-decoration: none;
  box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.09);
}

.post-full-content .kg-bookmark-container:hover {
  color: var(--darkgrey);
  text-decoration: none;
  box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.09);
}

.kg-bookmark-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
}

.kg-bookmark-title {
  color: color(var(--midgrey) l(-30%));
  font-size: 1.6rem;
  line-height: 1.5em;
  font-weight: 600;
  transition: color 0.2s ease-in-out;
}

.post-full-content .kg-bookmark-container:hover .kg-bookmark-title {
  color: var(--blue);
}

.kg-bookmark-description {
  display: -webkit-box;
  overflow-y: hidden;
  margin-top: 12px;
  max-height: 48px;
  color: color(var(--midgrey) l(-10%));
  font-size: 1.5rem;
  line-height: 1.5em;
  font-weight: 400;

  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.kg-bookmark-thumbnail {
  position: relative;
  min-width: 33%;
  max-height: 100%;
}

.kg-bookmark-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 3px 3px 0;

  object-fit: cover;
}

.kg-bookmark-metadata {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 14px;
  color: color(var(--midgrey) l(-10%));
  font-size: 1.5rem;
  font-weight: 400;
}

.post-full-content .kg-bookmark-icon {
  margin-right: 8px;
  width: 22px;
  height: 22px;
}

.kg-bookmark-author {
  line-height: 1.5em;
}

.kg-bookmark-author:after {
  content: "•";
  margin: 0 6px;
}

.kg-bookmark-publisher {
  overflow: hidden;
  max-width: 240px;
  line-height: 1.5em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 800px) {
  .post-full-content figure {
      margin: 0.2em 0 1.3em;
  }

  .post-full-content h1 + figure,
  .post-full-content h2 + figure,
  .post-full-content h3 + figure,
  .post-full-content h4 + figure {
      margin-top: 0.9em;
  }
}

@media (max-width: 500px) {
  .post-full-content .kg-width-wide,
  .post-full-content .kg-width-full {
      margin-right: -5vw;
      margin-left: -5vw;
  }

  .post-full-content figcaption {
      margin-bottom: 0.4em;
  }

  .post-full-content .kg-bookmark-container {
      flex-direction: column;
  }

  .kg-bookmark-title,
  .kg-bookmark-description,
  .kg-bookmark-metadata {
      font-size: 1.4rem;
      line-height: 1.5em;
  }

  .post-full-content .kg-bookmark-icon {
      width: 18px;
      height: 18px;
  }

  .kg-bookmark-thumbnail {
      order: 1;
      min-height: 160px;
      width: 100%;
  }

  .kg-bookmark-thumbnail img {
      border-radius: 3px 3px 0 0;
  }

  .kg-bookmark-content {
      order: 2;
  }
}



.privacy-footer-container{

  background-color: #323234;
  box-shadow: -2px -2px 6px 0px rgba(0, 0, 0, 0.02);
  position: relative;
  z-index: 250;
  color: #fff;
  height: 23px;
}
.privacy-footer-container a{
  color: #fff;
}

.messages .privacy-footer-container{
  border-top: 1px solid #bbb;
}

.privacy-footer{
  display: flex;  
  padding: 0.25rem 0.8rem;
  font-size: 0.8rem;  
  justify-content: center;

}
.privacy-footer a{
  padding: 0.2rem 0.5rem;
  margin: 0 0.4rem;;
}
.privacy-footer .made-in-europe,
.privacy-footer .spacer{
   flex:1;
}

.privacy-footer .made-in-europe{  
  margin: 0 0.4rem;
  text-align: right;
  font-weight: 400;
  font-style: italic;
  
}

@media (max-width: 780px) {
  
  .privacy-footer a{
    padding: 0.2rem 0.3rem;
    margin: 0 0.2rem;;
  }

}

.registration-view a{
  text-decoration: underline
}

.page-header{
  position: relative;
  display: flex;
  min-height: 40vh;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.page-header .page-headline{
  font-size: 3rem;  
  color: white; 
  padding: 0rem 20% 0rem;
  font-family: "Noto Serif Bold", serif;
  position: relative;
  z-index: 100;
  text-align: center;
  margin-top: -30px;
}

.page-header  .fa + .page-headline{
  margin-top: 0px;
}

.page-header .page-headline.long{
  font-size: 2.5rem;  
}

.page-header .page-headline.really-long{
  font-size: 2.1rem;  
}


.page-header .page-subheadline{
  font-size: 2rem;  
  color: white;
  
  padding: 0.5rem 20% 0.5rem;
  font-family: "Noto Serif", serif;
  position: relative;
  z-index: 100;
  text-align: center;
  
}

@media(max-width: 1000px){
  .page-header .page-headline{
    font-size: 2.5rem;  
  }

  .page-header .page-headline.long{
    font-size: 2rem;  
  }
  .page-header .page-headline.really-long{
    font-size: 1.6rem;  
  }

  .page-header .page-subheadline{
    font-size: 1.8rem;  
  }
  .page-header  .page-headline.really-long +  .page-subheadline{
    font-size: 1.4rem;  
  }
}

@media(max-width: 600px){
  .page-header .page-headline{
    font-size: 2rem;  
  }

  .page-header .page-headline.long{
    font-size: 1.5rem;  
  }

  .page-header .page-headline.really-long{
    font-size: 1.3rem;  
    line-height: 1.2
  }

  .really-long-headline  .page-header .recipe-properties{
    font-size: 1.1rem;
    margin-bottom: -2rem;
  }

  .page-header .page-subheadline{
    font-size: 1.5rem;  
  }
}
.page-header .page-header-image{
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-repeat: no-repeat;
  background-position: bottom 33% right 50%;
  background-size: cover;
}


.page-header .page-header-icon{
  width: 100px;
  position: relative;
  z-index: 100;
  margin-top: -20px;
}

.page-header .page-header-icon.fa{
  text-align: center;
  color: white;
  font-size: 4rem;
}


.my-recipe-detail-page .print-cover-image{
   display: none;
}
.my-recipe-detail-page .page-header{
  min-height: 45vh;
  margin-left: -1rem;
  margin-right: -1rem;
  margin-top: -1rem;
  margin-bottom: 1rem;
}
@media(max-width: 500px){
  .my-recipe-detail-page .page-header{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    margin-top: -0.5rem;
  }
}


.my-recipe-detail-page .page-header .page-header-image{
  filter: brightness(83%);
  background-position: bottom 40% right 50%;
}

.my-recipe-detail-page:not(.complete-recipe) .secondary-page-content {
  display: flex;
  flex-direction: column;
}
.my-recipe-detail-page:not(.complete-recipe) .page-header{
  flex:1;
  margin-bottom: -1.5rem;
}



.page-header .ingredients{
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  position: relative;
  background-color:#fff;
  padding: 1rem 2rem;
}

.page-header .ingredients .ingredient img{
  height: 2rem;
  width: auto;
}
.page-header .header-action{
  margin-top: 1rem;
  margin-bottom: 0.4rem;
  position: relative;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
  -webkit-animation-name: zoomInSmall;
  animation-name: zoomInSmall;          

}


.page-header .breadcrumbs {
  position: absolute;
  top: 0rem;
  left: 0.5rem;
  font-size: 0.8em;
  opacity: 0.8;
  z-index: 100;
  right: 0.5em;
  overflow: hidden;
  text-overflow: ellipsis;
}


.secondary-page .page-header .breadcrumbs {
  z-index: 200;
}



.breadcrumbs .breadcrumb-item {
  color:#000;
}

.breadcrumbs .breadcrumb-item .v-icon{  
  color: #000;
}

.page-header .breadcrumbs .breadcrumb-item {
  color:#fff;
}

.page-header .breadcrumbs .breadcrumb-item .v-icon{  
  color: #fff;
}

.profile-view-card{
  margin: 2rem;
  background-color: #fff;
  padding: 1rem 3rem;
}

.profile-view-card .title{
  text-align: center;
  font-size: 3rem!important;
  margin-bottom: 1rem;
}

.profile-view-card .user-greeting{
  margin: 0 0 4rem;
  text-align: center;
  font-family: "Amatic Small Caps Bold";
  font-size: 2.6rem;
  color: #E89504;
}
.profile-view-card .person-icon{
  font-size: 7rem;
  color: #E89504!important;
  width: 100%;
  text-align: center;
  margin-top: 3rem;;
}

.profile-view-card .actions{
  text-align: center;  
  margin-top: 3rem;
  
}




.profile-view-card .user-information{
  display: flex;
  flex-wrap: wrap;
  
  margin: 3rem 3rem;
}
.profile-view-card .user-information .user-view-line{
  flex-basis: 50%;
  margin-bottom: 1rem;  
}


.user-view-line .label{
  font-weight: bold;
  font-size: 0.9em;

  font-family: "Open Sans Bold", serif;
  color: #E89504;
  margin-left: 2rem;
}

.user-view-line .value{
  font-weight: normal;
  font-size: 1.2em;
  color:#000;
  padding-bottom: 1rem;
  border-bottom: 2px solid #E9E8E6;
  margin-left: 2rem;
  margin-right: 2rem;
}

.user-view-line:last-child .value{
border-bottom: none;;
}
@media (max-width: 1200px) {
  .profile-view-card .user-information .user-view-line{
    flex-basis: 100%;
    margin-bottom: 1rem;  
  } 
}


@media (min-width: 1200px) {
  .profile-view-card .actions{
    text-align: right;
    margin-bottom: -10rem;
    margin-top: 8rem;
    margin-right:2em;
  }


}
@media (max-width: 800px) {
  .profile-view-card {
    padding: 1rem 0rem;
    margin: 0;
  }
  .profile-view-card .user-information{
    margin: 0;
  }

  .user-view-line .value,
  .user-view-line .label{
    margin: 0;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 0.9rem;
  }

}


.card{
  background-color: white;
}

.card .card-header{
  background-color: #E19824;
  padding: 0.1rem 1rem;
}
.card .card-header .card-title{
  font-family: "Amatic Small Caps Bold";
  font-size: 2.6rem;
  color: #fff;
  text-align: center;
}

.card .card-content{
  padding: 1rem 4rem;
  flex:1;
}

@media(max-width: 800px){
  .card .card-content{
    padding: 1rem 2rem;
  }
}

label > input[type="radio"] {
  display: none;
}
label > input[type="radio"] + *::before {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 1rem;
  height: 1rem;
  margin-right: 0.3rem;
  border-radius: 50%;
  border-style: solid;
  border-width: 0.1rem;
  border-color: gray;
  
}
label > input[type="radio"]:checked + * {
  color: #F09D04;
}
label > input[type="radio"]:checked + *::before {
  background: radial-gradient(#F09D04 0%, #F09D04 40%, transparent 50%, transparent);
  border-color: #F09D04;
}

.v-btn:not(.v-btn--depressed):not(.v-btn--flat){
  box-shadow: 0 3px 1px -2px rgba(0,0,0,0.05),0 2px 2px 0 rgba(0,0,0,.01),0 1px 5px 0 rgba(0,0,0,.01);
}



.content-article-view-page .page-header{
  min-height: 40vh;
  margin-left: -1rem;
  margin-right: -1rem;
  margin-top: -1rem;
  margin-bottom: 1rem;
}
@media(max-width: 500px){
  .content-article-view-page .page-header{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    margin-top: -0.5rem;
  }
}

.content-article-view-page .page-header .page-header-image{
  filter: brightness(83%);
  background-position: bottom 40% right 50%;
}

.content-article-view-page.has-preview .ghost-article-view{
    padding-top: 2rem;
}
.content-article-view-page.has-preview .secondary-tool-bar,
.content-article-view-page.has-preview .article-image-container,
.content-article-view-page.has-preview .article-information{
  display: none;
}





.points-buy-button{
  text-align: center;
  margin-top: 1.7rem;
  z-index: 200;
  display: flex;
  flex-direction: column;
  padding: 0;
}
@media (min-width: 800px) {

}
.points-buy-button .confirm-section{
  padding: 1rem;
  border-top: 1px solid rgba(0,0,0,0.2);
  background-color: rgba(0,0,0,0.05);
}
.points-buy-button .confirm-section .actions{      
  margin-top: 1rem

}
.points-buy-button .confirm-section .buy-button{      
  
}
.points-buy-button .confirm-section .cancel-button{      
  
}
.points-buy-button .points-icon{      
  margin-top: -1px;
  width: 25px;
  margin-left: 5px;
}

.points-buy-button .points-icon .fa{
  display: flex;
  flex: 0;
  text-align: center;
  justify-content: center;
}
.points-buy-button .label{
  
  padding: 0.5rem;
}





@page {
  size: A4;

  margin: 20px;

}

@media print{
  html, body {
    
  }

  .privacy-footer-container{
    display: none;
  }

  body{
    margin: 10mm;
  }
  .tool-bar,
  .sliding-side-panel{
    display: none;
  }

  .v-tooltip, .v-tooltip__content,  .v-btn{
    display: none!important;
  }
  .sliding-side-panel {
    display: none!important;
  }
  .tool-bar{
    display: none!important;
  }
  .secondary-tool-bar{
    display: none!important;
  }
  
  .hide-side-panel-overlay{
    display: none!important;
  }
  
  html, body, .app-container, #app-container, .secondary-page, .secondary-page-content, .application--wrap, .page, .page-content, .content-pane, .main-view{
    overflow: visible!important;
    overflow-y: visible!important;
    overflow-x: visible!important;
    display: block;
    background-color: white!important;
    height: auto!important;
    max-height: inherit;    
    
  }
  
  .v-card{
    box-shadow: none;
  }



  

  .recipe-view .tips-section-container,
  .recipe-view .steps-section-container,
  .recipe-view .ingredients-section-container{
    box-shadow: none;
    background-color: transparent;
    border: none;
    padding-top: 3rem ;
    page-break-before: always!important;
    break-before: page!important;
    break-after: page!important;    
    page-break-after: always!important;
    page-break-inside: avoid!important;
    
  }

  .recipe-view .tips-section-container::before,
  .recipe-view:not(.has-no-recipe-ingredients) .content-section-container::before,
  .recipe-view .steps-section-container::before{
    display: none;
  }


  
  .my-recipe-detail-page .page-header .page-header-image{
    filter: none!important;
  }

  .my-recipe-detail-page .page-header *{
    color: black;
  }


  .recipe-view .steps-section-container .section-title{
    page-break-before: always!important;
    break-before: always!important;
    display: block;
  }
  
  .recipe-view .content-section-container .section-title,
  .recipe-view .steps-section-container .section-title{
    display: none;
  }
  
  .recipe-view .steps-section-container .steps{
    padding-top: 3rem ;

  }
  .section-title{
    font-size: 2em;
  }
  .page-header .ingredients,
  .page-header .page-header-image,
  .page-header .breadcrumbs{
    display: none;
  }
  .page-header{
    min-height: 0!important;
    margin: 0;
    margin-top: 3rem!important;    
    margin-bottom: 5rem!important;
  }
  .page-header .page-headline{
    margin-top: 0!important;;    
  }

  .button-view {
    display: none;
  }

  .my-recipe-detail-page .print-cover-image{
    display: block;
    width: 50%!important;
    height: auto;
    margin: 3rem auto 0rem;
  }

  .recipe-details .recipes-list-view{
    display: none;
  }
}


.registration-page > .page-content .page-header,
.login-page > .page-content .page-header{
  margin-left: -1.5rem;  
  margin-right: -1.5rem;  
  margin-bottom: 1.5rem;
}


@media(max-width: 800px){

  .registration-page > .page-content .page-header,
  .login-page > .page-content .page-header{
    margin-left: -1rem;  
    margin-right: -1rem;  
  }
}

.profile-page > .page-content .page-header{
  margin-left: -1.5rem;  
  margin-right: -1.5rem;  
}


@media(max-width: 800px){
  
  .profile-page > .page-content .page-header{
    margin-left: -1rem;  
    margin-right: -1rem;  
  }
}


.login-page .page-header .page-header-image{
  background-position: bottom 45% right 50%;
}
.profile-page .page-header .page-header-image{
  background-position: bottom 50% right 50%;
}
.points-page .page-header .page-header-image{
  background-position: bottom 70% right 50%;
}


.tip-section .tip-image img{
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
}