/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.group:before,
.group:after {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}
.group {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
}
.section-spacing {
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  .section-spacing {
    padding: 45px 0;
  }
}
@media screen and (min-width: 1440px) {
  .section-spacing {
    padding: 60px 0;
  }
}
.background-gradient {
  background: #46e5e5;
  background: -moz-linear-gradient(deg, #46e5e5 0%, #4125a4 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #46e5e5), color-stop(100%, #4125a4));
  background: -webkit-linear-gradient(-45deg, #46e5e5 0%, #4125a4 100%);
  background: -o-linear-gradient(-45deg, #46e5e5 0%, #4125a4 100%);
  background: -ms-linear-gradient(-45deg, #46e5e5 0%, #4125a4 100%);
  background: linear-gradient(135deg, #46e5e5 0%, #4125a4 100%);
}
.background-gradient-reverse {
  background: #4125a4;
  background: -moz-linear-gradient(-45deg, #4125a4 0%, #46e5e5 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #4125a4), color-stop(100%, #46e5e5));
  background: -webkit-linear-gradient(-45deg, #4125a4 0%, #46e5e5 100%);
  background: -o-linear-gradient(-45deg, #4125a4 0%, #46e5e5 100%);
  background: -ms-linear-gradient(-45deg, #4125a4 0%, #46e5e5 100%);
  background: linear-gradient(135deg, #4125a4 0%, #46e5e5 100%);
}
@media screen and (max-width: 767px) {
  .mobile-full-width {
    margin-left: -15px;
    width: calc(100% +  30px) !important;
  }
}
.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;
  }
}
