/* module/auth/current-account-picker */
/* Sizes */
/* End Sizes */
/* Colors */
/*  */
/* End Colors */
.p-account-picker {
  position: relative; }
  .p-account-picker > ul.accounts {
    display: none; }
  .p-account-picker > .picker-element {
    background-color: white;
    box-shadow: 0px 2px 12px -5px #000000;
    display: flex;
    flex-flow: column;
    min-width: 300px;
    padding: 20px;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1002; }
    .p-account-picker > .picker-element > .items {
      max-height: 240px;
      overflow-y: auto; }
    .p-account-picker > .picker-element .item {
      background-color: transparent;
      color: black;
      cursor: pointer;
      padding: 2px 10px; }
      .p-account-picker > .picker-element .item p {
        display: block;
        min-width: 300px;
        text-align: left;
        user-select: none; }
    .p-account-picker > .picker-element .search-notice {
      padding: 2px 10px; }
  .p-account-picker:not(.open) > .picker-element {
    border-width: 0;
    max-height: 0;
    overflow: hidden;
    padding: 0; }
  .p-account-picker.is-accounts-pickable > .current-account {
    cursor: pointer; }


/* module/auth/piranya-user */
.p-auth-login-or-register-dialog .swal2-title:not(:empty) + .swal2-html-container {
  margin-top: 30px; }

.p-auth-login-or-register-dialog.swal2-popup-stretch-content .piranya-platform-login {
  width: 100%; }
  .p-auth-login-or-register-dialog.swal2-popup-stretch-content .piranya-platform-login > .piranya-user-login-view-container {
    max-width: initial;
    width: 100%; }
    .p-auth-login-or-register-dialog.swal2-popup-stretch-content .piranya-platform-login > .piranya-user-login-view-container > form {
      align-items: stretch;
      display: flex;
      flex-direction: column;
      width: 100%; }

.piranya-birtday-container.piranya-input-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .piranya-birtday-container.piranya-input-container > select {
    flex-basis: 32%;
    margin-right: 2%; }
    .piranya-birtday-container.piranya-input-container > select:last-of-type {
      margin-right: 0; }

.piranya-view-users-actions .piranya-view-content {
  margin-top: 30px; }

.piranya-view-users-actions .piranya-user-actions {
  width: 100%; }
  .piranya-view-users-actions .piranya-user-actions > a {
    align-items: center;
    border: 1px solid #666666;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    padding: 20px;
    text-decoration: none;
    transition: background-color 0.4s ease-in-out, border-color 0.4s ease-in-out; }
    .piranya-view-users-actions .piranya-user-actions > a:hover {
      border-color: #d6c2c2;
      text-decoration: none; }
    .piranya-view-users-actions .piranya-user-actions > a > * {
      text-align: center;
      width: auto; }
    .piranya-view-users-actions .piranya-user-actions > a .description {
      font-size: 0.8em;
      margin: 10px 0 0 0; }
    .piranya-view-users-actions .piranya-user-actions > a .icon {
      font-size: 6em;
      margin-bottom: 20px; }
    .piranya-view-users-actions .piranya-user-actions > a .title {
      font-size: 1.2em;
      margin: 0; }
  @supports (display: grid) {
    .piranya-view-users-actions .piranya-user-actions {
      display: grid;
      grid-gap: 15px;
      grid-template-columns: repeat(3, 1fr); }
      @media (min-width: 481px) and (max-width: 979px) {
        .piranya-view-users-actions .piranya-user-actions {
          grid-template-columns: repeat(2, 1fr); } }
      @media (max-width: 480px) {
        .piranya-view-users-actions .piranya-user-actions {
          grid-template-columns: repeat(1, 1fr); } } }
  @supports not (display: grid) {
    .piranya-view-users-actions .piranya-user-actions > li {
      float: left;
      margin: 0 10px 10px 0;
      width: calc(33% - 10px); }
    @media (min-width: 481px) and (max-width: 979px) {
      .piranya-view-users-actions .piranya-user-actions > li {
        width: calc(50% - 10px); } }
    @media (max-width: 480px) {
      .piranya-view-users-actions .piranya-user-actions > li {
        margin-right: 0;
        width: 100%; } } }

.piranya-view-users-actions .piranya-view-description {
  text-align: center; }

.piranya-view-users-actions .piranya-view-headline {
  text-align: center; }

.user-action-entity {
  border: 1px solid black;
  border-radius: 5px;
  padding: 10px;
  box-sizing: border-box; }

.piranya-view-users-login > .piranya-view-center > .piranya-view-content > div {
  display: flex;
  flex-direction: column; }

body.browser-is-microsoft-internet-explorer .piranya-view-users-login > .piranya-view-center > .piranya-view-content {
  width: 100%; }
  body.browser-is-microsoft-internet-explorer .piranya-view-users-login > .piranya-view-center > .piranya-view-content > div {
    width: 100%; }

.piranya-login-provider > .p-icon-button {
  font-size: 1.5em; }

.piranya-view-users-two-factor-setup > .piranya-view-description {
  margin-bottom: 20px;
  margin-top: 10px; }

.piranya-view-users-two-factor-setup p {
  font-size: 1em;
  margin-bottom: 10px; }

.piranya-view-users-two-factor-setup .key-qr {
  margin-bottom: 20px; }

.piranya-view-users-two-factor-setup input[type="text"] {
  clear: both;
  margin-bottom: 20px; }

.piranya-user.two-factor-login {
  align-items: stretch;
  display: flex;
  flex-direction: column; }
  .piranya-user.two-factor-login input[type="text"] {
    clear: both;
    font-size: 1.5em;
    margin: 20px 0; }


/* ~/Content/piranya/default.scss */
p, h1, h2, h3, h4, h5, h6 {
  padding: 0px;
  margin: 0px; }

p {
  font-size: 0.8em; }

body {
  line-height: 1.15; }

iframe {
  max-width: 100%; }

input[type=checkbox] {
  margin: 0px; }

input[type=submit] {
  margin: 0px; }

input[type="email"],
input[type="tel"],
input[type="text"] {
  margin: 0px; }

textarea {
  margin: 0px;
  overflow: auto; }

.piranya-view {
  width: 100%; }
  .piranya-view > .piranya-breadcrumb-wrapper,
  .piranya-view > .piranya-view-content,
  .piranya-view > .piranya-view-description,
  .piranya-view > .piranya-view-headline {
    float: left;
    clear: both;
    width: 100%; }
    .piranya-view > .piranya-breadcrumb-wrapper + .piranya-breadcrumb-wrapper,
    .piranya-view > .piranya-view-content + .piranya-breadcrumb-wrapper,
    .piranya-view > .piranya-view-description + .piranya-breadcrumb-wrapper,
    .piranya-view > .piranya-view-headline + .piranya-breadcrumb-wrapper {
      margin-top: 5px; }
  .piranya-view > div.piranya-view-headline {
    align-items: flex-start;
    display: flex;
    flex-direction: row; }
    .piranya-view > div.piranya-view-headline > .actions {
      margin-left: auto; }

#piranya-page > .piranya-view {
  align-items: center;
  display: flex;
  flex-direction: column; }
  #piranya-page > .piranya-view > .piranya-view-center {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex: 0 1;
    flex-direction: column; }
  #piranya-page > .piranya-view > .piranya-breadcrumb-wrapper,
  #piranya-page > .piranya-view > .piranya-view-content,
  #piranya-page > .piranya-view > .piranya-view-description,
  #piranya-page > .piranya-view > .piranya-view-headline {
    max-width: 1200px; }

body.browser-is-microsoft-internet-explorer #piranya-page > .piranya-view > .piranya-view-center {
  flex: none; }

div.negative p,
p.negative {
  color: red; }

div.positive p,
p.positive {
  color: #208220; }

/*Start Views*/
.piranya-view-cookies .piranya-view-content h2, .piranya-view-cookies .piranya-view-content p {
  margin-bottom: 10px; }

/*End views*/
.piranya-align-children-center {
  /* Internet Explorer 10 */
  display: -ms-flexbox;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  /* Firefox */
  display: -moz-box;
  -moz-box-pack: center;
  -moz-box-align: center;
  /* Safari, Opera, and Chrome */
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  /* W3C */
  display: flex;
  box-pack: center;
  box-align: center;
  align-items: center;
  justify-content: center; }

.piranya-no-user-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default; }

.piranya-icon-text {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.hide,
.loaded .hide-after-ancestor-loaded,
.loaded > .hide-after-parent-loaded,
.loaded.hide-after-loaded {
  display: none; }

.hide-under {
  position: absolute;
  z-index: -9999; }

.p-loading {
  background-image: url("/content/v1.0.9196.172221/piranya/images/loading.gif");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  min-height: 32px; }

p .horizontal-ruler {
  width: 100%;
  border-bottom: 1px solid black;
  display: block;
  margin: 10px 0; }

.p-table {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 3em 0;
  padding: 0;
  width: 100%; }
  .p-table .p-table-cell {
    border: 1px solid #666666;
    box-sizing: border-box;
    display: block;
    flex-grow: 1;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0.8em 1.2em;
    overflow: hidden;
    width: 100%; }
    .p-table .p-table-cell > h1, .p-table .p-table-cell > h2, .p-table .p-table-cell > h3, .p-table .p-table-cell > h4, .p-table .p-table-cell > h5, .p-table .p-table-cell > h6 {
      margin: 0; }
    .p-table .p-table-cell.actions {
      align-items: center;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-evenly; }
  .p-table.p-table--2cols > .p-table-cell {
    width: 50%; }
    .p-table.p-table--2cols > .p-table-cell.p-table-cell--span2 {
      width: 100%; }
  .p-table.p-table--3cols > .p-table-cell {
    width: 33.33%; }
    .p-table.p-table--3cols > .p-table-cell.p-table-cell--span2 {
      width: 66.66%; }
    .p-table.p-table--3cols > .p-table-cell.p-table-cell--span3 {
      width: 100%; }
  .p-table.p-table--4cols > .p-table-cell {
    width: 25%; }
    .p-table.p-table--4cols > .p-table-cell.p-table-cell--span2 {
      width: 50%; }
    .p-table.p-table--4cols > .p-table-cell.p-table-cell--span3 {
      width: 75%; }
    .p-table.p-table--4cols > .p-table-cell.p-table-cell--span4 {
      width: 100%; }
  .p-table.p-table--5cols > .p-table-cell {
    width: 20%; }
    .p-table.p-table--5cols > .p-table-cell.p-table-cell--span2 {
      width: 40%; }
    .p-table.p-table--5cols > .p-table-cell.p-table-cell--span3 {
      width: 60%; }
    .p-table.p-table--5cols > .p-table-cell.p-table-cell--span4 {
      width: 80%; }
    .p-table.p-table--5cols > .p-table-cell.p-table-cell--span5 {
      width: 100%; }
  .p-table.p-table--6cols > .p-table-cell {
    width: 16.66%; }
    .p-table.p-table--6cols > .p-table-cell.p-table-cell--span2 {
      width: 33.32%; }
    .p-table.p-table--6cols > .p-table-cell.p-table-cell--span3 {
      width: 50%; }
    .p-table.p-table--6cols > .p-table-cell.p-table-cell--span4 {
      width: 66.66%; }
    .p-table.p-table--6cols > .p-table-cell.p-table-cell--span5 {
      width: 83.32%; }
    .p-table.p-table--6cols > .p-table-cell.p-table-cell--span6 {
      width: 100%; }
  .p-table.p-table--borderless > .p-table-cell {
    border: none; }
  .p-table.p-table--borderless > .p-table-cell--foot {
    padding-right: 0; }
  .p-table.p-table--borderless > .p-table-cell--head {
    padding-left: 0; }
  @media all and (min-width: 600px) {
    .p-table > .p-table-cell:not(.p-table-cell--head) {
      border-left: none; }
    .p-table.p-table--2cols > .p-table-cell:nth-child(n+3),
    .p-table.p-table--3cols > .p-table-cell:nth-child(n+4),
    .p-table.p-table--4cols > .p-table-cell:nth-child(n+5),
    .p-table.p-table--5cols > .p-table-cell:nth-child(n+6),
    .p-table.p-table--6cols > .p-table-cell:nth-child(n+7),
    .p-table > .p-table-cell--header ~ .p-table-cell[data-row] {
      border-top: none; } }
  @media all and (max-width: 599px) {
    .p-table:not(.p-table--non-responsive) {
      display: block; }
      .p-table:not(.p-table--non-responsive) > .p-table-cell {
        width: 100% !important; }
        .p-table:not(.p-table--non-responsive) > .p-table-cell.p-table-cell--header {
          display: none; }
        .p-table:not(.p-table--non-responsive) > .p-table-cell:not(.p-table-cell--head) {
          border-top: none; }
      .p-table:not(.p-table--non-responsive) > .p-table-cell--foot {
        margin-bottom: 1em; } }


/* ~/Content/piranya/default-animations.css */
.fadeIn {
    animation-name: fadeIn;
    animation-duration: 0.8s;
    animation-timing-function: ease-in-out;
    visibility: visible !important;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Add fallback for legacy fadein (without correct capitalization) */
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.fadeInBounce {
    animation-name: fadein;
    animation-duration: 0.8s;
    animation-timing-function: ease-in-out;
    visibility: visible !important;
}

@keyframes fadeInBounce {
    0% {
        transform: scale(0);
        opacity: 0.0;
    }

    60% {
        transform: scale(1.1);
    }

    80% {
        transform: scale(0.9);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes bounce-scale-increase-minor {
    0% {
        transform: scale(1);
    }

    60% {
        transform: scale(1.1);
    }

    80% {
        transform: scale(0.9);
    }

    100% {
        transform: scale(1);
    }
}

/**
 * ----------------------------------------
 * animation bounce-in-top
 * ----------------------------------------
 */
@-webkit-keyframes bounce-in-top {
    0% {
        -webkit-transform: translateY(-500px);
        transform: translateY(-500px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    38% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
    }

    55% {
        -webkit-transform: translateY(-65px);
        transform: translateY(-65px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    72% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    81% {
        -webkit-transform: translateY(-28px);
        transform: translateY(-28px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    90% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    95% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

@keyframes bounce-in-top {
    0% {
        -webkit-transform: translateY(-500px);
        transform: translateY(-500px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    38% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
    }

    55% {
        -webkit-transform: translateY(-65px);
        transform: translateY(-65px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    72% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    81% {
        -webkit-transform: translateY(-28px);
        transform: translateY(-28px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    90% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    95% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

/**
 * ----------------------------------------
 * animation bounce-in-left
 * ----------------------------------------
 */
@-webkit-keyframes bounce-in-left {
    0% {
        -webkit-transform: translateX(-600px);
        transform: translateX(-600px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    38% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
    }

    55% {
        -webkit-transform: translateX(-68px);
        transform: translateX(-68px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    72% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    81% {
        -webkit-transform: translateX(-28px);
        transform: translateX(-28px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    90% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    95% {
        -webkit-transform: translateX(-8px);
        transform: translateX(-8px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

@keyframes bounce-in-left {
    0% {
        -webkit-transform: translateX(-600px);
        transform: translateX(-600px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    38% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
    }

    55% {
        -webkit-transform: translateX(-68px);
        transform: translateX(-68px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    72% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    81% {
        -webkit-transform: translateX(-28px);
        transform: translateX(-28px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    90% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    95% {
        -webkit-transform: translateX(-8px);
        transform: translateX(-8px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

.p-highlight-momentarily {
    animation: flashBackground ease-in-out 0.5s 2 forwards;
}

@keyframes flashBackground {
    0% {
        background: none;
    }

    40% {
        background: orange;
    }

    100% {
        background: none;
    }
}

@keyframes rotate-clockwise {
    to {
        transform: rotate(360deg);
    }
}

/**
 * ----------------------------------------
 * animation slide-in-left
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-left {
    0% {
        -webkit-transform: translateX(-1000px);
        transform: translateX(-1000px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slide-in-left {
    0% {
        -webkit-transform: translateX(-1000px);
        transform: translateX(-1000px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes spin-clockwise {
    from {
        transform: translate(-50%, -50%) rotate(0);
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes translate-left-to-right {
    100% {
        transform: translateX(100%);
    }
}

/* ~/Content/piranya/media-queries.css */
/* Landscape phones and down */
@media (max-width: 480px) {
    .piranya-ltw480-show {
        display: block !important;
    }

    .piranya-ltw480-hide {
        display: none !important;
    }

    .piranya-ltw480-full-width {
        width: 100% !important;
    }
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    .piranya-ltw767-show {
        display: block !important;
    }

    .piranya-ltw767-hide {
        display: none !important;
    }

    .piranya-ltw767-full-width {
        width: 100% !important;
    }
}
@media (max-width: 640px) {
    .piranya-ltw640-show {
        display: block !important;
    }

    .piranya-ltw640-hide {
        display: none !important;
    }

    .piranya-ltw640-full-width {
        width: 100% !important;
    }
}
@media (max-width: 979px) {
    .piranya-ltw979-show {
        display: block !important;
    }

    .piranya-ltw979-hide {
        display: none !important;
    }

    .piranya-ltw979-full-width {
        width: 100% !important;
    }
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
    .piranya-gtw768-ltw979-show {
        display: block !important;
    }

    .piranya-gtw768-ltw979-hide {
        display: none !important;
    }

    .piranya-gtw768-ltw979-full-width {
        width: 100% !important;
    }
}

@media (min-width: 481px) {
    .piranya-gtw481-show {
        display: block !important;
    }

    .piranya-gtw481-hide {
        display: none !important;
    }

    .piranya-gtw481-full-width {
        width: 100% !important;
    }
}

@media (min-width: 768px) {
    .piranya-gtw768-show {
        display: block !important;
    }

    .piranya-gtw768-hide {
        display: none !important;
    }

    .piranya-gtw768-full-width {
        width: 100% !important;
    }
}
/* Large desktop */
@media (min-width: 980px) {
    .piranya-gtw980-show {
        display: block !important;
    }

    .piranya-gtw980-hide {
        display: none !important;
    }

    .piranya-gtw980-full-width {
        width: 100% !important;
    }
}

/* ~/Content/piranya/default-menu.css */
.piranya-menu {
    padding: 0px;
    margin: 0px;
    list-style: none;
    margin: 0 auto 0 auto;
    width: auto;
    display: inline-block;
}

    .piranya-menu > li {
        float: left;
    }

        .piranya-menu > li > a {
            display: inline-block;
            width: 100%;
            text-decoration: none;
        }

/*Piranya breadcrumb default style*/

.piranya-breadcrumb-wrapper {
    width: 100%;
    margin-bottom: 10px;
    font-size: 0.8em;
}

.piranya-breadcrumb-wrapper > * {
    float: left;
    line-height: 1em;
    font-size: 1em;
    text-decoration: none;
    width: auto;
    padding: 0.1em 0;
}

.piranya-breadcrumb-wrapper > .separator {
    padding: 0.15em 5px;
    width: auto;
    margin: 0;
}

/* ~/Content/piranya/default-form.scss */
.piranya-input-container {
  float: left;
  margin-bottom: 10px;
  width: 100%; }

.piranya-input-container:last-of-type {
  margin-bottom: 0; }

.piranya-validation-container {
  width: 100%; }

.piranya-btn {
  padding: 5px 10px;
  cursor: pointer;
  border: none;
  background-color: black;
  color: white;
  white-space: normal;
  -webkit-appearance: none; }

.piranya-btn-disabled,
.piranya-btn.disabled,
.piranya-btn[disabled] {
  cursor: not-allowed;
  opacity: 0.5; }

button.piranya-btn > p {
  color: inherit;
  font-size: 1em;
  line-height: 1em; }

.btn {
  cursor: pointer;
  transition: color 0.2s ease; }

.piranya-input-container > label {
  width: 100%;
  float: left;
  margin-bottom: 5px; }

.piranya-input-container.p-checkbox > label,
.piranya-input-container.p-radio > label {
  margin-bottom: 0; }

.piranya-input-container.p-checkbox > .description {
  padding-left: 28px;
  width: calc(100% - 28px); }

input.piranya-checkbox {
  margin-right: 5px; }

.piranya-select {
  box-sizing: border-box;
  font-size: 1em;
  margin: 0;
  width: 100%; }

.piranya-select:focus {
  font-size: 1em; }

.piranya-txt,
.piranya-textarea {
  box-sizing: border-box;
  font-size: 1em;
  padding: 0.36em 0.32em; }

.piranya-txt.disabled,
.piranya-textarea.disabled {
  background-color: #ebebe4;
  pointer-events: none; }

.piranya-error-container {
  width: 100%;
  margin-bottom: 10px; }

.piranya-label-must-be-filled {
  color: red; }

.validation-message {
  color: red; }

/* p-icon-button */
.p-icon-button {
  box-sizing: border-box;
  float: left;
  border-radius: 0.5em;
  display: flex;
  align-items: center;
  text-decoration: none; }

.p-icon-button:hover {
  text-decoration: none; }

.p-icon-button > .icon {
  font-size: 1.3em; }

.p-icon-button > .icon + .action {
  margin-left: 0.63em; }

.p-icon-button > .action {
  float: right;
  font-size: 0.8em; }

.p-icon-button.with-separator > .action {
  border-style: solid;
  border-width: 0 0 0 1px;
  padding-left: 0.63em; }

.p-icon-button.with-background {
  padding: 0.5em; }

.p-icon-button.with-background > .icon {
  text-shadow: 0.133em 0.133em 0.4em black; }

/* end of p-icon-button */
/* Search box */
div.piranya-searchbox {
  position: relative; }

div.piranya-searchbox > input {
  padding: 3px 10% 3px 3px;
  font-size: inherit;
  color: inherit;
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border: 1px solid #ececec;
  border-radius: 3px;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }

div.piranya-searchbox > .button-wrapper {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0; }

div.piranya-searchbox button {
  height: 100%;
  padding: 0 0.7em;
  font-size: inherit;
  color: inherit;
  border: 0;
  background: none;
  cursor: pointer; }

div.piranya-searchbox > input:focus {
  border-color: #66afe9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

div.piranya-searchbox > .button-wrapper > button:hover {
  color: #66afe9; }

/* End of search box */
/* p-radio and p-checkbox */
div.p-radio > input[type="radio"],
input.p-radio[type="radio"],
div.p-checkbox > input[type="checkbox"],
input.p-checkbox[type="checkbox"] {
  position: absolute;
  left: -9999px; }

div.p-radio > input[type="radio"] + label,
input.p-radio[type="radio"] + label,
div.p-checkbox > input[type="checkbox"] + label,
input.p-checkbox[type="checkbox"] + label {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  line-height: 20px;
  padding-left: 28px;
  padding-top: 2px;
  position: relative;
  width: 100%; }

div.p-radio > input[type="radio"] + label:before,
input.p-radio[type="radio"] + label:before,
div.p-checkbox > input[type="checkbox"] + label:before,
input.p-checkbox[type="checkbox"] + label:before {
  background-color: white;
  content: '';
  position: absolute;
  left: 0;
  top: calc(50% - 9px);
  width: 18px;
  height: 18px;
  border: 1px solid #c3c3c3; }

div.p-radio > input[type="radio"] + label:before,
input.p-radio[type="radio"] + label:before {
  border-radius: 100%; }

div.p-radio > input[type="radio"] + label:after,
input.p-radio[type="radio"] + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #709bc5;
  position: absolute;
  top: calc(50% - 5px);
  left: 4px;
  border-radius: 100%;
  opacity: 0;
  transform: scale(0);
  transition: all 0.2s ease; }

div.p-radio > input[type="radio"]:checked + label:after,
input.p-radio[type="radio"]:checked + label:after {
  opacity: 1;
  transform: scale(1); }

div.p-checkbox > input[type="checkbox"] + label:after,
input.p-checkbox[type="checkbox"] + label:after {
  content: '';
  position: absolute;
  opacity: 0;
  left: 7px;
  top: calc(50% - 6px);
  width: 4px;
  height: 10px;
  border: solid #709bc5;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) scale(0);
  transition: all 0.2s ease; }

div.p-checkbox > input[type="checkbox"]:checked + label:after,
input.p-checkbox[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: rotate(45deg) scale(1); }

.piranya-input-container.p-checkbox > input[type="checkbox"][disabled] + label {
  cursor: default;
  opacity: 0.3; }

/* end of p-radio and p-checkbox */
/* p-checkbox-button */
label.p-checkbox-button {
  overflow: hidden;
  position: relative; }

label.p-checkbox-button > input {
  position: absolute;
  left: -9999px; }

label.p-checkbox-button > span.status {
  display: flex;
  flex-flow: row nowrap;
  padding: 0.5em 0.3em;
  text-align: center;
  transition: background-color 0.5s ease, color 0.5s ease; }

label.p-checkbox-button > span.status > span {
  box-sizing: border-box;
  color: inherit;
  flex: none;
  opacity: 0;
  width: 100%; }

label.p-checkbox-button > span.status > span:not(:first-child) {
  margin-left: -100%; }

label.p-checkbox-button > input:checked + span.status {
  background: #34b257;
  color: white; }

label.p-checkbox-button > input:checked + span.status > span.checked {
  opacity: 1; }

label.p-checkbox-button > input:not(:checked) + span.status > span.unchecked {
  opacity: 1; }

/* end of p-checkbox-button */
.p-switch {
  display: inline-block;
  height: 2.125em;
  position: relative;
  width: 3.75em; }
  .p-switch > input {
    opacity: 0;
    width: 0;
    height: 0; }
    .p-switch > input:checked + .slider {
      background-color: #2196F3; }
      .p-switch > input:checked + .slider:before {
        transform: translateX(1.625em); }
    .p-switch > input[disabled] + .slider {
      opacity: 0.4; }
    .p-switch > input:focus + .slider {
      box-shadow: 0 0 1px #2196F3; }
  .p-switch > .slider {
    border-radius: 2.125em;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    position: absolute;
    transition: .4s; }
    .p-switch > .slider:before {
      border-radius: 50%;
      position: absolute;
      content: "";
      height: 1.625em;
      width: 1.625em;
      left: 0.25em;
      bottom: 0.25em;
      background-color: white;
      transition: .4s; }

/* p-toggle-boxes */
ul.p-toggle-boxes {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none; }

ul.p-toggle-boxes > li,
div.p-toggle-box {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  float: left;
  margin: 0;
  border: 1px solid #ececec;
  border-radius: 2px;
  padding: 7px 9px;
  box-sizing: border-box;
  transition: all 0.5s ease;
  max-height: 60px;
  overflow: hidden;
  width: 100%; }
  ul.p-toggle-boxes > li p,
  div.p-toggle-box p {
    line-height: 1.15; }
  ul.p-toggle-boxes > li:not(:first-child),
  div.p-toggle-box:not(:first-child) {
    margin-top: 5px; }
  ul.p-toggle-boxes > li > div.p-checkbox,
  ul.p-toggle-boxes > li > div.p-radio,
  div.p-toggle-box > div.p-checkbox,
  div.p-toggle-box > div.p-radio {
    cursor: pointer;
    flex: 1;
    float: left;
    width: 100%; }
  ul.p-toggle-boxes > li > div.p-checkbox > input[type="checkbox"],
  div.p-toggle-box > div.p-checkbox > input[type="checkbox"] {
    cursor: pointer; }
  ul.p-toggle-boxes > li > div.p-radio > input[type="radio"],
  div.p-toggle-box > div.p-radio > input[type="radio"] {
    cursor: pointer; }
  ul.p-toggle-boxes > li > .content,
  ul.p-toggle-boxes > li > div.p-checkbox > .content,
  ul.p-toggle-boxes > li > div.p-radio > .content,
  div.p-toggle-box > .content,
  div.p-toggle-box > div.p-checkbox > .content,
  div.p-toggle-box > div.p-radio > .content {
    float: left;
    padding: 0;
    width: 100%; }
    ul.p-toggle-boxes > li > .content > .choice,
    ul.p-toggle-boxes > li > div.p-checkbox > .content > .choice,
    ul.p-toggle-boxes > li > div.p-radio > .content > .choice,
    div.p-toggle-box > .content > .choice,
    div.p-toggle-box > div.p-checkbox > .content > .choice,
    div.p-toggle-box > div.p-radio > .content > .choice {
      float: left;
      width: 100%; }
  ul.p-toggle-boxes > li > .right,
  ul.p-toggle-boxes > li > div.p-checkbox > .right,
  ul.p-toggle-boxes > li > div.p-radio > .right,
  div.p-toggle-box > .right,
  div.p-toggle-box > div.p-checkbox > .right,
  div.p-toggle-box > div.p-radio > .right {
    float: right;
    margin-left: auto;
    padding: 0; }
  ul.p-toggle-boxes > li > *,
  ul.p-toggle-boxes > li > .content .choice,
  ul.p-toggle-boxes > li > .right.choice,
  ul.p-toggle-boxes > li > .right .choice,
  ul.p-toggle-boxes > li > div.p-checkbox > *,
  ul.p-toggle-boxes > li > div.p-checkbox > .content .choice,
  ul.p-toggle-boxes > li > div.p-checkbox > .right.choice,
  ul.p-toggle-boxes > li > div.p-checkbox > .right .choice,
  ul.p-toggle-boxes > li > div.p-radio > *,
  ul.p-toggle-boxes > li > div.p-radio > .content .choice,
  ul.p-toggle-boxes > li > div.p-radio > .right.choice,
  ul.p-toggle-boxes > li > div.p-radio > .right .choice,
  div.p-toggle-box > *,
  div.p-toggle-box > .content .choice,
  div.p-toggle-box > .right.choice,
  div.p-toggle-box > .right .choice,
  div.p-toggle-box > div.p-checkbox > *,
  div.p-toggle-box > div.p-checkbox > .content .choice,
  div.p-toggle-box > div.p-checkbox > .right.choice,
  div.p-toggle-box > div.p-checkbox > .right .choice,
  div.p-toggle-box > div.p-radio > *,
  div.p-toggle-box > div.p-radio > .content .choice,
  div.p-toggle-box > div.p-radio > .right.choice,
  div.p-toggle-box > div.p-radio > .right .choice {
    opacity: 1;
    transition: all 0.5s ease; }
  ul.p-toggle-boxes > li > .right.choice,
  ul.p-toggle-boxes > li > .right .choice,
  ul.p-toggle-boxes > li > div.p-checkbox > .right.choice,
  ul.p-toggle-boxes > li > div.p-checkbox > .right .choice,
  ul.p-toggle-boxes > li > div.p-radio > .right.choice,
  ul.p-toggle-boxes > li > div.p-radio > .right .choice,
  div.p-toggle-box > .right.choice,
  div.p-toggle-box > .right .choice,
  div.p-toggle-box > div.p-checkbox > .right.choice,
  div.p-toggle-box > div.p-checkbox > .right .choice,
  div.p-toggle-box > div.p-radio > .right.choice,
  div.p-toggle-box > div.p-radio > .right .choice {
    max-width: 100%; }
  ul.p-toggle-boxes > li.selected:not(.disabled),
  ul.p-toggle-boxes > li > div.p-checkbox.selected:not(.disabled),
  ul.p-toggle-boxes > li > div.p-radio.selected:not(.disabled),
  div.p-toggle-box.selected:not(.disabled),
  div.p-toggle-box > div.p-checkbox.selected:not(.disabled),
  div.p-toggle-box > div.p-radio.selected:not(.disabled) {
    border-color: #709bc5;
    max-height: 600px; }
    ul.p-toggle-boxes > li.selected:not(.disabled) > .content,
    ul.p-toggle-boxes > li.selected:not(.disabled) > .right,
    ul.p-toggle-boxes > li > div.p-checkbox.selected:not(.disabled) > .content,
    ul.p-toggle-boxes > li > div.p-checkbox.selected:not(.disabled) > .right,
    ul.p-toggle-boxes > li > div.p-radio.selected:not(.disabled) > .content,
    ul.p-toggle-boxes > li > div.p-radio.selected:not(.disabled) > .right,
    div.p-toggle-box.selected:not(.disabled) > .content,
    div.p-toggle-box.selected:not(.disabled) > .right,
    div.p-toggle-box > div.p-checkbox.selected:not(.disabled) > .content,
    div.p-toggle-box > div.p-checkbox.selected:not(.disabled) > .right,
    div.p-toggle-box > div.p-radio.selected:not(.disabled) > .content,
    div.p-toggle-box > div.p-radio.selected:not(.disabled) > .right {
      color: #709bc5; }
  ul.p-toggle-boxes > li.disabled > *,
  div.p-toggle-box.disabled > * {
    opacity: 0.3; }
  ul.p-toggle-boxes > li.read-only,
  div.p-toggle-box.read-only {
    cursor: default;
    pointer-events: none; }
    ul.p-toggle-boxes > li.read-only > div.p-checkbox,
    ul.p-toggle-boxes > li.read-only > div.p-radio,
    div.p-toggle-box.read-only > div.p-checkbox,
    div.p-toggle-box.read-only > div.p-radio {
      cursor: default;
      pointer-events: none; }
    ul.p-toggle-boxes > li.read-only > div.p-checkbox > input[type="checkbox"],
    div.p-toggle-box.read-only > div.p-checkbox > input[type="checkbox"] {
      cursor: default;
      pointer-events: none; }
      ul.p-toggle-boxes > li.read-only > div.p-checkbox > input[type="checkbox"] + label,
      div.p-toggle-box.read-only > div.p-checkbox > input[type="checkbox"] + label {
        cursor: default;
        pointer-events: none; }
    ul.p-toggle-boxes > li.read-only > div.p-radio > input[type="radio"],
    div.p-toggle-box.read-only > div.p-radio > input[type="radio"] {
      cursor: default;
      pointer-events: none; }
      ul.p-toggle-boxes > li.read-only > div.p-radio > input[type="radio"] + label,
      div.p-toggle-box.read-only > div.p-radio > input[type="radio"] + label {
        cursor: default;
        pointer-events: none; }
  ul.p-toggle-boxes > li.selected > .content,
  ul.p-toggle-boxes > li.selected > .content > :not(:first-child):not(.empty),
  div.p-toggle-box.selected > .content,
  div.p-toggle-box.selected > .content > :not(:first-child):not(.empty) {
    margin-top: 10px; }
  ul.p-toggle-boxes > li:not(.selected) > .right .choice,
  ul.p-toggle-boxes > li:not(.selected) > .right.choice,
  ul.p-toggle-boxes > li:not(.selected) > .right .choice,
  ul.p-toggle-boxes > li:not(.selected) > div.p-checkbox > .right .choice,
  ul.p-toggle-boxes > li:not(.selected) > div.p-checkbox > .right.choice,
  ul.p-toggle-boxes > li:not(.selected) > div.p-checkbox > .right .choice,
  ul.p-toggle-boxes > li:not(.selected) > div.p-radio > .right .choice,
  ul.p-toggle-boxes > li:not(.selected) > div.p-radio > .right.choice,
  ul.p-toggle-boxes > li:not(.selected) > div.p-radio > .right .choice,
  div.p-toggle-box:not(.selected) > .right .choice,
  div.p-toggle-box:not(.selected) > .right.choice,
  div.p-toggle-box:not(.selected) > .right .choice,
  div.p-toggle-box:not(.selected) > div.p-checkbox > .right .choice,
  div.p-toggle-box:not(.selected) > div.p-checkbox > .right.choice,
  div.p-toggle-box:not(.selected) > div.p-checkbox > .right .choice,
  div.p-toggle-box:not(.selected) > div.p-radio > .right .choice,
  div.p-toggle-box:not(.selected) > div.p-radio > .right.choice,
  div.p-toggle-box:not(.selected) > div.p-radio > .right .choice {
    max-width: 0;
    opacity: 0;
    visibility: hidden; }
  ul.p-toggle-boxes > li:not(.selected):not(.disabled) > .content,
  ul.p-toggle-boxes > li:not(.selected):not(.disabled) > .content .choice,
  ul.p-toggle-boxes > li:not(.selected):not(.disabled) > div.p-checkbox > .content,
  ul.p-toggle-boxes > li:not(.selected):not(.disabled) > div.p-checkbox > .content .choice,
  ul.p-toggle-boxes > li:not(.selected):not(.disabled) > div.p-radio > .content,
  ul.p-toggle-boxes > li:not(.selected):not(.disabled) > div.p-radio > .content .choice,
  div.p-toggle-box:not(.selected):not(.disabled) > .content,
  div.p-toggle-box:not(.selected):not(.disabled) > .content .choice,
  div.p-toggle-box:not(.selected):not(.disabled) > div.p-checkbox > .content,
  div.p-toggle-box:not(.selected):not(.disabled) > div.p-checkbox > .content .choice,
  div.p-toggle-box:not(.selected):not(.disabled) > div.p-radio > .content,
  div.p-toggle-box:not(.selected):not(.disabled) > div.p-radio > .content .choice {
    opacity: 0;
    display: none; }
  ul.p-toggle-boxes > li:not(.selected):not(.disabled) > .right,
  ul.p-toggle-boxes > li:not(.selected):not(.disabled) > div.p-checkbox > .right,
  ul.p-toggle-boxes > li:not(.selected):not(.disabled) > div.p-radio > .right,
  div.p-toggle-box:not(.selected):not(.disabled) > .right,
  div.p-toggle-box:not(.selected):not(.disabled) > div.p-checkbox > .right,
  div.p-toggle-box:not(.selected):not(.disabled) > div.p-radio > .right {
    opacity: 0.7; }
    ul.p-toggle-boxes > li:not(.selected):not(.disabled) > .right.choice,
    ul.p-toggle-boxes > li:not(.selected):not(.disabled) > .right > .choice,
    ul.p-toggle-boxes > li:not(.selected):not(.disabled) > div.p-checkbox > .right.choice,
    ul.p-toggle-boxes > li:not(.selected):not(.disabled) > div.p-checkbox > .right > .choice,
    ul.p-toggle-boxes > li:not(.selected):not(.disabled) > div.p-radio > .right.choice,
    ul.p-toggle-boxes > li:not(.selected):not(.disabled) > div.p-radio > .right > .choice,
    div.p-toggle-box:not(.selected):not(.disabled) > .right.choice,
    div.p-toggle-box:not(.selected):not(.disabled) > .right > .choice,
    div.p-toggle-box:not(.selected):not(.disabled) > div.p-checkbox > .right.choice,
    div.p-toggle-box:not(.selected):not(.disabled) > div.p-checkbox > .right > .choice,
    div.p-toggle-box:not(.selected):not(.disabled) > div.p-radio > .right.choice,
    div.p-toggle-box:not(.selected):not(.disabled) > div.p-radio > .right > .choice {
      max-width: 0;
      opacity: 0;
      visibility: hidden; }
  ul.p-toggle-boxes > li input[type="text"],
  div.p-toggle-box input[type="text"] {
    box-sizing: border-box;
    margin: 0;
    width: 100%; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    ul.p-toggle-boxes > li,
    div.p-toggle-box {
      /* IE10+ */ }
      ul.p-toggle-boxes > li.has-content,
      div.p-toggle-box.has-content {
        display: block;
        /* Disable flex */ } }

/* end of p-toggle-boxes */


/* ~/Content/piranya/styles/piranya-alert-box.scss */
/* Sizes */
/* End Sizes */
/* Colors */
/*  */
/* End Colors */
div.p-alert-box {
  align-items: center;
  border-radius: 5px;
  box-shadow: 0px 1px 5px #999;
  box-sizing: border-box;
  display: flex;
  font-size: 1em;
  flex-direction: row;
  padding: 0.5em 1em;
  width: 100%; }
  div.p-alert-box:not(:first-child) {
    margin-top: 10px; }
  div.p-alert-box:not(:last-child) {
    margin-bottom: 10px; }
  div.p-alert-box.has-content-container {
    justify-content: center; }
  div.p-alert-box > .content {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    font-size: 1em;
    width: 100%; }
  div.p-alert-box .actions {
    display: flex;
    flex-direction: row;
    gap: 0.7em;
    margin-left: 0.7em; }
  div.p-alert-box button {
    font-size: 1em; }
  div.p-alert-box i.icon,
  div.p-alert-box p.message {
    color: #ffffff;
    font-size: 1em; }
  div.p-alert-box i.icon {
    margin-top: 0.1em; }
    div.p-alert-box i.icon:before {
      font-family: FontAwesome;
      font-size: 1em;
      margin-right: 0.7em; }
  div.p-alert-box.failure {
    background-color: #d20007; }
    div.p-alert-box.failure .icon:before {
      content: "\f00d"; }
  div.p-alert-box.information {
    background-color: #3498db; }
    div.p-alert-box.information .icon:before {
      content: "\f129"; }
  div.p-alert-box.notice {
    background-color: #bea474; }
    div.p-alert-box.notice .icon:before {
      content: "\f0a1"; }
  div.p-alert-box.question {
    background-color: #f1c40f; }
    div.p-alert-box.question .icon:before {
      content: "\f128"; }
  div.p-alert-box.success {
    background-color: #2ecc71; }
    div.p-alert-box.success .icon:before {
      content: "\f00c"; }
  div.p-alert-box.tip {
    background-color: #16a085; }
    div.p-alert-box.tip .icon:before {
      content: "\f0eb"; }
  div.p-alert-box.warning {
    background-color: #e74c3c; }
    div.p-alert-box.warning .icon {
      margin-top: 0.2em; }
      div.p-alert-box.warning .icon:before {
        content: "\f12a"; }
  @media not all and (min-width: 980px) {
    div.p-alert-box .actions {
      flex-direction: column; } }


/* ~/Content/piranya/styles/localization.css */
body.language-da .language-da-hide,
body.language-de .language-de-hide,
body.language-en .language-en-hide,
body.language-nl .language-nl-hide
{
    display: none;
}

body.language-da .language-da-show,
body.language-de .language-de-show,
body.language-en .language-en-show,
body.language-nl .language-nl-show
{
    display: block;
}

/* ~/Content/piranya/styles/status-bars.scss */
#p-status-bars {
  align-items: stretch;
  display: flex;
  flex-direction: column; }
  #p-status-bars .p-alert-box {
    border-radius: 0;
    box-shadow: none;
    font-size: 1em;
    padding: 5px; }
    #p-status-bars .p-alert-box .actions {
      margin-left: auto; }
  #p-status-bars .p-alert-box.has-content-container > .content {
    max-width: 1200px; }


/* ~/Content/piranya/styles/swiper.piranya.scss */
.swiper-container-horizontal > .swiper-wrapper {
  display: flex;
  flex-direction: row; }
  .swiper-container-horizontal > .swiper-wrapper > .swiper-slide {
    width: 100%; }

.swiper-container-vertical > .swiper-wrapper {
  display: flex;
  flex-direction: column; }

.swiper-slide > img,
.swiper-slide > picture,
.swiper-slide > picture > img {
  width: 100%; }


/* ~/Content/dynamic/fonts */
@font-face {
 font-family: 'KorolevCondens';
 src: url('/File/5/KorolevCondensed-Bold.woff2?ticks=1553376639') format('woff');
font-display: swap;
}

@font-face {
 font-family: 'Korolev';
 src: url('/File/19/Korolev-Medium.woff2?ticks=1553377872') format('woff');
font-display: swap;
}

@font-face {
 font-family: 'Korolev_Kursive';
 src: url('/File/20/Korolev-MediumItalic.woff2?ticks=1553377945') format('woff');
font-display: swap;
}

@font-face {
 font-family: 'Thirsty';
 src: url('/File/21/ThirstyScriptMedium.woff2?ticks=1553378009') format('woff');
font-display: swap;
}

@font-face {
 font-family: 'Lobster';
 src: url('/File/292/Lobster_1.4.otf?ticks=1558956280') format('opentype');
font-display: swap;
}

@font-face {
 font-family: 'Vidaloka';
 src: url('/File/297/Vidaloka-Regular.otf?ticks=1559893805') format('truetype');
font-display: swap;
}

@font-face {
 font-family: 'Montserrat_light';
 src: url('/File/298/Montserrat-Light.otf?ticks=1559893935') format('truetype');
font-display: swap;
}

@font-face {
 font-family: 'Anko';
 src: url('/File/315/Anko-Bold.ttf?ticks=1559914460') format('truetype');
font-display: swap;
}

@font-face {
 font-family: 'Montserrat_Bold';
 src: url('/File/317/Montserrat-Bold.otf?ticks=1559914557') format('truetype');
font-display: swap;
}

@font-face {
 font-family: 'Montserrat_Regular';
 src: url('/File/332/Montserrat-Regular.eot?ticks=1562156404#iefix') format('embedded-opentype'), url('/File/331/Montserrat-Regular.ttf?ticks=1562156175') format('truetype'), url('/File/333/Montserrat-Regular.woff?ticks=1562156419') format('woff');
font-display: swap;
}

@font-face {
 font-family: 'PlayfairDisplay_Regular';
 src: url('/File/484/PlayfairDisplay-Regular.ttf?ticks=1563531113') format('truetype');
font-display: swap;
}

@font-face {
 font-family: 'Montserrat_Medium';
 src: url('/File/7733/Montserrat-Medium.ttf?ticks=1636987647') format('truetype');
font-display: swap;
}

@font-face {
 font-family: 'Montserrat_Thin';
 src: url('/File/7741/Montserrat-Thin.ttf?ticks=1637161020') format('truetype');
font-display: swap;
}

@font-face {
 font-family: 'Montserrat_Light';
 src: url('/File/7742/Montserrat-Light.ttf?ticks=1637161253') format('truetype');
font-display: swap;
}

@font-face {
 font-family: 'CaveatBrush_reg';
 src: url('/File/8697/CaveatBrush-Regular.ttf?ticks=1688669285') format('truetype');
font-display: swap;
}

@font-face {
 font-family: 'Avenir';
 src: url('/File/9466/6990-font_(1).ttf?ticks=1701777478') format('truetype');
font-display: swap;
}

@font-face {
 font-family: 'Palanquin_Dark';
 src: url('/File/9797/PalanquinDark-SemiBold.ttf?ticks=1710232457') format('truetype');
font-display: swap;
}

@font-face {
 font-family: 'Palanquin_Regular';
 src: url('/File/9798/PalanquinDark-Regular.ttf?ticks=1710233276') format('truetype');
font-display: swap;
}

@font-face {
 font-family: 'Mufan';
 src: url('/File/9799/mufan_pfs-webfont.woff?ticks=1710234627') format('woff'), url('/File/9800/mufan_pfs.otf?ticks=1710234641') format('truetype'), url('/File/9801/mufan_pfs-webfont.woff2?ticks=1710234648') format('woff');
font-display: swap;
}

@font-face {
 font-family: 'Palanquin_Medium';
 src: url('/File/9883/PalanquinDark-Medium.ttf?ticks=1710857909') format('truetype');
font-display: swap;
}

@font-face {
 font-family: 'Palanquin_Semibold';
 src: url('/File/9884/PalanquinDark-SemiBold.ttf?ticks=1710858042') format('truetype');
font-display: swap;
}

/* ~/Content/Piranya/WebViews/departments/opening-hours.scss */
.p-departments.opening-hours .slot {
  display: inline-block; }
  .p-departments.opening-hours .slot > span {
    float: left; }
  .p-departments.opening-hours .slot > .from-to-separator {
    margin: 0 0.3em; }
  .p-departments.opening-hours .slot > .slot-separator {
    margin-right: 0.3em; }


/* ~/Content/Piranya/WebViews/Users/PiranyaUserAdministration.css */
#piranya-select-birthdate-day {
    width: 22%;
    margin-right: 2%;
    float: left;
}

#piranya-select-birthdate-month {
    width: 50%;
    margin-right: 2%;
    float: left;
}

#piranya-select-birthdate-year {
    width: 24%;
    float: left;
}

.piranya-profile-picture-container > input {
    width: 100%;
}

/* ~/Content/Piranya/WebViews/Users/PiranyaLogin.css */

.piranya-user-login-view-seperator {
    left: 50%;
    top: 0%;
    height: 100%;
    position: absolute;
    border-left: 1px dotted black;
}

.piranya-user-login-view-seperator > p {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    top: 50%;
    left: -32px;
    background-color: white;
    width: 60px;
    text-align: center;
    margin-top: -15px;
}

.piranya-view-users-login {
    display: flex;
    justify-content: center;
}

    .piranya-view-users-login .reason + .piranya-view-content {
        margin-top: 10px;
    }

.piranya-view-center.piranya-login-group {
    width: 100%;
    max-width: 340px;
    background: white;
    box-sizing: border-box;
    padding: 20px;
    display: inline-block;
}

    .piranya-login-group h1.piranya-view-headline,
    .piranya-login-group label,
    .piranya-login-group a {
        color: black;
    }

    .piranya-login-group h1 {
        width: 100%;
    }

.piranya-user-login-view-container .piranya-txt {
    width: 100%;
    box-sizing: border-box;
}

.piranya-user-login-view:not(.register) .register {
    display: none;
}

.piranya-social-media-login-wrapper .piranya-facebook-link {
    background-size: cover;
    background-position: center;
}

.piranya-social-media-login-wrapper .separator {
    height: 25px;
    text-align: center;
    position: relative;
    margin-top: 8px;
    width: 100%;
}

.piranya-social-media-login-wrapper .separator .text {
    display: inline-block;
    font-size: 1em;
    overflow: hidden;
    text-align: center;
	width: 100%;
    color: black;
}

.piranya-social-media-login-wrapper .separator .text:before,
.piranya-social-media-login-wrapper .separator .text:after {
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
    background-color: #333;
}
.piranya-social-media-login-wrapper .separator .text:before {
    right: 0.5em;
    margin-left: -50%;
}
.piranya-social-media-login-wrapper .separator .text:after {
    left: 0.5em;
    margin-right: -50%;
}

.piranya-user-login-view > * {
    float: left;
    clear: both;
}

.piranya-user-login-view > :not(:last-child) {
    margin-bottom: 10px;
}

.piranya-user-login-view-remember-container {
    width: 100%;
}

.piranya-user-login-view-action-container a {
    clear: both;
    float: left;
}

.piranya-user-login-view .forgot-password {
    font-size: .9em;
    margin-bottom: 10px;
    float: left;
    clear: both;
}

    .piranya-user-login-view .forgot-password:hover {
        text-decoration: underline;
    }

.piranya-btn-login-wrapper {
    width: 100%;
}

.piranya-btn-login-wrapper > input {
    float: left;
}

.piranya-user-login-view-login, .piranya-user-login-view-guest {
    display: block;
}


@media only screen and (max-width: 979px) {
    .piranya-user-login-view-seperator {
        display: none;
    }

    .piranya-view-users-login .piranya-view-content .piranya-grid .piranya-col {
        width: 100%;
    }

    .piranya-user-login-view-inner-container {
        float: left;
    }
}

/* piranya/jatak */
.p-jatak.faq .video-container {
  margin: 20px 20% 0 20%;
  padding-top: 60%;
  position: relative;
  width: 60%; }
  .p-jatak.faq .video-container > iframe {
    border-radius: 20px;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%; }
  @media screen and (max-width: 800px) {
    .p-jatak.faq .video-container {
      margin: 20px 5% 0 5%;
      padding-top: 90%;
      position: relative;
      width: 90%; } }


/* piranya/files */
.p-files.browser .items-wrapper {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  width: 100%; }
  .p-files.browser .items-wrapper > h2 {
    margin-bottom: 10px; }
  .p-files.browser .items-wrapper > .items {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); }
    .p-files.browser .items-wrapper > .items > .item {
      align-items: stretch;
      border: 1px solid #666666;
      border-radius: 20px;
      display: flex;
      flex-direction: column;
      padding: 20px;
      transition: background-color 0.4s ease-in-out, border-color 0.4s ease-in-out; }
      .p-files.browser .items-wrapper > .items > .item:hover {
        border-color: #d6c2c2; }
      .p-files.browser .items-wrapper > .items > .item > .actions {
        margin-top: 10px;
        display: flex;
        flex-direction: row; }
        .p-files.browser .items-wrapper > .items > .item > .actions i.icon {
          font-size: 0.875em; }
      .p-files.browser .items-wrapper > .items > .item > .description {
        margin-top: 10px; }
      .p-files.browser .items-wrapper > .items > .item > .large-icon {
        align-items: center;
        display: flex;
        flex: 1;
        justify-content: center;
        margin-bottom: 10px; }
        .p-files.browser .items-wrapper > .items > .item > .large-icon.preview {
          background-repeat: no-repeat;
          background-position: center;
          background-size: contain;
          height: 0;
          padding-top: 100%; }
          .p-files.browser .items-wrapper > .items > .item > .large-icon.preview > i {
            display: none; }
        .p-files.browser .items-wrapper > .items > .item > .large-icon > i {
          font-size: 150px; }
      .p-files.browser .items-wrapper > .items > .item > .icon-with-title {
        align-items: center;
        display: flex;
        flex-direction: row;
        width: 100%; }
        .p-files.browser .items-wrapper > .items > .item > .icon-with-title > i {
          flex: 0 1;
          margin-right: 0.63em; }
        .p-files.browser .items-wrapper > .items > .item > .icon-with-title > p {
          font-size: 0.9em; }


/* piranya/marketing */
/* Sizes */
/* End Sizes */
/* Colors */
/*  */
/* End Colors */
.p-marketing.wrapper[data-handler="Popup.SingleMessage"] {
  display: none; }

@media (min-width: 1250px) {
  div.dialog.p-marketing {
    max-width: 1200px; } }

.dialog.p-marketing {
  align-items: center;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  position: relative;
  width: 100%; }
  .dialog.p-marketing > .description,
  .dialog.p-marketing > .teaser {
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%; }
    .dialog.p-marketing > .description > p,
    .dialog.p-marketing > .teaser > p {
      margin: 0;
      padding: 0;
      text-align: inherit; }
    .dialog.p-marketing > .description + .image,
    .dialog.p-marketing > .teaser + .image {
      margin-top: 20px; }
  .dialog.p-marketing > .title {
    font-size: 3em;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%; }
    .dialog.p-marketing > .title + div:last-child,
    .dialog.p-marketing > .title + .image,
    .dialog.p-marketing > .title + .teaser {
      margin-top: 20px; }
  .dialog.p-marketing a.image {
    display: block;
    width: 100%; }
  .dialog.p-marketing > img,
  .dialog.p-marketing > picture,
  .dialog.p-marketing > picture > img,
  .dialog.p-marketing a.image > img,
  .dialog.p-marketing a.image > picture,
  .dialog.p-marketing a.image > picture > img {
    width: 100%; }
  .dialog.p-marketing > .image + .description {
    margin-top: 20px; }
  .dialog.p-marketing > a.piranya-btn {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%); }
  @media screen and (max-width: 768px) {
    .dialog.p-marketing > .title {
      font-size: 1.5em; } }
  .dialog.p-marketing.has-textual-container > .textual-content {
    display: flex;
    flex-direction: column; }
    .dialog.p-marketing.has-textual-container > .textual-content > .title {
      font-size: 2em; }
    .dialog.p-marketing.has-textual-container > .textual-content > a.link {
      margin-top: 20px; }
    @media screen and (max-width: 768px) {
      .dialog.p-marketing.has-textual-container > .textual-content > .title {
        font-size: 1.5em; } }
  .dialog.p-marketing.has-textual-container.has-image {
    display: flex; }
    @media screen and (max-width: 768px) {
      .dialog.p-marketing.has-textual-container.has-image {
        flex-direction: column; }
        .dialog.p-marketing.has-textual-container.has-image > .image {
          margin-top: 20px; } }
    @media not screen and (max-width: 768px) {
      .dialog.p-marketing.has-textual-container.has-image {
        align-items: center;
        flex-direction: row; }
        .dialog.p-marketing.has-textual-container.has-image > .image {
          margin-right: 20px;
          order: -1; } }

.p-marketing[data-handler="Swiper.Slide"] {
  position: relative; }
  a.p-marketing[data-handler="Swiper.Slide"] {
    display: block; }

.p-marketing.swiper-slide {
  max-width: 100%; }
  .p-marketing.swiper-slide > a.image {
    display: flex;
    width: 100%; }
    .p-marketing.swiper-slide > a.image > img,
    .p-marketing.swiper-slide > a.image > picture,
    .p-marketing.swiper-slide > a.image > picture > img {
      width: 100%; }
  .p-marketing.swiper-slide > picture.image,
  .p-marketing.swiper-slide > picture.image > img {
    width: 100%; }

.p-marketing > .eyecatcher {
  background: black;
  clip-path: polygon(1em 0%, 100% 0%, 100% 100%, 1em 100%, 0% 50%);
  padding: 0.5em 0.5em 0.5em 1.3em;
  position: absolute;
  right: 0;
  top: 40px;
  text-align: center;
  z-index: 10; }
  .p-marketing > .eyecatcher p {
    color: white;
    line-height: 1em; }


/* piranya/grid-responsive */


.piranya-grid
{
    width: 100%;
}

.piranya-grid > .p-layout-container {
    min-height: 1px;
}

.piranya-section {
    clear: both;
    padding: 0px;
    margin: 0px;
}

.piranya-group:before,
.piranya-group:after {
    content: "";
    display: table;
}

.piranya-group:after {
    clear: both;
}

.piranya-group {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

.piranya-col {
    display: block;
    float: left;
    margin: 1% 0 1% 1.6%;
}

.piranya-col:first-child {
    margin-left: 0;
}

.piranya-col.align {
    text-align: center;
}

.piranya-col > .align {
    margin: 0 auto;
    float: none;
    text-align: initial;
}

/* all browsers except IE6 and lower */

/*Grid*/
/*  GRID OF ONE   ============================================================================= */
.span_1_of_1 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

/*  GRID OF TWO   ============================================================================= */
.span_2_of_2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.span_1_of_2 {
    width: 49.2%;
}

/*  GRID OF THREE   ============================================================================= */
.span_3_of_3 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.span_2_of_3 {
    width: 66.1333333333333%;
}

.span_1_of_3 {
    width: 32.2666666666667%;
}

/*  GRID OF FOUR   ============================================================================= */
.span_4_of_4 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.span_3_of_4 {
    width: 74.6%;
}

.span_2_of_4 {
    width: 49.2%;
}

.span_1_of_4 {
    width: 23.8%;
}

/*  GRID OF FIVE   ============================================================================= */
.span_5_of_5 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.span_4_of_5 {
    width: 79.68%;
}

.span_3_of_5 {
    width: 59.36%;
}

.span_2_of_5 {
    width: 39.04%;
}

.span_1_of_5 {
    width: 18.72%;
}

/*  GRID OF SIX   ============================================================================= */
.span_6_of_6 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.span_5_of_6 {
    width: 83.0666666666667%;
}

.span_4_of_6 {
    width: 66.13333333333333%;
}

.span_3_of_6 {
    width: 49.2%;
}

.span_2_of_6 {
    width: 32.2666666666667%;
}

.span_1_of_6 {
    width: 15.3333333333333%;
}

/*  GRID OF SEVEN   ============================================================================= */
.span_7_of_7 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.span_6_of_7 {
    width: 85.4857142857143%;
}

.span_5_of_7 {
    width: 70.9714285714286%;
}

.span_4_of_7 {
    width: 56.4571428571429%;
}

.span_3_of_7 {
    width: 41.9428571428572%;
}

.span_2_of_7 {
    width: 27.4285714285714%;
}

.span_1_of_7 {
    width: 12.9142857142857%;
}

/*  GRID OF EIGHT   ============================================================================= */
.span_8_of_8 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.span_7_of_8 {
    width: 87.3%;
}

.span_6_of_8 {
    width: 74.6%;
}

.span_5_of_8 {
    width: 61.9%;
}

.span_4_of_8 {
    width: 49.2%;
}

.span_3_of_8 {
    width: 36.5%;
}

.span_2_of_8 {
    width: 23.8%;
}

.span_1_of_8 {
    width: 11.1%;
}

/*  GRID OF NINE   ============================================================================= */
.span_9_of_9 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.span_8_of_9 {
    width: 88.7111111111111%;
}

.span_7_of_9 {
    width: 77.4222222222222%;
}

.span_6_of_9 {
    width: 66.1333333333333%;
}

.span_5_of_9 {
    width: 54.8444444444444%;
}

.span_4_of_9 {
    width: 43.5555555555556%;
}

.span_3_of_9 {
    width: 32.2666666666667%;
}

.span_2_of_9 {
    width: 20.9777777777778%;
}

.span_1_of_9 {
    width: 9.68888888888889%;
}

/*  GRID OF TEN   ============================================================================= */
.span_10_of_10 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.span_9_of_10 {
    width: 89.84%;
}

.span_8_of_10 {
    width: 79.68%;
}

.span_7_of_10 {
    width: 69.52%;
}

.span_6_of_10 {
    width: 59.36%;
}

.span_5_of_10 {
    width: 49.2%;
}

.span_4_of_10 {
    width: 39.04%;
}

.span_3_of_10 {
    width: 28.88%;
}

.span_2_of_10 {
    width: 18.72%;
}

.span_1_of_10 {
    width: 8.56%;
}

/*  GRID OF ELEVEN   ============================================================================= */
.span_11_of_11 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.span_10_of_11 {
    width: 90.7636363636364%;
}

.span_9_of_11 {
    width: 81.5272727272727%;
}

.span_8_of_11 {
    width: 72.2909090909091%;
}

.span_7_of_11 {
    width: 63.0545454545455%;
}

.span_6_of_11 {
    width: 53.8181818181818%;
}

.span_5_of_11 {
    width: 44.5818181818182%;
}

.span_4_of_11 {
    width: 35.3454545454545%;
}

.span_3_of_11 {
    width: 26.1090909090909%;
}

.span_2_of_11 {
    width: 16.8727272727273%;
}

.span_1_of_11 {
    width: 7.63636363636364%;
}

/*  GRID OF TWELVE   ============================================================================= */
.span_12_of_12 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.span_11_of_12 {
    width: 91.5333333333333%;
}

.span_10_of_12 {
    width: 83.0666666666667%;
}

.span_9_of_12 {
    width: 74.6%;
}

.span_8_of_12 {
    width: 66.1333333333333%;
}

.span_7_of_12 {
    width: 57.6666666666667%;
}

.span_6_of_12 {
    width: 49.2%;
}

.span_5_of_12 {
    width: 40.7333333333333%;
}

.span_4_of_12 {
    width: 32.2666666666667%;
}

.span_3_of_12 {
    width: 23.8%;
}

.span_2_of_12 {
    width: 15.3333333333333%;
}

.span_1_of_12 {
    width: 6.86666666666667%;
}

.span_1_of_1 > .align, .span_2_of_2 > .align, .span_3_of_3 > .align, .span_4_of_4 > .align, .span_5_of_5 > .align, .span_6_of_6 > .align, .span_7_of_7 > .align, 
.span_8_of_8 > .align, .span_9_of_9 > .align, .span_10_of_10 > .align, .span_11_of_11 > .align, .span_12_of_12 > .align  {
    margin: 0;
    float: left;
    clear: both;
}

@media (min-width: 1200px) {
    .span_1_of_2:nth-child(-n+2), .span_1_of_3:nth-child(-n+3), .span_1_of_4:nth-child(-n+4),
    .span_1_of_5:nth-child(-n+5), .span_1_of_6:nth-child(-n+6), .span_1_of_7:nth-child(-n+7), .span_1_of_8:nth-child(-n+8),
    .span_1_of_9:nth-child(-n+9), .span_1_of_10:nth-child(-n+10), .span_1_of_11:nth-child(-n+11), .span_1_of_12:nth-child(-n+12) {
        margin-top: 0;
    }

    .span_1_of_2:nth-last-child(-n+2), .span_1_of_3:nth-last-child(-n+3), .span_1_of_4:nth-last-child(-n+4),
    .span_1_of_5:nth-last-child(-n+5), .span_1_of_6:nth-last-child(-n+6), .span_1_of_7:nth-last-child(-n+7), .span_1_of_8:nth-last-child(-n+8),
    .span_1_of_9:nth-last-child(-n+9), .span_1_of_10:nth-last-child(-n+10), .span_1_of_11:nth-last-child(-n+11), .span_1_of_12:nth-last-child(-n+12) {
        margin-bottom: 0;
    }

    .span_1_of_2:nth-child(2n+1), .span_1_of_3:nth-child(3n+1), .span_1_of_4:nth-child(4n+1),
    .span_1_of_5:nth-child(5n+1), .span_1_of_6:nth-child(6n+1), .span_1_of_7:nth-child(7n+1), .span_1_of_8:nth-child(8n+1),
    .span_1_of_9:nth-child(9n+1), .span_1_of_10:nth-child(10n+1), .span_1_of_11:nth-child(11n+1), .span_1_of_12:nth-child(12n+1) {
        clear: both;
        margin-left: 0;
    }

    .span_1_of_2:nth-child(2n+1) > .align, .span_1_of_3:nth-child(3n+1) > .align, .span_1_of_4:nth-child(4n+1) > .align,
    .span_1_of_5:nth-child(5n+1) > .align, .span_1_of_6:nth-child(6n+1) > .align, .span_1_of_7:nth-child(7n+1) > .align, .span_1_of_8:nth-child(8n+1) > .align,
    .span_1_of_9:nth-child(9n+1) > .align, .span_1_of_10:nth-child(10n+1) > .align, .span_1_of_11:nth-child(11n+1) > .align, .span_1_of_12:nth-child(12n+1) > .align {
        margin: 0;
        float: left;
    }

    .span_1_of_2:nth-child(2n) > .align, .span_1_of_3:nth-child(3n) > .align, .span_1_of_4:nth-child(4n) > .align,
    .span_1_of_5:nth-child(5n) > .align, .span_1_of_6:nth-child(6n) > .align, .span_1_of_7:nth-child(7n) > .align, .span_1_of_8:nth-child(8n) > .align,
    .span_1_of_9:nth-child(9n) > .align, .span_1_of_10:nth-child(10n) > .align, .span_1_of_11:nth-child(11n) > .align, .span_1_of_12:nth-child(12n) > .align {
        margin: 0;
        float: right;
    }
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 481px) and (max-width: 1200px) {
    .span_1_of_2 {
        width: 100%;
    }
    
    .span_1_of_2 {
        margin: 1% 0 1% 0%;
    }
    
    .span_1_of_3, .span_1_of_4, .span_1_of_5, .span_1_of_6, .span_1_of_7, .span_1_of_8, .span_1_of_9, .span_1_of_10, .span_1_of_11, .span_1_of_12 {
        width: 49.2%;
    }

    .span_1_of_3:nth-child(-n+2), .span_1_of_4:nth-child(-n+2), .span_1_of_5:nth-child(-n+2), 
    .span_1_of_6:nth-child(-n+2), .span_1_of_7:nth-child(-n+2), .span_1_of_8:nth-child(-n+2),
    .span_1_of_9:nth-child(-n+2), .span_1_of_10:nth-child(-n+2), .span_1_of_11:nth-child(-n+2), .span_1_of_12:nth-child(-n+2) {
        margin-top: 0;
    }

    .span_1_of_3:nth-last-child(-n+2), .span_1_of_4:nth-last-child(-n+2), .span_1_of_5:nth-last-child(-n+2), 
    .span_1_of_6:nth-last-child(-n+2), .span_1_of_7:nth-last-child(-n+2), .span_1_of_8:nth-last-child(-n+2),
    .span_1_of_9:nth-last-child(-n+2), .span_1_of_10:nth-last-child(-n+2), .span_1_of_11:nth-last-child(-n+2), .span_1_of_12:nth-last-child(-n+2) {
        margin-bottom: 0;
    }

    .span_1_of_3:nth-child(2n+1), .span_1_of_4:nth-child(2n+1), .span_1_of_5:nth-child(2n+1), 
    .span_1_of_6:nth-child(2n+1), .span_1_of_7:nth-child(2n+1), .span_1_of_8:nth-child(2n+1),
    .span_1_of_9:nth-child(2n+1), .span_1_of_10:nth-child(2n+1), .span_1_of_11:nth-child(2n+1), .span_1_of_12:nth-child(2n+1) {
        clear: both;
        margin-left: 0;
    }

    .span_1_of_2 > .align, .span_1_of_3:nth-child(2n+1) > .align, .span_1_of_4:nth-child(2n+1) > .align,
    .span_1_of_5:nth-child(2n+1) > .align, .span_1_of_6:nth-child(2n+1) > .align, .span_1_of_7:nth-child(2n+1) > .align, .span_1_of_8:nth-child(2n+1) > .align,
    .span_1_of_9:nth-child(2n+1) > .align, .span_1_of_10:nth-child(2n+1) > .align, .span_1_of_11:nth-child(2n+1) > .align, .span_1_of_12:nth-child(2n+1) > .align {
        margin: 0;
        float: left;
    }

    .span_1_of_3:nth-child(2n) > .align, .span_1_of_4:nth-child(2n) > .align,
    .span_1_of_5:nth-child(2n) > .align, .span_1_of_6:nth-child(2n) > .align, .span_1_of_7:nth-child(2n) > .align, .span_1_of_8:nth-child(2n) > .align,
    .span_1_of_9:nth-child(2n) > .align, .span_1_of_10:nth-child(2n) > .align, .span_1_of_11:nth-child(2n) > .align, .span_1_of_12:nth-child(2n) > .align {
        margin: 0;
        float: right;
    }
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
    .span_12_of_12, .span_11_of_12, .span_10_of_12, .span_9_of_12, .span_8_of_12, .span_7_of_12, .span_6_of_12, .span_5_of_12, .span_4_of_12, .span_3_of_12, .span_2_of_12, .span_1_of_12 {
        width: 100%;
    }

    .span_11_of_11, .span_10_of_11, .span_9_of_11, .span_8_of_11, .span_7_of_11, .span_6_of_11, .span_5_of_11, .span_4_of_11, .span_3_of_11, .span_2_of_1, .span_1_of_11 {
        width: 100%;
    }

    .span_10_of_10, .span_9_of_10, .span_8_of_10, .span_7_of_10, .span_6_of_10, .span_5_of_10, .span_4_of_10, .span_3_of_10, .span_2_of_10, .span_1_of_10 {
        width: 100%;
    }

    .span_9_of_9, .span_8_of_9, .span_7_of_9, .span_6_of_9, .span_5_of_9, .span_4_of_9, .span_3_of_9, .span_2_of_9, .span_1_of_9 {
        width: 100%;
    }

    .span_8_of_8, .span_7_of_8, .span_6_of_8, .span_5_of_8, .span_4_of_8, .span_3_of_8, .span_2_of_8, .span_1_of_8 {
        width: 100%;
    }

    .span_7_of_7, .span_6_of_7, .span_5_of_7, .span_4_of_7, .span_3_of_7, .span_2_of_7, .span_1_of_7 {
        width: 100%;
    }

    .span_6_of_6, .span_5_of_6, .span_4_of_6, .span_3_of_6, .span_2_of_6, .span_1_of_6 {
        width: 100%;
    }

    .span_5_of_5, .span_4_of_5, .span_3_of_5, .span_2_of_5, .span_1_of_5 {
        width: 100%;
    }

    .span_4_of_4, .span_3_of_4, .span_2_of_4, .span_1_of_4 {
        width: 100%;
    }

    .span_3_of_3, .span_2_of_3, .span_1_of_3 {
        width: 100%;
    }

    .span_2_of_2, .span_1_of_2 {
        width: 100%;
    }

    .piranya-col {
        margin: 1% 0 1% 0%;
    }

    .piranya-col:first-child {
        margin-top: 0;
    }

    .piranya-col:last-child {
        margin-bottom: 0;
    }

    .piranya-col.align > .align {
        margin: 0;
        float: left;
    }
}

.piranya-grid[data-positioned="true"] {
    align-items: stretch;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

@supports (display: grid) {
    .piranya-grid[data-column-count]:not([data-auto-position]):not([data-auto-align-columns="True"]):not([data-positioned="true"]) {
        display: grid;
        grid-gap: 15px;
    }

    .piranya-grid[data-column-count="1"]:not([data-auto-position]):not([data-auto-align-columns="True"]) {
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
    }

    .piranya-grid[data-column-count="2"]:not([data-auto-position]):not([data-auto-align-columns="True"]) {
        grid-template-columns: repeat(2, 1fr);
    }

    .piranya-grid[data-column-count="3"]:not([data-auto-position]):not([data-auto-align-columns="True"]) {
        grid-template-columns: repeat(3, 1fr);
    }

    .piranya-grid[data-column-count="4"]:not([data-auto-position]):not([data-auto-align-columns="True"]) {
        grid-template-columns: repeat(4, 1fr);
    }

    .piranya-grid[data-column-count="5"]:not([data-auto-position]):not([data-auto-align-columns="True"]) {
        grid-template-columns: repeat(5, 1fr);
    }

    .piranya-grid[data-column-count="6"]:not([data-auto-position]):not([data-auto-align-columns="True"]) {
        grid-template-columns: repeat(6, 1fr);
    }

    .piranya-grid[data-column-count="7"]:not([data-auto-position]):not([data-auto-align-columns="True"]) {
        grid-template-columns: repeat(7, 1fr);
    }

    .piranya-grid[data-column-count]:not([data-auto-position]):not([data-auto-align-columns="True"]) > .piranya-col {
        width: 100%;
        margin: 0;
    }

    @media only screen and (max-width: 1200px) {
        .piranya-grid[data-column-count="2"]:not([data-auto-position]):not([data-auto-align-columns="True"]) {
            grid-template-columns: 1fr;
            grid-auto-rows: auto;
        }

        .piranya-grid[data-column-count="3"]:not([data-auto-position]):not([data-auto-align-columns="True"]) {
            grid-template-columns: repeat(2, 1fr);
        }

        .piranya-grid[data-column-count="4"]:not([data-auto-position]):not([data-auto-align-columns="True"]) {
            grid-template-columns: repeat(3, 1fr);
        }

        .piranya-grid[data-column-count="5"]:not([data-auto-position]):not([data-auto-align-columns="True"]) {
            grid-template-columns: repeat(4, 1fr);
        }

        .piranya-grid[data-column-count="6"]:not([data-auto-position]):not([data-auto-align-columns="True"]) {
            grid-template-columns: repeat(5, 1fr);
        }

        .piranya-grid[data-column-count="7"]:not([data-auto-position]):not([data-auto-align-columns="True"]) {
            grid-template-columns: repeat(6, 1fr);
        }
    }

    @media only screen and (max-width: 480px) {
        .piranya-grid[data-column-count]:not([data-auto-position]):not([data-auto-align-columns="True"]) {
            grid-template-columns: 1fr;
            grid-auto-rows: auto;
        }
    }
}

/* /content/dynamic/56.css */
@charset "UTF-8";
div {
  float: left; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

img {
  max-width: 100%; }

body,
html {
  margin: 0px;
  padding: 0px;
  width: 100%; }

body {
  height: 100%;
  margin: 0; }
  body .section-wrapper {
    border-top: 1px dashed #b1a299; }
  body .container {
    text-align: center; }
    body .container h1 {
      display: inline-block; }
  body .container.white h1 {
    border: 2px solid #f0ebe0;
    color: #f0ebe0; }
  body .container.white p {
    color: #f0ebe0; }
  body:not(.piranya-page) {
    /* Platform pages */ }
    body:not(.piranya-page) #main-wrapper #main #topbar {
      position: relative; }
    body:not(.piranya-page) #main-wrapper #main #piranya-page {
      margin-bottom: auto;
      display: flex;
      justify-content: center; }
      body:not(.piranya-page) #main-wrapper #main #piranya-page > div {
        max-width: 1200px;
        margin-top: 25px; }
  body img {
    vertical-align: top; }
  body .center {
    display: flex;
    justify-content: center; }
    body .center > .center-container {
      width: 100%;
      max-width: 1200px;
      display: flex; }
  body #main-wrapper {
    width: 100%;
    min-height: 100%;
    height: 100%; }
    body #main-wrapper #main {
      width: 100%;
      display: flex;
      flex-direction: column;
      min-height: 100%;
      justify-content: space-between;
      background: #fff8eb;
      background-size: 100% auto; }
      body #main-wrapper #main #piranya-page {
        width: 100%; }
        body #main-wrapper #main #piranya-page section {
          padding: 20px 20px; }
          body #main-wrapper #main #piranya-page section.no-padding-mobile {
            padding: 0; }
          body #main-wrapper #main #piranya-page section.padding-vertical {
            padding: 40px 0; }
          @media (min-width: 981px) {
            body #main-wrapper #main #piranya-page section {
              padding: 60px 20px; } }

.piranya-shop-terms h1 {
  padding: 20px 0px; }

.piranya-shop-terms p {
  padding-bottom: 10px; }

.welcome {
  background-image: url("/file/371");
  background-size: 100% auto;
  background-repeat: no-repeat; }

.headline-wrap:after {
  background: url(/File/68/line.jpg) 50% no-repeat;
  display: block;
  text-align: center;
  content: "";
  margin: 20px 0px;
  height: 6px; }

@media (max-width: 700px) {
  .item.image-0 {
    background-position: center bottom !important; } }

@media (max-width: 700px) {
  body:not(.piranya-page) #main-wrapper #main #piranya-page > div {
    padding: 0px 10px 10px 10px; }
    body:not(.piranya-page) #main-wrapper #main #piranya-page > div h1, body:not(.piranya-page) #main-wrapper #main #piranya-page > div h2 {
      font-size: 2em; } }

body #main #piranya-page .piranya-view.piranya-view-order-details {
  padding: 0px 10px; }

body #main #piranya-page .piranya-view.piranya-view-users.piranya-view-users-saved-addresses {
  padding: 0px 10px; }

@media (min-width: 1200px) {
  .topSlide {
    background-image: url(/file/895);
    background-size: 100% auto;
    background-repeat: no-repeat;
    padding: unset !important;
    height: 100vh;
    display: flex;
    align-content: center;
    justify-content: center;
    position: relative; }
    .topSlide #topCol .piranya-grid > .p-layout-container:last-child {
      height: 515px;
      display: flex;
      flex-flow: column;
      justify-content: center; }
    .topSlide #topCol .piranya-grid {
      display: flex;
      justify-content: space-between; }
    .topSlide #topCol .topLine p {
      font-size: 1.8em;
      font-family: "PlayfairDisplay_Regular";
      width: fit-content;
      height: fit-content;
      line-height: normal;
      color: #9f9572; }
    .topSlide #topCol .midLine p {
      font-size: 6.3em;
      width: fit-content;
      height: fit-content;
      line-height: normal;
      color: #202123; }
    .topSlide #topCol .bottomLine p {
      font-size: 1vw;
      font-family: "Montserrat_Bold";
      width: fit-content;
      height: fit-content;
      line-height: normal;
      color: #202123; }
    .topSlide #topCol .bottomLine {
      display: flex;
      flex-flow: row wrap; }
      .topSlide #topCol .bottomLine:before {
        display: block;
        content: "";
        width: 110px;
        height: 2px;
        background-color: #627573;
        align-self: center;
        margin-right: 5px; }
    .topSlide .p-layout-container {
      align-self: center; }
      .topSlide .p-layout-container .toShop {
        display: flex;
        justify-content: center;
        position: absolute;
        bottom: 0px;
        width: 1200px; }
      .topSlide .p-layout-container .piranya-btn {
        width: fit-content;
        position: relative;
        padding: unset !important;
        border: unset !important;
        align-items: flex-end;
        display: flex;
        justify-content: center;
        font-size: 20px;
        margin: unset !important; }
        .topSlide .p-layout-container .piranya-btn a {
          position: absolute;
          z-index: 1;
          color: #f0ebe0;
          font-size: 1.4vw;
          height: 7vw;
          width: 9vw;
          display: flex;
          justify-content: center;
          align-items: center; }
        .topSlide .p-layout-container .piranya-btn i {
          position: absolute;
          transform: rotate(180deg);
          top: 75%;
          font-size: 1.4vw; }
        .topSlide .p-layout-container .piranya-btn:before {
          display: block;
          content: "";
          width: 0;
          height: 0;
          border-left: 8vw solid transparent;
          border-right: 8vw solid transparent;
          border-bottom: 8vw solid #bfb286; } }

@media (max-width: 1200px) {
  .topSlide {
    background-image: url(/file/895);
    background-size: cover;
    background-repeat: no-repeat;
    padding: unset !important;
    height: 73vh;
    display: flex;
    align-content: center;
    justify-content: center;
    position: relative; }
    .topSlide #topCol .piranya-grid > .p-layout-container:last-child {
      width: 100%;
      height: 515px;
      display: flex;
      min-height: fit-content;
      flex-flow: column;
      justify-content: center;
      text-align: center; }
    .topSlide #topCol .piranya-grid > .p-layout-container:first-child {
      display: none; }
    .topSlide #topCol .piranya-grid {
      width: 100%;
      display: flex;
      justify-content: space-between; }
    .topSlide #topCol .topLine p {
      justify-content: center;
      font-size: 1.5em;
      font-family: "PlayfairDisplay_Regular";
      width: inherit;
      height: fit-content;
      line-height: normal;
      color: #f0ebe0;
      text-shadow: 2px 1px 9px #000000; }
    .topSlide #topCol .midLine p {
      justify-content: center;
      font-size: 2.5em;
      font-family: "Montserrat_Bold";
      width: inherit;
      height: fit-content;
      line-height: normal;
      color: #f0ebe0;
      text-shadow: 2px 1px 9px #000000; }
    .topSlide #topCol .bottomLine p {
      justify-content: center;
      font-size: 1em;
      font-family: "Montserrat_Bold";
      width: 90%;
      height: fit-content;
      line-height: normal;
      color: #f0ebe0;
      text-shadow: 2px 1px 9px #000000; }
    .topSlide #topCol .bottomLine {
      justify-content: center;
      width: inherit;
      display: flex; }
    .topSlide .p-layout-container {
      align-self: center; }
      .topSlide .p-layout-container .toShop {
        display: flex;
        justify-content: center;
        position: absolute;
        bottom: 0px; }
      .topSlide .p-layout-container .piranya-btn {
        width: fit-content;
        position: relative;
        padding: unset !important;
        border: unset !important;
        align-items: flex-end;
        display: flex;
        justify-content: center;
        margin: unset !important; }
        .topSlide .p-layout-container .piranya-btn a {
          top: 45%;
          position: absolute;
          z-index: 1;
          color: #f0ebe0;
          font-size: 1em; }
        .topSlide .p-layout-container .piranya-btn i {
          position: absolute;
          transform: rotate(180deg);
          top: 74%;
          font-size: .8em; }
        .topSlide .p-layout-container .piranya-btn:before {
          display: block;
          content: "";
          width: 0;
          height: 0;
          border-left: 4em solid transparent;
          border-right: 4em solid transparent;
          border-bottom: 4em solid #bfb286; } }

body .welcome {
  display: none; }

@media (min-width: 1200px) {
  .midSlide {
    background-image: url(/file/481);
    background-size: 100% auto;
    background-repeat: no-repeat;
    padding: unset !important;
    height: 38vw;
    display: flex;
    align-content: center;
    justify-content: center;
    position: relative;
    margin: 40px 0px; }
    .midSlide #midCol .piranya-grid > .p-layout-container:last-child {
      height: 38vw;
      width: auto;
      display: flex;
      flex-flow: column;
      justify-content: center; }
    .midSlide #midCol .piranya-grid {
      display: flex;
      justify-content: space-around;
      align-items: center; }
    .midSlide #midCol .topLine p {
      font-size: 2.5vw;
      width: fit-content;
      height: fit-content;
      line-height: normal;
      color: #202123; }
    .midSlide #midCol .midLine {
      margin: 10px 0px 10px 0px; }
      .midSlide #midCol .midLine p {
        font-size: 1vw;
        width: fit-content;
        height: fit-content;
        line-height: normal;
        color: #202123; }
    .midSlide #midCol .bottomLine p {
      display: none; }
      .midSlide #midCol .bottomLine p:before {
        display: none; } }

@media (max-width: 1200px) {
  .midSlide {
    display: none; } }

#about-section {
  background-image: url(/file/481); }

#toHistory a {
  width: fit-content;
  height: fit-content;
  line-height: normal;
  color: #202123 !important; }

#toHistory {
  margin-top: 50px;
  display: flex;
  flex-flow: row wrap; }
  #toHistory:before {
    display: block;
    content: "";
    width: 110px;
    height: 2px;
    background-color: #627573;
    align-self: center;
    margin-right: 5px; }

#midImg {
  position: absolute;
  top: -130px;
  width: 700px;
  right: 0px; }

#section-image {
  position: relative; }

@media (max-width: 1200px) {
  #midImg {
    display: none; } }

#dayspan {
  margin-right: 10px;
  text-align: left;
  float: left; }

#dayspan p {
  text-align: left; }

.newswrapper {
  margin-bottom: 70px;
  width: 100%; }

body #piranya-page > .piranya-view > .piranya-view-center {
  flex: none; }
  body #piranya-page > .piranya-view > .piranya-view-center.piranya-login-group > .piranya-view-content {
    width: 100%; }
    body #piranya-page > .piranya-view > .piranya-view-center.piranya-login-group > .piranya-view-content > div {
      width: 100%; }
      body #piranya-page > .piranya-view > .piranya-view-center.piranya-login-group > .piranya-view-content > div > .piranya-platform-login {
        width: 100%; }
  body #piranya-page > .piranya-view > .piranya-view-center.piranya-login-group .piranya-user-login-view-container {
    width: 100%; }
  body #piranya-page > .piranya-view > .piranya-view-center.piranya-login-group .piranya-user-login-view-inner-container {
    width: 100%; }
  body #piranya-page > .piranya-view > .piranya-view-center.piranya-login-group form {
    display: block; }

.add-to-basket > .description {
  background-color: #f0ebe0;
  -webkit-box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.45);
  padding: 20px; }

#queue-grid {
  min-height: 500px; }
  #queue-grid .queue-text-wrapper {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px; }
  #queue-grid .waitwrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 100px; }
    #queue-grid .waitwrapper .numberwrap {
      background-color: #f0ebe0;
      padding: 100px;
      font-size: 3em; }

.yellow-sec {
  background: #fff8eb; }
  .yellow-sec > div {
    display: flex !important;
    justify-content: center !important;
    max-width: unset !important; }

.headline-col-y {
  background-image: url(/image/8747);
  height: 434px;
  width: 960px !important;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: flex;
  align-items: center;
  Justify-content: center;
  flex-direction: column; }
  @media (max-width: 980px) {
    .headline-col-y {
      width: 100%; } }
  .headline-col-y h4 {
    color: #eeb59c; }
  .headline-col-y h3 {
    color: #939a83;
    font-size: 5em;
    font-weight: normal; }

.headline-col {
  background-image: url(/image/8698);
  height: 434px;
  width: 960px !important;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: flex;
  align-items: center;
  Justify-content: center;
  flex-direction: column; }
  @media (max-width: 980px) {
    .headline-col {
      width: 100%; } }
  .headline-col h4 {
    color: #454545; }
  .headline-col h3 {
    color: #bea692;
    font-size: 5em;
    font-weight: normal; }

.small-icons {
  padding-left: 100px;
  padding-right: 100px;
  box-sizing: border-box;
  padding-bottom: 100px; }
  .small-icons table {
    border: 0px; }
    .small-icons table td {
      border: 0px;
      font-family: Avenir; }
  .small-icons h3 {
    color: #454545;
    font-size: 2em; }

.image-section-one {
  padding: 100px 20px !important;
  background-image: url(/image/9803);
  background-position: top;
  background-size: cover; }
  @media (min-width: 980px) {
    .image-section-one {
      height: 800px; }
      .image-section-one .text-wrap {
        align-items: flex-end; }
      .image-section-one > .p-layout-container, .image-section-one > .p-layout-container > div, .image-section-one > .p-layout-container > div > .piranya-grid, .image-section-one > .p-layout-container > div > .piranya-grid > .p-layout-container {
        height: 100%; } }

.background-box {
  background: rgba(196, 174, 155, 0.8);
  border-radius: 20px;
  padding: 30px; }
  .background-box p {
    color: #f0ebe0; }
  .background-box h3 {
    color: #fed7bd;
    font-weight: normal; }
  .background-box a {
    font-family: 'CaveatBrush_reg';
    font-size: 1.4em;
    color: #f0ebdf; }

.text-wrap {
  display: flex;
  align-items: bottom;
  justify-content: center; }

.profile-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end; }
  .profile-wrapper .profilepicture {
    max-width: 400px;
    margin-bottom: -100px; }

body .brown-sec {
  background: #c4ae9b; }
  @media (min-width: 980px) {
    body .brown-sec {
      margin: 100px;
      border-radius: 20px;
      box-sizing: border-box;
      width: calc(100% - 200px) !important; } }
  body .brown-sec h3 {
    color: #fed7bd;
    font-weight: normal; }
  body .brown-sec p {
    color: #fff8eb; }

.greensec {
  background: #d3d4c5; }
  .greensec > div {
    display: flex !important;
    justify-content: center !important;
    max-width: unset !important; }

.green-box {
  background-color: #939a83;
  padding: 60px;
  border-radius: 20px;
  flex-direction: flex-end;
  color: #f0ebe0; }
  .green-box a {
    color: #f0ebe0;
    font-size: 28px;
    font-family: "CaveatBrush_reg"; }
  .green-box .piranya-btn {
    background-color: #f3b69e;
    border-radius: 20px;
    font-family: "CaveatBrush_reg";
    font-size: 20px;
    padding: 10px 60px; }

.flex-btm {
  align-items: flex-end;
  display: flex;
  flex-flow: row wrap; }

.btn-btm {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between; }

.light-green-box {
  background: #d3d4c6;
  padding: 60px; }
  @media (min-width: 980px) {
    .light-green-box {
      border-radius: 20px; } }
  .light-green-box h3 {
    color: #929a84; }

.white-box {
  background: white;
  border-radius: 20px;
  padding: 40px; }
  .white-box h3 {
    color: #ffd8bf;
    font-size: 35px; }
  .white-box a {
    color: #ffd8bf;
    font-size: 35px;
    font-family: "CaveatBrush_reg"; }
  .white-box p {
    color: #929a84; }

.center-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #454545; }
  .center-text a {
    color: #454545;
    font-size: 20px;
    font-family: "CaveatBrush_reg"; }
  .center-text img {
    max-width: 100%;
    border-radius: 20px; }

.dark-green-sec {
  background: #939a83;
  border-radius: 20px;
  box-sizing: border-box; }
  .dark-green-sec h3 {
    color: #f3b69e;
    font-weight: normal; }
  .dark-green-sec p {
    color: #f0ebe0; }
  .dark-green-sec h4 {
    color: #f0ebe0; }
  .dark-green-sec a {
    color: #f0ebe0; }

.red-section {
  background: #ffd8bf; }
  .red-section h3 {
    color: #939a83; }
  .red-section h5 {
    font-size: 30px;
    color: #dd3131;
    font-family: "CaveatBrush_reg"; }

body #main-wrapper #main {
  background: #EFE8DE; }

body #main-wrapper #main .produce-section {
  background-image: url(/image/8970);
  background-position: center;
  background-size: cover;
  position: relative; }
  body #main-wrapper #main .produce-section:before {
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 50%;
    border-radius: 20px;
    z-index: 0; }
  body #main-wrapper #main .produce-section a {
    color: #f0ebe0;
    font-size: 20px;
    font-family: "CaveatBrush_reg"; }
  body #main-wrapper #main .produce-section > .p-layout-container {
    z-index: 1;
    position: relative; }

body .brown-sec p, body .brown-sec h3 {
  color: #f0ebe0; }

body #main-wrapper #main .red-section .piranya-grid iframe {
  width: 100%; }

.green-box.white-p p {
  color: #f0ebe0; }

#piranya-page:not([data-entity-id="22"]) {
  padding-bottom: 40px; }

body #main-wrapper #main #piranya-page > *:last-child {
  padding-bottom: 40px; }
  body #main-wrapper #main #piranya-page > *:last-child > .p-layout-container {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center; }
    body #main-wrapper #main #piranya-page > *:last-child > .p-layout-container > [data-column-count] {
      max-width: 1400px; }

.sfriis {
  margin-bottom: -80px; }

@media (min-width: 980px) {
  body .piranya-btn {
    font-size: 20px; } }

.imgseq img {
  border-radius: 20px; }

.imground {
  border-radius: 20px; }
  .imground img {
    border-radius: 20px; }

.orange-box {
  background-color: #B65A3A;
  padding: 30px;
  border-radius: 20px;
  flex-direction: flex-end;
  color: #F6F3EC;
  display: flex;
  flex-flow: column nowrap;
  height: fit-content;
  height: max-content; }
  .orange-box p, .orange-box h3 {
    color: #F6F3EC; }
  .orange-box h3 {
    font-size: 28pt; }
  .orange-box a {
    color: #F6F3EC;
    text-decoration: underline;
    /*font-size:28px;*/
    /*font-family: "CaveatBrush_reg";*/ }
  .orange-box .piranya-btn {
    background-color: unset;
    border-radius: 20px;
    /*font-family: "CaveatBrush_reg";*/
    font-size: 20px;
    padding: 10px 60px; }

.white-box {
  background-color: #EFE8DE;
  border-radius: 20px;
  flex-direction: flex-end;
  color: #454545;
  padding: 30px;
  display: flex;
  flex-flow: column nowrap;
  height: fit-content;
  height: max-content; }
  .white-box h3 {
    color: #B65A3A; }
  .white-box p {
    color: inherit; }
  .white-box h3 {
    font-size: 28pt; }
  .white-box a {
    color: #454545;
    text-decoration: underline;
    /*font-size:28px;*/
    /*font-family: "CaveatBrush_reg";*/ }

@media (min-width: 981px) {
  body #main-wrapper #main #piranya-page section:not(.custom-category-section) {
    padding: 100px 20px !important; }
  body #main-wrapper #main #piranya-page section.custom-category-section {
    padding: 60px 0px 10px 0px; } }

body #main-wrapper #main #piranya-page section.custom-category-section.faded-image-bg-1 {
  position: relative; }
  body #main-wrapper #main #piranya-page section.custom-category-section.faded-image-bg-1:after {
    background-image: linear-gradient(0deg, rgba(239, 232, 222, 0.93), rgba(239, 232, 222, 0.93)), url(/File/9818);
    display: flex;
    content: "";
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0; }

body #main-wrapper #main #piranya-page section .white-text.text-centered {
  padding: 30px;
  display: flex;
  flex-flow: column nowrap;
  height: fit-content;
  height: max-content; }
  body #main-wrapper #main #piranya-page section .white-text.text-centered p {
    color: #F6F3EC; }

body #main-wrapper #main #piranya-page section > .p-layout-container > .center-content:not(:last-child) {
  padding-bottom: 100px; }

body #main-wrapper #main #piranya-page section .center-content {
  display: flex;
  justify-content: center; }
  body #main-wrapper #main #piranya-page section .center-content > * {
    max-width: 1200px; }

body #main-wrapper #main #piranya-page section h5 {
  font-size: 20pt;
  font-family: "Palanquin_Regular";
  color: #f6f3ec;
  text-align: center; }

body #main-wrapper #main #piranya-page section.dark-green {
  background-color: #145235; }
  body #main-wrapper #main #piranya-page section.dark-green h5 {
    color: #939b84; }

body #main-wrapper #main #piranya-page section.custom-category-section > *:last-child:not(.highlight-products) {
  padding-bottom: 100px; }

body #main-wrapper #main #piranya-page section.white-section {
  background: #F6F3EC; }
  body #main-wrapper #main #piranya-page section.white-section h3 {
    color: #145235; }
  body #main-wrapper #main #piranya-page section.white-section > .p-layout-container > div[data-column-count] {
    max-width: 1200px; }

#piranya-page:not([data-entity-id="22"]) {
  padding-bottom: unset; }

body > #main-wrapper > #main > #topbar {
  background: #145235; }

body ul.p-toggle-boxes > li,
body div.p-toggle-box {
  max-height: unset; }

.phonetop {
  margin-top: 20px; }

body .center-newswrapper {
  display: flex;
  flex-flow: column nowrap;
  align-items: center; }

/* rettelser til .stickers */
body .piranya-shop.product .sticker.price-reduction {
  z-index: 100;
  color: white;
  background-color: #939b84 !important;
  left: 10px;
  right: unset;
  position: absolute;
  top: 173px;
  left: 25px;
  border-radius: 10px;
  width: 100px;
  padding: unset;
  width: 78px;
  height: 58px;
  padding: unset;
  justify-content: center; }

@media (min-width: 481px) and (max-width: 700px) {
  body .piranya-shop.product .sticker.price-reduction {
    top: 98px; } }

@media (min-width: 981px) and (max-width: 1200px) {
  body .piranya-shop.product .sticker.price-reduction {
    top: 88px; } }

.piranya-shop.product .sticker.sold-out {
  z-index: 101;
  left: 10px;
  right: unset;
  background-color: #CA896D !important; }

.display-none {
  display: none; }

.facebook-plugin-center {
  justify-content: center;
  display: flex; }

body .highlight-products .piranya-shop.piranya-shop-order-create .products .product.piranya-col:nth-child(4n) > *:not(.image):not(.eyecatcher) {
  padding-left: 25px !important;
  padding-right: 25px !important; }

.piranya-shop.product .sticker .header, .piranya-shop.product .sticker .header + .value {
  color: white !important;
  font-size: 0.8em !important; }

/******* NY FACEBOOK ******/
.fb-swiper-section {
  max-width: 1200px;
  margin: 3rem auto; }
  .fb-swiper-section .swiper-slide {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
    overflow: hidden; }
    .fb-swiper-section .swiper-slide img {
      display: block;
      width: 100%;
      height: auto; }
    .fb-swiper-section .swiper-slide p {
      padding: 1rem;
      font-size: 0.9rem;
      color: #333;
      max-height: 100px;
      overflow: hidden; }
    .fb-swiper-section .swiper-slide a {
      color: inherit;
      text-decoration: none; }
  .fb-swiper-section .swiper-button-next, .fb-swiper-section .swiper-button-prev {
    color: #777; }
  .fb-swiper-section .swiper-pagination-bullet {
    background: #777;
    opacity: 0.7; }

/******* Rettelser på undersider - om os ********/
.text {
  display: flex;
  align-items: center; }
  .text h1 {
    text-align: center;
    font-family: "Palanquin_Semibold" !important; }

div.piranya-searchbox {
  padding: 20px;
  justify-content: center; }
  div.piranya-searchbox > input {
    background: transparent;
    text-align: center;
    border-radius: 20px;
    padding: 15px 35px; }
  div.piranya-searchbox input::placeholder {
    font-family: "Palanquin_Regular";
    color: white;
    font-size: 24px; }
  div.piranya-searchbox .fa-search:before {
    color: transparent; }

.p-marketing.swiper-slide > picture.image, .p-marketing.swiper-slide > picture.image > img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.news-letter-section {
  display: none;
  /* er gemt indtil de vil have den aktiveret */ }


/* /content/dynamic/53.css */
@media (max-width: 680px) {
  body {
    font-size: 0.8em; } }

div {
  color: inherit; }

a {
  text-decoration: none;
  text-decoration-color: none;
  font-family: "Montserrat_Bold"; }

p {
  line-height: 26px;
  font-size: 1.1em;
  font-family: Avenir;
  color: #454545; }

h1 {
  font-size: 3em;
  /*font-family: "PlayfairDisplay_Regular";*/
  font-family: "Palanquin_Semibold";
  text-align: center;
  padding: 10px; }

h2 {
  font-size: 2.8em;
  /*font-family: "CaveatBrush_reg";*/
  color: #231f20; }

h3 {
  font-size: 50pt;
  font-family: "Palanquin_Dark";
  font-weight: normal;
  color: #B65A3A;
  line-height: 1.15; }
  @media (max-width: 680px) {
    h3 {
      font-size: 40pt; } }

/*.piranya-shop h3 {*/
/*    font-family: "PlayfairDisplay_Regular";*/
/*    font-size: 1.5em;*/
/*}*/
h4 {
  text-align: center;
  font-size: 46pt;
  font-family: "Mufan";
  color: #939b84;
  line-height: 1.15;
  font-weight: normal; }
  @media (max-width: 680px) {
    h4 {
      font-size: 36pt; } }

h5 {
  font-size: 1.5em;
  font-weight: normal; }

select {
  font-size: 16px; }

label {
  font-size: 0.8em; }

.italic {
  font-family: "PlayfairDisplay_Regular"; }

input, span, option, select, i, a, label, textarea, li, table, td, tr {
  font-family: "Avenir"; }

h1, h2, h3, h4, h5, h6 {
  font-weight: unset; }

body p, body li, body i, body a, body input, body span, body option, body select, body label, body textarea, body table, body td, body tr {
  font-family: "Avenir";
  line-height: 1.3;
  font-size: 16pt; }

body h2,
body .description h2,
body .piranya-view-shop-product-detail h1.title {
  font-size: 2.5em; }

body input[type="number"], body div.property > p, body .piranya-shop .amount-picker > * {
  font-size: 17pt;
  font-family: "Avenir"; }

body .piranya-shop.piranya-view-shop-product-detail form.add-to-basket .buy-wrapper .choices .variant-groups.variants .group .header .title,
body .piranya-shop.piranya-view-shop-product-detail form.add-to-basket .choices .variant-groups.variants .group .header .title,
body .piranya-shop.piranya-view-shop-product-detail form.add-to-basket .buy-wrapper .choices .variant-groups.variants .group .header .title,
body .piranya-shop.piranya-view-shop-product-detail form.add-to-basket .choices .variant-groups.variants .group .header .title,
body .piranya-shop .piranya-view-shop-product-detail.piranya-shop-product-variant-group form.add-to-basket .buy-wrapper .choices .variant-groups.variants .group .header .title,
body .piranya-shop .piranya-view-shop-product-detail.piranya-shop-product-variant-group form.add-to-basket .choices .variant-groups.variants .group .header .title,
body .piranya-shop .piranya-view-shop-product-detail.piranya-shop-product-variant-group form.add-to-basket .buy-wrapper .choices .variant-groups.variants .group .header .title,
body .piranya-shop .piranya-view-shop-product-detail.piranya-shop-product-variant-group form.add-to-basket .choices .variant-groups.variants .group .header .title,
.swal2-popup.add-to-basket form.add-to-basket .buy-wrapper .choices .variant-groups.variants .group .header .title,
.swal2-popup.add-to-basket form.add-to-basket .choices .variant-groups.variants .group .header .title,
.swal2-popup.add-to-basket form.add-to-basket .buy-wrapper .choices .variant-groups.variants .group .header .title,
.swal2-popup.add-to-basket form.add-to-basket .choices .variant-groups.variants .group .header .title {
  font-family: "Palanquin_Regular";
  font-size: 17pt; }

body .piranya-shop h3 {
  font-family: "Avenir";
  font-size: 1.17em; }

body section .p-layout-container a {
  color: inherit;
  text-decoration: underline; }


/* /content/dynamic/30.css */
/* Error compiling SASS on line 77 column 32: Error: Undefined variable: "$basketTextColor".
        on line 77 of stdin
>>                 color: lighten($basketTextColor, 20%);
   -------------------------------^
 */

/* /content/dynamic/55.css */
@charset "UTF-8";
body .piranya-shop.piranya-shop-order-create .products .product.piranya-col .amount > * {
  max-width: 50px;
  width: inherit;
  padding: 10px 15px; }

/* Sizes */
/* End Sizes */
/* Colors */
/*  */
/* End Colors */
/* Custom Settings */
/* End Custom Settings*/
body .piranya-shop.piranya-shop-order-create .products .product.piranya-col .amount > * {
  max-width: 50px;
  width: inherit;
  padding: 10px 15px; }

#shop h1:not(:last-child) {
  /*font-family: $italicFont;*/
  text-transform: none;
  font-size: 3em; }

.piranya-shop .variants > .group > .header {
  background-color: transparent !important; }

.piranya-shop .variants p.price {
  white-space: nowrap; }

body {
  /* Sidebar Basket */ }
  body .piranya-breadcrumb-wrapper {
    display: none; }
  body #product-details-header {
    background-image: url("/File/9642/Lamb-Roast-top-banner.jpg?ticks=1705061065");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    justify-content: center;
    padding: 20px; }
    @media (min-width: 980px) {
      body #product-details-header {
        background-size: cover; } }
    body #product-details-header > div {
      align-items: center;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      body #product-details-header > div > * {
        max-width: 1400px; }
      body #product-details-header > div h1 {
        text-align: left;
        margin-top: 0;
        padding-left: 0;
        padding-right: 0; }
        body #product-details-header > div h1 ~ form {
          margin: 20px 0;
          max-width: 300px; }
      body #product-details-header > div a, body #product-details-header > div p, body #product-details-header > div h1 {
        color: white; }
    body #product-details-header .piranya-breadcrumb-wrapper {
      display: none; }
    body #product-details-header.category {
      min-height: 15vw; }
      body #product-details-header.category h1 {
        text-align: center;
        font-size: 4em;
        font-weight: unset; }
      body #product-details-header.category p {
        color: #ede5ce;
        text-align: center; }
    body #product-details-header.product > div {
      max-width: 1200px;
      width: 100%; }
    body #product-details-header .piranya-searchbox {
      font-size: 1.5em; }
      body #product-details-header .piranya-searchbox > .button-wrapper {
        right: 8px; }
    body #product-details-header.category ~ #piranya-page .piranya-shop-order-create > .panels > .panel:first-child > .categories > .description {
      display: none; }
  body .mobile-cart-btn.show {
    flex-direction: row;
    box-sizing: border-box;
    color: #000000;
    background: none;
    text-transform: capitalize;
    text-align: center;
    font-family: "PlayfairDisplay_Regular";
    width: 70px;
    height: 70px;
    clear: none;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 0.9em;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto; }
    @media (min-width: 980px) {
      body .mobile-cart-btn.show {
        margin-right: initial; } }
    body .mobile-cart-btn.show.show i.fa.fa-shopping-cart {
      margin-right: 0;
      height: 30px;
      width: 30px;
      background-image: url("/File/43/Shopping.png?ticks=1553379792");
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat; }
      body .mobile-cart-btn.show.show i.fa.fa-shopping-cart:before {
        content: ""; }
      @media (min-width: 980px) {
        body .mobile-cart-btn.show.show i.fa.fa-shopping-cart {
          height: 30px;
          width: 30px; } }
    body .mobile-cart-btn.show .price-wrapper {
      flex-direction: column;
      align-items: center;
      height: 100%;
      justify-content: center;
      text-transform: uppercase; }
      @media (min-width: 980px) {
        body .mobile-cart-btn.show .price-wrapper {
          justify-content: space-around; } }
      body .mobile-cart-btn.show .price-wrapper div {
        color: #000000;
        font-family: "PlayfairDisplay_Regular"; }
  body .piranya-shop .basket-wrapper {
    background-color: #F7F7F5;
    border: 0; }
  body .piranya-shop .basket {
    color: black; }
    body .piranya-shop .basket .cart {
      padding: 10px;
      border: 2px solid #F5F5F5; }
      body .piranya-shop .basket .cart .close {
        color: #F5F5F5;
        font-size: 2em;
        top: 8px;
        right: 15px;
        padding: 10px; }
        body .piranya-shop .basket .cart .close:before {
          content: "\f105"; }
        body .piranya-shop .basket .cart .close:hover {
          color: #333333; }
      body .piranya-shop .basket .cart .header {
        font-size: 0; }
      body .piranya-shop .basket .cart .desired-delivery-time > p,
      body .piranya-shop .basket .cart .shipping-method-wrapper > p {
        font-family: "PlayfairDisplay_Regular"; }
      body .piranya-shop .basket .cart .department-wrapper select {
        width: 100%; }
      body .piranya-shop .basket .cart .variant {
        color: #333333; }
      body .piranya-shop .basket .cart .title {
        color: black; }
      body .piranya-shop .basket .cart .no-items {
        color: black;
        font-family: "PlayfairDisplay_Regular"; }
      body .piranya-shop .basket .cart .total-price {
        color: black;
        font-family: "PlayfairDisplay_Regular";
        background: rgba(167, 185, 173, 0.23);
        border: 1px solid #F5F5F5; }
      body .piranya-shop .basket .cart > .actions > button {
        padding: 15px 10px;
        background-color: #b0bdb0;
        text-transform: none; }
        body .piranya-shop .basket .cart > .actions > button p {
          font-family: "PlayfairDisplay_Regular";
          font-size: 1.6em;
          color: white; }
        body .piranya-shop .basket .cart > .actions > button:hover {
          background-color: #00c956; }
      body .piranya-shop .basket .cart .product {
        font-family: "PlayfairDisplay_Regular"; }
  body .piranya-shop-order-create .cart .variant {
    font-family: korolev; }
  body .piranya-shop-order-create .cart > .header {
    font-family: korolev;
    font-weight: normal; }
  body body .basket .fa-arrow-circle-right:before {
    content: "\f054"; }
  body .piranya-shop .eyecatcher, body .product-acquisition .products .product .eyecatcher {
    position: absolute;
    top: 5px;
    right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #B65A3A;
    clip-path: unset;
    padding: 20px; }
    body .piranya-shop .eyecatcher p, body .product-acquisition .products .product .eyecatcher p {
      text-align: center;
      color: #F6F3EC;
      line-height: 100%;
      padding-top: 0; }
    body .piranya-shop .eyecatcher p:before, body .product-acquisition .products .product .eyecatcher p:before {
      display: none; }
  body .piranya-shop .product .eyecatcher, body .piranya-shop.product .eyecatcher {
    background: #B65A3A;
    clip-path: unset;
    border-radius: 20px;
    padding: 10px 15px;
    right: 20px; }
  body .piranya-shop {
    /*&.product-acquisition {
    .product {
        .actions {
            .piranya-btn {
                font-size: 1em;
                &.add-btn {
                    margin-left: 10px;
                    margin-top: 10px;
                }
            }
            .item-count .piranya-btn {
                width: auto;
                padding: 16px 19px;
                text-align: center;
            }
            @media (min-width: 600px) {
                .piranya-btn {
                    &.add-btn {
                        width: 50%;
                    }
                }
            }
        }
        .price {
            font-family: $mainFont;
            font-size: 1.3em;
            margin-top: 9px;
            margin-right: 0;
            color: $primaryTextColor;
            font-size: 1.3em;
            .header {
                display: none;
            }
            .currency {
                margin-right: 5px;
            }
        }
        .amount>input[type="text"] {
            padding: 14px 0;
            font-family: $mainFont;
        }
        @media (min-width: 600px) {
            > div.image {
                height: calc(100% - 175px);
                top: 90px;
            }
        }
    }
}*/ }
    body .piranya-shop.piranya-view-shop-product-detail.product {
      padding: 20px; }
      body .piranya-shop.piranya-view-shop-product-detail.product .add-to-basket {
        grid-gap: 20px; }
        body .piranya-shop.piranya-view-shop-product-detail.product .add-to-basket div.go-to-checkout {
          flex-direction: column;
          align-items: center; }
          body .piranya-shop.piranya-view-shop-product-detail.product .add-to-basket div.go-to-checkout .piranya-shop-product-price {
            margin-left: 0; }
      body .piranya-shop.piranya-view-shop-product-detail.product .buy-wrapper {
        background-color: white;
        -webkit-box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.45);
        -moz-box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.45);
        box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.45);
        padding: 20px; }
      body .piranya-shop.piranya-view-shop-product-detail.product .images > .large {
        margin-bottom: 0; }
      body .piranya-shop.piranya-view-shop-product-detail.product .children > .product .title {
        font-family: "PlayfairDisplay_Regular";
        color: black;
        font-size: 1.3em;
        font-weight: normal;
        border-bottom: none;
        text-align: left;
        padding-bottom: 0;
        margin-bottom: 0; }
      body .piranya-shop.piranya-view-shop-product-detail.product .children > .product .description .title {
        display: none; }
      body .piranya-shop.piranya-view-shop-product-detail.product.has-choices .piranya-shop-product-variant-group .p-toggle-box {
        max-height: initial; }
        body .piranya-shop.piranya-view-shop-product-detail.product.has-choices .piranya-shop-product-variant-group .p-toggle-box .description {
          width: 100%;
          display: block;
          color: #8c8b8f;
          font-size: .8em; }
      body .piranya-shop.piranya-view-shop-product-detail.product.has-choices .piranya-shop-product-variant-group > .header {
        display: flex;
        flex-direction: column; }
        body .piranya-shop.piranya-view-shop-product-detail.product.has-choices .piranya-shop-product-variant-group > .header .title {
          margin-right: auto;
          margin-left: auto; }
        body .piranya-shop.piranya-view-shop-product-detail.product.has-choices .piranya-shop-product-variant-group > .header .status {
          background: #EEEEEB;
          padding: 5px 20px;
          margin-right: auto;
          opacity: 1;
          height: 35px;
          transition: opacity 250ms linear; }
          body .piranya-shop.piranya-view-shop-product-detail.product.has-choices .piranya-shop-product-variant-group > .header .status:empty {
            opacity: 0;
            transition: opacity 250ms linear; }
      body .piranya-shop.piranya-view-shop-product-detail.product[data-product-type="grouped"].has-choices .piranya-shop-product-variant-group > .property {
        -webkit-box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.45);
        -moz-box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.45);
        box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.45); }
    body .piranya-shop.piranya-view-shop-product-detail[data-product-type*="grouped"] form.add-to-basket,
    body .piranya-shop .piranya-view-shop-product-detail.piranya-shop-product-variant-group[data-product-type*="grouped"] form.add-to-basket {
      grid-template-rows: max-content; }
      body .piranya-shop.piranya-view-shop-product-detail[data-product-type*="grouped"] form.add-to-basket > .choices,
      body .piranya-shop .piranya-view-shop-product-detail.piranya-shop-product-variant-group[data-product-type*="grouped"] form.add-to-basket > .choices {
        background-color: white;
        -webkit-box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.45);
        -moz-box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.45);
        box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.45);
        padding: 20px; }
      body .piranya-shop.piranya-view-shop-product-detail[data-product-type*="grouped"] form.add-to-basket > .buy-wrapper,
      body .piranya-shop .piranya-view-shop-product-detail.piranya-shop-product-variant-group[data-product-type*="grouped"] form.add-to-basket > .buy-wrapper {
        grid-column: 2;
        grid-row: 1;
        height: fit-content; }
      body .piranya-shop.piranya-view-shop-product-detail[data-product-type*="grouped"] form.add-to-basket > .images,
      body .piranya-shop .piranya-view-shop-product-detail.piranya-shop-product-variant-group[data-product-type*="grouped"] form.add-to-basket > .images {
        grid-column: 1;
        grid-row: 1 / span 2; }
      body .piranya-shop.piranya-view-shop-product-detail[data-product-type*="grouped"] form.add-to-basket > .description,
      body .piranya-shop .piranya-view-shop-product-detail.piranya-shop-product-variant-group[data-product-type*="grouped"] form.add-to-basket > .description {
        grid-column: 1;
        grid-row: 3 / span 1; }
      body .piranya-shop.piranya-view-shop-product-detail[data-product-type*="grouped"] form.add-to-basket > .choices,
      body .piranya-shop .piranya-view-shop-product-detail.piranya-shop-product-variant-group[data-product-type*="grouped"] form.add-to-basket > .choices {
        grid-column: 2;
        grid-row: 2 / span 3; }
      body .piranya-shop.piranya-view-shop-product-detail[data-product-type*="grouped"] form.add-to-basket > .go-to-checkout,
      body .piranya-shop .piranya-view-shop-product-detail.piranya-shop-product-variant-group[data-product-type*="grouped"] form.add-to-basket > .go-to-checkout {
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
        background-color: #f3eadf;
        border: unset; }
        body .piranya-shop.piranya-view-shop-product-detail[data-product-type*="grouped"] form.add-to-basket > .go-to-checkout .add-to-cart,
        body .piranya-shop .piranya-view-shop-product-detail.piranya-shop-product-variant-group[data-product-type*="grouped"] form.add-to-basket > .go-to-checkout .add-to-cart {
          background-color: #b0bdb0; }
    body .piranya-shop.piranya-view-shop-product-detail form.add-to-basket .buy-wrapper, body .piranya-shop.piranya-view-shop-product-detail form.add-to-basket,
    body .piranya-shop .piranya-view-shop-product-detail.piranya-shop-product-variant-group form.add-to-basket .buy-wrapper,
    body .piranya-shop .piranya-view-shop-product-detail.piranya-shop-product-variant-group form.add-to-basket {
      grid-template-rows: max-content; }
      body .piranya-shop.piranya-view-shop-product-detail form.add-to-basket .buy-wrapper .description, body .piranya-shop.piranya-view-shop-product-detail form.add-to-basket .description,
      body .piranya-shop .piranya-view-shop-product-detail.piranya-shop-product-variant-group form.add-to-basket .buy-wrapper .description,
      body .piranya-shop .piranya-view-shop-product-detail.piranya-shop-product-variant-group form.add-to-basket .description {
        grid-row-start: 2; }
      body .piranya-shop.piranya-view-shop-product-detail form.add-to-basket .buy-wrapper .choices .variant-groups.variants .group, body .piranya-shop.piranya-view-shop-product-detail form.add-to-basket .choices .variant-groups.variants .group,
      body .piranya-shop .piranya-view-shop-product-detail.piranya-shop-product-variant-group form.add-to-basket .buy-wrapper .choices .variant-groups.variants .group,
      body .piranya-shop .piranya-view-shop-product-detail.piranya-shop-product-variant-group form.add-to-basket .choices .variant-groups.variants .group {
        padding: 0;
        margin: unset; }
        body .piranya-shop.piranya-view-shop-product-detail form.add-to-basket .buy-wrapper .choices .variant-groups.variants .group:not(:last-child), body .piranya-shop.piranya-view-shop-product-detail form.add-to-basket .choices .variant-groups.variants .group:not(:last-child),
        body .piranya-shop .piranya-view-shop-product-detail.piranya-shop-product-variant-group form.add-to-basket .buy-wrapper .choices .variant-groups.variants .group:not(:last-child),
        body .piranya-shop .piranya-view-shop-product-detail.piranya-shop-product-variant-group form.add-to-basket .choices .variant-groups.variants .group:not(:last-child) {
          margin-bottom: 20px; }
        body .piranya-shop.piranya-view-shop-product-detail form.add-to-basket .buy-wrapper .choices .variant-groups.variants .group .content .property.p-toggle-box .label-and-input.p-checkbox .property .title, body .piranya-shop.piranya-view-shop-product-detail form.add-to-basket .choices .variant-groups.variants .group .content .property.p-toggle-box .label-and-input.p-checkbox .property .title,
        body .piranya-shop .piranya-view-shop-product-detail.piranya-shop-product-variant-group form.add-to-basket .buy-wrapper .choices .variant-groups.variants .group .content .property.p-toggle-box .label-and-input.p-checkbox .property .title,
        body .piranya-shop .piranya-view-shop-product-detail.piranya-shop-product-variant-group form.add-to-basket .choices .variant-groups.variants .group .content .property.p-toggle-box .label-and-input.p-checkbox .property .title {
          font-size: 1em; }
        body .piranya-shop.piranya-view-shop-product-detail form.add-to-basket .buy-wrapper .choices .variant-groups.variants .group .content .property.p-toggle-box p.price, body .piranya-shop.piranya-view-shop-product-detail form.add-to-basket .choices .variant-groups.variants .group .content .property.p-toggle-box p.price,
        body .piranya-shop .piranya-view-shop-product-detail.piranya-shop-product-variant-group form.add-to-basket .buy-wrapper .choices .variant-groups.variants .group .content .property.p-toggle-box p.price,
        body .piranya-shop .piranya-view-shop-product-detail.piranya-shop-product-variant-group form.add-to-basket .choices .variant-groups.variants .group .content .property.p-toggle-box p.price {
          margin-left: 5px; }
        body .piranya-shop.piranya-view-shop-product-detail form.add-to-basket .buy-wrapper .choices .variant-groups.variants .group .content .property.p-toggle-box:not(.has-price) .price:not(.keep), body .piranya-shop.piranya-view-shop-product-detail form.add-to-basket .choices .variant-groups.variants .group .content .property.p-toggle-box:not(.has-price) .price:not(.keep),
        body .piranya-shop .piranya-view-shop-product-detail.piranya-shop-product-variant-group form.add-to-basket .buy-wrapper .choices .variant-groups.variants .group .content .property.p-toggle-box:not(.has-price) .price:not(.keep),
        body .piranya-shop .piranya-view-shop-product-detail.piranya-shop-product-variant-group form.add-to-basket .choices .variant-groups.variants .group .content .property.p-toggle-box:not(.has-price) .price:not(.keep) {
          opacity: 0;
          display: none; }
        body .piranya-shop.piranya-view-shop-product-detail form.add-to-basket .buy-wrapper .choices .variant-groups.variants .group .content .amount-picker[disabled*="disabled"], body .piranya-shop.piranya-view-shop-product-detail form.add-to-basket .choices .variant-groups.variants .group .content .amount-picker[disabled*="disabled"],
        body .piranya-shop .piranya-view-shop-product-detail.piranya-shop-product-variant-group form.add-to-basket .buy-wrapper .choices .variant-groups.variants .group .content .amount-picker[disabled*="disabled"],
        body .piranya-shop .piranya-view-shop-product-detail.piranya-shop-product-variant-group form.add-to-basket .choices .variant-groups.variants .group .content .amount-picker[disabled*="disabled"] {
          display: none; }
        body .piranya-shop.piranya-view-shop-product-detail form.add-to-basket .buy-wrapper .choices .variant-groups.variants .group .header, body .piranya-shop.piranya-view-shop-product-detail form.add-to-basket .choices .variant-groups.variants .group .header,
        body .piranya-shop .piranya-view-shop-product-detail.piranya-shop-product-variant-group form.add-to-basket .buy-wrapper .choices .variant-groups.variants .group .header,
        body .piranya-shop .piranya-view-shop-product-detail.piranya-shop-product-variant-group form.add-to-basket .choices .variant-groups.variants .group .header {
          margin-bottom: 10px;
          flex-direction: row; }
          body .piranya-shop.piranya-view-shop-product-detail form.add-to-basket .buy-wrapper .choices .variant-groups.variants .group .header .title, body .piranya-shop.piranya-view-shop-product-detail form.add-to-basket .choices .variant-groups.variants .group .header .title,
          body .piranya-shop .piranya-view-shop-product-detail.piranya-shop-product-variant-group form.add-to-basket .buy-wrapper .choices .variant-groups.variants .group .header .title,
          body .piranya-shop .piranya-view-shop-product-detail.piranya-shop-product-variant-group form.add-to-basket .choices .variant-groups.variants .group .header .title {
            text-align: left;
            align-self: baseline;
            margin: 5px 0px;
            width: -webkit-fill-available;
            padding: unset; }
          body .piranya-shop.piranya-view-shop-product-detail form.add-to-basket .buy-wrapper .choices .variant-groups.variants .group .header .status, body .piranya-shop.piranya-view-shop-product-detail form.add-to-basket .choices .variant-groups.variants .group .header .status,
          body .piranya-shop .piranya-view-shop-product-detail.piranya-shop-product-variant-group form.add-to-basket .buy-wrapper .choices .variant-groups.variants .group .header .status,
          body .piranya-shop .piranya-view-shop-product-detail.piranya-shop-product-variant-group form.add-to-basket .choices .variant-groups.variants .group .header .status {
            border-radius: 25px;
            align-self: center;
            font-size: .6em;
            white-space: nowrap;
            margin: unset;
            height: fit-content;
            padding: 5px 15px; }
        body .piranya-shop.piranya-view-shop-product-detail form.add-to-basket .buy-wrapper .choices .variant-groups.variants .group .description, body .piranya-shop.piranya-view-shop-product-detail form.add-to-basket .choices .variant-groups.variants .group .description,
        body .piranya-shop .piranya-view-shop-product-detail.piranya-shop-product-variant-group form.add-to-basket .buy-wrapper .choices .variant-groups.variants .group .description,
        body .piranya-shop .piranya-view-shop-product-detail.piranya-shop-product-variant-group form.add-to-basket .choices .variant-groups.variants .group .description {
          margin-top: 0px;
          text-align: left; }
    body .piranya-shop.piranya-view-shop-product-detail:not(.has-choices):not(.show-description-on-side) .description {
      grid-column-start: 1;
      grid-column-end: 2; }
    @media (max-width: 740px) {
      body .piranya-shop.piranya-view-shop-product-detail:not([data-product-type*="grouped"]) .buy-wrapper, body .piranya-shop .piranya-view-shop-product-detail.has-choices.has-description .buy-wrapper {
        grid-row-start: 3 !important;
        grid-row-end: 3 !important; } }
    @media (max-width: 740px) {
      body .piranya-shop.piranya-view-shop-product-detail[data-product-type*="grouped"] .add-to-basket .choices {
        grid-row: 3/span 5 !important;
        grid-column: 1/span 2 !important; }
        body .piranya-shop.piranya-view-shop-product-detail[data-product-type*="grouped"] .add-to-basket .choices .group .content .property {
          flex-flow: column wrap !important;
          justify-content: center; }
          body .piranya-shop.piranya-view-shop-product-detail[data-product-type*="grouped"] .add-to-basket .choices .group .content .property .amount {
            margin-left: unset; }
          body .piranya-shop.piranya-view-shop-product-detail[data-product-type*="grouped"] .add-to-basket .choices .group .content .property.has-price p.price {
            margin: 15px 0px 10px 0px; } }
    @media (max-width: 740px) {
      body .piranya-shop.piranya-view-shop-product-detail[data-product-type*="grouped"] .add-to-basket .buy-wrapper {
        grid-row: 2 !important;
        grid-column: 1/span 2 !important; } }
    @media (max-width: 740px) {
      body .piranya-shop.piranya-view-shop-product-detail[data-product-type*="grouped"] .add-to-basket .images {
        grid-row: 1 !important;
        grid-column: 1/span 2 !important; } }
    body .piranya-shop .category-bar {
      margin-bottom: 30px; }
      @media (min-width: 600px) {
        body .piranya-shop .category-bar {
          display: flex; } }
      body .piranya-shop .category-bar .category-tab {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        flex-direction: column-reverse;
        opacity: 1;
        padding: 10px; }
        body .piranya-shop .category-bar .category-tab:not(:first-of-type) {
          margin-left: 0; }
        body .piranya-shop .category-bar .category-tab:not(.active) {
          border-bottom: 0; }
          body .piranya-shop .category-bar .category-tab:not(.active) .title {
            color: #454545; }
            body .piranya-shop .category-bar .category-tab:not(.active) .title:after {
              content: " ";
              display: block;
              background: black;
              width: 0%;
              height: 2.25px;
              transition: width 250ms linear;
              margin-top: 5px; }
        body .piranya-shop .category-bar .category-tab .title {
          transition: color 250ms linear;
          color: #454545;
          margin-top: 0;
          font-family: 'Montserrat_Bold';
          font-weight: normal;
          display: flex;
          flex-direction: column;
          align-items: center; }
          body .piranya-shop .category-bar .category-tab .title:after {
            content: " ";
            display: block;
            background: black;
            width: 80%;
            height: 2.25px;
            transition: width 250ms linear;
            margin-top: 5px; }
    body .piranya-shop .categories .heading h1 {
      font-size: 2rem; }
    body .piranya-shop .category-bar {
      margin-bottom: 30px;
      width: 100%;
      flex-flow: row wrap;
      justify-content: center; }
      @media (min-width: 600px) {
        body .piranya-shop .category-bar {
          display: flex; } }
      body .piranya-shop .category-bar .category-tab {
        display: flex;
        align-items: center;
        justify-content: center;
        width: fit-content;
        flex-direction: column-reverse;
        opacity: 1;
        padding: 10px; }
    body .piranya-shop .category-bar .category-tab.active .title {
      opacity: 1;
      -webkit-transition: opacity 0.2s ease;
      -moz-transition: opacity 0.2s ease;
      -o-transition: opacity 0.2s ease;
      -ms-transition: opacity 0.2s ease;
      transition: opacity 0.2s ease; }
    body .piranya-shop .category-bar .category-tab:not(.active) .title {
      opacity: .9;
      -webkit-transition: opacity 0.2s ease;
      -moz-transition: opacity 0.2s ease;
      -o-transition: opacity 0.2s ease;
      -ms-transition: opacity 0.2s ease;
      transition: opacity 0.2s ease; }
    body .piranya-shop .category-bar[data-number-of-items="1"] .category-tab.active .title:after {
      display: none; }
    body .piranya-shop .category-bar[data-number-of-items="1"] .category-tab:not(.active) .title:after {
      display: none; }
    body .piranya-shop .step-header {
      background: #8ba790; }
    body .piranya-shop .piranya-input-container.comment > a {
      color: #ba372a; }
    body .piranya-shop.piranya-shop-order-create .products {
      padding: 5px; }
      body .piranya-shop.piranya-shop-order-create .products .product {
        margin-top: 0;
        background-size: 100% 100%;
        min-height: 100px;
        -webkit-box-shadow: 0px 0px 7px -3px rgba(0, 0, 0, 0.45);
        -moz-box-shadow: 0px 0px 7px -3px rgba(0, 0, 0, 0.45);
        box-shadow: 0px 0px 7px -3px rgba(0, 0, 0, 0.45); }
        body .piranya-shop.piranya-shop-order-create .products .product[data-product-type="grouped"] .price-wrapper {
          display: none; }
        body .piranya-shop.piranya-shop-order-create .products .product[data-product-type="grouped"] .description {
          margin-bottom: 20px; }
        body .piranya-shop.piranya-shop-order-create .products .product:not(:last-child) {
          margin-bottom: 0; }
        body .piranya-shop.piranya-shop-order-create .products .product.piranya-col {
          display: flex;
          padding: 5px; }
          body .piranya-shop.piranya-shop-order-create .products .product.piranya-col > a {
            width: 100%; }
          body .piranya-shop.piranya-shop-order-create .products .product.piranya-col .title {
            font-family: "PlayfairDisplay_Regular";
            font-size: 1.5em;
            font-weight: normal;
            padding: 10px 10px;
            margin-bottom: 0;
            border-bottom: 0;
            text-align: left;
            order: 1;
            text-align: center; }
            @media (min-width: 600px) {
              body .piranya-shop.piranya-shop-order-create .products .product.piranya-col .title {
                font-size: 1.3em; } }
          body .piranya-shop.piranya-shop-order-create .products .product.piranya-col > div {
            text-align: left; }
            body .piranya-shop.piranya-shop-order-create .products .product.piranya-col > div:not(.actions):not(.eyecatcher) {
              width: 100%; }
          body .piranya-shop.piranya-shop-order-create .products .product.piranya-col .image {
            order: 0;
            position: relative;
            display: block;
            width: 100%;
            padding-top: 65%;
            height: auto !important;
            background-size: cover !important;
            max-height: 179px; }
            @media (min-width: 801px) {
              body .piranya-shop.piranya-shop-order-create .products .product.piranya-col .image {
                margin-bottom: 10px; } }
          body .piranya-shop.piranya-shop-order-create .products .product.piranya-col .amount {
            width: 100%; }
            body .piranya-shop.piranya-shop-order-create .products .product.piranya-col .amount > input[type="text"] {
              width: 100px; }
            body .piranya-shop.piranya-shop-order-create .products .product.piranya-col .amount .piranya-btn {
              background-color: transparent;
              border: 1px solid #565a5e;
              display: flex;
              justify-content: center;
              padding: 10px;
              padding: 5px;
              align-items: center; }
              body .piranya-shop.piranya-shop-order-create .products .product.piranya-col .amount .piranya-btn i {
                color: black;
                font-size: .8em; }
          body .piranya-shop.piranya-shop-order-create .products .product.piranya-col .price-wrapper {
            order: 4;
            text-align: center;
            height: 55px;
            display: flex;
            justify-content: center;
            align-items: center; }
            body .piranya-shop.piranya-shop-order-create .products .product.piranya-col .price-wrapper p {
              color: #302f2d;
              font-family: Montserrat_Bold;
              font-size: 1.4em; }
              body .piranya-shop.piranya-shop-order-create .products .product.piranya-col .price-wrapper p .number {
                margin-right: 0.3em; }
          body .piranya-shop.piranya-shop-order-create .products .product.piranya-col .actions {
            order: 5;
            border-right: 1px solid #F5F5F5;
            height: 50px;
            width: 100%;
            margin-left: 5px;
            margin-top: 0;
            display: flex; }
            body .piranya-shop.piranya-shop-order-create .products .product.piranya-col .actions button {
              margin: 0;
              background: none;
              margin-left: 0;
              padding: 0;
              width: 100%; }
              body .piranya-shop.piranya-shop-order-create .products .product.piranya-col .actions button p {
                font-size: 0.8em;
                letter-spacing: initial;
                color: white;
                white-space: nowrap; }
              body .piranya-shop.piranya-shop-order-create .products .product.piranya-col .actions button:hover {
                background: none; }
                body .piranya-shop.piranya-shop-order-create .products .product.piranya-col .actions button:hover p {
                  color: #6C6C6C; }
          body .piranya-shop.piranya-shop-order-create .products .product.piranya-col .description {
            order: 2; }
          body .piranya-shop.piranya-shop-order-create .products .product.piranya-col .bundle-info p {
            font-family: "PlayfairDisplay_Regular";
            color: #333333;
            font-size: 1.3em; }
          body .piranya-shop.piranya-shop-order-create .products .product.piranya-col .read-more {
            order: 6;
            width: 100% !important;
            display: flex;
            justify-content: center;
            margin-top: 0;
            float: right;
            height: 50px;
            align-items: center;
            font-weight: bold;
            text-transform: uppercase;
            letter-spacing: 0.1em;
            color: white;
            white-space: nowrap; }
            body .piranya-shop.piranya-shop-order-create .products .product.piranya-col .read-more p {
              color: #2f2f2f;
              text-transform: unset;
              font-family: 'Montserrat_Bold';
              align-self: center;
              letter-spacing: 1px; }
              @media (max-width: 599px) {
                body .piranya-shop.piranya-shop-order-create .products .product.piranya-col .read-more p {
                  font-size: initial; } }
            body .piranya-shop.piranya-shop-order-create .products .product.piranya-col .read-more span {
              padding: 3px 6px;
              display: none; }
            body .piranya-shop.piranya-shop-order-create .products .product.piranya-col .read-more:hover {
              background-color: transparent;
              /*border: 2px solid white;*/
              /*color: white;*/
              /*white-space: nowrap;*/
              /*p {*/
              /*    color:white;*/
              /*}*/ }
        @media (max-width: 599px) {
          body .piranya-shop.piranya-shop-order-create .products .product p {
            font-size: initial; } }
      body .piranya-shop.piranya-shop-order-create .products .product.piranya-col .title {
        font-family: "PlayfairDisplay_Regular"; }
        @media (max-width: 843px) {
          body .piranya-shop.piranya-shop-order-create .products .product.piranya-col .title {
            min-height: unset; } }
      @media (max-width: 843px) {
        body .piranya-shop.piranya-shop-order-create .products .product.piranya-col .description {
          min-height: unset;
          height: unset; } }
      body .piranya-shop.piranya-shop-order-create .products .product.piranya-col .read-more {
        order: 3;
        display: flex;
        justify-content: center;
        float: right;
        height: auto;
        align-items: center;
        font-weight: unset;
        text-transform: unset;
        letter-spacing: unset;
        margin: auto auto 10px auto;
        white-space: nowrap; }
        body .piranya-shop.piranya-shop-order-create .products .product.piranya-col .read-more p {
          padding: 7.5px 5px; }
        body .piranya-shop.piranya-shop-order-create .products .product.piranya-col .read-more span {
          padding: 3px 6px;
          display: none; }
        body .piranya-shop.piranya-shop-order-create .products .product.piranya-col .read-more:hover {
          white-space: nowrap;
          border: none; }
      body .piranya-shop.piranya-shop-order-create .products .product.piranya-col .actions {
        order: 7;
        border: none;
        height: 50px;
        width: 90% !important;
        margin: 0px auto 12px auto;
        margin-top: 5px;
        display: flex;
        align-items: center;
        background-color: #b2936d; }
        body .piranya-shop.piranya-shop-order-create .products .product.piranya-col .actions:hover {
          background-color: #b0bdb0;
          color: white;
          white-space: nowrap; }
        body .piranya-shop.piranya-shop-order-create .products .product.piranya-col .actions button {
          margin: 0;
          background: none;
          margin-left: 0;
          padding: 0;
          width: 100%; }
          body .piranya-shop.piranya-shop-order-create .products .product.piranya-col .actions button:hover {
            background: none; }
            body .piranya-shop.piranya-shop-order-create .products .product.piranya-col .actions button:hover p {
              color: white; }
      body .piranya-shop.piranya-shop-order-create .products .product.piranya-col {
        border-radius: 12px; }
        body .piranya-shop.piranya-shop-order-create .products .product.piranya-col .description {
          padding: 0px 20px; }
          body .piranya-shop.piranya-shop-order-create .products .product.piranya-col .description p {
            /*font-size: 0.8em;*/
            /*color:#302f2d;*/ }
            @media (max-width: 599px) {
              body .piranya-shop.piranya-shop-order-create .products .product.piranya-col .description p {
                font-size: initial; } }
        body .piranya-shop.piranya-shop-order-create .products .product.piranya-col .actions {
          background-color: #eeb49c;
          border-radius: 20px; }
          body .piranya-shop.piranya-shop-order-create .products .product.piranya-col .actions button p {
            color: #302f2d; }
      body .piranya-shop.piranya-shop-order-create .products .product.piranya-col .title {
        font-size: 1.5em !important; }
        @media (max-width: 599px) {
          body .piranya-shop.piranya-shop-order-create .products .product.piranya-col .title {
            font-size: initial; } }
      body .piranya-shop.piranya-shop-order-create .products .product {
        -webkit-box-shadow: unset;
        -moz-box-shadow: unset;
        box-shadow: unset; }
    body .piranya-shop.piranya-shop-order-create .categories > .cover,
    body .piranya-shop.piranya-shop-order-create .categories > .description {
      display: none; }
      body .piranya-shop.piranya-shop-order-create .categories > .cover + .category,
      body .piranya-shop.piranya-shop-order-create .categories > .description + .category {
        margin-top: 0; }
    body .piranya-shop.piranya-shop-order-create .category[data-entity-id="5"] .product .read-more {
      width: 100%; }
    body .piranya-shop.piranya-shop-order-create .panel .heading {
      background-color: #b0bdb0;
      z-index: 11;
      margin-bottom: 10px; }
      body .piranya-shop.piranya-shop-order-create .panel .heading h1 {
        color: white;
        border-color: white;
        margin-top: 0;
        font-size: 1.3em; }
        @media (min-width: 600px) {
          body .piranya-shop.piranya-shop-order-create .panel .heading h1 {
            font-size: initial; } }
        body .piranya-shop.piranya-shop-order-create .panel .heading h1:after {
          right: 30px;
          margin-top: 3px; }
    body .piranya-shop.product-acquisition div[data-product-type*="grouped"] .price-wrapper {
      display: none; }
    body .piranya-shop.product-acquisition div[data-product-type*="grouped"] .title {
      font-size: 1.5em !important; }
    body .piranya-shop.product-acquisition div[data-product-type*="grouped"] .description {
      text-align: center; }
      @media screen and (max-width: 984px) {
        body .piranya-shop.product-acquisition div[data-product-type*="grouped"] .description p {
          font-size: 1em; } }
    body .piranya-shop.product-acquisition div[data-product-type*="grouped"] .read-more {
      display: none; }
    body .piranya-shop.product-acquisition div[data-product-type*="grouped"] .value {
      display: none; }
    body .piranya-shop.product-acquisition div[data-product-type*="grouped"] .actions {
      display: flex;
      flex-flow: row wrap;
      justify-content: space-evenly; }
      body .piranya-shop.product-acquisition div[data-product-type*="grouped"] .actions p {
        font-family: 'Montserrat_Bold';
        padding: unset; }
      body .piranya-shop.product-acquisition div[data-product-type*="grouped"] .actions .add-btn:not(.add-price) {
        display: flex; }
      body .piranya-shop.product-acquisition div[data-product-type*="grouped"] .actions .add-btn:not(.add-price) > p {
        display: none; }
      body .piranya-shop.product-acquisition div[data-product-type*="grouped"] .actions .add-btn:not(.add-price):after {
        display: flex;
        flex-flow: row wrap;
        content: "Vælg her";
        justify-content: center;
        width: 100%;
        font-size: 0.6em;
        font-family: 'Montserrat_Bold'; }
      body .piranya-shop.product-acquisition div[data-product-type*="grouped"] .actions > .piranya-btn {
        width: 40%;
        margin: unset !important; }
        @media screen and (max-width: 984px) {
          body .piranya-shop.product-acquisition div[data-product-type*="grouped"] .actions > .piranya-btn {
            width: 50%;
            min-height: 35px; } }
        body .piranya-shop.product-acquisition div[data-product-type*="grouped"] .actions > .piranya-btn .add-btn {
          padding-top: 0px; }
      body .piranya-shop.product-acquisition div[data-product-type*="grouped"] .actions .skip.piranya-btn {
        font-size: 1.1em; }
        body .piranya-shop.product-acquisition div[data-product-type*="grouped"] .actions .skip.piranya-btn p {
          font-size: 0.8em; }
    body .piranya-shop.product-acquisition ~ .piranya.shop.dialog.product.add-to-basket {
      display: none;
      top: 1332px;
      left: auto !important; }
      @media screen and (min-width: 1681px) {
        body .piranya-shop.product-acquisition ~ .piranya.shop.dialog.product.add-to-basket {
          max-width: 35%;
          width: 35%;
          margin-left: 32.5%;
          margin-right: 32.5%; } }
      @media screen and (max-width: 1680px) {
        body .piranya-shop.product-acquisition ~ .piranya.shop.dialog.product.add-to-basket {
          max-width: 50%;
          width: 50%;
          margin-left: 25%;
          margin-right: 25%; } }
      @media screen and (max-width: 984px) {
        body .piranya-shop.product-acquisition ~ .piranya.shop.dialog.product.add-to-basket {
          max-width: 80%;
          width: 80%;
          margin-left: 10%;
          margin-right: 10%; } }
      body .piranya-shop.product-acquisition ~ .piranya.shop.dialog.product.add-to-basket form .wrapper h1.title {
        font-size: 2.6em; }
      body .piranya-shop.product-acquisition ~ .piranya.shop.dialog.product.add-to-basket form .wrapper .highlighted-text-wrapper {
        margin-bottom: 30px; }
      body .piranya-shop.product-acquisition ~ .piranya.shop.dialog.product.add-to-basket form .wrapper .item-count {
        display: none; }
      body .piranya-shop.product-acquisition ~ .piranya.shop.dialog.product.add-to-basket form .wrapper .piranya-btn.submit {
        font-size: 1.1em;
        line-height: 1em;
        font-family: "Montserrat_Bold"; }
      body .piranya-shop.product-acquisition ~ .piranya.shop.dialog.product.add-to-basket form .wrapper .choices .variants > div div.header .title {
        font-size: 1.8em; }
      body .piranya-shop.product-acquisition ~ .piranya.shop.dialog.product.add-to-basket form .wrapper .choices .variants > div div.header .status {
        display: none; }
      body .piranya-shop.product-acquisition ~ .piranya.shop.dialog.product.add-to-basket form .wrapper .choices .variants > div .content div.property {
        border-bottom: 1px solid #e8e8e3; }
        body .piranya-shop.product-acquisition ~ .piranya.shop.dialog.product.add-to-basket form .wrapper .choices .variants > div .content div.property .label-and-input div.image {
          margin-bottom: 5px; }
        body .piranya-shop.product-acquisition ~ .piranya.shop.dialog.product.add-to-basket form .wrapper .choices .variants > div .content div.property .label-and-input label.property {
          display: flex;
          flex-flow: row wrap;
          width: fit-content;
          max-width: 80%; }
          body .piranya-shop.product-acquisition ~ .piranya.shop.dialog.product.add-to-basket form .wrapper .choices .variants > div .content div.property .label-and-input label.property .description, body .piranya-shop.product-acquisition ~ .piranya.shop.dialog.product.add-to-basket form .wrapper .choices .variants > div .content div.property .label-and-input label.property .span {
            width: fit-content; }
          body .piranya-shop.product-acquisition ~ .piranya.shop.dialog.product.add-to-basket form .wrapper .choices .variants > div .content div.property .label-and-input label.property .description {
            font-size: 0.9em;
            margin-top: 3px; }
        body .piranya-shop.product-acquisition ~ .piranya.shop.dialog.product.add-to-basket form .wrapper .choices .variants > div .content div.property .amount-picker > .piranya-btn {
          padding: 13px 15px 12px 15px !important; }
        body .piranya-shop.product-acquisition ~ .piranya.shop.dialog.product.add-to-basket form .wrapper .choices .variants > div .content div.property .amount-picker input {
          margin-bottom: 10px;
          padding: unset;
          width: unset;
          height: unset; }
        body .piranya-shop.product-acquisition ~ .piranya.shop.dialog.product.add-to-basket form .wrapper .choices .variants > div .content div.property p.price.keep {
          padding-left: 5px; }
        @media screen and (max-width: 737px) {
          body .piranya-shop.product-acquisition ~ .piranya.shop.dialog.product.add-to-basket form .wrapper .choices .variants > div .content div.property {
            flex-direction: column;
            align-items: center;
            width: 100%; }
            body .piranya-shop.product-acquisition ~ .piranya.shop.dialog.product.add-to-basket form .wrapper .choices .variants > div .content div.property .label-and-input {
              min-width: 100%; }
            body .piranya-shop.product-acquisition ~ .piranya.shop.dialog.product.add-to-basket form .wrapper .choices .variants > div .content div.property .amount-picker {
              justify-content: center;
              width: 100%;
              margin: unset; }
              body .piranya-shop.product-acquisition ~ .piranya.shop.dialog.product.add-to-basket form .wrapper .choices .variants > div .content div.property .amount-picker input {
                width: unset;
                height: unset; }
            body .piranya-shop.product-acquisition ~ .piranya.shop.dialog.product.add-to-basket form .wrapper .choices .variants > div .content div.property .price {
              width: fit-content;
              text-align: right;
              margin-left: unset; } }
    body .piranya-shop div.p-checkbox > input[type="checkbox"] + label:after {
      border-color: #b0bdb0; }
    body .piranya-shop div.p-radio > input[type="radio"] + label:after {
      background: #b0bdb0; }
    body .piranya-shop ul.p-toggle-boxes > li.selected:not(.disabled),
    body .piranya-shop div.p-toggle-box.selected:not(.disabled) {
      border-color: #b0bdb0; }
    body .piranya-shop ul.p-toggle-boxes > li.selected:not(.disabled) > .right,
    body .piranya-shop div.p-toggle-box.selected:not(.disabled) > .right {
      color: #b0bdb0; }
    body .piranya-shop ul.p-toggle-boxes > li.selected .choice > .unavailable,
    body .piranya-shop div.p-toggle-box.selected .choice > .unavailable {
      color: #b0bdb0; }
  body .piranya.shop.dialog.product.add-to-basket {
    background-color: #F7F7F5;
    padding: 20px;
    border-radius: 0;
    border: 2px solid #F5F5F5;
    outline: 10px solid #F7F7F5;
    max-width: 500px;
    color: black; }
    body .piranya.shop.dialog.product.add-to-basket .piranya-btn.submit {
      background-color: #009640;
      padding: 15px 10px; }
    body .piranya.shop.dialog.product.add-to-basket h3.title {
      font-size: 2.5em;
      margin-bottom: 10px; }
    body .piranya.shop.dialog.product.add-to-basket .piranya-shop-product-variant-group {
      margin: 0px 0px;
      padding: 10px 0; }
      body .piranya.shop.dialog.product.add-to-basket .piranya-shop-product-variant-group p {
        margin-bottom: 10px; }
    body .piranya.shop.dialog.product.add-to-basket .total-price {
      margin-top: 20px;
      text-align: right;
      font-family: "PlayfairDisplay_Regular";
      font-size: 2em; }
  @media (max-width: 680px) {
    body .piranya.shop.dialog.product.add-to-basket {
      max-width: calc(100% - 10px); } }
  body body .piranya-shop .piranya-view-shop-product-detail .product .add-to-basket {
    grid-gap: 30px !important; }
  body .piranya.shop.dialog.product.add-to-basket > form[action~="/shop/putinbasket/"] > .wrapper .choices .variants .group * {
    box-sizing: unset !important; }
  body .piranya.shop.dialog.product.add-to-basket > form[action~="/shop/putinbasket/"] > .wrapper .choices .variants .group .content .property.p-toggle-box {
    max-height: fit-content;
    flex-flow: column wrap; }
    body .piranya.shop.dialog.product.add-to-basket > form[action~="/shop/putinbasket/"] > .wrapper .choices .variants .group .content .property.p-toggle-box.has-price .label-and-input.p-checkbox.checked {
      margin-bottom: 10px; }
    body .piranya.shop.dialog.product.add-to-basket > form[action~="/shop/putinbasket/"] > .wrapper .choices .variants .group .content .property.p-toggle-box p.price {
      margin-left: unset; }
    body .piranya.shop.dialog.product.add-to-basket > form[action~="/shop/putinbasket/"] > .wrapper .choices .variants .group .content .property.p-toggle-box:not(.has-price), body .piranya.shop.dialog.product.add-to-basket > form[action~="/shop/putinbasket/"] > .wrapper .choices .variants .group .content .property.p-toggle-box:not([data-max-amount*="1"]) .price:not(.keep) {
      opacity: 0;
      display: none; }
    body .piranya.shop.dialog.product.add-to-basket > form[action~="/shop/putinbasket/"] > .wrapper .choices .variants .group .content .property.p-toggle-box p.stock {
      display: none; }
    body .piranya.shop.dialog.product.add-to-basket > form[action~="/shop/putinbasket/"] > .wrapper .choices .variants .group .content .property.p-toggle-box .label-and-input.p-checkbox .property .title {
      font-size: 1em; }
      body .piranya.shop.dialog.product.add-to-basket > form[action~="/shop/putinbasket/"] > .wrapper .choices .variants .group .content .property.p-toggle-box .label-and-input.p-checkbox .property .title #text {
        width: 99999px !important; }
  body .piranya.shop.dialog.product.add-to-basket > form[action~="/shop/putinbasket/"] > .wrapper .choices .variants .group .content .amount-picker, body .piranya.shop.dialog.product.add-to-basket > form[action~="/shop/putinbasket/"] > .wrapper .choices .variants .group .content .stock {
    margin-left: unset; }
  body .piranya.shop.dialog.product.add-to-basket > form[action~="/shop/putinbasket/"] > .wrapper .choices .variants .group .content .amount-picker[disabled*="disabled"] {
    display: none; }
  body .piranya.shop.dialog.product.add-to-basket > form[action~="/shop/putinbasket/"] > .wrapper .choices .variants .group .header {
    margin-bottom: 10px;
    flex-direction: row; }
    body .piranya.shop.dialog.product.add-to-basket > form[action~="/shop/putinbasket/"] > .wrapper .choices .variants .group .header .title {
      text-align: left;
      align-self: baseline;
      margin: 5px 0px;
      width: -webkit-fill-available;
      padding: unset; }
    body .piranya.shop.dialog.product.add-to-basket > form[action~="/shop/putinbasket/"] > .wrapper .choices .variants .group .header .status {
      border-radius: 25px;
      align-self: center;
      font-size: .6em;
      white-space: nowrap;
      margin: unset;
      height: fit-content;
      padding: 5px 15px;
      background: #eeeeeb; }
      body .piranya.shop.dialog.product.add-to-basket > form[action~="/shop/putinbasket/"] > .wrapper .choices .variants .group .header .status:empty {
        opacity: 0;
        transition: opacity 250ms linear 0s; }
  body .piranya.shop.dialog.product.add-to-basket > form[action~="/shop/putinbasket/"] > .wrapper .choices .variants .group .description {
    margin-top: 0px;
    text-align: left; }
  body .piranya-shop.dialog.product.add-to-basket > form > .wrapper > .item-count > .amount-picker input {
    width: inherit; }

body .piranya-shop .category-bar .category-tab .title,
body .piranya-shop .category-bar.swiper-container .category-tab .title,
body .piranya-shop .category-bar.swiper-container.swiper-enabled .category-tab .title,
body .piranya-shop .category-bar.swiper-container.swiper-disabled .category-tab .title {
  font-size: 2.0em;
  font-family: "PlayfairDisplay_Regular";
  white-space: nowrap;
  text-transform: uppercase;
  color: #454545; }

body .piranya-shop .category-bar .category-tab .subtitle,
body .piranya-shop .category-bar.swiper-container .category-tab .subtitle,
body .piranya-shop .category-bar.swiper-container.swiper-enabled .category-tab .subtitle,
body .piranya-shop .category-bar.swiper-container.swiper-disabled .category-tab .subtitle {
  color: #454545; }

body .piranya-shop .category-bar .category-tab:first-child:last-child,
body .piranya-shop .category-bar.swiper-container .category-tab:first-child:last-child,
body .piranya-shop .category-bar.swiper-container.swiper-enabled .category-tab:first-child:last-child,
body .piranya-shop .category-bar.swiper-container.swiper-disabled .category-tab:first-child:last-child {
  flex-flow: column nowrap;
  position: relative;
  /*display:none;*/
  /*&:before {*/
  /*    content: "";*/
  /*    display: flex;*/
  /*    position: absolute;*/
  /*    width: 120%;*/
  /*    height: 150%;*/
  /*    background-image: url(/image/8698);*/
  /*    background-repeat: no-repeat;*/
  /*    background-size: 100% 100%;*/
  /*    background-position: center;*/
  /*    z-index: 0;*/
  /*}*/ }
  body .piranya-shop .category-bar .category-tab:first-child:last-child .title,
  body .piranya-shop .category-bar.swiper-container .category-tab:first-child:last-child .title,
  body .piranya-shop .category-bar.swiper-container.swiper-enabled .category-tab:first-child:last-child .title,
  body .piranya-shop .category-bar.swiper-container.swiper-disabled .category-tab:first-child:last-child .title {
    font-size: 3em;
    z-index: 1;
    color: #454545; }
    @media (max-width: 680px) {
      body .piranya-shop .category-bar .category-tab:first-child:last-child .title,
      body .piranya-shop .category-bar.swiper-container .category-tab:first-child:last-child .title,
      body .piranya-shop .category-bar.swiper-container.swiper-enabled .category-tab:first-child:last-child .title,
      body .piranya-shop .category-bar.swiper-container.swiper-disabled .category-tab:first-child:last-child .title {
        font-size: 40pt; } }
  body .piranya-shop .category-bar .category-tab:first-child:last-child .subtitle,
  body .piranya-shop .category-bar.swiper-container .category-tab:first-child:last-child .subtitle,
  body .piranya-shop .category-bar.swiper-container.swiper-enabled .category-tab:first-child:last-child .subtitle,
  body .piranya-shop .category-bar.swiper-container.swiper-disabled .category-tab:first-child:last-child .subtitle {
    font-size: 46pt;
    font-family: "Mufan";
    color: #939b84;
    z-index: 1;
    line-height: 1.15;
    text-align: center; }
    @media (max-width: 680px) {
      body .piranya-shop .category-bar .category-tab:first-child:last-child .subtitle,
      body .piranya-shop .category-bar.swiper-container .category-tab:first-child:last-child .subtitle,
      body .piranya-shop .category-bar.swiper-container.swiper-enabled .category-tab:first-child:last-child .subtitle,
      body .piranya-shop .category-bar.swiper-container.swiper-disabled .category-tab:first-child:last-child .subtitle {
        font-size: 36pt; } }

#product-details-header + #piranya-page .piranya-shop-order-create > .category-bar > .category-tab:first-child:last-child {
  display: none; }

body .piranya-shop-order-create .category-bar {
  flex-flow: row wrap; }

body .piranya-shop.piranya-view-shop-product-detail.product .children > .product .title {
  /*font-family: $boldFont;*/ }

.piranya-view-shop-product-detail .choices > .variant-groups,
.swal2-popup.add-to-basket .choices > .variant-groups {
  padding: 10px 0 0 0; }

.piranya-view-shop-product-detail .variants > .group > .header .title,
.swal2-popup.add-to-basket .variants > .group > .header .title {
  padding: 10px 0px; }

body .piranya-shop .highlight, .piranya-shop tr.highlight h3, .piranya-shop tr.highlight p {
  display: none; }

.piranya-shop .variants > .group > .property .amount > input[type="number"] {
  max-width: 47px; }

.piranya-shopping-cart-container h3 {
  font-size: 1.1em; }

button.piranya-btn > p {
  padding: 10px; }

body .piranya-shop-order-create .cart > .header {
  /*font-family: $boldFont;*/ }

.piranya-shop-order-create .cart .no-items {
  font-family: "PlayfairDisplay_Regular"; }

body .piranya.shop.dialog.product.add-to-basket h3.title {
  font-size: 1.8em;
  margin-bottom: 10px;
  /* text-align: center; */
  width: 100%; }

body .piranya.shop.dialog.product.add-to-basket .piranya-btn.submit {
  background-color: #b0bdb0 !important;
  padding: 15px 10px; }

body .piranya.shop.dialog.product.add-to-basket .total-price {
  font-family: "PlayfairDisplay_Regular";
  font-size: 1.4em; }

.piranya-shop ul.p-toggle-boxes > li.selected:not(.disabled):not(.unavailable), .piranya-shop div.p-toggle-box.selected:not(.disabled):not(.unavailable) {
  border-color: #b0bdb0; }

body .piranya-shop.piranya-shop-order-create .panel.active[data-entity-title*="dagens ret"] .products .product.piranya-col .title {
  font-size: 1.21em; }

body .piranya-shop-order-create.sidecart.piranya-shop .basket.cart.open .items .product p.title {
  /*font-family:$boldFont;*/
  /*font-weight:bold;*/ }

body .piranya-shop-order-create.sidecart.piranya-shop .basket.cart.open .items .product .variant .single-variant .group {
  display: flex;
  width: fit-content;
  float: left;
  margin-bottom: 4px;
  font-size: 1em;
  /*font-family:$regularFont;*/ }

body .piranya-shop-order-create.sidecart.piranya-shop .basket.cart.open .items .product .variant .single-variant .key-value-separator {
  margin-right: 100%;
  display: flex;
  width: fit-content; }

body .piranya-shop-order-create.sidecart.piranya-shop .basket.cart.open .items .product .variant .single-variant .variant {
  width: fit-content;
  float: left;
  font-size: .9em;
  margin-bottom: 10px;
  font-family: "PlayfairDisplay_Regular"; }

body .basket .fa-arrow-circle-right:before {
  content: "\f054"; }

body .piranya-shop-order-create .cart .close {
  font-size: 30px;
  margin-top: 7px; }

body .piranya-shop p.value-editable > .edit {
  background-color: #ede5ce;
  padding: 5px;
  border-radius: 5px;
  margin-left: 10px;
  font-size: 0.8em; }

body .from .header {
  display: inline !important; }

body .piranya-view-shop-product-detail.show-description-on-side .images {
  background: transparent !important; }

body #main-wrapper #main #piranya-page .piranya-shop.piranya-view-shop-product-detail.product form.add-to-basket > .images, body .piranya.shop.dialog.product.add-to-basket form.add-to-basket > .images {
  background: transparent !important; }

.piranya-shop.dialog.product .images > .small-images, .piranya-view-shop-product-detail .images > .small-images {
  margin-top: 10px; }

.piranya-shop.dialog.product .images a img, .piranya-view-shop-product-detail .images a img {
  width: 100%; }

/* Gift cards */
.product .variants > .group[data-entity-id="76"] .price > .value {
  display: none; }

.product .variants > .group[data-entity-id="76"] > .content > .property .amount > input[type="number"] {
  max-width: none; }

.property .description p {
  font-size: 1.0em;
  margin-top: 3px; }

body .piranya-shop.piranya-shop-order-create .categories > .description {
  display: flex;
  flex-flow: column nowrap;
  width: 100%; }

.shipping-methods-wrapper .duration {
  display: none; }

.p-toggle-boxes .asap {
  display: none; }

#product-details-header {
  height: 500px;
  height: 30vh; }
  @media (min-width: 981px) {
    #product-details-header {
      height: 350px; } }
  #product-details-header h1 {
    font-family: "Palanquin_Semibold";
    font-size: 28pt;
    color: #F6F3EC; }
  #product-details-header .piranya-searchbox > input {
    background: transparent;
    text-align: center; }
    #product-details-header .piranya-searchbox > input::placeholder {
      color: white; }
  #product-details-header .piranya-searchbox .button-wrapper {
    display: none; }

#category-details-description {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center; }
  #category-details-description .long-description {
    display: inline-block;
    width: 100%;
    float: none; }
    #category-details-description .long-description table {
      max-width: 1200px; }
      #category-details-description .long-description table td {
        /*display: flex;*/ }
        #category-details-description .long-description table td p {
          opacity: 1;
          color: #454545; }
    #category-details-description .long-description h2 {
      /*font-family: "CaveatBrush_reg";*/ }
    @media (max-width: 980px) {
      #category-details-description .long-description {
        /*padding: 0 20px;*/ }
        #category-details-description .long-description tr {
          display: flex;
          flex-flow: column nowrap; }
          #category-details-description .long-description tr td {
            width: 100% !important; }
            #category-details-description .long-description tr td iframe {
              max-width: 100%; } }

@media (min-width: 981px) {
  body #main-wrapper #main #piranya-page section.custom-category-section {
    padding: 60px 0px 0px 0px; } }

.custom-category-section {
  background: transparent; }
  .custom-category-section.light-green-box {
    background: #d3d4c6; }
  .custom-category-section .p-layout-container {
    max-width: unset !important; }
    .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create,
    .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category {
      display: flex;
      flex-flow: column nowrap;
      justify-content: flex-start;
      align-items: center; }
      .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar,
      .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar.swiper-container,
      .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar.swiper-container.swiper-enabled,
      .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar.swiper-container.swiper-disabled,
      .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar,
      .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar.swiper-container,
      .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar.swiper-container.swiper-enabled,
      .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar.swiper-container.swiper-disabled {
        width: 100%;
        max-width: 100%;
        display: grid;
        max-width: 1400px;
        /*              &:not(.swiper-enabled) {*/
        /*&[data-number-of-items="1"] .swiper-wrapper {*/
        /*                     grid-template-columns: repeat(1, 1400px);*/
        /*                     width: auto;*/
        /*                  }*/
        /*                  &[data-number-of-items="2"] .swiper-wrapper {*/
        /*                      grid-template-columns: repeat(2, 700px);*/
        /*                  }*/
        /*                  &[data-number-of-items="3"] .swiper-wrapper {*/
        /*                      grid-template-columns: repeat(3, 466.66px);*/
        /*                  }*/
        /*                  &[data-number-of-items="4"] .swiper-wrapper {*/
        /*                      grid-template-columns: repeat(4, 350px);*/
        /*                  }*/
        /*                  &[data-number-of-items="5"] .swiper-wrapper {*/
        /*                      grid-template-columns: repeat(5, 280px);*/
        /*                  }*/
        /*                  &[data-number-of-items="6"] .swiper-wrapper {*/
        /*                      grid-template-columns: repeat(6, 233.33px);*/
        /*                  }*/
        /*                  &[data-number-of-items="7"] .swiper-wrapper {*/
        /*                      grid-template-columns: repeat(7, 200px);*/
        /*                  }*/
        /*                  &[data-number-of-items="8"] .swiper-wrapper {*/
        /*                      grid-template-columns: repeat(8, 175px);*/
        /*                  }*/
        /*                  &[data-number-of-items="9"] .swiper-wrapper {*/
        /*                      grid-template-columns: repeat(9, 155.55px);*/
        /*                  }*/
        /*                  &[data-number-of-items="10"] .swiper-wrapper {*/
        /*                      grid-template-columns: repeat(10, 140px);*/
        /*                  }*/
        /*           }*/
        /*&.swiper-enabled {*/
        /*       &[data-number-of-items="1"] .swiper-wrapper .category-tab .subtitle {*/
        /*          max-width: 1360px;*/
        /*       }*/
        /*       &[data-number-of-items="2"] .swiper-wrapper .category-tab .subtitle {*/
        /*           max-width: 660px;*/
        /*       }*/
        /*       &[data-number-of-items="3"] .swiper-wrapper .category-tab .subtitle {*/
        /*           max-width: 426.66px;*/
        /*       }*/
        /*       &[data-number-of-items="4"] .swiper-wrapper .category-tab .subtitle {*/
        /*           max-width: 310px;*/
        /*       }*/
        /*       &[data-number-of-items="5"] .swiper-wrapper .category-tab .subtitle {*/
        /*           max-width: 240px;*/
        /*       }*/
        /*       &[data-number-of-items="6"] .swiper-wrapper .category-tab .subtitle {*/
        /*           max-width: 193.33px;*/
        /*       }*/
        /*       &[data-number-of-items="7"] .swiper-wrapper .category-tab .subtitle {*/
        /*           max-width: 160px;*/
        /*       }*/
        /*       &[data-number-of-items="8"] .swiper-wrapper .category-tab .subtitle {*/
        /*           max-width: 135px;*/
        /*       }*/
        /*       &[data-number-of-items="9"] .swiper-wrapper .category-tab .subtitle {*/
        /*           max-width: 115.55px;*/
        /*       }*/
        /*       &[data-number-of-items="10"] .swiper-wrapper .category-tab .subtitle {*/
        /*           max-width: 100px;*/
        /*       }*/
        /*   }*/ }
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar.swiper-container.swiper-enabled,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar.swiper-container.swiper-container.swiper-enabled,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar.swiper-container.swiper-enabled.swiper-container.swiper-enabled,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar.swiper-container.swiper-disabled.swiper-container.swiper-enabled,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar.swiper-container.swiper-enabled,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar.swiper-container.swiper-container.swiper-enabled,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar.swiper-container.swiper-enabled.swiper-container.swiper-enabled,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar.swiper-container.swiper-disabled.swiper-container.swiper-enabled {
          display: flex;
          justify-content: flex-start;
          /*padding: 0px 20px;*/ }
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar:not(.swiper-container)[data-number-of-items="1"],
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar.swiper-container:not(.swiper-container)[data-number-of-items="1"],
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar.swiper-container.swiper-enabled:not(.swiper-container)[data-number-of-items="1"],
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar.swiper-container.swiper-disabled:not(.swiper-container)[data-number-of-items="1"],
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar:not(.swiper-container)[data-number-of-items="1"],
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar.swiper-container:not(.swiper-container)[data-number-of-items="1"],
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar.swiper-container.swiper-enabled:not(.swiper-container)[data-number-of-items="1"],
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar.swiper-container.swiper-disabled:not(.swiper-container)[data-number-of-items="1"] {
          grid-template-columns: repeat(1, 1fr);
          width: auto; }
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar:not(.swiper-container)[data-number-of-items="2"],
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar.swiper-container:not(.swiper-container)[data-number-of-items="2"],
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar.swiper-container.swiper-enabled:not(.swiper-container)[data-number-of-items="2"],
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar.swiper-container.swiper-disabled:not(.swiper-container)[data-number-of-items="2"],
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar:not(.swiper-container)[data-number-of-items="2"],
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar.swiper-container:not(.swiper-container)[data-number-of-items="2"],
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar.swiper-container.swiper-enabled:not(.swiper-container)[data-number-of-items="2"],
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar.swiper-container.swiper-disabled:not(.swiper-container)[data-number-of-items="2"] {
          grid-template-columns: repeat(2, 1fr); }
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar:not(.swiper-container)[data-number-of-items="3"],
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar.swiper-container:not(.swiper-container)[data-number-of-items="3"],
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar.swiper-container.swiper-enabled:not(.swiper-container)[data-number-of-items="3"],
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar.swiper-container.swiper-disabled:not(.swiper-container)[data-number-of-items="3"],
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar:not(.swiper-container)[data-number-of-items="3"],
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar.swiper-container:not(.swiper-container)[data-number-of-items="3"],
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar.swiper-container.swiper-enabled:not(.swiper-container)[data-number-of-items="3"],
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar.swiper-container.swiper-disabled:not(.swiper-container)[data-number-of-items="3"] {
          grid-template-columns: repeat(3, 1fr); }
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar:not(.swiper-container)[data-number-of-items="4"],
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar.swiper-container:not(.swiper-container)[data-number-of-items="4"],
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar.swiper-container.swiper-enabled:not(.swiper-container)[data-number-of-items="4"],
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar.swiper-container.swiper-disabled:not(.swiper-container)[data-number-of-items="4"],
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar:not(.swiper-container)[data-number-of-items="4"],
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar.swiper-container:not(.swiper-container)[data-number-of-items="4"],
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar.swiper-container.swiper-enabled:not(.swiper-container)[data-number-of-items="4"],
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar.swiper-container.swiper-disabled:not(.swiper-container)[data-number-of-items="4"] {
          grid-template-columns: repeat(4, 1fr); }
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar:not(.swiper-container)[data-number-of-items="5"],
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar.swiper-container:not(.swiper-container)[data-number-of-items="5"],
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar.swiper-container.swiper-enabled:not(.swiper-container)[data-number-of-items="5"],
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar.swiper-container.swiper-disabled:not(.swiper-container)[data-number-of-items="5"],
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar:not(.swiper-container)[data-number-of-items="5"],
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar.swiper-container:not(.swiper-container)[data-number-of-items="5"],
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar.swiper-container.swiper-enabled:not(.swiper-container)[data-number-of-items="5"],
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar.swiper-container.swiper-disabled:not(.swiper-container)[data-number-of-items="5"] {
          grid-template-columns: repeat(5, 1fr); }
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar:not(.swiper-container)[data-number-of-items="6"],
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar.swiper-container:not(.swiper-container)[data-number-of-items="6"],
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar.swiper-container.swiper-enabled:not(.swiper-container)[data-number-of-items="6"],
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar.swiper-container.swiper-disabled:not(.swiper-container)[data-number-of-items="6"],
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar:not(.swiper-container)[data-number-of-items="6"],
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar.swiper-container:not(.swiper-container)[data-number-of-items="6"],
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar.swiper-container.swiper-enabled:not(.swiper-container)[data-number-of-items="6"],
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar.swiper-container.swiper-disabled:not(.swiper-container)[data-number-of-items="6"] {
          grid-template-columns: repeat(6, 1fr); }
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar:not(.swiper-container)[data-number-of-items="7"],
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar.swiper-container:not(.swiper-container)[data-number-of-items="7"],
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar.swiper-container.swiper-enabled:not(.swiper-container)[data-number-of-items="7"],
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar.swiper-container.swiper-disabled:not(.swiper-container)[data-number-of-items="7"],
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar:not(.swiper-container)[data-number-of-items="7"],
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar.swiper-container:not(.swiper-container)[data-number-of-items="7"],
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar.swiper-container.swiper-enabled:not(.swiper-container)[data-number-of-items="7"],
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar.swiper-container.swiper-disabled:not(.swiper-container)[data-number-of-items="7"] {
          grid-template-columns: repeat(7, 1fr); }
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar:not(.swiper-container)[data-number-of-items="8"],
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar.swiper-container:not(.swiper-container)[data-number-of-items="8"],
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar.swiper-container.swiper-enabled:not(.swiper-container)[data-number-of-items="8"],
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar.swiper-container.swiper-disabled:not(.swiper-container)[data-number-of-items="8"],
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar:not(.swiper-container)[data-number-of-items="8"],
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar.swiper-container:not(.swiper-container)[data-number-of-items="8"],
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar.swiper-container.swiper-enabled:not(.swiper-container)[data-number-of-items="8"],
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar.swiper-container.swiper-disabled:not(.swiper-container)[data-number-of-items="8"] {
          grid-template-columns: repeat(8, 1fr); }
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar:not(.swiper-container)[data-number-of-items="9"],
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar.swiper-container:not(.swiper-container)[data-number-of-items="9"],
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar.swiper-container.swiper-enabled:not(.swiper-container)[data-number-of-items="9"],
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar.swiper-container.swiper-disabled:not(.swiper-container)[data-number-of-items="9"],
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar:not(.swiper-container)[data-number-of-items="9"],
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar.swiper-container:not(.swiper-container)[data-number-of-items="9"],
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar.swiper-container.swiper-enabled:not(.swiper-container)[data-number-of-items="9"],
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar.swiper-container.swiper-disabled:not(.swiper-container)[data-number-of-items="9"] {
          grid-template-columns: repeat(9, 1fr); }
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar:not(.swiper-container)[data-number-of-items="10"],
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar.swiper-container:not(.swiper-container)[data-number-of-items="10"],
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar.swiper-container.swiper-enabled:not(.swiper-container)[data-number-of-items="10"],
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar.swiper-container.swiper-disabled:not(.swiper-container)[data-number-of-items="10"],
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar:not(.swiper-container)[data-number-of-items="10"],
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar.swiper-container:not(.swiper-container)[data-number-of-items="10"],
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar.swiper-container.swiper-enabled:not(.swiper-container)[data-number-of-items="10"],
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar.swiper-container.swiper-disabled:not(.swiper-container)[data-number-of-items="10"] {
          grid-template-columns: repeat(10, 1fr); }
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar[data-number-of-items="1"] .swiper-wrapper .category-tab .subtitle,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar.swiper-container[data-number-of-items="1"] .swiper-wrapper .category-tab .subtitle,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar.swiper-container.swiper-enabled[data-number-of-items="1"] .swiper-wrapper .category-tab .subtitle,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar.swiper-container.swiper-disabled[data-number-of-items="1"] .swiper-wrapper .category-tab .subtitle,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar[data-number-of-items="1"] .swiper-wrapper .category-tab .subtitle,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar.swiper-container[data-number-of-items="1"] .swiper-wrapper .category-tab .subtitle,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar.swiper-container.swiper-enabled[data-number-of-items="1"] .swiper-wrapper .category-tab .subtitle,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar.swiper-container.swiper-disabled[data-number-of-items="1"] .swiper-wrapper .category-tab .subtitle {
          max-width: 1380px; }
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar[data-number-of-items="2"] .swiper-wrapper .category-tab .subtitle,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar.swiper-container[data-number-of-items="2"] .swiper-wrapper .category-tab .subtitle,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar.swiper-container.swiper-enabled[data-number-of-items="2"] .swiper-wrapper .category-tab .subtitle,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar.swiper-container.swiper-disabled[data-number-of-items="2"] .swiper-wrapper .category-tab .subtitle,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar[data-number-of-items="2"] .swiper-wrapper .category-tab .subtitle,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar.swiper-container[data-number-of-items="2"] .swiper-wrapper .category-tab .subtitle,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar.swiper-container.swiper-enabled[data-number-of-items="2"] .swiper-wrapper .category-tab .subtitle,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar.swiper-container.swiper-disabled[data-number-of-items="2"] .swiper-wrapper .category-tab .subtitle {
          max-width: 680px; }
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar[data-number-of-items="3"] .swiper-wrapper .category-tab .subtitle,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar.swiper-container[data-number-of-items="3"] .swiper-wrapper .category-tab .subtitle,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar.swiper-container.swiper-enabled[data-number-of-items="3"] .swiper-wrapper .category-tab .subtitle,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar.swiper-container.swiper-disabled[data-number-of-items="3"] .swiper-wrapper .category-tab .subtitle,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar[data-number-of-items="3"] .swiper-wrapper .category-tab .subtitle,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar.swiper-container[data-number-of-items="3"] .swiper-wrapper .category-tab .subtitle,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar.swiper-container.swiper-enabled[data-number-of-items="3"] .swiper-wrapper .category-tab .subtitle,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar.swiper-container.swiper-disabled[data-number-of-items="3"] .swiper-wrapper .category-tab .subtitle {
          max-width: 456.66px; }
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar[data-number-of-items="4"] .swiper-wrapper .category-tab .subtitle,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar.swiper-container[data-number-of-items="4"] .swiper-wrapper .category-tab .subtitle,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar.swiper-container.swiper-enabled[data-number-of-items="4"] .swiper-wrapper .category-tab .subtitle,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar.swiper-container.swiper-disabled[data-number-of-items="4"] .swiper-wrapper .category-tab .subtitle,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar[data-number-of-items="4"] .swiper-wrapper .category-tab .subtitle,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar.swiper-container[data-number-of-items="4"] .swiper-wrapper .category-tab .subtitle,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar.swiper-container.swiper-enabled[data-number-of-items="4"] .swiper-wrapper .category-tab .subtitle,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar.swiper-container.swiper-disabled[data-number-of-items="4"] .swiper-wrapper .category-tab .subtitle {
          max-width: 330px; }
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar[data-number-of-items="5"] .swiper-wrapper .category-tab .subtitle,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar.swiper-container[data-number-of-items="5"] .swiper-wrapper .category-tab .subtitle,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar.swiper-container.swiper-enabled[data-number-of-items="5"] .swiper-wrapper .category-tab .subtitle,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar.swiper-container.swiper-disabled[data-number-of-items="5"] .swiper-wrapper .category-tab .subtitle,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar[data-number-of-items="5"] .swiper-wrapper .category-tab .subtitle,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar.swiper-container[data-number-of-items="5"] .swiper-wrapper .category-tab .subtitle,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar.swiper-container.swiper-enabled[data-number-of-items="5"] .swiper-wrapper .category-tab .subtitle,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar.swiper-container.swiper-disabled[data-number-of-items="5"] .swiper-wrapper .category-tab .subtitle {
          max-width: 260px; }
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar[data-number-of-items="6"] .swiper-wrapper .category-tab .subtitle,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar.swiper-container[data-number-of-items="6"] .swiper-wrapper .category-tab .subtitle,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar.swiper-container.swiper-enabled[data-number-of-items="6"] .swiper-wrapper .category-tab .subtitle,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar.swiper-container.swiper-disabled[data-number-of-items="6"] .swiper-wrapper .category-tab .subtitle,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar[data-number-of-items="6"] .swiper-wrapper .category-tab .subtitle,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar.swiper-container[data-number-of-items="6"] .swiper-wrapper .category-tab .subtitle,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar.swiper-container.swiper-enabled[data-number-of-items="6"] .swiper-wrapper .category-tab .subtitle,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar.swiper-container.swiper-disabled[data-number-of-items="6"] .swiper-wrapper .category-tab .subtitle {
          max-width: 213.33px; }
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar[data-number-of-items="7"] .swiper-wrapper .category-tab .subtitle,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar.swiper-container[data-number-of-items="7"] .swiper-wrapper .category-tab .subtitle,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar.swiper-container.swiper-enabled[data-number-of-items="7"] .swiper-wrapper .category-tab .subtitle,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar.swiper-container.swiper-disabled[data-number-of-items="7"] .swiper-wrapper .category-tab .subtitle,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar[data-number-of-items="7"] .swiper-wrapper .category-tab .subtitle,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar.swiper-container[data-number-of-items="7"] .swiper-wrapper .category-tab .subtitle,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar.swiper-container.swiper-enabled[data-number-of-items="7"] .swiper-wrapper .category-tab .subtitle,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar.swiper-container.swiper-disabled[data-number-of-items="7"] .swiper-wrapper .category-tab .subtitle {
          max-width: 180px; }
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar[data-number-of-items="8"] .swiper-wrapper .category-tab .subtitle,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar.swiper-container[data-number-of-items="8"] .swiper-wrapper .category-tab .subtitle,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar.swiper-container.swiper-enabled[data-number-of-items="8"] .swiper-wrapper .category-tab .subtitle,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar.swiper-container.swiper-disabled[data-number-of-items="8"] .swiper-wrapper .category-tab .subtitle,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar[data-number-of-items="8"] .swiper-wrapper .category-tab .subtitle,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar.swiper-container[data-number-of-items="8"] .swiper-wrapper .category-tab .subtitle,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar.swiper-container.swiper-enabled[data-number-of-items="8"] .swiper-wrapper .category-tab .subtitle,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar.swiper-container.swiper-disabled[data-number-of-items="8"] .swiper-wrapper .category-tab .subtitle {
          max-width: 155px; }
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar[data-number-of-items="9"] .swiper-wrapper .category-tab .subtitle,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar.swiper-container[data-number-of-items="9"] .swiper-wrapper .category-tab .subtitle,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar.swiper-container.swiper-enabled[data-number-of-items="9"] .swiper-wrapper .category-tab .subtitle,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar.swiper-container.swiper-disabled[data-number-of-items="9"] .swiper-wrapper .category-tab .subtitle,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar[data-number-of-items="9"] .swiper-wrapper .category-tab .subtitle,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar.swiper-container[data-number-of-items="9"] .swiper-wrapper .category-tab .subtitle,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar.swiper-container.swiper-enabled[data-number-of-items="9"] .swiper-wrapper .category-tab .subtitle,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar.swiper-container.swiper-disabled[data-number-of-items="9"] .swiper-wrapper .category-tab .subtitle {
          max-width: 135.55px; }
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar[data-number-of-items="10"] .swiper-wrapper .category-tab .subtitle,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar.swiper-container[data-number-of-items="10"] .swiper-wrapper .category-tab .subtitle,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar.swiper-container.swiper-enabled[data-number-of-items="10"] .swiper-wrapper .category-tab .subtitle,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar.swiper-container.swiper-disabled[data-number-of-items="10"] .swiper-wrapper .category-tab .subtitle,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar[data-number-of-items="10"] .swiper-wrapper .category-tab .subtitle,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar.swiper-container[data-number-of-items="10"] .swiper-wrapper .category-tab .subtitle,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar.swiper-container.swiper-enabled[data-number-of-items="10"] .swiper-wrapper .category-tab .subtitle,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar.swiper-container.swiper-disabled[data-number-of-items="10"] .swiper-wrapper .category-tab .subtitle {
          max-width: 120px; }
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar:not(.swiper-enabled)[data-number-of-items="1"] .swiper-wrapper .category-tab,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar.swiper-container:not(.swiper-enabled)[data-number-of-items="1"] .swiper-wrapper .category-tab,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar.swiper-container.swiper-enabled:not(.swiper-enabled)[data-number-of-items="1"] .swiper-wrapper .category-tab,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar.swiper-container.swiper-disabled:not(.swiper-enabled)[data-number-of-items="1"] .swiper-wrapper .category-tab,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar:not(.swiper-enabled)[data-number-of-items="1"] .swiper-wrapper .category-tab,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar.swiper-container:not(.swiper-enabled)[data-number-of-items="1"] .swiper-wrapper .category-tab,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar.swiper-container.swiper-enabled:not(.swiper-enabled)[data-number-of-items="1"] .swiper-wrapper .category-tab,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar.swiper-container.swiper-disabled:not(.swiper-enabled)[data-number-of-items="1"] .swiper-wrapper .category-tab {
          max-width: 1400px; }
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar:not(.swiper-enabled)[data-number-of-items="2"] .swiper-wrapper .category-tab,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar.swiper-container:not(.swiper-enabled)[data-number-of-items="2"] .swiper-wrapper .category-tab,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar.swiper-container.swiper-enabled:not(.swiper-enabled)[data-number-of-items="2"] .swiper-wrapper .category-tab,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar.swiper-container.swiper-disabled:not(.swiper-enabled)[data-number-of-items="2"] .swiper-wrapper .category-tab,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar:not(.swiper-enabled)[data-number-of-items="2"] .swiper-wrapper .category-tab,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar.swiper-container:not(.swiper-enabled)[data-number-of-items="2"] .swiper-wrapper .category-tab,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar.swiper-container.swiper-enabled:not(.swiper-enabled)[data-number-of-items="2"] .swiper-wrapper .category-tab,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar.swiper-container.swiper-disabled:not(.swiper-enabled)[data-number-of-items="2"] .swiper-wrapper .category-tab {
          max-width: 7000px; }
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar:not(.swiper-enabled)[data-number-of-items="3"] .swiper-wrapper .category-tab,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar.swiper-container:not(.swiper-enabled)[data-number-of-items="3"] .swiper-wrapper .category-tab,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar.swiper-container.swiper-enabled:not(.swiper-enabled)[data-number-of-items="3"] .swiper-wrapper .category-tab,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar.swiper-container.swiper-disabled:not(.swiper-enabled)[data-number-of-items="3"] .swiper-wrapper .category-tab,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar:not(.swiper-enabled)[data-number-of-items="3"] .swiper-wrapper .category-tab,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar.swiper-container:not(.swiper-enabled)[data-number-of-items="3"] .swiper-wrapper .category-tab,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar.swiper-container.swiper-enabled:not(.swiper-enabled)[data-number-of-items="3"] .swiper-wrapper .category-tab,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar.swiper-container.swiper-disabled:not(.swiper-enabled)[data-number-of-items="3"] .swiper-wrapper .category-tab {
          max-width: 4646.66px; }
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar:not(.swiper-enabled)[data-number-of-items="4"] .swiper-wrapper .category-tab,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar.swiper-container:not(.swiper-enabled)[data-number-of-items="4"] .swiper-wrapper .category-tab,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar.swiper-container.swiper-enabled:not(.swiper-enabled)[data-number-of-items="4"] .swiper-wrapper .category-tab,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar.swiper-container.swiper-disabled:not(.swiper-enabled)[data-number-of-items="4"] .swiper-wrapper .category-tab,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar:not(.swiper-enabled)[data-number-of-items="4"] .swiper-wrapper .category-tab,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar.swiper-container:not(.swiper-enabled)[data-number-of-items="4"] .swiper-wrapper .category-tab,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar.swiper-container.swiper-enabled:not(.swiper-enabled)[data-number-of-items="4"] .swiper-wrapper .category-tab,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar.swiper-container.swiper-disabled:not(.swiper-enabled)[data-number-of-items="4"] .swiper-wrapper .category-tab {
          max-width: 350px; }
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar:not(.swiper-enabled)[data-number-of-items="5"] .swiper-wrapper .category-tab,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar.swiper-container:not(.swiper-enabled)[data-number-of-items="5"] .swiper-wrapper .category-tab,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar.swiper-container.swiper-enabled:not(.swiper-enabled)[data-number-of-items="5"] .swiper-wrapper .category-tab,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar.swiper-container.swiper-disabled:not(.swiper-enabled)[data-number-of-items="5"] .swiper-wrapper .category-tab,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar:not(.swiper-enabled)[data-number-of-items="5"] .swiper-wrapper .category-tab,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar.swiper-container:not(.swiper-enabled)[data-number-of-items="5"] .swiper-wrapper .category-tab,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar.swiper-container.swiper-enabled:not(.swiper-enabled)[data-number-of-items="5"] .swiper-wrapper .category-tab,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar.swiper-container.swiper-disabled:not(.swiper-enabled)[data-number-of-items="5"] .swiper-wrapper .category-tab {
          max-width: 280px; }
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar:not(.swiper-enabled)[data-number-of-items="6"] .swiper-wrapper .category-tab,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar.swiper-container:not(.swiper-enabled)[data-number-of-items="6"] .swiper-wrapper .category-tab,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar.swiper-container.swiper-enabled:not(.swiper-enabled)[data-number-of-items="6"] .swiper-wrapper .category-tab,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar.swiper-container.swiper-disabled:not(.swiper-enabled)[data-number-of-items="6"] .swiper-wrapper .category-tab,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar:not(.swiper-enabled)[data-number-of-items="6"] .swiper-wrapper .category-tab,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar.swiper-container:not(.swiper-enabled)[data-number-of-items="6"] .swiper-wrapper .category-tab,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar.swiper-container.swiper-enabled:not(.swiper-enabled)[data-number-of-items="6"] .swiper-wrapper .category-tab,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar.swiper-container.swiper-disabled:not(.swiper-enabled)[data-number-of-items="6"] .swiper-wrapper .category-tab {
          max-width: 233.33px; }
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar:not(.swiper-enabled)[data-number-of-items="7"] .swiper-wrapper .category-tab,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar.swiper-container:not(.swiper-enabled)[data-number-of-items="7"] .swiper-wrapper .category-tab,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar.swiper-container.swiper-enabled:not(.swiper-enabled)[data-number-of-items="7"] .swiper-wrapper .category-tab,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar.swiper-container.swiper-disabled:not(.swiper-enabled)[data-number-of-items="7"] .swiper-wrapper .category-tab,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar:not(.swiper-enabled)[data-number-of-items="7"] .swiper-wrapper .category-tab,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar.swiper-container:not(.swiper-enabled)[data-number-of-items="7"] .swiper-wrapper .category-tab,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar.swiper-container.swiper-enabled:not(.swiper-enabled)[data-number-of-items="7"] .swiper-wrapper .category-tab,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar.swiper-container.swiper-disabled:not(.swiper-enabled)[data-number-of-items="7"] .swiper-wrapper .category-tab {
          max-width: 200px; }
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar:not(.swiper-enabled)[data-number-of-items="8"] .swiper-wrapper .category-tab,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar.swiper-container:not(.swiper-enabled)[data-number-of-items="8"] .swiper-wrapper .category-tab,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar.swiper-container.swiper-enabled:not(.swiper-enabled)[data-number-of-items="8"] .swiper-wrapper .category-tab,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar.swiper-container.swiper-disabled:not(.swiper-enabled)[data-number-of-items="8"] .swiper-wrapper .category-tab,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar:not(.swiper-enabled)[data-number-of-items="8"] .swiper-wrapper .category-tab,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar.swiper-container:not(.swiper-enabled)[data-number-of-items="8"] .swiper-wrapper .category-tab,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar.swiper-container.swiper-enabled:not(.swiper-enabled)[data-number-of-items="8"] .swiper-wrapper .category-tab,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar.swiper-container.swiper-disabled:not(.swiper-enabled)[data-number-of-items="8"] .swiper-wrapper .category-tab {
          max-width: 175px; }
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar:not(.swiper-enabled)[data-number-of-items="9"] .swiper-wrapper .category-tab,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar.swiper-container:not(.swiper-enabled)[data-number-of-items="9"] .swiper-wrapper .category-tab,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar.swiper-container.swiper-enabled:not(.swiper-enabled)[data-number-of-items="9"] .swiper-wrapper .category-tab,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar.swiper-container.swiper-disabled:not(.swiper-enabled)[data-number-of-items="9"] .swiper-wrapper .category-tab,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar:not(.swiper-enabled)[data-number-of-items="9"] .swiper-wrapper .category-tab,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar.swiper-container:not(.swiper-enabled)[data-number-of-items="9"] .swiper-wrapper .category-tab,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar.swiper-container.swiper-enabled:not(.swiper-enabled)[data-number-of-items="9"] .swiper-wrapper .category-tab,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar.swiper-container.swiper-disabled:not(.swiper-enabled)[data-number-of-items="9"] .swiper-wrapper .category-tab {
          max-width: 155.55px; }
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar:not(.swiper-enabled)[data-number-of-items="10"] .swiper-wrapper .category-tab,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar.swiper-container:not(.swiper-enabled)[data-number-of-items="10"] .swiper-wrapper .category-tab,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar.swiper-container.swiper-enabled:not(.swiper-enabled)[data-number-of-items="10"] .swiper-wrapper .category-tab,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar.swiper-container.swiper-disabled:not(.swiper-enabled)[data-number-of-items="10"] .swiper-wrapper .category-tab,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar:not(.swiper-enabled)[data-number-of-items="10"] .swiper-wrapper .category-tab,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar.swiper-container:not(.swiper-enabled)[data-number-of-items="10"] .swiper-wrapper .category-tab,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar.swiper-container.swiper-enabled:not(.swiper-enabled)[data-number-of-items="10"] .swiper-wrapper .category-tab,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar.swiper-container.swiper-disabled:not(.swiper-enabled)[data-number-of-items="10"] .swiper-wrapper .category-tab {
          max-width: 140px; }
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar .swiper-wrapper,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar.swiper-container .swiper-wrapper,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar.swiper-container.swiper-enabled .swiper-wrapper,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar.swiper-container.swiper-disabled .swiper-wrapper,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar .swiper-wrapper,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar.swiper-container .swiper-wrapper,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar.swiper-container.swiper-enabled .swiper-wrapper,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar.swiper-container.swiper-disabled .swiper-wrapper {
          width: 100%;
          max-width: 100%;
          display: grid;
          max-width: 1400px;
          display: flex;
          flex-flow: row nowrap; }
      .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .panels,
      .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .panels {
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
        align-items: center; }
        .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .panels .products,
        .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .panels .products {
          max-width: 1200px; }

body .highlight-products .piranya-shop.piranya-shop-order-create {
  margin-bottom: 40px; }
  body .highlight-products .piranya-shop.piranya-shop-order-create > .category-bar {
    margin-bottom: 60px; }
  body .highlight-products .piranya-shop.piranya-shop-order-create > .category-bar .category-tab .title,
  body .highlight-products .piranya-shop.piranya-shop-order-create > .category-bar.swiper-container .category-tab .title,
  body .highlight-products .piranya-shop.piranya-shop-order-create > .category-bar.swiper-container.swiper-enabled .category-tab .title,
  body .highlight-products .piranya-shop.piranya-shop-order-create > .category-bar.swiper-container.swiper-disabled .category-tab .title {
    font-family: "Palanquin_Dark";
    font-size: 50pt;
    color: #B65A3A;
    text-transform: unset; }
    @media (max-width: 680px) {
      body .highlight-products .piranya-shop.piranya-shop-order-create > .category-bar .category-tab .title,
      body .highlight-products .piranya-shop.piranya-shop-order-create > .category-bar.swiper-container .category-tab .title,
      body .highlight-products .piranya-shop.piranya-shop-order-create > .category-bar.swiper-container.swiper-enabled .category-tab .title,
      body .highlight-products .piranya-shop.piranya-shop-order-create > .category-bar.swiper-container.swiper-disabled .category-tab .title {
        font-size: 40pt; } }
  body .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content {
    display: flex;
    flex-flow: column nowrap; }
    body .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category {
      order: 0; }
    body .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content > .description {
      order: 1;
      max-width: 920px;
      margin: auto;
      /*padding: 100px 0px;*/
      padding-top: 100px;
      position: relative;
      /*@media (min-width: 981px) { */
      /*    &:after {*/
      /*        content: "";*/
      /*        display: flex;*/
      /*        position: absolute;*/
      /*        width: 1920px;*/
      /*        width: 100vw;*/
      /*        background: #ffd7bd;*/
      /*        left: calc(460px - 50vw);*/
      /*        top: 0px;*/
      /*        height: calc(100% + 200px);*/
      /*        z-index: 0;*/
      /*    }*/
      /*}*/ }
      body .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content > .description > * {
        z-index: 1; }
      body .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content > .description p {
        color: #454545; }
      body .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content > .description h2 {
        color: #bfa692;
        /*font-family: "CaveatBrush_reg";*/ }
      body .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content > .description tr > td {
        padding: 0px 20px 0px 0px; }
        body .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content > .description tr > td:last-child {
          padding: 0px 0px 0px 20px; }
      @media (max-width: 980px) {
        body .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content > .description {
          padding: 50px 20px;
          background: #ffd7bd;
          margin-bottom: 40px; }
          body .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content > .description tr {
            display: flex;
            flex-flow: column nowrap; }
            body .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content > .description tr td {
              width: 100% !important; }
              body .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content > .description tr td iframe {
                max-width: 100%; } }
  body .highlight-products .piranya-shop.piranya-shop-order-create .products {
    padding: unset;
    margin-bottom: 50px;
    grid-gap: 30px; }
    @media (max-width: 980px) {
      body .highlight-products .piranya-shop.piranya-shop-order-create .products {
        padding: 0 20px; } }
    body .highlight-products .piranya-shop.piranya-shop-order-create .products .product.piranya-col {
      /*&:nth-child(3n+3) { */
      /*    justify-self: right;*/
      /*}*/
      /*&:nth-child(3n+2) { */
      /*    justify-self: center;*/
      /*}*/
      /*&:nth-child(3n+1) { */
      /*    justify-self: left;*/
      /*}*/ }
      body .highlight-products .piranya-shop.piranya-shop-order-create .products .product.piranya-col .actions {
        width: auto !important;
        border-radius: 10pt;
        background-color: #B65A3A;
        padding: 2.5px 20px;
        height: unset;
        line-height: 1; }
        body .highlight-products .piranya-shop.piranya-shop-order-create .products .product.piranya-col .actions p {
          color: #F6F3EC; }
      body .highlight-products .piranya-shop.piranya-shop-order-create .products .product.piranya-col .eyecatcher {
        border-radius: 10pt;
        background-color: #B65A3A;
        padding: 5px 10px;
        clip-path: unset;
        top: 30px;
        right: 20px;
        max-width: 260px;
        /*margin-bottom: 20px;*/ }
        body .highlight-products .piranya-shop.piranya-shop-order-create .products .product.piranya-col .eyecatcher p, body .highlight-products .piranya-shop.piranya-shop-order-create .products .product.piranya-col .eyecatcher p.price > .header {
          color: #F6F3EC; }
      body .highlight-products .piranya-shop.piranya-shop-order-create .products .product.piranya-col .title {
        font-family: "Palanquin_medium";
        color: #454545;
        font-size: 18pt !important; }
        @media (max-width: 680px) {
          body .highlight-products .piranya-shop.piranya-shop-order-create .products .product.piranya-col .title {
            font-size: 17pt !important; } }
      body .highlight-products .piranya-shop.piranya-shop-order-create .products .product.piranya-col .read-more > p {
        font-family: "avenir";
        line-spacing: unset;
        color: #454545;
        font-weight: bold;
        text-decoration: underline; }
      body .highlight-products .piranya-shop.piranya-shop-order-create .products .product.piranya-col .description * {
        color: #454545; }
      body .highlight-products .piranya-shop.piranya-shop-order-create .products .product.piranya-col .price-wrapper * {
        color: #454545;
        font-family: "Palanquin_Medium"; }
      body .highlight-products .piranya-shop.piranya-shop-order-create .products .product.piranya-col:not(:nth-child(4n)) {
        padding: 15px;
        background-color: #F6F3EC;
        padding: 15px 15px 65px 15px;
        /*width: 98%;*/
        /*width: calc(100% - 30px);*/ }
        body .highlight-products .piranya-shop.piranya-shop-order-create .products .product.piranya-col:not(:nth-child(4n)) .image {
          border-radius: 12px;
          margin-bottom: 40px; }
        body .highlight-products .piranya-shop.piranya-shop-order-create .products .product.piranya-col:not(:nth-child(4n)) .title {
          /*padding-top:unset;*/
          /*margin-top:unset;*/ }
        body .highlight-products .piranya-shop.piranya-shop-order-create .products .product.piranya-col:not(:nth-child(4n)) .title, body .highlight-products .piranya-shop.piranya-shop-order-create .products .product.piranya-col:not(:nth-child(4n)) .description {
          text-align: left;
          padding: 0px 10px;
          margin-bottom: 10px; }
          body .highlight-products .piranya-shop.piranya-shop-order-create .products .product.piranya-col:not(:nth-child(4n)) .title > *, body .highlight-products .piranya-shop.piranya-shop-order-create .products .product.piranya-col:not(:nth-child(4n)) .description > * {
            text-align: left; }
        body .highlight-products .piranya-shop.piranya-shop-order-create .products .product.piranya-col:not(:nth-child(4n)) .price-wrapper {
          justify-content: left;
          border: unset;
          margin-top: auto;
          /*margin-bottom: 60px;*/
          padding: 0px 10px; }
          body .highlight-products .piranya-shop.piranya-shop-order-create .products .product.piranya-col:not(:nth-child(4n)) .price-wrapper p {
            /*font-size: 1em;*/ }
        body .highlight-products .piranya-shop.piranya-shop-order-create .products .product.piranya-col:not(:nth-child(4n)) .actions {
          position: absolute;
          width: auto !important;
          right: 15px;
          bottom: 25px;
          background-color: #B65A3A;
          margin: unset; }
          @media (max-width: 680px) {
            body .highlight-products .piranya-shop.piranya-shop-order-create .products .product.piranya-col:not(:nth-child(4n)) .actions {
              font-size: 0.8em; } }
        body .highlight-products .piranya-shop.piranya-shop-order-create .products .product.piranya-col:not(:nth-child(4n)) .read-more {
          margin: unset;
          padding: unset;
          background: unset !important;
          float: left;
          text-align: left;
          justify-content: flex-start;
          border: unset;
          position: absolute;
          bottom: 25px;
          left: 25px; }
          body .highlight-products .piranya-shop.piranya-shop-order-create .products .product.piranya-col:not(:nth-child(4n)) .read-more p {
            padding: 10px 0px; }
      @media (max-width: 980px) {
        body .highlight-products .piranya-shop.piranya-shop-order-create .products .product.piranya-col:nth-child(4n) {
          padding: 15px;
          background-color: #ffd7bd;
          padding: 15px 15px 65px 15px;
          /*width: 98%;*/
          /*width: calc(100% - 30px);*/ }
          body .highlight-products .piranya-shop.piranya-shop-order-create .products .product.piranya-col:nth-child(4n) .image {
            border-radius: 12px;
            margin-bottom: 40px; }
          body .highlight-products .piranya-shop.piranya-shop-order-create .products .product.piranya-col:nth-child(4n) .title {
            /*padding-top:unset;*/
            /*margin-top:unset;*/ }
          body .highlight-products .piranya-shop.piranya-shop-order-create .products .product.piranya-col:nth-child(4n) .title, body .highlight-products .piranya-shop.piranya-shop-order-create .products .product.piranya-col:nth-child(4n) .description {
            text-align: left;
            padding: 0px 10px;
            margin-bottom: 10px; }
            body .highlight-products .piranya-shop.piranya-shop-order-create .products .product.piranya-col:nth-child(4n) .title > *, body .highlight-products .piranya-shop.piranya-shop-order-create .products .product.piranya-col:nth-child(4n) .description > * {
              text-align: left; }
          body .highlight-products .piranya-shop.piranya-shop-order-create .products .product.piranya-col:nth-child(4n) .price-wrapper {
            justify-content: left;
            border: unset;
            margin-top: auto;
            /*margin-bottom: 60px;*/
            padding: 0px 10px; }
            body .highlight-products .piranya-shop.piranya-shop-order-create .products .product.piranya-col:nth-child(4n) .price-wrapper p {
              font-size: 1em; }
          body .highlight-products .piranya-shop.piranya-shop-order-create .products .product.piranya-col:nth-child(4n) .actions {
            position: absolute;
            width: auto !important;
            right: 35px;
            bottom: 25px;
            background-color: #B65A3A;
            margin: unset; }
          body .highlight-products .piranya-shop.piranya-shop-order-create .products .product.piranya-col:nth-child(4n) .read-more {
            margin: unset;
            padding: unset;
            background: unset;
            float: left;
            text-align: left;
            justify-content: flex-start;
            border: unset;
            position: absolute;
            bottom: 25px;
            left: 25px; }
            body .highlight-products .piranya-shop.piranya-shop-order-create .products .product.piranya-col:nth-child(4n) .read-more p {
              padding: 10px 0px; } }
      @media (min-width: 981px) {
        body .highlight-products .piranya-shop.piranya-shop-order-create .products .product.piranya-col:nth-child(4n) {
          min-height: 33vh;
          background-color: transparent;
          grid-column: 1 /span 3;
          padding: 0;
          padding-left: 50%;
          justify-content: center;
          margin: 50px 0px; }
          body .highlight-products .piranya-shop.piranya-shop-order-create .products .product.piranya-col:nth-child(4n) .image {
            position: absolute;
            left: 10px;
            top: 0px;
            width: calc(50% - 30px);
            max-height: 100%;
            height: 100% !important;
            padding-top: 0px !important;
            border-radius: 24px; }
          body .highlight-products .piranya-shop.piranya-shop-order-create .products .product.piranya-col:nth-child(4n) > *:not(.image):not(.eyecatcher) {
            margin: unset;
            background-color: #CA896D;
            padding-left: 40px;
            padding-right: 40px;
            float: left;
            text-align: left;
            justify-content: flex-start;
            border: unset; }
            body .highlight-products .piranya-shop.piranya-shop-order-create .products .product.piranya-col:nth-child(4n) > *:not(.image):not(.eyecatcher) > p, body .highlight-products .piranya-shop.piranya-shop-order-create .products .product.piranya-col:nth-child(4n) > *:not(.image):not(.eyecatcher) * {
              text-align: left;
              color: white; }
            body .highlight-products .piranya-shop.piranya-shop-order-create .products .product.piranya-col:nth-child(4n) > *:not(.image):not(.eyecatcher).actions {
              position: absolute;
              width: auto !important;
              right: 40px;
              bottom: 35px;
              background-color: #B65A3A; }
              body .highlight-products .piranya-shop.piranya-shop-order-create .products .product.piranya-col:nth-child(4n) > *:not(.image):not(.eyecatcher).actions p {
                color: #F6F3EC; }
            body .highlight-products .piranya-shop.piranya-shop-order-create .products .product.piranya-col:nth-child(4n) > *:not(.image):not(.eyecatcher).price-wrapper {
              order: 3; }
            body .highlight-products .piranya-shop.piranya-shop-order-create .products .product.piranya-col:nth-child(4n) > *:not(.image):not(.eyecatcher).title {
              padding-top: 80px;
              border-top-left-radius: 24px;
              border-top-right-radius: 24px;
              padding-bottom: 10px;
              color: white; }
            body .highlight-products .piranya-shop.piranya-shop-order-create .products .product.piranya-col:nth-child(4n) > *:not(.image):not(.eyecatcher).read-more {
              padding-bottom: 30px;
              padding-top: 90px;
              border-bottom-left-radius: 24px;
              border-bottom-right-radius: 24px; } }
  body .highlight-products .piranya-shop.piranya-shop-order-create .categories .category-bar,
  body .highlight-products .piranya-shop.piranya-shop-order-create .categories .category-bar.swiper-container.swiper-enabled,
  body .highlight-products .piranya-shop.piranya-shop-order-create .categories .category-bar.swiper-container:not(.swiper-disabled),
  body .highlight-products .piranya-shop.piranya-shop-order-create .categories .category-bar.swiper-container.swiper-disabled {
    width: auto; }
    body .highlight-products .piranya-shop.piranya-shop-order-create .categories .category-bar .category-tab,
    body .highlight-products .piranya-shop.piranya-shop-order-create .categories .category-bar.swiper-container.swiper-enabled .category-tab,
    body .highlight-products .piranya-shop.piranya-shop-order-create .categories .category-bar.swiper-container:not(.swiper-disabled) .category-tab,
    body .highlight-products .piranya-shop.piranya-shop-order-create .categories .category-bar.swiper-container.swiper-disabled .category-tab {
      position: relative;
      min-width: 125px;
      /*max-width: 180px;*/
      width: auto;
      /*padding: 20px 10px 20px 10px;*/
      box-sizing: border-box;
      justify-content: flex-start;
      /*&:before {*/
      /*    content:"";*/
      /*    display: flex;*/
      /*    position: absolute;*/
      /*    width: 100%;*/
      /*    height: 100%;*/
      /*    top: 0px;*/
      /*    background-image: url(/image/8796);*/
      /*    background-repeat: no-repeat;*/
      /*    background-size: 100% 100%;*/
      /*    background-position: center;*/
      /*    opacity: 0;*/
      /*    transition: opacity 500ms ease;*/
      /*    z-index: 0;*/
      /*}*/ }
      body .highlight-products .piranya-shop.piranya-shop-order-create .categories .category-bar .category-tab:not(:last-of-type),
      body .highlight-products .piranya-shop.piranya-shop-order-create .categories .category-bar.swiper-container.swiper-enabled .category-tab:not(:last-of-type),
      body .highlight-products .piranya-shop.piranya-shop-order-create .categories .category-bar.swiper-container:not(.swiper-disabled) .category-tab:not(:last-of-type),
      body .highlight-products .piranya-shop.piranya-shop-order-create .categories .category-bar.swiper-container.swiper-disabled .category-tab:not(:last-of-type) {
        margin-right: 10px; }
      body .highlight-products .piranya-shop.piranya-shop-order-create .categories .category-bar .category-tab:first-child,
      body .highlight-products .piranya-shop.piranya-shop-order-create .categories .category-bar.swiper-container.swiper-enabled .category-tab:first-child,
      body .highlight-products .piranya-shop.piranya-shop-order-create .categories .category-bar.swiper-container:not(.swiper-disabled) .category-tab:first-child,
      body .highlight-products .piranya-shop.piranya-shop-order-create .categories .category-bar.swiper-container.swiper-disabled .category-tab:first-child {
        margin-left: 0; }
      body .highlight-products .piranya-shop.piranya-shop-order-create .categories .category-bar .category-tab.active:before,
      body .highlight-products .piranya-shop.piranya-shop-order-create .categories .category-bar.swiper-container.swiper-enabled .category-tab.active:before,
      body .highlight-products .piranya-shop.piranya-shop-order-create .categories .category-bar.swiper-container:not(.swiper-disabled) .category-tab.active:before,
      body .highlight-products .piranya-shop.piranya-shop-order-create .categories .category-bar.swiper-container.swiper-disabled .category-tab.active:before {
        opacity: 1; }
      body .highlight-products .piranya-shop.piranya-shop-order-create .categories .category-bar .category-tab .icon,
      body .highlight-products .piranya-shop.piranya-shop-order-create .categories .category-bar.swiper-container.swiper-enabled .category-tab .icon,
      body .highlight-products .piranya-shop.piranya-shop-order-create .categories .category-bar.swiper-container:not(.swiper-disabled) .category-tab .icon,
      body .highlight-products .piranya-shop.piranya-shop-order-create .categories .category-bar.swiper-container.swiper-disabled .category-tab .icon {
        margin-bottom: 20px;
        width: 160px;
        height: 160px;
        background-size: 160px;
        background-repeat: no-repeat;
        background-position: center;
        z-index: 1;
        display: block; }
      body .highlight-products .piranya-shop.piranya-shop-order-create .categories .category-bar .category-tab .title,
      body .highlight-products .piranya-shop.piranya-shop-order-create .categories .category-bar.swiper-container.swiper-enabled .category-tab .title,
      body .highlight-products .piranya-shop.piranya-shop-order-create .categories .category-bar.swiper-container:not(.swiper-disabled) .category-tab .title,
      body .highlight-products .piranya-shop.piranya-shop-order-create .categories .category-bar.swiper-container.swiper-disabled .category-tab .title {
        font-size: 20pt;
        font-family: "Palanquin_Regular";
        text-transform: unset;
        z-index: 1;
        color: #454545;
        margin-bottom: 15px;
        white-space: pre-line;
        text-align: center; }
        body .highlight-products .piranya-shop.piranya-shop-order-create .categories .category-bar .category-tab .title:after,
        body .highlight-products .piranya-shop.piranya-shop-order-create .categories .category-bar.swiper-container.swiper-enabled .category-tab .title:after,
        body .highlight-products .piranya-shop.piranya-shop-order-create .categories .category-bar.swiper-container:not(.swiper-disabled) .category-tab .title:after,
        body .highlight-products .piranya-shop.piranya-shop-order-create .categories .category-bar.swiper-container.swiper-disabled .category-tab .title:after {
          display: none; }
      body .highlight-products .piranya-shop.piranya-shop-order-create .categories .category-bar .category-tab .subtitle,
      body .highlight-products .piranya-shop.piranya-shop-order-create .categories .category-bar.swiper-container.swiper-enabled .category-tab .subtitle,
      body .highlight-products .piranya-shop.piranya-shop-order-create .categories .category-bar.swiper-container:not(.swiper-disabled) .category-tab .subtitle,
      body .highlight-products .piranya-shop.piranya-shop-order-create .categories .category-bar.swiper-container.swiper-disabled .category-tab .subtitle {
        line-height: 1.15;
        font-size: 17pt;
        max-width: 100%;
        z-index: 1;
        color: #454545;
        /*-webkit-hyphens: auto;*/
        /*-moz-hyphens: auto;*/
        /*-ms-hyphens: auto;*/
        /*hyphens: auto;*/
        text-align: center; }
  @media (max-width: 980px) {
    body .highlight-products .piranya-shop.piranya-shop-order-create > .panels > .panel > .heading {
      display: none; }
    body .highlight-products .piranya-shop.piranya-shop-order-create .panel .heading {
      margin: 0px 10px;
      max-width: calc(100% - 20px);
      border-radius: 12px;
      margin-bottom: 20px;
      background-color: #CA896D; }
      body .highlight-products .piranya-shop.piranya-shop-order-create .panel .heading .title {
        text-align: left;
        font-size: 2rem;
        font-family: "Palanquin_Dark";
        z-index: 1;
        color: #F6F3EC; }
        body .highlight-products .piranya-shop.piranya-shop-order-create .panel .heading .title:after {
          display: none; } }

body #main-wrapper #main #piranya-page .piranya-shop.piranya-view-shop-product-detail.product p, body #main-wrapper #main #piranya-page .piranya-shop.piranya-view-shop-product-detail.product h1, body #main-wrapper #main #piranya-page .piranya-shop.piranya-view-shop-product-detail.product h2, body #main-wrapper #main #piranya-page .piranya-shop.piranya-view-shop-product-detail.product h3, body #main-wrapper #main #piranya-page .piranya-shop.piranya-view-shop-product-detail.product h4, body #main-wrapper #main #piranya-page .piranya-shop.piranya-view-shop-product-detail.product label, body #main-wrapper #main #piranya-page .piranya-shop.piranya-view-shop-product-detail.product option, body #main-wrapper #main #piranya-page .piranya-shop.piranya-view-shop-product-detail.product select, body #main-wrapper #main #piranya-page .piranya-shop.piranya-view-shop-product-detail.product li, body #main-wrapper #main #piranya-page .piranya-shop.piranya-view-shop-product-detail.product i, body #main-wrapper #main #piranya-page .piranya-shop.piranya-view-shop-product-detail.product a, body #main-wrapper #main #piranya-page .piranya-shop.piranya-view-shop-product-detail.product span,
body .piranya.shop.dialog.product.add-to-basket p,
body .piranya.shop.dialog.product.add-to-basket h1,
body .piranya.shop.dialog.product.add-to-basket h2,
body .piranya.shop.dialog.product.add-to-basket h3,
body .piranya.shop.dialog.product.add-to-basket h4,
body .piranya.shop.dialog.product.add-to-basket label,
body .piranya.shop.dialog.product.add-to-basket option,
body .piranya.shop.dialog.product.add-to-basket select,
body .piranya.shop.dialog.product.add-to-basket li,
body .piranya.shop.dialog.product.add-to-basket i,
body .piranya.shop.dialog.product.add-to-basket a,
body .piranya.shop.dialog.product.add-to-basket span {
  color: #454545; }

body #main-wrapper #main #piranya-page .piranya-shop.piranya-view-shop-product-detail.product .piranya-btn,
body .piranya.shop.dialog.product.add-to-basket .piranya-btn {
  background-color: #B65A3A; }

body #main-wrapper #main #piranya-page .piranya-shop.piranya-view-shop-product-detail.product form.add-to-basket .title,
body .piranya.shop.dialog.product.add-to-basket form.add-to-basket .title {
  font-family: "Palanquin_medium";
  font-size: 20pt;
  text-align: left;
  padding: unset; }

body #main-wrapper #main #piranya-page .piranya-shop.piranya-view-shop-product-detail.product form.add-to-basket .eyecatcher p,
body .piranya.shop.dialog.product.add-to-basket form.add-to-basket .eyecatcher p {
  color: #F6F3EC; }

body #main-wrapper #main #piranya-page .piranya-shop.piranya-view-shop-product-detail.product form.add-to-basket .variants > .group > .content > .property label.property .title,
body .piranya.shop.dialog.product.add-to-basket form.add-to-basket .variants > .group > .content > .property label.property .title {
  font-family: "avenir";
  font-size: 16pt; }

body #main-wrapper #main #piranya-page .piranya-shop.piranya-view-shop-product-detail.product form.add-to-basket .header > .title,
body .piranya.shop.dialog.product.add-to-basket form.add-to-basket .header > .title {
  font-family: "Palanquin_regular";
  font-size: 16pt; }

body #main-wrapper #main #piranya-page .piranya-shop.piranya-view-shop-product-detail.product form.add-to-basket .add-to-cart-wrapper .piranya-btn.piranya-btn.add-to-cart,
body .piranya.shop.dialog.product.add-to-basket form.add-to-basket .add-to-cart-wrapper .piranya-btn.piranya-btn.add-to-cart {
  color: #F6F3EC; }
  body #main-wrapper #main #piranya-page .piranya-shop.piranya-view-shop-product-detail.product form.add-to-basket .add-to-cart-wrapper .piranya-btn.piranya-btn.add-to-cart p,
  body .piranya.shop.dialog.product.add-to-basket form.add-to-basket .add-to-cart-wrapper .piranya-btn.piranya-btn.add-to-cart p {
    color: #F6F3EC; }

body #main-wrapper #main #piranya-page .piranya-shop.piranya-view-shop-product-detail.product form.add-to-basket > *,
body .piranya.shop.dialog.product.add-to-basket form.add-to-basket > * {
  display: flex;
  flex-flow: column nowrap;
  background-color: #F6F3EC;
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box; }

@media (min-width: 980px) {
  body #main-wrapper #main #piranya-page .piranya-shop.piranya-view-shop-product-detail.product form.add-to-basket,
  body .piranya.shop.dialog.product.add-to-basket form.add-to-basket {
    grid-gap: 0px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(100, auto); }
    body #main-wrapper #main #piranya-page .piranya-shop.piranya-view-shop-product-detail.product form.add-to-basket > *, body #main-wrapper #main #piranya-page .piranya-shop.piranya-view-shop-product-detail.product form.add-to-basket > .description,
    body .piranya.shop.dialog.product.add-to-basket form.add-to-basket > *,
    body .piranya.shop.dialog.product.add-to-basket form.add-to-basket > .description {
      width: calc(100% - 25px);
      align-self: flex-start; } }

body #main-wrapper #main #piranya-page .piranya-shop.piranya-view-shop-product-detail.product form.add-to-basket > .buy-wrapper,
body .piranya.shop.dialog.product.add-to-basket form.add-to-basket > .buy-wrapper {
  grid-row-start: 1; }

body #main-wrapper #main #piranya-page .piranya-shop.piranya-view-shop-product-detail.product form.add-to-basket .item-count > .title,
body .piranya.shop.dialog.product.add-to-basket form.add-to-basket .item-count > .title {
  font-family: "Palanquin_regular";
  font-size: 16pt; }

body #main-wrapper #main #piranya-page .piranya-shop.piranya-view-shop-product-detail.product form.add-to-basket .amount-picker .piranya-btn i,
body .piranya.shop.dialog.product.add-to-basket form.add-to-basket .amount-picker .piranya-btn i {
  color: #F6F3EC; }

body #main-wrapper #main #piranya-page .piranya-shop.piranya-view-shop-product-detail.product form.add-to-basket .amount-picker input,
body .piranya.shop.dialog.product.add-to-basket form.add-to-basket .amount-picker input {
  border: unset; }

body #main-wrapper #main #piranya-page .piranya-shop.piranya-view-shop-product-detail.product form.add-to-basket .total-price,
body .piranya.shop.dialog.product.add-to-basket form.add-to-basket .total-price {
  background-color: white;
  border-radius: 10pt; }

@media (min-width: 981px) {
  body #main-wrapper #main #piranya-page .piranya-shop.piranya-view-shop-product-detail.product form.add-to-basket > .buy-wrapper, body #main-wrapper #main #piranya-page .piranya-shop.piranya-view-shop-product-detail.product form.add-to-basket > .choices, body #main-wrapper #main #piranya-page .piranya-shop.piranya-view-shop-product-detail.product form.add-to-basket > .go-to-checkout,
  body .piranya.shop.dialog.product.add-to-basket form.add-to-basket > .buy-wrapper,
  body .piranya.shop.dialog.product.add-to-basket form.add-to-basket > .choices,
  body .piranya.shop.dialog.product.add-to-basket form.add-to-basket > .go-to-checkout {
    grid-row-end: 100;
    /*margin-left: 10px;*/ } }

body #main-wrapper #main #piranya-page .piranya-shop.piranya-view-shop-product-detail.product form.add-to-basket > .buy-wrapper .variants > .group[data-picker="text"] .amount-picker, body #main-wrapper #main #piranya-page .piranya-shop.piranya-view-shop-product-detail.product form.add-to-basket > .choices .variants > .group[data-picker="text"] .amount-picker, body #main-wrapper #main #piranya-page .piranya-shop.piranya-view-shop-product-detail.product form.add-to-basket > .go-to-checkout .variants > .group[data-picker="text"] .amount-picker,
body .piranya.shop.dialog.product.add-to-basket form.add-to-basket > .buy-wrapper .variants > .group[data-picker="text"] .amount-picker,
body .piranya.shop.dialog.product.add-to-basket form.add-to-basket > .choices .variants > .group[data-picker="text"] .amount-picker,
body .piranya.shop.dialog.product.add-to-basket form.add-to-basket > .go-to-checkout .variants > .group[data-picker="text"] .amount-picker {
  margin-left: unset;
  margin-top: 10px;
  justify-content: flex-end; }

body #main-wrapper #main #piranya-page .piranya-shop.piranya-view-shop-product-detail.product form.add-to-basket > .buy-wrapper .piranya-btn, body #main-wrapper #main #piranya-page .piranya-shop.piranya-view-shop-product-detail.product form.add-to-basket > .choices .piranya-btn, body #main-wrapper #main #piranya-page .piranya-shop.piranya-view-shop-product-detail.product form.add-to-basket > .go-to-checkout .piranya-btn,
body .piranya.shop.dialog.product.add-to-basket form.add-to-basket > .buy-wrapper .piranya-btn,
body .piranya.shop.dialog.product.add-to-basket form.add-to-basket > .choices .piranya-btn,
body .piranya.shop.dialog.product.add-to-basket form.add-to-basket > .go-to-checkout .piranya-btn {
  background-color: #B65A3A; }
  body #main-wrapper #main #piranya-page .piranya-shop.piranya-view-shop-product-detail.product form.add-to-basket > .buy-wrapper .piranya-btn:hover, body #main-wrapper #main #piranya-page .piranya-shop.piranya-view-shop-product-detail.product form.add-to-basket > .choices .piranya-btn:hover, body #main-wrapper #main #piranya-page .piranya-shop.piranya-view-shop-product-detail.product form.add-to-basket > .go-to-checkout .piranya-btn:hover,
  body .piranya.shop.dialog.product.add-to-basket form.add-to-basket > .buy-wrapper .piranya-btn:hover,
  body .piranya.shop.dialog.product.add-to-basket form.add-to-basket > .choices .piranya-btn:hover,
  body .piranya.shop.dialog.product.add-to-basket form.add-to-basket > .go-to-checkout .piranya-btn:hover {
    color: white; }
  body #main-wrapper #main #piranya-page .piranya-shop.piranya-view-shop-product-detail.product form.add-to-basket > .buy-wrapper .piranya-btn:hover *, body #main-wrapper #main #piranya-page .piranya-shop.piranya-view-shop-product-detail.product form.add-to-basket > .choices .piranya-btn:hover *, body #main-wrapper #main #piranya-page .piranya-shop.piranya-view-shop-product-detail.product form.add-to-basket > .go-to-checkout .piranya-btn:hover *,
  body .piranya.shop.dialog.product.add-to-basket form.add-to-basket > .buy-wrapper .piranya-btn:hover *,
  body .piranya.shop.dialog.product.add-to-basket form.add-to-basket > .choices .piranya-btn:hover *,
  body .piranya.shop.dialog.product.add-to-basket form.add-to-basket > .go-to-checkout .piranya-btn:hover * {
    color: white; }

body #main-wrapper #main #piranya-page .piranya-shop.piranya-view-shop-product-detail.product form.add-to-basket > .buy-wrapper .price-wrapper > p.price, body #main-wrapper #main #piranya-page .piranya-shop.piranya-view-shop-product-detail.product form.add-to-basket > .choices .price-wrapper > p.price, body #main-wrapper #main #piranya-page .piranya-shop.piranya-view-shop-product-detail.product form.add-to-basket > .go-to-checkout .price-wrapper > p.price,
body .piranya.shop.dialog.product.add-to-basket form.add-to-basket > .buy-wrapper .price-wrapper > p.price,
body .piranya.shop.dialog.product.add-to-basket form.add-to-basket > .choices .price-wrapper > p.price,
body .piranya.shop.dialog.product.add-to-basket form.add-to-basket > .go-to-checkout .price-wrapper > p.price {
  background-color: white;
  border-radius: 20px; }

body #main-wrapper #main #piranya-page .piranya-shop.piranya-view-shop-product-detail.product form.add-to-basket > .images a.large,
body .piranya.shop.dialog.product.add-to-basket form.add-to-basket > .images a.large {
  display: flex;
  overflow: hidden;
  padding-top: 66%;
  justify-content: center;
  align-items: center;
  position: relative; }
  body #main-wrapper #main #piranya-page .piranya-shop.piranya-view-shop-product-detail.product form.add-to-basket > .images a.large > img,
  body .piranya.shop.dialog.product.add-to-basket form.add-to-basket > .images a.large > img {
    position: absolute;
    width: 100%;
    display: flex;
    min-height: 100%;
    top: 0; }

@media (min-width: 981px) {
  body #main-wrapper #main #piranya-page .piranya-shop.piranya-view-shop-product-detail.product form.add-to-basket > .images,
  body .piranya.shop.dialog.product.add-to-basket form.add-to-basket > .images {
    /*position:sticky;*/
    /*top: 10px;*/
    /*margin-bottom: 10px;*/
    /*margin-right: 10px;*/ } }

@media (min-width: 981px) {
  body #main-wrapper #main #piranya-page .piranya-shop.piranya-view-shop-product-detail.product form.add-to-basket > .description,
  body .piranya.shop.dialog.product.add-to-basket form.add-to-basket > .description {
    /*position:sticky;*/
    /*top: calc(66% + 20px);*/
    /*width: auto;*/
    margin-top: 30px;
    padding: 30px;
    /*margin-right: 10px;*/ } }

@media (min-width: 981px) {
  body #main-wrapper #main #piranya-page .piranya-shop.piranya-view-shop-product-detail.product form.add-to-basket .buy-wrapper,
  body .piranya.shop.dialog.product.add-to-basket form.add-to-basket .buy-wrapper {
    padding: 30px;
    justify-self: end; } }

body #main-wrapper #main #piranya-page .piranya-shop.piranya-view-shop-product-detail.product form.add-to-basket .choices.spacious .variants > .group:not([data-picker="amount_only"]),
body #main-wrapper #main #piranya-page .piranya-shop.piranya-view-shop-product-detail.product form.add-to-basket .choices.spacious .variants > .group[data-picker="amount_only"] > *,
body .piranya.shop.dialog.product.add-to-basket form.add-to-basket .choices.spacious .variants > .group:not([data-picker="amount_only"]),
body .piranya.shop.dialog.product.add-to-basket form.add-to-basket .choices.spacious .variants > .group[data-picker="amount_only"] > * {
  background: unset; }

body .piranya-shop:not(.piranya-view-shop-checkout-confirm) ul.p-toggle-boxes > li, body .piranya-shop:not(.piranya-view-shop-checkout-confirm) div.p-toggle-box {
  background-color: #a9a798;
  border-radius: 20px;
  border: unset; }
  body .piranya-shop:not(.piranya-view-shop-checkout-confirm) ul.p-toggle-boxes > li:not(:first-child), body .piranya-shop:not(.piranya-view-shop-checkout-confirm) div.p-toggle-box:not(:first-child) {
    margin-top: 10px; }
  body .piranya-shop:not(.piranya-view-shop-checkout-confirm) ul.p-toggle-boxes > li div.p-radio > input[type="radio"] + label:before,
  body .piranya-shop:not(.piranya-view-shop-checkout-confirm) ul.p-toggle-boxes > li input.p-radio[type="radio"] + label:before,
  body .piranya-shop:not(.piranya-view-shop-checkout-confirm) ul.p-toggle-boxes > li div.p-checkbox > input[type="checkbox"] + label:before,
  body .piranya-shop:not(.piranya-view-shop-checkout-confirm) ul.p-toggle-boxes > li input.p-checkbox[type="checkbox"] + label:before, body .piranya-shop:not(.piranya-view-shop-checkout-confirm) div.p-toggle-box div.p-radio > input[type="radio"] + label:before,
  body .piranya-shop:not(.piranya-view-shop-checkout-confirm) div.p-toggle-box input.p-radio[type="radio"] + label:before,
  body .piranya-shop:not(.piranya-view-shop-checkout-confirm) div.p-toggle-box div.p-checkbox > input[type="checkbox"] + label:before,
  body .piranya-shop:not(.piranya-view-shop-checkout-confirm) div.p-toggle-box input.p-checkbox[type="checkbox"] + label:before {
    border-radius: 100%;
    width: 18px;
    height: 18px;
    border: 1px solid #F6F3EC;
    border-color: #F6F3EC;
    background-color: #F6F3EC; }
  body .piranya-shop:not(.piranya-view-shop-checkout-confirm) ul.p-toggle-boxes > li div.p-radio > input[type="radio"] + label:after,
  body .piranya-shop:not(.piranya-view-shop-checkout-confirm) ul.p-toggle-boxes > li input.p-radio[type="radio"] + label:after,
  body .piranya-shop:not(.piranya-view-shop-checkout-confirm) ul.p-toggle-boxes > li div.p-checkbox > input[type="checkbox"] + label:after,
  body .piranya-shop:not(.piranya-view-shop-checkout-confirm) ul.p-toggle-boxes > li input.p-checkbox[type="checkbox"] + label:after, body .piranya-shop:not(.piranya-view-shop-checkout-confirm) div.p-toggle-box div.p-radio > input[type="radio"] + label:after,
  body .piranya-shop:not(.piranya-view-shop-checkout-confirm) div.p-toggle-box input.p-radio[type="radio"] + label:after,
  body .piranya-shop:not(.piranya-view-shop-checkout-confirm) div.p-toggle-box div.p-checkbox > input[type="checkbox"] + label:after,
  body .piranya-shop:not(.piranya-view-shop-checkout-confirm) div.p-toggle-box input.p-checkbox[type="checkbox"] + label:after {
    /*content: '';*/
    width: 18px;
    height: 18px;
    position: absolute;
    top: calc(50% - 8px);
    left: 0px;
    border-radius: 100%;
    border: unset;
    /*opacity: 0;*/
    /*transform: scale(0);*/
    /*transition: all 0.2s ease;*/
    background-color: white;
    background-color: #454545;
    /*top: calc(50% - 6px);*/
    /*left: 3px;*/ }

body .piranya-btn {
  background-color: #eeb49c;
  border-radius: 20px;
  padding: 10px 20px; }
  body .piranya-btn:hover {
    color: white; }
  body .piranya-btn:hover * {
    color: white; }

body .highlight-products.only-show-categories .piranya-shop.piranya-shop-order-create .panel > .content > .description {
  display: none; }

body .piranya-view-shop-product-detail .buy-wrapper > .piranya-product-amount-wrapper > .header,
body .piranya-view-shop-product-detail .buy-wrapper .piranya-btn > p,
body .piranya-view-shop-product-detail .choices > .piranya-product-amount-wrapper > .header,
body .piranya-view-shop-product-detail .choices .piranya-btn > p,
body .piranya-view-shop-product-detail .go-to-checkout .piranya-btn > p,
body .piranya-shop.piranya-view-shop-product-detail.product .buy-wrapper > .piranya-product-amount-wrapper > .header,
body .piranya-shop.piranya-view-shop-product-detail.product .buy-wrapper .piranya-btn > p,
body .piranya-shop.piranya-view-shop-product-detail.product .choices > .piranya-product-amount-wrapper > .header,
body .piranya-shop.piranya-view-shop-product-detail.product .choices .piranya-btn > p,
body .piranya-shop.piranya-view-shop-product-detail.product .go-to-checkout .piranya-btn > p,
body .piranya.shop.dialog.product.add-to-basket .buy-wrapper > .piranya-product-amount-wrapper > .header,
body .piranya.shop.dialog.product.add-to-basket .buy-wrapper .piranya-btn > p,
body .piranya.shop.dialog.product.add-to-basket .choices > .piranya-product-amount-wrapper > .header,
body .piranya.shop.dialog.product.add-to-basket .choices .piranya-btn > p,
body .piranya.shop.dialog.product.add-to-basket .go-to-checkout .piranya-btn > p {
  /*font-family: "CaveatBrush_reg";*/
  /*font-size: 1.17em;*/ }
  body .piranya-view-shop-product-detail .buy-wrapper > .piranya-product-amount-wrapper > .header *,
  body .piranya-view-shop-product-detail .buy-wrapper .piranya-btn > p *,
  body .piranya-view-shop-product-detail .choices > .piranya-product-amount-wrapper > .header *,
  body .piranya-view-shop-product-detail .choices .piranya-btn > p *,
  body .piranya-view-shop-product-detail .go-to-checkout .piranya-btn > p *,
  body .piranya-shop.piranya-view-shop-product-detail.product .buy-wrapper > .piranya-product-amount-wrapper > .header *,
  body .piranya-shop.piranya-view-shop-product-detail.product .buy-wrapper .piranya-btn > p *,
  body .piranya-shop.piranya-view-shop-product-detail.product .choices > .piranya-product-amount-wrapper > .header *,
  body .piranya-shop.piranya-view-shop-product-detail.product .choices .piranya-btn > p *,
  body .piranya-shop.piranya-view-shop-product-detail.product .go-to-checkout .piranya-btn > p *,
  body .piranya.shop.dialog.product.add-to-basket .buy-wrapper > .piranya-product-amount-wrapper > .header *,
  body .piranya.shop.dialog.product.add-to-basket .buy-wrapper .piranya-btn > p *,
  body .piranya.shop.dialog.product.add-to-basket .choices > .piranya-product-amount-wrapper > .header *,
  body .piranya.shop.dialog.product.add-to-basket .choices .piranya-btn > p *,
  body .piranya.shop.dialog.product.add-to-basket .go-to-checkout .piranya-btn > p * {
    /*font-family: "CaveatBrush_reg";*/
    /*font-size: 1.17em;*/ }

body .piranya-view-shop-product-detail .go-to-checkout .piranya-btn > p,
body .piranya-shop.piranya-view-shop-product-detail.product .go-to-checkout .piranya-btn > p,
body .piranya.shop.dialog.product.add-to-basket .go-to-checkout .piranya-btn > p {
  color: #F6F3EC; }

@media (max-width: 1100px) {
  body .highlight-products .piranya-shop.piranya-shop-order-create .categories .category-bar .category-tab {
    min-width: 100%; }
    body .highlight-products .piranya-shop.piranya-shop-order-create .categories .category-bar .category-tab .subtitle {
      /*display: none;*/ } }

@media (max-width: 768px) {
  body .highlight-products .piranya-shop.piranya-shop-order-create .categories .category-bar,
  .custom-category-section .p-layout-container .highlight-products .piranya-shop-order-create .content .category-bar,
  .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category .content .category-bar {
    display: none; } }

body .piranya-shop.piranya-view-shop-product-detail form.add-to-basket .buy-wrapper .choices .variant-groups.variants .group .header .status,
body .piranya-shop.piranya-view-shop-product-detail form.add-to-basket .choices .variant-groups.variants .group .header .status,
body .piranya-shop .piranya-view-shop-product-detail.piranya-shop-product-variant-group form.add-to-basket .buy-wrapper .choices .variant-groups.variants .group .header .status,
body .piranya-shop .piranya-view-shop-product-detail.piranya-shop-product-variant-group form.add-to-basket .choices .variant-groups.variants .group .header .status {
  background: transparent; }

body #main-wrapper #main #piranya-page,
body .swal2-popup.add-to-basket {
  /*.piranya-shop.piranya-view-shop-product-detail,*/
  /*.piranya-shop .piranya-view-shop-product-detail.piranya-shop-product-variant-group,*/
  /*.piranya-view-shop-product-detail,*/
  /*.piranya-shop.piranya-view-shop-product-detail.product,*/
  /*.add-to-basket { */
  /*    form.add-to-basket .buy-wrapper .choices .variant-groups.variants .group .header .title, */
  /*    form.add-to-basket .choices .variant-groups.variants .group .header .title, */
  /*    form.add-to-basket .buy-wrapper .choices .variant-groups.variants .group .header .title, */
  /*    form.add-to-basket .choices .variant-groups.variants .group .header .title, */
  /*    .buy-wrapper > .piranya-product-amount-wrapper > .header, */
  /*    .buy-wrapper .piranya-btn > p,*/
  /*    .go-to-checkout .piranya-btn > p {*/
  /*        font-size: 1.5em;    */
  /*    }*/
  /*}*/ }
  body #main-wrapper #main #piranya-page .piranya-view-shop-product-detail .go-to-checkout .price-wrapper,
  body .swal2-popup.add-to-basket .piranya-view-shop-product-detail .go-to-checkout .price-wrapper {
    width: 33%;
    margin-right: 60px; }
    body #main-wrapper #main #piranya-page .piranya-view-shop-product-detail .go-to-checkout .price-wrapper > p.price,
    body .swal2-popup.add-to-basket .piranya-view-shop-product-detail .go-to-checkout .price-wrapper > p.price {
      /*background-color: #ececec;*/
      box-sizing: border-box;
      font-size: 1.4em;
      padding: 0.5em;
      width: 100%; }

body .piranya.shop.dialog.product.add-to-basket .piranya-shop-product-variant-group p {
  margin-bottom: unset; }

@media (min-width: 981px) {
  body #main-wrapper #main #piranya-page .piranya-shop.piranya-view-shop-product-detail.product[data-product-type="grouped"] form.add-to-basket > * {
    -webkit-box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.45);
    box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.45); }
  body #main-wrapper #main #piranya-page .piranya-shop.piranya-view-shop-product-detail.product[data-product-type="grouped"] form.add-to-basket .images, body #main-wrapper #main #piranya-page .piranya-shop.piranya-view-shop-product-detail.product[data-product-type="grouped"] form.add-to-basket .buy-wrapper {
    min-height: 100%;
    grid-row-start: 1;
    grid-row-end: 100; }
  body #main-wrapper #main #piranya-page .piranya-shop.piranya-view-shop-product-detail.product[data-product-type="grouped"] form.add-to-basket .choices {
    margin-top: 30px;
    justify-self: flex-end; }
  body #main-wrapper #main #piranya-page .piranya-shop.piranya-view-shop-product-detail.product[data-product-type="grouped"] form.add-to-basket .description, body #main-wrapper #main #piranya-page .piranya-shop.piranya-view-shop-product-detail.product[data-product-type="grouped"] form.add-to-basket .choices {
    grid-row-start: 101;
    grid-row-end: 200; }
  body #main-wrapper #main #piranya-page .piranya-shop.piranya-view-shop-product-detail.product[data-product-type="grouped"] form.add-to-basket:not(.has-description) .choices {
    /*grid-column-start: 1;*/
    /*grid-column-end: 3;*/ }
  body #main-wrapper #main #piranya-page .piranya-shop.piranya-view-shop-product-detail.product[data-product-type="grouped"] form.add-to-basket .go-to-checkout {
    width: 100%;
    margin-top: 20px;
    grid-row-start: 201;
    grid-row-end: 202; }
  body #main-wrapper #main #piranya-page .piranya-shop.piranya-view-shop-product-detail.product[data-product-type="grouped"] form.add-to-basket .go-to-checkout {
    display: flex;
    flex-flow: row nowrap;
    width: 100%; } }

body .piranya.shop.dialog.product.add-to-basket {
  border: 2px solid #F6F3EC;
  outline: 10px solid #F6F3EC;
  background-color: #F6F3EC; }

.swal2-popup.add-to-basket {
  background-color: #F6F3EC; }
  .swal2-popup.add-to-basket .piranya-shop form.add-to-basket .total-price {
    background-color: #F6F3EC;
    border-radius: 20px; }
  .swal2-popup.add-to-basket .piranya-shop .variants > .group > .header > .status {
    font-size: .8em;
    white-space: nowrap; }

body .piranya-shop-confirm p, body .piranya-shop-confirm h1, body .piranya-shop-confirm h2, body .piranya-shop-confirm h3, body .piranya-shop-confirm h4, body .piranya-shop-confirm label, body .piranya-shop-confirm option, body .piranya-shop-confirm select, body .piranya-shop-confirm li, body .piranya-shop-confirm i, body .piranya-shop-confirm a, body .piranya-shop-confirm span {
  color: #454545; }

body .piranya-shop-confirm .step-wrapper {
  border-radius: 12px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.45); }
  body .piranya-shop-confirm .step-wrapper .step-header {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    background-color: #eeb49c;
    padding: 20px;
    padding-bottom: 10px; }
  body .piranya-shop-confirm .step-wrapper .step-content {
    padding: 20px;
    padding-top: 10px; }

body .piranya-shop-confirm .step-header {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  background-color: #eeb49c;
  padding: 20px;
  padding-bottom: 10px; }

body .piranya-shop-confirm .step-content {
  padding: 20px;
  padding-top: 10px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  background-color: white; }

body .piranya-shop-confirm .piranya-shop-btn-confirm {
  margin-top: 20px;
  font-size: 1.5em; }

body .piranya-shop-confirm p:not(.step-headline) {
  font-size: 0.8em; }

body .piranya-shop-order-create .cart > .header {
  font-family: "palanquin_medium";
  font-size: 20pt; }

.piranya-shop.product .sticker.sold-out {
  z-index: 100; }

.piranya-shop .cart .shipping .shipping-methods-wrapper > .shipping-methods ul.p-toggle-boxes {
  background: transparent !important; }

body .swal2-html-container .product.add-to-basket {
  background: transparent; }
  body .swal2-html-container .product.add-to-basket .wrapper {
    background: transparent !important; }

body .piranya-shop.has-openable-cart-on-desktop > .cart-wrapper > .cart ul.p-toggle-boxes > li {
  background: white !important;
  border: 1px solid #dddddd !important;
  border-radius: unset !important; }

body .swal2-container .swal2-actions > button {
  padding: 20px;
  color: #454545 !important;
  font-size: 17px; }
  body .swal2-container .swal2-actions > button:hover {
    color: white !important; }

body .piranya-shop .cart .totals p, .piranya-shop form.add-to-basket .total-rebate {
  border-radius: 10pt;
  background-color: white !important; }

body .piranya.shop.dialog.product.add-to-basket {
  padding: unset !important; }

body .piranya-shop.piranya-shop-order-create .products .product.piranya-col .actions button:hover p {
  color: white !important; }

body .piranya-shop.piranya-shop-order-create .products .product.piranya-col .actions button p {
  color: #F6F3EC !important; }

ul.p-toggle-boxes > li, div.p-toggle-box {
  padding: 12px 10px; }

body .piranya-shop .cart button.edit {
  padding: 10px;
  font-size: 11px;
  margin-left: 0px !important; }

.swal2-popup.add-to-basket {
  background-color: #F6F3EC; }

body .piranya.shop.dialog.product.add-to-basket {
  border: 2px solid #F6F3EC;
  outline: 10px solid #F6F3EC;
  background-color: #F6F3EC; }

.swal2-close {
  color: #B65A3A !important; }

body #product-details-header .piranya-searchbox input {
  border-radius: 20px;
  padding: 12px !important;
  color: white !important;
  z-index: 20; }

body .welcome-search .piranya-searchbox {
  padding: 20px; }
  body .welcome-search .piranya-searchbox input {
    opacity: 70%; }

body .welcome-search {
  background: #145235;
  display: flex;
  justify-content: right; }
  body .welcome-search h3 {
    color: #F6F3EC; }

@media (max-width: 980px) {
  body .piranya-shop.piranya-view-shop-product-detail.product .add-to-basket div.go-to-checkout {
    align-items: normal; }
  .piranya-shop.product .add-to-basket div.go-to-checkout .piranya-btn {
    width: 100%; }
  body .piranya-shop.piranya-view-shop-product-detail.product .add-to-basket div.go-to-checkout .piranya-shop-product-price {
    margin-bottom: 10px;
    width: 100% !important; } }

@media screen and (min-width: 768px) {
  .piranya-shop-order-create .panels.foldable > .panel > .heading:not(.has-cover) {
    display: none; }
  .piranya-shop-order-create .panels.foldable > .panel .panel .panel > .heading {
    /*max-width: 1400px;*/
    display: flex;
    justify-content: center;
    width: 100%;
    background: unset; }
    .piranya-shop-order-create .panels.foldable > .panel .panel .panel > .heading .title {
      position: relative;
      display: flex;
      width: fit-content;
      min-width: 125px;
      width: auto;
      padding: 20px 10px 35px 10px;
      box-sizing: border-box;
      margin-bottom: 15px;
      font-size: 1.1em;
      font-family: "CaveatBrush_reg";
      z-index: 1;
      color: #454545;
      text-align: center;
      justify-content: center; }
    .piranya-shop-order-create .panels.foldable > .panel .panel .panel > .heading .title:before {
      content: "";
      display: flex;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0px;
      left: 0px;
      background-image: url(/image/8796);
      background-repeat: no-repeat;
      background-size: 100% 100%;
      background-position: center;
      opacity: 1;
      transition: opacity 500ms ease;
      z-index: -1; } }

body .highlight-products .piranya-shop.piranya-shop-order-create .categories .category-bar .category-tab .title, body .highlight-products .piranya-shop.piranya-shop-order-create .categories .category-bar .category-tab .subtitle,
body .highlight-products .piranya-shop.piranya-shop-order-create .categories .category-bar.swiper-container.swiper-enabled .category-tab .title,
body .highlight-products .piranya-shop.piranya-shop-order-create .categories .category-bar.swiper-container.swiper-enabled .category-tab .subtitle,
body .highlight-products .piranya-shop.piranya-shop-order-create .categories .category-bar.swiper-container .category-tab .title,
body .highlight-products .piranya-shop.piranya-shop-order-create .categories .category-bar.swiper-container .category-tab .subtitle,
body .highlight-products .piranya-shop.piranya-shop-order-create .categories .category-bar.swiper-container.swiper-disabled .category-tab .title,
body .highlight-products .piranya-shop.piranya-shop-order-create .categories .category-bar.swiper-container.swiper-disabled .category-tab .subtitle {
  text-align: left;
  padding: 0px 10px 0px 10px;
  width: 100%;
  align-items: baseline;
  overflow-wrap: break-word;
  hyphens: manual; }

body .highlight-products .piranya-shop.piranya-shop-order-create .categories .category-bar .category-tab .title,
body .highlight-products .piranya-shop.piranya-shop-order-create .categories .category-bar.swiper-container.swiper-enabled .category-tab .title,
body .highlight-products .piranya-shop.piranya-shop-order-create .categories .category-bar.swiper-container .category-tab .title,
body .highlight-products .piranya-shop.piranya-shop-order-create .categories .category-bar.swiper-container.swiper-disabled .category-tab .title {
  position: absolute;
  top: 210px;
  left: 20px;
  padding: unset;
  white-space: nowrap; }
  body .highlight-products .piranya-shop.piranya-shop-order-create .categories .category-bar .category-tab .title ~ .subtitle,
  body .highlight-products .piranya-shop.piranya-shop-order-create .categories .category-bar.swiper-container.swiper-enabled .category-tab .title ~ .subtitle,
  body .highlight-products .piranya-shop.piranya-shop-order-create .categories .category-bar.swiper-container .category-tab .title ~ .subtitle,
  body .highlight-products .piranya-shop.piranya-shop-order-create .categories .category-bar.swiper-container.swiper-disabled .category-tab .title ~ .subtitle {
    margin-top: 30px; }

.custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category[data-entity-id="146"] .category-bar .category-tab .icon,
.custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category[data-entity-id="146"] .category-bar.swiper-container .category-tab .icon,
.custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category[data-entity-id="146"] .category-bar.swiper-container.swiper-disabled .category-tab .icon,
.custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category[data-entity-id="168"] .category-bar .category-tab .icon,
.custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category[data-entity-id="168"] .category-bar.swiper-container .category-tab .icon,
.custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category[data-entity-id="168"] .category-bar.swiper-container.swiper-disabled .category-tab .icon {
  background-size: cover;
  height: 160px;
  width: 100%;
  border-radius: 20px; }

.custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category[data-entity-id="146"] .category-bar .category-tab .title,
.custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category[data-entity-id="146"] .category-bar.swiper-container .category-tab .title,
.custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category[data-entity-id="146"] .category-bar.swiper-container.swiper-disabled .category-tab .title,
.custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category[data-entity-id="168"] .category-bar .category-tab .title,
.custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category[data-entity-id="168"] .category-bar.swiper-container .category-tab .title,
.custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category[data-entity-id="168"] .category-bar.swiper-container.swiper-disabled .category-tab .title {
  top: 190px; }

.custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category[data-entity-id="146"] > .products,
.custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category[data-entity-id="168"] > .products {
  display: none; }

body #main-wrapper #main #piranya-page section.dark-green .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create > .category-bar .category-tab .title,
body #main-wrapper #main #piranya-page section.dark-green .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create > .category-bar.swiper-container .category-tab .title,
body #main-wrapper #main #piranya-page section.dark-green .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create > .category-bar.swiper-container.swiper-disabled .category-tab .title {
  color: #F6F3EC; }

body #main-wrapper #main #piranya-page section.dark-green .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category[data-entity-id="168"] .category-bar .category-tab .title, body #main-wrapper #main #piranya-page section.dark-green .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category[data-entity-id="168"] .category-bar .category-tab .subtitle,
body #main-wrapper #main #piranya-page section.dark-green .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category[data-entity-id="168"] .category-bar.swiper-container .category-tab .title,
body #main-wrapper #main #piranya-page section.dark-green .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category[data-entity-id="168"] .category-bar.swiper-container .category-tab .subtitle,
body #main-wrapper #main #piranya-page section.dark-green .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category[data-entity-id="168"] .category-bar.swiper-container.swiper-disabled .category-tab .title,
body #main-wrapper #main #piranya-page section.dark-green .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .panel > .content .category[data-entity-id="168"] .category-bar.swiper-container.swiper-disabled .category-tab .subtitle {
  color: #F6F3EC; }

body #main-wrapper #main #piranya-page .piranya-shop .categories > .category > .show-all-btn-wrapper {
  max-width: 1400px;
  display: flex;
  justify-content: center; }
  body #main-wrapper #main #piranya-page .piranya-shop .categories > .category > .show-all-btn-wrapper .show-all-btn {
    background: unset;
    color: #454545; }
    body #main-wrapper #main #piranya-page .piranya-shop .categories > .category > .show-all-btn-wrapper .show-all-btn p {
      color: #454545;
      text-decoration: underline; }

#product-details-header.category ~ #piranya-page .category-bar .category-tab:first-child:last-child,
#product-details-header.category ~ #piranya-page .category-bar.swiper-container .category-tab:first-child:last-child,
#product-details-header.category ~ #piranya-page .category-bar.swiper-container.swiper-disabled .category-tab:first-child:last-child {
  display: none; }

body .piranya-btn, body #main-wrapper #main #piranya-page .piranya-btn, body #main-wrapper #main #piranya-page .piranya-shop.piranya-view-shop-product-detail.product .piranya-btn {
  background-color: #B65A3A;
  border-radius: 10pt;
  color: #F6F3EC;
  font-family: "Avenir";
  line-height: 1.3;
  font-size: 16pt; }
  body .piranya-btn > *, body #main-wrapper #main #piranya-page .piranya-btn > *, body #main-wrapper #main #piranya-page .piranya-shop.piranya-view-shop-product-detail.product .piranya-btn > * {
    color: #F6F3EC; }
    body .piranya-btn > *:after, body .piranya-btn > *:before, body #main-wrapper #main #piranya-page .piranya-btn > *:after, body #main-wrapper #main #piranya-page .piranya-btn > *:before, body #main-wrapper #main #piranya-page .piranya-shop.piranya-view-shop-product-detail.product .piranya-btn > *:after, body #main-wrapper #main #piranya-page .piranya-shop.piranya-view-shop-product-detail.product .piranya-btn > *:before {
      color: #F6F3EC; }
  body .piranya-btn p, body #main-wrapper #main #piranya-page .piranya-btn p, body #main-wrapper #main #piranya-page .piranya-shop.piranya-view-shop-product-detail.product .piranya-btn p {
    font-family: "Avenir";
    line-height: 1.3;
    font-size: 16pt; }
    @media (max-width: 680px) {
      body .piranya-btn p, body #main-wrapper #main #piranya-page .piranya-btn p, body #main-wrapper #main #piranya-page .piranya-shop.piranya-view-shop-product-detail.product .piranya-btn p {
        font-size: 0.8em; } }

body .swal2-container .swal2-actions > button {
  padding: 20px;
  border-radius: 10pt;
  color: #F6F3EC !important;
  font-size: 16pt; }

body .piranya-shop:not(.piranya-view-shop-checkout-confirm) ul.p-toggle-boxes > li,
body .piranya-shop:not(.piranya-view-shop-checkout-confirm) div.p-toggle-box {
  background-color: #EFE8DE;
  border-radius: 10pt;
  border: unset; }

body .piranya-shop .cart-wrapper > .cart, body .piranya-shop .cart-wrapper > .summary {
  background-color: #F6F3EC; }

@media not all and (min-width: 768px) {
  body .piranya-shop-order-create .category-bar.foldable {
    display: flex; } }

body #main-wrapper .piranya-shop.piranya-view-shop-product-detail.product {
  padding: 50px 20px; }

#category-details-description {
  padding: 50px 20px 0px 20px; }

body #piranya-shopping-cart-table td, table#piranya-shopping-cart-table th {
  padding: 10px 0px; }

body .step-content #piranya-shopping-cart-table .piranya-first-column {
  width: unset !important; }

body .piranya-shopping-cart-container h3 {
  font-size: 16px;
  font-family: Palanquin_medium; }

body .piranya-shopping-cart-container .variants * {
  font-size: 15px; }

body .piranya-shopping-cart-container .total {
  font-size: 18px !important; }

.piranya-shop-cart__confirmation-fields, .piranya-shop-checkout__confirmation-fields label {
  font-size: 15px !important; }

body .piranya-shop-confirm .step-wrapper .step-content label {
  font-size: 15px; }

body .piranya-shop-confirm .step-content ul li .right .price {
  font-size: 15px; }

body .piranya-shop-order-items-container > table td, #piranya-shopping-cart-table td {
  border-right: 1px solid #e1e1e1 !important;
  border-bottom: 1px solid  #e1e1e1 !important;
  vertical-align: middle; }


/* /content/dynamic/43.css */
@charset "UTF-8";
/* Sizes */
/* End Sizes */
/* Colors */
/*  */
/* End Colors */
#btn-container {
  width: 100%; }

#owl-demo .item > div.text h4 {
  font-weight: 300;
  font-family: titilium_semibold;
  font-family: CaveatBrush_reg;
  text-align: left;
  color: #939a83;
  line-height: 22px; }

#owl-demo .item > div.text h3 {
  font-family: CaveatBrush_reg;
  color: #939a83;
  font-size: 3em;
  margin-bottom: 20px; }

#owl-demo .item > div.text h5 {
  color: #824735 !important;
  font-size: 9em; }

#owl-demo .item > div.text h2 {
  line-height: 30px;
  font-family: Avenir;
  font-size: 23px; }
  @media (max-width: 980px) {
    #owl-demo .item > div.text h2 {
      font-size: 20px; } }

#arrow-down {
  background: transparent;
  z-index: 1000;
  padding: 14px 60px;
  margin-top: 30px;
  font-family: 'CaveatBrush_reg'; }

.owl-carousel .owl-stage,
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: auto;
  touch-action: auto; }

#owl-demo {
  margin-top: 75px;
  display: block;
  overflow: hidden;
  width: 100%;
  position: relative;
  height: 80vh; }
  @media (max-width: 680px) {
    #owl-demo {
      height: 70vh; } }
  #owl-demo .item {
    width: 100%;
    height: 80vh;
    overflow: hidden;
    z-index: 20;
    visibility: inherit;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (max-width: 680px) {
      #owl-demo .item {
        height: 70vh; } }
    #owl-demo .item > div.text {
      display: flex;
      flex-direction: column; }
      #owl-demo .item > div.text img {
        width: auto; }
        @media (max-width: 680px) {
          #owl-demo .item > div.text img {
            width: 125px; } }
      #owl-demo .item > div.text h1 {
        text-align: center; }
        @media (max-width: 680px) {
          #owl-demo .item > div.text h1 {
            font-size: 2.6em; } }
      #owl-demo .item > div.text h2.price {
        background-size: 100% 100%;
        background-position: left;
        padding: 30px 220px 30px 130px;
        background-image: url(/file/1337); }
      #owl-demo .item > div.text p {
        font-size: 1.25em; }
  #owl-demo.subpage {
    height: auto;
    min-height: 40vh; }
    @media (max-width: 680px) {
      #owl-demo.subpage {
        height: 40vh; } }
    #owl-demo.subpage .item {
      height: auto;
      min-height: 40vh;
      background-position: bottom; }
      @media (max-width: 680px) {
        #owl-demo.subpage .item {
          margin-top: 0;
          height: 40vh; } }
      #owl-demo.subpage .item .text h1 {
        color: #0f2f2a;
        font-size: 3em; }
      #owl-demo.subpage .item .text p {
        color: #0f2f2a; }

div.owl-prev,
div.owl-next {
  position: absolute;
  top: 30%; }

div.owl-prev {
  left: 0; }

div.owl-next {
  right: 0; }

.owl-controls.clickable .owl-buttons div {
  width: 20px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.owl-pagination {
  position: absolute;
  bottom: 20px;
  left: 50%; }

.owl-controls .owl-page span {
  cursor: pointer;
  position: relative !important;
  background: rgba(0, 0, 0, 0.5) !important;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 6px !important;
  height: 6px !important;
  border: 5px solid transparent !important;
  display: inline-block;
  margin-right: 2px !important;
  margin-bottom: 0px !important;
  -webkit-transition: background-color 0.2s, border-color 0.2s;
  -moz-transition: background-color 0.2s, border-color 0.2s;
  transition: background-color 0.2s, border-color 0.2s;
  float: none !important;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

.owl-controls .owl-page.active span {
  background: white !important;
  width: 6px !important;
  height: 6px !important;
  border: 5px solid black !important;
  -webkit-box-shadow: none;
  box-shadow: none; }

@media (max-width: 680px) {
  .hero-social {
    display: none; } }

@media (min-width: 980px) {
  .hero-dec_top, .hero-dec_top_right {
    top: 50px;
    border-top: 1px dotted rgba(255, 255, 255, 0.4); }
  .hero-dec_top, .hero-dec_bottom {
    position: absolute;
    left: 70px;
    width: 80px;
    height: 80px;
    border-left: 1px dotted rgba(255, 255, 255, 0.4);
    z-index: 10; }
  .hero-dec_bottom, .hero-dec_bottom_right {
    bottom: 50px;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.4); }
  .hero-dec_top, .hero-dec_bottom {
    position: absolute;
    left: 70px;
    width: 80px;
    height: 80px;
    border-left: 1px dotted rgba(255, 255, 255, 0.4);
    z-index: 10; }
  .hero-social {
    position: absolute;
    left: 50px;
    top: 42%;
    width: 50px;
    border-bottom: none;
    z-index: 11;
    box-sizing: border-box; }
  .hero-social li:first-child a {
    border-top: 1px solid rgba(255, 255, 255, 0.2); }
  .hero-social li a {
    float: left;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-top: none;
    background: rgba(255, 255, 255, 0.5);
    text-align: center; }
    .hero-social li a:hover {
      background: #110e1f; }
  .fa-facebook-f:before {
    content: "\f09a"; }
  #owl-demo ul {
    list-style: none; }
  .section-dec.sec-dec_top {
    top: 10px;
    left: 10px;
    border-top: 1px dotted;
    border-left: 1px dotted; }
  .section-dec {
    position: absolute;
    width: 60px;
    height: 60px; }
  .section-dec.sec-dec_bottom {
    bottom: -70px;
    right: -70px;
    border-right: 1px dotted;
    border-bottom: 1px dotted; } }

.mousey {
  float: left;
  width: 20px;
  height: 30px;
  border-radius: 6px;
  padding: 0 6px;
  border: 2px solid #fff;
  box-sizing: border-box;
  position: relative;
  z-index: 10; }

.scroll-down-wrap {
  float: left;
  position: absolute;
  bottom: 45px;
  z-index: 100; }

.scroller {
  position: relative;
  left: 50%;
  top: 6px;
  margin-left: -2px;
  width: 4px;
  height: 4px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 4px;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
  animation-iteration-count: infinite; }

.fade-in-section {
  opacity: 0;
  transform: translateY(20vh);
  visibility: hidden;
  transition: opacity 0.6s ease-out, transform 1.2s ease-out;
  will-change: opacity, visibility; }

.fade-in-section.is-visible {
  opacity: 1;
  transform: none;
  visibility: visible; }

@keyframes scroll {
  0% {
    opacity: 0; }
  10% {
    transform: translateY(0);
    opacity: 1; }
  100% {
    transform: translateY(10px);
    opacity: 0; } }

#container {
  height: 2000px; }

#container DIV {
  margin: 50px;
  padding: 50px;
  background-color: lightgreen; }

.hideme {
  opacity: 0; }

.item11 {
  width: 200px;
  height: 200px;
  margin: 50px auto;
  padding-top: 75px;
  background: rgba(255, 85, 0, 0.7);
  text-align: center;
  color: #4E4C48;
  font-size: 1.5em; }

.cont-air {
  width: 100%; }

@media (max-width: 680px) {
  body #product-details-header.category {
    min-height: 45vh; } }

body #product-details-header > div a, body #product-details-header > div p, body #product-details-header > div h1 {
  text-align: center; }

.piranya-view-shop-product-detail .buy-wrapper h1 {
  font-size: 2.5em; }

body #main #owl-demo .item.product-item .text {
  position: relative;
  z-index: 2; }
  body #main #owl-demo .item.product-item .text .description {
    overflow: hidden;
    text-overflow: "Læs mere...";
    display: -webkit-box;
    -webkit-line-clamp: unset;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7; }

body #main #owl-demo .item.product-item:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: .5;
  z-index: 1; }

#owl-demo .item .round-wrapper {
  background-color: #824735;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  position: absolute;
  bottom: 20px;
  left: 60%;
  opacity: 1;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  border: 2px solid white; }
  @media (max-width: 680px) {
    #owl-demo .item .round-wrapper {
      display: none; } }
  #owl-demo .item .round-wrapper > h4 span {
    font-size: 2em;
    white-space: nowrap;
    letter-spacing: 0px;
    line-height: 2em;
    width: 100%; }

body.piranya-page22 #owl-demo .item {
  padding-top: 0px;
  justify-content: flex-start; }

body.piranya-page22 #owl-demo .item > div.text {
  width: 700px; }
  @media (max-width: 980px) {
    body.piranya-page22 #owl-demo .item > div.text {
      width: 100%; } }

#owl-demo .item .text h2, #owl-demo.subpage .item .text h2 {
  color: #454545;
  font-family: "Montserrat_Bold"; }

#owl-demo .item .text p, #owl-demo.subpage .item .text p {
  color: #454545; }

#owl-demo .item .text a, #owl-demo.subpage .item .text a {
  font-family: 'CaveatBrush_reg';
  margin-top: 20px;
  color: #454545;
  font-size: 25px; }

#owl-demo .item .text h1, #owl-demo.subpage .item .text h1 {
  font-size: 4em;
  color: white;
  font-family: "CaveatBrush_reg";
  font-weight: unset; }

#owl-demo.subpage .item .text p {
  color: white;
  text-align: center; }

#owl-demo.owl-carousel.swiper-container .swiper-button-next, #owl-demo.owl-carousel.swiper-container .swiper-button-prev {
  top: unset;
  bottom: 10px;
  filter: grayscale(1) brightness(10.5); }

#owl-demo.owl-carousel.swiper-container .swiper-pagination-bullet-active {
  background: white; }

@media (max-width: 980px) {
  body.piranya-page22 #owl-demo .item > div.text {
    width: 80%;
    margin-left: 30px; }
  #owl-demo {
    margin-top: 0px; }
  body #main-wrapper #main #topbar .menu-bar:last-of-type #menu-enabler:before {
    color: #ffffff !important; } }


/* /content/dynamic/44.css */
/* Sizes */
/* End Sizes */
/* Colors */
/*  */
/* End Colors */
.piranya-menu-wrapper p {
  color: white; }

.piranya-menu-wrapper a {
  font-size: 14px;
  line-height: 20px; }
  .piranya-menu-wrapper a p {
    color: white; }

@media (min-width: 980px) {
  .piranya-menu {
    width: 100%;
    display: flex;
    justify-content: center; } }

body .piranya-menu-wrapper.responsive li {
  padding: 5px 15px; }

.piranya-menu-wrapper.responsive > ul:not(.open) {
  color: #000000;
  margin-right: 5px; }

@media (max-width: 979px) {
  body .piranya-menu-wrapper.responsive {
    position: inherit; }
    body .piranya-menu-wrapper.responsive > ul.closed {
      -webkit-transition: width 250ms;
      -moz-transition: width 250ms;
      -o-transition: width 250ms;
      -ms-transition: width 250ms;
      transition: width 250ms; }
    body .piranya-menu-wrapper.responsive > ul.open {
      height: 100%;
      background-color: #F7F7F5;
      border: 2px solid #F5F5F5;
      outline: 10px solid #F7F7F5;
      /* Adjustments to fit outline*/
      width: calc(80% - 20px);
      height: calc(100% - 20px);
      /* Adjust height so that outline is shown*/
      top: 10px;
      right: 10px;
      padding-right: 20px; }
      body .piranya-menu-wrapper.responsive > ul.open:after {
        content: "";
        background: url("/File/2/Friis_sort.png?ticks=1553376526");
        background-size: contain;
        display: block;
        width: 100%;
        height: 35px;
        position: absolute;
        top: 10px;
        left: 0;
        z-index: 99999;
        background-repeat: no-repeat;
        background-position: center; }
      body .piranya-menu-wrapper.responsive > ul.open .close-btn {
        color: #F5F5F5;
        z-index: 100000; }
        body .piranya-menu-wrapper.responsive > ul.open .close-btn:hover {
          color: white; }
        body .piranya-menu-wrapper.responsive > ul.open .close-btn:before {
          content: "\f105"; }
      body .piranya-menu-wrapper.responsive > ul.open li {
        padding-left: 10px;
        padding-right: 10px;
        border-bottom: 1px solid #F5F5F5; }
        body .piranya-menu-wrapper.responsive > ul.open li:before {
          color: black; }
        body .piranya-menu-wrapper.responsive > ul.open li.piranya-menu-item-selected-root a {
          color: #F5F5F5; }
        body .piranya-menu-wrapper.responsive > ul.open li.piranya-menu-item-selected-root:before {
          color: #F5F5F5; }
      body .piranya-menu-wrapper.responsive > ul.open a {
        font-family: "PlayfairDisplay_Regular";
        text-transform: uppercase;
        color: black; } }

@media (min-width: 980px) {
  .piranya-menu-wrapper.responsive > ul > li ul {
    background-color: #939b84;
    padding: 10px 10px; } }

@media (min-width: 980px) {
  .piranya-menu-wrapper.responsive > ul ul {
    list-style-type: none;
    padding: 0; }
  .piranya-menu-wrapper.responsive ul a {
    vertical-align: middle;
    float: left; } }

@media (min-width: 980px) {
  body .piranya-menu-wrapper.responsive > ul .content {
    top: 62px; } }

@media (max-width: 980px) {
  body .piranya-menu-wrapper.responsive a {
    padding: 7px 5px 0px 10px !important;
    font-size: 14px !important; }
  body .piranya-menu-wrapper.responsive > ul.open ul {
    padding-left: 10px !important; } }


/* piranya/shop */
.piranya-must-be-filled {
  color: red;
  width: 10px;
  float: left;
  margin-left: 5px; }

.piranya-shop p.price {
  white-space: nowrap; }
  .piranya-shop p.price.before,
  .piranya-shop p.price.before > span {
    text-decoration: line-through; }
  .piranya-shop p.price > .value > .currency.code {
    margin-right: 0.2em; }
  .piranya-shop p.price > .value > .currency.suffix {
    margin-left: 0.2em; }
  .piranya-shop p.price > .value > .sign {
    margin-right: 0.2em; }

/*Piranya shop tables*/
.piranya-first-row {
  text-align: left; }

.piranya-shop-order-items-container > table th > p,
.piranya-shop-order-items-container > table td > p,
#piranya-shopping-cart-table th > p,
#piranya-shopping-cart-table td > p {
  float: left;
  width: 100%; }

.piranya-shop-order-items-container > table .piranya-first-column,
#piranya-shopping-cart-table .piranya-first-column {
  width: 80%; }

.piranya-shop-order-items-container > table .piranya-intermediate-column,
#piranya-shopping-cart-table .piranya-intermediate-column {
  width: 10%;
  text-align: center; }

.piranya-shop-order-items-container > table .piranya-last-column,
#piranya-shopping-cart-table .piranya-last-column {
  width: 10%;
  text-align: center; }

@media (min-width: 768px) and (max-width: 1024px) {
  .piranya-shop-order-items-container > table .piranya-first-column,
  #piranya-shopping-cart-table .piranya-first-column {
    width: 60%; }
  .piranya-shop-order-items-container > table .piranya-intermediate-column,
  #piranya-shopping-cart-table .piranya-intermediate-column {
    width: 20%; }
  .piranya-shop-order-items-container > table .piranya-last-column,
  #piranya-shopping-cart-table .piranya-last-column {
    width: 20%; } }

@media (max-width: 767px) {
  .piranya-shop-order-items-container > table .piranya-first-column,
  #piranya-shopping-cart-table .piranya-first-column {
    width: 50%; }
  .piranya-shop-order-items-container > table .piranya-intermediate-column,
  #piranya-shopping-cart-table .piranya-intermediate-column {
    width: 25%; }
  .piranya-shop-order-items-container > table .piranya-last-column,
  #piranya-shopping-cart-table .piranya-last-column {
    width: 25%; } }

.piranya-shop-order-items-container > table,
#piranya-shopping-cart-table {
  border: 1px solid white;
  width: 100%; }

.piranya-shop-order-items-container > table th,
#piranya-shopping-cart-table th {
  border-bottom: 1px solid white;
  border-right: 1px solid white; }

.piranya-shop-order-items-container > table td,
#piranya-shopping-cart-table td {
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  vertical-align: middle; }

.piranya-shop-order-items-container > table .piranya-last-column,
#piranya-shopping-cart-table .piranya-last-column {
  border-right: none; }

.piranya-shop-order-items-container > table tr.piranya-last-row td,
#piranya-shopping-cart-table tr.piranya-last-row td {
  border-bottom: none; }

/*Piranya cart and order details*/
.piranya-cart-wrapper {
  width: 100%; }

.piranya-shopping-cart-container {
  width: 100%; }

.piranya-product-cart-image {
  float: left;
  margin-right: 10px; }

.piranya-shop-product-stock-wrapper {
  clear: both; }

.piranya-shop-product-stock-wrapper > .label {
  display: none; }

.piranya-shop-product-stock-wrapper > .value.negative {
  color: red; }

#piranya-shopping-cart-table td, table#piranya-shopping-cart-table th {
  padding: 10px; }

#piranya-shopping-cart-table tr.exchange-rate > td {
  font-size: 0.8em;
  text-align: right; }

#piranya-shopping-cart-table tr.vat > td[colspan="2"]:first-child > p,
#piranya-shopping-cart-table tr.total > td[colspan="2"]:first-child > p,
#piranya-shopping-cart-table tr.order-total > td[colspan="2"]:first-child > p,
#piranya-shopping-cart-table tr.payment-total > td[colspan="2"]:first-child > h3 {
  text-align: right; }

.piranya-shopping-cart-container .piranya-cart-product.piranya-first-column p {
  font-size: 0.8em; }

.piranya-shopping-cart-container .piranya-cart-product .variant {
  width: 100%;
  display: block; }

.piranya-shopping-cart-container .piranya-cart-product input.count,
.piranya-shopping-cart-container .piranya-cart-product input.update,
.piranya-shopping-cart-container .piranya-cart-product a.remove {
  float: left;
  background-size: contain;
  font-size: 1em;
  width: 100%;
  padding: 5%;
  box-sizing: border-box;
  text-align: center;
  word-wrap: break-word; }

.piranya-cart-product input.update {
  margin: 10px 0; }

.piranya-btn-to-checkout {
  float: right;
  margin-top: 10px;
  font-size: 1.4em; }

#piranya-shopping-cart-table .piranya-first-row .piranya-first-column p {
  text-align: left; }

.piranya-product-quantity {
  width: 100%;
  text-align: center; }

.piranya-view-shop-cart .piranya-btn-redeem-code,
.piranya-view-shop-checkout-confirm .piranya-btn-redeem-code {
  float: left;
  margin-top: 10px; }

.piranya-view-shop-cart > .piranya-view-content > div[data-view-name="Shop.Checkout.Basket"] {
  width: 100%; }

.piranya-view-shop-cart > .piranya-view-content > .piranya-btn {
  float: left;
  margin-top: 20px; }
  .piranya-view-shop-cart > .piranya-view-content > .piranya-btn.to-checkout {
    float: right; }

.piranya-shop .cart .totals p,
.piranya-shop form.add-to-basket .totals p {
  width: 100%;
  background-color: #ececec;
  float: left;
  margin-top: 1.25em;
  padding: 1.25em;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1em; }

.piranya-shop .cart .value,
.piranya-shop form.add-to-basket .value {
  float: right; }

/*End cart*/
.piranya-shop-cart__confirmation-fields,
.piranya-shop-checkout__confirmation-fields {
  display: flex;
  flex-direction: column; }
  .piranya-shop-cart__confirmation-fields .item-notices img, .piranya-shop-cart__confirmation-fields .item-notices video,
  .piranya-shop-checkout__confirmation-fields .item-notices img,
  .piranya-shop-checkout__confirmation-fields .item-notices video {
    max-width: 100%; }

/* Checkout login */
.piranya-view.piranya-view-shop-checkoutlogin {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .piranya-view.piranya-view-shop-checkoutlogin .piranya-shop.checkoutlogin {
    max-width: 500px;
    background: white;
    box-sizing: border-box;
    padding: 20px;
    display: inline-block; }
    @media (min-width: 980px) {
      .piranya-view.piranya-view-shop-checkoutlogin .piranya-shop.checkoutlogin > .piranya-grid {
        display: flex;
        flex-direction: row; } }
  .piranya-view.piranya-view-shop-checkoutlogin .step-wrapper {
    position: relative;
    /*padding-bottom: 50px;*/ }
    .piranya-view.piranya-view-shop-checkoutlogin .step-wrapper > .step-header {
      margin-bottom: 40px; }
    .piranya-view.piranya-view-shop-checkoutlogin .step-wrapper > .step-content:not(:last-child) {
      margin-bottom: 40px; }
    .piranya-view.piranya-view-shop-checkoutlogin .step-wrapper > .step-content > .description-text {
      margin-bottom: 10px; }
    .piranya-view.piranya-view-shop-checkoutlogin .step-wrapper .piranya-btn {
      width: 100%; }
  .piranya-view.piranya-view-shop-checkoutlogin .piranya-social-media-login-wrapper,
  .piranya-view.piranya-view-shop-checkoutlogin .facebook.piranya-login-provider,
  .piranya-view.piranya-view-shop-checkoutlogin .piranya-facebook-link,
  .piranya-view.piranya-view-shop-checkoutlogin .piranya-platform-login,
  .piranya-view.piranya-view-shop-checkoutlogin .piranya-login-provider,
  .piranya-view.piranya-view-shop-checkoutlogin .piranya-user-login-view,
  .piranya-view.piranya-view-shop-checkoutlogin .piranya-user-login-view-inner-container {
    margin-left: 0;
    margin-right: 0;
    width: 100%; }
  .piranya-view.piranya-view-shop-checkoutlogin a.piranya-facebook-link {
    display: block;
    margin: 5px 0 5px 0; }
  .piranya-view.piranya-view-shop-checkoutlogin .reason {
    color: orange;
    margin-bottom: 10px;
    font-size: 0.8em; }

.piranya-shop-checkout-data-address,
.piranya-shop-checkout-data-address > .invoicing,
.piranya-shop-checkout-data-address > .delivery,
.piranya-shop-checkout-data-profile {
  width: 100%; }

.piranya-shop-checkout-data-address-invoicingaddress {
  margin-bottom: 10px; }

.piranya-shop-checkout-data-profile-delivery {
  display: none; }

.piranya-shop-checkout-data-address > .p-checkbox.show-delivery:not(.selected) {
  margin-bottom: 0; }

/*User details*/
.piranya-view-shop-checkoutdata .piranya-shop-checkout-data-profile, .piranya-view-shop-checkoutdata .piranya-shop-checkout-data-address {
  width: 50%; }

.piranya-btn-to-checkout-confirm-wrapper {
  width: 100%; }

.piranya-btn-to-checkout-confirm {
  float: right; }

.piranya-shop-checkout-data-profile > h3, .piranya-shop-checkout-data-address > h3 {
  margin: 20px 0 10px 0; }

/*User details end*/
/*Piranya product browser*/
.piranya-shop-product-list,
.piranya-filter-wrapper {
  width: 100%; }

.piranya-shop.browser.products:not(.has-campaign) > .piranya-view-headline,
.piranya-shop.browser.products .piranya-filter-wrapper {
  display: none; }

.piranya-filter-wrapper > form {
  float: left;
  width: 100%;
  height: 100%; }

.piranya-filter-wrapper p {
  float: left; }

.piranya-pagination input {
  background: none;
  color: black;
  padding: 0; }

/*Product wrapper*/
.piranya-shop-product-list .piranya-shop-product-wrapper {
  text-align: center;
  min-height: 400px;
  position: relative;
  width: 100%; }

.piranya-shop-product-wrapper-image, .piranya-shop-product-wrapper-details {
  width: 100%;
  position: absolute; }

.piranya-shop-product-wrapper-image {
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 1; }

.piranya-shop-product-wrapper-details {
  bottom: 20px;
  z-index: 2; }

.piranya-shop-product-wrapper p, .piranya-shop-product-wrapper div {
  position: absolute;
  width: 100%;
  z-index: 2; }

.piranya-shop-product-wrapper img {
  display: table-cell;
  vertical-align: middle; }

.piranya-shop-product-wrapper a {
  width: 100%;
  float: left;
  z-index: 2; }

.piranya-shop.product .sticker {
  border-radius: 100%;
  display: flex;
  flex-direction: row;
  font-size: 1em;
  position: absolute;
  padding: 0.625em;
  text-align: center;
  right: 10px;
  top: 10px; }
  .piranya-shop.product .sticker > .content {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .piranya-shop.product .sticker .header {
    font-size: 0.9em; }
    .piranya-shop.product .sticker .header + .value {
      font-size: 1.33em; }
  .piranya-shop.product .sticker:after {
    content: "";
    display: block;
    padding-top: 100%; }
  .piranya-shop.product .sticker.price-reduction {
    background-color: #f9da52;
    color: black;
    padding: 1.31em; }
  .piranya-shop.product .sticker.sold-out {
    background-color: #d0131e;
    color: white; }

.piranya-shop .product .eyecatcher,
.piranya-shop.product .eyecatcher {
  background: black;
  clip-path: polygon(1em 0%, 100% 0%, 100% 100%, 1em 100%, 0% 50%);
  padding: 0.5em 0.5em 0.5em 1.3em;
  position: absolute;
  right: 0;
  top: 40px;
  text-align: center;
  z-index: 10; }
  .piranya-shop .product .eyecatcher p,
  .piranya-shop.product .eyecatcher p {
    color: white;
    line-height: 1em; }
    .piranya-shop .product .eyecatcher p.price > .header,
    .piranya-shop.product .eyecatcher p.price > .header {
      margin-right: 0.3em; }

/* Grouped products */
.piranya-shop.product .add-to-basket div.go-to-checkout {
  align-self: flex-end;
  margin-top: auto;
  margin-bottom: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  transition: background-color 0.6s ease; }
  .piranya-shop.product .add-to-basket div.go-to-checkout > * {
    display: block;
    margin: 0; }
    .piranya-shop.product .add-to-basket div.go-to-checkout > *:not(:empty) {
      width: auto;
      display: flex;
      align-items: center;
      margin-right: 20px; }
  .piranya-shop.product .add-to-basket div.go-to-checkout > .piranya-shop-product-price {
    margin-left: auto; }
  .piranya-shop.product .add-to-basket div.go-to-checkout > .add-to-cart-wrapper {
    margin-right: 0; }
  .piranya-shop.product .add-to-basket div.go-to-checkout .piranya-btn {
    margin: 0; }
    .piranya-shop.product .add-to-basket div.go-to-checkout .piranya-btn > p {
      white-space: nowrap; }
  .piranya-shop.product .add-to-basket div.go-to-checkout > .price-wrapper > .price > .header {
    margin-right: 0.2em; }
  .piranya-shop.product .add-to-basket div.go-to-checkout > .price-wrapper > .vat {
    float: left;
    font-size: 0.9em;
    text-align: right;
    width: 100%; }

.piranya-shop.product .add-to-basket > div.go-to-checkout {
  padding: 20px;
  position: sticky;
  position: -webkit-sticky;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: #f2dede;
  border: 1px solid #ebccd1; }
  .piranya-shop.product .add-to-basket > div.go-to-checkout.negative > p {
    color: #a94442; }

.piranya-shop.product .add-to-basket .choices:not(.selected-any) ~ div.go-to-checkout {
  display: none; }

/* end of Grouped products */
/* Product children (legacy) */
.piranya-shop.product .add-to-basket .children {
  background: none;
  padding: 0;
  width: 100%;
  box-sizing: border-box; }

.piranya-shop.product .add-to-basket .children > .product {
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 20px;
  transition: background-color 0.6s ease; }

.piranya-shop.product .add-to-basket .children > .product > .text:first-child {
  padding-left: 10px; }

.piranya-shop.product .add-to-basket .children > .product.has-amount > div.price-wrapper {
  margin-left: auto;
  padding: 20px 10px; }

.piranya-shop.product .add-to-basket .children > .product.in-cart {
  background-color: rgba(128, 185, 62, 0.4); }

.piranya-shop.product .add-to-basket .children .price {
  margin-right: 10px; }

.piranya-shop.product .add-to-basket .children .price > .header {
  display: none; }

.piranya-shop.product .add-to-basket .children .price > .value > .currency {
  padding-right: 5px; }

@media screen and (max-width: 480px) {
  .piranya-shop.product .add-to-basket .children > .product {
    flex-direction: column;
    align-items: stretch; }
  .piranya-shop.product .add-to-basket .children > .product.has-amount > div.price-wrapper {
    padding: 10px;
    justify-content: space-between;
    margin-left: 0; } }

/* end of product children (legacy) */
.piranya-shop-product-wrapper a.piranya-btn {
  width: auto;
  float: none;
  margin: 0px auto; }

.piranya-shop-product-wrapper-title {
  top: 20px;
  font-size: 1em; }

.piranya-pagination {
  float: right;
  height: 30px; }

.piranya-pagination > p {
  margin-right: 5px; }

.piranya-filter-container {
  margin-right: 5px; }

.piranya-filter-container > p {
  margin-right: 5px; }

.piranya-pagination button, .piranya-pagination input {
  display: block;
  float: left; }

.piranya-page-nav-btn-next {
  margin-left: 5px; }

.piranya-page-nav-btn-prev {
  margin-right: 5px; }

/* Rebates */
.piranya-shop-redeem .piranya-btn-redeem-code {
  transition: opacity 0.6s ease-in-out; }

/*Checkout confirm*/
.piranya-view-shop-checkout-confirm .rebate.wrapper {
  margin-top: 10px; }

.piranya-view-shop-checkout-confirm .piranya-cart-container {
  width: 100%; }

.piranya-shop-btn-confirm-wrapper {
  width: 100%; }

.piranya-shop-btn-confirm {
  float: right; }

.piranya-cart-text {
  margin-top: 20px; }

.piranya-shop-product-is-in-stock {
  color: #3e9b4b; }

.piranya-shop-product-is-not-in-stock {
  color: red; }

/* Department picker */
.department-wrapper,
.department-wrapper > div {
  width: 100%; }

.department-wrapper select {
  padding: 6px 5px;
  margin: 0;
  border-radius: 0; }

/* Department search */
.piranya-shop-departments.search {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center; }

.piranya-shop-departments.search > .results {
  width: 100%; }

.piranya-shop-departments.search > .piranya-searchbox {
  font-size: 2em;
  margin: 20px auto; }

.piranya-shop-departments.grid {
  width: 100%;
  display: grid;
  grid-auto-rows: 1fr;
  grid-gap: 15px;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); }

.piranya-shop-departments.grid .item,
.piranya-shop-departments.grid .item > .details,
.piranya-shop-departments.grid .item > .details > *,
.piranya-shop-departments.grid .item > .stock {
  width: 100%;
  float: left; }

.piranya-shop-departments.grid .item > .stock {
  color: #208220; }

.piranya-shop-departments.grid .item > .stock.negative {
  color: red; }

.piranya-shop-departments.grid .item > .stock,
.piranya-shop-departments.grid .item > button {
  margin-top: 20px; }

/* Shipping */
.piranya-shop .shipping-methods-wrapper {
  width: 100%; }
  .piranya-shop .shipping-methods-wrapper li:not(.selected) span.address-missing {
    display: none; }
  .piranya-shop .shipping-methods-wrapper li.selected > .right.unavailable {
    color: red; }
  .piranya-shop .shipping-methods-wrapper .right span.price + span.duration {
    display: none;
    /* not enough space */ }
  .piranya-shop .shipping-methods-wrapper .extra-fields,
  .piranya-shop .shipping-methods-wrapper .extra-fields > * {
    width: 100%; }

.piranya-shop .desired-delivery-time {
  width: 100%; }
  .piranya-shop .desired-delivery-time > p {
    text-align: center; }
    .piranya-shop .desired-delivery-time > p:first-child {
      margin-bottom: 10px; }
  .piranya-shop .desired-delivery-time li:only-child {
    border: none;
    padding: 0; }
    .piranya-shop .desired-delivery-time li:only-child > .p-radio {
      display: none; }
    .piranya-shop .desired-delivery-time li:only-child > .content {
      margin-top: 0; }

.piranya-shop-checkout-data-shippingmethod {
  width: 100%; }

/* Shipping within the client cart */
.cart-wrapper .shipping-methods-wrapper li span.address-missing {
  display: none; }

/* Radio boxes in shop */
.piranya-shop div.p-checkbox > input[type="checkbox"] + label:after {
  border-color: #34b257; }

.piranya-shop div.p-radio > input[type="radio"] + label:after {
  background: #34b257; }

.piranya-shop ul.p-toggle-boxes > li.selected:not(.disabled):not(.unavailable),
.piranya-shop div.p-toggle-box.selected:not(.disabled):not(.unavailable) {
  border-color: #34b257; }

.piranya-shop ul.p-toggle-boxes > li.selected:not(.disabled):not(.unavailable) > .right,
.piranya-shop div.p-toggle-box.selected:not(.disabled):not(.unavailable) > .right {
  color: #34b257; }

.piranya-shop ul.p-toggle-boxes > li.selected .choice > .unavailable,
.piranya-shop div.p-toggle-box.selected .choice > .unavailable {
  color: #b23434; }

.piranya-shop .p-toggle-boxes.disabled {
  cursor: initial; }

.piranya-shop .piranya-shop-checkout-data-paymentmethod .p-toggle-boxes > li > p.right,
.piranya-shop .piranya-shop-checkout-data-paymentmethod .p-toggle-boxes > li > div.right > p,
.piranya-shop .piranya-shop-checkout-data-shippingmethod .p-toggle-boxes > li > p.right,
.piranya-shop .piranya-shop-checkout-data-shippingmethod .p-toggle-boxes > li > div.right > p {
  font-size: 0.8em;
  text-align: right; }

/*One step checkout*/
.piranya-view-shop-checkout-confirm .step-content {
  padding: 10px 0; }

.piranya-view-shop-checkout-confirm .step-header {
  background-color: black;
  padding: 10px; }

.piranya-view-shop-checkout-confirm .step-headline {
  color: white; }

.step-wrapper {
  width: 100%; }
  .step-wrapper:not(:last-child):not(:empty) {
    margin-bottom: 20px; }

.step-anchor {
  width: 100%;
  float: left; }

.step-header {
  box-sizing: border-box;
  width: 100%; }

.step-content {
  box-sizing: border-box;
  width: 100%; }

.step-content .piranya-txt,
.step-content .piranya-textarea,
.step-content .label-checkbox,
.step-content select {
  width: 100%;
  box-sizing: border-box;
  float: left;
  max-width: unset; }

.step-content .label-checkbox > input[type="checkbox"] {
  margin-right: 5px; }

.step-content .piranya-btn {
  float: left;
  margin-top: 10px;
  width: 100%;
  box-sizing: border-box;
  text-align: center; }

.step-content #piranya-shopping-cart-table .piranya-first-column {
  width: 55%;
  box-sizing: border-box; }

.step-content #piranya-shopping-cart-table .piranya-intermediate-column {
  width: 15%;
  text-align: center;
  box-sizing: border-box; }

.step-content #piranya-shopping-cart-table .piranya-last-column {
  width: 30%;
  text-align: center;
  box-sizing: border-box; }

.step-content #piranya-shopping-cart-table .piranya-product-cart-image {
  display: none; }

.step-content > div[data-view-name="Shop.Checkout.Basket"],
.step-content > div[data-view-name="Shop.Checkout.PaymentMethods"],
.step-content > div[data-view-name="Shop.Department.Select"],
.step-content .shipping-method,
.step-content .piranya-shop-departments,
.step-content .piranya-shop-departments > select,
.step-content .piranya-shop-redeem {
  width: 100%; }

.step-content > div[data-view-name="Shop.Checkout.Basket"] {
  margin-bottom: 10px; }

.step-content > .item-notices {
  width: 100%; }
  .step-content > .item-notices > img {
    width: 100%; }

.piranya-shop-cancel-order form {
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 100%; }

.piranya-shop-cancel-order .actions {
  display: flex;
  flex-direction: row;
  margin-top: 20px;
  gap: 20px;
  width: 100%; }

.piranya-shop-order-details > .piranya-view-headline,
.piranya-shop-order-details h2 {
  text-align: left; }

.piranya-shop-order-details > .piranya-view-content {
  display: flex;
  flex-direction: column;
  position: relative; }
  .piranya-shop-order-details > .piranya-view-content > div:not(:first-child):not(.actions) {
    margin-top: 20px; }
  .piranya-shop-order-details > .piranya-view-content > .actions {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px; }
    .piranya-shop-order-details > .piranya-view-content > .actions > form {
      width: auto; }
  .piranya-shop-order-details > .piranya-view-content > .items > table tr.total {
    font-weight: bold; }
  .piranya-shop-order-details > .piranya-view-content > .items > table th,
  .piranya-shop-order-details > .piranya-view-content > .items > table td {
    padding: 10px; }
    .piranya-shop-order-details > .piranya-view-content > .items > table th:first-child,
    .piranya-shop-order-details > .piranya-view-content > .items > table td:first-child {
      text-align: left; }
    .piranya-shop-order-details > .piranya-view-content > .items > table th:not(:first-child),
    .piranya-shop-order-details > .piranya-view-content > .items > table td:not(:first-child) {
      text-align: center; }
  .piranya-shop-order-details > .piranya-view-content > .order__details .info {
    margin-top: 1em; }
    .piranya-shop-order-details > .piranya-view-content > .order__details .info > p {
      filter: contrast(0.5); }
  @media screen and (min-width: 980px) {
    .piranya-shop-order-details > .piranya-view-content > .actions {
      max-width: 60%;
      position: absolute;
      right: 0;
      top: 0; } }

.piranya-view-shop-product-browser .piranya-view-content > .short-description {
  margin-top: 20px;
  width: 100%; }

.piranya-view-shop-product-browser .piranya-view-content > .empty + .short-description {
  display: none; }

.piranya-view-shop-product-browser .item.product a.add-to-cart {
  display: none; }

.piranya-shop .amount-picker {
  display: flex;
  flex-direction: row; }
  .piranya-shop .amount-picker > * {
    box-sizing: border-box;
    padding: 0.547em 1em;
    margin: 0;
    font-size: 0.8em;
    display: inline-block;
    opacity: 1;
    transition: opacity 0.4s ease; }
  .piranya-shop .amount-picker > .disabled {
    opacity: 0.4; }
  .piranya-shop .amount-picker > input[type="number"] {
    text-align: center;
    flex-grow: 1;
    margin: 0 10px;
    -moz-appearance: textfield;
    width: 100%; }
    .piranya-shop .amount-picker > input[type="number"]::-webkit-outer-spin-button, .piranya-shop .amount-picker > input[type="number"]::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0; }
  .piranya-shop .amount-picker > .piranya-btn {
    align-items: center;
    display: flex;
    flex: 0 1;
    flex-direction: row;
    justify-content: center; }
  .piranya-shop .amount-picker > .value {
    line-height: 1em; }
  @media screen and (max-width: 480px) {
    .piranya-shop .amount-picker > .piranya-btn {
      width: auto; } }

.piranya-shop.dialog.product.add-to-basket > form > .wrapper,
.piranya-shop.dialog.product.add-to-basket > form > .wrapper > *,
.piranya-shop.dialog.product.add-to-basket > form > .wrapper > .choices > * {
  float: left;
  clear: left;
  width: 100%; }

.piranya-shop.dialog.product.add-to-basket > form > .wrapper > .item-count,
.piranya-shop.dialog.product.add-to-basket > form > .wrapper > button {
  margin-top: 10px; }

.piranya-shop.dialog.product.add-to-basket > form > .wrapper > .item-count > .amount-picker {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-top: 8px; }
  .piranya-shop.dialog.product.add-to-basket > form > .wrapper > .item-count > .amount-picker > * {
    font-size: 1.2em; }

.piranya-shop.dialog.product.add-to-basket > .close {
  cursor: pointer;
  display: none;
  /* not shown by default */
  font-size: 2em;
  padding: 0.1em 0.3em;
  position: absolute;
  right: -0.7em;
  top: -0.7em; }
  .piranya-shop.dialog.product.add-to-basket > .close:focus {
    outline: 0; }

.piranya-shop.dialog.product.add-to-basket .images {
  display: none; }

.piranya-shop.dialog.product.add-to-basket .totals > p {
  padding: 0.6em; }

/* Orders (list) */
#piranya-shop-orders .items > p {
  float: left; }
  #piranya-shop-orders .items > p:not(:first-child) {
    margin-top: 2em; }

#piranya-shop-orders .items .variant {
  box-sizing: border-box;
  float: left;
  margin-top: 0.3em;
  padding-left: 1em;
  width: 100%; }

#piranya-shop-orders .placed-time {
  display: none; }

/* Redeem */
.piranya.shop.ticket.redeem {
  padding: 20px;
  background-color: white;
  box-sizing: border-box;
  width: 100%;
  max-width: 600px;
  color: black;
  text-align: center;
  float: none;
  margin: 0px auto; }
  .piranya.shop.ticket.redeem > .info > .customer > .department-address > .label {
    display: none; }
  .piranya.shop.ticket.redeem > .info > .customer > .expected-delivery-time > p.label {
    font-size: 0.8em; }
  .piranya.shop.ticket.redeem > .info > .customer > .expected-delivery-time > p.value {
    font-size: 1.4em; }
  .piranya.shop.ticket.redeem > .info > .items {
    align-items: stretch;
    display: flex;
    flex-direction: column; }
    .piranya.shop.ticket.redeem > .info > .items div.item {
      align-items: center;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap; }
      .piranya.shop.ticket.redeem > .info > .items div.item.has-image > .summary {
        margin-left: 1em;
        text-align: left; }
      .piranya.shop.ticket.redeem > .info > .items div.item > .summary {
        flex: 1; }
      .piranya.shop.ticket.redeem > .info > .items div.item > .children {
        display: flex;
        flex-basis: 100%;
        flex-direction: column; }

.piranya.shop.ticket.redeem > * {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #c6c6c6; }

.piranya.shop.ticket.redeem > .info {
  border-bottom: none;
  background-image: url("/content/v1.0.9196.172221/module/shop/images/ticket_top.png");
  background-repeat: repeat-x;
  display: flex;
  flex-direction: column;
  padding-top: 25px;
  padding-bottom: 25px; }

.piranya.shop.ticket.redeem.request-claim > .info {
  padding-bottom: 0;
  font-size: 0.8em; }

.piranya.shop.ticket.redeem > .separator {
  background-image: url("/content/v1.0.9196.172221/module/shop/images/ticket_separator.png");
  background-size: 100% 54px;
  height: 54px;
  border: none; }

.piranya.shop.ticket.redeem > .redeem-wrapper {
  border-top: none; }

.piranya.shop.ticket.redeem h3,
.piranya.shop.ticket.redeem h4,
.piranya.shop.ticket.redeem p {
  color: black; }

.piranya.shop.ticket.redeem .not-paid > .status {
  color: red; }

.piranya.shop.ticket.redeem a:not(.k-button) {
  color: #8c8c8c; }

.piranya.shop.ticket.redeem > .info > * {
  box-sizing: border-box;
  clear: left;
  margin-bottom: 1.2em;
  width: 100%; }

.piranya.shop.ticket.redeem > .info > *:empty {
  margin: 0; }

.piranya.shop.ticket.redeem > .info > .ticket-image {
  padding: 0 20px;
  box-sizing: border-box; }

.piranya.shop.ticket.redeem > .info > .rebates > .item {
  width: 100%;
  margin-bottom: 20px; }

.piranya.shop.ticket.redeem > .info > .rebates > .item > .guide {
  margin-top: 10px; }

.piranya.shop.ticket.redeem > .info > .items > .item.claimed,
.piranya.shop.ticket.redeem > .info > .rebates > .item.claimed > p.code {
  text-decoration: line-through; }

.piranya.shop.ticket.redeem > .info > .customer {
  align-self: center;
  max-width: 250px;
  background-color: #c6c6c6;
  margin-bottom: 0;
  padding: 20px; }
  .piranya.shop.ticket.redeem > .info > .customer > p > .separator {
    padding-right: 0.25em; }

.piranya.shop.ticket.redeem.request-claim > .info > .customer {
  padding: 5px; }

.piranya.shop.ticket.redeem > .info .expiry > .header {
  font-size: 1.4em;
  margin: 10px 0 3px 0;
  display: inline-block; }

.piranya.shop.ticket.redeem > .info .expiry > .from > .label {
  display: none; }

.piranya.shop.ticket.redeem > .info .expiry .day-period {
  width: 100%;
  display: inline-block;
  margin: 2px 0 0 0; }

.piranya.shop.ticket.redeem > .info .expiry .day-period .label > :first-child > .from-day {
  text-transform: capitalize; }

.piranya.shop.ticket.redeem > .info .expiry .separator {
  display: none; }

.piranya.shop.ticket.redeem > .info .terms {
  font-size: 1em;
  margin-top: 10px;
  float: initial; }

.piranya.shop.ticket.redeem > .info .terms p {
  font-size: 0.8em; }

.piranya.shop.ticket.redeem.request-claim > .info .terms {
  display: none; }

.piranya.shop.ticket.redeem > .redeem-wrapper > .message {
  padding: 30px 0 50px 0; }
  .piranya.shop.ticket.redeem > .redeem-wrapper > .message > p {
    font-size: 2em; }
  .piranya.shop.ticket.redeem > .redeem-wrapper > .message.negative > p {
    color: red; }
  .piranya.shop.ticket.redeem > .redeem-wrapper > .message.positive > p {
    color: #3e9b4b; }

.piranya.shop.ticket.redeem > .redeem-wrapper {
  padding-top: 1px;
  /* Minor work-around to avoid missing borders when the ticket has no products to claim */ }

.piranya.shop.ticket.redeem > .redeem-wrapper > form {
  width: 98%;
  text-align: left;
  margin: 0 1% 0 1%; }

.piranya.shop.ticket.redeem > .redeem-wrapper > form > table {
  width: 100%;
  border-spacing: 0.8em;
  text-align: center; }

.piranya.shop.ticket.redeem > .redeem-wrapper > form > table th:last-child,
.piranya.shop.ticket.redeem > .redeem-wrapper > form > table td:last-child {
  text-align: left; }

.piranya.shop.ticket.redeem > .redeem-wrapper > form > table th > p {
  font-weight: bold; }

.piranya.shop.ticket.redeem > .redeem-wrapper > form input.p-checkbox + label {
  margin-left: calc(50% - 10px);
  padding-left: 0; }

.piranya.shop.ticket.redeem > .redeem-wrapper > form > button[type="submit"] {
  float: none;
  margin: 20px auto;
  display: block; }

.piranya.shop.ticket.redeem > .redeem-wrapper > .redeem-code {
  width: 256px;
  margin: 0px auto;
  float: none; }

.piranya.shop.ticket.redeem > .redeem-wrapper > .guide {
  width: 100%;
  text-transform: uppercase; }

/* End of redeem */
/* Event tickets */
.event-tickets {
  width: 100%; }
  .event-tickets > *,
  .event-tickets > .event-ticket-product > * {
    width: 100%;
    float: left;
    clear: left;
    box-sizing: border-box; }
  .event-tickets > button.add-to-cart {
    margin-top: 10px; }
  .event-tickets > .event-ticket-product > .choices {
    margin-top: 10px; }
    .event-tickets > .event-ticket-product > .choices > .header {
      display: none; }
  .event-tickets > .event-ticket-product > .price-wrapper {
    display: none; }
  .event-tickets > .event-ticket-product .variants {
    width: 100%; }
  .event-tickets .payment-methods-price-tags {
    margin-top: 10px; }

/* End of event tickets */
/* Payment providers */
.piranya-shop-checkout-data-paymentmethod {
  display: flex;
  flex-direction: column;
  width: 100%; }
  .piranya-shop-checkout-data-paymentmethod .payment-methods-price-tags {
    margin-top: 10px; }

/* Payment price tags */
.piranya-shop .payment-methods-price-tags iframe {
  float: left;
  border: 0; }

/* Payment provider subscriptions */
.piranya-shop-payment-provider-subscriptions td {
  text-align: center; }

.piranya-shop-payment-provider-subscriptions .piranya-btn {
  float: left;
  margin-right: 10px; }

/* End of payment provider subscriptions */
/* Subscriptions */
.piranya-shop-subscriptions td {
  text-align: center; }

.piranya-shop-subscriptions .piranya-btn {
  float: left;
  margin-right: 10px; }

/* End of subscriptions */
/* Audit */
.piranya-shop-checkout-await-audit {
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .piranya-shop-checkout-await-audit > .department,
  .piranya-shop-checkout-await-audit > .order-id,
  .piranya-shop-checkout-await-audit > .order-number,
  .piranya-shop-checkout-await-audit > .piranya-btn,
  .piranya-shop-checkout-await-audit > .indicator {
    margin: 20px auto 0 auto;
    float: none;
    margin-top: 20px;
    display: inline-block; }
  .piranya-shop-checkout-await-audit > .order-number + .order-id {
    display: none; }
  .piranya-shop-checkout-await-audit > .delivery-time:not(:empty) {
    margin-top: 1em; }
  .piranya-shop-checkout-await-audit > .delivery-time span.label {
    font-size: 1.3em;
    line-height: 1.5em; }
  .piranya-shop-checkout-await-audit > .delivery-time span.value {
    font-size: 3.5em;
    line-height: initial;
    margin-top: 0.28em;
    display: block; }
  .piranya-shop-checkout-await-audit > .department {
    width: 100%; }
    .piranya-shop-checkout-await-audit > .department > .title {
      margin-top: 0; }
  .piranya-shop-checkout-await-audit > .p-alert-box {
    font-size: 0.9em;
    justify-content: center;
    width: auto; }
    .piranya-shop-checkout-await-audit > .p-alert-box.time-differs {
      display: none; }

/* Checkout success */
.piranya-shop-checkout-success-container {
  position: relative; }
  .piranya-shop-checkout-success-container > .piranya-view-content {
    display: flex;
    flex-direction: column; }
    .piranya-shop-checkout-success-container > .piranya-view-content > .piranya-btn.return {
      margin-top: 20px; }
  .piranya-shop-checkout-success-container .actions {
    position: absolute;
    right: 0;
    top: 0; }
  .piranya-shop-checkout-success-container > h3,
  .piranya-shop-checkout-success-container .audit-message {
    margin-top: 20px; }
  .piranya-shop-checkout-success-container .audit-message {
    width: 100%;
    margin-bottom: 20px; }

/* end of Checkout success */


/* piranya/shop */
.piranya-shop.product-acquisition {
  box-sizing: border-box; }
  .piranya-shop.product-acquisition .product {
    background: white; }
    .piranya-shop.product-acquisition .product .amount > * {
      padding: 14px 20px;
      box-sizing: border-box; }
    .piranya-shop.product-acquisition .product .headline {
      margin-bottom: 20px;
      order: -1;
      text-align: center;
      width: 100%; }
    .piranya-shop.product-acquisition .product .actions {
      width: 100%;
      display: flex;
      justify-content: space-between;
      padding: 10px 0 0 0;
      margin: 10px 0 0 0;
      box-sizing: border-box;
      border-top: 1px solid #eeeeee; }
      .piranya-shop.product-acquisition .product .actions .piranya-btn {
        width: auto; }
      .piranya-shop.product-acquisition .product .actions .item-count {
        display: flex;
        justify-content: center;
        align-items: center; }
      .piranya-shop.product-acquisition .product .actions > .piranya-btn:first-of-type {
        margin-left: auto;
        margin-right: 10px;
        background-color: #504f4f; }
        .piranya-shop.product-acquisition .product .actions > .piranya-btn:first-of-type:hover {
          background-color: #1d1c1c; }
  @media screen and (min-width: 768px) {
    .piranya-shop.product-acquisition.dialog {
      width: 600px; }
    .piranya-shop.product-acquisition .product .item-count {
      margin-right: 10px; } }
  @media screen and (max-width: 767px) {
    .piranya-shop.product-acquisition.dialog {
      width: calc(100% - 40px); }
    .piranya-shop.product-acquisition .products.show-images .product {
      padding: 20px; }
    .piranya-shop.product-acquisition .product .actions {
      align-items: center;
      flex-direction: column; }
      .piranya-shop.product-acquisition .product .actions > button.piranya-btn {
        padding: 10px;
        width: 100%; }
        .piranya-shop.product-acquisition .product .actions > button.piranya-btn:first-of-type {
          margin: 10px 0; } }


/* piranya/shop */
.piranya-shop-department-location-picker .search-header {
  align-items: flex-end;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 10px 0px; }
  .piranya-shop-department-location-picker .search-header > button {
    position: relative;
    margin-left: 10px; }
    @media (max-width: 980px) {
      .piranya-shop-department-location-picker .search-header > button {
        margin-left: 0px;
        width: 100%;
        margin: 10px 0px; } }

.piranya-shop-department-location-picker div.piranya-searchbox input {
  font-size: 14px;
  padding: 12px;
  display: inherit;
  width: 150px;
  margin: 0px; }
  @media (max-width: 980px) {
    .piranya-shop-department-location-picker div.piranya-searchbox input {
      width: 100%; } }

.piranya-shop-department-location-picker .location-logo {
  max-width: 20vw;
  width: 200px; }
  .piranya-shop-department-location-picker .location-logo img, .piranya-shop-department-location-picker .location-logo video {
    max-width: 100%; }

.piranya-shop-department-location-picker .location-status {
  margin-left: auto; }
  .piranya-shop-department-location-picker .location-status > p {
    color: black;
    text-align: right; }
    .piranya-shop-department-location-picker .location-status > p i {
      width: 12px;
      height: 12px;
      border-radius: 20px;
      display: inline-block;
      margin-right: 10px;
      background: linear-gradient(180deg, #59D53A 0%, #3E822D 100%); }
      .piranya-shop-department-location-picker .location-status > p i.red-dot {
        background: linear-gradient(180deg, #f64040 0%, #961e2a 100%); }

.piranya-shop-department-location-picker .location-wrapper {
  align-items: center;
  border: 1px solid #DEDEDE;
  border-radius: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  gap: 20px;
  width: 100%;
  padding: 10px 20px;
  margin-bottom: 10px; }
  .piranya-shop-department-location-picker .location-wrapper .select-department {
    padding: 10px 15px; }
    .piranya-shop-department-location-picker .location-wrapper .select-department i.fa-check-square {
      display: none; }
  .piranya-shop-department-location-picker .location-wrapper.selected .select-department i.fa-check-square {
    display: initial;
    opacity: 1; }
  .piranya-shop-department-location-picker .location-wrapper.selected .select-department i.fa-square {
    display: none; }

.piranya-shop-department-location-picker[data-redirect-to-on-select] .location-wrapper button.select-department > i.fa-check-square, .piranya-shop-department-location-picker[data-redirect-to-on-select] .location-wrapper button.select-department > i.fa-square {
  display: none; }


/* piranya/shop */
/* Sizes */
/* End Sizes */
/* Colors */
/*  */
/* End Colors */
.piranya-shop-order-create > .filter {
  margin-bottom: 10px;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%; }
  .piranya-shop-order-create > .filter > .button_filter {
    align-items: center;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    font-size: 1em;
    margin: 0;
    padding: 8px 13px; }
    .piranya-shop-order-create > .filter > .button_filter > .label {
      font-size: 14px;
      line-height: 1em;
      margin: 3px 5px 3px 0; }
    .piranya-shop-order-create > .filter > .button_filter > .num-applied-filters {
      background-color: red;
      border-radius: 100%;
      display: inline-block;
      padding: 4px 7px;
      font-size: 0.6em;
      line-height: 1em;
      text-align: center; }
      .piranya-shop-order-create > .filter > .button_filter > .num-applied-filters:empty {
        display: none; }
    .piranya-shop-order-create > .filter > .button_filter > .toggle {
      margin-left: 5px; }
  .piranya-shop-order-create > .filter > .filters {
    display: flex; }
  .piranya-shop-order-create > .filter > .button_filter {
    display: none; }
  .piranya-shop-order-create > .filter > .filters {
    align-items: stretch;
    flex-direction: row; }
    .piranya-shop-order-create > .filter > .filters > .piranya-searchbox + .actions > .submit {
      display: none; }
    .piranya-shop-order-create > .filter > .filters > :not(:last-child) {
      margin-right: 10px; }

.piranya-shop .filters {
  display: flex;
  flex-direction: column; }
  .piranya-shop .filters > .actions {
    align-items: stretch;
    display: flex;
    flex-direction: row; }
    .piranya-shop .filters > .actions > button {
      font-size: 1em;
      padding: 0.7em; }
      .piranya-shop .filters > .actions > button:not(:first-child) {
        margin-left: 10px; }
      .piranya-shop .filters > .actions > button > p {
        font-size: 1em; }
  .piranya-shop .filters > .picker-box button.pick {
    align-items: center;
    background-color: transparent;
    border: 1px solid #f0f0f0;
    border-radius: 0;
    display: flex;
    flex-direction: row;
    font-size: 1em;
    padding: 0.7em; }
    .piranya-shop .filters > .picker-box button.pick > i {
      margin-left: 0.4em; }
    .piranya-shop .filters > .picker-box button.pick > p {
      font-size: 1em; }
  .piranya-shop .filters > .picker-box > .picker-window {
    background-color: white;
    border: 1px solid #f0f0f0;
    display: none;
    flex-direction: column;
    min-width: 250px;
    max-height: 400px;
    overflow-y: auto;
    padding: 10px;
    position: absolute;
    z-index: 99999; }
  .piranya-shop .filters > .picker-box:hover > .picker-window {
    display: flex; }
  .piranya-shop .filters > .piranya-searchbox {
    align-items: stretch;
    display: flex;
    flex-direction: row; }
    .piranya-shop .filters > .piranya-searchbox > input {
      margin: 0;
      padding: 0.7em; }
  .piranya-shop .filters .variant-groups {
    display: flex;
    flex-direction: column; }
    .piranya-shop .filters .variant-groups > .group {
      display: flex;
      flex-direction: column; }
      .piranya-shop .filters .variant-groups > .group:not(:first-child) {
        margin-top: 20px; }
      .piranya-shop .filters .variant-groups > .group > .content {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin-top: 10px; }
        .piranya-shop .filters .variant-groups > .group > .content > .property {
          border-color: transparent;
          margin: 0 1em 1em 0;
          padding: 0;
          width: auto; }


/* piranya/shop */
/* Sizes */
/* End Sizes */
/* Colors */
/*  */
/* End Colors */
.piranya-shop .category-bar {
  width: 100%;
  margin-bottom: 10px;
  flex-wrap: wrap;
  position: relative; }
  .piranya-shop .category-bar .category:first-child {
    margin-left: 0; }
  .piranya-shop .category-bar .category-tab {
    cursor: pointer; }
    .piranya-shop .category-bar .category-tab:not(:last-of-type) {
      margin-right: 10px; }
  .piranya-shop .category-bar.dropdowns .category > .content {
    max-height: 0px;
    display: flex;
    position: absolute;
    overflow: hidden;
    top: 100%;
    z-index: 1;
    background: white;
    transition: max-height 0.5s ease-in-out; }
    .piranya-shop .category-bar.dropdowns .category > .content .p-layout-container {
      display: flex;
      flex-flow: column;
      padding: 7px 20px; }
      .piranya-shop .category-bar.dropdowns .category > .content .p-layout-container .category .title {
        color: black;
        font-size: .7em;
        font-weight: normal; }
  .piranya-shop .category-bar.dropdowns .category:hover > .content {
    max-height: 400px; }
  .piranya-shop .category-bar:not(.dropdowns) .category.uncategorized:only-child {
    display: none; }
  .piranya-shop .category-bar:not(.dropdowns) .category > .content {
    display: none; }
  .piranya-shop .category-bar.tabs {
    border-bottom: 2px solid whitesmoke; }
    .piranya-shop .category-bar.tabs .category-tab {
      padding: 10px; }
      .piranya-shop .category-bar.tabs .category-tab.active {
        border-radius: 7px 7px 0 0;
        border-bottom: 0;
        background: whitesmoke; }
  .piranya-shop .category-bar.grow {
    height: 2.5em;
    margin-bottom: 15px; }
    .piranya-shop .category-bar.grow .category-tab {
      line-height: 100%;
      transition: font-size .2s linear; }
      .piranya-shop .category-bar.grow .category-tab.active {
        font-size: 2.5em; }
  .piranya-shop .category-bar.swiper-container:not(.swiper-disabled) .swiper-wrapper {
    display: flex;
    flex-flow: row nowrap; }
    .piranya-shop .category-bar.swiper-container:not(.swiper-disabled) .swiper-wrapper .category-tab {
      display: flex;
      justify-content: center;
      align-items: center;
      max-height: 120px;
      height: 120px;
      width: auto;
      margin: 10px;
      padding: 10px;
      overflow: hidden;
      box-sizing: border-box;
      position: relative; }
      .piranya-shop .category-bar.swiper-container:not(.swiper-disabled) .swiper-wrapper .category-tab .title {
        text-align: center;
        font-size: 1.5em; }
        .piranya-shop .category-bar.swiper-container:not(.swiper-disabled) .swiper-wrapper .category-tab .title:after {
          content: "";
          display: block;
          position: absolute;
          background: black; }
      .piranya-shop .category-bar.swiper-container:not(.swiper-disabled) .swiper-wrapper .category-tab.active .title {
        color: initial; }
      .piranya-shop .category-bar.swiper-container:not(.swiper-disabled) .swiper-wrapper .category-tab:not(.has-image) {
        background-color: white;
        transition: background-color 250ms ease; }
        .piranya-shop .category-bar.swiper-container:not(.swiper-disabled) .swiper-wrapper .category-tab:not(.has-image).active {
          background-color: #efefef; }
      .piranya-shop .category-bar.swiper-container:not(.swiper-disabled) .swiper-wrapper .category-tab.has-image .title {
        position: relative;
        color: white;
        z-index: 1; }
        .piranya-shop .category-bar.swiper-container:not(.swiper-disabled) .swiper-wrapper .category-tab.has-image .title:after {
          background: white; }
      .piranya-shop .category-bar.swiper-container:not(.swiper-disabled) .swiper-wrapper .category-tab.has-image .icon {
        width: 100%;
        height: auto;
        min-height: 120px;
        filter: brightness(0.6);
        transition: filter 250ms ease;
        position: absolute; }
      .piranya-shop .category-bar.swiper-container:not(.swiper-disabled) .swiper-wrapper .category-tab.has-image.active .icon {
        filter: brightness(0.4); }
    .piranya-shop .category-bar.swiper-container:not(.swiper-disabled) .swiper-wrapper:not(.swiper-wrapper) {
      display: none; }
  @media not all and (min-width: 768px) {
    .piranya-shop .category-bar.swiper-container:not(.swiper-disabled).foldable {
      display: flex; }
    .piranya-shop .category-bar.swiper-container:not(.swiper-disabled) > .swiper-wrapper > .category-tab {
      height: 75px;
      width: 125px; }
      .piranya-shop .category-bar.swiper-container:not(.swiper-disabled) > .swiper-wrapper > .category-tab > .title {
        font-size: 0.9em;
        word-break: break-all; }
    .piranya-shop .category-bar.swiper-container:not(.swiper-disabled) + .panels > .panel:not(.active) {
      display: none; }
    .piranya-shop .category-bar.swiper-container:not(.swiper-disabled) + .panels > .panel.active > .heading {
      display: none; } }
  .piranya-shop .category-bar.swiper-container.swiper-enabled .swiper-wrapper .category-tab {
    width: 200px; }
    .piranya-shop .category-bar.swiper-container.swiper-enabled .swiper-wrapper .category-tab .title {
      font-size: 1.1em; }
  @media not all and (min-width: 768px) {
    .piranya-shop .category-bar.swiper-container.swiper-enabled .swiper-wrapper .category-tab {
      height: 75px;
      width: 125px; }
      .piranya-shop .category-bar.swiper-container.swiper-enabled .swiper-wrapper .category-tab .title {
        font-size: .9em; } }
  .piranya-shop .category-bar.swiper-container.swiper-disabled {
    border-bottom: 2px solid whitesmoke;
    padding: 0; }
    .piranya-shop .category-bar.swiper-container.swiper-disabled .swiper-wrapper {
      width: auto; }
    .piranya-shop .category-bar.swiper-container.swiper-disabled .category-tab {
      padding: 10px;
      margin-bottom: -2px;
      height: calc(100% + 2px);
      width: auto; }
      .piranya-shop .category-bar.swiper-container.swiper-disabled .category-tab.active {
        border-radius: 7px 7px 0 0;
        border-bottom: 0;
        background: whitesmoke; }
      .piranya-shop .category-bar.swiper-container.swiper-disabled .category-tab .icon {
        display: none; }

.piranya-shop > .category-bar.swiper-pagination-bullets {
  margin-top: 20px;
  justify-content: space-around; }

.piranya-shop > .swiper-container:not(.category-bar) {
  width: 100%; }
  .piranya-shop > .swiper-container:not(.category-bar) > .panels.swiper-wrapper {
    overflow: visible; }
    .piranya-shop > .swiper-container:not(.category-bar) > .panels.swiper-wrapper > .panel {
      overflow: visible; }
      .piranya-shop > .swiper-container:not(.category-bar) > .panels.swiper-wrapper > .panel:not(.active) {
        opacity: 1;
        visibility: visible;
        height: auto; }

.piranya-shop-order-create > select[name="category"] + .guide.select-category {
  margin: 20px 0;
  font-size: 2em;
  line-height: 2em;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .piranya-shop-order-create > select[name="category"] + .guide.select-category > i {
    font-size: 2.5em; }

.piranya-shop-order-create .panels,
.piranya-shop-order-create .panels > .panel,
.piranya-shop-order-create .panel > .content {
  width: 100%; }

.piranya-shop-order-create .panels {
  overflow: hidden; }
  .piranya-shop-order-create .panels .category.disabled {
    opacity: 0.3; }
  .piranya-shop-order-create .panels > .panel {
    overflow: hidden; }
  .piranya-shop-order-create .panels.foldable > .panel > .heading {
    cursor: pointer; }
    .piranya-shop-order-create .panels.foldable > .panel > .heading .title:after {
      width: 20px;
      height: 20px;
      position: absolute;
      content: "\f103";
      right: 15px;
      font-family: fontawesome; }
  .piranya-shop-order-create .panels.foldable > .panel.active > .heading .title:after {
    content: "\f102"; }
  .piranya-shop-order-create .panels .products.loading {
    padding-bottom: calc(5em + 3px);
    position: relative; }
    .piranya-shop-order-create .panels .products.loading:after {
      box-sizing: border-box;
      content: '';
      pointer-events: none;
      position: absolute;
      bottom: -1.3em;
      left: 50%;
      width: 4em;
      height: 4em;
      border-radius: 50%;
      border: 2px solid #ccc;
      border-top-color: #212121;
      animation: spin-clockwise .6s linear infinite;
      transform: translate(-50%, -50%); }

.piranya-shop-order-create .panel > .heading {
  width: 100%;
  clear: both;
  position: relative;
  box-sizing: border-box;
  z-index: 2; }
  .piranya-shop-order-create .panel > .heading > .cover {
    width: 100%; }

.piranya-shop-order-create .panel .categories > .category {
  width: 100%;
  min-height: auto;
  margin-top: 20px; }
  .piranya-shop-order-create .panel .categories > .category > .heading.has-image {
    background-color: #6f6f6f;
    border-radius: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    width: 100px;
    height: 90px;
    padding-top: 10px;
    margin-bottom: 20px; }
    .piranya-shop-order-create .panel .categories > .category > .heading.has-image > img {
      order: 1;
      margin-bottom: auto;
      max-height: 50px;
      max-width: 50px; }
    .piranya-shop-order-create .panel .categories > .category > .heading.has-image > .title {
      font-size: 0.8em;
      margin-top: auto;
      color: white; }
  .piranya-shop-order-create .panel .categories > .category.disabled .add-btn {
    background-color: gray !important;
    border: none; }

.piranya-shop-order-create .panels .categories > .category:first-child,
.piranya-shop-order-create .panels.foldable .categories > .category {
  margin-top: 0; }

.piranya-shop .categories > .category > .show-all-btn-wrapper {
  width: 100%;
  box-sizing: border-box; }
  .piranya-shop .categories > .category > .show-all-btn-wrapper .show-all-btn {
    float: right; }

.piranya-shop .categories > .category[data-has-loaded-products="true"] > .show-all-btn-wrapper {
  display: none; }
  .piranya-shop .categories > .category[data-has-loaded-products="true"] > .show-all-btn-wrapper .show-all-btn {
    display: none; }

.piranya-shop .products {
  width: 100%;
  box-sizing: border-box; }

.piranya-shop.product.list-item {
  align-items: center;
  background-color: white;
  box-sizing: border-box;
  padding: 0 10px;
  display: flex;
  flex-direction: row;
  position: relative; }
  .piranya-shop.product.list-item.piranya-col {
    padding: 20px;
    flex-direction: column; }
    .piranya-shop.product.list-item.piranya-col .text {
      margin: auto 0 0 0;
      width: 100%;
      display: flex;
      flex-direction: row;
      align-items: flex-end; }
    .piranya-shop.product.list-item.piranya-col .title {
      float: left;
      font-size: 1.1em;
      text-align: center;
      width: 100%;
      border-bottom: 1px solid #eeeeee;
      padding-bottom: 10px;
      margin-top: 10px;
      margin-bottom: 20px;
      word-break: break-word; }
  .piranya-shop.product.list-item:not(.piranya-col) {
    margin-top: 10px;
    width: 100%; }
    .piranya-shop.product.list-item:not(.piranya-col):first-child {
      margin-top: 0; }
    .piranya-shop.product.list-item:not(.piranya-col) .sticker {
      font-size: 0.6em;
      left: 5px;
      right: initial;
      top: 5px; }
  .piranya-shop.product.list-item.has-amount .text {
    display: block; }
  .piranya-shop.product.list-item.has-amount > div.price-wrapper {
    flex-direction: row;
    align-items: center;
    padding: 10px;
    box-sizing: border-box;
    display: flex; }
    .piranya-shop.product.list-item.has-amount > div.price-wrapper > * {
      flex: 1; }
  .piranya-shop.product.list-item.has-details-page.has-purchasing-disabled,
  .piranya-shop.product.list-item.has-details-page div.image {
    cursor: pointer; }
  .piranya-shop.product.list-item .add-btn:not(.add-price) {
    border: none;
    clear: right;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-size: 1.5em;
    margin-left: auto;
    padding: 0.29em 0.5em; }
    .piranya-shop.product.list-item .add-btn:not(.add-price) > :focus {
      outline: none; }
    .piranya-shop.product.list-item .add-btn:not(.add-price) > p {
      font-size: 1em;
      line-height: 1em; }
  .piranya-shop.product.list-item .amount > * {
    flex: 1;
    width: 100%;
    text-align: center;
    margin: 0; }
  .piranya-shop.product.list-item .amount > input[type="number"] {
    margin: 0 5px; }
  .piranya-shop.product.list-item .description {
    float: left;
    clear: left;
    width: 100%; }
  .piranya-shop.product.list-item .unit-prices {
    float: right;
    align-self: flex-end;
    align-items: center; }
  .piranya-shop.product.list-item .image + .text {
    width: calc(100% - 145px); }
  .piranya-shop.product.list-item .price-wrapper {
    text-align: center; }
    .piranya-shop.product.list-item .price-wrapper > .configurations {
      display: flex;
      flex-direction: column; }
      .piranya-shop.product.list-item .price-wrapper > .configurations > p {
        display: flex;
        flex-direction: row; }
        .piranya-shop.product.list-item .price-wrapper > .configurations > p.range > .value .header {
          margin-right: 0.15em; }
      @media not all and (min-width: 768px) {
        .piranya-shop.product.list-item .price-wrapper > .configurations {
          flex-direction: row; }
          .piranya-shop.product.list-item .price-wrapper > .configurations > p {
            flex-direction: column;
            text-align: center; }
            .piranya-shop.product.list-item .price-wrapper > .configurations > p:not(:first-child) {
              margin-left: 1rem; }
            .piranya-shop.product.list-item .price-wrapper > .configurations > p > .header {
              margin-right: 0; } }
      @media screen and (min-width: 768px) {
        .piranya-shop.product.list-item .price-wrapper > .configurations > p {
          justify-content: space-between;
          text-align: right; }
          .piranya-shop.product.list-item .price-wrapper > .configurations > p > .header {
            margin-right: 1rem; } }
    .piranya-shop.product.list-item .price-wrapper p.price {
      white-space: nowrap; }
    .piranya-shop.product.list-item .price-wrapper:not(.has-before) > .price.has-value:not(.add-btn).now > .header, .piranya-shop.product.list-item .price-wrapper:not(.has-before) > .price.has-value:not(.add-btn).range > .header {
      display: none; }
    .piranya-shop.product.list-item .price-wrapper:not(.has-before) > .price.has-value:not(.add-btn).range .from > .header {
      text-transform: capitalize; }
    .piranya-shop.product.list-item .price-wrapper.has-product-unit > .configurations > p.range.config {
      justify-content: flex-end; }
      .piranya-shop.product.list-item .price-wrapper.has-product-unit > .configurations > p.range.config > .value {
        margin-right: 0.5em; }
  .piranya-shop.product.list-item .price.range > .value .header {
    margin-right: 0.3em; }
  .piranya-shop.product.list-item .price.range > .value .to {
    display: none; }
  .piranya-shop.product.list-item .price.add-btn {
    display: flex; }
    .piranya-shop.product.list-item .price.add-btn > * {
      align-self: center; }
    .piranya-shop.product.list-item .price.add-btn:not(.pick) {
      flex-direction: column; }
      .piranya-shop.product.list-item .price.add-btn:not(.pick) > .header {
        display: none; }
    .piranya-shop.product.list-item .price.add-btn.pick {
      flex-direction: row;
      flex-wrap: wrap; }
      .piranya-shop.product.list-item .price.add-btn.pick > .header {
        margin-left: auto; }
      .piranya-shop.product.list-item .price.add-btn.pick > .value {
        margin-right: auto; }
    .piranya-shop.product.list-item .price.add-btn.range > .value .header {
      text-transform: capitalize;
      font-size: 0.3em;
      vertical-align: top; }
  .piranya-shop.product.list-item .price > .header {
    margin-right: 0.15em; }
  .piranya-shop.product.list-item .read-more {
    text-decoration: none; }
    .piranya-shop.product.list-item .read-more p {
      float: right; }
      .piranya-shop.product.list-item .read-more p span {
        position: relative;
        margin-left: 20px;
        background: gray;
        padding: 5px 6px;
        color: white;
        font-family: inherit;
        font-size: 1.5em; }
        .piranya-shop.product.list-item .read-more p span:before {
          right: 100%;
          content: " ";
          position: absolute;
          pointer-events: none;
          top: 0;
          border: 19px solid transparent;
          border-right: 12px solid gray; }
  .piranya-shop.product.list-item .text {
    clear: left;
    margin-top: 8px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    flex-direction: row; }
    .piranya-shop.product.list-item .text > div:not(.eyecatcher) {
      display: flex;
      flex-direction: column; }
    .piranya-shop.product.list-item .text .price {
      float: right;
      margin-left: auto;
      margin-right: 10px; }
  .piranya-shop.product.list-item .title {
    color: black;
    float: left; }
  .piranya-shop.product.list-item .product-department {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 0.5em;
    margin-top: 10px;
    max-width: 100%; }
    .piranya-shop.product.list-item .product-department img {
      max-height: 1em;
      max-width: 100%; }
  .piranya-shop.product.list-item p.unit {
    display: flex;
    flex-direction: row;
    gap: 0.2em; }
  .piranya-shop.product.list-item.piranya-col .description {
    margin-bottom: 10px; }
  .piranya-shop.product.list-item.piranya-col .read-more {
    margin-top: 10px;
    width: 100%; }
  .piranya-shop.product.list-item.piranya-col .text {
    width: 100%; }
  .piranya-shop.product.list-item.piranya-colhas-amount-grouped-with-actions.has-details-page .price-wrapper {
    width: 100%;
    margin: auto 0 10px 0; }
  .piranya-shop.product.list-item.piranya-colhas-amount-grouped-with-actions.has-details-page .read-more, .piranya-shop.product.list-item.piranya-colhas-amount-grouped-with-actions.has-details-page .actions {
    width: calc(50% - 20px);
    margin: 0 10px 10px 10px; }
    .piranya-shop.product.list-item.piranya-colhas-amount-grouped-with-actions.has-details-page .read-more > .amount, .piranya-shop.product.list-item.piranya-colhas-amount-grouped-with-actions.has-details-page .actions > .amount {
      width: 100%; }
  .piranya-shop.product.list-item.piranya-colhas-amount-grouped-with-actions.has-details-page .read-more p span {
    display: none; }
  .piranya-shop.product.list-item:not(.piranya-col) .price-wrapper,
  .piranya-shop.product.list-item:not(.piranya-col) .text + .actions,
  .piranya-shop.product.list-item:not(.piranya-col) .text + .read-more {
    margin-left: auto; }
  .piranya-shop.product.list-item:not(.piranya-col) .price-wrapper,
  .piranya-shop.product.list-item:not(.piranya-col) .text {
    margin-right: 10px; }
  .piranya-shop.product.list-item:not(.piranya-col).incompatible:after {
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(-45deg); }
  .piranya-shop.product.list-item.has-image.piranya-col div.image {
    height: 300px;
    width: 100%;
    max-width: none;
    margin: 0; }
  .piranya-shop.product.list-item.has-image:not(.piranya-col) {
    padding: 0 10px; }
    .piranya-shop.product.list-item.has-image:not(.piranya-col) div.image {
      min-height: 100px; }
  .piranya-shop.product.list-item.has-image div.image {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100px;
    height: auto;
    float: left;
    align-self: stretch;
    margin: 0 10px 0 0; }
  .piranya-shop.product.list-item.has-image .text {
    clear: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
  .piranya-shop.product.list-item.has-video div.video-content-wrapper .video-content {
    width: 100%;
    height: 100%;
    box-sizing: border-box; }
  .piranya-shop.product.list-item.has-video div.video-content-wrapper video {
    width: 100%;
    height: 100%;
    z-index: 2;
    object-fit: cover; }
  .piranya-shop.product.list-item.has-video.has-video-popup div.video-content-wrapper {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    position: relative; }
    .piranya-shop.product.list-item.has-video.has-video-popup div.video-content-wrapper:before {
      position: absolute;
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: 3em;
      text-rendering: auto;
      color: #efefef;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\f01d";
      pointer-events: none;
      z-index: 2; }
    .piranya-shop.product.list-item.has-video.has-video-popup div.video-content-wrapper .video-content:not(.active):after {
      content: "";
      position: absolute;
      pointer-events: none;
      width: 100%;
      height: 100%;
      background: black;
      opacity: .4;
      z-index: 2; }
    .piranya-shop.product.list-item.has-video.has-video-popup div.video-content-wrapper .video-content {
      align-self: stretch;
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
      z-index: 1; }
    .piranya-shop.product.list-item.has-video.has-video-popup div.video-content-wrapper .video-content.active {
      position: fixed;
      left: 0;
      top: 0;
      height: 100vh;
      width: 100vw;
      z-index: 99; }
    .piranya-shop.product.list-item.has-video.has-video-popup div.video-content-wrapper .video-content:not(.active) video::-webkit-media-controls-enclosure {
      display: none; }
    .piranya-shop.product.list-item.has-video.has-video-popup div.video-content-wrapper .video-content.active video {
      width: auto;
      height: auto;
      max-width: 80%;
      max-height: 80%;
      position: fixed;
      z-index: 2; }
    .piranya-shop.product.list-item.has-video.has-video-popup div.video-content-wrapper .video-overlay {
      position: absolute;
      width: 100%;
      height: 100%;
      background: black;
      opacity: 0;
      z-index: 1; }
    .piranya-shop.product.list-item.has-video.has-video-popup div.video-content-wrapper .video-content.active .video-overlay {
      position: fixed;
      left: 0;
      top: 0;
      height: 100vh;
      width: 100vw;
      opacity: .4; }
    .piranya-shop.product.list-item.has-video.has-video-popup div.video-content-wrapper .video-canvas {
      padding: inherit;
      position: absolute;
      width: 100%;
      height: 100%;
      opacity: 0;
      z-index: 0;
      object-fit: cover;
      box-sizing: border-box; }
    .piranya-shop.product.list-item.has-video.has-video-popup div.video-content-wrapper .video-content.active ~ .video-canvas {
      opacity: 1; }
  .piranya-shop.product.list-item.incompatible {
    pointer-events: none; }
    .piranya-shop.product.list-item.incompatible > * {
      filter: grayscale(100%); }
    .piranya-shop.product.list-item.incompatible:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(255, 255, 255, 0.4);
      z-index: 100;
      animation: fadeIn 0.8s; }
    .piranya-shop.product.list-item.incompatible:after {
      position: absolute;
      top: 40%;
      left: 17%;
      width: 66%;
      text-align: center;
      content: 'Kan ikke kombineres med varerne i din kurv';
      font-size: 1.2em;
      padding: 10px;
      box-sizing: border-box;
      background-color: #F2DFDF;
      color: #770009;
      border: 1px solid #ebccd1;
      box-shadow: -5px 5px 20px 0 #9e9999;
      z-index: 101;
      animation: fadeIn 0.8s; }

.piranya-shop-order-create:not([data-has-initialized-order-create]) .product div.image,
.piranya-shop-order-create.disabled .product div.image,
.piranya-shop-order-create .products:not(.show-images) .product div.image {
  background-image: none; }

.piranya-shop-order-create .panel > .content > :not(:first-child) {
  margin-top: 20px; }

@media screen and (min-width: 768px) {
  .piranya-shop-order-create > select[name="category"],
  .piranya-shop-order-create > select[name="category"] + .guide.select-category {
    display: none; }
  .piranya-shop-order-create .panels .swiper-button-prev,
  .piranya-shop-order-create .panels .swiper-button-next,
  .piranya-shop-order-create .panels .swiper-pagination {
    display: none; }
  .piranya-shop-order-create .panels.foldable > .panel > .heading:not(.has-cover) {
    display: none; }
  .piranya-shop-order-create .panels.foldable > .panel.active {
    transition-property: visibility, opacity;
    transition-duration: 0s, 1s; }
  .piranya-shop-order-create .panels.foldable > .panel:not(.active) {
    opacity: 0;
    visibility: hidden;
    transition-property: opacity, visibility;
    transition-duration: 1.125s, 0s;
    transition-delay: 0s, 1.125s;
    height: 0; } }

@media not all and (min-width: 768px) {
  .piranya-shop-order-create .category-bar.foldable {
    display: none; }
  .piranya-shop-order-create .panel > .heading {
    padding: 10px;
    background-color: white;
    z-index: 2; }
  .piranya-shop-order-create > select[name="category"] {
    margin-bottom: 20px; }
  .piranya-shop-order-create > select[name="category"] ~ .category-bar,
  .piranya-shop-order-create > select[name="category"] ~ .panels .panel > .heading {
    display: none; }
  .piranya-shop-order-create:not([data-foldable-initialized="true"]) .panel:not(.active) > .content {
    display: none; }
  .piranya-shop-order-create .panel > .content > .cover {
    display: none; }
  .piranya-shop-order-create .panel > .content > .description {
    display: none; }
  .piranya-shop-order-create .panel > .content > .panels {
    margin-bottom: 20px; }
  .piranya-shop-order-create .panels.foldable .products.piranya-grid.swiper-wrapper,
  .piranya-shop-order-create .panels.foldable .panel.active .products.piranya-grid.swiper-wrapper {
    display: flex; }
  .piranya-shop-order-create .panels .swiper-pagination {
    position: relative;
    margin: 10px 0; }
  .piranya-shop-order-create .panels.foldable .products.piranya-grid .product:not(:last-child) {
    margin-bottom: 10px; } }

@media not all and (min-width: 768px) {
  .piranya-shop .products.show-images .product:not(.piranya-col) div.image {
    display: none; }
  .piranya-shop .products.show-images .product {
    padding: 0 10px; }
  .piranya-shop .products.show-images h3 {
    font-size: 1em; }
  .piranya-shop .products.show-images h4 {
    font-size: 1em; }
  .piranya-shop .products.show-images p {
    font-size: 0.8em; } }

.p-marketing[data-handler="Popup.SingleMessage"][data-presented-entity-type="Product"] > .product {
  max-width: 600px; }


/* piranya/shop */
/* Sizes */
/* End Sizes */
/* Colors */
/*  */
/* End Colors */
.mini-cart {
  display: none;
  background: white;
  align-self: stretch;
  align-items: center;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
  float: right; }

.mini-cart.show {
  display: flex; }

.mini-cart button.show-cart {
  background: none;
  border: none;
  display: flex;
  justify-content: center;
  cursor: pointer; }

.mini-cart button.show-cart:focus {
  outline: none; }

.mini-cart button.show-cart i.fa.fa-shopping-cart {
  margin-right: 10px; }

.mini-cart button.show-cart .total-items {
  display: none; }

.piranya-shop-order-create,
.piranya-shop-order-edit {
  width: 100%;
  position: relative; }

.piranya-shop .cart-wrapper {
  box-sizing: border-box;
  color: black; }
  .piranya-shop .cart-wrapper > .cart,
  .piranya-shop .cart-wrapper > .summary {
    background: white;
    border: 1px solid #f5f5f5;
    box-shadow: 0 0 20px #888888; }

.piranya-shop .cart {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 10px;
  width: 100%; }
  .piranya-shop .cart[data-add-basket-item-animation="bounce-in-top"] .items > .product.separator-bottom.new {
    -webkit-animation: bounce-in-top 1.1s 300ms both;
    animation: bounce-in-top 1.1s 300ms both; }
  .piranya-shop .cart[data-add-basket-item-animation="bounce-in-left"] .items > .product.separator-bottom.new {
    -webkit-animation: bounce-in-left 1.1s 300ms both;
    animation: bounce-in-left 1.1s 300ms both; }
  .piranya-shop .cart[data-add-basket-item-animation="slide-in-left"] .items > .product.separator-bottom.new {
    -webkit-animation: slide-in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 300ms both;
    animation: slide-in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 300ms both; }
  .piranya-shop .cart > .header,
  .piranya-shop .cart .product,
  .piranya-shop .cart .separator-bottom,
  .piranya-shop .cart .no-items {
    border-bottom: 1px dashed #cecece;
    width: 100%;
    margin-top: 10px;
    padding-bottom: 10px; }
  .piranya-shop .cart .payment-methods-price-tags {
    margin-top: 10px; }
  .piranya-shop .cart .step-header {
    background-color: transparent; }
    .piranya-shop .cart .step-header > p.step-headline {
      text-align: center; }
    .piranya-shop .cart .step-header + .step-content {
      margin-top: 10px; }
  .piranya-shop .cart > .actions > button.hidden {
    display: none; }
  .piranya-shop .cart > .header {
    align-items: center;
    display: flex;
    flex-direction: column;
    font-size: 1.3em;
    padding-bottom: 5px;
    text-align: center; }
  .piranya-shop .cart > .info {
    display: flex;
    flex-direction: column;
    width: 100%; }
    .piranya-shop .cart > .info > p {
      display: block;
      margin-top: 10px;
      text-align: center; }
  .piranya-shop .cart > .items {
    background-color: inherit;
    overflow-y: auto;
    width: 100%; }
    .piranya-shop .cart > .items > .product {
      background-color: inherit; }
  .piranya-shop .cart .add-remove,
  .piranya-shop .cart button.delete {
    background-color: transparent;
    border: none;
    font-size: 1em;
    outline: none;
    padding: 0.4em; }
    .piranya-shop .cart .add-remove > .fa,
    .piranya-shop .cart button.delete > .fa {
      font-size: 1em; }
  .piranya-shop .cart button.delete {
    float: right;
    margin: 5px 5px 5px 0; }
    .piranya-shop .cart button.delete > p {
      display: none; }
  .piranya-shop .cart button.edit {
    border: none;
    clear: left;
    float: left;
    padding: 0.7em 0.8em; }
    .piranya-shop .cart button.edit > p {
      display: none; }
  .piranya-shop .cart .variant ~ button.edit {
    margin-left: 10px; }
  .piranya-shop .cart.is-checkout > .actions > .clear-cart {
    display: none; }
  .piranya-shop .cart .product.has-image .image-wrapper {
    max-width: 90px;
    margin-right: 10px;
    float: left; }
    .piranya-shop .cart .product.has-image .image-wrapper img {
      max-width: 100%; }

.piranya-shop .cart.empty .currency-wrapper,
.piranya-shop .cart:not(.has-currencies) .currency-wrapper {
  display: none; }

.piranya-shop .basket:not(.empty) > .cart.has-currencies .currency-wrapper {
  animation: fadeIn 0.8s; }

.piranya-shop .cart .department-wrapper:empty,
.piranya-shop .cart .desired-delivery-time:empty,
.piranya-shop .cart .redeem-rebates:empty,
.piranya-shop .cart .shipping:empty {
  display: none; }

.piranya-shop .cart.empty .department-wrapper,
.piranya-shop .cart.empty .desired-delivery-time,
.piranya-shop .cart.empty .redeem-rebates,
.piranya-shop .cart.empty .shipping {
  display: none; }

.piranya-shop .cart > .redeem-rebates > .step-header {
  display: none; }

.piranya-shop .cart > .redeem-rebates > .step-content {
  margin-top: 0; }

.piranya-shop .basket:not(.empty) > .cart.has-departments .department-wrapper {
  animation: fadeIn 0.8s; }

.piranya-shop .cart .product .amount-picker {
  font-size: 0.7em; }
  .piranya-shop .cart .product .amount-picker > * {
    font-size: 1em;
    line-height: 1em; }
  .piranya-shop .cart .product .amount-picker > input[type="number"] {
    max-width: 4em; }

.piranya-shop .cart .product > .available-delivery-dates-wrapper,
.piranya-shop .cart .product > p.title {
  box-sizing: border-box;
  max-width: calc(100% - 1.25em - 50px);
  overflow: hidden;
  text-overflow: ellipsis; }

.piranya-shop .cart .title {
  font-size: 1.1em;
  margin-bottom: 5px; }

.piranya-shop .cart .variant {
  font-size: 0.9em;
  margin-bottom: 5px;
  margin-left: 10px;
  clear: left; }

.piranya-shop .cart .count {
  float: left;
  clear: left;
  margin-top: 2px; }

.piranya-shop .cart .variant {
  display: flex;
  flex-direction: column; }
  .piranya-shop .cart .variant:empty,
  .piranya-shop .cart .variant .separator {
    display: none; }
  .piranya-shop .cart .variant > * {
    display: block;
    width: 100%; }
  .piranya-shop .cart .variant .acquisition-header {
    margin-bottom: 1em; }
    .piranya-shop .cart .variant .acquisition-header:not(:first-child) {
      margin-top: 1em; }

.piranya-shop .cart .no-items {
  display: flex;
  justify-content: center; }

.piranya-shop .cart .product p.notice {
  clear: left;
  float: left;
  margin-bottom: 5px; }
  .piranya-shop .cart .product p.notice.negative, .piranya-shop .cart .product p.notice.requirement:not(.met) {
    color: red; }
  .piranya-shop .cart .product p.notice > .label {
    margin-right: 5px; }

.piranya-shop .cart .product .price {
  font-size: 1em;
  margin-top: 2px;
  float: right;
  clear: right; }

.piranya-shop .cart .product > .subtitle {
  float: left;
  margin-bottom: 10px; }

.piranya-shop .cart .product.parent[data-product-type="grouped"] > .count,
.piranya-shop .cart .product.parent[data-product-type="grouped"] > .add-remove {
  display: none; }

.piranya-shop .cart .product.parent[data-product-type="mix_and_match_bundle"] > button.delete,
.piranya-shop .cart .product.parent[data-product-type="mix_and_match_bundle"] > button.edit {
  display: none; }

.piranya-shop .cart .product.locked > .add-remove,
.piranya-shop .cart .product.locked > button.delete,
.piranya-shop .cart .product.locked > button.edit {
  display: none; }

.piranya-shop .cart .product.parent[data-product-type="grouped"] > .content .price, .piranya-shop .cart .product.parent[data-product-type="predefined_bundle"] > .content .price {
  display: none; }

.piranya-shop .cart .product > .content {
  width: 95%;
  margin: 0 0 0 5%; }

.piranya-shop .cart .product > .content > .separator-bottom:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none; }

.piranya-shop .cart .product > .content .title {
  float: left;
  font-size: 0.9em;
  width: auto; }

.piranya-shop .cart .product > .content .count {
  font-size: 0.9em;
  margin-top: 3px; }

.piranya-shop .cart .product > .content .variant {
  font-size: 0.6em; }

.piranya-shop .cart > .comment > a {
  cursor: pointer; }

.piranya-shop .cart.empty > .cart > .comment,
.piranya-shop .cart.empty > .cart > .department-wrapper,
.piranya-shop .cart.empty > .cart > .desired-delivery-time,
.piranya-shop .cart.empty > .cart > .shipping {
  display: none; }

.piranya-shop .cart .shipping .shipping-methods-wrapper {
  position: relative; }

.piranya-shop .cart .shipping .shipping-methods-wrapper > p.header {
  display: inline-block;
  width: 100%;
  transition: width 1s ease;
  margin-bottom: 0;
  white-space: nowrap; }

.piranya-shop .cart .shipping .shipping-methods-wrapper.expandable:not(.expanded) > p.header {
  width: 10%; }

.piranya-shop .cart .shipping .shipping-methods-wrapper.expandable > .piranya-btn {
  max-width: 50%;
  position: absolute;
  top: -5px;
  right: 0;
  padding: 5px 10px;
  transition: opacity 0.6s ease;
  opacity: 1; }

.piranya-shop .cart .shipping .shipping-methods-wrapper.expandable:not(.expanded) > .piranya-btn {
  opacity: 0; }

.piranya-shop .cart .shipping .shipping-methods-wrapper > .shipping-methods {
  clear: both;
  padding-bottom: 10px; }

.piranya-shop .cart .shipping .shipping-methods-wrapper.expandable > .shipping-methods {
  max-height: 300px;
  overflow: hidden;
  transition: max-height 0.8s ease, padding 0.8s ease; }

.piranya-shop .cart .shipping .shipping-methods-wrapper.expandable:not(.expanded) > .shipping-methods {
  max-height: 0;
  padding-bottom: 0; }

.piranya-shop .cart .shipping .shipping-methods-wrapper + .desired-delivery-time {
  margin-top: 0; }

.piranya-shop .cart > .sub-order > .piranya-txt + .piranya-btn {
  margin-top: 10px; }

.piranya-shop p.value-editable > .edit {
  padding-left: 5px;
  cursor: pointer; }

.piranya-shop > .cart-wrapper > .summary {
  bottom: -500px;
  box-sizing: border-box;
  display: none;
  flex-direction: row;
  justify-content: center;
  left: 0;
  opacity: 0;
  padding: 20px;
  position: fixed;
  transition: background-color 1s ease, opacity 0.5s ease, bottom 0.5s ease;
  width: 100%; }
  .piranya-shop > .cart-wrapper > .summary.negative {
    background-color: #f2dede;
    border: 1px solid #ebccd1; }
    .piranya-shop > .cart-wrapper > .summary.negative > p {
      color: #a94442; }
  .piranya-shop > .cart-wrapper > .summary > * {
    display: block;
    margin: 0; }
    .piranya-shop > .cart-wrapper > .summary > *:not(:empty) {
      width: auto;
      display: flex;
      align-items: center;
      margin-right: 20px; }
  .piranya-shop > .cart-wrapper > .summary > .total-price {
    margin-left: auto; }
    .piranya-shop > .cart-wrapper > .summary > .total-price > .value {
      padding-left: 5px; }
  .piranya-shop > .cart-wrapper > .summary .piranya-btn {
    margin: 0; }
    .piranya-shop > .cart-wrapper > .summary .piranya-btn > p {
      white-space: nowrap; }

.piranya-shop .cart > .actions {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: stretch;
  box-sizing: border-box;
  width: 100%;
  align-self: flex-end; }
  .piranya-shop .cart > .actions > button {
    flex: 1; }
    .piranya-shop .cart > .actions > button.visible ~ .visible {
      margin-left: 1em; }

.piranya-shop .cart > .close {
  font-size: 41px;
  z-index: 2;
  position: absolute;
  right: 10px;
  top: 1px;
  cursor: pointer;
  padding: 0 0 0 2px;
  background: none;
  border: none;
  color: black;
  transition: color 0.2s ease; }
  .piranya-shop .cart > .close:hover {
    color: #353535; }

.piranya-shop .cart > .totals {
  margin-top: auto; }
  .piranya-shop .cart > .totals > div {
    width: 100%; }
  .piranya-shop .cart > .totals .total-rebate.has-single-rebate {
    display: none; }

@media (min-width: 980px) {
  .piranya-shop.has-openable-cart-on-desktop > .cart-wrapper {
    height: 100%;
    max-width: 448px;
    position: fixed;
    right: -100%;
    /* Cannot use calc function with negative values here as it does not work in iOS 11.2, so we have to use -100% */
    top: 0;
    transition: right 0.5s ease;
    z-index: 10000;
    width: 80%; }
    .piranya-shop.has-openable-cart-on-desktop > .cart-wrapper > .cart {
      height: 100%; }
    .piranya-shop.has-openable-cart-on-desktop > .cart-wrapper.open {
      right: 0; }
  .piranya-shop.has-cart-inside:not(.no-basket):not(.only-list) > .panels, .piranya-shop.has-cart-inside:not(.no-basket):not(.only-list):not(.has-separate-basket) > .panels-swiper-container {
    width: calc(70% - 10px); }
  .piranya-shop.has-cart-inside > .cart-wrapper {
    position: absolute;
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
    margin-left: 20px;
    width: calc(30% - 10px);
    z-index: 0;
    max-width: none; }
    .piranya-shop.has-cart-inside > .cart-wrapper > .cart {
      box-shadow: none; }
  .piranya-shop.has-cart-inside .cart {
    height: auto; }
    .piranya-shop.has-cart-inside .cart > .header {
      margin-top: 0; }
    .piranya-shop.has-cart-inside .cart .totals {
      margin-top: 0; }
      .piranya-shop.has-cart-inside .cart .totals p {
        padding: 10px; }
    .piranya-shop.has-cart-inside .cart > .close {
      display: none; } }

@media not all and (min-width: 980px) {
  .piranya-shop.has-openable-cart-on-mobile > .cart-wrapper {
    height: 100%;
    max-width: 448px;
    position: fixed;
    right: -100%;
    /* Cannot use calc function with negative values here as it does not work in iOS 11.2, so we have to use -100% */
    top: 0;
    transition: right 0.5s ease;
    z-index: 10000;
    width: 80%; }
    .piranya-shop.has-openable-cart-on-mobile > .cart-wrapper > .cart {
      height: 100%; }
    .piranya-shop.has-openable-cart-on-mobile > .cart-wrapper.open {
      right: 0; }
  .piranya-shop > .cart-wrapper:not(.open):not(.empty) > .summary {
    opacity: 1;
    bottom: 0; }
  .piranya-shop > .cart-wrapper > .summary {
    display: flex; } }

@media (max-width: 599px) {
  .piranya-shop .cart .add-remove .fa {
    margin-top: 5px; }
  .piranya-shop .cart > .header:after {
    content: none; } }

@media (max-height: 899px) {
  .piranya-shop .cart-wrapper:not(.is-checkout-inside) > .cart > .desired-delivery-time {
    display: none; } }

@media not all and (min-width: 980px) {
  .mini-cart {
    background: white;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px; }
    .mini-cart i.fa.fa-shopping-cart {
      margin-right: 10px; } }

body.is-in-iframe .piranya-shop .cart-wrapper {
  height: auto; }


/* piranya/shop */
/* Sizes */
/* End Sizes */
/* Colors */
/*  */
/* End Colors */
.piranya-shop-order-create__bundle + .categories {
  display: flex;
  flex-wrap: wrap; }
  .piranya-shop-order-create__bundle + .categories .category {
    width: auto; }

.piranya-shop-order-create__bundle > .bundle__price-info {
  display: flex;
  flex-direction: column; }
  .piranya-shop-order-create__bundle > .bundle__price-info > h4,
  .piranya-shop-order-create__bundle > .bundle__price-info > p {
    text-align: center; }
  .piranya-shop-order-create__bundle > .bundle__price-info .number-multiplied,
  .piranya-shop-order-create__bundle > .bundle__price-info .number-of-units,
  .piranya-shop-order-create__bundle > .bundle__price-info .number-of-people {
    padding-right: 0.3em; }

.piranya-shop-order-create__bundle > .level-options {
  align-items: stretch;
  display: flex;
  flex-direction: column; }
  .piranya-shop-order-create__bundle > .level-options > .level-option {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    .piranya-shop-order-create__bundle > .level-options > .level-option:not(:first-child) {
      margin-top: 0.7em; }
    .piranya-shop-order-create__bundle > .level-options > .level-option > .options {
      align-items: center;
      display: flex;
      flex-direction: row;
      margin-left: 0.7em; }
      .piranya-shop-order-create__bundle > .level-options > .level-option > .options > button {
        background-color: transparent;
        border: 1px solid gray;
        cursor: pointer;
        flex: 1;
        font-size: 1em;
        padding: 0.8em 2em;
        transition: background-color 0.4s ease-in-out; }
        .piranya-shop-order-create__bundle > .level-options > .level-option > .options > button.first {
          border-bottom-left-radius: 0.25em;
          border-top-left-radius: 0.25em; }
        .piranya-shop-order-create__bundle > .level-options > .level-option > .options > button.incompatible {
          display: none; }
        .piranya-shop-order-create__bundle > .level-options > .level-option > .options > button.last {
          border-bottom-right-radius: 0.25em;
          border-top-right-radius: 0.25em; }
        .piranya-shop-order-create__bundle > .level-options > .level-option > .options > button:not(.first) {
          border-left-width: 0; }
        .piranya-shop-order-create__bundle > .level-options > .level-option > .options > button.selected {
          background-color: #51a389;
          color: white; }
          .piranya-shop-order-create__bundle > .level-options > .level-option > .options > button.selected:not(:first-child) {
            outline-color: gray;
            outline-width: 0 0 0 1px; }

.piranya-shop-order-create__bundle > .levels {
  margin-top: 20px;
  width: 100%; }
  .piranya-shop-order-create__bundle > .levels.hidden {
    display: none; }

.piranya-shop-order-create__bundle .level {
  padding-top: 5px;
  display: flex;
  flex-direction: column;
  text-align: center; }
  .piranya-shop-order-create__bundle .level:not(:last-child) {
    margin-right: 20px; }
  .piranya-shop-order-create__bundle .level .number-of-units > span {
    float: left;
    clear: both;
    width: 100%; }
  .piranya-shop-order-create__bundle .level .number-of-units + p {
    margin-top: auto; }
  .piranya-shop-order-create__bundle .level .number-of-units .number,
  .piranya-shop-order-create__bundle .level .price .number {
    font-size: 2em; }
  .piranya-shop-order-create__bundle .level p:not(:last-child) {
    margin-bottom: 10px; }

.piranya-shop-order-create__bundle .piranya-btn.pick {
  margin-bottom: 0; }

.piranya-shop-order-create__bundle:not(.selected) > .bundle__price-info {
  display: none; }

.piranya-shop-order-create__bundle:not(.selected) ~ .category {
  height: 0;
  overflow: hidden; }

.piranya-shop-order-create .panel > .content .product div.bundle-info {
  display: none; }

.piranya-shop-order-create .panel > .content .product div.bundle-info {
  display: none; }
  .piranya-shop-order-create .panel > .content .product div.bundle-info.applicable:not(:empty) {
    display: flex; }


/* piranya/shop */
.piranya-shop-order-edit > .cart-wrapper:first-of-type {
  margin-left: 0;
  width: 100%; }

.piranya-shop-order-edit .cart button.edit > i {
  display: none; }

.piranya-shop-order-edit .cart button.edit > p {
  display: inline-block; }


/* piranya/shop */
/* Sizes */
/* End Sizes */
/* Colors */
/*  */
/* End Colors */
.piranya-shop.order-planner {
  width: 100%; }
  .piranya-shop.order-planner > .plan {
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%; }
    .piranya-shop.order-planner > .plan.is_loading {
      padding-bottom: calc(5em + 3px); }
      .piranya-shop.order-planner > .plan.is_loading:after {
        box-sizing: border-box;
        content: '';
        pointer-events: none;
        position: absolute;
        bottom: -1.5em;
        left: 50%;
        width: 4em;
        height: 4em;
        border-radius: 50%;
        border: 2px solid #ccc;
        border-top-color: #212121;
        animation: spin-clockwise .6s linear infinite;
        transform: translate(-50%, -50%); }
      .piranya-shop.order-planner > .plan.is_loading div.check-results,
      .piranya-shop.order-planner > .plan.is_loading div.period-status,
      .piranya-shop.order-planner > .plan.is_loading div.accept-suggestions,
      .piranya-shop.order-planner > .plan.is_loading button.save {
        display: none; }
    .piranya-shop.order-planner > .plan.is_saved .order-grouping__items.is-suggestion ~ .order-grouping__actions button.save {
      display: none; }
    .piranya-shop.order-planner > .plan > button.duplicate {
      margin-top: 10px; }
    .piranya-shop.order-planner > .plan > .header {
      align-items: flex-end;
      display: flex;
      flex-direction: row;
      width: 100%; }
      .piranya-shop.order-planner > .plan > .header > .right {
        align-items: flex-end;
        display: flex;
        flex-direction: column;
        margin-left: auto;
        margin-right: 21px; }
      @media (min-width: 801px) {
        .piranya-shop.order-planner > .plan > .header > .left {
          margin-right: 10px; } }
      .piranya-shop.order-planner > .plan > .header .days {
        align-items: center;
        display: flex;
        flex-direction: row; }
        .piranya-shop.order-planner > .plan > .header .days > .day {
          align-items: center;
          display: flex;
          flex-direction: column;
          width: calc(3.55em + 4px); }
          .piranya-shop.order-planner > .plan > .header .days > .day > button {
            background-color: transparent;
            border: none;
            cursor: pointer;
            font-size: 1em; }
          .piranya-shop.order-planner > .plan > .header .days > .day > p {
            font-size: 1em;
            max-width: 100%;
            text-align: center; }
          .piranya-shop.order-planner > .plan > .header .days > .day:not(:first-child) {
            margin-left: 10px; }
          .piranya-shop.order-planner > .plan > .header .days > .day > .day_of_week {
            text-transform: capitalize; }
      .piranya-shop.order-planner > .plan > .header .actions {
        display: flex;
        flex-direction: row;
        gap: 10px; }
        .piranya-shop.order-planner > .plan > .header .actions > button {
          background: transparent;
          border: 1px solid #f0f0f0;
          border-radius: 20px;
          cursor: pointer;
          padding: 10px 20px; }
          .piranya-shop.order-planner > .plan > .header .actions > button.guided {
            border-color: #51a389;
            color: #51a389; }
          .piranya-shop.order-planner > .plan > .header .actions > button.hide-if-not-available:not(.available) {
            display: none; }
    .piranya-shop.order-planner > .plan > .period-selector {
      align-items: center;
      border: 1px solid #f0f0f0;
      border-radius: 20px;
      display: flex;
      flex-direction: row;
      justify-content: space-between; }
      .piranya-shop.order-planner > .plan > .period-selector > button {
        border: 0;
        background: transparent;
        cursor: pointer;
        font-size: 1.2em; }
        .piranya-shop.order-planner > .plan > .period-selector > button.next {
          border-left: 1px solid #f0f0f0;
          border-radius: 0 20px 20px 0;
          padding: 10px 15px 10px 13px; }
        .piranya-shop.order-planner > .plan > .period-selector > button.previous {
          border-radius: 20px 0 0 20px;
          border-right: 1px solid #f0f0f0;
          padding: 10px 13px 10px 15px; }
      .piranya-shop.order-planner > .plan > .period-selector > .title {
        font-size: 1.2em;
        margin: 0 20px;
        line-height: 1em;
        padding-bottom: 10px;
        padding-top: 10px;
        text-transform: capitalize; }
    .piranya-shop.order-planner > .plan > .period-status:not(:empty) {
      margin-top: 20px; }
    .piranya-shop.order-planner > .plan .order-grouping__items {
      align-items: stretch;
      display: flex;
      flex-direction: column;
      position: relative;
      width: 100%; }
      .piranya-shop.order-planner > .plan .order-grouping__items.is-suggestion {
        min-height: 350px; }
      .piranya-shop.order-planner > .plan .order-grouping__items > div.accept-suggestions {
        align-items: center;
        background: white;
        bottom: 0;
        border: 1px solid #f0f0f0;
        border-radius: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 10; }
        .piranya-shop.order-planner > .plan .order-grouping__items > div.accept-suggestions .actions {
          align-items: center;
          display: flex;
          flex-direction: row;
          gap: 10px;
          justify-content: center; }
          .piranya-shop.order-planner > .plan .order-grouping__items > div.accept-suggestions .actions button {
            font-size: 1em; }
            .piranya-shop.order-planner > .plan .order-grouping__items > div.accept-suggestions .actions button > .text {
              font-size: 1.4em; }
        .piranya-shop.order-planner > .plan .order-grouping__items > div.accept-suggestions i.negative,
        .piranya-shop.order-planner > .plan .order-grouping__items > div.accept-suggestions p.negative {
          color: #e9350f; }
        .piranya-shop.order-planner > .plan .order-grouping__items > div.accept-suggestions i.positive,
        .piranya-shop.order-planner > .plan .order-grouping__items > div.accept-suggestions p.positive {
          color: #51a389; }
        .piranya-shop.order-planner > .plan .order-grouping__items > div.accept-suggestions > .icon {
          font-size: 5em;
          margin-bottom: 10px; }
        .piranya-shop.order-planner > .plan .order-grouping__items > div.accept-suggestions > .info:not(:empty) {
          margin-bottom: 20px; }
        .piranya-shop.order-planner > .plan .order-grouping__items > div.accept-suggestions > .info p {
          font-size: 1.4em;
          text-align: center; }
        .piranya-shop.order-planner > .plan .order-grouping__items > div.accept-suggestions.no-orders-yet .info p {
          color: #e9350f; }
      .piranya-shop.order-planner > .plan .order-grouping__items .bundle-content {
        display: flex;
        flex-direction: column; }
        .piranya-shop.order-planner > .plan .order-grouping__items .bundle-content > .bundle-items {
          display: grid;
          grid-auto-columns: minmax(0, 1fr);
          grid-auto-flow: column;
          grid-gap: 10px;
          width: 100%; }
          .piranya-shop.order-planner > .plan .order-grouping__items .bundle-content > .bundle-items > .bundle-item {
            align-items: center;
            aspect-ratio: 2;
            border: 1px solid #f0f0f0;
            border-radius: 20px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding: 10px;
            position: relative; }
            .piranya-shop.order-planner > .plan .order-grouping__items .bundle-content > .bundle-items > .bundle-item.unfilled {
              background-color: #f0f0f0; }
            .piranya-shop.order-planner > .plan .order-grouping__items .bundle-content > .bundle-items > .bundle-item > .icon {
              background-position: center center;
              background-repeat: no-repeat;
              background-size: cover;
              border-radius: inherit;
              bottom: 0;
              filter: brightness(0.7);
              left: 0;
              position: absolute;
              right: 0;
              top: 0; }
            .piranya-shop.order-planner > .plan .order-grouping__items .bundle-content > .bundle-items > .bundle-item > p {
              color: white;
              filter: drop-shadow(1px 2px 1px rgba(0, 0, 0, 0.5));
              font-size: 1.3em;
              z-index: 1; }
            .piranya-shop.order-planner > .plan .order-grouping__items .bundle-content > .bundle-items > .bundle-item > button.remove {
              background: none;
              border: none;
              cursor: pointer;
              font-size: 2em;
              position: absolute;
              top: 10px;
              right: 10px; }
      .piranya-shop.order-planner > .plan .order-grouping__items .category {
        display: flex;
        flex-direction: column;
        padding-bottom: 20px;
        padding-top: 20px; }
        .piranya-shop.order-planner > .plan .order-grouping__items .category .category__label {
          background-color: #f0f0f0;
          margin: 0px;
          border-radius: 10px;
          padding: 4px;
          padding-left: 30px;
          font-size: 1.5em;
          color: #212121; }
        .piranya-shop.order-planner > .plan .order-grouping__items .category[data-category-id="0"]:only-child {
          padding-top: 0;
          padding-bottom: 0; }
          .piranya-shop.order-planner > .plan .order-grouping__items .category[data-category-id="0"]:only-child > .category__label {
            display: none; }
      .piranya-shop.order-planner > .plan .order-grouping__items .row {
        align-items: center;
        border: 1px solid #f0f0f0;
        border-radius: 20px;
        display: flex;
        flex-direction: row;
        margin-top: 10px;
        padding: 10px 20px; }
        .piranya-shop.order-planner > .plan .order-grouping__items .row.bundle > .content {
          margin-left: 0;
          width: 100%; }
          .piranya-shop.order-planner > .plan .order-grouping__items .row.bundle > .content > .bundle-content {
            width: 100%; }
        .piranya-shop.order-planner > .plan .order-grouping__items .row.bundle > .days {
          display: none; }
        .piranya-shop.order-planner > .plan .order-grouping__items .row.multi {
          align-items: flex-start;
          flex-direction: column; }
        .piranya-shop.order-planner > .plan .order-grouping__items .row > .remove {
          background: #f0f0f0;
          border: none;
          border-radius: 20px;
          color: #212121;
          cursor: pointer;
          font-size: 1em;
          line-height: 1em;
          padding: 6px 10px 8px 10px;
          transition: background 0.2s ease-in-out; }
          .piranya-shop.order-planner > .plan .order-grouping__items .row > .remove:hover {
            background: #d7d7d7; }
          .piranya-shop.order-planner > .plan .order-grouping__items .row > .remove + .content {
            margin-left: 20px; }
        .piranya-shop.order-planner > .plan .order-grouping__items .row > .children {
          display: flex;
          flex-direction: column;
          width: 100%; }
          .piranya-shop.order-planner > .plan .order-grouping__items .row > .children > .row {
            border: none;
            box-shadow: none;
            padding: 0; }
            .piranya-shop.order-planner > .plan .order-grouping__items .row > .children > .row > .content > .short_description,
            .piranya-shop.order-planner > .plan .order-grouping__items .row > .children > .row > .content > .title {
              display: none; }
        .piranya-shop.order-planner > .plan .order-grouping__items .row .content {
          align-items: flex-start;
          display: flex;
          flex-direction: column; }
          .piranya-shop.order-planner > .plan .order-grouping__items .row .content > .choices:not(:empty) + .actions {
            padding-top: 10px; }
          .piranya-shop.order-planner > .plan .order-grouping__items .row .content > .actions {
            align-items: center;
            display: flex;
            flex-direction: row;
            margin-top: auto; }
            .piranya-shop.order-planner > .plan .order-grouping__items .row .content > .actions > button {
              background: #f0f0f0;
              border: none;
              cursor: pointer;
              margin-right: 10px;
              padding: 0.3em 0.6em;
              transition: background 0.2s ease-in-out; }
              .piranya-shop.order-planner > .plan .order-grouping__items .row .content > .actions > button:hover {
                background: #d7d7d7; }
          .piranya-shop.order-planner > .plan .order-grouping__items .row .content + .days,
          .piranya-shop.order-planner > .plan .order-grouping__items .row .content + .prices {
            margin-left: auto; }
        .piranya-shop.order-planner > .plan .order-grouping__items .row .short_description {
          color: #9f9f9f;
          font-size: 1em; }
        .piranya-shop.order-planner > .plan .order-grouping__items .row .title {
          color: #212121;
          font-size: 1em; }
        .piranya-shop.order-planner > .plan .order-grouping__items .row > .days {
          display: flex;
          flex-direction: row; }
          .piranya-shop.order-planner > .plan .order-grouping__items .row > .days > .day {
            border: 1px solid #9f9f9f;
            border-radius: 20px;
            padding: 1px;
            position: relative;
            transition: border-color 0.6s ease-in-out; }
            .piranya-shop.order-planner > .plan .order-grouping__items .row > .days > .day:not(:first-child) {
              margin-left: 10px; }
            .piranya-shop.order-planner > .plan .order-grouping__items .row > .days > .day > input {
              border: none;
              border-radius: 20px;
              box-sizing: border-box;
              color: #212121;
              font-size: 1em;
              outline: none;
              padding: 1em 0.05em 1em calc(0.05em + 13.5px);
              text-align: center;
              width: 3.55em; }
            .piranya-shop.order-planner > .plan .order-grouping__items .row > .days > .day.p-checkbox > label, .piranya-shop.order-planner > .plan .order-grouping__items .row > .days > .day.p-radio > label {
              box-sizing: border-box;
              font-size: 1em;
              padding: calc(3.55em / 2 - 4px) 1em;
              width: 3.55em; }
              .piranya-shop.order-planner > .plan .order-grouping__items .row > .days > .day.p-checkbox > label:after, .piranya-shop.order-planner > .plan .order-grouping__items .row > .days > .day.p-radio > label:after {
                left: calc(50% - 6px); }
              .piranya-shop.order-planner > .plan .order-grouping__items .row > .days > .day.p-checkbox > label:before, .piranya-shop.order-planner > .plan .order-grouping__items .row > .days > .day.p-radio > label:before {
                left: calc(50% - 10px); }
            .piranya-shop.order-planner > .plan .order-grouping__items .row > .days > .day.has-saved-changes > .spinner, .piranya-shop.order-planner > .plan .order-grouping__items .row > .days > .day.has-unsaved-changes > .spinner {
              border-radius: 20px;
              box-sizing: border-box;
              height: 100%;
              left: 0;
              overflow: hidden;
              pointer-events: none;
              position: absolute;
              top: 0;
              width: 100%;
              z-index: -1; }
              .piranya-shop.order-planner > .plan .order-grouping__items .row > .days > .day.has-saved-changes > .spinner:before, .piranya-shop.order-planner > .plan .order-grouping__items .row > .days > .day.has-unsaved-changes > .spinner:before {
                background: conic-gradient(transparent 0.1666turn, transparent 0.1666turn 0.3333turn, transparent 0.3333turn 0.5turn, transparent 0.5turn 0.6666turn, transparent 0.6666turn 0.8333turn, #212121 0.8333turn);
                box-sizing: border-box;
                content: '';
                opacity: 1;
                pointer-events: none;
                position: absolute;
                left: 50%;
                width: 200%;
                height: 200%;
                top: 50%;
                animation: spin-clockwise 0.6s linear infinite;
                transform: translate(-50%, -50%);
                transition: opacity 0.6s ease-in-out; }
            .piranya-shop.order-planner > .plan .order-grouping__items .row > .days > .day.has-saved-changes {
              border-color: #3e9b4b; }
              .piranya-shop.order-planner > .plan .order-grouping__items .row > .days > .day.has-saved-changes > .spinner:before {
                opacity: 0; }
            .piranya-shop.order-planner > .plan .order-grouping__items .row > .days > .day.has-error {
              border-color: red; }
              .piranya-shop.order-planner > .plan .order-grouping__items .row > .days > .day.has-error > .spinner:before {
                opacity: 0; }
        .piranya-shop.order-planner > .plan .order-grouping__items .row > .prices {
          margin-right: 10px; }
        .piranya-shop.order-planner > .plan .order-grouping__items .row.empty-indicator {
          padding: 27px;
          justify-content: center; }
          .piranya-shop.order-planner > .plan .order-grouping__items .row.empty-indicator > .content {
            margin-left: 0; }
    .piranya-shop.order-planner > .plan .summary {
      align-items: stretch;
      display: flex;
      flex-direction: column;
      width: 100%; }
      .piranya-shop.order-planner > .plan .summary:not(:empty) {
        margin-top: 20px; }
      .piranya-shop.order-planner > .plan .summary > .grouping {
        align-items: center;
        background-color: #f0f0f0;
        border-radius: 20px;
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        padding: 10px 20px 10px 74px;
        width: 100%; }
        .piranya-shop.order-planner > .plan .summary > .grouping:not(:first-child) {
          margin-top: 20px; }
        .piranya-shop.order-planner > .plan .summary > .grouping > .content {
          align-items: flex-end;
          display: flex;
          flex-direction: column; }
        .piranya-shop.order-planner > .plan .summary > .grouping > .title {
          font-size: 1.4em; }
          .piranya-shop.order-planner > .plan .summary > .grouping > .title + .content,
          .piranya-shop.order-planner > .plan .summary > .grouping > .title + .price {
            margin-left: auto; }
      .piranya-shop.order-planner > .plan .summary .grouping > .title {
        color: #212121;
        width: auto; }
      .piranya-shop.order-planner > .plan .summary > .grouping > .price:not(:last-child) {
        margin-right: 40px; }
      .piranya-shop.order-planner > .plan .summary .sub-grouping {
        display: flex;
        flex-direction: row; }
        .piranya-shop.order-planner > .plan .summary .sub-grouping > .price {
          margin-right: 10px; }
        .piranya-shop.order-planner > .plan .summary .sub-grouping > .title {
          color: #9f9f9f;
          font-size: 0.8em;
          margin-right: 10px; }
          .piranya-shop.order-planner > .plan .summary .sub-grouping > .title + .price {
            min-width: 6em;
            text-align: right; }
        .piranya-shop.order-planner > .plan .summary .sub-grouping.total-prices > p.price {
          font-size: 1.2em; }
        .piranya-shop.order-planner > .plan .summary .sub-grouping.total-prices p.day > span.price {
          font-size: 0.7em; }
      .piranya-shop.order-planner > .plan .summary .days {
        display: flex;
        flex-direction: row; }
        .piranya-shop.order-planner > .plan .summary .days > .day {
          color: #212121;
          font-size: 1em;
          text-align: center;
          width: calc(3.55em + 4px); }
          .piranya-shop.order-planner > .plan .summary .days > .day:not(:first-child) {
            margin-left: 10px; }
    .piranya-shop.order-planner > .plan .order-groupings {
      display: flex;
      flex-direction: column;
      gap: 20px;
      width: 100%; }
    .piranya-shop.order-planner > .plan .order-grouping {
      display: flex;
      flex-direction: column;
      width: 100%; }
      .piranya-shop.order-planner > .plan .order-grouping:not(.active) > .hide-when-order-grouping-is-inactive,
      .piranya-shop.order-planner > .plan .order-grouping:not(.active) > .order-grouping__header .hide-when-order-grouping-is-inactive {
        display: none; }
      .piranya-shop.order-planner > .plan .order-grouping:not(.active)[data-level="1"] {
        padding-left: 20px; }
      .piranya-shop.order-planner > .plan .order-grouping:not(.active)[data-level="2"] {
        padding-left: 30px; }
      .piranya-shop.order-planner > .plan .order-grouping:not(.active)[data-level="3"] {
        padding-left: 40px; }
      .piranya-shop.order-planner > .plan .order-grouping.active > .hide-when-order-grouping-is-active,
      .piranya-shop.order-planner > .plan .order-grouping.active > .order-grouping__header .hide-when-order-grouping-is-active {
        display: none; }
      .piranya-shop.order-planner > .plan .order-grouping.active > .order-grouping__header {
        justify-content: center; }
        .piranya-shop.order-planner > .plan .order-grouping.active > .order-grouping__header .title {
          font-size: 1.6em; }
          .piranya-shop.order-planner > .plan .order-grouping.active > .order-grouping__header .title > .value {
            font-weight: bold; }
      .piranya-shop.order-planner > .plan .order-grouping > .order-grouping__actions {
        background-color: white;
        display: flex;
        flex-direction: row;
        justify-content: center;
        width: 100%; }
        .piranya-shop.order-planner > .plan .order-grouping > .order-grouping__actions > button {
          background: #51a389;
          border: none;
          border-radius: 20px;
          color: white;
          cursor: pointer;
          font-size: 1.4em;
          padding: 10px 20px; }
          .piranya-shop.order-planner > .plan .order-grouping > .order-grouping__actions > button[disabled] {
            opacity: 0.4; }
        .piranya-shop.order-planner > .plan .order-grouping > .order-grouping__actions:not(:empty) {
          margin-top: 5px;
          padding: 20px 0; }
      .piranya-shop.order-planner > .plan .order-grouping > .order-grouping__check-results {
        align-self: center; }
        .piranya-shop.order-planner > .plan .order-grouping > .order-grouping__check-results:not(:empty) {
          margin-top: 25px; }
        .piranya-shop.order-planner > .plan .order-grouping > .order-grouping__check-results > .check-result {
          color: orange; }
          .piranya-shop.order-planner > .plan .order-grouping > .order-grouping__check-results > .check-result.blocking {
            color: red; }
      .piranya-shop.order-planner > .plan .order-grouping > .order-grouping__header {
        align-items: center;
        display: flex;
        flex-direction: row;
        width: 100%;
        flex-wrap: wrap; }
        .piranya-shop.order-planner > .plan .order-grouping > .order-grouping__header > button.edit {
          background: transparent;
          border: 1px solid #9f9f9f;
          border-radius: 100%;
          cursor: pointer;
          font-size: 1em;
          margin-right: 10px;
          padding: 0.5em 0.6em; }
          .piranya-shop.order-planner > .plan .order-grouping > .order-grouping__header > button.edit > i {
            color: #212121; }
        .piranya-shop.order-planner > .plan .order-grouping > .order-grouping__header > .days {
          display: flex;
          flex-direction: row;
          margin-left: auto;
          margin-right: 22px; }
          @media (max-width: 800px) {
            .piranya-shop.order-planner > .plan .order-grouping > .order-grouping__header > .days {
              margin-right: 10px; } }
          .piranya-shop.order-planner > .plan .order-grouping > .order-grouping__header > .days > .day {
            color: #212121;
            font-size: 1em;
            text-align: center;
            width: calc(3.55em + 4px); }
            .piranya-shop.order-planner > .plan .order-grouping > .order-grouping__header > .days > .day:not(:first-child) {
              margin-left: 10px; }
            .piranya-shop.order-planner > .plan .order-grouping > .order-grouping__header > .days > .day.is-empty {
              opacity: 0; }
        .piranya-shop.order-planner > .plan .order-grouping > .order-grouping__header > .title {
          font-size: 1.4em; }
    .piranya-shop.order-planner > .plan:not(.is_flushing) .day.has-unsaved-changes > .spinner:before {
      opacity: 0 !important; }
    .piranya-shop.order-planner > .plan.locked > .header button.guided {
      display: none; }
    .piranya-shop.order-planner > .plan.locked .order-grouping__items .row button.remove {
      display: none; }
      .piranya-shop.order-planner > .plan.locked .order-grouping__items .row button.remove + .content {
        margin-left: 0; }
    .piranya-shop.order-planner > .plan.locked .order-grouping__items .row .content > .actions {
      display: none; }
    .piranya-shop.order-planner > .plan.locked .order-grouping__actions button.save.is_saved {
      display: none; }
    .piranya-shop.order-planner > .plan.locked + .order-create {
      display: none; }
    .piranya-shop.order-planner > .plan:not(.may-have-multiple-order-groupings) > .order-groupings > .active > .order-grouping__header {
      display: none; }
    .piranya-shop.order-planner > .plan.may-have-multiple-order-groupings > .order-groupings {
      margin-top: 10px; }
    .piranya-shop.order-planner > .plan + .order-create {
      margin-top: 80px; }
    .piranya-shop.order-planner > .plan:not(.has-active-order-grouping) + .order-create {
      display: none; }
  .piranya-shop.order-planner.guided > .plan > .header .actions > button.guided {
    background-color: #51a389;
    color: white; }
  .piranya-shop.order-planner > .order-create .panels .products.loading:after {
    border-top-color: #212121; }

.order-planner__period-status {
  display: flex;
  flex-direction: column; }

.piranya-shop.p-popup.edit-comment textarea {
  font-size: 1em;
  height: 200px;
  margin-top: 20px;
  max-height: 60vh;
  max-width: 80vw;
  padding: 10px;
  width: 400px; }

.piranya-shop.p-popup.info-for-new-order-grouping .swal2-html-container {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 20px; }

.piranya-shop.p-popup.info-for-new-order-grouping label {
  display: block;
  font-size: 1.2em;
  margin-bottom: 5px;
  text-align: left; }

.piranya-shop.dialog.pick-delivery-date,
.piranya-shop.dialog.pick-eating-days {
  display: flex;
  flex-direction: column; }
  .piranya-shop.dialog.pick-delivery-date h3,
  .piranya-shop.dialog.pick-eating-days h3 {
    font-size: 2em;
    text-align: center; }
  .piranya-shop.dialog.pick-delivery-date h4,
  .piranya-shop.dialog.pick-eating-days h4 {
    font-size: 1.3em;
    margin-top: 15px;
    text-align: center; }
  .piranya-shop.dialog.pick-delivery-date div.days,
  .piranya-shop.dialog.pick-eating-days div.days {
    align-items: stretch;
    display: flex;
    flex-direction: row;
    margin: 20px 0; }
    .piranya-shop.dialog.pick-delivery-date div.days > .day,
    .piranya-shop.dialog.pick-eating-days div.days > .day {
      align-items: center;
      display: flex;
      flex-direction: column; }
      .piranya-shop.dialog.pick-delivery-date div.days > .day > .label,
      .piranya-shop.dialog.pick-eating-days div.days > .day > .label {
        font-size: 0.8em;
        text-transform: capitalize; }
      .piranya-shop.dialog.pick-delivery-date div.days > .day:not(:first-child),
      .piranya-shop.dialog.pick-eating-days div.days > .day:not(:first-child) {
        margin-left: 20px; }
  .piranya-shop.dialog.pick-delivery-date select.delivery-dates,
  .piranya-shop.dialog.pick-eating-days select.delivery-dates {
    margin: 20px 0; }
  .piranya-shop.dialog.pick-delivery-date > .pick-eating-days__add-default,
  .piranya-shop.dialog.pick-eating-days > .pick-eating-days__add-default {
    margin-top: 10px; }


/* piranya/shop */
/* Sizes */
/* End Sizes */
/* Colors */
/*  */
/* End Colors */
.piranya-shop.product.add-to-basket .choices > .times {
  display: flex;
  flex-direction: column; }
  .piranya-shop.product.add-to-basket .choices > .times:not(:first-child) {
    margin-top: 10px; }
  .piranya-shop.product.add-to-basket .choices > .times > .header {
    margin-bottom: 10px; }
  .piranya-shop.product.add-to-basket .choices > .times > .content {
    align-items: stretch;
    display: flex;
    flex-direction: row;
    gap: 10px; }
    .piranya-shop.product.add-to-basket .choices > .times > .content > .time {
      align-items: center;
      display: flex;
      flex-direction: column;
      max-width: 3.5em; }
      .piranya-shop.product.add-to-basket .choices > .times > .content > .time > input {
        box-sizing: border-box;
        max-width: 100%;
        padding: 0.4em; }
      .piranya-shop.product.add-to-basket .choices > .times > .content > .time > label {
        color: #9f9f9f; }
      .piranya-shop.product.add-to-basket .choices > .times > .content > .time label + input {
        margin-top: 0.5em; }
      .piranya-shop.product.add-to-basket .choices > .times > .content > .time > .unit {
        color: #9f9f9f;
        font-size: 0.7em; }

.piranya-shop.product.add-to-basket .totals.is_loading > p > .value {
  min-width: 2em;
  position: relative; }
  .piranya-shop.product.add-to-basket .totals.is_loading > p > .value::after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    margin-left: -0.5em;
    border-radius: 50%;
    border: 0.1em solid #ccc;
    border-top-color: #000;
    animation: rotate-clockwise .6s linear infinite; }


/* piranya/shop */
/* Product details */
.piranya-view-shop-product-detail .buy-wrapper > .title,
.piranya-view-shop-product-detail .buy-wrapper .highlighted-text-wrapper,
.piranya-view-shop-product-detail .buy-wrapper > .choices,
.piranya-view-shop-product-detail .buy-wrapper > .price-wrapper,
.piranya-view-shop-product-detail .buy-wrapper > .shipping-calculator:not(:last-child),
.piranya-view-shop-product-detail .buy-wrapper > .stock,
.piranya-view-shop-product-detail .description .title {
  margin-bottom: 16px; }

.piranya-view-shop-product-detail .buy-wrapper > .shipping-calculator:last-child {
  margin-top: 16px; }

.piranya-view-shop-product-detail .buy-wrapper .add-to-cart-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%; }
  .piranya-view-shop-product-detail .buy-wrapper .add-to-cart-wrapper > button:first-child {
    margin-top: 0;
    width: 100%; }
  .piranya-view-shop-product-detail .buy-wrapper .add-to-cart-wrapper .payment-methods-price-tags {
    margin-top: 16px; }

.piranya-view-shop-product-detail .buy-wrapper > .piranya-product-amount-wrapper {
  margin: 0 0 16px 0;
  width: 100%; }
  .piranya-view-shop-product-detail .buy-wrapper > .piranya-product-amount-wrapper > .header {
    margin-bottom: 12px; }
  .piranya-view-shop-product-detail .buy-wrapper > .piranya-product-amount-wrapper > input {
    width: 100%;
    margin: 5px 0 0 0;
    font-size: 1.3em;
    text-align: center;
    -moz-appearance: textfield; }
    .piranya-view-shop-product-detail .buy-wrapper > .piranya-product-amount-wrapper > input[type="number"]::-webkit-outer-spin-button, .piranya-view-shop-product-detail .buy-wrapper > .piranya-product-amount-wrapper > input[type="number"]::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0; }
  .piranya-view-shop-product-detail .buy-wrapper > .piranya-product-amount-wrapper > .item-count {
    width: 100%; }
    .piranya-view-shop-product-detail .buy-wrapper > .piranya-product-amount-wrapper > .item-count > * {
      font-size: 1.2em; }

.piranya-view-shop-product-detail .buy-wrapper > .price-wrapper {
  width: 100%; }
  .piranya-view-shop-product-detail .buy-wrapper > .price-wrapper > p.price {
    background-color: #ececec;
    box-sizing: border-box;
    font-size: 1.4em;
    padding: 0.5em;
    width: 100%; }
    .piranya-view-shop-product-detail .buy-wrapper > .price-wrapper > p.price > .value {
      float: right; }
  .piranya-view-shop-product-detail .buy-wrapper > .price-wrapper > p:not(:first-child) {
    margin-top: 16px; }

.piranya-view-shop-product-detail .buy-wrapper .highlighted-text-wrapper {
  width: 100%;
  border-bottom: 1px solid black;
  padding-bottom: 10px; }

.piranya-view-shop-product-detail .facts {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px; }
  .piranya-view-shop-product-detail .facts > .fact {
    align-items: center;
    background-color: #ececec;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    padding: 10px; }
    .piranya-view-shop-product-detail .facts > .fact > .label {
      color: #686868;
      font-size: 0.8em;
      text-align: center; }
    .piranya-view-shop-product-detail .facts > .fact > .value {
      text-align: center; }
  @supports (display: grid) {
    .piranya-view-shop-product-detail .facts {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      grid-template-rows: repeat(100, max-content); } }

@supports (display: grid) {
  .piranya-view-shop-product-detail form.add-to-basket {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(calc(50% - 10px), 1fr)); }
  .piranya-view-shop-product-detail.show-description-on-side .buy-wrapper {
    grid-row-start: 1;
    grid-row-end: 3; }
  .piranya-view-shop-product-detail.show-description-on-side .images {
    grid-row: 1; }
  .piranya-view-shop-product-detail:not(.show-description-on-side) .buy-wrapper:first-child,
  .piranya-view-shop-product-detail .add-to-basket > .children,
  .piranya-view-shop-product-detail .add-to-basket > .go-to-checkout,
  .piranya-view-shop-product-detail .add-to-basket > .choices.spacious {
    grid-column: 1 / span 2; } }

@supports not (display: grid) {
  .piranya-view-shop-product-detail .images, .piranya-view-shop-product-detail .buy-wrapper {
    width: calc(50% - 10px); } }

@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .piranya-view-shop-product-detail .images, .piranya-view-shop-product-detail .buy-wrapper {
    width: calc(50% - 10px); } }

.piranya-view-shop-product-detail .images,
.piranya-view-shop-product-detail .buy-wrapper {
  float: left;
  box-sizing: border-box; }

.piranya-view-shop-product-detail .images {
  position: relative; }

@supports not (display: grid) {
  .piranya-view-shop-product-detail .buy-wrapper {
    margin-left: 20px; }
  .piranya-view-shop-product-detail .buy-wrapper:first-child {
    width: 100%; } }

@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .piranya-view-shop-product-detail .buy-wrapper {
    margin-left: 20px; }
  .piranya-view-shop-product-detail .buy-wrapper:first-child {
    width: 100%; } }

.piranya-view-shop-product-detail .choices {
  width: 100%; }

.piranya-view-shop-product-detail .choices.spacious {
  background: none;
  padding: 0;
  box-sizing: border-box; }

.piranya-view-shop-product-detail .choices > .header {
  display: none; }

.piranya-view-shop-product-detail ul.tabs {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
  list-style-type: none;
  border-bottom: 3px solid lightgrey;
  float: left; }

.piranya-view-shop-product-detail ul.tabs li:only-child {
  display: none; }

.piranya-view-shop-product-detail ul.tabs li {
  float: left;
  margin: initial;
  margin-right: 20px;
  width: initial;
  cursor: pointer; }

.piranya-view-shop-product-detail ul.tabs li h2 {
  color: black;
  font-weight: bold;
  padding: 5px 10px 0px 10px;
  margin-bottom: 5px;
  font-size: 20px;
  float: left; }

.piranya-view-shop-product-detail ul.tabs li.active, .piranya-view-shop-product-detail ul.tabs li:hover {
  background-color: lightgrey; }

.piranya-view-shop-product-detail ul.tabs li.active h2, .piranya-view-shop-product-detail ul.tabs li:hover h2 {
  color: white; }

.piranya-view-shop-product-detail ul.tabs ~ div:not(.active) {
  display: none; }

.piranya-view-shop-product-detail .description,
.piranya-view-shop-product-detail .reviews {
  width: 100%; }

.piranya-view-shop-product-detail:not(.has-choices) .tabs,
.piranya-view-shop-product-detail:not(.has-choices):not(.show-description-on-side) .description,
.piranya-view-shop-product-detail:not(.has-choices) .reviews {
  grid-column-start: 1;
  grid-column-end: 3; }

.piranya-shop.dialog.product .images > .large,
.piranya-view-shop-product-detail .images > .large {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center; }
  .piranya-shop.dialog.product .images > .large:not(:last-child),
  .piranya-view-shop-product-detail .images > .large:not(:last-child) {
    margin-bottom: 20px; }

.piranya-shop.dialog.product .images img,
.piranya-shop.dialog.product .images video,
.piranya-view-shop-product-detail .images img,
.piranya-view-shop-product-detail .images video {
  box-sizing: border-box;
  max-width: 100%; }

.piranya-shop.dialog.product .images a img,
.piranya-view-shop-product-detail .images a img {
  opacity: 1;
  transition: opacity 0.4s ease; }
  .piranya-shop.dialog.product .images a img:hover,
  .piranya-view-shop-product-detail .images a img:hover {
    opacity: 0.8; }

.piranya-shop.dialog.product .images > .small-images,
.piranya-view-shop-product-detail .images > .small-images {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(4, 1fr); }

@supports not (display: grid) {
  .piranya-view-shop-product-detail .description,
  .piranya-view-shop-product-detail .reviews {
    margin-top: 20px; } }

@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .piranya-view-shop-product-detail .description,
  .piranya-view-shop-product-detail .reviews {
    margin-top: 20px; } }

@media (min-width: 741px) {
  .piranya-view-shop-product-detail.has-choices .buy-wrapper {
    grid-column: 2; } }

@media (max-width: 740px) {
  .piranya-view-shop-product-detail .images,
  .piranya-view-shop-product-detail .buy-wrapper {
    width: 100%; }
  @supports (display: grid) {
    .piranya-view-shop-product-detail .add-to-basket > div {
      grid-column-start: 1;
      grid-column-end: 3; }
    .piranya-view-shop-product-detail .images {
      grid-row-start: 1;
      grid-row-end: 1; }
    .piranya-view-shop-product-detail .buy-wrapper,
    .piranya-view-shop-product-detail.show-description-on-side .buy-wrapper {
      grid-row-start: 2;
      grid-row-end: 2; } }
  .piranya-view-shop-product-detail .buy-wrapper {
    margin-left: 0; } }

@media (orientation: portrait) {
  .piranya-view-shop-product-detail .images > .large > img {
    max-height: 50vh; } }


/* piranya/shop */
.p-popup.piranya-shop.product.add-to-basket.wizard {
  overflow: hidden;
  padding: 0; }
  .p-popup.piranya-shop.product.add-to-basket.wizard .swal2-html-container {
    height: fit-content;
    overflow: hidden; }
  .p-popup.piranya-shop.product.add-to-basket.wizard .choices {
    overflow: hidden;
    height: fit-content;
    display: flex;
    flex-flow: row wrap; }
    .p-popup.piranya-shop.product.add-to-basket.wizard .choices > .next,
    .p-popup.piranya-shop.product.add-to-basket.wizard .choices > .previous {
      border: none;
      border-radius: unset;
      box-sizing: border-box;
      width: calc(50% - 2px);
      padding: 10px 20px;
      margin: 10px 0 0 0;
      text-align: center; }
    .p-popup.piranya-shop.product.add-to-basket.wizard .choices > .next {
      margin-left: 4px; }
    .p-popup.piranya-shop.product.add-to-basket.wizard .choices[data-page*="0"] > .previous {
      display: none; }
    .p-popup.piranya-shop.product.add-to-basket.wizard .choices[data-page*="0"] > .next {
      margin-left: 0;
      width: 100%; }
    .p-popup.piranya-shop.product.add-to-basket.wizard .choices[data-page*="final"] > .previous {
      width: 100%;
      background: unset;
      color: black;
      font-size: 1em; }
    .p-popup.piranya-shop.product.add-to-basket.wizard .choices[data-page*="final"] > .next {
      display: none; }
    .p-popup.piranya-shop.product.add-to-basket.wizard .choices[data-page*="final"].singlePage > .previous {
      display: none; }
    .p-popup.piranya-shop.product.add-to-basket.wizard .choices .variants {
      display: grid;
      grid-template-columns: repeat(100, 100%);
      grid-template-rows: min-content;
      position: relative;
      width: 100% !important;
      right: 0%;
      transition: right 500ms ease; }
      .p-popup.piranya-shop.product.add-to-basket.wizard .choices .variants .group {
        width: 100% !important;
        flex: 0 0 100%;
        padding: 0px 10px; }
        .p-popup.piranya-shop.product.add-to-basket.wizard .choices .variants .group[data-page-index] {
          grid-row: unset; }
      @media (max-width: 480px) {
        .p-popup.piranya-shop.product.add-to-basket.wizard .choices .variants .group[data-picker="toggle_box"][data-is-amount-pickable="true"] > .content > .property:not(:last-child) {
          margin-bottom: 5px; }
        .p-popup.piranya-shop.product.add-to-basket.wizard .choices .variants .group[data-picker="toggle_box"][data-is-amount-pickable="true"] > .content > .property {
          align-items: center;
          flex-direction: row; }
          .p-popup.piranya-shop.product.add-to-basket.wizard .choices .variants .group[data-picker="toggle_box"][data-is-amount-pickable="true"] > .content > .property .amount, .p-popup.piranya-shop.product.add-to-basket.wizard .choices .variants .group[data-picker="toggle_box"][data-is-amount-pickable="true"] > .content > .property .price {
            margin: 0 0 0 10px;
            width: auto; } }
    .p-popup.piranya-shop.product.add-to-basket.wizard .choices[data-page] .group:not(.active) {
      max-height: 0;
      min-height: 0;
      opacity: 0;
      padding: 0;
      margin: 0;
      border: none;
      transition: unset; }
      .p-popup.piranya-shop.product.add-to-basket.wizard .choices[data-page] .group:not(.active) * {
        max-height: 0;
        opacity: 0;
        padding: 0;
        margin: 0;
        border: none;
        transition: unset; }
  .p-popup.piranya-shop.product.add-to-basket.wizard .choices:not([data-page*=final]) ~ * {
    max-height: 0px;
    opacity: 0;
    padding: 0px;
    margin: 0px;
    border: none;
    transition: max-height 0.25s ease; }
    .p-popup.piranya-shop.product.add-to-basket.wizard .choices:not([data-page*=final]) ~ * * {
      user-select: none;
      cursor: pointer;
      max-height: 0px;
      opacity: 0;
      padding: 0px;
      margin: 0px;
      border: none;
      font-size: 0em; }
  .p-popup.piranya-shop.product.add-to-basket.wizard .wrapper .item-count, .p-popup.piranya-shop.product.add-to-basket.wizard .wrapper .totals {
    padding: 0px 10px; }
  .p-popup.piranya-shop.product.add-to-basket.wizard .wrapper > button {
    border-radius: unset; }
  .p-popup.piranya-shop.product.add-to-basket.wizard .variants > .group * {
    transition: all 0s ease; }
  .p-popup.piranya-shop.product.add-to-basket.wizard .variants > .group > .content {
    max-height: 900px;
    overflow: hidden; }
    .p-popup.piranya-shop.product.add-to-basket.wizard .variants > .group > .content > .property:not(.has-price) .price:not(.keep) {
      opacity: 1; }
      .p-popup.piranya-shop.product.add-to-basket.wizard .variants > .group > .content > .property:not(.has-price) .price:not(.keep) .value .sign {
        opacity: 0; }
  .p-popup.piranya-shop.product.add-to-basket.wizard .variants > .group > .header {
    justify-content: space-between;
    margin-bottom: 5px; }
    .p-popup.piranya-shop.product.add-to-basket.wizard .variants > .group > .header.inactive:not(.pending) {
      background: #d9d9d9; }
    .p-popup.piranya-shop.product.add-to-basket.wizard .variants > .group > .header.inactive, .p-popup.piranya-shop.product.add-to-basket.wizard .variants > .group > .header.active {
      cursor: pointer; }
  .p-popup.piranya-shop.product.add-to-basket.wizard .variants > .group .header.active:after,
  .p-popup.piranya-shop.product.add-to-basket.wizard .variants > .group .header.pending:after {
    content: "\f077";
    font: normal normal normal 1em/1 FontAwesome; }
  .p-popup.piranya-shop.product.add-to-basket.wizard .variants > .group .header.active + .content, .p-popup.piranya-shop.product.add-to-basket.wizard .variants > .group .header.active + .content .group,
  .p-popup.piranya-shop.product.add-to-basket.wizard .variants > .group .header.pending + .content,
  .p-popup.piranya-shop.product.add-to-basket.wizard .variants > .group .header.pending + .content .group {
    transition: max-height .25s linear; }
  .p-popup.piranya-shop.product.add-to-basket.wizard .variants > .group .header.inactive:not(.pending) .title {
    color: darkgrey; }
  .p-popup.piranya-shop.product.add-to-basket.wizard .variants > .group .header.inactive.pending:after {
    content: "\f078"; }
  .p-popup.piranya-shop.product.add-to-basket.wizard .variants > .group .header.inactive:not(.pending):after {
    content: "\f078";
    font: normal normal normal 1em/1 FontAwesome;
    color: darkgrey; }
  .p-popup.piranya-shop.product.add-to-basket.wizard .variants > .group .header.inactive + .content {
    max-height: 0px;
    transition: max-height .25s linear;
    overflow: hidden; }
    .p-popup.piranya-shop.product.add-to-basket.wizard .variants > .group .header.inactive + .content > .property {
      max-height: 0px;
      opacity: 0;
      padding: 0px;
      margin: 0px;
      border: none; }
      .p-popup.piranya-shop.product.add-to-basket.wizard .variants > .group .header.inactive + .content > .property * {
        max-height: 0px;
        opacity: 0;
        padding: 0px;
        margin: 0px;
        border: none; }


/* piranya/shop */
.piranya-shop-shipping-calculator {
  display: flex;
  flex-flow: column nowrap;
  width: 100%; }
  .piranya-shop-shipping-calculator > .piranya-shop-checkout-data-address {
    width: 100%; }
    .piranya-shop-shipping-calculator > .piranya-shop-checkout-data-address > h2 {
      width: 100%; }
    .piranya-shop-shipping-calculator > .piranya-shop-checkout-data-address .piranya-input-container.p-checkbox {
      display: none; }
  .piranya-shop-shipping-calculator > div[data-view-name] {
    width: 100%; }
    .piranya-shop-shipping-calculator > div[data-view-name] > .shipping-methods-wrapper {
      max-height: 2000px;
      overflow: hidden;
      transition: max-height 0.6s ease-in-out;
      width: 100%; }
      .piranya-shop-shipping-calculator > div[data-view-name] > .shipping-methods-wrapper.no-address {
        max-height: 0; }
      .piranya-shop-shipping-calculator > div[data-view-name] > .shipping-methods-wrapper > .header {
        width: 100%; }
      .piranya-shop-shipping-calculator > div[data-view-name] > .shipping-methods-wrapper > .shipping-methods {
        width: 100%; }
        .piranya-shop-shipping-calculator > div[data-view-name] > .shipping-methods-wrapper > .shipping-methods > .item {
          padding: 10px 0px;
          width: 100%; }
          .piranya-shop-shipping-calculator > div[data-view-name] > .shipping-methods-wrapper > .shipping-methods > .item:not(:last-child) {
            border-bottom: 1px solid #efefef; }
          .piranya-shop-shipping-calculator > div[data-view-name] > .shipping-methods-wrapper > .shipping-methods > .item:last-child {
            padding-bottom: 0; }
          .piranya-shop-shipping-calculator > div[data-view-name] > .shipping-methods-wrapper > .shipping-methods > .item .header {
            width: 100%;
            margin-bottom: 5px; }
            .piranya-shop-shipping-calculator > div[data-view-name] > .shipping-methods-wrapper > .shipping-methods > .item .header .title {
              width: auto; }
          .piranya-shop-shipping-calculator > div[data-view-name] > .shipping-methods-wrapper > .shipping-methods > .item .content {
            width: 100%; }
            .piranya-shop-shipping-calculator > div[data-view-name] > .shipping-methods-wrapper > .shipping-methods > .item .content .duration {
              display: none;
              /* hide by default */
              width: 100%; }
            .piranya-shop-shipping-calculator > div[data-view-name] > .shipping-methods-wrapper > .shipping-methods > .item .content .usage {
              width: 100%; }
            .piranya-shop-shipping-calculator > div[data-view-name] > .shipping-methods-wrapper > .shipping-methods > .item .content .price-wrapper {
              width: auto;
              margin-top: 5px;
              font-size: 1.1em;
              text-align: right; }

.piranya-shop-shipping-calculator_call-to-action > .piranya-shop-shipping-calculator {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.6s ease-in-out; }
  .piranya-shop-shipping-calculator_call-to-action > .piranya-shop-shipping-calculator.expanded {
    max-height: 2000px; }


/* piranya/shop */
.piranya-shop-supplier-products > .piranya-view-content,
.supplier-product-orders > .piranya-view-content {
  align-items: flex-start;
  display: flex;
  flex-direction: column; }

.piranya-shop-supplier-products table,
.supplier-product-orders table {
  float: left;
  margin: 20px 0;
  width: 100%; }

.piranya-shop-supplier-products td,
.supplier-product-orders td {
  border-bottom: 1px solid #c3c3c3;
  padding: 10px;
  text-align: center; }
  .piranya-shop-supplier-products td.items,
  .supplier-product-orders td.items {
    align-items: center;
    display: flex;
    flex-direction: column; }
    .piranya-shop-supplier-products td.items > div,
    .supplier-product-orders td.items > div {
      align-items: center;
      display: flex;
      flex-direction: column; }
    .piranya-shop-supplier-products td.items .item + .item,
    .supplier-product-orders td.items .item + .item {
      margin-top: 1em; }

.piranya-shop-supplier-products td:not(.comment),
.supplier-product-orders td:not(.comment) {
  white-space: nowrap; }

.piranya-shop-supplier-products a,
.supplier-product-orders a {
  display: block;
  float: left; }

.piranya-shop-supplier-products .group,
.supplier-product-orders .group {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  width: 100%; }
  .piranya-shop-supplier-products .group + .group,
  .supplier-product-orders .group + .group {
    margin-top: 40px; }

.piranya-shop-supplier-products > h1 {
  margin-bottom: 0; }

.piranya-shop-supplier-products form {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 40px 0; }
  .piranya-shop-supplier-products form > .select {
    align-items: stretch;
    display: flex;
    flex-direction: row; }
  .piranya-shop-supplier-products form > input {
    margin-left: 10px; }
  .piranya-shop-supplier-products form + table {
    margin-top: 0; }


/* piranya/shop */
.piranya-shop .choices > .variants,
.piranya-shop .variants > * {
  float: left;
  clear: left;
  width: 100%; }

.piranya-shop .variants > span.separator {
  min-height: 1em; }

.piranya-shop .variants > .group {
  align-items: stretch;
  box-sizing: border-box;
  display: flex;
  flex-direction: column; }
  .piranya-shop .variants > .group:not(:first-child) {
    margin-top: 10px; }
  .piranya-shop .variants > .group > :last-child {
    margin-bottom: 0; }
  .piranya-shop .variants > .group > .header {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    .piranya-shop .variants > .group > .header > .status {
      font-size: 1.2em; }
  .piranya-shop .variants > .group > div.description {
    margin-top: 10px;
    width: 100%; }
  .piranya-shop .variants > .group > .content {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    float: left; }
    .piranya-shop .variants > .group > .content.swiper-wrapper {
      flex-wrap: nowrap; }
      .piranya-shop .variants > .group > .content.swiper-wrapper > .swiper-slide {
        margin: 0; }
  .piranya-shop .variants > .group[data-is-valid="false"] > .header > .status {
    color: red; }
  .piranya-shop .variants > .group.incompatible {
    display: none; }
  .piranya-shop .variants > .group.swiper-container-horizontal > .swiper-wrapper {
    flex-direction: row; }
  .piranya-shop .variants > .group > .content > .property {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    /* Amount picker */
    /* end of amount picker */ }
    .piranya-shop .variants > .group > .content > .property > div.label-and-input {
      display: flex;
      flex-direction: row;
      align-items: center; }
    .piranya-shop .variants > .group > .content > .property div.image, .piranya-shop .variants > .group > .content > .property div.video {
      background-image: url("/content/v1.0.9196.172221/piranya/images/NoPicture.png");
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      margin-right: 10px;
      min-height: 70px;
      min-width: 70px; }
      .piranya-shop .variants > .group > .content > .property div.image:not(:empty), .piranya-shop .variants > .group > .content > .property div.video:not(:empty) {
        width: 70px; }
      .piranya-shop .variants > .group > .content > .property div.image > a.small, .piranya-shop .variants > .group > .content > .property div.video > a.small {
        text-align: center;
        width: 100%;
        display: block; }
        .piranya-shop .variants > .group > .content > .property div.image > a.small > img, .piranya-shop .variants > .group > .content > .property div.video > a.small > img {
          width: 100%; }
    .piranya-shop .variants > .group > .content > .property div.video video {
      max-width: 100%;
      max-height: 100%; }
    .piranya-shop .variants > .group > .content > .property button.description {
      display: block;
      clear: none;
      width: auto;
      border: none;
      background: transparent;
      font-size: 1.3em;
      margin: 0;
      color: #666;
      cursor: pointer;
      transition: color 0.2s ease; }
      .piranya-shop .variants > .group > .content > .property button.description:hover {
        color: black; }
      .piranya-shop .variants > .group > .content > .property button.description:before {
        content: "\f05a"; }
    .piranya-shop .variants > .group > .content > .property label.property {
      font-size: 1em; }
      .piranya-shop .variants > .group > .content > .property label.property > h4 {
        text-align: left; }
    @media not screen and (max-width: 480px) {
      .piranya-shop .variants > .group > .content > .property.p-toggle-box.selected .stock + .amount, .piranya-shop .variants > .group > .content > .property:not(.p-toggle-box) .stock + .amount {
        margin-left: 10px; } }
    .piranya-shop .variants > .group > .content > .property .amount {
      align-items: stretch;
      margin-left: 0; }
      .piranya-shop .variants > .group > .content > .property .amount > input[type="number"] {
        flex-grow: unset;
        max-width: 3.52em;
        width: auto; }
    .piranya-shop .variants > .group > .content > .property.p-toggle-box > .amount > .disabled {
      opacity: 0; }
    .piranya-shop .variants > .group > .content > .property.read-only {
      opacity: 0.5; }
      .piranya-shop .variants > .group > .content > .property.read-only:not(.selected) {
        display: none; }
    .piranya-shop .variants > .group > .content > .property p.price {
      margin-left: auto;
      max-height: 2em; }
      .piranya-shop .variants > .group > .content > .property p.price:not(.keep) {
        transition: margin-top,max-height,opacity 0.3s ease; }
    .piranya-shop .variants > .group > .content > .property:not(.has-price) .price:not(.keep) {
      margin-top: 0;
      max-height: 0;
      opacity: 0; }
    .piranya-shop .variants > .group > .content > .property.has-price .price:not(.keep) {
      opacity: 1; }
    .piranya-shop .variants > .group > .content > .property > .p-checkbox > label,
    .piranya-shop .variants > .group > .content > .property > .p-radio > label {
      flex: 2; }
      .piranya-shop .variants > .group > .content > .property > .p-checkbox > label > .price,
      .piranya-shop .variants > .group > .content > .property > .p-radio > label > .price {
        float: right; }
  .piranya-shop .variants > .group[data-picker="button"] .amount {
    opacity: 0;
    transition: opacity 0.5s ease; }
  .piranya-shop .variants > .group[data-picker="button"] .p-checkbox-button {
    order: 5; }
    .piranya-shop .variants > .group[data-picker="button"] .p-checkbox-button.checked ~ .amount {
      opacity: 1; }
  .piranya-shop .variants > .group[data-picker="file"] > .content > .property label {
    display: none; }
  .piranya-shop .variants > .group[data-picker="file"] > .content > .property .image-upload-editor {
    width: 100%; }
  .piranya-shop .variants > .group[data-picker="file"] > .content > .property .image-wrapper:not(.no-picture) {
    width: 100%;
    margin-bottom: 10px; }
  .piranya-shop .variants > .group[data-picker="file"] > .content > .property .image-wrapper .no-picture {
    display: none; }
  .piranya-shop .variants > .group[data-picker="file"] > .content > .property .remove-btn {
    margin-bottom: 10px;
    float: left; }
  .piranya-shop .variants > .group[data-picker="file"] > .content > .property input {
    clear: both;
    float: left; }
  .piranya-shop .variants > .group[data-picker="amount_only"] > .header + .property {
    margin-top: 10px; }
  .piranya-shop .variants > .group[data-picker="amount_only"] > .content > .property:not(:last-child) {
    margin-bottom: 10px; }
  .piranya-shop .variants > .group[data-picker="amount_only"] > .content > .property input[type="checkbox"],
  .piranya-shop .variants > .group[data-picker="amount_only"] > .content > .property input[type="radio"] {
    display: none; }
  .piranya-shop .variants > .group[data-picker="amount_only"] > .content > .property label.property {
    font-size: 1.2em; }
    .piranya-shop .variants > .group[data-picker="amount_only"] > .content > .property label.property > .separator {
      display: none; }
    .piranya-shop .variants > .group[data-picker="amount_only"] > .content > .property label.property > .description {
      clear: both;
      float: left;
      font-size: 0.7em; }
    .piranya-shop .variants > .group[data-picker="amount_only"] > .content > .property label.property > .title {
      float: left; }
  @media screen and (max-width: 480px) {
    .piranya-shop .variants > .group[data-picker="amount_only"] > .content > .property p.price:not(.keep),
    .piranya-shop .variants > .group[data-picker="amount_only"] > .content > .property .amount,
    .piranya-shop .variants > .group[data-picker="amount_only"] > .content > .property .stock, .piranya-shop .variants > .group[data-picker="toggle_box"][data-is-amount-pickable="true"] > .content > .property p.price:not(.keep),
    .piranya-shop .variants > .group[data-picker="toggle_box"][data-is-amount-pickable="true"] > .content > .property .amount,
    .piranya-shop .variants > .group[data-picker="toggle_box"][data-is-amount-pickable="true"] > .content > .property .stock {
      flex-basis: 100%;
      margin: 0; }
    .piranya-shop .variants > .group[data-picker="amount_only"] > .content > .property.has-price p.price:not(:empty), .piranya-shop .variants > .group[data-picker="toggle_box"][data-is-amount-pickable="true"] > .content > .property.has-price p.price:not(:empty) {
      margin-top: 10px; }
    .piranya-shop .variants > .group[data-picker="amount_only"] > .content > .property p.price.keep:not(:empty), .piranya-shop .variants > .group[data-picker="toggle_box"][data-is-amount-pickable="true"] > .content > .property p.price.keep:not(:empty) {
      margin-top: 10px; }
    .piranya-shop .variants > .group[data-picker="amount_only"] > .content > .property .amount:not(:empty),
    .piranya-shop .variants > .group[data-picker="amount_only"] > .content > .property .stock:not(:empty), .piranya-shop .variants > .group[data-picker="toggle_box"][data-is-amount-pickable="true"] > .content > .property .amount:not(:empty),
    .piranya-shop .variants > .group[data-picker="toggle_box"][data-is-amount-pickable="true"] > .content > .property .stock:not(:empty) {
      margin-top: 10px; } }
  .piranya-shop .variants > .group[data-picker="text"] label {
    display: none; }
  .piranya-shop .variants > .group[data-picker="text"] > .content > .property > div,
  .piranya-shop .variants > .group[data-picker="text"] > .content > .property textarea {
    width: 100%; }
  @media screen and (max-width: 480px) {
    .piranya-shop .variants > .group[data-picker="toggle_box"][data-is-amount-pickable="true"] > .content > .property:not(.selected) > p.price:not(.keep),
    .piranya-shop .variants > .group[data-picker="toggle_box"][data-is-amount-pickable="true"] > .content > .property:not(.selected) > .amount {
      display: none; } }
  .piranya-shop .variants > .group[data-picker="toggle_box_button"]:not([data-is-amount-pickable="true"]) > .content {
    flex-flow: row;
    justify-content: space-between; }
    .piranya-shop .variants > .group[data-picker="toggle_box_button"]:not([data-is-amount-pickable="true"]) > .content > .property {
      flex: 1;
      justify-content: center;
      margin: initial;
      width: auto; }
      .piranya-shop .variants > .group[data-picker="toggle_box_button"]:not([data-is-amount-pickable="true"]) > .content > .property:not(:first-child) {
        margin-left: 10px; }
      .piranya-shop .variants > .group[data-picker="toggle_box_button"]:not([data-is-amount-pickable="true"]) > .content > .property p.price:not(:empty) {
        margin-left: 0.4em; }
  .piranya-shop .variants > .group[data-picker="toggle_box_button"] > .content > .property.selected:not(.disabled):not(.unavailable) {
    background-color: #709bc5;
    border-color: transparent; }
    .piranya-shop .variants > .group[data-picker="toggle_box_button"] > .content > .property.selected:not(.disabled):not(.unavailable) p, .piranya-shop .variants > .group[data-picker="toggle_box_button"] > .content > .property.selected:not(.disabled):not(.unavailable) label {
      color: white; }
  .piranya-shop .variants > .group[data-picker="toggle_box_button"] > .content > .property:not(.selected) > p.price:not(.keep),
  .piranya-shop .variants > .group[data-picker="toggle_box_button"] > .content > .property:not(.selected) > .amount {
    display: none; }
  .piranya-shop .variants > .group[data-picker="toggle_box_button"] > .content > .property > .label-and-input {
    flex: none;
    width: auto; }
    .piranya-shop .variants > .group[data-picker="toggle_box_button"] > .content > .property > .label-and-input label.property {
      flex: none;
      padding: 2px 0;
      width: auto; }
      .piranya-shop .variants > .group[data-picker="toggle_box_button"] > .content > .property > .label-and-input label.property:before, .piranya-shop .variants > .group[data-picker="toggle_box_button"] > .content > .property > .label-and-input label.property:after {
        display: none; }

.piranya-shop .variants.show-videos > .group > .content > .property > div.label-and-input {
  flex-flow: row wrap; }

.piranya-shop .choices:not(.spacious) .variants > .group > .header + .property {
  margin-top: 5px; }

.piranya-shop .choices:not(.spacious) .variants > .group > div.description {
  display: none; }

.piranya-shop .choices:not(.spacious) .variants > .group select:not(:last-child) {
  width: calc(100% - 35px); }

.piranya-shop .choices:not(.spacious) .variants > .group[data-picker="button"] .p-checkbox-button {
  margin-left: 10px; }

.piranya-shop .choices.spacious .variants > .group > .header > .title {
  margin-left: auto;
  font-size: 2em; }

.piranya-shop .choices.spacious .variants > .group > button.description {
  display: none; }

.piranya-shop .choices.spacious .variants > .group > div.description {
  text-align: center; }

.piranya-shop .choices.spacious .variants > .group > .content > .property > .amount > * {
  font-size: 1em; }

.piranya-shop .choices.spacious .variants > .group > .content > .property div.image, .piranya-shop .choices.spacious .variants > .group > .content > .property div.video {
  margin-right: 20px;
  min-width: 100px;
  height: 100px; }

.piranya-shop .choices.spacious .variants > .group > .content > .property > div > label {
  font-size: 1.1em; }

.piranya-shop .choices.spacious .variants > .group[data-picker="amount_only"] > .content > .property:not(:last-child) {
  margin-bottom: 20px; }

.piranya-shop .choices.spacious .variants > .group[data-picker="amount_only"] > .content > .property.selected {
  background-color: rgba(128, 185, 62, 0.4); }

.piranya-shop .choices.spacious .variants > .group[data-picker="button"] > .content > .property {
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap; }
  .piranya-shop .choices.spacious .variants > .group[data-picker="button"] > .content > .property .p-checkbox-button {
    margin-top: 10px; }
  .piranya-shop .choices.spacious .variants > .group[data-picker="button"] > .content > .property p.price {
    margin-left: 0; }

.piranya-shop .choices.spacious .variants > .group:not([data-picker="amount_only"]),
.piranya-shop .choices.spacious .variants > .group[data-picker="amount_only"] > * {
  padding: 20px;
  box-sizing: border-box;
  width: 100%;
  background-color: white;
  transition: background-color 0.6s ease; }
  .piranya-shop .choices.spacious .variants > .group:not([data-picker="amount_only"]):not(:last-child),
  .piranya-shop .choices.spacious .variants > .group[data-picker="amount_only"] > *:not(:last-child) {
    margin-bottom: 20px; }


/* piranya/shop */
.piranya-shop-currencies.select, .piranya-country.select {
    display: flex;
    align-items: center;
    width: 100%;
}

    .piranya-shop-currencies.select .currency-flag, .piranya-country.select .country-flag {
        height: 50px;
        width: 50px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: inherit;
    }

    .piranya-country.select .country-flag {
        margin-right: 10px;
    }

/* /content/dynamic/45.css */
/* Style The Dropdown Button */
.dropbtn {
  width: 32px;
  height: 32px;
  font-size: 16px;
  border: none;
  cursor: pointer; }

/* The container <div> - needed to position the dropdown content */
.dropdown {
  display: block;
  width: 32px;
  height: 32px;
  order: -1; }

@media (min-width: 980px) {
  .dropdown {
    display: none !important; } }

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: relative;
  top: -2px;
  background-color: #fefefe;
  min-width: 20px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  width: fit-content;
  height: fit-content; }

.dropdown-content #login-wrap, .dropdown-content #newuser-wrap, .dropdown-content #mysite-wrap, .dropdown-content #logout-wrap {
  padding: 10px 0px; }

.dropdown-content #login-wrap:hover, .dropdown-content #newuser-wrap:hover, .dropdown-content #mysite-wrap:hover, .dropdown-content #logout-wrap:hover {
  background-color: #ececec; }

/* Links inside the dropdown */
.dropdown-content a {
  color: #90a19b !important;
  padding: 0px 5px;
  white-space: nowrap; }

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  color: white !important; }

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: flex;
  flex-flow: column;
  text-align: left; }

/* Change the background color of the dropdown button when the dropdown content is shown */


/* /content/dynamic/48.css */
.box-hover-brown:hover {
  background-image: url(/image/8796);
  background-size: cover;
  cursor: pointer; }

.box-hover-brown a {
  color: #454545;
  font-family: Avenir;
  font-size: 15px;
  margin-top: 10px; }

.box-hover-brown h3 {
  margin-bottom: 10px; }

.icons-wrap h3 {
  text-align: center;
  margin-bottom: 15px; }

.icons-wrap p {
  text-align: center;
  font-size: 14px; }

.icons-wrap .icon-1:hover {
  background-image: url(/image/8796);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer; }

.icons-wrap .icon-1 {
  padding: 20px; }

.icons-wrap1 h3 {
  text-align: center;
  margin-bottom: 15px; }

.icons-wrap1 p {
  text-align: center;
  font-size: 14px; }

.icons-wrap1 .icon-1:hover {
  background-image: url(/image/8823);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer; }

.icons-wrap1 .icon-1 {
  padding: 20px; }

.videowrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  box-sizing: border-box; }
  .videowrap .carousel-item-wrapper {
    margin-right: 20px;
    min-width: 300px;
    margin-bottom: 20px; }
    .videowrap .carousel-item-wrapper h3 {
      font-size: 20px;
      margin-top: 10px;
      margin-bottom: 10px;
      width: 100%; }


/* /content/dynamic/49.css */
/*@-webkit-keyframes flip-horizontal-bottom {*/
/*  0% {*/
/*    -webkit-transform: rotateX(-180deg);*/
/*    transform: rotateX(-180deg);*/
/*    opacity: 0;*/
/*  }*/
/*  100% {*/
/*    -webkit-transform: rotateX(0);*/
/*    transform: rotateX(0);*/
/*    opacity: 1;*/
/*  }*/
/*}*/
/*@keyframes flip-horizontal-bottom {*/
/*  0% {*/
/*    -webkit-transform: rotateX(-180deg);*/
/*    transform: rotateX(-180deg);*/
/*    opacity: 0;*/
/*  }*/
/*  100% {*/
/*    -webkit-transform: rotateX(0);*/
/*    transform: rotateX(0);*/
/*    opacity: 1;*/
/*  }*/
/*}*/
#owl-demo .item > .flip-horizontal-bottom {
  background: rgba(255, 217, 191, 0.9);
  border-radius: 20px;
  display: flex;
  justify-content: center;
  padding: 50px;
  opacity: 0;
  transition: opacity 10ms linear; }
  @media (min-width: 980px) {
    #owl-demo .item > .flip-horizontal-bottom {
      margin-left: 100px; } }

#owl-demo .item.swiper-slide-active > .flip-horizontal-bottom {
  opacity: 1; }

/*.active > .item > .flip-horizontal-bottom {*/
/*    -webkit-animation: flip-horizontal-bottom 1s cubic-bezier(0.455, 0.030, 0.515, 0.955) 2s both;*/
/*    animation: flip-horizontal-bottom 1s cubic-bezier(0.455, 0.030, 0.515, 0.955) 2s both;*/
/*}*/
/*#owl-demo.owl-loaded .owl-item.active:first-child > .item > .flip-horizontal-bottom {*/
/*    -webkit-animation: flip-horizontal-bottom 1s cubic-bezier(0.455, 0.030, 0.515, 0.955)  both;*/
/*    animation: flip-horizontal-bottom 1s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;*/
/*}*/
/*#owl-demo > .item > .flip-horizontal-bottom {*/
/*    opacity: 0;*/
/*}*/
/*@-webkit-keyframes slide-top {*/
/*    0% {*/
/*        -webkit-transform: translateY(-100px);*/
/*        transform: translateY(-100px);*/
/*        opacity:0;*/
/*    }*/
/*    66% {*/
/*        -webkit-transform: translateY(-100px);*/
/*        transform: translateY(-100px);*/
/*        opacity:0;*/
/*    }*/
/*    100% {*/
/*        -webkit-transform: translateY(0);*/
/*        transform: translateY(0);*/
/*        opacity:1;*/
/*    }*/
/*}*/
/*@keyframes slide-top {*/
/*    0% {*/
/*        -webkit-transform: translateY(-100px);*/
/*        transform: translateY(-100px);*/
/*        opacity:0;*/
/*    }*/
/*    66% {*/
/*        -webkit-transform: translateY(-100px);*/
/*        transform: translateY(-100px);*/
/*        opacity:0;*/
/*    }*/
/*    100% {*/
/*        -webkit-transform: translateY(0);*/
/*        transform: translateY(0);*/
/*        opacity:1;*/
/*    }*/
/*}*/
/*.active > .item > .text > .slide-top {*/
/*    -webkit-animation: slide-top 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 2s both;*/
/*    animation: slide-top 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 2s both;*/
/*}*/
/*#owl-demo.owl-loaded .owl-item.active:first-child > .item > .text > .slide-top {*/
/*    -webkit-animation: slide-top 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;*/
/*    animation: slide-top 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;*/
/*}*/
.swiper-button-prev, .swiper-button-next {
  filter: brightness(1) sepia(5) hue-rotate(74deg) saturate(2); }

body .swiper-pagination-bullet-active {
  background: green; }


/* /content/dynamic/21.css */
p
{
    font-feature-settings: 'lnum' 1;
    
}

.colums-1 {
    width: 100%;
}

.feature-box-inner
{
float:left;
    padding: 50px 30px;
    text-align:center;

display: flex;
flex-direction: column;
    align-items: center;
}

.fbox-icon
{
    display: flex;
    justify-content: center;
          color: #fff;
   background: #454545;
    width: 76px;
    height: 76px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    line-height: 76px;

    font-size: 30px;
    margin-bottom: 20px;
}


body .box
{
        background-color: #f5d8be;
    min-height:100px;
        display: inline-block;
        margin-bottom:20px;
        border-radius:20px;

}

#contact-form
{
    width:100%;
}

/* /content/dynamic/54.css */
body #frontpage-slider {
  width: 100%; }
  body #frontpage-slider .swiper-container {
    align-items: stretch;
    display: flex;
    flex-direction: row;
    width: 100%; }
    body #frontpage-slider .swiper-container > .swiper-wrapper {
      width: 100%; }
      body #frontpage-slider .swiper-container > .swiper-wrapper > div {
        width: 100%; }
      body #frontpage-slider .swiper-container > .swiper-wrapper:not([style]) > :not(:first-child) {
        opacity: 0;
        width: 0; }

.swiper-container-horizontal > .swiper-wrapper > .swiper-slide {
  height: 80vh;
  display: flex;
  align-items: center; }
  @media (max-width: 980px) {
    .swiper-container-horizontal > .swiper-wrapper > .swiper-slide {
      height: 158vw; } }
  .swiper-container-horizontal > .swiper-wrapper > .swiper-slide .text {
    /*background: #EFE8DE; SLETTET PGA MANGLENDE TEKST*/
    border-radius: 20px;
    display: flex;
    justify-content: center;
    padding: 30px;
    flex-direction: column; }
    @media (max-width: 980px) {
      .swiper-container-horizontal > .swiper-wrapper > .swiper-slide .text {
        max-width: 95vw; } }
    @media (min-width: 980px) {
      .swiper-container-horizontal > .swiper-wrapper > .swiper-slide .text {
        max-width: 30vw; } }
    .swiper-container-horizontal > .swiper-wrapper > .swiper-slide .text h2 {
      line-height: 1.15;
      font-family: Avenir;
      font-size: 23px;
      font-weight: bold;
      color: #454545; }
    .swiper-container-horizontal > .swiper-wrapper > .swiper-slide .text h3 {
      /*font-family: CaveatBrush_reg;*/
      color: #B65A3A;
      font-size: 28pt;
      margin-bottom: 20px; }
    .swiper-container-horizontal > .swiper-wrapper > .swiper-slide .text h4 {
      font-weight: unset;
      font-size: 20pt;
      font-family: "Palanquin_Regular";
      text-align: left;
      color: #454545;
      line-height: 1.15; }
    .swiper-container-horizontal > .swiper-wrapper > .swiper-slide .text a {
      font-family: Avenir;
      margin-top: 20px;
      color: #454545;
      font-size: 25px;
      text-decoration: underline; }
    .swiper-container-horizontal > .swiper-wrapper > .swiper-slide .text table td {
      font-size: 17pt;
      color: #454545; }

body .swiper-wrapper .image {
  position: absolute;
  top: 0;
  left: 0; }

body .swiper-wrapper .text {
  z-index: 10;
  /*margin-left:100px;*/ }
  @media (max-width: 980px) {
    body .swiper-wrapper .text {
      margin-left: 10px; } }
  body .swiper-wrapper .text p {
    line-height: 25px !important;
    text-align: left; }
  body .swiper-wrapper .text .title {
    font-family: CaveatBrush_reg !important;
    color: #939a83 !important;
    font-size: 3em !important;
    margin-bottom: 20px !important; }
  body .swiper-wrapper .text .link {
    background: unset;
    padding: 0 !important; }

body .swiper-button-prev, body .swiper-button-next {
  filter: brightness(0) saturate(100%) invert(35%) sepia(40%) saturate(845%) hue-rotate(330deg) brightness(108%) contrast(88%); }


/* /content/dynamic/51.css */
body .piranya-shop-product-is-not-in-stock {
  background: #ffc8c8;
  padding: 5px;
  color: #af4646;
  border-radius: 10px;
  border: 1px solid #af4646; }
  body .piranya-shop-product-is-not-in-stock p span {
    color: #af4646; }

@media (min-width: 980px) {
  body .piranya-shop .variants > .group > .content > .property {
    flex-wrap: unset; } }

body .piranya-shop .variants > .group[data-picker="amount_only"] > .content > .property label.property > .title {
  float: left;
  font-family: "Avenir";
  line-height: 20px;
  font-size: 1.1em; }

body .piranya-shop .choices.spacious .variants > .group[data-picker="amount_only"] > .content > .property:not(:last-child) {
  border-bottom: 1px solid #b6b7a9;
  padding-bottom: 20px; }


/* /content/dynamic/57.css */
/* Sizes */
/* End Sizes */
/* Colors */
/*  */
/* End Colors */
.opening-hours {
  width: 100%; }

#footer {
  background-color: #145235;
  width: 100%;
  color: white;
  flex-direction: column;
  align-items: center;
  position: relative; }
  #footer h2, #footer h3, #footer th {
    font-family: 'Avenir';
    font-weight: bold;
    font-size: 17pt;
    text-transform: uppercase;
    line-height: 26pt; }
  #footer > div {
    width: 100%;
    /*p {*/
    /*    font-size: 1.2em;*/
    /*    font-family:'Montserrat_Bold';*/
    /*        font-size: 1em;*/
    /*}*/ }
  #footer .piranya-col.span_1_of_3:last-of-type {
    display: flex;
    flex-direction: column;
    align-items: center; }
  #footer .upper {
    padding: 50px 0;
    box-sizing: border-box; }
  #footer .lower {
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #145235; }
  #footer h3, #footer h2 {
    margin-bottom: 25px;
    margin-top: 0; }
  #footer h3 {
    margin-top: 25px; }
  #footer td {
    font-size: 17pt;
    font-family: 'Avenir';
    padding: 5px 0px;
    font-weight: normal; }
  #footer td:nth-child(3n+1) {
    color: #7c7b77 !important; }
  #footer th {
    padding-bottom: 30px; }
  #footer li {
    display: block;
    text-align: left; }
    #footer li:before {
      margin-right: 10px;
      font-family: fontawesome;
      content: "\f105"; }
    #footer li:not(.first-of-type) {
      margin-top: 10px; }
  #footer img[alt="smileyordning"] {
    max-width: 50px;
    margin-top: 20px; }
  #footer #map_footer {
    margin-top: 10px;
    width: 100%; }
  @media only screen and (max-width: 680px) {
    #footer .piranya-grid[data-column-count="3"]:not([data-auto-position]):not([data-auto-align-columns="True"]) {
      display: flex;
      flex-direction: column; }
      #footer .piranya-grid[data-column-count="3"]:not([data-auto-position]):not([data-auto-align-columns="True"]) .piranya-col:nth-of-type(2) {
        margin: 20px 0; } }

#footer a {
  display: inline-block;
  width: 100%;
  /*padding:5px 0px;*/ }

#paycard {
  margin-top: 20px; }

#footer {
  background: #145235; }

body #footer th {
  color: #fff8eb; }

body #footer h2 {
  color: #fff8eb; }

body #footer p {
  color: #fff8eb; }

body #footer a {
  color: #fff8eb; }

body #footer h5 {
  color: #fff8eb;
  font-family: "Avenir";
  text-decoration: underline;
  padding-bottom: 5px; }

#footer p, #footer a, .lower a {
  /*font-size: 17pt;*/
  /*font-family: Avenir;*/
  line-height: 26pt; }

.lower a, .lower p {
  color: #fff8eb;
  line-height: 26pt; }

.lower {
  background-color: #145235;
  text-align: center;
  padding-top: 100px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center; }

@media (max-width: 980px) {
  #footer .piranya-col {
    display: flex;
    flex-direction: column;
    align-items: center; }
    #footer .piranya-col a {
      display: flex;
      flex-direction: column;
      align-items: center; }
    #footer .piranya-col .newswrapper {
      display: flex;
      flex-direction: column;
      align-items: center; } }

#footer .piranya-grid.upper {
  display: grid; }
  @media (max-width: 980px) {
    #footer .piranya-grid.upper {
      display: flex;
      flex-flow: column wrap; } }
  #footer .piranya-grid.upper > div.piranya-col {
    width: fit-content;
    display: flex;
    flex-flow: column nowrap; }
    @media (max-width: 980px) {
      #footer .piranya-grid.upper > div.piranya-col {
        width: 100%; } }
    #footer .piranya-grid.upper > div.piranya-col a {
      width: auto; }
    #footer .piranya-grid.upper > div.piranya-col h2 {
      whitespace: nowrap; }

/* nye rettelser til footer */
.border-content {
  border-top: solid 1px #a8b99c;
  padding: 1px; }

.footer-icons-container {
  display: flex;
  justify-content: space-between;
  max-width: 1200px; }

@media only screen and (max-width: 980px) {
  .footer-icons-container {
    justify-content: center; } }

.footer-icons {
  display: flex; }


/* /content/dynamic/58.css */
/* Sizes */
/* End Sizes */
/* Colors */
/*  */
/* End Colors */
body {
  /*&.piranya-page-home {*/
  /*    #main-wrapper {*/
  /*        #main {*/
  /*            #topbar {*/
  /*                    background-color: rgba(139, 167, 144, 0.9);*/
  /*                &.top {*/
  /*                   background-color:  rgba(139, 167, 144, 0.9);*/
  /*                }*/
  /*            }*/
  /*        }*/
  /*    }*/
  /*}*/ }
  body #main-wrapper #main #topbar {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 100;
    transition: background-color 250ms linear, margin-top 250ms linear;
    height: 90px;
    margin-top: 0;
    background: #145235;
    padding: 0 20px;
    display: flex;
    align-items: center; }
    @media (max-width: 980px) {
      body #main-wrapper #main #topbar {
        position: static; } }
    body #main-wrapper #main #topbar #menu-enabler {
      display: none; }
    body #main-wrapper #main #topbar > div {
      width: 100%; }
    body #main-wrapper #main #topbar .menu-bar {
      transition: padding 250ms linear;
      display: flex;
      align-items: center;
      height: 100%; }
      body #main-wrapper #main #topbar .menu-bar:first-of-type {
        display: flex;
        height: 40px;
        color: #F6F3EC;
        text-align: center; }
        body #main-wrapper #main #topbar .menu-bar:first-of-type p {
          text-align: center;
          width: 100%;
          white-space: nowrap;
          color: #F6F3EC; }
          @media (max-width: 980px) {
            body #main-wrapper #main #topbar .menu-bar:first-of-type p {
              color: black;
              text-align: left; } }
          body #main-wrapper #main #topbar .menu-bar:first-of-type p a {
            color: #000000; }
      body #main-wrapper #main #topbar .menu-bar:last-of-type {
        flex-direction: row-reverse;
        height: 70px; }
        body #main-wrapper #main #topbar .menu-bar:last-of-type .center-container {
          width: fit-content;
          margin-right: auto; }
        body #main-wrapper #main #topbar .menu-bar:last-of-type #menu-enabler {
          display: block;
          width: 70px;
          text-align: center;
          order: -2; }
          body #main-wrapper #main #topbar .menu-bar:last-of-type #menu-enabler:before {
            content: "\f0c9";
            font-family: fontawesome;
            font-size: 32px;
            color: #000000; }
          body #main-wrapper #main #topbar .menu-bar:last-of-type #menu-enabler:hover {
            cursor: pointer; }
        @media (min-width: 980px) {
          body #main-wrapper #main #topbar .menu-bar:last-of-type {
            flex-direction: row;
            height: initial; }
            body #main-wrapper #main #topbar .menu-bar:last-of-type .center-container {
              width: fit-content;
              margin-right: initial; }
            body #main-wrapper #main #topbar .menu-bar:last-of-type #menu-enabler {
              display: none; } }
      body #main-wrapper #main #topbar .menu-bar > div {
        align-items: center; }
      body #main-wrapper #main #topbar .menu-bar .piranya-menu-wrapper {
        margin-left: auto;
        margin-right: auto;
        text-align: right; }
        @media (min-with: 980px) {
          body #main-wrapper #main #topbar .menu-bar .piranya-menu-wrapper {
            display: flex; }
            body #main-wrapper #main #topbar .menu-bar .piranya-menu-wrapper a {
              white-space: nowrap; } }
        @media (min-width: 1271px) {
          body #main-wrapper #main #topbar .menu-bar .piranya-menu-wrapper {
            text-align: center; } }
      body #main-wrapper #main #topbar .menu-bar #logo {
        transition: max-height 250ms linear;
        position: inherit; }
        @media (min-width: 681px) {
          body #main-wrapper #main #topbar .menu-bar #logo {
            width: initial;
            position: initial;
            max-width: 120px; } }
        @media (max-width: 681px) {
          body #main-wrapper #main #topbar .menu-bar #logo {
            max-width: 70%; } }
    @media (max-width: 979px) {
      body #main-wrapper #main #topbar .piranya-menu-wrapper.responsive > ul:before {
        display: none; } }
    @media (min-width: 980px) {
      body #main-wrapper #main #topbar .piranya-menu-wrapper.responsive li a:after {
        width: 33px;
        display: block;
        content: "";
        height: 2px;
        margin-left: auto;
        margin-right: auto;
        background: transparent;
        transition: background-color 250ms linear; }
      body #main-wrapper #main #topbar .piranya-menu-wrapper.responsive li a:hover:after {
        background: #F6F3EC;
        transition: background-color 250ms linear; } }

@media (min-width: 980px) {
  body .mobile-cart-btn.show {
    margin-left: 25px; } }

@media (max-width: 980px) {
  body #main-wrapper #main #topbar .brugerSektion .brugerValg {
    display: none !important; }
  body #main-wrapper #main #topbar .brugerSektion {
    order: -1; } }

@media (min-width: 980px) {
  body #main-wrapper #main #topbar .menu-bar.center .center-container .piranya-menu.piranya-menu-1 {
    padding-left: 40px; }
  body #main-wrapper #main #topbar .brugerSektion {
    background: transparent;
    color: #F6F3EC;
    display: flex;
    flex-flow: column wrap;
    text-align: left;
    width: fit-content;
    background: transparent;
    color: #F6F3EC;
    width: 90px; } }
  @media (min-width: 980px) and (max-width: 980px) {
    body #main-wrapper #main #topbar .brugerSektion .brugerValg {
      display: none !important; }
    body #main-wrapper #main #topbar .brugerSektion {
      order: -1; } }

@media (min-width: 980px) {
    body #main-wrapper #main #topbar .brugerSektion .brugerValg {
      display: flex;
      border-left: 1px solid #F6F3EC;
      height: 60px;
      flex-flow: row wrap; }
      body #main-wrapper #main #topbar .brugerSektion .brugerValg div {
        display: flex;
        flex-flow: column wrap;
        align-self: center; }
    body #main-wrapper #main #topbar .brugerSektion a {
      align-self: center;
      white-space: nowrap;
      color: #F6F3EC;
      text-transform: uppercase;
      font-size: 0.7em;
      font-weight: bolder;
      height: fit-content;
      margin-left: 5px; }
  body #main-wrapper #main #topbar .menu-bar .center-container .piranya-menu-wrapper .piranya-menu > li {
    display: flex;
    align-items: center;
    height: 90px; }
    body #main-wrapper #main #topbar .menu-bar .center-container .piranya-menu-wrapper .piranya-menu > li > img {
      height: 70px;
      width: auto; }
      body #main-wrapper #main #topbar .menu-bar .center-container .piranya-menu-wrapper .piranya-menu > li > img + a {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%; }
        body #main-wrapper #main #topbar .menu-bar .center-container .piranya-menu-wrapper .piranya-menu > li > img + a:after {
          content: unset; } }

@media (min-width: 980px) {
  body .piranya-menu-wrapper.responsive > ul .content {
    top: 90px; } }

body .mobile-cart-btn.show .price-wrapper p {
  color: #F6F3EC !important; }

body:not(.piranya-page) #main-wrapper #main #topbar,
body.piranya-page29 #main-wrapper #main #topbar,
body.piranya-page30 #main-wrapper #main #topbar {
  position: relative; }

@media (min-width: 980px) {
  .piranya-menu-wrapper.responsive > ul li:hover {
    overflow: visible; }
    .piranya-menu-wrapper.responsive > ul li:hover ul li.parent .content {
      position: unset; }
    .piranya-menu-wrapper.responsive > ul li:hover ul li.parent:hover .content {
      display: flex; } }

@media (max-width: 1300px) {
  .piranya-menu-wrapper a p {
    font-size: 13pt; } }

@media (max-width: 1200px) {
  .piranya-menu-wrapper a p {
    font-size: 12pt; } }

@media (max-width: 1100px) {
  .piranya-menu-wrapper a p {
    font-size: 10pt; } }

@media (max-width: 980px) {
  .piranya-menu-wrapper a p {
    font-size: 16pt; } }

@media (max-width: 1300px) {
  body .mobile-cart-btn.show {
    margin-left: 0px; } }

@media (max-width: 1300px) {
  body #main-wrapper #main #topbar .menu-bar.center .center-container .piranya-menu.piranya-menu-1 {
    padding-left: 10px; } }


/* /content/dynamic/60.css */
body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .categories,
body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create {
  /*Start: Default Swiper Style overrides */
  /*@media screen and (min-width: 768px) {*/
  /*    .panels .swiper-button-prev, */
  /*    .panels .swiper-button-next, */
  /*    .panels .swiper-pagination {*/
  /*        display: block;*/
  /*    }*/
  /*}*/
  /*End: Default Swiper Style overrides */ }
  body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .categories .category-bar.swiper-container:not(.swiper-disabled) .swiper-wrapper .category-tab.has-image .icon,
  body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .category-bar.swiper-container:not(.swiper-disabled) .swiper-wrapper .category-tab.has-image .icon {
    min-height: unset;
    filter: unset;
    transition: unset;
    position: unset; }
  body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .categories .category-bar.swiper-container:not(.swiper-disabled) .swiper-wrapper .category-tab,
  body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .category-bar.swiper-container:not(.swiper-disabled) .swiper-wrapper .category-tab {
    max-height: unset;
    height: unset;
    overflow: unset;
    /*margin: unset;*/
    /*padding: unset;*/ }
  body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .categories .category-bar.swiper-container.swiper-disabled,
  body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .categories .category-bar.swiper-container,
  body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .category-bar.swiper-container.swiper-disabled,
  body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .category-bar.swiper-container {
    border: unset; }
    body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .categories .category-bar.swiper-container.swiper-disabled .category-tab,
    body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .categories .category-bar.swiper-container .category-tab,
    body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .category-bar.swiper-container.swiper-disabled .category-tab,
    body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .category-bar.swiper-container .category-tab {
      margin: unset;
      width: 100%;
      height: unset;
      border: unset;
      background: unset; }
      body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .categories .category-bar.swiper-container.swiper-disabled .category-tab.active,
      body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .categories .category-bar.swiper-container .category-tab.active,
      body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .category-bar.swiper-container.swiper-disabled .category-tab.active,
      body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .category-bar.swiper-container .category-tab.active {
        border: unset;
        background: unset; }
  body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .categories .category-bar.swiper-container:not(.swiper-disabled) .swiper-wrapper .category-tab.active .title:after,
  body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .category-bar.swiper-container:not(.swiper-disabled) .swiper-wrapper .category-tab.active .title:after {
    display: none; }
  body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .categories .category-bar.swiper-container:not(.swiper-disabled) .swiper-wrapper .category-tab:not(.has-image).active,
  body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .categories .category-bar.swiper-container:not(.swiper-disabled) .swiper-wrapper .category-tab:not(.has-image),
  body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .category-bar.swiper-container:not(.swiper-disabled) .swiper-wrapper .category-tab:not(.has-image).active,
  body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .category-bar.swiper-container:not(.swiper-disabled) .swiper-wrapper .category-tab:not(.has-image) {
    background-color: unset; }
  body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .categories .content .category-bar.swiper-container.swiper-disabled,
  body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .categories .content .category-bar.swiper-container:not(.swiper-disabled),
  body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .categories .content .category-bar.swiper-container.swiper-enabled,
  body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .categories .content .category-bar.swiper-container:not(.swiper-enabled),
  body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .categories .content .category-bar.swiper-container,
  body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .content .category-bar.swiper-container.swiper-disabled,
  body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .content .category-bar.swiper-container:not(.swiper-disabled),
  body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .content .category-bar.swiper-container.swiper-enabled,
  body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .content .category-bar.swiper-container:not(.swiper-enabled),
  body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .content .category-bar.swiper-container {
    max-width: 1400px;
    width: 100%; }
    @media (max-width: 1400px) {
      body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .categories .content .category-bar.swiper-container.swiper-disabled,
      body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .categories .content .category-bar.swiper-container:not(.swiper-disabled),
      body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .categories .content .category-bar.swiper-container.swiper-enabled,
      body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .categories .content .category-bar.swiper-container:not(.swiper-enabled),
      body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .categories .content .category-bar.swiper-container,
      body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .content .category-bar.swiper-container.swiper-disabled,
      body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .content .category-bar.swiper-container:not(.swiper-disabled),
      body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .content .category-bar.swiper-container.swiper-enabled,
      body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .content .category-bar.swiper-container:not(.swiper-enabled),
      body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .content .category-bar.swiper-container {
        width: 100%; } }
    body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .categories .content .category-bar.swiper-container.swiper-disabled.swiper-enabled,
    body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .categories .content .category-bar.swiper-container:not(.swiper-disabled).swiper-enabled,
    body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .categories .content .category-bar.swiper-container.swiper-enabled.swiper-enabled,
    body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .categories .content .category-bar.swiper-container:not(.swiper-enabled).swiper-enabled,
    body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .categories .content .category-bar.swiper-container.swiper-enabled,
    body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .content .category-bar.swiper-container.swiper-disabled.swiper-enabled,
    body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .content .category-bar.swiper-container:not(.swiper-disabled).swiper-enabled,
    body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .content .category-bar.swiper-container.swiper-enabled.swiper-enabled,
    body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .content .category-bar.swiper-container:not(.swiper-enabled).swiper-enabled,
    body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .content .category-bar.swiper-container.swiper-enabled {
      /*
            .swiper-wrapper {
                margin-right: -50px;
                
            }*/ }
      body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .categories .content .category-bar.swiper-container.swiper-disabled.swiper-enabled:after, body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .categories .content .category-bar.swiper-container.swiper-disabled.swiper-enabled:before,
      body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .categories .content .category-bar.swiper-container:not(.swiper-disabled).swiper-enabled:after,
      body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .categories .content .category-bar.swiper-container:not(.swiper-disabled).swiper-enabled:before,
      body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .categories .content .category-bar.swiper-container.swiper-enabled.swiper-enabled:after,
      body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .categories .content .category-bar.swiper-container.swiper-enabled.swiper-enabled:before,
      body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .categories .content .category-bar.swiper-container:not(.swiper-enabled).swiper-enabled:after,
      body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .categories .content .category-bar.swiper-container:not(.swiper-enabled).swiper-enabled:before,
      body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .categories .content .category-bar.swiper-container.swiper-enabled:after,
      body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .categories .content .category-bar.swiper-container.swiper-enabled:before,
      body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .content .category-bar.swiper-container.swiper-disabled.swiper-enabled:after,
      body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .content .category-bar.swiper-container.swiper-disabled.swiper-enabled:before,
      body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .content .category-bar.swiper-container:not(.swiper-disabled).swiper-enabled:after,
      body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .content .category-bar.swiper-container:not(.swiper-disabled).swiper-enabled:before,
      body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .content .category-bar.swiper-container.swiper-enabled.swiper-enabled:after,
      body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .content .category-bar.swiper-container.swiper-enabled.swiper-enabled:before,
      body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .content .category-bar.swiper-container:not(.swiper-enabled).swiper-enabled:after,
      body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .content .category-bar.swiper-container:not(.swiper-enabled).swiper-enabled:before,
      body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .content .category-bar.swiper-container.swiper-enabled:after,
      body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .content .category-bar.swiper-container.swiper-enabled:before {
        content: "";
        background: #F6F3EC;
        color: #F6F3EC;
        width: 60px;
        height: 60px;
        position: absolute;
        z-index: 9;
        top: calc(45% - 30px);
        display: flex;
        border-radius: 100%; }
      body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .categories .content .category-bar.swiper-container.swiper-disabled.swiper-enabled:after,
      body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .categories .content .category-bar.swiper-container:not(.swiper-disabled).swiper-enabled:after,
      body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .categories .content .category-bar.swiper-container.swiper-enabled.swiper-enabled:after,
      body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .categories .content .category-bar.swiper-container:not(.swiper-enabled).swiper-enabled:after,
      body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .categories .content .category-bar.swiper-container.swiper-enabled:after,
      body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .content .category-bar.swiper-container.swiper-disabled.swiper-enabled:after,
      body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .content .category-bar.swiper-container:not(.swiper-disabled).swiper-enabled:after,
      body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .content .category-bar.swiper-container.swiper-enabled.swiper-enabled:after,
      body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .content .category-bar.swiper-container:not(.swiper-enabled).swiper-enabled:after,
      body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .content .category-bar.swiper-container.swiper-enabled:after {
        right: 0px; }
      body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .categories .content .category-bar.swiper-container.swiper-disabled.swiper-enabled:before,
      body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .categories .content .category-bar.swiper-container:not(.swiper-disabled).swiper-enabled:before,
      body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .categories .content .category-bar.swiper-container.swiper-enabled.swiper-enabled:before,
      body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .categories .content .category-bar.swiper-container:not(.swiper-enabled).swiper-enabled:before,
      body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .categories .content .category-bar.swiper-container.swiper-enabled:before,
      body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .content .category-bar.swiper-container.swiper-disabled.swiper-enabled:before,
      body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .content .category-bar.swiper-container:not(.swiper-disabled).swiper-enabled:before,
      body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .content .category-bar.swiper-container.swiper-enabled.swiper-enabled:before,
      body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .content .category-bar.swiper-container:not(.swiper-enabled).swiper-enabled:before,
      body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .content .category-bar.swiper-container.swiper-enabled:before {
        left: 0px; }
      body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .categories .content .category-bar.swiper-container.swiper-disabled.swiper-enabled .swiper-button-next, body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .categories .content .category-bar.swiper-container.swiper-disabled.swiper-enabled .swiper-button-prev,
      body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .categories .content .category-bar.swiper-container:not(.swiper-disabled).swiper-enabled .swiper-button-next,
      body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .categories .content .category-bar.swiper-container:not(.swiper-disabled).swiper-enabled .swiper-button-prev,
      body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .categories .content .category-bar.swiper-container.swiper-enabled.swiper-enabled .swiper-button-next,
      body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .categories .content .category-bar.swiper-container.swiper-enabled.swiper-enabled .swiper-button-prev,
      body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .categories .content .category-bar.swiper-container:not(.swiper-enabled).swiper-enabled .swiper-button-next,
      body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .categories .content .category-bar.swiper-container:not(.swiper-enabled).swiper-enabled .swiper-button-prev,
      body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .categories .content .category-bar.swiper-container.swiper-enabled .swiper-button-next,
      body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .categories .content .category-bar.swiper-container.swiper-enabled .swiper-button-prev,
      body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .content .category-bar.swiper-container.swiper-disabled.swiper-enabled .swiper-button-next,
      body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .content .category-bar.swiper-container.swiper-disabled.swiper-enabled .swiper-button-prev,
      body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .content .category-bar.swiper-container:not(.swiper-disabled).swiper-enabled .swiper-button-next,
      body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .content .category-bar.swiper-container:not(.swiper-disabled).swiper-enabled .swiper-button-prev,
      body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .content .category-bar.swiper-container.swiper-enabled.swiper-enabled .swiper-button-next,
      body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .content .category-bar.swiper-container.swiper-enabled.swiper-enabled .swiper-button-prev,
      body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .content .category-bar.swiper-container:not(.swiper-enabled).swiper-enabled .swiper-button-next,
      body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .content .category-bar.swiper-container:not(.swiper-enabled).swiper-enabled .swiper-button-prev,
      body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .content .category-bar.swiper-container.swiper-enabled .swiper-button-next,
      body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .content .category-bar.swiper-container.swiper-enabled .swiper-button-prev {
        top: 45%;
        /*width: 50px;*/
        /*height: 100%;*/
        /*margin-top: 0px;*/
        display: flex;
        /*justify-content: center;*/
        /*align-items: center;*/
        /*&:after {*/
        /*    content:"";*/
        /*    background: #F6F3EC;*/
        /*    color: #F6F3EC;*/
        /*    width: 48px;*/
        /*    height: 48px;*/
        /*    position: absolute;*/
        /*    z-index:-1;*/
        /*    display: flex;*/
        /*}*/ }
      body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .categories .content .category-bar.swiper-container.swiper-disabled.swiper-enabled .swiper-button-next,
      body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .categories .content .category-bar.swiper-container:not(.swiper-disabled).swiper-enabled .swiper-button-next,
      body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .categories .content .category-bar.swiper-container.swiper-enabled.swiper-enabled .swiper-button-next,
      body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .categories .content .category-bar.swiper-container:not(.swiper-enabled).swiper-enabled .swiper-button-next,
      body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .categories .content .category-bar.swiper-container.swiper-enabled .swiper-button-next,
      body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .content .category-bar.swiper-container.swiper-disabled.swiper-enabled .swiper-button-next,
      body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .content .category-bar.swiper-container:not(.swiper-disabled).swiper-enabled .swiper-button-next,
      body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .content .category-bar.swiper-container.swiper-enabled.swiper-enabled .swiper-button-next,
      body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .content .category-bar.swiper-container:not(.swiper-enabled).swiper-enabled .swiper-button-next,
      body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .content .category-bar.swiper-container.swiper-enabled .swiper-button-next {
        right: 14px; }
      body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .categories .content .category-bar.swiper-container.swiper-disabled.swiper-enabled .swiper-button-prev,
      body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .categories .content .category-bar.swiper-container:not(.swiper-disabled).swiper-enabled .swiper-button-prev,
      body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .categories .content .category-bar.swiper-container.swiper-enabled.swiper-enabled .swiper-button-prev,
      body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .categories .content .category-bar.swiper-container:not(.swiper-enabled).swiper-enabled .swiper-button-prev,
      body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .categories .content .category-bar.swiper-container.swiper-enabled .swiper-button-prev,
      body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .content .category-bar.swiper-container.swiper-disabled.swiper-enabled .swiper-button-prev,
      body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .content .category-bar.swiper-container:not(.swiper-disabled).swiper-enabled .swiper-button-prev,
      body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .content .category-bar.swiper-container.swiper-enabled.swiper-enabled .swiper-button-prev,
      body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .content .category-bar.swiper-container:not(.swiper-enabled).swiper-enabled .swiper-button-prev,
      body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .content .category-bar.swiper-container.swiper-enabled .swiper-button-prev {
        left: 14px; }
    body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .categories .content .category-bar.swiper-container.swiper-disabled .swiper-wrapper,
    body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .categories .content .category-bar.swiper-container:not(.swiper-disabled) .swiper-wrapper,
    body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .categories .content .category-bar.swiper-container.swiper-enabled .swiper-wrapper,
    body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .categories .content .category-bar.swiper-container:not(.swiper-enabled) .swiper-wrapper,
    body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .categories .content .category-bar.swiper-container .swiper-wrapper,
    body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .content .category-bar.swiper-container.swiper-disabled .swiper-wrapper,
    body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .content .category-bar.swiper-container:not(.swiper-disabled) .swiper-wrapper,
    body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .content .category-bar.swiper-container.swiper-enabled .swiper-wrapper,
    body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .content .category-bar.swiper-container:not(.swiper-enabled) .swiper-wrapper,
    body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .content .category-bar.swiper-container .swiper-wrapper {
      width: 1400px;
      box-sizing: border-box; }
      body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .categories .content .category-bar.swiper-container.swiper-disabled .swiper-wrapper .category-tab,
      body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .categories .content .category-bar.swiper-container:not(.swiper-disabled) .swiper-wrapper .category-tab,
      body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .categories .content .category-bar.swiper-container.swiper-enabled .swiper-wrapper .category-tab,
      body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .categories .content .category-bar.swiper-container:not(.swiper-enabled) .swiper-wrapper .category-tab,
      body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .categories .content .category-bar.swiper-container .swiper-wrapper .category-tab,
      body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .content .category-bar.swiper-container.swiper-disabled .swiper-wrapper .category-tab,
      body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .content .category-bar.swiper-container:not(.swiper-disabled) .swiper-wrapper .category-tab,
      body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .content .category-bar.swiper-container.swiper-enabled .swiper-wrapper .category-tab,
      body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .content .category-bar.swiper-container:not(.swiper-enabled) .swiper-wrapper .category-tab,
      body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .content .category-bar.swiper-container .swiper-wrapper .category-tab {
        width: fit-content;
        justify-content: flex-start;
        align-items: flex-start;
        /*padding: unset;*/ }
        body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .categories .content .category-bar.swiper-container.swiper-disabled .swiper-wrapper .category-tab .title,
        body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .categories .content .category-bar.swiper-container:not(.swiper-disabled) .swiper-wrapper .category-tab .title,
        body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .categories .content .category-bar.swiper-container.swiper-enabled .swiper-wrapper .category-tab .title,
        body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .categories .content .category-bar.swiper-container:not(.swiper-enabled) .swiper-wrapper .category-tab .title,
        body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .categories .content .category-bar.swiper-container .swiper-wrapper .category-tab .title,
        body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .content .category-bar.swiper-container.swiper-disabled .swiper-wrapper .category-tab .title,
        body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .content .category-bar.swiper-container:not(.swiper-disabled) .swiper-wrapper .category-tab .title,
        body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .content .category-bar.swiper-container.swiper-enabled .swiper-wrapper .category-tab .title,
        body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .content .category-bar.swiper-container:not(.swiper-enabled) .swiper-wrapper .category-tab .title,
        body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .content .category-bar.swiper-container .swiper-wrapper .category-tab .title {
          white-space: nowrap;
          width: fit-content;
          position: unset;
          top: unset;
          left: unset;
          padding: 0px 10px 0px 10px; }
        body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .categories .content .category-bar.swiper-container.swiper-disabled .swiper-wrapper .category-tab .subtitle,
        body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .categories .content .category-bar.swiper-container:not(.swiper-disabled) .swiper-wrapper .category-tab .subtitle,
        body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .categories .content .category-bar.swiper-container.swiper-enabled .swiper-wrapper .category-tab .subtitle,
        body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .categories .content .category-bar.swiper-container:not(.swiper-enabled) .swiper-wrapper .category-tab .subtitle,
        body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .categories .content .category-bar.swiper-container .swiper-wrapper .category-tab .subtitle,
        body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .content .category-bar.swiper-container.swiper-disabled .swiper-wrapper .category-tab .subtitle,
        body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .content .category-bar.swiper-container:not(.swiper-disabled) .swiper-wrapper .category-tab .subtitle,
        body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .content .category-bar.swiper-container.swiper-enabled .swiper-wrapper .category-tab .subtitle,
        body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .content .category-bar.swiper-container:not(.swiper-enabled) .swiper-wrapper .category-tab .subtitle,
        body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .content .category-bar.swiper-container .swiper-wrapper .category-tab .subtitle {
          margin-top: unset; }
  body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .categories.piranya-shop.piranya-shop-order-create > .category-bar.swiper-container[data-number-of-items="1"] .swiper-wrapper,
  body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create.piranya-shop.piranya-shop-order-create > .category-bar.swiper-container[data-number-of-items="1"] .swiper-wrapper {
    max-width: 100%; }
    body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create .categories.piranya-shop.piranya-shop-order-create > .category-bar.swiper-container[data-number-of-items="1"] .swiper-wrapper .category-tab .title,
    body .custom-category-section .p-layout-container .highlight-products .piranya-shop.piranya-shop-order-create.piranya-shop.piranya-shop-order-create > .category-bar.swiper-container[data-number-of-items="1"] .swiper-wrapper .category-tab .title {
      white-space: normal;
      text-align: center; }

@media (min-width: 1400px) {
  .category-bar.swiper-container .swiper-button-prev,
  .category-bar.swiper-container .swiper-button-next, .category-bar.swiper-container.swiper-enabled::before,
  .category-bar.swiper-container.swiper-enabled::after {
    display: none !important; } }


/* /content/dynamic/61.css */
.modalDialog.footer-popup {
  width: auto;
  padding: 30px; }
  .modalDialog.footer-popup:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    display: flex;
    background-color: rgba(0, 0, 0, 0.5); }
  .modalDialog.footer-popup.piranya-bpopup {
    background-color: #105631; }
  .modalDialog.footer-popup > div {
    width: auto;
    width: 970px;
    background-color: rgba(0, 0, 0, 0.5);
    position: relative;
    /*margin: 20px auto;*/
    padding: 30px;
    border-radius: 25px; }
  .modalDialog.footer-popup h2, .modalDialog.footer-popup p {
    color: white;
    text-align: left;
    font-family: "Avenir"; }
  .modalDialog.footer-popup h2 {
    margin-bottom: 20px; }
  .modalDialog.footer-popup td {
    vertical-align: baseline; }
  .modalDialog.footer-popup .close {
    color: white;
    line-height: 34px;
    font-size: 1.3em;
    border: 2px solid;
    position: absolute;
    right: 38px;
    text-align: center;
    top: 21px;
    width: 40px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 20px; }
  .modalDialog.footer-popup .close:hover {
    background: #981419;
    color: white; }

#main #footer #footer-popup-btn {
  cursor: pointer; }


/* ~/content/piranya/module/custompage/menues/responsive.scss */
@charset "UTF-8";
.piranya-menu-wrapper.responsive ul ul,
.piranya-menu-wrapper.responsive ul ul li {
  float: left; }

.piranya-menu-wrapper.responsive .content > .p-layout-container > .title {
  display: none;
  /* Title within content is hidden by default */ }

/*Tablet portrait and smartphones*/
@media (max-width: 979px) {
  .piranya-menu-wrapper.responsive ul, .piranya-menu-wrapper.responsive li, .piranya-menu-wrapper.responsive .content {
    width: 100%; }
  body.has-active-menu {
    overflow: hidden; }
  .piranya-menu-wrapper.responsive {
    position: relative; }
  header, footer, #piranya-page {
    transition: transform 0.3s; }
  .piranya-menu-wrapper.responsive ul {
    box-sizing: border-box; }
  .piranya-menu-wrapper.responsive > ul {
    width: 32px;
    height: 32px;
    top: 10px;
    right: 10px;
    position: absolute;
    z-index: 1000;
    color: white;
    transition: width 0.3s; }
  .piranya-menu-wrapper.responsive li {
    box-sizing: border-box;
    color: #FFFFFF;
    padding: 0;
    list-style: none;
    font-size: 10px;
    visibility: hidden;
    line-height: 30px;
    transition: transform 0.2s linear;
    transform: translateX(calc(100% + 20px)); }
  .piranya-menu-wrapper.responsive > ul > li {
    padding: 5px 0;
    border-bottom: 1px dashed dimgrey; }
  .piranya-menu-wrapper.responsive li:before {
    position: absolute;
    line-height: 30px;
    vertical-align: middle;
    left: 0; }
  .piranya-menu-wrapper.responsive > ul > li:before {
    content: "\f111"; }
  .piranya-menu-wrapper.responsive > ul ul > li:before {
    content: "\f1db"; }
  .piranya-menu-wrapper.responsive a {
    color: inherit;
    text-decoration: none;
    display: block;
    width: calc(100% - 37px);
    padding: 0px 5px 0px 32px;
    line-height: 200%;
    font-size: 16px;
    text-align: left; }
  .piranya-menu-wrapper.responsive a:hover {
    color: #000; }
  .piranya-menu-wrapper.responsive .piranya-menu-item-selected > a {
    background: #999;
    color: #fff;
    border-radius: 5px;
    display: block;
    /* show menu item if main menu */
    background: none;
    color: #666; }
  .piranya-menu-wrapper.responsive > ul i {
    display: none; }
  .piranya-menu-wrapper.responsive .piranya-menu-wrapper.open {
    width: auto; }
  .piranya-menu-wrapper.responsive {
    margin: 0;
    position: absolute;
    right: 0;
    top: 0; }
  .piranya-menu-wrapper.responsive > ul ul {
    padding-left: 35px; }
  .piranya-menu-wrapper.responsive ul > li > a {
    color: #474C58; }
  .piranya-menu-wrapper.responsive > ul.open {
    background-color: #272822;
    border: 1px solid #aaa;
    box-sizing: border-box;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 50px 0 0 20px;
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    z-index: 10000; }
  .piranya-menu-wrapper.responsive > ul.closed {
    transition: width 250ms; }
  .piranya-menu-wrapper.responsive > ul.open li {
    transform: translateX(0);
    display: inline-block;
    visibility: visible; }
  .piranya-menu-wrapper.responsive > ul.open a {
    color: white; }
  .piranya-menu-wrapper.responsive > ul.open a:hover {
    color: #cccbcb; }
  .piranya-menu-wrapper.responsive > ul:not(.open) .close-btn {
    display: none; }
  .piranya-menu-wrapper.responsive > ul:not(.open) {
    cursor: pointer;
    overflow: hidden;
    text-align: center;
    line-height: 32px;
    font-size: 32px; }
  .piranya-menu-wrapper.responsive > ul:not(.open):before {
    content: "\f0c9"; }
  .piranya-menu-wrapper.responsive ul.open li.piranya-menu-item-selected:before {
    content: "\f00c"; }
  .piranya-menu-wrapper.responsive ul.open ul li.piranya-menu-item-selected:before {
    content: "\f00c"; }
  .piranya-menu-wrapper.responsive .piranya-menu-item-selected,
  .piranya-menu-wrapper.responsive .piranya-menu-item-selected-ancestor {
    display: block; }
  .piranya-menu-wrapper.responsive .piranya-menu-item-selected-ancestor > a {
    display: none;
    /* hide mainmenu item if ´submenu is selected */ }
  .piranya-menu-wrapper.responsive .piranya-menu-item-selected > a {
    pointer-events: none;
    cursor: default; }
  .piranya-menu-wrapper.responsive li.piranya-menu-item-selected > a {
    display: block;
    /* show only current <li> item */ }
  .piranya-menu-wrapper.responsive li.piranya-menu-item-selected ul {
    display: none; }
  /* on nav hover */
  .piranya-menu-wrapper.responsive ul.open,
  .piranya-menu-wrapper.responsive ul.open {
    background-image: none; }
  .piranya-menu-wrapper.responsive ul.open li, .piranya-menu-wrapper.responsive ul.open .close-btn {
    margin: 0 0 5px; }
  .piranya-menu-wrapper.responsive > ul.open ul {
    display: block; }
  .piranya-menu-wrapper.responsive > ul.open ul > li a {
    padding-left: 20px; }
  .piranya-menu-wrapper.responsive ul.open li.piranya-menu-item-selected-root > a {
    display: block; }
  .piranya-menu-wrapper.responsive ul.open li.piranya-menu-item-selected:before {
    content: "\f00c"; }
  .piranya-menu-wrapper.responsive > ul.open > li.piranya-menu-item-selected {
    background-position-x: 10px; }
  .piranya-menu-wrapper.responsive > ul.open .close-btn {
    position: absolute;
    transition: all 0.2s;
    right: 10px;
    top: 10px;
    height: 32px;
    width: 32px;
    font-size: 32px;
    cursor: pointer;
    color: white; }
  .piranya-menu-wrapper.responsive > ul.open .close-btn:hover {
    color: #d89999; }
  .piranya-menu-wrapper.responsive .close-btn:focus {
    outline: none; }
  .piranya-menu-wrapper.responsive .close-btn:before {
    content: "\f061"; }
  .piranya-menu-wrapper.responsive > ul.open .close-btn, .piranya-menu-wrapper.responsive > ul, .piranya-menu-wrapper.responsive li {
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  #piranya-menu-mask {
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 0;
    height: 0;
    background-color: #000;
    opacity: 0;
    transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s; }
  #piranya-menu-mask.is-active {
    width: 100%;
    height: 100%;
    opacity: 0.7;
    transition: opacity 0.3s; } }

@media (min-width: 980px) {
  .piranya-menu-wrapper.responsive > ul ul {
    display: flex;
    flex-direction: column;
    list-style-type: none;
    padding: 0; }
    .piranya-menu-wrapper.responsive > ul ul .content {
      display: none;
      /*Sub submenu not supported yet*/ }
  .piranya-menu-wrapper.responsive > ul a {
    vertical-align: middle;
    float: left; }
  .piranya-menu-wrapper.responsive > ul .content {
    position: absolute;
    overflow: hidden;
    max-height: 0;
    z-index: 1000;
    left: 0;
    top: 100%;
    transition: max-height 0.4s linear; }
  .piranya-menu-wrapper.responsive > ul li:hover > .content {
    max-height: 600px; }
  .piranya-menu-wrapper.responsive .close-btn {
    display: none; }
  .piranya-menu-wrapper.responsive i {
    display: none;
    /*Sub submenu not supported yet*/ }
  .piranya-menu-wrapper.responsive li {
    position: relative; } }


/* ~/Content/dynamic/sitetheme */
.piranya-shop.book .piranya-booking-overview .slots > .selection {
    background-color: #ececec;
    color: #171717;
}

.piranya-shop.book .acquisitions .menu ul {
    background-color: #171717;
}

.piranya-shop.book .acquisitions .menu ul li > p.selected {
    background-color: #ececec;
    color: #171717;
}

.piranya-shop.book .acquisitions .menu ul li > p:hover {
    background-color: #ffffff;
    color: #658db3;
}

.piranya-shop.book .acquisitions .products-wrapper .acquisition-product,
.piranya-shop.book .acquisitions .cart {
    background-color: #ffffff;
}

.piranya-shop.book .acquisitions .cart:first-child {
    background-color: #171717;
}

.piranya-shop.book .acquisitions .acquisition-product > a.variant-text-button,
.piranya-shop.book .acquisitions .acquisition-product .price,
.acquisition-product p,
.add-to-cart-wrapper i,
.piranya-shop.book .acquisitions .total-price,
.piranya-shop.book .acquisitions .cart .items > .product,
.piranya-shop.book .acquisitions .cart .items > .product > p,
.piranya-shop.book .acquisitions .cart .product i {
    color: #171717;
}

.piranya-shop.book .acquisitions .cart .items > .product {
    border-color: #171717;
}

.piranya-shop.book .acquisitions .cart:first-child .items > .product,
.piranya-shop.book .acquisitions .cart:first-child .items > .product > p {
    color: #ffffff;
    border-color: #ffffff;
}

.piranya-shop.book .acquisitions .cart:first-child .total-price,
.piranya-shop.book .acquisitions .cart:first-child .product i {
    color: #ffffff;
}

.add-to-cart-wrapper i:hover,
.piranya-shop.book .acquisitions .cart .product i:hover {
    color: #658db3;
}

.piranya-shop.book .piranya-btn-redeem-code {
    background-color: #ececec;
    color: #171717;
}

.piranya-shop.book .piranya-btn-redeem-code:hover {
    background-color: #ffffff;
    color: #658db3;
}