@media only print {
  .wrap {
    display: none;
  }

  #vmeContainer {
    display: none;
  }

  #mRedirect {
    display: none;
  }

  .processing {
    display: none;
  }

  .modal {
    display: none;
  }

  .addprintremove {
    display: none;
  }

  .selectall-btn {
    display: none;
  }

  .otherproductsimwearing {
    display: none;
  }

  #signin-modal {
    display: none;
  }

  #help-how-to-buy-modal .modal-content, #terms-modal .modal-content {
    display: block !important;
  }
  #help-how-to-buy-modal .modal-content .modal-body, #terms-modal .modal-content .modal-body {
    height: auto;
  }
}
/* Welcome to Compass. Use this file to define print styles.
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/print.css" media="print" rel="stylesheet" type="text/css" /> 

@media print {
  .header
  {
  	display: none;
  }
  .gallery_container
  {
  	display: none;
  } 
  .modal
  {
    display: none;
  }
  .userarea
  {
    display: none;
  }
  .navbar
  {     
    display: none;
  }
  #leftPanelTabContentArea
  {
    display: none;
  }
  .actions
  {
    display: none;
  }
  .whatIAmWearingListLook
  {
    display: none;
  }
  #whatIAmWearingWrapper
  {
    display: block;
  }
  .retrace-popup 
  {
    display: none;
  }
  .addprintremove
  {
      display: none;
  }
  #featureTabs
  {
   display: none;
  }
  .wearing-btn
  {
   display: none;
  }
  .selectall-btn
  {
     display: none;
  }
  .cross 
  {
display: none;
  }
    .close 
  {
display: none;
  }
  .for-checkbox
  {
  display: none;
  }
  #vmeContainer
  {
   display: none;
  }
  .otherproductsimwearing
  {
    display: none;
  }
.detail-popup
{
   display: none;
}
.processing
{
  display: none;
}

ol, ul {
  list-style: none;
}

#wearing-products-scrollable
{
  overflow-y: visible;
}

.wearing-products { 
  height: 400px;
  margin-top: 23px;
  margin-bottom: 15px;
    outline: none;
  .title {
    display: table;
    width: 100%;    
    padding: 9px 15px 9px 25px;
    background: #e0e0e0;
    img {
      float: left;
      width: 63px;
      margin-right: 42px;
    }
    h2 {
      padding-left: 103px;
      display: table-cell;
      width: 100%;
      font-size: 15px;
      vertical-align: middle;
    }
    img + h2 {
      padding-left: 0;
    }
    &.otherproductsimwearing
    {
      display: none;
    }
  }
  .product-list {         
    li {
      border-top: 1px solid #d6d6d6;
            .for-checkbox {
                position: absolute;
                top: 50%;
                right: 2px;
                margin-top: -13px;
                input[type="checkbox"]{
                    position: absolute;// to not move the pretty checkbox down
                }
            }
            label {
                position: relative;
                display: table;
                width: 100%;
                padding: 10px 10px 10px 25px;
                cursor: pointer;
            }
    }
    li:first-child {
      border: none;
    }
    img {
      float: left;
      margin-right: 42px;
      width: 63px;
    }
    p {
      display: table-cell;
            width: 280px;
      vertical-align: middle;
      padding-right: 50px;

    }
  }
}




  #productTabs,
  .panel .bottombar,
  .panel .mainScreen .navView,
  .panel .prod-vw .nav-bot,
  .panel .topbar,
  .panel .mainScreen .iconView,
  .panel .prod-vw > ul li span.icon {
    display: none;
  }
  .panel,
  .panel .mainScreen {
    border: none;
    box-shadow: none;
  }
  .panel {
    max-width: 100%;
  }
  .panel #vmeContainer h3 {
    width: 100%;
    height: 97px;
    display: block;
  }
  .panel #vmeContainer h3 .fixed-right {
    top: 15px;
  }
  .panel .mainScreen .vw-page {
    height: auto !important;
  }
  .panel .mainScreen .vw-page #vme {
    height: 500px !important;
    width: 375px !important;
  }
  .panel .mainScreen .vw-page #vme #StageMain {
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
  }
  .panel .mainScreen .vw-page > li {
    display: block;
    opacity: 1;
    float: left;
  }
  .panel .mainScreen .vw-page > li:first-child {
    width: 65%;
  }
  .panel .mainScreen .vw-page > li:last-child {
    width: 30%;
  }  
}

*/
