/*
Theme Name: Venedor Child Theme
Theme URI: http://newsmartwave.net/wordpress/venedor/
Author: SW-THEMES
Author URI: http://themeforest.net/user/SW-THEMES
Description: Responsive & Retina Ready Woocommerce Theme
Template: venedor
Version: 1.1
License: GNU General Public License
License URI: license.txt
Tags: green, blue, orange, pink, brown, one-column, two-columns, left-sidebar, right-sidebar,  fluid-layout, custom-colors, custom-header, custom-background, custom-menu, editor-style, theme-options, sticky-post, translation-ready
*/

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

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

.header {
	padding: 35px 0 0 0;
}

.header-block {
	padding: 5px 10px;
	float: left;
	background: #f1f1f1;
	border: 1px solid #CCC;
	margin: 2px;
}

.mega-menu>ul>li>a {
	padding-right: 25px;
}

.header .logo {
	margin: 0px;
}

.header-wrapper .mega-menu>ul>li>a {
	padding-bottom: 15px;
}

.product .price del {
	color: #34090c;
}

.panel-body table td {
	border: 1px solid #CCC;
	padding: 10px;
	background: #f5f5f5;
}

.widget_layered_nav .scrollwrap, .widget_layered_nav_filters .scrollwrap, .widget_price_filter .scrollwrap, .widget_product_categories .scrollwrap {
	max-height: inherit !important;
}

.children .cat-parent {
	position: relative;
}

	.children .cat-parent .arrow {
		left: -25px !important;
		top: 5px;
	}

.widget_product_categories ul ul ul, .widget_brand_nav.widget_layered_nav ul ul ul {
	display: none;
}

	.widget_product_categories ul ul li.current-cat ul, .widget_brand_nav.widget_layered_nav ul ul li.current-cat ul {
		display: block;
	}

.widget_layered_nav .scrollwrap, .widget_layered_nav_filters .scrollwrap, .widget_price_filter .scrollwrap, .widget_product_categories .scrollwrap {
	max-height: inherit !important;
}

.widget_mgwoocommercebrands {
	background: #FCFCFC;
	padding: 20px;
	border: 1px solid #DCDCDC;
	margin-top: 30px!important;
}

.mg-brand-wrapper-product {
	padding: 10px 20px;
	background: #FCFCFC;
	border: 1px solid #DCDCDC;
}

.mg-brand-image {
	padding: 0px;
	background: none;
	border: none;
}

	.mg-brand-image img {
		max-width: 120px;
		display: block;
	}

.widget ul li {
	list-style: none;
}

.minicart-actions .checkout-link {
	white-space: inherit;
}

#submit_redsys_payment_form {
	background: #c2222f;
	border-color: #c2222f;
	border-style: solid;
	border-width: 1px;
	color: #fff;
	font-size: 14px;
    line-height: 1.33;
    padding: 10px 15px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 3px;
}