/*
Theme Name: Wihardja.com.sg
Theme URI: http://theretailer.getbowtied.com/
Description: This is a child theme for The Retailer.
Author: seondizon
Author URI: josemadizon.com
Template: theretailer
Version: 1.0
*/

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

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

.hide{
	display: none !important;
}

.gbtr_product_share ul li a.product_share_google_plus:before {
	background:none;
	background-image:url(images/sprites.png);
	background-position:-200px -50px;
	background-repeat:no-repeat;
}

.gbtr_product_share ul li a.product_review_icon:before {
	background:none;
	background-image:url(images/sprites.png);
	background-position:-248px -50px;
	background-repeat:no-repeat;
}

span.onsale,
.woocommerce span.onsale{
	background: #ff0000 !important;
}

.product_item .price ins .amount {
	color:#ff0000 !important;
	text-decoration: underline !important;
}

/*.gbtr_product_share ul li{
	margin: 0 36px;
}*/

.prod-panels{
	padding-top: 20px;	
}

.prod-panels div.grid_4{
	min-height: 150px;	
}

.prod-panels div label{
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	padding: 0 5px;
}

.prod-panels div p{
	padding: 0 5px;
}

.prod-panels div.desc-row-wrapper table tr td{
	padding-bottom: 15px;
}

/*.prod-panels div.desc-row-wrapper table tr td:nth-child(2){*/
.prod-panels div.desc-row-wrapper table tr td{
	vertical-align: middle !important;
}


/*custom review pop up*/
#review_container_wrapper_overlay {
	position:absolute;
	top:0px;
	left:0;
	width:100%;
	height:100%;
	z-index:999999;
	background:#fff;
	margin:0 auto;
	display:none;
	/*overflow:auto;*/
}

#review_container_wrapper_overlay_close {
	background:#000;
	position:absolute;
	top:0;
	right:0;
	cursor:pointer;
	color:#fff;
	font-size:24px;
	padding:15px 18px;
}

.wj_mc_widget_info p{
	margin-bottom: 5px;
	font-size: 10px !important;
}

.price ins span{
	color: #ff0000;
}

.typical_retail_price{
	color: #ccc;
	margin-bottom: 10px;
}

.typical_retail_price .fa{
	cursor: pointer;
}

.gbtr_product_sliders_header, .gbtr_items_sliders_header{ border-top: none; }

/*contact form recaptcha*/
div.wpcf7-spam-blocked{
	border: none !important;
	color: #ff0000;
}

.woocommerce-password-strength, .woocommerce-password-hint {
	display: none !important;
}


#rss-list li{ list-style: none;  }
#rss-list ul.children{ margin: 0px; }



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