

/* Start:/local/templates/orac/components/bitrix/sale.basket.basket/basket/style.css?17502376506306*/
.pagetitle-wrap {
	display: none;
}

.basket_list_item {
	display: flex;
	justify-content: space-between;
	align-items: start;
	padding: 10px;
	border-radius: 6px;
	margin-bottom: 10px;
}
.basket_list_item_info {
	display: flex;
	gap: 10px;
	flex: 1;
}
.basket_list_item_info_pict {
	position: relative;
}
.basket_list_item_info_pict:hover {
	box-shadow: 0px 0px 25px 0px rgba(255, 242, 0, 0.2);
}
.basket_list_item_info_pict img {
	width: 150px;
	height: 150px;
}
.basket_list_item_discount {
	position: absolute;
	top: 0;
	right: 0;
	background: red;
	color: #fff;
	border-radius: 30px;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	font-weight: 600;
	z-index: 10;
}
.basket_list_item_name {
	font-size: 18px;
}
.basket_list_item_name a {
	text-decoration: none;
}
.basket_list_item_name a span {
	color: #000;
}
.basket_list_item_prop {
	display: flex;
	gap: 10px;
	font-size: 12px;
}
.basket_list_item_prop_name {
	color: #000;
}
.basket_list_item_prop_value {
	color: #666;
}

.stint-item {
	margin-top: 10px;
	font-size: 12px;
}
.stint-item-code {
	padding: 0 3px;
	border-radius: 10px;
}
.stint-item-info {
	color: #666;
}

.basket_list_item_quantity {
	display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: center;
}
.basket_list_item_quantity input {
	border: none;
	background: var(--grey);
    width: 40px;
    text-align: center;
    font-size: 18px;
}
.basket_list_item_quantity button { 
	background: transparent;
    color: var(--dark);
    border: none;
    border-radius: 20px;
    width: 30px;
    height: 30px;
    font-size: 30px;
    line-height: 1;
}
.basket_list_item_price_one del,
.basket_list_item_price del {
	display: block;
	white-space: nowrap;
	font-size: 14px;
	color: #ccc;
}
.basket_list_item_price_one_current,
.basket_list_item_price_total {
	display: block;
	white-space: nowrap;
	font-size: 16px;
}
.basket_list_item_price_one_discount {
	color: red;
}
.basket_list_item_price_one_measure {
	display: block;
	white-space: nowrap;
	font-size: 12px;
	color: #999;
}
.basket_list_item_price_eco {
	font-size: 12px;
    background: #42adf5;
    color: #fff;
    line-height: 18px;
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    padding: 2px 5px;
}
.basket_delete_btn_wrap {
	margin: 10px 0;
}
.basket_list_item_delete_btn {
    border: none;
    color: var(--dark);
    background-color: var(--grey);
    font-size: 16px;
    font-weight: 500;
    padding: 3px 15px;
}
.basket_list_item_delete_btn:hover {
    color: var(--dark);
    background-color: var(--yellow);
    box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2);
}

.basket_list_item_info, .basket_list_item_price_one, .basket_list_item_quantity, .basket_list_item_price {
	padding: 0 10px;
}
.basket_list_item_price_one, .basket_list_item_quantity, .basket_list_item_price {
	width: 120px;
}
.basket_list_item_controls {
	display: flex;
	align-items: start;
}
.basket_list_item_deleted {
	display: flex;
	justify-content: space-between;
	gap: 10px;
}
.basket_list_item_deleted_text {
	background: #f1f1f1;
	display: block;
	padding: 5px;
	border-radius: 4px;
}
.basket_list_item_deleted_controls {
	display: flex;
	justify-content: space-between;
	gap: 5px;
}
.basket_list_item_deleted_controls_btn:first-child {
	background: #32b34a;
	border: none;
	color: #fff;
	padding: 5px 8px;
	border-radius: 4px;
}
.basket_list_item_deleted_controls_btn:last-child {
	background: none;
	border: none;
	color: red;
}
.basket_total {
	position: sticky;
	top: 20px;
	padding: 20px;
	border: 1px solid #ccc;
	border-radius: 8px;
	margin-bottom: 10px;
}
.basket_total_coupon_text {
	font-size: 12px;
	color: #a1a1a1;
}
.basket_total_coupon_body {
	position: relative;
}
.basket_total_coupon_body input {
	width: 100%;
	padding: 5px 20px;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.basket_total_coupon_body i {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}
.basket_total_content span {
	display: block;
	font-size: 14px;
}
.basket_total_price {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.basket_total_price del {
	color: #a1a1a1;
}
.basket_total_price_eco {
	font-size: 14px;
	background: #42adf5;
	color: #fff;
	line-height: 18px;
	display: flex;
	flex-direction: column;
	border-radius: 5px;
	padding: 5px 8px;
}
.basket_total_price_current {
	font-size: 24px;
	font-weight: 600;
}
.basket_save_order_btn {
	width: 100%;
	border: none;
	background: var(--yellow);
	color: var(--dark);
	font-size: 24px;
	line-height: 40px;
	font-weight: 500;
	margin: 20px 0 0;
	padding: 10px;
	transition: all .3s ease-out;
}
.basket_save_order_btn:hover {
	background: var(--dark);
	color: #fff;
	transition: all .3s ease-in;
}
.basket_total_coupon_list {
	margin-top: 10px;
	font-size: 14px;
}
.basket_total_coupon_list button {
	background: none;
	border: none;
	color: red;
}

.empty_cart {
	text-align: center;
	padding-top: 40px;
}
.empty_cart_text {
	margin: 10px 0;
}

@media (max-width: 575px) {
	.basket_list_item {
		flex-direction: column;
	}
	.basket_list_item_name {
		font-size: 12px;
	}
	.basket_list_item_controls {
		justify-content: space-between;
		align-items: center;
		width: 100%;
	}
	.basket_total_price del {
		font-size: 14px;
	}
	.basket_total_price_current {
		font-size: 18px;
	}
}

/*------------Basket Buttons----------------*/
.basket-links {
    display: flex;
    flex-wrap: wrap;
}
.basket-catalog-link {
    display: block;
    margin-bottom: 10px;
    margin-left: 10px;
    background-color: #1485ce;
    color: #fff;
    width: max-content;
    font-size: 16px;
    font-weight: 500;
    transition: .5s;
    text-decoration: none;
    cursor: pointer;
}
.basket-catalog-link:hover {
    background-color: var(--dark);
    color: #fff;
    text-decoration: none;
}
.basket-catalog-link.clear-basket {
    background-color: var(--grey);
}
.basket-catalog-link.clear-basket:hover {
    background-color: var(--dark);
}
.basket-catalog-link.clear-basket:hover input[type="submit"] {
    color: #fff;
}
.basket-catalog-link input[type="submit"] {
    background-color: transparent;
    padding: 10px 15px;
    border: none;
    color: var(--dark);
    font-weight: 500;
}

/*---------------------------------*/
/* End */
/* /local/templates/orac/components/bitrix/sale.basket.basket/basket/style.css?17502376506306 */
