.basket-inc {
	background: PeachPuff;
	position: fixed;
	top: 10px;
	right: 10px;
	padding: 10px;
	display: none;
	z-index: 1031;
}
.basket .delete {
	color: red;
	cursor: pointer;
}
table.pills .buy span[data-product] {
	cursor: pointer;
}
.basket-inc .item-list td {
	padding: 5px;
}
.go-basket, .go-back, .go-checkout {
	cursor: pointer;
}
.total-price {
	font-weight: bold;
}
.item-num input {
	width: 3em;
	text-align: center;
}
table.pills td.ralign {
	text-align: right;
}
.pills, .item-list {
	font-size: .86rem;
	font-weight: 600;
	background-color: #fff;
	-webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.06);
	-moz-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.06);
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.06);
}
.pills thead tr td, .item-list thead tr td {
	background-color: #343A40;
	color: #fff;
	font-weight: 600;
	font-size: 1rem;
	text-align: left;
}
.buy .btn {
	background-color: #204672;
	border-color: #204672;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 1rem;
	background-image: none;
	padding: 0.35rem 2rem 0.3rem;
	border-radius: 0;
}
.buy .btn i {
	font-size: 1rem;
	margin-right: .2rem;
}
.pills .bonus {
	border: 0;
}
td.bonus {
	padding-top: 0 !important;
	padding-bottom: 0;
}
td.bonus:last-child {
	padding-bottom: 0.4rem;
}
.pills td, .item-list td {
	vertical-align: middle;
	padding-top: 0.4rem;
	padding-bottom: 0.4rem;
	border-top: 1px solid #d4d4d4;
	color: #424242;
	font-size: 1rem;
	text-align: left;
}
.bonus .pills, .float-basket .bonus td, .item-list .bonus td {
	padding: 0rem 1.5rem 0.1rem 2rem;
	background-image: url(images/plus.png);
	background-position: left  center;
	background-repeat: no-repeat;
	background-size: 35px;
	color: #fff;
	font-size: .86rem;
	font-weight: 600;
	background-color: #f64444;
	border-radius: 0;
	float: left;
	margin-bottom: .2rem;
}
.bonus .shipping {
	padding-left: 6px;
	color: #e56155;
	font-size: 1rem;
	text-transform: uppercase;
}
.shipping {
	font-weight: 800;
}
.pills tr:not(.bonus), .item-list tbody tr:not(.bonus) {
	text-transform: uppercase;
}
.basket-inc {
	border: 3px solid #D1D3E0;
	border-radius: 3px;
	background-color: #F2F2F2;
}
.clear-item, .clear-basket {
	width: 16px;
	height: 16px;
	background-image: url('images/remove-from-cart.png');
	background-repeat: no-repeat;
	display: block;
	background-size: 16px;
}
.go-basket, .go-checkout, .go-back {
	background-color: #204672;
	border-color: #204672;
	border-radius: 0;
	font-size: 1rem;
	padding: 0.1rem 2rem 0.4rem;
}
.go-basket:hover, .go-checkout:hover, .go-back:hover {
	background-color: #f64444;
	border-color: #f64444;
}
.table-hover .bonus {
	border: 0;
}
.float-basket-title, .basket-title {
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1.3 !important;
	padding-left: 0.4rem;
}
.float-basket {
	font-size: .86rem;
}
.nav-tabs {
	margin-bottom: 10px;
	border-bottom: 1px solid #0053a1;
}
.nav-tabs .nav-link.active {
	border-color: #0053a1 #0053a1 #fff;
}
.nav-tabs .nav-link:hover {
	border-bottom: 1px solid #0053a1;
}
.nav-tabs .nav-link.active:hover {
	border-bottom: 1px solid #fff;
}

.table.pills{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #58566f;
}
.table.pills tr,
.table.pills td,
.table.pills th{
	padding: 7px;
}
.pills thead tr td, .item-list thead tr td{
	background-color: #58566f;
}
.table__box-item.active .table.pills{
	display: block;
}
.buy .btn{
	vertical-align: middle;
	background-color:#dfeaf7;
	color: #fe565d;
	width: 100%;
	border: 1.5px solid #58566f;
	border-radius: 5px;
	padding: 7px 20px;
}
.buy .btn:hover{
	background-color: #ebf3fc;
}

.go-basket.btn.btn-primary,
.go-checkout.btn.btn-primary,
.go-back.btn.btn-primary{
	color: #fff;
	padding: 10px;
	background-color: #58566f;
	border-radius: 5px;
	margin-right: 10px;
}
.go-basket.btn.btn-primary:hover,
.go-checkout.btn.btn-primary:hover,
.go-back.btn.btn-primary:hover{
	background-color: #f64444;
}
.basket-inc.item-list td{
	padding: 10px;
}
.ralign{
	padding: 10px;
}

.basket-title{
	font-size: 24px;
	font-weight: 500;
	padding: 10px;
	color: #f64444;
}
.float-basket-title{
	color: #fe565d;
}
.item-list.table.table-hover{
	width: 100%;
}
.item-list.table.table-hover thead td{
	background-color: #58566f;
}
.item-list.table.table-hover td,
.float-basket.item-list.table-hover td{
	padding: 10px;
}
.item-list.table.table-hover .bonus td, 
.float-basket.item-list.table-hover .bonus td{
	padding: 4px;
	padding-left: 35px;
	margin-left: 4px;
}
.total-price{
	padding: 8px;
	border: 2px solid #f64444;
	border-radius: 5px;
}
.basket-is-empty{
	font-size: 18px;
}