/*
	Theme Name:	Xtra Child
	Theme URI:	http://themeforest.net/user/Codevz/portfolio
	Description:Sample child theme of Xtra theme for customization.
	Author:		Codevz
	Author URI:	http://themeforest.net/user/Codevz
	Template:	xtra
	Version:	1.0
*/


#menu_header_3.dropdown_menu a {
    color: #003791!important;
}



/* Cart dropdown fix height to 100% [START] */
.cart_list img {
    max-height: 100%
}
/* Cart dropdown fix height to 100% [END] */



/* To make Cart dropdown Scrollable in the headerbar [START] */
.cart_list {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 300px;
}

/* To make Cart dropdown Scrollable in the headerbar [END] */


.cz_data_author a {
    pointer-events: none
}



.entry-meta .cat-links { display: none; }


.outofstock .button {
    display: block !important
}


.woocommerce .cart a.button.wc-backward {
    display: inline;
}