/**
 * Theme Name: Malangana theme
 * Description: A custom theme for Malanga custom theme.
 * Theme URI: http://malangana.co.za
 * Template:  shopstore
 * Author: Loyiso Ngqwebo
 * Version: 1.0
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 *
 **/

/* Import parent styles */
@import url("../shopstore/style.css");
/* global styles */
a {
    text-decoration: none;
}
a:focus {
    color: #74ad2c;
}
a:hover {
    color: #74ad2c;
}
/* change / update theme defaults */
div#mega-menu {
    width: 0;
}
#mega-menu > .btn-mega {
    display: none;
}
.rd-navbar-outer {
    background: #0278ad !important;
}
.rd-navbar-static .rd-navbar-nav > li > a {
    font-size: 1.2rem !important;
}
.rd-navbar-static .rd-navbar-nav > li > a:after {
    border: 2px solid #74ad2c !important;
}
/* header */
.site-header-text-wrap h1 {
    display: none;
}
.header-middle {
    padding: 1rem 0px;
}
/* social menu */
ul#menu-social-links-menu {
    font-size: 1.4rem;
    color: #74ad2c;
    /* padding: 0; */
}
ul#menu-social-links-menu li i {
    color: #74ad2c;
}
ul.flat-unstyled > li a {
    text-decoration: none;
}

.header-top {
    padding: 0;
}
ul#menu-social-links-menu {
    margin: 0;
    padding: 0;
}
/* cart icon */
.box-icon-cart .icon-cart span.count {
    background-color: #74ad2c;
    border: 2px solid #0274a5;
}
/* search */
#text-search {
    padding: 1rem;
}
.search-categories {
    display: none;
}
.woocommerce-products-header__title {
    display: block !important;
    color: #0278ad;
    font-weight: 100;
}

/* products */
/* product page */
/* .product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
  }

  .product-item {
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  }

  .product-item img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
  }

  .product-description {
    margin-top: 10px;
  }
  /* shop page styles */
.product-box {
    height: 100% !important;
}
.zoomable:hover {
    cursor: zoom-in;
  }
/* shop page */
.header-border-bottom {
    width: 100%;
    height: 0.1rem;
    background: #74ad2c;
}
.single.single-product .quantity{
    margin: 0 !important;
}
.woocommerce .shopstore-toolbar {
    display: none !important;
}
.single-product h1 {
    color: #74ad2c;
    font-weight: 100;
}

.btn-primary {
    background-color: #74ad2c !important;
    border-color: #74ad2c !important;
    color: #fff !important;
}

/* cart */
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    background-color: #0278ad !important;
}

/* contact page */
.wpforms-container input.wpforms-field-medium {
    max-width: 100% !important;
}


/* footer */
.footer-bottom {
    background-color: #0278ad !important;
}
.sidebar {
    display: none;
}