/*
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
*/
.header-main-wapper .martfury-container{
	max-width:1340px;
	width:100%;
	margin:auto;
}
.martfury-container .row{
	margin:0;
}
.header-department-bot .mr-extra-department .cats-menu-title{
	padding:0 !important;
}

p{
	margin-bottom:12px
}
/* .header-layout-3 .site-header .header-bar {    background-color: transparent;}
.martfury-container{
	padding:0;
} */
.products-cats-menu::before{
	display:none !important;
}
#site-header .header-bar .widget:after {
    background-color: #e0c438;
}
.topbar .widget:after {
    background-color: #000000 !important;
    width: 1px;
}

.site-header .martfury-container{
	max-width:1340px;
	width:100%;
	margin:auto;
	padding-left:12px;
	padding-right:12px;
}

.site-header .nav li {
    padding: 10px 10px !important;
}
.header-department-bot .mr-extra-department .cats-menu-title{
	padding:0;
}
.woo-loop-product__title a {
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
	color:black !important
}
.header-layout-3 .site-header .header-main, .header-layout-4 .site-header .header-main {
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #ffdf3d;
}
.header-layout-3 .site-header, .header-layout-4 .site-header {
    background-color: #ffdf3d;
}
.product-inner {
    margin-bottom: 10px;
    box-shadow: 0 0 10px 0 #a6a6a652;
	margin-right: 10px;
    margin-left: 10px;
}
.hot_arrivals .product-inner{
	padding:10px !important;
}
:root {
    --mf-primary-color: #ffdf3d;
    --mf-dark-color: #000;
    --mf-light-color: #fff;
    --mf-gray-color: #666;
    --mf-background-primary-color: #ffdf3d;
    --mf-background-primary-text-color: #000;
    --mf-background-light-color: #fff;
    --mf-border-primary-color: #ffdf3d;
}
.woocommerce-Price-amount {
	color:black;
}

@media (max-width:767px){
	.martfury-container .row{
	margin:0;
}
}