.steps {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 30px 0 40px 0;
}

.steps ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.steps ul:before {
	width: 100%;
	height: 1px;
	display: block;
	content: ' ';
	font-size: 0;
	line-height: 0;
	border-bottom: 1px solid #ccc;
	position: absolute;
	top: 20px;
	left: 40px;
}

.steps ul li {
	text-align: center;
	margin: 0 40px;
	position: relative;
	z-index: 1000;
}

.steps ul li:first-of-type .num:before {
	width: 1000px;
	height: 50px;
	position: absolute;
	top: 0;
	right: 40px;
	background: #f2f2f2;
	display: block;
	content: ' ';
}

.steps ul li:last-of-type .num:after {
	width: 1000px;
	height: 50px;
	position: absolute;
	top: 0;
	left: 40px;
	background: #f2f2f2;
	display: block;
	content: ' ';
}

.steps ul li span {
	display: block;
}

.steps ul li .num {
	margin: 0 auto 15px;
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: white;
	border-radius: 8px;
	border: 1px solid #ccc;
	font-family: 'muktabold';
	font-size: 18px;
	position: relative;
}

.steps ul li .name {
	font-family: 'mukta_extraboldregular';
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;
	letter-spacing: .5px;
	position: absolute;
	bottom: -12px;
	left: -100px;
	width: 240px;
}

.steps ul li.active .num {
	background: url(/images/ico-mini-check.svg) center center no-repeat #EFF7E4;
	text-indent: -9999px;
}

.steps ul li.current .num {
	background: #70BA02;
	color: white;
	border: 0;
}

.title-webshop {
	font-family: 'mukta_extraboldregular';
	font-size: 14px;
	line-height: 18px;
	padding: 20px;
	margin: 0;
	border-bottom: 1px solid #ccc;
}

.purchase-table tr td .form-control {
	border-top-left-radius: 6px !important;
	border-bottom-left-radius: 6px !important;
}

.cart-table tr td:first-of-type {
	width: 20px !important;
}

.cart-table tr td:nth-of-type(2) {
	flex: 0 0 80px !important;
}

.cart-table tr td:nth-of-type(3) { 
	flex: 0 0 calc(100% - 150px);
}

.cart-table tr td:nth-of-type(2) .image img {
	max-width: 95%;
	max-height: 95%;
}

.cart-table tbody tr td .form-group {
	width: 130px;
}

.summary {
	margin-bottom: 15px;
}

.summary tfoot tr td:last-of-type {
	width: 130px;
	color: #000 !important;
}

.summary tfoot tr:last-of-type td:last-of-type.subtotal {
	color: #15B689 !important;
}

.summary tfoot tr:last-of-type td:last-of-type.total {
	color: #FC7419 !important;
}

.summary.nobd tfoot tr:last-of-type td {
	border: 0 !important;
}

.btn-cart {
	background-image: url(/images/ico_cart_w.svg) !important;
	background-position: 17px center !important;
	background-repeat: no-repeat !important;
	padding-left: 45px;
}

.upsell h4 {
	font-family: 'mukta_extraboldregular';
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	padding: 0;
	margin: 0 0 10px;
}

.upsell hr {
	padding: 0;
	margin: 0;
	opacity: 1;
	border: 0;
	border-bottom: 1px solid #ccc;
	font-size: 0;
	line-height: 0;
	height: 1px;
}

.upsell .holder {
	padding: 20px;
}

.upsell .cart-added {
	margin: 0 0 20px;
	border-radius: 6px;
	border: 1px solid #ccc;
	overflow: hidden;
	display: flex;
}

.upsell .cart-added .image {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100px;
	height: 100px;
	padding: 10px;
	border-right: 1px solid #ccc;
	flex: 0 0 100px;
}

.upsell .cart-added .image img {
	display: block;
	align-self: center;
	max-width: 100%;
	max-height: 100%;
}

.upsell .cart-added .text {
	height: 100px;
	display: flex;
	align-items: center;
	flex: 0 1 auto;
	padding: 0 20px;
}

.upsell .cart-added .text .name {
	display: block;
	font-family: 'mukta_extraboldregular';
	font-size: 14px;
	line-height: 18px;
	color: black;
	text-decoration: none;
}

.upsell .cart-added .text .code {
	display: block;
	font-size: 12px;
	line-height: 18px;
}

.upsell .cart-upsell .item {
	border-radius: 6px;
	border: 1px solid #ccc;
	overflow: hidden;
	display: flex;
	flex-flow: column;
}

.upsell .cart-upsell .item .image {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 200px;
	padding: 20px;
	border-bottom: 1px solid #ccc;
}

.upsell .cart-upsell .item .image img {
	display: block;
	align-self: center;
	max-width: 100%;
	max-height: 100%;
}

.upsell .cart-upsell .item .text {
	padding: 15px 20px;
}

.upsell .cart-upsell .item .text .name {
	display: block;
	font-family: 'mukta_extraboldregular';
	font-size: 14px;
	line-height: 18px;
	color: black;
	text-decoration: none;
	margin: 0 0 15px;
}

.upsell .cart-upsell .item .text .offer {
	display: block;
	font-size: 12px;
	line-height: 18px;
}

.upsell .cart-upsell .item .text .price {
	display: block;
	font-size: 14px;
	line-height: 18px;
	color: #A3A3A3;
	margin: 0 0 3px;
}

.upsell .cart-upsell .item .text .price span {
	font-family: 'mukta_extraboldregular';
	font-size: 18px;
	line-height: 18px;
	color: #FC7419;
}

.btn-all {
	padding-right: 44px;
	background: url(/images/arrow-right-d.svg) right 19px center no-repeat white !important;
}

header .container .buttons a.cart {
	background: url(/images/ico-cart.svg) center center no-repeat;
}

.mobile-quick-nav a.cart {
	width: 26px;
    background: url(/images/ico-cart-d.svg) center top no-repeat;
}

.btn-refresh {
	width: 30px;
	height: 30px;
	display: block;
	font-size: 0;
	line-height: 0;
	background: url(/images/ico-refresh-d.svg) center center no-repeat;
	border: 0;
	cursor: pointer;
	border: 0;
	outline: none !important;
	box-shadow: none !important;
}

@media screen and (min-width: 768px) {
	.steps {
		margin: 40px 0 50px 0;
	}
	.steps ul li {
		margin: 0 100px;
	}
	
	.cart-table tr td:nth-of-type(2) {
		width: 100px !important;
		padding: 10px 0 10px 10px !important;
	}
	
	.cart-table tr td:nth-of-type(3) {
		padding-left: 10px !important;
	}
	.cart-table tbody tr td .form-group {
		width: 140px;
	}
}