/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.gallery-placeholder {
  width: 100%;
}
.stock.available span {
  color: #426CAA;
}
.stock.unavailable span {
  color: #6e716e;
}
.page-title-wrapper.product {
  margin-top: 40px;
}
a,
.alink {
  color: #426CAA;
}
a:hover,
.alink:hover {
  color: #426CAA;
}
.opc-progress-bar-item._active > span:before {
  background: #426CAA;
  border-color: #426CAA;
}
.opc-progress-bar-item._active > span:after {
  border-color: #426CAA;
}
.opc-progress-bar-item._active:before {
  background: #426CAA;
  border-color: #426CAA;
}
.opc-progress-bar-item._complete:before {
  background: #11294B;
  border-color: #11294B;
}
.opc-progress-bar-item._complete > span:before,
.opc-progress-bar-item._complete > span:after {
  background: #11294B;
  border-color: #11294B;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #11294B;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #11294B;
}
.minicart-wrapper .action.showcart .counter.qty {
  background: #426CAA;
}
.opc-progress-bar-item._complete > span:after {
  color: #ffffff;
}
.opc-progress-bar-item._complete:hover:before {
  background: #11294B;
}
.opc-progress-bar-item._complete:hover > span:before {
  background: #11294B;
}
.checkout-index-index .payment-option._collapsible.opc-payment-additional.discount-code {
  display: none;
}
.cart-discount {
  /*display: none;*/
}
.navigation .level0.active > .level-top,
.navigation .level0.has-active > .level-top {
  border-color: #426CAA;
}
.product-options-bottom .price-box .price-container .price,
.product-info-price .price-box .price-container .price {
  color: #000;
}
@media all and (min-width: 768px) {
  .product-options-bottom .price-box .price-container .price,
  .product-info-price .price-box .price-container .price {
    font-size: 30px;
  }
}
.product-info-main .product.attribute.overview {
  margin: 20px 0 0 0;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  color: #000;
}
@media all and (min-width: 768px) {
  .product-info-main .product-add-form {
    padding-top: 15px;
  }
}
.filter-options-content a:hover {
  background-color: transparent;
}
.product-item .tocart {
  margin-top: 10px;
}
.dev-site-banner {
  position: sticky;
  /* or fixed for always-top */
  top: 0;
  background-color: #d32f2f;
  color: #fff;
  text-align: center;
  padding: 8px 0;
  font-size: 22px;
  font-weight: bold;
  z-index: 9999;
}
.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;
  }
}
