/*
Theme Name: Porto Child
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
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  ***************/
.filter-item-list .filter-item {
    line-height: 35px;
    font-size: 18px;
}
.woocommerce-widget-layered-nav-list a:not(.filter-color), .filter-item-list .filter-item { 
    padding: 0 12px;
    min-width: 42px;
   
}
.single-product .product_title {
    font-weight: 700;
	font-size:26px;
}
.single-product .product-summary-wrap .price {
    font-size: 32px;
	    float: left;
    margin-right: 15px;
   
}
.custom-textfield{float:left;margin-bottom:0px;}
.custom-textfield a.btn-primary{font-size: 15px;    padding: 8px 15px;}
.porto-u-heading.block{
	border:1px solid #eee;	
	text-align:left;
    padding: 15px;
    padding-top: 12px;
}
.porto-u-heading.block .porto-u-main-heading{
	font-size:14px;font-weight:600;
	color:#7d7d7d;
	    text-transform: uppercase;
	display: flex;
    line-height: 20px;
}
.porto-u-heading.block hr{
	margin:15px 0;
}
.woocommerce-product-details__short-description a{
        color: #f36c42;
    border: 1px solid #f36c42;
    padding: 10px 15px;
    
    text-decoration: none;
    margin-right: 5px;
}
.woocommerce-product-details__short-description a:hover{
    color: #fff;
    text-decoration: none;
	background-color:#f36c42;
}
.woocommerce-product-details__short-description ul{
	padding-left:15px;
}
.single-product .product-summary-wrap .product-share {
    margin: 15px 0 25px;
}
.single-product .entry-summary .quantity .minus, .single-product .entry-summary .quantity .plus {
    height: 40px; 
}
.single-product .entry-summary .quantity .qty {
    height: 40px;
}
.single_add_to_cart_button {
    height: 40px !important;
}
.product-summary-wrap .single_add_to_cart_button {

    line-height: 39px;
}
.single-product .entry-summary .add_to_wishlist{
    height: 40px !important;
    line-height: 39px !important;
}
.single-product .entry-summary .add_to_wishlist:before, .single-product .entry-summary .yith-wcwl-wishlistexistsbrowse a:before, .single-product .entry-summary .yith-wcwl-wishlistaddedbrowse a:before {
   
    height: 40px;
   
}
html .btn-dark {
    color: #ffffff;
    background-color: #B74E17;
    border-color: #B74E17;
}