::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(170, 170, 170, 0.5);
  box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}
a.zbacktotop {
      margin: 0px auto 100px;
    display: table;
    background: url(/sites/zweb/images/pagesense/videos/top-arrow.svg) no-repeat #ef6e4e;
    position: fixed;
    cursor:pointer;
    right: 20px;
    bottom: 10px;
    text-align: center;
    padding: 12px 10px 11px;
    border-radius: 100%;
    width: 30px;
    height: 27px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
background-position: 17px 16px;box-sizing: content-box;
}
a.zbacktotop.show {
  opacity: 1;
  visibility: visible;
}
.z-videos-banner {
    background: #fef1f3;
    color: #000;
}

.video-box:before {
    background: none
}

.video-box span.duration {
    color: #fff
}

.z-video-category>div .video-box-wrap {
    float: none
}

.z-videos-wrap .content-wrap>div.z-videos-menu {
    max-height: 520px;
    overflow: scroll;
    overflow-x: hidden;
}

#mini-panel-product_menu .menu-icon-help-header .product-title a, .main-container-wrapper #mini-panel-product_menu .content-wrap div:last-child .menu>li>a {
    color: #000
}


.watch-btn:before {
    left: 0;
    top: 0px;
    width: 26px;
    height: 26px;
    border: 1px solid #fe8855;
    box-sizing: border-box;
    border-radius: 100%;
    background: #fe8855;
    position: absolute;
    content: '';
}
.watch-btn:after {
    left: 10px;
    top: 8px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #fff;
    position: absolute;
    content: '';
}

span.watch-btn {
    position: relative;
    display: inline-block;
    padding-left: 35px;
    margin-top: 20px;
    font-size: 16px;
    cursor: pointer;
font-weight: bold;
}

.z-video-category>h2 {
         border-bottom: 0px;
         margin-bottom: 0;
         font-family: var(--zf-secondary-bold);
      }

      p.zdesc {
         margin: 0 25px 20px;
         border-bottom: 0px solid #ccc;
         padding-bottom: 10px;
      }
.video-details p {
    height: 105px;
}
.expanded.dropdown .caret {
    background-position: -168px -6px;
}