/*
Theme Name: Motta Child Theme
Theme URI: http://motta.uix.store/
Author: UIX Themes
Author URI: http://uix.store
Description: A fully responsive Premium WordPress Theme with a pixel perfect design and extensive functionality
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: motta-child
Tags: one-column, two-columns, right-sidebar, custom-colors, custom-menu, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Template: motta
*/

.child-vendor-info {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	max-width: 400px;
	margin-top: 30px;
	border: 1px solid #ededed;
	border-radius: 5px;
	padding: 10px;
}
.child-vendor-info .profile-img {
	width: 100px;
}
.child-vendor-info .profile-img img {
	border-radius: 50%;
}
.child-vendor-info .child-vendor-info-details {
	width: calc(100% - 110px);
}
.child-vendor-info a.child-profile-link {
	display: block;
}
.child-vendor-info .child-vendor-info-details .store-name {
	margin: 0 0 10px 0;
	line-height: 100%;
	font-size: 20px;
	text-transform: capitalize;
}
.bm-lc-button,
.child-vendor-info .bm-lc-button {
	line-height: 100%;
	min-width: unset;
	padding: 10px 20px;
	font-size: 16px;
	border-radius: 50px;
}

.bp-messages-wrap .threads-list .empty .bpbm-empty-link,
.bp-messages-wrap .thread-not-selected .empty .bpbm-empty-or,
.bp-messages-wrap .thread-not-selected .empty .bpbm-empty-link {
	display: none !important;
}
.bp-messages-wrap .chat-header .new-message,
.bp-messages-wrap .chat-footer .new-message {
	display: none;
}
.bp-messages-wrap .chat-header.side-header .new-message + .bpbm-search {
	width: 100%;
	padding: 0 10px;
}
.dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info .bm-lc-button {
	order: 8;
}
textarea {
	min-height: 80px !important;
}

#live-search-container {
    position: relative;
    max-width: 460px;
    margin: 0 auto 40px auto;
}
#live-search-results ul {
    position: absolute;
    background: white;
    width: 100%;
    z-index: 999;
    border: 1px solid #ccc;
    margin-top: 2px;
    padding: 0;
    list-style: none;
}
#live-search-results li {
    padding: 8px 12px;
    border-bottom: 1px solid #eee;
}
#live-search-results li a {
    text-decoration: none;
    color: #333;
}
#live-search-results ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
input#live-search-input {
    width: 100%;
    padding: 12px;
    height: auto;
}
li.product a .motta-svg-icon svg {
    fill: #f8f8f8 !important;
}
#shipping-form .old-shipping-fields {
    display: none !important;
}

body.woocommerce-checkout .wc-block-components-address-form__country.wc-block-components-country-input svg.wc-blocks-components-select__expand,
.helper-text.regular-shipping {
    display: none !important;
}

/* Vendor Courier Request page css code */
article#post-23446 h2 {
    font-size: 26px;
}
article#post-23446 h3 {
    font-size: 20px;
	margin-top: 0px !important;
}
article#post-23446 label {
    font-size: 16px;
}
article#post-23446 textarea,
article#post-23446 select,
article#post-23446 input{
    padding: 10px !important;
    height: 40px;
    margin-top: 5px;
}
.woocommerce.wocommerce-wishlist.wcboost-wishlist a.remove.swiper-button {
    background: none;
    font-size: 20px;
	box-shadow: none;
}
.dokan-dashboard .dokan-dashboard-wrap input[type=checkbox]:not(.dokan-layout input[type=checkbox]) {
  -webkit-appearance: revert !important;
  -moz-appearance: revert !important;
  appearance: revert !important;
}

/* Reports CSS */
body.rtl .dokan-dashboard-content .woocommerce-layout .dokan-analytics-vendor-earning-section{
	text-align: left !important;
}
/* body.rtl .woocommerce-calendar__react-dates .CalendarMonthGrid {
    transform: none !important;
} */





