/******* woocommerce button colors. first is button, second is hover, 3rd is proceed to cart button*********/
.woocommerce-cart .shop_table .button, 
.woocommerce-cart .shop_table .checkout-button {
   color: #ffffff;
   border-color: #70d0b8;
   background-color: #70d0b8;
}
.woocommerce-cart .shop_table .button:hover, 
.woocommerce-cart .shop_table .checkout-button:hover {
   color: #ffffff;
   border-color: #a5f4e0;
   background-color: #a5f4e0;
}


.woocommerce a.button.alt {
     background-color: #a5f4e0 /* &lt;- change the hex code here */
}

/******* content view Read More button color *********/

.pt-cv-readmore {background: #16a5a0 !important;}
.pt-cv-readmore {border: 1px solid #16a5a0 !important;}

/******* content view change font size *********/
.pt-cv-title a {font-size: 14px;}

/******* widget title color change*******/
.widget-title {
  color: #fe4160;
}
/******* widget title size change*******/
.widget-title {
	font-size: 16px;
}
