/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.pages strong .page {
  width: 33px;
  height: 33px;
}
.pages strong .items .item {
  width: 33px;
  height: 33px;
}
.product_variants {
  border: 1px solid orange;
  margin-bottom: 5px;
  width: 600px;
  height: 100px;
}
.variant_image {
  float: left;
  margin-top: 5px;
}
.variant_image img {
  margin-left: 5px;
  margin-right: 5px;
  width: 90px;
  height: 90px;
}
.variant_middle {
  width: 200px;
  height: 100px;
  float: left;
}
.variant_price {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
  width: 80px;
  float: right;
}
.variant_buttons {
  float: right;
  width: 155px;
  border: 1px solid orange;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.setMiddle {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.product-item-details .product-item-name {
  min-height: 7.2em;
}
.account .messages {
  margin-top: 1.5em;
}
.account .products-grid.wishlist .product-item-actions .action.edit,
.account .products-grid.wishlist .product-item-actions .action.delete {
  display: inline-block;
}
.account .products-grid.wishlist .product-item-comment {
  height: 8em;
}
.account.wishlist-index-index .pager .toolbar-amount {
  display: none;
}
.bssfancybox-skin {
  background-color: white;
}
.bssfancybox-skin button#wishlist_create {
  background: #fff;
  border: 1px solid #000;
  color: #000;
}
.bssfancybox-skin button#wishlist_create:hover {
  background: #000;
  color: #fff;
}
.bssfancybox-skin .wishlist_btns {
  margin-top: 1em;
}
.page.messages {
  margin-bottom: 2em;
}
.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;
  }
}
