@charset "UTF-8";
@import url("https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?rvheu5");
  src: url("../fonts/icomoon.eot?rvheu5#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?rvheu5") format("truetype"), url("../fonts/icomoon.woff?rvheu5") format("woff"), url("../fonts/icomoon.svg?rvheu5#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.icomoonLib [class^="icon-"],
.icomoonLib [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-pay:before {
  content: "\c007";
  font-family: "icomoon" !important;
}

.multipage a:hover,
.multipage a:active,
.multipage a:focus {
  box-shadow: none;
  outline: none;
}

.multipage label {
  font-weight: normal;
}

.multipage a,
.multipage h1 a:hover,
.multipage h2 a:hover,
.multipage h3 a:hover,
.multipage h4 a:hover,
.multipage h5 a:hover,
.multipage h6 a:hover {
  color: var(--wpf-theme-color);
}

.multipage a.terms {
  color: var(--wpf-theme-color);
}

.multipage form {
  margin: 0px;
}

.multipage .wizard-section {
  position: relative;
}

.multipage .wizard-section ul,
.multipage ol {
  margin: 0px;
  padding: 0px;
}

.multipage * {
  box-sizing: border-box;
}

.multipage img,
.multipage video,
.multipage svg {
  max-width: 100%;
}

.multipage .tempwrap {
  max-width: 710px;
  margin: 0px auto;
}

.multipage .wizard-section {
  max-width: 100%;
  background: transparent;
  border-radius: 8px;
}

.multipage .wizard-section.wpf_form_shadow {
  box-shadow: 0px 2px 8px rgba(44, 49, 73, 0.12);
  background: #fff;
}

.multipage .wizard-section.wpf_form_shadow .wpfLoader {
  left: 20px;
  right: 20px;
  top: 20px;
  bottom: 20px;
  z-index: 99;
}

.multipage .wizardWrap h5 {
  font-size: 20px;
  font-weight: 400;
  margin: 0px 0px 20px 0px;
  padding: 0px;
  letter-spacing: normal;
  text-transform: none;
}

.multipage .form-wizard {
  color: #2f2f37;
  padding: 30px;
  font-size: 15px;
}

.multipage .form-wizard .wizard-form-radio {
  display: inline-block;
  margin-left: 5px;
  position: relative;
}

.multipage .form-wizard .wizard-form-radio input[type="radio"] {
  -o-appearance: none;
  appearance: none;
  height: 16px;
  width: 16px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  margin: -3px 0px 0px 0px;
  border: 1px solid #7f8393;
  background-color: #fff;
  transition: all 1s ease-in-out;
}

.multipage .form-wizard .wizard-form-radio input[type="radio"]:focus {
  outline: 0;
}

.multipage .form-wizard .wizard-form-radio input[type="radio"]:checked {
  background-color: #fff;
  border: 1px solid var(--wpf-theme-color);
}

.multipage .form-wizard .wizard-form-radio input[type="radio"]::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  display: inline-block;
  background-color: var(--wpf-theme-color);
  border-radius: 50%;
  left: 0px;
  right: 0;
  margin: 0 auto;
  top: 3px;
  transition: all 0.2s ease;
  opacity: 0;
  transform: scale(0);
}

.multipage .form-wizard .wizard-form-radio input[type="radio"]:checked::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  display: inline-block;
  background-color: var(--wpf-theme-color);
  border-radius: 50%;
  left: 0px;
  right: 0;
  margin: 0 auto;
  top: 3px;
  opacity: 1;
  transform: scale(1);
}

.multipage .form-wizard .wizard-form-radio input[type="radio"] ~ label {
  padding-left: 0px;
  cursor: pointer;
  margin-right: 15px;
  display: inline-block;
  color: #333 !important;
}

.multipage .form-wizard .form-wizard-header {
  text-align: center;
}

.multipage .form-wizard .form-wizard-next-btn,
.multipage .form-wizard .form-wizard-previous-btn,
.multipage .form-wizard .form-wizard-submit,
.multipage .wpf-wizard-form-submit-btn {
  background-color: var(--wpf-theme-color);
  color: #ffffff;
  display: inline-block;
  min-width: 100px;
  min-width: 120px;
  padding: 10px 20px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  text-decoration: none !important;
  cursor: pointer;
}

.multipage .form-wizard .form-wizard-next-btn:hover,
.multipage .form-wizard .form-wizard-next-btn:focus,
.multipage .form-wizard .form-wizard-previous-btn:hover,
.multipage .form-wizard .form-wizard-previous-btn:focus,
.multipage .form-wizard .form-wizard-submit:hover,
.multipage .form-wizard .form-wizard-submit:focus {
  color: #ffffff;
  opacity: 0.8;
  text-decoration: none;
  box-shadow: none;
  outline: none;
}

.multipage .form-wizard-next-btn small {
  font-size: 16px;
}

.multipage .hentry .entry-content a:not(.button) {
  text-decoration: none;
}

.multipage .form-wizard .wizard-fieldset {
  display: none;
  border: none;
  background: transparent;
  padding: 0px;
  margin: 0px;
}

.multipage .form-wizard .wizard-fieldset.show {
  display: block;
}

.multipage .form-wizard .wizard-form-error {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
}

.multipage .form-wizard .form-wizard-previous-btn {
  background-color: #fb1647;
}

.multipage .form-wizard .form-control {
  font-weight: 400;
  padding: 0px 15px;
  color: #2f2f37;
  background-color: #fff;
  border: none;
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: 1px solid #b3b3b3;
  border-radius: 4px;
  font-size: 14px;
  box-shadow: none;
  margin: 0px;
}

.multipage .form-wizard .form-control:focus {
  /* box-shadow: 0px 0px 0px 1px var(--wpf-theme-color); */
  outline: none;
  border: 1px solid var(--wpf-theme-color);
  background: transparent;
}

.multipage .form-wizard .form-group {
  position: relative;
  margin: 0px 0px 25px 0px;
}

.multipage .form-wizard .wizard-form-text-label {
  position: absolute;
  left: 15px;
  top: 9.5px;
  transition: 0.2s linear all;
  color: #2f2f37 !important;
  padding: 0px;
  margin: 0px;
  pointer-events: none;
  font-weight: 500;
  font-size: 14px;
  line-height: normal;
}

.multipage .form-wizard .focus-input .wizard-form-text-label {
  color: #2f2f37 !important;
  top: -10px;
  background: #fff;
  transition: 0.2s linear all;
  font-size: 13px;
  left: 15px;
}

.multipage .form-wizard .form-wizard-steps {
  margin: 10px 0px 30px 0px;
  display: table;
  width: 100%;
}

.multipage .form-wizard .form-wizard-steps li {
  display: table-cell;
  position: relative;
  transition: width 0.6s ease;
  list-style: none inside;
}

.multipage .form-wizard .form-wizard-steps li small {
  position: absolute;
  left: 0px;
  right: 0px;
  margin-top: 45px;
  font-size: 14px;
}

.multipage .form-wizard .form-wizard-steps li::before {
  border: none;
  background-color: #f3f3f3;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  left: 0%;
  top: 50%;
  width: 100%;
  transition: width 0.6s ease;
}

.multipage .form-wizard .form-wizard-steps li::after {
  border: none;
  background-color: var(--wpf-theme-color);
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  left: 0%;
  top: 50%;
  width: 0;
  transition: width 0.6s ease;
}

.multipage .form-wizard .form-wizard-steps li.active:after {
  border: none;
  background-color: var(--wpf-theme-color);
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  left: 0%;
  top: 50%;
  width: 100%;
}

.multipage .form-wizard .form-wizard-steps li.activated:after {
  border: none;
  background-color: var(--wpf-theme-color);
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  left: 0%;
  top: 50%;
  width: 100%;
}

.multipage .form-wizard .form-wizard-steps li.activated small {
  color: var(--wpf-theme-color);
}

.multipage .form-wizard .form-wizard-steps li:first-child::before,
.multipage .form-wizard .form-wizard-steps li:first-child::after,
.multipage .form-wizard .form-wizard-steps li:first-child.active:after,
.multipage .form-wizard .form-wizard-steps li:first-child.activated:after {
  left: 50%;
}

.multipage .form-wizard .form-wizard-steps li:last-child::before {
  width: 50%;
}

.multipage .form-wizard .form-wizard-steps li:last-child::after,
.multipage .form-wizard .form-wizard-steps li:last-child.active:after,
.multipage .form-wizard .form-wizard-steps li:last-child.activated:after {
  max-width: 50%;
}

.multipage .form-wizard .form-wizard-steps li span {
  border: 6px solid #efefef;
  background: #f5f5f5;
  border-radius: 50%;
  display: inline-block;
  height: 34px;
  position: relative;
  text-align: center;
  width: 34px;
  z-index: 1;
  font-size: 0px;
  vertical-align: middle;
}

.multipage .form-wizard .form-wizard-steps li.active span,
.multipage .form-wizard .form-wizard-steps li.activated span {
  background-color: #fff;
  color: #ffffff;
  border: 6px solid var(--wpf-theme-color);
}

.multipage .form-wizard .wizard-password-eye {
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.multipage .btnGroup {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  display: inline-block;
}

/* start commented backslash hack \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

.multipage .pic {
  width: 70%;
  height: 50vh;
  background-size: cover;
  background-repeat: no-repeat;
}

.multipage .paymentSelect .selection {
  display: inline-block;
  margin-right: 0px;
  vertical-align: top;
  padding: 0px 10px 15px 0px;
  width: auto;
  min-width: 60px;
}

.multipage .paymentSelect .selection:last-child {
  padding: 0px;
}

.multipage .paymentSelect .selection label {
  display: inline-block;
  width: 100%;
  background-color: #f2f2f2;
  border-radius: 4px;
  color: #484848;
  padding: 0px 15px;
  cursor: pointer;
  margin: 0px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  transition: all 0.3s;
  font-size: 16px;
  font-weight: 600;
}

.multipage .paymentSelect .selection label:hover {
  background-color: var(--wpf-theme-color);
  color: #fff;
}

.multipage .paymentSelect .selection input[type="radio"] {
  display: none;
}

.multipage .paymentSelect .selection input[type="radio"]:checked ~ label {
  background-color: var(--wpf-theme-color);
  color: #fff;
}

.multipage .paymentSelect {
  display: block;
  width: 100%;
}

.multipage .shcusIn {
  display: block !important;
  margin-top: 10px;
}

.multipage .otherpInput {
  position: relative;
}

.multipage .otherpInput::before {
  content: var(--wpf-currency);
  position: absolute;
  left: 0px;
  top: 0px;
  background: var(--wpf-theme-color);
  font-size: 12px;
  color: #fff;
  bottom: 0px;
  text-align: center;
  width: 40px;
  height: 40px;
  border-radius: 4px 0px 0px 4px;
  line-height: 40px;
}

.multipage .otherpInput .customPayment {
  padding-left: 50px;
}

.multipage .selectAmount {
  padding: 0px 0px 10px 0px;
  display: block;
  margin: 0px;
}

.multipage label.paynow::before:hover {
  color: #fff;
}

.multipage .shopping-cart {
  display: flex;
  flex-direction: column;
  position: relative;
}

.multipage .title {
  height: 60px;
  border-bottom: 1px solid #e1e8ee;
  padding: 20px 30px;
  color: #5e6977;
  font-size: 18px;
  font-weight: 400;
}

.multipage .buttons {
  position: relative;
  padding-top: 30px;
  margin-right: 60px;
}

.multipage .delete-btn,
.multipage .like-btn {
  display: inline-block;
  cursor: pointer;
}

.multipage .delete-btn {
  width: 18px;
  height: 17px;
  background: url("../img/delete-icn.svg") no-repeat center;
}

.multipage .like-btn {
  position: absolute;
  top: 9px;
  left: 15px;
  background: url("../img/twitter-heart.png");
  width: 60px;
  height: 60px;
  background-size: 2900%;
  background-repeat: no-repeat;
}

.multipage .is-active {
  animation-name: animate;
  animation-duration: 0.8s;
  animation-iteration-count: 1;
  animation-timing-function: steps(28);
  animation-fill-mode: forwards;
}

@keyframes animate {
  0% {
    background-position: left;
  }
  50% {
    background-position: right;
  }
  100% {
    background-position: right;
  }
}

.multipage .wpformify_image {
  margin-right: 20px;
  max-width: 110px;
}

.multipage .description {
  padding-top: 10px;
  width: 220px;
}

.multipage .description span,
.multipage .pDetails span {
  display: block;
  font-size: 15px;
  color: #43484d;
  font-weight: 400;
}

.multipage .description span:first-child {
  margin-bottom: 5px;
}

.multipage .description span:last-child,
.multipage .pDetails span:last-child {
  font-weight: 300;
  margin-top: 8px;
  color: #86939e;
}

.multipage .wpEasyquantity {
  margin-right: 30px;
  width: 100px;
  align-self: center;
}

.multipage .wpEasyquantity input {
  -webkit-appearance: none;
  border: none;
  text-align: center;
  width: 32px;
  font-size: 16px;
  color: #43484d;
  font-weight: 300;
}

.multipage .wpEasybutton[class*="btn"] {
  width: 30px;
  height: 30px;
  background-color: #e1e8ee;
  border-radius: 4px;
  border: none;
  cursor: pointer;
}

.multipage .minus-btn img {
  margin-bottom: 3px;
}

.multipage .plus-btn img {
  margin-top: 2px;
}

.multipage .wpEasybutton:focus,
.multipage input:focus {
  outline: 0;
}

.multipage .total-price {
  width: 85px;
  text-align: center;
  font-size: 16px;
  color: #43484d;
  font-weight: 300;
  align-self: center;
}

/* close commented backslash hack */
@keyframes click-radio-wave {
  0% {
    width: 25px;
    height: 25px;
    opacity: 0.35;
    position: relative;
  }
  100% {
    width: 60px;
    height: 60px;
    margin-left: -15px;
    margin-top: -15px;
    opacity: 0;
  }
}

@media screen and (max-width: 767px) {
  .multipage .wizard-content-left {
    height: auto;
  }
}

.multipage .headCol {
  align-self: center;
  float: none;
}

.multipage .form-control-em {
  border: none;
  background: transparent;
  box-shadow: none;
  width: auto;
  display: inline-block;
  font-size: 16px;
  color: #43484d;
  font-weight: 300;
}

.multipage .basket-tbl .headCol.pPrice {
  width: 70px;
  margin: 10px auto;
}

.multipage .basket-tbl .headCol.pPrice .form-control-em {
  width: 40px;
  margin: 0px auto;
  text-align: center;
  background: transparent;
  box-shadow: none;
}

.multipage .basket-tbl .headCol.pCost .form-control-em {
  width: 40px;
  margin: 0px auto;
  text-align: center;
  width: 40px;
  margin: 0px auto;
  text-align: center;
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0px;
}

.multipage .basket-tbl .headCol.pCost {
  width: 70px;
  margin: 0px auto;
  clear: both;
  text-align: center;
  padding-top: 15px;
}

.multipage .basket-tbl .headCol.pImage {
  width: 100%;
  margin-right: 0px;
  text-align: center;
}

.multipage .basket-tbl .headCol.pImage img {
  margin: 0px auto;
}

.multipage .result-tbl {
  position: absolute;
  bottom: -60px;
  right: 0px;
  max-width: 130px;
  white-space: nowrap;
  font-size: 16px;
}

.multipage .result-tbl .curr {
  display: inline-block;
}

.multipage .result-tbl .form-control-em {
  display: inline-block;
  width: 50px;
  max-width: initial;
  min-width: auto;
  font-size: 16px;
  font-weight: bold;
  background: transparent;
  border: none;
  box-shadow: none;
  color: #43484d;
  padding: 0px;
  margin: 0px;
}

.multipage .result-tbl b {
  font-weight: bold;
  font-size: 16px;
  position: relative;
  display: inline-block;
  top: 0px;
  margin-right: 1px;
  margin-left: 5px;
}

.multipage .result-tbl label {
  margin-right: 10px;
  vertical-align: top;
  float: left;
}

.multipage .btnqty[class*="btn"] {
  width: 30px;
  height: 30px;
  background-color: #e1e8ee;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  text-align: center;
  line-height: 30px;
}

.multipage .basket-tbl .pQty .form-control-em {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 4px;
  text-align: center;
  line-height: 30px;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  box-shadow: none;
  border: none;
  padding: 0px;
}

.multipage .basket-tbl .pQty .btnqty[class*="btn"] i {
  color: #86939e;
  vertical-align: middle;
}

.multipage .basket-tbl .qty.pQty {
  width: 95px;
  position: relative;
  margin: 0px auto;
}

.multipage .inc.btnqty {
  float: left;
}

.multipage .dec.btnqty {
  float: right;
}

.multipage .basket-tbl .headCol.pDetails {
  margin-right: 0px;
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

.multipage .paymentDetails .paymetncol li {
  padding: 15px;
  list-style: none;
  font-size: 15px;
}

.multipage .paymentDetails .paymetncol li i {
  color: var(--wpf-theme-color);
  text-align: center;
  line-height: 20px;
  border-radius: 100px;
  font-size: 11px;
  margin-right: 10px;
}

.multipage .paymentDetails .paymetncol li:last-child {
  background: #f9f9f9;
}

.multipage .paymentDetails .paymetncol li span {
  font-weight: 600;
  float: right;
  margin: 0px 0px;
}

.multipage .pReset i {
  cursor: pointer;
  padding: 0px 10px;
  font-size: 16px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background: var(--wpf-theme-color);
  border-radius: 4px;
  width: 85px;
  margin-top: 10px;
}

.multipage .listingHeadWrap {
  display: none;
}

.multipage .wpItem {
  padding: 20px 20px;
  background: #fff;
  text-align: center;
  margin: 0px 0px 20px 0px;
  border-radius: 6px;
  box-shadow: 0px 0px 30px -23px #b3b3b3;
  border: 1px solid #f7f7f7;
}

.multipage .wpItem:last-child {
  border: none;
}

.multipage .headCol.pReset {
  text-align: center;
}

.multipage .form-group.cusPaymentSec {
  margin: 15px 0px 25px 0px;
}

.multipage .cusSelect select {
  border-radius: 4px;
  border: 1px solid #fff;
  font-size: 13px;
  background: #f3f3f3;
  padding: 2px;
  color: #717171;
  font-weight: 500;
}

.multipage .cusSelect select:hover,
.multipage .cusSelect select:focus,
.multipage .cusSelect select:active {
  outline: none;
  box-shadow: none;
}

.multipage .form-control-wrap input {
  font-weight: 300;
  padding: 0px 15px;
  color: #2f2f37;
  background-color: #fff;
  border: none;
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: 1px solid #b3b3b3;
  border-radius: 4px;
  font-size: 13px;
  box-shadow: none;
}

.multipage .form-wizard .wizard-form-checkbox {
  display: inline-block;
  margin-left: 5px;
  position: relative;
}

.multipage .form-wizard .wizard-form-checkbox input[type="checkbox"] {
  -o-appearance: none;
  appearance: none;
  height: 20px;
  width: 20px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
  margin: -3px 0px 0px 0px;
  border: 1px solid #7f8393;
  background-color: #fff;
  transition: all 1s ease-in-out;
}

.multipage .form-wizard .wizard-form-checkbox input[type="checkbox"]:focus {
  outline: 0;
}

.multipage .form-wizard .wizard-form-checkbox input[type="checkbox"]:checked {
  background-color: #fff;
  border: 1px solid var(--wpf-theme-color);
}

.multipage .form-wizard .wizard-form-checkbox input[type="checkbox"]::before {
  content: "";
  position: absolute;
  display: inline-block;
  background-color: var(--wpf-theme-color);
  left: 0px;
  right: 0;
  margin: 0 auto;
  top: 3px;
  transition: all 0.2s ease;
  opacity: 0;
  transform: scale(0);
}

.multipage .form-wizard .wizard-form-checkbox input[type="checkbox"]:checked::before {
  content: "✓";
  position: absolute;
  display: inline-block;
  background-color: #2065e1;
  color: #fff;
  border-radius: 0px;
  left: 2px;
  right: 2px;
  font-size: 11px;
  margin: 0 auto;
  top: 2px;
  line-height: 15px;
  opacity: 1;
  text-align: center;
  transform: scale(1);
  font-weight: bold;
  bottom: 2px;
}

.multipage .form-wizard .wizard-form-checkbox input[type="checkbox"] ~ label {
  padding-left: 5px;
  cursor: pointer;
  margin-right: 15px;
  margin-bottom: 0px;
  display: inline-block;
}

.multipage input {
  color: #900;
}

.multipage .form-control-wrap {
  font-weight: 400;
  padding: 0px 15px;
  color: #2f2f37;
  background-color: #fff;
  border: none;
  width: 100%;
  line-height: 40px;
  border: 1px solid #b3b3b3;
  border-radius: 4px;
  font-size: 13px;
  overflow: hidden;
  position: relative;
}

.multipage .form-control-wrap iframe {
  float: left;
  margin: 0px !important;
}

.multipage .form-control-wrap .input-card {
  width: 100%;
  margin-left: 0px;
}

.multipage .form-control-wrap .input-date {
  width: 50%;
  left: 0px;
}

.multipage .form-control-wrap .input-ccv {
  width: 50%;
}

.multipage .cred {
  width: 100%;
  border-top: 1px solid #e1e8ee;
  float: right;
}

.multipage .form-control-1 {
  height: 40px;
  position: relative;
  top: -7px;
  left: 5px;
}

.multipage .CardIcon {
  width: 20px;
  height: 14px;
  perspective: 1000px;
  overflow: hidden;
  position: absolute;
  left: 10px;
  top: 13px;
  display: none;
}

.multipage .CardIcon-inner {
  position: relative;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.multipage .input-postal {
  left: -15px;
}

.multipage .CardIcon-front,
.multipage .CardIcon-back {
  position: absolute;
  backface-visibility: hidden;
}

.multipage .CardIcon-front img,
.multipage .CardIcon-back img {
  vertical-align: top;
  width: 20px;
  height: auto;
  padding: 0px;
  margin: 0px;
}

.multipage .CardIcon-back {
  transform: rotateY(180deg);
}

.multipage .orderCompleted {
  text-align: center;
}

.multipage .orderCompleted h2 {
  margin: 0px;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 0px;
}

.multipage .orderCompleted h2::before {
  display: none !important;
}

.multipage .orderCompleted p {
  font-size: 14px;
  padding: 0px;
  margin: 0px;
}

.multipage .doneorder {
  margin: 0px auto;
  padding: 0px;
  width: 70px;
  height: auto;
}

.multipage .orderCompleted a {
  color: #82aeff;
  text-decoration: none;
  display: block;
  margin-top: 9px;
}

.multipage .orderCompleted a:hover,
.multipage .orderCompleted a:active,
.multipage .orderCompleted a:focus {
  box-shadow: none;
  outline: none;
}

.multipage .lastPage {
  display: block;
  text-align: center;
}

.multipage .wizard-fieldset.orderCompleted {
  padding-bottom: 30px;
}

.multipage .orderCompleted .form-wizard-submit {
  opacity: 0.7;
}

.multipage ul.wpf_tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
  border-top: 2px solid #efefef;
  display: block;
  width: 100%;
}

.multipage ul.wpf_tabs li {
  background: none;
  color: #777 !important;
  display: inline-block;
  padding: 15px 20px 15px 20px;
  margin: 0px;
  cursor: pointer;
  position: relative;
  vertical-align: top;
}

.multipage ul.wpf_tabs li img {
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.4;
  transition: all 0.5s ease;
  width: 28px;
  margin: 0px;
  padding: 0px;
  height: auto;
  margin-right: 5px;
}

/* or */
.multipage ul.wpf_tabs li:hover img {
  -moz-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
}

.multipage ul.wpf_tabs li.current {
  background: #fbfbfb;
}

.multipage ul.wpf_tabs li.current img {
  -moz-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
}

.multipage ul.wpf_tabs li::before {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: var(--wpf-theme-color);
  transition: width 0.3s;
  position: absolute;
  top: -2px;
  left: 0px;
}

.multipage ul.wpf_tabs li:hover::before {
  width: 100%;
}

.multipage ul.wpf_tabs li.current::before {
  width: 100%;
  color: #222;
}

.multipage .tab-content {
  display: none;
  background: #fbfbfb;
  padding: 18px;
  margin-bottom: 15px;
}

.multipage .tab-content.current {
  display: inherit;
}

.multipage .tab-content .form-group.form-control-wrap {
  margin-bottom: 15px;
  border: 1px solid #e1e8ee;
}

.multipage .tab-content .form-group.form-control-wrap.pcode {
  margin-bottom: 0px;
}

.multipage .tab-content h3 {
  font-size: 16px;
  font-weight: 400;
  color: #3c3c3c;
}

.multipage .cred-card-wrap.form-group.form-control-wrap {
  padding: 0px;
}

.multipage .btnGroupFirst {
  justify-content: flex-end;
}

.multipage #stickyBar {
  transition: all 1s ease-in-out;
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

.multipage #stickyBar .paymentDetails .paymetncol li:last-child {
  background: #fff;
  border-top: 1px solid #e0e0e0;
  box-shadow: 0px 0px 40px -20px #b9b9b9;
  height: 60px;
}

.multipage #stickyBar .paymetncol {
  padding: 0px;
  margin: 0px;
}

.multipage .btn-wpf {
  padding: 0px 40px;
  line-height: 40px;
  outline: none;
  font-size: 16px;
  text-align: center;
  border: none;
  background: transparent;
  color: #000;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}

.multipage .btn-wpf-primary {
  background: var(--wpf-theme-color);
  border: 1px solid var(--wpf-theme-color);
  box-shadow: 0px 0px 20px -8px var(--wpf-theme-color);
  color: #fff;
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}

.multipage .btn-wpf-primary:hover,
.multipage .btn-wpf-primary:focus,
.multipage .btn-wpf-primary:active {
  opacity: 0.8;
}

.multipage .btn-wpf-secondary {
  background: #ffffff;
  border: 1px solid #e2e5ec;
  box-shadow: 0px 0px 15px -8px var(--wpf-theme-color);
  color: #595d6e;
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}

.multipage .btn-wpf-secondary:hover,
.multipage .btn-wpf-secondary:focus,
.multipage .btn-wpf-secondary:active {
  opacity: 0.8;
}

.multipage #stickyBar .btn-wpf {
  padding: 0px 30px;
  line-height: 28px;
  height: 30px;
  font-size: 14px;
}

.multipage #stickyBar .paymentDetails .paymetncol li span {
  font-size: 18px;
  margin-left: 5px;
}

.multipage #stickyBar .paymentDetails .paymetncol li strong {
  line-height: 32px;
}

/* style for single layout prevention */
.multipage .noMulti {
  display: none;
}

/* end style for single form */
.multipage .cusLabel {
  padding: 0px 0px 10px 0px;
  display: block;
  color: #333 !important;
}

.multipage .subscriptionPlan {
  margin-bottom: 20px;
}

.multipage .form-wizard .subscriptionPlan .wizard-form-radio {
  display: block;
  margin-left: 0px;
  position: relative;
  margin-bottom: 8px;
  font-size: 14px;
}

.multipage .paydlayout .shcusIn {
  margin-top: 15px;
}

.multipage .wpf-btn {
  padding: 0px 40px;
  line-height: 40px;
  outline: none;
  font-size: 16px;
  text-align: center;
  border: none;
  background: transparent;
  color: #000;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}

.multipage .wpf-btn-primary {
  background: var(--wpf-theme-color);
  border: 1px solid var(--wpf-theme-color);
  box-shadow: 0px 0px 20px -8px var(--wpf-theme-color);
  color: #fff;
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}

.multipage .wpf-btn-primary:hover,
.multipage .wpf-btn-primary:focus,
.multipage .wpf-btn-primary:active {
  opacity: 0.8;
}

.multipage .wpf-btn-secondary {
  background: #ffffff;
  border: 1px solid #e2e5ec;
  box-shadow: 0px 0px 15px -8px var(--wpf-theme-color);
  color: #595d6e;
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}

.multipage .wpf-btn-secondary:hover,
.multipage .wpf-btn-secondary:focus,
.multipage .wpf-btn-secondary:active {
  opacity: 0.8;
}

.multipage .wpfError {
  color: #ff4200;
  display: inline-block;
  margin: 0;
  font-size: 10px;
  position: absolute;
  bottom: -18px;
  left: 0;
}

.multipage .wpf-disabled {
  pointer-events: none !important;
  opacity: 0.75 !important;
}

.multipage .wpf-alert {
  padding: 12px 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.multipage .wpf-alert-danger {
  color: #ca1818;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.multipage .wpf-alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #f5c6cb;
}

.multipage .wpf-alert-dismissable,
.multipage .wpf-alert-dismissible {
  padding-right: 35px;
  position: relative;
}

.multipage .wpf-alert-dismissable a.wpf-alert-close,
.multipage .wpf-alert-dismissible a.wpf-alert-close {
  position: absolute;
  top: 0;
  right: 15px;
  color: inherit;
  text-decoration: none;
  font-size: 18px;
  opacity: 0.75;
  bottom: 0;
  margin: auto;
  height: 12px;
  display: inline-block;
  line-height: 12px;
}

.multipage .wpf-ptb-150 {
  padding-top: 150px !important;
  padding-bottom: 150px !important;
}

.multipage .form-wizard .termsCondition .wizard-form-checkbox input[type="checkbox"] {
  height: 18px;
  width: 18px;
}

.multipage .form-wizard .termsCondition .wizard-form-checkbox input[type="checkbox"] ~ label {
  margin-right: 0px;
  font-size: 14px;
  display: inherit;
}

.multipage .form-wizard .termsCondition .wizard-form-checkbox a {
  font-size: 14px;
}

@media screen and (min-width: 767px) {
  .multipage #stickyBar {
    display: none;
  }
  .multipage .cred-card-wrap.form-group.form-control-wrap {
    padding: 0px 15px;
  }
  .multipage .form-control-wrap .input-ccv {
    width: 50px;
  }
  .multipage .form-control-wrap .input-date {
    width: 85px;
    left: 20px;
  }
  .multipage .form-control-wrap .input-card {
    width: 210px;
    margin-left: 10px;
  }
  .multipage .cred {
    width: 135px;
    border: none;
  }
  .multipage .CardIcon {
    display: block;
  }
  .multipage .paymentSelect .selection {
    display: table-cell;
    margin-right: 10px;
    vertical-align: middle;
    padding: 0px 10px 0px 0px;
    width: 12.555555%;
    min-width: 64px;
  }
  .multipage .paymentSelect {
    display: table;
  }
  .multipage .listingHeadWrap {
    display: block;
  }
  .multipage .listingHeadWrap {
    background: #f9f9f9;
    padding: 20px 20px;
  }
  .multipage .listingHead {
    display: table;
    font-size: 15px;
    width: 100%;
  }
  .multipage .listingHead .headCol.pPrice {
    width: 70px;
  }
  .multipage .listingHead .headCol.pQty {
    width: 95px;
    margin-right: 30px;
  }
  .multipage .listingHead .headCol.pDetails {
    margin-right: 30px;
    width: 170px;
  }
  .multipage .listingHead .headCol.pImage {
    width: 110px;
    padding-right: 20px;
  }
  .multipage .wpItem {
    padding: 20px 0px;
    display: flex;
    border: none;
    border-bottom: 1px solid #e1e8ee;
    background: #fff;
    border-bottom: 1px solid #e2e2e2;
    background: #fff;
    text-align: inherit;
    box-shadow: none;
    border-radius: 0px;
    margin: 0px;
  }
  .multipage .headCol {
    float: left;
  }
  .multipage .basket-tbl .headCol.pImage {
    width: 110px;
    margin-right: 20px;
    text-align: left;
  }
  .multipage .basket-tbl .headCol.pDetails {
    margin-right: 30px;
    width: 170px;
    text-align: left;
    margin-top: 0px;
  }
  .multipage .basket-tbl .qty.pQty {
    margin-right: 30px;
  }
  .multipage .basket-tbl .headCol.pCost {
    width: 70px;
    margin: 0px;
    text-align: left;
    padding-top: 0px;
  }
  .multipage .pReset i {
    cursor: pointer;
    padding: 0px 10px;
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #d6d6d6;
    background: transparent;
    margin: 0px;
  }
  .multipage .pReset i:hover {
    color: red;
  }
  .multipage .basket-tbl .headCol.pPrice {
    margin: 0px;
  }
  .multipage .basket-tbl .headCol.pPrice .form-control-em {
    width: auto;
    text-align: inherit;
    padding: 0px;
    margin: 0px;
    background: transparent;
    border: none;
    box-shadow: none;
  }
}

.wpfLoader {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 16px;
  color: #000;
  background: rgba(255, 255, 255, 0.7);
  z-index: 6;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px;
}

.multipage small.display {
  font-size: 100%;
}

.wpf-btn-primary {
  text-decoration: none !important;
}

.multipage .wizard-fieldset {
  margin-top: 60px !important;
}

.multipage .wizard-fieldset.orderCompleted {
  margin: 0px !important;
}

label[data-label-show="no"] {
  display: none;
}

span.fieldReq {
  font-size: 10px;
  vertical-align: top;
  color: red;
}

.btnGroup button:focus{
  outline: none;
}
