/*
	Theme Name: J Pitre
	Theme URI: 
	Description: Custom blank theme
	Version: 1.0
	Author: Carl Spooner
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

@media (min-width: 1200px){
	.filters-items .woocommerce-widget-layered-nav{
		width: 25%;
	}
	.filters-items{
		overflow-y: none;
		max-height: none;
	}
}
.service-info{
	font-size: 14px;
	padding-left: 30px;
}
.local-pickup-message{
	font-size: 14px;
	font-weight: bold;
}

/* Hide shipping infos from cart page */
.cart_totals .woocommerce-shipping-totals{
    display: none;
}

#shipping_method_title{
	margin-top: 4rem;
}

.stock.in-stock::before{
	content: none!important;
}
.stock.in-stock{
	padding-left: 0!important;
}

.page-id-4834 a, .page-id-4832 a{
	color: #ff784d;
}
.page-id-4834 a:hover, .page-id-4832 a:hover{
	color: #e25322;
	text-decoration: underline;
}

.warranty-link{
	color: #fff;
	text-decoration: underline;
	transition: all 0.3s ease;
}
.warranty-link:hover{
	color: #000;
	text-decoration: underline;
}