/* VENDORS */


.wcv-grid .wcv_actions{
/*display: none !important;*/	
}

/*.wcv-grid > .price{
	display: none !important;	
}*/


.vc_btn3.vc_btn3-color-primary.vc_btn3-style-modern{
	font-size:22px;
}
.wcv-grid{
	max-width:100%;
}
.wcv-header-container #inner-element{
	background: rgba(255,255,255,.5);
}
.wcv-pro-vendorlist .wcv-inner-details{
	background: rgba(255,255,255,.5);
}
.wcv-pro-vendorlist{
	border-top:none;
}
.wcv-banner-wrapper .store-banner{
    position: absolute;
	right: 0px;
}

/*.wcv-header-container #inner-element .store-icon{
    display: none;
}*/

.wcv-pro-vendorlist .wcv-inner-details h4{
	position:absolute;
	left:25%;
}

.wcv-pro-vendorlist .wcv-inner-details p{
	position:absolute;
	left:25%;
	margin-top:30px;
}


/* DASHBOARD */
.wcvendors-table-recent_product .woocommerce-Price-amount{
	display:none;
}

.wcvendors-table-product img{
	max-width:none;	
}

.wcvendors-pro-dashboard-wrapper .wcv_dashboard_table_header:last-child {
display: none !important;
}

/*a.wcv-button.button{
background-color:#ff8000 !important;
color:#fff !important;
}

a.wcv-button.button:hover{
opacity:.65 !important;
color:#fff !important;
text-decoration: none !important;
}*/
/*
a.button.button{
background-color:#ff8000 !important;
color:#fff !important;
}

a.button.button:hover{
opacity:.65 !important;
color:#fff !important;
text-decoration: none !important;
}*/

.wcv-navigation ul.menu.black {
    background: #344955; 
}
/* the menu link text */
.wcv-navigation ul.menu.black li a {
    text-transform: uppercase;
    /*font-weight: 700;
    font-size: 16px;*/
}

/* the hover link background color */
.wcv-navigation ul.menu.horizontal > li:first-child a:hover , .wcv-navigation ul.menu.horizontal li a:hover {
	/*opacity:.65 !important;*/
	background: #232F34;
}
/* The active link background color */
.wcv-navigation ul.menu.black li.active {
    background: #F9AA33;
}


