

/* Start:/local/components/lk/top_banner/templates/cart/style.css?1788282840247*/
@media all and (min-width: 801px){
    .cart-banner-top {
        margin-left: 132px;
        
    }
    .cart-outer-ban {
        display:flex;
    }
}

@media all and (max-width: 800px){
    .cart-banner-top img{
        max-width: 100%;
    }
}
/* End */


/* Start:/local/templates/dresscode_lk/components/bitrix/sale.basket.basket/lk_basket/style.css?178828284026073*/
/*START DESIGN*/
body.cart-page #main *{
	box-sizing: border-box;
}
body.cart-page #main details{
	margin: unset;
}
body.cart-page #main textarea,
body.cart-page #main input{
	appearance: none;
	outline: none;
}
body.cart-page #main p{
	margin: 0;
}
body.cart-page #main body{
	color: #1F1F1F;
	font-family: 'Roboto', sans-serif;
	margin: 0;
	padding: 0;
}
body.cart-page #main #basket-root a{
	text-decoration: none;
}
body.cart-page #main ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
body.cart-page #main h1,
body.cart-page #main h2,
body.cart-page #main h3,
body.cart-page #main h4,
body.cart-page #main h5,
body.cart-page #main h6,
body.cart-page #main p{
	margin: 0;
	padding: 0;
}
body.cart-page #main button{
	padding: 0;
}
body.cart-page #main input::-webkit-outer-spin-button,
body.cart-page #main input::-webkit-inner-spin-button {
	display: none;
	-webkit-appearance: none;
	margin: 0;
}
body.cart-page #main .wrapper{
	padding: 0 24px;
	margin: 0 auto;
	max-width: 1920px;
	width: 100%;
	display: flex;
	flex-direction: column;
@media(max-width: 480px){
	padding: 0 14px;
}
}
body.cart-page #main .card-title{
	font-size: 26px;
	line-height: 26px;
	font-weight: 500;
	margin-bottom: 24px;
}

body.cart-page #main .card-content{
	position: relative;
	display: flex;
	flex-direction: row;
	gap: 24px;
	margin-bottom: 32px;
@media(max-width: 575px){
	flex-direction: column;
	gap: 48px;
}
}
body.cart-page #main .card-column{
	display: flex;
	flex-direction: column;
	width: 100%;
}
body.cart-page #main .payment-column{
	max-width: 443px;
	width: 100%;
	flex-shrink: 0;
@media(max-width: 1280px){
	display: none;
}
@media(max-width: 575px){
	display: block;
	max-width: unset;
	width: 100%;
}
}
body.cart-page #main .card-main__wrapper{
	width: 100%;
	padding: 24px;
	border: 1px solid #E6E6E6;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	gap: 24px;
	margin-bottom: 24px;
@media(max-width: 575px){
	border: none;
	padding: 0;
	margin-bottom: 48px;
}
}
body.cart-page #main .card-main__filters{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 30px;
	padding-bottom: 12px;
	border-bottom: 1px solid #DFDFDF;
@media(max-width: 575px){
	flex-direction: column-reverse;
	align-items: flex-start;
	gap: 12px;
}
}
body.cart-page #main .card-main__filters-left{
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 24px;
}
body.cart-page #main .check-all{
	height: 20px;
}
body.cart-page #main .custom-checkbox {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
body.cart-page #main .custom-checkbox+label {
	display: inline-flex;
	align-items: center;
	user-select: none;
	cursor: pointer;
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	line-height: 19px;
	font-weight: 400;
	color: #757575;
}
body.cart-page #main .custom-checkbox+label::before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	flex-shrink: 0;
	flex-grow: 0;
	border: 2px solid #757575;
	border-radius: 4px;
	margin-right: 8px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
}
body.cart-page #main .custom-checkbox:checked+label::before {
	border-color: #72C2F8;
	background-color: #72C2F8;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
body.cart-page #main .check-delete{
	background-color: transparent;
	border: none;
}
body.cart-page #main .check-delete,
body.cart-page #main .card-main__share{
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	line-height: 19px;
	font-weight: 400;
	color: #757575;
	cursor: pointer;
}
body.cart-page #main .card-item{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
	padding-bottom: 20px;
	border-bottom: 1px solid #44537126;
@media(max-width: 575px){
	flex-direction: column;
}
}
body.cart-page #main .card-item__left{
	display: flex;
	flex-direction: row;
	align-items: center;
}
body.cart-page #main .item-main{
	display: flex;
	flex-direction: column;
	gap: 8px;
}
body.cart-page #main .item-article,
body.cart-page #main .item-weight{
	font-size: 12px;
	line-height: 12px;
	font-weight: 400;
	color: #757575;
}
body.cart-page #main .item-main__wrapper{
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 8px;
}
body.cart-page #main .item-img{
	width: 40px;
	height: 57px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
body.cart-page #main .item-img__wrapper{
	width: 40px;
	height: 40px;
	border: 1px solid #E6E6E6;
	border-radius: 2px;
	overflow: hidden;
}
body.cart-page #main .item-img__wrapper img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
body.cart-page #main .item-discount{
	position: absolute;
	top: 0;
	right: 0;
	font-size: 12px;
	line-height: 12px;
	font-weight: 400;
	background-color: #F15F30;
	border: 1px solid #F15F30;
	color: #FFFFFF;
	padding: 4px 1px;
	border-radius: 2px;
}
body.cart-page #main .item-title{
	font-size: 14px;
	line-height: 19px;
	font-weight: 400;
	color: #1F1F1F;
	max-width: 270px;
	width: 100%;
}
body.cart-page #main .item-title__notification{
	font-size: 12px;
	line-height: 14px;
	color: #DB5234;
}
body.cart-page #main .item-availability{
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 14px;
	line-height: 19px;
	color: #757575;
	margin-left: 6vw;
	max-width: 71px;
	text-align: center;
}
body.cart-page #main .card-item__right{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	max-width: 390px;
	width: 100%;
@media(max-width: 1366px){
	max-width: 290px;
}
@media(max-width: 992px){
	max-width: 250px;
}
@media(max-width: 575px){
	max-width: unset;
}
}
body.cart-page #main .item-counter{
	display: flex;
	flex-direction: column;
}
body.cart-page #main .item-counter__wrapper{
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 8px;
}
body.cart-page #main .counter-btn{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	background-color: transparent;
	border: 1px solid #E6E6E6;
	border-radius: 4px;
	cursor: pointer;
	flex-shrink: 0;
}
body.cart-page #main .counter-btn svg{
	pointer-events: none;
}
body.cart-page #main .counter-label{
	max-width: 44px;
	width: 100%;
}
body.cart-page #main .counter-value{
	width: 100%;
	text-align: center;
	border: none;
	font-size: 14px;
	line-height: 14px;
	font-weight: 500;
	color: #4DACEB;
}
body.cart-page #main .item-counter__description{
	font-size: 14px;
	line-height: 19px;
	font-weight: 400;
	color: #757575;
}
body.cart-page #main .item-actions{
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-left: 6vw;
@media(max-width: 1366px){
	margin-left: 2vw;
}
@media(max-width: 575px){
	margin: 0;
}
}
body.cart-page #main .item-actions__btns{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
	gap: 4px;
}
body.cart-page #main .btn-likes{
	position: relative;
	width: 24px;
	height: 24px;
	cursor: pointer;
}
body.cart-page #main .btn-likes svg path{
	fill: none;
	stroke: #D0D0D0;
	stroke-width: 1.5;
	stroke-linecap: round;
	stroke-linejoin: round;
}
body.cart-page #main .btn-likes:hover svg path{
	fill: #94D4FF;
	stroke: #94D4FF;
}
body.cart-page #main .btn-likes:active svg path{
	fill: #E66F19;
	stroke: #E66F19;
}
body.cart-page #main .btn-likes.checked svg path{
	fill: #E66F19;
	stroke: #E66F19;
}
body.cart-page #main .btn-remove{
	width: 24px;
	height: 24px;
}
body.cart-page #main .btn-remove__main{
	width: 24px;
	height: 24px;
	cursor: pointer;
	border: none;
	background-color: transparent;
	padding: 0;
	outline: none;
}
body.cart-page #main .btn-remove__main svg{
	pointer-events: none;
}

body.cart-page #main .btn-remove__modal{
	display: flex;
	flex-direction: column;
	width: 100%;
	background-color: #F4F4F4;
	border: 1px solid #DFDFDF;
	border-radius: 6px;
	padding: 18px;
}
body.cart-page #main .btn-remove__modal-title{
	font-size: 16px;
	line-height: 16px;
	font-weight: 500;
	display: block;
	margin-bottom: 12px;
}
body.cart-page #main .btn-remove__modal-text{
	font-size: 14px;
	line-height: 19px;
	font-weight: 400;
	color: #000000;
	margin-bottom: 24px;
}
body.cart-page #main .btn-remove__btns{
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 16px;
}
body.cart-page #main .btn-remove__yes{
	padding: 10px 20px;
	max-width: 61px;
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 14px;
	font-weight: 500;
	border: none;
	background-color: #72C2F8;
	color: #FFFFFF;
	border-radius: 4px;
	cursor: pointer;
}
body.cart-page #main .btn-remove__no{
	padding: 10px 20px;
	max-width: 61px;
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 14px;
	font-weight: 500;
	border: 1px solid #39AFFE;
	background-color: transparent;
	color: #757575;
	border-radius: 4px;
	cursor: pointer;
}
body.cart-page #main .item-actions__price{
	height: 60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 3px;
}
body.cart-page #main .item-actions__price .new-price{
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	line-height: 20px;
	font-weight: 500;
	color: #1F1F1F;
}
body.cart-page #main .item-actions__price .new-price.discount{
	color: #F15F30;
}
body.cart-page #main .item-actions__price .old-price{
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: 400;
	color: #757575;
	text-decoration: line-through;
}
body.cart-page #main .label-textarea{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 4px;
}
body.cart-page #main .label-textarea textarea{
	display: block;
	width: 100%;
	height: 124px;
	resize: none;
	border: 1px solid #E6E6E6;
	border-radius: 6px;
	padding: 6px 16px;
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	line-height: 25px;
	font-weight: 400;
	color: #757575;
}
body.cart-page #main .symbol-counter{
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 0;
	font-size: 12px;
	line-height: 12px;
	font-weight: 400;
	color: #757575;
}
body.cart-page #main .card-end{
	display: flex;
	flex-direction: column;
	gap: 24px;
}
body.cart-page #main .card-end__discount{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	color: #F15F30;
@media(max-width: 575px){
	display: none;
}
}
body.cart-page #main .card-end__discount-promo{
	font-size: 12px;
	line-height: 12px;
	font-weight: 400;
}
body.cart-page #main .card-end__discount-final{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	max-width: 228px;
	width: 100%;
	font-size: 12px;
	line-height: 12px;
	font-weight: 400;
}
body.cart-page #main .card-end__details{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	width: 100%;
@media(max-width: 575px){
	display: none;
}
}
body.cart-page #main .details-right{
	display: flex;
	flex-direction: row;
	align-items: center;
	max-width: 228px;
	width: 100%;
	justify-content: space-between;
}
body.cart-page #main .details-title{
	font-size: 14px;
	line-height: 19px;
	font-weight: 400;
	color: #1F1F1F;
}
body.cart-page #main .details-value{
	font-size: 14px;
	line-height: 19px;
	font-weight: 500;
	color: #1F1F1F;
}
body.cart-page #main .details-left{
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 24px;
}
body.cart-page #main .details-item{
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 8px;
}
body.cart-page #main .details-item__title{
	font-size: 14px;
	line-height: 19px;
	font-weight: 500;
	color: #1F1F1F;
}
body.cart-page #main .details-item__value{
	font-size: 14px;
	line-height: 19px;
	font-weight: 400;
	color: #1F1F1F;
}

body.cart-page #main .card-main__btns{
	display: flex;
	flex-direction: row;
	gap: 24px;
@media(max-width: 575px){
	align-items: center;
	flex-direction: column;
}
}
body.cart-page #main .card-main__btns .order-btn{
@media(max-width: 575px){
	display: none;
}
}
body.cart-page #main .order-btn{
	background-color: #72C2F8;
	border: 1px solid #72C2F8;
	color: #FFFFFF;
	border-radius: 4px;
	padding: 15px 50px;
	font-size: 14px;
	line-height: 14px;
	font-weight: 500;
	cursor: pointer;
	transition: .2s ease-in-out;
}
body.cart-page #main .order-btn:hover{
	background-color: #94D4FF;
	border-color: #94D4FF;
}
body.cart-page #main .order-btn:active{
	background-color: #39AFFE;
	border-color: #39AFFE;
}
body.cart-page #main .download-btn,
body.cart-page #main .save-btn{
	background-color: transparent;
	border: 1px solid #2B2B2B;
	color: #757575;
	border-radius: 4px;
	padding: 15px 50px;
	font-size: 14px;
	line-height: 14px;
	font-weight: 500;
	transition: .2s ease-in-out;
	cursor: pointer;
@media(max-width: 575px){
	width: 100%;
	text-align: center;
}
}
body.cart-page #main .download-btn:hover,
body.cart-page #main .save-btn:hover{
	background-color: #2B2B2B;
	color: #FFFFFF;
	border-color: #FFFFFF;
}
body.cart-page #main .card-subs__title{
	font-size: 20px;
	line-height: 20px;
	font-weight: 500;
	color: #4DACEB;
	padding: 16px 0;
	margin-bottom: 16px;
}
body.cart-page #main .card-subs__content{
	display: flex;
	flex-direction: row;
	gap: 4px;
	overflow-x: auto;
}
body.cart-page #main .card-subs__content::-webkit-scrollbar{
	display: none;
}
body.cart-page #main .card-subs__item{
	display: flex;
	flex-direction: column;
	padding: 12px;
	border: 0.5px solid #DFDFDF;
	border-radius: 4px;
	flex-shrink: 0;
	max-width: 176px;
	width: 100%;
}
body.cart-page #main .card-subs__item-img{
	position: relative;
	width: 100%;
	height: auto;
	padding-bottom: 24px;
	margin-bottom: 4px;
}
body.cart-page #main .card-subs__item-img img{
	width: 100%;
	height: auto;
	object-fit: cover;
}
body.cart-page #main .card-subs__item-actions{
	position: absolute;
	top: 6px;
	right: 6px;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 4px;
}
body.cart-page #main .item-compare,
body.cart-page #main .item-like{
	width: 24px;
	height: 24px;
	color: #F4F4F4;
	cursor: pointer;
}
body.cart-page #main .card-subs__item-tags{
	position: absolute;
	left: 0;
	bottom: 0;
}
body.cart-page #main .tag{
	padding: 4px 8px;
	border-radius: 2px;
	font-size: 12px;
	line-height: 12px;
	font-weight: 400;
}
body.cart-page #main .tag.tag-new{
	background-color: #39AFFE;
	color: #FFFFFF;
}
body.cart-page #main .card-subs__item-article{
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 4px;
	margin-bottom: 8px;
}
body.cart-page #main .article-numbers{
	font-size: 12px;
	line-height: 12px;
	font-weight: 400;
	color: #757575;
	text-decoration: underline;
}
body.cart-page #main .article-copy{
	cursor: pointer;
	width: 16px;
	height: 16px;
}
body.cart-page #main .card-subs__item-name{
	display: -webkit-box;
	font-size: 12px;
	line-height: 15px;
	font-weight: 400;
	color: #000000;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 8px;
}
body.cart-page #main .card-subs__item-price{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	gap: 8px;
}
body.cart-page #main .card-subs__item-cost{
	display: flex;
	flex-direction: column;
	gap: 4px;
}
body.cart-page #main .new-price{
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	line-height: 19px;
	font-weight: 500;
	color: #1F1F1F;
}
body.cart-page #main .old-price{
	font-family: 'Inter', sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: 400;
	color: #757575;
	text-decoration: line-through;
}
body.cart-page #main .card-subs__item-btn{
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #72C2F8;
	width: 42px;
	height: 42px;
	border-radius: 4px;
	color: #FFFFFF;
	cursor: pointer;
	flex-shrink: 0;
	border: none;
	outline: none;
	transition: .2s ease-in-out;
}
body.cart-page #main .card-subs__item-btn:hover{
	background-color: #94D4FF;
}
body.cart-page #main .card-subs__item-btn:active{
	background-color: #39AFFE;
}
body.cart-page #main .card-filters{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 24px;
@media(max-width: 575px){
	flex-direction: column;
}
}
body.cart-page #main .card-search{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	max-width: 440px;
	width: 100%;
	border-radius: 4px;
	overflow: hidden;
	border: 1px solid #72C2F8;
@media(max-width: 575px){
	max-width: unset;
}
}
body.cart-page #main .search-label{
	width: 100%;
}
body.cart-page #main .search-input,
body.cart-page #main .promo-input{
	width: 100%;
	border: none;
	outline: none;
	padding: 12px;
	font-size: 12px;
	line-height: 14px;
	font-weight: 400;
	color: #1F1F1F;
}
body.cart-page #main .search-input::placeholder{
	color: #757575;
}
body.cart-page #main .search-btn{
	width: 42px;
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	border: none;
	background-color: #72C2F8;
	cursor: pointer;
	transition: .2s ease-in-out;
	border-radius: 4px;
}
body.cart-page #main .search-btn:hover{
	background-color: #94D4FF;
}
body.cart-page #main .search-btn:active{
	background-color: #39AFFE;
}
body.cart-page #main .card-promo{
	position: relative;
	max-width: 360px;
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	overflow: hidden;
	border: 1px solid #DFDFDF;
	border-radius: 4px;
@media(max-width: 575px){
	max-width: unset;
}
}
body.cart-page #main .promo-label{
	width: 100%;
}
body.cart-page #main .btn-promo{
	height: 42px;
	text-align: center;
	padding: 12px 15px;
	background-color: #757575;
	cursor: pointer;
	border: none;
	font-size: 14px;
	line-height: 14px;
	font-weight: 500;
	color: #FFFFFF;
	border-radius: 4px;
}
body.cart-page #main .promocode-enter{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 97;
	display: none;
	border: 1px solid #72C2F8;
	background-color: #F6FBFF;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 10px;
}
body.cart-page #main .promocode-enter__text{
	font-size: 12px;
	line-height: 14px;
	font-weight: 400;
	color: #4DACEB;
}
body.cart-page #main .promocode-enter__btn{
	width: 24px;
	height: 24px;
	border: none;
	background-color: transparent;
	cursor: pointer;
}
body.cart-page #main .promocode-enter__btn svg{
	pointer-events: none;
}

body.cart-page #main .card-description{
	display: none;
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	line-height: 25px;
	font-weight: 400;
	margin-bottom: 24px;
	color: #1F1F1F;
	max-width: 900px;
	width: 100%;
}
body.cart-page #main .card-description span{
	color: #DB5234;
}
body.cart-page #main .card-description button{
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	line-height: 25px;
	font-weight: 400;
	background-color: transparent;
	padding: 0;
	margin: 0;
	border: 0;
	text-decoration: underline;
	color: #4DACEB;
	cursor: pointer;
}
body.cart-page #main .unauthorized .card-description{
	display: block;
}
body.cart-page #main .unauthorized .card-promo{
	display: none;
}
body.cart-page #main .unauthorized .save-btn{
	display: none;
}


body.cart-page #main .payment-column{
	height: fit-content;
	position: sticky;
	top: 24px;
	border: 1px solid #DFDFDF;
	border-radius: 8px;
}
body.cart-page #main .payment-content{
	padding: 32px;
	display: flex;
	flex-direction: column;
	gap: 8px;
}
body.cart-page #main .payment-content__items{
	font-size: 12px;
	line-height: 12px;
	font-weight: 400;
	color: #757575;
	padding-left: 8px;
}
body.cart-page #main .payment-content__row{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 6px 8px;
}
body.cart-page #main .payment-content__row .payment-amount,
body.cart-page #main .payment-content__row .payment-amount__value{
	font-size: 16px;
	color: #1F1F1F;
}
body.cart-page #main .payment-content__row span{
	font-size: 14px;
	line-height: 19px;
	font-weight: 400;
	color: #757575;
}
body.cart-page #main .payment-content__bottom{
	display: flex;
	flex-direction: column;
	align-items: center;
}
body.cart-page #main .payment-content__bottom .order-btn{
	display: none;
@media(max-width: 575px){
	display: block;
	margin-top: 8px;
}
}
body.cart-page #main .payment-amount,
body.cart-page #main .payment-amount__value{
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	line-height: 19px;
	font-weight: 400;
	color: #1F1F1F;
}
body.cart-page #main .payment-content__top{
	padding-bottom: 8px;
	border-bottom: 1px solid #DFDFDF;
}
body.cart-page #main .payment-discount{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
	gap: 4px;
	font-size: 12px;
	line-height: 12px;
	font-weight: 400;
	color: #F15F30;
	margin-top: 4px;
	width: 100%;
}
body.cart-page #main .payment-final{
	padding: 6px 8px;
	background-color: #F9F9F9;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	border-radius: 2px;
	font-size: 26px;
	line-height: 26px;
	font-weight: 500;
	color: #1F1F1F;
	margin-top: 4px;
	width: 100%;
}

body.cart-page #main dialog{
	max-width: 550px;
	width: 100%;
	border: 1px solid #DFDFDF;
	outline: none;
	border-radius: 8px;
	padding: 0;
@media(max-width: 575px){
	width: calc(100% - 48px);
}
}
body.cart-page #main #modalRemove{
	max-width: 284px;
	width: 100%;
}
body.cart-page #main .modal-header{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding: 12px 24px;
	background-color: #F9F9F9;
}
body.cart-page #main .modal-content{
	padding: 32px;
	display: flex;
	flex-direction: column;
	gap: 24px;
@media(max-width: 575px){
	gap: 16px;
	padding: 16px;
}
}
body.cart-page #main .modal-title{
	font-size: 20px;
	line-height: 20px;
	font-weight: 500;
	color: #1F1F1F;
}
body.cart-page #main .modal-close{
	width: 24px;
	height: 24px;
	background-color: transparent;
	overflow: hidden;
	cursor: pointer;
	border: none;
}
body.cart-page #main .modal-close svg{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
body.cart-page #main .label-input{
	display: block;
	width: 100%;
	position: relative;
}
body.cart-page #main .custom-input{
	width: 100%;
	background-color: transparent;
	border: 1px solid #E6E6E6;
	padding: 11px 16px;
	border-radius: 6px;
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	line-height: 25px;
	font-weight: 400;
	color: #757575;
}
body.cart-page #main .input-clear{
	position: absolute;
	right: 16px;
	top: 12.5px;
	background-color: #FFFFFF;
	cursor: pointer;
}
body.cart-page #main .modal-links{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	width: 100%;
@media(max-width: 540px){
	flex-direction: column-reverse;
	gap: 6px;
	align-items: flex-start;
}
}
body.cart-page #main .modal-link{
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	line-height: 25px;
	font-weight: 400;
	color: #1F1F1F;
	text-decoration: underline;
	text-underline-offset: 4px;
	cursor: pointer;
}
body.cart-page #main .modal-link.active-link{
	color: #4DACEB;
	text-decoration: none;
	cursor: default;
}
body.cart-page #main .modal-inputs{
	display: flex;
	flex-direction: column;
	gap: 24px;
}
body.cart-page #main .modal-actions{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 40px;
	width: 100%;
@media(max-width: 540px){
	flex-direction: column;
	gap: 16px;
}
}
body.cart-page #main .modal-btn{
	padding: 15px 85px;
	background-color: #72C2F8;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 14px;
	font-weight: 500;
	cursor: pointer;
	border: none;
	border-radius: 4px;
}
body.cart-page #main .modal-links__more{
	display: flex;
	flex-direction: column;
	width: fit-content;
}
body.cart-page #main .modal-links__more a{
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	line-height: 25px;
	font-weight: 400;
	color: #1F1F1F;
	text-decoration: underline;
	text-underline-offset: 4px;
	width: fit-content;
}
body.cart-page #main .modal-notification{
	font-size: 14px;
	line-height: 19px;
	font-weight: 400;
	color: #757575;
}
body.cart-page #main .modal-notification span{
	color: #DB5234;
}
/*END DESIGN*/

/*START EXTRA*/
#foundation #main .limiter{
	padding: 0;
	max-width: 1680px;
}
#foundation #main .limiter #right {
	padding-left: 0;
}
body.cart-page #main .wrapper{
	max-width: 1680px;
	padding: 0 18px;
	margin: 0 auto;
}
.cart-page .basket-items-list-table{
	gap: 24px;
	display: flex;
	flex-direction: column;
}
body.cart-page #main .basket-items-list-table .item-availability{
	max-width: 132px;
	width: 132px;
}
body.cart-page #main .basket-items-list-table .item-actions__price{
	justify-content: flex-start;
}
body.cart-page #main .payment-column{
	top: 207px;
}
body.cart-page #main .basket-total-bottom{
	display: flex;
	flex-direction: column;
	gap: 24px;
}
body.cart-page #main .card-end{
	@media(max-width: 480px){
		gap: 0;
	}
}
body.cart-page #main .item-actions{
	margin-left: 0;
}
body.cart-page #main .download-btn,
body.cart-page #main .save-btn{
	@media(max-width: 480px){
		width: 210px;
		height: 44px;
		padding: 13px 14px;
	}
}
body.cart-page #main .payment-content__bottom .order-btn{
	@media(max-width: 480px){
		width: 210px;
		height: 44px;
		padding: 13px 14px;
	}
}
@media(max-width: 575px) {
	body.cart-page #main .basket-items-list-table .btn-likes:hover svg path {
		fill: none;
		stroke: #D0D0D0;
	}
	body.cart-page #main .basket-items-list-table .btn-likes.checked svg path {
		fill: #E66F19;
		stroke: #E66F19;
	}
}

/* <--- START related products */
 #related .main-wrapper {
	max-width: 1920px;
	padding: 0 0;
	margin: 0 auto;
}
#related .main-products_row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -8px;
}
#related .main-products_link {
	display: none;
}
/*  END related products ---> */

/*END EXTRA*/
/* End */


/* Start:/local/templates/dresscode_lk/js/wait/waitwindow.css?1788282840428*/
div.simple_waitwindowlocalshadow
{
   position:absolute;
   z-index:9999;
   background-color: #fff;
   background:url("/local/templates/dresscode_lk/images/2020/bix-loader.png") center 50% no-repeat #fff;
   border:0px solid #808080;

   background-position:center 50%;
   background-repeat:no-repeat;

   opacity: 0.65;
   filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}

#preloaderImg
{
	text-align: center;
}


/* End */
/* /local/components/lk/top_banner/templates/cart/style.css?1788282840247 */
/* /local/templates/dresscode_lk/components/bitrix/sale.basket.basket/lk_basket/style.css?178828284026073 */
/* /local/templates/dresscode_lk/js/wait/waitwindow.css?1788282840428 */
