.sect-search {
 width: 100%;
 justify-content: flex-end;
}
.has-search {
  margin: 0;
	width: 100%;
}
.has-search .form-control {
  padding-inline-start: 40px;
  border-radius: 40px;
  height: 40px;
}
.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  pointer-events: none;
	padding-inline-start: 8px;
  top: 0px;
  left: 16px;
  font-size: 14px;
}
.sect-search .clearable__clear {
  display: none;
  position: absolute;
  right: 26px;
  left: unset;
  top: 10px;
  padding: 0;
  font-style: normal;
  font-size: 20px;
  user-select: none;
  cursor: pointer;
  color: #CCC;
  z-index: 4;
}
.bot-out {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 11px;
  text-decoration: none;
  text-transform: uppercase;
  margin-inline-start: 24px;
	margin-top: 0px;
  padding: 8px 16px;
  border-radius: 8px;
	font-weight: 500;
}
.bot-out .icon {
  font-size: 12px;
	padding: 4px 0;
	font-weight: bold;
}
[dir="rtl"] .bot-out .icon {
	transform: rotate(180deg);
}

/* drop result search desktop */
.drop-result-search {
	display: none;
	width: 372px;
	position: absolute;
	top: 44px;
	padding: 0;
	border-radius: 16px;
	border: 1px solid #e1e1e1;
	flex-direction: column;
	margin-inline-start: 0;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.05);
	max-height: 88vh;
  overflow: auto;
	z-index: 10001;
	opacity: 0;
	animation: fadeIn ease 0.5s;
 -webkit-animation: fadeIn ease 0.5s;
 -moz-animation: fadeIn ease 0.5s;
 -o-animation: fadeIn ease 0.5s;
 -ms-animation: fadeIn ease 0.5s;
}

.drop-result-search[style*="display: flex"] {
	opacity: 1;
}

.overlay-drop-search, .overlay-back-submenu {
	width: 100%;
  height: calc(100vh - 80px);
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
	bottom: 0;
	right: 0;
  z-index: 17;
  display: none;
	margin-top: 80px;
	opacity: 0;
	animation: fadeOverlay ease 1.5s;
 -webkit-animation: fadeOverlay ease 1.5s;
 -moz-animation: fadeOverlay ease 1.5s;
 -o-animation: fadeOverlay ease 1.5s;
 -ms-animation: fadeOverlay ease 1.5s;
}
.overlay-drop-search[style*="display: block"], .overlay-back-submenu[style*="display: block"] {
	opacity: 0.4;
}

@keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@keyframes fadeOverlay {
  0% {
    opacity:0;
  }
  100% {
    opacity: 0.4;
  }
}

@-moz-keyframes fadeOverlay {
  0% {
    opacity:0;
  }
  100% {
    opacity: 0.4;
  }
}

@-webkit-keyframes fadeOverlay {
  0% {
    opacity:0;
  }
  100% {
    opacity: 0.4;
  }
}

@-o-keyframes fadeOverlay {
  0% {
    opacity:0;
  }
  100% {
    opacity: 0.4;
  }
}

@-ms-keyframes fadeOverlay {
  0% {
    opacity:0;
  }
  100% {
    opacity: 0.4;
  }
}

.header-result-search {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 16px;
}
.drop-result-search .title {
	font-size: 18px;
	font-weight: 600;
}
.drop-result-search a {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 12px 16px;
	color: #555;
	font-size: 16px;
	line-height: 22px;
}
.drop-result-search .text {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.drop-result-search a:hover {
	text-transform: none;
	text-decoration: none;
	color: #555;
}
.drop-result-search a i {
	font-size: 18px;
	margin-inline-end: 12px
}
.drop-result-search a b {
	font-weight: 500;
	color: #000;
	padding-inline-end: 4px;
}
.drop-result-search .bullet {
 font-size: 18px;
 color: #888;
 margin: 0;
 padding: 0;
 padding-inline-end: 4px;
}

.drop-result-search .description {
	font-weight: lighter;
	font-size: 13px;
	margin: 0;
	padding: 0 0 0 4px;
  line-height: 13px;
}

.drop-result-search a:last-child{
	padding-bottom: 12px;
	border-bottom: 0;
}
.header-result-search a.clear-result {
	font-size: 13px;
  border: 1px solid;
  padding: 0px 8px;
  border-radius: 16px;
	width: auto;
	padding-bottom: 0;
}
.drop-result-search a.all-result {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	border-top: 1px solid #eee;
}
.sect-search-mobile .drop-result-search {
	display: flex;
	width: calc(100% - 50px);
	position: absolute;
	top: 35px;
	background-color: white;
	padding: 16px;
	border-radius: 0 0 8px 8px;
	border: 1px solid #eee;
	flex-direction: column;
	left: 0;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 5%);
}
.sect-search-mobile .drop-result-search a {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 16px 0;
	color: #555;
	font-size: 16px;
}
.sect-search-mobile .drop-result-search a:first-child {
	padding-top: 0px;
}
.sect-search-mobile .drop-result-search a:last-child{
	padding-bottom: 0px;
}

@media (max-width: 1200px) {


}

@media (max-width: 992px) {

.has-search .form-control-feedback {
  top: 20px;
}

}

@media (max-width: 768px) {



}

@media (max-width: 576px) {



}
