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

/* custom css start here  */
.farmart-image-carousel .slick-slide {
    margin-left: 5px !important;
    margin-right: 5px !important;
    padding-left: 0;
    padding-right: 0;
}
.fm-banner-carousel .slick-prev-arrow {
    left: 0px !important;
}
.fm-banner-carousel .slick-next-arrow {
    right: 0px !important;

}
.fm-product-tab-carousel-2 .tabs-content .slick-next-arrow, .fm-products-carousel .products-content .slick-prev-arrow{
	left:-15px !important;
}
.fm-product-tab-carousel-2 .tabs-content .slick-next-arrow, .fm-products-carousel .products-content .slick-next-arrow {
    right: -15px !important;
}
.product-thumbnail img{
	width:150px !important;
}
.product-bottom-box{
	display:block !important;
}
.fm-products-carousel-with-category ul.products li.product .product-inner {

    padding: 10px 20px;
}
.fm-rating{
	display:none;
}
ul.products li.product .box-price {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin-bottom: 10px;
    font-size: 13px;
    display: none;
}
.fm-products-carousel-with-category ul.products li.product .product-thumbnail{
	margin-top:0px;
}
.product-bottom-box{
	position:relative !important;
	left:0 !important;
	top:0 !important;
	width:100%;
	padding:0 !important;
	border:none !important;
}
ul.products li.product .product-button .quantity_button {
    padding: 5px 10px;
 
}
.header-v1 .header-bottom .header-items--right {
    width: 25%;
    display: none;
}
ul.products li.product .fm-rating {
    display: none;
}
ul.products li.product .unit-text {
    margin-top: 5px;
}
ul.products li.product .product-inner {
    border-color: #c9c9c9 !important;
    margin: 5px 5px;
	border-width:1px 1px 1px 1px;
	
}
 .fm-products-carousel ul.products li.product .product-inner {
/*     border-width: 1px 1px 1px 1px !important; */
	 border:none !important;

}
ul.products li.product .product-inner{
	padding:10px;
}
.fm-banner-carousel .heading {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    align-items: center;
}
ul.products li.product .product-button .quantity {
    padding: 5px !important;
    /* height: 21px; */
    flex: auto;
    margin: 0 0 10px 0 !important;
    min-width: 100%;
    padding: revert;
    box-sizing: border-box;
}
.footer-logo {
    max-width: 185px;
}
.site-header .farmart-menu-department{
	color:#fff !important;
}
.header-element--compare .mini-item-counter, .header-element--wishlist .mini-item-counter, .header-element--cart .mini-item-counter {
    position: absolute;
    right: 0;
    top: -10px;
    display: block;
    text-align: center;
    background-color: var(--farmart-header-background-color-primary);
    border-radius: 3px;
    font-size: 10px;
    font-weight: 700;
    color: #fff !important;
    padding: 5px 5px 3px;
    line-height: 1;
    min-width: 18px;
}
.newsletter-form input[type="submit"]{
	margin-top:10px;
}
.footer-payments .payments {
	display:none;
}
.farmart-image-carousel .content {
    padding: 20px !important;
 
}
.site-header .header-wrapper {
    display: flex;
    align-items: center;
    padding: 20px 0 !important;
}
.wcboost-wishlist-footer{
	display:none;
}
.farmart-social-share{
	display:none !important;
}
.page-header h1 {
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 11px;
}
.woocommerce-checkout form.checkout .place-order button {
    color: var(--fm-background-text-color-secondary);
    background-color: var(--fm-background-color-secondary);
    border-color: var(--fm-background-color-secondary);
    width: 100%;
    height: 50px;
    visibility: hidden;
}