body.single-product div.main-page-wrapper{
    background-color: rgb(248,248,248);
}
div.product_meta span.tagged_as a{
    text-decoration: none;
  background: #e6e9ec;
  padding: 6px 12px;
  border-radius: 8px;
  font-size: 14px;
  transition: 0.3s;
  border: 1px solid #d1d1d1;
}
figure.woocommerce-product-gallery__image{
    /*border-radius: 6px;*/
    border: 1px solid #ccc;
}
.slick-track .product-image-thumbnail img{
    border: 1px solid #ccc;
}
.deep-product-wrapper div.techinfoboxes div.info-box-wrapper {
    background-color: rgb(248,248,248);
    padding: 14px;
    /*border-radius: 16px;*/
    border: 1px solid #ccc;
}
body.single-product .wd-gallery-btn > a{
    border: 1px solid #ccc;
    background: rgb(248, 248, 248);
    
}