/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
.wc_simple_product_badge {
	left: 0;
	font-size: 26px;
}

.page-template-template-homepage .site-main {
	padding-top: 0 !important;
}

.page-template-template-homepage .type-page {
	padding-top: 0;
}

.site-header-cart .widget_shopping_cart .woocommerce-mini-cart__empty-message {
	color: white;
}

ul.products li.product {
/*min-height: 520px;*/
}

ul.products li.product-category h3 {
	bottom: -30px;
}

.widget {
	margin: 0;
}

.widget .widget-title, .widget .widgettitle {
	font-size: 1em;
}

.widget_contact_info {
}

.widget_contact_info h3 {
	font-size: 1em;
}

.widget_contact_info .confit-address a {
	font-weight: normal;
}

.widget_product_search {
	position: relative;
}

.widget_product_search h3::after {
	content: url(/wp-content/uploads/2016/08/syd-torch.png);
	position: absolute;
	z-index: 1;
	top: -9px;
	right: -21px;
}

a.cart-contents, .site-header-cart .widget_shopping_cart a {
	color: #fff;
}

.widget_twitter_timeline h3 {
	display: none;
}

#site-navigation .sub-menu .menu-item a:hover,
#site-navigation .sub-menu .menu-item a:focus,
#site-navigation .sub-menu .menu-item a:active {
	background: black;
}

.top-header-right a .fa {
	font-size: 30px;
	margin-top: 10px;
}

.storefront-product-section .section-title:before, .related h2:before {
	content: "\f11b";
}

.site-footer .footer-widgets {
	position: relative;
}

.site-footer .footer-widgets::before {
	content: url(/wp-content/uploads/2016/08/justice.png);
	position: absolute;
	top: -90px;
}

.footer-info {
	display: none;
}

.price .amount {
	font-size: 24px;
}

.site-footer .footer-widgets table tr td {
	background: none !important;
	border: 0 !important;
	padding: 30px 0;
}

.page-id-1085 .entry-header {
	display: none;
}

@media screen and (min-width: 768px) {
	.page-template-template-homepage-php .content-area {
	/*width: 100%;*/
	}
}

@media screen and (max-width: 767px) {
	.header-top {
		padding: 30px 0 60px;
	}
	
	.site-header {
		padding: 0;
	}
	
	.site-header .menu-toggle {
		border: 0 !important;
		float: left;
	}
	
	table.cart td.product-remove a.remove {
		top: 6px;
		right: 5px;
	}
	
	.single-product div.product form.cart .quantity {
		float: left;
	}
	
	.widget {
		margin-bottom: 20px;
	}
	
	.widget_twitter_timeline iframe {
		width: 100% !important;
	}
	
	.pp_pic_holder .ppt {
		width: auto !important;
		margin: 0 !important;
	}
	
	.site-footer .footer-widgets::before {
		top: auto;
		bottom: 0;
		right: 0;
		-webkit-transform: scaleX(-1);
		-moz-transform: scaleX(-1);
		-ms-transform: scaleX(-1);
		-o-transform: scaleX(-1);
		transform: scaleX(-1);
	}


}