/*
Theme Name: Fashion
*/


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */
.section-filter{
	border-radius: 10px;
    overflow: hidden;
	background:#fff;
	box-shadow:1px 1px 10px rgba(0,0,0,0.3);
}
.section-filter h1.page-title{
	text-align: center;
    font-size: 24px;
	margin-bottom: 10px;
	padding: 15px 0px;
}
.section-filter .berocket_single_filter_widget{
	padding:0px 10px;
	border-bottom:solid 1px #D32F0A;
	margin-bottom:10px;
}
.section-filter .berocket_single_filter_widget:nth-child(5){
	border-bottom:none;
}
.bapf_sfilter.bapf_ckbox input[type=checkbox]{
    border-color: red;
    background-color:red;
	border:solid 1px red;
}
.section-filter h3.bapf_hascolarr{
	font-size: 20px;
}
.section-filter .berocket_single_filter_widget .bapf_body{
	padding:5px 10px;
}
.section-filter .berocket_single_filter_widget .bapf_body ul{
	padding-left:0px;
}
.section-filter .berocket_single_filter_widget .bapf_sfilter.bapf_ckbox input[type=checkbox]{
	vertical-align:inherit;
}
.section-filter .bapf_slidr_main.ui-widget-content .ui-slider-range,.section-filter .bapf_slidr_main.ui-widget-content .ui-slider-handle{
	background:#D32F0A;
}
.section-filter .bapf_slidr_main.ui-widget-content .ui-slider-handle:focus{
	outline:none;
}
.section-filter  input[type=checkbox] + label:before {
background:#000 !important;
color: #FFFFFF !important;
}