@import url('https://fonts.googleapis.com/css?family=Inconsolata:700');

.wrap-loop {
    width: 50px;
    height: 50px;
    position: relative;
    top: -4px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
}
.loop {
    position: absolute;
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    border: 3px solid #939393;
    border-radius: 50%;
}
.loop:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 15px;
    height: 3px;
    background-color: #939393;
    border-radius: 0 7.5px 7.5px 0;
    transform-origin: 0 50%;
    transform: translateX(100%) rotate(45deg);
}
.top-panel {
    position: absolute;
    top: -150px;
    left: 0;
    width: 100%;
    height: 150px;
    padding: 30px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    transition: top 400ms cubic-bezier(0.17,0.04,0.03,0.94);
    background: #fff;
    z-index: 100;
	display: flex;
    align-items: center;
}
.wrap-search-top-panel {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    height: 44px;
}
.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 ~ .top-panel {
    top: 0
}
.open:checked ~ label.search2 {
    top: 150px
}
/* Смещение контейнера контента страницы */
.open:checked ~ .container {
    margin-top: 300px
}
/* Стрелка переключателя вверх*/
.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: #fff;
	box-shadow: -3px 8px 17px 4px #939393;
	z-index: 1000;
	position: inherit;
	border-radius: 2px;
}
.search-result-list-item.search-result-list-item--all {
	margin: 24px 5px 11px;
}
@media (min-width: 401px) and (max-width: 850px) {
	.search-not-empty {
		margin-right: 3vw;
	}
}
@media (min-width: 601px) and (max-width: 900px) {
	.wrap-search-top-panel .cl-btn-2 {
		right: 20vw!important;
	}
}
.search-input-wrap .search {
    width: 128px;
    height: 44px;
    background: #fff;
    border-radius: 2px;
    transition: all 1s;
    z-index: 4;
    border: 2px solid #b2bd00;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #b2bd00;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
	font-size: 13pt;
}
.search-input-wrap .search2 {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #b2bd00;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13pt;
    cursor: pointer;
}
.search-result-list-wrap {
    display: block;
}
.search-not-empty .search:hover {
    cursor: pointer;
}
.search-not-empty input {
    font-weight: 400!important;
    width: 86%;
    outline: none;
    border: none;
    background: #fff;
    transition: all 1s;
    letter-spacing: 0.08em;
    border-bottom: 1px solid #d7d7d7;
    margin: 0 15px;
    font-size: 14pt;
    opacity: 0.5;
}
.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;
}
.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 {
	/*width: 192px;*/
	display: inline-flex;
	font-size: 1.5rem;
}
.search-result-list-item .hero-product__price::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	width: 100%;
	height: 100%;
	content: '';
	background-image: url(/local/templates/planta_new/images/price_bg.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.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;
}
img.search-result-list-item__img.mCS_img_loaded {
    margin-right: 21px;
}
span.search-result-list-item__title {
    margin-right: 43px;
    color: black;
}

@media (max-width: 600px) {
	.search-input-wrap .search {
		height: 50px;
		width: 100%;
	}
	.search-input-wrap .search2 {
		width: 30px;
		height: 30px;
	}
	.top-panel {
		padding: 5px;
	}
	.top-panel .search-result-list-wrap {
		display: block;
	}
	.top-panel .search-result {
		display: block;
	}
	.top-panel .search-not-empty .search:hover {
		cursor: pointer;
	}
	.wrap-search-top-panel {
		display: flex;
		justify-content: center;
		flex-wrap: nowrap;
		height: 150px;
		flex-direction: column;
	}
	.wrap-search-top-panel .cl-btn-2 {
		margin: 20px;
		max-height: 30px;
		position: absolute;
		top: 17px;
		right: 0;
	}
	.wrap-search-top-panel .cl-btn-2 div {
		height: 30px;
		width: 30px;
	}
	.wrap-search-top-panel .cl-btn-2 .rightleft, .wrap-search-top-panel .cl-btn-2 .leftright {
		width: 30px;
		margin-top: 14px;
		height: 3px;
	}
	.wrap-loop {
		position: relative;
		top: -2px;
	}
	.loop {
		width: 20px;
		height: 20px;
	}
	.loop::after {
		width: 15px;
		height: 3px;
	}
	.search-not-empty input {
		margin: 0 12px 0 3px;
		width: 100%;
		height: 50px;
	}
	.search-result-list-wrap {
		position: absolute;
		width: 100%;
		left: 0;
		max-width: 1100px;
		top: 21vh;
	}
	.search-result-list-item {
		margin-bottom: 8px;
		border-bottom: 1px solid #e1e1e1;
		padding-bottom: 7px;
	}
	.search-result-list-item .search-result-list-item-link {
		display: flex;
		align-items: center;
		flex-direction: row;
		flex-wrap: wrap;
	}
	img.search-result-list-item__img.mCS_img_loaded {
		margin-right: 10px;
	}
	span.search-result-list-item__title {
		margin-right: 15px;
	}
	

}