.bx-basket,
.krest{cursor:pointer}

.bx-basket-block {
	position: relative;
	padding-bottom: 0;
	white-space: nowrap;
	font-size: 12px;
	text-align: right;
	padding-top: 0;
}
.bx-basket-block .count{
	font-weight: bold;
	color: #A66922;
}

.bx-basket-block > .fa {
	position: absolute;
	top: 3px;
	left: 0;
	width: 12px;
	color: #97a1ab;
}
#horizontal-multilevel-menu .bx-basket-block{
	padding-right: 10px;
}
#horizontal-multilevel-menu .bx-basket-block > .fa {
	top: 10px;
	color: #fff;
}
#horizontal-multilevel-menu .bx-basket-block a{
	float: left;
	padding: 7px 0;
	color: #fff;
	font-size: 11px;
}
#horizontal-multilevel-menu .bx-basket-block span{
	float: left;
	margin-top: 7px;
	color: #fff;
}
.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: 0 !important;
		width: 300px !important;
		/*padding-top: 10px;
		width: 200px;*/
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff !important;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-fixed.top { top: 60px !important;/*10px*/ }

	.bx-basket-fixed.right { right: 100px !important;/*10px*/ }

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

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

	.bx-basket-fixed.bx-max-height { top: 10px; bottom: 10px; }
	.bx-opener .bx-basket-item-list { display: block; padding: 0 !important}

}

@media (max-width: 767px) {
	.bx-opener .bx-basket-item-list { 
		display: block; 
		padding: 0 !important;
		width: auto;
	}
	.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: 0 !important;/*10px; */
}

.bx-basket-item-list {
	top: 80px !important;
	/*position: absolute !important;*/
	z-index: 10;
	/*background: #FFFFFF;
	-webkit-box-shadow:0 2px 4px rgba(0,0,0,0.25);
	box-shadow:0 2px 4px rgba(0,0,0,0.25);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	padding: 15px;
	margin-top: 0;
	display: block;
	width:370px;
	margin-left: -50px;*/
}
.bx-max-height .bx-basket-item-list {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}

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

.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 {
	text-transform: none;
    overflow-x: hidden;
	overflow: auto;
	overflow-y: scroll;
	padding-right: 0 !important;
  	scrollbar-color: #7B9BB4 #F2F2F2;
  	scrollbar-width: thin;
	max-height: 250px;
	scrollbar-width: none;
	-ms-overflow-style: none;
}
.bx-basket-item-list-container::-webkit-scrollbar {
    width: 8px;
    background-color: #F2F2F2;
}
.bx-basket-item-list-container::-webkit-scrollbar-thumb {
    width: 8px;
    background-image: -webkit-linear-gradient(#7B9BB4, #7B9BB4);
}

.bx-basket-item-list-container::-webkit-scrollbar-button {
    background-color: #F2F2F2;
}
.bx-basket-item-list-item {
	position: relative;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	border-bottom: 1px solid #f7f7f7;
	display: inline-block;
}

.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: left !important;/*center;*/
	width: 100%;
	float: left;
}

.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;
	width: 65%;
	float: left; 
}

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

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

.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; }
.bx-basket-item-list .total-cart {
    font-family: 'Circe';
    font-weight: bold;
    font-size: 20px;
    line-height: 32px;
    color: #5F5F5F;
    margin-bottom: 10px;
    text-transform: none;
}
.bx-basket-item-list .cart__massage{
	font-family: 'Circe';
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    color: #5F5F5F;
    margin-bottom: 15px;
    text-transform: none;
    max-width: 215px;	
}
@media (max-width: 991px) {
    .bx-opener .bx-basket-item-list { 
      -webkit-transform: translate(-30%, 0);
          -ms-transform: translate(-30%, 0);
              transform: translate(-30%, 0); } }
@media (max-width: 768px) {
	.bx-basket-item-list-container{
		height:auto;/* 250px;*/
		max-height: calc(100vh - 140px);
	}
}
@media (max-width: 767px) {
	.bx-opener .bx-basket-item-list { 
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
	}

@media (max-width: 576px) {
	.bx-opener .bx-basket-item-list { 
	  /*-webkit-transform: translate(-80%, 0);
	      -ms-transform: translate(-80%, 0);
	          transform: translate(-80%, 0);*/
	  width: auto;
	  min-width: 320px; 
	  margin-top: 0;} 
}
.register-order__submit{text-align: center;}