.rate:not(:checked) > label:before {
	content: "★";
}

#overlayer {
	opacity: 0.8;
	background: #ffffff none repeat scroll 0 0;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9998;
	display: none;
}

.error {
	color: #ff0000 !important;
	border-color: #ff0000 !important;
}
.--error::after {
	content: "Поле обязательно для заполнения";
	color: #ffffff;
	margin-top: 1rem;
    display: block;
    font-size: 11px;
    font-style: italic;
}
.new-select__item[data-value=""] {
	display: none;
}

.checkbox_wrap > .error {
	display: none;
}

.success {
	color: green !important;
}

.error_div {
	color: #ff0000 !important;
}

.success_div {
	color: green !important;
	display: none;
}

.nolink:hover {
	cursor: default;
}

.buy_products__item__top__buttons button.active i.fa-list-ul {
	color: #f70002;
}

.product__heading__buttons button.active i.fa-list-ul {
	color: #f70002;
}

.product__heading__buttons button.active i.fa-heart {
	color: #f70002;
}

.thank_link,
.error_link {
	display: none !important;
}

.block-fav {
	z-index: 1;
}

.item-price {
	margin-left: 4px;
}

.bx-ui-sls-container {
	min-height: 35px !important;
}

#SDEK_delivInfo_PVZ1 {
	display: none;
}

.fotorama--fullscreen,
.fotorama--fullscreen .fotorama__nav,
.fotorama--fullscreen .fotorama__stage {
	background: rgba(0, 0, 0, 0.2) !important;
}

.fotorama--fullscreen .zoomImg {
	display: none !important;
}

.fullscreen {
	background: initial !important;
}

.fotorama__nav-wrap {
	padding: 0 !important;
	border: none !important;
}

@media screen and (max-width: 1024px) {
	.zoomImg {
		display: none !important;
	}
}

.select {
	position: relative;
	padding: 0px 1.5rem;
	opacity: 1 !important;
}

.select.--sort .new-select__item {
	padding: 1rem 0.5rem;
	font-size: 14px;
}

.select.--sort {
	padding: 0;
}

.select.--sort .new-select {
	padding-right: 25px;
}

.new-select {
	cursor: pointer;
	user-select: none;
	height: 100%;
	width: 100%;
	left: 0;
	display: flex;
	align-items: center;
	color: #333;
}

.new-select__list {
	position: absolute;
	top: 100%;
	left: 0;
	border: 1px solid var(--color__border);
	cursor: pointer;
	width: 100%;
	z-index: 2;
	background: #fff;
	user-select: none;
}

.new-select__list.on {
	display: block;
}

.new-select__item {
	transition: 0.2s;
	padding: 0.5rem 1.5rem;
}

.new-select__item span {
	display: block;
}

.new-select__item:hover {
	background: var(--color__fill-1);
}

.new-select__item:hover span {
	color: #fff;
	font-weight: bold;
}

.new-select:after {
	content: "";
	display: block;
	width: 25px;
	height: 25px;
	position: absolute;
	right: 9px;
	top: 9px;
	background: url("path-to-image") no-repeat right center / cover;
	opacity: 0.6;

	-webkit-transition: all 0.27s ease-in-out;
	-o-transition: all 0.27s ease-in-out;
	transition: all 0.27s ease-in-out;

	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}

.new-select.on:after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.quick-header {
	display: none;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid var(--color__border);
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	min-height: 60px;
	z-index: 11;
	background: #fff;
	margin: 0 -5px;
}

.quick-header .quick-header__item {
	width: 100%;
	padding: 0 5px;
	font-size: 12px;
	text-decoration: none;
	color: var(--color__text-1);
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.quick-header .quick-header__item svg {
	margin-bottom: 4px;
}

.quick-header .quick-header__item.active {
	color: #e3361d;
}

.quick-header .quick-header__item.active svg path {
	fill: #e3361d;
}

@media screen and (max-width: 768px) {
	.quick-header {
		display: flex;
	}

	.carrotquest-css-reset #carrotquest-messenger-collapsed-container {
		margin-bottom: 60px !important;
	}
}

.main-page__slider .slider .swiper-wrapper {
	height: auto !important;
}

.btn--like {
	cursor: pointer;
	min-width: 20px;
	margin-left: 4px;
	position: relative;
	display: inline-flex;
	align-items: center;
}

.btn--like.liked svg path {
	transition: 0.3s;
}

.btn--like.liked svg path {
	fill: #e3361d;
}

.tooltip {
	display: none;
	position: absolute;
	white-space: nowrap;
	bottom: calc(100% + 8px);
	left: 50%;
	transform: translateX(-50%);
	background: #fff;
	border-radius: 6px;
	padding: 10px 15px;
	z-index: 6;
	font-size: 12px;
	box-shadow: 0px 4px 10px rgba(58, 58, 58, 0.15);
}

.tooltip:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 5px;
	margin-left: -5px;
}

@media screen and (max-width: 768px) {
	.btn--like .tooltip {
		left: -60px;
	}

	.btn--like .tooltip:after {
		left: 87%;
	}

	.product-mini__count .tooltip:after {
		left: 35%;
	}

	.product-mini__count .tooltip{
		left: 90%;
	}
}

.btn--like.like-tooltip .tooltip {
	display: block;
}

.tooltip-visible .tooltip {
	display: block;
}

.flex-nowrap {
	flex-wrap: nowrap !important;
}

.d-none {
	display: none !important;
}

.category.--view-favorite > * {
	width: calc((100% / 4) - 1rem);
	display: flex;
	flex-direction: column;
	margin-right: 1rem;
	margin-bottom: 1rem;
	flex-direction: column;
	justify-content: space-between;
}

@media screen and (max-width: 991px) {
	.category.--view-favorite > * {
		width: calc((100% / 3) - 1rem);
	}
}

@media screen and (max-width: 768px) {
	.category.--view-favorite > * {
		width: calc((100% / 2) - 1rem);
	}
}

@media screen and (max-width: 512px) {
	.category.--view-favorite > * {
		width: calc((100% / 1) - 1rem);
	}
}

.product-mini__count{
	position: relative;
}

.scrollToTopBtn {
	background-color: #e3361d;
	border: none;
	border-radius: 50%;
	color: white;
	cursor: pointer;
	height: 48px;
	width: 48px;
	position: fixed;
	bottom: 30px;
	left: 30px;
	z-index: 100;
	opacity: 0;
	transform: translateY(100px);
	transition: all 0.5s ease;
	line-height: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media screen and (max-width: 768px) {
	.scrollToTopBtn {
		bottom: 80px;
		left: 16px;
	}
}

.showBtn {
	opacity: 1;
	transform: translateY(0);
}

.bx-authform-social {
	text-align: center;
	margin-top: 10px;
}

.product__head_slider {
	display: none;
	height: 20rem;
	overflow: hidden;
}

.product__head_slider .swiper-pagination {
	text-align: right;
	padding-right: 10px;
}

.product__head_slider .swiper-pagination .swiper-pagination-bullet {
	width: 0.5rem;
	height: 0.5rem;
	background: rgba(0, 0, 0, 0.12) !important;
	opacity: 1 !important;
	margin: 0px 0.25rem;
	border-radius: 0.5rem;
	transition: all ease 0.24s !important;
	outline: navajowhite;
}

.product__head_slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: var(--color__fill-1) !important;
	width: 2rem !important;
}

.product__head_slider img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 768px) {
	.product__head_slider {
		display: block;
	}

	.product__pic.thisSwiper {
		display: none;
	}
}


.new-select__list {
    z-index: 10;
}

.sort:hover {
    z-index: 10;
}

.new-select.on:before {
    content: "";
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: transparent;
    left: 0;
    top: 0;
}

.sort__selects {
    position: relative;
    z-index: 101;
}

/*Выпадашка*/
.box-form-list{
    display: none;
    position: absolute;
  	top: 65px;
  	/*left: 0px;*/
  	/*width: 100%;*/
  	max-width: calc(4rem * 11 + (2rem * 10));
}
.box-form-list li{
    display: block;

}
.box-form-list li a{
    display: block;
    padding: 10px 25px;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #fff;
    color: #000;
    transition: all 0.5s;
}
.box-form-list li a:hover{
    background-color: #efefef;
    color: #404040;
}