/*
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  ***************/

.wcpt-product-image-wrapper {
	max-width: 100px !important;
}

.shop-loop-before, .single_add_to_cart_button, wc-action-btn.button, html .btn-v-dark {
	background-color: #252321 !important;
}

a.porto-product-filters-toggle {
	background-color: #252321;
}

.account-text-user, .featured-boxes-style-5 .featured-box .box-content h4 {
	color: #000000 !important;
}

.single-product .product_title, .product-summary-wrap .price, .woocommerce-tabs h2.resp-accordion, .single-product .entry-summary .quantity .minus, .single-product .entry-summary .quantity .plus, .product-summary-wrap .product_meta span a, .shop_table thead span, .shop_table td.product-name, .woocommerce-message, .cart-popup .total, .shop_table.cart-table .product-subtotal .amount, .cart_totals .order-total .amount, .review-order .order-total .amount, .price, td.product-subtotal, td.product-total, td.order-total, tr.cart-subtotal, .product-nav .product-popup .product-details .amount, ul.product_list_widget li .product-details .amount {
	color: #252321 !important;
}

.single-product .product-summary-wrap .quantity .qty, .cart-v2 #coupon_code, .woocommerce-checkout .select2-container .select2-selection--single {
	border-color: #252321 !important;
}

input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"], textarea, .form-control, select, .porto-wpforms-inline .wpforms-field-large {
	border-color: #252321 !important;
}

#header.sticky-header .header-main .container {
	min-height: 50px;
	background: #252321;
}

td.product-price, div.quantity .qty, tr.cart-subtotal, .cart-v2 .card.card-default .card-body tbody tr td:last-child, .cart_totals .order-total .amount {
	color: inherit !important;
}

.add-links .add_to_cart_button, .add-links .quickview {
	color:#fff !important;
}

.btn-default {
	border-color: rgba(0,0,0,0.09) !important;
}

.fixed-header #header {
	border-right: 0px !important;
    -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
	-moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
	box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);

}
.fixed-header #header .header-main {
	background-color: #252321;
	border-right: 0px !important;
}

#header.sticky-header .header-main.change-logo .logo img {
	transition: none;
}

.btn-lg, .btn-group-lg>.btn, .vc_btn3.vc_btn3-size-lg, .cart-actions .button, .checkout-button, #place_order, input.submit.btn-lg, input.btn.btn-lg[type="submit"], input.button.btn-lg[type="submit"] {
	width: -webkit-fill-available;
	background-color: #e55656;
}
a.porto-product-filters-toggle, .shop-loop-before .woocommerce-ordering select, .shop-loop-before .woocommerce-viewing select {
	background-color: #252321;
}

@media only screen and (max-width: 991px) {
	.fixed-header #header .header-main {
		padding-top: 0px;
	}
	.shop-loop-before {
		background-color: #252321 !important;
	}	
}