/* Products */
.product-slider {
  padding: 0 65px;
  margin-top: 20px;
}

.product-slider .slick-track {
  display: flex;
  flex-flow: row;
}

.product-slider .product-image {
  height: 280px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
    .product-slider .product-image iframe {
        height: 100%;
        width: 100%;
    }
.product-image {
  text-align: center;
}

.product-slider .product-image img {
  position: relative;
  /*top: 50%;
  transform: translateY(-50%);*/
  width: auto;
  height: auto;
  display: inline-block;
  background-color: #ffffff;
  align-self: center;
}
.product-slider .product-image>img{
      max-height: 200px;
    max-width: 100%;
}
.product-slider .product-image .zoomImg {
  transform: none;
}

.product-slider .product-image:hover {
  cursor:zoom-in;
}

.product-slider-thumbnails{
  margin: 20px 0 0 0 !important;
  padding: 0;
}

    .product-slider-thumbnails .product-image {
        height: 80px;
        background-color: #f2f2f2;
        margin: 0.5em;
        padding: 10px;
        cursor: pointer;
        position: relative;
    }

.product-slider-thumbnails .product-image img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 0;  
}

.product-featured {
  margin: 80px 0 50px 0;
  text-align: center;
}
a.product-featured-item-container {
    display: inline-block;
    text-decoration: none;
    color: #393839;
    width: 100%;
}
a:hover.product-featured-item-container {
    display: inline-block;
    text-decoration: none;
    color: #393839;
}
a:hover.product-featured-item-container .round-link-blue{
    background-color: #026dba;
    color: #ffffff;
}
.product-featured-item {
    padding: 30px 30px 30px 30px;
    border: 1px solid #b7b7b7;
    text-align: center;
    height: 100%;  
    margin-bottom: 30px;  
}
.product-featured .product-featured-item {
    margin-bottom: 30px;
}
.product-description p {
    font-family: "sharp-sans-medium", sans-serif;
    font-size: 14px;
    width: 100%;
    text-align: center;
}
.products.product-accessories.clearfix {
    /*display: flex;*/
    margin: 80px 0 50px 0;
}
.product-featured-item .featured-image{
    width: auto;
    height: auto;
    margin-bottom: 20px;
    max-width:100%;
    max-height:215px;
}

.product-featured-item .featured-title{
    margin: 20px 0 20px 0;
    font-size: 25px;
    font-family: "sharp-sans-medium", sans-serif;
    color: #393839;
    line-height: 30px;
}

/*.product-featured-item .product-description {
  font-size: 16px;
  font-family: "sharp-sans-medium", sans-serif;
  color: #393839;
  padding: 0px 20px;
}*/
.product-slider-container{
    margin-top: 50px;
    margin-bottom: 50px;
}
.product-info {
  margin-top: 5em;
  margin-bottom: 5em;
}

@media(min-width: 36em) {
    .product-slider-thumbnails .product-image {
        height: 160px;
        background-color: #f2f2f2;
        margin: 1em;
        padding: 10px;
    }
  
  .product-slider-thumbnails .product-image img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    width: 100%;
    height: auto; 
  
  }
}

@media(min-width: 64em) {
    .product-slider-thumbnails .product-image {
        height: 100px;
        background-color: #f2f2f2;
        margin: 1em;
        padding: 10px;
    }
  
  .product-slider-thumbnails .product-image img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 0;
  }
}

/* Product Slider */
.main-product-slider {
  background-color: #f1f2f2;
  padding: 80px 15%;
}

.main-product-slider .product-content {
  text-align: left;
}

.main-product-slider .product-content h2 {
  font-size: 20px;
  font-family: "sharp-sans-medium", sans-serif;
  color: #393839;
  margin-bottom: 20px;
  margin-top: 0px;
  line-height: 1.2;
}

.main-product-slider .product-content .product-description {
  font-family: "sharp-sans-book", sans-serif;;
  color: #393839;
  margin-bottom: 25px;
  line-height: 1.667;
}

.main-product-slider .product-image {
  text-align: center;
}

.main-product-slider .product-image img{
    margin: auto;
    max-width: 100%;
    max-height: 220px !important;
    height: auto !important;
    width: auto !important;
    display: block;
    margin-top: 0px;
}

@media(min-width: 60em){
  .main-product-slider .product-content h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}

.tab-item {
  margin: 1em 0;
}

.tab-item .tab-title {
  padding: 0.85em 1em 1em 2em;
  background-color: #ffffff;
  cursor: pointer;
  font-size: 20px;
}
.tab-item .tab-title p{
    margin-bottom: 0 !important;
    line-height: 30px;
}
.tab-item .tab-title:before {
  content: "+";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 12px 2px 10px 16px;
  font-size: 26px;
}

.tab-item .tab-title.is-expanded:before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 0.5em;
  font-size: 26px;
}

.tab-item .tab-content {
  margin: 2em 0;
  box-shadow: none;
  border: 0;
  background: transparent;
  border-radius: 0;
}

.a11y-accordion { position:relative; margin:1em 0; }

.a11y-accordion .tab:focus, .a11y-accordion .panel div:focus {outline:0;}

.a11y-accordion .panel.is-collapsed { 
    display: none;
    max-height: 0;
    overflow: hidden;
 }

.a11y-accordion .panel.is-expanded {
    max-height: 1000em;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable {
    position: fixed;
    top: 10px;
    left: 0;
    right: 0;
    z-index: 1000;
    max-width: 40em;
    margin: 0 auto;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    opacity: 0;
    color: #3c763d;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.visuallyhidden.focusable p {margin:0;}
.visuallyhidden.focusable:focus {
    width:auto; height:auto;
    padding: 20px;
    opacity: 1;
    clip: initial;
}

/* Overwrites for Page Editor */
.sfPageEditor .tab-content {
  display: block !important;
  max-height: 100% !important;
}
.icon-360-overlay {
    position: absolute;
    background: url(https://ghsitefinitytesting.blob.core.windows.net/accurex-cms-wk/images/default-source/icons/360.png) center center no-repeat;
    background-size: 50%;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: rgba(0,0,0,.5);
}
.icon-360-overlay-hand {
    position: absolute;
    background: url(/Content/imgs/hand_spin.png) center center no-repeat;
    background-size: 75%;
    height: 100px;
    width: 100px;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    z-index: 10;
    background-color: rgba(0,0,0,.5);
    border-radius: 4px;
}