.status-bar {
    margin: 120px 0 50px;
    height: 100px;
}

.status-bar .row,
.status-bar .container {
    overflow: visible;
}

.status-bar .bar-items {
    text-align: center;
    position: relative;
    width: 500px;
    margin: auto;
}

@media (max-width: 767px) {
    .status-bar .bar-items {
        transform: scale(0.9);
        width: 100%;
    }
}

.status-bar-3 .bar-items {
    width: 400px;
}

.status-bar-3 .bar-items li {
    width: calc(100% / 4);
}

.status-bar .bar-items:before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #f6f6f6;
}

.status-bar .bar-items li {
    float: right;
    width: 25%;
}

[dir="ltr"] .status-bar .bar-items li {
    float: left;
}

.status-bar .bar-items li a {
    text-decoration: none;
    color: inherit;
    font-weight: bold;
}

.status-bar .bar-items li .circle {
    float: none;
    position: relative;
}

.status-bar .bar-items li .circle .bolid {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background-color: #f6f6f6;
    display: block;
    position: relative;
    transition: all 0.5s ease-in-out;
    margin: auto;
}

.status-bar .bar-items li .circle .bolid i {
    opacity: 0;
    color: #fff;
    line-height: 27px;
    font-size: 14px;
}

.status-bar .bar-items li .circle .bolid:after {
    content: "";
    position: absolute;
    height: 12px;
    width: 12px;
    background-color: transparent;
    border-radius: 50%;
    top: calc(50% - 6px);
    left: calc(50% - 6px);
}

.status-bar .bar-items li .circle .status {
    position: absolute;
    width: 100%;
    top: 30px;
    transition: all 0.5s ease-in-out;
    text-align: center;
    padding: 6px 20px;
    border: 1px solid transparent;
}

@media (max-width: 767px) {
    .status-bar .bar-items li .circle .status {
        padding: 7px 5px;
    }
}

.status-bar .bar-items li.current .status {
    color: #066a36;
    top: -70px;
    border-color: #066a36;
}

.status-bar .bar-items li.current .status:after {
    content: "";
    height: 0;
    width: 0;
    border-width: 10px;
    border-style: solid;
    border-color: transparent;
    border-top-color: #066a36;
    bottom: -20px;
    right: calc(50% - 10px);
    position: absolute;
}

.status-bar .bar-items li.current .bolid:after {
    background-color: #066a36;
}

.status-bar .bar-items li.done .status {
    color: #066a36;
    font-weight: 700;
}

.status-bar .bar-items li.done .bolid {
    background-color: #066a36;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.status-bar .bar-items li.done .bolid i {
    opacity: 1;
}

#order .title {
    display: none;
}

.danger {
    padding: 0 5px;
    color: #f00;
}

.current-info.audible {
    display: none;
}

.number {
    display: none;
}

.x-box {
    box-shadow: 0 6px 10px 0 rgba(239, 239, 239, 0.5);
    border-radius: 1rem;
    border: transparent;
    margin: 10px;
    overflow: hidden;
    background-color: #FFF;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
    padding: 4vh;
    color: #414141;
}

@media (max-width: 767px) {
    .x-box {
        border-top-right-radius: unset;
        border-bottom-left-radius: 1rem;
    }
}

.x-box.col-2 {
    padding: 0;
}

.x-box.col-10 {
    padding: 0;
}

.x-label {
    margin: 5px 5px 0 !important;
}

.btn-s {
    background-color: #066a36;
    border-color: #066a36;
    color: white;
    font-size: 16px;
    margin: 15px;
    padding: 8px 20px;
    border-radius: 10px;
    display: block;
    width: fit-content;
}

.error {
    color: #F00;
    text-transform: capitalize;
}

.btn-s[href="#previous"] {
    background-color: #FFFFFF;
    border-color: #066a36;
    color: #066a36;
}

ul[aria-label=Pagination] li {
    float: right;
}

[dir="ltr"] ul[aria-label=Pagination] li {
    float: left;
}

.card {
    margin: auto;
    width: 100%;
}

@media (max-width: 767px) {
    .card {
        margin: 3vh auto;
    }
}

.card .cart {
    background-color: #fff;
    padding: 4vh 5vh;
    border-bottom-left-radius: 1rem;
    border-top-left-radius: 1rem;
}

@media (max-width: 767px) {
    .card .cart {
        padding: 4vh;
        border-bottom-left-radius: unset;
        border-top-right-radius: 1rem;
    }
}

.card .row {
    margin: 0;
}

.card .title b {
    font-size: 1.5rem;
}

.card .main {
    margin: 0;
    padding: 2vh 0;
    width: 100%;
}

.card .col-2,
.card .col {
    padding: 0 1vh;
}

.card a {
    padding: 0 1vh;
}

.card .close {
    margin-left: auto;
    font-size: 16px;
    float: left;
    font-weight: bold;
    line-height: 25px;
    color: #000;
    text-shadow: 0 1px 0 #000;
    opacity: 0.7;
}

[dir="ltr"] .card .close {
    float: right;
}

.card img {
    width: 100%;
}

.card .back-to-shop {
    margin-top: 4.5rem;
}

.card hr {
    margin-top: 1.25rem;
}

.card form {
    padding: 2vh 0;
}

.card select {
    border: 1px solid rgba(0, 0, 0, 0.137);
    padding: 1.5vh 1vh;
    margin-bottom: 4vh;
    outline: none;
    width: 100%;
    background-color: #f7f7f7;
}

.card a {
    color: black;
}

.card a:hover {
    color: black;
    text-decoration: none;
}

.card #code {
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0.253), rgba(255, 255, 255, 0.185)), url("https://img.icons8.com/small/16/000000/long-arrow-right.png");
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: center;
}

.select-list-check .item {
    float: right;
    margin: 10px;
}

[dir="ltr"] .select-list-check .item {
    float: left;
}

.select-list-check .item.active .checkmark {
    opacity: 1;
}

.select-list-check .item .method-item {
    height: 150px;
    width: 200px;
    border-radius: 7px;
    border: 1px solid #DDD;
    background-color: #FFF;
    cursor: pointer;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    position: relative;
}

.select-list-check .item .method-item img {
    width: 100px;
}

.checkmark {
    transition: all 0.4s ease-in-out;
    position: absolute;
    top: 10px;
    left: 10px;
    height: 25px;
    width: 25px;
    line-height: 25px;
    font-size: 16px;
    color: #FFF;
    text-align: center;
    background-color: #066a36;
    border-radius: 50%;
    opacity: 0;
}

html body .header-area {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
    box-shadow: 0px 0px 3px #ddd, -2px -2px 3px #ddd;
    background: #fff;
}

html body .header-area .logo a {
    display: inline-block;
    height: auto;
    padding: 17px 0;
}

html body .header-area .main-menu ul.navbar-nav li a {
    padding: 32px 15px;
    color: #151b2c;
}

html body .header-area .main-menu ul.nav li ul.sub-menu li a {
    color: #151b2c;
    display: block;
    padding: 5px 15px;
}

html body .header-area .main-menu ul.nav li ul.sub-menu li a:hover {
    color: #066a36;
}

html body .header-area .logo a.white-logo {
    display: none;
}

html body .header-area .logo a.black-logo {
    display: block;
}

html body .header-area .s-menu {
    color: #fff;
    background: #066a36;
    border: 1px solid #066a36;
    transition: all 0.4s ease 0s;
}

html body .header-area .s-menu:hover {
    color: #066a36;
    background: transparent;
    transition: all 0.4s ease 0s;
    transform: translateY(-4px);
}

.btn {
    background-color: #000;
    border-color: #000;
    color: white;
    width: 100%;
    font-size: 16px;
    margin-top: 4vh;
    padding: 1vh;
    border-radius: 0;
}

.btn:focus {
    box-shadow: none;
    outline: none;
    box-shadow: none;
    color: white;
    -webkit-box-shadow: none;
    -webkit-user-select: none;
    transition: none;
}

.btn:hover {
    color: white;
}

.card-success {
    background: white;
    padding: 60px;
    border-radius: 4px;
    box-shadow: 0 2px 3px #C8D0D8;
    display: block;
    margin: 0 auto;
    width: fit-content;
    text-align: center;
}

.card-success h1 {
    color: #88B04B;
    font-family: "Nunito Sans", "Helvetica Neue", sans-serif;
    font-weight: 900;
    font-size: 40px;
    margin-bottom: 10px;
}

.card-success p {
    color: #404F5E;
    font-family: "Nunito Sans", "Helvetica Neue", sans-serif;
    font-size: 20px;
    margin: 0;
}

.card-success i {
    color: #9ABC66;
    font-size: 100px;
    line-height: 200px;
    margin-left: -15px;
}

.x-auto {
    margin: auto;
    float: none;
    width: fit-content;
    margin: auto;
}

.x-col-auto {
    margin: 100px auto !important;
    float: none;
    margin: auto;
}

.x-img-tumb {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    background-color: #DDD;
    border: 2px solid #DDD;
}

.x-img-tumb img {
    max-width: 100%;
    max-height: 100%;
}

.x-margin-large {
    margin: 100px 0;
}

/*# sourceMappingURL=form.css.map */


i.bolid {
    background-color: #bdb2b2 !important;
}

.status-bar .bar-items::before {
    background-color: #bdb2b2 !important;
}

.status-bar .bar-items li {
    width: 16% !important;
}

.status-bar .bar-items {
    width: 100% !important;
}