@font-face {
    font-family: "Lato-Regular";
    src: url("../fonts/lato/Lato-Regular.ttf"); }
  @font-face {
    font-family: "Lato-Black";
    src: url("../fonts/lato/Lato-Black.ttf"); }
  @font-face {
    font-family: "Lato-Bold";
    src: url("../fonts/lato/Lato-Bold.ttf"); }
  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  
  body {
    font-family: "Lato-Regular";
    font-size: 15px;
    margin: 0;
    color: #999;
    height: 100vh;
    background-size: cover;
    background: url(../images/bg.jpg);
    
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    width: 100%;
    max-width: 100%;
  }
  
  :focus {
    outline: none; }
  
  input, textarea, select, button {
    font-family: "Lato-Regular";
    font-size: 14px; }
  
  select {
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer; }
    select option[value=""][disabled] {
      display: none; }
  
  p, h1, h2, h3, h4, h5, h6, ul {
    margin: 0; }
  
  ul {
    padding: 0;
    margin: 0;
    list-style: none; }
  
  a {
    text-decoration: none; }
  
  img {
    max-width: 100%;
    vertical-align: middle; }
  
  .wrapper {
    width: 826px;
    height: auto;
    padding: 63px 90px;
    background: rgba(255, 255, 255, 0.89);
    margin: 0 auto;
    margin-top: 5%;
    margin-bottom: 5%;
  }
  
  .wizard {
    position: relative; }
  
  .steps .current-info, .steps .number {
    display: none; }
  
  .steps ul {
    display: block;
    width: 100%;
    margin-bottom: 35px;
    position: relative;
  }
      .steps ul li .step-order {
        display: block;
        text-align: center;
        text-transform: uppercase;
        font-size: 12px;
        color: #666;
        margin-top: 14px; }
  
  h3 {
    font-family: "Lato-Black";
    font-size: 20px;
    color: #333;
    text-transform: uppercase;
    text-align: center;
    font-weight: 900;
    letter-spacing: 2px;
    margin-bottom: 29px;
    font-weight: 900; }
  
  .form-row {
    display: flex;
    margin-bottom: 20px; }
    .form-row .form-holder {
      width: 50%;
      margin-right: 20px; }
      .form-row .form-holder:last-child {
        margin-right: 0; }
      .form-row .form-holder.w-100 {
        width: 100%;
        margin-right: 0; }
    .form-row .form-group {
      width: 50%;
      display: flex; }
      .form-row .form-group .form-holder {
        margin-right: 21px; }
        .form-row .form-group .form-holder:last-child {
          margin-right: 0; }
  
  .form-holder {
    position: relative; }
    .form-holder i {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 20px;
      font-size: 16px; }
      .form-holder i.zmdi-eye {
        cursor: pointer; }
  
  .form-control {
    height: 42px;
    border: 1px solid #bfbfbf;
    width: 100%;
    background: none;
    padding: 0 35px 0 19px;
    margin-top: 5px;
    border-radius: 4px;
    color: #404040; }
    .form-control::-webkit-input-placeholder {
      color: #999; }
    .form-control::-moz-placeholder {
      color: #999; }
    .form-control:-ms-input-placeholder {
      color: #999; }
    .form-control:-moz-placeholder {
      color: #999; }
  
  .actions {
    margin-top: 30px; }
    .actions ul {
      display: flex;
      justify-content: space-between; }
      .actions ul.step-4 {
        justify-content: center; }
        .actions ul.step-4 li:first-child {
          display: none; }
    .actions li a {
      border: none;
      display: inline-flex;
      height: 42px;
      width: 132px;
      align-items: center;
      color: #fff;
      cursor: pointer;
      background: #5292b8;
      text-transform: uppercase;
      justify-content: center;
      letter-spacing: 1px;
      font-size: 15px;
      border-radius: 3px; }
      .actions li a:hover {
        background: #4296c8; }
    /*.actions li:first-child a {
      width: 97px; }*/
    /*.actions li:last-child a {
      width: 234px; }*/
  
  table.cart {
    width: 100%;
    font-size: 15px;
    margin-bottom: 17px; }
    table.cart th {
      font-family: "Lato-Bold";
      color: #666;
      padding: 9px 0;
      border-bottom: 1px solid #e6e6e6; }
    table.cart td {
      padding: 13px 0;
      border-bottom: 1px solid #e6e6e6; }
    table.cart tr:last-child td {
      border: none; }
    table.cart tr:last-child td {
      padding-bottom: 0; }
    table.cart .item-thumb {
      display: inline-block;
      border: 1px solid #e6e6e6; }
    table.cart .product-thumb {
      width: 17.49%; }
    table.cart .product-detail {
      width: 22.45%; }
      table.cart .product-detail a {
        font-family: "Lato-Bold";
        color: #666;
        display: block;
        margin-bottom: 6px; }
      table.cart .product-detail span {
        color: #999; }
    table.cart .product-quantity {
      width: 16.25%; }
      table.cart .product-quantity .quantity {
        display: inline-block;
        width: 105px;
        height: 36px;
        background: #f2f2f2;
        display: flex;
        align-items: center;
        justify-content: center; }
      table.cart .product-quantity span {
        cursor: pointer;
        display: inline-block;
        flex-grow: 1;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center; }
      table.cart .product-quantity input {
        border: none;
        padding: 0;
        width: 17px;
        font-size: 15px;
        color: #666;
        background: none;
        text-align: center; }
        table.cart .product-quantity input::-webkit-outer-spin-button, table.cart .product-quantity input::-webkit-inner-spin-button {
          -webkit-appearance: none; }
    table.cart .total-price {
      width: 39.78%;
      text-align: center; }
      table.cart .total-price span {
        font-family: "Lato-Bold";
        color: #92c752;
        font-weight: 700; }
    table.cart .product-remove {
      width: 4.03%;
      text-align: right; }
      table.cart .product-remove a {
        color: #666; }
  
  .cart_totals {
    font-size: 15px;
    color: #666;
    width: 66.56%;
    margin: auto;
    margin-bottom: 31px; }
    .cart_totals table {
      width: 100%; }
    .cart_totals th, .cart_totals td {
      padding: 11px 0;
      vertical-align: top;
      text-align: left; }
    .cart_totals th {
      font-family: "Lato-Bold";
      color: #333;
      text-align: left;
      width: 65.81%; }
      .cart_totals th span {
        color: #999;
        font-size: 14px; }
    .cart_totals .order-total th, .cart_totals .order-total td {
      padding: 12px 0;
      color: #333;
      font-family: "Lato-Bold"; }
  
  .checkbox label {
    padding-left: 21px;
    cursor: pointer;
    display: block;
    position: relative;
    margin-bottom: 13px; }
    .checkbox label span {
      font-family: "Lato-Bold"; }
  .checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
  .checkbox input:checked ~ .checkmark:after {
    display: block; }
  .checkbox .checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 13px;
    width: 13px;
    border-radius: 50%;
    border: 1px solid #999; }
    .checkbox .checkmark:after {
      content: "";
      top: 2px;
      left: 2px;
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: #999;
      position: absolute;
      display: none; }
  
  @media (max-width: 991px) {
  
    .cart_totals {
      width: 74%; } }
  @media (max-width: 767px) {
    body {
      background: none;
      height: auto;
      display: block; }
  
    .wrapper {
      width: auto;
      padding: 0;
      height: auto;
      width: 100%;
      padding: 0;
      height: auto;  
      max-width: 100%;
    }
  
    .wizard {
      height: auto;
      padding: 40px 20px 20px; }
  
    .form-row {
      display: block; }
      .form-row .form-holder {
        width: 100%;
        margin-right: 0;
        margin-bottom: 25px; }
      .form-row .form-group {
        width: 100%;
        display: block; }
  
    .actions ul {
      flex-direction: column;
      align-items: flex-end; }
      .actions ul li {
        margin-bottom: 20px; }
  
    .cart_totals {
      width: 100%; }
      .cart_totals .shipping th, .cart_totals .shipping td {
        display: block;
        text-align: left; }
      .cart_totals td {
        text-align: right; }
      .cart_totals th {
        width: 80%; }
  
    table.cart th {
      display: none; }
    table.cart td {
      display: flex;
      align-items: center;
      justify-content: space-between;
      border: none; }
      table.cart td:before {
        content: attr(data-title);
        font-weight: 700;
        color: #333; }
    table.cart .product-thumb, table.cart .product-detail, table.cart .product-quantity, table.cart .total-price, table.cart .product-remove {
      width: 100%; }
    table.cart .product-thumb, table.cart .product-remove {
      justify-content: center; }
    table.cart tr:first-child td:last-child {
      padding-bottom: 30px; }
    table.cart tr:last-child td {
      padding-bottom: 13px; }
      table.cart tr:last-child td:first-child {
        padding-top: 30px;
        border-top: 1px solid #e6e6e6; } }
  
  /*# sourceMappingURL=style.css.map */
  
  .steps {
    text-align: center;
  }
  
  .steps ul li {
    display: inline-block;
    margin-right: 0;
    width: 25%;
    position: relative;
  }
  
  .steps a > div {
    border: solid 1px #acacac;
    border-radius: 50%;
    padding: 7.5px;
    width: 50px;
    height: 50px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.89);
    padding-top:13px;
  }
  
  .icon {
    display: inline-block;
    width: 22px;
    height: 22px;
    stroke-width: 0;
    stroke: #acacac;
    fill: #acacac;
  }
  
  .steps ul li .step-order {
    color: #acacac;
  }
  
  .steps a > div.active {
    border: solid 1px #5292b8;
  }
  
  .active .icon {
    stroke: #5292b8;
    fill: #5292b8;
  }
  
  .steps ul li .active + .step-order {
    color: #5292b8;
  }
  
  
  .text-danger {
    color: #dd4141;
  }
  
  .form-control.error {
    border-color: #dd4141;
  }
  
  .form-control.success {
    border-color: green;
  }
  
  .steps a > div.success {
    border: solid 1px green !important;
  }
  
  .success .icon {
    stroke: green !important;
    fill: green !important;
  }
  
  .steps ul li .success + .step-order {
    color: green !important;
  }
  
  label {
    color: #404040;
  }
  .form-control:focus {
    border-color: #4296c8;
  }
  
  .steps ul::before {
    content: ' ';
    width: 75%;
    height: 1px;
    background: rgba(0, 0, 0, 0.23921568627450981);
    position: absolute;
    top: 26px;
  }
  
  .steps.first-complete ul::before {
    content: ' ';
    width: 75%;
    height: 1px;
    background: linear-gradient(to right, green 16.66%, 16.66%, black);
    position: absolute;
    top: 26px;
  }
  
  .steps.second-complete ul::before {
    content: ' ';
    width: 75%;
    height: 1px;
    background: linear-gradient(to right, green 50%, 50%, black);
    position: absolute;
    top: 26px;
  }
  
  .steps.third-complete ul::before {
    content: ' ';
    width: 75%;
    height: 1px;
    background: green;
    position: absolute;
    top: 26px;
  }
  
  .actions > ul > li:first-child > a {
    visibility: hidden;
  }
  
  .input-group-container {
    display: table !important;
  }
  
  .input-group {
    display: table-row !important;
  }
  
  .input-group > input.form-control,
  .input-group-addon {
    display: table-cell !important;
  }
  
  .input-group > input.form-control {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  
  @media (max-width: 767px) {
    .input-group,
    .input-group > input,
    .input-group-addon {
      display: block !important;
    }
    .input-group-addon {
      height: 42px;
      line-height: 42px;
    }
    .input-group > input.form-control {
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px;
    }
  
    .actions ul li,
    .actions li a {
      width: 100% !important;
    }
  
    .wrapper {
      margin-top: 0;
    }
  }
  
  
  .topnav {
    overflow: hidden;
    background-color: #333;
  }
  
  .topnav a, .heading {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
  }
  
  
  
  .topnav a:hover {
    background-color: #ddd;
    color: black;
  }
  
  .topnav a.active {
    background-color: #4CAF50;
    color: white;
  }
  .topnav-right {
    float: right;
  }
  .topnav .icon {
    display: none;
  }
  
  .copyright {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    text-align: center;
}


.copyright h5 {
    color: #fff;
    display: block;
    font-size: 15px;
    margin: 0;
}

.copyright h5 img {
    display: inline-block;
    max-width: 96px;
    position: relative;
    left: 0;
    bottom: 15px;
}
