/* .video-wrapper iframe{
display: none;  
}
.video-wrapper {
 max-height: 30px !important; 
} */



  body {
    font-family: 'Arial', sans-serif !important;
  }
  footer,
  .signUpWrapper,
  .topContent,
  header form,
  .header-cart-btn,
  .nav-bar{
    display: none !important;
  }
  
  .rte th, 
  	.rte td {
      float: left;
      width: auto !important;
    }

  .printShow {
       display: block !important; 
  }
  
  .printHide {
   	display: none !important; 

  }
  
   ul.tabs {
   display: none !important; 
  }
  
  
  #tab-1 {
   display: block !important; 
  }

#tab-1 td {
   min-width: 50% !important; 
   max-width: 50% !important; 
  }
  
  #tab-1:before {
   content: attr(data-content) !important;
       font-size: 30px;
       font-weight: 700;


  }
  
  #tab-2 {
       display: block !important; 
  }
#tab-2 td {
   min-width: 50% !important; 
   max-width: 50% !important; 
  }
  
  #tab-2:before {
   content: attr(data-content) !important;
       font-size: 30px !important;
       font-weight: 700 !important;


  }
  
  #tab-3 {
       display: block !important; 
  }

#tab-3 td {
   min-width: 50% !important; 
   max-width: 50% !important; 
  }
  
  #tab-3:before {
   content: attr(data-content) !important;
   font-size: 30px;
   font-weight: 700;
  }


 #tab-4 {
       display: block !important; 
  }

#tab-4 td {
   min-width: 50% !important; 
   max-width: 50% !important; 
  }

 #tab-4:before {
   content: attr(data-content) !important;
   font-size: 30px;
   font-weight: 700;
  }


 #tab-5 {
       display: block !important; 
  }

#tab-5 td {
   min-width: 50% !important; 
   max-width: 50% !important; 
  }

 #tab-5:before {
   content: attr(data-content) !important;
   font-size: 30px;
   font-weight: 700;
  }


h4 {
  display: block;
}
  
 
  .social-sharing  {
	display: none !important;
  }
  
  .breadcrumb {
    display: none !important;
  }
  
  .relatedItems {
        display: none !important;
  }
  
  .product-photo-thumb {
    border: 0;
  }
  
  .product-photo-thumb img {
    max-width: 100% !important;
    max-height: 400px !important;

  }
  
  .printTitle {
    font-weight: 700;
	font-size: 30px;
  }
  
  #admin_bar_iframe {
    display: none !important;
  }
  
   #printProductPhotos img {
     max-width: 33% !important;
     height: auto;
   }