/* order details progressbar */
.orders-section #progressbar #step1:before {
    content: "1";
    color: #fff;
    width: 29px;
    text-align: center;
}

.orders-section #progressbar #step2:before {
    content: "2";
    color: #fff;
    width: 29px;
    text-align: center;
}

.orders-section #progressbar #step3:before {
    content: "3";
    color: #fff;
    width: 29px;
    text-align: center;
}

.orders-section #progressbar #step4:before {
    content: "4";
    color: #fff;
    width: 29px;
    text-align: center;
}

.orders-section #progressbar #step5:before {
    content: "5";
    color: #fff;
    width: 29px;
    text-align: center;
}

.orders-section #progressbar #step6:before {
    content: "6";
    color: #fff;
    width: 29px;
    text-align: center;
}

.orders-section #progressbar #step7:before {
    content: "7";
    color: #fff;
    width: 29px;
    text-align: center;
}

.orders-section #progressbar div.active:after {
    background: var(--primary-color);
}

#step2,
#step3 {
    text-align: center;
}

#step4,
#step5 {
    text-align: right;
}

#step6 {
    text-align: end;
}

#step7 {
    text-align: end;
}

#progressbar div.cancel {
    color: red !important;
}

.orders-section #progressbar div.cancel:after {
    width: 0;
}

.btn.btn-circle {
    align-items: center;
    backface-visibility: hidden;
    border-radius: 100% !important;
    display: inline-flex;
    font-size: 1rem;
    height: 2.2rem;
    justify-content: center;
    line-height: 1;
    padding: 0;
    width: 2.2rem;
}
.process-wrapper.line .btn-circle {
    position: relative;
    z-index: 2;
}
.btn-primary.disabled {
    border-color: #f7b32085;
    background: #f7b32085;
}
.py-4 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
}
.py-8 {
    padding-bottom: 2rem !important;
    padding-top: 2rem !important;
}

.gap-0 {
gap: 0 !important;
}
.gap-1 {
gap: 0.25rem !important;
}
.gap-2 {
gap: 0.5rem !important;
}
.gap-3 {
gap: 0.75rem !important;
}
.gap-4 {
gap: 1rem !important;
}
.gap-5 {
gap: 1.25rem !important;
}
.gap-6 {
gap: 1.5rem !important;
}
.gap-7 {
gap: 1.75rem !important;
}
.gap-8 {
gap: 2rem !important;
}
.gap-9 {
gap: 2.25rem !important;
}
.gap-10 {
gap: 2.5rem !important;
}
.gap-11 {
gap: 3rem !important;
}
.gap-12 {
gap: 3.5rem !important;
}
.gap-13 {
gap: 4rem !important;
}
.gap-14 {
gap: 4.5rem !important;
}
.gap-15 {
gap: 5rem !important;
}
.gap-16 {
gap: 6rem !important;
}
.gap-17 {
gap: 7rem !important;
}
.gap-18 {
gap: 8rem !important;
}
.gap-19 {
gap: 9rem !important;
}
.gap-20 {
gap: 10rem !important;
}
.gap-21 {
gap: 12.5rem !important;
}
.gap-22 {
gap: 15rem !important;
}
.gap-23 {
gap: 17.5rem !important;
}
.gap-24 {
gap: 20rem !important;
}
.gap-25 {
gap: 22.5rem !important;
}
.rounded {
    border-radius: .4rem !important;
}
.hide {
    display: none;
}
.fs-60 {
    font-size: calc(1.425rem + 2.1vw) !important;
}
@media (min-width: 1200px) {
    .fs-60 {
      font-size: 3rem !important;
    }
}
.seller-profile-card {
    border-radius: 50%;
    width: 150px;
    height: 150px;

}
.seller-profile-card img {
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: cover !important;
    border-radius: 50%;
}

.default-style {
    left: 0 !important;
    position: relative !important;
    top: 0 !important;
}
.projects-masonry .project figure img {
    height: 260px !important;
    max-width: 100% !important;
    width: 100% !important;
    border-radius: .4rem;
}
.projects-masonry .project.item figure .item-cart{
    align-items: center;
    backface-visibility: hidden;
    background: rgba(38, 43, 50, .8);
    bottom: -2rem;
    color: #fff;
    display: flex;
    font-size: .85rem;
    font-weight: 700;
    height: auto;
    justify-content: center;
    left: 0;
    margin: 0;
    opacity: 0;
    padding: .8rem;
    position: absolute;
    text-align: center;
    transition: all .3s ease-in-out;
    width: 100%;
    z-index: 9;
}
.projects-masonry .project.item:hover figure .item-cart {
    bottom: 0;
    opacity: 1;
}
.seller-image-container {
    height: 240px;
    line-height: 230px;
    margin: initial;
    position: relative;
    vertical-align: middle;
}
.seller-image-container img {
    max-height: 100%;
    max-width: 100%;
}
