HOME


Mini Shell 1.0
DIR: /home/otwalrll/silvercommercialkitchen.com/wp-content/themes/martfury/css/vendors/
Upload File :
Current File : /home/otwalrll/silvercommercialkitchen.com/wp-content/themes/martfury/css/vendors/dc-vendor.scss
.woocommerce div.product {
    .wc-tabs-wrapper .panel {
        .product-vendor {
            h2 {
                font-weight: 600;
                margin: 0 0 20px;
                font-size: 24px;
            }

            a {
                color: #000;
            }
        }

        .wcmp-product-policies {
            .wcmp_policies_heading {
                font-weight: 600;
                font-size: 24px;
            }

            .wcmp_policies_description strong {
                font-weight: 400;
            }
        }

        div.rowhead {
            background-color: #f4f4f4;

            .rowsub {
                font-size: 14px;
                color: #666666;
                text-transform: uppercase;
                min-height: 30px;
                line-height: 30px;
            }
        }

        .wcmp_multiple_product_sorting {
            padding: 5px;
        }

        div.rowbody {
            background-color: transparent;

            .vendor_name {
                font-size: 16px;
                font-weight: 600;
                text-transform: uppercase;

                .wcmp_seller_name {
                    color: #000;
                }
            }

            .star-rating {
                float: none;
                margin-top: 5px;
            }

            .rowsub {
                ins .woocommerce-Price-amount {
                    font-size: 24px;
                    color: #ff3300;
                    text-decoration: none;
                    font-weight: 600;
                }

                del .woocommerce-Price-amount {
                    font-size: 14px;
                    color: #666;
                    font-weight: 500;
                }

                .sale {
                    display: none;
                }

                .button {
                    height: 40px;
                    line-height: 40px;
                    &:nth-child(2) {
                        background-color: transparent;
                        border: 1px solid #999;
                        color: #000;
                    }

                    .p-icon {
                        display: none;
                    }
                }
            }
        }
    }

    .entry-summary .goto_more_offer_tab.button {
        display: inline-block;
        margin-top: 30px;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 18px;
        letter-spacing: -0.5px;
        color: #000;
        background-color: transparent;
        padding: 0;
        position: relative;
        height: auto;
        line-height: 1;

        &:after {
            position: absolute;
            bottom: 0;
            right: 0;
            width: 0;
            transition: 0.5s;
            height: 1px;
            background-color: #000;
            content: "";
        }

        &:hover {
            &:after {
                width: 100%;
                left: 0;
                right: auto;
            }
        }

    }
}

.wcmp_regi_main {
    .register {
        .reg_header1,
        .wcmp_regi_form_box label {
            color: #000;
            font-weight: 600;
        }

        .wcmp_regi_form_box {
            box-shadow: none;
            padding: 0;

            .wcmp-regi-12 {
                width: 100%;
                margin: 10px 0;
            }

            input[type=text], input[type=url], input[type=password], input[type=email], input[type=file], textarea {
                border: 1px solid #d9d9d9;
                font-family: 'Work Sans', Arial, sans-serif !important;
                background-color: transparent;
            }
        }

        .button {
            padding: 0 25px;
            height: 50px;
            line-height: 50px;
            background-color: #88aa00;
            transition: all 0.5s;
            color: #fff;
            font-size: 16px;
            font-weight: 600;
            text-align: center;
            border: none;
        }

        .reg_header2 {
            border-bottom: 1px solid #ccc;
            color: #000;
            font-weight: 600;
            margin-top: 40px;
        }

    }
}

.mf-vendor-dashboard-page .mf-els-modal-mobile {
    display: none;
}

.dc-vendor-store {
    .vendor_sidebar {
        .widget {
            background-color: #f5f5f5;
            padding: 25px 20px;
            margin-bottom: 0;
            position: relative;

            &:after {
                position: absolute;
                bottom: 0;
                left: 20px;
                right: 20px;
                content: "";
                height: 1px;
                background-color: #d8d8d8;
            }

            &:last-child {
                &:after {
                    display: none;
                }
            }
        }

        .widget_vendor_info {
            background-color: transparent;
            padding: 0;
            margin-bottom: 30px;

            &:after {
                display: none;
            }
        }

        .widget_wcmp_quick_info {
            form {
                input[type=text],
                input[type=email],
                textarea {
                    width: 100%;
                    margin-bottom: 10px;
                }

                input[type=submit] {
                    width: 100%;
                }
            }
        }

        .widget_product_vendor_list {
            .vendor_search_wrap {
                margin-bottom: 10px;

                .search-field {
                    padding: 10px;
                }

            }
        }
    }
}

#wcmp-store-conatiner {

    form {
        input[type="submit"] {
            padding: 0 25px;
            background-color: #88aa00;
            transition: all 0.5s;
            color: #fff;
            font-size: 16px;
            font-weight: 600;
            text-align: center;
            border: none;
            height: 44px;
            line-height: 44px;
        }

        .wcmp-store-map-filter {
            background-color: transparent;
            padding: 30px 0;
            border-bottom: 1px solid #ccc;
        }
    }

    div.wcmp-store-map-pagination {
        padding: 20px 0;
        border-bottom: 1px solid #ccc;
    }
}

.woocommerce-Tabs-panel--singleproductmultivendor, .woocommerce-tabs .tab-panels {
    clear: both;
}

.entry-content div#mvx-store-conatiner {
    max-width: 100% !important;
}

#mvx-store-conatiner {
    max-width: initial;

    .mvx-pagination-count {
        margin: 0;
    }

    input[type=submit] {
        background-color: var(--mf-background-primary-color);
		color: var(--mf-background-primary-text-color);
        border: none;
    }

    .mvx-store-map-filter {
        margin-bottom: 20px;
    }

    div.mvx-store-map-pagination {
        background-color: #f8f8f8;
        padding: 10px 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        border: 1px solid #d9d9d9;

        .mvx-pagination-count {
            margin-top: 0;
        }
    }

    div.mvx-store-list.mvx-store-list-vendor {
        box-shadow: none;
        border: 1px solid #d9d9d9;
        min-height: auto !important;
        max-height: inherit  !important;

        .mvx-vendor-name a {
            font-size: 20px;
            color: #000;
            font-weight: 600;
        }
    }

    .mvx-productImg .gray {
        border: 1px solid #d9d9d9;
        margin: 0 5px;
    }

    .mvx-vendor-details {
        &:after {
            clear: both;
            content: "";
            display: block;
        }
    }
}

body.tax-dc_vendor_shop {
    background-color: #fff;
}

.mvx-main-section {
    .mvx-tab-header {
        padding: 0;
        margin-bottom: 20px;
        border: none;
    }

    .mvx-tablink {
        background-color: transparent;
        padding: 0 10px 0 0;
        color: #ccc;
        font-weight: 600;

        &:before {
            display: none;
        }

        &.active {
            background-color: transparent;
            color: #000;
        }
    }
}

@media (max-width: 767px) {
    #tab-singleproductmultivendor .tab-content-wrapper .row.rowbody .rowsub:nth-of-type(2), #tab-singleproductmultivendor .tab-content-wrapper .row.rowhead .rowsub:nth-of-type(2),
    #tab-singleproductmultivendor .tab-content-wrapper .row.rowbody .rowsub:nth-of-type(1), #tab-singleproductmultivendor .tab-content-wrapper .row.rowhead .rowsub:nth-of-type(1){
        width: 50% !important;
    }
    #tab-singleproductmultivendor .tab-content-wrapper .row.rowbody .rowsub:nth-of-type(3),
    #tab-singleproductmultivendor .tab-content-wrapper .row.rowhead .rowsub:nth-of-type(3) {
        width: 100% !important;
        text-align: left;
    }
}