:root {
  --footer-background-color: rgba(25, 118, 210, 1);
  --footer-color: #ffffff;
  --border-color: #e0e0e0;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html {
  scroll-behavior: smooth;
}
body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Roboto', 'Nato', sans-serif;
  font-size: 15px;
  text-rendering: optimizeLegibility;
  color: #232323;
	-youbkit-touch-callout: none; /* iOS Safari */
	-youbkit-user-select: none;   /* Chrome 6.0+, Safari 3.1+, Edge & Opera 15+ */
	-moz-user-select: none;       /* Firefox */
	-ms-user-select: none;        /* IE 10+ and Edge */
	user-select: none;            /* Non-prefixed version, currently supported by Chrome and Opera */
}

.brand-logo img {
  vertical-align: middle;
}

footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 0px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  display: flex;
  overflow-x: auto;
  background-color: var(--footer-background-color);
  z-index: 999;
  -moz-transition:all 0.2s ease-in-out;
  -o-transition:all 0.2s ease-in-out;
  transition:all 0.2s ease-in-out;
  -webkit-transition:all 0.2s ease-in-out;
	overflow: hidden;
}

footer.show {
  height: 60px;
}

footer .nav__link {
  display: flex;
  position: relative;
  flex-grow: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  overflow: hidden;
  white-space: nowrap;
  color: var(--footer-color);
  font-size: 23px;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  transition: background-color 0.1s ease-in-out;
}
footer .nav__text {
  font-size: 13px;
}
footer .nav__link i {
  margin-bottom: 3px;
}
.notify-badge[data-counter]:after {
  position:absolute;
  right: calc(50% - 2.8rem);
  top:0.3rem;
  content: attr(data-counter);
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  padding:.6em;
  border-radius: 50%;
  line-height:.75em;
  color: white;
  background:rgba(255,0,0,.85);
  text-align:center;
  min-width:2em;
  font-weight:bold;
  border: 3px solid rgba(25, 118, 210, 1);
}
.notify-badge[data-counter="0"]:after,
.notify-badge[data-counter=""]:after {
  display: none;
}

footer .nav__badge {
  display: none;
  position: absolute;
  top: 0.3rem;
  right: calc(50% - 38px);
  padding: 0;
  margin: 0;
  width: 30px;
  text-align: center;
  line-height: 25px;
  border-radius: 50%;
  border: 3px solid rgba(25, 118, 210);
  box-shadow: none;
  background-color: rgba(255, 0, 0);
  color: white;  
  font-family: sans-serif;
  font-size: 13px;
  font-weight: 800;
  z-index: 9999;
}

#content {
  height: 100%;
  min-height: calc(100vh - 56px);
}

#splash {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

#welcome {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%!important;
  z-index: 999;
}
#welcome .collection {
  width: 18rem;
}

.center-center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);  
}

#loader {
  position: absolute;
  left: 50vw;
  top: 50vh;
  z-index: 1;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  border: 8px solid #f3f3f3;
  border-radius: 50%;
  border-top: 8px solid #888;
  width: 80px;
  height: 80px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#product, #category, #content {
  position: relative;
  -webkit-animation-name: show;
  -webkit-animation-duration: 1s;
  animation-name: show;
  animation-duration: 1s
}

@-webkit-keyframes show {
  from { opacity:0 } 
  to { opacity:1 }
}

@keyframes show { 
  from{ opacity:0 } 
  to{ opacity:1 }
}

.hide-preloader{pointer-events: none; opacity:0!important; transition:all 500ms ease;}

.btn-block {
  display: block;
  width: 100%;
}

.display-none {
  display: none;
}

form .row {
  margin-bottom: 0px;
}

.form-title {
  color: #9e9e9e;
}

/* button group */
.input-group {
  display: table;
}

.input-group input, .suffix {
  display: table-cell;
}

.suffix > button {
  white-space: nowrap;
}

button {
  text-transform: none!important;
}

nav .fa, nav .fas, nav .far {
  display: inline-block;
  height: 1.00em;
  line-height: 1.00em;
  font-size: 1.00em;
  margin-right: 0.5em;
}

.fa, .fas, .far, .fab {
  width: 28px;
  text-align: center;
}

.hidden-input-field {
  display: none;
}

.btn-bottom-right {
  position: fixed;
  right: 20px;
  bottom: calc( 56px + 18px );
  z-index: 999;
}

#toast-container- {
  bottom: 68px;
}
.toast- {
  width: calc(100vw - 8px - 8px)!important;
  margin: 0 8px;
}

input[required] + label:after {
  content: '*'!important;
  color: red;
}

.input-field-hidden, .input-field-hidden .input-field {
  padding: 0;
  margin: 0;
  height: 0px!important;
  visibility: hidden;
}

.text-transform-none {
  text-transform: none;
}

.tabs {
  width: 100vw;
}
.tabs .tab .fa, .tabs .tab .fas, .tabs .tab .far, .tabs .tab .fab {
  font-size: 20px!important;
}

.tab-pane {
  min-height: 300px;
}

.tabs .indicator {
  background-color: #00695c;  
}
.tabs .tab a {
  color: #bdbdbd;
}
.tabs .tab a.active {
  font-weight: 400px;
  color: #00695c;
  background-color: transparent!important;
}

/* catalog/menu styles */
#banner {
  width: 100%;
  height: 180px;
  z-index: 11;
}

#category {
  position: fixed;
  height: 100%;
  top: 1;
  left: 1;
  z-index: 800;
  height: calc( 100vh - 56px );
  margin: 0px;
  padding: 0 0 68px 0;
  overflow: auto;
  background-color: #4db6ac;
}
#category li {
  margin: 0;
  padding: 0;
  text-align: center;
  position: relative;
}

#category .nav__link {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 68px;
  max-width: 68px;
  width: 68px;
  height: 68px;
  overflow: hidden;
  font-size: 23px;
  color: #FAFAF8;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  transition: background-color 0.1s ease-in-out;
}

#category .nav__link.active {
  color: #006064;
  font-size: 25px;
  border-left: 5px solid var(--footer-background-color);
  background-color: #fff;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}

#category .nav__link i {
  margin-bottom: 3px;
}
#category .nav__text  {
  font-size: 11px;
}
#category .nav__badge {
  position: absolute;
  top: 8px;
  right: 8px;
  width: calc( 23px - 5px );
  line-height: 20px;
  border-radius: 50%;
  border: 2px solid #4db6ac;
  background-color: rgba(255, 0, 0);
  color: white;  
  font-family: sans-serif;
  font-size: 12px;
  font-weight: 800;
  z-index: 9999;
}
#category .active .nav__badge {
  border: 2px solid #ffffff;
}

#product {
  height: 100%;
  min-height: calc(100vh - 60px);
  margin: 0 0 0 68px;
  padding: 0 0 68px;
  background-color: #ffffff;
  z-index: 800;
  transition: all 0.3s ease-in-out;
}

#product .card {
  margin-bottom: 3rem;
  min-height: 100px;
}

#product .card-image {
  width: 100px;
}
#product .card-content {
  padding: 5px 8px;
}

#product .product-name {
  font-size: 0.9rem;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
}
#product .product-price {
  display: block;
  position: absolute;
  bottom: 1.5rem;
  width: calc(100% - 16px);
}
#product .product-price .code {
  display: block;
  float: left;
}
#product .product-price .price {
  display: block;
  float: right;
}
#product .card-content .btn-floating.teal {
  margin-right: -2.0rem;
}
#product .card-content .btn-floating.white {
  margin-right: 1.5rem;
  font-weight: bold;
}
#product .card-content .btn-floating.red {
  margin-right: 5.0rem;
}
#product.filter {
  margin-left: 0;
}

fieldset[id^="category-"] {
  border-top: solid 1px #e0e0e0;
  border-left: none;
  border-right: none;
  border-bottom: none;
}
fieldset[id^="category-"] legend {
  font-size: 1.5rem;
  padding: 0 0.5rem;
  text-align: center;
}

.product-options {
  position: relative;
  margin: 1.0rem;
}
.product-options .product-info {
  margin-bottom: 1.5rem;
}
.product-options .product-title {
  font-size: 1.3rem;
}
.product-options fieldset {
  border-top: solid 1px #e0e0e0;
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.product-options fieldset legend {
  padding-bottom: 0.23rem;
}
.product-options fieldset label {
  display: block;
  padding: 0.5rem 0;
  font-size: 1rem;
  color: #232323;
}
.product-options fieldset p {
  margin: 0;
  padding: 0;
}

/*
#product .card[data-quantity="0"] .card-content .btn-floating.white,
#product .card[data-quantity="0"] .card-content .btn-floating.red {
  display: none;
}
*/

.sidenav {
  width: 380px;
}
@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  .sidenav {
    width: 90%;
  }
}
.sidenav a.sidenav-close {
  display: inline-block;
}
.sidenav .sidenav-content {
  margin: 0 1rem 1rem;
  padding: 0;
}
.sidenav .sidenav-top {
  padding: 0.55rem 1rem;
  font-size: 18px;
  border-bottom: 1px solid var(--border-color);
  background-color: var(--border-color);
}

.cart, .order {
  position: relative;
}
.cart [data-cart-id], .order .row.order, .order .row.order-pending {
  margin: 0;
  padding: 0.5rem 0;
  border-bottom: 1px solid #e0e0e0;
	overflow: hidden;
  transition: transform 0.3s ease-out;
  height: auto;
  transform: scaleY(1);
  transform-origin: top;
  font-size: 12px;
}
.cart [data-cart-id].remove-row {
  transform: scaleY(0);
  height: 0px;
}
.cart .product-price,
.order .product-price {
  text-align: right;
}
.cart .product-name,
.order .product-name {
  font-size: 1.01rem;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
}
.cart .product-option,
.cart .product-model,
.order .product-option,
.order .product-model {
  color: var(--footer-background-color);
}
.cart .row.total ,
.order .row.total {
  padding: 0.8rem 0;
  font-weight: bold;
  border-bottom: 2px solid var(--border-color);
}
.cart .cart-quantity:after,
.order .order-quantity:after {
  content: attr(data-text);
  font-weight: normal;
}
.cart .product-toggle {
  margin-top: 1rem;
}
.cart .cart-total,
.order .order-total {
  text-align: right;
}

.cart .row[data-cart-id] .col:nth-child(2) {
  position: relative;
}

.order .row.order {
  font-size: 13px;
  border-bottom: 1px solid var(--border-color);
}
.order .row.order .col:nth-child(3),
.order .row.order .col:nth-child(4) {
  padding-right: 0;
  text-align: right;
}

.row.order-pending {
  margin-bottom: 2rem;
  display: none;
}