/*
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
*/
.woocommerce ul.products li.product a img {
  margin: 0;
  width: 200px;
  height: 200px;
  object-fit:cover ;
	}	
.woocommerce ul.products li.product h2 {
    margin: 0;
    font-weight: 400;
    padding: 0 0 5px;
    font-size: 14px;
    line-height: 1.3;
    height: 65px;
	}
.woocommerce ul.products li.product .price {
  font-size: 16px;
  color: #000;
  line-height: 1;
  display: block;
  position: relative;
  margin-top: 5px;
  margin-bottom: 0;
  height: 30px;

	}
.woocommerce ul.products li.product a img {
	width: 100%;
	height: 200px;
	display: block;
	margin: 0 0 1em;
	box-shadow: none;
}


#cookie-law-info-bar[data-cli-style="cli-style-v2"], #cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="widget"], #cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="popup"] {
	padding: 75px 25px;
}
.elementor-522 .elementor-element.elementor-element-bb5ad82:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-522 .elementor-element.elementor-element-bb5ad82 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-color: #FDFCFC00;
}
.mf-products-of-category-2 .products-side .product-thumbnail img {
	height: 75px;
	max-height: 75px;
}
	.mf-products-of-category-2 .products-side .product-thumbnail img {
    height: 75px;
    max-height: 75px;
}
.woocommerce div.product form.cart .button#yith-wcact-auction-add-to-cart-button{
    margin-top: 30px;
    float: none;
    padding-left: 20px;
    padding-right: 20px;
}

.elementor-522 .elementor-element.elementor-element-12ecc9b img {
    width: 91%;
    max-inline-size: 100%;
    block-size: auto;
}	

@media (max-width: 600px) {
    ul.products li.product .woocommerce-loop-product__title {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        min-height: 42px;
    }
}

.mf-products-of-category-2 .cats-header .extra-links li a {
    color: #06c !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: all .2s ease;
}

.mf-products-of-category-2 .cats-header .extra-links li a:hover {
    color: #d63d00 !important;
    text-decoration: underline !important;
}

@media (max-width: 768px) {

    .prod-condition {
        font-weight: 700 !important;
    }

}

.uch-bottom-seo-link{
    margin-top:25px;
    padding:14px 18px;
    background:#f8fbff;
    border-left:4px solid #0d6efd;
    border-radius:8px;
}

.uch-bottom-seo-link a{
    color:#0d6efd;
    font-size:15px;
    font-weight:700 !important;
    text-decoration:none;
	
}

.uch-bottom-seo-link a:hover{
    text-decoration:underline;
}

@media (max-width:768px){
    .uch-bottom-seo-link{
        margin-top:18px;
        padding:12px 14px;
    }

    .uch-bottom-seo-link a{
        font-size:13px;
        line-height:1.4;
        display:block;
		font-weight:700 !important;
    }
}


