/*

Theme Name: Porto Child

Theme URI: http://newsmartwave.net/wordpress/porto

Author: SW-THEMES

Author URI: http://newsmartwave.net/

Description: Porto Responsive Wordpress + Woocommerce 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

Text Domain: porto-child



*/



@import url("../porto/style.css");



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







/* To set the number of items displayed in the cart  - for side-bar */



.widget_shopping_cart li {display:none}

.widget_shopping_cart li:nth-last-child(1),

.widget_shopping_cart li:nth-last-child(2),

.widget_shopping_cart li:nth-last-child(3)

{display:list-item}



/* To set the number of items displayed in the cart  - for top nav */



.navbar .widget_shopping_cart_content ul.cart_list li {display:none}

.navbar .widget_shopping_cart_content ul.cart_list li:nth-last-child(1),

.navbar .widget_shopping_cart_content ul.cart_list li:nth-last-child(2),

.navbar .widget_shopping_cart_content ul.cart_list li:nth-last-child(3)

{display:list-item}



/* change category title settings - home page */

.product-category .thumb-info .thumb-info-title { color: #fff; font-size: 12px; background: rgba(228, 74, 185, 0.9);}


/* change color of info box */

.woocommerce .woocommerce-info { color:#FFF; font-size:18px; font-weight:bold; background-color: rgba(234, 35, 244, 0.9);  
}

.woocommerce .woocommerce-info a,   
.woocommerce-page .woocommerce-info a {  
color: #FFF;  
}  

.woocommerce .woocommerce-info a:hover,   
.woocommerce-page .woocommerce-info a:hover {  
color: #FFF; 
}

/* Remove the border on images */

/* change active menu item in mobile menu */

#nav-panel .accordion-menu li.menu-item:hover > a {
    background-color: #FFFFFF !important;
}
#nav-panel .accordion-menu li.menu-item.active > a {
    background-color: #FFFFFF !important;
}

#nav-panel .accordion-menu li.menu-item.active > a {
    color: #1e73be !important;
}
