/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/* ============================================ *
 * Codazon_Theme_Var
 * ============================================ */
.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;
  }
  .page-print .logo .small-logo{
    display: 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;
  }

  /*logo*/
  .page-print .logo {
    display: block !important;
    float: none !important;
    text-align: left !important;
  }
  .page-print .logo .small-logo{
    display: none !important;
  }

  /*detail page*/
  .breadcrumbs,.action.tocart,.action.towishlist,.cart-footer,#back-top,
  .product.data.items .item.title a:after,
  .product-info-main .product.attibute.overview .title::after,
  .product-info-main .product.attribute.overview .title::after{
    display: none !important;
  }
  .product.data.items > .item.content{
    display: block !important;
  }
  .product-main-content{
    display: block !important;
  }
  .copyright,.page-footer,.cart-footer,#back-top,.action.print {
    display: none !important;
  }
  /*cart*/
  
  .checkout-cart-index .page-header{min-height: 0px !important;}
  .cart-summary{
    top: 0px !important;
  }
  .checkout-cart-index .shopping-cart-print-items{display: block !important;}
  .cart-summary .block>.title{
    padding: 10px 40px 10px 0px;
  }
  .cart-summary .checkout-methods-items{
    padding: 0 0px;display: none !important;
  }
  .checkout-cart-index .toolbar,
  .checkout-cart-index #cart-main-actions,
  .checkout-cart-index .cart-discount{display: none !important;}
  .cart.table-wrapper{
    padding: 20px 0;
  }
  .cart.table-wrapper .cart thead tr th.col{
    width: 17%;
  }
  .cart.table-wrapper .item .col.item{min-height: 85px;}
  .cart.table-wrapper .cart thead tr th.col.item{
    width: 52%;
  }
  #cart-main-actions{padding: 20px 0;}
  #cart-main-actions .action.primary{padding: 10px 10px;}
  .cart.table-wrapper .cart>.item .item-actions{display: none;}
  .form.form-cart-comment{margin-top: 20px;}
  .cart-discount .block.discount{padding-top: 20px;}
  .cart.table-wrapper .product-item-name a{text-decoration: none !important;}
  #shopping-cart-table,#print-cart{display: none !important;}
}
