/*
Theme Name: pinkmart Child
Theme URI: http://kitestudio.co/pinkmart/
Template: pinkmart
Author: kitestudio
Author URI: http://www.kitestudio.co
Description: WooCommerce WordPress Theme
Tags: two-columns,three-columns,left-sidebar,right-sidebar,custom-background,custom-header,custom-menu,editor-style,featured-images,flexible-header,full-width-template,microformats,post-formats,sticky-post,theme-options,translation-ready,accessibility-ready
Version: 1.0
Updated: 2019-05-02 12:20:31

*/

/* Write your styles here */

.prod-page-title{
  color: #252525;
  font-family: Lato;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  padding-bottom:8px;
  margin-bottom: 20px;
}
.prod-page-title h2:after {
  color: transparent;
  margin-top: 0;
  border-bottom: 4px solid #2a77b9;
  width: 70px;
  left: calc(50% - 30px);
  bottom: 0;
  position: absolute;
  content: '';
  display: block;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}
.column {
  float: left;
  width: 33.33%;
  padding: 7px;
}

.title-cat {
    position: relative;
    text-align: center;
    font-family: Lato;
    font-size: 20px;
    font-weight: 700;
    color: #4a4a4a;
    padding-left: 5%;
    padding-bottom: 3%;
}

.woocommerce div.products div.product span.custom_product_label, .woocommerce div.products div.product span.onsale, span.custom_product_label, span.onsale {
	background-color: red!important;
}


.woocommerce div.products div.product span.custom_product_label span.custom_product_label {
	background-color: red!important!
}


