@charset "UTF-8";
.basket-total-count {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-bottom: 10px;
	font-weight: 500
}
.basket-total-count span:first-child {
	color: #b3b3b3;
	margin-right: 10px
}
.page-basket {
	display: flex;
	flex-wrap: wrap
}
.page-basket__products {
	width: 60%;
	padding-right: 50px;
	box-sizing: border-box
}
.page-basket__products .h1 {
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 1.2rem;
	margin-top: .7rem
}
.form-item {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	padding-left: 1.65rem;
	font-size: 1rem;
	margin-bottom: 1rem;
	color: #353334
}
.form-item span {
	white-space: nowrap;
	margin-left: 10px;
	color: #9e9e9e
}
.custom-checkbox {
	position: relative;
	flex-grow: 1;
	color: #9e9e9e
}
.custom-checkbox::before {
	content: '';
	left: -1.7rem;
	top: 0;
	width: 1rem;
	height: 1rem;
	border: 1px solid;
	position: absolute;
	border-radius: 5px
}
.custom-checkbox::after {
	content: '+';
	left: -1.7rem;
	top: 0;
	line-height: 1rem;
	font-weight: 400;
	font-size: 1.7rem;
	width: 1rem;
	height: 1rem;
	position: absolute;
	border-radius: 5px;
	border: 1px solid;
	opacity: 0
}
.form-item .custom-input:checked~.custom-checkbox::after {
	opacity: 1
}
.form-item .custom-input:checked~.form-item span, .form-item .custom-input:checked~.custom-checkbox {
	color: initial
}
.form-item .custom-input {
	opacity: 0;
	position: absolute;
	z-index: -1
}
.page-basket__order {
	width: 40%
}
.page-basket__total {
	text-align: right;
	margin-bottom: 15px
}
.page-basket__total span {
	display: inline-block;
	font-size: 1.3rem;
	font-weight: 500
}
.page-basket__total span:first-child {
	margin-right: 5px
}
.page-basket__total span:last-child {
	color: #6dad27
}
.page-basket__authmessage {
	background-color: #fdff7e;
	margin-bottom: 30px;
	padding: 20px;
	display: flex;
	align-items: center;
	border-left: 20px solid #fae37e
}
.page-basket__authmessage .svg-sprite {
	width: 20px;
	height: 20px;
	min-width: 20px;
	min-height: 20px;
	margin-right: 15px
}
.page-basket__orderform_block {
	position: relative
}
.page-basket__orderform_block::after {
	content: '';
	position: absolute;
	z-index: 300;
	background-color: rgba(255, 255, 255, .65);
	top: -5px;
	bottom: 0;
	left: -5px;
	right: -5px;
	-webkit-backdrop-filter: blur(1px);
	backdrop-filter: blur(1px)
}
.basket-products {
	margin-top: 20px
}
.basket-products__header {
	display: flex;
	justify-content: space-between;
	font-weight: 700
}
.basket-products__header>div {
	white-space: nowrap;
	text-align: center
}
.basket-products__header>div:nth-child(1) {
	width: 53%;
	text-align: left
}
.basket-products__header>div:nth-child(2) {
	width: 13%;
	margin-left: 45px
}
.basket-products__header>div:nth-child(3) {
	width: 25%;
	text-align: center
}
.basket-products__header>div:nth-child(4) {
	width: 17%
}
.basket-products__item {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #ececec;
	padding: 20px 0
}
.basket-products__item:first-child {
	border-top: 1px solid #ececec
}
.basket-products__image {
	max-width: 13%
}
.basket-products__info {
	font-weight: 500;
	font-size: .9375rem;
	padding-left: 20px;
	padding-right: 10px;
	box-sizing: border-box;
	width: 43%
}
.basket-products__name {
	margin-bottom: 10px
}
.basket-products__count {
	text-align: center;
	padding-right: 10px;
	box-sizing: border-box
}
.basket-products__prop {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.basket-products__prop:last-child {
	margin-bottom: 0
}
.basket-products__prop-name {
	margin-right: 5px;
	color: #9e9e9e
}
.basket-products__total {
	font-weight: 700;
	padding-right: 5px;
	box-sizing: border-box
}
.basket-products__delete {
	width: 11px;
	cursor: pointer
}
.basket-products__delete:hover .svg-sprite {
	fill: #9e9e9e
}
.basket-products__delete .svg-sprite {
	width: 11px;
	height: 11px;
	fill: #d1d1d1;
	vertical-align: middle;
	transition: fill .3s
}
.basket-products__vendor {
	margin-bottom: 0px;
	font-size: .7rem;
	color: #9e9e9e
}
.basket-products__qty {
    text-align: center;
}
.basket-products__all {
	width: 25%;
	text-align: center
}
.basket-products__mh {
	display: none;
	margin-bottom: 10px;
	color: #7b7b7b;
	font-weight: 400
}
.basket-products__mh_count {
	margin-left: 12px
}
.backet-color-product {
	display: inline-flex;
	align-items: center
}
.backet-color-product__view {
	width: 16px;
	height: 16px;
	margin-left: 5px
}
.backet-color-product__view_border {
	border: 1px solid #d4d4d4
}
.basket-total {
	display: table;
	margin-left: auto;
	padding: 20px 0
}
.basket-total__item {
	display: table-row;
	font-weight: 500
}
.basket-total__item_free, .basket-total__item_free .basket-total__name {
	color: #7ab737
}
.basket-total__item_total {
	color: #000
}
.basket-total__item_total .basket-total__name {
	color: #000;
	font-weight: 700
}
.basket-total__name, .basket-total__value {
	padding: 8px 0;
	display: table-cell;
	vertical-align: middle
}
.basket-total__name {
	padding-right: 40px;
	color: #5d5d5d;
	text-align: right
}
.basket-total__texticon {
	display: flex;
	align-items: center;
	justify-content: flex-end
}
.basket-total__texticon .svg-sprite {
	width: 25px;
	height: 25px;
	margin-right: 10px
}
.basket-total__texticon_delivery .svg-sprite {
	width: 43px;
	height: 33px;
	fill: #343434
}
.basket-total__item_accent, .basket-total__item_accent .basket-total__name {
	color: #ef9696
}
.basket-total__item_accent .svg-sprite {
	fill: #ef9696;
	vertical-align: middle
}
.basket-total__price {
	color: #000;
	font-weight: 900;
	font-size: 1.25rem
}
.basket-total__item_opacity {
	opacity: .5
}
.basket-total__item_separator span {
	display: table-cell;
	height: 30px;
	position: relative
}
.basket-total__item_separator span::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 1px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #ececec
}
.sms-login__input {
	width: 66%
}
.sms-login__button {
	width: 34%
}
.basket-order__pay, .basket-order__person, .basket-order__sms {
	margin-bottom: 30px
}
.cities-pickup {
	padding: 1px 0 1px 40px;
	font-size: .875rem
}
.basket-auth {
	padding: 20px 0 20px 20px;
	margin-bottom: 20px;
	border-left: 1px solid #c7c7c7
}
.basket-auth__header {
	font-size: 1.3rem;
	margin-bottom: 10px;
	color: #699e2e
}
.basket-auth__item {
	margin: 5px 0;
	opacity: .85;
	font-weight: 500
}
.basket-auth__item span:first-child {
	margin-right: 5px;
	color: #000
}
.basket-auth__discont {
	margin-top: 10px;
	color: #018a00
}
.basket-auth__discont:first-child {
	color: green
}
.paymethod-select {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	padding: 10px 0 10px 40px;
	box-sizing: border-box;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.2
}
.paymethod-select__icon {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0
}
.paymethod-select__icon .svg-sprite {
	width: 30px;
	height: 30px;
	vertical-align: middle;
	fill: #151515
}
.paymethod-select__add {
	color: #b8b8b8
}
.paymethod-select__name {
	margin-right: 5px
}
.basket-products__price-info {
	display: flex;
	justify-content: space-evenly;
	flex-grow: 1
}
.basket-products__total_wrapper {
	display: flex;
	align-items: center;
	justify-content: space-around
}
.basket-products__name-article-props {
	display: flex;
	flex-direction: column-reverse;
}
.d-none {
	display: none
}
.page-header_count {
	display: flex;
	align-items: flex-end
}
#clear_cart {
	font-size: 1.2rem;
	line-height: 1.8rem;
	margin-left: auto
}
.page-head {
	margin-bottom: 7px
}

.basket-products__size-color-props {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
    flex-wrap: wrap
}

.basket-products__prop-color {
    margin-right: 10px
}

@media(max-width:991.98px) {
	.page-basket__products {
		width: 100%;
		padding-right: 0
	}
	.page-basket__order {
		width: 100%
	}
}
@media(max-width:767.98px) {
	.basket-products__name {
		margin-bottom: 0
	}
	.page-basket__total span {
		font-size: 1rem
	}

	.basket-products__prop {
		margin-bottom: 0;
		margin-top: 5px
	}

	.basket-products__prop-value {
		margin-top: 5px
	}
	.basket-products__item {
		align-items: flex-start
	}
	.basket-total-count {
		justify-content: flex-start
	}
	.page-basket__total {
		text-align: left;
		font-size: 1rem
	}
	.basket-products__header {
		display: none
	}
	.basket-products__item {
		padding: 15px 0
	}
	.basket-products__info {
		padding-right: 0;
        flex-grow: 2;
	}
	.basket-products__count {
		text-align: left
	}
	.basket-products__total {
		text-align: right;
		padding-right: 15px
	}
	.basket-products__all {
		width: 25%;
		align-self: flex-start
	}
	.basket-products__mh, .basket-total {
		display: block
	}
	.basket-total__item {
		display: flex;
		align-items: flex-start;
		justify-content: space-between
	}
	.basket-total__name, .basket-total__value {
		display: block;
		box-sizing: border-box
	}
	.basket-total__name {
		padding-right: 10px;
		text-align: left
	}
	.basket-total__value {
		text-align: right;
		white-space: nowrap
	}
	.basket-total__item_separator {
		display: flex
	}
	.basket-total__item_separator span {
		display: block;
		width: 100%
	}
	.d-md-none {
		display: none
	}
	.d-md-inline {
		display: inline-block
	}
	.basket-products__price-info {
		flex-direction: column;
		align-items: flex-end
	}
	.basket-products__total_wrapper {
		margin-top: 15px
	}
}
@media(max-width:575.98px) {
	.sms-login__button, .sms-login__input {
		width: 100%
	}
	#clear_cart {
		line-height: 1.5rem
	}
}