.bx-basket { }

.basket-line-block {
	position: relative;
	padding-left: 25px;
	white-space: nowrap;
	font-size: 14px;
	color: #fff;
}

.basket-line-block-icon-cart,
.basket-line-block-icon-profile {
	position: relative;
	margin-right: 10px;
	color: #fff;
}

.basket-line-block-icon-cart:after,
.basket-line-block-icon-profile:after {
	position: absolute;
	top: -1px;
	left: -25px;
	display: block;
	width: 20px;
	height: 20px;
	content: '';
}

.basket-line-block-icon-profile:after { background: no-repeat center url(images/profile.svg); }

.basket-line-block-icon-cart:after { background: no-repeat center url(images/cart.svg); }

/*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 .basket-line-block { margin-left: 10px; }

.bx-basket-item-list {
	position: relative;
	padding-bottom: 20px;
	border-top: 1px solid #f7f7f7;
}
#hd_cart .bx-basket-item-list:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: transparent;
    position: absolute;
    right: 10px;
    top: -17px;
    border: 10px solid transparent;
    border-bottom: 10px solid white;
    z-index: 110;
}

.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;
}*/

#hd_cart .bx-basket-item-list-container {
  overflow-x: hidden;
  overflow-y: hidden;
  max-height: 205px;
  display: block;
  padding-right: 10px;
}
#hd_cart .bx-basket-item-list-container:hover {
  -webkit-overflow-scrolling: touch;
  -moz-overflow-scrolling: touch;
  -ms-overflow-scrolling: touch;
  -o-overflow-scrolling: touch;
  overflow-scrolling: touch;
   overflow-y: scroll;
}
#hd_cart .bx-basket-item-list-container::-webkit-scrollbar-thumb {
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.3);
  background-color: #31558c;
}
#hd_cart .bx-basket-item-list-container::-webkit-scrollbar {
  width: 5px;
}
#hd_cart .bx-basket-item-list-container::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
  border-radius: 20px;
  background-color: #e8e8e8;
}

.bx-basket-item-list-item {
	position: relative;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: 1px solid #e8e8e8;
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.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;
	text-align: center;
	margin-right: 15px;
}

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

.bx-basket-item-list-item-name a {
	font-size: 14px;
	line-height: 16px;
	font-family: "Open Sans";
	text-decoration: none;
	color: #000;
}

.bx-basket-item-list-item-remove {
	position: relative;
	top: 50%;
	width: 20px;
	height: 20px;
	opacity: .5;
	cursor: pointer;
	transition: 250ms linear all;
	border-radius: 50px;
    border: 2px solid #a2a2a2;
    margin: 5px 0 5px 5px;
}

.bx-basket-item-list-item-remove:after,
.bx-basket-item-list-item-remove:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 13px;
	height: 2px;
	border-radius: 1px;
	background-color: #a2a2a2;
	content: '';
	transform: translate(0, -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: 5px;
	width: 120px;
}

.bx-basket-item-list-item-price, .bx-basket-item-list-item-price-summ  .basket-item-price-current-text{
	display: inline-block;
	color: #31558c;
    font-family: Bradobrei;
    font-size: 15px;
    font-style: italic;
    line-height: 18px;
}
.bx-basket-item-list-item-price-block .basket-item-price-title {
	font-size: 11px;
	color: #b4b4b4;
	font-family: "Open Sans";
	line-height: 15px;
}

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

.bx_cart_login_top .basket-line { line-height: 1.44em; }

.bx-basket-item-list-item-product {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 200px;
    padding-right: 5px;
}
.bx-basket-item-list-item-price-total {
    display: block;
    padding: 5px;
    width: 140px;
}
.bx-basket-item-list-item-quantity {
    padding: 5px;
    width: 65px;
}

.bx-basket-item-list-item-quantity .basket-item-block-amount {
	font-family: "Open Sans";
	font-size: 14px;
	color: #000;
	font-weight: 500;
}

.bascet-total-info .bx-basket-item-list-button-container, .bascet-total-info .basket-oneclick a {
  width: 170px;
  font-size: 12px;
}
#hd_cart .bx-basket-item-list-button-container a {
	font-size: 12px;
}

.bascet-total-info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
.bascet-total-info .basket-block-total-price {
	font-family: "Open Sans";
	font-size: 14px;
	color: #000;
	font-weight: 600;
}
.bascet-total-info .basket-block-total-price span {
	color: #31558c;
    font-family: Bradobrei;
    font-size: 15px;
    font-style: italic;
    line-height: 18px;
    font-weight: 400;
    padding-left: 5px;
}
#hd_cart .bx-basket-item-list {
    display: none;
    position: absolute;
    right: 0;
    z-index: 105;
    width: 610px;
    top: 100%;
    background: #fff;
    padding: 20px 10px 20px 20px;
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  }

