body > * {
  display: none; }

body a[href]:after {
  display: none; }

body > header {
  position: relative !important;
  display: block !important;
  /* stylelint-disable-next-line */
  -webkit-print-color-adjust: exact; }
  body > header #slogan {
    display: none; }

body > .wrap {
  display: block !important;
  padding-top: 0 !important; }

body #widgets-footer,
body #payments-footer,
body #main-footer {
  display: none !important; }

body .woocommerce-store-notice {
  display: none !important; }

body.woocommerce.archive > .wrap .content .col-md-3.col-md-pull-9 {
  display: none !important; }

body.woocommerce.archive > .wrap .content .col-md-9.col-md-push-3 {
  left: 0;
  width: 100%; }

body.woocommerce.archive .woocommerce-ordering {
  display: none; }

body.woocommerce.archive .products {
  margin-right: -15px;
  margin-left: -15px; }
  body.woocommerce.archive .products > li {
    max-width: 33% !important; }

body.woocommerce.archive .woocommerce-pagination {
  display: none; }

body.woocommerce.single-product .brand-catalog,
body.woocommerce.single-product .quantity,
body.woocommerce.single-product .single_add_to_cart_button,
body.woocommerce.single-product .related.products {
  display: none !important; }

body.woocommerce.single-product .main .product .row {
  display: table; }
  body.woocommerce.single-product .main .product .row > div {
    display: table-cell;
    float: none !important;
    vertical-align: top; }

body.woocommerce.single-product .main .product .col-md-5 {
  width: 41.6666666% !important; }

body.woocommerce.single-product .main .product .col-md-7 {
  width: 58.3333333% !important; }

body.woocommerce-cart .header-item--menu__line-wrapper,
body.woocommerce-cart .header-item--menu__text,
body.woocommerce-cart .header-item--search,
body.woocommerce-cart .header-item--account,
body.woocommerce-cart .header-item--cart,
body.woocommerce-cart .site-header__inner .site-search,
body.woocommerce-cart .header-item--menu {
  display: none; }

body.woocommerce-cart .product-quantity input {
  border: 0;
  appearance: none; }

body.woocommerce-cart .breadcrumb,
body.woocommerce-cart .page-header + p,
body.woocommerce-cart div.woocommerce > div[class*='wc-'],
body.woocommerce-cart td.product-remove > a,
body.woocommerce-cart td.actions,
body.woocommerce-cart #shipping_method input,
body.woocommerce-cart #shipping_method input:not(:checked) + label,
body.woocommerce-cart .woocommerce-shipping-calculator,
body.woocommerce-cart .wc-proceed-to-checkout,
body.woocommerce-cart .cross-sells {
  display: none !important; }

body.woocommerce-cart .page-header {
  border-bottom: 0; }

body.woocommerce-cart .site-logo {
  position: absolute;
  top: -35px; }

body.woocommerce-cart table.cart .product-remove {
  display: none !important; }

body.woocommerce-cart table.cart .product-thumbnail {
  width: 3cm; }
  body.woocommerce-cart table.cart .product-thumbnail img {
    width: 100%;
    height: auto; }

body.woocommerce-cart table.cart .product-name dl dd,
body.woocommerce-cart table.cart .product-name dl dt {
  display: block;
  width: 100%; }

body.woocommerce-cart .woocommerce ul#shipping_method li {
  padding-top: 0;
  padding-bottom: 0; }

body.woocommerce-cart > .wrap .checkout.adq-billing,
body.woocommerce-cart > .wrap .btn__print,
body.woocommerce-cart > .wrap .woocommerce-info,
body.woocommerce-cart > .wrap .main > p {
  display: none !important; }
