ul.wizard.pull-right.hidden-xs {
	display: flex;
	vertical-align: top;
	text-align: center;
	box-shadow: none;
	margin: 40px auto;
	position: relative;
	font-family: 'Muli', sans-serif;
	justify-content: space-between;
	width: 84%;
	float: none !important;
}

body ul.wizard>li {
	float: none;
	display: inline-block;
	text-align: center;
	background: transparent;
	padding: 0;
	border: none;
	z-index: 99;
	line-height: 1.5;
	font-weight: bold;
}

body ul.wizard li:first-child,
ul.wizard li:first-child {
	padding-left: 0;
	margin-left: -3px
}

ul.wizard li.text-primary {
	background: transparent;
}

body ul.wizard>li i {
	display: block;
	width: 80px;
	height: 80px;
	font-size: 40px;
	line-height: 80px;
	border: solid 1px;
	border-radius: 50%;
	margin: auto;
	background: #fff;
	margin-bottom: 10px;
}

body ul.wizard:after {
	content: "";
	height: 5px;
	background: #d9d9d9;
	float: left;
	position: absolute;
	top: 30%;
	margin: auto;
	left: 0;
	right: 0;
	width: 90%;
}

body ul.wizard>li.text-primary i,
body ul.wizard .text-success i {
	background: #10305a;
	color: #ffffff;
	border-color: #10305a;
}

body ul.wizard li.text-primary span {
	color: #10305a;
	font-family: 'Open Sans', sans-serif;
}

body ul.wizard>li .chevron {
	display: none;
}

ul.wizard li:first-child,
ul.wizard li:first-child {
	padding-left: 15px;
	border-radius: 0;
}

div.oe_website_sale .oe_cart .table>thead,
div.oe_website_sale .oe_cart .table>thead {
	background: #10305a;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.29);
}

div.oe_website_sale .oe_cart .table>thead>tr>th,
div.oe_website_sale .oe_cart .table>thead {
	color: #ffffff;
	border: none;
}

.oe_website_sale .o_website_sale_rightfit {
	padding-right: 15px;
}

div.oe_website_sale .oe_cart .table tr td,
div.oe_website_sale .oe_cart .table tr th {
	padding: 15px;
	position: relative;
	vertical-align: middle;
}

.oe_cart table td:first-child {
	min-width: 76px;
}

.oe_website_sale .td-img {
	width: 100px;
}

.input-group-addon {
	background: #10305a;
	border: none;
	color: #ffffff;
	border-radius: 0;
}

.js_quantity {
	border-color: #10305a;
	background: #ffffff;
}

td.td-product_name small {
	position: absolute;
	right: 22px;
	top: 11px;
}

body .oe_cart .text-success,
body .oe_cart .text-success:hover {
	color: #10305a;
	text-decoration: none;
}

body ul.wizard>li i:hover,
body ul.wizard .text-success i:hover {
	background: white;
	color: #10305a;
}

div#owl-carousel .owl-stage {
	margin: auto;
}

.fill-line:after {
	content: "";
	position: absolute;
	border: solid 3px #10305a;
	top: 30%;
	left: 80%;
	width: 224%;
	z-index: -9;
}

body ul.wizard>li i.fa.fa-truck {
	transform: rotateY(180deg);
}

#coupon_box form .input-group {
	box-shadow: 0 0 3px #464545;
	padding: 15px;
}

div#coupon_box input.form-control {
	height: 38px;
	border-radius: 0;
}

div#coupon_box a.btn.btn-default.a-submit {
	border-radius: 0 40px 40px 0;
	height: 38px;
	background: #10305a;
	color: #ffff;
	border-color: #10305a;
}

a.js_delete_product.hidden-xs.no-decoration {
	display: block !important;
}

a.btn.btn-primary.pull-right.mb32.mr8 {
	margin-right: 0 !important;
}