.bx-basket { }

.bx-basket-block {
	position: relative;
}
.bx-basket-block {
    max-width: 200px;
    padding: 30px 20px;
}
.bx-basket-block > .fa {
	position: absolute;
	top: 3px;
	left: 0;
	width: 12px;
	color: #97a1ab;
}

span.count {
    position: absolute;
    right: 54px;
    background: #55bc51;
    font-size: 10px;
    top: -10px;
    color: rgb( 255, 255, 255 );
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 17px;
    font-weight: bold;
    border-radius: 50%;
	border: 2px solid #fff;
}

.bx-basket-block a {
    margin-left: 10px;
    color: rgb(114, 114, 114);
    font-size: 13px;
    text-decoration: auto;
}
span.block-cart {
    position: relative;
}

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

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

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

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

body .bx-basket-item-list-container {
overflow-y: auto;
    height: 250px;
}

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

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

body .bx-basket-item-list-item-status{
	font-size: 16px;
	color: #222;
	font-weight: bold;
	padding-left: 20px;
	margin: 10px 10px 20px;
	text-align: left;
	white-space: normal;
	font-weight: bold;
	line-height: 16px;
	background: white;
}

body .bx-basket-item-list-item-img {
	position: static;
	padding-bottom: 5px;
	text-align: center;
    margin-right: 25px;
}

body .bx-basket-item-list-item-img img {
	max-width: 90px;
	height: auto;
    border: none;
}

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

.bx-basket-item-list-item-name a {
line-height: 16px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    -webkit-transition: color 0.4s;
    -moz-transition: color 0.4s;
    -ms-transition: color 0.4s;
    -o-transition: color 0.4s;
    transition: color 0.4s;
}

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

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

body .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);
}

body .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;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    color: #161616;
}

.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; }
.bx-opener .bx-basket-item-list {
    width: 410px;
    background: #fff;
    will-change: transform;
    -webkit-transform-origin: 50% -50px;
    transform-origin: 50% -50px;
    -webkit-transform: rotateX(-15deg);
    transform: rotateX(-15deg);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: all 0.2s, all 0.2s;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    position: absolute;
    z-index: 2;
    right: 0;
    padding-bottom: 40px;
    opacity: 0;
    visibility: hidden;
    margin-top: 15px;
}
.bx-basket.bx-opener:hover .bx-basket-item-list {
    opacity: 1;
    visibility: visible;
}
.bx-basket-item-list-button-container a.btn.btn-primary {
    background: #f72346;
    border: #f72346;
    width: 100%;
    border-radius: 0;
    padding: 15px;
}