.progress-wizard {
	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;
	float: none !important;
	padding: 0;
}

.progress-wizard > a {
    border: none;
    z-index: 99;
    font-weight: bold;
    position: relative;
}


.progress-wizard > a > div > 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;
}

.progress-wizard:after {
	content: "";
	height: 5px;
	background: #d9d9d9;
	float: left;
	position: absolute;
	top: 30%;
	margin: auto;
	left: 0;
	right: 0;
	width: 90%;
}
.progress-wizard .text-primary i, .progress-wizard .text-success i, .text-muted.fill-line i {
    background: #36b4c6;
    color: #ffffff;
    border-color: #36b4c6;
}
.progress-wizard .text-primary {
	background: transparent;
	color: #10305a !important;
}

.progress-wizard > a .chevron {
	display: none;
}

span.o_wizard_has_extra_step.d-none + .progress-wizard .fill-line:after,  .fill-line:after  {
    content: "";
    position: absolute;
    border: solid 3px #1d202c;
    top: 30%;
    left: 75%;
    width: 150%;
    z-index: -9;
}
span.progress-wizard-dot.d-none.d-md-inline-block {
    display: inline !important;
}
.fill-line:after {
    width: 250%;
}
.oe_website_login_container label:before {
    content: "\f0e0";
    font: normal normal normal 14px/1 FontAwesome;
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 29px;
    font-size: 19px;
    color: #10305a;
    z-index: 9;
    background: #002e5a;
    border-right: solid #10305a;
    width: 40px;
    text-align: center;
    color: #ffffff;
    line-height: 34px;
}


.text-center.progress-wizard-steplabel {
    width: 160px;
}

div.oe_website_sale .oe_cart .table>thead,
div.oe_website_sale .oe_cart .table>thead {
	background: #1d202c;
	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;
}

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;
}

.js_add_cart_json {
    line-height: 1;
}
.js_add_cart_json i.fa{
    padding-top: 3px;

}