html {
  scroll-behavior: smooth;
}
body {
  background-color: #fff;
  font-family: 'Roboto', sans-serif;
  color: #444;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8em;
}
@media only screen and (min-width: 601px) {
  .container {
    width: 90%;
  }
}

#materialbox-overlay {
  background-color: rgba(0,0,0,0.8);
}
.grecaptcha-badge {
  opacity: 0 !important;
}

/*
 * Nav bar styling
 */
nav ul a {
  color: #000;
}
.navbar-fixed nav {
  border-bottom: 1px solid #ccc;
  transition: all 0.3s ease-out;
}
.brand-logo.nav-logo img {
  max-height: 45px;
  transition: all 0.4s ease-out;
}
main{
  margin-top: 30px;
}
.no-menu main{
  margin-top: 0;
}
.brand-logo {
  line-height: 0;
  top: 5px;
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
  .navbar-fixed, nav, nav .nav-wrapper i, nav a.sidenav-trigger, nav a.sidenav-trigger i {
    height: 104px;
    line-height: 104px;
  }
  .brand-logo {
    line-height: 0;
    top: 15px;
  }
  .brand-logo.nav-logo img {
    max-height: 100px;
  }
  main{
    margin-top: 30px;
  }
}
@media only screen and (min-width: 993px) {
  .brand-logo {
    top: 10px;
  }
  main{
    margin-top: calc(64px + 30px);
  }
}


/*
 * Rotate arrow when submenu is open
 * Fix sidenav spacing issues
 */
.sidenav .collapsible li.active i {
  -ms-transform: rotate(180deg); /* IE 9 */
  -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}
.sidenav .collapsible-header, .sidenav.fixed .collapsible-header {
  padding: 0 32px;
}
.sidenav .collapsible-body a, .sidenav.fixed .collapsible-body a {
  padding: 0 32px 0 48px !important;
}
.sidenav .collapsible-body, .sidenav.fixed .collapsible-body {
  background-color: transparent;
}
.sidenav .collapsible-body > ul:not(.collapsible) > li.active,
.sidenav.sidenav-fixed .collapsible-body > ul:not(.collapsible) > li.active {
  background-color: rgba(0, 0, 0, 0.05);
}
.sidenav .collapsible-body > ul:not(.collapsible) > li.active a,
.sidenav.sidenav-fixed .collapsible-body > ul:not(.collapsible) > li.active a {
  color: rgba(0, 0, 0, 0.87);
}


/*
 * Set sidenav height to 100% to fix for scrolling issue in Firefox and Edge:
 * https://github.com/Dogfalo/materialize/issues/2112
 */
.sidenav {
  height: 100%;
}

/* Scroll nav adjustments */
@media only screen and (min-width: 601px) and (max-width: 992px) {
  .is-scrolled .navbar-fixed, .is-scrolled nav, .is-scrolled nav .nav-wrapper i, .is-scrolled nav a.sidenav-trigger, .is-scrolled nav a.sidenav-trigger i {
    height: 64px;
    line-height: 64px;
  }
  .is-scrolled .brand-logo {
    top: 5px;
  }
  .is-scrolled .brand-logo.nav-logo img {
    max-height: 50px;
  }
}

@media only screen and (min-width: 993px) {
  .two-cols .left-col {
    padding-right: 60px;
  }
}
main a {
  color: #444;
  border-bottom: 1px solid #999;
}
main a:hover {
  border-bottom: 1px solid #444;
}
b, strong {
  font-weight: 700;
}
h1, h2, h3 {
  font-weight: 700;
  margin-top: 0;
}
h1 {
  font-size: 28px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 18px;
}


/*
 * Generic spacing (similar to vuetify)
 */
.ma-auto {
  margin-top: auto !important;
  margin-right: auto !important;
  margin-bottom: auto !important;
  margin-left: auto !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.mt-auto {
  margin-top: auto !important;
}
.mr-auto {
  margin-right: auto !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ml-auto {
  margin-left: auto !important;
}
.ma-0 {
  margin: 0 0 !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.pa-0 {
  padding: 0 0 !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.ma-1 {
  margin: 4px 4px !important;
}
.my-1 {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}
.mx-1 {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.mt-1 {
  margin-top: 4px !important;
}
.mr-1 {
  margin-right: 4px !important;
}
.mb-1 {
  margin-bottom: 4px !important;
}
.ml-1 {
  margin-left: 4px !important;
}
.pa-1 {
  padding: 4px 4px !important;
}
.py-1 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}
.px-1 {
  padding-left: 4px !important;
  padding-right: 4px !important;
}
.pt-1 {
  padding-top: 4px !important;
}
.pr-1 {
  padding-right: 4px !important;
}
.pb-1 {
  padding-bottom: 4px !important;
}
.pl-1 {
  padding-left: 4px !important;
}
.ma-2 {
  margin: 8px 8px !important;
}
.my-2 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}
.mx-2 {
  margin-left: 8px !important;
  margin-right: 8px !important;
}
.mt-2 {
  margin-top: 8px !important;
}
.mr-2 {
  margin-right: 8px !important;
}
.mb-2 {
  margin-bottom: 8px !important;
}
.ml-2 {
  margin-left: 8px !important;
}
.pa-2 {
  padding: 8px 8px !important;
}
.py-2 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.px-2 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.pt-2 {
  padding-top: 8px !important;
}
.pr-2 {
  padding-right: 8px !important;
}
.pb-2 {
  padding-bottom: 8px !important;
}
.pl-2 {
  padding-left: 8px !important;
}
.ma-3 {
  margin: 16px 16px !important;
}
.my-3 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
.mx-3 {
  margin-left: 16px !important;
  margin-right: 16px !important;
}
.mt-3 {
  margin-top: 16px !important;
}
.mr-3 {
  margin-right: 16px !important;
}
.mb-3 {
  margin-bottom: 16px !important;
}
.ml-3 {
  margin-left: 16px !important;
}
.pa-3 {
  padding: 16px 16px !important;
}
.py-3 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}
.px-3 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}
.pt-3 {
  padding-top: 16px !important;
}
.pr-3 {
  padding-right: 16px !important;
}
.pb-3 {
  padding-bottom: 16px !important;
}
.pl-3 {
  padding-left: 16px !important;
}
.ma-4 {
  margin: 24px 24px !important;
}
.my-4 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}
.mx-4 {
  margin-left: 24px !important;
  margin-right: 24px !important;
}
.mt-4 {
  margin-top: 24px !important;
}
.mr-4 {
  margin-right: 24px !important;
}
.mb-4 {
  margin-bottom: 24px !important;
}
.ml-4 {
  margin-left: 24px !important;
}
.pa-4 {
  padding: 24px 24px !important;
}
.py-4 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}
.px-4 {
  padding-left: 24px !important;
  padding-right: 24px !important;
}
.pt-4 {
  padding-top: 24px !important;
}
.pr-4 {
  padding-right: 24px !important;
}
.pb-4 {
  padding-bottom: 24px !important;
}
.pl-4 {
  padding-left: 24px !important;
}
.ma-5 {
  margin: 48px 48px !important;
}
.my-5 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}
.mx-5 {
  margin-left: 48px !important;
  margin-right: 48px !important;
}
.mt-5 {
  margin-top: 48px !important;
}
.mr-5 {
  margin-right: 48px !important;
}
.mb-5 {
  margin-bottom: 48px !important;
}
.ml-5 {
  margin-left: 48px !important;
}
.pa-5 {
  padding: 48px 48px !important;
}
.py-5 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}
.px-5 {
  padding-left: 48px !important;
  padding-right: 48px !important;
}
.pt-5 {
  padding-top: 48px !important;
}
.pr-5 {
  padding-right: 48px !important;
}
.pb-5 {
  padding-bottom: 48px !important;
}
.pl-5 {
  padding-left: 48px !important;
}


/*
 * Footer
 */
.page-footer {
  background-color: transparent;
  color: #444;
}

.page-footer .footer-copyright {
  font-size: 15px;
  position: relative;
  color: #444;
}
.page-footer .footer-copyright a {
  color: #444;
}

.social-icons {
  text-align: center;
}
.social-icons a {
  margin-left: 10px;
}
.social-icons a:first-child {
  margin-left: 0;
}
.social-icons svg {
  width: 25px;
}
.social-icons a:hover svg {
  opacity: 0.8;
}
.social-icons .facebook svg {
  fill: #1877F2;
}
.social-icons .instagram svg {
  fill: #E4405F
}
.social-icons .linkedin svg {
  fill: #0077B5
}
@media only screen and (min-width: 601px) {
  .social-icons {
    text-align: right;
  }
}

/*
 * Image carousel
 */
.carousel-outer {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-outer .carousel.carousel-slider .carousel-item {
  min-height: auto;
}
.carousel-outer .carousel .indicators .indicator-item {
  margin: 4px;
}
.carousel-outer .carousel-item .carousel-overlay {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
	align-items: flex-end;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 99;
  padding-bottom: 0;
}
.carousel-outer .single-image .carousel-item .carousel-overlay {
  padding-bottom: 0;
}
.carousel-outer .carousel-text {
  width: 100%;
  color: #fff;
  text-align: right;
  font-size: 18px;
  line-height: 1.2em;
  padding: 0 10px 5px;
  opacity: 1;
  transition: opacity 0.1s linear;
}
.carousel-outer .scrolling .carousel-text {
  opacity: 0.7;
}
.carousel-outer .carousel-nav {
  position: absolute;
  bottom: 0;
  text-align: left;
  width: 100%;
  font-size: 18px;
  color: #fff;
  text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
}
.carousel-outer .carousel-nav a {
  color: #fff;
  text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
  cursor: pointer;
  border-bottom: 0 none #fff;
}
.carousel-outer .carousel-nav a .icon {
  vertical-align: middle;
}
@media only screen and (min-width: 601px) {
  .carousel-outer .carousel-text {
    font-size: 24px;
  }
}

.input-field > label {
  color: #000;
  font-size: 16px;
}
::placeholder {
  color: #aaa;
}
.input-field .helper-text {
  color: #921dce;
  font-size: 13px;
}

.order-list .order-item:nth-child(even) {
  background-color: #e2e2e2;
  margin: 20px -24px;
  padding: 20px 24px;
}
.order-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.order-item .brand {
  width: 100%;
}
.order-item .name {
  flex-grow: 1;
}
.order-item .size {
  width: 100%;
}
.order-item .quantity {
  width: calc(100% - 20px);
}
.order-item .delete {
  width: 20px;
  cursor: pointer;
}
.order-item .delete a {
  border-bottom: 0 none;
}
@media only screen and (min-width: 601px) {
  .order-item .brand {
    width: 50%;
  }
  .order-item .name {
    margin-left: 10px;
  }
  .order-item .size {
    width: 50%;
  }
  .order-item .quantity {
    margin-left: 10px;
    width: calc(50% - 30px);
  }
}
@media only screen and (min-width: 993px) {
  .order-item .brand {
    width: 25%;
  }
  .order-item .size {
    width: 15%;
    margin-left: 10px;
  }
  .order-item .quantity {
    width: 15%;
  }
}