

/* Start:/local/templates/pandora/components/bitrix/sale.basket.basket/pandora_basket/style.css?175465576738172*/
.basket-items-list-wrapper-light .basket-items-list-header { display: none !important; }

.basket-items-list-header-title {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font: var(--ui-font-weight-bold) 15px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
	transition: 300ms all ease;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.basket-items-search-field + .basket-items-list-header-title { padding-left: 10px; }

.basket-items-search-field + .basket-items-list-header-filter {
	padding-left: 10px;
	text-align: right;
	-webkit-box-flex: 3;
	-ms-flex: 3;
	flex: 3;
}

.basket-items-search-field .form-control { z-index: 1; }
[data-entity="basket-item-name"] {
	word-break: break-all;
}
.basket-items-list-header-filter-item {
	margin-left: 5px;
	border-bottom: 1px dotted;
	color: var(--primary);
	text-decoration: none;
	font: var(--ui-font-weight-bold) 13px/14px "Helvetica Neue", Helvetica, Arial, sans-serif;
	cursor: pointer;
	transition: 220ms ease;
}

.basket-items-list-header-filter-item:hover {
	color: var(--theme-color-second);
	text-decoration: none;
}

.basket-items-list-header-filter-item.active {
	border-bottom: none;
	color: #2f3435;
	text-decoration: none;
	cursor: default;
}

.basket-items-search-field {
	position: relative;
	transition: 300ms all ease;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.basket-items-search-field .input-group-addon {
	white-space: nowrap;
	-ms-flex-wrap: wrap;
}

.basket-items-search-clear-btn {
	position: absolute;
	top: 50%;
	right: 1px;
	z-index: 1;
	border: none;
	background: none;
	color: #777;
	vertical-align: middle;
	font-weight: var(--ui-font-weight-bold);
	font-size: 18px;
	line-height: 18px;
	cursor: pointer;
	transition: 250ms linear all;
	transform: translateY(-50%);
}

.basket-items-search-clear-btn:hover { color: #c04e4e; }

@media (max-width: 991px) {
	.basket-items-list-header { padding: 10px 9px 11px; }

	.basket-items-list-header-title {
		font-size: 12px;
		line-height: 15px;
	}
}

@media (max-width: 767px) {
	.basket-items-list-header {
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal
	}

	.basket-items-search-field { width: 100%; }
}

/*endregion*/

.basket-items-list-container {
	position: relative;
	overflow: hidden;
	width: 100%;
	background-color: #fff;
}

.basket-items-list-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	background-color: #fff;
	opacity: .7;
	-webkit-animation-name: ShowOverlay;
	animation-name: ShowOverlay;
	-webkit-animation-duration: 200ms;
	animation-duration: 200ms;
}

@-webkit-keyframes ShowOverlay {
	0% { opacity: 0; }
	100% { opacity: .7; }
}

@keyframes ShowOverlay {
	0% { opacity: 0; }
	100% { opacity: .7; }
}

.basket-items-list {
	position: relative;
	padding: 0 25px;
	margin-bottom: 20px;
}

.basket-items-list-table {
	width: 100%;
	border-collapse: collapse;
}
.gift-wrapping__item-img{
	width: 78px;
}
.propd-flex{
	display: flex;
	margin-bottom: 6px;
}
.basket-items-list-item-container { position: relative; }

.basket-items-list-wrapper-compact .basket-items-list-item-container > td { padding-bottom: 12px; }

.basket-items-list-item-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	background-color: #fff;
	opacity: .7;
}
.basket__item-img{
	text-align: center;
}
.basket__item-img a{
	width: 170px;
	height: 170px;
}

.basket-item-scu-item.not-available .basket-item-scu-item-inner { opacity: .5; }

.basket-item-scu-color .basket-item-scu-item-inner,
.basket-item-property-scu-image .basket-item-scu-item-inner {
	width: 30px;
	height: 30px;
	border: 2px solid #fff;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.basket-items-list-wrapper-compact .basket-item-scu-color .basket-item-scu-item-inner,
.basket-items-list-wrapper-compact .basket-item-property-scu-image .basket-item-scu-item-inner {
	width: 16px;
	height: 16px;
	border: 1px solid #fff;
}

.basket-item-property-scu-text .basket-item-scu-item-inner {
	padding: 3px 5px;
	min-width: 30px;
	text-align: center;
	font: var(--ui-font-weight-bold) 14px/17px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.basket-items-list-wrapper-compact .basket-item-property-scu-text .basket-item-scu-item-inner {
	padding: 1px 2px;
	font: var(--ui-font-weight-bold) 12px/14px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media (max-width: 768px) {
	.basket-item-property-name,
	.basket-item-property-value { font-size: 11px; }
	.basket__item-img a{
		width: 80px;
		height: 80px;
	}
	div.count-inner{
		width: auto!important;
	}
}

@media (max-width: 580px) {
	.basket-item-block-properties { margin-bottom: 10px; }

	.basket-items-list-wrapper-compact .basket-item-block-properties { margin-bottom: 0; }

	.basket-item-property-scu-image .basket-item-scu-item-inner,
	.basket-item-scu-color .basket-item-scu-item-inner {
		width: 20px;
		height: 20px;
		border: 1px solid #fff;
	}

	.basket-item-property-scu-text .basket-item-scu-item-inner {
		padding: 2px 3px;
		min-width: 25px;
		text-align: center;
		font: var(--ui-font-weight-bold) 11px/15px "Helvetica Neue", Helvetica, Arial, sans-serif;
	}
}

/*endregion*/

/*region Amount*/
.basket-items-list-item-amount {
	-ms-flex-order: 2;
	padding-top: 20px;
	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 10px;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-box-pack: end;
	justify-content: flex-end;
}

.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 {
	padding: 0;
	width: 60px;
	height: 28px;
	outline: none;
	border: 1px solid #e4e4e4;
	border-radius: 1px;
	vertical-align: middle;
	text-align: center;
	font: var(--ui-font-weight-bold) 18px/27px "Helvetica Neue", Helvetica, Arial, sans-serif;
	transition: 300ms all ease;
}

.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: 28px;
	height: 28px;
	cursor: pointer;
	transition: 300ms all ease;
	-webkit-user-select: none;
}

.basket-item-amount-btn-plus:hover,
.basket-item-amount-btn-minus:hover { background-color: #efefef; }

.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: -1px;
	margin-left: -5px;
	width: 10px;
	height: 2px;
	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: -5px;
	margin-left: -1px;
	width: 2px;
	height: 10px;
}

.basket-item-amount-field-description {
	position: absolute;
	top: calc(100% + 1px);
	right: 0;
	left: 0;
	color: #a1a1a1;
	text-align: center;
	font: italic 12px/14px "Helvetica Neue", Helvetica, Arial, sans-serif;
}




















































.basket-items-list .priceblock{
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	gap: 20px;
}


.breadcrumb__inner{
	padding-top: 37px;
	margin-bottom: 42px;
}

.basket{
	font-size: 12px;
	line-height: 150%;
	font-family: "Arial-Reg", sans-serif;
	overflow: hidden;
}

.basket__title .basket-items-list-header-filter-item{
	font-size: 24px;
	font-family: "Arial-Bold", sans-serif;
}
.basket__title{
	max-width: 1400px;
	margin: 36px auto;
	margin-top: 3px;
}

.basket__item-inner{
	display: flex;
	gap: 29px;
}

.basket__item-info{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-grow: 1;
}

.basket__item-title{
	line-height: 150%;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.basket__item-stars--inner{
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 6px;
}

.basket__item-stars--count{
	line-height: 150%;
	opacity: 0.6;
}

.basket__item-texts{
	display: flex;
	flex-direction: column;
	gap: 6px;
	margin-bottom: 15px;
}

.m-bot{
	margin-bottom: 12px;
}

.basket__item-control{
	display: flex;
	justify-content: flex-end;
	gap: 50px;
	padding-top: 49px;
}

.basket__item-control .basket__item-control--btn{
	color: #000;
	line-height: 150%; /* 18px */
	text-decoration-line: underline;
	cursor: pointer;
}

.delivery-item__price{
	line-height: 150%;
}

.txt-transform{
	color: #000!important;
	text-decoration-line: line-through;
}

.delivery-item__price span{
	color: #EA1340;
	line-height: 150%;
}

.counter{
	display: inline-flex;
	color: #000;
}

.delivery-item__price{
	margin-bottom: 20px;
}

.count-plus, .count-quantity, .count-minus{
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 150%;
}

.count-plus, .count-minus{
	border: 1px solid #C6C6C6;
}

.count-quantity{
	border-top: 1px solid #C6C6C6;
	border-bottom: 1px solid #C6C6C6;
}

.basket__item{
	padding-bottom: 29px;
	margin-bottom: 29px;
	border-bottom: 1px solid rgba(39, 37, 31, 0.40);
}
.bx_item_detail_rating .bx_stars_bg{
	z-index: 8!important;
}
.basket{
	margin-bottom: 29px;
}

.basket__item:last-child{
	margin-bottom: 0;
}

.universal-inner{
	display: flex;
	gap: 16px;
	position: relative;
}


.delivery-radio__title{
	color: #27251F;
	font-size: 12px;
	line-height: 150%;
	font-family: "Arial-Bold", sans-serif;
	text-transform: uppercase;
	margin-bottom: 2px;
}

.delivery-radio__text{
	color: rgba(39, 37, 31, 0.70);
}

.compatible{
	padding-top: 0;
}

.basket__content{
	display: flex;
	align-items: flex-start;
	gap: 20px;
}

.basket__inner{
	flex-grow: 1;
}


.delivery__summary{
	max-width: 453px;
	width: 100%;
	position: relative;
	bottom: 55px;
}
.basket__item-title{
	font-weight: 700;
}
.delivery__summary-inside{
	padding: 20px;
	background: #F5F5F5;
	color: #000;
	width: 100%;
	font-size: 12px;
	line-height: 150%;
	font-family: "Arial-Reg", sans-serif;
}

.delivery__summary-title{
	font-family: "Arial-Bold", sans-serif;
	margin-bottom: 16px;
	font-size: 24px;
	line-height: 150%; /* 36px */
	text-transform: uppercase;
	font-weight: 700;
}

.delivery__summary-inner{
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.delivery__summary-item{
	display: flex;
	justify-content: space-between;
}

.delivery__summary-price-text{
	font-size: 12px;
	line-height: 150%;
}

.delivery__summary-price{
	font-family: "Arial-Bold", sans-serif;
	font-size: 14px;
	line-height: 150%;
	font-weight: 700;
}

.discount{
	color: #5EC22F;
}

.delivery__summary-inner{
	padding-bottom: 16px;
	margin-bottom: 16px;
	border-bottom: 1px solid rgba(39, 37, 31, 0.40);;
}

.total-inner{
	display: flex;
	justify-content: space-between;
	margin-bottom: 16px;
}

.total-text{
	font-size: 14px;
	line-height: 150%;
	font-weight: 600;
}

.total-price {
	font-size: 18px;
	line-height: 150%;
	font-family: "Arial-Bold", sans-serif;
	font-weight: 700;
}

.promo-code{
	padding: 16px 0;
	display: flex;
	justify-content: space-between;

}

/*.promo-code:nth-child(odd){*/
/*	border-top: 1px solid rgba(39, 37, 31, 0.40);*/
/*	border-bottom: 1px solid rgba(39, 37, 31, 0.40);*/
/*}*/

.promo-code__inner{
	border-top: 1px solid rgba(39, 37, 31, 0.40);
}
.promo-code{
	border-top: none;
	border-bottom: 1px solid rgba(39, 37, 31, 0.40);
}

/*.delivery__summary-btn{*/
/*	padding: 11px 0;*/
/*	text-align: center;*/
/*	color: #FFF;*/
/*	background: #27251F;*/
/*	line-height: 150%;*/
/*	text-transform: uppercase;*/
/*}*/
.basket-btn-checkout{
	padding: 11px 0;
	text-align: center;
	color: #FFF;
	background: #27251F;
	line-height: 150%;
	text-transform: uppercase;
	width: 100%;
}




.promo-code-window{
	position: fixed;
	top: 0;
	right: 0;
	height: 100vh;
	padding: 20px;
	background: #FFF;
	width: 357px;
	transform: translateX(0);
	z-index: 58484847;
}

.promo-code-window.close{
	transform: translateX(100%);
}

.promo-code__head, .gift-wrapping__head{
	display: flex;
	justify-content: space-between;
	padding-bottom: 14px;
	margin-bottom: 14px;
	border-bottom: 1px solid rgba(39, 37, 31, 0.20);;
}

.gift-wrapping__title{
	font-family: "Arial-Bold", sans-serif;
	color: #27251F;
	font-size: 18px;
	line-height: 150%;
	font-weight: 700;
}

.promo-code__inner{
	display: flex;
	flex-direction: column;
	width: 100%;
}

.promo-code__input-inner{
	position: relative;
}
.close-link{
	cursor: pointer;
	color: red;
	text-decoration: underline;
}
.basket-coupon-alert-section{
	margin: 8px 0;
}
.promo-code__input-title{
	position: absolute;
	color: #27251F;
	font-size: 12px;
	line-height: 150%;
	opacity: 0.6;
	top: 10px;
	left: 15px;
	font-family: "Arial-Reg", sans-serif;
	z-index: 1;
}

.promo-code__input{
	width: 100%;
	border: 1px solid #27251F;
	height: 59px;
	padding: 31px 15px 10px;
}

.promo-code__input::placeholder{
	color: #27251F;
	font-family: "Arial-Bold", sans-serif;
	line-height: 150%;
}

.promo-code__btn{
	padding: 11px 0;
	text-align: center;
	color: #FFF;
	background: #27251F;
	font-family: "Arial-Reg", sans-serif;
	margin-top: 14px;
	cursor: pointer;
}



.gift-wrapping-window{
	background-color: #fff;
	font-size: 12px;
	font-family: "Arial-Reg", sans-serif;
	width: 352px;
	height: 100vh;
	display: flex;
	flex-direction: column;
	padding: 20px;
	position: fixed;
	top: 0;
	right: 0;
	transform: translateX(0);
	z-index: 58484847;
}

.gift-wrapping-window.close{
	transform: translateX(100%);
}

.gift-wrapping__link{
	margin-bottom: 14px;
	color: #27251F;
	font-size: 12px;
	line-height: 150%;
	text-decoration-line: underline;
}

.more-details__item{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 14px;
	border-bottom: 1px solid rgba(39, 37, 31, 0.20);
}

.more-details__item:last-child{
	margin-bottom: 14px;
}

.more-details__item-title{
	color: #27251F;
	line-height: 150%;
	text-transform: uppercase;
}

.gift-wrapping__item{
	display: flex;
	align-items: flex-start;
	gap: 14px;
}

.gift-wrapping__item-title{
	font-family: "Arial-Bold", sans-serif;
	line-height: 150%; /* 18px */
	text-transform: uppercase;
	margin-bottom: 8px;
	font-weight: 700;
}

.gift-wrapping__item-texts{
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.gift-wrapping__items{
	margin-bottom: 14px;
}

.gift-wrapping__radio-inner{
	display: flex;
	gap: 16px;
	position: relative;
	align-items: center;
}

.gift-wrapping__radio-text{
	font-size: 12px;
	color: #27251F;
	line-height: 150%; /* 18px */
	text-transform: uppercase;
	font-family: "Arial-Bold", sans-serif;
}
.gift-wrapping__btn-2{
	cursor: pointer;
}
.checkbox-inner{
	position: static;
}

.checkbox{
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
}

.checkbox-view{
	width: 18px;
	height: 18px;
	top: 0;
	border-radius: 50%;
	border: 1px solid #27251F;
}

.checkbox-view.add{
	border: 6px solid #000;
}

.gift-wrapping__radio-price{
	margin-left: auto;
}

.gift-wrapping__radio{
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.gift-wrapping__btns{
	margin-top: auto;
}

.gift-wrapping__btn-1{
	padding: 11px 0;
	text-align: center;
	font-size: 12px;
	line-height: 150%; /* 18px */
	text-transform: uppercase;
	background: #27251F;
	color: #fff;
	cursor: pointer;
}

.gift-wrapping__btn-2{
	color: #27251F;
	font-size: 12px;
	font-family: "Arial-Reg", sans-serif;
	line-height: 150%;
	text-decoration-line: underline;
	text-transform: uppercase;
	padding: 12px 0;
	text-align: center;
}

.gift-wrapping__add-btn, .promo-code__add-btn{
	cursor: pointer;
	font-size: 12px;
	line-height: 150%;
	text-decoration-line: underline;
}



@media (max-width: 1279px){
	.basket__content{
		flex-direction: column;
		gap: 30px;
	}

	.basket__inner{
		width: 100%;
	}

	.delivery__summary{
		max-width: none;
	}

	.compatible{
		padding-bottom: 60px;
	}
}

@media (max-width: 565px) {
	.basket__item-info{
		flex-direction: column;
		max-width: 200px;
	}
	.basket__item-texts{
		width: 210px;
	}
	.gift-wrapping__radio{
		margin-bottom: 10px;
	}
	.basket__item-title a{
		width: 200px;
	}
	.delivery__summary{
		bottom: inherit;
	}
	.basket-items-list{
		padding: 0 10px;
	}
}
@media (max-width: 767px) {
	/*.basket__item-info{*/
	/*	flex-direction: column;*/
	/*}*/

	.radio-container{
		margin-bottom: 11px;
	}

	.basket__item-control{
		padding-top: 28px;
		padding-right: 20px;
	}

	.basket__item-inner {
		gap: 11px;
	}

	/*.basket__item-info{*/
	/*	max-width: 172px;*/
	/*}*/

	.gift-wrapping-window, .promo-code-window{
		width: 288px;
	}

	.gift-wrapping__title{
		max-width: 148px;
	}

	.gift-wrapping__item-info{
		max-width: 148px;
	}

	.gift-wrapping__item-texts{
		gap: 2px;
	}

	.more-details__item-switch{
		width: 9px;
		height: 9px;
	}
	.compatible-slider {
		margin-bottom: 0;
	}
	.basket__item-info .count-inner {
		 align-items: flex-start;
	}
	.basket-item-block-amount{
		padding: 0;
	}
}

.basket__item-info--inner{
	max-width: 60%;
	width: 100%;
}




.bx_stars_progress {
	background: #FFCAD4 !important;
}
.hideenStarts{
	display: none;
}



.profile__banner{
	margin-bottom: 49px;
}
.wish-list__items a img,.element-img{
	width: 126px;
	height: 126px;
	object-fit: contain;
}
.breadcrumb__inner{
	margin-bottom: 49px;
}

.content{
	margin-bottom: 100px;
	font-family: "Arial-Reg", sans-serif;
	font-size: 12px;
}

.points__wrapper{
	display: flex;
	padding: 21px 0;
	justify-content: center;
	align-items: flex-start;
	gap: 128px;
	background: rgba(39, 37, 31, 0.05);
	margin-bottom: 30px;
}


.points{
	max-width: 500px;
	width: 100%;
}

.points__count-inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 11px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.20);
	text-align: right;
}

.points-text{
	cursor: pointer;
	line-height: 150%;
	text-decoration-line: underline;
}

.points__count{
	margin-bottom: 4px;
	display: flex;
	gap: 8px;
}

.points__count span{
	font-size: 24px;
	font-family: "Arial-Bold", sans-serif;
}

.points__count-text--inner span{
	font-size: 24px;
	text-transform: uppercase;
}

.points__line{
	height: 143px;
	width: 1px;
	background-color: rgba(0, 0, 0, 0.20);
}

.points__question{
	max-width: 500px;
	width: 100%;
	padding-top: 15px;
}

.points__question-text{
	font-size: 12px;
	line-height: 150%;
	margin-bottom: 22px;
}

.points__question-answer--inner{
	display: flex;
	justify-content: space-between;
}

.points__question-answer{
	width: calc(50% - 10px);
	position: relative;
	text-decoration-line: underline!important;
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.points__question-answer .pink-range{
	height: 6px;
	width: 100%;
	background: #FFF;
}

.recent-orders__item-info--see, .recent-orders__item-info--see_2{
	line-height: 150%;
	font-size: 12px;
	text-decoration-line: underline;
}

.recent-orders__item-info--see_2{
	display: none;
}

.content__inner{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 19px;
}

.content-col-1{
	display: flex;
	flex-direction: column;
	gap: 19px;
}

.points-slider__inner{
	position: relative;
}

.points-slider{
	width: 690px;
}

.points-slider__item-img{
	margin-bottom: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10%;
}

.points-slider__item-text{
	max-width: 320px;
	margin: 0 auto 37px;
	font-size: 14px;
	line-height: 150%;
	font-family: "Arial-Reg", sans-serif;
	padding-left: 48px;
	position: relative;
}

.points-slider__item-text::before {
	content: '';
	position: absolute;
	background-image: url("/local/templates/pandora/images/image 27.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	left: 0;
	top: -6px;
	width: 35px;
	height: 35px;
}

.points-slider__item-title{
	max-width: 402px;
	margin: 0 auto 30px;
	text-align: center;
	font-size: 18px;
	font-family: "Arial-Bold", sans-serif;
	text-transform: uppercase;
	line-height: 150%;
}

a.points-slider__link{
	text-align: center;
	line-height: 150%;
	margin-bottom: 32px;
	font-size: 12px;
	width: 100%;
}
.swiper-button-next.points-slider-next,.swiper-button-prev.points-slider-prev{
	width: 40px;
}
.points-slider-pagination{
	position: static;
	padding-top: 25px;
}

.points-pagination-bullet{
	width: 10px;
	height: 10px;
}

.swiper-pagination-bullet-active.points-pagination-bullet{
	background-color: #27251F;
}
.points-slider__inner {
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.10);
}

.points-slider-next, .points-slider-prev{
	width: 40px;
	height: 40px;
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.10);
	position: absolute;
	border-radius: 50%;
	top: 496px;
}

.points-slider-prev{
	left: 32px;
}

.points-slider-next{
	right: 32px;
}

.recent-orders{
	padding: 28px 40px 40px;
	border: 1px solid #27251F;
}

.recent-orders-empty{
	padding: 28px 40px 47px;
}

.wish-list{
	padding: 28px 40px 21px;
	border: 1px solid #27251F;
}

.wish-list__head{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.20);
}

.recent-orders__head{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 20px;
	margin-bottom: 15px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.20);
}

.recent-orders-empty .recent-orders__head{
	margin-bottom: 22px;
}

.recent-orders-title{
	font-size: 24px;
	font-family: "Arial-Bold", sans-serif;
	line-height: 150%;
	text-transform: uppercase;
}

.recent-orders-points{
	font-size: 12px;
	line-height: 150%;
	text-decoration-line: underline;
}

.wish-list__img{
	margin-left: 177px;
}

.content-col-2{
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: calc(50% - 10px);
}

.size{
	padding: 27px 40px 58px;
	border: 1px solid #27251F;
}

.size-head{
	display: flex;
	justify-content: space-between;
	padding-bottom: 19px;
	margin-bottom: 19px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.20);;
}

.size-text{
	margin-bottom: 37px;
	line-height: 150%;
}

.size__img{
	max-width: 216px;
	margin: 0 auto;
}

.preference{
	padding: 28px 40px 82px;
	border: 1px solid #27251F;
}

.preference-head{
	display: flex;
	justify-content: space-between;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.20);
}

.preference-title{
	font-size: 24px;
	font-family: "Arial-Bold", sans-serif;
	line-height: 150%; /* 36px */
	text-transform: uppercase;
}

.preference-img{
	max-width: 417px;
	margin: 0 auto;
}

.preference-text__inner{
	display: flex;
	flex-direction: column;
	gap: 14px;
	margin-bottom: 68px;
}
.preference-text {
	font-size: 12px;
	line-height: 150%;
}

.my-data{
	padding: 28px 40px 21px;
	border: 1px solid #27251F;
}

.my-data-head{
	display: flex;
	justify-content: space-between;
}

.my-data__title{
	font-size: 24px;
	font-family: "Arial-Bold", sans-serif;
	line-height: 150%;
	text-transform: uppercase;
}

body a.see {
	font-size: 12px;
	line-height: 150%;
	text-decoration-line: underline;
}

.my-data-head{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.20);
}

.my-data__items{
	display: flex;
	flex-direction: column;
	gap: 7px;
	/*max-width: 305px;*/
	width: 100%;
}

.my-data__item{
	display: flex;
	/*justify-content: space-between;*/
	width: 100%;
}

.my-data__item-info--inner{
	display: flex;
	flex-direction: column;
	gap: 3px;
	width: 50%;
}

.my-data__item-info--key{
	font-family: "Arial-Bold", sans-serif;
	line-height: 150%;
}

.my-data__item-info--value{
	line-height: 150%;
}

.address{
	padding: 28px 40px 44px;
	border: 1px solid #27251F;
}

.address-head{
	padding-bottom: 20px;
	margin-bottom: 22px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.20);
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.address-title{
	font-size: 24px;
	font-family: "Arial-Bold", sans-serif;
	line-height: 150%;
	text-transform: uppercase;
}

.recent-orders__text{
	font-size: 12px;
	line-height: 150%;
}

.recent-orders__item-text{
	font-size: 12px;
	line-height: 150%; /* 18px */
	text-transform: uppercase;
	margin-bottom: 18px;
}

.recent-orders__item{
	display: flex;
	gap: 28px;
}

.inner{
	flex-grow: 1;
}

.recent-orders__item-info{
	display: flex;
	justify-content: space-between;
	padding-top: 8px;
	margin-bottom: 5px;
}

.recent-orders__item-info--inner{
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.total{
	font-size: 12px;
	text-align: right;
	margin-bottom: 6px;
	color: rgba(39, 37, 31, 0.60);
	line-height: 150%;
	text-decoration-line: underline;
}

.price{
	text-align: right;
	color: #27251F;
	font-size: 14px;
	line-height: 150%;
}

.recent-orders__item-img{
	position: relative;
}

.count-img{
	background-color: #000000;
	color: #ffffff;
	border-radius: 50%;
	width: 15px;
	height: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 8px;
	line-height: 15px;
	position: absolute;
	top: 10px;
	right: 10px;
}

.wish-list__items{
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-bottom: 20px;
}

.address-subtitle{
	font-size: 16px;
	font-family: "Arial-Bold", sans-serif;
	line-height: 150%;
	margin-bottom: 14px;
}

.address-list{
	display: flex;
	flex-direction: column;
	gap: 3px;
	margin-bottom: 27px;
}

.add-new-address a{
	line-height: 150%;
	text-decoration-line: underline!important;
}

.profile__banner img{
	object-fit: cover;
}

.size-title{
	font-size: 24px;
	font-family: "Arial-Bold", sans-serif;
	line-height: 150%;
}

.points-slider-pagination{
	display: flex;
	justify-content: center;
	gap: 14px;
}

.points-pagination-bullet{
	margin: 0!important;
}

.recent-orders__item-info-text{
	white-space: nowrap;
	text-align: right;
}

.wish-list__items{
	gap: 14px;
}

@media (max-width: 1600px) {
	.profile__banner img{
		height: 480px;
	}
}

@media (max-width: 1439px) {
	.points__wrapper{
		padding: 21px 0;
		gap: 96px
	}

	.content__inner{
		gap: 30px;
	}

	.points__count-inner{
		padding-bottom: 11px;
	}

	.preference{
		padding: 28px 27px 82px;
	}

	.my-data{
		padding: 28px 27px 21px;
	}

	.address{
		padding: 28px 27px 47px;
	}
}

@media (max-width: 1279px) {
	.content{
		margin-bottom: 60px;
	}

	.profile__banner{
		display: none;
	}

	.breadcrumb__inner{
		margin-top: 29px;
		margin-bottom: 0;
	}

	.points__wrapper{
		flex-direction: column;
		gap: 0;
		background-color: transparent;
	}

	.points__line{
		display: none;
	}

	.points{
		max-width: none;
		background-color: rgba(39, 37, 31, 0.05000000074505806);
		padding: 22px 28px;
		margin-bottom: 20px;
	}

	.points__question{
		max-width: none;
		background-color: rgba(39, 37, 31, 0.05000000074505806);
		padding: 50px 28px 50px;
	}

	.points__count-inner{
		padding-bottom: 10px;
		margin-bottom: 10px;
		align-items: flex-start;
	}

	.points__question-answer--inner{
		justify-content: flex-start;
		gap: 20px;
	}

	.points__question-answer{
		max-width: 240px;
	}

	.points__wrapper{
		margin-bottom: 22px;
		padding-bottom: 0;
	}

	.content__inner{
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.points-slider{
		width: 736px;
	}

	.points-slider__item-img img {
		width: 100%;
		max-height: 601px;
		object-fit: contain;
	}

	.content__inner{
		gap: 20px;
	}

	.points-slider__inner{
		max-width: 736px;
		margin: 0 auto;
	}

	.points-slider-pagination{
		padding-top: 28px;
	}

	.content-col-1, .content-col-2 {
		width: 100%;
	}

	.recent-orders{
		padding: 20px;
		margin-bottom: 0;
	}

	.wish-list{
		padding: 20px;
	}

	.wish-list__img{
		display: flex;
		justify-content: center;
		margin-left: 0;
	}

	.size__img-inner{
		max-width: 696px;
	}

	.size{
		padding: 20px;
	}

	.size-head{
		padding-bottom: 28px;
		margin-bottom: 28px;
	}

	.size-text{
		margin-bottom: 28px;
	}

	.preference{
		padding: 20px;
	}

	.preference-head{
		padding-bottom: 10px;
		margin-bottom: 20px;
	}

	.preference-text__inner{
		max-width: 459px;
		gap: 20px;
	}

	.preference-text__inner{
		margin-bottom: 20px;
	}

	.my-data{
		padding: 20px;
	}

	.my-data__items{
		gap: 20px;
		max-width: 223px;
	}

	.address{
		padding: 20px;
	}

	.recent-orders__item-inner{
		max-width: 609px;
	}

	.recent-orders__head{
		margin-bottom: 20px;
	}

	.wish-list__items{
		margin-bottom: 0;
	}

	.wish-list__items img{
		height: 120px;
	}

	.recent-orders-empty{
		padding: 20px 20px 63px;
	}
}

@media (max-width: 1023px) {
	.points__question-answer--inner{
		max-width: 500px;
	}

	.points-slider-pagination {
		padding-top: 25px;
	}

	.points-slider-next {
		right: 28px;
	}

	.points-slider-prev {
		left: 28px;
	}
	.recent-orders-empty{
		padding: 20px;
	}
}

@media (max-width: 767px) {

	.points-slider{
		height: auto;
	}

	.content {
		margin-bottom: 55px;
	}

	.points{
		padding: 22px 20px;
		margin-bottom: 11px;
	}

	.points__count{
		margin-bottom: 1.8px;
	}

	.points__question{
		padding: 20px;
	}

	.points__question-answer--inner{
		flex-direction: column;
	}

	.points__question-answer{
		padding-top: 16px;
		width: 100%;
	}

	.points__wrapper {
		margin-bottom: 37px;
	}

	.points-slider{
		width: 288px;
	}

	.points-slider-prev {
		top: 210px;
		left: 7px;
	}

	.points-slider-next {
		top: 210px;
		right: 7px;
	}

	.points-slider__item-img{
		margin-bottom: 24px;
	}

	.points-slider__item-img img{
		height: 288px;
	}

	.points-slider__item-text{
		padding-left: 35px;
		font-size: 12px;
		max-width: 244px;
		margin-bottom: 23px;
	}

	.points-slider__item-title{
		font-size: 12px;
		max-width: 219px;
		margin-bottom: 15px;
	}

	.points-slider__item-text:before{
		top: -9px;
	}

	.points-slider__link{
		margin-bottom: 20px;
	}

	.points-slider-pagination{
		display: none;
	}

	.recent-orders{
		padding: 20px;
	}

	.size-title, .preference-title, .preference-title, .my-data__title, .address-title, .recent-orders-title, .recent-orders-title{
		font-size: 12px;
	}

	.preference-text__inner{
		margin-bottom: 47px;
	}

	.preference{
		padding: 20px 20px 74px;
	}

	.preference-img{
		display: flex;
		justify-content: center;
	}

	.preference-img img{
		height: 60px;
	}

	.breadcrumb__inner{
		display: none;
	}
}

@media (max-width: 767px) {
	.recent-orders__item-info--see{
		display: none;
	}

	.recent-orders__item-info--see_2{
		display: block;
		margin-bottom: 14px;
	}

	.recent-orders__item{
		gap: 17px;
	}

	.element-img{
		width: 105px;
		height: 105px;
	}

	.recent-orders__item-info{
		margin-bottom: 54px;
	}

	.wish-list__items img{
		width: 73px;
		height: 73px;
	}

	.my-data__items{
		padding-right: 20px;
	}

}
/*points-more-popup*/
.points-more-popup{
	position: fixed;
	z-index: 15;
	height: 100%;
	overflow-y: auto;
	background-color: #ffffff;
	width: 375px;
	top: 0;
	right: -100%;
	padding: 30px;
	transition: all ease .5s;
}
.points-more-popup-wrapping{
	position: fixed;
	z-index: 15;
	height: 100%;
	overflow-y: auto;
	background-color: #ffffff;
	width: 375px;
	top: 0;
	right: -160%;
	padding: 30px;
	transition: all ease .5s;
}
.points-more-popup-container{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 14px;
}
.points-more-popup-header{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.points-more-popup-title,.points-more-popup-footer-title{
	font-size: 28px;
	line-height: 150%;
	font-family: "Arial-Reg", sans-serif;
}
.points-more-popup-title{
	font-size: 18px;
	font-weight: 700;
}
div.points-more-popup-header{
	padding-bottom: 14px;
}
.points-more-popup-body{
	width: 100%;
	padding: 20px 0;
}
.points-levels{
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 30px;
	align-items: flex-start;
}
.points-level{
	width: 100%;
	display: flex;
	gap: 12px;
	align-items: flex-start;
}
.points-level-img{
	width: 40px;
}
.points-level-img img{
	width: 40px;
	height: 40px;
}
.points-level-description{
	width: calc(100% - 52px);
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	gap: 12px;
}
.points-level-description-title,.points-more-popup-footer-description-title{
	font-size: 22px;
	font-family: "Arial-Reg", sans-serif;
}
.points-level-description p{
	font-size: 12px;
	font-family: "Arial-Reg", sans-serif;
}
.points-more-popup-footer{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
}
.points-more-popup-footer-description-text{
	padding-top: 20px;
	font-size: 14px;
	line-height: 150%;
	font-family: "Arial-Reg", sans-serif;
}
.points-more-popup-footer-title,.points-more-popup-header{
	border-bottom: 1px solid black;
	padding-bottom: 20px;
	width: 100%;
}
@media (max-width: 767px) {
	.points-more-popup{
		width: 100%;
		top: 10%;
		padding: 20px;
		border-radius: 20px 20px 0 0;
		height: 90%;
	}
	.points-more-popup-container{
		gap: 15px;
		height: 90%;
		padding-bottom: 15px;
	}
	.points-more-popup-title,.points-more-popup-footer-title{
		font-size: 24px;
	}
	.points-more-popup-body{
		padding: 15px 0;
	}
	.points-level-description-title,.points-more-popup-footer-description-title{
		font-size: 18px;
	}
	.points-more-popup-footer-title,.points-more-popup-header{
		padding-bottom: 15px;
	}
	.points-more-popup-footer {
		gap: 15px;
		padding-bottom: 20px;
	}
}
/*points-more-popup*/

.title-stem{
	font-weight: 500;
	font-size: 36px;
	letter-spacing: .025em;
	margin: 0 0 0.67em;
	font-family: "Arial-Reg", sans-serif;
}
.cart-empty {
	padding-top: 30px;
	padding-bottom: 30px;
	font-family: "Arial-Reg", sans-serif;
}
.cart-empty__message {
	margin-bottom: 40px;
	font-weight: 600;
	font-family: "Arial-Reg", sans-serif;
}
.cart-empty__info {
	margin-bottom: 70px;
	font-family: "Arial-Reg", sans-serif;
}
.btn--gray_empry {
	font-weight: 600;
}
.btn_empty {
	display: inline-block;
	margin: 0;
	border: 0;
	outline: 0 !important;
	background: 0 0;
	cursor: pointer;
	margin: 0 5px 5px 0;
	border: 3px solid #464646;
	padding: 14px 20px 15px;
	min-width: 270px;
	text-transform: uppercase;
	text-align: center;
	font: 600 14px / 1.5 Montserrat, sans-serif;
	color: #464646;
	background-color: transparent;
	-webkit-transition: border .25s, color .25s, background .25s;
	transition: border .25s, color .25s, background .25s;
}
.btn--gray_empry:active {
	border-color: #464646;
	color: #fff;
	background-color: #464646;
}
.btn--gray_empry:focus, .btn--gray_empry:hover {
	border-color: #464646;
	color: #fff;
	background-color: #464646;
}

@media screen and (max-width: 1279px){
	.basket-items-list .priceblock{
		flex-wrap: wrap;
	}
}

/* End */


/* Start:/local/templates/pandora/components/bitrix/breadcrumb/.default/style.css?1754655767379*/
.breadcrumb__inner .breadcrumb{
    padding: 8px 0;
}
.breadcrumb__item{
    white-space: nowrap;
}
@media (max-width: 767px) {
    .breadcrumb__inner {
        flex-wrap: nowrap!important;
        overflow-x: auto !important;
        width: 100%;
        padding-top: 0!important;
        margin-bottom: 22px!important;
        margin-top: 20px!important;
    }
}
/* End */
/* /local/templates/pandora/components/bitrix/sale.basket.basket/pandora_basket/style.css?175465576738172 */
/* /local/templates/pandora/components/bitrix/breadcrumb/.default/style.css?1754655767379 */
