.wizard > .steps .current-info, .wizard > .steps .number { display: none; }
.wizard { min-height: 450px; }
.wizard h4 { margin-bottom: 10px; }
.steps { margin-bottom: 0px; }
.steps ul { display: flex;  position: relative; }
.steps ul li { width: 20.16%;  margin-right: 10px;  margin-top: 0px; list-style-type: none; }
.steps li:before { content: '';  width: 0px;  height: 0px  }
.steps ul li a {display: inline-block; width: 100%; height: 7px; background: #e6e6e6; border-radius: 3.5px; }
.steps ul li.first a, .steps ul li.checked a { background: #f3d4b7;  transition: all 0.5s ease; }

.actions { margin: 0px; padding: 0px;}
.actions ul { display: flex;   justify-content: space-between; }
.actions ul.step-last { justify-content: flex-end; }
.actions li { margin-top: 0px; padding: 0px;}
.actions li:before { content: '';  width: 0px;  height: 0px  }
.actions ul.step-last li:first-child { display: none; }
.actions li a {padding: 0; border: none; display: inline-flex; height: 30px; width: 135px; align-items: center; background: #f3d4b7; cursor: pointer; position: relative; padding-left: 41px; color: #333; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); -webkit-transition-duration: 0.3s; transition-duration: 0.3s; font-weight: 400; }
.actions li a:hover { background: #d9bda3; }
.actions li[aria-disabled="true"] a { display: none; }
.actions li:first-child a {background: #e6e6e6;}
.actions li:first-child a:hover {background: #ccc; }
.actions li:last-child a { display:none; font-weight: 400; }

/*.steps ul:before {
content: "Billing Details";
font-size: 22px;
font-family: "Poppins-SemiBold";
color: #333;
top: -38px;
position: absolute; }
.steps ul.step-2:before {
content: "Additional Information"; }
.steps ul.step-3:before {
content: "Your Order"; }
.steps ul.step-4:before {
content: "Billing Method"; }
*/