.border-gray {
    border: 1px solid rgba(126, 126, 126, .21);
}

.bg-search {
    background: rgba(248, 248, 248, .03);
}

.bg-btn {
    background: #E3B34F;
}

.border-main {
    border: 1px solid #EBB234;
}

.color-gray {
    color: #C1C2C3;
}

.gap-col-3 {
    column-gap: 7px;
}

.text-main {
    color: #EBB234;
}

.filter-primary {
    filter: invert(63%) sepia(91%) saturate(338%) hue-rotate(2deg) brightness(96%) contrast(96%);
}

.gap-row-3 {
    row-gap: 7px;
}

.opacity-60 {
    opacity: 0.6;
}

.opacity-75 {
    opacity: 0.6;
}

.opacity-0 {
    opacity: 0;
}

.fs-13 {
    font-size: 13px;
}

.fs-12 {
    font-size: 12px;
}


.flex-1 {
    flex: 1;
}

.flex-4 {
    flex: 4;
}

.withdraw-price {
    font-size: 36px;
}

@media (max-width: 991px) {
    .withdraw-price {
        font-size: 20px;
    }

    .fs-12 {
        font-size: 10px;
    }
}

.btn-calendar {
    width: 49px;
    height: 49px;
}


.dropzone {
    /* height: 300px; */
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px dashed #999;
    border-radius: 3px;
    text-align: center;
}

.dropzone img {
    /* height: 100%; */
    object-fit: cover;
}

@media (max-width: 450px) {
    .dropzone {
        height: 200px;
    }
}

.sidebar-vendor {
    width: 284px;
}

@media (max-width: 990px) {
    .sidebar-vendor {
        flex: auto;
        width: -webkit-fill-available;
    }
}

.flex-7 {
    flex: 7;
}

.file-container {
    max-width: 169px;
    width: 100%;
    height: 169px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: -97px;
    z-index: 3;
    margin-left: 4%;
}


.file-container::after {
    max-width: 169px;
    width: 100%;
    height: 169px;
    background-color: #535353;
    content: "";
    position: absolute;
    left: 3px;
    z-index: 22;
    border: 1px dashed;
    border-radius: 50%;
}

@media (max-width: 450px) {
    .file-container {
        width: 140px;
    }

    .file-container::after {
        height: 130px;
        width: 130px;
    }
}

.file-container .logo-container {
    position: relative;
    z-index: 33;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.upload-icon {
    filter: invert(89%) sepia(100%) saturate(0%) hue-rotate(9deg) brightness(111%) contrast(111%);
}

.add-btnsettings {
    width: 163px;
    height: 164px;
    position: absolute;
    top: 3px;
    left: 6px;
    text-align: center;
}

@media (max-width: 450px) {
    .upload-icon {
        width: 30px;
    }
}

.upload-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 33;
}

@media (min-width: 992px) {
    .border-end-lg {
        border-inline-end: 1px solid #707070 !important;
    }
}


@media (max-width: 992px) {
    .border-bottom-sm {
        border-bottom: 1px solid #707070 !important;
    }
}

.breadcrumb-vendor+.breadcrumb-vendor::before {
    color: rgba(255, 255, 255, .5) !important;
    margin-right: 0 !important;
}


html[dir="ltr"] .breadcrumb-vendor+.breadcrumb-vendor::before {
    content: "\5c" !important;
}

.btn-help {
    max-width: 126px;
    width: 100%;
    height: 35px;
}


.nav-account li a:hover img,
.nav-account li.active a img {
    filter: invert(66%) sepia(97%) saturate(339%) hue-rotate(357deg) brightness(93%) contrast(97%);

}

@media (max-width: 992px) {
    .nav-vendor li a {
        padding: 13px 0 !important;
    }
}

.list-icon {
    content: "";
    width: 60px;
    height: 60px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .15);
    border-radius: 47px;
    background: rgba(255, 255, 255, .08);
}

.nav-dashboard li.active .list-icon {
    background: #EBB234;
}

.nav-dashboard li.active img {
    filter: invert(88%) sepia(100%) saturate(1%) hue-rotate(267deg) brightness(110%) contrast(97%);
}

.form-control:focus {
    /* background-color: inherit !important; */
}




.plus-upload {
    width: 89px;
    height: 89px;
}



/*Dropdown List Exp Date*/
select.list-dt {
    border: none;
    outline: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px 3px 5px;
    margin: 2px;
}

select.list-dt:focus {
    border-bottom: 2px solid skyblue;
}

/*The background card*/
.card {
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
    position: relative;
}

/*FieldSet headings*/
.fs-title {
    font-size: 25px;
    color: #2C3E50;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left;
}

.bg-input {
    background: rgba(248, 248, 248, .03);
}

.bg-input::placeholder {
    color: rgba(255, 255, 255, .4) !important;
}


/*Imaged Radio Buttons*/
.radio-group {
    position: relative;
    margin-bottom: 25px;
}

.radio {
    display: inline-block;
    width: 204;
    height: 104;
    border-radius: 0;
    background: lightblue;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    cursor: pointer;
    margin: 8px 2px;
}

.radio:hover {
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.radio.selected {
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
}

/*Fit image in bootstrap div*/
.fit-image {
    width: 100%;
    object-fit: cover;
}

.tab-content>.active {
    background: #3C3C3C !important;
}

.nav-tabs .nav-link {
    color: rgba(255, 255, 255, .5);
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #fff !important;
    background-color: #3C3C3C !important;
    border: 0;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: transparent !important;
}

/* Collapse */


.border-collapse::after {
    content: "";
    max-width: 80%;
    width: 100%;
    position: absolute;
    top: 50%;
    height: 1px;
    background: rgba(112, 112, 112, .15);
}

html[dir='ltr'] .border-collapse::after {
    left: 18%;
}


html[dir='rtl'] .border-collapse::after {
    right: 18%;
}


/* Selected bootstrap */

.bootstrap-select>.dropdown-toggle {
    height: 50px !important;
}



/* Add Product */

.product-status {
    background: rgba(0, 0, 0, .13);
}


.product-status button:hover {
    background: #EBB234 !important;
    color: white !important;
    transition: .5s all ease-in-out;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    /* color: #ffffff; */
}

.custom-line {
    color: rgba(112, 112, 112, .15) !important;
    flex: 2;
    opacity: 1 !important;
}

.btn-save {
    width: 159px;
    height: 40px;
}

.custom-previous {
    margin-inline-start: 54%;
}

@media (max-width: 1215px) {
    .custom-previous {
        margin-inline-start: 0;
    }
}


/* Brand Vendor */

.nav-account li a {
    color: #fff !important;
}

.nav-account li a:hover,
.nav-account li.active a {
    color: #e3b34f !important;
}

.input-group-text {
    height: 50px !important;
}

/* verification Settings */

.verification-btn {
    width: 134px;
    background: rgba(244, 176, 0, .16);
    height: 35px;
}


/* Shipping Settings */

.border-t-white {
    border-top: 1px solid rgba(255, 255, 255, .2);
}

.border-b-white {
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}


.nav-delivery-price::after {
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, .2);
    color: rgba(255, 255, 255, .2);
    position: absolute;
    top: 0;
}


/* Social Settings */

.social-container::after {
    content: "";
    width: 59px;
    height: 59px;
    background: #F6F6F6;
}

/* SEO Settings */

.seo-box {
    background: #3C3C3C;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* Ratings */

.bg-ratings {
    background: #535353;
    border-radius: 5px;
}


.bg-ratings:before {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    top: 17px;
    left: -21px;
    border-width: 0 11px 21px;
    border-style: solid;
    border-color: transparent transparent #535353;
    transform: rotate(-90deg);

}

/* Orders Details */

.btn-print:focus {
    background-color: #E3B34F !important;
}

.btn-print:focus>h5 {
    color: #ffffff !important;
}

.btn-print:focus>img {
    filter: invert(0%) sepia(1%) saturate(1%) hue-rotate(88deg) brightness(139%) contrast(100%) !important;

}


textarea:focus {
    background: transparent !important;
}

.details-title {
    border-bottom: 1px solid rgba(112, 112, 112, .15);
}

.opacity-29 {
    opacity: .29;
}

.opacity-1 {
    opacity: 1;
}

.img-order {
    width: 28px !important;
    height: 28px !important;
}

.img-iconShipping {
    width: 19px;
    height: 19px;
    transform: rotateY(180deg)
}

.btn-track {
    background: rgba(62, 62, 62, .85);
    width: 112px;
    height: 31px;
}

.mt-37 {
    margin-top: 37px;
}

.color-blue {
    color: #0091FF;
}

.table-traking>div:nth-of-type(odd) {
    background-color: rgba(230, 230, 230, .085);
}

.table-traking>div:nth-of-type(even) {
    background-color: rgba(255, 255, 255, .04);
}

.btn-h-49 {
    height: 49px;
}

.btn-h-35 {
    height: 35px;
}

.w-92 {
    max-width: 192px;
    width: 100%;
}

.w-113 {
    max-width: 113px;
    width: 100%;
}

.w-158 {
    max-width: 158px;
    width: 100%;
}



@keyframes animate {
    100% {
        transform: scaleX(1);
    }
}


.step p.active {
    color: #d43f8d;
    transition: 0.2s linear;
}

.step .check {
    position: absolute;
    left: 50%;
    top: 70%;
    font-size: 15px;
    transform: translate(-50%, -50%);
    display: none;
}

.step .check.active {
    display: block;
    color: #fff;
}



/* Dashboard */

.select-dropdown {
    width: 178px !important;
    height: 43px !important;
}


@media (max-width: 600px) {
    .select-dropdown {
        width: 150px !important;
    }
}

.btn-outline-main {
    border-color: #EBB234;
}

.input-icon>input::placeholder {
    color: #fff !important;
}

/*  */



.bootstrap-select.bg-transparent .dropdown-toggle {
    background: transparent !important;
}

input:focus {
    /* background: unset !important; */
}

.pr-0 {
    padding-right: 0 !important;
}

@media (max-width: 1000px) {
    .pr-0 {
        padding-right: 12px !important;
    }
}


/* New Vendor */
.custom-box {
    width: 79vmax !important;
}

@media (max-width: 900px) {
    .custom-box {
        width: auto !important;
    }
}

.custom-select:focus {
    /* background: inherit !important; */
}

.custom-select {
    appearance: none;
}

.custom-select {
    background: rgba(248, 248, 248, .03) url(../images/icons/chevron-down.png) 97% 50% no-repeat !important;
    color: rgba(0, 0, 0, 0.3);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}


/* CheckBox */

.checkbox-wrapper-46 input[type="checkbox"] {
    display: none;
    visibility: hidden;
}

.checkbox-wrapper-46 .cbx {
    margin: auto;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
}

.checkbox-wrapper-46 .cbx span {
    display: inline-block;
    vertical-align: middle;
    transform: translate3d(0, 0, 0);
}

.checkbox-wrapper-46 .cbx span:first-child {
    position: relative;
    width: 15px;
    height: 15px;
    border-radius: 3px;
    transform: scale(1);
    vertical-align: middle;
    border: 1px solid #9098A9;
    transition: all 0.2s ease;
}

.checkbox-wrapper-46 .cbx span:first-child svg {
    position: absolute;
    top: 2px;
    left: 1px;
    fill: none;
    stroke: #FFFFFF;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    transition: all 0.3s ease;
    transition-delay: 0.1s;
    transform: translate3d(0, 0, 0);
}

.checkbox-wrapper-46 .cbx span:first-child:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #506EEC;
    display: block;
    transform: scale(0);
    opacity: 1;
    border-radius: 50%;
}

.checkbox-wrapper-46 .cbx span:last-child {
    padding-left: 8px;
}

.checkbox-wrapper-46 .cbx:hover span:first-child {
    border-color: #506EEC;
}

.checkbox-wrapper-46 .inp-cbx:checked+.cbx span:first-child {
    background: #506EEC;
    border-color: #506EEC;
    animation: wave-46 0.4s ease;
}

.checkbox-wrapper-46 .inp-cbx:checked+.cbx span:first-child svg {
    stroke-dashoffset: 0;
}

.checkbox-wrapper-46 .inp-cbx:checked+.cbx span:first-child:before {
    transform: scale(3.5);
    opacity: 0;
    transition: all 0.6s ease;
}

@keyframes wave-46 {
    50% {
        transform: scale(0.9);
    }
}


.m-radio-2 {
    position: relative;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
}

html[dir="ltr"] .m-radio-2 {
    padding-left: 30px;
}

html[dir="rtl"] .m-radio-2 {
    padding-right: 30px;
}

.m-radio-2 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

html[dir="ltr"] .m-radio-2 .checkmark {
    left: 0px;
}

html[dir="rtl"] .m-radio-2 .checkmark {
    right: 0px;
}

.m-radio-2 .checkmark {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 1px solid #caab5c;
    /* left: 0px; */
    top: 50%;
    border-radius: 50%;
    display: block;
    transform: translateY(-50%);
}

.m-radio-2 input:checked~.checkmark:after {
    opacity: 1;
}

.m-radio-2 .checkmark:after {
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    background-color: #caab5c;
    color: #fff;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.m-radio-2 .checkmark:after {
    content: "";
    position: absolute;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}



/*  */



.wizard-content .wizard>.steps>ul>li:after,
.wizard-content .wizard>.steps>ul>li:before {
    content: '';
    z-index: 9;
    display: block;
    position: absolute
}

.wizard-content .wizard {
    width: 100%;
    overflow: hidden
}

.wizard-content .wizard .content {
    margin-left: 0 !important
}

.wizard-content .wizard>.steps {
    position: relative;
    display: block;
    width: 100%
}

.wizard-content .wizard>.steps .current-info {
    position: absolute;
    left: -99999px
}

.wizard-content .wizard>.steps>ul {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin: 0;
    padding: 0;
    list-style: none
}

.wizard-content .wizard>.steps>ul>li {
    display: table-cell;
    width: auto;
    vertical-align: top;
    text-align: center;
    position: relative
}

.wizard-content .wizard>.steps>ul>li a {
    position: relative;
    padding-top: 100px;
    /* margin-top: 20px; */
    margin-bottom: 20px;
    display: block
}

.content-responsive {
    display: none;
}

@media (max-width: 850px) {
    .wizard-content .wizard>.steps>ul>li {
        width: 20% !important;
    }

    .content-responsive {
        /* display: flex; */
    }

    .content-title {
        display: none !important;
    }
}

.wizard-content .wizard>.steps>ul>li:before {
    left: 0
}

.wizard-content .wizard>.steps>ul>li:after {
    right: 0
}

.wizard-content .wizard>.steps>ul>li:first-child:before,
.wizard-content .wizard>.steps>ul>li:last-child:after {
    content: none
}

.wizard-content .wizard>.steps>ul>li.current>a {
    color: #fff;
    cursor: default
}

.wizard-content .wizard>.steps>ul>li.current .step {
    border-color: #EBB234;
    background-color: rgba(255, 255, 255, .08);
    color: #009efb
}


.wizard-content .wizard>.steps>ul>li.current .step img {
    filter: invert(63%) sepia(91%) saturate(338%) hue-rotate(2deg) brightness(96%) contrast(96%) !important;

}

.wizard-content .wizard>.steps>ul>li.disabled a,
.wizard-content .wizard>.steps>ul>li.disabled a:focus,
.wizard-content .wizard>.steps>ul>li.disabled a:hover {
    color: #999;
    cursor: default
}

.wizard-content .wizard>.steps>ul>li.done a,
.wizard-content .wizard>.steps>ul>li.done a:focus,
.wizard-content .wizard>.steps>ul>li.done a:hover {
    color: #999
}

.wizard-content .wizard>.steps>ul>li.done .step {
    background-color: #EBB234;
    /* border-color: #009efb ; */
    border-color: #EBB234;
    color: #fff
}

.wizard-content .wizard>.steps>ul>li.done .step img {
    filter: invert(109%) sepia(91%) saturate(338%) hue-rotate(2deg) brightness(13%) contrast(98%);
}

.wizard-content .wizard>.steps>ul>li.error .step {
    border-color: #f62d51;
    color: #f62d51
}

.wizard-content .wizard>.steps .step {
    /* background-color: #fff; */
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -24px;
    z-index: 10;
    text-align: center
}

.wizard-content .wizard>.content {
    overflow: hidden;
    position: relative;
    width: auto;
    padding: 0;
    margin: 0
}

.wizard-content .wizard>.content>.title {
    position: absolute;
    left: -99999px
}

.wizard-content .wizard>.content>.body {
    padding: 0 20px
}

.wizard-content .wizard>.content>iframe {
    border: 0;
    width: 100%;
    height: 100%
}

.wizard-content .wizard>.actions {
    position: relative;
    display: block;
    text-align: right;
    padding: 0 20px 20px;
    margin-top: 40px;
}

.wizard-content .wizard>.actions>ul {
    float: right;
    list-style: none;
    padding: 0;
    margin: 0
}

.wizard-content .wizard>.actions>ul:after {
    content: '';
    display: table;
    clear: both
}

.wizard-content .wizard>.actions>ul>li {
    float: left
}

.wizard-content .wizard>.actions>ul>li+li {
    margin-left: 10px
}

.wizard-content .wizard>.actions>ul>li>a {
    background: #E3B34F;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 192px;
    height: 49px;
    padding: 7px 12px;
    border-radius: 4px;
    border: 1px solid transparent;

}

@media (max-width: 500px) {
    .wizard-content .wizard>.actions>ul>li>a {
        width: auto;
    }
}

.wizard-content .wizard>.actions>ul>li>a:focus,
.wizard-content .wizard>.actions>ul>li>a:hover {
    -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, .05) inset;
    box-shadow: 0 0 0 100px rgba(0, 0, 0, .05) inset
}

.wizard-content .wizard>.actions>ul>li>a:active {
    -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, .1) inset;
    box-shadow: 0 0 0 100px rgba(0, 0, 0, .1) inset
}

.wizard-content .wizard>.actions>ul>li>a[href="#previous"] {
    background-color: #E3B34F;
    color: #000;
    /* border: 1px solid #d9d9d9; */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 192px;
    height: 49px;
}

@media (max-width: 500px) {
    .wizard-content .wizard>.actions>ul>li>a[href="#previous"] {
        width: auto;
    }
}

.wizard-content .wizard>.actions>ul>li>a[href="#previous"]:focus,
.wizard-content .wizard>.actions>ul>li>a[href="#previous"]:hover {
    -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, .02) inset;
    box-shadow: 0 0 0 100px rgba(0, 0, 0, .02) inset
}

.wizard-content .wizard>.actions>ul>li>a[href="#previous"]:active {
    -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, .04) inset;
    box-shadow: 0 0 0 100px rgba(0, 0, 0, .04) inset
}



.wizard-content .wizard>.actions>ul>li.disabled>a[href="#previous"],
.wizard-content .wizard>.actions>ul>li.disabled>a[href="#previous"]:focus,
.wizard-content .wizard>.actions>ul>li.disabled>a[href="#previous"]:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}


/* .wizard-content .wizard.wizard-circle>.steps>ul>li::before, */
.wizard-content .wizard.wizard-circle>.steps>ul>li:after {
    top: 45px;
    width: 50%;
    left: 80%;
    height: 3px;
    background-color: #C6C6C6
}

@media (max-width: 850px) {

    .wizard-content .wizard.wizard-circle>.steps>ul>li::before,
    .wizard-content .wizard.wizard-circle>.steps>ul>li:after {
        top: 45px;
        width: 100%;
        left: 0;
        height: 3px;
        background-color: #C6C6C6
    }

    .wizard-content .wizard.wizard-circle>.steps>ul>li.done::before,
    .wizard-content .wizard.wizard-circle>.steps>ul>li.done:after {
        background-color: #EBB234
    }

    .wizard-content .wizard>.steps>ul>li.current .step {
        display: none;
    }
}


@media (max-width: 850px) {

    /* .wizard-content .wizard.wizard-circle>.steps>ul>li:after, */
    .wizard-content .wizard.wizard-circle>.steps>ul>li:after {
        /* width: 0; */
    }
}

.wizard-content .wizard.wizard-circle>.steps>ul>li.current:after,
.wizard-content .wizard.wizard-circle>.steps>ul>li.current~li:after,
.wizard-content .wizard.wizard-circle>.steps>ul>li.current~li:before {
    background-color: #F3F3F3
}

.wizard-content .wizard.wizard-circle>.steps .step {
    width: 80px;
    height: 80px;
    line-height: 45px;
    border: 1px solid #ffffff;
    font-size: 1.3rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 850px) {
    .wizard-content .wizard.wizard-circle>.steps .step {
        /* width: 50px;
        
        height: 50px; */
        display: none;
    }

    .wizard-content .wizard.wizard-circle>.steps .step img {
        /* width: 20px;
        height: 20px; */
    }
}

.wizard-content .wizard.wizard-notification>.steps>ul>li:after,
.wizard-content .wizard.wizard-notification>.steps>ul>li:before {
    top: 39px;
    width: 50%;
    height: 2px;
    background-color: #009efb
}

.wizard-content .wizard.wizard-notification>.steps>ul>li.current .step {
    border: 2px solid #009efb;
    color: #009efb;
    line-height: 36px
}



.wizard-content .wizard.wizard-notification>.steps>ul>li.current .step:after,
.wizard-content .wizard.wizard-notification>.steps>ul>li.done .step:after {
    border-top-color: #009efb
}

.wizard-content .wizard.wizard-notification>.steps>ul>li.current:after,
.wizard-content .wizard.wizard-notification>.steps>ul>li.current~li:after,
.wizard-content .wizard.wizard-notification>.steps>ul>li.current~li:before {
    background-color: #F3F3F3
}

.wizard-content .wizard.wizard-notification>.steps>ul>li.done .step {
    color: #FFF
}

.wizard-content .wizard.wizard-notification>.steps .step {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1.3rem;
    border-radius: 15%;
    background-color: #F3F3F3
}

.wizard-content .wizard.wizard-notification>.steps .step:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -8px;
    margin-bottom: -8px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 8px solid #F3F3F3
}

.wizard-content .wizard.vertical>.steps {
    display: inline;
    float: left;
    width: 20%
}

.wizard-content .wizard.vertical>.steps>ul>li {
    display: block;
    width: 100%
}

.wizard-content .wizard.vertical>.steps>ul>li.current:after,
.wizard-content .wizard.vertical>.steps>ul>li.current:before,
.wizard-content .wizard.vertical>.steps>ul>li.current~li:after,
.wizard-content .wizard.vertical>.steps>ul>li.current~li:before,
.wizard-content .wizard.vertical>.steps>ul>li:after,
.wizard-content .wizard.vertical>.steps>ul>li:before {
    background-color: transparent
}

@media (max-width:768px) {
    .wizard-content .wizard>.steps>ul {
        margin-bottom: 20px;
        margin-left: 25px;
    }

    .wizard-content .wizard>.steps>ul>li {
        display: block;
        float: left;
        width: 50%
    }

    .wizard-content .wizard>.steps>ul>li>a {
        margin-bottom: 0
    }

    .wizard-content .wizard>.steps>ul>li:first-child:before {
        content: '';
    }

    /* .wizard-content .wizard>.steps>ul>li.current:first-child:before {
        content: 'Product Details';
        display: flex;
        flex-direction: column-reverse;
    }

    .wizard-content .wizard>.steps>ul>li.current:nth-of-type(2):before {
        content: 'Product Properties';
        display: flex;
        flex-direction: column-reverse;
    }

    .wizard-content .wizard>.steps>ul>li.current:nth-of-type(3):before {
        content: 'Seo';
        display: flex;
        flex-direction: column-reverse;
    }

    .wizard-content .wizard>.steps>ul>li.current:nth-of-type(4):before {
        content: 'Product Evaluation';
        display: flex;
        flex-direction: column-reverse;
    } */

    .wizard-content .wizard>.steps>ul>li:last-child:after {
        content: '';
        background-color: #009efb
    }

    .wizard-content .wizard.vertical>.steps {
        width: 15%
    }
}

@media (max-width:480px) {
    .wizard-content .wizard>.steps>ul>li {
        width: 100%
    }

    .wizard-content .wizard>.steps>ul>li.current:after {
        background-color: #009efb
    }

    .wizard-content .wizard.vertical>.steps>ul>li {
        display: block;
        float: left;
        width: 50%
    }

    .wizard-content .wizard.vertical>.steps {
        width: 100%;
        float: none;
    }
}