/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-item .product-label {
  position: absolute;
  top: 32px;
  left: 6px;
  z-index: 2;
  display: inline-block;
  background-color: #720203;
  color: #fff;
  padding: 3px 5px;
  font-size: 9px;
  font-weight: 500;
  border-bottom-right-radius: 4px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  /* hidden state */
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.6s ease-in-out;
}
.product-item.in-view .product-label {
  transform: scaleX(1);
}
.product.media .fotorama__stage .product-label {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  display: inline-block;
  background-color: #720203;
  color: #fff;
  padding: 3px 5px;
  font-size: 9px;
  font-weight: 500;
  border-bottom-right-radius: 4px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
}
.fotorama-item.fotorama--fullscreen .fotorama__stage .product-label {
  display: none;
}
.product.media .fotorama .fotorama__stage {
  margin-left: 0 !important;
}
.product.media .fotorama.fotorama-item {
  padding-right: 0 !important;
}
.fotorama__stage__frame .fotorama__img {
  position: static !important;
  transform: none !important;
}
.product.media .fotorama__nav-wrap--horizontal.fotorama__nav-wrap {
  margin-top: 15px;
}
.post-list-wrapper .post-holder {
  display: flex;
}
.post-list-wrapper .post-holder .post-image {
  position: static;
  float: none;
  flex-basis: 50%;
}
.post-list-wrapper .post-holder .post-details {
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.post-list-wrapper .post-holder .post-image .blog-date {
  position: static;
}
@media screen and (max-width: 768px) {
  .post-list-wrapper .post-holder {
    display: block;
  }
}
.page-print .logo {
  display: block;
  float: none;
  text-align: left;
}
@media print {
  * {
    -webkit-filter: none !important;
    background: transparent !important;
    color: #000000 !important;
    filter: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline !important;
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  .table-wrapper table {
    width: 100%;
    table-layout: fixed;
  }
  .table-wrapper table td {
    width: auto;
  }
  .table-wrapper table > tfoot > tr:first-child {
    border-top: 1px solid #999999;
  }
  .box,
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 1cm;
  }
  .block-content,
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  .block-content {
    page-break-before: avoid;
  }
  .block-title,
  h2,
  h3 {
    page-break-after: avoid;
  }
  .nav-toggle {
    display: none !important;
  }
  .sidebar,
  .nav-sections,
  .header.content > *[class],
  .panel.wrapper > *[class],
  .footer.content > *[class] {
    display: none;
  }
  .logo,
  .footer .copyright {
    display: block !important;
    margin: 10px 0;
  }
  .order-details-items .order-items .order-gift-message:not(.expanded-content) {
    height: auto;
    visibility: visible;
  }
  .column.main {
    float: none !important;
    width: 100% !important;
  }
  .breadcrumbs {
    margin: 0 auto;
    text-align: right;
  }
  .footer.content {
    padding: 0;
  }
  .hidden-print {
    display: none !important;
  }
}
