.msmart-search-live-filter {
	display: table-cell;
	float: left;
	margin-bottom: 0;
	position: relative;
	width: 100%;
	z-index: 10;
}
.msmart-search-live-filter .tt-menu {
	width: calc(100% + 64px);
	background: #fff;
	box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 6px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
.msmart-search-live-filter.mslf-mode-tabs .tt-menu {
	box-shadow: none;
}
.msmart-search-live-filter .tt-menu .tt-dataset {
	border: 1px solid #ccc;
	overflow-x: hidden;
	overflow-y: auto;
}
.msmart-search-live-filter .tt-menu .tt-suggestion {
	border-top: 1px solid #efefef;
	padding: 6px 10px;
	cursor: pointer;
}
.msmart-search-live-filter .mslf-loading {
	background-image: url('./spin.gif');
	width: 18px;
	height: 18px;
	position: absolute;
	right: 7px;
	top: 11px;
	z-index: 30;
}
.msmart-search-live-filter .tt-menu .tt-suggestion:hover,
.msmart-search-live-filter .tt-menu .tt-suggestion:hover small {
	color: #fff;
	background: #23a1d1;
}
.msmart-search-live-filter .tt-menu .tt-suggestion:first-child {
	border-top: none;
}
.msmart-search-live-filter .tt-menu .tt-suggestion table {
	width: 100%;
}
.msmart-search-live-filter .tt-menu .tt-suggestion img {
	margin-right: 10px;
}
.msmart-search-live-filter .tt-menu .tt-suggestion small {
	display: block;
	color: #8c8c8c;
}
.msmart-search-live-filter .tt-menu .tt-suggestion small > strong {
	font-weight: normal;
}
.msmart-search-live-filter .tt-menu .tt-suggestion .mslf-price {
	font-weight: bold;
	padding-left: 10px;
	text-align: center;
}
.msmart-search-live-filter .tt-menu .tt-suggestion .mslf-price strike {
	font-weight: normal;
}
.msmart-search-live-filter .mss-button-more {
	display: block;
	text-align: center;
	font-weight: bold;
	padding: 5px 0;
	border: 1px solid #ccc;
	border-top: none;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	color: #231f20;
	background: #f8f8f8;
}
a.mss-button-more:hover{
    color: #231f20!important;
}
.msmart-search-live-filter .mss-header {
	text-align: center;
	margin: 0;
	font-weight: normal;
	padding: 8px 0;
	font-size: 18px;
	display: block;
	background: #efefef;
	border: 1px solid #ccc;
	border-top: none;
	border-bottom: none;
	background: #f8f8f8;
}
.msmart-search-live-filter.mslf-mode-tabs .tt-dataset {
	width: 215px;
}
.msmart-search-live-filter.mslf-mode-tabs .tt-menu .tt-dataset {
	border-right: none;
	border-color: #ebebeb;
	border-top: none;
}
.msmart-search-live-filter .tt-menu .tt-suggestion:hover {
	-moz-box-shadow:    inset 0 0 15px #efefef;
	-webkit-box-shadow: inset 0 0 15px #efefef;
	box-shadow:         inset 0 0 15px #efefef;
	background: none;
	color: #666;
}
.msmart-search-live-filter .tt-menu .tt-suggestion:hover small {
	background: none;
	color: #666;
}
.msmart-search-language-direction-rtl .tt-menu .tt-suggestion img {
	margin-right: 0px;
	border-left: 10px solid transparent;
}
.msmart-search-language-direction-rtl .tt-input { 
	text-align: right;
}
.msmart-search-language-direction-rtl .tt-menu .tt-suggestion .mslf-price { 
	padding-right: 10px;
	padding-left: 0;
}
.msmart-search-language-direction-rtl .mslf-loading { 
	right: auto;
	left: 7px;
}
.tt-menu .tt-dataset-products tr td:first-child {
    padding-left: 5px;
    padding-right: 1px;
}

.tt-menu .tt-dataset-products tr td:nth-child(2) {
    padding-left: 10px;
    border-left: 1px solid #e9e4e4;
}

.tt-menu .tt-dataset-categories tr td:first-child {
    padding-left: 5px;
    padding-right: 3px;
}

.tt-menu .tt-dataset-categories tr td:nth-child(2) {
    padding-left: 11px;
    border-left: 1px solid #e9e4e4;
}
.mslf-product-list .product-name {
	height: 35px;
	overflow: hidden;
	display: block;
}
.msmart-search-live-filter .mslf-price,
.mslf-product-list .product-special-price,
.mslf-product-list .product-price {
	color: #231f20;
	font-weight: bold;
}
.mslf-product-list .product-special-price,
.mslf-product-list .product-price {
	float: right;
	font-size: 14px;
}
.mssl-product-item-list {
	overflow: hidden;
	padding: 0;
}
.tt-menu.tt-empty.tt-open {
	display: none !important;
}
.mslf-product-list a {
	padding: 15px 10px;
	text-align: center;
	display: block;
}
.mslf-product-list a:hover{
	-moz-box-shadow:    inset 0 0 8px #efefef;
	-webkit-box-shadow: inset 0 0 8px #efefef;
	box-shadow:         inset 0 0 8px #efefef;
}
.mslf-product-list a img {
	border: 1px solid #d5d5d5;
    max-width: 100%;
    height: auto;
    border: none;
}
.msmart-search-live-filter .mslf-product-list {
	position: absolute;
	top: 0;
	left: 215px;
	width: 450px;
	overflow-y: auto;
	background: #fff;
	border: 1px solid lightgray;
}
.msmart-search-live-filter .mslf-product-list h3 {
	padding: 10px 0px 15px 19px;
	margin: 0;
	border-bottom: 1px solid lightgray;
}
.msmart-search-language-direction-rtl .mslf-product-list {
	left: auto;
	right: 215px;
}
.mslf-product-list .product-special-price, 
.mslf-product-list .product-price {
	float: none;
}
.mslf-product-list .product-price {
	margin-right: 5px;
}
.mslf-product-list .product-price strike {
	font-size: 13px;
	color: #716e6e;
}

/* WIZ Basel theme integration */
.search-field .msmart-search-live-filter,
.full-search-wrapper .msmart-search-live-filter {
	display: block;
	float: none;
	width: 100%;
}

.msmart-search-live-filter .tt-hint,
.msmart-search-live-filter .tt-input {
	width: 100%;
	background: #ffffff !important;
}

.full-search-wrapper .search-main,
.full-search-wrapper .search-main .twitter-typeahead,
.full-search-wrapper .search-main .msmart-search-live-filter {
	background: #ffffff;
}

.header6 .full-search-wrapper,
.full-search-wrapper {
	display: flex !important;
	align-items: stretch;
	border: 0;
	background: #ffffff;
	min-height: 44px;
}

.header6 .full-search-wrapper .search-main,
.full-search-wrapper .search-main {
	flex: 1 1 auto !important;
	width: auto !important;
	min-width: 0;
	border: 1px solid #e3e3e3;
	border-right: 0;
	background: #ffffff;
}

.header6 .full-search-wrapper .search-main input,
.full-search-wrapper .search-main input,
.full-search-wrapper .search-main .tt-input,
.full-search-wrapper .search-main .tt-hint {
	height: 42px !important;
	min-height: 42px !important;
	padding: 0 16px !important;
	background: #ffffff !important;
}

.header6 .full-search-wrapper .search-button.do-search.main,
.full-search-wrapper .search-button.do-search.main {
	flex: 0 0 54px !important;
	width: 54px !important;
	min-width: 54px !important;
	max-width: 54px !important;
	height: 44px;
	padding: 0;
	border: 1px solid #1B1919 !important;
	background: #1B1919 !important;
	color: #ffdd00 !important;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
}

.header6 .full-search-wrapper .search-button.do-search.main .fa,
.full-search-wrapper .search-button.do-search.main .fa {
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 100% !important;
	height: 100% !important;
	line-height: 1 !important;
	font-size: 20px !important;
	color: #ffdd00 !important;
}

.header6 .full-search-wrapper .search-button.do-search.main:hover,
.full-search-wrapper .search-button.do-search.main:hover {
	background: #302e2e !important;
	border-color: #302e2e !important;
}

.msmart-search-live-filter .tt-menu {
	width: 100%;
	margin-top: 1px;
	border: 1px solid #e6e6e6;
	border-top: none;
	border-radius: 0;
	background: #ffffff;
	box-shadow: 0 8px 22px rgba(0,0,0,0.12);
	overflow: hidden;
}

.msmart-search-live-filter .tt-menu .tt-dataset {
	border: none;
	background: #ffffff;
}

.msmart-search-live-filter .tt-menu .tt-suggestion {
	border-top: 1px solid #eeeeee;
	padding: 9px 11px;
	color: #4C4C4C;
	background: #ffffff;
}

.msmart-search-live-filter .tt-menu .tt-suggestion:hover,
.msmart-search-live-filter .tt-menu .tt-suggestion.tt-cursor {
	background: #fff9cc;
	box-shadow: inset 3px 0 0 #ffdd00;
	color: #111111;
}

.msmart-search-live-filter .tt-menu .tt-suggestion:hover small,
.msmart-search-live-filter .tt-menu .tt-suggestion.tt-cursor small {
	background: transparent;
	color: #666666;
}

.msmart-search-live-filter .tt-menu .tt-suggestion img {
	margin-right: 12px;
	border: 1px solid #eeeeee;
	background: #ffffff;
}

.msmart-search-live-filter .mss-header {
	padding: 8px 12px;
	border: none;
	border-top: 1px solid #eeeeee;
	background: #f7f7f7;
	color: #1B1919;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0;
	text-align: left;
	text-transform: uppercase;
}

.msmart-search-live-filter .mss-header:first-child {
	border-top: none;
}

.msmart-search-live-filter .mss-button-more {
	padding: 10px 12px;
	border: none;
	border-top: 1px solid #eeeeee;
	border-radius: 0;
	background: #383538;
	color: #ffdd00;
	font-weight: 700;
}

.msmart-search-live-filter .mss-button-more:hover,
a.mss-button-more:hover {
	background: #ffdd00;
	color: #383538 !important;
}

.msmart-search-live-filter .mslf-price,
.mslf-product-list .product-special-price,
.mslf-product-list .product-price {
	color: #383538;
}

.msmart-search-live-filter .tt-menu .tt-suggestion .mslf-price strike,
.mslf-product-list .product-price strike {
	color: #949494;
}

.tt-menu .tt-dataset-products tr td:nth-child(2),
.tt-menu .tt-dataset-categories tr td:nth-child(2) {
	border-left: 1px solid #eeeeee;
}

@media (max-width: 767px) {
	.msmart-search-live-filter .tt-menu {
		position: fixed !important;
		left: 15px !important;
		right: 15px !important;
		width: auto !important;
	}

	.msmart-search-live-filter .tt-menu .tt-suggestion .mslf-price {
		display: block;
		padding-left: 0;
		padding-top: 4px;
		text-align: left;
	}
}

.main-menu-wrapper > ul.mobile-top > li.search {
	display: none;
}

.main-menu-wrapper > ul.mobile-top > li.mobile-menu-close-holder {
	display: block;
	min-height: 52px;
	padding: 0;
	background: #f9f9f9;
	border-bottom: 1px solid #eeeeee;
	text-align: right;
}

.main-menu-wrapper .mobile-menu-close {
	width: 52px;
	height: 52px;
	padding: 0;
	border: 0;
	border-left: 1px solid #eeeeee;
	background: #ffffff;
	color: #1B1919;
	font-size: 19px;
	line-height: 52px;
	text-align: center;
}

.main-menu-wrapper .mobile-menu-close:hover,
.main-menu-wrapper .mobile-menu-close:focus {
	background: #ffdd00;
	color: #1B1919;
	outline: 0;
}

html.mobile-search-active,
html.mobile-search-active body {
	overflow: hidden;
}

.header6 .mobile-search-shortcut .mobile-search-toggle {
	padding: 0 10px;
}

.header6 .mobile-search-shortcut .mobile-search-toggle .fa {
	font-size: 19px;
	line-height: 40px;
	vertical-align: top;
}

@media (max-width: 991px) {
	.header6 .sticky-header .header-main {
		display: block;
		position: relative;
		height: 70px !important;
		line-height: 70px !important;
	}

	.header6 .sticky-header .header-main .table-cell.logo {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: auto !important;
		height: 70px !important;
		line-height: 70px !important;
	}

	.header6 .sticky-header .header-main .table-cell.shortcuts {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: 152px !important;
		height: 70px !important;
		line-height: 70px !important;
		white-space: nowrap;
		overflow: visible;
	}

	.header6 .sticky-header .header-main .table-cell.shortcuts .font-zero {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		height: 70px;
		gap: 0;
	}

	.header6 .sticky-header .header-main .table-cell.shortcuts .icon-element {
		display: block;
		flex: 0 0 38px;
		width: 38px;
		height: 70px;
		line-height: 70px;
		text-align: center;
	}

	.header6 #logo img {
		max-width: 132px;
	}

	.header6 .sticky-header .header-main .shortcut-wrapper {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 38px;
		height: 70px;
		line-height: 1;
		margin-left: 0;
		padding-left: 0;
		padding-right: 0;
	}

	.header6 .shortcut-wrapper .icon,
	.header6 .mobile-search-toggle .fa {
		height: auto;
		line-height: 1;
	}

	.header6 .mobile-search-shortcut .mobile-search-toggle .fa {
		display: block;
		width: 20px;
		height: 20px;
		line-height: 20px;
		transform: translateY(1px);
	}

	.header6 .shortcut-wrapper.wishlist {
		padding-left: 0;
		padding-right: 0;
	}

	.header6 .shortcut-wrapper.cart {
		padding-left: 0;
		padding-right: 0;
	}

	.header6 .shortcut-wrapper.cart #cart-total {
		line-height: 70px;
		margin-left: 0;
		padding-top: 0;
	}

	.header6 .shortcut-wrapper.menu-trigger {
		margin-right: 0;
		padding-right: 0;
	}

	.header6 .mobile-search-shortcut .mobile-search-toggle {
		padding-left: 0;
		padding-right: 0;
	}

	.header6 .shortcut-wrapper .counter {
		left: 21px;
		top: 14px;
	}

	.header6 .mobile-header-search-panel {
		display: none;
		margin-right: -15px;
		margin-left: -15px;
		padding: 10px 15px;
		background: #ffdd00;
	}

	.header6 .sticky-header.mobile-search-open .mobile-header-search-panel {
		display: block;
	}

	.header6 .mobile-header-search-panel .search-dropdown-holder {
		width: 100%;
		padding: 0;
		background: #ffdd00;
	}

	.header6 .mobile-header-search-panel .full-search-wrapper {
		width: 100%;
		position: relative;
		display: block !important;
		padding-right: 54px;
	}

	.header6 .mobile-header-search-panel .search-main {
		display: block !important;
		width: 100% !important;
		max-width: 100%;
		border-right: 0;
	}

	.header6 .mobile-header-search-panel .msmart-search-live-filter,
	.header6 .mobile-header-search-panel .tt-input,
	.header6 .mobile-header-search-panel .tt-hint {
		width: 100% !important;
	}

	.header6 .mobile-header-search-panel .search-button.do-search.main {
		position: absolute !important;
		top: 0;
		right: 0;
		z-index: 40;
		display: flex !important;
	}

	.header6 .mobile-header-search-panel .tt-input,
	.header6 .mobile-header-search-panel .tt-hint {
		z-index: 1;
	}

	.header6 .mobile-header-search-panel .msmart-search-live-filter .tt-menu {
		position: absolute !important;
		top: 44px !important;
		left: 0 !important;
		right: 0 !important;
		width: 100% !important;
		max-height: calc(100vh - 165px);
		overflow-x: hidden !important;
		overflow-y: auto !important;
		-webkit-overflow-scrolling: touch;
		overscroll-behavior: contain;
	}

	.header6 .mobile-header-search-panel .msmart-search-live-filter .tt-menu .tt-dataset {
		max-height: none !important;
		overflow: visible !important;
	}

	.header6 .mobile-header-search-panel .mss-button-more {
		position: sticky;
		bottom: 0;
		z-index: 2;
	}

	.header6 .mobile-header-search-panel .search-main,
	.header6 .mobile-header-search-panel .msmart-search-live-filter {
		position: static !important;
	}
}
