/*
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
*/



.site-logo{
    max-height: 48px;
}

.payments img{
	max-width: 200px;
}


.wpcf7 input[type="text"], 
.wpcf7 input[type="email"], 
.wpcf7 input[type="url"], 
.wpcf7 input[type="tel"], 
.wpcf7 textarea, .wpcf7 select {
    text-align: right!important;
	direction: rtl!important;
}

.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
    
}


.mobile-version.mf-add-to-cart-fixed div.product .cart .single_add_to_cart_button, 
.mobile-version.mf-add-to-cart-fixed div.product .cart .buy_now_button {
    bottom: 67px;
}


.mobile-version.mf-add-to-cart-fixed .mf-navigation-mobile {
    display: block;
}

.mobile-version .site-header .header-main {
    padding-bottom: 5px;
    padding-top: 5px;
}

.mobile-version.sticky-header .site-header.minimized .header-main {
    padding-bottom: 7px;
    padding-top: 6px;
}

.only-mobile{
	display:none!important;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
    direction: rtl!important;
}

.mf-preloader .martfury-preloader{
	display: none!important;
}

.woocommerce #shipping_method li .shipping_method:checked + label {
	display: block;
    direction: rtl;
}

#add_payment_method table.cart img, 
.woocommerce-cart table.cart img, 
.woocommerce-checkout table.cart img {
    width: 45px;
}

.woocommerce ul#shipping_method li label {
    direction: ltr;
    padding-right: 20px;
    display: block;
}


.mobile-version #mf-catalog-toolbar .mf-filter-mobile {
    display: none;
}

.mobile-version #mf-catalog-toolbar .woocommerce-ordering {
    width: 100%;
}

@media (max-width: 991px) {
	.woocommerce ul.products li.product .product-inner .mf-product-content,
	.woocommerce ul.products li.product .product-inner .mf-product-price-box {
		display: inline-block;
	}
	
	.site-logo {
		max-height: 38px;
	}

	.chaty-widget.mobile_active {
		    bottom: 125px!important;
	}
	
	
	.only-mobile{
		display:block!important;
	}
	
}


@media (max-width: 768px) {
	.woocommerce ul.products li.product .mf-product-thumbnail .footer-button {
		bottom: -50px;
		opacity: 1;
		align-items: center;
		background: transparent;
	}

	.woocommerce ul.products li.product .mf-product-thumbnail {
		position: relative;
		margin-bottom: 50px;
	}
	
	.woocommerce ul.products li.product .product-inner:hover .mf-product-thumbnail .footer-button {
		bottom: -50px!important;
	}
	
	.mf-products-of-category .products-box ul.products li.product .product-inner .footer-button {
    	bottom: -50px;
	}
	
}