.page-header {
    background:#342d2a;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--light);
}

.py-5 {
    padding-top: 6rem !important;
}

/******Products Pages****/
.product-nav{
    background-color: #f3f3f3;
}
.products-top {
    background: url(/images/img80.jpg)no-repeat center;
    background-size: cover;
    padding: 50px 0;
}
.products-top li{
    list-style-type: square;
    font-size:17px;
}
.products-top .left {
    width: 50%;
}

.products-top .right {
    width: 46%;
    margin-right: 2%;
}

.products-top .left .title {
    font-size: 34px;
    color: #333;
}

.products-top .left .detail {
    margin-top: 50px;
}

.products-top .left .detail b,
.products-top .left .detail strong {
    color: #333;
    font-size: 18px;
    margin-bottom: 20px;
    display: block;
}
.products-top .video .hidden_videos {
    display: none;
}
.product-title {
    text-align: center;
    padding-bottom: 40px;
    position: relative;
    margin-top:0;
  }
  
  .product-title h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
  }
  
  .product-title h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: var(--accent-color);
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  
  .section-title p {
    margin-bottom: 0;
  }
  
td{
    font-size:13px;
}





