/* ===================================================================================

* Theme Name: Markite Child
* Theme URI: https://themeforest.net/user/basictheme/portfolio
* Author: BasicTheme
* Author URI: https://themepure.net/wp/markite/
* Description: Markite - Digital Marketplace WooCommerce Theme
* Version: 1.0.5
* Template: markite
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: one-column, right-sidebar, left-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready

* We encourage you to create Child theme for any modifications you will want to do.

* Why use Child theme?

* Because of future updates we may provide for this theme that will overwrite your
* modifications and all your custom work.

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

====================================================================================== */

/* Header */
.header__area .logo { 
	padding: 0px;
}
.header__area .logo img { 
	max-width:100px; 
}

/* Navigtion */
@media only screen and (min-width: 992px) {
	.main-menu ul li.qweb_nav_pugins .submenu {
		width: 400px;
	}	
}

/* General */
.qweb_link {
	color: #1c96f3;
}
/* Temp - to fix rating issue */
.home .product__item .product__ratings, .home .product__item .product__price p {
	display:none !important;
}

/* Home */
.home .hero__search {
	display:none;
}
.hero__title.hero__title b {
	color: #1c96f3;
}
.qweb_home_contact h5 {
	color: #ffffff;
    text-align: left;
}
.qweb_home_contact .wpcf7-submit {
	margin-right: 0px;
}
.qweb_home_contact .wpcf7-spinner {
	display: block !important;
    margin: 0 auto !important;
    margin-top: 12px !important;
}
.qweb_home_contact.sent .wpcf7-response-output {
    border-color: #1f96f3;
    background: #fff;
    padding: 20px;
}
/* Single Product Page */
.page__title-area.pt-85 {
	padding-top: 40px;
}
.page__title-area .mb-50 {
	margin-bottom: 20px;
}
.product-area .cart .m-btn { 
	background: #65ad57;
}
.product-area .woocommerce-Price-amount.amount {
	color: #65ad57;
    font-size: 1em;
}
.product-area .woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol {
	color: #65ad57;
    font-size: 1em;
}
.product-area .elementor-widget-container .row .col-lg-3.col-md-3.col-sm-6 {
	width: 50%;
}
.product-area .elementor-widget-container .row .col-lg-3.col-md-3.col-sm-6:last-child {
	width: 100%;
}
.product__details-sidebar .product__proprietor-body li a {
	color: #1c96f3;
    font-weight: 100;
}
.qweb-changelog {
	list-style: none;
	margin-top:24px !important;
}
.qweb-changelog li {
	margin-bottom: 20px;
}
.qweb-changelog .log-update {
    background: #1488C4;
}
/* Fluent Forms */
.fluent_form_3 .top_merged.ff_submit_btn_wrapper {
    top: 0px !important;
    right: 0px !important;
}
form.fluent_form_3 .ff-btn-submit {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}
.fst_login_wrapper {
  margin: 0 auto;
}