/**** CART ****/
.bx-basket-item-list {
	/*display: none;*/
	margin-top: 15px;
	text-align: left;
	padding: 15px;
	width: 320px;
	z-index: 9;
	position: absolute;
	top: 100%;
	right: 0;
	background-color: #fff;
	text-transform: none;
	font-weight: normal;
	border: 1px solid #eef1f3;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 14px;
}

.bx-basket-item-list .top-arrow {
	background-color: transparent;
	position: absolute;
	top: -11px;
	right: 30%;
	width: 10px;
	height: 10px;
	border-style: solid;
	border-width: 10px;
	border-color: transparent;
	border-bottom-color: #edf0f2;
	border-top-width: 0px;
}

.bx-basket-item-list .top-arrow:before {
	content: "";
	width: 0px;
	height: 0px;
	position: absolute;
	top: 1px;
	left: -10px;
	border: 10px solid transparent;
	border-bottom-color: #fff;
	border-top: 0px;
}

.bx-basket-item-list .bx-basket-total {
	border-bottom: 1px solid #eef1f3;
	padding-bottom: 15px;
}

.bx-basket-item-list .bx-basket-total p {
	padding: 0;
	margin: 0;
	color: #000;
}

.bx-basket-item-list .button-container {
	padding-top: 15px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-top: 1px solid #eef1f3;
}

.bx-basket-item-list .goto-cart {
	font-size: 13px;
}

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

.bx-basket-item-list .bx-basket-item-list-container .item-wrap {
	display: table;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #eef1f3;
	width: 100%;
}

.bx-basket-item-list .bx-basket-item-list-container .item-wrap:first-child {
	border-top: none;
}

.bx-basket-item-list .bx-basket-item-list-container .item-wrap .item {
	display: table-row;
}

.bx-basket-item-list .bx-basket-item-list-container .item-wrap .item .item-img {
	display: table-cell;
	width: 50px;
	height: 50px;
	vertical-align: middle;
}

.bx-basket-item-list .bx-basket-item-list-container .item-wrap .item .item-img img {
	width: 50px;
	height: auto;
}

.bx-basket-item-list .bx-basket-item-list-container .item-wrap .item .item-desc {
	padding-left: 15px;
	display: table-cell;
	vertical-align: top;
}

.bx-basket-item-list .bx-basket-item-list-container .item-wrap .item .item-desc .item-price-block {
	width: 100%;
	padding-top: 15px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
/**** END CART ****/
@media (max-width: 520px) {
	.header__btns-wrap .header__cart-btn {
		margin-left: auto;
	}
}