  
.video-thumbnail::before {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    content: "\f01d";

   font-family: FontAwesome;
    font-size: 60px;
    color: #1a1a1a;
    opacity: .8;
    text-shadow: none;
    z-index: 1;
    line-height: 67px;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
        transition: all 0.5s ease-in-out;
}
#main .video-thumbnail::before, .thumbnails  .video-thumbnail::before {content: "\f01d" !important;}
.container .woocommerce-tabs {
    margin-top: 30px;
}
.wccs-onsale-badge {display:none;}

.catbottom, .catbottom p, .catbottomtxt{
  font-size: .9em !important;
  line-height: 1.8em !important;
}

article .entry-title {   font-weight: 500;   color: #333; }
article .entry-readmore {  font-weight: 200; color:#ce1010;}
.product-info .entry-title {  font-weight: 500;}