.asside-basket {
	position: sticky;
	top: 0;
	left: 0;
}


.asside-block__empty{
  min-height: 160px;
  width: 100%;
  background: url('/local/templates/europe/assets/img/icons/basket-empty.svg') no-repeat center center/100%;
  margin-bottom: 5px;
}

.asside-block {
	background: #d9f8ff;
	/*margin-bottom: 5px;*/
	padding: 10px 15px;
	position: relative;
	opacity: 1;
	z-index: 1;
	transition: display 1s ease;
}

.asside-block.remove {
	display: none;
}

.asside-info {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 10px;
}

.asside-info span {
	font-size: 24px;
	line-height: 33px;
}

.basket-header {
	margin-bottom: 25px;
}

.basket-close {
	position: absolute;
	z-index: 2;
	top: 15px;
	right: 15px;
	width: 19px;
	height: 19px;
	/*background: url("/local/templates/europe/assets/img/icons/close-basket.svg") no-repeat center*/
	/*	center;*/
}
.basket-close:before, .basket-close:after {
	content: "";
	position: absolute;
	width: 22px;
	height: 1px;
	background: #9fc3db;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	-webkit-transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	-moz-transform:all 0.3s cubic-bezier(.25,.8,.25,1);
}
.basket-close:hover:before, .basket-close:hover:after {
	background: #000;
}

.basket-close:before {
	transform: rotate(45deg) translate(5px, 8px);
}
.basket-close:after {
	transform: rotate(-45deg) translate(-8px, 5px);
}
.basket-row-header {
	padding-top: 5px;
}

.asside-basket .asside-block.basket-title{
	margin-bottom: 0;
	border-bottom: 5px solid #fff;
}
.asside-basket .basket-items {
	max-height: calc(100vH - 160px);
	overflow-y: auto;
	overflow-x: hidden;
}
.asside-basket .basket-items .asside-block{
	padding-bottom: 0;
}

.asside-block.basket-total-block{
	border-top: 5px solid #fff;
	margin-bottom: 0;
	padding-bottom: 15px;
}
.asside-basket .basket-items .asside-block:last-child{
	margin-bottom: 0;
}
.asside-basket .basket-items::-webkit-scrollbar-thumb {
	background: linear-gradient(to left, #a8d4e3, #d9f8ff 5px);

}
.asside-basket:hover .basket-items::-webkit-scrollbar-thumb  {
	background: #a8d4e3;
	box-shadow: inset 1px 1px 1px rgb(255 255 255 / 25%), inset -1px -1px 3px rgb(0 0 0 / 25%);
}
.asside-basket .basket-items::-webkit-scrollbar-track {
	background: #d9f8ff;

}
.asside-basket:hover .basket-items::-webkit-scrollbar-track {
	background: linear-gradient(to right, #bbe2ea, #d9f8ff 3px);
}
.asside-basket .basket-items::-webkit-scrollbar {
	width: 14px;
	height: 30px;
}
.asside-basket  .asside-block .separator{
	height: 2px;
	margin-top: 20px;
	margin-right: -10px;
	background: #fff;
}
.asside-basket  .asside-block:last-child .separator{
	background: transparent;
}

.basket-h4 {
	margin-bottom: 0;
}

.basket-container {
	/* padding: 15px; */
}

.basket-promo {
	color: #8b8b8b;
	border: 1px solid #31c4e4;
	padding: 15px;
	width: 100%;
}

.basket-promo:focus {
	border: 1px solid #31c4e4;
	outline: none;
}

.basket-info {
	font-size: 11px;
	line-height: 15px;
	color: #000000;
	padding: 15px;
	padding-top: 0;
	padding-bottom: 0;
}

.basket-item__title {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 20px;
}

.basket-row {
	margin-bottom: 10px;
}

.basket-row__title {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
}

.basket-row__price {
	font-size: 14px;
	line-height: 19px;
	text-align: right;
}

.basket-row__price_main b {
	font-size: 18px;
}

.basket {
	margin-top: 3px;
}

.basket-item {
	margin: 0 0 20px;
	cursor: pointer;
	box-shadow: 0 0 0 3px #fff, 0 0 0 4px #b7b7b7;
}

.basket-item-no-calc {
	margin: 0 0 20px;
	cursor: pointer;
	box-shadow: 0 0 0 3px #fff, 0 0 0 4px #b7b7b7;
}

.basket-item.active {
	box-shadow: 0 0 0 4px #0eb5cd, 0 0 0 0px #fff;
}

.basket-item:last-of-type {
	margin-bottom: 0;
}

.basket-item-row {
	padding: 10px;
}

.basket-item__header {
	color: #000;
	margin-bottom: 0;
}

.checkbox-module {
	position: absolute;
	margin-left: -100000px;
}

.module-img {
	height: 55px;
}

.basket-offer {
	border-left: 1px solid #b7b7b7;
}

.basket-offer-price {
	font-size: 11px;
	height: 100%;
	line-height: 15px;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	text-align: center;
}

.basket-offer-price strike {
	font-size: 12px;
	line-height: 16px;
}

.basket-offer-price b {
	font-size: 18px;
	line-height: 25px;
}

.basket-item-itogo-row {
	margin-top: 30px;
	margin-bottom: 30px;
	min-height: 67px;
}

.basket-item-itogo {
	font-size: 18px;
	height: 71px;
	background: url("/local/templates/europe/assets/img/icons/basket-item-itogo.svg") no-repeat 0
		center/contain;
	align-items: center;
	display: flex;

	/* justify-content: center; */
}

.basket-item-itogo-text {
	padding-left: 50px;
}

.basket-item-itogo span {
	font-style: normal;
	font-weight: bold;
	font-size: 33px;
	line-height: 45px;
	margin-left: 15px;
}

.add-to-cart {
	display: flex;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 33px;
	width: 100%;
	height: 100%;
	color: #fff;
	background: url("/local/templates/europe/assets/img/icons/add-to-cart.svg") no-repeat 0
		center/cover;
	text-align: center;
	align-items: center;
	justify-content: center;
}

.add-to-cart:hover {
	text-decoration: none;
	color: #fff;
	background: url("/local/templates/europe/assets/img/icons/add-to-cart-hover.svg") no-repeat 0
		center/cover;
}
@media (max-width: 1270px) {
	.basket-item-itogo, .add-to-cart, .add-to-cart:hover {
		background-size: contain;
	}
	.basket-item-itogo{
		margin-right: -20px;
	}
	.basket-item-add-to-cart{
		margin-left: -20px;
	}

}

.bundle__block {
	margin: 80px 0 50px;
}

.bundle__plus {
	color: #47e3f8;
}

.basket-plus {
	color: #0eb5cd;
	font-style: normal;
	font-weight: bold;
	font-size: 70px;
	line-height: 70px;
}

.basket-calc {
	margin-bottom: 50px;
}

.basket-item__link {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
	color: #285fce;
}

.basket-item__link:hover {
	text-decoration: underline;
	color: #285fce;
}

.basket-item__type {
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;

	color: #b1b1b1;
}

.module-padding {
	padding-left: 30px;
	padding-right: 16px;
}
@media (min-width: 1201px) and (max-width: 1280px) {
	.module-padding {
		padding-left: 30px;
		padding-right: 16px;
	}
}


.checkout__description{
	font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 25px;
margin-bottom: 25px;
}

.checkout-item{
	background: #D9F8FF;
	margin-bottom: 5px;
	margin-right: 5px;
	padding:15px 25px;
}

.checkout-item__type{
	font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 19px;
margin-bottom: 5px;
}

.checkout-item__title{
	font-family: 'Kanit', sans-serif;
	font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 110%;
margin-bottom: 5px;
}

.checkout-item__summary{
	font-style: normal;
font-weight: bold;
font-size: 14px;
line-height: 19px;
}


.checkout-item__price strike {
	font-family: 'Kanit', sans-serif;
	font-style: normal;
font-weight: normal;
font-size: 15px;
line-height: 110%;
}

.checkout-item__price span {
	font-family: 'Kanit', sans-serif;
	font-style: normal;
font-weight: 600;
font-size: 26px;
line-height: 110%;
}

.checkout-item__totalprice{
	font-family: 'Kanit', sans-serif;
	font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 110%;
}

.checkout-item__totalprice span{
	font-style: normal;
font-weight: bold;
font-size: 48px;
line-height: 51px;
}

.checkout-info{
	margin-top:50px;
	margin-bottom: 30px;
}


.checkout-info__item{
	font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 19px;
}

.checkout-info__title{
	font-family: 'Kanit', sans-serif;
	font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 110%;
margin-bottom: 10px;
}

.checkout-info__decription{
	font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 19px;
}


.checkout-payment__title{
	font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 16px;
margin-bottom: 10px;
}

.checkout-payment__payment{
	margin: 0 0 0px;
	cursor: pointer;
	box-shadow: 0 0 0 3px #fff, 0 0 0 4px #b7b7b7;
}

.checkout-payment__payment:hover {
	box-shadow: 0 0 0 4px #0eb5cd, 0 0 0 0px #fff;
}

.checkout-payment .add-to-cart{
	background-size: contain;
}

.checkout-form{
	font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 19px;
margin-bottom: 30px;
}

.form-check-input[type=checkbox] {
    border-radius: 0;
}

.form-check .form-check-input {
    float: left;
    margin-left: -30px;
}

.form-check-input {
    width: 23px;
    height: 23px;
    margin-top: -2px;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0,0,0,.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

