

 .cart-delete-item  {
	margin-left: 2px;
    max-width: 20px;
    
} 

/* .page-seller .seller-settings-title {
    display: none;
} */

.page-seller .seller-settings-menu-container .settings-tab-centered {
    width: 100%;
    display: flex;
    justify-content: center;
}

.seller-settings-profile-info .user-account-con,
.seller-settings-profile-info .company-account-con {
    padding: 0px;
}

.seller-settings-profile-info .new-header-title {
    display: inline-block;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #D25202;
    margin-bottom: 12px;
    padding-right: 15px;
    padding-left: 15px;
}

.service-cat-con .checkbox-design .d-flex {
    display: block;
}

.seller-common-box .item-form-group [id="53829-CompanyEmail-zS6i0zlqdj"]:focus {
    border-color: #90B6F8;
    outline: #90B6F8;
}

.seller-common-box .item-form-group [id="53829-Website-2pQuUTyqse"]:focus {
    border-color: #90B6F8;
    outline: #90B6F8;
}

.tab-pane .next-tab-area .seller-btn .my-btn {
    background: #D25202;
}

.seller-common-box .fancy-checkbox.checkbox-sm input[type="checkbox"]:checked+label {
    background-image: url(../images/checkbox_selected.svg);
}

.loader {position: fixed;left: 0px;top: 0px;width: 100%;opacity: 1;height: 100%;z-index: 9999;background: rgb(249,249,249);background-size: 50px;display: flex;align-items: center;justify-content: center;}
.loader img {width: 150px;display: block;}

.loader-two {position: fixed;left: 0px;top: 0px;width: 100%;opacity: 1;height: 100%;z-index: 9999;background: rgb(249,249,249);background-size: 50px;display: flex;align-items: center;justify-content: center;}
.loader-two img {width: 150px;display: block;}

body:after:not(.pace-done){content: '';position: fixed;left: 0px;top: 0px;width: 100%;
    opacity: 1;
    height: 100%;
    z-index: 9999;
    background: rgb(249,249,249);
    background-size: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.alert-red {
    border-color: #D25202 !important;
}

.seller-common-box .item-form-group input[name="hyperlink"]{border: 1px solid #d2d2d2 !important;}

.seller-tab-area .alert-danger {
    background: transparent;
}

#profile .next-tab-area a.disabled {
    pointer-events: unset;
    cursor: default;
    background: #d8d8d8 !important;
}

#profile .next-tab-area .seller-btn {
    position: relative;
}

.disable-barrier {
    position: absolute;
    width: 100%;
    height: 60px;
}

@media only screen and (max-width: 991px) {
    .page-settings #profile .seller-common-box form {
        display: flex;
        flex-direction: column;
    }

}