@charset "UTF-8";
@-ms-viewport {
  width: device-width;
}
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/material-icons/MaterialIcons-Regular.eot);
  src:
    local("Material Icons"),
    local("MaterialIcons-Regular"),
    url(../fonts/material-icons/MaterialIcons-Regular.woff2) format("woff2"),
    url(../fonts/material-icons/MaterialIcons-Regular.woff) format("woff"),
    url(../fonts/material-icons/MaterialIcons-Regular.ttf) format("truetype");
  font-display: block;
}
.material-icons {
  font-family: "Material Icons";
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}

/* HERO */
.hero{
	height: 600px;
}
@media (min-width: 1024px) {
  .hero img{
	position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 2560px;
    max-width: none;
    height: auto;
  }
}
.hero-text {
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
    width: 550px;
}

.hero-text h1 {
    margin: 0 0 20px;
    font-size: 58px;
    line-height: 1.05;
    font-weight: 600;
    letter-spacing: 1px;
}

.hero-text p {
    max-width: 540px;
    margin: 0 0 30px;
    font-size: 17px;
    line-height: 1.6;
    color: #555;
}

.hero-eyebrow {
    margin-bottom: 18px;
    color: #76502f;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

/* mniejszy desktop */
@media (max-width: 1920px) {
    .hero img {
        left: 60%;
    }
}
/* mniejszy desktop */
@media (max-width: 1600px) {
    .hero img {
        left: 70%;
    }
}
/* mniejszy desktop */
@media (max-width: 1366px) {
    .hero img {
        left: 80%;
    }
}
/* tablet */
@media (max-width: 1100px) {
    .hero img {
        left: 95%;
    }
}
/* mały tablet */
@media (max-width: 1024px) {
    .hero img {
		opacity: 30%;
    }
    .hero-text{
      width: auto;
      left: 5%;
    }
    .hero-text h1 {
      font-size: 43px;
    }
    .hero-text p{
      color: black;
      text-shadow: 0 0 4px #fff, 0 0 10px #fff, 0 0 18px #fff, 0 0 30px rgba(255,255,255,0.7);
    }
    body.dark-mode .hero-text p, body.dark-mode .hero-text h1 {
      text-shadow: 0 0 2px rgba(0,0,0,0.9), 0 0 6px rgba(0,0,0,0.8), 0 0 12px rgba(0,0,0,0.7);
    }
    .hero-text a{
      background-color: black;
      color: white;
    }
    .category-h1{
      margin-left: 47px;
    }
}
.black {
  background-color: #000 !important;
}
.black-text {
  color: #000 !important;
}
.white {
  background-color: #fff !important;
}
.white-text {
  color: #fff !important;
}
.transparent {
  background-color: #fff0 !important;
}
.transparent-text {
  color: #fff0 !important;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body,
#header-navigation.pinned {
  margin: 0;
  background-color: #faf9f7;

  background-image:
    linear-gradient(rgba(0, 0, 0, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 0, 0, 0.055) 1px, transparent 1px),
    linear-gradient(rgba(0, 0, 0, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 0, 0, 0.018) 1px, transparent 1px);

  background-size:
    100px 100px,
    100px 100px,
    20px 20px,
    20px 20px;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
figcaption,
figure,
main {
  display: block;
}
figure {
  margin: 1em 40px;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: #fff0;
  -webkit-text-decoration-skip: objects;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: Poppins, sans-serif;
  font-size: 100%;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details,
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
ul:not(.browser-default) {
  padding-left: 0;
  list-style-type: none;
}
ul:not(.browser-default) > li {
  list-style-type: none;
}
a {
  color: rgb(0 0 0 / 0.87);
  text-decoration: none !important;
}
.valign-wrapper {
  display: flex;
  align-items: center;
}
.clearfix {
  clear: both;
}
.z-depth-0 {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.z-depth-1-half,
.btn:hover,
.btn-large:hover,
.btn-small:hover,
.btn-floating:hover {
  -webkit-box-shadow:
    0 3px 3px 0 rgb(0 0 0 / 0.14),
    0 1px 7px 0 rgb(0 0 0 / 0.12),
    0 3px 1px -1px rgb(0 0 0 / 0.2);
  box-shadow:
    0 3px 3px 0 rgb(0 0 0 / 0.14),
    0 1px 7px 0 rgb(0 0 0 / 0.12),
    0 3px 1px -1px rgb(0 0 0 / 0.2);
}
.z-depth-2 {
  -webkit-box-shadow:
    0 4px 5px 0 rgb(0 0 0 / 0.14),
    0 1px 10px 0 rgb(0 0 0 / 0.12),
    0 2px 4px -1px rgb(0 0 0 / 0.3);
  box-shadow:
    0 4px 5px 0 rgb(0 0 0 / 0.14),
    0 1px 10px 0 rgb(0 0 0 / 0.12),
    0 2px 4px -1px rgb(0 0 0 / 0.3);
}
.z-depth-3 {
  -webkit-box-shadow:
    0 8px 17px 2px rgb(0 0 0 / 0.14),
    0 3px 14px 2px rgb(0 0 0 / 0.12),
    0 5px 5px -3px rgb(0 0 0 / 0.2);
  box-shadow:
    0 8px 17px 2px rgb(0 0 0 / 0.14),
    0 3px 14px 2px rgb(0 0 0 / 0.12),
    0 5px 5px -3px rgb(0 0 0 / 0.2);
}
.z-depth-4 {
  -webkit-box-shadow:
    0 16px 24px 2px rgb(0 0 0 / 0.14),
    0 6px 30px 5px rgb(0 0 0 / 0.12),
    0 8px 10px -7px rgb(0 0 0 / 0.2);
  box-shadow:
    0 16px 24px 2px rgb(0 0 0 / 0.14),
    0 6px 30px 5px rgb(0 0 0 / 0.12),
    0 8px 10px -7px rgb(0 0 0 / 0.2);
}
.z-depth-5,
.modal {
  -webkit-box-shadow:
    0 24px 38px 3px rgb(0 0 0 / 0.14),
    0 9px 46px 8px rgb(0 0 0 / 0.12),
    0 11px 15px -7px rgb(0 0 0 / 0.2);
  box-shadow:
    0 24px 38px 3px rgb(0 0 0 / 0.14),
    0 9px 46px 8px rgb(0 0 0 / 0.12),
    0 11px 15px -7px rgb(0 0 0 / 0.2);
}
.hoverable {
  -webkit-transition: -webkit-box-shadow 0.25s;
  transition: -webkit-box-shadow 0.25s;
  transition: box-shadow 0.25s;
  transition:
    box-shadow 0.25s,
    -webkit-box-shadow 0.25s;
}
.hoverable:hover {
  -webkit-box-shadow:
    0 8px 10px 0 rgb(0 0 0 / 0.2),
    0 6px 12px 0 rgb(0 0 0 / 0.19);
  box-shadow:
    0 8px 10px 0 rgb(0 0 0 / 0.2),
    0 6px 12px 0 rgb(0 0 0 / 0.19);
}
.divider {
  height: 1px;
  overflow: hidden;
  background-color: #e0e0e0;
}
blockquote {
  margin: 20px 0;
  padding-left: 1.5rem;
  border-left: 5px solid #ee6e73;
}
i {
  line-height: inherit;
}
i.left {
  float: left;
  margin-right: 15px;
}
i.right {
  float: right;
  margin-left: 15px;
}
i.tiny {
  font-size: 1rem;
}
i.small {
  font-size: 2rem;
}
i.medium {
  font-size: 4rem;
}
i.large {
  font-size: 6rem;
}
img.responsive-img,
video.responsive-video {
  max-width: 100%;
  height: auto;
}
.pagination li {
  display: inline-block;
  border-radius: 2px;
  text-align: center;
  vertical-align: middle;
}
.pagination .pagination_number {
  margin: 0 5px;
}
.pagination .pagination_number:hover {
  background: lightpink;
}
.pagination li a {
  color: #444;
  display: inline-block;
  font-size: 25px;
  padding: 0 15px;
}
.pagination li.active a {
  color: white;
}
.pagination li.active {
  background-color: black;
}
.pagination li.disabled a {
  cursor: default;
  color: #999;
}
.pagination li i {
  font-size: 2rem;
}
.pagination li.pages ul li {
  display: inline-block;
  float: none;
}
@media only screen and (max-width: 992px) {
  .pagination {
    width: 100%;
  }
  .pagination li.prev,
  .pagination li.next {
    width: 10%;
  }
  .pagination li.pages {
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
  }
}
.breadcrumb {
  font-size: 18px;
  color: gray;
}
.breadcrumb i,
.breadcrumb [class^="mdi-"],
.breadcrumb [class*="mdi-"],
.breadcrumb i.material-icons {
  display: inline-block;
  float: left;
}
.breadcrumb:before {
  content: "\E5CC";
  color: rgb(255 255 255 / 0.7);
  vertical-align: top;
  display: inline-block;
  font-family: "Material Icons";
  font-weight: 400;
  font-style: normal;
  font-size: 25px;
  margin: 0 10px 0 8px;
  -webkit-font-smoothing: antialiased;
}
.breadcrumb:first-child:before {
  display: none;
}
.parallax-container {
  position: relative;
  overflow: hidden;
  height: 500px;
}
.parallax-container .parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.parallax-container .parallax img {
  opacity: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.pin-top,
.pin-bottom {
  position: relative;
}
.pin-top #logo-img {
  position: absolute;
  top: -19px;
  transition: 0.3s;
}
.pinned #logo-img {
  position: absolute;
  top: -77px;
  transition: 0.4s;
}
.pinned {
  position: fixed !important;
}
ul.staggered-list li {
  opacity: 0;
}
.fade-in {
  opacity: 0;
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
@media only screen and (max-width: 600px) {
  .hide-on-small-only,
  .hide-on-small-and-down {
    display: none !important;
  }
}
@media only screen and (max-width: 992px) {
  .hide-on-med-and-down {
    display: none !important;
  }
  #category_wrapper, .product-container, .info-container, .contact-section{
    margin-top: 0px !important;
  }
}
@media only screen and (min-width: 601px) {
  .hide-on-med-and-up {
    display: none !important;
  }
}
@media only screen and (min-width: 600px) and (max-width: 992px) {
  .hide-on-med-only {
    display: none !important;
  }
}
@media only screen and (min-width: 993px) {
  .hide-on-large-only {
    display: none !important;
  }
}
@media only screen and (min-width: 1201px) {
  .hide-on-extra-large-only {
    display: none !important;
  }
}
@media only screen and (min-width: 1201px) {
  .show-on-extra-large {
    display: block !important;
  }
}
@media only screen and (min-width: 993px) {
  .show-on-large {
    display: block !important;
  }
}
@media only screen and (min-width: 600px) and (max-width: 992px) {
  .show-on-medium {
    display: block !important;
  }
}
@media only screen and (max-width: 600px) {
  .show-on-small {
    display: block !important;
  }
}
@media only screen and (min-width: 601px) {
  .show-on-medium-and-up {
    display: block !important;
  }
}
@media only screen and (max-width: 992px) {
  .show-on-medium-and-down {
    display: block !important;
  }
}
@media only screen and (max-width: 600px) {
  .center-on-small-only {
    text-align: center;
  }
}
.page-footer {
  padding-top: 20px;
  color: #fff;
  background-color: #ee6e73;
}
.page-footer .footer-copyright {
  overflow: hidden;
  min-height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 0;
  color: rgb(255 255 255 / 0.8);
  background-color: rgb(51 51 51 / 0.08);
}
table,
th,
td {
  border: none;
}
table {
  width: 100%;
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
}
table.striped tr {
  border-bottom: none;
}
table.striped > tbody > tr:nth-child(odd) {
  background-color: rgb(242 242 242 / 0.5);
}
table.striped > tbody > tr > td {
  border-radius: 0;
}
table.striped > tbody > tr > td:nth-child(2) {
  padding-left: 12px;
}
#tab-specification .col:last-child {
  clear: right !important;
}
table.highlight > tbody > tr {
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}
table.highlight > tbody > tr:hover {
  background-color: rgb(242 242 242 / 0.5);
}
table.centered thead tr th,
table.centered tbody tr td {
  text-align: center;
}
td,
th {
  padding: 5px 0;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  border-radius: 2px;
}
@media only screen and (max-width: 992px) {
  table.responsive-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
    position: relative;
  }
  table.responsive-table td:empty:before {
    content: "\00a0";
  }
  table.responsive-table th,
  table.responsive-table td {
    margin: 0;
    vertical-align: top;
  }
  table.responsive-table th {
    text-align: left;
  }
  table.responsive-table thead {
    display: block;
    float: left;
  }
  table.responsive-table thead tr {
    display: block;
    padding: 0 10px 0 0;
  }
  table.responsive-table thead tr th::before {
    content: "\00a0";
  }
  table.responsive-table tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }
  table.responsive-table tbody tr {
    display: inline-block;
    vertical-align: top;
  }
  table.responsive-table th {
    display: block;
    text-align: right;
  }
  table.responsive-table td {
    display: block;
    min-height: 1.25em;
    text-align: left;
  }
  table.responsive-table tr {
    border-bottom: none;
    padding: 0 10px;
  }
  table.responsive-table thead {
    border: 0;
    border-right: 1px solid rgb(0 0 0 / 0.12);
  }
}
.collection {
  overflow: hidden;
  position: relative;
}
.collection .collection-item {
  line-height: 1.5rem;
  padding: 10px 15px;
  margin: 0;
}
.collection .collection-item.avatar {
  min-height: 84px;
  padding-left: 72px;
  position: relative;
}
.collection .collection-item.avatar:not(.circle-clipper) > .circle,
.collection .collection-item.avatar :not(.circle-clipper) > .circle {
  position: absolute;
  width: 42px;
  height: 42px;
  overflow: hidden;
  left: 15px;
  display: inline-block;
  vertical-align: middle;
}
.collection .collection-item.avatar i.circle {
  font-size: 18px;
  line-height: 42px;
  color: #fff;
  background-color: #999;
  text-align: center;
}
.collection .collection-item.avatar .title {
  font-size: 16px;
}
.collection .collection-item.avatar p {
  margin: 0;
}
.collection .collection-item.avatar .secondary-content {
  position: absolute;
  top: 16px;
  right: 16px;
}
.collection .collection-item.active {
  background-color: #26a69a;
  color: #eafaf9;
}
.collection .collection-item.active .secondary-content {
  color: #fff;
}
.collection a.collection-item {
  display: block;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  color: rgb(0 0 0 / 0.87);
}
.collection a.collection-item:not(.active):hover {
  background-color: #ddd;
}
.collection.with-header .collection-header {
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 20px;
}
.collection.with-header .collection-item {
  padding-left: 30px;
}
.collection.with-header .collection-item.avatar {
  padding-left: 72px;
}
.secondary-content {
  float: right;
  color: #26a69a;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.progress {
  position: relative;
  height: 4px;
  display: block;
  width: 100%;
  background-color: #acece6;
  border-radius: 2px;
  margin: 0.5rem 0 1rem 0;
  overflow: hidden;
}
.progress .determinate {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #26a69a;
  -webkit-transition: width 0.3s linear;
  transition: width 0.3s linear;
}
.progress .indeterminate {
  background-color: #26a69a;
}
.progress .indeterminate:before {
  content: "";
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395)
    infinite;
  animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}
.progress .indeterminate:after {
  content: "";
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1)
    infinite;
  animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1)
    infinite;
  -webkit-animation-delay: 1.15s;
  animation-delay: 1.15s;
}
@-webkit-keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -90%;
  }
}
@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -90%;
  }
}
@-webkit-keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}
@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}
.hide {
  display: none !important;
}
.left-align {
  text-align: left;
}
.right-align {
  text-align: right;
}
.center,
.center-align {
  text-align: center;
}
.left {
  float: left !important;
}
.right {
  float: right !important;
}
.no-select,
input[type="range"],
input[type="range"] + .thumb {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.circle {
  border-radius: 50%;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.truncate {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.no-padding {
  padding: 0 !important;
}
span.badge {
  min-width: 3rem;
  padding: 0 6px;
  margin-left: 14px;
  text-align: center;
  font-size: 1rem;
  line-height: 22px;
  height: 22px;
  color: #757575;
  float: right;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
span.badge.new {
  font-weight: 300;
  font-size: 0.8rem;
  color: #fff;
  background-color: #26a69a;
  border-radius: 2px;
}
span.badge.new:after {
  content: " new";
}
span.badge[data-badge-caption]::after {
  content: " " attr(data-badge-caption);
}
nav ul a span.badge {
  display: inline-block;
  margin-left: 4px;
  line-height: 22px;
  height: 22px;
  -webkit-font-smoothing: auto;
}
.collection-item span.badge {
  margin-top: calc(0.75rem - 11px);
}
.collapsible span.badge {
  margin-left: auto;
}
.sidenav span.badge {
  margin-top: calc(24px - 11px);
}
table span.badge {
  display: inline-block;
  float: none;
  margin-left: auto;
}
.material-icons {
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga";
  font-feature-settings: "liga";
}
.container {
  margin: 0 auto;
  max-width: 1280px;
  width: 90%;
}
@media only screen and (min-width: 601px) {
  .container {
    width: 85%;
  }
}
@media only screen and (min-width: 993px) {
  .container {
    width: 85%;
  }
}
.col .row {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.section {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.section.no-pad {
  padding: 0;
}
.section.no-pad-bot {
  padding-bottom: 0;
}
.section.no-pad-top {
  padding-top: 0;
}
.row {
  margin-left: auto;
  margin-right: auto;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.row .col {
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0.75rem;
  min-height: 1px;
}
.row .col[class*="push-"],
.row .col[class*="pull-"] {
  position: relative;
}
.row .col.s1 {
  width: 8.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s2 {
  width: 16.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s3 {
  width: 25%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s4 {
  width: 33.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s5 {
  width: 41.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s6 {
  width: 50%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s7 {
  width: 58.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s8 {
  width: 66.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s9 {
  width: 75%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s10 {
  width: 83.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s11 {
  width: 91.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s12 {
  width: 100%;
  left: auto;
  right: auto;
}
.row .col.offset-s1 {
  margin-left: 8.3333333333%;
}
.row .col.pull-s1 {
  right: 8.3333333333%;
}
.row .col.push-s1 {
  left: 8.3333333333%;
}
.row .col.offset-s2 {
  margin-left: 16.6666666667%;
}
.row .col.pull-s2 {
  right: 16.6666666667%;
}
.row .col.push-s2 {
  left: 16.6666666667%;
}
.row .col.offset-s3 {
  margin-left: 25%;
}
.row .col.pull-s3 {
  right: 25%;
}
.row .col.push-s3 {
  left: 25%;
}
.row .col.offset-s4 {
  margin-left: 33.3333333333%;
}
.row .col.pull-s4 {
  right: 33.3333333333%;
}
.row .col.push-s4 {
  left: 33.3333333333%;
}
.row .col.offset-s5 {
  margin-left: 41.6666666667%;
}
.row .col.pull-s5 {
  right: 41.6666666667%;
}
.row .col.push-s5 {
  left: 41.6666666667%;
}
.row .col.offset-s6 {
  margin-left: 50%;
}
.row .col.pull-s6 {
  right: 50%;
}
.row .col.push-s6 {
  left: 50%;
}
.row .col.offset-s7 {
  margin-left: 58.3333333333%;
}
.row .col.pull-s7 {
  right: 58.3333333333%;
}
.row .col.push-s7 {
  left: 58.3333333333%;
}
.row .col.offset-s8 {
  margin-left: 66.6666666667%;
}
.row .col.pull-s8 {
  right: 66.6666666667%;
}
.row .col.push-s8 {
  left: 66.6666666667%;
}
.row .col.offset-s9 {
  margin-left: 75%;
}
.row .col.pull-s9 {
  right: 75%;
}
.row .col.push-s9 {
  left: 75%;
}
.row .col.offset-s10 {
  margin-left: 83.3333333333%;
}
.row .col.pull-s10 {
  right: 83.3333333333%;
}
.row .col.push-s10 {
  left: 83.3333333333%;
}
.row .col.offset-s11 {
  margin-left: 91.6666666667%;
}
.row .col.pull-s11 {
  right: 91.6666666667%;
}
.row .col.push-s11 {
  left: 91.6666666667%;
}
.row .col.offset-s12 {
  margin-left: 100%;
}
.row .col.pull-s12 {
  right: 100%;
}
.row .col.push-s12 {
  left: 100%;
}
@media only screen and (min-width: 601px) {
  .row .col.m1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m2 {
    width: 16.6666666667%;
    left: auto;
    right: auto;
  }
  .row .col.m3 {
    width: 25%;
    left: auto;
    right: auto;
  }
  .row .col.m4 {
    width: 33.3333333333%;
    left: auto;
    right: auto;
  }
  .row .col.m5 {
    width: 41.6666666667%;
    left: auto;
    right: auto;
  }
  .row .col.m6 {
    width: 50%;
    left: auto;
    right: auto;
  }
  .row .col.m7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-m1 {
    margin-left: 8.3333333333%;
  }
  .row .col.pull-m1 {
    right: 8.3333333333%;
  }
  .row .col.push-m1 {
    left: 8.3333333333%;
  }
  .row .col.offset-m2 {
    margin-left: 16.6666666667%;
  }
  .row .col.pull-m2 {
    right: 16.6666666667%;
  }
  .row .col.push-m2 {
    left: 16.6666666667%;
  }
  .row .col.offset-m3 {
    margin-left: 25%;
  }
  .row .col.pull-m3 {
    right: 25%;
  }
  .row .col.push-m3 {
    left: 25%;
  }
  .row .col.offset-m4 {
    margin-left: 33.3333333333%;
  }
  .row .col.pull-m4 {
    right: 33.3333333333%;
  }
  .row .col.push-m4 {
    left: 33.3333333333%;
  }
  .row .col.offset-m5 {
    margin-left: 41.6666666667%;
  }
  .row .col.pull-m5 {
    right: 41.6666666667%;
  }
  .row .col.push-m5 {
    left: 41.6666666667%;
  }
  .row .col.offset-m6 {
    margin-left: 50%;
  }
  .row .col.pull-m6 {
    right: 50%;
  }
  .row .col.push-m6 {
    left: 50%;
  }
  .row .col.offset-m7 {
    margin-left: 58.3333333333%;
  }
  .row .col.pull-m7 {
    right: 58.3333333333%;
  }
  .row .col.push-m7 {
    left: 58.3333333333%;
  }
  .row .col.offset-m8 {
    margin-left: 66.6666666667%;
  }
  .row .col.pull-m8 {
    right: 66.6666666667%;
  }
  .row .col.push-m8 {
    left: 66.6666666667%;
  }
  .row .col.offset-m9 {
    margin-left: 75%;
  }
  .row .col.pull-m9 {
    right: 75%;
  }
  .row .col.push-m9 {
    left: 75%;
  }
  .row .col.offset-m10 {
    margin-left: 83.3333333333%;
  }
  .row .col.pull-m10 {
    right: 83.3333333333%;
  }
  .row .col.push-m10 {
    left: 83.3333333333%;
  }
  .row .col.offset-m11 {
    margin-left: 91.6666666667%;
  }
  .row .col.pull-m11 {
    right: 91.6666666667%;
  }
  .row .col.push-m11 {
    left: 91.6666666667%;
  }
  .row .col.offset-m12 {
    margin-left: 100%;
  }
  .row .col.pull-m12 {
    right: 100%;
  }
  .row .col.push-m12 {
    left: 100%;
  }
}
@media only screen and (min-width: 993px) {
  .row .col.l1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l6 {
    width: 50%;
    left: auto;
    right: auto;
  }
  .row .col.l7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-l1 {
    margin-left: 8.3333333333%;
  }
  .row .col.pull-l1 {
    right: 8.3333333333%;
  }
  .row .col.push-l1 {
    left: 8.3333333333%;
  }
  .row .col.offset-l2 {
    margin-left: 16.6666666667%;
  }
  .row .col.pull-l2 {
    right: 16.6666666667%;
  }
  .row .col.push-l2 {
    left: 16.6666666667%;
  }
  .row .col.offset-l3 {
    margin-left: 25%;
  }
  .row .col.pull-l3 {
    right: 25%;
  }
  .row .col.push-l3 {
    left: 25%;
  }
  .row .col.offset-l4 {
    margin-left: 33.3333333333%;
  }
  .row .col.pull-l4 {
    right: 33.3333333333%;
  }
  .row .col.push-l4 {
    left: 33.3333333333%;
  }
  .row .col.offset-l5 {
    margin-left: 41.6666666667%;
  }
  .row .col.pull-l5 {
    right: 41.6666666667%;
  }
  .row .col.push-l5 {
    left: 41.6666666667%;
  }
  .row .col.offset-l6 {
    margin-left: 50%;
  }
  .row .col.pull-l6 {
    right: 50%;
  }
  .row .col.push-l6 {
    left: 50%;
  }
  .row .col.offset-l7 {
    margin-left: 58.3333333333%;
  }
  .row .col.pull-l7 {
    right: 58.3333333333%;
  }
  .row .col.push-l7 {
    left: 58.3333333333%;
  }
  .row .col.offset-l8 {
    margin-left: 66.6666666667%;
  }
  .row .col.pull-l8 {
    right: 66.6666666667%;
  }
  .row .col.push-l8 {
    left: 66.6666666667%;
  }
  .row .col.offset-l9 {
    margin-left: 75%;
  }
  .row .col.pull-l9 {
    right: 75%;
  }
  .row .col.push-l9 {
    left: 75%;
  }
  .row .col.offset-l10 {
    margin-left: 83.3333333333%;
  }
  .row .col.pull-l10 {
    right: 83.3333333333%;
  }
  .row .col.push-l10 {
    left: 83.3333333333%;
  }
  .row .col.offset-l11 {
    margin-left: 91.6666666667%;
  }
  .row .col.pull-l11 {
    right: 91.6666666667%;
  }
  .row .col.push-l11 {
    left: 91.6666666667%;
  }
  .row .col.offset-l12 {
    margin-left: 100%;
  }
  .row .col.pull-l12 {
    right: 100%;
  }
  .row .col.push-l12 {
    left: 100%;
  }
}
@media only screen and (min-width: 1201px) {
  .row .col.xl1 {
    width: 8.3333333333%;
    left: auto;
    right: auto;
  }
  .row .col.xl2 {
    width: 16.6666666667%;
    left: auto;
    right: auto;
  }
  .row .col.xl3 {
    width: 25%;
    left: auto;
    right: auto;
  }
  .row .col.xl4 {
    width: 33.3333333333%;
    left: auto;
    right: auto;
  }
  .row .col.xl5 {
    width: 41.6666666667%;
    left: auto;
    right: auto;
  }
  .row .col.xl6 {
    width: 50%;
    left: auto;
    right: auto;
  }
  .row .col.xl7 {
    width: 58.3333333333%;
    left: auto;
    right: auto;
  }
  .row .col.xl8 {
    width: 66.6666666667%;
    left: auto;
    right: auto;
  }
  .row .col.xl9 {
    width: 75%;
    left: auto;
    right: auto;
  }
  .row .col.xl10 {
    width: 83.3333333333%;
    left: auto;
    right: auto;
  }
  .row .col.xl11 {
    width: 91.6666666667%;
    left: auto;
    right: auto;
  }
  .row .col.xl12 {
    width: 100%;
    left: auto;
    right: auto;
  }
  .row .col.offset-xl1 {
    margin-left: 8.3333333333%;
  }
  .row .col.pull-xl1 {
    right: 8.3333333333%;
  }
  .row .col.push-xl1 {
    left: 8.3333333333%;
  }
  .row .col.offset-xl2 {
    margin-left: 16.6666666667%;
  }
  .row .col.pull-xl2 {
    right: 16.6666666667%;
  }
  .row .col.push-xl2 {
    left: 16.6666666667%;
  }
  .row .col.offset-xl3 {
    margin-left: 25%;
  }
  .row .col.pull-xl3 {
    right: 25%;
  }
  .row .col.push-xl3 {
    left: 25%;
  }
  .row .col.offset-xl4 {
    margin-left: 33.3333333333%;
  }
  .row .col.pull-xl4 {
    right: 33.3333333333%;
  }
  .row .col.push-xl4 {
    left: 33.3333333333%;
  }
  .row .col.offset-xl5 {
    margin-left: 41.6666666667%;
  }
  .row .col.pull-xl5 {
    right: 41.6666666667%;
  }
  .row .col.push-xl5 {
    left: 41.6666666667%;
  }
  .row .col.offset-xl6 {
    margin-left: 50%;
  }
  .row .col.pull-xl6 {
    right: 50%;
  }
  .row .col.push-xl6 {
    left: 50%;
  }
  .row .col.offset-xl7 {
    margin-left: 58.3333333333%;
  }
  .row .col.pull-xl7 {
    right: 58.3333333333%;
  }
  .row .col.push-xl7 {
    left: 58.3333333333%;
  }
  .row .col.offset-xl8 {
    margin-left: 66.6666666667%;
  }
  .row .col.pull-xl8 {
    right: 66.6666666667%;
  }
  .row .col.push-xl8 {
    left: 66.6666666667%;
  }
  .row .col.offset-xl9 {
    margin-left: 75%;
  }
  .row .col.pull-xl9 {
    right: 75%;
  }
  .row .col.push-xl9 {
    left: 75%;
  }
  .row .col.offset-xl10 {
    margin-left: 83.3333333333%;
  }
  .row .col.pull-xl10 {
    right: 83.3333333333%;
  }
  .row .col.push-xl10 {
    left: 83.3333333333%;
  }
  .row .col.offset-xl11 {
    margin-left: 91.6666666667%;
  }
  .row .col.pull-xl11 {
    right: 91.6666666667%;
  }
  .row .col.push-xl11 {
    left: 91.6666666667%;
  }
  .row .col.offset-xl12 {
    margin-left: 100%;
  }
  .row .col.pull-xl12 {
    right: 100%;
  }
  .row .col.push-xl12 {
    left: 100%;
  }
}
nav {
  width: 100%;
}
nav.nav-extended {
  height: auto;
}
nav.nav-extended .nav-content {
  position: relative;
  line-height: normal;
}
nav a {
  color: #fff;
}
nav i,
nav [class^="mdi-"],
nav [class*="mdi-"],
nav i.material-icons {
  display: block;
  font-size: 24px;
}
@media only screen and (min-width: 993px) {
  nav a.sidenav-trigger {
    display: none;
  }
}
nav .sidenav-trigger {
  float: left;
  position: relative;
  z-index: 1;
  height: 56px;
  margin: 0 18px;
}
nav .sidenav-trigger i {
  height: 56px;
  line-height: 56px;
}
nav .brand-logo {
  position: absolute;
  color: #fff;
  display: inline-block;
  font-size: 2.1rem;
  padding: 0;
}
nav .brand-logo.center {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (max-width: 992px) {
  nav .brand-logo {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  nav .brand-logo.left,
  nav .brand-logo.right {
    padding: 0;
    -webkit-transform: none;
    transform: none;
  }
  nav .brand-logo.left {
    left: 0.5rem;
  }
  nav .brand-logo.right {
    right: 0.5rem;
    left: auto;
  }
}
nav .brand-logo.right {
  right: 0.5rem;
  padding: 0;
}
nav .brand-logo i,
nav .brand-logo [class^="mdi-"],
nav .brand-logo [class*="mdi-"],
nav .brand-logo i.material-icons {
  float: left;
  margin-right: 15px;
}
nav .nav-title {
  display: inline-block;
  font-size: 32px;
  padding: 28px 0;
}
nav ul {
  margin: 0;
}
nav ul li {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  float: left;
  padding: 0;
}
nav ul li.active {
  background-color: rgb(0 0 0 / 0.1);
}
.main-menu > li {
  height: 66px;
}
.main-menu > li.current {
  border-bottom: 3px solid black;
}
.main-menu > li:hover {
  border-bottom: 2px solid black;
}
.main-menu a {
  padding: 22px 50px;
}
.top-menu ul a {
  padding: 6px 15px;
}
nav ul a {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  font-size: 1rem;
  color: #fff;
  display: block;
  padding: 0 15px;
  cursor: pointer;
}
#fixed-nav-wrapper nav ul li a i.drop_down_ico {
  position: absolute;
  right: 9px;
}
nav ul a.btn,
nav ul a.btn-large,
nav ul a.btn-small,
nav ul a.btn-large,
nav ul a.btn-flat,
nav ul a.btn-floating {
  margin-top: -2px;
  margin-left: 15px;
  margin-right: 15px;
}
nav ul a.btn > .material-icons,
nav ul a.btn-large > .material-icons,
nav ul a.btn-small > .material-icons,
nav ul a.btn-large > .material-icons,
nav ul a.btn-flat > .material-icons,
nav ul a.btn-floating > .material-icons {
  height: inherit;
  line-height: inherit;
}
nav ul a:hover {
  background-color: rgb(0 0 0 / 0.1);
}
nav ul.left {
  float: left;
}
nav form {
  height: 100%;
}
nav .input-field {
  margin: 0;
}
nav .input-field input {
  height: 100%;
  font-size: 1.2rem;
  border: none;
  padding-left: 2rem;
}
nav .input-field input:focus,
nav .input-field input[type="text"]:valid,
nav .input-field input[type="password"]:valid,
nav .input-field input[type="email"]:valid,
nav .input-field input[type="url"]:valid,
nav .input-field input[type="date"]:valid {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
nav .input-field label {
  top: 0;
  left: 0;
}
nav .input-field label i {
  color: #000;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.navbar-fixed {
  position: relative;
  height: 56px;
  z-index: 997;
}
.navbar-fixed nav {
  position: fixed;
}
@media only screen and (min-width: 601px) {
  nav.nav-extended .nav-wrapper {
    min-height: 64px;
  }
  nav a.sidenav-trigger,
  nav a.sidenav-trigger i {
    height: 64px;
  }
  .navbar-fixed {
    height: 64px;
  }
}
html {
  font-family: Poppins, sans-serif;
  font-weight: 400;
  color: rgb(0 0 0 / 0.87);
}
@media only screen and (min-width: 0) {
  html {
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) {
  html {
    font-size: 14.5px;
  }
}
@media only screen and (min-width: 1200px) {
  html {
    font-size: 15px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
h2 {
  margin-top: 20px;
  margin-bottom: 30px;
}
h2::before, .section-label ~ h1::before {
  content: "";
  display: block;
  height: 1px;
  background: rgba(0, 0, 0, 0.8);
  margin-bottom: 10px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
}
em {
  font-style: italic;
}
strong {
  font-weight: 500;
}
small {
  font-size: 75%;
}
.light {
  font-weight: 300;
}
.thin {
  font-weight: 200;
}
@media only screen and (min-width: 360px) {
  .flow-text {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 390px) {
  .flow-text {
    font-size: 1.224rem;
  }
}
@media only screen and (min-width: 420px) {
  .flow-text {
    font-size: 1.248rem;
  }
}
@media only screen and (min-width: 450px) {
  .flow-text {
    font-size: 1.272rem;
  }
}
@media only screen and (min-width: 480px) {
  .flow-text {
    font-size: 1.296rem;
  }
}
@media only screen and (min-width: 510px) {
  .flow-text {
    font-size: 1.32rem;
  }
}
@media only screen and (min-width: 540px) {
  .flow-text {
    font-size: 1.344rem;
  }
}
@media only screen and (min-width: 570px) {
  .flow-text {
    font-size: 1.368rem;
  }
}
@media only screen and (min-width: 600px) {
  .flow-text {
    font-size: 1.392rem;
  }
}
@media only screen and (min-width: 630px) {
  .flow-text {
    font-size: 1.416rem;
  }
}
@media only screen and (min-width: 660px) {
  .flow-text {
    font-size: 1.44rem;
  }
}
@media only screen and (min-width: 690px) {
  .flow-text {
    font-size: 1.464rem;
  }
}
@media only screen and (min-width: 720px) {
  .flow-text {
    font-size: 1.488rem;
  }
}
@media only screen and (min-width: 750px) {
  .flow-text {
    font-size: 1.512rem;
  }
}
@media only screen and (min-width: 780px) {
  .flow-text {
    font-size: 1.536rem;
  }
}
@media only screen and (min-width: 810px) {
  .flow-text {
    font-size: 1.56rem;
  }
}
@media only screen and (min-width: 840px) {
  .flow-text {
    font-size: 1.584rem;
  }
}
@media only screen and (min-width: 870px) {
  .flow-text {
    font-size: 1.608rem;
  }
}
@media only screen and (min-width: 900px) {
  .flow-text {
    font-size: 1.632rem;
  }
}
@media only screen and (min-width: 930px) {
  .flow-text {
    font-size: 1.656rem;
  }
}
@media only screen and (min-width: 960px) {
  .flow-text {
    font-size: 1.68rem;
  }
}
@media only screen and (max-width: 360px) {
  .flow-text {
    font-size: 1.2rem;
  }
}
.scale-transition {
  -webkit-transition: -webkit-transform 0.3s
    cubic-bezier(0.53, 0.01, 0.36, 1.63) !important;
  transition: -webkit-transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important;
  transition: transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important;
  transition:
    transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63),
    -webkit-transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important;
}
.scale-transition.scale-out {
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.2s !important;
  transition: -webkit-transform 0.2s !important;
  transition: transform 0.2s !important;
  transition:
    transform 0.2s,
    -webkit-transform 0.2s !important;
}
.scale-transition.scale-in {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.card-panel {
  padding: 24px;
}
.card {
  position: relative;
  margin: 0.5rem 0 1rem 0;
  /*height: 100%;*/
}
.card .card-title {
  font-size: 16px;
}
.card .card-title.activator {
  cursor: pointer;
}
.card.small,
.card.medium,
.card.large {
  position: relative;
}
.card.horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.card.horizontal.small .card-image,
.card.horizontal.medium .card-image,
.card.horizontal.large .card-image {
  height: 100%;
  max-height: none;
  overflow: visible;
}
.card.horizontal.small .card-image img,
.card.horizontal.medium .card-image img,
.card.horizontal.large .card-image img {
  height: 100%;
}
.card.horizontal .card-image img {
  border-radius: 2px 0 0 2px;
  max-width: 100%;
  width: auto;
}
.card.horizontal .card-stacked {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}
.card.horizontal .card-stacked .card-content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.card.sticky-action .card-action {
  z-index: 2;
}
.card.sticky-action .card-reveal {
  z-index: 1;
  padding-bottom: 64px;
}
.card .card-image {
  position: relative;
  overflow: hidden;
}
.card .card-image img {
  display: block;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: inherit;
  margin: 0 auto;
}
.card .card-image .card-title {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 100%;
  padding: 24px;
}
.card .card-content {
  padding: 24px 10px 5px 10px;
}
.card .card-content p {
  margin: 0;
}
.card .card-action {
  position: relative;
  padding: 4px 10px 8px 10px;
}
.card
  .card-action
  a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(
    .btn-floating
  ) {
  margin-right: 24px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  text-transform: uppercase;
}
.card
  .card-action
  a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(
    .btn-floating
  ):hover {
  color: #ffd8a6;
}
.card .card-reveal {
  padding: 24px;
  position: absolute;
  background-color: #fff;
  width: 100%;
  overflow-y: auto;
  left: 0;
  top: 100%;
  height: 100%;
  z-index: 3;
  display: none;
}
.card .card-reveal .card-title {
  cursor: pointer;
  display: block;
}

.card:hover .activator{
  background-color: black;
  color: white;
}

#toast-container {
  display: block;
  position: fixed;
  z-index: 10000;
}
@media only screen and (max-width: 600px) {
  #toast-container {
    min-width: 100%;
    bottom: 0%;
  }
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
  #toast-container {
    left: 5%;
    bottom: 7%;
    max-width: 90%;
  }
}
@media only screen and (min-width: 993px) {
  #toast-container {
    top: 10%;
    right: 7%;
    max-width: 86%;
  }
}
.toast {
  border-radius: 2px;
  top: 35px;
  width: auto;
  margin-top: 10px;
  position: relative;
  max-width: 100%;
  height: auto;
  min-height: 48px;
  line-height: 1.5em;
  background-color: #323232;
  padding: 10px 25px;
  font-size: 1.1rem;
  font-weight: 300;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: default;
}
.toast .toast-action {
  color: #eeff41;
  font-weight: 500;
  margin-right: -25px;
  margin-left: 3rem;
}
.toast.rounded {
  border-radius: 24px;
}
@media only screen and (max-width: 600px) {
  .toast {
    width: 100%;
    border-radius: 0;
  }
}
.tabs {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  height: 48px;
  width: 100%;
  margin: 0 auto;
  white-space: nowrap;
}
.tabs.tabs-transparent {
  background-color: #fff0;
}
.tabs.tabs-transparent .tab a,
.tabs.tabs-transparent .tab.disabled a,
.tabs.tabs-transparent .tab.disabled a:hover {
  color: rgb(255 255 255 / 0.7);
}
.tabs.tabs-transparent .tab a:hover,
.tabs.tabs-transparent .tab a.active {
  color: #fff;
}
.tabs.tabs-transparent .indicator {
  background-color: #fff;
}
.tabs.tabs-fixed-width {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.tabs.tabs-fixed-width .tab {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.tabs .tab {
  display: inline-block;
  text-align: center;
  line-height: 48px;
  height: 48px;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}
.tabs .tab a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 24px;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition:
    color 0.28s ease,
    background-color 0.28s ease;
  transition:
    color 0.28s ease,
    background-color 0.28s ease;
}
.tabs .tab a:hover,
.tabs .tab a.active {
  font-weight: 600;
}
.tabs .tab.disabled a,
.tabs .tab.disabled a:hover {
  color: rgb(238 110 115 / 0.4);
  cursor: default;
}
.tabs .indicator {
  position: absolute;
  bottom: 0;
  height: 2px;
  background-color: black;
  will-change: left, right;
}
@media only screen and (max-width: 992px) {
  .tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .tabs .tab {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .tabs .tab a {
    padding: 0 12px;
  }
}
.material-tooltip {
  padding: 10px 8px;
  font-size: 1rem;
  z-index: 2000;
  background-color: #fff0;
  border-radius: 2px;
  color: #fff;
  min-height: 36px;
  line-height: 120%;
  opacity: 0;
  position: absolute;
  text-align: center;
  max-width: calc(100% - 4px);
  overflow: hidden;
  left: 0;
  top: 0;
  pointer-events: none;
  visibility: hidden;
  background-color: #323232;
}
.backdrop {
  position: absolute;
  opacity: 0;
  height: 7px;
  width: 14px;
  border-radius: 0 0 50% 50%;
  background-color: #323232;
  z-index: -1;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  visibility: hidden;
}
.btn,
.btn-large,
.btn-small,
.btn-flat {
  border: 1px solid black;
  display: inline-block;
  padding: 14px 24px;
  text-transform: uppercase;
  vertical-align: middle;
  font-size: 14px;
  outline: 0;
  font-weight: 600;
  text-align: center;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  cursor: pointer;
  white-space: nowrap;
  letter-spacing: 0.05em;
  background-color: transparent;
}

.btn.disabled,
.disabled.btn-large,
.disabled.btn-small,
.btn-floating.disabled,
.btn-large.disabled,
.btn-small.disabled,
.btn-flat.disabled,
.btn:disabled,
.btn-large:disabled,
.btn-small:disabled,
.btn-floating:disabled,
.btn-large:disabled,
.btn-small:disabled,
.btn-flat:disabled,
.btn[disabled],
.btn-large[disabled],
.btn-small[disabled],
.btn-floating[disabled],
.btn-large[disabled],
.btn-small[disabled],
.btn-flat[disabled] {
  pointer-events: none;
  background-color: #dfdfdf !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #9f9f9f !important;
  cursor: default;
}
.btn.disabled:hover,
.disabled.btn-large:hover,
.disabled.btn-small:hover,
.btn-floating.disabled:hover,
.btn-large.disabled:hover,
.btn-small.disabled:hover,
.btn-flat.disabled:hover,
.btn:disabled:hover,
.btn-large:disabled:hover,
.btn-small:disabled:hover,
.btn-floating:disabled:hover,
.btn-large:disabled:hover,
.btn-small:disabled:hover,
.btn-flat:disabled:hover,
.btn[disabled]:hover,
.btn-large[disabled]:hover,
.btn-small[disabled]:hover,
.btn-floating[disabled]:hover,
.btn-large[disabled]:hover,
.btn-small[disabled]:hover,
.btn-flat[disabled]:hover {
  background-color: #dfdfdf !important;
  color: #9f9f9f !important;
}

.btn i,
.btn-large i,
.btn-small i,
.btn-floating i,
.btn-large i,
.btn-small i,
.btn-flat i {
  font-size: 1.3rem;
  line-height: inherit;
}
.btn:focus,
.btn-large:focus,
.btn-small:focus,
.btn-floating:focus {
  background-color: #1d7d74;
}

.btn:hover,
.btn-large:hover,
.btn-small:hover {
  background: #111;
    color: #fff;
}
.btn-floating {
  display: inline-block;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;

  border-radius: 50%;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  cursor: pointer;
  vertical-align: middle;
}
.btn-floating:hover {
  background-color: #fff;
}
.btn-floating i:hover {
  color: orange;
}
.btn-floating:before {
  border-radius: 0;
}
.btn-floating.btn-large {
  width: 56px;
  height: 56px;
  padding: 0;
}
.btn-floating.btn-large.halfway-fab {
  bottom: -28px;
}
.btn-floating.btn-large i {
  line-height: 56px;
}
.btn-floating.btn-small {
  width: 32.4px;
  height: 32.4px;
}
.btn-floating.btn-small.halfway-fab {
  bottom: -16.2px;
}
.btn-floating.btn-small i {
  line-height: 32.4px;
}
.btn-floating.halfway-fab {
  position: absolute;
  right: 24px;
  bottom: -20px;
}
.btn-floating.halfway-fab.left {
  right: auto;
  left: 24px;
}
.btn-floating i {
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  line-height: 47px;
}
button.btn-floating {
  border: none;
}
.fixed-action-btn {
  position: fixed;
  right: 23px;
  bottom: 23px;
  padding-top: 15px;
  margin-bottom: 0;
  z-index: 997;
}
.fixed-action-btn.active ul {
  visibility: visible;
}
.fixed-action-btn.direction-left,
.fixed-action-btn.direction-right {
  padding: 0 0 0 15px;
}
.fixed-action-btn.direction-left ul,
.fixed-action-btn.direction-right ul {
  text-align: right;
  right: 64px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 100%;
  left: auto;
  width: 500px;
}
.fixed-action-btn.direction-left ul li,
.fixed-action-btn.direction-right ul li {
  display: inline-block;
  margin: 7.5px 15px 0 0;
}
.fixed-action-btn.direction-right {
  padding: 0 15px 0 0;
}
.fixed-action-btn.direction-right ul {
  text-align: left;
  direction: rtl;
  left: 64px;
  right: auto;
}
.fixed-action-btn.direction-right ul li {
  margin: 7.5px 0 0 15px;
}
.fixed-action-btn.direction-bottom {
  padding: 0 0 15px 0;
}
.fixed-action-btn.direction-bottom ul {
  top: 64px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.fixed-action-btn.direction-bottom ul li {
  margin: 15px 0 0 0;
}
.fixed-action-btn.toolbar {
  padding: 0;
  height: 56px;
}
.fixed-action-btn.toolbar.active > a i {
  opacity: 0;
}
.fixed-action-btn.toolbar ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.fixed-action-btn.toolbar ul li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: inline-block;
  margin: 0;
  height: 100%;
  -webkit-transition: none;
  transition: none;
}
.fixed-action-btn.toolbar ul li a {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  line-height: 56px;
  z-index: 1;
}
.fixed-action-btn.toolbar ul li a i {
  line-height: inherit;
}
.fixed-action-btn ul {
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
  bottom: 64px;
  margin: 0;
  visibility: hidden;
}
.fixed-action-btn ul li {
  margin-bottom: 15px;
}
.fixed-action-btn ul a.btn-floating {
  opacity: 0;
}
.fixed-action-btn .fab-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 40px;
  height: 40px;
  background-color: #26a69a;
  border-radius: 50%;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.btn-flat {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #fff0;
  color: #343434;
  cursor: pointer;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.btn-flat:focus,
.btn-flat:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-flat:focus {
  background-color: rgb(0 0 0 / 0.1);
}
.btn-flat.disabled,
.btn-flat.btn-flat[disabled] {
  background-color: transparent !important;
  color: #b3b2b2 !important;
  cursor: default;
}
.btn-large {
  height: 54px;
  line-height: 54px;
  font-size: 15px;
  padding: 0 28px;
}
.btn-large i {
  font-size: 1.6rem;
}
.btn-small {
  height: 32.4px;
  line-height: 32.4px;
  font-size: 13px;
}
.btn-small i {
  font-size: 1.2rem;
}
.btn-block {
  display: block;
}
.dropdown-content {
  background-color: #fff;
  margin: 0;
  display: none;
  min-width: 100px;
  overflow-y: auto;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.dropdown-content:focus {
  outline: 0;
}
.dropdown-content li {
  clear: both;
  color: rgb(0 0 0 / 0.87);
  cursor: pointer;
  min-height: 50px;
  line-height: 1.5rem;
  width: 100%;
  text-align: left;
}
.dropdown-content li:hover,
.dropdown-content li.active {
  background-color: #eee;
}
.dropdown-content li:focus {
  outline: none;
}
.dropdown-content li.divider {
  min-height: 0;
  height: 1px;
}
.dropdown-content li > a,
.dropdown-content li > span {
  font-size: 16px;
  color: #26a69a;
  display: block;
  line-height: 22px;
  padding: 14px 16px;
}
.dropdown-content li > span > label {
  top: 1px;
  left: 0;
  height: 18px;
}
.dropdown-content li > a > i {
  height: inherit;
  line-height: inherit;
  float: left;
  margin: 0 24px 0 0;
  width: 24px;
}
body.keyboard-focused .dropdown-content li:focus {
  background-color: #dadada;
}
.input-field.col .dropdown-content [type="checkbox"] + label {
  top: 1px;
  left: 0;
  height: 18px;
  -webkit-transform: none;
  transform: none;
}
.dropdown-trigger {
  cursor: pointer;
}
.modal {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  background-color: #fafafa;
  padding: 0;
  max-height: 70%;
  width: 55%;
  margin: auto;
  overflow-y: auto;
  border-radius: 2px;
  will-change: top, opacity;
}
.modal:focus {
  outline: none;
}
@media only screen and (max-width: 992px) {
  .modal {
    width: 80%;
  }
}
.modal h1,
.modal h2,
.modal h3,
.modal h4 {
  margin-top: 0;
}
.modal .modal-content {
  padding: 24px;
}
.modal .modal-content#modal-cart-content {
  padding: 13px 0;
}
.modal .modal-close {
  cursor: pointer;
}
.modal .modal-footer {
  border-radius: 0 0 2px 2px;
  padding: 4px 6px;
  height: 56px;
  width: 100%;
  text-align: right;
}
.modal .modal-footer .btn,
.modal .modal-footer .btn-large,
.modal .modal-footer .btn-small,
.modal .modal-footer .btn-flat {
  margin: 6px 0;
}
.modal-overlay {
  position: fixed;
  z-index: 999;
  top: -25%;
  left: 0;
  bottom: 0;
  right: 0;
  height: 125%;
  width: 100%;
  background: #000;
  display: none;
  will-change: opacity;
}
.modal.modal-fixed-footer {
  padding: 0;
  height: 70%;
}
.modal.modal-fixed-footer .modal-content {
  position: absolute;
  height: calc(100% - 56px);
  max-height: 100%;
  width: 100%;
  overflow-y: auto;
}
.modal.modal-fixed-footer .modal-footer {
  border-top: 1px solid rgb(0 0 0 / 0.1);
  position: absolute;
  bottom: 0;
}
.modal.bottom-sheet {
  top: auto;
  bottom: -100%;
  margin: 0;
  width: 100%;
  max-height: 45%;
  border-radius: 0;
  will-change: bottom, opacity;
}
.collapsible-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-tap-highlight-color: #fff0;
  padding: 13px 15px;
}
.collapsible-header:focus {
  outline: 0;
}
.collapsible-header i {
  width: 2rem;
  font-size: 1.6rem;
  display: inline-block;
  text-align: center;
  margin-right: 1rem;
}
.keyboard-focused .collapsible-header:focus {
  background-color: #eee;
}
.collapsible-body {
  display: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1rem;
}
.sidenav .collapsible,
.sidenav.fixed .collapsible {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.sidenav .collapsible li,
.sidenav.fixed .collapsible li {
  padding: 0;
}
.sidenav .collapsible-header,
.sidenav.fixed .collapsible-header {
  background-color: #fff0;
  border: none;
  line-height: inherit;
  height: inherit;
  padding: 0 16px;
}
.sidenav .collapsible-header:hover,
.sidenav.fixed .collapsible-header:hover {
  background-color: rgb(0 0 0 / 0.05);
}
.sidenav .collapsible-header i,
.sidenav.fixed .collapsible-header i {
  line-height: inherit;
}
.sidenav .collapsible-body,
.sidenav.fixed .collapsible-body {
  border: 0;
  background-color: #fff;
}
.sidenav .collapsible-body li a,
.sidenav.fixed .collapsible-body li a {
  padding: 0 23.5px 0 31px;
}
.collapsible.popout {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.collapsible.popout > li {
  -webkit-box-shadow:
    0 2px 5px 0 rgb(0 0 0 / 0.16),
    0 2px 10px 0 rgb(0 0 0 / 0.12);
  box-shadow:
    0 2px 5px 0 rgb(0 0 0 / 0.16),
    0 2px 10px 0 rgb(0 0 0 / 0.12);
  margin: 0 24px;
  -webkit-transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.collapsible.popout > li.active {
  -webkit-box-shadow:
    0 5px 11px 0 rgb(0 0 0 / 0.18),
    0 4px 15px 0 rgb(0 0 0 / 0.15);
  box-shadow:
    0 5px 11px 0 rgb(0 0 0 / 0.18),
    0 4px 15px 0 rgb(0 0 0 / 0.15);
  margin: 16px 0;
}
.chip {
  display: inline-block;
  height: 32px;
  font-size: 13px;
  font-weight: 500;
  color: rgb(0 0 0 / 0.6);
  line-height: 32px;
  padding: 0 12px;
  border-radius: 16px;
  background-color: #e4e4e4;
  margin-bottom: 5px;
  margin-right: 5px;
}
.chip:focus {
  outline: none;
  background-color: #26a69a;
  color: #fff;
}
.chip > img {
  float: left;
  margin: 0 8px 0 -12px;
  height: 32px;
  width: 32px;
  border-radius: 50%;
}
.chip .close {
  cursor: pointer;
  float: right;
  font-size: 16px;
  line-height: 32px;
  padding-left: 8px;
}
.chips {
  border: none;
  border-bottom: 1px solid #9e9e9e;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0 0 8px 0;
  min-height: 45px;
  outline: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.chips.focus {
  border-bottom: 1px solid #26a69a;
  -webkit-box-shadow: 0 1px 0 0 #26a69a;
  box-shadow: 0 1px 0 0 #26a69a;
}
.chips:hover {
  cursor: text;
}
.chips .input {
  background: none;
  border: 0;
  color: rgb(0 0 0 / 0.6);
  display: inline-block;
  font-size: 16px;
  height: 3rem;
  line-height: 32px;
  outline: 0;
  margin: 0;
  padding: 0 !important;
  width: 120px !important;
}
.chips .input:focus {
  border: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.chips .autocomplete-content {
  margin-top: 0;
  margin-bottom: 0;
}
.prefix ~ .chips {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}
.chips:empty ~ label {
  font-size: 0.8rem;
  -webkit-transform: translateY(-140%);
  transform: translateY(-140%);
}
.materialboxed {
  display: block;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  position: relative;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  -webkit-backface-visibility: hidden;
}
.materialboxed:hover:not(.active) {
  opacity: 0.8;
}
.materialboxed.active {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
#materialbox-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #292929;
  z-index: 1000;
  will-change: opacity;
}
.materialbox-caption {
  position: fixed;
  display: none;
  color: #fff;
  line-height: 50px;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0% 15%;
  height: 50px;
  z-index: 1000;
  -webkit-font-smoothing: antialiased;
}
select:focus {
  outline: 1px solid #c9f3ef;
}
button:focus {
  outline: none;
  background-color: #2ab7a9;
}
label {
  font-size: 0.8rem;
  color: #9e9e9e;
}
::-webkit-input-placeholder {
  color: #d1d1d1;
}
::-moz-placeholder {
  color: #d1d1d1;
}
::placeholder {
  color: #d1d1d1;
}
input:not([type]),
input[type="text"]:not(.browser-default),
input[type="password"]:not(.browser-default),
input[type="email"]:not(.browser-default),
input[type="url"]:not(.browser-default),
input[type="time"]:not(.browser-default),
input[type="date"]:not(.browser-default),
input[type="datetime"]:not(.browser-default),
input[type="datetime-local"]:not(.browser-default),
input[type="tel"]:not(.browser-default),
input[type="number"]:not(.browser-default),
input[type="search"]:not(.browser-default),
textarea.materialize-textarea {
  background-color: #fff0;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  border-radius: 0 !important;
  outline: none;
  height: 3rem;
  width: 100%;
  font-size: 16px;
  margin: 0 0 8px 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition:
    border 0.3s,
    -webkit-box-shadow 0.3s;
  transition:
    border 0.3s,
    -webkit-box-shadow 0.3s;
  transition:
    box-shadow 0.3s,
    border 0.3s;
  transition:
    box-shadow 0.3s,
    border 0.3s,
    -webkit-box-shadow 0.3s;
}
input:not([type]):disabled,
input:not([type])[readonly="readonly"],
input[type="text"]:not(.browser-default):disabled,
input[type="text"]:not(.browser-default)[readonly="readonly"],
input[type="password"]:not(.browser-default):disabled,
input[type="password"]:not(.browser-default)[readonly="readonly"],
input[type="email"]:not(.browser-default):disabled,
input[type="email"]:not(.browser-default)[readonly="readonly"],
input[type="url"]:not(.browser-default):disabled,
input[type="url"]:not(.browser-default)[readonly="readonly"],
input[type="time"]:not(.browser-default):disabled,
input[type="time"]:not(.browser-default)[readonly="readonly"],
input[type="date"]:not(.browser-default):disabled,
input[type="date"]:not(.browser-default)[readonly="readonly"],
input[type="datetime"]:not(.browser-default):disabled,
input[type="datetime"]:not(.browser-default)[readonly="readonly"],
input[type="datetime-local"]:not(.browser-default):disabled,
input[type="datetime-local"]:not(.browser-default)[readonly="readonly"],
input[type="tel"]:not(.browser-default):disabled,
input[type="tel"]:not(.browser-default)[readonly="readonly"],
input[type="number"]:not(.browser-default):disabled,
input[type="number"]:not(.browser-default)[readonly="readonly"],
input[type="search"]:not(.browser-default):disabled,
input[type="search"]:not(.browser-default)[readonly="readonly"],
textarea.materialize-textarea:disabled,
textarea.materialize-textarea[readonly="readonly"] {
  color: rgb(0 0 0 / 0.42);
  border-bottom: 1px dotted rgb(0 0 0 / 0.42);
}
input:not([type]):disabled + label,
input:not([type])[readonly="readonly"] + label,
input[type="text"]:not(.browser-default):disabled + label,
input[type="text"]:not(.browser-default)[readonly="readonly"] + label,
input[type="password"]:not(.browser-default):disabled + label,
input[type="password"]:not(.browser-default)[readonly="readonly"] + label,
input[type="email"]:not(.browser-default):disabled + label,
input[type="email"]:not(.browser-default)[readonly="readonly"] + label,
input[type="url"]:not(.browser-default):disabled + label,
input[type="url"]:not(.browser-default)[readonly="readonly"] + label,
input[type="time"]:not(.browser-default):disabled + label,
input[type="time"]:not(.browser-default)[readonly="readonly"] + label,
input[type="date"]:not(.browser-default):disabled + label,
input[type="date"]:not(.browser-default)[readonly="readonly"] + label,
input[type="datetime"]:not(.browser-default):disabled + label,
input[type="datetime"]:not(.browser-default)[readonly="readonly"] + label,
input[type="datetime-local"]:not(.browser-default):disabled + label,
input[type="datetime-local"]:not(.browser-default)[readonly="readonly"] + label,
input[type="tel"]:not(.browser-default):disabled + label,
input[type="tel"]:not(.browser-default)[readonly="readonly"] + label,
input[type="number"]:not(.browser-default):disabled + label,
input[type="number"]:not(.browser-default)[readonly="readonly"] + label,
input[type="search"]:not(.browser-default):disabled + label,
input[type="search"]:not(.browser-default)[readonly="readonly"] + label,
textarea.materialize-textarea:disabled + label,
textarea.materialize-textarea[readonly="readonly"] + label {
  color: rgb(0 0 0 / 0.42);
}
input:not([type]):focus:not([readonly]),
input[type="text"]:not(.browser-default):focus:not([readonly]),
input[type="password"]:not(.browser-default):focus:not([readonly]),
input[type="email"]:not(.browser-default):focus:not([readonly]),
input[type="url"]:not(.browser-default):focus:not([readonly]),
input[type="time"]:not(.browser-default):focus:not([readonly]),
input[type="date"]:not(.browser-default):focus:not([readonly]),
input[type="datetime"]:not(.browser-default):focus:not([readonly]),
input[type="datetime-local"]:not(.browser-default):focus:not([readonly]),
input[type="tel"]:not(.browser-default):focus:not([readonly]),
input[type="number"]:not(.browser-default):focus:not([readonly]),
input[type="search"]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #26a69a;
  -webkit-box-shadow: 0 1px 0 0 #26a69a;
  box-shadow: 0 1px 0 0 #26a69a;
}
input:not([type]):focus:not([readonly]) + label,
input[type="text"]:not(.browser-default):focus:not([readonly]) + label,
input[type="password"]:not(.browser-default):focus:not([readonly]) + label,
input[type="email"]:not(.browser-default):focus:not([readonly]) + label,
input[type="url"]:not(.browser-default):focus:not([readonly]) + label,
input[type="time"]:not(.browser-default):focus:not([readonly]) + label,
input[type="date"]:not(.browser-default):focus:not([readonly]) + label,
input[type="datetime"]:not(.browser-default):focus:not([readonly]) + label,
input[type="datetime-local"]:not(.browser-default):focus:not([readonly])
  + label,
input[type="tel"]:not(.browser-default):focus:not([readonly]) + label,
input[type="number"]:not(.browser-default):focus:not([readonly]) + label,
input[type="search"]:not(.browser-default):focus:not([readonly]) + label,
textarea.materialize-textarea:focus:not([readonly]) + label {
  color: #26a69a;
}
input:not([type]):focus.valid ~ label,
input[type="text"]:not(.browser-default):focus.valid ~ label,
input[type="password"]:not(.browser-default):focus.valid ~ label,
input[type="email"]:not(.browser-default):focus.valid ~ label,
input[type="url"]:not(.browser-default):focus.valid ~ label,
input[type="time"]:not(.browser-default):focus.valid ~ label,
input[type="date"]:not(.browser-default):focus.valid ~ label,
input[type="datetime"]:not(.browser-default):focus.valid ~ label,
input[type="datetime-local"]:not(.browser-default):focus.valid ~ label,
input[type="tel"]:not(.browser-default):focus.valid ~ label,
input[type="number"]:not(.browser-default):focus.valid ~ label,
input[type="search"]:not(.browser-default):focus.valid ~ label,
textarea.materialize-textarea:focus.valid ~ label {
  color: #4caf50;
}
input:not([type]):focus.invalid ~ label,
input[type="text"]:not(.browser-default):focus.invalid ~ label,
input[type="password"]:not(.browser-default):focus.invalid ~ label,
input[type="email"]:not(.browser-default):focus.invalid ~ label,
input[type="url"]:not(.browser-default):focus.invalid ~ label,
input[type="time"]:not(.browser-default):focus.invalid ~ label,
input[type="date"]:not(.browser-default):focus.invalid ~ label,
input[type="datetime"]:not(.browser-default):focus.invalid ~ label,
input[type="datetime-local"]:not(.browser-default):focus.invalid ~ label,
input[type="tel"]:not(.browser-default):focus.invalid ~ label,
input[type="number"]:not(.browser-default):focus.invalid ~ label,
input[type="search"]:not(.browser-default):focus.invalid ~ label,
textarea.materialize-textarea:focus.invalid ~ label {
  color: #f44336;
}
input.valid:not([type]),
input.valid:not([type]):focus,
input.valid[type="text"]:not(.browser-default),
input.valid[type="text"]:not(.browser-default):focus,
input.valid[type="password"]:not(.browser-default),
input.valid[type="password"]:not(.browser-default):focus,
input.valid[type="email"]:not(.browser-default),
input.valid[type="email"]:not(.browser-default):focus,
input.valid[type="url"]:not(.browser-default),
input.valid[type="url"]:not(.browser-default):focus,
input.valid[type="time"]:not(.browser-default),
input.valid[type="time"]:not(.browser-default):focus,
input.valid[type="date"]:not(.browser-default),
input.valid[type="date"]:not(.browser-default):focus,
input.valid[type="datetime"]:not(.browser-default),
input.valid[type="datetime"]:not(.browser-default):focus,
input.valid[type="datetime-local"]:not(.browser-default),
input.valid[type="datetime-local"]:not(.browser-default):focus,
input.valid[type="tel"]:not(.browser-default),
input.valid[type="tel"]:not(.browser-default):focus,
input.valid[type="number"]:not(.browser-default),
input.valid[type="number"]:not(.browser-default):focus,
input.valid[type="search"]:not(.browser-default),
input.valid[type="search"]:not(.browser-default):focus,
textarea.materialize-textarea.valid,
textarea.materialize-textarea.valid:focus,
.select-wrapper.valid > input.select-dropdown {
  border-bottom: 1px solid #4caf50;
  -webkit-box-shadow: 0 1px 0 0 #4caf50;
  box-shadow: 0 1px 0 0 #4caf50;
}
input.invalid:not([type]),
input.invalid:not([type]):focus,
input.invalid[type="text"]:not(.browser-default),
input.invalid[type="text"]:not(.browser-default):focus,
input.invalid[type="password"]:not(.browser-default),
input.invalid[type="password"]:not(.browser-default):focus,
input.invalid[type="email"]:not(.browser-default),
input.invalid[type="email"]:not(.browser-default):focus,
input.invalid[type="url"]:not(.browser-default),
input.invalid[type="url"]:not(.browser-default):focus,
input.invalid[type="time"]:not(.browser-default),
input.invalid[type="time"]:not(.browser-default):focus,
input.invalid[type="date"]:not(.browser-default),
input.invalid[type="date"]:not(.browser-default):focus,
input.invalid[type="datetime"]:not(.browser-default),
input.invalid[type="datetime"]:not(.browser-default):focus,
input.invalid[type="datetime-local"]:not(.browser-default),
input.invalid[type="datetime-local"]:not(.browser-default):focus,
input.invalid[type="tel"]:not(.browser-default),
input.invalid[type="tel"]:not(.browser-default):focus,
input.invalid[type="number"]:not(.browser-default),
input.invalid[type="number"]:not(.browser-default):focus,
input.invalid[type="search"]:not(.browser-default),
input.invalid[type="search"]:not(.browser-default):focus,
textarea.materialize-textarea.invalid,
textarea.materialize-textarea.invalid:focus,
.select-wrapper.invalid > input.select-dropdown,
.select-wrapper.invalid > input.select-dropdown:focus {
  border-bottom: 1px solid #f44336;
  -webkit-box-shadow: 0 1px 0 0 #f44336;
  box-shadow: 0 1px 0 0 #f44336;
}
input:not([type]).valid ~ .helper-text[data-success],
input:not([type]):focus.valid ~ .helper-text[data-success],
input:not([type]).invalid ~ .helper-text[data-error],
input:not([type]):focus.invalid ~ .helper-text[data-error],
input[type="text"]:not(.browser-default).valid ~ .helper-text[data-success],
input[type="text"]:not(.browser-default):focus.valid
  ~ .helper-text[data-success],
input[type="text"]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type="text"]:not(.browser-default):focus.invalid
  ~ .helper-text[data-error],
input[type="password"]:not(.browser-default).valid ~ .helper-text[data-success],
input[type="password"]:not(.browser-default):focus.valid
  ~ .helper-text[data-success],
input[type="password"]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type="password"]:not(.browser-default):focus.invalid
  ~ .helper-text[data-error],
input[type="email"]:not(.browser-default).valid ~ .helper-text[data-success],
input[type="email"]:not(.browser-default):focus.valid
  ~ .helper-text[data-success],
input[type="email"]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type="email"]:not(.browser-default):focus.invalid
  ~ .helper-text[data-error],
input[type="url"]:not(.browser-default).valid ~ .helper-text[data-success],
input[type="url"]:not(.browser-default):focus.valid
  ~ .helper-text[data-success],
input[type="url"]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type="url"]:not(.browser-default):focus.invalid
  ~ .helper-text[data-error],
input[type="time"]:not(.browser-default).valid ~ .helper-text[data-success],
input[type="time"]:not(.browser-default):focus.valid
  ~ .helper-text[data-success],
input[type="time"]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type="time"]:not(.browser-default):focus.invalid
  ~ .helper-text[data-error],
input[type="date"]:not(.browser-default).valid ~ .helper-text[data-success],
input[type="date"]:not(.browser-default):focus.valid
  ~ .helper-text[data-success],
input[type="date"]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type="date"]:not(.browser-default):focus.invalid
  ~ .helper-text[data-error],
input[type="datetime"]:not(.browser-default).valid ~ .helper-text[data-success],
input[type="datetime"]:not(.browser-default):focus.valid
  ~ .helper-text[data-success],
input[type="datetime"]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type="datetime"]:not(.browser-default):focus.invalid
  ~ .helper-text[data-error],
input[type="datetime-local"]:not(.browser-default).valid
  ~ .helper-text[data-success],
input[type="datetime-local"]:not(.browser-default):focus.valid
  ~ .helper-text[data-success],
input[type="datetime-local"]:not(.browser-default).invalid
  ~ .helper-text[data-error],
input[type="datetime-local"]:not(.browser-default):focus.invalid
  ~ .helper-text[data-error],
input[type="tel"]:not(.browser-default).valid ~ .helper-text[data-success],
input[type="tel"]:not(.browser-default):focus.valid
  ~ .helper-text[data-success],
input[type="tel"]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type="tel"]:not(.browser-default):focus.invalid
  ~ .helper-text[data-error],
input[type="number"]:not(.browser-default).valid ~ .helper-text[data-success],
input[type="number"]:not(.browser-default):focus.valid
  ~ .helper-text[data-success],
input[type="number"]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type="number"]:not(.browser-default):focus.invalid
  ~ .helper-text[data-error],
input[type="search"]:not(.browser-default).valid ~ .helper-text[data-success],
input[type="search"]:not(.browser-default):focus.valid
  ~ .helper-text[data-success],
input[type="search"]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type="search"]:not(.browser-default):focus.invalid
  ~ .helper-text[data-error],
textarea.materialize-textarea.valid ~ .helper-text[data-success],
textarea.materialize-textarea:focus.valid ~ .helper-text[data-success],
textarea.materialize-textarea.invalid ~ .helper-text[data-error],
textarea.materialize-textarea:focus.invalid ~ .helper-text[data-error],
.select-wrapper.valid .helper-text[data-success],
.select-wrapper.invalid ~ .helper-text[data-error] {
  color: #fff0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
input:not([type]).valid ~ .helper-text:after,
input:not([type]):focus.valid ~ .helper-text:after,
input[type="text"]:not(.browser-default).valid ~ .helper-text:after,
input[type="text"]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type="password"]:not(.browser-default).valid ~ .helper-text:after,
input[type="password"]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type="email"]:not(.browser-default).valid ~ .helper-text:after,
input[type="email"]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type="url"]:not(.browser-default).valid ~ .helper-text:after,
input[type="url"]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type="time"]:not(.browser-default).valid ~ .helper-text:after,
input[type="time"]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type="date"]:not(.browser-default).valid ~ .helper-text:after,
input[type="date"]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type="datetime"]:not(.browser-default).valid ~ .helper-text:after,
input[type="datetime"]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type="datetime-local"]:not(.browser-default).valid ~ .helper-text:after,
input[type="datetime-local"]:not(.browser-default):focus.valid
  ~ .helper-text:after,
input[type="tel"]:not(.browser-default).valid ~ .helper-text:after,
input[type="tel"]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type="number"]:not(.browser-default).valid ~ .helper-text:after,
input[type="number"]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type="search"]:not(.browser-default).valid ~ .helper-text:after,
input[type="search"]:not(.browser-default):focus.valid ~ .helper-text:after,
textarea.materialize-textarea.valid ~ .helper-text:after,
textarea.materialize-textarea:focus.valid ~ .helper-text:after,
.select-wrapper.valid ~ .helper-text:after {
  content: attr(data-success);
  color: #4caf50;
}
input:not([type]).invalid ~ .helper-text:after,
input:not([type]):focus.invalid ~ .helper-text:after,
input[type="text"]:not(.browser-default).invalid ~ .helper-text:after,
input[type="text"]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type="password"]:not(.browser-default).invalid ~ .helper-text:after,
input[type="password"]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type="email"]:not(.browser-default).invalid ~ .helper-text:after,
input[type="email"]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type="url"]:not(.browser-default).invalid ~ .helper-text:after,
input[type="url"]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type="time"]:not(.browser-default).invalid ~ .helper-text:after,
input[type="time"]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type="date"]:not(.browser-default).invalid ~ .helper-text:after,
input[type="date"]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type="datetime"]:not(.browser-default).invalid ~ .helper-text:after,
input[type="datetime"]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type="datetime-local"]:not(.browser-default).invalid ~ .helper-text:after,
input[type="datetime-local"]:not(.browser-default):focus.invalid
  ~ .helper-text:after,
input[type="tel"]:not(.browser-default).invalid ~ .helper-text:after,
input[type="tel"]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type="number"]:not(.browser-default).invalid ~ .helper-text:after,
input[type="number"]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type="search"]:not(.browser-default).invalid ~ .helper-text:after,
input[type="search"]:not(.browser-default):focus.invalid ~ .helper-text:after,
textarea.materialize-textarea.invalid ~ .helper-text:after,
textarea.materialize-textarea:focus.invalid ~ .helper-text:after,
.select-wrapper.invalid ~ .helper-text:after {
  content: attr(data-error);
  color: #f44336;
}
input:not([type]) + label:after,
input[type="text"]:not(.browser-default) + label:after,
input[type="password"]:not(.browser-default) + label:after,
input[type="email"]:not(.browser-default) + label:after,
input[type="url"]:not(.browser-default) + label:after,
input[type="time"]:not(.browser-default) + label:after,
input[type="date"]:not(.browser-default) + label:after,
input[type="datetime"]:not(.browser-default) + label:after,
input[type="datetime-local"]:not(.browser-default) + label:after,
input[type="tel"]:not(.browser-default) + label:after,
input[type="number"]:not(.browser-default) + label:after,
input[type="search"]:not(.browser-default) + label:after,
textarea.materialize-textarea + label:after,
.select-wrapper + label:after {
  display: block;
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  -webkit-transition:
    0.2s opacity ease-out,
    0.2s color ease-out;
  transition:
    0.2s opacity ease-out,
    0.2s color ease-out;
}
.input-field {
  position: relative;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.input-field.inline {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.input-field.inline input,
.input-field.inline .select-dropdown {
  margin-bottom: 1rem;
}
.input-field.col label {
  left: 0.75rem;
}
.input-field.col .prefix ~ label,
.input-field.col .prefix ~ .validate ~ label {
  width: calc(100% - 3rem - 1.5rem);
}
.input-field > label {
  color: #9e9e9e;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1rem;
  cursor: text;
  -webkit-transition:
    color 0.2s ease-out,
    -webkit-transform 0.2s ease-out;
  transition:
    color 0.2s ease-out,
    -webkit-transform 0.2s ease-out;
  transition:
    transform 0.2s ease-out,
    color 0.2s ease-out;
  transition:
    transform 0.2s ease-out,
    color 0.2s ease-out,
    -webkit-transform 0.2s ease-out;
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  text-align: initial;
  -webkit-transform: translateY(12px);
  transform: translateY(12px);
}
.input-field > label:not(.label-icon).active {
  -webkit-transform: translateY(-14px) scale(0.8);
  transform: translateY(-14px) scale(0.8);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.input-field
  > input[type]:-webkit-autofill:not(.browser-default):not([type="search"])
  + label,
.input-field > input[type="date"]:not(.browser-default) + label,
.input-field > input[type="time"]:not(.browser-default) + label {
  -webkit-transform: translateY(-14px) scale(0.8);
  transform: translateY(-14px) scale(0.8);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.input-field .helper-text {
  position: relative;
  min-height: 18px;
  display: block;
  font-size: 12px;
}
.input-field .helper-text::after {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.input-field .prefix {
  position: absolute;
  width: 3rem;
  font-size: 2rem;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  top: 0.5rem;
}
.input-field .prefix.active {
  color: #26a69a;
}
.input-field .prefix ~ input,
.input-field .prefix ~ textarea,
.input-field .prefix ~ label,
.input-field .prefix ~ .validate ~ label,
.input-field .prefix ~ .helper-text,
.input-field .prefix ~ .autocomplete-content {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}
.input-field .prefix ~ label {
  margin-left: 3rem;
}
@media only screen and (max-width: 992px) {
  .input-field .prefix ~ input {
    width: 86%;
    width: calc(100% - 3rem);
  }
}
@media only screen and (max-width: 600px) {
  .input-field .prefix ~ input {
    width: 80%;
    width: calc(100% - 3rem);
  }
}
.input-field input[type="search"] {
  display: block;
  line-height: inherit;
  -webkit-transition: 0.3s background-color;
  transition: 0.3s background-color;
}
.nav-wrapper .input-field input[type="search"] {
  height: inherit;
  padding-left: 4rem;
  width: calc(100% - 4rem);
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.input-field input[type="search"]:focus:not(.browser-default) {
  background-color: #fff;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #444;
}
.input-field input[type="search"]:focus:not(.browser-default) + label i,
.input-field
  input[type="search"]:focus:not(.browser-default)
  ~ .mdi-navigation-close,
.input-field
  input[type="search"]:focus:not(.browser-default)
  ~ .material-icons {
  color: #444;
}
.input-field input[type="search"] + .label-icon {
  -webkit-transform: none;
  transform: none;
  left: 1rem;
}
.input-field input[type="search"] ~ .mdi-navigation-close,
.input-field input[type="search"] ~ .material-icons {
  position: absolute;
  top: 0;
  right: 1rem;
  color: #fff0;
  cursor: pointer;
  font-size: 2rem;
  -webkit-transition: 0.3s color;
  transition: 0.3s color;
}
textarea {
  width: 100%;
  height: 3rem;
  background-color: #fff0;
}
textarea.materialize-textarea {
  line-height: normal;
  overflow-y: hidden;
  padding: 0.8rem 0 0.8rem 0;
  resize: none;
  min-height: 3rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.hiddendiv {
  visibility: hidden;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
  padding-top: 1.2rem;
  position: absolute;
  top: 0;
  z-index: -1;
}
.autocomplete-content li .highlight {
  color: #444;
}
.autocomplete-content li img {
  height: 40px;
  margin: 5px 15px;
}
.character-counter {
  min-height: 18px;
}
[type="radio"]:not(:checked),
[type="radio"]:checked {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
[type="radio"]:not(:checked) + span,
[type="radio"]:checked + span {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  -webkit-transition: 0.28s ease;
  transition: 0.28s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
[type="radio"] + span:before,
[type="radio"] + span:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 16px;
  height: 16px;
  z-index: 0;
  -webkit-transition: 0.28s ease;
  transition: 0.28s ease;
}
[type="radio"]:not(:checked) + span:before,
[type="radio"]:not(:checked) + span:after,
[type="radio"]:checked + span:before,
[type="radio"]:checked + span:after,
[type="radio"].with-gap:checked + span:before,
[type="radio"].with-gap:checked + span:after {
  border-radius: 50%;
}
[type="radio"]:not(:checked) + span:before,
[type="radio"]:not(:checked) + span:after {
  border: 2px solid #5a5a5a;
}
[type="radio"]:not(:checked) + span:after {
  -webkit-transform: scale(0);
  transform: scale(0);
}
[type="radio"]:checked + span:before {
  border: 2px solid #fff0;
}
[type="radio"]:checked + span:after,
[type="radio"].with-gap:checked + span:before,
[type="radio"].with-gap:checked + span:after {
  border: 2px solid #26a69a;
}
[type="radio"]:checked + span:after,
[type="radio"].with-gap:checked + span:after {
  background-color: #26a69a;
}
[type="radio"]:checked + span:after {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
[type="radio"].with-gap:checked + span:after {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
[type="radio"].tabbed:focus + span:before {
  -webkit-box-shadow: 0 0 0 10px rgb(0 0 0 / 0.1);
  box-shadow: 0 0 0 10px rgb(0 0 0 / 0.1);
}
[type="radio"].with-gap:disabled:checked + span:before {
  border: 2px solid rgb(0 0 0 / 0.42);
}
[type="radio"].with-gap:disabled:checked + span:after {
  border: none;
  background-color: rgb(0 0 0 / 0.42);
}
[type="radio"]:disabled:not(:checked) + span:before,
[type="radio"]:disabled:checked + span:before {
  background-color: #fff0;
  border-color: rgb(0 0 0 / 0.42);
}
[type="radio"]:disabled + span {
  color: rgb(0 0 0 / 0.42);
}
[type="radio"]:disabled:not(:checked) + span:before {
  border-color: rgb(0 0 0 / 0.42);
}
[type="radio"]:disabled:checked + span:after {
  background-color: rgb(0 0 0 / 0.42);
  border-color: #949494;
}
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
[type="checkbox"] + span:not(.lever) {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
[type="checkbox"] + span:not(.lever):before,
[type="checkbox"]:not(.filled-in) + span:not(.lever):after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid #5a5a5a;
  border-radius: 1px;
  margin-top: 3px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
[type="checkbox"]:not(.filled-in) + span:not(.lever):after {
  border: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
[type="checkbox"]:not(:checked):disabled + span:not(.lever):before {
  border: none;
  background-color: rgb(0 0 0 / 0.42);
}
[type="checkbox"].tabbed:focus + span:not(.lever):after {
  -webkit-transform: scale(1);
  transform: scale(1);
  border: 0;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 10px rgb(0 0 0 / 0.1);
  box-shadow: 0 0 0 10px rgb(0 0 0 / 0.1);
  background-color: rgb(0 0 0 / 0.1);
}
[type="checkbox"]:checked + span:not(.lever):before {
  top: -4px;
  left: -5px;
  width: 12px;
  height: 22px;
  border-top: 2px solid #fff0;
  border-left: 2px solid #fff0;
  border-right: 2px solid #26a69a;
  border-bottom: 2px solid #26a69a;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
[type="checkbox"]:checked:disabled + span:before {
  border-right: 2px solid rgb(0 0 0 / 0.42);
  border-bottom: 2px solid rgb(0 0 0 / 0.42);
}
[type="checkbox"]:indeterminate + span:not(.lever):before {
  top: -11px;
  left: -12px;
  width: 10px;
  height: 22px;
  border-top: none;
  border-left: none;
  border-right: 2px solid #26a69a;
  border-bottom: none;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
[type="checkbox"]:indeterminate:disabled + span:not(.lever):before {
  border-right: 2px solid rgb(0 0 0 / 0.42);
  background-color: #fff0;
}
[type="checkbox"].filled-in + span:not(.lever):after {
  border-radius: 2px;
}
[type="checkbox"].filled-in + span:not(.lever):before,
[type="checkbox"].filled-in + span:not(.lever):after {
  content: "";
  left: 0;
  position: absolute;
  -webkit-transition:
    border 0.25s,
    background-color 0.25s,
    width 0.2s 0.1s,
    height 0.2s 0.1s,
    top 0.2s 0.1s,
    left 0.2s 0.1s;
  transition:
    border 0.25s,
    background-color 0.25s,
    width 0.2s 0.1s,
    height 0.2s 0.1s,
    top 0.2s 0.1s,
    left 0.2s 0.1s;
  z-index: 1;
}
[type="checkbox"].filled-in:not(:checked) + span:not(.lever):before {
  width: 0;
  height: 0;
  border: 3px solid #fff0;
  left: 6px;
  top: 10px;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
[type="checkbox"].filled-in:not(:checked) + span:not(.lever):after {
  height: 20px;
  width: 20px;
  background-color: #fff0;
  border: 2px solid #5a5a5a;
  top: 0;
  z-index: 0;
}
[type="checkbox"].filled-in:checked + span:not(.lever):before {
  top: 0;
  left: 1px;
  width: 8px;
  height: 13px;
  border-top: 2px solid #fff0;
  border-left: 2px solid #fff0;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
[type="checkbox"].filled-in:checked + span:not(.lever):after {
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #26a69a;
  background-color: #26a69a;
  z-index: 0;
}
[type="checkbox"].filled-in.tabbed:focus + span:not(.lever):after {
  border-radius: 2px;
  border-color: #5a5a5a;
  background-color: rgb(0 0 0 / 0.1);
}
[type="checkbox"].filled-in.tabbed:checked:focus + span:not(.lever):after {
  border-radius: 2px;
  background-color: #26a69a;
  border-color: #26a69a;
}
[type="checkbox"].filled-in:disabled:not(:checked) + span:not(.lever):before {
  background-color: #fff0;
  border: 2px solid #fff0;
}
[type="checkbox"].filled-in:disabled:not(:checked) + span:not(.lever):after {
  border-color: #fff0;
  background-color: #949494;
}
[type="checkbox"].filled-in:disabled:checked + span:not(.lever):before {
  background-color: #fff0;
}
[type="checkbox"].filled-in:disabled:checked + span:not(.lever):after {
  background-color: #949494;
  border-color: #949494;
}
.switch,
.switch * {
  -webkit-tap-highlight-color: #fff0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.switch label {
  cursor: pointer;
}
.switch label input[type="checkbox"] {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch label input[type="checkbox"]:checked + .lever {
  background-color: #84c7c1;
}
.switch label input[type="checkbox"]:checked + .lever:before,
.switch label input[type="checkbox"]:checked + .lever:after {
  left: 18px;
}
.switch label input[type="checkbox"]:checked + .lever:after {
  background-color: #26a69a;
}
.switch label .lever {
  content: "";
  display: inline-block;
  position: relative;
  width: 36px;
  height: 14px;
  background-color: rgb(0 0 0 / 0.38);
  border-radius: 15px;
  margin-right: 10px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  vertical-align: middle;
  margin: 0 16px;
}
.switch label .lever:before,
.switch label .lever:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  left: 0;
  top: -3px;
  -webkit-transition:
    left 0.3s ease,
    background 0.3s ease,
    -webkit-box-shadow 0.1s ease,
    -webkit-transform 0.1s ease;
  transition:
    left 0.3s ease,
    background 0.3s ease,
    -webkit-box-shadow 0.1s ease,
    -webkit-transform 0.1s ease;
  transition:
    left 0.3s ease,
    background 0.3s ease,
    box-shadow 0.1s ease,
    transform 0.1s ease;
  transition:
    left 0.3s ease,
    background 0.3s ease,
    box-shadow 0.1s ease,
    transform 0.1s ease,
    -webkit-box-shadow 0.1s ease,
    -webkit-transform 0.1s ease;
}
.switch label .lever:before {
  background-color: rgb(38 166 154 / 0.15);
}
.switch label .lever:after {
  background-color: #f1f1f1;
  -webkit-box-shadow:
    0 3px 1px -2px rgb(0 0 0 / 0.2),
    0 2px 2px 0 rgb(0 0 0 / 0.14),
    0 1px 5px 0 rgb(0 0 0 / 0.12);
  box-shadow:
    0 3px 1px -2px rgb(0 0 0 / 0.2),
    0 2px 2px 0 rgb(0 0 0 / 0.14),
    0 1px 5px 0 rgb(0 0 0 / 0.12);
}
input[type="checkbox"]:checked:not(:disabled) ~ .lever:active::before,
input[type="checkbox"]:checked:not(:disabled).tabbed:focus ~ .lever::before {
  -webkit-transform: scale(2.4);
  transform: scale(2.4);
  background-color: rgb(38 166 154 / 0.15);
}
input[type="checkbox"]:not(:disabled) ~ .lever:active:before,
input[type="checkbox"]:not(:disabled).tabbed:focus ~ .lever::before {
  -webkit-transform: scale(2.4);
  transform: scale(2.4);
  background-color: rgb(0 0 0 / 0.08);
}
.switch input[type="checkbox"][disabled] + .lever {
  cursor: default;
  background-color: rgb(0 0 0 / 0.12);
}
.switch label input[type="checkbox"][disabled] + .lever:after,
.switch label input[type="checkbox"][disabled]:checked + .lever:after {
  background-color: #949494;
}
select {
  display: none;
}
select.browser-default {
  display: block;
}
select {
  background-color: rgb(255 255 255 / 0.9);
  width: 100%;
  padding: 5px;
  border: 1px solid #f2f2f2;
  border-radius: 2px;
  height: 3rem;
}
.select-label {
  position: absolute;
}
.select-wrapper {
  position: relative;
}
.select-wrapper.valid + label,
.select-wrapper.invalid + label {
  width: 100%;
  pointer-events: none;
}
.select-wrapper input.select-dropdown {
  position: relative;
  cursor: pointer;
  background-color: #fff0;
  border: none;
  border-bottom: 1px solid lightgray;
  outline: none;
  height: 3rem;
  line-height: 3rem;
  width: 100%;
  font-size: 16px;
  margin: 0 0 8px 0;
  padding: 0;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1;
}
.select-wrapper input.select-dropdown:focus {
  border-bottom: 1px solid #26a69a;
}
.select-wrapper .caret {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 0;
  fill: rgb(0 0 0 / 0.87);
}
.select-wrapper + label {
  position: absolute;
  top: -26px;
  font-size: 0.8rem;
}
select:disabled {
  color: rgb(0 0 0 / 0.42);
}
.select-wrapper.disabled + label {
  color: rgb(0 0 0 / 0.42);
}
.select-wrapper.disabled .caret {
  fill: rgb(0 0 0 / 0.42);
}
.select-wrapper input.select-dropdown:disabled {
  color: rgb(0 0 0 / 0.42);
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select-wrapper i {
  color: rgb(0 0 0 / 0.3);
}
.select-dropdown li.disabled,
.select-dropdown li.disabled > span,
.select-dropdown li.optgroup {
  color: rgb(0 0 0 / 0.3);
  background-color: #fff0;
}
body.keyboard-focused .select-dropdown.dropdown-content li:focus {
  background-color: rgb(0 0 0 / 0.08);
}
.select-dropdown.dropdown-content li:hover {
  background-color: rgb(0 0 0 / 0.08);
}
.select-dropdown.dropdown-content li.selected {
  background-color: rgb(0 0 0 / 0.03);
}
.prefix ~ .select-wrapper {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}
.prefix ~ label {
  margin-left: 3rem;
}
.select-dropdown li img {
  height: 40px;
  width: 40px;
  margin: 5px 15px;
  float: right;
}
.select-dropdown li.optgroup {
  border-top: 1px solid #eee;
}
.select-dropdown li.optgroup.selected > span {
  color: rgb(0 0 0 / 0.7);
}
.select-dropdown li.optgroup > span {
  color: rgb(0 0 0 / 0.4);
}
.select-dropdown li.optgroup ~ li.optgroup-option {
  padding-left: 1rem;
}
.file-field {
  position: relative;
}
.file-field .file-path-wrapper {
  overflow: hidden;
  padding-left: 10px;
}
.file-field input.file-path {
  width: 100%;
}
.file-field .btn,
.file-field .btn-large,
.file-field .btn-small {
  float: left;
  height: 3rem;
  line-height: 3rem;
}
.file-field span {
  cursor: pointer;
}
.file-field input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
}
.file-field input[type="file"]::-webkit-file-upload-button {
  display: none;
}
.range-field {
  position: relative;
}
input[type="range"],
input[type="range"] + .thumb {
  cursor: pointer;
}
input[type="range"] {
  position: relative;
  background-color: #fff0;
  border: none;
  outline: none;
  width: 100%;
  margin: 15px 0;
  padding: 0;
}
input[type="range"]:focus {
  outline: none;
}
input[type="range"] + .thumb {
  position: absolute;
  top: 10px;
  left: 0;
  border: none;
  height: 0;
  width: 0;
  border-radius: 50%;
  background-color: #26a69a;
  margin-left: 7px;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
input[type="range"] + .thumb .value {
  display: block;
  width: 30px;
  text-align: center;
  color: #26a69a;
  font-size: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
input[type="range"] + .thumb.active {
  border-radius: 50% 50% 50% 0;
}
input[type="range"] + .thumb.active .value {
  color: #fff;
  margin-left: -1px;
  margin-top: 8px;
  font-size: 10px;
}
input[type="range"] {
  -webkit-appearance: none;
}
input[type="range"]::-webkit-slider-runnable-track {
  height: 3px;
  background: #c2c0c2;
  border: none;
}
input[type="range"]::-webkit-slider-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #26a69a;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition:
    box-shadow 0.3s,
    -webkit-box-shadow 0.3s;
  -webkit-appearance: none;
  background-color: #26a69a;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  margin: -5px 0 0 0;
}
.keyboard-focused input[type="range"]:focus:not(.active)::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 10px rgb(38 166 154 / 0.26);
  box-shadow: 0 0 0 10px rgb(38 166 154 / 0.26);
}
input[type="range"] {
  border: 1px solid #fff;
}
input[type="range"]::-moz-range-track {
  height: 3px;
  background: #c2c0c2;
  border: none;
}
input[type="range"]::-moz-range-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #26a69a;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition:
    box-shadow 0.3s,
    -webkit-box-shadow 0.3s;
  margin-top: -5px;
}
input[type="range"]:-moz-focusring {
  outline: 1px solid #fff;
  outline-offset: -1px;
}
.keyboard-focused input[type="range"]:focus:not(.active)::-moz-range-thumb {
  box-shadow: 0 0 0 10px rgb(38 166 154 / 0.26);
}
.table-of-contents.fixed {
  position: fixed;
}
.table-of-contents li {
  padding: 2px 0;
}
.table-of-contents a {
  display: inline-block;
  font-weight: 300;
  color: #757575;
  padding-left: 16px;
  height: 1.5rem;
  line-height: 1.5rem;
  letter-spacing: 0.4px;
  display: inline-block;
}
.table-of-contents a:hover {
  color: #a8a8a8;
  padding-left: 15px;
  border-left: 1px solid #ee6e73;
}
.table-of-contents a.active {
  font-weight: 500;
  padding-left: 14px;
  border-left: 2px solid #ee6e73;
}
.sidenav {
  position: fixed;
  width: 300px;
  left: 0;
  top: 0;
  margin: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  height: 100%;
  height: calc(100% + 60px);
  height: -moz-calc(100%);
  padding-bottom: 60px;
  background-color: #fff;
  z-index: 99999;
  overflow-y: auto;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
}
.sidenav.right-aligned {
  right: 0;
  -webkit-transform: translateX(105%);
  transform: translateX(105%);
  left: auto;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.sidenav .collapsible {
  margin: 0;
}
.sidenav li {
  float: none;
  line-height: 48px;
}
.sidenav li.active {
  background-color: rgb(0 0 0 / 0.05);
}
.sidenav li > a {
  color: rgb(0 0 0 / 0.87);
  display: block;
  font-size: 14px;
  font-weight: 500;
  height: 48px;
  line-height: 48px;
  padding: 0 32px;
}
.sidenav li > a:hover {
  background-color: rgb(0 0 0 / 0.05);
}
.sidenav li > a.btn,
.sidenav li > a.btn-large,
.sidenav li > a.btn-small,
.sidenav li > a.btn-large,
.sidenav li > a.btn-flat,
.sidenav li > a.btn-floating {
  margin: 10px 15px;
}
.sidenav li > a.btn,
.sidenav li > a.btn-large,
.sidenav li > a.btn-small,
.sidenav li > a.btn-large,
.sidenav li > a.btn-floating {
  color: #fff;
}
.sidenav li > a.btn-flat {
  color: #343434;
}
.sidenav li > a.btn:hover,
.sidenav li > a.btn-large:hover,
.sidenav li > a.btn-small:hover,
.sidenav li > a.btn-large:hover {
  background-color: #2bbbad;
}
.sidenav li > a.btn-floating:hover {
  background-color: #26a69a;
}
.sidenav li > a > i,
.sidenav li > a > [class^="mdi-"],
.sidenav li > a li > a > [class*="mdi-"],
.sidenav li > a > i.material-icons {
  float: left;
  height: 48px;
  line-height: 48px;
  margin: 0 32px 0 0;
  width: 24px;
  color: rgb(0 0 0 / 0.54);
}
.sidenav .divider {
  margin: 8px 0 0 0;
}
.sidenav .subheader {
  cursor: initial;
  pointer-events: none;
  color: rgb(0 0 0 / 0.54);
  font-size: 14px;
  font-weight: 500;
  line-height: 48px;
}
.sidenav .subheader:hover {
  background-color: #fff0;
}
.sidenav .user-view {
  position: relative;
  padding: 32px 32px 0;
  margin-bottom: 8px;
}
.sidenav .user-view > a {
  height: auto;
  padding: 0;
}
.sidenav .user-view > a:hover {
  background-color: #fff0;
}
.sidenav .user-view .background {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.sidenav .user-view .circle,
.sidenav .user-view .name,
.sidenav .user-view .email {
  display: block;
}
.sidenav .user-view .circle {
  height: 64px;
  width: 64px;
}
.sidenav .user-view .name,
.sidenav .user-view .email {
  font-size: 14px;
  line-height: 24px;
}
.sidenav .user-view .name {
  margin-top: 16px;
  font-weight: 500;
}
.sidenav .user-view .email {
  padding-bottom: 16px;
  font-weight: 400;
}
.drag-target {
  height: 100%;
  width: 10px;
  position: fixed;
  top: 0;
  z-index: 998;
}
.drag-target.right-aligned {
  right: 0;
}
.sidenav.sidenav-fixed {
  left: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  position: fixed;
}
.sidenav.sidenav-fixed.right-aligned {
  right: 0;
  left: auto;
}
@media only screen and (max-width: 992px) {
  .sidenav.sidenav-fixed {
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
  }
  .sidenav.sidenav-fixed.right-aligned {
    -webkit-transform: translateX(105%);
    transform: translateX(105%);
  }
  .sidenav > a {
    padding: 0 16px;
  }
  .sidenav .user-view {
    padding: 16px 16px 0;
  }
}
.sidenav .collapsible-body > ul:not(.collapsible) > li.active,
.sidenav.sidenav-fixed .collapsible-body > ul:not(.collapsible) > li.active {
  background-color: #ee6e73;
}
.sidenav .collapsible-body > ul:not(.collapsible) > li.active a,
.sidenav.sidenav-fixed .collapsible-body > ul:not(.collapsible) > li.active a {
  color: #fff;
}
.sidenav .collapsible-body {
  padding: 0;
}
.sidenav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  height: 120vh;
  background-color: rgb(0 0 0 / 0.5);
  z-index: 997;
  display: none;
}
.slider {
  position: relative;
  height: 400px;
  width: 100%;
}
.slider.fullscreen {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.slider.fullscreen ul.slides {
  height: 100%;
}
.slider.fullscreen ul.indicators {
  z-index: 2;
  bottom: 30px;
}
.slider .slides {
  background-color: #9e9e9e;
  margin: 0;
  height: 400px;
}
.slider .slides li {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: inherit;
  overflow: hidden;
}
.slider .slides li img {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.slider .slides li .caption {
  color: #fff;
  position: absolute;
  top: 15%;
  left: 15%;
  width: 70%;
  opacity: 0;
}
.slider .slides li .caption p {
  color: #e0e0e0;
}
.slider .slides li.active {
  z-index: 2;
}
.slider .indicators {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}
.slider .indicators .indicator-item {
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 16px;
  width: 16px;
  margin: 0 12px;
  background-color: #e0e0e0;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  border-radius: 50%;
}
.slider .indicators .indicator-item.active {
  background-color: #4caf50;
}
.carousel {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 400px;
  -webkit-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}
.carousel.carousel-slider {
  top: 0;
  left: 0;
}
.carousel.carousel-slider .carousel-fixed-item {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 1;
}
.carousel.carousel-slider .carousel-fixed-item.with-indicators {
  bottom: 68px;
}
.carousel.carousel-slider .carousel-item {
  width: 100%;
  height: 100%;
  min-height: 400px;
  position: absolute;
  top: 0;
  left: 0;
}
.carousel.carousel-slider .carousel-item h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}
.carousel.carousel-slider .carousel-item p {
  font-size: 15px;
}
.carousel .carousel-item {
  visibility: hidden;
  width: 200px;
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
}
.carousel .carousel-item > img {
  width: 100%;
}
.carousel .indicators {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}
.carousel .indicators .indicator-item {
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 8px;
  width: 8px;
  margin: 24px 4px;
  background-color: rgb(255 255 255 / 0.5);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  border-radius: 50%;
}
.carousel .indicators .indicator-item.active {
  background-color: #fff;
}
.carousel.scrolling .carousel-item .materialboxed,
.carousel .carousel-item:not(.active) .materialboxed {
  pointer-events: none;
}
.pulse {
  overflow: visible;
  position: relative;
}
.pulse::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: inherit;
  border-radius: inherit;
  -webkit-transition:
    opacity 0.3s,
    -webkit-transform 0.3s;
  transition:
    opacity 0.3s,
    -webkit-transform 0.3s;
  transition:
    opacity 0.3s,
    transform 0.3s;
  transition:
    opacity 0.3s,
    transform 0.3s,
    -webkit-transform 0.3s;
  -webkit-animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
  animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
  z-index: -1;
}
@-webkit-keyframes pulse-animation {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@keyframes pulse-animation {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
body {
  display: flex;
  min-height: 100vh;
  min-width: 320px;
  flex-direction: column;
}
main {
  flex: 1 0 auto;
}
header .row {
  margin-bottom: 0;
}
a:hover {
  text-decoration: underline;
}
.href-underline,
.href-underline a {
  text-decoration: none !important;
}
h1 {
  font-size: 2.2em;
  margin-top: 1rem;
}
h2 {
  font-size: 1.6em;
}
h3 {
  font-size: 1.2em;
}
h4 {
  font-size: 1.1em;
}
h5 {
  font-size: 1.05em;
}
h6 {
  font-size: 1em;
}
label {
  color: inherit !important;
}
iframe {
  border: none;
}
figcaption {
  padding: 1rem 0;
}
:focus {
  outline: none;
}
.inherit {
  background-color: inherit !important;
}
.inherit-text {
  color: inherit !important;
}
.text-light {
  font-weight: lighter !important;
}
.text-normal {
  font-weight: normal !important;
}
.text-medium {
  font-weight: normal !important;
}
.text-bold,
strong {
  font-weight: bold !important;
}
.text-justify {
  text-align: justify !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-underline {
  text-decoration: underline !important;
}
.text-italic {
  font-style: italic;
}
.no-border {
  border: none !important;
}
.block {
  display: block !important;
}
.activator {
  cursor: pointer !important;
}
.cursor-default {
  cursor: default !important;
}
.close-icon {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 1.5em !important;
  height: 1.5em !important;
  line-height: 1.5em !important;
}
.width-max {
  width: 100% !important;
}
.flex-reverse {
  display: flex;
  flex-direction: row-reverse;
  padding: 1rem 0;
}
.scale:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.transition {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out;
  -moz-transition:
    transform 0.3s ease-in-out,
    -moz-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition:
    transform 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out,
    -moz-transform 0.3s ease-in-out,
    -o-transform 0.3s ease-in-out;
}
#modal-loading .row {
  margin-bottom: 0;
}
.toast-undo-remove__text {
  margin-left: 1rem;
}
.toast-undo-remove__action {
  height: 48px;
  margin-right: 0 !important;
}
.waves-effect-15 {
  height: 1.5em !important;
  width: 1.5em !important;
  line-height: 1.5em !important;
}
.logo_distacne {
  height: 0;
}
.top-menu.nav-wrapper i {
  font-size: 1.2rem;
  line-height: 23px;
}
.top-container {
  position: relative;
  z-index: 997;
  padding: 10px 0;
}
.contact-info {
  margin: 0;
}
.contact-info li {
  float: left;
  margin-left: 10px;
}
.contact-info li i {
  margin-right: 5px;
}
#dropdown-nav-top {
  overflow-y: visible !important;
}
.dropdown-content li > a,
.dropdown-content li > span {
  color: #263238 !important;
}
.search-wrapper {
  height: 46px;
  margin-top: 9px;
}
.search-buttons {
  top: 5px !important;
  text-align: center !important;
  cursor: pointer !important;
}
.search-buttons__search {
  transform: translateY(0) !important;
  left: 5px !important;
}
.search-buttons__clear {
  right: 5px !important;
}
.search-buttons > .material-icons,
.search-buttons__clear {
  width: 2.5rem !important;
  height: 2.5rem !important;
  line-height: 2.5rem !important;
}
.input-field
  input[type="search"]:focus:not(.browser-default)
  ~ label
  .material-icons {
  color: #444;
}
.autocomplete-content.dropdown-content {
  position: absolute;
  width: 100%;
  top: 46px;
}
#main-dd-nav {
  padding-left: 40px;
}
#main-dd-nav:before {
  font-family: "Material Icons";
  content: "\E5D2";
  position: absolute;
  top: 0;
  left: 20px;
  height: 64px;
  line-height: 64px;
  display: block;
  font-size: 1.5rem;
}
.dropdown-child {
  position: relative;
  padding-right: 45px !important;
}
.dropdown-child:before {
  font-family: "Material Icons";
  content: "\E5CC";
  position: absolute;
  top: 14px;
  right: 16px;
  display: block;
  font-size: 24px;
  color: inherit;
}
.dropdown-overflow {
  overflow-y: auto !important;
}
.new-badge {
  position: relative;
}
.new-badge[data-badge]:after {
  content: attr(data-badge);
  position: absolute;
  top: -8px;
  right: -27px;
  font-weight: 500;
  line-height: 23px;
  text-align: center;
  font-size: 12px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #90a4ae;
  color: #fff;
}
.sidenav .user-view {
  margin-bottom: 0;
}
.side-info a {
  display: block;
  margin-top: 16px;
  padding: 0;
  font-size: 14px;
  line-height: 24px;
}
.side-info a:last-child {
  padding-bottom: 16px;
}
.sidenav li > a {
  padding: 0 16px;
}
span.collapsible-header > .material-icons {
  float: left;
  height: 48px;
  line-height: 48px;
  margin: 0 32px 0 0;
  width: 24px;
  color: rgb(0 0 0 / 0.54);
}
span.collapsible-header {
  color: rgb(0 0 0 / 0.87);
  display: block;
  font-size: 14px;
  font-weight: 500;
  height: 48px;
  line-height: 48px;
  padding: 0 16px;
}
#side-settings,
#dropdown-side-settings {
  margin-top: 9px;
  float: right;
}
li > a .collapsible-header .caret {
  color: #999;
  margin-right: 0;
  transition: transform 0.2s ease;
}
li.active > a .collapsible-header .caret {
  transform: rotate(-180deg);
}
.collapsible-header.stop_go {
  position: absolute;
  right: 0;
  top: 0;
  box-shadow: inset 7px 0 9px -7px rgb(210 208 208 / 0.4);
}
#cart,
#btn-side-menu,
#compare-btn,
#back-to-top,
#callback__btn,
#show-search {
  position: fixed;
  z-index: 997;
  overflow: visible;
}
#cart {
  top: auto;
  right: 20px;
  bottom: 20px;
  left: auto;
}
#callback__btn {
  top: auto;
  right: 20px;
  bottom: 96px;
  left: auto;
}
#compare-btn {
  top: auto;
  right: 90px;
  bottom: 20px;
  left: auto;
}
#btn-side-menu {
  top: 20px;
  right: 20px;
  bottom: auto;
  left: auto;
  background: rgba(0, 0, 0, 0.479);
}
#show-search {
  top: 20px;
  right: 90px;
  bottom: auto;
  left: auto;
}
#back-to-top {
  top: auto;
  right: auto;
  bottom: 20px;
  left: 20px;
  background: rgba(0, 0, 0, 0.116);
}
.subcategory-wrap .chip {
  max-width: 150px;
}
.labels-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0;
}
.labels-wrap span.badge {
  margin-left: 0;
  position: relative;
  padding-top: 1px;
  height: 24px;
  z-index: 1;
}
.labels-wrap__item {
  margin: 7px 0 5px 7px;
}
.labels-wrap__item:last-child {
  margin-bottom: 0;
}
.card .badge.percent {
  position: absolute;
  margin: 0;
  z-index: 10;
  left: auto;
  right: 0;
}
.card-price {
  font-weight: bold !important;
  font-size: 1.3em !important;
}
.card-reveal .card-title {
  padding-right: 25px;
}
.old-price {
  margin-right: 20px;
  font-size: 1.2em !important;
  text-decoration: line-through;
  font-weight: 500 !important;
}
.add-cart {
  position: absolute;
  top: -28px;
  right: 28px;
  z-index: 1;
}
.card-image .material-icons,
.card-reveal .material-icons {
  position: absolute;
  top: 20px;
  right: 10px;
  z-index: 1;
}
.rating {
  position: relative;
  padding-bottom: 15px;
  color: #fc0;
  text-align: center;
}
.rating.p-list {
  position: absolute;
  right: 0;
  left: 0;
  top: -14px;
}
.rating.p-list .stars {
  background: #fff;
}
.rating span {
  position: relative;
  padding: 0 10px;
}
.rating span > span {
  position: relative;
  padding: 0 2px;
  top: 1px;
}
.rating hr {
  position: relative;
  margin: 0;
  top: 14px;
  border-top: 1px;
}
.rating .material-icons {
  position: relative;
  display: inline-block;
  width: 1em;
  width: 1em;
  line-height: 1em;
  vertical-align: middle;
  cursor: default;
}
.rating.p-list .material-icons {
  font-size: 18px;
}
.rating.p-list .material-icons.star_empty {
  color: lightgray;
}
.category-list-options {
  position: absolute;
  bottom: 0;
  left: 18px;
}
.category-list-options span {
  border: 1px solid #e8e8e8;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  margin: 0 1px 2px;
  padding: 8px 10px;
  background: #80808073;
  white-space: nowrap;
}
.product-info {
  position: relative;
  padding-bottom: 0;
}
.product-info h1 {
  margin-top: 0;
}
#side-share {
  z-index: 1000;
}
.side-share__item {
  display: inline-block;
  margin: 8px 32px 0 0;
  line-height: 1;
  float: left;
}
.side-share__item svg {
  height: 2rem;
  width: 2rem;
  padding: 4px;
  border-radius: 2px;
}
label.radio,
label.checkbox {
  display: flex;
  align-items: center;
}
label.radio img,
label.checkbox img {
  margin-right: 10px;
}
#side-share path {
  fill: #fff;
}
.vk {
  background-color: #6383a8;
}
.facebook {
  background-color: #3b5998;
}
.odnoklassniki {
  background-color: #f4731c;
}
.googleplus {
  background-color: #dc4e41;
}
.twitter {
  background-color: #1da1f2;
}
.viber {
  background-color: #7c529e;
}
.whatsapp {
  background-color: #25d366;
}
.skype {
  background-color: #00aff0;
}
.telegram {
  background-color: #2ca5e0;
}
.user-btn {
  display: flex;
  position: absolute;
  top: 7px;
  left: 15px;
  margin: 0;
}
.user-btn li {
  margin-right: 10px;
}
.user-btn i.material-icons,
.share-btn {
  width: 1.6em;
  height: 1.6em;
  font-size: 1.6em !important;
  line-height: 1.6em !important;
}
.share-btn {
  position: absolute;
  top: 7px;
  right: 15px;
}
.slider-nav img:hover {
  cursor: pointer;
}
.img-block {
  position: relative;
}
.img-block .badge {
  position: absolute;
  margin: 0;
  z-index: 1;
}
.status,
.percent {
  top: 0;
  left: 0;
}
.availability {
  top: 0;
  right: 0;
}
.slider-for figure {
  position: relative;
}
.slider-for figure:after {
  font-family: "Material Icons";
  content: "\E8FF";
  top: 0;
  right: 0;
  position: absolute;
  font-size: 1.5em;
  color: #424242;
  cursor: pointer;
}
.blockquote-note {
  position: relative;
  border: none;
  padding-top: 15px;
  padding-right: 20px;
  color: #263238;
  overflow: visible;
  border: 1px solid #cfd8dc;
}
.blockquote-icon {
  position: absolute;
  left: 10px;
  top: -25px;
  width: 50px;
  height: 50px;
  padding: 13px 0 0 13px;
  border-radius: 25px;
  border: 1px solid #b0bec5;
}
.blockquote-icon-note i {
  font-size: 24px;
  color: #fff;
  text-shadow: 1px 1px 2px rgb(0 0 0 / 0.3);
}
.end-promotion {
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  margin: 15px -24px 35px;
  padding-left: 24px;
  padding-right: 24px;
}
.product-remainder {
  display: flex;
  align-items: center;
}
.product-remainder > .progress {
  height: 1rem;
  margin: 0;
}
#product
  ul.product-option.radio-option
  [type="radio"]:not(:checked)
  + label
  span {
  border: 2px solid orange;
  margin-bottom: 5px;
}
#product ul.product-option.radio-option [type="radio"]:checked + label span {
  border: 2px solid orange;
  opacity: 1;
  margin-top: -5px;
  background: orange;
  color: #fff;
}
#product ul.product-option.radio-option span {
  opacity: 0.7;
  height: 50px;
  padding: 15px 16px 35px;
  border-radius: 5px;
  margin-right: 5px;
  cursor: pointer;
  font-weight: 700;
  font-size: 16px;
}
#product ul.product-option.radio-option li:last-child span {
  margin-right: 0;
}
#product ul.product-option.radio-option span:hover {
  background: #ececec;
}
#product
  ul.product-option.radio-option
  [type="radio"]:checked
  + label
  span:hover {
  background: orange;
  color: #fff;
}
.product-option.valign-wrapper {
  flex-wrap: wrap;
}
.product-option > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-option > li > img {
  padding-right: 5px;
}
#product #input-quantity:focus {
  border-bottom: none !important;
  box-shadow: none;
}
.input-number {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.input-number-cart {
  justify-content: flex-start;
}
.input-number input[type="number"] {
  margin: 0;
  width: 50px;
  border-bottom: 0;
  text-align: center;
}
.input-number input[type="number"]:focus {
  border-bottom: 0;
  box-shadow: none;
}
.input-number input[type="number"]::-webkit-outer-spin-button,
.input-number input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.input-number input[type="number"] {
  -moz-appearance: textfield;
}
.input-quantity-minus,
.input-quantity-plus {
  width: 1.6em;
  height: 1.6em;
  font-size: 30px !important;
  cursor: pointer;
  padding-top: 20px;
}
.description-product ul li {
  list-style-type: disc;
  margin: 7px 0 7px 16px;
}
.list-check li {
  list-style-type: none !important;
  margin: 7px 0 !important;
}
.list-check li:before {
  font-family: "Material Icons";
  content: "\E5CA";
  padding: 5px;
  margin-right: 6px;
  font-size: 0.7em;
  font-weight: 700;
  color: #83b22f;
  background: #eaf5ce;
  border: 1px solid #83b22f;
  border-radius: 25px;
}
.reviews .secondary-content {
  position: relative !important;
  top: 0 !important;
  right: 0 !important;
}
.comment-body {
  position: relative;
}
.comment-body::after {
  content: "";
  position: absolute;
  left: -20px;
  top: 5px;
  border: 10px solid #fff0;
  border-right: 10px solid #eee;
}
.rating-input {
  color: #9e9e9e !important;
}
.rating-input label:before,
.rating-input label:after {
  display: none;
}
.rating-input [type="radio"]:not(:checked) + label,
.rating-input [type="radio"]:checked + label {
  padding-left: 0;
}
.rating-input-active,
.rating-input-checked {
  color: #fc0 !important;
}
.required:before {
  content: "* ";
  color: #e53935;
  font-weight: 700;
}
#cart-total,
#compare-total {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 0.7rem;
}
.card.horizontal > .card-image,
.center_content {
  display: flex;
  justify-content: center;
}
.card.horizontal > .card-image > a,
.card.horizontal > .card-image > div {
  align-self: center;
  padding: 24px;
}
.card-stacked {
  position: relative;
  border-left: 1px lightgray solid;
  border-image: linear-gradient(to top, lightgray, white) 1;
}
.manufacturer-list li,
.author-list li {
  display: inline-block;
  border-radius: 2px;
  text-align: center;
  vertical-align: top;
  height: 30px;
  background-color: #cfd8dc !important;
}
.manufacturer-list li a,
.author-list li a {
  color: #000;
  display: inline-block;
  font-size: 1.2rem;
  padding: 0 10px;
  line-height: 30px;
}
.collapsible-header-disable {
  display: block;
  cursor: pointer;
  min-height: 3rem;
  line-height: 3rem;
  padding: 0 1rem;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  cursor: default;
}
.collapsible-header-disable i {
  width: 2rem;
  font-size: 1.6rem;
  line-height: 3rem;
  display: block;
  float: left;
  text-align: center;
  margin-right: 1rem;
}
.arrow-rotate {
  position: relative;
}
.arrow-rotate:after {
  font-family: "Material Icons";
  content: "\E313";
  font-size: 1.6rem;
  line-height: 3.6rem;
  position: absolute;
  top: 0;
  right: 1rem;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out;
  -moz-transition:
    transform 0.3s ease-in-out,
    -moz-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition:
    transform 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out,
    -moz-transform 0.3s ease-in-out,
    -o-transform 0.3s ease-in-out;
  z-index: -1;
}
.arrow-rotate.active:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.list-inline-item {
  display: inline-block;
}
footer {
  padding-top: 30px;
}
footer .clumns_row {
  font-size: 14px;
}
footer .clumns_row a i,
footer .copyright_row a i {
  margin-right: 4px;
  min-width: 16px;
  font-size: 19px;
}
.footer-info {
  border: none;
}
.footer-info li.collection-item {
  padding: 5px 0 5px;
  border: none;
  background-color: #fff0;
}
.footer-sn {
  display: flex;
  flex-flow: row wrap;
}
.footer-sn__item {
  flex-basis: 25%;
  padding: 10px;
}
.input-field label {
  color: #000;
}
.input-field input[type="text"]:focus + label,
.input-field input[type="tel"]:focus + label,
.input-field input[type="email"]:focus + label {
  color: #000;
}
.input-field input[type="text"]:focus,
.input-field input[type="tel"]:focus,
.input-field input[type="email"]:focus {
  border-bottom: 1px solid #c62828;
  box-shadow: 0 1px 0 0 #c62828;
}
.input-field input[type="text"].valid,
.input-field input[type="tel"].valid,
.input-field input[type="email"].valid {
  border-bottom: 1px solid #388e3c;
  box-shadow: 0 1px 0 0 #388e3c;
}
.input-field input[type="text"].invalid,
.input-field input[type="tel"].invalid,
.input-field input[type="email"].invalid {
  border-bottom: 1px solid #c62828;
  box-shadow: 0 1px 0 0 #c62828;
}
.input-field .prefix.active {
  color: #000;
}
.toast-success {
  color: #2e7d32;
  font-weight: 500;
  background: rgb(200 230 201 / 0.95);
}
.toast-success a {
  color: #1b5e20;
  font-weight: 700;
}
.toast-info {
  color: #1e88e5;
  font-weight: 500;
  background: rgb(187 222 251 / 0.95);
}
.toast-warning {
  color: #b71c1c;
  font-weight: 500;
  background: rgb(255 205 210 / 0.95);
}
@media screen and (max-width: 600px) {
  h1 {
    text-align: center;
    font-size: 25px;
  }
  header {
    position: relative !important;
  }
}
@media (max-width: 992px) {
  .subcategory-wrap,
  .breadcrumb-wrap {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    white-space: nowrap;
  }
  footer .col:nth-child(3n) {
    clear: left;
  }
  table.responsive-table.product-cart th,
  table.responsive-table.product-cart td {
    height: 80px;
  }
  .btn-large {
    font-size: 14px;
    padding: 0 12px !important;
  }
}
.z-index-one {
  z-index: 1;
}
.progress {
  margin: 0;
  background-color: #ef9a9a !important;
}
.progress .indeterminate {
  background-color: #f44336 !important;
}
#map {
  margin: -24px -24px 0 -24px;
}
#google-map {
  width: 100%;
  height: 360px;
}
#fixed-nav-wrapper {
  height: 76px;
}
.pinned {
  z-index: 997;
}
.tap-target-content {
  top: 25px !important;
}
.slick-slider-slideshow img {
  width: 100%;
}
#dropdown-side-settings.dropdown-content.active {
  left: 184px !important;
}
.section,
.card-panel {
  word-wrap: break-word;
}
blockquote {
  overflow: auto;
}
.dropdown-content.select-dropdown {
  top: 45px !important;
}
.dropdown-content.select-dropdown.active {
  box-shadow:
    0 16px 24px 2px rgb(0 0 0 / 0.14),
    0 6px 30px 5px rgb(0 0 0 / 0.12),
    0 8px 10px -5px rgb(0 0 0 / 0.3);
  z-index: 996;
}
.autocomplete-content.dropdown-content {
  box-shadow:
    0 6px 10px 0 rgb(0 0 0 / 0.14),
    0 1px 18px 0 rgb(0 0 0 / 0.12),
    0 3px 5px -1px rgb(0 0 0 / 0.3);
}
.switch label input[type="checkbox"]:checked + .lever {
  background: #4fc3f7 !important;
}
.switch label input[type="checkbox"]:checked + .lever:after {
  background: #03a9f4 !important;
}
.pagination li span {
  color: #fff;
  display: inline-block;
  font-size: 35px;
  padding: 0 15px;
}
.breadcrumb-wrap {
  overflow-y: hidden;
  display: inline;
}
.breadcrumb {
  font-size: 13px;
  padding: 0 0.6rem;
  vertical-align: middle;
  display: inline-block;
}
.breadcrumb:before {
  color: inherit;
  font-size: 14px;
  margin: 0 10px 0 0;
}
.breadcrumb i {
  position: relative;
  top: -1px;
  left: 0;
  font-size: 18px;
  height: 42px !important;
  line-height: 42px !important;
}
[type="checkbox"].filled-in:checked + span:not(.lever)::after {
  background-color: #78909c !important;
  border: 2px solid #78909c !important;
}
[type="radio"]:checked + span::after,
[type="radio"].with-gap:checked + span::after {
  background-color: #78909c !important;
}
[type="radio"]:checked + span::after,
[type="radio"].with-gap:checked + span::before,
[type="radio"].with-gap:checked + span::after {
  border: 2px solid #78909c !important;
}
.datepicker-date-display,
.datepicker-table td.is-selected,
.timepicker-digital-display {
  background-color: #546e7a;
}
.datepicker-table td.is-selected .datepicker-day-button {
  color: #fff;
}
.timepicker-canvas-bg,
.timepicker-canvas-bearing {
  fill: #546e7a;
}
.timepicker-canvas line {
  stroke: #546e7a;
}
.datepicker-today,
.datepicker-done,
.timepicker-close {
  color: #263238;
}
#map {
  position: relative;
  min-height: 360px;
}
.ymaps-2-1-45-input__control {
  margin: 0 !important;
}
.collapsible {
  margin: 0.5rem 0 1rem 0;
}
.collapsible-body {
  will-change: width, height;
}
.collection-item.child {
  padding-left: 45px !important;
}
.g-recaptcha > div:first-child {
  margin: 0 auto;
}
.callback-shake {
  -webkit-animation-name: callback-shake;
  animation-name: callback-shake;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
@keyframes callback-shake {
  10% {
    -webkit-transform: translateX(-0.2rem);
    transform: translateX(-0.2rem);
  }
  20% {
    -webkit-transform: translateX(0.2rem);
    transform: translateX(0.2rem);
  }
  30% {
    -webkit-transform: translateX(-0.2rem);
    transform: translateX(-0.2rem);
  }
  40% {
    -webkit-transform: translateX(0.2rem);
    transform: translateX(0.2rem);
  }
  50% {
    -webkit-transform: translateX(-0.2rem);
    transform: translateX(-0.2rem);
  }
  60% {
    -webkit-transform: translateX(0.2rem);
    transform: translateX(0.2rem);
  }
  70% {
    -webkit-transform: translateX(-0.2rem);
    transform: translateX(-0.2rem);
  }
  80% {
    -webkit-transform: translateX(0.2rem);
    transform: translateX(0.2rem);
  }
  90% {
    -webkit-transform: translateX(-0.2rem);
    transform: translateX(-0.2rem);
  }
}
.catalog-presentation {
  position: relative;
  height: 300px;
  margin-bottom: 20px;
  background-position: center center;
  background-size: cover;
}
.catalog-presentation p {
  position: absolute;
  margin: 0;
  bottom: 0;
  padding: 10px;
}
#modal-language,
#callback__modal {
  z-index: 100001 !important;
}
#modal-language + .modal-overlay,
#callback__modal + .modal-overlay {
  z-index: 100000 !important;
}
.card-content .card-title {
  font-weight: 500 !important;
}
span.badge.new {
  background-color: #428bca;
}
textarea.materialize-textarea {
  height: 6rem;
}
section {
  overflow: hidden;
}
.final-basket-list tbody tr,
.final-basket-list-m tr {
  border-bottom: 1px solid lightgray;
}
.final-basket-list tbody tr:last-child,
.final-basket-list-m tr:last-child {
  border-bottom: none;
}
footer .container {
  z-index: 1;
  position: relative;
}
@media (min-width: 768px) {
  .valign-wrapper-above {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-width: 760px) {
  h1 i,
  h2 i,
  h3 i {
    display: none !important;
  }
  .main-menu i {
    font-size: 13px !important;
  }
  header.href-underline {
    border-bottom: 1px solid lightgray;
  }
  footer .list-inline li {
    padding-bottom: 10px;
  }
  footer .right-align {
    text-align: center !important;
  }
  .contact-section .card-panel {
    padding: 5px !important;
  }
  .contact-form-wrapper {
    padding: 0 !important;
    margin: 0 !important;
  }
}
@media (max-width: 891px) {
  .hide-on-medium {
    display: none !important;
  }
}
@media (max-width: 1320px) {
  .hide-on-regular {
    display: none !important;
  }
  .less-margin-l {
    margin-left: 5px !important;
  }
  .less-margin-r {
    margin-right: 5px !important;
  }
}
.side-info a {
  margin-top: 0px !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
span.material-icons {
  margin-left: 10px;
  font-size: 24px;
}
.lang-img {
  text-transform: uppercase;
}
.lang-img img {
  top: 2px;
}
span.lang-img img {
  top: 6px;
  right: 10px;
}
.padding-section {
  padding-bottom: 50px !important;
}
.big-padding-section {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
} 
.p-rel {
  position: relative;
}
.add-fields table td {
  border-bottom: 1px solid #f2f2f2;
  padding: 5px;
}
.add-fields table tr:last-child td {
  border-bottom: none;
}
.add-fields tr td:first-child {
  font-weight: 500 !important;
}
.products-slider .slick-list {
  padding: 5px 4px 10px 5px;
}
.material-icons.inline_i {
  position: relative;
  top: 7px;
  left: 6px;
}
.weight_500 {
  font-weight: 500;
  color: #333;
}
.h_fa_size {
  font-size: 36px !important;
}
.h2_fa_size {
  position: relative;
  top: 4px;
  font-size: 30px;
}
h3 {
  margin: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  font-size: 21px;
}
h3.under {
  font-size: 21px;
  color: #8a8989;
}
h5 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 1.5rem !important;
}
.tiny-text {
  font-size: 12px;
  color: #444;
}
.text-lightbold {
  font-weight: 600;
  color: #333;
}
.border {
  border: 1px solid lightgray;
}
.border-t {
  border-top: 1px solid lightgray;
}
.border-b {
  border-bottom: 1px solid lightgray !important;
}
.border-l {
  border-left: 1px solid lightgray !important;
}
.border-b.darken-line {
  border-bottom-color: #b5b3b3 !important;
}
.border-r {
  border-right: 1px solid lightgray;
}
.box-around-shadow {
  border-bottom: 1px solid lightgray;
  box-shadow: inset 0 1px 3px rgb(0 0 0 / 0.1);
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 0.075) !important;
}
.padding-r {
  padding-right: 10px;
}
.padding-l {
  padding-left: 10px;
}
.padding-b {
  padding-bottom: 10px;
}
.padding-t {
  padding-top: 10px;
}
.margin-t {
  margin-top: 10px;
}
.margin-l {
  margin-left: 10px;
}
.margin-r {
  margin-right: 10px;
}
.margin-b {
  margin-bottom: 10px;
}
.margin-l-r {
  margin-right: 30px;
  margin-left: 30px;
}
.padding-l-p-none {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
.no-shadow {
  box-shadow: none !important;
}
.apple_gray_2 {
  background: #f2f2f2 !important;
}
#tab-specification .col:nth-child(3n) {
  clear: left;
}
hr {
  margin-top: 18px;
  margin-bottom: 18px;
  border: 0;
  border-top: 1px solid #eee;
}
@media (min-width: 1200px) {
  .what-we-have.container {
    max-width: 1500px !important;
    width: auto;
  }
}
@media (min-width: 768px) {
  #what-we-have .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.p-3 {
  padding: 1rem !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.flex-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.flex-col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.second_img {
  position: absolute !important;
  top: 0;
  left: 0;
}
.first_img:hover {
  opacity: 0;
}
.second_img,
.first_img {
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.collapsible-accordion i {
  margin-right: 4px;
}
.category-panel {
  padding-bottom: 5px;
}
#category_wrapper, .product-container, .info-container, .contact-section{
  margin-top: 70px;
}
.main-card .card,
.final-count,
#shippingResults {
  border-left: 1px solid;
  border-bottom: 1px solid;
  border-image: linear-gradient(to top, lightgray, white) 1;
}
@media (max-width: 1350px) {
  .collapsible-accordion .badge {
    min-width: inherit;
  }
}
.in-basket-i {
  font-size: 19px;
  position: relative;
  top: 4px;
}
.basket-headers {
  padding-bottom: 5px;
  display: inline-block;
  font-size: 13px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  #modal-cart-content .collection-item {
    padding: 10px 0px !important;
  }
  .card-image .no-padding-a {
    padding: 0px !important;
  }
}
@media (min-width: 980px) {
  .c-remove {
    min-width: 124px;
  }
  .card-img {
    min-width: 123px;
  }
}
.stock-images .image-b {
  opacity: 0.7;
  height: 190px;
  border-radius: 5px;
  background-position: top center;
  background-repeat: no-repeat;
}
.stock-images .image-b:hover {
  opacity: 1;
}
.stock-images [type="radio"] + label:before,
.stock-images [type="radio"] + label:after {
  display: none;
}
.stock-images [type="radio"] + label {
  width: 100%;
  height: 160px;
  padding: 0;
}
.stock-images [type="radio"]:not(:checked) + label .image-b {
  border: 3px solid #fff;
}
.stock-images [type="radio"]:checked + label .image-b {
  border: 3px solid #1565c0;
  opacity: 1;
}
.stock-images .image-b p {
  font-weight: 700;
  font-size: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.product_result {
  margin-left: auto;
  margin-right: 30px;
}
.share-buttons {
  display: flex;
  justify-content: space-between;
}
.share-buttons img {
  width: 32px;
}
.svg_stuff {
  width: 1.2em;
  display: inline-block;
  top: 3px;
  position: relative;
}
.svg_color {
  filter: brightness(0) saturate(100%) invert(50%);
}
.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
  -webkit-mask-image: none;
}
.z-depth-1,
.btn-floating,
.dropdown-content,
.m-shadow,
.toast {
  -webkit-box-shadow:
    0 2px 2px 0 rgb(0 0 0 / 0.14),
    0 3px 1px -2px rgb(0 0 0 / 0.12),
    0 1px 5px 0 rgb(0 0 0 / 0.2);
  box-shadow:
    0 2px 2px 0 rgb(0 0 0 / 0.14),
    0 3px 1px -2px rgb(0 0 0 / 0.12),
    0 1px 5px 0 rgb(0 0 0 / 0.2);
}
#header-navigation {
  border-top: 1px solid;
  border-image: linear-gradient(to left, lightgray, white 80%) 1;
}
#header-navigation.pinned {
  border-bottom: 1px solid lightgray;
}
.social_ico_row img {
  width: 2.5em;
  height: 2.5em;
}
.final-count {
  margin-bottom: 50px;
}
.final-count .center {
  margin: 27px 0 38px;
}
.remove-item-from-basket {
  border-radius: 0px !important;
}
.remove-item-from-basket:hover {
  background: lightcoral !important;
}
.main-card-content .input-quantity-minus,
.main-card-content .input-quantity-plus,
.refresh-basket {
  border-right: 1px solid #eae4e4 !important;
  border-left: 1px solid #eae4e4 !important;
  border-radius: 5px;
  background: #fafafb !important;
  height: 48px;
  line-height: 9px;
}
.main-card-content .input-quantity-minus:hover,
.main-card-content .input-quantity-plus:hover,
.main-card-content .refresh-basket:hover {
  background: #e8e8e8 !important;
}
.main-card-content #input-quantity {
  height: 38px;
}
input.product-input-quantity {
  margin: 0;
  width: 50px;
  border-bottom: 0;
  text-align: center;
}
.shipping_options_result li:not(:last-child) {
  border-bottom: 1px solid lightgray;
  padding: 7px 0;
  margin-bottom: 10px;
}
.shipping_options_result label {
  width: 80%;
  display: inline-block;
}
.shipping_options_result label + span {
  display: inline-block;
  width: 20%;
  text-align: right;
}
#button-shipping,
#button-confirm {
  margin-top: 25px;
  line-height: 32px;
}
#button-shipping span i,
#button-confirm span i {
  top: 4px;
  line-height: 1px;
}
@media only screen and (max-width: 600px) {
  .horizontal.no-horizontal-mobile {
    display: block !important;
  }
}
.home_img_categorys a {
  display: inline-block;
}
.home_img_categorys img {
  transition: 0.4s ease;
}
.home_img_categorys img:hover {
  transform: scale(1.035);
  transition: 0.4s ease;
}
.home_links {
  text-align: left;
}
.home_links::before {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background: rgba(0, 0, 0, 0.8);
  margin-bottom: 10px;
  transition: width 0.4s ease;
}
.home_img_categorys a:hover .home_links::before {
  width: 100px;
}
.trees_bottom{
  background-image: url(/image/catalog/grafiki/trees-hero.png);
  background-position: center;
  background-repeat: no-repeat;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(pxiEyp8kv8JHgFVrJJbecmNE.woff2) format("woff2");
  unicode-range:
    U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839,
    U+A8E0-A8FF;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(pxiEyp8kv8JHgFVrJJnecmNE.woff2) format("woff2");
  unicode-range:
    U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(pxiEyp8kv8JHgFVrJJfecg.woff2) format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}
.material-icons:after {
  content: attr(data-icon);
}
#modal-agree {
  z-index: 100002 !important;
}
.parallax-container {
  height: 250px;
}
.parallax-box {
  color: #333 !important;
  margin-top: 40px;
  margin-bottom: 90px;
}
@media (max-width: 980px) {
  main > .container {
    width: 100% !important;
  }
  .modal .modal-content {
    padding: 5px;
  }
}
.full-width-section-calc {
  width: 100vw;
  position: relative;
  left: calc(-50vw + 50%);
}
.full-width-section {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.font16 {
  font-size: 16px;
}
.more_card_image_height .card-image {
  max-height: 64% !important;
}
.no_border {
  border: none;
}
.service_m_height {
  min-height: 76px;
}
.thumbnails > li,
.image {
  position: relative !important;
}
.comopl_text {
  display: inline-block;
  vertical-align: middle;
}
.comopl_box {
  position: absolute !important;
  left: 0;
  top: 0;
  height: 100%;
  width: 100% !important;
  overflow: hidden;
  background: none !important;
  pointer-events: none;
}
.comopl_label {
  position: absolute;
  padding: 0.1em 0.3em 0.2em 0.3em;
  text-align: center;
  background-size: contain;
  z-index: 99;
}

.featured_products_box .card, article.same_height_element, .same_height_element.card {
  padding: 3px;
}
.row.c_same_height {
  display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.same_height {
  width: 25%; /* 4 w rzędzie */
  display: flex;
  flex-direction: column;
}
.same_height_element {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex: 1;
}
.same_height_element .card_bottom {
  margin-top: auto;
}

body.dark-mode header #header-navigation {
  border-top: 1px solid;
  border-image: linear-gradient(to left, #7b7b7b, #3c3c3c 80%) 1;
}
body.dark-mode,
body.dark-mode header nav,
body.dark-mode main #content span:not(.badge, .card-price, .lever, .corner),
body.dark-mode main #content section:not(.parallax-box),
body.dark-mode .card .card-reveal,
body.dark-mode .modal,
body.dark-mode .collapsible-body,
body.dark-mode .collapsible-body li,
body.dark-mode header #slide-out {
  background-color: #3c3c3c !important;
}
body.dark-mode .add-fields table,
body.dark-mode .mfilter-light-theme .mfilter-tb-as-tr:hover,
body.dark-mode .collection a.collection-item:not(.active):hover,
body.dark-mode .collection.with-header .collection-header,
body.dark-mode .collapsible-header:not(#slide-out .collapsible-header),
body.dark-mode .collapsible-header-disable,
body.dark-mode #product ul.product-option.radio-option span:hover {
  background-color: #505050 !important;
}
body.dark-mode .add-fields table td,
body.dark-mode .product-info .border-b, body.dark-mode .tabs .border-b
body.dark-mode .border-t {
  border-bottom: 1px solid #3c3c3c !important;
}
body.dark-mode main div,
body.dark-mode main section,
body.dark-mode main #content a,
body.dark-mode main .section a,
body.dark-mode aside div a,
body.dark-mode aside a.collection-item,
body.dark-mode header a:not(.dropdown-content a, a.mss-button-more),
body.dark-mode
  main
  i:not(
    .product-details,
    .main-card-content i,
    #button-shipping i,
    #button-confirm i
  ),
body.dark-mode header i:not(#search i),
body.dark-mode main h2,
body.dark-mode main h3,
body.dark-mode main h4,
body.dark-mode main p,
body.dark-mode main input,
body.dark-mode .modal,
body.dark-mode .modal a,
body.dark-mode main textarea,
body.dark-mode main .pagination li a,
body.dark-mode .red-text.text-darken-2,
body.dark-mode main .weight_500,
body.dark-mode .collapsible-header,
body.dark-mode .arrow-rotate::after,
body.dark-mode footer,
body.dark-mode footer a,
body.dark-mode .hero-text h1,
body.dark-mode .hero-text p,
body.dark-mode .hero-text a,
body.dark-mode .tabs a,
body.dark-mode button{
  color: #eee !important;
}
body.dark-mode main .input-quantity-plus,
body.dark-mode main .input-quantity-minus,
body.dark-mode #choosen_locker {
  color: #333 !important;
}
body.dark-mode .main-card .card,
body.dark-mode .final-count,
body.dark-mode #shippingResults {
  border-left: 1px solid;
  border-bottom: 1px solid;
  border-image: linear-gradient(to top, #777, #3c3c3c) 1;
}
body.dark-mode .mfilter-light-theme .mfilter-tb-as-td {
  border-top: 1px solid #505050;
}
body.dark-mode .modal .border-b,
body.dark-mode #basketTotals .border-b,
body.dark-mode .mfilter-light-theme .mfilter-heading-content {
  border-bottom: 1px solid #505050 !important;
}
body.dark-mode .mfilter-light-theme .mfilter-search #mfilter-opts-search,
body.dark-mode .mfilter-light-theme .mfilter-price-inputs > input {
  border: 1px solid #505050 !important;
}

.swith-dark-mode {
  background: #f0f0f0;
  padding: 5px 0 8px 9px;
}
body.dark-mode .swith-dark-mode {
  background: none;
}
body.dark-mode .msmart-search-live-filter {
  background-color: #fff;
}

/* Obramowanie lista */
.corner {
  position: absolute;
  width: 14px;
  height: 14px;
  z-index: 999;
  pointer-events: none;
}
.top-left {
  top: -1px;
  left: -1px;
  border-top: 2px solid #111;
  border-left: 2px solid #111;
}
.top-right {
  top: -1px;
  right: -1px;
  border-top: 2px solid #111;
  border-right: 2px solid #111;
}
.bottom-left {
  bottom: -1px;
  left: -1px;
  border-bottom: 2px solid #111;
  border-left: 2px solid #111;
}
.bottom-right {
  bottom: -1px;
  right: -1px;
  border-bottom: 2px solid #111;
  border-right: 2px solid #111;
}
.corner {
  transition:
    width 0.25s ease,
    height 0.25s ease;
}
.same_height_element:hover .corner, .mb-article:hover .corner {
  width: 32px;
  height: 32px;
}

/* =========================================
   LEWA STRONA - ZDJĘCIA
========================================= */

.how-made__photos {
    position: relative;

    width: 100%;
    height: 720px;
}

/* WSPÓLNE DLA ZDJĘĆ */

.how-made__photo {
    position: absolute;
    overflow: hidden;
    background: #fff;
    border: 3px solid #fff;
    border-radius: 12px;
    box-shadow:
        0 15px 35px rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
}


.how-made__photo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .5s ease;
}
.how-made__photo:hover{
    z-index: 999;
}
.how-made__photo:hover img {
    transform: scale(1.04);
}
/* =========================================
   ZDJĘCIE 1
========================================= */
.how-made__photo--1 {
    width: 52%;
    height: 500px;
    top: 20px;
    left: 0;
    z-index: 1;
}
/* =========================================
   ZDJĘCIE 2
========================================= */
.how-made__photo--2 {
    width: 52%;
    height: 500px;
    top: 200px;
    left: 27%;
    z-index: 2;
}
/* =========================================
   ZDJĘCIE 3
========================================= */
.how-made__photo--3 {
    width: 42%;
    height: 435px;
    top: 415px;
    left: 55%;
    z-index: 3;
}
/* =========================================
   NUMER NA ZDJĘCIU
========================================= */
.photo-number {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(20, 20, 20, .9);
    color: #fff;
    border-radius: 8px;
    font-size: 17px;
    font-weight: 600;
    z-index: 5;
}
/* =========================================
   DEKORACYJNE KROPKI
========================================= */
.how-made__dots {
    position: absolute;
    width: 100px;
    height: 100px;
    background-image: radial-gradient(
        #bbb 1.5px,
        transparent 1.5px
    );
    background-size: 14px 14px;
    opacity: .65;
    z-index: 0;
}
.how-made__dots--top {
    top: 40px;
    right: 0;
}
.how-made__dots--bottom {
    bottom: -30px;
    left: 100px;
}
/* =========================================
   PRAWA STRONA
========================================= */
.how-made__content {
    max-width: 620px;
    padding-bottom: 20px;
}
/* MAŁY NAGŁÓWEK */
.how-made__eyebrow {
    position: relative;
    display: inline-block;
    margin-bottom: 38px;
    padding-bottom: 14px;
    color: #765b48;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
}

.how-made__eyebrow::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 54px;
    height: 3px;
    background: #765b48;
}
/* INTRO */
.how-made__intro {
    margin: 0 0 45px;
    font-size: 18px;
    line-height: 1.75;
    color: #444;
}
/* =========================================
   KROKI
========================================= */
.how-made__steps {
    position: relative;
}
/* PIONOWA LINIA */
.how-made__steps::before {
    content: "";
    position: absolute;
    left: 22px;
    top: 44px;
    bottom: 44px;
    width: 1px;
    background: #9a806d;
}
/* POJEDYNCZY KROK */
.how-made__step {
    position: relative;
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 22px;
    margin-bottom: 26px;
}
.how-made__step:last-child {
    margin-bottom: 0;
}
/* NUMER */
.step-number {
    position: relative;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #151515;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    z-index: 2;
}
/* TEKST */
.step-content {
    padding-top: 3px;
}
.step-content h3 {
    margin: 0 0 7px;
    font-size: 18px;
    font-weight: 700;
}
.step-content p {
    margin: 0;
    font-size: 16px;
    line-height: 1.65;
    color: #555;
}
.section-label {
    font-size: 13px;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: #777;
    margin-bottom: 10px;
}
.external-links{
  gap: 20px;
}
.external-links a{
  flex: 1;
}
.btn-Vinted {
    background: #007782;
    color: #fff;
}

.btn-Allegro {
    background: #ff5a00;
    color: #fff;
}

/* SLIDER - GŁÓWNY KONTENER */
.products-slider-wrapper {
    position: relative;
    max-width: 1298px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ---------------------------------- TRACK products-slider ------------------------------ */
.products-slider {
    display: flex;
    gap: 20px;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;

    /*
     * Najważniejsza rzecz.
     * Przeglądarka sama "przykleja" kartę
     * do początku slidera.
     */
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    /*
     * Ukrycie scrollbarów
     */
    scrollbar-width: none;
    -ms-overflow-style: none;
    /*
     * Zapobiega dziwnemu scrollowaniu całej strony
     * podczas przesuwania slidera na telefonie.
     */
    overscroll-behavior-x: contain;
    /*
     * Użytkownik może normalnie przesuwać palcem.
     */
    touch-action: pan-x pan-y;
    /*
     * Mały padding, żeby ostatni element
     * nie był przyklejony do krawędzi.
     */
    padding-bottom: 5px;
}
.products-slider::-webkit-scrollbar {
    display: none;
}
/* KARTA PRODUKTU */

.product-card {
    position: relative;
    /*
     * 4 karty na desktopie
     *
     * 4 x karta
     * + 3 x gap 20px
     */
    flex: 0 0 calc((100% - 60px) / 4);
    min-width: 0;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    box-sizing: border-box;
}

/* =========================================================STRZAŁKI========================================================= */

.products-arrow {
    position: absolute;
    top: 50%;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid #222;
    border-radius: 50%;
    background: #f8f8f6;
    color: #222;
    font-size: 25px;
    line-height: 1;
    cursor: pointer;
    transform: translateY(-50%);
    transition:
        background .2s ease,
        color .2s ease,
        opacity .2s ease;
}

.products-arrow:hover {
    background: #222;
    color: white;
}
.products-arrow--prev {
    left: 0px;
}
.products-arrow--next {
    right: 0px;
}

/* Jeżeli strzałka jest niepotrzebna,JS doda klasę disabled.*/
.products-arrow.disabled {
    opacity: .25;
    pointer-events: none;
}

/* =========================================================KROPKI========================================================= */

.products-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
    margin-top: 25px;
}

.products-dot {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #aaa;
    cursor: pointer;
    transition:
        width .2s ease,
        background .2s ease;
}

.products-dot.active {
    width: 22px;
    border-radius: 10px;
    background: #222;
}

/* =========================================================TABLET========================================================= */

@media (max-width: 1000px) {
    .product-card {
        /*
         * 3 karty
         */
        flex-basis: calc((100% - 40px) / 3);
    }
}
/* =========================================================TELEFON========================================================= */

@media (max-width: 700px) {
    .products-section {
        padding: 45px 0;
    }
 
    .products-slider-wrapper {
        padding: 0 15px;
    }
    .products-slider {
        /*
         * Na telefonie karta zajmuje 82% szerokości.
         *
         * Dzięki temu widać kawałek kolejnej karty,
         * więc użytkownik od razu wie, że można przewijać.
         */
        gap: 15px;
        padding-right: 15px;
    }

    .product-card {
        /*
         * 82% szerokości ekranu
         */
        flex: 0 0 82%;
        /*
         * Nie pozwalamy, żeby jeden swipe
         * przeskoczył kilka kart.
         */
        scroll-snap-stop: always;
    }
    /*
     * Na telefonie ukrywamy strzałki.
     *
     * Swipe jest wygodniejszy.
     */
    .products-arrow {
        display: none;
    }
    .products-dots {
        margin-top: 20px;
    }
}
/* =========================================================BARDZO MAŁE TELEFONY========================================================= */
@media (max-width: 400px) {
    .product-card {
        flex-basis: 88%;
    }
}
/* =========================================================REDUCE MOTION========================================================= */

@media (prefers-reduced-motion: reduce) {
    .products-slider {
        scroll-behavior: auto;
    }
}