

/* Start:/local/templates/gianit/components/bitrix/sale.basket.basket/gianit/style.css?17885234157354*/
/*region Amount*/
.basket-items-list-item-amount {
	margin-right: 10%;
	-ms-flex-order: 2;
	vertical-align: top;
	-webkit-box-ordinal-group: 3;
	order: 2;
}

.basket-item-block-amount {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	-ms-flex-align: start;
	padding: 0 1rem;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-box-pack: end;
	justify-content: flex-end;
	background-color: hsla(214, 32%, 91%, 1);
	border-radius: 1.6rem;
	padding: .8rem 1.2rem;
}

.basket-items-list-wrapper-compact .basket-item-block-amount {
	margin-bottom: 0;
	padding-bottom: 0;
}

.basket-item-amount-filed-block {
	position: relative;
}

.basket-item-amount-filed,
.basket-item-block-amount.disabled .basket-item-amount-filed:hover {
	all: unset;
	padding: 0;
	width: 4rem;
	outline: none;
	vertical-align: middle;
	text-align: center;
	transition: 300ms all ease;
	font-size: 1.4rem;
	font-weight: 500;
	color: hsla(215, 18%, 47%, 1);
}

.basket-item-block-amount.disabled .basket-item-amount-filed {
	background-color: #f3f3f3;
}

.basket-item-amount-filed:hover,
.basket-item-amount-filed:focus {
	border-color: var(--primary);
}

.basket-item-amount-filed::-webkit-outer-spin-button,
.basket-item-amount-filed::-webkit-inner-spin-button {
	/* display: none; <- Crashes Chrome on hover */
	margin: 0;
	-webkit-appearance: none;
	/* <-- Apparently some margin are still there even though it's hidden */
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}

.basket-item-amount-filed.basket-updated {
	-webkit-animation-name: basketAmountFiledUpdated;
	animation-name: basketAmountFiledUpdated;
	-webkit-animation-duration: 600ms;
	animation-duration: 600ms;
}

@-webkit-keyframes basketAmountFiledUpdated {

	0%,
	100% {
		border-color: #e4e4e4;
	}

	50% {
		border-color: #ee9200;
	}
}

@keyframes basketAmountFiledUpdated {

	0%,
	100% {
		border-color: #e4e4e4;
	}

	50% {
		border-color: #ee9200;
	}
}

.basket-item-amount-btn-plus,
.basket-item-amount-btn-minus {
	position: relative;
	width: 2.8rem;
	height: 2.8rem;
	cursor: pointer;
	transition: 300ms all ease;
	-webkit-user-select: none;
}

.basket-item-block-amount.disabled .basket-item-amount-btn-plus,
.basket-item-block-amount.disabled .basket-item-amount-btn-minus {
	background-color: transparent;
	cursor: default;
}

.basket-item-amount-btn-plus:before,
.basket-item-amount-btn-plus:after,
.basket-item-amount-btn-minus:after {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -0.1rem;
	margin-left: -0.5rem;
	width: 1rem;
	height: 0.2rem;
	background-color: #979797;
	content: "";
	transition: 300ms all ease;
}

.basket-item-amount-btn-plus:hover:before,
.basket-item-amount-btn-plus:hover:after,
.basket-item-amount-btn-minus:hover:after {
	background-color: #535353;
}

.basket-item-block-amount.disabled .basket-item-amount-btn-plus:before,
.basket-item-block-amount.disabled .basket-item-amount-btn-plus:after,
.basket-item-block-amount.disabled .basket-item-amount-btn-minus:after {
	background-color: #f3f3f3;
}

.basket-item-amount-btn-plus:before {
	margin-top: -0.5rem;
	margin-left: -0.1rem;
	width: 0.2rem;
	height: 1rem;
}

.basket-item-amount-field-description {
	position: absolute;
	top: calc(100% + 0.1rem);
	right: 0;
	left: 0;
	color: #a1a1a1;
	text-align: center;
	font: italic 1.2rem/1.4rem "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*endregion*/

/*region Quantity limit notice*/
.basket-item-quantity-limit-toast {
	position: fixed;
	left: 0;
	bottom: auto;
	z-index: 10000;
	max-width: 28rem;
	padding: .9rem 1.4rem;
	border-radius: 1rem;
	background: #333;
	box-shadow: 0 1rem 2.4rem rgba(0, 0, 0, .2);
	color: #fff;
	text-align: center;
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 1.4;
	pointer-events: none;
	opacity: 0;
	-webkit-transform: translate(-50%, .8rem);
	transform: translate(-50%, .8rem);
	-webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
	transition: opacity .2s ease, transform .2s ease;
}

.basket-item-quantity-limit-toast-show {
	opacity: 1;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

/*endregion*/

/*region Price*/
.basket-items-list-item-price {
	-ms-flex-order: 4;
	padding-top: 0;
	vertical-align: top;
	-webkit-box-ordinal-group: 5;
	order: 4;
}

/* CUSTOM */

.basket_container {
	display: flex;
	gap: 8rem;
	font-family: var(--font-sans) !important;
}

.basket_left {
	width: 100%;
	max-width: 100rem;
}

.basket_rigth {
	width: 100%;
	max-width: 57rem;
}

.basket-items-list-wrapper {
	display: flex;
	flex-direction: column;
	gap: 4rem
}

.basket-items-list-header-filter-item {
	font-size: 1.6rem;
	font-weight: 500;
	color: hsla(215, 23%, 65%, 1);
}

.basket-items-list-table tbody {
	display: flex;
	flex-direction: column;
	gap: 2.4rem;
}

.basket-items-list-item-container,
.basket-items-list-item-descriptions-inner {
	display: flex;
	align-items: center;
	gap: 1.6rem;
}

.basket-items-list-item-descriptions {
	margin-right: auto;
}

.basket-item-block-image img {
	border-radius: 1.2rem;
	transition: .3s linear;
}

.basket-item-info-name {
	margin: 0;
	display: flex;
	align-items: center;
}

.basket-item-info-name-link {
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0;
	color: hsla(217, 36%, 18%, 1);
	transition: .3s liner;
}

.basket-items-list-item-price.basket-items-list-item-price-for-one {
	display: none;
}

.basket-items-list-table {
	width: 100%;
}

.basket-items-list-item-price {
	width: 10%;
	display: flex;
}

.basket-item-block-price {
	margin-left: auto;
}

.basket-items-list-item-remove {
	order: 5;
}

.basket-item-price-current-text {
	font-family: var(--font-sans) !important;
	font-size: 2.4rem;
	font-weight: 500;
	color: hsla(227, 76%, 41%, 1);
}

.basket-items-list-item-delete {
	width: 8%;
	display: flex;
	justify-content: end;
	align-items: center;
	order: 5;
	opacity: .7;
	cursor: pointer;
	transition: .3s linear;
}

.basket-items-list-item-delete:hover {
	opacity: .4;
}

.basket_right {
	margin-top: 6.4rem;
	margin-left: auto;
	width: 100%;
	max-width: 57rem;
}

.basket-checkout-container {
	background: hsla(210, 40%, 96%, 1);
	padding: 3.2rem;
	border-radius: 2.4rem;
}

.basket-item-image-link:hover img {
	transform: scale(1.05);
}

.basket-item-info-name-link:hover {
	color: var(--fg-brand);
}

.basket-checkout-block-total-title,
.basket-coupon-block-total-price-current {
	text-align: end;
}

.basket-checkout-block-total-title {
	font-size: 1.6rem;
	font-weight: 500;
	color: hsla(215, 23%, 65%, 1);
}

.basket-coupon-block-total-price-current {
	font-size: 3.2rem;
	font-weight: 500;
	color: hsla(227, 76%, 41%, 1);
}

.basket-btn-checkout {
	width: 100%;
}

.basket-checkout-section-inner {
	display: flex;
	flex-direction: column;
	gap: 1.6rem;
}

@media(max-width: 997px) {
	.basket_container {
		flex-wrap: wrap;
		gap: 3.2rem;
	}

	.basket_right {
		margin-top: 0;
	}

	.basket-items-list-item-container {
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.basket-items-list-item-delete {
		margin-bottom: auto;
		margin-left: auto;
		order: 0;
	}

	.basket-items-list-item-price {
		width: auto;
	}
}

.empty-basket {
	display: flex;
	flex-direction: column;
	gap: 3.2rem;
}

.bx-sbb-empty-cart-text {
	font-size: 2.4rem;
	font-weight: 500;
	color: hsla(215, 23%, 65%, 1);
}
/* End */
/* /local/templates/gianit/components/bitrix/sale.basket.basket/gianit/style.css?17885234157354 */
