/*
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  ***************/
.sidebar-menu > li.menu-item.active {
  background: #006E26;
}
.sidebar-menu > li.menu-item a {
	color: #000 !important;
}
.sidebar-menu > li.menu-item.active a,
.sidebar-menu > li.menu-item:hover a {
  color: #fff !important;
}
.products .product-image img {
    height: 160px !important;
    object-fit: contain;
    object-position: center;
}
#footer .footer-main > .container:after {
  display: none;
}
.blockUI.blockMsg.blockMsgAwooc.blockPage {
  opacity: 1 !important;
}
.woocommerce .awooc-custom-order-wrap .wpcf7-form-control.wpcf7-submit {
    background-color: #cc0000;
}
.wishlist_table th,
.compare.yith-compare.button {
  display: none !important;
}
.woocommerce-page.archive .sidebar-content {
    border: 0 !important;
}
.widget.widget_block {
	padding: 0 0 20px !important;
}
.main-sidebar-menu .sidebar-menu > li.current-menu-item > a {
	border: 0;
}
#mini-cart .minicart-icon {
    width: 15px;
    height: 10px;
}
.porto-icon-user-2 {
	font-size: 18px !important;
}
.header-main .header-left {
	width: 240px !important;
	max-width: 240px !important;
}
.header-main .header-center {
	width: calc(100% - 340px) !important;
	max-width: calc(100% - 340px)  !important;	
}
.header-main .header-right {
	width: 100px !important;
	max-width: 100px !important;
}
.sticky-header #mini-cart:not(.minicart-opened) {
    display: block !important;
}
.header-main {
	background-color: #D3D3D3  !important;	
	border-bottom: 15px solid #006E26;
}
.sticky-header .header-main {
	border-bottom-width: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}
.main-sidebar-menu .sidebar-menu > li.menu-item > a, .main-sidebar-menu .sidebar-menu .menu-custom-item a {
    font-family: 'Bookman Old Style',serif,sans-serif !important;
}


@media(max-width: 992px) {
.header-main .header-right {
		width: auto !important;
		max-width: 100% !important;
	}
}
@media(max-width: 576px) {
	#main_banner .porto-ultimate-content-box {
		min-height: 240px !important;
	}
	#header .searchform-popup {
		display: block !important;
	}
}
