/*
Theme Name: Wrish
Theme URI: http://wpbingosite.com/wordpress/wrish/
Author: Wpbingo
Author URI: http://wpbingosite.com/
Description: Wrish is a modern, clean and professional WooCommerce WordPress theme. It is built to well suit for any online stores: electronics store, fashion store, jewelry store...
Version: 1.2.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: wrish*/


/* per nascondere bottone quantità */
.products-list.grid .product-wapper .products-content h3.product-title,  .single-product .bwp-single-info .quantity input, .single-product .product-type-simple .bwp-single-info .entry-summary>.cart .quantity {
	display: none;
}

.products-list.grid .product-wapper .products-content h3.product-title {
	min-height: 36px;
}
.single-product .bwp-single-info .product_meta {
	margin-top: 0 !important;
}

.social-icon {
	margin-bottom: 30px;
}

#main-navigation {
	margin-top:8px;
}

.contents-detail .bwp-single-product .bwp-single-info {
	padding-top: 0px !important;
}
.bwp-header .header-page-link .login-header {
	display:none;
}


/* richiesta informazioni */

.products-list.grid .product-wapper .products-content .btn-atc, .products-list.grid .product-wapper .products-thumb .product-button {
	display: none !important;
}
.products-list.grid .product-wapper .products-content .btn-atc a:before {
	
}
#woocommerce-catalog .modal-content {
	padding: 40px !important;
}

#woocommerce-catalog .modal-content .modal-footer {
	background: #fff !important;
	border: none !important; 
}

#woocommerce-catalog .modal-footer button {
	border-radius: 0;
	padding-top: 10px !important; 
	padding-bottom: 10px !important; 
	border: 1px solid #000;
	font-size: 14px !important;
	letter-spacing: 1px !important;
}

#woocommerce-catalog .modal-footer button:hover {
	border-radius: 0;
	border: 1px solid #2c2c2c;
}
#woocommerce-catalog .woocommerce-catalog-enquiry-btn { 
text-transform: uppercase !important;
}

#woocommerce-catalog .woocommerce-catalog-enquiry-btn {
	font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 50px;
    position: relative;
    background: rgba(0, 0, 0, 1);
    color: #fff;
    text-align: center;
    margin-right: 20px;
    padding: 0 15px;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    flex: 1;
    margin: 0;
    letter-spacing: 1px;
    font-family: Jost, sans-serif;
	padding: 0 40px;
	border: 1px solid #000;
}


#woocommerce-catalog .woocommerce-catalog-enquiry-btn:hover {
    background: #fff !important;
	color: #000 !important;
	border: 1px solid #2c2c2c !important;
}


span.woocommerce-Price-currencySymbol {
	padding-right: 5px !important;
}

@media (max-width: 480px) {
    .products-list.grid .product-wapper .products-content .btn-atc a {
		letter-spacing: 0 !important;
	    padding: 0;
    }
}

#jp-relatedposts {
	display: none !important;
}