/* Initially hide all sales rep*/
/*.facetwp-template { display: none; }*/
/*.facetwp-template.visible { display: block; }*/

/* News, Press Release, Article*/
/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

/* Visibile All Tab*/
#all{
	display: block;
}

/*Promotion Banner*/
.vmhmi_simple_banner{
    text-align: center;
}

.facetwp-template{
    width: 100%;
}

/*My Account*/
.woocommerce-MyAccount-navigation-link:nth-of-type(2), .woocommerce-MyAccount-navigation-link:nth-of-type(3) {
    display: block !important;
}

/*RFQ*/
.create_account{
  display: none;
}

/*Support Module*/
div.facetwp-facet-support_categories{
  margin-bottom: 0px !important;
}

div.facetwp-facet-support_videos{
  padding-top: 0 !important;
}

.gform_next_button, .gform_previous_button {
    background: #007cba !important;
    border-color: #007cba !important;
    color: #fff !important;
    text-decoration: none;
    text-shadow: none;
    min-height: 32px !important;
    line-height: 2.30769231;
    padding: 0 20px !important;
    font-size: 13px !important;
}
.woocommerce-pagination, .display_none{
  display: none;
}
.load_more_support{
  background-color: #00b5ef;
  font-size: 2rem;
  color: white !important;
  padding: 15px 25px;
  margin-top: 1%;
  display: inline-block;
}

.endoscopy-header {
  text-align:center; 
  display:table;
  width:100%;  
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 50vh;
  margin-left: auto;
  margin-right: auto;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 0px 0px 0px 0px;
  opacity: 1;
  min-height: 50vh;
  position: relative;
}

.endoscopy-header h2 {
  display:table-cell; 
  vertical-align:middle;
  color: #FFFFFF !important;
  font-size: 52px;
  font-weight: 700;
  font-family: myriad-pro, sans-serif !important;
  max-width: 767px;
  margin-right: auto;
  margin-left: auto;
  line-height: 1.15em;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 3px 3px 15px rgb(0 0 0 / 28%);
  z-index: 9;
  position: inherit;
}
.endoscopy-overlay{
  background-color: rgba(0, 0, 0, 0.65);
  opacity: 1;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.video_tax{
  margin-bottom: 10%;
}

div[data-value="endoscopy"], div[data-value="endoscopy"] + .facetwp-depth{
    display:none !important;
}