.wrap-loop {
    width: 16px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
}
.wrap-loop span.loop {
    width: 15px;
	height: 20px;
    opacity: 60%;
}
.wrap-search-top-panel {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    position: relative;
}
.top-panel label {
    display: inline-flex;
    margin: 0;
}
label.search {
    display: block;
    position: absolute;
    right: 50px;
    top: 0;
    cursor: pointer;
    background: #2bbbad;
    width: 50px;
    border-radius: 0 0 5px 5px;
    padding: 8px 5px;
    color: #FFF;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    transition: all 400ms cubic-bezier(0.17,0.04,0.03,0.94);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    z-index: 9999
}
/* Стрелка переключателя вверх*/
.open:checked + label.search2:after {
    transition: all 400ms cubic-bezier(0.17,0.04,0.03,0.94);
}
.search-result-list {
	padding: 15px;
}
.search-result-list-wrap {
    overflow: hidden;
    max-height: 80vh;
    background: #201c1a;
    box-shadow: -3px 8px 17px 4px #201c1a;
    z-index: 1000;
    position: inherit;
    border-radius: 2px;
}
.search-result-list-item.search-result-list-item--all {
	margin: 24px 5px 11px;
}
.search-input-wrap .search {
    background: transparent;
    border-radius: 0;
    border: none;
    position: absolute;
    right: 39px;
    top: 12px;
}
.search-input-wrap .search2 {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    /*font-size: 21pt;*/
    cursor: pointer;
}
.search-result-list-wrap {
    display: block;
}
.search-not-empty .search:hover {
    cursor: pointer;
}
.search-not-empty input {
    width: 100%;
    max-width: 388px;
    outline: none;
    border: 1px solid #d5d5d56b;
    border-radius: 50px;
    background: transparent;
    transition: all 1s;
    letter-spacing: 0.08em;
    margin: 0 15px;
    font-size: 16px;
    padding: 0 15px;
    background-color: transparent;
    caret-color: #fff;
    color: #fff;
    font-family: Fontfabric-MullerRegular;
    height: 46px;
}
.wrap-search-top-panel .cl-btn-2 {
    margin: 0 20px;
    max-height: 51px;
}
.wrap-search-top-panel .cl-btn-2 div {
    cursor: pointer;
    position: relative;
    height: 50px;
    width: 50px;
    top: -2px;
}
.search-input-wrap .cl-btn-2 {
    float: none;
    position: inherit;
}
.wrap-search-top-panel .cl-btn-2 .leftright {
    height: 4px;
    width: 50px;
    position: absolute;
    margin-top: 24px;
    background-color: #a2a2a2;
    border-radius: 2px;
    transform: rotate(45deg);
    transition: all .3s ease-in;
}
.wrap-search-top-panel .cl-btn-2 .rightleft {
    height: 4px;
    width: 50px;
    position: absolute;
    margin-top: 24px;
    background-color: #a2a2a2;
    border-radius: 2px;
    transform: rotate(-45deg);
    transition: all .3s ease-in;
}
.wrap-search-top-panel .cl-btn-2 .close-btn {
    margin: 54px 0 0 -5px;
    position: absolute;
    color: #fff;
    left: -7px;
    font-size: 13px;
    text-transform: uppercase;
    transition: all .3s ease-in;
    opacity: 0;
    letter-spacing: 0.18rem;
}
.wrap-search-top-panel .cl-btn-2 div:hover .leftright {
    transform: rotate(-45deg);
}
.wrap-search-top-panel .cl-btn-2 div:hover .rightleft {
    transform: rotate(45deg);
}
.wrap-search-top-panel .cl-btn-2 div:hover .close-btn {
    opacity: 1;
}
.search-result-list-item .hero-product__price {
	display: inline-flex;
	font-size: 1.5rem;
	color: #f4f4f4;
}
.search-result-list-wrap {
	overflow: hidden;
	max-height: 80vh;
	position: absolute;
	width: 100%;
	left: 20vw;
	max-width: 1100px;
}
.search-result-list-item .search-result-list-item-link {
	display: flex;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
	margin-bottom: 15px;
}
img.search-result-list-item__img.mCS_img_loaded {
    margin-right: 21px;
}
span.search-result-list-item__title {
    margin-right: 43px;
    color: #fff;
}

/* Поисковая панель в мобилке */
.mobile-search-panel {
    position: relative;
    right: -100%;
    width: 100%;
    height: 88px;
    background: #2F2A28;
    z-index: 1000;
    padding: 0 23px;
	padding-right: 12px;
    transition: transform 0.3s ease;
    display: block !important;
    box-sizing: border-box;
    border-radius: 0 0 8px 8px;
}

.mobile-search-panel.active {
    transform: translateX(-100%); /* Сдвигаем на всю ширину */
}
  
.search-panel-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
  
/* Стили для формы поиска */
.mobile-search-panel .search-not-empty {
    width: 100%;
    position: relative;
}
  
.mobile-search-panel .search-not-empty input {
    width: calc(100% - 46px);
    height: 24px;
    border: none;
    border-bottom: 1px solid #fff;
    background: transparent;
    color: #fff;
    font-size: 16px;
    padding: 0 20px 0 0;
    outline: none;
    caret-color: #D5D5D5;
    box-sizing: border-box;
}
  
.mobile-search-panel .search-input-wrap {
    position: relative;
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
}
  
.mobile-search-panel .search {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    width: 21px;
    height: 26px;
}

.mobile-search-panel .search svg {
    width: 19px;
    height: 24px;
}
  
.mobile-search-panel .search-input-wrap {
    display: flex;
    justify-content: flex-start;
}
  
@media (min-width: 1024px) {
    .mobile-search-panel {
      display: none !important;
    }
}
  
  /* Иконки поиска */
  .search-toggle {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
  }
  
  .search-icon, .close-icon {
    display: none;
  }
  
  .search-toggle .search-icon {
    display: block;
  }
  
  .search-toggle.active .search-icon {
    display: none;
  }
  
  .search-toggle.active .close-icon {
    display: block;
  }
  
@media (max-width: 767px) {  
	.search-not-empty input {
		width: 100%;
		max-width: 100%;
		border-radius: 0;
	}
}