

/* Start:/bitrix/templates/misstease/components/bitrix/sale.basket.basket/.default/style.css?169469575110423*/
.basket__section {
	background: #101010;
	padding: 40px 20px;
	margin-bottom: 80px;
}
.basket-items-list-table, .basket-items-list-table tbody {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	display: block;
}
.basket-items-list-item-descriptions-inner {
	width: 100%;
	display: block;
}
.basket-item-image-link {
	display: block;
}
.basket-item-image {
	width: 100%;
	height: auto;
	vertical-align: middle;
	max-width: 121px;
}
.basket-items-list-item-removed-container {
	text-align: center;
}
.basket-items-list-item-removed-container strong {
	color: #f5bf60;
}
.basket-items-list-item-removed-block {
	margin-top: 16px;
}
.basket-total-wrap {
	margin-bottom: 80px;
}
.basket-items-list-wrapper {
	margin-bottom: 80px;
}
.basket-items-list-header {
	margin-bottom: 40px;
	padding-bottom: 16px;
	border-bottom: 1px solid #404040;
}
.basket-items-search-field {
	display: none;
}
.basket-checkout-section-inner {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	text-align: center;
}
.basket-checkout-block-total-title {
	font-size: 24px;
	opacity: 0.5;
}
.basket-checkout-block-total-price-inner {
	font-size: 32px;
	font-weight: 700;
}
.basket-checkout-block-total {
	width: 100%;
	margin-bottom: 16px;
}
.basket-checkout-block-total-price {
	width: 100%;
	margin-bottom: 24px;
}
.basket-checkout-block-btn {
	width: 100%;
}
button.basket-btn-checkout {
	cursor: pointer;
	display: inline-block;
	padding: 14px 40px 12px;
	border: none;
	background: #f5bf60;
	font-size: 16px;
	text-transform: uppercase;
	color: #101010;
}
.basket-items-list-header-filter {
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
}
.basket-item-actions-remove {
	position: relative;
	display: none;
	height: 25px;
	cursor: pointer;
	color: #fff;
	opacity: 0.5;
	height: 14px;
	font-size: 12px;
	border-bottom: 1px dashed;
}
.basket-item-actions-remove.visible-xs {
	margin: 20px 0;
	display: inline-block;
}
.basket-items-list-item-container {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	justify-content: center;
}
.basket-item-property-value {
	max-width: 400px;
	display: inline-flex;
}
.basket-items-list-item-container:not(:last-child) {
	padding-bottom: 40px;
	margin-bottom: 80px;
	border-bottom: 1px solid #404040;
}
.basket-items-list-item-descriptions {
	width: 100%;
	display: inline-flex;
	text-align: center;
	justify-content: center;
}
.basket-item-property-name {
	margin-bottom: 8px;
	opacity: 0.5;
}
.basket-item-scu-item {
	border: 1px solid #404040;
	display: inline-flex;
	padding: 4px 8px;
	margin-right: 2px;
	margin-bottom: 6px;
	cursor: pointer;
}
.basket-item-scu-item.selected {
	border: 1px solid #f5bf60;
	background: #f5bf60;
	color: #101010;
}
.basket-item-info-name {
	font-size: 16px;
	line-height: 20px;
	display: block;
}
.basket-items-list-item-descriptions {
	display: inline-flex;
	width: 100%;
	margin-bottom: 40px;
}
.basket-items-list-item-price {
	display: inline-flex;
	width: 100%;
	text-align: center;
	justify-content: center;
	font-size: 28px;
}
.basket-items-list-item-amount {
	display: inline-flex;
	width: 100%;
	margin-bottom: 20px;
}
.basket-items-list-item-price-for-one {
	font-size: 14px;
	opacity: 0.5;
	margin-bottom: 20px;
}

.basket-item-block-amount {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.basket-item-amount-filed-block {
	justify-content: center;
	align-items: center;
	align-self: center;
	display: inline-flex;
	width: 40px;
	margin-left: 8px;
	margin-right: 8px;
}
.basket-item-amount-filed {
	background: transparent;
	border: 1px solid #404040;
	display: inline-flex;
	justify-self: center;
	align-items: center;
	align-self: center;
	width: 40px;
	padding: 4px 8px;
	color: #fff;
	text-align: center;
}
.basket-item-amount-field-description {
	color: #fff;
	font-size: 10px;
	opacity: 0.5;
	width: 100%;
	display: flex;
	justify-content: center;
}
.basket-item-amount-btn-minus {
	background: #fff;
	width: 16px;
	height: 16px;
	display: inline-flex;
	background: url("/bitrix/templates/misstease/assets/img/icons/1828905.svg") center no-repeat;
	background-size: 100%;
	cursor: pointer;
	opacity: 0.3;
}
.basket-item-amount-btn-plus {
	background: #fff;
	width: 16px;
	height: 16px;
	display: inline-flex;
	background: url("/bitrix/templates/misstease/assets/img/icons/1828925.svg") center no-repeat;
	background-size: 100%;
	cursor: pointer;
	opacity: 0.3;
}
.basket-items-list-item-removed-block a {
	padding: 8px 16px;
	display: inline-block;
	border: 2px solid #404040;
}
.alert-dismissable {
	margin-top: 20px;
	font-size: 12px;
}
.basket-items-list-item-double-anchor {
	border: 2px dashed #404040;
	display: inline-block;
	padding: 8px 12px 10px;
	margin-top: 16px;
	opacity: 0.5;
}
@media only screen and (min-width: 568px) {
	.basket {
		padding-bottom: 120px;
	}
}
@media only screen and (min-width: 568px) {
	.basket-items-list-item-container {
		justify-content: start;
		text-align: left;
	}
	.basket-items-list-item-descriptions {
		width: 100%;
	}
	.basket-items-list-item-descriptions-inner {
		display: flex;
		flex-wrap: wrap;
		align-items: self-start;
	}
	.basket-item-block-image {
		display: inline-flex;
		width: 121px;
	}
	.basket-item-block-info {
		display: inline-flex;
		width: calc(100% - 121px);
		padding-left: 40px;
		text-align: left;
	}
	.basket-item-actions-remove.visible-xs {
		display: none;
	}
	.basket-item-actions-remove {
		display: inline-block;
	}
	.basket-item-info-name {
		width: 100%;
	}
	.basket-item-block-info {
		display: flex;
		flex-wrap: wrap;
	}
	.basket-items-list-item-price-for-one {
		font-size: 14px;
		opacity: 0.5;
		margin-bottom: 20px;
		justify-content: start;
		text-align: left;
	}
	.basket-items-list-item-price-for-one {
		padding-left: 161px;
	}
	.basket-item-block-price div {
		display: inline-block;
	}
	.basket-item-price-title {
		padding-left: 8px;
	}
	.basket-items-list-item-amount {
		padding-left: 161px;
	}
	.basket-item-block-amount {
		justify-content: start;
		text-align: left;
	}
	.basket-item-amount-field-description {
		width: auto;
		margin-left: 12px;
	}
	.basket-items-list-item-price {
		padding-left: 161px;
		justify-content: start;
		text-align: left;
	}
	.basket-items-list-item-remove {
		padding-left: 161px;
		margin-top: 20px;
	}
	.basket-items-list-header-filter {
		text-align: left;
	}
	.basket-items-list-item-notification {
		width: 100%;
		display: flex;
	}
	.basket-items-list-item-removed-container {
		text-align: left;
		padding-left: 161px;
	}
	.basket-items-list-item-double-anchor {
		transition: all ease-in 0.2s;
	}
	.basket-items-list-item-double-anchor:hover {
		color: #f5bf60;
		border-color: #f5bf60;
		opacity: 1;
	}
	.basket-items-list-item-removed-block a {
		transition: all ease-in 0.2s;
	}
	.basket-items-list-item-removed-block a:hover {
		border-color: #fff;
		opacity: 1;
	}
	.basket-item-amount-btn-minus, .basket-item-amount-btn-plus {
		transition: all ease-in 0.2s;
	}
	.basket-item-amount-btn-minus:hover, .basket-item-amount-btn-plus:hover {
		opacity: 1;
	}
	.basket-item-actions-remove {
		transition: all ease-in 0.2s;
	}
	.basket-item-actions-remove:hover {
		color: #f5bf60;
		opacity: 1;
	}
}

@media only screen and (min-width: 1024px) {
	.basket {
		display: flex;
		flex-wrap: wrap;
	}
	.basket__total {
		width: 338px;
		padding-left: 32px;
	}
	.basket__section {
		width: calc(100% - 338px - 16px);
		padding-left: 40px;
		padding-right: 40px;
	}
	.basket__total-block {
		background: #000;
		padding-top: 24px;
	}
	.basket-checkout-block-total {
		width: 100px;
		text-align: left;
		margin-bottom: 0;
	}
	.basket-checkout-block-total-price {
		width: calc(100% - 100px);
		text-align: right;
		margin-bottom: 0;
	}
	.basket-checkout-section-inner {
		align-items: baseline;
	}
	.basket-checkout-block-btn {
		width: 100%;
		margin-top: 30px;
	}
	.basket-checkout-block-total-price-inner {
		font-size: 24px;
	}
	.basket-items-list-wrapper {
		margin-bottom: 32px;
	}
}
@media only screen and (min-width: 1280px) {
	.basket__total {
		padding-left: 76px;
	}
}
@media only screen and (min-width: 1440px) {
	.basket-items-list-item-descriptions {
		width: 45%;
	}
	.basket-items-list-item-amount {
		padding-left: 0px;
		width: 120px;
	}
	.basket-item-block-amount {
		justify-content: center;
	}
	.basket-item-amount-filed-block {
		margin-left: 16px;
		margin-right: 16px;
	}
	.basket-items-list-item-price {
		padding-left: 0px;
		width: calc(100% - 45% - 320px);
		text-align: right;
		justify-content: flex-end;
		font-size: 20px;
	}
	.basket-items-list-item-price-for-one {
		padding-left: 0px;
		width: 200px;
		text-align: center;
		justify-content: center;
		font-size: 14px;
	}
	.basket-item-price-title {
		display: block !important;
		padding-left: 0;
		margin-top: 4px;
	}
	.basket-items-list-item-container {
		align-items: flex-start;
	}
	.basket-item-amount-field-description {
		width: 100%;
		margin-left: 0;
	}
}

.currency-span {
	display: inline-flex;
}
.currency-span .currency {
	margin-left: 5px;
}
.currency-span .currency-text::after {
	left: 35px;
    top: 6px;
}

.basket-item-price-old{
	text-decoration: line-through;
	margin-right: 10px;
	color: #9a9a9a;
	font-size: 14px;
}
.basket-item-price-difference{
	opacity: 0.5;
	font-size: 14px;
}
.basket-coupon-block-total-price-old{
	opacity: 0.5;
	font-size: 14px;
	text-decoration: line-through;
}
.basket-coupon-block-total-price-difference{
	opacity: 0.5;
	font-size: 14px;
}

.basket-coupon-block-field{
	display: flex;
    align-items: center;
	margin-bottom: 20px;
}

.basket-coupon-block-field input{
	background: none;
	border: 1px solid #bebebe;
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
	margin-left: 10px;
}
.basket-coupon-block-field-description{
	opacity: 0.5;
}

.basket-coupon-alert{
	margin-bottom: 20px;
}

.basket-coupon-alert .close-link{
	color: #f5bf60;
}
.basket-coupon-text{
	opacity: 0.7;
}
/* End */


/* Start:/bitrix/templates/misstease/components/bitrix/sale.basket.basket/.default/themes/blue/style.min.css?1648195812592*/
.bx-blue .basket-item-scu-item:hover,.bx-blue .basket-item-scu-item.selected,.bx-blue .basket-item-scu-item.not-available:hover{border-color:#006cc0}.bx-blue .basket-item-amount-filed:hover,.bx-blue .basket-item-amount-filed:focus{border-color:#006cc0}div.bx-blue .btn.btn-default{outline:0;border-color:#1485ce;background-color:#1485ce;color:#fff}div.bx-blue .btn.btn-default:hover{outline:0;border-color:#53a4d8;background-color:#53a4d8;color:#fff}div.bx-blue .btn.btn-default:active{outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}
/* End */
/* /bitrix/templates/misstease/components/bitrix/sale.basket.basket/.default/style.css?169469575110423 */
/* /bitrix/templates/misstease/components/bitrix/sale.basket.basket/.default/themes/blue/style.min.css?1648195812592 */
