.bulkorders-sec {
    padding: 50px 0;
}
.wizard-content-left {
    background-blend-mode: darken;
    background-color: rgba(0, 0, 0, 0.45);
    background-image: url("https://i.ibb.co/X292hJF/form-wizard-bg-2.jpg");
    background-position: center center;
    background-size: cover;
    height: 100vh;
    padding: 30px;
}
.wizard-content-left h1 {
    color: #ffffff;
    font-size: 38px;
    font-weight: 600;
    padding: 12px 20px;
    text-align: center;
}
.form-wizard {
    color: #888888;
    padding: 0px 30px;
}
.form-wizard .wizard-form-radio {
    display: inline-block;
    margin-left: 5px;
    position: relative;
}
.form-wizard .wizard-form-radio input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-color: #dddddd;
    height: 25px;
    width: 25px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
}
.form-wizard .wizard-form-radio input[type="radio"]:focus {
    outline: 0;
}
.form-wizard .wizard-form-radio input[type="radio"]:checked {
    background-color: #fb1647;
}
.form-wizard .wizard-form-radio input[type="radio"]:checked::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: #ffffff;
    border-radius: 50%;
    left: 1px;
    right: 0;
    margin: 0 auto;
    top: 8px;
}
.form-wizard .wizard-form-radio input[type="radio"]:checked::after {
    content: "";
    display: inline-block;
    webkit-animation: click-radio-wave 0.65s;
    -moz-animation: click-radio-wave 0.65s;
    animation: click-radio-wave 0.65s;
    background: #000000;
    content: "";
    display: block;
    position: relative;
    z-index: 100;
    border-radius: 50%;
}
.form-wizard .wizard-form-radio input[type="radio"] ~ label {
    padding-left: 10px;
    cursor: pointer;
}
.form-wizard .form-wizard-header {
    text-align: center;
}
.form-wizard .form-wizard-next-btn,
.form-wizard .form-wizard-previous-btn,
.form-wizard .form-wizard-submit {
    background-color: #000;
    color: #ffffff;
    display: inline-block;
    min-width: 100px;
    min-width: 120px;
    padding: 10px;
    text-align: center;
    font-family: var(--heading-font);
    border: 0;
}
.form-wizard .form-wizard-next-btn:hover,
.form-wizard .form-wizard-next-btn:focus,
.form-wizard .form-wizard-previous-btn:hover,
.form-wizard .form-wizard-previous-btn:focus,
.form-wizard .form-wizard-submit:hover,
.form-wizard .form-wizard-submit:focus {
    color: #ffffff;
    opacity: 0.6;
    text-decoration: none;
}
.form-wizard .wizard-fieldset {
    display: none;
}
.form-wizard .wizard-fieldset.show {
    display: block;
}
.form-wizard .wizard-form-error {
    display: none;
    background-color: #d70b0b;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
}
.form-wizard .form-wizard-previous-btn {
    background-color: #3e90b3;
}
.form-wizard .form-control .form-select {
    font-weight: 300;
    height: auto !important;
    padding: 15px;
    color: #888888;
    background-color: #fff;
    border: none;
}
.form-wizard .form-control:focus {
    box-shadow: none;
}
.form-wizard .form-group {
    position: relative;
    float: right;
}
.form-wizard .wizard-form-text-label {
    position: absolute;
    left: 10px;
    top: 16px;
    transition: 0.2s linear all;
}
.form-wizard .focus-input .wizard-form-text-label {
    color: #000;
    top: -18px;
    transition: 0.2s linear all;
    font-size: 12px;
}
.form-wizard .form-wizard-steps {
    margin: 30px 0;
}
.form-wizard .form-wizard-steps li {
    width: 25%;
    float: left;
    position: relative;
}
.form-wizard .form-wizard-steps li::after {
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 25%;
    transform: translateY(-50%);
    width: 100%;
    border-top: 2px dashed #cfcfcf;
}
.form-wizard .form-wizard-steps li::before {
    content: "";
    left: -10px;
    position: absolute;
    right: 0;
    top: 25%;
    transform: translateY(-50%);
    background-image: url(../img/store/arrow.jpg);
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    z-index: 2;
}
.form-wizard .form-wizard-steps li:first-child::before {
    display: none;
}
.form-wizard .form-wizard-steps li span {
    background-color: #000000;
    border-radius: 50%;
    display: inline-block;
    height: 80px;
    line-height: 75px;
    position: relative;
    text-align: center;
    width: 80px;
    z-index: 1;
}
.form-wizard .form-wizard-steps li:last-child::after {
    width: 100%;
}
.form-wizard .form-wizard-steps li.active span,
.form-wizard .form-wizard-steps li.activated span {
    background-color: #000000;
    color: #ffffff;
}
.form-wizard .form-wizard-steps li.active::after,
.form-wizard .form-wizard-steps li.activated::after {
    width: 100%;
    border-color: #000;
}
.form-wizard .form-wizard-steps li.activated::after {
    width: 100%;
    border-color: #000;
}
.form-wizard .form-wizard-steps li:last-child::after {
    left: 0;
}
.form-wizard .wizard-password-eye {
    position: absolute;
    right: 32px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
@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;
    }
}
.form-wizard .form-wizard-steps li h5 {
    color: #a7a7a8;
    font-size: 20px;
}
.form-wizard .form-wizard-steps li p {
    margin: 15px 0 0 0;
    font-size: 16px;
    color: #a7a7a8;
}
.form-wizard .form-wizard-steps li.active h5 {
    color: #000;
}
.form-wizard .form-wizard-steps li.active p,
.form-wizard .form-wizard-steps li.activated p {
    margin: 15px 0 0 0;
    font-size: 15px;
    color: #55b1d6;
}
.auth-bg {
    background: #edf6fb;
    box-shadow: 0px 1px 5px 0px #c3c3c3;
}
.wizard-fieldset .hover-image img {
    width: 100%;
    height: 550px;
    object-fit: cover;
}
.wizard-fieldset .counter {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: #000;
    width: 150px;
    margin: auto;
}
.wizard-fieldset .counter button {
    font-size: 20px;
    font-weight: 600;
    padding: 2px 10px;
    border-radius: 2px;
    text-align: center;
    outline: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dde2e6;
    background: #f6f6f6;
    position: absolute;
}
.wizard-fieldset .counter input {
    border: 0;
    font-size: 20px;
    padding: 10px;
    margin: 0;
    width: 50px;
    text-align: center;
    color: #fff;
    background: #000;
}
.wizard-fieldset .store-div {
    padding: 25px 35px;
}
button.add.minus {
    left: 10px;
    position: absolute;
}
button.sub.plus {
    position: absolute;
    right: 10px;
}
.form-check-input:checked {
    background-color: #000000;
    border-color: #000000;
}
.wizard-fieldset input#gridCheck {
    position: absolute;
    right: 20px;
    top: 10px;
}
.store-book-div {
    position: relative;
}
.shipment-details {
    background: #f3f3f3;
    padding: 30px 50px;
}
.shipment-details h3 {
    border-bottom: 1px solid #9f9f9f;
    padding: 10px 0;
}
.products {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #a6a6a6;
    padding: 18px 0;
    position: relative;
}
.products .abt-product {
    display: flex;
    align-items: center;
}
.img-box {
    width: 50px;
    height: 50px;
}
.products .abt-product .pro-dtl {
    padding-left: 15px;
}
.products .abt-product .pro-dtl h5.name {
    font-size: 14px;
    color: #000;
    margin-bottom: 0;
    font-family: var(--para-font);
}
.products .abt-product .pro-dtl ul.variations {
    margin-bottom: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
}
.products .abt-product .pro-dtl ul.variations li {
    color: #6d6d6d;
    font-size: 11px;
}
.pricing-details {
    padding: 35px 50px;
    background: #ececec;
}
.pricing-details .item-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0;
}
.pricing-details .item-total h4.property {
    font-size: 15px;
    font-family: var(--para-font);
}
.pricing-details .item-total h4.value {
    font-size: 15px;
    font-family: var(--para-font);
}
.order-total {
    padding-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #a6a6a6;
    margin-top: 10px;
}
.order-total h3.property {
    font-weight: normal;
    font-size: 18px;
    font-family: var(--para-font);
    border: 0;
}
.order-total h3.value {
    font-weight: normal;
    font-family: var(--para-font);
    font-size: 18px;
    border: 0;
}
p.price {
    color: #000;
    margin: 0;
}
.paypalbtn {
    background: #fff;
}
.paypalbtn-div .btn {
    font-family: var(--regular-font);
    font-size: 15px;
    padding: 10px 25px;
    margin-right: 10px;
    height: 50px;
}
.paypalbtn img {
    width: 125px;
}

@media (max-width: 992px) {
    .form-wizard .form-wizard-steps li h5 {
        font-size: 16px;
    }
    .form-wizard .form-wizard-steps li.active p,
    .form-wizard .form-wizard-steps li.activated p {
        font-size: 14px;
    }
    .form-wizard .form-wizard-steps li p {
        font-size: 14px;
    }
    .form-wizard .form-wizard-next-btn,
    .form-wizard .form-wizard-previous-btn,
    .form-wizard .form-wizard-submit {
        margin-bottom: 15px;
        width: 100%;
    }
    .wizard-fieldset .store-div {
        padding: 25px;
    }
    .wizard-fieldset input#gridCheck {
        right: 15px;
        top: 10px;
    }
}

@media screen and (max-width: 767px) {
    .wizard-content-left {
        height: auto;
    }
    .form-wizard .form-wizard-steps li {
        width: 50%;
    }
}
@media screen and (max-width: 768px) {
    .wizard-fieldset .store-div {
        padding: 25px;
    }
}

@media (max-width: 575px) {
    .wizard-fieldset .hover-image img {
        height: auto;
        margin-top: 10px;
    }
    .form-wizard {
        padding: 15px;
    }
    .form-wizard .form-wizard-steps li {
        width: 100%;
    }
    .form-wizard .form-wizard-steps li::before {
        background-image: none;
    }
    .shipment-details {
        padding: 20px 10px;
    }
    p.price {
        font-size: 12px;
        white-space: nowrap;
    }
    .img-box {
        width: 45px;
        height: 45px;
    }
    .products .abt-product .pro-dtl {
        padding-left: 10px;
    }
    .products .abt-product .pro-dtl h5.name {
        font-size: 12px;
    }
    .pricing-details {
        padding: 15px 10px;
    }
    .pricing-details .item-total h4.property {
        font-size: 13px;
    }
    .pricing-details .item-total h4.value {
        font-size: 13px;
    }
    .order-total h3.property {
        font-size: 16px;
    }
    .order-total h3.value {
        font-size: 16px;
    }
    .store-book-div label {
        display: inline-block;
        width: 100%;
    }
}
.paypalbtn-div i.fab.fa-stripe.me-2 {
    font-size: 50px;
    line-height: 28px !important;
}
