
/************************************** CLASSIC CSS STYLES ************************************/

/*
 * Input Text
*/
#search_query_plus::-webkit-input-placeholder {
	font-size:12px;
	color: #888888;
}
#search_query_plus:-moz-placeholder { /* Firefox 18- */
	font-size:12px;
	color: #888888;
}
#search_query_plus::-moz-placeholder {  /* Firefox 19+ */
	font-size:12px;
	color: #888888;
}
#search_query_plus:-ms-input-placeholder {  
	font-size:12px;
	color: #888888;
}

/*
 * In stock checkbox
*/
#searchprodplus .checkbox {
	padding-top:4px;
	margin-bottom:-10px;
}
#searchprodplus .checkbox label {
	vertical-align: top;
}

/*
 * Drop down lists
*/
.form-controlplus {
	display: block;
	width: 100%;
	height: 30px;
	padding: 3px 5px;
	line-height: 1.42857;
	vertical-align: middle;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.block select { width:100%; } /* override global.css */

.form-controlplus:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-controlplus[disabled] {
	cursor: not-allowed;
	background-color: #eeeeee;
}
/* if theme not applied on column */
.classic-oncolumn .form-row-column select, .classic-oncolumn .form-row-column #search_query_plus {
	border: 1px solid #CCC!Important;
	height:auto!Important;
}

/*
 * Buttons
*/
.btn-searchplus {
	display:inline-block;
	margin-bottom:0;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	background-image:none;
	white-space:nowrap;
	line-height:1.42857;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	color: #ffffff;
	font-size: 14px;
	padding: 6px 8px 6px 8px;
	text-decoration: none;
	border:1px solid #5095d1;
	background-color:#116cba;
	box-sizing: border-box;
   	-moz-box-sizing: border-box;
   	-webkit-box-sizing: border-box;
}
.btn-searchplus:hover, .btn-searchplus:focus, .btn-searchplus:active, .btn-searchplus.active {
  color: #ffffff;
  background: #6faadc;
  text-decoration: none;
}

/*
* Image under module header
*/
.wkclass-img-home {
	width:100%;
	margin-top:9px;
}
.wkclass-img-home2 {
	margin-top:9px;
}
.wkclass-img-column {
	width:100%;
	margin-top:-4px;
}

/*
* General
*/
.searchplus_short_desc {
	margin-bottom:10px;
}
.searchplus-header-img {
	margin-bottom:15px;
}
.form-row-home {
	float: left;
	margin-left: 4px;
	margin-right: 4px;
}
#searchprodplus .form-row-home, #searchprodplus .form-row-column {
	margin-top: 5px;
}
.searchplus-home .page-subheading, .searchplus-column .page-subheading {
	font-weight: 600;
	text-transform: uppercase;
	padding: 0 0 15px;
	line-height: normal;
	border-bottom: 1px solid #d6d4d4;
	margin-bottom:0;
}
.searchplus-column .page-subheading {
	margin-bottom:10px;
}
#searchprodplus .form-row-home span.before-field,
#searchprodplus .form-row-column span.before-field {
	display:none;
}
#searchprodplus label {
	color:#333;
	margin-bottom:1px;
}
#categories_block_left form {
	margin:0; padding:0
}
#searchprodplus .ms-drop ul {
	overflow-x: hidden;
}
#resetNotFoundMsg {
	display: none;
}
#my_center_column {
	float:left;
	clear:both;
}
.clearinput {
	clear:left;
	padding-top:5px;
}
#searchprodplus .row-separator {
	float:left;
	clear:both;
	width:99.6%;
	border-top: 1px solid #ddd;
	text-transform:uppercase;
	margin-left:5px;
	margin-top:10px;
	padding-top:5px;
	margin-bottom:-5px;
}
#searchprodplus .label-separator {
	float:left;
	clear:both;
	width:99.6%;
	font-weight:bold;
	margin-top:5px;
	margin-left:5px;
	text-transform:uppercase;
	letter-spacing:1px
}

/* must be here a the bottom of #searchprodplus .row-separator  */
.block_content #searchprodplus .row-separator {
	float:none;
	margin-left:0;
	margin-bottom:5px;
}
.block_content #searchprodplus .clearinput {
	clear:none;
	padding-top:0;
}
#searchprodplus .not-Allowed {
	cursor:not-allowed;
	pointer-events:none;
	opacity:0.50;
	filter:alpha(opacity=50);
	-webkit-box-shadow:none;
	box-shadow:none;
}
#searchprodplus .Allowed {
	cursor: pointer;
	pointer-events:auto;
	opacity:1;
	filter:alpha(opacity=100);
}
#resetHidden {
	 clear:both;
}
span.heading-counter {
    font: bold 13px/22px Arial, Helvetica, sans-serif!Important;
    float: right!Important;
    color: #333!Important;
    text-transform: none!Important;
    margin-bottom: 10px!Important;
}

@media (max-width: 1200px) {
	.wkclass-img-home2 {
		width:100%;
	}
}

/*
 *********************** F O R   S M A R T P H O N E ******************
*/
@media (max-width: 739px) {
	#sp-middlehome {
		width:100%;
		margin-bottom:20px;
	}
	.sp-top-column {
		margin-bottom:20px;
	}
	.sp-top-top .wkclass-img-home, #sp-middlehome .wkclass-img-home {
		padding-right:0;
	}
	#searchprodplus .row-separator {
		margin-left:0;
	}
}
@media (max-width: 480px) {
	.form-row-home, .buttons-container-plus {
	  width: 100%;
	}
	.wkclass-img-home, .wkclass-img-home2 {
		width:100%;
		padding-right:auto;
	}
	.sp-top-column {
		padding-right:20px;
	}
	.sp-top-column .wkclass-img-home, #sp-middlehome .wkclass-img-home  {
		padding-right:0;
	}
}
