#amazzing_filter form {
	padding-top: 5px;
}
#amazzing_filter.block .title_block {
	margin-bottom: 5px;
}
#amazzing_filter .btn-holder .btn {
	margin-top: 41px;
	position: relative;
}
.af_filter {
	position: relative;
	margin-bottom: 5px;
	border-bottom: 1px solid #D0D5DB;
	padding-bottom: 5px;
}
.vertical-layout .af_filter.type-3:not(.closed) {
	padding-bottom: 10px;
}
.af_filter li {
	/* padding: 3px 0; */
	margin: 0;
	position: relative;
}
.af_filter li,
.hide-zero-matches .no-matches.active {
	display: block;
}
.hide-zero-matches .no-matches {
	display: none;
}
.af_filter label {
	font-weight: normal;
	text-align: left;
	cursor: pointer;
	margin: 0;
	padding: 2px 0;
	line-height: 1em;
	display: flex;
	align-items: flex-start;
}
.af_filter .af-color-label {
	align-items: center;
	padding: 0;
}
.af_filter ul {
	margin: 0;
}
.af-parent-category > ul {
	margin: 0 0 0 15px;
	max-height: 100%;
}

/* foldered */
.af_filter .af-toggle-child {
	padding: 0 5px;
	font-size: 20px;
	font-family: Arial;
	display: none;
}
.af_filter.foldered .af-parent-category > ul,
.af_filter.foldered .af-parent-category > label .af-toggle-child .visible-on-open,
.af_filter.foldered .af-parent-category.open > label .af-toggle-child .hidden-on-open {
	display: none;
}
.af_filter.foldered .af-parent-category.open > ul {
	display: block
}
.af_filter.foldered .af-toggle-child,
.af_filter.foldered .af-parent-category.open > label .af-toggle-child .visible-on-open {
	display: inline-block;
}

.af_filter .name {
	padding-left: 5px;
}
.af_filter .count {
	color: white;
	margin-left: auto;
	padding-left: 3px;
}
.af-total-count {
	font-size: 13px;
	font-weight: 200;
}
.af_filter .count:before,
.af-total-count:before {
	content: '(';
}
.af_filter .count:after,
.af-total-count:after {
	content: ')';
}
.af_filter select {
	width: 100%;
	padding: 5px;
	border: 2px solid #D0D5DB;
}
.af_filter .checkbox,
.af_filter .radio {
	margin: 0;
	min-height: 0;
}

/* color boxes */
.af-color-box {
	display: inline-block;
	width: 25px;
	height: 25px;
	min-width: 25px; /* if .name overlaps to new line */
	border-radius: 50%;
	text-align: center;
	position: relative;
	box-shadow: inset 0px 0px 4px 0px rgba(0,0,0,0.2);
}
.active .af-color-box {
	width: 15px;
	min-width: 15px;
	height: 15px;
	margin: 5px;
}
.active .af-color-box:after {
	content: '';
	position: absolute;
	top: -5px;
	right: -5px;
	bottom: -5px;
	left: -5px;
	border: 2px solid #D0D5DB;
	border-radius: 50%;
}
.af-inline-colors {
	display: inline-block;
	width: 100%;
}
.af-inline-colors li {
	float: left;
	margin: 2px 4px 2px 0;
}
.af-color-box .checkbox,
.af-color-box .radio,
.af-inline-colors .name,
.af-inline-colors .count {
	display:none;
}

/* dimmed values */
.dim-zero-matches .no-matches > label {
	opacity: 0.4;
	cursor: no-drop;
}
.dim-zero-matches .no-matches.active > label{
	cursor: pointer;
}
.dim-zero-matches .no-matches .af-color-box:before {
	content: '';
	position: absolute;
	display: block;
	border-bottom: 2px solid #FFF;
	width: 23px;
	top: 50%;
	margin: -1px 0 0 1px;
	transform: rotate(-45deg);
}
.dim-zero-matches .no-matches .af-color-box.bright:before {
	border-color: #D0D5DB;
}
.dim-zero-matches .no-matches.active .af-color-box:before {
	left: -6px;
}

/* text boxes */
.af_filter.tb li {
	float: left;
	border: 2px solid #D0D5DB;
	border-radius: 5px;
	margin: 0 4px 4px 0;
	padding: 6px;
	line-height: 1;
}
.af_filter.tb li.active {
	border-color: #AAB2BD;
	background: #F1F3F4;
}
.af_filter.tb label,
.af_filter.tb .name {
	padding: 0;
	margin: 0;
}
.af_filter.tb .checkbox {
	display: none;
}
/* selected filters */
.selectedFilters {
	clear: both;
}
.selectedFilters .clearAll {
	padding: 7px 5px;
	background: #D0D5DB;
	text-align: right;
	line-height: 1;
}
.selectedFilters .clearAll .txt {
	font-size: 0.7em;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
	margin-top: 0.3em;
}
.selectedFilters .clearAll i {
	vertical-align: middle;
	margin-left: 3px;
}
.selectedFilters .clearAll a {
	color: #666;
	display: block;
}
.selectedFilters .cf {
	padding: 7px 25px 7px 5px;
	background: #ECEFF0;
	position: relative;
	line-height: 1;
}
.selectedFilters .cf a {
	position: absolute;
	float: none;
	right: 7px;
	font-size: 1em;
	opacity: 0.3;
}

/* selected filters inline */
.selectedFilters.inline {
	margin: 15px 0 5px 0;
	text-align: left;
	line-height: 1.2;
}
.selectedFilters.inline .clearAll {
	float: right;
	padding: 7px 10px 8px 10px;
	margin-bottom: 10px;
	text-align: center;
}
.selectedFilters.inline .cf {
	padding: 7px 7px 8px 10px;
	display: inline-block;
	margin: 0 10px 10px 0;
}
.selectedFilters.inline .cf a {
	position: relative;
	right: 0;
	margin-left: 3px;
}
.has-compact-filter .selectedFilters.inline .clearAll {
	float: none;
}
.selectedFilters.inline .clearAll i {
	display: none;
}
.selected-filters-label {
	margin-right: 5px;
}
.has-compact-filter .selected-filters-label {
	display: none;
}

/* customer filters */
.selectedFilters .unlocked,
.af .unlocked a {
	color: #AAB2BD;
}
.hide-zero-matches .no-matches.has-customer-filter {
	display: block;
}
.active .customer-filter-label .af-color-box a {
	color: #FFF;
	line-height: 25px;
}
.active .customer-filter-label .af-color-box {
	width: 25px;
	min-width: 25px;
	height: 25px;
	margin: 0;
}
.active .customer-filter-label .af-color-box:after {
	display: none;
}
.af_filter .active .customer-filter-label .af-color-box.bright a {
	color: #AAB2BD;
}
.dim-zero-matches .no-matches.active .customer-filter-label .af-color-box:before {
	left: 0;
}
.af-textbox-label.customer-filter-label > a {
	line-height: 0;
	margin-right: 5px;
}
.customer-filter-label.for-select {
	float: left;
	line-height: 30px;
}
.selector-with-customer-filter {
	padding-left: 15px;
}

/* loading animation */
.loading-indicator,
.viewFilteredProducts.loading:after {
	content: '';
	position: absolute;
	display: inline-block;
	width: 18px;
	height: 18px;
	left: 50%;
	top: 50%;
	margin-left: -9px;
	margin-top: -9px;
	bottom: 0.5em;
	border: 2px solid;
	border-left-color: transparent;
	opacity: 0.5;
	border-radius: 100%;
	z-index: 2;
	animation: spinning 0.4s infinite linear;
}
.viewFilteredProducts.loading {
	pointer-events: none;
}
.viewFilteredProducts.loading:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: inherit;
	border-radius: inherit;
	z-index: 1;
}

/* load more, infinite scroll */
.dynamic-loading {
	text-align: center;
	margin-bottom: 2em;
	position: relative;
	clear: both;
}
.dynamic-loading.infinite-scroll {
	margin: 0;
}
.infinite-scroll .loading-indicator {
	position: relative;
	left: auto;
}
.dynamic-loading.infinite-scroll .loadMore {
	display: none;
}
.dynamic-loading .loadMore,
.dynamic-loading.loading .loading-indicator {
	visibility: visible;
}
.dynamic-loading .loading-indicator,
.dynamic-loading.loading .loadMore {
	visibility: hidden;
}

.hidden-name .name {
	display:none;
}
.btn.full-width {
	width: 100%;
}
.force-hidden {
	display: none;
}
.af-basic-layout {
	margin-top: 15px;
}
.af-basic-layout .showall {
	display: none;
}
.hide-counters .count {
	display: none;
}

#amazzing_filter a, #amazzing_filter a:focus {
	text-decoration: none;
}

/* cut off */
.af_filter .toggle-cut-off {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -7px;
	font-size: 14px;
	line-height: 14px;
	text-align: center;
	display: none;
}
.af_filter.expandable .toggle-cut-off{
	display: block;
}
.af_filter.expandable .af_filter_content {
	margin-bottom: 0.3em;
}
.toggle-cut-off span {
	padding: 0 5px;
	background: #FFF;
	color: #AAB2BD;
}
.toggle-cut-off .more,
.cut-off .toggle-cut-off .less,
.cut-off .cut {
	display: none;
}
.cut-off .toggle-cut-off .more,
.toggle-cut-off .less {
	display: inline-block;
}

/* toggle filters */
.af_subtitle {
	cursor: pointer;
	position: relative;
	margin: 0;
	padding: 10px 0;
	font-size: 1.1em;
	font-weight: bold;
}
.af_subtitle:before {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -2px;
	right: 3px;
	border: 2px solid #AAB2BD;
	width: 7px;
	height: 7px;
	border-width: 2px 0 0 2px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.no-available-items .af_subtitle {
	opacity: 0.5;
	cursor: not-allowed;
}
.closed .af_filter_content,
.af_filter.expandable.closed .toggle-cut-off,
.hide-zero-matches .no-available-items {
	display: none;
}
.closed .af_subtitle:before {
	border-width: 0 2px 2px 0;
	margin-top: -5px;
}
.special .af_filter_content {
	display: block;
	margin: 10px 0 5px 0;
}

/* quick search */
.af-quick-search {
	position: relative;
	margin-bottom: 0.7em;
}
.af-quick-search:before {
	content: '';
	position: absolute;
	right: 0.6em;
	top: 0.6em;
	display: block;
	width: 11px;
	height: 11px;
	border: 2px solid #AAB2BD;
	border-radius: 100%;
	z-index: 1;
}
.af-quick-search:after {
	content: '';
	position: absolute;
	display: block;
	height: 5px;
	width: 0;
	border: 1px solid #AAB2BD;
	top: 0.7em;
	right: 0.6em;
	transform: rotate(45deg);
	z-index: 1;
	margin-top: 8px;
	margin-right: 10px;
}
.qsInput {
	border: 2px solid #F5F5F5;
	transition: all 0.2s;
	background: #F5F5F5;
	width: 100%;
	padding: 4px;
	position: relative;
}
body .qsInput:focus,
.qsInput.has-value {
	background: #FAFAFA;
	border: 2px solid #AAB2BD;
	outline: none;
	z-index: 2;
}
.af_filter li.qs-hidden {
	display: none;
}
.af_filter li.qs-hidden.active,
.af_filter li.qs-hidden.qs-half-hidden {
	display: block;
}
.af_filter li.qs-hidden.active > label,
.af_filter li.qs-hidden.qs-half-hidden > label {
	opacity: 0.5;
}
.qs-no-matches {
	margin: 0.7em 0;
	padding: 0.5em;
}

/* horizontal layout */
.horizontal-layout .title_block {
	display: none;
}
.horizontal-layout #af_form {
	padding: 0;
}
.horizontal-layout .af_subtitle {
	background: #FFF;
	border: 2px solid #AAB2BD;
	padding: 10px 20px 10px 10px;
	text-transform: uppercase;
	font-size: 0.8em;
	line-height: 1;
	font-weight: normal;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.horizontal-layout .closed .af_subtitle {
	border-color: #D0D5DB;
}
.horizontal-layout .af_subtitle:before {
	right: 7px;
}
.horizontal-layout .af_filter {
	border: 0;
}
.horizontal-layout .af_filter_content {
	position: absolute;
	padding: 5px 10px;
	left: 0;
	right: 0;
	background: #FFF;
	border: 2px solid #AAB2BD;
	border-top-width: 0;
	overflow-y: auto;
	z-index: 99999;
	margin-top: -2px;
	max-height: 310px;
}
.horizontal-layout .special .af_filter_content {
	position: relative;
	border-color: #D0D5DB;
	left: 0;
	border-top-width: 2px;
	margin: 0;
	z-index: 1;
}
.horizontal-layout .special .af_filter_content label  {
	margin: -1px 0;
	color: inherit;
}
.horizontal-layout .special .name {
	text-transform: uppercase;
	font-size: 0.8em;
}
.horizontal-layout .type-3 .af_filter_content,
.horizontal-layout .has-slider .af_filter_content {
	overflow: visible;
	padding-bottom: 10px;
}
.horizontal-layout .has-selection .af_subtitle,
.horizontal-layout .has-selection .af_subtitle:before,
.horizontal-layout .has-selection .af_filter_content {
	border-color: #3CB5D2;
}
.horizontal-layout .has-selection .af_subtitle {
	color: #3CB5D2;
}
@media (min-width: 480px) {
	.horizontal-layout {
		margin: 0 -5px 10px -5px;
	}
	.horizontal-layout:after {
		content: '';
		display: block;
		clear: both;
	}
	.horizontal-layout .selectedFilters {
		margin: 0 5px;
	}
	.horizontal-layout .af_filter,
	.horizontal-layout .btn-holder {
		float: left;
		width: 50%;
		padding: 0 5px 5px 5px;
	}
	#amazzing_filter.horizontal-layout .btn-holder .btn {
		margin: 0;
		line-height: 1;
		padding: 9px;
	}
}
@media (min-width: 768px) {
	.horizontal-layout .af_filter,
	.horizontal-layout .btn-holder {
		width: 33.3%;
	}
}
@media (min-width: 1200px) {
	.horizontal-layout .af_filter,
	.horizontal-layout .btn-holder {
		width: 25%;
	}
}
/* compact view */
.has-compact-filter.show-filter {
	overflow: hidden;
	position: fixed;
	width: 100%;
	height: auto;
}
.has-compact-filter #amazzing_filter {
	/* position fixed is defined in hookDisplayHeader() basing on configurable @media max-width */
	opacity: 1;
	z-index: 10001;
	top: 0;
	width: 100%;
	right: 0;
	transform: translateX(100%);
	padding: 0 32px 0 0;
	background: #FFF;
	height: 100%;
	overflow: visible;
	/*max-width: 350px;*/
}
.has-compact-filter.show-filter #amazzing_filter {
	transform: translateX(32px);
	box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.3);
}
.has-compact-filter #amazzing_filter.animation-ready {
	transition: all .2s;
}
.has-compact-filter .af.block .block_content {
	padding: 10px;
	max-height: 100%;
	overflow-y: auto;
}
.has-compact-filter.show-filter .af.block .block_content,
.has-compact-filter.show-filter .af_filter.type-1 .af_filter_content,
.has-compact-filter.show-filter .af_filter.type-2 .af_filter_content {
	-webkit-overflow-scrolling: touch;
}
.has-compact-filter .af.block .block_content form {
	padding-bottom: 60px;
}
.has-compact-filter #amazzing_filter .btn-holder {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 32px;
	padding: 15px 10px;
	background: #EEE;
	z-index: 10;
}
#amazzing_filter .compact-toggle {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	left: -32px;
	text-align: center;
	display: none;
	box-shadow: none;
	padding: 0;
}
.has-compact-filter #amazzing_filter .compact-toggle {
	display: block;
}
.compact-toggle-text {
	position: absolute;
	transform: rotate(270deg);
	transform-origin: left;
	left: 16px;
	bottom: 16px;
	background: inherit;
	padding-right: 7px; /* +3px from letter spacing */
	letter-spacing: 3px;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 32px;
	white-space: nowrap;
}
.compact-toggle .compact-toggle-icon {
	display: block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	font-size: 18px;
}
/* compact offset left */
.has-compact-filter #amazzing_filter.compact-offset-left {
	transform: translateX(-100%);
}
.has-compact-filter.show-filter #amazzing_filter.compact-offset-left {
	transform: translateX(-32px);
	padding-left: 32px;
	padding-right: 0;
}
#amazzing_filter.compact-offset-left .compact-toggle {
	transform-origin: right;
	right: -32px;
	left: auto;
}
.has-compact-filter #amazzing_filter.compact-offset-left .btn-holder {
	left: 32px;
	right: 0;
}
/* type-2: only text */
.compact-toggle.type-2 .compact-toggle-icon {
	opacity: 0;
}
.compact-toggle.type-2 .compact-toggle-text {
	bottom: -6px;
}
/* type-3: only icon */
.compact-toggle.type-3 .compact-toggle-text {
	display: none;
}
.af-compact-overlay {
	display: none;
}
.has-compact-filter .af-compact-overlay {
	display: block;
	position: fixed;
	opacity: 0;
	margin: 0;
	transition: all 0.3s;
}
.has-compact-filter.show-filter .af-compact-overlay {
	background: #333;
	opacity: 0.3;
	top: 0; right: 0; bottom: 0; left: 0;
	z-index: 10000;
}
.has-compact-filter #amazzing_filter .title_block {
	display: none;
}

.btn-pulsate {
	animation: btn-pulsate .3s;
}
@keyframes btn-pulsate {
	20% {transform: scale(0.95)}
	40% {transform: scale(1.05)}
	60% {transform: scale(0.98)}
	80% {transform: scale(1.02)}
}
@keyframes spinning {
	0% {transform:rotate(0deg);}
	100% {transform:rotate(360deg);}
}

/* extended compatibility */
.u-times:before {
	content: 'ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â';
	font-family: Tahoma;
	font-size: 1em;
	line-height: 1;
}
.pull-left {
	float: left;
}
.pull-right {
	float: right;
}
.hidden {
	display: none!important;
}
.clear-both {
	clear: both;
}
.af_filter .c3 .af_subtitle_heading {
	position: relative;top: -62px;
}
@media(max-width: 767px) {
	.back-ground-home-filter{
		font-size: 70px;
		margin-top: 0px;
	}
	.sp-extraslider .product-container {
		height: 158px !important;
	}
	.sp-extraslider .product-info {
		display: block !important;
	}
	.sp-extraslider .product-info .product-title {
		width: 100% !important;
	    text-align: left !important;
	    margin-left: 20px !important;
	    margin-bottom: 0 !important;
	    height: 50px !important;
	}
	.sp-extraslider .product-info .product-price-and-shipping {
		text-align: left !important;
    	margin-left: 10% !important;
	}
	.deals-bg-p {
		width: 100% !important;
		font-size: 50px !important;
	}
	.deals-bg-a {
	position: absolute;
    right: 5%;
    margin-top: 10%;
	}
}
@media(max-width: 500px) {
	.back-ground-home-filter{
		font-size: 52px !important;
		margin-top: 254px !important;
		line-height: 80px !important;
	}
}
.fa-custom {
    font-size: 13px;
    font-weight: 400;
}
.search-btn {
	width: 80%;
    float: left;
}
.btn-holder-custom {
	width: 25%;
}
.filter-btn {
	width: 20%;
	border-left: solid 1px #023057 !important;
	padding: 7px 10px;
	height: 36px;
	background-repeat: no-repeat;
	background-position-x: center;
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px;
	background-image: url(/upload/img/svg/filter.svg), linear-gradient(to bottom, #ff815b 0%, #ff9372 20%, #ff3b00 90%);
	box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.filter-btn:hover {
	background: #ff3a00;
	background-repeat: no-repeat;
	background-position-x: center;
	background-image: url(/upload/img/svg/filter.svg), linear-gradient(to top, #ff815b 0%, #ff9372 20%, #ff3b00 90%);
	box-shadow: 2px 2px 7px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 22%);
}
.btn-primary:active:hover {
	background-color: #ff3a00 !important;
}
// Custom 
.custom-nav {
    position: fixed;
    top: 0;
    width: 100%;
    background: white;
    z-index: 99;
    padding-bottom: 10px;
}

/* since 3.1.6 */

.header {
  background-color: white;
  position: fixed;
  top: 0;
  width: 100%;
  transition: all 0.5s;
  z-index: 99;
}


.header-alt {
  background-color: white;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  box-shadow: 0px 0px 8px rgb(214 206 206 / 67%), 0 1px 2px rgb(0 0 0 / 24%);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
/*
NOTES:
*/
body{
    background: #F4F7FD;
    margin-top:20px;
}

.event-list .event-item.featured {
    border: 1.5px solid #68cbd7;
}

.event-list .event-item .event-schedule {
    color: #3c4142;
    margin-bottom: 0.625rem;
    transition: transform .2s;
}

.event-list .event-item .event-schedule .event-icon {
    stroke-width: 1px;
    width: 1.125rem;
    height: 1.125rem;
    margin: 0.6875rem 1rem 0 0;
}

.event-list .event-item .event-schedule .event-day {
    font-size: 70px;
    font-weight: 200;
    margin-right: 1rem;
    line-height: 100%;
}

.event-list .event-item .event-schedule .event-month-time {
    font-weight: 200;
    font-size: 22px;
    display: flex;
    line-height: 118%;
    flex-direction: column;
    justify-content: center;
}

.event-list .event-item .event-schedule .event-month-time span {
    display: block;
    text-transform: uppercase;
}

.event-list .event-item .event-title {
    display: block;
    padding: 0px 0 0 14px;
    font-weight: 600;
    color: #143156;
    font-size: 20px;
    margin-bottom: -6px;
}

.event-list .event-item .event-title:hover {
    color: #ee5628;
    text-decoration: none;
}

.event-list .event-item .event-content {
    color: #143156;
    padding: 15px 0 0 14px;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: -4px;
    line-height: 15px;
}

.event-list .event-item .event-participants {
    padding: 0;
    margin: 0;
}

.event-list .event-item .event-participants .event-user {
    width: 48px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid #ffffff;
}

.event-list .event-item .event-participants .event-user .event-user-inital {
    font-size: 13px;
    line-height: 100%;
}

.event-list .event-item .event-participants {
    display: flex !important;
}

.event-list .event-item .event-participants .event-user .event-user-pic {
    width: 100%;
    border-radius: 50%;
}

.event-list .event-item .event-participants li + li {
    margin-left: -10px;
}


.event-list .event-item .event-participants {
    flex-direction: row !important;
}
.event-list .event-item .event-participants {
    padding: 0;
    margin: 0;
}

.bg-soft-primary {
    background-color: #dce3fa;
}

.bg-soft-danger {
    background-color: #fedce0;
}

.bg-soft-info {
    background-color: #d7efff;
}

.bg-soft-success {
    background-color: #d1f6f2;
}

.event-list .event-item .event-schedule, .event-list .event-item .event-participants{
    display: flex !important;
}


.owl-prev {
  height: 100%;
  width: 0;
  position: absolute;
  top: 0;
  margin-left: 0;
  display: block !important;
}

.owl-prev .owl-nav-wrapper {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.owl-prev .owl-nav-wrapper svg, .owl-prev .owl-nav-wrapper i {
  color: #ffffff;
  width: 20px;
  height: 20px;
}

.owl-next .owl-nav-wrapper {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}

.owl-next .owl-nav-wrapper svg, .owl-next .owl-nav-wrapper i {
  color: #ffffff;
  width: 20px;
  height: 20px;
}

.owl-dots {
  text-align: center;
  margin-top: .5rem;
}

.owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #cbcbcb !important;
  margin-right: 5px;
  display: inline-block;
}

.owl-dots .owl-dot.active {
  background: #757575 !important;
}

.text-primary, .task-list-wrapper .completed .remove {
    color: #4e73e5 !important;
}
.owl-next {
	height: 100%;
	z-index: 0;
	width: 147px;
	position: absolute;
	top: 0;
	right: 0;
	display: block !important;
	background-image: url(/upload/img/webp/next-btn.webp);
}
.ps-spotlight4-5 {
	background: white !important;
	padding: 15px 0 !important;
	margin-bottom: 10px !important;
}
.carousel-btn {
	width: 156px;
	float: left;
	color: white;
	height: 30px;
	text-align: center;
	border-radius: 6px;
	cursor: pointer;
	margin-bottom: 15px;
	line-height: 30px;
	margin-left: 11px;
	margin-top: 15px;
	background-image: linear-gradient(to bottom, #ff815b 0%, #ff9372 20%, #ff3b00 90%);
	box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.carousel-btn:hover {
	color: white;
	box-shadow: 2px 2px 7px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 22%);
	background-image: linear-gradient(to top, #ff815b 0%, #ff9372 20%, #ff3b00 90%);
}
.carousel-btn-span {
	font-size: 13px;
	font-weight: 600;
	color: #ee5628;
}
.carousel-box {
	padding: 0;
	margin: 0;
	background-color: #ffffff;
	border-radius: 4px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.carousel-box:hover {
	box-shadow: 2px 2px 7px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 22%);
}
.owl-carousel .owl-item img {
	border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.next-icon {
	    position: absolute;
    right: 20px;
    bottom: 700px;
    z-index: 9;
    cursor: pointer;
}
.owl-next:hover {
	background-image: url(/upload/img/webp/next-btn-hover.webp);
}
.youtube-iframe {
	border-radius: 4px;
}
.subscribe-y {
	padding: 15px;
	float: right;
	max-width: 198px;
}
.span-date {
	float: left;
	margin-left: 14px;
	margin-top: 42px;
	color: #bfbfbf;
	font-size: 11px;
}









@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,700');
/* Variables */
 body {
	 font-family: 'Montserrat', sans-serif;
}
 .video-block {
	 background-image: linear-gradient(to top, #023057 0%, #142f57 20%, #095597 90%);
	 color: #fff;
	 height: 100%;
	 display: flex;
	 justify-content: center;
	 padding-bottom: 25px;
	 align-items: center;
	 box-shadow: 0px 4px 7px 3px rgb(190 190 190 / 91%), 0 1px 2px rgb(161 161 161 / 65%);
	 margin-bottom: 35px;
}
 .video-tab-title {
	 color: #fff;
	 font-size: 18px;
	 text-transform: uppercase;
	 margin: 16px 0 17px 15px;
}
 .video-tab .post-overlay-wrapper {
	 min-height: 430px;
}
 .video-tab .post-overlay-wrapper .post-content {
	 padding: 35px;
}
 .video-tab .post-title {
	 font-size: 24px;
	 line-height: 30px;
	 font-weight: normal;
}
 .video-tab .nav-tabs {
	 border-bottom: none;
	 margin-left: 30px;
	 height: 376px;
	 overflow-y: auto;
}
 .video-tab .nav-tabs::-webkit-scrollbar {
	 width: 8px;
	 background-color: #fff;
	 border-radius: 10px;
}
 .video-tab .nav-tabs::-webkit-scrollbar-thumb {
	 border-radius: 10px;
	 background-color: #ee5628;
}
 .video-tab .nav-tabs li {
	 width: 100%;
	 display: block;
	 min-height: 100px;
}
 .video-tab .nav-tabs li a {
	 background: none;
	 border: 0;
	 padding: 0;
	 border: 0;
}
 .video-tab .nav-tabs li a .post-thumbnail {
	 float: left;
	 margin-right: 20px;
	 position: relative;
	 overflow: hidden;
}
 .video-tab .nav-tabs li a .post-thumbnail img {
	 max-width: 100px;
}
 .video-tab .nav-tabs li a h3 {
	 color: #fff;
	 font-weight: normal;
	 line-height: 28px;
	 font-size: 16px;
	 margin: 0;
}
 .play-icon {
	 position: relative;
	 display: block;
	 width: 100%;
	 height: 100%;
	 border-radius: 6px;
}
 .play-icon:hover {
	 cursor: none;
}
 .play-icon .play-button {
	 position: absolute;
	 top: 50%;
	 left: 50%;
	 transform: translate(-50%, -50%);
	 z-index: 3;
	 transition: all 0.1s ease;
}
 .play-icon:before {
	 position: absolute;
	 content: '';
	 width: 100%;
	 height: 100%;
	 transition: all 0.3s ease;
	 background: rgba(0, 0, 0, .4);
	 z-index: 2;
}
 .video-tab iframe {
	 width: 100%;
	 min-height: 369px;
	 border: none;
	 background: #000;
	 padding: 10px;
	 border-radius: 6px;
}
 .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
	 background: transparent;
	 border: none;
}
.aeuc_before_label {
	display: none;
}
.sp-extraslider .wishlist-button-add {
	display: none;
}
.sp-extraslider .product-info {
	display: flex;
	width: 100%;
	height: 100px;
}
.sp-extraslider .product-info .product-title {
    width: 40%;
    text-align: center;
    line-height: 100px;
}
.sp-extraslider .product-info .product-price-and-shipping {
	width: 40%;
	text-align: center;
	line-height: 66px !important;
	display: inline-grid;
}
.sp-extraslider .product-info .button-a {
	text-align: center;
    height: 40px;
    position: absolute;
    right: 90px;
    top: 30px;
}
.sp-extraslider .product-container {
	height: 100px;
}
.regular-price {
	color: #ff3b00 !important;
}
.product-miniature .product-container .product-info h5.product-title a {
	color: #142f57 !important;
}
.content_v4 div.sp-extra-left .extraslider-inner {
	padding: 0 !important;
}
div.sp-extra-left {
	margin-bottom: 7px !important;
	margin-top: 7px;
}
.deals-bg-p{
	font-size: 60px;
	opacity: 0.08;
	color: #0a3057;
	text-shadow: 2px 3px 0 #ee5628;
	z-index: 2;
	width: 80%;
}
.deals-bg-a{
	z-index: 2;
	width: 20%;
	margin-right: 25px;
}
.deals-bg-content {
	margin-top: 32px;
	z-index: 1;
	width: 100%;
	display: flex;
}

.special-offers-home {
	margin-top: -85px;
}
.deals-btn {
	width: 100%;
	float: right;
	color: white;
	text-align: center;
	border-radius: 6px;
	cursor: pointer;
	line-height: 30px;
	background-image: linear-gradient(to bottom, #ff815b 0%, #ff9372 20%, #ff3b00 90%);
	box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.deals-btn:hover {
color: white;
    box-shadow: 2px 2px 7px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 22%);
    background-image: linear-gradient(to top, #ff815b 0%, #ff9372 20%, #ff3b00 90%);
}

@media (max-width: 991px) {
	.deals-bg-p {
		width: 75%;
	}
	.deals-bg-a {
		width: 25%;
	}
}
@media (max-width:  480px) {
	.deals-bg-a {
		margin-top: 15%;
	}
	.deals-title-a {
	font-size: 19px;
	}
}
@media (max-width:  390px) {
	.ps-spotlight4-2 {
		display: none !important;
	}
}
.deals-title-a {
	font-size: 22px !important;
	font-weight: 800;
}
.col-xs-5 {
	width: 34.66667%;
}
.col-xs-7 {
	width: 65.33333%;
}
.formbuilder_group {
	padding: 10px;
}
.post-inner {
	padding: 0;
    margin: 0;
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.post_image {
	max-height: 200px;
}
.post_content {
	padding: 10px;
}
div.lastestnews .post .post_content .sdsarticleHeader a {
	text-transform: initial !important;
	font-weight: 200 !important;
	overflow: hidden;
    height: 48px;
}
.readmore {
	width: 156px;
	float: left;
	height: 30px;
	padding: 0 !important;
	text-align: center;
	border-radius: 6px !important;
	cursor: pointer;
	margin-bottom: 15px;
	line-height: 30px;
	margin-left: 11px;
	margin-top: 15px;
	background-image: linear-gradient(to bottom, #ff815b 0%, #ff9372 20%, #ff3b00 90%) !important;
	box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.readmore:hover {
	color: white;
    box-shadow: 2px 2px 7px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 22%);
    background-image: linear-gradient(to top, #ff815b 0%, #ff9372 20%, #ff3b00 90%);
}
.lastest_posts .owl-stage {
	height: 400px;
	padding-top: 10px;
}
.lastest_posts .owl-stage .owl-item {
	padding-left: 5px;
}
div.lastestnews {
}
.lastest_posts .owl-carousel {
	margin-right: -60px !important;
}
.footer-v1 {
	background: #f2f2f2;
    box-shadow: 0px -1px 8px rgb(214 206 206 / 67%), 0 1px 2px rgb(0 0 0 / 24%);
}
/*.vertical-layout {
	margin-top: 156px;
    padding-top: 60px;
    border-radius: 6px;
    background-image: linear-gradient(to top, #023057 0%, #142f57 20%, #095597 90%);
    box-shadow: 0px 4px 7px 3px rgb(190 190 190 / 91%), 0 1px 2px rgb(161 161 161 / 65%);
}*/




