/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

/* Single Product Price Table Color */

        thead tr th {
            background-color: #AFFC9F;
            color: #616161;
        }

        thead tr th {
          background-color: #f5f5f5;
        }


/* Product Squres Name & Price */

        div.t-entry-text-tc.single-block-padding {
          padding-top: 20px;
        }

        div h3 a {
          font-size: 16px;
        }

        span.price.h6 {
          margin-top: 6px !important;
        }

        ins.h2  {
            color: grey;
        }