/*
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 */
.header-layout-3 .site-header .product-extra-search .search-field {
    background: #ffffff3d !important;
    border: 1px solid #0F75BA;
/*     border-radius: 50px 0px 0px 50px; */
}

.header-main ::placeholder {
    color: #000 !important;
}
#site-header .main-menu {
    border-color: #1e73be;
    border-bottom: none;
    background: #1e73be !important;
}
.site-header .primary-nav > ul > li > a {
    color: #fff !important;
}

.site-header .product-extra-search .search-submit {
    background: #296DC1 !important;
    color: #fff !important;
    padding-left: 0 !important;
    padding-right: 0 !IMPORTANT;
    min-width: 50px !important;
}
.site-header .product-extra-search .psearch-content {
    width: 70%;
    margin: auto;
}
.col-md-12.col-sm-12.col-nav-menu.mr-header-menu {
    width: 100%;
}
/* section-1 */
.section-1 .banner-desc {
    width: 58%;
    font-size: 13px !important;
    color: #141414 !important;
    line-height: 16px !important;
}

.section-1 .banner-desc a {
    display: inline-block;
    padding: 12px 25px;
    background: #296DC1;
    color: #fff;
    margin-top: 15px;
}

.section-1 h2.banner-title {
    font-size: 24px !important;
    font-weight: 400;
    line-height: 25px !important;
    color: #141414 !important;
}
/* section-1 */

.woocommerce ul.products li.product a img {
    border: 1px solid #D1D1D1;
    padding: 20px;
    background: #FCFCFC !important;
}

.woocommerce ul.products li.product h2.woo-loop-product__title {
    font-size: 17px !important;
    font-weight: 400;
    line-height: 20px !important;
    color: #757575 !important;
}

.woocommerce ul.products li.product h2.woo-loop-product__title a {
    color: #757575 !important;
}

.woocommerce ul.products li.product span.price bdi {
    font-size: 17px !IMPORTANT;
    font-weight: 500 !important;
    line-height: 22px !important;
    color: #141414 !important;
    font-family: rubik;
}

.woocommerce ul.products li.product .mf-rating {display: none !important;}
.product-list .woocommerce ul.products li.product a img {
    border: unset !important;
    background: transparent !important;
    padding: 0 !important;
}

.product-list .woocommerce ul.products li.product .mf-rating {
    display: block !important;
}

.product-list .woocommerce ul.products li.product .mf-rating span.count {
    display: none !important;
}
/* footer */
.site-footer .footer-newsletter .newsletter-form .mc4wp-form-fields input[type="submit"] {
    background: #296DC1 !important;
    color: #fff !important;
}
.site-footer .footer-widgets .widget {
    margin-bottom: 20px !important;
}
.col-footer-payments {
    display: none;
}

.col-footer-copyright {
    width: 100%;
    text-align: center;
}

.footer-layout-1 .footer-bottom {
    padding: 20px 0;
}

.footer-copyright {
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
}

.social-links-list a {
    width: 40px !important;
    min-height: 40px !important;
    background: #ECECEC;
    display: inline-flex !important;
    align-items: center;
    border-radius: 20px;
    padding: 0  !important;
    justify-content: center;
    margin: 0 5px !important;
    font-size: 16px !important;
}

.social-links-list a i {
    color: #000 !important;
}

.social-links-widget .share-social svg {
    color: #000 !important;
    margin: 0 !important;
}

.social-links-list a svg {
    font-size: 16px !important;
}
/* footer */