/**
 * Copyright © 2013-2017 Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.top-header-content,
.breadcrumbs,
.catalog-category,
jdiv,
#page-title-heading,
.category-product-actions,
.catalog-category-view .product-item-photo,
.bottom-pagination .pages,
.footer,
.scroll-to-top,
.nav-main,
.mobile-top,
.product-label,
.modal-popup,
.modals-overlay,
.product.media,
.block.upsell-products-list,
.block.related-products-list,
.block.crosssell-products-list,
.action.add-to-project,
.product-description-link,
.js-regions-popup-trigger,
.project-edit-form .actions-toolbar,
.project-rooms-items .fieldset.edit,
.project-rooms-items .actions-toolbar,
.page-wrapper .megamenu-content,
.block-project-details-create-room,
.astrio-project-index-view .page-header {
  display: none!important;
}
.header.active-sticky {
  position: static;
}
.sales-order-print .logo {
  display: none!important;
}
.sales-order-print .page-title-wrapper {
  margin-bottom: 20px;
}
.label {
  border: 0;
}
.catalog-product-view .column.main {
  padding-top: 20px;
}
.catalog-product-view .column.main .row .col-md-4 {
  display: none;
}
.catalog-product-view .column.main .row .col-sm-12 {
  width: 100%;
}
.catalog-product-view .product-name {
  font-size: 24px;
}
.header.header2 .logo-left-header {
  padding: 0;
  text-align: center;
}
.products-grid .product-item-info .product-item-details {
  padding-top: 0;
}
.products-grid .product-item-info {
  padding: 10px;
}
.products-grid .product-item-info .product-item-details .product-item-name a {
  font-size: 16px;
}
#maincontent {
  margin-top: 0;
}
.logo img {
  max-width: 200px!important;
}
.mobile-item-col {
  float: none;
  margin: 0 auto;
}
.grid .product-items.items-per-row-3 .product-item,
.grid .product-items.items-per-row-4 .product-item {
  display: block;
  width: 100%;
}
a:link:after,
a:visited:after {
  content: "";
}
.project-rooms-items [data-role="content"] {
  display: block!important;
}
.project-rooms-items .product-top {
  margin-bottom: 10px;
}
.project-rooms-items .product-item {
  border: none!important;
}
.project-rooms-items .product-item .move-to-room {
  display: none;
}
.astrio-project-index-view {
  background: red;
}
.astrio-project-index-view .product-image-container,
.astrio-project-index-view .product-image-photo {
  max-width: 200px!important;
  width: auto!important;
}
.astrio-project-index-view .product-top {
  width: 200px;
}
.astrio-project-index-view .product-item {
  display: table!important;
}
.astrio-project-index-view .product-top,
.astrio-project-index-view .product.details {
  display: table-cell;
  vertical-align: top;
}
.astrio-project-index-view .product.details {
  padding-left: 20px;
}
.product-info-main .swatch-option.image,
.product-info-main .swatch-option.color {
  display: none;
}
.product-info-main .swatch-attribute.hasClone .swatch-select {
  width: 100%;
}
.product-info-main .swatch-option.image,
.product-info-main .swatch-option.color {
  padding-bottom: 0;
}
.product-info-main .swatch-option.image .open-swatch-modal,
.product-info-main .swatch-option.color .open-swatch-modal {
  display: none;
}
.page-print .logo {
  display: block;
  float: none;
  text-align: left;
}
@media print {
  * {
    -webkit-filter: none !important;
    background: transparent !important;
    color: #000 !important;
    filter: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    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 #999;
  }
  .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;
  }
}
