/* Copyright 2017 Dominik Krulak
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/* -------------------------------- ABOUT --------------------------------------
 * Compiled to:      rtNavXT.min.css
 * File name abbr.:  root/main navigation horizontal top
 * Description:      root navigation positioned on top. It can either have
 *                   relative or fixed position set by class names from
 *                   ../layout/_layout.scss
 * ---------------------------------------------------------------------------*/
/* Copyright 2017 Dominik Krulak
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/* -------------------------------- ABOUT --------------------------------------
 * Compiled to:      *
 * File name abbr.:  -
 * Description:      SASS variables that are imported in almost every CSS
 *                   stylesheet.
 * ---------------------------------------------------------------------------*/
/* Local default fonts */
/* Google fonts */
/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/* Theme */
/* Typography and iconography colors */
/* SPINNER */
/* ANIMATION */
/* SNACKBAR */
/* Copyright 2017 Dominik Krulak
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/* -------------------------------- ABOUT --------------------------------------
 * Compiled to:      *
 * File name abbr.:  -
 * Description:      SASS mixins that are imported in almost every CSS
 *                   stylesheet.
 * ---------------------------------------------------------------------------*/
/* Dialog */
#rtNavXT {
  top: 0;
  min-height: 3rem;
  z-index: 4;
  background-color: #000000;
}
#rtNavXT.fx ~ #ct {
  padding-top: 3rem;
}
#rtNavXT > * > * {
  padding: 0 0.625rem;
  height: 3rem;
}
#rtNavXT > * > * > ol > * {
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
  align-self: center;
  overflow: hidden;
}
#rtNavXT > * > * > ol > * > * {
  display: inline-block;
  position: relative;
  margin: 0 0.3125rem;
  padding: 0.5625rem 1.25rem;
  font-size: 0.7875rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.87);
  white-space: nowrap;
}
#rtNavXT > * > * > ol > * > *::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50px;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
#rtNavXT > * > * > ol > * > * svg#shopping-bag > * {
  fill: rgba(0, 0, 0, 0);
  stroke: rgba(255, 255, 255, 0.87);
}
@media only screen and (max-width: 812px) {
  #rtNavXT > * > * > ol > * > * {
    padding: 0.7875rem 1.40625rem;
  }
}
@media only screen and (max-width: 480px) {
  #rtNavXT > * > * > ol > * > * {
    padding: 0.7875rem 0.9375rem;
  }
}
#rtNavXT > * > * > ol > * > *:not(.atv):hover, #rtNavXT > * > * > ol > * > *:not(.atv):focus {
  text-decoration: none;
}
#rtNavXT > * > * > ol > * > *:not(.atv):hover::after, #rtNavXT > * > * > ol > * > *:not(.atv):focus::after {
  background-color: rgba(255, 255, 255, 0.27);
}
#rtNavXT > * > * > ol > * > *:not(.atv):active {
  text-decoration: none;
}
#rtNavXT > * > * > ol > * > *:not(.atv):active::after {
  background-color: rgba(255, 255, 255, 0.54);
}
#rtNavXT > * > * > ol > * > *.atv {
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
}
#rtNavXT > * > * > ol > * > *.atv svg > * {
  fill: #ffffff;
  stroke: rgba(0, 0, 0, 0);
}
#rtNavXT > * > * > ol > * > *.atv svg#shopping-bag > * {
  fill: rgba(0, 0, 0, 0);
  stroke: #ffffff;
}
#rtNavXT > * > * > ol > * > *.ntfBdg::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  margin-left: 9px;
  margin-top: 12px;
  border-radius: 50%;
  background-color: #f68400;
}
#rtNavXT #rtLo > * {
  margin: 0;
  padding: 0.28125rem 1rem;
}
@media only screen and (max-width: 812px) {
  #rtNavXT #rtLo > * {
    padding: 0.28125rem 0.9375rem;
  }
}
@media only screen and (max-width: 480px) {
  #rtNavXT #rtLo > * {
    padding: 0.28125rem 0.625rem;
  }
}
@media only screen and (max-width: 812px) {
  #rtNavXT #rtLo img {
    width: 70px;
  }
}
#rtNavXT #rtNavCartBn > * {
  padding: 0.28125rem;
}
@media only screen and (max-width: 812px) {
  #rtNavXT #rtNavCartBn > * {
    padding: 0.28125rem;
  }
}
@media only screen and (max-width: 480px) {
  #rtNavXT #rtNavCartBn > * {
    padding: 0.28125rem;
  }
}
#rtNavXT #rtNavScnBn {
  text-align: right;
}
#rtNavXT #rtNavScnBn > * {
  padding: 2px;
  border-color: rgba(255, 255, 255, 0.87);
}
#rtNavXT #rtNavScnBn #rtNavScnBnTgl {
  height: 24px;
  width: 39px;
  margin: 0;
  padding: 0;
  border: none;
}
#rtNavXT #rtNavScnBn #rtNavScnBnTgl::before, #rtNavXT #rtNavScnBn #rtNavScnBnTgl::after {
  content: "";
  position: absolute;
  width: 21px;
  height: 2px;
  top: 8px;
  left: 9px;
  right: unset;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.87);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
#rtNavXT #rtNavScnBn #rtNavScnBnTgl::after {
  top: 15px;
}
#rtNavXT #rtNavScn {
  height: 0rem;
  padding: 0;
}
#rtNavXT #rtNavScn > .gd {
  height: 0rem;
  opacity: 0;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
#rtNavXT #rtNavScn > .gd > * {
  list-style: none;
}
#rtNavXT #rtNavScn > .gd > * > * {
  display: block;
  position: unset;
  padding: 0;
  margin: 0 auto;
  white-space: normal;
  line-height: normal;
  max-width: 900px;
}
#rtNavXT #rtNavScn > .gd > * > *::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 1px;
  border-radius: 0;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
#rtNavXT #rtNavScn > .gd > * > *:not(.atv):hover, #rtNavXT #rtNavScn > .gd > * > *:not(.atv):focus {
  text-decoration: none;
}
#rtNavXT #rtNavScn > .gd > * > *:not(.atv):hover::after, #rtNavXT #rtNavScn > .gd > * > *:not(.atv):focus::after {
  background-color: rgba(255, 255, 255, 0.27);
}
#rtNavXT #rtNavScn > .gd > * > *:not(.atv):active {
  text-decoration: none;
}
#rtNavXT #rtNavScn > .gd > * > *:not(.atv):active::after {
  background-color: rgba(255, 255, 255, 0.54);
}
#rtNavXT #rtNavScn > .gd > * > *.atv > * {
  color: #ffffff;
  text-decoration: none;
}
#rtNavXT #rtNavScn > .gd > * > *.atv > * svg > * {
  fill: #ffffff;
  stroke: rgba(0, 0, 0, 0);
}
#rtNavXT #rtNavScn > .gd > * > * > * {
  display: block;
  margin: 0 3.125rem;
  padding: 1.3125rem 0;
  font-family: "Arial", "Georgia", "Helvetica", "Tahoma", sans-serif;
  font-size: 1.953em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.27);
}
@media only screen and (max-width: 812px) {
  #rtNavXT #rtNavScn > .gd > * > * > * {
    font-size: 1.424em;
  }
}
@media only screen and (max-width: 480px) {
  #rtNavXT #rtNavScn > .gd > * > * > * {
    margin: 0 2.5rem;
    padding: 0.9125rem 0;
  }
}
#rtNavXT #rtNavScn > .gd > *:last-child > * > * {
  border-bottom: 0;
}

#rtNavScnTgl:checked ~ #rtNavXT > nav > #rtNav #rtNavScnBnTgl {
  border-radius: 50px;
}
#rtNavScnTgl:checked ~ #rtNavXT > nav > #rtNav #rtNavScnBnTgl::before {
  top: 11px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#rtNavScnTgl:checked ~ #rtNavXT > nav > #rtNav #rtNavScnBnTgl::after {
  top: 11px;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#rtNavScnTgl:checked ~ #rtNavXT > nav > #rtNavScn {
  padding: 2rem 0 3rem 0;
  height: auto;
}
#rtNavScnTgl:checked ~ #rtNavXT > nav > #rtNavScn > .gd {
  height: auto;
  opacity: 1;
}
