/*
Theme Name: The Hanger Child
Theme URI: http://thehanger.wp-theme.design/
Description: This is a child theme for The Hanger.
Author: Get Bowtied
Author URI: http: //www.getbowtied.com/
Template: the-hanger
Version: 1.0
*/

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

.site-wrapper .site-content-wrapper .site-content {
    padding: 0 20px 0 20px !important;
}

.woocommerce-breadcrumb {
    display: none;
}

.second-container{
	padding-left:12px;
}
.navigation-foundation {
	color: #443635;
}
.header-secondary-navigation .navigation-foundation > ul > li.is-active > a span:before,
.header-secondary-navigation .navigation-foundation > ul > li.current-menu-item > a span:before,
.header-secondary-navigation .navigation-foundation > ul > li:hover > a span:before {
  background-color: #CD7B4C;
}

.header-layout-full .site-header-style-1::after {
  border: 0;
}

.woocommerce-archive-header-inside {
	display:none;
}
.header-mobiles-wrapper .header-mobiles-content .header-mobiles-secondary-menu {

    border: 0;
}

@media screen and (min-width: 80em)
{
	ul.products:not(.shop_display_list) .product .main-container .second-container .product_info a.title .woocommerce-loop-product__title {
    	text-align: center;
		font-size: 14px;
		color: #443635;
		}
	ul.products:not(.shop_display_list) .product .main-container .second-container .product_info span.price {
    	width: 100%;
    	font-size: 18px;
    	text-align: center;
    	font-weight: 800;
		color: #CD7B4C;
		}
				
			
}
@media print, screen and (min-width: 64em)
{
	body.woocommerce-shop .site-content .woocommerce-archive-header {
    display: none;
}
}
/****************************************************************/
/****************************************************************/
/****************************************************************/




