/*:root {
	--animate-duration: 0.4s;
	--animate-delay: 1s;
	--animate-repeat: 1;
}*/
html {
    -webkit-text-size-adjust: 100%;
}
#searchpopup {
    margin: 0;
    font-family: system-ui,-apple-system,'Segoe UI',Roboto,Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji';
    overflow-y: scroll;
    font-family: Assistant,Arial,sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 0;
    --tw-text-opacity: 1;
    color: rgba(0,0,0,var(--tw-text-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(238,238,238,var(--tw-bg-opacity));
	z-index: 99999999999;
	width: 100%;
    height: 100%;
overflow-x: hidden !important;
    left: 0px;
    top: 0;
}

.hr-search-title {
    font-size: 28px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    line-height: 34px;
    padding-bottom: 0;
    font-family: Roboto,Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji';

}
.hr-overlay-search em {
    font-weight: bold; 
}
.hr-overlay-search {
    display: -webkit-box; /* Fallback for older Safari */
    display: -ms-flexbox; /* IE fallback */
    display: flex;
    flex-direction: column;
	text-align: center;
	font-family: inherit;
	letter-spacing: -0.015em;
	background-color: rgba(252, 252, 252, 1);
	background-image: url("");
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 2147483642;
}

.hr-overlay-search > * {
	margin: 0;
	padding: 0;
}

.hr-overlay-search > *:focus {
	outline: 0;
}

.hr-overlay-search *,
.hr-overlay-search *::before,
.hr-overlay-search *::after {
	box-sizing: inherit;
	-webkit-font-smoothing: antialiased;
	word-break: break-word;
	word-wrap: break-word;
}


body.hr-search-disable-scroll > * {
	filter: blur(8px);
}

body.hr-search-disable-scroll > .hr-overlay-search {
	filter: blur(0);
}
body.hr-search-disable-scroll {
    position: fixed;
    top: 0px;
}
html.hr-search-disable-scroll, body.hr-search-disable-scroll, .hr-search-disable-scroll {
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}

.hr-overlay-search h1,
.hr-overlay-search h2,
.hr-overlay-search h3,
.hr-overlay-search h4,
.hr-overlay-search h5,
.hr-overlay-search h6 {
	font-weight: 500;
	letter-spacing: -0.0415625em;
	line-height: 1.25;
}

.hr-overlay-search input[type="checkbox"],
.hr-overlay-search-filters input[type="checkbox"],
.hr-overlay-search-filter-values input[type="checkbox"] {
	position: relative;
	display: inline-block;
	margin: 0;
	margin-right: 10px;
	width: 1.5rem;
	min-width: 1.5rem;
	height: 1.5rem;
	background: #fff;
	border-radius: 0;
	border-style: solid;
	border-width: 0.1rem;
	border-color: #dcd7ca;
	box-shadow: none;
	cursor: pointer;
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	appearance: checkbox;
}

.hr-loading-indicator {
	background-color: #474747;
	z-index: 2147483644;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	margin: 0;
	padding: 0;
}

.hr-loading-indicator-alt {
	background-color: white;
	z-index: 2147483645;
	position: fixed;
	top: 0;
	height: 3px;
	left: 0;
	right: 0;
	animation-name: loading;
	animation-duration: 1s;
	animation-iteration-count: infinite;
}


.hr-overlay-search .hr-highlight {
	font-weight: bold;
}


/*
* ===================
* Header
* ===================
*/
.hr-overlay-search .hr-header {
    position: -webkit-sticky; /* Fallback for Safari */
    position: sticky;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	top: 0;
	left: 0;
	flex-grow: 0;
	flex-shrink: 0;
	width: 100%;
	height: auto;
	background-color: rgba(0, 90, 156, 1);
	border-bottom: 2px solid #f1f4f8;
	overflow: hidden !important;
	z-index: 20;
	min-height: 85px;
	padding-top: 9px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.hr-overlay-search .hr-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.hr-overlay-search .hr-header > div {
    position: relative;
    display: flex;
    margin: 0 0px;
    max-width: 100%;
    width: 30%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
} 

.hr-overlay-search .hr-header > .hr-logo-container {
	width: 30%;
	flex-basis: 30%;
	padding-left: 15px;
}


@media (max-width: 320px) {
    .hr-overlay-search .hr-header {
        min-height: 60px; /* Reduce height */
        padding-top: 5px; /* Adjust padding */
    }

    .hr-search-title {
        font-size: 14px; /* Reduce font size */
    }

    .hr-search {
        width: 100%; /* Ensure input stretches */
    }

    #searchInput {
        font-size: 14px; /* Adjust font size */
    }

    .search-tags_list {
        flex-wrap: wrap; /* Wrap tags if needed */
        font-size: 12px;
    }
}

/* Header - Logo */
.hr-overlay-search .hr-logo {
	margin: 0;
	padding: 0;
	display: flex;
	font-size: 28px;
	font-weight: 600;
	line-height: 1;
	color: #4d4f5c;
	width: 100%;
	-webkit-transform: none;
	transform: none;
}

.hr-overlay-search .hr-logo img { 
	position: relative;
	display: inline-block;
	vertical-align: middle;
	border-style: none;
	width: 100%;
}

/* Header - Search Bar + Redirect */
.hr-overlay-search .hr-header > .hr-search-plus-redirect {
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 60%;
}
.hr-overlay-search .hr-header > .hr-search-plus-redirect form {
    width: 100%;
}

.hr-overlay-search .hr-search {
	position: relative;
	display: flex;
	height: 44px;
	background-color: #f1f4f8;
	border: 1px solid #efefef;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	z-index: 1;
}

.hr-overlay-search .hr-search > label {
	display: none;
}

.hr-overlay-search .hr-search > input {
	margin: 0;
	padding: 0px 0 0 44px;
	display: block;
	font-size: 18px;
	font-weight: 400;
	line-height: 20px;
	color: #4d4f5c;
	text-align: left;
	height: 100%;
	width: 100%;
	max-width: 100%;
	border: 1px solid transparent;
	background-color: transparent;
	box-shadow: none;
	transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
}

.hr-overlay-search .hr-search > input[type="search"]::-webkit-search-cancel-button {
   -webkit-appearance: none;
  height: 24px;
  width: 24px;
  margin-left: .4em;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23777'><path d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/></svg>");
  cursor: pointer;
	margin-right: 15px;
}


.hr-overlay-search .hr-search input::placeholder {
	color: #98a4ae;
}

.hr-overlay-search .hr-search input:focus::placeholder {
	color: transparent;
}

.hr-overlay-search .hr-search > .hr-btn-search {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 44px;
	height: 44px;
	background: none;
	border: none;
	color: #000000;
	-moz-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	-webkit-transition: color 0.2s linear;
	transition: color 0.2s linear;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
	z-index: 2;
}

.hr-overlay-search .hr-search > .hr-btn-search svg {
	width: 20px;
	height: 20px;
}

.hr-overlay-search .hr-redirects {
	margin: 0 0 5px 0;
	position: absolute;
	top: 40px;
	left: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-grow: 0;
	flex-shrink: 0;
	max-width: 100%;
}

.hr-overlay-search .hr-redirects-container {
	position: relative;
	left: -50%;
	padding: 15px 15px 10px 15px;
	font-size: 14px;
	font-weight: 600;
	color: #000000;
	animation-duration: var(--animate-duration);
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.hr-overlay-search .hr-redirects-container .hr-redirect-link {
	padding: 4px 12px;
	color: #4d4f5c;
	text-decoration: none;
	background: #f1f4f8;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	text-shadow: none;
	cursor: pointer;
}

.hr-overlay-search .hr-redirect-link:hover .hr-redirect-title {
	text-decoration: underline;
}

/* Header - Close button */
.hr-overlay-search .hr-header > .hr-logo-container, .hr-overlay-search .hr-header > .hr-close {
	flex-grow: 0;
	flex-shrink: 1;
	min-width: 120px;
}

	
.hr-overlay-search .hr-nav button.hr-close-btn {
	position: relative;
	display: flex;
	flex: 0 0 40px;
	height: 40px;
	width: 40px;
	justify-content: center;
	align-items: center;
	margin: 0 5px;
	padding: 0;
	color: #000000;
	text-decoration: none;
	text-align: center;
	background-color: #f1f4f8;
	border: 1px solid #efefef;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	cursor: pointer;
}



@media (max-width: 991px) {
	.hr-overlay-search .hr-nav button.hr-close-btn {
	flex: 0 0 30px;
	height: 30px;
	width: 30px;
	}
}	


.hr-overlay-search .hr-nav button.hr-close-btn:hover {
	background-color: #d8dbdf;
}

.hr-overlay-search .hr-nav button.hr-close-btn > label {
	display: none;
}

.hr-overlay-search .hr-nav > button svg {
	width: 16px;
	height: 16px;
}

/*
* ===================
* Content
* ===================
*/
.hr-overlay-search .hr-results {
	display: flex;
	flex-direction: column;
	overflow: auto !important;
}

.hr-overlay-search .hr-results-container {
	padding: 0;
	display: flex;
	flex-direction: row;
	
}
.hr-tabs {
    width: 100%;
}
/* Titles + Texts */
.hr-overlay-search .hr-results .hr-content .hr-products-header,
.hr-overlay-search .hr-results .hr-content .hr-content-header,
.hr-overlay-search .hr-results .hr-products .hr-products-header,
.hr-overlay-search .hr-results .hr-products .hr-products-search-header {
	margin: 0 0 20px 0;
	padding: 0 5px;
	font-size: 32px;
	font-weight: 800;
	line-height: 1.5;
	color: #4d4f5c;
	text-align: left;
}

.hr-overlay-search .hr-content-text, .hr-overlay-search .hr-products-text {
	margin: 0 0 40px 0;
	padding: 0 5px;
	font-size: 14px;
	color: #4d4f5c;
	text-align: left;
}

/* Category + Content */
.hr-overlay-search .hr-results .hr-content {
    padding: 0px;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0px auto;
    align-items: center;
}

.hr-overlay-search .hr-results-container .hr-category-container {
	padding: 40px 0 0 0;
}

#category-tab .hr-brand-container {
    margin-top: 15px;
}
.hr-overlay-search .hr-results-container .hr-brand-container,
.hr-overlay-search .hr-results-container .hr-category-container {
	padding: 0;
	width: 100%;
}

.hr-overlay-search .hr-search-overlay-content {
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #fff;
	border: 1px solid #efefef;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	cursor: pointer;
	z-index: 1;
}

.hr-overlay-search .hr-search-overlay-content:hover {
	box-shadow: 0px 4px 12px rgba(0,0,0,.2);
	-webkit-box-shadow: 0px 4px 12px rgba(0,0,0,.2);
	-moz-box-shadow: 0px 4px 12px rgba(0,0,0,.2);
	-o-box-shadow: 0px 4px 12px rgba(0,0,0,.2);
}

.hr-overlay-search .hr-search-overlay-content .hr-search-overlay-content-link {
	padding: 8px 40px 8px 11px;
    font-size: 16px;
    font-weight: 500;
    color: rgb(77, 79, 92);
    text-decoration: none;
    text-align: left;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
}

@media (max-width: 991px) {
	.hr-overlay-search .hr-search-overlay-content .hr-search-overlay-content-link {
		font-size: 12px !important;
	}
	.hr-overlay-search .hr-search-overlay-content svg {
		width: 14px !important;
		height: 14px !important;
	}
	.hr-overlay-search .hr-search-overlay-content .hr-search-overlay-content-link.suggestion {
		padding: 5px 32px 5px 5px;
	}
	.hr-overlay-search .hr-search-overlay-content {
    margin: 0px 0px 4px;
	}
	.hr-overlay-search .hr-results .hr-content .hr-content-header{
		margin: 0px 0px 7px;
		font-size: 18px;
	}
}
.hr-overlay-search .hr-search-overlay-content .hr-search-overlay-content-link a {
	color: inherit;
}

.hr-overlay-search .hr-search-overlay-content svg {
	position: absolute;
	top: 50%;
	right: 14px;
	width: 18px;
	height: 18px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

/* Products */
.hr-overlay-search .hr-categories-container,
.hr-overlay-search .hr-products-container {
	display: flex;
	flex-wrap: wrap;
}

.hr-overlay-search .hr-results .hr-products {
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	width: 100%;
	margin: 0 auto;
	align-items: center;
}
 
@media (min-width: 992px) {
	.hr-overlay-search .hr-results .hr-content[data-tab="category"] {
		/* max-width: 325px; */
		/* flex-basis: 325px; */
		display: inline-block;
		width: 20%;
		vertical-align: top;
	}
	.hr-overlay-search .hr-results .hr-products {
		/* min-width: 214px; */
		padding-left: 15px;
		display: inline-block;
		width: 76%;
		vertical-align: top;
	}
	.hr-overlay-search .hr-results .hr-products[data-show-mode="popular"] {
		padding-left: 0;
		display: inline-block;
		width: 100%;
		vertical-align: top;
	}
} 


  .hr-search-title, .search-tags, .hr-logo-container {
    transition: all 0.2s ease;
  }
.hr-overlay-search .hr-logo img {
    height: 55px;
}

.hr-overlay-search .hr-results .hr-products.hr-moved .hr-products-container {
	justify-content: flex-start;
}

.hr-overlay-search .hr-products .hr-title {
	padding: 0;
	font-size: 14px;
	text-align: left;
	width: 100%;
}

.hr-overlay-search .hr-search-overlay-product {
	margin: 3px 5px;
	padding: 0;
	position: relative;
	display: flex;
	flex-grow: 0;
	flex-basis: 214px;
	max-width: 214px;
	align-items: flex-start;
	justify-content: center;
	text-align: center;
	background-color: transparent;
	
	box-sizing: border-box;
}

.hr-overlay-search .hr-results .hr-categories-container .hr-search-overlay-product,
.hr-overlay-search .hr-results .hr-products .hr-search-overlay-product {
  flex-basis: calc(20% - 10px);
  max-width: calc(20% - 10px);
}

@media (min-width: 992px) {
	.hr-overlay-search .hr-results .hr-categories-container .hr-search-overlay-product,
	.hr-overlay-search .hr-results .hr-products .hr-search-overlay-product {
		min-width: 214px;
	}
}
@media (max-width: 1024px) {
  .hr-overlay-search .hr-results .hr-categories-container .hr-search-overlay-product,
  .hr-overlay-search .hr-results .hr-products .hr-search-overlay-product {
    flex-basis: calc(25% - 10px);
    max-width: calc(25% - 10px);
  }
}

@media (max-width: 768px) {
  .hr-overlay-search .hr-results .hr-categories-container .hr-search-overlay-product,
  .hr-overlay-search .hr-results .hr-products .hr-search-overlay-product {
    flex-basis: calc(32% - 10px);
    max-width: calc(32% - 10px);
  }
}

@media (max-width: 480px) {
  .hr-overlay-search .hr-results .hr-categories-container .hr-search-overlay-product,
  .hr-overlay-search .hr-results .hr-products .hr-search-overlay-product {
    flex-basis: calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
}

@media (max-width: 351px) {
  .hr-overlay-search .hr-results .hr-categories-container .hr-search-overlay-product,
  .hr-overlay-search .hr-results .hr-products .hr-search-overlay-product {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.hr-overlay-search .hr-search-overlay-product > .hr-search-overlay-product-link {
	padding: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex: 1 1 0;
	height: 100%;
	width: 100%;
	color: #4d4f5c;
	text-decoration: none;
	background-color: #ffffff;
	border: 1px solid #efefef;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.hr-overlay-search .hr-search-overlay-product.popular > .hr-search-overlay-product-link {
    background: unset;
    padding: 0;
    margin: 0;
    border: unset;
}

div#category-tab {
    background: #ffffff;
}

.hr-overlay-search .hr-search-overlay-product > .hr-search-overlay-product-link:hover {
	box-shadow: 0px 4px 12px rgba(0,0,0,.2);
	-webkit-box-shadow: 0px 4px 12px rgba(0,0,0,.2);
	-moz-box-shadow: 0px 4px 12px rgba(0,0,0,.2);
	-o-box-shadow: 0px 4px 12px rgba(0,0,0,.2);
}

.hr-overlay-search .hr-search-overlay-product .hr-search-overlay-labels,
.aw-overlay-search .aw-search-overlay-labels {
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 10;
}
.hr-overlay-search .hr-search-overlay-product .hr-search-overlay-label,
.aw-overlay-search .aw-search-overlay-label {
	margin: 4px;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	font-weight: bold;
	color: #4d4f5c;
	text-transform: uppercase;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	width: 50px;
	height: 50px;
	clear: both;
}
.hr-overlay-search .hr-search-overlay-product .hr-search-overlay-label__sale,
.aw-overlay-search .aw-search-overlay-label__sale {
	background-color: #f8db88;
}

.hr-overlay-search .hr-search-overlay-product-thumbnail {
	margin: 0 auto;
	padding: 0;
	position: relative;
	display: flex;
	justify-content: center;
	align-content: center;
	max-height: 180px;
	overflow: hidden;
}

.hr-overlay-search .hr-search-overlay-product-image {
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	width: auto;
	height: auto;
	max-height: 180px;
	max-width: 180px;
}

.hr-overlay-search .hr-search-overlay-product-info {
	padding: 0 10px;
}

.hr-overlay-search .hr-search-overlay-product-info .hr-search-overlay-product-title {
	margin: 0;
	font-size: 14px;
	font-weight: 500;
	color: #4d4f5c;
	line-height: 1.25;
	letter-spacing: -.01em;
}
.hr-search-overlay-product.popular p.hr-search-overlay-product-title {
    font-weight: bold;
}

.hr-overlay-search .hr-search-overlay-product-info .hr-search-overlay-product-title a {
	color: inherit;
}

.hr-overlay-search .hr-search-overlay-product-info p.hr-search-overlay-product-description {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-weight: 400;
	color: #232324;
	font-size: 12px;
}

.hr-overlay-search .hr-search-overlay-product-price-box .hr-search-overlay-product-price-old,
.hr-overlay-search .hr-search-overlay-product-price-box .hr-search-overlay-product-price-none {
	margin: 0;
	font-size: 16px;
	line-height: 1.2;
	color: #F44336;
	text-decoration: line-through;
}

.hr-overlay-search .hr-search-overlay-product-price-box .hr-search-overlay-product-price-none {
	text-decoration: none;
}

.hr-overlay-search .hr-search-overlay-product-price-box .hr-search-overlay-product-price-sale,
.hr-overlay-search .hr-search-overlay-product-price-normal {
	font-size: 24px;
	color: #68a83b;
	font-weight: 700;
}

.hr-overlay-search .hr-search-overlay-product-price-box .hr-search-overlay-product-price-sale {
	color: #68a83b;    margin-top: 10px;
}

.hr-overlay-search .hr-search-overlay-product-price-box {
	margin-top: 10px;
}



.hr-overlay-search .hr-col-img {
	margin-bottom: 9px;
}

.hr-overlay-search .hr-col-info {
	margin-top: 0;
	margin-bottom: auto;
	align-self: center;
	width: 100%;
	max-height: 75px;
	overflow: hidden;
}

.hr-overlay-search .hr-col-price {
	align-self: center;
	width: 100%;
}

/* Initial Content */
.hr-overlay-search .hr-results .hr-content .hr-products-header,
.hr-overlay-search .hr-results .hr-products .hr-products-header {
    margin: 0;
    text-align: center;
    line-height: 34px;
    padding-top: 15px;
}

.hr-overlay-search .hr-results .hr-products.hr-moved .hr-products-header {
	margin: 0;
	text-align: left;
}

.hr-overlay-search .hr-initial-content-subtitle {
	margin: 0 0 10px 0;
	font-size: 16px;
	font-weight: 400;
	font-style: italic;
	line-height: 1.5;
	color: #4d4f5c;
}

/** Filters **/
.hr-overlay-search .hr-filters,
.hr-overlay-search .hr-clear-filters {
	padding: 0 5px;
	width: 100%;
}

.hr-overlay-search .hr-filter__single-wrapper .hr-selected-filter-count,
.hr-overlay-search .aw-filter__single-wrapper .hr-selected-filter-count {
	padding: 5px;
	position: absolute;
	top: -10px;
	right: -7px;
	font-size: 12px;
	line-height: 1.25;
	color: #ffffff;
	background-color: #5b5b5b;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	min-width: 25px;
	box-shadow: 0px 2px 8px rgba(0,0,0,.2);
	-webkit-box-shadow: 0px 2px 8px rgba(0,0,0,.2);
	-moz-box-shadow: 0px 2px 8px rgba(0,0,0,.2);
	-o-box-shadow: 0px 2px 8px rgba(0,0,0,.2);
	z-index: 15;
}

.hr-overlay-search .hr-full-search-results__filter-wrapper,
.hr-overlay-search .aw-full-search-results__filter-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.hr-overlay-search .hr-filter__single-wrapper,
.hr-overlay-search .aw-filter__single-wrapper {
	margin: 0 5px 5px 0;
	padding: 0;
	position: relative;
	display: block;
	min-width: 200px;
	color: #4d4f5c;
	background: #fff;
	border: 1px solid #efefef;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	box-sizing: border-box;
}

.hr-overlay-search .hr-filter__single-wrapper > div.hr-filter-dropdown-content,
.hr-overlay-search .aw-filter__single-wrapper > div.aw-filter-dropdown-content {
	padding: 10px;
	position: absolute;
	top: 100%;
	left: -1px;
	text-align: left;
	background: #fff;
	width: calc(100% + 2px);
	max-height: 300px;
	border: 1px solid #efefef;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	overflow-y: auto;
	z-index: 12;
}

.hr-overlay-search .hr-filter__heading,
.hr-overlay-search .aw-filter__heading {
	margin: 0;
	padding: 10px 40px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
	width: 100%;
	color: #4d4f5c;
	background: transparent;
	border: 0;
	cursor: pointer;
}

.hr-overlay-search .hr-filter__single-wrapper .hr-filter__heading::after,
.hr-overlay-search .aw-filter__single-wrapper .aw-filter__heading::after {
	content: "\203A";
	position: absolute;
	top: 50%;
	right: 20px;
	font-size: 20px;
	transform: translateY(-50%) rotate(90deg);
	-webkit-transform: translateY(-50%) rotate(90deg);
	-moz-transform: translateY(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) rotate(90deg);
	-o-transform: translateY(-50%) rotate(90deg);
	transition: .2s ease;
	-webkit-transition: .2s ease;
	-moz-transition: .2s ease;
	o-transition: .2s ease;
}

.hr-overlay-search .hr-filter__single-wrapper.active .hr-filter__heading:before,
.hr-overlay-search .hr-filter__single-wrapper.active .hr-filter__heading:after,
.hr-overlay-search .aw-filter__single-wrapper.active .aw-filter__heading:before,
.hr-overlay-search .aw-filter__single-wrapper.active .aw-filter__heading:after {
	transform: translateY(-50%) rotate(270deg);
	-webkit-transform: translateY(-50%) rotate(270deg);
	-moz-transform: translateY(-50%) rotate(270deg);
	-ms-transform: translateY(-50%) rotate(270deg);
	-o-transform: translateY(-50%) rotate(270deg);
}

.hr-overlay-search .hr-filter__single-wrapper.active .hr-filter-dropdown-content,
.hr-overlay-search .aw-filter__single-wrapper.active .aw-filter-dropdown-content {
	display: block !important;
}

.hr-overlay-search .hr-filter__heading.shown i,
.hr-overlay-search .aw-filter__heading.shown i {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.hr-overlay-search .hr-sorting-seletected {
	color: #4d4f5c;
}

/* Filter List */
.hr-overlay-search .hr-filter-list,
.hr-overlay-search .hr-filter-list ul,
.hr-overlay-search .aw-filter-list,
.hr-overlay-search .aw-filter-list ul {
	margin: 0;
	padding: 0;
	font-size: 14px;
	list-style-type: none !important;
}

.hr-overlay-search .hr-filter-list ul,
.hr-overlay-search .aw-filter-list ul {
	padding-left: 15px;
}

.hr-overlay-search .hr-filter-list li,
.hr-overlay-search .aw-filter-list li {
	margin: 0;
}

.hr-overlay-search .hr-filter-list li > label,
.hr-overlay-search .aw-filter-list li > label {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	cursor: pointer;
	font-weight: normal;
	height: 42px;
	line-height: 42px;
	margin: 0;
	display: block;
	position: relative;
	padding-left: 24px;
}

.hr-overlay-search .hr-filter-list li.selected > label,
.hr-overlay-search .aw-filter-list li.selected > label {
	font-weight: bold;
}

.hr-overlay-search .hr-filter-tag-count,
.hr-overlay-search .aw-filter-tag-count {
	display: none;
}

.hr-overlay-search .hr-filter-list input[type=checkbox],
.hr-overlay-search .hr-filter-tag-list input[type=checkbox],
.hr-overlay-search .hr-sorting-tag-list input[type=checkbox],
.hr-overlay-search .aw-filter-list input[type=checkbox],
.hr-overlay-search .aw-filter-tag-list input[type=checkbox],
.hr-overlay-search .aw-sorting-tag-list input[type=checkbox] {
	margin: 0 3px 0 0;
	position: relative;
	top: 2px;
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.hr-overlay-search .hr-filter-list span.checkbox-span,
.hr-overlay-search .hr-filter-tag-list span.checkbox-span,
.hr-overlay-search .hr-sorting-tag-list span.checkbox-span,
.hr-overlay-search .aw-filter-list span.checkbox-span,
.hr-overlay-search .aw-filter-tag-list span.checkbox-span,
.hr-overlay-search .aw-sorting-tag-list span.checkbox-span {
	position: absolute;
	top: 12px;
	left: 0;
	height: 18px;
	width: 18px;
	background: #fff;
	border: 2px solid #eee;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

.hr-overlay-search .hr-filter-list label input:checked ~ span.checkbox-span,
.hr-overlay-search .hr-filter-tag-list label input:checked ~ span.checkbox-span,
.hr-overlay-search .hr-sorting-tag-list label input:checked ~ span.checkbox-span,
.hr-overlay-search .aw-filter-list label input:checked ~ span.checkbox-span,
.hr-overlay-search .aw-filter-tag-list label input:checked ~ span.checkbox-span,
.hr-overlay-search .aw-sorting-tag-list label input:checked ~ span.checkbox-span {
	border-color: #3e3e3e;
	color: #3e3e3e;
}

.hr-overlay-search span.checkbox-span:after {
	content: "";
	position: absolute;
	display: none;
}

.hr-overlay-search .hr-filter-list label input:checked ~ span.checkbox-span:after,
.hr-overlay-search .hr-filter-tag-list label input:checked ~ span.checkbox-span:after,
.hr-overlay-search .hr-sorting-tag-list label input:checked ~ span.checkbox-span:after,
.hr-overlay-search .aw-filter-list label input:checked ~ span.checkbox-span:after,
.hr-overlay-search .aw-filter-tag-list label input:checked ~ span.checkbox-span:after,
.hr-overlay-search .aw-sorting-tag-list label input:checked ~ span.checkbox-span:after {
	display: block;
}

.hr-overlay-search .hr-filter-list label span.checkbox-span:after,
.hr-overlay-search .hr-filter-tag-list label span.checkbox-span:after,
.hr-overlay-search .hr-sorting-tag-list label span.checkbox-span:after,
.hr-overlay-search .aw-filter-list label span.checkbox-span:after,
.hr-overlay-search .aw-filter-tag-list label span.checkbox-span:after,
.hr-overlay-search .aw-sorting-tag-list label span.checkbox-span:after {
	content: "✓";
	height: 18px;
	width: 18px;
	line-height: 17px;
	text-align: center;
	left: -2px;
}

/* Filter Tag List */
.hr-overlay-search .hr-filter-tag-list > label,
.hr-overlay-search .hr-sorting-tag-list > label,
.hr-overlay-search .aw-filter-tag-list > label,
.hr-overlay-search .aw-sorting-tag-list > label {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	cursor: pointer;
	font-weight: normal;
	height: 42px;
	line-height: 42px;
	margin: 0;
	display: block;
	position: relative;
	padding-left: 24px;
}

.hr-overlay-search .hr-filter-dropdown,
.hr-overlay-search .HR-FILTER-DROPDOWN,
.hr-overlay-search .aw-filter-dropdown,
.hr-overlay-search .AW-FILTER-DROPDOWN {
	display: inline-block;
	padding: 10px;
	width: 100%;
	border: 1px solid #eee;
	text-align: center;
	background: none;
}

/* Range Slider */
.hr-overlay-search .hr-range-slider,
.hr-overlay-search .aw-range-slider {
	margin: 30px 20px 25px;
	position: relative;
	height: 4px;
	background-color: #232324;
}

.hr-overlay-search .hr-range-slider .hr-range-slider-handle,
.hr-overlay-search .aw-range-slider .aw-range-slider-handle {
	position: absolute;
	top: -11px;
	left: -12px;
	width: 24px;
	height: 24px;
	background-color: #5b5b5b;
	border: 4px solid #ffffff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	box-shadow: 0px 2px 8px rgba(0,0,0,.2);
	-webkit-box-shadow: 0px 2px 8px rgba(0,0,0,.2);
	-moz-box-shadow: 0px 2px 8px rgba(0,0,0,.2);
	-o-box-shadow: 0px 2px 8px rgba(0,0,0,.2);
}

.hr-overlay-search .hr-range-slider-text,
.hr-overlay-search .aw-range-slider-text {
	margin: 0 20px;
	display: flex;
	justify-content: space-between;
	font-weight: 600;
}

.hr-overlay-search .hr-range-slider-text .hr-range-slider-text-from,
.hr-overlay-search .aw-range-slider-text .aw-range-slider-text-from {
	color: #232324;
}

.hr-overlay-search .hr-range-slider-text .hr-range-slider-text-to,
.hr-overlay-search .aw-range-slider-text .aw-range-slider-text-to {
	color: #232324;
}

.hr-overlay-search .hr-range-slider-text .hr-range-slider-text-clear-float,
.hr-overlay-search .aw-range-slider-text .aw-range-slider-text-clear-float {
	clear: both;
}

.hr-overlay-search .hr-range-slider-clear,
.hr-overlay-search .aw-range-slider-clear {
	display: none;
}

.hr-overlay-search .hr-price-range-slider.hr-range-slider,
.hr-overlay-search .aw-price-range-slider.aw-range-slider {
	background-color: #009CDE;
	height: 3px;
	margin-top: 16px;
	margin-bottom: 16px;
	position: relative;
	margin-right: 15px;
}

.hr-overlay-search .hr-price-range-slider.hr-range-slider .hr-range-slider-handle:first-child,
.hr-overlay-search .aw-price-range-slider.aw-range-slider .aw-range-slider-handle:first-child {
	cursor: e-resize;
	background: #009CDE;
}

.hr-overlay-search .hr-price-range-slider.hr-range-slider .hr-range-slider-handle:last-child,
.hr-overlay-search .aw-price-range-slider.aw-range-slider .aw-range-slider-handle:last-child {
	cursor: w-resize;
	background: #009CDE;
}

.hr-overlay-search .hr-price-range-slider-text.hr-range-slider-text,
.hr-overlay-search .aw-price-range-slider-text.aw-range-slider-text {
	display: inline-block;
}

.hr-overlay-search .hr-price-range-slider-clear.hr-range-slider-clear,
.hr-overlay-search .aw-price-range-slider-clear.aw-range-slider-clear {
	float: right;
	text-decoration: none;
	font-size: 18px;
	line-height: 15px;
	cursor: pointer;
}

@media (max-width: 991px) {
	.hr-overlay-search .hr-filter__single-wrapper,
	.hr-overlay-search .aw-filter__single-wrapper {
		flex-basis: calc(50% - 10px);
	}
	
	.hr-overlay-search .hr-full-search-results__filter-main-wrapper,
	.hr-overlay-search .aw-full-search-results__filter-main-wrapper {
		margin-bottom: 1em;
	}
	
	.hr-overlay-search .hr-filter__single-wrapper > div.hr-filter-dropdown-content,
	.hr-overlay-search .aw-filter__single-wrapper > div.aw-filter-dropdown-content {
		width: 100%;
		top: 36px;
	}
}

.hr-overlay-search ul.hr-filter-list li.selected > ul,
.hr-overlay-search ul.hr-filter-list ul.has-selected
ul.aw-filter-list li.selected > ul,
.hr-overlay-search ul.aw-filter-list ul.has-selected {
	display: block;
}

/* Selected Filters Tags */
.hr-overlay-search .hr-filters-selected {
	padding: 0 5px;
	text-align: left;
}

.hr-overlay-search .hr-filters-selected .hr-filter-selected-tag {
	margin: 5px 5px 5px 0;
	padding: 6px 30px 5px 10px;
	position: relative;
	display: inline-block;
	font-family: inherit;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	color: #4d4f5c;
	background: #ffffff;
	border: 1px solid #efefef;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	text-decoration: none;
	cursor: pointer;
}

.hr-overlay-search .hr-filters-selected .hr-filter-selected-tag:hover {
	text-decoration: line-through;
}

.hr-overlay-search .hr-filters-selected .hr-filter-selected-tag-clear {
	position: absolute;
	display: inline-block;
	top: 50%;
	right: 8px;
	width: 14px;
	height: 13px;
	font-weight: 400;
	transform: translateY(-50%);
	background-image: url("data:image/svg+xml;base64,PCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiPgo8cGF0aCBkPSJNMTguOTg0IDYuNDIybC01LjU3OCA1LjU3OCA1LjU3OCA1LjU3OC0xLjQwNiAxLjQwNi01LjU3OC01LjU3OC01LjU3OCA1LjU3OC0xLjQwNi0xLjQwNiA1LjU3OC01LjU3OC01LjU3OC01LjU3OCAxLjQwNi0xLjQwNiA1LjU3OCA1LjU3OCA1LjU3OC01LjU3OHoiPjwvcGF0aD4KPC9zdmc+Cg==");
	background-repeat: no-repeat;
	background-size: 14px 14px;
}

.hr-overlay-search .hr-filters-selected .hr-filter-selected-tag-reset-btn {
	padding: 20px 0 12px;
	font-size: 14px;
	font-weight: 800;
	color: #4d4f5c;
	text-decoration: underline;
	border-radius: 16px 16px 0 0;
	-webkit-border-radius: 16px 16px 0 0;
	-moz-border-radius: 16px 16px 0 0;
	cursor: pointer;
}

.hr-overlay-search .hr-filters-selected .hr-filter-selected-tag-reset-btn:hover {
	color: #666666;
}


/*
* ===================
* Animations
* ===================
*/

/* Animations - Fade */
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

@-moz-keyframes fadeIn {
	from {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

@-o-keyframes fadeIn {
	from {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

@-ms-keyframes fadeIn {
	from {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

.hr-fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-duration: var(--animate-duration);
	animation-duration: var(--animate-duration);
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

/* Animations - Sliding */
@keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-moz-keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-o-keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-ms-keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.hr-slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
	-webkit-animation-duration: var(--animate-duration);
	animation-duration: var(--animate-duration);
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

/* Animation - Loading */
@keyframes loading {
	0% {
		left: 0;
		right: 100%;
	}
	50% {
		left: 0;
		right: 0;
	}
	100% {
		left: 100%;
		right: 0;
	}
}

@-webkit-keyframes loading {
	0% {
		left: 0;
		right: 100%;
	}
	50% {
		left: 0;
		right: 0;
	}
	100% {
		left: 100%;
		right: 0;
	}
}

@-moz-keyframes loading {
	0% {
		left: 0;
		right: 100%;
	}
	50% {
		left: 0;
		right: 0;
	}
	100% {
		left: 100%;
		right: 0;
	}
}

@-o-keyframes loading {
	0% {
		left: 0;
		right: 100%;
	}
	50% {
		left: 0;
		right: 0;
	}
	100% {
		left: 100%;
		right: 0;
	}
}

@-ms-keyframes loading {
	0% {
		left: 0;
		right: 100%;
	}
	50% {
		left: 0;
		right: 0;
	}
	100% {
		left: 100%;
		right: 0;
	}
}


.hr-overlay-search .hr-results .hr-content[data-tab="suggestion"] {
    width: 100% !important;
    max-width: unset !important;
    flex-basis: unset !important;
	align-items: flex-start;
}
.hr-search-overlay-content[data-type="suggestion"] {
    float: left;
    margin-left: 5px;
}


.hr-search-overlay-product .productstatus {
	padding: 4px 7px;
    position: absolute;
    right: 9px;
    bottom: 0;
    top: unset;
}
.productstatus.yellow {
    background: #ffcd2b;
}
.productstatus.red {
    background: #f13340;
}
.productstatus.green {
    background: #8bc34a;
}


.hr-search-overlay-product .hot-label, 
.hr-search-overlay-product .outlet-label, 
.hr-search-overlay-product .new-label, 
.hr-search-overlay-product .sale-label {
    font-size: 12px;
    font-weight: 400;
    left: 0px;
    line-height: 12px;
    padding: 5px 4px;
    text-transform: initial;
    position: absolute;
}
.hr-search-overlay-product .hot-label {
    background: #ffcd2b;
    color: black;
	position: absolute;
}



.hr-search-overlay-product.more .hr-search-overlay-product-link .hr-search-overlay-product-info .hr-search-overlay-product-title{
  animation: Pulsate 2s linear infinite;
}


.hr-load-more-arrow-container {
  display: inline-block;
  vertical-align: middle;
  animation: slideAndPulsate 2s linear infinite;
  transition: transform 0.5s;
}

.hr-load-more-button-arrow {
  display: inline-block;
}


.hr-load-more-button-arrow .fa-arrow-right {
    font-size: 60px;
}
.hr-load-more-button-arrow .fa-arrow-right:before {
  content: "\f054";
}

.hr-search-overlay-product.more a.hr-search-overlay-product-link {
    background: #005a9c;
    padding-top: 40%;
}

.hr-load-more-button-arrow .fa-arrow-right:hover {
	transform: translateX(10px) scale(1);
}
.hr-search-overlay-product.more a.hr-search-overlay-product-link:hover {
    opacity: 0.8;
}



.searchline {
    width: 100%;
}
@media (max-width: 991px) {
	.hr-overlay-search .hr-search-plus-redirect form {
		display: inline-block;
		width: 90% !important;
		float: left;
	}
	.hr-overlay-search .hr-search-plus-redirect .hr-close{
		width: 10%;
		display: inline-block;
		padding-top: 7px;
	}
	
	.searchline{
		width: 100% ;
	}
	.hr-search-title{
		width: 100% !important;      padding-bottom: 7px;
	}
	.hr-overlay-search .hr-header > .hr-search-plus-redirect{
		width: 95%;
	}
  .hr-overlay-search .hr-header {
    flex-direction: column;
    height: auto;
    align-items: center;
	padding-bottom: 10px;
  }

  .hr-overlay-search .hr-logo-container {
    width: auto;
    margin-bottom: 20px;
  }

  .hr-overlay-search .hr-search-plus-redirect {
    width: 100%;
  }


  .hr-overlay-search .hr-search {
    position: relative;
  }

	.hr-overlay-search .hr-header > .hr-logo-container {
		width: 100%;
		/*flex-direction: column;*/
		justify-content: center;
		align-items: center;
	}
  .hr-overlay-search .hr-logo{
       max-width: 70%;
       width: 70%;
  }
  
}



/* Tab list */
.hr-tab-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  background: rgb(241, 241, 241);
}

.hr-tab-list li {
  margin-right: 10px;
  width: 50%;
}

.hr-tab-list li:last-child {
  margin-right: 0;
}

.hr-tab-list li a {
  display: block;
  padding: 8px 12px;
  background: rgb(241, 241, 241);
  color: #333;
  text-decoration: none;
}

.hr-tab-list li.active a {
  background-color: #005a9c;
  color: #fff;
}

/* Tab content */
.hr-tab-content {
  display: none;
  padding: 10px;
  background-color: #f1f1f1;
  border: 1px solid #ccc;
}

.hr-tab-content.active {
  display: block;
}




.search-tags {
	    margin-top: 7px;
}
ul.search-tags_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    list-style-type: none;
    margin: 0;
    padding: 5px 5px 5px 5px;
}
li.search-tags_item {
    display: list-item;
    text-align: -webkit-match-parent;
    padding: 3px;
}

li.search-tags_item a {
    place-content: center;
    display: flex;
    flex-wrap: wrap;
    min-width: 80px;
    padding: 4px 5px 4px 5px;
    border-radius: 11px;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    color: rgb(51, 51, 51);
    background-color: rgb(238, 238, 238);
    border: 1px solid rgb(187, 184, 184);
}






.spph-item{
    direction: ltr;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    margin-bottom: 30px;
    width: 100%;
}
.spph-item,.spph-item *,.spph-item :after,.spph-item :before{
    box-sizing:border-box
}
.spph-item:before{
    content:" ";
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:50%;
    z-index:1;
    width:500%;
    margin-left:-250%;
    -webkit-animation:phAnimation .8s linear infinite;
    animation:phAnimation .8s linear infinite;
    background:linear-gradient(90deg,hsla(0,0%,100%,0) 46%,hsla(0,0%,100%,.35) 50%,hsla(0,0%,100%,0) 54%) 50% 50%
}
.spph-item > *{
    flex: 1 1 auto;
    display: flex;
    flex-flow: column;
    background-color: #fff;
    padding: 7px;
    margin: 7px;
}
.spph-row{
    display:flex;
    flex-wrap:wrap;
    margin-bottom:7.5px
}
.spph-row div{
    height:10px;
    margin-bottom:7.5px;
    background-color:#ced4da
}
.spph-row .big,.spph-row.big div{
    height:20px;
    margin-bottom:15px
}
.spph-row .empty{
    background-color:hsla(0,0%,100%,0)
}


.spph-colitem {
  flex-basis: calc(20% - 20px);
  max-width: calc(20% - 20px);
}

@media (max-width: 1024px) {
  .spph-colitem {
    flex-basis: calc(25% - 20px);
    max-width: calc(25% - 20px);
  }
}

@media (max-width: 768px) {
  .spph-colitem {
    flex-basis: calc(32% - 20px);
    max-width: calc(32% - 20px);
  }
}

@media (max-width: 480px) {
  .spph-colitem {
    flex-basis: calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}

@media (max-width: 351px) {
  .spph-colitem {
    flex-basis: 100%;
    max-width: 100%;
  }
}


.spph-col-2{
    flex:0 0 16.66667%
}
.spph-col-4{
    flex:0 0 33.33333%
}
.spph-col-6{
    flex:0 0 50%
}
.spph-col-8{
    flex:0 0 66.66667%
}
.spph-col-10{
    flex:0 0 83.33333%
}
.spph-col-12{
    flex:0 0 100%
}
.spph-avatar{
    position:relative;
    width:100%;
    min-width:60px;
    background-color:#ced4da;
    margin-bottom:15px;
    border-radius:50%;
    overflow:hidden
}
.spph-avatar:before{
    content:" ";
    display:block;
    padding-top:100%
}
.spph-picture{
    width:100%;
    height:120px;
    background-color:#ced4da;
    margin-bottom:15px
}
@-webkit-keyframes phAnimation{
    0%{
        transform:translate3d(-30%,0,0)
    }
    to{
        transform:translate3d(30%,0,0)
    }
}
@keyframes phAnimation{
    0%{
        transform:translate3d(-30%,0,0)
    }
    to{
        transform:translate3d(30%,0,0)
    }
}
a.hr-search-overlay-content-link .catcoutn {
    width: 50px;
    float: right;
    text-align: right;
    font-size: 13px;
    margin: 0;
    color: grey;
}
a.hr-search-overlay-content-link,
a.hr-search-overlay-content-link.suggestion,
a.search-tags_link {
    color: #4d4f5c !important;
}

.hr-search-overlay-product.more .hr-col-img {
    height: 60px;
}



@keyframes Pulsate {
  0% {
    transform: translateX(0) scale(1);
    color: #ffffff; 
  }
  50% {
    transform: translateX(0) scale(1);
    color: #beb7b7;
  }
  100% {
    transform: translateX(0) scale(1);
    color: #ffffff;
  }
}

@keyframes slideAndPulsate {
  0% {
    transform: translateX(0) scale(1);
    color: #ffffff;
  }
  50% {
    transform: translateX(1px) scale(1);
    color: #beb7b7;
  }
  100% {
    transform: translateX(0) scale(1);
    color: #ffffff;
  }
}








.hr-overlay-search .hr-col-img .card-top.card-top {
    display: flex;
    justify-content: space-between;
    position: absolute;
    padding: 2px 9px;
    top: 0;
    width: 100%;
    z-index: 9;
}
.hr-overlay-search .hr-col-img .card-top .card-badges .card-badge {
    color: #fff;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    flex-shrink: 0;
}
.hr-overlay-search .hr-col-img .card-top .card-badges {
    display: flex;
    gap: 3px;
	scrollbar-width: none; 
    overflow-x: auto; 
}
.hr-overlay-search .hr-col-img .card-top .card-badges::-webkit-scrollbar {
  display: none; 
}
 
.hr-overlay-search .hr-col-img .card-top .card-badges .card-badge.card-badge--new {
    background-color: #00457f;
}
.hr-overlay-search .hr-col-img .card-top .card-badges .card-badge.card-badge--cybermonday{
    background-color: #c72683;
    color: #fff;
}
.hr-overlay-search .hr-col-img .card-top .card-badges .card-badge.card-badge--blackfriday{
    background-color: #000;
    color: #FFCD2B;
}
.hr-overlay-search .hr-col-img .card-top .card-badges .card-badge.card-badge--specific{
	background-color:#e24585;
}
.hr-overlay-search .hr-col-img .card-top .card-badges .card-badge.card-badge--outlet {
    background-color: #ffcd2b;
    color: #333;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
}

#search_block_top #search_query_top {
    padding: 0 42px 0 12px !important;
}