.apsw_settings_wrap{
	display:block;
	width:100%;
}

.apsw_settings_wrap form{
	border:1px solid #e5dadd;
	box-shadow:0 1px 2px rgba(95,33,46,0.08);
	background:#fff;
	margin-bottom:30px;
	border-radius:4px;
}

.apsw_settings_wrap form h2{
	border-bottom:1px solid #e5dadd;
	background:#5f212e;
	color:#fff;
	font-size:16px;
	padding:12px 15px;
	font-weight:600;
	margin:0;
}

.apsw_settings_wrap form table th,
.apsw_settings_wrap form table td{
	padding:15px;
	font-size:13px;
	line-height:1.5;
}

.apsw_settings_wrap .apsw-btn-wrap{
	background:#f8f4f5;
	border-top:1px solid #e5dadd;
}

.apsw_settings_wrap .apsw-btn-wrap p.submit{
	margin:0;
	padding:15px;
}


/* RADIO BUTTONS */

.apsw_radio_box label{
	background:#fff;
	display:inline-block;
	padding:2px;
	position:relative;
	overflow:hidden;
	border:1px solid #ddd;
	border-radius:4px;
}

.apsw_radio_box input[type="radio"]{
	left:-300px;
	position:absolute;
}

.apsw_radio_box label.active,
.apsw_radio_box label:checked{
	background:#5f212e;
	border-color:#531722;
	box-shadow:0 0 8px rgba(95,33,46,.35);
}


/* DIVIDERS */

.apsw_settings_wrap tr.divider th,
.apsw_settings_wrap tr.divider td{
	color:#5f212e;
	border-color:#d8b8bf;
	background-color:#f8e9ec;
}



/* SEARCH AREA */

.apsw-search-wrap{
	display:inline-block;
	position:relative;
	max-width:1024px;
	width:100%;
	z-index:9999;
	text-align:left;
}


.apsw-search-wrap .apsw-search-form{
	border:1px solid #d8c4c8;
	position:relative;
	width:100%;
	display:block;
	border-radius:5px;
	padding-left:170px;
	margin:0!important;
	background:#fff;
}


.apsw-search-wrap .apsw-search-form input[type=search]{
	max-width:calc(100% - 200px);
	width:100%;
	height:50px;
	margin:0 0 0 170px!important;
	padding:0 15px;
	background:none!important;
	border:none!important;
	font-size:14px;
	outline:none!important;
	box-shadow:none!important;
	line-height:50px;
}


/* CATEGORY SELECT */

.apsw-search-wrap .apsw-select-box-wrap{
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	width:160px;
	height:50px;
	background:#5f212e!important;
	border-radius:5px 0 0 5px!important;
}


.apsw-search-wrap .apsw-select-box-wrap:after{
	content:"";
	border-right:1px solid #fff;
	position:absolute;
	right:0;
	height:18px;
	top:50%;
	transform:translateY(-50%);
}


.apsw-search-wrap .apsw-category-items{
	color:#fff;
	text-shadow:none;
	font-family:Tahoma,Geneva,sans-serif;
	line-height:50px;
	padding:0 15px;
	cursor:pointer;
}



/* SEARCH BUTTON */

.apsw-search-wrap .apsw-search-btn{
	background:#5f212e;
	color:#fff;
	border-radius:0 5px 5px 0;
}


.apsw-search-wrap .apsw-search-btn:hover{
	background:#531722;
}



/* AJAX RESULTS */

.apsw_ajax_result{
	position:absolute;
	background:#fff;
	left:3px;
	right:3px;
	top:52px;
	z-index:999;
	border-radius:0 0 4px 4px;
}


.apsw_ajax_result .apsw_result_wrap{
	border:1px solid #ddd;
}


ul.apsw_data_container li{
	padding:15px;
	border-bottom:1px solid #ddd;
	width:100%;
}


ul.apsw_data_container li:hover{
	background:#f8f4f5;
}


ul.apsw_data_container li a{
	color:#333;
}


ul.apsw_data_container li .apsw-price{
	color:#5f212e;
	font-weight:bold;
}


ul.apsw_data_container .apsw-name{
	color:#5f212e;
	font-size:14px;
	font-weight:bold;
}



/* VIEW ALL PRODUCTS */

.apsw_ajax_result a.apsw_view_all_product{
	font-size:14px;
	padding:10px 30px;
	text-align:center;
	color:#fff;
	background:#5f212e;
	border:none!important;
}


.apsw_ajax_result a.apsw_view_all_product:hover{
	background:#531722;
}



/* EMPTY RESULTS */

.apsw_result_item_empty{
	color:#5f212e;
	border-color:#e5dadd;
	background:#f8f4f5;
}



/* SALE LABEL */

ul.apsw_data_container li .apsw_result_on_sale{
	background-color:#5f212e;
	color:#fff;
}



/* FEATURED PRODUCTS */

ul.apsw_data_container li.apsw_featured{
	background:#f8e9ec;
}



/* STOCK */

.apsw_result_stock{
	color:#5f212e;
}


/* BUTTON SEARCH STYLES 4/5/6 */

.apsw-search-wrap.apsw_search_form_style_4 button.apsw-search-btn,
.apsw-search-wrap.apsw_search_form_style_5 button.apsw-search-btn,
.apsw-search-wrap.apsw_search_form_style_6 button.apsw-search-btn{

	background:#5f212e;
	color:#fff;
	border-radius:0 3px 3px 0;
}


.apsw-search-wrap.apsw_search_form_style_4 button.apsw-search-btn::before,
.apsw-search-wrap.apsw_search_form_style_5 button.apsw-search-btn::before,
.apsw-search-wrap.apsw_search_form_style_6 button.apsw-search-btn::before{

	border-color:transparent #5f212e transparent;
}



/* PRODUCT INFORMATION */

.apsw-info-product span{
	display:block;
}

.apsw-info-product span.apsw-price span{
	display:inline-block;
}


.apsw_result_category,
.apsw_resulit_sku{
	text-transform:uppercase;
	padding:5px 0;
	display:block;
	font-weight:bold;
}