/*
Theme Name: The Retailer Child Theme
Theme URI: http://theretailer.getbowtied.com/
Description: This is a child theme for The Retailer.
Author: Get Bowtied
Author URI: http: //www.getbowtied.com/
Template: theretailer
Version: 2.2.6
*/

@import url("../theretailer/style.css");

/****************************************************************/
/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/
/****************************************************************/

/* TOP BAR */

.gbtr_tools_wrapper {
	background:#454545;
	color:#f4f4f4;
}


/* SLIDER SEM MARGENS */

.column_demo {
	padding:0px 0px;
}


/* TITULO SLIDER DOS PRODUTOS */

.gbtr_featured_section_title {
	padding:20px 0px 15px 0px;
	font-size:20px;
	text-transform:capitalize;
}


/* LINHA SLIDER DOS PRODUTOS */

.gbtr_bold_sep {
	height:1px;
	width:120px;
}


/* TEXTO DOS PRODUTOS */

div.product .product_title,
#content div.product .product_title {
	font-size:28px;
	color:#000;
	line-height:1.2em;
}


/* PREÇO DOS PRODUTOS */

div.product .summary span.price,
div.product .summary p.price,
#content div.product .summary span.price,
#content div.product .summary p.price {
	color: #000 !important;
	font-size: 32px;
	font-weight:900 !important;
	padding:10px 0 30px 0;
}

/* ESTILO DOS FORMUlÁRIOS */





/****************************************************************/
/****************************************************************/
/****************************************************************/