/* 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:      pricelist.min.css
 * File name abbr.:  pricelist
 * Description:      custom style of the pricelist page
 * ---------------------------------------------------------------------------*/
/* 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 */
.cennik main {
  padding: 5rem 0;
}
@media only screen and (max-width: 480px) {
  .cennik main {
    padding: 1rem 0 5rem 0;
  }
}
.cennik .s1 > .gd > * p {
  font-family: "Arial", "Georgia", "Helvetica", "Tahoma", sans-serif;
  font-size: 1.25em;
}
@media only screen and (max-width: 812px) {
  .cennik .s1 > .gd > * p {
    font-size: 1.125em;
  }
}
.cennik .s2 > .ctHr > * {
  border-radius: 7px;
}
.cennik .s2 > .ctHr > * > * {
  background-color: #ffffff;
}
.cennik .s2 > .ctHr > * > * > .c8 {
  background-color: #f3f3f4;
}
.cennik .s2 > .ctHr > * > * > .c8 > p {
  font-family: "Arial", "Georgia", "Helvetica", "Tahoma", sans-serif;
  font-size: 0.8rem;
  line-height: 1.25;
}
@media only screen and (max-width: 480px) {
  .cennik .s2 > .ctHr > * > * > .c8 > p {
    font-size: 0.694rem;
  }
}
@media only screen and (max-width: 812px) {
  .cennik .s2 > .ctHr > * > * > .c4:not(.skp) {
    align-self: stretch;
  }
  .cennik .s2 > .ctHr > * > * > .c4:not(.skp) > button {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
.cennik .s2 > .ctHr > * > *:first-child {
  border-radius: 7px 7px 0 0;
}
.cennik .s2 > .ctHr > * > *:last-child {
  border-radius: 0 0 7px 7px;
}
.cennik .s2 > .ctHr > * > *:only-child {
  border-radius: 7px;
}
.cennik .s2 > .ctHr > * > * > .lstItm:last-child {
  margin-bottom: 2.5rem;
}
.cennik .s2 > .ctHr > * > *[data-requesting] button > svg {
  display: none;
}
.cennik .s2 > .ctHr > * > *[data-loaded] button > svg {
  display: block;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cennik .s2 > .ctHr > * > *[data-loaded] *[data-requesting] > * button.xs > .spnr {
  width: 7px;
  height: 7px;
}
.cennik .s2 > .ctHr > * > *[data-loaded] *[data-loaded=hidden] > * > .lstItm {
  height: 0;
}
.cennik .s2 > .ctHr > * > *[data-loaded] *[data-loaded=hidden] > * > .lstItm:last-child {
  margin-bottom: 0;
}
.cennik .s2 > .ctHr > * > *[data-loaded=hidden] button > svg {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cennik .s2 > .ctHr > * > *[data-loaded=hidden] > .lstItm {
  height: 0;
}
.cennik .s2 > .ctHr > * > *[data-loaded=hidden] > .lstItm:last-child {
  margin-bottom: 0;
}
.cennik .lstItm > .c3 {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  border-top: 1px solid #ebebec;
}
@media only screen and (max-width: 480px) {
  .cennik .lstItm > .c3 {
    padding-top: 0.75rem;
  }
}
.cennik .lstItm > .c3 figure {
  text-align: center;
}
.cennik .lstItm > .c9 {
  padding: 1.25rem 0;
  border-top: 1px solid #ebebec;
}
@media only screen and (max-width: 480px) {
  .cennik .lstItm > .c9 {
    font-family: "Arial", "Georgia", "Helvetica", "Tahoma", sans-serif;
    font-size: 0.8rem;
    line-height: 1.25;
  }
}
@media only screen and (max-width: 480px) and (max-width: 480px) {
  .cennik .lstItm > .c9 {
    font-size: 0.694rem;
  }
}
.cennik .lstItm > .c9 .b5 sup {
  margin-left: 0.5rem;
  padding: 0 0.1rem;
  font-weight: bold;
  font-size: 0.55rem;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #35b68d;
}
.cennik .lstItm > .c9 p.link > a {
  margin-right: 1.5rem;
}
.cennik .lstItm > .c9 p.link > a::before, .cennik .lstItm > .c9 p.link > a::after {
  width: 5px;
  height: 2px;
  right: 0;
  top: 50%;
  margin-right: -12px;
}
.cennik .lstItm > .c9 p.link > a::before {
  margin-top: -3px;
  -ms-transform: rotate(55deg);
  transform: rotate(55deg);
}
.cennik .lstItm > .c9 p.link > a::after {
  margin-top: 1px;
  -ms-transform: rotate(-55deg);
  transform: rotate(-55deg);
}
@media only screen and (max-width: 480px) {
  .cennik .lstItm > .c9 p.link > a::before {
    margin-top: -2px;
  }
  .cennik .lstItm > .c9 p.link > a::after {
    margin-top: 1px;
  }
}
.cennik .lstItm > .c9 .lstItm > .c3 {
  border-top: none;
}
@media only screen and (max-width: 480px) {
  .cennik .lstItm > .c9 .lstItm > .c3 {
    padding-top: 0;
  }
}
.cennik .lstItm > .c9 .lstItm > .c3 figure.fallBack {
  height: 50px;
  margin: 1rem;
  background-color: #f3f3f4;
}
@media only screen and (max-width: 480px) {
  .cennik .lstItm > .c9 .lstItm > .c3 figure.fallBack {
    margin: 0.4rem;
  }
}
.cennik .lstItm > .c9 .lstItm > .c3 figure img {
  margin: 1rem;
}
@media only screen and (max-width: 480px) {
  .cennik .lstItm > .c9 .lstItm > .c3 figure img {
    margin: 0.4rem;
  }
}
.cennik .lstItm > .c9 .lstItm > .c9 {
  padding: 1rem 0 0 0;
}
@media only screen and (max-width: 480px) {
  .cennik .lstItm > .c9 .lstItm > .c9 {
    padding: 0.7rem 0 0 0;
  }
}
.cennik .error {
  padding-top: 0;
  padding-right: 1.875rem;
  font-family: "Arial", "Georgia", "Helvetica", "Tahoma", sans-serif;
  font-size: 0.8rem;
  line-height: 1.25;
  text-align: right;
  color: #ff3b30;
}
@media only screen and (max-width: 480px) {
  .cennik .error {
    font-size: 0.694rem;
  }
}
