/*
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-header .col-header-menu {
    justify-content: center !important;
}

/*Hide product Meta in single product page*/
.woocommerce div.product .product_meta {
    display:none !important;
}

/* Align Header Menu to Center*/
.custom-downloads-wrapper {
    margin-top: 15px;
}

/* CSS for Download Section - START */
.custom-download-link {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    padding: 10px 14px;
    background-color: #085D94;
    color: #fff;
    border-radius: 5px;
    margin: 6px 0;
    font-weight: 500;
    transition: background 0.3s ease;
}

.custom-download-link:hover {
    background-color: #FCB800;
    color: #fff;
}

.custom-download-link .dashicons {
    margin-right: 8px;
    font-size: 18px;
    line-height: 1;
}
/* CSS for Download Section - END */


/* ---------------- A+ Content START -------------------------- */
.a-plus-banner-wrapper {
    margin-top: 40px;
}
.a-plus-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.a-plus-col {
    box-sizing: border-box;
}
.a-plus-col.full {
    width: 100%;
}
.a-plus-col.left,
.a-plus-col.right {
    width: calc(50% - 10px);
}
.a-plus-col.left {
    margin-right: 20px;
}
.a-plus-col.right {
    margin-left: 20px;
}
.a-plus-row.two-column .a-plus-col {
    margin: 0;
}
.a-plus-row img {
    width: 100%;
    height: auto;
    display: block;
}
/* ---------------- A+ Content END -------------------------- */

/* ---------------- Who we are text in About Us Page START -------------------------- */
span.heading-style {
    background: linear-gradient(90deg, #F81 0%, #ED27FF 47%, #7F50FB 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* ---------------- Who we are text in About Us Page END -------------------------- */


/* ---------------- Header Menu Hover and active style START -------------------------- */
.header-layout-2 .site-header .primary-nav > ul > li.current-menu-parent > a, .header-layout-2 .site-header .primary-nav > ul > li.current-menu-item > a, .header-layout-2 .site-header .primary-nav > ul > li.current-menu-ancestor > a {
    opacity: unset;
}
.header-layout-2 .site-header .primary-nav > ul > li > a:hover {
    opacity: unset;
}
/* ---------------- Header Menu Hover and active style END -------------------------- */

/*Footer styling START*/
.site-footer .footer-widgets .widget .widget-title{
    color:#fcb800;
    margin-bottom: 10px;
}

.site-footer .footer-widgets .widget{
    margin-bottom: 12px;
}
.site-footer .footer-widgets{
    padding-top: 30px;
    padding-bottom: 30px;
}
.footer-layout-1 .footer-bottom {
    padding-top: 0px;
    padding-bottom: 0px;
}

#social-links-widget-3 .social-links-list{
    background-color: white;
    border-radius: 20px;
    padding-top: 7px;
}

.footer-bottom .footer-row{
    background-color: white;
    border-radius: 20px;
}
.footer-bottom .footer-row .footer-copyright{
    color: #085d94;
    font-weight: 700;
}

.footer-bottom .footer-row .footer-payments .text{
    color: #085d94;
    font-weight: 700;
}

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

.social-links-widget .social-links-list, .social-links-widget .socials {
    margin: 0 0px;
    padding-left: 10px;
}
.site-footer .footer-widgets:after {
    display:none;
}
.site-footer .footer-payments ul {
    margin: 12px;
}
/*Footer styling END*/

/*Bortders for Add to Cart  button*/
.woocommerce .mf-single-product.mf-product-layout-3 .entry-summary-sidebar .cart .button{
    border: none;
    border-radius: 5px;
}
/*Bortders for Add to Cart  button*/


/*Logo Aligmnent alignment yo Search Bar*/
.site-header.has-hot-words .header-logo {
    margin-top: -4px;
}
/*Logo Aligmnent alignment yo Search Bar*/

/*Shop Page UI Changes - START*/

.mf-catalog-page .site-content {
    background-color: #f5f5f5;
}
.woocommerce ul.products li.product .product-inner{
    background-color: #fff;
    border-radius: 20px;
}
.woocommerce ul.products li.product{
    padding-right: 20px;
}
.woocommerce ul.products li.product .mf-product-details{
    padding-bottom: 20px;
    height: 120px;
}

.woocommerce ul.products li.product h2 a, .woocommerce ul.products li.product .woo-loop-product__title a{
    font-weight: 600;
}


@media only screen and (max-width: 600px) {
    .woocommerce ul.products li.product .mf-product-details {
        padding:10px;
        height: 190px;
    }
    .woocommerce ul.products li.product a img{
        border-radius: 20px;
    }
}

/*Shop Page UI Changes - END*/

.top-selling .mf-images-gallery--slide .image-item img {
    border-radius:20px;
}

/*Hide Shipping weight in wocommerce*/

.woocommerce-Tabs-panel--additional_information .shop_attributes .woocommerce-product-attributes-item--weight{
    display:none;
}
