/*
Theme Name: Porto Child Wayne Leupold
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 2.0
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/



/* Ninja Forms*/
.product-custom-form .nf-form-content { max-width: 100%; padding: 20px 0; }
.product-custom-form .nf-form-title h3 { margin-bottom: 0; }

/* Archive Pages*/

li.cat-item-1693 {display: none;}

/* Product Archive Pages @since 1.2 */
.archive-products ul.products li.product-col{
	border: 1px solid #e7e7e7;
	padding-left: 0px;
	padding-right: 0px;
}

.archive-products ul.products li.product-col .product-image {
    margin: 0px;
    padding: 10px;
    background: #f1f1f1;
}
.archive-products ul.products.list li.product-col .product-image {
    border-right: 1px solid #e7e7e7;
}

ul.list li.product .product-content{
	padding-left: 10px;
	padding-right: 10px;
}

ul.products li.product-col .product-content{
	padding-left: 10px;
	padding-right: 10px;
}

@media (min-width: 576px){
	.archive-products ul.list li.product .product-inner {
		min-height: 208px;
	}
}
@media (max-width: 575px){
	
	.archive-products ul.products.list li.product-col:nth-child(2n+1){
		border-right: 0px;
	}
	.archive-products ul.products.list li.product-col:nth-child(2n+1) .product-image {
		border-right: 0px;
	}

	.archive-products ul.products.grid li.product-col:nth-child(2n+1){
		border-right: 0px;
	}
	.archive-products ul.products.grid li.product-col:nth-child(2n+1) .product-image {
		border-right: 0px;
	}
}

@media (min-width: 576px) and (max-width: 1219px) {

	.archive-products ul.products.grid li.product-col{
		border-right-width: 0px;
	}
	.archive-products ul.products li.product-col:nth-child(3n+0){
		border-right-width: 1px
	}
	
}

@media (min-width: 1220px){

	.archive-products ul.products.grid li.product-col{
		border-right-width: 0px;
	}
	.archive-products ul.products li.product-col:nth-child(4n+0){
		border-right-width: 1px
	}
	
}




/* --------------- SINGLE DONATE PAGE ---------------- */

div.nyp{
	
	padding: 4px;
	padding-left: 0px;
	margin-right: 0px;
}

#nyp{
	margin-bottom: 0px;
	padding: 14px;
	padding-bottom: 13px;
	width: 100px;
}

div.nyp ~ .single_add_to_cart_button{
	margin-top: -19px;
	padding: 0px 15px;
}

div.nyp ~ .quantity{
	display: none !important;
}
div.nyp ~ #wc-stripe-payment-request-wrapper{
	display: none !important;
}
div.nyp ~ #wc-stripe-payment-request-button-separator{
	display: none !important;
}

/*-----------------FILTERS WITH FACETWP----------------*/
.facetwp-facet{
	margin-bottom: 10px !important;
}
.wl_factwp_template_loading{
	text-align: center;
}
.wayne-product-filters-content .fs-wrap, 
.wayne-product-filters-content .facetwp-facet.facetwp-type-dropdown select{
	width: 100%;
}

