/*
Theme Name: Martfury Child
Theme URI: http://drfuri.com/unero
Author: DrFuri
Author URI: http://drfuri.com
Description: Martfury Child Theme.
Version: 1.0
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: martfury
Domain Path: /lang/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
Template: martfury
*/

.elementor-4057 #home-top-categories .elementor-element .mf-elementor-image-box {
	position: relative;
}
.mf-elementor-image-box .image-content {
	background-color: rgba(17,17,17,.5);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
    padding: 7px 10px;
}
.elementor-4057 #home-top-categories .elementor-element .mf-elementor-image-box .box-title {
	margin-bottom:0;
}
.mf-products-grid .cat-header {
	margin-bottom: 10px;
}
.woocommerce ul.products li.product h2 a {
	color: #000;
	font-weight:500;
}
.woocommerce ul.products li.product .price {
    color: #f14705;
}
.woocommerce ul.products {
    margin: 0 -10px;
}
.woocommerce ul.products li.product {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.woocommerce ul.products li.product .product-inner {
    padding: 15px 15px;
    border: 0;
    margin-bottom: 0px;
    background: #fff;
}
.woocommerce ul.products li.product .product-inner:hover {
	border: 0;
	box-shadow: 0 0px 10px 0 rgba(0,0,0,0.15);
}
.woocommerce ul.products li.product .mf-product-details-hover {
    border: 0;
	left: -15px;
    right: -15px;
	padding: 0 15px 15px;
}
.elementor-page .mf-products-grid {
    background-color: transparent;
}
.woocommerce ul.cart_list li dl.variation, .woocommerce .widget_shopping_cart_content ul.product_list_widget li dl.variation {
	display: none;
}
.woocommerce td.product-name dl.variation {
	display: none;
}
.single-product .gpls_rfq_set_div {
	display: flex;
}
.button.rfq_button {
	width: 100%;
}
#payment li.payment_method_bacs {
    display: none;
}
.vip-customer #payment li.payment_method_bacs {
    display: block;
}
form.cart .request-quote-table {
    display:none;
}
.woocommerce-checkout p.woocommerce-info {
    float: left;
    width: 56%;
    position: relative;
    min-height: 1px;
    margin-left: 15px;
    margin-right: 15px;
}
.woocommerce-checkout form.login.ywsl-box {
    float: left;
    width: 56%;
    position: relative;
    min-height: 1px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top:0;
}
/* The following is to move the chat bubble */
.fb_dialog_content > iframe {
  bottom: 165px !important;
}

/* The following is to move the chat box, on display and on hide */
iframe.fb_customer_chat_bounce_in_v2 {
  bottom: 65px !important;
}

iframe.fb_customer_chat_bounce_out_v2 {
  bottom: 65px !important;
}