/*
 *
 * Footer
 *
 */
footer.page-footer .footer-iner > .container-inner > .row > div:first-child {
  width: 100% !important;
}
/*
 *
 * Product page
 *
 */
body.catalog-product-view .product-info-main .product-info-price .availability.only {
  display: none;
}
/*
 *
 * Checkout
 *
 */
body.checkout-index-index header.header-container .top-bar,
body.checkout-index-index header.header-container .container-inner > .row > .col-md-4:first-child,
body.checkout-index-index header.header-container .menu-conten {
  display: none;
}
