
    /* Print CSS */
    @media print {
      * {
        position: relative;
        max-width: 100%;
        background: transparent !important;
        color: black !important;
        box-shadow: none !important;
        text-shadow: none !important;
      }
      img {
        max-width: 100% !important:
      }
      #toggleMenu {
        display: none !important
      }
      #header{
        display: none !important;
      }
      #foot {
        display: none !important;
      }
      footer {
        display: none !important;
      }
      #bottom {
        top: 700px !important;
      }
      #sliderNav {
        display: none !important;
      }
      figcaption {
        display: none !important;
      }
      #bottom {
        display: none !important;
      }
      .fas{
        display: none !important;
      }
      #headerTwo {
        display: none !important;
      }
      #contactBody {
        display: none !important;
      }
      .showroomMenu {
        display: none !important;
      }
      .showFoot {
        display: none !important;
      }
      #showFooter {
        display: none !important;
      }
      button {
        display: none !important;
      }

      .button-container > li, .button-container2 > li {
        display: block;
        margin: 0 auto;
        right: 3%;
        list-style-type: none !important;
      }
      .close {
        display: none;
      }

    }
