﻿@charset "UTF-8";
/*import scss files - into all scss file head*/
/* CONTAINER WIDTH */
/* SCREEN SIZES */
/* MEDIA QUERIES */
/* COLORS */
/* FONTS */
/* LINE-HEIGHT */
/* BORDERS */
/* UNITS */
/* SHADOWS */
/* URL-S */
/* icons */
/* inputs */
/*Basic mixins*/
/*transition*/
.print__head, .re-print__data > div > div {
  display: flex;
  align-items: center;
  justify-content: space-between; }

body {
  opacity: 1; }

.container.print {
  font-family: filson-soft, sans-serif;
  width: 980px;
  /*t�bl�zatok - vissz�ru �s kapcsol�d� let�lt�sek miatt pl.*/ }
  .container.print .d-print-none {
    display: none !important; }
  .container.print h2 {
    margin-top: 1em;
    margin-bottom: .5em;
    font-size: 24px; }
  .container.print img {
    max-width: 100%;
    border-radius: 0.25rem; }
  .container.print .table {
    width: 100%;
    display: table;
    margin-top: 15px;
    margin-bottom: 15px; }
    .container.print .table .table-head {
      display: table-row; }
      .container.print .table .table-head > * {
        font-weight: bold;
        display: table-cell;
        padding: 6px 10px;
        vertical-align: middle;
        font-size: 13px; }
    .container.print .table .table-row {
      display: table-row; }
      .container.print .table .table-row .positive {
        background-color: #2B2B2B;
        padding: 3px 15px;
        border-radius: 20px;
        font-weight: 500; }
      .container.print .table .table-row > * {
        display: table-cell;
        line-height: 1.4;
        border-bottom: 1px solid #E9E9E9;
        padding: 8px 10px;
        vertical-align: middle; }

.print__head {
  margin-top: 30px;
  margin-bottom: 30px; }

.print__logo {
  width: 10em;
  height: 2.5em; }

.print__date {
  font-size: 13px; }

.p-item--print .labels-wrapper {
  padding: 0; }

.p-item--print .details {
  width: 100%; }

.p-item--print .price-and-shipping {
  margin-bottom: .5rem; }

.p-item--print .shop__stock > *:after {
  display: none; }

.print-sticky {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  background: white;
  padding: 1rem;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media only screen and (max-width: 575px) {
    .print-sticky {
      flex-wrap: wrap; }
      .print-sticky .green-notice {
        margin-bottom: .5rem; }
      .print-sticky .button {
        width: 100%; } }
  @media only screen and (min-width: 576px) {
    .print-sticky .green-notice {
      margin-right: 1rem; } }
  .print-sticky .green-notice {
    font-size: 13px;
    font-weight: 500;
    display: flex;
    align-items: center; }
  @media print {
    .print-sticky {
      display: none; } }

/*alap st�lusok*/
.bold {
  font-weight: 700; }

.right {
  text-align: right; }

/*vissz�ru nyomtat�s*/
.re-print h2 {
  margin: 2rem 0; }

.re-print__data .row > div:last-child {
  font-weight: bold; }

.re-print__head .title {
  text-align: right;
  font-size: 24px; }

.re-print__address {
  margin-top: 2rem;
  margin-bottom: 2rem; }
