/*
Theme Name: Dokani Child
Template: dokani
Author: weDevs, LLC
Description: An eCommerce theme for Dokan
Version: 1.0.1
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/license-list.html#GPLv2
Text Domain: dokani
Tags: blog, e-commerce, grid-layout, three-columns, custom-colors, custom-menu, editor-style, featured-images, post-formats, theme-options, translation-ready
*/

:root {
    --wc-form-border-color: #ecf1f5;
}

.top-bar .inside-top-bar {
    flex-direction:row-reverse
}

div.wp-block-woocommerce-product-collection > ul.wp-block-woocommerce-product-template {
    margin-left:0;
}

.woocommerce form .form-row .input-text:focus,.woocommerce form .form-row select:focus {
    border-color: #bfbfbf;
}

.post-type-archive-product .woocommerce-products-header .woocommerce-products-header__title,
.tax-product_cat .woocommerce-products-header .woocommerce-products-header__title,
.tax-product_tag .woocommerce-products-header .woocommerce-products-header__title {
    font-weight: bold;
}

.woocommerce #reviews #review_form_wrapper .comment-form span.required {
    font-weight: bold;
    font-size: 1.1em;
}

.woocommerce .star-rating:before {
    content: "SSSSS";
    letter-spacing: 3px;
}
