.seller_profile_about_us.sellersubdomain-collection-index .wk-mp-collection-product-count-container {
    border: none;
}
.seller_profile_about_us.sellersubdomain-collection-index.page-layout-seller-1column {
    background: linear-gradient(0deg, rgba(221,204,223,1) 0%, rgba(246,244,247,1) 100%);
}
form.account.form-create-account .actions-toolbar .row > div {
    display: inline-flex;
    width: 50% !important;
}

.form-create-account {
    margin-bottom: 50px;
}

.checkout-onepage-success #registration input.action.primary {
    border-radius: 20px !important;
    background-color: #a01fa0 !important;
    border: 0px solid #a01fa0 !important;
    color: #fff !important;
    padding: 9px 15px !important;
    line-height: normal;
    font-weight: 600;
    min-width: 160px !important;
}


.checkout-onepage-success #registration input.action.primary:hover {
    background-color: #e6d3e4 !important;
    color: #222 !important;
}

.opc-payment .payment-methods .payment-method._active .payment-method-content {
    text-align: left !important;
}

.custom-landing-page .howitwork .icon-box .icon {
    width: 75px;
    height: 75px;
    display: flex;
    text-align: center;
    border-radius: 50%;
    background-color: #6b52a3;
    border: 1px solid #fff;
    transition: 0.3s ease;
    margin: 15px auto;
    min-height: 55px;
    justify-content: center;
    align-items: center;
    padding: 14px;
}
.custom-landing-page .service-section .service-card {
    padding: 0px;
}
.custom-landing-page .service-card .service-card-hover {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 40px 25px;
}
.custom-landing-page .service-card .service-card-hover .wk-layout2-box-span-container {
    padding: 0px !important;
}
.custom-landing-page .service-card .service-card-hover .wk-icon-div {
    padding: 0px;
    min-height: 110px;
    height: 100%;
}
@media (max-width: 768px) {

    .page-products .products-list .product-item-info .product-item-details .actions-link .action.tocart.btn-cart {
        padding: 5px 10px !important;
        font-size: 11px !important;
    }
    .products-list .product-item-info .product-item-details .actions-link li + li:not(:empty) {
        margin-left: 7px !important;
    }

}