.wkextsearchform {
	padding-top:5px;
}
/*
* Main possible containers of search block
*/
.adv-top-column {
	float: left;
	clear:both;
}
.adv-top-top {
	float: left;
	clear:both;
}
#top-middle-home {
	position: relative;
	float: left;
}
/*************************/

.extsearch-home .page-subheading {
	font-weight: 600;
	text-transform: uppercase;
	color: #555454;
	font-size: 18px;
	padding: 0 0 15px;
	line-height: normal;
	border-bottom: 1px solid #d6d4d4;
	margin-bottom:0;
}
.wkextsearchform .clearinput {
	clear:left;
}
div.checkbox {
	margin-bottom: -10px;
}
.wkextsearchform .btn-nofloat {
	margin-top:10px;
	float:none;
}
.wkextsearchform .btn-right {
	margin-top:16px;
	float:right;
}
.wkextsearchform .btn-left {
	margin-top:16px;
	float:left;
}
#categories_block_left .wkextsearchform .btn-left {
	float:none;
}
.wkextsearchform input.btn-lg {
	padding-top:5px;
	padding-bottom:5px;
}
.wkextsearchform .form-row-home {
	float: left;
	margin-left: 4px;
	margin-right: 4px;
}
.ext-img-home {
	width:100%;
	margin-top:9px;
	margin-bottom:0;
}
.ext-img-home2 {
	margin-top:9px;
	margin-bottom:0;
}
.ext-img-column {
	width:100%;
	margin-top:-4px;
	margin-bottom:0;
}
.img-home-vertical {
	padding-right:0;
	margin-bottom:10px;
}
#categories_block_left form {
	margin:0; padding:0
}
.wkextsearchform .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;
}
/* must be here at the bottom of .wkextsearchform .row-separator  */
.block_content .wkextsearchform .row-separator {
	float:none;
	margin-left:0;
	margin-bottom:5px;
}

/*******************************************************************************
**  Nav / header hook **
*******************************************************************************/
/* Put on the right */
#wkextsearch-block-top {
	float: right;
	border-left: 1px solid #515151;
	position: relative;
	padding-right: 10px;
	padding-left: 10px;
}
#wkextsearch-block-top .wkextsearch-header-info {
	white-space: nowrap;
}
#wkextsearch-block-top .wkextsearch-header-info a {
    display: block;
	vertical-align:middle;
    padding: 8px 9px 11px 8px;
	background: inherit;
    cursor: pointer;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
	font-weight: 600;
	line-height: 18px;
}
#wkextsearch-block-top .wkextsearch-header-info a:hover {
    opacity: 0.9;
}
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;
}
.wkextsearchform .not-Allowed {
	cursor:not-allowed;
	pointer-events:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}
.wkextsearchform .Allowed {
	cursor: pointer;
	pointer-events:auto;
	opacity:1;
	filter:alpha(opacity=100);
}
.wkextsearchform .reduce-filter {
	opacity:0.50;
	filter:alpha(opacity=50);
}
.wkextsearchform .ms-drop ul {
	overflow-x: hidden;
}
.wkextsearchform div.form-row-column {
	margin-top:10px;
}
button.disable {
    cursor: not-allowed!Important;
    pointer-events: none;
    opacity: 0.35;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}
/*
* Patch to resolve conflict with the #header res ID in global.css (Prestashop bootstrap theme)
*/
.select2-dropdown {
	z-index: 5005!Important;
}
/* Short description */
.wkextsearchform .ext_shortdesc {
	box-sizing: border-box;
   	-moz-box-sizing: border-box;
   	-webkit-box-sizing: border-box;
	margin-top:15px;
	text-align:justify;
	clear:both;
}
.disabledCss {
    cursor: not-allowed!Important;
	pointer-events:none;
	opacity:0.65;
	filter:alpha(opacity=65);
	-webkit-box-shadow:none;
    box-shadow: none;
}

@media (max-width: 1200px) {
	.ext-img-home2 {
		width:99%;
		padding-right:10px;
	}
}
/* Mobile */
@media (max-width: 768px) {
	#top-middle-home {
		width:100%;
		margin-bottom:20px;
	}
	.adv-top-column {
		margin-bottom:20px;
	}
	.adv-top-top .ext-img-home, #top-middle-home .ext-img-home {
		padding-right:0;
	}
	/* Vertical mode > override defined styles in dynamic-css-js.tpl file when mobile display */
	.vertical-search-home {
		width:100%!Important;
		padding-right:0!Important;
	}
	.wkextsearch-popup-btn span {
		display:none;
	}
}
@media (max-width: 739px) {
	.wkextsearchform .row-separator {
		margin-left:0;
	}
}
@media (max-width: 480px) {
	.ext-img-home, .ext-img-home2 {
		width:100%;
		padding-right:auto
	}
	.adv-top-column {
		padding-right:20px;
	}
	.adv-top-column .ext-img-home, #top-middle-home .ext-img-home  {
		padding-right:0;
	}
}
