.header__search {
    margin-bottom: 0;
}

.card-product__preview > a > img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: contain;
    object-position: center
}

.product__pic img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: contain;
    object-position: center;
}

.card-product__color.selected {
    border: 2px solid #fd5f12;
    border-radius: 50%;
}

.swiper-wrapper {
    height: inherit !important;
    /* Без этого у swiper-wrapper бешеная высота, почему - не понятно */
}

.basket__inner {
    grid-template-rows: unset !important;
}
.project__controls-btns a {
    text-decoration: none;
}

.filter form .filter__item {
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
}

.product__meta-item-param {
    text-wrap: nowrap;
}

@media (min-width: 1260px) {
    .product-tabs__content.properties {
        max-width: 60%;
    }
}

.item-count {
	position: absolute;
	right: -15px;
	top: -20px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 23px;
	height: 23px;
	background-color: #ff5512;
	border-radius: 50%;
	font-size: 14px;
	line-height: 1.6;
	color: #fff;
}


@media screen and (max-width: 767px) {
	.nav-mobile__item .item-count {
		right: 55px;
		top: -5px;
	}

	
}

@media screen and (max-width: 700px) {
	.nav-mobile__item .item-count {
		right: 50px;
		top: -5px;
	}
}

@media screen and (max-width: 640px) {
	.nav-mobile__item .item-count {
		right: 40px;
	}
}

@media screen and (max-width: 640px) {
	.nav-mobile__item .item-count {
		right: 30px;
	}
}

@media (max-width: 479px) {
	.nav-mobile__item .item-count {
		right: 15px;
	}

}

.order__details {
	padding-bottom: 2em;
}

.ul-custom li::marker {
	color: #ff5512;
}

.card-product__material {
	font-size: 0.9em;
}

.product__material.is-active {
    border-color: transparent;
    background-color: #ff5512;
    color: #fff;
}

.checkbox__clone {
	min-width: 18px;
}