<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bx-basket {}

.bx-basket-block {
	position: relative;
	padding-bottom: 5px;
	padding-left: 20px;
	white-space: nowrap;
	font-size: 12px;
}

.bx-basket-block&gt;.fa {
	position: absolute;
	top: 3px;
	left: 0;
	width: 12px;
	color: #97a1ab;
}

.bx-basket-block a {
	margin-right: 10px;
}

/*FIXED BASKET*/

@media (min-width: 768px) {
	.bx-basket-fixed {
		position: fixed;
		z-index: 998;
		overflow: hidden;
		padding-top: 10px;
		width: 200px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-fixed.top {
		top: 10px
	}

	.bx-basket-fixed.right {
		right: 10px
	}

	.bx-basket-fixed.bottom {
		bottom: 10px
	}

	.bx-basket-fixed.left {
		left: 10px
	}

	.bx-basket-fixed.bx-max-height {
		top: 10px;
		bottom: 10px;
	}
}

@media (max-width: 767px) {
	.bx-basket-fixed {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 998;
		overflow: hidden;
		padding-top: 10px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-item-list {
		display: none;
	}

	/*.bx-basket-fixed */
}

.bx-basket-fixed .bx-basket-block {
	margin-left: 10px;
}

.bx-basket-item-list {
	position: relative;
	overflow: hidden;
	padding-bottom: 20px;
	border-top: 1px solid #f7f7f7;
}

.bx-opener .bx-basket-item-list {
	padding-bottom: 75px;
}

.bx-max-height .bx-basket-item-list {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}

.bx-closed .bx-basket-item-list {
	overflow: hidden;
	height: 20px;
}

.bx-basket-item-list-action {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 120;
	padding: 3px 0;
	height: 20px;
	background: #f7f7f7;
	color: #4f4f4f;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	cursor: pointer;
}

.bx-basket-item-list-button-container {
	position: absolute;
	right: 0;
	bottom: 20px;
	left: 0;
	padding: 10px 0;
	border-top: 1px solid #f7f7f7;
	background: #fff;
	text-align: center;
}

.bx-basket-item-list-container {
	overflow-y: auto;
	max-height: 100%
}

.bx-basket-item-list-item {
	position: relative;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #f7f7f7;
}

.bx-basket-item-list-container .bx-basket-item-list-item:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.bx-basket-item-list-item-status {
	margin: 0 10px 20px;
	padding: 3px;
	border-radius: 3px;
	background: #ebebeb;
	text-align: center;
	white-space: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
}

.bx-basket-item-list-item-img {
	position: relative;
	padding-bottom: 5px;
	text-align: center;
}

.bx-basket-item-list-item-img img {
	max-width: 90px;
	height: auto;
	border: 1px solid #e6e6e6;
}

.bx-basket-item-list-item-name {
	padding-bottom: 5px;
}

.bx-basket-item-list-item-name a {
	font-size: 13px;
	line-height: 16px;
}

.bx-basket-item-list-item-remove {
	position: absolute;
	top: -7px;
	right: 10px;
	width: 20px;
	height: 20px;
	opacity: .5;
	cursor: pointer;
	transition: 250ms linear all;
	z-index: 400;
}

.bx-basket-item-list-item-remove:after,
.bx-basket-item-list-item-remove:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 10px;
	height: 2px;
	border-radius: 1px;
	background-color: #333;
	content: '';
	transform: translate(-50%, -50%);
}

.bx-basket-item-list-item-remove:after {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-moz-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	-o-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.bx-basket-item-list-item-remove:before {
	-webkit-transform: translate(-50%, -50%) rotate(135deg);
	-moz-transform: translate(-50%, -50%) rotate(135deg);
	-ms-transform: translate(-50%, -50%) rotate(135deg);
	-o-transform: translate(-50%, -50%) rotate(135deg);
	transform: translate(-50%, -50%) rotate(135deg);
}

.bx-basket-item-list-item-remove:hover {
	opacity: .7;
}

.bx-basket-item-list-item-price-block {
	padding-bottom: 5px;
	font-size: 12px;
}

.bx-basket-item-list-item-price {
	display: inline-block;
	margin-right: 5px;
}

.bx-basket-item-list-item-price-old {
	display: inline-block;
	margin-right: 5px;
	color: #b0b0b0;
	text-decoration: line-through
}

.bx_cart_login_top .bx-hdr-profile {
	line-height: 1.44em;
}

/* РќРѕРІС‹Рµ СЃС‚РёР»Рё РєРѕСЂР·РёРЅС‹ */
.basket-container {
    width: 100%;
    font-family: Arial, sans-serif;
    background-color: #fff;
}

.basket-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 15px;
    border-bottom: 1px solid #f0f0f0;
}

.basket-title {
    font-size: 24px;
    font-weight: bold;
    color: #000;
}

.basket-clear {
    display: flex;
    align-items: center;
    color: #79bcf2;
    cursor: pointer;
}

.clear-icon {
    margin-right: 5px;
}

.basket-items {
    padding: 0;
}

.basket-item {
    display: flex;
    align-items: flex-end;
    padding: 15px;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
}

.basket-item-image {
    width: 70px;
    height: 70px;
    margin-right: 15px;
    overflow: hidden;
    border-radius: 5px;
}

.basket-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.basket-item-info {
    flex: 1;
}

.basket-item-name {
    font-size: 16px;
    margin-bottom: 10px;
    text-align: left;
}

.basket-item-name a {
    color: #000;
    text-decoration: none;
}

.basket-item-quantity {
    display: flex;
    align-items: center;
}

.quantity-btn {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background-color: #96e2fe;
    color: #000;
    font-size: 18px;
    cursor: pointer;
    border-radius: var(--btn-border-radius);
}

.quantity-value {
    width: 40px;
    text-align: center;
    font-size: 16px;
    margin: 0 5px;
}

.basket-item-price {
    font-size: 18px;
    font-weight: bold;
    margin-left: 15px;
    text-align: right;
    width: 100px;
}

.basket-item-remove {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    color: #999;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.basket-item-remove:hover {
    color: #333;
}

.basket-footer {
    padding: 20px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.basket-total {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
    gap: .5rem;
}

.main-menu-header__close-icon {

}

@media screen and (min-width: 500px) {
    .main-menu-header__close-icon {
        display: none;
    }
}

.total-label {
    font-size: 1rem;
    color: #3e3e3e;
}

.total-value {
    font-size: 1.5rem;
    font-weight: 500;
}

.basket-checkout {
    text-align: right;
}

.checkout-btn {
    background-color: #96e2fe;
    color: #000;
    border: none;
    padding: .8rem 2rem;
    font-size: 1rem;
    border-radius: var(--btn-border-radius);
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}

.checkout-btn:hover {
    background-color: #65a9e0;
}

.sideorder .bx-hdr-profile:not(.cart-empty) {
    display: none;
}</pre></body></html>